@media only screen and (min-width:1600px)  { 
	 
}
@media only screen and (min-width:1200px) and (max-width:1440px) { 
	.top-bar-style1{
		padding:1px 0 1px;
	}
	.top-left-style1{
		font-size: 14px;
	}
	.header-style1-area{
		padding: 10px 0 30px;
	}
	.top-left-style1 .find-map p span:before{
		font-size: 14px;
       line-height: 16px;
	}
	.header-style1-logo a img, .header-style2-logo a img {
		width: 90px;
	}
	.main-menu .navigation li a{
		padding: 17px 0 17px;
	}
	.mainmenu-area{
		margin-top: -20px;
		margin-bottom: -25px;
	}
	.breadcrumb-area{
		padding: 65px 0 70px;
	}
	.breadcrumb-area .title h1{
		font-size:33px;
        line-height: 53px;
	}
	.breadcrumb-area.category-breadcrumb-area{
		background-position: 73% top;
		padding:90px 0 90px;
	}
	.single-bunch_projects .breadcrumb-area.category-breadcrumb-area .inner-content{
		    max-width: 70%;
	}
} 


@media only screen and (max-width:767px) { 
	/* gallery popup */
	body div.dark_rounded a.pp_next{
		width: 28px !important;
        height: 28px !important;
	}
	body div.dark_rounded a.pp_previous{
		width: 28px !important;
        height: 28px !important;
		left: 2px !important;
	}
	body .pp_pic_holder{
		position: fixed !important;
		width:84% !important;
		left:8% !important;
		height: 100%; 
		top: 0px !important;
		display:flex !important;
		align-items:center;
		justify-content:center;
	}
	body .pp_pic_holder .pp_content_container{
		height:50vh !important;
	}
	body .pp_pic_holder .pp_content_container .pp_content .pp_fade{
		height: 100% !important;
		width: 100% !important;
	}
	body .pp_pic_holder .pp_content_container .pp_left, body .pp_pic_holder .pp_content_container .pp_right, body .pp_pic_holder .pp_content_container .pp_content, body .pp_pic_holder .pp_content_container .pp_content .pp_hoverContainer, body .pp_pic_holder .pp_content_container .pp_content .pp_details{
		height: 100% !important;
		width: 100% !important;
	}
	body .pp_pic_holder .pp_content_container .pp_content #pp_full_res #fullResImage {
		max-height: 100% !important;
		max-width: 100% !important;
		width: auto !important;
		object-fit: cover;
	}
	body .pp_pic_holder .pp_content_container .pp_content #pp_full_res { 
		height:45vh !important;
		width: 100% !important;
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 10px;
	} 
	#Gallery-section .kc_image_gallery .kc-image-link{
		max-height:170px;
	}
	#Gallery-section .kc_image_gallery img{
		padding: 5px;
		width:100%;
		max-height:200px;
	}
  
}

@media only screen and (min-width:768px) and (max-width: 1199px) { 
	/* gallery popup */
	body .pp_pic_holder{
		position: fixed !important;
		width:84% !important;
		left:8% !important;
		height: 100%; 
		top: 0px !important;
		display:flex !important;
		align-items:center;
		justify-content:center;
	}
	body .pp_pic_holder .pp_content_container{
		height:75vh !important;
	}
	body .pp_pic_holder .pp_content_container .pp_content .pp_fade{
		height: 100% !important;
		width: 100% !important;
	}
	body .pp_pic_holder .pp_content_container .pp_left, body .pp_pic_holder .pp_content_container .pp_right, body .pp_pic_holder .pp_content_container .pp_content, body .pp_pic_holder .pp_content_container .pp_content .pp_hoverContainer, body .pp_pic_holder .pp_content_container .pp_content .pp_details{
		height: 100% !important;
		width: 100% !important;
	}
	body .pp_pic_holder .pp_content_container .pp_content #pp_full_res #fullResImage {
		max-height: 100% !important;
		max-width: 100% !important;
		width: auto !important;
		object-fit: cover;
	}
	body .pp_pic_holder .pp_content_container .pp_content #pp_full_res { 
		height:70vh !important;
		width: 100% !important;
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 10px;
	} 
  
}

/* Large Layout: 1200px. */
@media only screen and (min-width: 1200px){
	.container {padding: 0;}
	.container-fluid{padding: 0;}  
	
	/* gallery popup */
	body .pp_pic_holder{
		position: fixed !important;
		width: 55% !important;
		left: 22% !important;
		height: 100%; 
		top: 0px !important;
		display:flex !important;
		align-items:center;
		justify-content:center;
	}
	body .pp_pic_holder .pp_content_container{
		height:80vh !important;
	}
	body .pp_pic_holder .pp_content_container .pp_content .pp_fade{
		height: 100% !important;
		width: 100% !important;
	}
	body .pp_pic_holder .pp_content_container .pp_left, body .pp_pic_holder .pp_content_container .pp_right, body .pp_pic_holder .pp_content_container .pp_content, body .pp_pic_holder .pp_content_container .pp_content .pp_hoverContainer, body .pp_pic_holder .pp_content_container .pp_content .pp_details{
		height: 100% !important;
		width: 100% !important;
	}
	body .pp_pic_holder .pp_content_container .pp_content #pp_full_res #fullResImage {
		max-height: 100% !important;
		max-width: 100% !important;
		width: auto !important;
		object-fit: cover;
	}
	body .pp_pic_holder .pp_content_container .pp_content #pp_full_res { 
		height:80vh !important;
		width: 100% !important;
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px 10px;
	} 
	.single-footer-widget#nav_menu-3 {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 1024px) {  
    .bp-comment-item .bp-comment-item  {
        margin-left:0px;
    }
}

@media only screen and (min-width:992px) and (max-width: 1024px) {  
   
	 /* Montek solution style */
	 
	#montek-solution2 { 
		padding:0px 23px 65px;
	}
	#montek-solution2 .kc_single_image {
		height:170px !important; 
	} 
}

/* Medium screen  */ 
@media only screen and (min-width: 992px) and (max-width: 1199px) {  

	 /* Montek solution style */
	 
	#montek-solution2 .kc-container{ 
		max-width: 960px;
	}
    #montek-solution2 .kc_single_image {
		height:150px; 
	} 
	
/*** 
=============================================
    Top Bar Style1 Style
=============================================
***/     
.top-left-style1 {
    max-width: 580px;
    width: 100%;
}

/*** 
=============================================
    header-style1-area Style
=============================================
***/      
.header-style1-logo {
    margin:0px 0 0px;
    margin-right: 30px;
} 
.headers1-header-right ul {
    margin-right: 20px;
    padding: 16px 0;
}    
.headers1-header-right ul li {
    margin-right: 10px;
}    
    
/*** 
=============================================
    Mainmenu Area Style
=============================================
***/     
.main-menu .navigation li {
    margin-right: 25px;
}    

/*** 
=============================================
    About Area Style
=============================================
***/ 
.about-title h1 {
    font-size: 36px;
    line-height: 58px;
    margin: 0 0 20px;
}    
.single-service-style2 {
    padding: 24px 15px 22px;
    margin: 0 auto 40px;
}    
.single-service-style2 .inner {
    padding-left: 80px;
}    
.single-service-style2 .text-box h3 {
    margin: 0 0 9px;
    font-size: 17px;
}    

/*** 
=============================================
    Slogan Area style
=============================================
***/ 
.slogan-area {
    padding: 46px 0 50px;
}    
.slogan-area .title {
    margin: 0px 0 18px;
    float: none !important;
    text-align: center;
}    
.slogan-area .button {
    float: none !important;
    max-width: 194px;
    margin: 0 auto;
}    

/*** 
=============================================
    Services Style1 Area style
=============================================
***/
.service_s1_text {
    max-width: 530px;
    padding-left: 60px;
    margin-top: -7px;
}    
.single-service-style1 .text-holder {
    padding: 24px 10px 23px;
}    
.single-service-style1 .text-holder .text-box h3 {
    margin: 0 0 18px;
    font-size: 18px;
}    
    
/*** 
=============================================
    Company Info Area style
=============================================
***/    
.company-info-content {
    margin-top: 39px;
}    
.single-info-of-company .title-holder h3 {
    font-size: 14px;
}    
    
/*** 
=============================================
    Latest project area style
=============================================
***/  
.latest-project .owl-carousel{
	
}	
.latest-project-area .sec-title {
    padding-bottom:65px;
}    
.latest-project .owl-theme .owl-nav {
/*     position: absolute; 
	right: -240px;
	top: -95px;
	margin: 0; */
} 
#About-section .service-items .service-items-col .single-service-style2 .text-box {
    min-height: 228px;
}	
    
/*** 
=============================================
    Latest Blog Area style
=============================================
***/     
.single-blog-post .text-holder .blog-title {
    font-size: 20px;
}    
    
/*** 
=============================================
    Call Us Area style
=============================================
***/     
.sec-title.call-us-title {
    display: block;
    float: none;
    padding-right: 0;
    padding-bottom: 43px;
}    
.call-us-text {
    display: block;
    float: none;
    max-width: 600px;
    width: 100%;
    margin-top: -7px;
    margin-bottom: 42px;
}    

/*** 
=============================================
    Footer Area style
=============================================
***/      
.single-footer-widget.marbtm50{
    margin-bottom: 50px;
}    
 
    
    
    
    
/*** 
=============================================
    Top Bar style2 style
=============================================
***/      
.top-left-style2 {
    padding-left: 120px;
    max-width: 800px;
}
.top-right-style2 {
    max-width: 115px;
}    
    
