body{
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif!important;
font-family: 'Unbounded', cursive!important;
}
.header{
	float: left;
	width: 100%;
	
	height: 102px;
	border-bottom: 0.5px solid #00000038;
}
.logo{
	float: left;
	width: 100%;
}
.logo a img{
	float: left;
	width: 311px;
	margin-top: 14px;
}.r-input[type="radio"]:checked+.rlabel::after {
    background: #17a2dc;
}
/*.logo h2{
	float: left;
	font-size: 22px;
	font-weight: 500;
	color: #83bf41;
	margin-top: 40px;
	margin-left: 15px;
}
.logo h2 span{
	color: #17a2dc;
	font-size: 22px;
	font-weight: 500;
	
}
*/

.slide {
    float: left;
	width: 100%;
	height: 650px;
	
	
}

.slide .item {
    height: 611px;
    width: 100%;
    float: left;
    position: relative;
    /* background: #1a1b1c; */
    /* background: url(../images/slider_bg.png); */
    /* background-size: cover; */
    background-position: center;
    /* max-height: 800px; */
}
.slider-ban .owl-dots {
    display: block;
    padding-left: 125px;
    margin-top: -152px;
    /* background: chartreuse; */
}
.slider-ban .owl-dots button span {
    background: #4f87dc;
    width: 8px;
    height: 8px;
    float: right;
    border-radius: 100%;
    margin-right: 8px;
    margin-bottom: 4px;
    border: 1px solid #4f87dc;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: white;
    border-color: white;
}
.slide .item .cover {
    padding: 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -7px;
    left: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    display: flex;
    align-items: center;
}

.slide .item .cover .header-content {
    padding: 46px 0px;
    position: absolute;
    margin-top: 18px;
    width: auto;
    text-align: center;
    width: 100%;
    /* margin-left: 65px; */
    /* padding: 56px; */
    overflow: hidden;
    background: transparent;
    z-index: 9999;
}

.slide .item .slide-image {
    height: 611px;
    float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
    /* max-height: 1000px; */
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 7px; */
}


.bannercontent{float: left;
	width: 60%;
    padding-top: 0px;
    padding-bottom: 81px;}

.bannerimage{float: right;
	width: 40%;
	padding-top: 0px;}

.bannerimage img{
	float: right;
    margin-top: 3px;
    width: 86%!important;
    margin-left: 0px;
    
    
}


