/*  Desktop */
@media all and (min-width: 1601px) and (max-width: 1920px)
{

}

/* Laptop */
@media (max-width: 1366px)
{

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px)
{
/*	.wd_banner_txt .subtitle{font-size: 200px;}*/
	.touch_left{margin-right: 0px;}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px)
{
	*{line-height: normal !important;}
	p{font-size: 14px !important;}
	.row-reverse{flex-flow: column-reverse;}
	.wd_abt_us, .wd_service, .wd_testimonial, .wd_consultation{padding: 30px 0;}
	.wd_banner_txt .subtitle {font-size: 93px;top: -1em;}
	.wd_banner_txt h1{font-size: 45px;}
	.wd_banner_txt span{font-size: 18px;line-height: normal;margin-bottom: 10px;}
	#counter{padding-right: 50px;}
	.wd_title h2{font-size: 40px;margin-bottom: 20px;}
	.owl_testi .owl-nav{position: unset;margin: 20px auto 0;text-align: center;justify-content: center;}
	.owl_testi .owl-nav button{width: 45px;height: 45px;line-height: normal !important;}
	.wd_title h3::before{top: 4px;}
	.wd_title h3::after{top: 12px;}
	.touch_left{margin-right: 0;padding: 20px;margin-bottom: 0}
	.touch-right-bottom{margin:0 auto 25px;grid-gap: 10px;}
	.touch_title h2{font-size: 35px;margin-bottom: 15px;}
	.touch_left .wd_title h2{font-size: 25px;}
	.subscribe_area{padding: 30px 0 0;}
	.subscribe_form{margin-left: 0;}
	.wd_sub_lft h3{margin-bottom: 0;font-size: 28px;}
	.wd_noti_bx{margin-bottom: 20px;}
	.subscribe_bg{padding: 20px;}
	.wd_testi_bx{padding: 15px;}
	.testi_title h5{font-size: 20px;}
	.wd_testi_client{grid-gap: 15px;margin-bottom: 15px;}
	.wd_noti_icon::before{display: none;}
	.wd_service_bx h4{font-size: 20px;}
	.services_icon{width: 70px;height: 70px;}
	.wd_service_bx p{margin-bottom: 0;}
	.services_content {padding: 50px 15px 15px;}
	.getIn_text h4{font-size: 18px;}
	.getIn_btm_img ul li img{width: 40px;height: 40px;}
	.mission_item_left{padding: 0;margin: 0;}
	.mission_item{display: block;}
	.mission_item_left img{max-width: 100%;width: 100%}
	.mission-item-right-content::before{display: none;}
	.mission-item-right-content{margin: 20px 0;padding: 15px;}
	.mission_item_left{border-right: 0;}
	.mission-item-right-content::after{left: 11px;top: -11px;transform: rotate(46deg);}
	.item-content-date span{-webkit-clip-path:none;clip-path:none;padding: 10px;}
	.wd_inner_banner{height: auto;padding-bottom: 80px;}
	.wd_inner_banner::before{display: none;}
	.wd_consultation{margin-bottom: 0;}
	.wd_abt_txt{margin: 10px 0 0;}
	
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px)
{
	.subscribe_form form button{font-size: 14px;padding: 22px;}
	.touch_title h2{font-size: 25px;}
	.wd_title h2{font-size: 30px;}
	.mt-80{margin: 0;}
	.abt_img{margin-bottom: 15px;}
	#counter h5{font-size: 50px;}
	.wd_banner_txt .subtitle{font-size: 80px;}
	.wd_banner_txt h1{font-size: 35px;}
	

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width:575px)
{
	.subscribe_form form .form-control{padding: 20px;}
	.wd_banner_txt .subtitle{font-size: 60px;}
	.wd_banner_txt h1{font-size: 28px;}
	.wd_inner_txt > span{margin: 0px 0 -44px 0;font-size: 60px;}
}