/*** 
=============================================
    Header Style2 Area style
=============================================
***/     
.header-style2-logo {
    margin-right: 20px;
}    
.main-menu.style2 .navigation li {
    margin-right: 13px;
}    
    
/*** 
=============================================
    Call To Action Area style
=============================================
***/ 
.call-to-action {
    padding-bottom: 41px;
}    
.call_to_action_title {
    position: relative;
    display: block;
    float: none;
    margin: 0;
}
.call_to_action_text {
    float: none;
    padding-left: 0;
    max-width: 520px;
    margin: 21px 0 32px;
}    
.video-holder-box2 {
    float: none;
}    
    
/*** 
=============================================
    Capabilities Area style
=============================================
***/ 
.capabilities-content .icon {
    display: block;
    margin-bottom: 10px;
}    
.capabilities-content .icon span:before {
    font-size: 40px;
    line-height: 40px;
}    
.capabilities-content h1 {
    font-size: 24px;
    margin: 0 0 6px;
}    
.capabilities-content p {
    margin: 10px 0 0;
}  
.capabilities-content ul {
    margin-top: 10px;
    margin-bottom: 13px;
}
    
/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
    padding-top: 100px;
    padding-bottom: 120px;
}   
.testimonial-image {
    min-height: 600px;
    max-width: 720px;
    width: 100%;
    box-shadow: 0px 6px 20px #f0eef9;
}   
.testimonial-image .img-box {
    position: static;
    max-width: 570px;
    height: 600px; 
}    
    
/*** 
=============================================
    Subscribe Area style
=============================================
***/     
.subscribe-title {
    margin: 0px 0 17px;
    text-align: center;
}    
.subscribe-form {
    max-width: 470px;
    margin: 0 auto;
}
   
/*** 
=============================================
    About Area Style2 style
=============================================
***/    
.mission-vision-image img {
    min-height:350px;
    max-width:100%;
}    
	.vision-big-image img {
		height:350px;
	}
	.mission-vision-tab-box{
		height: 350px;
	}
	.mission-vision-tab-box .sec-title{
		padding: 24px 25px 5px;
	}	
	.mission-vision-tab-box .inner-content{
		padding-left: 25px;
		    min-height: 145px;
	}
	.mission-vision-tab-box .tab-btns{
		padding-left: 25px;
	}
	.mission{
		top: 50%;
		right: 44%;
	}

/*** 
=============================================
    Team Area style
=============================================
***/      
.team_s2_title {
    display: block;
    float: none;
    padding-bottom: 46px;
}  
.team_s2_text {
    display: block;
    float: none;
    max-width: 670px;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
}    
.team_s2_button {
    float: none;
    margin-top: 26px;
    padding-bottom: 42px;
}    
     
/*** 
=============================================
    Testimonial Area s2 style
=============================================
***/      
.testimonial_s2_title {
    display: block;
    float: none;
    padding-bottom: 46px;
}  
.testimonial_s2_text {
    display: block;
    float: none;
    max-width: 670px;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
}    
.testimonial_s2_button {
    float: none;
    margin-top: 26px;
    padding-bottom: 42px;
}    

/*** 
=============================================
    Single Service Area style
=============================================
***/ 
.team-support h2 br {
    display: none;
}    
.team-support .img-holder {
    margin-top: 52px;
}    
.business-growth-right {
    margin-top: 34px;
} 
.single-service-bottom-box:before {
    display: none;
}    
.single-service-bottom-box .single-item {
    display: block;
    max-width: 400px;
    width: 100%;
}    
.single-service-bottom-box .single-item.left {
    float: none;
}    
.single-service-bottom-box .single-item.right {
    float: none;
    margin-top: 27px;
}      
    
/*** 
=============================================
    History Area style
=============================================
***/ 
.history-area {
    padding-top: 100px;
}    
.history-image {
    margin-right: 0;
}    
.history-image img {
    max-width: 100%;
    float: none;
    width: 100%;
}
.history-content {
    margin-left: 0;
    padding-left: 0;
}    
.accordion-holder {
    padding-top: 75px;
    padding-bottom: 105px;
}    
    
/*** 
=============================================
    Project Single Area style
=============================================
***/    
.project-carousel-box {
    margin-right: 0px;
}    
.challenge-solution-box .img-holder .icon {
    position: absolute;
    top: 0;
    right: 0px;
}  
.challenge-solution-box .img-holder .icon.solutions {
    top: 0px;
    left: 0px;
    -webkit-box-shadow: -3px 0px 6px 0px #F6F6F6;
    box-shadow: -3px 0px 6px 0px #F6F6F6;
}    
.challenge-solution-box .text-holder {
    position: relative;
    display: block;
    padding-top: 0px;
}    
    
/*** 
=============================================
    Blog Single Area style
=============================================
***/    
.quality-with-integrity .img-box{
    margin-top: 30px;
}    
     
/*** 
=============================================
    Shop Area style
=============================================
***/     
.single-highlights-box {
    max-width: 310px;
}   
    
/*** 
=============================================
    Single Shop Area style
=============================================
***/ 
    
/*** 
=============================================
    Login Register Area style
=============================================
***/     
.login-register-area .form a.forgot-password {
    margin: 70px 0 0;
}    
.login-register-area .form.register {
    overflow: hidden;
    margin-top: 50px;
}    
.login-register-area .form h6 {
    margin: 28px 0 0;
}          
  
/*** 
=============================================
    Contact Info Area style
=============================================
***/  
.how-can-help-box {
    margin-top: 50px;
}

/*** 
=============================================
    Branches Section style
=============================================
***/  
.branches_s2_title {
    display: block;
    float: none;
    padding-bottom: 53px;
}    
.branches_s2_text {
    display: block;
    float: none;
    max-width: 670px;
    width: 100%;
    padding-left: 0;
    margin-top: -7px;
    padding-bottom: 40px;
} 
	
	.single-footer-widget .gallery  {
		margin-left:0px;
	}	
	.single-footer-widget .gallery .gallery-item{
		width: 20%;
	}	
   
/* Gallery page style*/
 
	#Gallery-section .kc-image-gallery {
		max-width:960px;
        margin: 0px auto;
        float: none; 
		padding: 0px 13px;
	}
	#Download-section{
		padding: 0px 55px 68px;
	}
	#Download-section .kc_single_image { 
		max-height: 210px;
	}
	
	/* certificate style */
	 
	#certificate-section .kc_row.kc_row_inner {
		width: calc(93% + 0px);
		margin: 0px 31px;
	}
 
	#certificate-section .kc-image-gallery {
		margin-bottom: 35px;
	}
	#certificate-section .kc_image_gallery { 
		max-width:960px;
		margin: 0px auto;
		padding: 0px 14px;
	}
	 #certificate-section .about-title {
		margin-left:0px;
	}
	#certificate-section .kc-image-gallery .item-grid { 
		margin: 8px 25px 8px 0px;
	}
	
	/* gallery popup */
/* 	body .pp_pic_holder .pp_content_container .pp_content #pp_full_res{
		height: 80vh !important;
	} */
	
	.breadcrumb-area{
		padding: 73px 0 60px;
	}
	.breadcrumb-area .title h1{
		font-size:30px;
        line-height: 53px;
	} 
	.top-bar-style1{
		padding: 3px 0 3px;
	}
	.main-menu .navigation li a{
		    padding: 17px 0 17px;
	}

}



/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {  
	
 /* Montek solution style */
	#montek-solution1 .about-area {
		padding: 45px 0 0px;
	}
	#montek-solution2 { 
		padding:0px 23px 20px;
	}
	#montek-solution2 .kc_single_image {
		height:170px; 
	}
	#montek-solution2 .kc_column{
		margin-bottom: 10px;
		width: 33%;
	}	
 
/*** 
=============================================
    Top Bar Style1 Style
=============================================
***/  
.top-bar-style1 {
    padding:4px 0 4px;
}    
.top-left-style1 {
    max-width:65%; 
}    
.headers1-button .text span {
    font-size: 15px;
}	
.headers1-button .text h3 {
    font-size:15px;
    margin: 0px 0 0;
}	
.headers1-button {
	width:auto;
	height: 70px;
	margin-top: 15px;
	padding: 8px 12px 8px 8px;
}
.headers1-button .icon{
	width: 62px;
}	
.headers1-button .icon:before{
	top: 13px;
	right: 5px;
}
	
/*** 
=============================================
    header-style1-area Style
=============================================
***/ 
.header-style1-area {
    padding:10px 0 10px;
}   
.header-style1-logo a {
    display: inline-block;
} 
.headers1-header-right ul li .single-item .text p{
		font-size: 14px;
}
.headers1-header-right ul li .single-item .text h3{
		font-size:15px;
}	
.headers1-header-right ul li .single-item .text{
    padding-left: 10px;
	line-height: 21px;
}		
.headers1-header-right {
    position: relative;
    display: block; 
    overflow: hidden;
}
.headers1-header-right ul {
    overflow: hidden;
    float: left;
	margin-right: 15px;
	padding:26px 0 0px;
} 
.headers1-header-right ul li {
    margin-right: 20px;
}    
    
/*** 
=============================================
    Mainmenu Area Style
=============================================
***/ 
.mainmenu-area {
    margin-top: 0;
    margin-bottom: 0;
}    
.mainmenu-area .inner-content {
    padding-left:15px;
    padding-right:15px;
}    
.mainmenu-right {
    position: absolute;
    top: 0;
    right: 20px;
    float: none;
    z-index: 99;
}
  
/*** 
=============================================
    About Area Style
=============================================
***/ 
.about-title h1 {
    font-size: 25px;
    line-height: 35px;
    margin: 0 0 20px;
}    