.bannercontent h2 {
    float: left;
	width: 100%;
	color: #83bf41;
	font-size: 60px;;
	font-weight: 500;
	line-height: 74px;
	margin-bottom: 19px;
	text-align: left;
}
.bannercontent h2 span{
	color: #17a2dc;
	font-weight: 500;
	

}
.slide .owl-item.active h6 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.slide .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.bannercontent p {
    line-height: initial;
    margin-top: 10px;
    font-size: 20px;
    color: #919191;
    font-weight: 300;
    line-height: 150%;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
    /* padding-left: 34px; */


    
}
.discover-butn{
	float: left;
	margin-right: 30px;
    margin-top: 30px;
    padding: 12px 36px 12px 36px;
    color: white;
    background-color: #83bf41;
    font-size: 20px;
    
    font-weight: 300;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.discover-butn:hover{
	text-decoration: none;
	color: #83bf41;
	background-color: white;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.contact-butn{
	float: left;
	margin-right: 30px;
    margin-top: 30px;
    padding: 12px 36px 12px 36px;
    color: #83bf41;
    background-color: white;
    font-size: 20px;
    
    font-weight: 300;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.contact-butn:hover{
	text-decoration: none;
	color: white;
	background-color: #83bf41;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.slider-ban .owl-nav{
display: none;
}

.slidingimg{/* float: right; *//* width: 580px; *//* height: 655px; */}
.slidingimg img{float: right;width: 580px;height: 655px;display: none !important;}



.body1{
	float: left;
	background-color: #f5f5f5;
	width: 100%;
	height: auto;
	
	padding-bottom: 105px;

}
.body1-box1{
	float: left;
	width: 100%;
	padding: 35px;
	background-color: #17a2dc;
	height: 128px;
	margin-top: -63px;
}
.body1-box1 img{
	float: left;
	width: 58px;
}
.body1-box1 p{
	float: left;
	font-weight: 300;
	font-size: 12px;
	color: white;
	margin-left: 15px;
}
.body1-box2{
	float: left;
	width: 100%;
	padding: 35px;
	background-color: #83bf41;
	height: 128px;
	margin-top: -63px;
}
.body1-box2 img{
	float: left;
	width: 58px;
}
.body1-box2 p{
	float: left;
	font-weight: 300;
	font-size: 12px;
	color: white;
	margin-left: 15px;
}

.body1-hed{
	float: left;
    width: 60%;
    margin-top: 100px;
   padding: 0px 0px 0px 122px;
}
.body1-hed h4{
	float: left;
	width: 100%;
	color: black;
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 20px;
}
.body1-hed h2{
	float: left;
	width: 100%;
	font-weight: 500;
	margin-bottom: 0px;
	font-size: 38px;
	color: #83bf41;
	margin-top: 15px;
}
.body1-hed h2 span{
	color: #17a2dc;
	font-weight: 500;
	
}
.body1-hed p{
	float: left;
	width: 100%;
	color: #919191;
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 12px;
	margin-top: 25px;
	line-height: 180%;
}
.b1-hed{
	float: left;
}
.b1-hed a{
	float: left;
	margin-right: 30px;
    margin-top: 30px;
    padding: 12px 27px 12px 27px;
    color: white;
    background-color: #83bf41;
    font-size: 12px;
    
    font-weight: 300;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b1-hed a:hover{
	text-decoration: none;
	color: white;
	background-color: #17a2dc;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.body1-img{
	float: left;
	width: 40%;
	margin-top: 100px;

}
.body1-img img{
	float: right;
	width: 100%;
	right: 0;
}

.body2{
	float: left;
	
	width: 100%;
	height: auto;
	padding-top: 90px;
	
	padding-bottom: 115px;

}
.loop-what-we-do.owl-carousel.owl-drag .owl-item{
	height: 390px!important;
}
.body2-hed{
	float: left;
    width: 100%;
    
   
}
.body2-hed h4{
	float: left;
	text-align: center;
	width: 100%;
	color: black;
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 20px;
}
.body2-hed h2{
	float: left;
	width: 100%;
	font-weight: 500;
	margin-bottom: 0px;
	font-size: 40px;
	color: #83bf41;
	margin-top: 15px;
	text-align: center;
}
.body2-hed h2 span{
	color: #17a2dc;
	font-weight: 500;
	font-size: 40px;
}

.body2-box1{
	float: left;
	width: 100%;
	background-color: #17a2dc;
	height: 287px;
	margin-top: 65px;
	padding-left: 40px;
}

.parts-icon{
	float: left;
	width: 60px;
	height: 60px;
	background-color: #83bf41;
	padding: 13px;
	margin-top: -33px;
}
.parts-icon img{
	float: left;
	width: 35px;
	
}

.body2-box1 h2{
	float: left;
	color: white;
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 23px;
}
.b2-b-p{
	float: left;
	color: white;
	font-size: 12px;
	font-weight: 300;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 15px;
	line-height: 180%;
}
.b2-b-p1{
	float: left;
	color: white;
	font-size: 12px;
	font-weight: 300;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 15px;
	line-height: 180%;
}
.b2-b1{
	float: left;
	margin-right: 30px;
    margin-top: 22px;
    padding: 12px 27px 12px 27px;
    color: white;
    background-color: #83bf41;
    font-size: 12px;
    
    font-weight: 300;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b2-b1:hover{
	text-decoration: none;
	color: #83bf41;
	background-color: white;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.body2-box2{
	float: left;
	width: 100%;
	background-color: #83bf41;
	height: 287px;
	margin-top: 65px;
	padding-left: 40px;
}

.parts-icon2{
	float: left;
	width: 60px;
	height: 60px;
	background-color: #17a2dc;
	padding: 13px;
	margin-top: -33px;
}
.parts-icon2 img{
	float: left;
	width: 35px;
	
}

.body2-box2 h2{
	float: left;
	color: white;
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	margin-bottom: 0px;
	margin-top: 23px;
}

.b2-b2 {
	float: left;
	margin-right: 30px;
    margin-top: 22px;
    padding: 12px 27px 12px 27px;
    color: white;
    background-color: #17a2dc;
    font-size: 12px;
    
    font-weight: 300;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b2-b2:hover{
	text-decoration: none;
	color: #17a2dc;
	background-color: white;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b2-b2-3{
	float: left;
	margin-right: 30px;
    margin-top: 47px;
    padding: 12px 27px 12px 27px;
    color: white;
    background-color: #17a2dc;
    font-size: 12px;
    
    font-weight: 300;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b2-b2-3:hover{
	text-decoration: none;
	color: #17a2dc;
	background-color: white;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.body3{
	float: left;
	width: 100%;
	background-color: #f5f5f5;
	height: auto;
	padding: 90px 0px;
}

.body3-img{
	float: left;
	width: 40%;

}
.body3-img img{
	float: left;
	width: 100%;
}


.formbox{
    width: 60%;
    float: left;
    padding-left: 60px;
    padding-right: 133px;
    padding-top: 49px;
    
    
}
.formhead{
    float: left;
    width: 100%;

}
.formhead h4{
    text-align: left;
    float: left;
    color: black;
    font-weight: 300;
    font-size: 20px;
    width: 100%;
    
    margin-bottom: 0px;
}
.formhead h2{
	float: left;
	width: 100%;
	text-align: left;
	color: #83bf41;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 0px;
	margin-top: 13px;
}
.formhead h2 span{
	color: #17a2dc;
	font-weight: 500;
	font-size: 40px;
}




.formcareer {
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 30px;
}
.cnt-frm {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.frm-title {
    float: left;
    width: 100%;
    color: #919191;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}

.label-contact {
    float: left;
    width: 100%;
    padding-top: 0px;
}

.career-forms {
    color: #000000;
    display: block;
    border-right: none;
    border-bottom: 0.5px solid #919191;
    border-left: none;
    border-top: none;
    font-size: 13px;
    height: 22px;
    font-weight: 400;
    margin-bottom: 17px !important;
    /* padding: 0 20px; */
    outline: none;
    background: none;

    width: 100%;
    padding-left: 0px;
    /* border: none; */
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    /* padding: 12px; */
    margin-top: 0px;
    /* border-radius: 0px; */
    /* border: solid 1px rgb(0 0 0 / 33%); */
}

.contact-submit {
    padding: 12px 27px 12px 27px;
    color: white;
    background-color: #83bf41;
    
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    
    
    cursor: pointer;
    
    border: none;
    
    border-radius: 0px;
    margin-left: -50px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.contact-submit:hover{
color: white;
background-color: #17a2dc;
text-decoration: none;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


.footer{
	float: left;
	width: 100%;
	padding: 50px 0px;
	border-bottom: 0.5px solid #00000038;
}

.footer-logo{
	float: left;
	width: 100%;
}
.footer-logo a img{
	float: left;
	width: 80px;
}
.footer-logo p{
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 0px;
	margin-top: 22px;
	color: #313131;

}
.quicklink{
	float: left;
	width: 100%;
}
.quicklink h2{
	float: left;
	width: 100%;
	color: black;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 35px;
}
.quicklink a{
	float: left;
	width: 100%;
	color: #313131;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 11px;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quicklink a:hover{
	
	color: #83bf41;
	text-decoration: none;
	transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.followus{
	float: left;
	width: 100%;
}
.followus h2{
	float: left;
	width: 100%;
	color: black;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 35px;
}
.followus p{
	float: left;
	width: 100%;
	color: #313131;
	font-weight: 300;
	font-size: 12px;
	line-height: 207%;
	margin-bottom: 0px;
	
}
.followus a img{
	float: left;
	width: 30px;
	margin-top: 15px;
	margin-right: 10px;
}

.copy{
	float: left;
	width: 100%;
	height: 95px;
}

.copyright{
	float: left;
	width: 100%;
	margin-top: 33px;
}
.copyright h4{
	float: left;
	width: 100%;
	color: #313131;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 0px;
}
.copy-hed{
	float: right;
	width: 100%;
	margin-top: 33px;
}
.copy-hed h4{
	float: right;
	width: 100%;
	color: #313131;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 0px;
	text-align: right;
}
.copy-hed span a{
	color: #313131;
	font-weight: 300;
	font-size: 12px;
}
.copy-hed span a:hover{
	text-decoration: none;

}







.about{
	float: left;
	width: 100%;
	background-color: #17a2dca6;
	/*background: rgb(23,162,220);
background: linear-gradient(340deg, rgba(23,162,220,1) 0%, rgba(131,191,65,1) 100%);*/
height: 120px;

}
.about-hed{
	float: left;
	width: 100%;
	padding: 41px 0px;
}
.about-hed h2{
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 30px;
	color: white;
	text-align: center;
	margin-bottom: 0px;
}
.about-body{
	float: left;
	width: 100%;
	height: auto;
	
	padding: 75px 0px 78px 0px;

	
}
.about-body-hed{
	float: left;
	width: 100%;
	
}
.about-body-hed h2{
	float: left;
	width: 100%;
	color: #83bf41;
	font-size: 40px;;
	font-weight: 500;
	
	margin-bottom: 0px;
	text-align: left;
}
.about-body-hed h2 span{
	color: #17a2dc;
	font-weight: 500;

	
}
.about-body-hed p{
	float: left;
	width: 100%;
	color: #919191;
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 12px;
	margin-top: 15px;
	text-align: justify;
	line-height: 180%;
}
.about-body-img{
	float: left;
	width: 100%;

}
.about-body-img img{
	float: left;
	width: 100%;
	
    
}

.about-body1{
	float: left;
	width: 100%;
	background-color: #f5f5f5;
	
    padding: 47px 0;
    
}
.our-value-img{
	float: left;
	width: 100%;
	padding: 23px 85px;
}
.our-value-img img{
	float: left;
	width: 200px;
}
.our-value{
	float: left;
	width: 100%;
}
.our-value h2{
	float: left;
    width: 100%;
    color: black;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
.our-value p{
	float: left;
    width: 100%;
    margin-bottom: 0px;
    color: #919191;
    margin-top: 15px;
    font-size: 13px;
    line-height: 180%;
    font-weight: 300;
    text-align: justify;
}
.mission{
	float: left;
	width: 100%;
	background-color: #83bf41;
	height: 215px;
	padding: 47px 35px;
	margin-top: 70px;
}
.mission h2{
	float: left;
	width: 100%;
	color: white;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
	
}
.mission p{
	float: left;
	width: 100%;
	margin-bottom: 0px;
	color: white;
	margin-top: 13px;
	font-size: 12px;
	line-height: 180%;
	font-weight: 300;
}
.vision{
	float: left;
	width: 100%;
	background-color: #17a2dc;
	height: 215px;
	padding: 47px 35px;
	margin-top: 70px;
}
.vision h2{
	float: left;
	width: 100%;
	color: white;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
	
}
.vision p{
	float: left;
	width: 100%;
	margin-bottom: 0px;
	color: white;
	margin-top: 13px;
	font-size: 12px;
	line-height: 180%;
	font-weight: 300;
}




.services{
	float: left;
	width: 100%;
	background-color: #17a2dca6;
	/*background: rgb(23,162,220);
background: linear-gradient(340deg, rgba(23,162,220,1) 0%, rgba(131,191,65,1) 100%);*/
height: 120px;

}
.services-hed{
	float: left;
	width: 100%;
	padding: 41px 0px;
}
.services-hed h2{
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 30px;
	color: white;
	text-align: center;
	margin-bottom: 0px;
}

.services-full{
	width: 100%;
    float: left;
    padding: 50px 118px;
    background-color: #f5f5f5;
}


.services-full h5{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding:10px 0;
    text-align: center;
}
.services-full a:hover{
    text-decoration:none;
}
.card-body{
        float: left;

}
.card-body img{
      float: left;  
      width: 168px;
      margin: 10px 23px auto;
}
.card-body h3{
	float: left;
	font-size: 14px;
	font-weight: 300;
	color: #919191;
	width: 100%;
}
.services-full h5:hover{
    text-decoration:none;
}
.fa-angle-down:before {
    content: "\f107";
}
.services-full svg{
    transform: rotate(90deg);
}
.services-full a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.card-header{
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
    transition: all ease-in-out .5s;
    background-color: #fff !important;
}
.modal-body{
    padding: 30px !important;
}
.modal-body h6{
    
font-size: 20px;
    
color: #b50011;
    
font-weight: 600;
}
.modal-body p{
    
margin: 0;
    
font-size: 15px;
    
line-height: 28px;
    
color: #1a1a1b;
}
.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0px;
    top: -35px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;

}
.card-header:hover{
    background-color: #83bf41 !important;
}
.card-header:hover svg{
    fill:#fff;

}
.card-header:hover h5{
    color:#fff;
}
.card{
        margin-bottom: 20px;
    border-bottom: 1px solid #dedede !important;
}
.services-full h2{
        font-size: 30px;
    font-weight: 300;
    padding: 15px 0px;
    text-align:center;
}











.careers{
	float: left;
	width: 100%;
	background-color: #17a2dca6;
	/*background: rgb(23,162,220);
background: linear-gradient(340deg, rgba(23,162,220,1) 0%, rgba(131,191,65,1) 100%);*/
height: 120px;

}
.careers-hed{
	float: left;
	width: 100%;
	padding: 41px 0px;
}
.careers-hed h2{
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 30px;
	color: white;
	text-align: center;
	margin-bottom: 0px;
}



.rlabel::after {
    content: '';
    height: 8px;
    width: 8px;
    background: transparent;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
    border-radius: 50%;
}.rlabel {
    border: 1.2px solid #83bf41;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    width: 16px;
    margin: 0px;
    position: relative;
    margin-left: -29px;
    margin-right: 29px;
    left: 0px;
    top: 4px;
}
.career-full {
    width: 100%;
    float: left;
    padding: 75px 0px;
    background-color: #f5f5f5;

    
}
.career-main-head {
	float: left;
	width: 100%;
    
}
.career-main-head h2{
	float: left;
	width: 100%;
	color: #83bf41;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;    
}
.career-main-head h2 span{
	color: #17a2dc;
    font-weight: 500;
}
.career-main-head p{
	float: left;
    width: 100%;
    color: #919191;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    line-height: 180%;
}
.career-form {
    width: 100%;
    float: left;
    margin-top: 60px;
}.e-input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 40px;
    margin-top: 30px;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding: 5px 0px;
    background-color: transparent;
}.enquiry-label {
    font-size: 14px;
    font-weight: 400;
    color: black;
    position: absolute;
    left: 15px;
    top: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}.renquiry-label {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}.r-input {
    border: 0;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    position: relative;
opacity: 0;}.f-input {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 40px;
    margin-top: 30px;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding: 5px 0px;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
}.f-input + label {
    width: 100%;
    font-size: 13px!important;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 4px 0px;
    /* width: 100%; */
    width: 200px;
    margin-top: 30px;
    float: left;
    color: #FFFFFF;
    text-align: center;
    /* background: #e24a30; */
    background: #83bf41;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-decoration: none !important;
    /* border: 1px solid #b7b7b7; */
    border: none;
}.e-text {
    width: 100%;
    border: 0;
    resize: none;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 40px;
    margin-top: 30px;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    padding: 5px 0px;
    background-color: transparent;
}.enquiry-labels {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    position: absolute;
    left: 15px;
    top: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact-snd {
    text-transform: uppercase;
    /* border-radius: 100px; */
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    font-style: normal;
    font-stretch: normal;
    border: none;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    /* width: 81%; */
    border-radius: 0;
    text-align: center;
    padding: 16px 22px;
    border: none;
    background: #83bf41;
    color: #fff;
    float: right;
    margin-top: 11px;
    
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.contact-snd:hover{
    background-color: #17a2dc;
    
    color: #fff;
    }




.contact-us{
	float: left;
	width: 100%;
	background-color: #17a2dca6;
	/*background: rgb(23,162,220);
background: linear-gradient(340deg, rgba(23,162,220,1) 0%, rgba(131,191,65,1) 100%);*/
height: 120px;

}
.contact-us-hed{
	float: left;
	width: 100%;
	padding: 41px 0px;
}
.contact-us-hed h2{
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 30px;
	color: white;
	text-align: center;
	margin-bottom: 0px;
}
.contact-full{
	float: left;
	width: 100%;
	padding: 70px 0px 95px 0px;

}
.contact-full-hed{
	float: left;
	width: 100%;
}
.contact-full-hed h2{
	float: left;
	width: 100%;
	color: #83bf41;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;    
}
.contact-full-hed h2 span{
	color: #17a2dc;
    font-weight: 500;
}
.contact-full-hed p{
	float: left;
    width: 100%;
    color: #919191;
    
    font-weight: 300;
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    line-height: 180%;
}

.contact-box1{
	float: left;
	width: 100%;
	height: 230px;
	box-shadow: 3px 7px 13px 8px #0a3b850d;
	margin-top: 30px;
	padding: 43px 0px 0px 0px;

}

.contact-box1 h2{
	float: left;
	color: #17a2dc;
	font-size: 20px;
	font-weight: 500;
	width: 100%;
	
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}
.contact-box1 h6{
	float: left;
	color: #919191;
	font-size: 12px;
	font-weight: 300;
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
	
	line-height: 180%;
}



.contact-us-form{
	float: left;
	width: 100%;
	 background-color: #f5f5f5;
}

.contact-bg {
    width: 100%;
    float: left;
   
    background-position: center;
    background-size: cover;
    padding: 60px 0px 70px 0px;
}


.contact-bg h2 {
    font-size: 40px;
    font-weight: 500;
    color: #83bf41;
    width: 100%;
    margin-bottom: 0px;
}
.contact-bg h2 span{
    font-size: 40px;
    font-weight: 500;
    color: #17a2dc;
    width: 100%;
}

.contact-bg p {
    font-size: 12px;
    color: #919191;
    font-weight: 300;
    line-height: 180%;
    padding-top: 18px;
}

.contact-bg form {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.contact-bg input::placeholder{
	color: black!important;
}

.contact-bg input {
    border: 0;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.contact-bg textarea {
    border: 0;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
    color: #000;
    height: 110px;
    font-weight: 400;
}
.contact-bg textarea::placeholder{
	color: black!important;
}

.contact-bg button {
    transition: all ease-in-out .5s;
    border: 0;
    background: #83bf41;
    font-size: 14px;
    color: #fff;
    padding: 15px 40px;
    font-weight: 600;
    cursor: pointer;
}

.contact-bg button:hover {
    text-decoration: none;
    background: #17a2dc;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}














.header2 {
    float: left;
    width: 100%;
    height: 101px;
    
}
.activeli{
	border-bottom: 5px solid #83bf41!important;
	color: black!important;
}
.header_menu_area {
  float: left;
  position: relative;
  text-align: center;
}
.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    /* padding-right: 20px; */
    float: left;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          color: color: black;;
          /* background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158)); */
          border-bottom: 5px solid #83bf41;
    color: black!important;
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
 
  color: black; !important;
 
  /* border-bottom: solid 4px #0f703a; */
}

.img-fluid {
    max-width:0%;
    height: auto;
}


@media (max-width: 1024px) {


.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 122px!important;
}
.menu ul li a {

    text-align: center !important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /position: unset;/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}



.header_menu_area {
    position: inherit;
    float: right;
}

.header_menu_area > .mob_nav {
    display: block;
    float: right;
    width: 35px;
    height: 28px;
    margin: -118px 42px;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > .mob_nav > div {
    background: #17a2dc;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px;
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px;
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px;
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
}

.mob_nav.open > div:nth-child(2) {
    background: #17a2dc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #17a2dc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 100px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 55px;
    padding-bottom: 35px;
    background: white;
}


.header_menu_area > ul > li > a {
    padding: 15px 18px 15px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
}
.header_menu_area > ul > li {
      width: 100%;
}


.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    z-index: 1111 !important;
}

.header_user_area {
    right: calc(5% + 70px);
}
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.header_menu_area > ul > li > a {
    margin-top: 0px;
    margin-bottom: -13px;
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 12px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-weight: 500;
    color: #919191;
    margin: 0px 0px 0px 50px;
    border-bottom: 5px solid transparent;
    letter-spacing: 0px !important;
    padding: 39px 0px 39px 0px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
}
.header_menu_area > ul > li > a:hover {
    
    color: #313131; !important;
    



    
}


.menu ul li a:hover, .menu ul li:hover>a {
    background: #0a3b85; !important;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 108px;
    padding: 0;
    width: 211px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul li a {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    padding: 12px 10px;
    display: block;
    color: #000000;
    background: #fff;
    text-align: left;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}
.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}



.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
   
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate(
319deg);
}












@media (max-width: 575px){

	.header_menu_area > .mob_nav{
		margin: -50px 41px;
	}

	
	
.header{
	height: 96px;
}
.our-value-img {
    
    padding: 0px 0px;
}


.logo h2{
	margin-top: 37px;
	font-size: 20px;
}

.header_menu_area > ul{
	top: 0px;
	padding-top: 2px;
}
.bannercontent{
	width: 100%;
	padding-bottom: 53px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.bannerimage{
	width: 100%;
	float: right;
}

.bannercontent h2{
	font-size: 42px;
	line-height: 52px;
	margin-top: 0px;
	text-align: center;
}

.bannercontent p {
	text-align: center;
	margin-bottom: 45px;
}
.bannercontent p br{
	display: none;
}

.discover-butn{
	float: none;
}

.contact-butn {
	float: none;
}
.header_menu_area > ul > li > a{
	margin: 0px 0px 0px 0px;
}


.bannerimage img{
	float: none;
	width: 75%!important;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.slide .item .cover{
	top: 0px;
	height: 100%;
}
.slide .item .cover .header-content{
	margin-top: -57px;
}
.slide{
	height: 911px;
}  
.slide .item{
	height: 942px;
}
.body1-box1{
	margin-top: 75px;
	padding: 36px 140px;
}
.body1-box1 p {
	font-size: 13px;
}
.body1-box2 p {
	font-size: 13px;
}
.body1-box2 {
	margin-top: 30px;
	padding: 36px 140px;
	
}
.body1-hed {
    
    width: 100%;
    margin-top: 75px;
   padding: 0px 10px 0px 15px!important;
}
.body1-img {
    width: 100%;
    margin-top: 60px;
}
.body1-hed h2 br{
	display: none;
}
.body1-hed p br{
	display: none;
}
.body1-hed p{
	text-align: center;
	font-size: 13px;
}
.about-body-hed p{
    font-size: 13px;
}
.body1-hed h4{
	text-align: center;
}

.body1-hed h2{
	text-align: center;
	font-size: 35px;
}
.card-body{
	padding: 0px!important;
}
.b1-hed {
	width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
.b1-hed a{
	margin-top: 22px;
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
    float: none;
}
.body2-hed h2 br{
	display: none;
}
.body2-hed h2{
    font-size: 35px;
}
.body2-hed h2 span{
    font-size: 35px;
}
.body3-img {
	width: 100%;
}
.formbox {
    width: 100%;
    
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 60px;
 }

.formhead h4 {
	text-align: center;
}
.formhead h2{
	text-align: center;
	font-size: 35px;
}
.formhead h2 span{
	
	font-size: 35px;
}
.contact-submit{
	margin-left: 0px;
}
.body3 {
    
    padding: 0px 0px 40px 0px;
}
.body2{
	padding: 60px 15px 47px 15px;
}
.body1{
	padding-bottom: 0px;
}
.b2-b1{
	float: none;
	margin: 10px auto;
	display: table;
}
.body2-box1{
	padding: 10px 0px 0px 0px;
	height: 100%;
}
.b2-b-p{
	text-align: center;
	margin-bottom: 22px;
}
.b2-b-p1{
	text-align: center;
	margin-bottom: 45px;
}
.body2-box1 h2{
	text-align: center;
}
.body2-box2{
	padding: 10px 0px 0px 0px;
	height: 100%;
}
.parts-icon2{
    float: none;
    margin-left: auto;
	margin-right: auto;
	display: block;
}
.parts-icon{
    float: none;
    margin-left: auto;
	margin-right: auto;
	display: block;
}
.body2-box2 h2{
	text-align: center;
}
.b2-b2{
	float: none;
	margin: 10px auto;
	display: table;
}
.b2-b2-3{
	float: none;
	margin: 10px auto;
	display: table;
}
.footer{
	text-align: center;
}
.footer-logo a img{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.quicklink h2{
	margin-bottom: 15px;
    margin-top: 25px;
}
.followus h2{
	margin-bottom: 15px;
    margin-top: 20px;
}
.followus a img{
	float: none;
}
.copy{
	text-align: center;
	height: 103px;
}
.copy-hed h4{
	text-align: center;
}
.copy-hed{
	margin-top: 10px;
}
.about-body{
	padding: 60px 0px 0px 0px;
}
.about-body-hed h2{
	text-align: center;
	font-size: 35px;
}
.about-body-img img{
	margin-top: 20px;
}
.mission{
	text-align: center;
	margin-top: 0px;
	height: 100%;
	padding: 55px 35px;
}
.mission p{
    font-size: 13px;
}
.vision p{
    font-size: 13px;
}
.vision{
	margin-top: 0px;
	text-align: center;
	height: 100%;
	padding: 55px 35px;
}
.about-body1 {
    
    padding: 28px 0px 47px 0px;
}
.career-main-head h2{
    font-size: 35px;
}
.career-main-head p{
    font-size: 13px;
}
.contact-full-hed h2{
    font-size: 35px;
}
.contact-full-hed p{
    font-size: 13px;
}
.contact-bg p{
    font-size: 13px;
}
.contact-bg p br{
    display: none;
}
.our-value-img img{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.our-value{
	text-align: center;
}
.our-value p{
	text-align: center;
	font-size: 13px;

}
.services-full{
	padding: 50px 50px;
}
.career-full{
	padding: 60px 0px;
}
.career-main-head p br{
	display: none;

}
.career-form{
	padding: 0px 20px;
}
.contact-full{
	padding: 60px 15px 95px 15px;
}
.contact-bg h2{
	text-align: center;
	font-size: 35px;
}
.contact-bg h2 span{
    font-size: 35px;
}
.contact-bg h2 br{
	display: none;
}
.contact-bg p{
	text-align: center;
}
.contact-bg form{
	padding: 0px 15px;
}
.logo a img{
	margin-left: 0px!important;
	width: 290px;
	margin-top: 13px;

}

}


@media (min-width: 576px) and (max-width: 991px){

	.header_menu_area > .mob_nav{
		margin: -51px 76px;
	}
.bannercontent h2 br{
	display: none;
}
.logo a img {
    
    margin-left: 133px;
}
.slide {
	height: 580px;
}
.header_menu_area > ul > li > a {
	margin: 0px 0px 0px 0px;
}
.header_menu_area > ul{
	top: 13px;
	padding-bottom: 58px;
}
.header .container{
	max-width: 100%!important;
}
.body1-hed{
	padding: 0px 0px 0px 145px;
}
.bannercontent h2{
	font-size: 38px;
	line-height: 54px;
}
.bannercontent p br{
	display: none;
}
.bannercontent p{
	font-size: 16px;
}
.contact-submit{
	margin-left: -15px;
}
.bannerimage img{
	margin-right: 0px;
	margin-top: 18px;
	width: 100%!important;
	float: right;
}
.discover-butn{
	padding: 12px 34px 12px 34px;
	font-size: 19px;
}
.contact-butn{
	padding: 12px 34px 12px 34px;
	font-size: 19px;
}
.slide .item .cover .header-content {
	margin-top: -78px;
}

.body1-box1{
	height: 200px;
	padding: 25px;
	margin-top: -70px;
}
.body1-box1 img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}
.body1-box1 p br {
	display: none;

}
.body1-box1 p{
	text-align: center;
	margin-top: 17px;
	margin-left: 0px;
}
.body1-box2{
	height: 200px;
	padding: 25px;
	margin-top: -70px;
}
.body1-box2 img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}
.body1-box2 p br {
	display: none;

}
.body1-box2 p{
	text-align: center;
	margin-top: 17px;
	margin-left: 0px;
}

.body1-hed h2 br{
	display: none;
}
.body1-hed h2{
	font-size: 35px;
}
.body1-hed p br{
	display: none;
}
.body1-hed p{
	margin-top: 18px;
	padding-right: 6px;

}
.body2-hed h2 {
	font-size: 35px;
}
.body2-hed h2 span{
	font-size: 35px;
}
.body2{
	padding-bottom: 81px;
}
.formhead h2 span{
	font-size: 35px;

}
.formhead h2 {
	font-size: 35px;
}
.quicklink h2{
	margin-top: 30px;
	margin-bottom: 30px;
}
.followus h2{
	margin-top: 26px;
	margin-bottom: 30px;
}
.followus p br{
	display: none;
}
.about-body-img img{
	display: none;
}
.mission{
	height: 220px;
	padding: 43px 35px;
}
.vision{
	height: 220px;
	padding: 43px 35px;
}
.copyright h4{
	line-height: 160%;
}
.our-value-img img{
	margin: 50px auto;
}
.our-value-img{
	padding: 0px;
}

.card-body img{
	margin: 10px 28px auto;
}
.career-main-head h2{
	font-size: 35px;
}
.career-main-head p br{
	display: none;

}
.contact-full-hed h2{
	font-size: 35px;
}
.contact-bg h2{
	font-size: 35px;
}
.contact-bg h2 span{
	font-size: 35px;
}
.body3{
	padding: 90px 0px 38px 0px;
}
}

@media (min-width:1601px) and (max-width:1920px) {
	.body1-hed{
		padding: 0px 0px 0px 405px;

	}
	.cnt-frm{
		float: left;

	}

}

@media (max-width: 375px){
	.bannercontent h2 br{
		display: none;
	}

	.card-body img {
    margin: 10px 33px auto!important;
}
	.bannercontent h2{
		font-size: 35px;
	}
	.header_menu_area > .mob_nav {
    margin: -48px 16px !important;
}
	.discover-butn {
    float: none;
    margin: 10px auto;
    display: block;
}

.logo a img{
	width: 264px!important;

    margin-left: 0px!important;

}
.contact-butn {
   float: none;
    margin: 10px auto;
    display: table;
}
.body2-hed h2 span{
	font-size: 35px;
}
.body1-box1{
	padding: 35px 35px!important;
}
.body1-box2{
	padding: 35px 38px!important;
}
.body1-hed h2{
	font-size: 35px;
}
.b1-hed a{
	width: 34%;
}
.body2-hed h2{
	font-size: 35px;
}
.b2-b-p br{
	display: none;

}
.b2-b-p1 br{
	display: none;

}
.body2-box1{
	height: 306px;
}
.body2-box2{
	height: 306px;
}
.formhead h2{
	font-size: 35px;
}
.about-body-hed h2 br{
display: none;
}
.about-body-hed h2{
	font-size: 35px;
}
.services-hed{
	padding: 23px 0px;
}
.career-main-head h2{
	font-size: 35px;
}
.contact-full-hed h2 {
	font-size: 35px;
}
.contact-bg h2{
	font-size: 35px;
}
.contact-bg h2 span{
	font-size: 35px;
}
.formhead h2 span{
	font-size: 35px;
}
.mission{
	padding: 41px 27px;
}
.vision {
	padding: 41px 27px;
}
}
@media (max-width: 912px){
.logo a img {
    margin-left: 83px;
}
.body1-hed {
    padding: 0px 0px 0px 125px;
}
}

@media (min-width:376px) and (max-width: 414px){
	.bannercontent h2 br{
		display: none;
	}
	.bannercontent h2{
		font-size: 35px;
	}
	.discover-butn {
    float: none;
    margin: 10px auto;
    display: block;
}
.card-body img {
    margin: 10px 52px auto!important;
}
.formhead h2 span{
	font-size: 35px;
}
.contact-butn {
   float: none;
    margin: 10px auto;
    display: table;
}
.bannercontent p br{
	display: none;
}
.body1-box1{
	padding: 35px 42px!important;
}
.body1-box2{
	padding: 35px 42px!important;
}
.body1-hed h2{
	font-size: 35px;
}
.body2-hed h2 span{
	font-size: 35px;
}
.b1-hed a{
	width: 34%;
}
.services-hed{
	padding: 22px 0px!important;
	
}
.body2-hed h2{
	font-size: 35px;
}
.formhead h2{
	font-size: 35px;
}
.about-body-hed h2{
	font-size: 35px;
}
.career-main-head h2{
	font-size: 35px;
}
.contact-full-hed h2{
	font-size: 35px;
}
.contact-bg h2{
	font-size: 35px;
}
.contact-bg h2 span{
	font-size: 35px;
}
.mission{
	padding: 41px 27px;
}
.vision{
	padding: 41px 27px;

}
.header_menu_area > .mob_nav {
    margin: -48px 26px !important;
}
.logo a img {
    
    width: 275px!important;
    margin-left: 0px;
    
}
}


@media (max-width: 390px){
	.header_menu_area > .mob_nav{
		
		margin: -45px 12px;
	}
	.b2-b-p br{
		display: none;

	}
	.body2-hed h2 span{
	font-size: 35px;
}
.formhead h2 span{
	font-size: 35px;
}
	.b2-b-p1 br{
		display: none;

	}
	.body2-box1{
	height: 306px;
}
.body2-box2{
	height: 306px;
}
}

@media (max-width: 393px){
	.header_menu_area > .mob_nav{
		width: 27px;
		margin: -45px 16px
	}
	.b2-b-p br{
		display: none;

	}
	.b2-b-p1 br{
		display: none;

	}
	.body2-box1{
	height: 306px;
}
.body2-box2{
	height: 306px;
}

}


@media (max-width: 360px){
	.body1-box1{
		padding: 37px 27px!important;
	}
	.body1-box2{
		padding: 37px 27px!important;
	}
	.logo a img {
    width: 260px!important;
}
.header_menu_area > .mob_nav {
    margin: -45px 18px!important;
}
.card-body img {
    margin: 10px 23px auto!important;
}
.mission {
    padding: 34px 27px;
}
.vision{
	padding: 34px 27px;
}

}






@media (min-width: 576px) and (max-width: 767px){
.body1-box1 {
    height: 150px;
    padding: 32px;
    margin-top: -45px;
    margin-bottom: 98px;
}
.body1-box2{
	height: 150px;
    padding: 32px;
    margin-top: -45px;
    margin-bottom: 98px;
}
.body1-img{
	width: 100%;
}
.body1-hed{
	width: 100%;
	text-align: center;
	padding: 0px 70px;
	margin-top: 15px;
}
.b1-hed{
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.b1-hed a{
	float: none;
}
.body1-hed p{
	margin-bottom: 25px;
}
.body1-img img{
	width: 91%;
}
.b2-b-p br{
	display: none;
}
.b2-b-p1 br{
		display: none;

	}
	.body2-box1{
	height: 306px;
}
.body2-box2{
	height: 306px;
}
.footer{
	text-align: center;
}
.footer-logo a img{
	float: none;
}
.followus a img{
	float: none;
}
}



@media (min-width: 768px) and (max-width: 820px){
	.body1-hed{
		width: 100%;
	}
	.body1-img{
		width: 100%;
	}
	.logo a img {
    margin-left: 50px;
}
	.body1-hed {
    padding: 0px 55px 0px 55px;
    text-align: center;
}
.b1-hed a{
	float: none;
}
.b1-hed {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.body1-img img {
    
    width: 91%;
    
}
.body1-hed p{
	margin-bottom: 25px;
}
.header_menu_area > .mob_nav {
  margin: -51px 23px;
}
}



@media (max-width: 540px){
	.body1-box1 {
   
    padding: 35px 113px;
}
.body1-box2 {
   
    padding: 35px 113px;
}
.card-body img {
    
    
    margin: 10px 15px auto;
}
}

@media (max-width: 412px){
	.body1-box1 {
    padding: 35px 63px;
}
.body1-box2 {
    padding: 35px 63px;
}
.card-body img {
    margin: 10px 50px auto;
}
.header_menu_area > .mob_nav {
    margin: -46px 30px;
}

}
@media (min-width:1025px) and (max-width:1280px){

}

@media (min-width:992px) and (max-width:1024px){
	.header_menu_area > .mob_nav{
		margin: 37px 18px;
	}
	.header_menu_area > ul > li > a{
		margin-left: 0px;
	}
	.body1-box1{
		padding: 34px 20px;
	}
	.header .container{
	max-width: 100%!important;
}
	.body1-box2{
		padding: 34px 20px;
	}
	.body1-hed h2 br{
		display: none;

	}
	.contact-submit{
		
		margin-left: -15px;
	}
	.body1-hed {
    
    padding: 0px 0px 0px 48px;
}
	.logo a img {
    
    margin-left: 28px;
}
	.body1-hed h2{
		font-size: 35px;
	}
	.body1-hed p br{
display: none;
	}

	.body1-hed p{
		margin-top: 15px;
		padding-right: 8px;
	}
	.card-body img {
    
    margin: 10px 36px auto;
}
.bannercontent h2{
	font-size: 50px;
	line-height: 72px;
}
.body2-hed h2 span{
	font-size: 35px;
}
.body2-hed h2 {
	font-size: 35px;
}
.formhead h2{
	font-size: 35px;
}
.about-body-hed h2{
	font-size: 35px;}

.career-main-head h2{
	font-size: 35px;}
.contact-full-hed h2{
	font-size: 35px;
}	
.contact-bg h2 span{
	font-size: 35px;
}
.contact-bg h2{
	font-size: 35px;
}
.body2-box2{
    padding-left: 25px;
}
.body2-box1{
    padding-left: 25px;
}
}
@media (max-width:300px){
	.logo a img{
		width: 210px!important;
		margin-top: 23px;
	}
	.header_menu_area > .mob_nav {
    margin: -40px 4px!important;
}
.bannercontent h2{
	font-size: 30px;
	line-height: 47px;
}
.slide .item .cover .header-content {
    margin-top: -157px;
}
.slide {
    height: 825px;
}
.body1-box1 {
    padding: 34px 4px!important;
}
.body1-box2 {
    padding: 34px 4px!important;
}
.body1-hed h2 {
    font-size: 30px;
}
.body2-hed h2 span {
    font-size: 30px;
}
.body2-hed h2{
    font-size: 30px;
}
.body2-box1 {
    padding: 0px 19px;
}
.body2-box2 {
    padding: 0px 19px;
}
.formhead h2 span {
    font-size: 30px;
}
.formhead h2 {
    font-size: 30px;
}
.mission {
    padding: 32px 20px;
}
.vision {
    padding: 32px 20px;
}
.our-value-img {
   
    padding: 0px 0px;
}
.card-body img {
    margin: 0px 23px auto!important;
}
.about-body-hed h2 {
    font-size: 30px;
}
.career-main-head h2 {
    font-size: 30px;
}
.contact-full-hed h2 {
    font-size: 30px;
}
.contact-bg h2 span {
    font-size: 30px;
}
.contact-bg h2 {
    font-size: 30px;
}
.bannercontent p{
	font-size: 18px;
}
}
@media (min-width:300px) and (max-width:348px){
	.bannercontent h2{
	font-size: 30px;
	line-height: 47px;
}
.slide .item .cover .header-content {
    margin-top: -157px;
}
.slide {
    height: 825px;
}
.bannercontent p{
	font-size: 18px;
}
.body1-box1 {
    padding: 35px 24px!important;
}
.body1-box2 {
    padding: 35px 24px!important;
}
.b2-b1{
	padding: 7px 27px 7px 27px;
}
.b2-b-p{
	margin-bottom: 10px;
}
.b2-b2-3{
	padding: 6px 27px 6px 27px;
}
.b2-b2{
	padding: 7px 27px 7px 27px;
}
.b2-b-p1{
	margin-bottom: 30px;

}
.body1-hed h2 {
    font-size: 30px;
}
.body2-hed h2 span {
    font-size: 30px;
}
.body2-hed h2 {
    font-size: 30px;
}
.formhead h2 span {
    font-size: 30px;
}
.formhead h2 {
    font-size: 30px;
}
.about-body-hed h2 {
    font-size: 30px;
}
.card-body img {
    margin: 0px 38px auto!important;
}
.career-main-head h2 {
    font-size: 30px;
}
.contact-full-hed h2 {
    font-size: 30px;
}
.contact-bg h2 span {
    font-size: 30px;
}
.contact-bg h2 span {
    font-size: 30px;
}
}



@media (max-width: 339px){
	.logo a img {
    width: 200px!important;
    margin-top: 20px;}

.header_menu_area > .mob_nav {
    margin: -40px 18px!important;
    margin-right: 5px!important;
}
    .header {
    height: 87px;
}
.body1-box1 p {
    
    margin-left: 0px;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.body1-box1 {
    padding: 35px 24px!important;
    height: auto;
    float: left;
    width: 100%;
}
.body1-box2 {
    padding: 35px 24px!important;
    height: auto;
    float: left;
    width: 100%;
}
.body1-box2 p {
    
    margin-left: 0px;
    float: left;
    width: 100%;
    margin-top: 20px;
}

}
@media (max-width: 425px){
    .about-body1 {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    padding: 23px 0 47px 0px;
}
.discover-butn {
    float: left;
    width: 100%;
}
.contact-butn {
    float: left;
    width: 100%;
}
}

@media (max-width:510px){
	.body1-box1 {
    padding: 35px 100px!important;
}
.body1-box2 {
    padding: 35px 100px!important;
}
}

@media (max-width:484px){
	.body1-box1 {
    padding: 35px 90px!important;
}
.body1-box2 {
    padding: 35px 90px!important;
}
}
@media (max-width:464px){
	.body1-box1 {
    padding: 35px 75px!important;
}
.body1-box2 {
    padding: 35px 75px!important;
}
}


@media (max-width:450px){
	.body1-box1 {
    padding: 25px !important;
    height: auto;
    margin-bottom: 12px;
    
}
.body1-box2 {
    padding: 25px !important;
    height: auto;
}
.body1-box2 img{
    float: left;
}
.body1-box1 img{
    float: left;
}
.body1-box1 p{
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-top: 12px;
    margin-bottom: 0px;
    
}
.body1-box2 p{
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-top: 12px;
    margin-bottom: 0px;
    
}
}