/*** 
=============================================
    Slogan Area style
=============================================
***/ 
.slogan-area {
    padding: 46px 0 50px;
}    
.slogan-area .title {
    margin: 0px 0 18px;
    float: none !important;
    text-align: center;
}    
.slogan-area .button {
    float: none !important;
    max-width: 194px;
    margin: 0 auto;
}    
   
/*** 
=============================================
    Services Style1 Area style
=============================================
***/
	.single-service-style2{
		max-width: 535px;
	}	
	.single-service-style2 .text-box {
		min-height: 80px;
	}
.services-style1-area {
    padding-bottom: 60px;
}    
.service_s1_title {
    display: block;
    float: none;
    padding-bottom: 36px;
}  
.service_s1_text {
    display: block;
    float: none;
    max-width: 100%;
    padding-left: 0;
    margin-top: 0;
}       
.service_s1_button {
    float: none;
    margin: 16px 0 42px;
    display: block;
}
.single-service-style1 {
    margin-bottom: 40px;
}    
.single-service-style1 .text-holder {
    min-height: 191px;
}    
    
/*** 
=============================================
    Company Info Area style
=============================================
***/    
.company-info-content {
    margin-top: 39px;
}    
.single-info-of-company .title-holder h3 {
    font-size: 14px;
}    
        
/*** 
=============================================
    Latest project area style
=============================================
***/  
	.latest-project-area{
		padding: 50px 0 50px;
	}	
.latest-project-area .sec-title {
    padding-bottom:65px;
}    
.latest-project .owl-theme .owl-nav {
/*     position: absolute; 
	right: -122px;
	top: -95px;
	margin: 0; */
}  
   
/*** 
=============================================
    counter style
=============================================
***/  	
	
	.fact-counter-area{
		padding: 50px 0 10px;
	}
	.single-fact-counter h1 {
		line-height: 32px;
		margin: 0 0 5px;
	}
	.single-fact-counter h1 span{
		    font-size:30px;
	}
	.single-fact-counter .count-box .title h3{
		    font-size: 16px;
    line-height: 21px;
	}
	.single-fact-counter{
		max-width: 320px;
		    margin: 0 auto 40px;
	}
	
/*** 
=============================================
    homepage blog style
=============================================
***/  	
	.blog_homexx .sec-title{
		    margin-top: 40px;
	}
	.blog_homex #blog-area {
		padding: 50px 0 0px;
	}
	.single-blog-post .text-holder .blog-title{
		font-size: 19px;
        line-height: 26px;
	}
	
	
/*** 
=============================================
    Choose Area style
=============================================
***/   
	.choose-area{
		padding-top: 45px;
        padding-bottom: 0px;
	}
	.single-choose-item {
		padding: 60px 70px 52px;
	}    
	.choose-title h1{
		font-size: 28px;
        line-height: 36px;
	}
	.choose-title p{
		font-size: 16px;
    line-height: 25px;
	}
    
/*** 
=============================================
    Call Us Area style
=============================================
***/     
	.call-us-area{
		padding-top: 46px;
        padding-bottom: 40px;
	}
	.call-us-text p {
		color: #231f20;
		font-size: 16px;
		line-height: 26px; 
	}
	.contact-info-box ul li .title h3{
		font-size: 16px;
	}
	.contact-info-box ul li .title span {
		    font-size: 14px;
	}
.sec-title.call-us-title {
    display: block;
    float: none;
    padding-right: 0;
    padding-bottom: 43px;
}    
.call-us-text {
    display: block;
    float: none;
    max-width: 600px;
    width: 100%;
    margin-top: -7px;
    margin-bottom: 42px;
}       
.contact-info-form {
    margin-top: 30px;
}    
    
/*** 
=============================================
    Footer Area style
=============================================
***/    
	.footer-area{
		padding-top: 44px;
        padding-bottom:10px;
	}
	.single-footer-widget .title{
		margin-bottom: 15px;
	}
.single-footer-widget.marbtm50{
    margin-bottom: 50px;
}    
	.single-footer-widget{
		margin-bottom: 30px !important;
	}
	.footer-area .container:before{
		left: 4%;
		width: 95%;
	}
	.call-officers{
		transform: translateX(-20px) scale(0.85);
	}

/*** 
=============================================
    Footer Bottom area  style
=============================================
***/
.footer-bottom-area {
    padding: 19px 0 0px;
}    
	.footer-bottom-area .copyright-text p{
	  font-size: 14px;
	}	
.footer-bottom-area .copyright-text {
    float: none !important;
    display: block;
    text-align: center;
    margin: 0 0 13px;
}   
.footer-menu {
    float: none !important;
    overflow: hidden;
    text-align: center;
}   
.footer-menu li {
    float: none;
    margin-right: 15px;
    padding-right: 15px;
}
    
    
    

    
/*** 
=============================================
    Top Bar Style2  style
=============================================
***/  
.top-bar-style2 {
    position: relative;
    display: block;
    background: #39345a;
    padding: 15px 0 17px;
}    
.top-left-style2 {
    padding-left: 0px;
    max-width: 100%;
    width: 100%;
    float: none !important;
}    
.top-left-style2 .language-switcher {
    position: static;
    width: 125px;
    height: 35px;
    background: transparent;
    margin: 0 auto;
}    
.top-left-style2 .top-contact-info {
    text-align: center;
    margin-top: 5px;
}
.top-left-style2 .top-contact-info ul {
    margin: 0;
}    
.top-left-style2 .top-contact-info ul li {
    display: inline-block;
    float: none;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    line-height: 18px;
    margin: 0 10px;
}    
.top-right-style2 {
    max-width: 100%;
    width: 100%;
    float: none !important;
    overflow: hidden;
}  
.top-right-style2 .sociallinks-style-one {
    float: none;
    margin: 8px 0 0;
    text-align: center;
}   
.top-right-style2 .sociallinks-style-one li {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin: 0 12px;
}    

/*** 
=============================================
    Header Style2 Area Style
=============================================
***/     
.header-style2-logo {
    position: absolute;
    top: 0;
    left: 75px;
    padding: 0;
    margin-right: 0;
    float: none !important;
    z-index: 99;
    margin: 15px 0;
}   
.headers2-header-right {
    float: none !important;
    display: block;
    width: 100%;
}    
.headers2.quote-button-box {
    position: absolute;
    display: block;
    top: 0;
    right: 15px;
    margin: 14px 0 15px;
    padding: 0;
    z-index: 99;
}    
.header-style2-area.stricky-fixed .header-style2-logo {
    padding: 0;
}    
.header-style2-area.stricky-fixed .headers2.quote-button-box {
    padding: 0;
}    
    
/*** 
=============================================
    Call To Action Area style
=============================================
***/ 
.call-to-action {
    padding-bottom: 41px;
}    
.call_to_action_title {
    position: relative;
    display: block;
    float: none;
    margin: 0;
}
.call_to_action_text {
    float: none;
    padding-left: 0;
    max-width: 520px;
    margin: 21px 0 32px;
}    
.video-holder-box2 {
    float: none;
}    
  
/*** 
=============================================
    Choose Area style2 Style
=============================================
***/      
.single-choose-item.style2 {
    padding: 55px 90px 52px;
}    
    
/*** 
=============================================
    Capabilities Area style
=============================================
***/     
.capabilities-content {
    margin-top: 40px;
}    

/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
    padding-top: 100px;
    padding-bottom: 120px;
}   
.testimonial-image {
    min-height: 600px;
    max-width: 720px;
    width: 100%;
    box-shadow: 0px 6px 20px #f0eef9;
}   
.testimonial-image .img-box {
    position: static;
    max-width: 570px;
    height: 600px; 
}    
        
/*** 
=============================================
    Subscribe Area style
=============================================
***/     
.subscribe-title {
    margin: 0px 0 17px;
    text-align: center;
}    
.subscribe-form {
    max-width: 470px;
    margin: 0 auto;
}
    
/*** 
=============================================
    About Area Style2 style
=============================================
***/ 
.mission-vision-tab-box {
    width: 100%;
    float: none;
    height:730px;
	overflow: hidden;
}    
.mission-vision-image {
    width: 100%;
    float: none;
	top:315px;
}    
.mission-vision-image img {
    width: 100%;
}    
 
/*** 
=============================================
    Choose Area Style3 style
=============================================
***/     
.choose-area.style3 .single-choose-item.style2 {
    padding: 55px 100px 52px;
}    
    
/*** 
=============================================
    Team Area style
=============================================
***/      
.team_s2_title {
    display: block;
    float: none;
    padding-bottom: 46px;
}  
.team_s2_text {
    display: block;
    float: none;
    max-width: 670px;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
}    
.team_s2_button {
    float: none;
    margin-top: 26px;
    padding-bottom: 42px;
}    
    
/*** 
=============================================
    Testimonial Area s2 style
=============================================
***/      
.testimonial_s2_title {
    display: block;
    float: none;
    padding-bottom: 46px;
}  
.testimonial_s2_text {
    display: block;
    float: none;
    max-width: 670px;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
}    
.testimonial_s2_button {
    float: none;
    margin-top: 26px;
    padding-bottom: 42px;
}    
   
/*** 
=============================================
    Single Service Area style
=============================================
***/ 
.team-support h2 br {
    display: none;
}     
.team-support .img-holder {
    margin-top: 52px;
}    
.business-growth-right {
    margin-top: 34px;
} 
.single-service-bottom-box:before {
    display: none;
}    
.single-service-bottom-box .single-item {
    display: block;
    max-width: 400px;
    width: 100%;
}    
.single-service-bottom-box .single-item.left {
    float: none;
}    
.single-service-bottom-box .single-item.right {
    float: none;
    margin-top: 27px;
}      
.single-service-sidebar {
    margin-top: 92px;
}   
    
/*** 
=============================================
    History Area style
=============================================
***/ 
.history-area {
    padding-top: 100px;
}    
.history-image {
    margin-right: 0;
}    
.history-image img {
    max-width: 100%;
    float: none;
    width: 100%;
}
.history-content {
    margin-left: 0;
    padding-left: 0;
}    
.accordion-holder {
    padding-top: 75px;
    padding-bottom: 105px;
}    
    
/*** 
=============================================
    Breadcrumb Area style
=============================================
***/     
.breadcrumb-area{
    padding:40px 0 65px;
}    
	.breadcrumb-area .title h1{
		    font-size: 35px;
            line-height: 47px;
	}	
	.breadcrumb-area .title p{
		    font-size: 16px;
            line-height: 25px;
	}
   
/*** 
=============================================
    Main project area style
=============================================
***/     
.project-filter li span {
    padding: 15px 7px 15px;
}    
    
/*** 
=============================================
    Project Single Area style
=============================================
***/    
.project-carousel-box {
    margin-right: 0px;
}    
.challenge-solution-box .img-holder .icon {
    position: absolute;
    top: 0;
    right: 0px;
}  
.challenge-solution-box .img-holder .icon.solutions {
    top: 0px;
    left: 0px;
    -webkit-box-shadow: -3px 0px 6px 0px #F6F6F6;
    box-shadow: -3px 0px 6px 0px #F6F6F6;
}    
.challenge-solution-box .text-holder {
    position: relative;
    display: block;
    padding-top: 0px;
}    
    
/*** 
=============================================
    Blog Area Style
=============================================
***/     
#blog-area .sidebar-wrapper {
    margin-top:25px;
    padding-left: 0px;
}       
.sidebar-wrapper .single-sidebar.instagram-box {
    max-width: 370px;    
} 
.sidebar-wrapper .single-sidebar.categories-box{
    max-width: 370px;   
}    
.sidebar-wrapper .single-sidebar.popular-post-box{
    max-width: 370px;   
}    
.sidebar-wrapper .single-sidebar.tag-box{
    max-width: 370px;         
}    
     
/*** 
=============================================
    Blog Single Area style
=============================================
***/    
.quality-with-integrity .img-box{
    margin-top: 30px;
}    
.blog-single-area .quote:before{
    display: none;
}    
.blog-single-area .quote h2 br{
    display: none;
}    
    
/*** 
=============================================
    Shop Area style
=============================================
***/     
.single-highlights-box {
    max-width: 230px;
    padding: 0 20px;
}
.single-highlights-box p {
    line-height: 22px;
}    
.shop-sidebar-wrapper {
    margin-bottom: 80px;
}    
    
/*** 
=============================================
    Single Shop Area style
=============================================
***/
.single-shop-content .content-box {
    margin-top: 40px;
}
.single-product-carousel {
    margin-right: 0;
}    

/*** 
=============================================
    Cart Area style
=============================================
***/      
.cart-area .cart-bottom .calculate-shipping {
    padding-bottom: 60px;
}   
    
/*** 
=============================================
    Checkout Area style
=============================================
***/    
.checkout-area .form.shipping-info {
    padding-top: 60px;
}    
.checkout-area .cart-total {
    padding-top: 60px;
}       
    
/*** 
=============================================
    Login Register Area style
=============================================
***/     
.login-register-area .form a.forgot-password {
    margin: 70px 0 0;
} 
.login-register-area .register {
    padding-top: 50px;
}    
.login-register-area .form h6 {
    color: #797979;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 27px;
}   
    
/*** 
=============================================
    Contact Info Area style
=============================================
***/  
.how-can-help-box {
    margin-top: 50px;
}

/*** 
=============================================
    Branches Section style
=============================================
***/  
.branches_s2_title {
    display: block;
    float: none;
    padding-bottom: 53px;
}    
.branches_s2_text {
    display: block;
    float: none;
    max-width: 670px;
    width: 100%;
    padding-left: 0;
    margin-top: -7px;
    padding-bottom: 40px;
}


.mission {
	position: absolute;
	top: 10px;
	right: 10px;
}
	
	.company-info-area{
		padding-top: 41px;
        padding-bottom: 41px;
	}	
	.company-info-content h1{
		font-size: 28px;
		line-height: 38px;
		margin: 0 0 22px;
	}
	.single-info-of-company{
		margin: 21px auto 0;
	}
	.slogan-area .title h3{
		    font-size: 18px;
	}
	.slogan-area {
        padding: 35px 0 35px !important;
    }
	.about-area{
		padding: 48px 0 15px;
	}
	.about-area.Style2{
		    padding: 50px 0 50px;
	}
	.sec-title .title span{
		    font-size:26px;
	}
	.mission-vision-tab-box .inner-content{
		padding-right: 130px;
		width: 100%;
		min-height:110px;
		
	}
	.mission-vision-tab-box .tab-btns{
		    padding-top: 15px;
	}
	.about-text p{
		line-height: 26px;
        margin: 15px 0 0;
	}
	.mission-vision-content{
		margin-top: 25px;
	}
	.mission-vision-tab-box .tab-btns li .title h3{
		font-size: 16px;
	}
  
	.choose-area.style3{
		padding: 45px 0 5px;
	}
	.sec-title p{
		font-size: 16px;
       line-height: 23px;
	}
	.certifications-area{
		padding: 45px 0 45px;
	}
	.single-certifications .title h3{
		    font-size: 16px;
	}
	.testimonial-area-s2{
		    padding: 45px 0 45px;
	}
	.testimonial_s2_text p{
		font-size: 16px;
    line-height: 24px;
	}
	.testimonial-area-s2 .owl-carousel{
		margin: 21px auto 0px;
	}
	.single-testimonial-style2 .client-name h3{
		    font-size: 16px;
	}
	
	/* Gallery page style*/
	#Gallery-section{
		padding: 0px 0 20px;
	}
	#Gallery-section .about-area{
		    padding: 50px 0 0px;
	}
	#Gallery-section .kc-image-gallery {
		max-width: 720px;
        margin: 0px auto;
        float: none;
	}
	#Gallery-section .kc_image_gallery .item-grid {
		width: 33%; 
		padding: 10px;
	}
	#Gallery-section .kc_image_gallery{
		    padding: 0px 13px;
	}
	#Gallery-section .about-title .sec-title, .about-title .sec-title {
		padding-bottom: 20px;
	}
	
	/* certificate style */
	#certificate-section{
		padding: 0px 0 45px;
	}
	#certificate-section .kc_row.kc_row_inner {
		width: calc(97% + 0px);
		margin: 0px 8px;
	}
	#certificate-section .about-area{
		padding: 45px 0 0px;
	}
	#certificate-section .kc-image-gallery {
		margin-bottom: 35px;
	}
	#certificate-section .kc_image_gallery { 
		max-width: 720px;
		margin: 0px auto;
		padding: 0px 14px;
	}
	 #certificate-section .about-title {
		margin-left:0px;
	}
	#certificate-section .kc-image-gallery .item-grid { 
		margin: 8px 25px 8px 0px;
	}
	
	/* Download page style */
	#Download-section{
		padding: 0px 40px 20px;
	}
	#Download-section .kc_row_inner .kc_column_inner {
		margin-bottom: 20px;
	}
	#Download-section .about-area .col-xl-6 {
		padding-left: 18px;
	}
	#Download-section .about-area{
		    padding: 45px 0 0px;
	} 
	
	/* career page style*/
	#Career-section .contact-info-area{ 
		padding: 0px 0 50px;
	}
	
	/* Blog page style*/
	#blog-area{
		padding: 45px 0 0px;
	}
	.blog-large-area .single-blog-post .blog-title{
		    font-size: 23px;
	}
	.blog-large-area .single-blog-post{
		margin-bottom: 25px;
	}
	.blog-prev-next-option{
		margin-bottom: 20px;
		    margin-top: 35px;
		padding-bottom: 15px;
	}
	.sidebar-wrapper .single-sidebar{
		    margin-bottom: 35px;
	}
	#blog-area.blog-single-area{
		    padding-bottom: 15px;
	}
	.blog-single-area .single-blog-post{
		margin-top: 50px;
		padding:30px 30px 35px;
	}
	.blog-prev-next-option .single.prev .title {
		padding-left: 0px; 
	}
	.blog-prev-next-option .single.next .title{
		    padding-right: 0px;
	}
	.sidebar-title h3{
		font-size: 20px;
	}
	
	/* products style */
	.main-project-area{
		padding: 45px 0 25px;
	}
	.project-single-area{
		padding: 45px 0 45px;
	}
	.project-info .title h2{
		font-size: 22px;
	}
	.project-info .title h3{
		font-size: 20px;
	}
	.product-filter{
		margin-bottom: 20px;
	}
	.single-project-content .title {
		min-height: 135px;
	}
	.single-project-content .title h3 {
		font-size: 15px;
		line-height: 19px;
	}
	.single-project-content .text {
		font-size: 14px;
		line-height: 21px; 
	}
	.single-project-list-col{
		    padding: 8px;
	}
	.single-project-list ul li {
		margin-bottom: 3px;
		font-size: 14px;
	}
	
	/* Footer style */
	.single-footer-widget .gallery .gallery-item{
		width: 25.333%;
	}
	.single-footer-widget .gallery {
		margin-left:0px;
	}
	
	/* About style1  */
	#About-section .service-items .service-items-col{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#About-section .service-items .service-items-col .single-service-style2 .text-box {
		min-height: auto;
	}
	
	

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
	
	/* gallery popup style*/
/* 	body .pp_pic_holder{
		width: 85% !important;
        left: 7.5% !important;
	}
	body .pp_pic_holder .pp_content_container {
		height: 75vh !important;
	}
	body .pp_pic_holder .pp_content_container .pp_content #pp_full_res{
		height:70vh !important;
	} */

/*** 
=============================================
    Top Bar Style1 Style
=============================================
***/  
.top-bar-style1 {
    padding:5px 0 5px;
}    
.top-left-style1 {
    max-width: 100%;
    width:70%; 
    text-align: center;
	font-size: 14px;
}
.top-right-style1 { 
    width:30%;  
	text-align: right !important;
}    
.top-right-style1.float-right ul li{
	margin-right: 5px;
}	
.top-right-style1.float-right ul li a{
	padding: 0px 5px;
}	
.sociallinks-style-one li:last-child {
    margin-right: -3px !important;
}	

/*** 
=============================================
    header-style1-area Style
=============================================
***/ 
.header-style1-logo a img, .header-style2-logo a img {
    width: 91px;
}	
.header-style1-area {
    padding:10px 0 10px;
}    
.header-style1-logo { 
    text-align: center;
    margin: 0 0 0px;
}
.header-style1-logo a {
    display: inline-block;
} 
.headers1-header-right {
    position: relative;
    display: block; 
    overflow: hidden;
}
.headers1-header-right ul {
    overflow: hidden;
    float: none;
    margin-right: 0px;
    padding: 0;
    width: 200px;
    margin: 0 auto;
	display: none;
} 
.headers1-header-right ul li {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 17px;
}  
.headers1-header-right ul li:last-child{
    margin-bottom: 0;
}
.headers1-button {
    float: none;
	margin:15px auto 0;
	width:auto;
	padding: 6px 13px 5px 5px;
    height: 64px;
}   
.headers1-button .text span {
    font-size: 16px;
}	
.headers1-button .text h3{
	font-size: 15px;	
}	
.headers1-button .icon:before{
	top: 11px;
    right: 8px;
}	
.headers1-button .text{
	padding-left: 0px;
	line-height:21px;
}	
.headers1-button .icon {
    width: 65px; 
    transform: scale(0.85);
}	
    
/*** 
=============================================
    Mainmenu Area Style
=============================================
***/ 
.mainmenu-area {
    margin-top: 0;
    margin-bottom: 0;
} 
.mainmenu-area .main-menu .navbar-header .navbar-toggle {
	background:transparent !important;
	border: 0px dashed #000100 !important;
	display: inline-block;
	border-radius: 3px;
	float: none;
	margin: 0;
	z-index: 7;
	width: 33px;
	height: 30px;
	cursor: pointer;
	padding: 0 0px;
	position: absolute;
	top: 0;
	left: 0;
}	
.mainmenu-area .main-menu{
	padding-top:8px;	
}
.mainmenu-area .main-menu .navbar-header{
    padding: 35px 0 0;	
}	
.mainmenu-area .inner-content {
    padding-left: 12px;
    padding-right: 12px;
}    
.mainmenu-right {
    position: absolute;
    top: 0;
    right: 20px;
    float: none;
    z-index: 99;
}
.main-menu .navigation > li ul li:before{
    display:none;
}
.mainmenu-right .quote-button-box a {
    padding: 15px 13px 16px;
}    
.search-box {
    top: 120%;
    left: -235px;
    margin-left: 0;
    right: auto;
}    
.outer-search-box {
    margin-right: 0px;
}    
    
/*** 
=============================================
    About Area Style
=============================================
***/ 
.about-title h1 {
	font-size: 19px;
	line-height: 29px;
	margin: 15px 0 5px;
} 
.single-service-style2 {
    padding: 24px 15px 22px;
	margin: 0 auto 20px;
}
.single-service-style2 .inner {
    padding-left: 85px;
}  
.service-items {
    margin-top: 30px;
}	
    
/*** 
=============================================
    Slogan Area style
=============================================
***/ 
.slogan-area {
    padding: 46px 0 50px;
}    
.slogan-area .title {
    margin: 0px 0 18px;
    float: none !important;
    text-align: center;
}    
.slogan-area .button {
    float: none !important;
    max-width: 170px;
    margin: 0 auto;
}  
	.btn-one{
		padding: 10px 15px 12px;	
	}	
   
/*** 
=============================================
    Services Style1 Area style
=============================================
***/
.services-style1-area {
    padding-bottom: 60px;
}    
.service_s1_title {
    display: block;
    float: none;
    padding-bottom: 36px;
}  
.service_s1_text {
    display: block;
    float: none;
    max-width: 100%;
    padding-left: 0;
    margin-top: 0;
}       
.service_s1_button {
    float: none;
    margin: 16px 0 42px;
    display: block;
}
.single-service-style1 {
    margin-bottom: 40px;
}    
.single-service-style1 .text-holder {
    min-height: 191px;
}    
    
/*** 
=============================================
    Company Info Area style
=============================================
***/    
.company-info-content {
    margin-top:28px;
}    
.single-info-of-company .title-holder h3 {
    font-size: 14px;
}    
.company-info-content h1 {
        font-size: 23px !important;
        line-height: 28px !important;
        margin: 0 0 18px !important;
    }
	.company-info-content p{
		    line-height: 26px;
		margin: 10px 0 10px;
	}
.company-info {
    margin-top: 5px;
}	
    .slogan-area .title h3 {
        font-size: 16px !important;
        line-height: 27px !important;
    }	
        
/*** 
=============================================
    Latest project area style
=============================================
***/  
.latest-project-area .sec-title {
    padding-bottom:50px;
}    
.latest-project .owl-theme .owl-nav {
/*     position: absolute;
    left: 0px;
    right: auto;
    top: -90px;
    margin: 0; */
}  
.single-project-style1 .overlay-content{
	opacity: 1;	
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 35%, rgba(30, 87, 153, 0.02) 36%, rgb(0 0 0 / 40%) 72%, rgb(0 0 0 / 78%) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 35%, rgba(30, 87, 153, 0.02) 36%, rgb(0 0 0 / 40%) 72%, rgb(0 0 0 / 78%) 100%); 
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 35%, rgba(30, 87, 153, 0.02) 36%, rgb(0 0 0 / 40%) 72%, rgb(0 0 0 / 78%) 100%);
}	
.single-project-style1 .overlay-content .project-details{
	opacity: 1;	
    transform: none;
	
}	
     
/*** 
=============================================
    Choose Area style
=============================================
***/      
.single-choose-item {
    padding:30px 25px 26px;
	margin-bottom: 25px;
}   
.single-choose-item .text-holder h3 { 
    margin: 0 0 10px;
    font-size: 18px;
}	
	.choose-title{
		padding-bottom: 30px;
	}	
    
/*** 
=============================================
    Call Us Area style
=============================================
***/ 
.call-us-area {
    padding-top:45px;
    padding-bottom:45px;
}    
.sec-title.call-us-title {
    display: block;
    float: none;
    padding-right: 0;
    padding-bottom: 43px;
}    
.call-us-text {
    display: block;
    float: none;
    max-width: 600px;
    width: 100%;
    margin-top: -7px;
    margin-bottom: 50px;
} 
.call-us-text p {
    font-size: 17px;
}    
.contact-info-form {
    margin-top: 30px;
	padding:30px 20px;
}        
.single-blog-style2.image-box .overlay-box {
	padding:20px 30px;
}
/*** 
=============================================
    Footer Area style
=============================================
***/      
.single-footer-widget.marbtm50{
    margin-bottom: 50px;
}
.single-footer-widget.pdtop50{
    padding-top: 50px;
}

/*** 
=============================================
    Footer Bottom area  style
=============================================
***/
.footer-bottom-area {
    padding: 16px 0 0px;
}    
.footer-bottom-area .copyright-text {
    float: none !important;
    display: block;
    text-align: center;
    margin: 0 0 13px;
}   
.footer-menu {
    float: none !important;
    overflow: hidden;
    text-align: center;
}   
.footer-menu li {
    float: none;
    margin-right: 15px;
    padding-right: 15px;
} 
	.footer-area .container:before{
		width: 95%;
		left: 1%;
	}	
	.footer-bottom-area .copyright-text p{
		font-size: 14px;
	}  
	.single-footer-widget .newsletter-box{
		    max-width: 345px;
	}
    
    
    
    
/*** 
=============================================
    Top Bar Style2  style
=============================================
***/  
.top-bar-style2 {
    position: relative;
    display: block;
    background: #39345a;
    padding: 15px 0 17px;
}    
.top-left-style2 {
    padding-left: 0px;
    max-width: 100%;
    width: 100%;
    float: none !important;
}    
.top-left-style2 .language-switcher {
    position: static;
    width: 125px;
    height: 35px;
    background: transparent;
    margin: 0 auto;
}    
.top-left-style2 .top-contact-info {
    text-align: center;
    margin-top: 5px;
}
.top-left-style2 .top-contact-info ul {
    margin: 0;
}    
.top-left-style2 .top-contact-info ul li {
    display: inline-block;
    float: none;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    line-height: 30px;
    margin: 0 10px;
}    
.top-right-style2 {
    max-width: 100%;
    width: 100%;
    float: none !important;
    overflow: hidden;
}  
.top-right-style2 .sociallinks-style-one {
    float: none;
    margin: 8px 0 0;
    text-align: center;
}   
.top-right-style2 .sociallinks-style-one li {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin: 0 12px;
}    

/*** 
=============================================
    Header Style2 Area Style
=============================================
***/     
.header-style2-logo {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0;
    margin-right: 0;
    float: none !important;
    z-index: 99;
    margin: 15px 0;
} 
.headers2-header-right {
    float: none !important;
    display: block;
    width: 100%;
}    
.headers2.quote-button-box {
    position: absolute;
    display: block;
    top: 0;
    right: 15px;
    margin: 14px 0 15px;
    padding: 0;
    z-index: 99;
    display: none;
}    
.header-style2-area.stricky-fixed .header-style2-logo {
    padding: 0;
}    
.header-style2-area.stricky-fixed .headers2.quote-button-box {
    padding: 0;
}    
.headers2.quote-button-box .btn-one {
    font-size: 14px;
    line-height: 12px;
    padding: 15px 10px 16px;
    text-transform: uppercase;
}        
.headers2.quote-button-box .btn-one span:before {
    display: none;
}    
.header-style2-logo a img{
    width: 100%;
}
    
/*** 
=============================================
    Call To Action Area style
=============================================
***/ 
.call-to-action {
    padding-bottom: 41px;
}    
.call_to_action_title {
    position: relative;
    display: block;
    float: none;
    margin: 0;
}
.call_to_action_text {
    float: none;
    padding-left: 0;
    max-width: 520px;
    margin: 21px 0 32px;
}    
.video-holder-box2 {
    float: none;
}    
  
/*** 
=============================================
    Choose Area style2 Style
=============================================
***/      
.single-choose-item.style2 {
    padding: 55px 40px 52px;
}    
  
/*** 
=============================================
    Capabilities Area style
=============================================
***/     
.capabilities-content {
    margin-top: 40px;
}    
    
/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
    padding-top: 100px;
    padding-bottom: 120px;
}   
.testimonial-image {
    min-height: auto;
    max-width: 720px;
    width: 100%;
    box-shadow: 0px 6px 20px #f0eef9;
}   
.testimonial-image .img-box {
    position: static;
    max-width: 570px;
    height: auto; 
} 
.testimonial-image .quote-icon-box {
    display: none;
}    

/*** 
=============================================
    Latest Blog Area S2 style
=============================================
***/     
.single-blog-style2.image-box .post-date-readmore {
    margin-top: 50px;
}    
    
/*** 
=============================================
    Subscribe Area style
=============================================
***/     
.subscribe-title {
    margin: 0px 0 17px;
    text-align: center;
}    
.subscribe-form {
    max-width: 470px;
    margin: 0 auto;
}

/*** 
=============================================
    About Area Style2 style
=============================================
***/ 
.mission-vision-tab-box {
    width: 100%;
    float: none; 
	height: auto;
	overflow:hidden;
} 
	.mission-vision-tab-box .tab-content-box .single-tab-content.active-tab{
		    padding-top:270px;
	}	
.mission-vision-tab-box .tab-btns li {
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 40px;
} 
.mission-vision-tab-box .inner-content {
    padding-right: 0px;
}
.mission {
	display:none;
}
.vision {
    top: -25px;
    right: 0;
}    
.mission-vision-image {
    width: 100%;
    float: none; 
	height: 250px;
    overflow: hidden;
}    
.mission-vision-image img {
    width: 100%;
	height:100%;
	object-fit:cover;
}    
    
/*** 
=============================================
    Choose Area Style3 style
=============================================
***/     
.choose-area.style3 .single-choose-item.style2 {
    padding:30px 20px 30px;
	margin-bottom: 25px;
}    

/*** 
=============================================
    Team Area style
=============================================
***/      
.team_s2_title {
    display: block;
    float: none;
    padding-bottom: 46px;
}  
.team_s2_text {
    display: block;
    float: none;
    max-width: 670px;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
}    
.team_s2_button {
    float: none;
    margin-top: 26px;
    padding-bottom: 42px;
}    
    
/*** 
=============================================
    Testimonial Area s2 style
=============================================
***/      
.testimonial_s2_title {
    display: block;
    float: none;
    padding-bottom: 46px;
}  
.testimonial_s2_text {
    display: block;
    float: none;
    max-width: 670px;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
}    
.testimonial_s2_button {
    float: none;
    margin-top: 26px;
    padding-bottom: 42px;
}    
    
/*** 
=============================================
    Single Service Area style
=============================================
***/ 
.team-support h2 br {
    display: none;
}     
.team-support .img-holder {
    margin-top: 52px;
}    
.business-growth-right {
    margin-top: 34px;
} 
.single-service-bottom-box:before {
    display: none;
}    
.single-service-bottom-box .single-item {
    display: block;
    max-width: 400px;
    width: 100%;
}    
.single-service-bottom-box .single-item.left {
    float: none;
}    
.single-service-bottom-box .single-item.right {
    float: none;
    margin-top: 27px;
}      
.single-service-sidebar {
    margin-top: 92px;
}   
    
/*** 
=============================================
    History Area style
=============================================
***/ 
.history-area {
    padding-top: 100px;
}    
.history-image {
    margin-right: 0;
}    
.history-image img {
    max-width: 100%;
    float: none;
    width: 100%;
}
.history-content {
    margin-left: 0;
    padding-left: 0;
}    
.accordion-holder {
    padding-top: 75px;
    padding-bottom: 75px;
}    
.accordion-holder .accordion .acc-btn {
    padding-left: 0;
    margin-bottom: 30px;
}    
.accordion-holder .accordion .acc-btn .year {
    position: static;
    width: 160px;
}    
.accordion-holder .accordion .acc-btn .title {
    padding-left: 0;
    margin-top: 10px;
}    
.accordion-holder .accordion .acc-btn .year:before {
    display: none;
}    
.accordion-holder .accordion .acc-btn:before {
    display: none;
}    
.accordion-holder .accordion .acc-content .inner {
    padding: 0px 0px 30px;
    padding-left: 0;
}    
.accordion-holder .accordion .acc-content .inner:before {
    display: none;
}    

/*** 
=============================================
    Breadcrumb Area S1 style
=============================================
***/     
.breadcrumb-area{
    padding:30px 0 30px;
}  
.breadcrumb-area.category-breadcrumb-area{
	padding: 25px 0 25px;
	background-position:75% center;
}  
.breadcrumb-area.category-breadcrumb-area .inner-content {
	width:70%;
	min-height: 90px;
	display: flex;
    align-items: center;
}	
.breadcrumb-area.category-breadcrumb-area .title h1 {
	font-size:22px;
	line-height: 30px;
	margin: 0 0 0px;
}	
.breadcrumb-area .inner-content{
	padding-top: 0px;
}
.breadcrumb-area .title h1{
	font-size: 28px;
	line-height: 41px;
}
.breadcrumb-area .title p{
	font-size: 15px;
        line-height: 21px;
}	
    
/*** 
=============================================
    Main project area style
=============================================
***/ 
.project-filter {
    display: inline-block;
    border: 0px solid #f0eef9;
    margin-bottom: 32px;
}    
.project-filter li span {
    padding: 7px 7px 7px;
    border: none;
}    
 
/*** 
=============================================
    Project Single Area style
=============================================
***/    
.project-carousel-box {
    margin-right: 0px;
}    
.challenge-solution-box .img-holder .icon {
    position: absolute;
    top: 0;
    right: 0px;
}  
.challenge-solution-box .img-holder .icon.solutions {
    top: 0px;
    left: 0px;
    -webkit-box-shadow: -3px 0px 6px 0px #F6F6F6;
    box-shadow: -3px 0px 6px 0px #F6F6F6;
}    
.challenge-solution-box .text-holder {
    position: relative;
    display: block;
    padding-top: 0px;
}    

/*** 
=============================================
    Blog Area style
=============================================
***/       
.single-blog-post .meta-box .meta-info {
    margin: 13px 0 10px;
    float: none !important;
} 
.single-blog-post .meta-box .reamore {
    float: none !important;
    display: block;
}    
#blog-area .sidebar-wrapper {
    margin-top:15px;
    padding-left: 0px;
}      
.sidebar-wrapper .single-sidebar.instagram-box {
    max-width: 370px;    
} 
.sidebar-wrapper .single-sidebar.categories-box{
    max-width: 370px;   
}    
.sidebar-wrapper .single-sidebar.popular-post-box{
    max-width: 370px;   
}    
.sidebar-wrapper .single-sidebar.tag-box{
    max-width: 370px;         
}    
    
/*** 
=============================================
    Blog Single area style
=============================================
***/
.blog-single-area .single-blog-post {
    padding: 95px 30px 80px;
}    
.quality-with-integrity .img-box{
    margin-top: 30px;
} 
.single-blog-post .meta-box .meta-info li:before {
    display: none;
} 
.blog-single-social-links {
    top: 5px;
    left: 5px;
}  
.blog-single-area .blog-title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 32px;
}
.blog-single-area .quote h2 br{
    display: none;
}
.blog-single-area .quote:before {
    display: none;
}
.author-quote-box .text {
    padding-left: 30px;
} 
.author-box-holder {
    padding: 45px 25px 50px;
}    
.author-box-holder .inner-box .img-box, 
.author-box-holder .inner-box .text {
    display: block;
} 
.author-box-holder .inner-box .text {
    padding-left: 0;
    margin-top: 25px;
}    

.blog-single-area .inner-comment-box .single-comment-box {
    padding-left: 0;
}
.single-comment .bp-comment-item > .bp-comment-item > .single-comment-box {
	margin-left:0;
}
.blog-single-area .inner-comment-box .single-comment-box .img-box {
    position: static;
}  
.blog-single-area .inner-comment-box .single-comment-box .text-box {
    margin-left: 0;
    margin-top: 20px;
}    
.blog-prev-next-option .single.prev {
    float: none;
    padding-left: 90px;
    min-height: 90px;
    width: 100%;
}       
.blog-prev-next-option:before {
    display: none;
}    
.blog-prev-next-option .single.next {
    float: none;
    padding-right: 90px;
    min-height: 90px;
    width: 100%;
    margin-top: 40px;
} 
    
/*** 
=============================================
    Shop Area style
=============================================
***/ 
.highlights-area {
    padding-top: 60px;
    padding-bottom: 54px;
}    
.single-highlights-box {
    display: block;
    border: none;
    float: none;
    max-width: 100%;
    padding: 0 20px;
}
.single-highlights-box p {
    line-height: 22px;
} 
.single-categories-box {
    display: block;
    width: 100%;
    float: none;
    padding: 85px 30px 90px;
}    
.shop-sidebar-wrapper {
    margin-bottom: 100px;
}    

/*** 
=============================================
    Single Shop Area style
=============================================
***/
.single-shop-content .content-box {
    margin-top: 40px;
}
.single-product-carousel {
    margin-right: 0;
}    
    
/*** 
=============================================
    Cart Area style
=============================================
***/
.cart-middle .apply-coupon {
    padding-left: 0;
}       
.cart-middle .apply-coupon input[type="text"] {
    margin: 0 0 20px;
    position: static;
    width: 225px;
}    
.cart-area .cart-bottom .calculate-shipping {
    padding-bottom: 60px;
}    
.cart-middle .update-cart {
    float: left !important;
    margin: 20px 0 0;
}        
.cart-bottom .calculate-shipping input[type="text"] {
    margin-bottom: 25px;
}      
    
/*** 
=============================================
    Checkout Area style
=============================================
***/    
.checkout-area .form.shipping-info {
    padding-top: 60px;
}    
.checkout-area .cart-total {
    padding-top: 60px;
}   
.checkout-area .exisitng-customer h5 a {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 7px;
}
.checkout-area .coupon h5 a {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 7px;
}       
    
/*** 
=============================================
    Login Register Area style
=============================================
***/  
.login-register-area .form a.forgot-password {
    float: left;
    margin: 35px 0 0;
}  
.login-register-area .form.register {
    padding-top: 60px;
}    
.login-register-area .form .social-icon {
    float: left;
    margin-right: 0;
    margin-top: 30px;
}    
.login-register-area .form .social-icon span {
    left: 0;
    position: relative;
} 
.login-register-area .form .social-icon .login-with {
    position: static;
}    
.login-register-area .form h6 {
    margin: 20px 0 0;
}
.login-register-area .form .right {
    display: block;
    overflow: hidden;
    margin-left: 0px;
}

/*** 
=============================================
    Global Office Area style
=============================================
***/     
.single-global-office {
    padding:20px 20px 15px;
	margin-bottom: 20px;
} 
.single-global-office .inner .text {
    padding-left: 20px;
} 
.contact-info-area{
	padding: 5px 0 45px;
}
.single-global-office .inner .text h3{
	font-size: 18px;
}	
    
/*** 
=============================================
    Contact Info Area style
=============================================
***/  
.how-can-help-box {
    margin-top: 50px;
}
.how-can-help-box .inner-content ul li .left {
    padding-left: 50px;
    max-width: 300px;
}    

/*** 
=============================================
    Branches Section style
=============================================
***/  
.branches_s2_title {
    display: block;
    float: none;
    padding-bottom: 53px;
}    
.branches_s2_text {
    display: block;
    float: none;
    max-width: 670px;
    width: 100%;
    padding-left: 0;
    margin-top: -7px;
    padding-bottom: 40px;
}

.blog-single-social-links {
	display:none;
}

.blog-single-area .blog-post,
.blog-large-area .blog-post{
	padding-right: 0px;
}
	
.company-info-area{
		padding-top: 41px;
        padding-bottom: 41px;
	}	
	.company-info-content h1{
		font-size: 28px;
		line-height: 38px;
		margin: 0 0 22px;
	}
	.single-info-of-company{
		margin: 21px auto 0;
	}
	.slogan-area .title h3{
		    font-size: 18px;
	}
	.slogan-area {
        padding: 35px 0 35px !important;
    }
	.about-area{
		padding: 48px 0 20px;
	}
	.about-area.Style2{
		    padding:45px 0 50px;
	}
	.sec-title .title span{
		font-size: 21px;
        line-height: 28px;
	}
	.mission-vision-tab-box .tab-btns{
		padding-top: 25px;
		padding-left: 25px;
		padding-bottom: 25px;
	}
	.mission-vision-tab-box .inner-content{
		padding-right:25px;
		padding-left: 25px;
		 min-height:140px;
		width: 100%;
	}
	.mission-vision-tab-box .sec-title {
		padding:5px 25px 10px;
		margin: 0px;
	}
	.about-text p{
		line-height: 26px;
        margin: 15px 0 0;
	}
	.mission-vision-content{
		margin-top: 25px;
	}
	.mission-vision-tab-box .tab-btns li .title h3{
		font-size: 16px;
	}
	.contact-info-box ul li .title h3{
		    font-size: 16px;
	}
	.contact-info-box ul li .title span{
		    font-size: 15px;
	}
  
	.choose-area.style3{
		padding: 45px 0 15px;
	}
	.sec-title p{
		font-size: 16px;
       line-height: 23px;
	}
	.certifications-area{
		padding: 45px 0 45px;
	}
	.single-certifications .title h3{
		    font-size: 16px;
	}
	.testimonial-area-s2{
		    padding: 45px 0 45px;
	}
	.testimonial_s2_text p{
		font-size: 16px;
    line-height: 24px;
	}
	.testimonial-area-s2 .owl-carousel{
		margin: 21px auto 0px;
	}
	.single-testimonial-style2 .client-name h3{
		    font-size: 16px;
	}
	
	.latest-project-area {
        padding: 45px 0 45px;
    }
	
	.main-slider .tparrows{
		height: 55px !important;
		width:35px !important;
	}
	.main-slider .tparrows:before{
		height: 55px !important;
		width:33px !important;
		line-height: 60px !important;
	}
	
	/* Montek solution style */
	#montek-solution1 .about-area {
		padding: 45px 0 0px;
	}
	#montek-solution2 { 
		padding: 0px 0px 15px;
	}
	#montek-solution2 .kc_single_image {
		height: 230px; 
	}
	#montek-solution2 .kc_column{
		margin-bottom: 10px;
	}
	
	/* counter style */
	.fact-counter-area {
        padding:35px 0 10px;
    }
	.single-fact-counter{
		    max-width: 325px;
		padding-left: 76px;
	}
	.single-fact-counter h1 span{
		    font-size: 30px;
	}
	.single-fact-counter .count-box .title h3{
		    font-size: 15px;
            line-height: 21px;
	}
	.single-fact-counter h1{
		    margin: 0 0 5px;
	}
	.single-fact-counter .icon-box span:before{
		    font-size: 50px;
            line-height: 70px;
	}
	
	/* why choose style */
	.choose-area{
		padding-top: 40px;
        padding-bottom: 25px;
	}
	.choose-title h1{
		    font-size: 23px;
    line-height: 32px;
	}
	.choose-title p{
		    font-size: 16px;
    line-height: 24px;
	}
	
	/* Gallery page style*/
	#Gallery-section{
		padding: 0px 0 20px;
	}
	#Gallery-section .about-area{
		    padding: 50px 0 0px;
	}
	#Gallery-section .kc-image-gallery {
		margin-bottom: 10px;
	}
	#Gallery-section .kc_image_gallery .item-grid {
		width:49%; 
		padding: 10px;
	}
	#Gallery-section .kc_image_gallery{
		    padding: 0px 5px;
	}
	#Gallery-section .about-title .sec-title, .about-title .sec-title {
		padding-bottom: 20px;
	}
	
	/* certificate style */
	#certificate-section{
		padding: 0px 15px 20px;
	}
	#certificate-section .kc_row.kc_row_inner {
		width: calc(100% + 30px); 
        margin-left: -15px;
        margin-right: -15px;
	}
	#certificate-section .kc_row.kc_row_inner .kc_column_inner { 
		width:50%;
	    margin-bottom: 20px;
	}
	#certificate-section .about-area{
		padding: 45px 0 0px;
	}
	#certificate-section .kc-image-gallery .item-grid{
		width: 22.666667%;
		margin: 8px 8px 8px 0px;
	}
	#certificate-section .kc-image-gallery {
		margin-bottom: 35px;
	}
	#certificate-section .kc_image_gallery { 
		max-width: 720px;
		margin: 0px auto;
		display: flex;
        flex-wrap: wrap;
	}
	
	/* Download page style */
	#Download-section{
		padding: 0px 17px 20px;
	}
	#Download-section .kc_single_image { 
		max-height: 100%;
	}
	#Download-section .kc_row_inner .kc_column_inner {
		margin-bottom: 20px;
	}
	#Download-section .about-area .col-xl-6 {
		padding-left: 18px;
	}
	#Download-section .about-area{
		    padding: 45px 0 0px;
	}
	
	/* contact us style */
	.contact-form{
		padding: 25px 25px 20px;
	}
	.global-office-area{
		padding: 45px 0 10px;
	}
	.sec-title.max-width{
		padding-bottom: 30px;
	}
	.global-office-area .col-lg-6 {
		max-width: 100%;
	}
	.single-global-office .inner .text ul{
		min-height: max-content;
	}
	
	/* career page style*/
	#Career-section .contact-info-area{ 
		padding: 0px 0 50px;
	}
	
	/* Blog page style*/
	.blog_homexx .sec-title {
		margin-top: 40px;
	}
	.blog_homex #blog-area {
		padding: 45px 0 0px;
	}
	.blog-default-area .single-blog-post{
		margin-bottom: 35px;
	}
	.single-blog-post .text-holder { 
		padding: 15px 0px 0px;
	}
	
	#blog-area{
		padding: 45px 0 0px;
	}
	.blog-large-area .single-blog-post .blog-title{
		    font-size: 23px;
	}
	.blog-large-area .single-blog-post{
		margin-bottom: 25px;
	}
	.blog-prev-next-option{
		margin-bottom: 20px;
		    margin-top: 35px;
		padding-bottom: 15px;
	}
	.sidebar-wrapper .single-sidebar{
		    margin-bottom: 35px;
	}
	#blog-area.blog-single-area{
		    padding-bottom: 15px;
	}
	.blog-single-area .single-blog-post{
		margin-top: 50px;
		padding:30px 30px 35px;
	}
	.blog-prev-next-option .single.prev .title {
		padding-left: 0px; 
	}
	.blog-prev-next-option .single.next .title{
		    padding-right: 0px;
	}
	.sidebar-title h3{
		font-size: 20px;
	}
	
	/* products style */
	.main-project-area{
		padding: 45px 0 25px;
	}
	.project-single-area{
		padding: 45px 0 45px;
	}
	.project-info .title h2{
		font-size: 20px;
	}
	.project-info .title h3{
		font-size:19px;
	}
	.product-filter{
		margin-bottom: 20px;
	}
	.single-project-content{
		padding:16px 0px 10px;
		margin-left: -15px;
	}
	.project-info .single-project-content { 
		margin-left: 0;
	}
	.project-info ul li {
		line-height: 36px; 
	}
	.single-project-content .title {
		min-height: auto;
	}
	
	/* Footer style */
	.footer-area{
        padding-top: 44px;
        padding-bottom: 10px;
    }
	.single-footer-widget .gallery .gallery-item{
		width: 25.333%;
	}
	.single-footer-widget .gallery {
		margin-left:0px;
	}
	.single-footer-widget .title{
		margin-bottom: 10px;
	}
	
	#About-section .service-items .service-items-col{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px){}

@media (min-width: 992px){ 
    
.navbar-collapse.collapse {
    display: block !important;
    height: auto;
    padding-bottom: 0;
    overflow: visible !important;
}
.navbar-toggle {
    display: none !important;
} 
    

    
}



@media only screen and (max-width: 991px){ 
	body{
		font-size: 15px;
	}   
.mainmenu-area .inner-content{
    position: relative;
    display: block;
}         
.main-menu {
    display: block;
    float: none;
    padding-top:11px;
    padding-bottom: 0px;
    z-index: 5;
    width: 100%;
}
.main-menu .navigation li {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    float: none;
}   
.main-menu .collapse {
	max-height:350px;
    border: none;
    border-radius: 0px !important;
    float: none;
    margin: 0;
    height: auto;
    overflow: auto;
    padding: 0;
    width: 100%;
}    
.main-menu .collapse.in, 
.main-menu .collapsing {
    border: none;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    border-top: none;
}    
.main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    padding:36px 0 0;
    right: 0px;
    z-index: 12;
}    
.main-menu .navbar-header .navbar-toggle {
    background: transparent !important;
	border: 0px dashed #000100 !important;
	display: inline-block;
	border-radius: 3px;
	float: none;
	margin: 0;
	z-index: 7;
	width: 33px;
	height: 30px;
	cursor: pointer;
	padding: 0 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.main-menu .navbar-header .navbar-toggle .icon-bar {
    display: block;
    background: #e7e7e7;
    width: 30px;
    height: 2px;
    border-radius: 1px;
}
.main-menu .navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}     
.main-menu .navbar-collapse > .navigation {
    float: none !important;
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
}   
.main-menu .navbar-collapse .navigation > li{
    display: block;
    margin: 0px !important;
    padding: 0;
    float: none !important;
    width:100%;
} 
    


.main-menu .navbar-collapse > .navigation > li > ul,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
    position: relative;
    float: none;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0px;
    padding: 0;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100%;
    background: none;
    border-radius: 0px;
    transition: none !important;
}  
    

    
    
.main-menu .navbar-collapse .navigation li,
.main-menu .navbar-collapse .navigation li ul li,
.main-menu .navbar-collapse .navigation li ul li ul li{
    background:transparent;
    border-bottom:1px solid #060606;
    opacity:1 !important;
    top:0px !important;
    left:0px !important;
    visibility:visible !important;
}  
.main-menu .navbar-collapse > .navigation > li:last-child,
.main-menu .navbar-collapse > .navigation > li > ul > li:last-child{
    border-bottom: 1px solid #131121;         
}    
.main-menu .navbar-collapse .navigation li ul li,
.main-menu .navbar-collapse .navigation li ul li ul li{
	border-top:1px solid #fff;
	border-bottom:none;
}
.main-menu .navbar-collapse > .navigation > li > a {
    padding: 10px 0px !important;
    line-height: 22px;
    color: #ffffff;
    text-align: left; 
	font-size: 14px;
}
        
.main-menu .navbar-collapse .navigation li ul li{
    padding: 0;        
} 
.main-menu .navbar-collapse .navigation li ul li:last-child {
    border-bottom: none;
}   
.main-menu .navbar-collapse .navigation li ul li a {
    padding: 10px 0px !important;
    line-height: 22px;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.main-menu .navigation > li.current-menu-item > a, .main-menu .navigation > li.current-menu-ancestor > a {
    color: #f36727;
}	

.main-menu .navbar-collapse .navigation li ul li a:before {
    display: none !important;
}
  
   
.main-menu .navbar-collapse > .navigation > li > a:hover,
.main-menu .navbar-collapse > .navigation > li > a:active,
.main-menu .navbar-collapse > .navigation > li > a:focus{
    
} 
.main-menu .navbar-collapse > .navigation > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li.current > a{
/*     background: #f36727;
    color: #222222 !important; */
	 color: #f36727;
}        
.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
    display:block;
}  
    
 
.main-menu .navbar-collapse .navigation > li > ul,
.main-menu .navbar-collapse .navigation > li > ul > li > ul{
    border: none;
    padding: 0;
    margin: 0;
} 
.main-menu .navbar-collapse .navigation > li > ul:before{
    display: none;
}     
.main-menu .navbar-collapse .navigation > li > ul > li:before {
    display: none;
}
 
    
}



@media only screen and (min-width: 1200px) and (max-width: 1300px) { 
    
.main-slider .slide-content.left-slide{ 
    margin-left: 100px; 
}
    
 
}



@media only screen and (max-width: 1199px){
.main-slider .slide-content.left-slide{ 
    margin-left: 100px; 
}    
.main-slider .slide-content .big-title{
	font-size: 55px;
}
.main-slider .slide-content .text{
	font-size: 20px;
} 
    
    
    
}


@media only screen and (max-width: 1039px){
    
.main-slider .slide-content.left-slide{ 
    margin-left: 50px; 
}  
.main-slider .slide-content .big-title{
	font-size: 45px;
}
.main-slider .slide-content .text{
	font-size: 18px;
}       
.main-slider .slide-content .btn-box a{
    padding: 20px 30px 20px;
}

footer .single-footer-widget:nth-child(1),
footer .single-footer-widget:nth-child(2) {
	margin-bottom:50px;
}
    
    
}


@media only screen and (max-width: 777px){

.tparrows{
    display:block;
}     
.main-slider .slide-content .big-title{
	font-size: 35px;
}
.main-slider .slide-content .text{
	font-size: 16px;
}       
.main-slider .slide-content .btn-box a{
    padding: 17px 30px 17px;
}

.tp-leftarrow,
.tp-rightarrow{
	display:none;
}
.tp-bullets {
	display:block;
}

.single-testimonial-item .button {
    padding-left: 150px;
}
footer .single-footer-widget {
	margin-bottom:35px !important;
}
footer .single-footer-widget:nth-child(4) {
	margin-bottom:0;
}

.sidebar-subscribe-form form .input-field input[type="email"],
.sidebar-subscribe-form form button {
	width:100%;
	max-width:100%;
}
.sidebar-subscribe-form form button {
	margin-top:15px;
	position:relative;
}
.single-global-office .inner .text h3 span {
	margin:5px 0 0;
}


.top-right-style1.float-right {
	text-align:center;
}
.top-right-style1.float-right ul {
	width:100%;
}
.top-right-style1.float-right ul li {
	float:none;
}
}




@media only screen and (max-width: 599px) {
/*** 
=============================================
    Rev slider wrapper style
=============================================
***/ 
.main-slider {
    position: relative;
    margin-top: 0;
}
.tparrows{
    display: block;
} 
.main-slider .slide-content.left-slide {
    margin-left: 0px;
}    
.main-slider .slide-content .big-title{
	font-size: 25px;
}      
.main-slider .slide-content .btn-box a{
    padding: 17px 20px 17px;
}

}

@media only screen and (max-width: 499px) {   
    .admin-bar .stricky-fixed{
        margin-top: 0px;
    }
    .blog-single-area .inner-comment-box .single-comment-box .comment{
        padding-left: 0px;
    }
}

@media only screen and (max-width: 479px) {    
.main-slider .slide-content .big-title{
	font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
}  
.main-slider .slide-content .big-title br{
    display: none;
}    
.main-slider .slide-content .text{
	font-size: 16px;
}  
.main-slider .slide-content .text span{
    display: none;
}       
.main-slider .slide-content .btn-box a{
    padding: 11px 20px 11px;
}    
.search-box{
	left: -218px;
}
  
    
}
