
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");

body{
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size:15px;
color: #333;
line-height:1.5;	
}

h1, h2, h3, h4, h5, h6{
	
	line-height:1.2;
	margin:0;
	padding:0;
	}

button, a{
color: #333;
text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a:hover{
color: #2C8935;
text-decoration:none;
}


.btn{  transition: 0.3s;}

.btn:focus {
  outline: none;
  box-shadow:none;
}

img{
max-width:100%;
display:block;
}

p{
	margin-bottom: 15px;
}

p:last-child{
	margin:0;
	}

button{
	cursor:pointer;
	}

button:focus {
  outline: none;
  box-shadow:none;
}


ol, ul {
   list-style: none; 
}

.form-control:focus {
    box-shadow:none;
    }
	


:focus {
	outline:none;
}


.breadcrumb{
	font-size:13px;
	font-weight: 500;
	padding:5px 0;
	background:none;
	margin:25px 0 0 0;
  -ms-flex-pack: start ;
  justify-content: flex-start ;
	}


.breadcrumb-sec{
	position: relative;
}

.breadcrumb-item a{
	color:#666;
	}
	.breadcrumb-item a:hover{
	color:#00973D;
	}
	
.breadcrumb-item.active{
	color:#00973D;
	}


.containerWrapper{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 1366px){
	
.containerWrapper{
    padding-right: 30px;
    padding-left: 30px;
}
	
}


@media (min-width: 1680px) {
	
.containerWrapper{
    padding-right: 60px;
    padding-left: 60px;
}
	
	
}




.side-title{
position: fixed;
z-index: 1000;
    top: 50%;
    right: -100px;
    background: #00B1F3;
	padding: 10px 30px;
	color:#fff;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
	
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
	transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	
-webkit-box-shadow: -3px -3px 3px 0px rgba(0,0,0,0.3);
-moz-box-shadow: -3px -3px 3px 0px rgba(0,0,0,0.3);
box-shadow: -3px -3px 3px 0px rgba(0,0,0,0.3);
}

.side-title span{
	font-size: 30px;
	font-weight: 700;
	display: block;
}

.side-title a{
	color:#fff;
}

.side-title:hover{
	background: #00216d;
	color:#fff;
}






.btnQuickEnq{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #333;
	padding: 8px 15px;	
	border: 2px solid #FE7A89;
	margin: 0 15px;
}


@media (max-width: 1366px){

.btnQuickEnq{
	font-size: 14px;
	padding: 6px 10px;	
	margin: 0 10px;
}	
	
}

@media (max-width: 1200px){

.btnQuickEnq{
	font-size: 13px;
	padding: 5px 8px;	
	margin: 0 10px;
}	
	
}

@media (max-width: 991px){

.btnQuickEnq{
	display: none;
}	
	
}

.modal-header {
    padding: 10px;
    background: #2C8935;
}
.modal-title{
	font-size:18px;
	font-weight: 600;
	color: #fff;
}



.enquiryModal .modal-backdrop{
	z-index:-1;
	}
	
.enquiryModal .modal-backdrop.show {
  opacity:0;
}

.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 80%;
	max-width: 650px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.modal.left .modal-body {
	padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
	right: -650px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	right: 0;
}



.enquiryModal .modal-content{
	border:0;
	border-radius:0;
	}
	
.enquiryModal .modal-header{
	background: #0072B7;
	color:#fff;
	border:0;
	border-radius:0;
	padding:8px 20px 8px 15px;
	}
	
.enquiryModal .modal-title{
	font-size:15px;
	font-weight: 500;
	color: #fff;	
}


	
.enquiryModal .modal-body{
	padding:20px;
	}

.enquiryModal .modal-header .close{
	color:#fff;
	text-shadow:none;
	opacity: 1;
}



.enquiryModal .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.enquiryModal .modal-header .close:not(:disabled):not(.disabled):hover,
.enquiryModal .modal-header .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}


/*hm-enq-sec styles*/

.enq-box{
	position:relative;
	margin:0;
	}

.enq-box .enq-form{
	position:relative;
	}
	
.enq-box .form-group{
	margin-bottom:10px;
	}
	
.enq-box .form-control{
	padding:10px;
	border:1px solid #bdbdbd;
	border-radius:0;
	background:#ffffff;
	color:#333;
	font-size:14px;
	min-width:150px;
	height:auto;
	margin:0;
	}

.enq-box .form-control:focus {
    box-shadow:none;
	background:#ffffff;
	border:1px solid #424242;
    }




.enq-box ::-webkit-input-placeholder { /* Chrome */
  color: #424242;
}

.enq-box :-ms-input-placeholder { /* IE 10+ */
  color: #424242;
}

.enq-box form ::-moz-placeholder { /* Firefox 19+ */
  color: #424242;
  opacity: 1;
}

.enq-box form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #424242;
  opacity: 1;
}


.enq-box .btn-submit{
padding:12px 30px;
	background: #3AA642;
	color:#fff;
	font-size:16px;
	font-weight:600;
	border-radius:50px;
	line-height: 1;
	margin: 10px 0 0 0;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.enq-box .btn-submit:hover{
		background:#333;
		color:#fff;
		}





.enq-box .CaptchaBox{
	display: -ms-flexbox ;
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}



.enq-box .CaptchaBoxFlex{
display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.enq-box .CaptchaBox .CaptchaText{
	font-size: 18px;
	text-align:center;
	color: #555;
border: 1px dashed #888;
background:#F0F1F2;
padding:7px 15px;
margin:0;
}

.enq-box .CaptchaBox .CaptchaEqual{
	font-size: 18px;
	color: #666;
text-align:center;
margin:0 5px;
}

.enq-box .CaptchaBox .dFlexBox{
	display: -ms-flexbox;
	display: flex;
}

.enq-box .CaptchaBox .CaptchaInput{
	margin:0 10px 0 0;
}


.enq-box .CaptchaBox .CaptchaReload .iconstyle {
	font-size: 20px;
	width: 43px;
	height:43px;
	padding: 10px;
	background:#E0E0E0;
	color:#666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}





.enq-box .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  line-height: 1.5;

padding: 7px 10px;
    color: #333;
	font-size: 15px;
    background: none;
    border: 0px;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    height: auto;

}

.enq-box .custom-file-label::after {
height: auto;
}



	

@media (max-width: 991px){
	
.enq-box .form-control{
	padding:8px 10px 7px;
	font-size: 13px;
	}
	
.enq-box .btn-submit {
    font-size: 12px;
	padding: 12px 20px;
}
	
.enq-box .CaptchaBox .CaptchaText{
	font-size: 16px;	
}
	
.enq-box .CaptchaBox .CaptchaReload .iconstyle {
	font-size: 16px;
	width: 35px;
	height:35px;
	
}
	
	
	
.enq-box .custom-file-label {
padding: 7px 10px;
	font-size: 13px;    

}
	
	

	

}


@media (max-width: 575px){

.enq-box .CaptchaBox{
	display: block;
}
	

}


.container {
  max-width: 1250px;
}



	
	
/*container styles*/


.main-header{
	position:absolute;
	width: 100%;
	}









.main-header .headSocialIcons{
  display: -ms-flexbox ;
  display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
	}
	
.main-header .headSocialIcons a{
    display: block;
    margin-left:15px;
}

.main-header .headSocialIcons a:first-child{
    margin-left: 0;
}

.main-header .headSocialIcons .iconstyle{
	font-size:14px;
	color:#E50019;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.main-header .headSocialIcons .iconstyle:hover{
	color:#333;
	}

.main-header .headSocialIcons .iconstyle.icon-youtube{
	font-size:18px;
	}


@media (max-width: 1200px) {
	
.main-header .headSocialIcons a{
    margin-left:10px;
}
	
.main-header .headSocialIcons .iconstyle{
	font-size:12px;
	}
}




@media (min-width: 1366px){
	
.main-header .container-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
	

}


@media (min-width: 1680px){
	
.main-header .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
	
}



@media (max-width: 991px) {
.main-header .headSocialIcons{
	display: none;

	}
}







/*header styles*/

.top-wrapper{
	position: relative;
}

	
.top_header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify ;
  justify-content: space-between ;	
}

.top_header a{
	color: #555555;
}

.top_header a:hover{
	color: #ED3237;
}
	
.brand-wrapper{
	position:relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	
	}


.brand{
	padding:10px 0;
	margin-right: 0;
}


.brand img{
	width:120px;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
	}


.menuContact{
	position:relative;
	background: #CF992D;
	color: #fff;
	padding: 5px 10px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	border-radius: 5px;
}

.menuContact span{
	display: block;
	font-size: 12px;
}



@media (max-width: 991px) {
	
	.menuContact{
		display: none;
	}
	
}



@media (min-width: 576px){
	
}


@media (min-width: 768px){
			
}


@media (min-width: 992px){


.brand{
	padding: 15px 0;		
	}
	
.brand img{
	width:200px;
	}

	
}


@media (min-width: 1200px){

	
}









/*hm-slider-sec styles*/

.sliderSec{
position:relative;
padding:0;
}

.hm-mainslider-sec{
position:relative;
background: #f6f6f6;
}


.slidevdobg{
z-index: -1;
}


.sliderVideo {
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
}



.video-fluid {

}


.owl-carousel video{
	width: 100%;
    display: block;
    object-fit: cover!important;
         -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-item{
	position: relative;
}

.slider-image{
	position: relative;
}

.slider-image:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.9051995798319328) 0%, rgba(0,0,0,0) 60%);
}





.slider-captionWrap {
position: absolute;
    top: 0;
    bottom: 100px;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
  -ms-flex-align: end ;
  align-items: flex-end ;
    z-index: 1;
}


@media (min-width: 1366px){
	
.hm-mainslider-sec .container-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
	

}


@media (min-width: 1680px){
	
.hm-mainslider-sec .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
	
}




.slider-caption {
    z-index: 1;
    color: #fff;
    padding: 0;
    max-width: 80%;
}


.slider-caption h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 20px 0;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}




.slider-caption .slider-txt{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	max-width: 600px;
	margin: 0 0 15px 0;
}



.slider-caption .btn-slide{
padding:12px 20px;
	background-image: linear-gradient(to right, #2C8935 0%, #32B5F5  51%, #32B5F5  100%);
	background-size: 200% auto;
	color:#fff;
	font-size:12px;
	font-weight:500;
	border-radius:3px;
	border:0;
	line-height: 1;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.slider-caption .btn-slide:hover{
		background-position: right center;
		color:#fff;
		}



.btnSlider{
	width: auto;
	height: 30px;
	border-radius: 50px;
	padding: 10px 15px 10px 10px;	
	border: unset;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
	transition: 0.4s;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}

.btnSlider:hover{
	color:#fff;
}

.btnSlider::after {
    content: "";
    width:  30px;
    height: 30px;
    background: #2C8935;
	color: #FFDE00;
	border-radius: 50px;
	position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btnSlider:hover::after {
	width:  100%;
}

.btnSlider i{	
	font-size: 14px;
	color: #FFDE00;
	padding: 0;
	margin-right: 15px;
}






.owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.owl-item.active .slider-txt {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.owl-item.active .btnSlider {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}




.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -30px ;
}


.hm-mainslider-sec .owl-dots {
    position: absolute;
    bottom: 20px;
	left: 15px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;
    background: 0 0;
	border: 2px solid #fff;
    position: relative;
    padding: 0;
    cursor: pointer;
	margin: 0 7px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}






.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding:0;
    background: 0 0;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}

.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #fff;
    text-decoration: none;
}

.hm-mainslider-sec .owl-next,
.hm-mainslider-sec .owl-prev {
    position: absolute;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
    bottom: 30px;
}

    .hm-mainslider-sec .owl-prev {
        right: 60px;
    }

    .hm-mainslider-sec .owl-next {
        right: 30px;
    }		
	

.hm-mainslider-sec .owl-theme .owl-nav {
    margin: 0;
}





@media (min-width: 576px){



	
.slider-caption {
	max-width: 70%;
}
	
.slider-caption h2{
	font-size: 24px;
	margin: 0 0 20px 0;	
}

	
.slider-caption .slider-txt{
	font-size: 12px;
	margin: 10px 0 0 0;
}


.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
        font-size: 20px;
    }

    .hm-mainslider-sec .owl-next,
    .hm-mainslider-sec .owl-prev {
        bottom: 30px;
    }

    .hm-mainslider-sec .owl-prev {
        right: 80px;
    }

    .hm-mainslider-sec .owl-next {
        right: 50px;
    }		
	

	
}



@media (min-width: 768px){


	
.slider-caption {
	max-width: 500px;
}
	
.slider-caption h2{
	font-size: 26px;
	margin: 0 0 30px 0;	
}

	
.slider-caption .slider-txt{
	font-size: 12px;
	margin: 20px 0 0 0;
}


.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
        font-size: 24px;
    }

    .hm-mainslider-sec .owl-next,
    .hm-mainslider-sec .owl-prev {
        bottom: 50px;
    }

    .hm-mainslider-sec .owl-prev {
        right: 90px;
    }

    .hm-mainslider-sec .owl-next {
        right: 50px;
    }		
	
	
	
	
	
}


@media (min-width: 992px){

	
.sliderSec{
  min-height: 600px;
}
	
	
.slider-caption {
	max-width: 600px;
}
	
.slider-caption h2{
	font-size: 36px;
	margin: 0 0 50px 0;	
}

	
.slider-caption .slider-txt{
	font-size: 14px;
	margin: 20px 0 0 0;
}
	

.btnSlider{
	height: 36px;	
	padding: 10px 20px 10px 10px;
	font-size: 14px;
}


.btnSlider::after {
    width:  36px;
    height: 36px;   
}

.btnSlider i{	
	font-size: 18px;	
	padding: 0;
}
	
	
	
	
.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -50px ;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;
}
	

.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
        font-size: 30px;
    }

    .hm-mainslider-sec .owl-next,
    .hm-mainslider-sec .owl-prev {
        bottom: 50px;
    }

    .hm-mainslider-sec .owl-prev {
        right: 130px;
    }

    .hm-mainslider-sec .owl-next {
        right: 80px;
    }	
	


	
	
}



@media (min-width: 1200px){

.sliderSec{
  min-height: 650px;
}
	
	
.slider-caption {
	max-width: 600px;
}
	
.slider-caption h2{
	font-size: 44px;
	margin: 0 0 60px 0;	
}

	
.slider-caption .slider-txt{
	font-size: 14px;
	margin: 30px 0 0 0;
}

	
.btnSlider{
	height: 48px;	
	padding: 10px 20px 10px 15px;
	font-size: 16px;
}


.btnSlider::after {
    width:  48px;
    height: 48px;   
}

.btnSlider i{	
	font-size: 20px;
	padding: 0;
	margin-right: 20px;
}	
	
	
	
.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -50px ;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;
}


.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
        font-size: 30px;
    }

    .hm-mainslider-sec .owl-next,
    .hm-mainslider-sec .owl-prev {
        bottom: 100px;
    }

    .hm-mainslider-sec .owl-prev {
        right: 200px;
    }

    .hm-mainslider-sec .owl-next {
        right: 150px;
    }



	
}




@media (min-width: 1366px){

	
	
.slider-caption {
	max-width: 700px;
}
	
.slider-caption h2{
	font-size: 60px;
	margin: 0 0 80px 0;	
}

	
.slider-caption .slider-txt{
	font-size: 14px;
	margin: 30px 0 0 0;
}
	
	
	
.hm-mainslider-sec .owl-dots {
	left: 30px;
}
	
	
	
}





@media (min-width: 1680px){
	
.sliderSec{
  min-height: 850px;
}
	
	
.slider-caption {
	max-width: 750px;
}
	
.slider-caption h2{
	font-size: 66px;
	margin: 0 0 120px 0;	
}

	
.slider-caption .slider-txt{
	font-size: 16px;
	margin: 40px 0 0 0;
}	


.hm-mainslider-sec .owl-dots {
	left: 50px;
}	
	
	
	
.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -70px ;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 14px;
	height: 14px;
}
	
	

}



@media (max-width: 1679px) {


	
}
	
@media (max-width: 1199px) {

.slider-captionWrap {
	bottom: 80px;
	}	

}


@media (max-width: 991px) {

.slider-captionWrap {
	bottom: 50px;
	}

}



@media (max-width: 767px) {

.sliderSec{
	min-height: 350px;
}
	
	
	
.slider-captionWrap {
	bottom: 70px;
	}
	
	

.slider-caption .slider-txt{
	display: none;
}
	
	
	
.slider-image img{
height: 350px;
object-fit: cover;
object-position: center right;
}
	


}



@media (max-width: 575px) {

	
.slider-captionWrap {
	bottom: 80px;
	}
	
	

	
	
}



@media (max-width: 480px) {



}












/*section-header styles*/	

.headingWrapper{
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	display: -ms-flexbox ;
	display: flex ;
-ms-flex-align: center ;
  align-items: center ;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}

.sec-header{
	position:relative;
	margin: 0 0 20px 0;
	}


.sec-header h2{
	position:relative;
	font-size:48px;
	font-weight:500;
	letter-spacing: -1px;
	padding:0;
	margin: 0;
	}



.sec-header h2.hdr-white{
	color: #fff;	
}





@media (max-width: 991px) {


.sec-header h2{
	font-size:22px;
	}
	
}




.mBottom{
	margin-bottom: 40px;
}


.txtBold{
	font-weight: 700;
}

.txtSemiBold{
	font-weight: 600;
}






.lists{
	position: relative;
	margin: 0 0 30px 0;
	text-align: left;
}

.lists ul{
	margin: 0 0 20px 0;
	padding: 0;
}

.lists li{
	position: relative;
	list-style: none;
	padding: 8px 0 8px 22px;
}

.lists li:before {
    content: '';
    width: 10px;
    height: 16px;
	background-image: url(../images/list.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top:10px;
}



@media (max-width: 991px) {

.lists li{
	padding: 6px 0 6px 20px;
}

.lists li:before {
    content: '';
    width: 9px;
	height: 14px;
    left: 0;
    top:9px;
}	
	
	

}







.al-ItemCenter {
-ms-flex-align: center ;
 align-items: center ;
}

.al-center {
    -ms-flex-item-align: center;
    align-self: center;
}


.justifyCenter{
	 -ms-flex-pack: center;
    justify-content: center
}



.h100-alCenter{
	height: 100% !important;
	display: -ms-flexbox ;
	display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
}



.BoxShadow{
	z-index: 1;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}



.container-100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}






.logoBoxBg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.logoBoxBg img{
	width: 754px ;
	display: inline-block;

	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
}


header.sticky .logoBoxBg img{
	width: 600px ;
}




@media (max-width: 1900px){



.logoBoxBg  {
  left: -5px;
}
	
.logoBoxBg img {
  width: 660px;
}


header.sticky .logoBoxBg img{
	width: 630px ;
}

}


@media (max-width: 1679px){



.logoBoxBg img {
  width: 600px;
}


header.sticky .logoBoxBg img{
	width: 570px ;
}

}




@media (max-width: 1366px) {




.logoBoxBg img{
	width: 550px ;
}

header.sticky .logoBoxBg img{
	width: 520px ;
}

}



@media (max-width: 1199px) {



.logoBoxBg img{
	width: 550px ;
}

header.sticky .logoBoxBg img{
	width: 520px ;
}

}






@media (max-width: 991px) {


.logoBoxBg img{
	width: 550px ;
}

header.sticky .logoBoxBg img{
	width: 520px ;
}

}



@media (max-width: 767px) {





.logoBoxBg img{
	width: 450px;  
}

header.sticky .logoBoxBg img{
	width: 420px ;
}


}


@media (max-width: 480px) {




.logoBoxBg img{
	width: 400px;  
}

header.sticky .logoBoxBg img{
	width: 360px ;
}


}






.logo-bg{
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-top: -15px;
}

.logo-bg img{
display: inline-block;
width: 55px;

	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
}




header.sticky .logo-bg{
	margin-top: -25px;
}


header.sticky .logo-bg img{
	width: 50px ;
}



@media (max-width: 1366px) {

.logo-bg{
	margin-top: 0;
}	

}


@media (max-width: 1199px) {

.logo-bg{
	margin-top: 0;
}	

.logo-bg img{
	width: 50px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 45px ;
}


}



@media (max-width: 991px) {

.logo-bg{
	margin-top: 0;
}	

.logo-bg img{
	width: 50px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 45px ;
}


}



@media (max-width: 767px) {

	
.logo-bg{
	margin-top: 0;
}	

.logo-bg img{
	width: 50px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 45px ;
}


}



@media (max-width: 575px) {

	
.logo-bg{
	margin-top: 0;
}	

.logo-bg img{
	width: 44px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 40px ;
}


}








.btnWhatsapp {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 18px;

	position: relative;
	margin: 0 0 0 15px;
padding:8px 18px 8px 12px;
	background: #00c343;
	color:#fff;

	text-transform: uppercase;
	border-radius:3px;
	border: 0;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -ms-flex-align: center ;
  align-items: center ;
	line-height: 1;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;



}

.btnWhatsapp:hover{
		background:#128c7e;
		color: #fff;
		}



.btnWhatsapp .iconstyle {
    font-size:28px;
    color: #fff;
    margin-right: 10px;
}



.topSection{
	position: relative;
}








.container-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}





.btnView{
	position: relative;
	font-weight: 600;
	font-size: 15px;
	color: #333;
	display: inline-block;
	padding: 0;
}

.btnView:hover{
	color:#2C8935;
	}


.btnView .iconstyle{
	font-size: 12px;
	font-weight: 700;
	color: #2C8935;
	margin-left: 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}

.btnView:hover .iconstyle{
	color:#2C8935;
	margin-left: 15px;
	}




@media (max-width: 991px) {

.btnView{
	font-size: 13px;
}


	
.btnView .iconstyle{
	font-size: 10px;
}

	

}




.btn-moreBorder {
	padding:12px 30px;
	border: 2px solid #3AA642;
	color:#2C8935;
	font-size:15px;
	font-weight:600;
	border-radius:50px;
	line-height: 1;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
	.btn-moreBorder:hover{
		background:#3AA642;
		color:#fff !important;
		}



@media (max-width: 991px) {

.btn-moreBorder{
	padding:10px 20px;
	font-size:13px;
	}

}



	




.btn-moreBorderLight {
	padding:12px 30px;
	border: 2px solid #fff;
	color:#fff;
	font-size:15px;
	font-weight:600;
	border-radius:50px;
	line-height: 1;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
	.btn-moreBorderLight:hover{
		background:#fff;
		color:#3AA642 !important;
		}



@media (max-width: 991px) {

.btn-moreBorderLight{
	padding:10px 20px;
	font-size:13px;
	}

}





.btn-Explore{
	width: auto;
	height: 48px;
	border-radius: 50px;
	padding: 10px 20px 10px 10px;	
	border: unset;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
	transition: 0.4s;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.btn-Explore::after {
    content: "";
    width:  48px;
    height: 48px;
    background: #2C8935;
	color: #FFDE00;
	border-radius: 50px;
	position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.btn-Explore i{	
	font-size: 20px;
	color: #FFDE00;
	padding: 10px 10px 10px 5px;
	margin-right: 15px;
}


.btn-Explore:hover{
	color:#fff;
}

.btn-Explore:hover::after {
	width:  100%;
}




.btn-ExploreBorder{
	height: 48px;
	border-radius: 50px;
	padding: 10px 20px 10px 15px;	
	border: unset;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
	transition: 0.4s;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.btn-ExploreBorder::after {
    content: "";
    width:  48px;
    height: 48px;
    border: 1px solid #2C8935;
	color: #2C8935;
	border-radius: 50px;
	position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.btn-ExploreBorder i{	
	font-size: 20px;
	color: #2C8935;
	padding: 0;
	margin-right: 22px;
}


.btn-ExploreBorder:hover{
	color: #2C8935;
}

.btn-ExploreBorder:hover::after {
	width:  100%;
}	



@media (max-width: 991px) {

	
.btn-Explore{
	height: 32px;
	padding: 10px 20px 10px 10px;
	font-size: 13px;
}

.btn-Explore::after {
    width:  32px;
    height: 32px;
}


.btn-Explore i{	
	font-size: 14px;
	padding: 0;
	margin-right: 20px;
}	
	
	
	
	
	
	
	
	
.btn-ExploreBorder{
	height: 32px;
	padding: 10px 20px 10px 10px;
	font-size: 13px;
}

.btn-ExploreBorder::after {
    width:  32px;
    height: 32px;
}


.btn-ExploreBorder i{	
	font-size: 14px;
	padding: 0;
	margin-right: 20px;
}
	

}






/*hm-aboutSec styles*/

.IMG-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.IMG-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.IMG-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.IMG-order-4 {
  -ms-flex-order: 4;
  order: 4;
}



.hm-aboutSec{
	position: relative;
	padding: 160px 0 300px;
	background: url("../images/bg-about.jpg") top center;
	background-size: cover;
}


.TwoColsRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;	
	
	-ms-flex-pack: center ;
  justify-content: center ;
}



.TwoColsRow .BoxItem{
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}


.TwoColsRow .BoxItem .mTop{
	margin-top: -60px;
}




.TwoColsRow .BoxItem .imageBox{
	position: relative;
	margin-bottom: 30px;
}

.TwoColsRow .BoxItem .imageBox img{
	width: 100%;
	display: inline-block;
}



.TwoColsRow .BoxItem .imageBox.Certificate{
	position: relative;
	border: 1px solid #888;
	padding: 5px;
	background: #fff;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}

.TwoColsRow .BoxItem .imageBox.Certificate img{
	width: 100%;
	display: inline-block;
}


.TwoColsRow .BoxItem .imageBox.Partner{
	position: relative;
	border: 1px solid #2C8935;
	padding: 5px;
	background: #fff;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

.TwoColsRow .BoxItem .imageBox.Partner img{
	width: 100%;
	display: inline-block;
}



.TwoColsRow .BoxItem .bgOne{
	background: #96BF26;
	width: 100%;
	height: calc(100% - 30px);
}

.TwoColsRow .BoxItem .bgTwo{
	background: #2C8935;
	width: 100%;
	height: calc(100% + 30px);
}


.facts-box{
	position: relative;
	height: 100%;
	color: #fff;
	padding:10px 30px;
	
  display: -ms-flexbox ;
  display: flex ;	
 -ms-flex-align: center ;
  align-items: center ;
  -ms-flex-pack: center ;
  justify-content: center ;
}


.facts-box .factsboxItem{
	position: relative;
	text-align: center;
}


.facts-box .IconBox{
	position: relative;
	margin: 0 0 20px 0;
}

.facts-box .IconBox img{ 
	width: 70px;
	height: 70px;
	display: inline-block;
}


.facts-box .number{
	font-size: 54px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 15px 0;
}


.facts-box .number sup {
    top: -10px;
    left:0;
    font-size: 50px;
	line-height: 1;
}


.facts-box .title{
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}



.hm-aboutSec .RightCol{
position: relative;
padding: 0 0 0 80px;
}


.hm-aboutSec h1{
	position: relative;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -1px;
	line-height: 1.2;
    padding: 0;
    margin: 0 0 30px 0;
}


.hm-aboutSec .contentBox{
	position: relative;
	margin: 50px 0 0 0;	
}


.hm-aboutSec .desc{
	margin: 0 0 30px 0;
}




@media (max-width: 1680px) {


.facts-box .number{
	font-size: 48px;
}


.facts-box .number sup {
    font-size: 44px;
}


.facts-box .title{
	font-size: 18px;
}
	
}


@media (max-width: 1366px) {

.hm-aboutSec .contentBox{
	margin: 0;	
}

}



@media (max-width: 1199px) {


.facts-box .IconBox img{ 
	width: 50px;
	height: 50px;
}

	
.facts-box .number{
	font-size: 36px;
}


.facts-box .number sup {
    font-size: 34px;
}


.facts-box .title{
	font-size: 16px;
}
	
}




@media (max-width: 991px) {

	
.hm-aboutSec{
	position: relative;
	padding: 100px 0 50px 0;
}
	

	
.facts-box{
	padding:10px 20px;
}

.facts-box .IconBox{
	margin: 0 0 10px 0;
}
	
.facts-box .number{
	font-size: 26px;
	margin: 0 0 5px 0;
}


.facts-box .number sup {
    top: -10px;
    left:0;
    font-size: 24px;
}


.facts-box .title{
	font-size: 14px;
	font-weight: 600;
}	
	
	
	
	
	
.hm-aboutSec .RightCol{
padding: 0;
}
	

	
.hm-aboutSec h1{
    font-size: 22px;
    margin: 0 0 20px 0;
}

	
.hm-aboutSec .contentBox{
	margin: 10px 0 0 0;	
}
	
	
	
}


@media (max-width: 767px) {
	
	
.hm-aboutSec{
	background: none;
	padding: 50px 0 30px 0;
	}


	
.TwoColsRow .BoxItem .mTop{
	margin-top: 0;
}



	
.TwoColsRow .BoxItem .bgTwo{
	height: calc(100% - 30px);
}	
	
	
.TwoColsRow .BoxItem .imageBox.Partner img{
	width: 80%;
}
	
.TwoColsRow .BoxItem .imageBox.Certificate img{
	width: 80%;
}
	
	
	
.facts-box{
	padding:40px 30px;
}
	
.facts-box .IconBox{
	margin: 0 0 20px 0;
}
	
.facts-box .number{
	margin: 0 0 15px 0;
}	
	
	

}


@media (max-width: 575px) {
	
.IMG-order-1 {
  -ms-flex-order: 4;
  order: 4;
}

.IMG-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.IMG-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.IMG-order-4 {
  -ms-flex-order: 1;
  order: 1;
}
	
	
.TwoColsRow .BoxItem{
-ms-flex: 0 0 10%;
flex: 0 0 100%;
max-width: 100%;
}
	
	
.TwoColsRow .BoxItem .bgOne{
		height: calc(100% - 10px);
		margin-bottom: 10px;
	}	
	
.TwoColsRow .BoxItem .bgTwo{
		height: calc(100% - 10px);
		margin-bottom: 10px;
	}		

	
	.TwoColsRow .BoxItem .imageBox{
		margin-bottom: 10px;
	}
	
	
.TwoColsRow .BoxItem .imageBox.Partner{
	margin-bottom: 10px;
}

.TwoColsRow .BoxItem .imageBox.Partner img{
	width: 60%;
}
	
	
.TwoColsRow .BoxItem .imageBox.Certificate img{
	width: 60%;
}
	
	
	
	
	
}





/*hm-aboutSecTwo styles*/


.hm-aboutSecTwo{
	position: relative;
}


.overlayElement {
    display: block;
    position: absolute;
    top: 150px;
    left: 300px;
	right: auto;
    z-index: 1;
	animation: float 5s ease-out infinite;
  transition: ease 0.5s;
}

.overlayElement img{
	display: inline-block;
	width: 100px;
}




@keyframes float {
  50% {
     transform: translate(0, 50px);
  }
}






.hm-aboutSecTwo .SectionBlock{
	position: relative;
margin-left: auto ;
	width: 70%;
	background: #fff;
	padding: 80px 80px 50px 80px;
	margin-top: -250px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}


.hm-aboutSecTwo h2{
	position: relative;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -1px;
	line-height: 1.2;
    padding: 0;
    margin: 0 0 30px 0;
}




.hm-aboutSecTwo .BoxOne{
	position: relative;
	border-left: 1px solid #FFDE00;
	padding: 0 0 0 30px; 
	margin-bottom: 30px;
}

.hm-aboutSecTwo .BoxOne .contentBox{
	padding: 20px 0;
}

.hm-aboutSecTwo .BoxOne .subtitle{
	font-size:30px;
	font-weight: 700;
	color: #C2C2C2;	
	margin: 0 0 20px 0;	
}


.hm-aboutSecTwo .BoxOne h4{	
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 20px 0;
}

.hm-aboutSecTwo .BoxOne .desc{
	margin: 0;
}




@media (max-width: 1366px) {

.hm-aboutSecTwo .SectionBlock{
	width: 75%;
	padding: 50px 50px 30px 50px;
	margin-top: -250px;	
}


.overlayElement {
	top: 180px;
    left: 150px;
    right: auto;
}


.overlayElement img{
	width: 80px;
}	
	
	
	
}



@media (max-width: 1199px) {


.hm-aboutSecTwo .SectionBlock{
	width: 85%;
}	
		

.overlayElement {
	top: 180px;
    left: 60px;
    right: auto;
}
	
	
	
	
}



	
@media (max-width: 991px) {

.hm-aboutSecTwo .SectionBlock{
	width: 100%;
	padding: 40px 15px 0 10px; 
	margin-top: 0;	
}	
	
.hm-aboutSecTwo h2{
    font-size: 22px;    
    margin: 0 0 20px 0;
}
	
	
	
	
.overlayElement {
    top: -50px;
    right: 30px;
	left: auto;

}
	
.overlayElement img{
	width: 60px;
}	
	
	
	.hm-aboutSecTwo .BoxOne {
		padding: 0 0 0 20px;
	}
	
	
.hm-aboutSecTwo .BoxOne .contentBox{
	padding: 10px 0;
	}
	
	
.hm-aboutSecTwo .BoxOne .subtitle{
	font-size:20px;
	margin: 0 0 10px 0;	
}
	
	
.hm-aboutSecTwo .BoxOne h4{	
	font-size: 18px;
	margin: 0 0 20px 0;
}		
	


	
}










/*hm-ServSec styles*/	


.hm-ServSec{
	position: relative;	
	text-align: center;
	margin: 0;
	padding:100px 0 80px;
}



.hm-ServSec .descSmall{
	max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
}


.hm-ServSec .ServSlide{
	position: relative;
	margin: 0;
}


.Serv-BoxItem{
	position:relative;
	background: #F7F7F7;
	border-bottom: 8px solid #F7F7F7;
	height: calc(100% - 30px);
	border-radius:5px;
	text-align: center;
	margin: 0 0 30px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

.Serv-BoxItem:hover {
	border-bottom: 8px solid #2C8935;	
}



.Serv-BoxItem .imageBox{
	position: relative;
	overflow: hidden;
	margin: auto;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
	
	.Serv-BoxItem .imageBox img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.Serv-BoxItem:hover .imageBox img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.Serv-BoxItem .contentBox{
	position: relative;
	padding: 30px;
	}

	
	.Serv-BoxItem .contentBox h3{
		position: relative;
		font-size:24px;
		font-weight:600;
		margin:0 0 35px 0;
	}



.Serv-BoxItem .contentBox h3::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #3AA642;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}	

	.Serv-BoxItem .contentBox .desc{
		color: #333;
		height:70px;
		max-width: 100%;
		overflow:hidden;
		margin:0 0 20px 0;
	}





.hm-ServSec .ServSlide .owl-carousel .owl-item img{
	width:100%;	
}

.hm-ServSec .ServSlide .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-ServSec .ServSlide .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.hm-ServSec .ServSlide .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #2C8935;
	width:12px;
	height:12px;
	border-radius: 50%;
	}


	
.hm-ServSec .ServSlide .owl-theme .owl-dots .owl-dot.active span,
.hm-ServSec .ServSlide .owl-theme .owl-dots .owl-dot:hover span {
    background:#2C8935;
	border: 2px solid #3AA642;
	}



.hm-ServSec .ServSlide .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 9px 9px ;
    background:#002581;
    display: inline-block;
    cursor: pointer;
    border-radius:0 ;
}
    
.hm-ServSec .ServSlide .owl-theme .owl-nav [class*='owl-']:hover {
      background:#ED3237;
      color: #fff;
      text-decoration: none;
	  }
	
.hm-ServSec .ServSlide .owl-prev,
.hm-ServSec .ServSlide .owl-next {
	position: absolute;
	width: 34px;
	height: 34px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-60px;
	}
    
.hm-ServSec .ServSlide .owl-prev {right: 39px;}

.hm-ServSec .ServSlide .owl-next {right: 0;}


.hm-ServSec .ServSlide .owl-theme .owl-nav{
	margin: 0;
}



.hm-ServSec .ServSlide .owl-carousel .owl-stage{display: flex;}


.hm-ServSec .ServSlide .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}



.hm-ServSec .ServSlide .tm-items {
    height: 100%;
}






@media (max-width: 991px){

	

.hm-ServSec{
	padding:40px 0;
}



.hm-ServSec .descSmall{
	max-width: 100%;
}	
	
	
.Serv-BoxItem .contentBox{
	padding: 20px;
	}

	
	.Serv-BoxItem .contentBox h3{
		font-size:18px;
		margin:0 0 30px 0;
	}


	.Serv-BoxItem .contentBox .desc{
		height:60px;
		margin:0 0 20px 0;
	}
	
	
	
	
.hm-ServSec .ServSlide .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	width:12px;
	height:12px;
	}


.hm-ServSec .ServSlide .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
}
    
	
.hm-ServSec .ServSlide .owl-prev,
.hm-ServSec .ServSlide .owl-next {
	width: 20px;
	height: 20px;
	top:-40px;
	}
    
.hm-ServSec .ServSlide .owl-prev {right: 25px;
}


	
}







/*hm-ProSec styles*/	


.hm-ProSec{
	position: relative;	
	text-align: center;
	margin: 0;
	padding:100px 0 10px;
	z-index: 1;	
}


.hm-ProSec:after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
    content: "";
    background-image: url(../images/hm-product-bg.jpg);
    z-index: -1;
}




.hm-ProSec .descSmall{
	max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
}


.hm-ProSec .ProductSlide{
	position: relative;
	margin: 0;
}


.Pro-BoxItem{
	position:relative;
	background: #fff;
	border: 1px solid #DCDCDC;
	border-radius:5px;
	height: 100%;
	text-align: center;
	margin: 0 0 0 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

.Pro-BoxItem:hover {
	border-bottom: 8px solid #2C8935;	
}



.Pro-BoxItem .imageBox{
	position: relative;
	overflow: hidden;
	margin: auto;
	
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
	
	.Pro-BoxItem .imageBox img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.Pro-BoxItem:hover .imageBox img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.Pro-BoxItem .contentBox{
	position: relative;
	padding: 30px;
	text-align: left;
	}

	
	.Pro-BoxItem .contentBox h3{
		position: relative;
		font-size:24px;
		font-weight:600;
		margin:0 0 20px 0;
	}


	.Pro-BoxItem .contentBox .desc{
		color: #333;
		height:70px;
		max-width: 100%;
		overflow:hidden;
		margin:0 0 20px 0;
	}





.hm-ProSec .ProductSlide .owl-carousel .owl-item img{
	width:100%;	
}

.hm-ProSec .ProductSlide .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-ProSec .ProductSlide .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.hm-ProSec .ProductSlide .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #2C8935;
	width:12px;
	height:12px;
	border-radius: 50%;
	}


	
.hm-ProSec .ProductSlide .owl-theme .owl-dots .owl-dot.active span,
.hm-ProSec .ProductSlide .owl-theme .owl-dots .owl-dot:hover span {
    background:#2C8935;
	border: 2px solid #3AA642;
	}



.hm-ProSec .ProductSlide .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 9px 9px ;
    background:#002581;
    display: inline-block;
    cursor: pointer;
    border-radius:0 ;
}
    
.hm-ProSec .ProductSlide .owl-theme .owl-nav [class*='owl-']:hover {
      background:#ED3237;
      color: #fff;
      text-decoration: none;
	  }
	
.hm-ProSec .ProductSlide .owl-prev,
.hm-ProSec .ProductSlide .owl-next {
	position: absolute;
	width: 34px;
	height: 34px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-60px;
	}
    
.hm-ProSec .ProductSlide .owl-prev {right: 39px;}

.hm-ProSec .ProductSlide .owl-next {right: 0;}


.hm-ProSec .ProductSlide .owl-theme .owl-nav{
	margin: 0;
}



.hm-ProSec .ProductSlide .owl-carousel .owl-stage{display: flex;}


.hm-ProSec .ProductSlide .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}



.hm-ProSec .ProductSlide .tm-items {
    height: 100%;
}







@media (max-width: 991px){



.hm-ProSec{
    padding: 40px 0 10px;
}

	
.hm-ProSec:after {
    height: 500px;
}	
	
	
	
.hm-ProSec .descSmall{
	max-width: 100%;
}


	
.Pro-BoxItem .contentBox{
	padding: 20px;
	}

	
	.Pro-BoxItem .contentBox h3{
		font-size:18px;
		margin:0 0 20px 0;
	}	

	
	.Pro-BoxItem .contentBox .desc{
		height: 60px;
	}	

	
	
.hm-ProSec .ProductSlide .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	width:12px;
	height:12px;
	}


.hm-ProSec .ProductSlide .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
}
    
	
.hm-ProSec .ProductSlide .owl-prev,
.hm-ProSec .ProductSlide .owl-next {
	width: 20px;
	height: 20px;
	top:-40px;
	}
    
.hm-ProSec .ProductSlide .owl-prev {right: 25px;
}


	
}






/*clientSec styles*/

.clientSec{
	position: relative;	
	text-align: center;
	margin: 0;
	padding:80px 0;
	background: url("../images/bg-clients.jpg") top center;
	background-size: cover;
}


.clientSec .descSmall {
    max-width: 80%;
    margin: auto;
    margin-bottom: 30px;
}



.clientSec .ClientsSlide{
	position: relative;
	padding: 0;	
	
}

.clientSec .ClientBox {
    position: relative;
    text-align: center;
    margin: 0;
}

.clientSec .ClientBox .imageBox {
    position: relative;
	border: 1px solid #C7C7C7;
}

.clientSec .ClientBox .imageBox img{
	display: inline-block;
}




.clientSec .owl-carousel .owl-item img{
	width: auto;
	display: inline-block;

}



.clientSec  .owl-carousel .item{
	overflow:hidden;
	}	
	
.clientSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}




.clientSec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #2C8935;
	width:10px;
	height:10px;
	border-radius: 50%;
	}


	
.clientSec .owl-theme .owl-dots .owl-dot.active span,
.clientSec .owl-theme .owl-dots .owl-dot:hover span {
    background:#2C8935;
	border: 2px solid #3AA642;
	}






.clientSec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 3px ;
    background:#F68121;
	color: #fff;
	font-size: 18px;
    display: inline-block;
    cursor: pointer;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}
    
.clientSec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#fff;
      color: #F68121;
      text-decoration: none;
	  }
	
.clientSec .owl-prev,
.clientSec .owl-next {
	position: absolute;
	width: 30px;
	height: 30px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:50%;
	transform: translateY(-50%);
	}
    
.clientSec .owl-prev {left: -30px;}

.clientSec .owl-next {right: -30px;}


.clientSec .owl-theme .owl-nav{
	margin: 0;
}





.clientSec .owl-carousel .owl-stage{display: flex;}


.clientSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}



.clientSec .tm-items {
	height: 100%;
}






@media (max-width: 991px){

	
.clientSec{
	padding:40px 0;
}


.clientSec .descSmall {
    max-width: 100%;
}

	
	
.clientSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}
	
	
.clientSec .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}
	
	
.clientSec .owl-theme .owl-nav [class*='owl-'] {
	font-size: 14px;
}
    
	
.clientSec .owl-prev,
.clientSec .owl-next {
	width: 24px;
	height: 24px;
	
	}
	

}







/*PartnerSec styles*/

.PartnerSec{
	position: relative;	
	text-align: center;
	margin: 0;
	padding:100px 0;
	background: #F0F0F0;
}


.PartnerSec .desc {
    max-width: 60%;
    margin: auto;
    margin-bottom: 30px;
}



.PartnerSec .PartnerSlide{
	position: relative;
	padding: 0 0 0 30px;	
	
}

.PartnerSec .PartnerBox {
    position: relative;
    text-align: center;
    margin: 0;
}

.PartnerSec .PartnerBox .imageBox {
    position: relative;
	border: 1px solid #C7C7C7;
}

.PartnerSec .PartnerBox .imageBox img{
	display: inline-block;
}




.PartnerSec .owl-carousel .owl-item img{
	width: auto;
	display: inline-block;

}



.PartnerSec  .owl-carousel .item{
	overflow:hidden;
	}	
	
.PartnerSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}




.PartnerSec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#2C8935;
	border: 2px solid #2C8935;
	width:10px;
	height:10px;
	border-radius: 50%;
	}


	
.PartnerSec .owl-theme .owl-dots .owl-dot.active span,
.PartnerSec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #fff;
	border: 2px solid #3AA642;
	}






.PartnerSec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 3px ;
    background:#F68121;
	color: #fff;
	font-size: 18px;
    display: inline-block;
    cursor: pointer;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}
    
.PartnerSec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#fff;
      color: #F68121;
      text-decoration: none;
	  }
	
.PartnerSec .owl-prev,
.PartnerSec .owl-next {
	position: absolute;
	width: 30px;
	height: 30px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:50%;
	transform: translateY(-50%);
	}
    
.PartnerSec .owl-prev {left: -30px;}

.PartnerSec .owl-next {right: -30px;}


.PartnerSec .owl-theme .owl-nav{
	margin: 0;
}





.PartnerSec .owl-carousel .owl-stage{display: flex;}


.PartnerSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}







@media (max-width: 991px){

.PartnerSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}
	
.PartnerSec .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}
	
	
	
.PartnerSec .owl-theme .owl-nav [class*='owl-'] {
	font-size: 14px;
}
    
	
.PartnerSec .owl-prev,
.PartnerSec .owl-next {
	width: 24px;
	height: 24px;
	
	}

}






/*hm-BlogSec styles*/	


.hm-BlogSec{
	position: relative;	
	text-align: center;
	padding: 100px 0 70px;
	background: #F0F0F0;
}


.BlogRow{
	position: relative;
	margin: 0;
}


.BlogBox{
	position:relative;
	text-align: left;
	border-radius: 10px;
	background: #fff;
	height: calc(100% - 30px);
	margin: 0 0 30px 0;
	border: 1px solid #dfdfdf;
	}



.BlogBox .imageBox{
	position: relative;
	overflow: hidden;
	margin: 0;
	
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

	}
	
	.BlogBox .imageBox img{
	 width: 100%;
	height: 100%;
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.BlogBox:hover .imageBox img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.BlogBox .contentBox{
	position: relative;
	padding: 30px;
	}


.BlogBox .contentBox .subtitle{
	font-size: 15px;
	color: #888888;
	margin: 0 0 10px 0;
	}




	.BlogBox .contentBox h4{
		font-size:22px;
		font-weight:600;
		margin:0 0 15px 0;
	}

	.BlogBox .contentBox .desc{
		color: #333;
		height:70px;
		overflow:hidden;
		margin:0 0 30px 0;
	}





.blog-date{
	margin: 0 0 20px 0;
    padding: 0;
}

.blog-date ul{
	margin: 0;
	padding: 0;
}



.blog-date li {
    display: inline-block;
	font-size: 14px;
	color: #666;
	list-style: none;
	padding: 0;
	
}

.blog-date li+li {
    margin-left: 15px;
}

.blog-date li i {
    color: #2C8935;
	margin-right: 5px;
	font-size: 14px;
	
}

.blog-date li:before {
    content:none;
 
}









@media (max-width: 991px) {

	
.hm-BlogSec{
	padding: 40px 0;
}	


.BlogBox .contentBox{
	padding: 20px;
	}


.BlogBox .contentBox .subtitle{
	font-size: 12px;
	}


	.BlogBox .contentBox h4{
		font-size:16px;
		margin:0 0 10px 0;
	}

	.BlogBox .contentBox .desc{
		height:60px;
		margin:0 0 20px 0;
	}


	

.blog-date{
    margin: 0 0 15px 0;
}

.blog-date li {
	font-size: 12px;	
}

.blog-date li+li {
    margin-left: 10px;
}

.blog-date li i {
	margin-right: 5px;
	font-size: 12px;	
}
	
	
	

}
	
	


/*hm-testimonials-sec styles*/

.hm-testimonials-sec{
	position:relative;
	padding: 100px 0;
	background: #fff url(../images/bg-testinmony.jpg) top center;
	background-size: cover;
	text-align: center;
}




.testimonial-box{
	position:relative;
	width: 70%;
	text-align: center;
	margin: auto;
	margin-top: 60px;
	}

.testimonial-box .box{
	position: relative;	
	padding: 0;
}



.testimonial{
	position:relative;
	width: 90%;
	margin: auto;	
	}



.testimonial .icon-quote {
	position: relative;
	margin: 0 0 50px 0;
}


.testimonial .icon-quote img {
	display: inline-block !important;
	width: 70px !important;
}



.testimonial .desc {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}
			
			
.testimonial-by{
	position: relative;
    text-align: left;
	display: -ms-flexbox;
	display: flex;

-ms-flex-align: center;
  align-items: center;
	
  -ms-flex-pack: center ;
  justify-content: center ;
	
	}

	
.testimonial-by .image{
	margin:0 20px 0 0;
	}
	
.testimonial-by .image img{
	width:90px;
	height: 90px;
	border-radius:50%;
	display:inline-block;
	}

.testimonial-by .bx{
	}
		
.testimonial-by .name{
	font-weight: 600;
	font-size:18px;
	color:#333;
	}
	
.testimonial-by .sub-title{
	font-weight: 600;
	font-size:16px;
	color:#2C8935;
	}

.testimonial-by .sub-titleTwo{
	font-weight: 500;
	font-size:14px;
	color:#666;
	}





.testimonial-box .owl-carousel .item{
	overflow:hidden;
	}	
	
.testimonial-box .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}




.testimonial-box .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#2C8935;
	border: 2px solid #2C8935;
	width:10px;
	height:10px;
	border-radius: 50%;
	}


	
.testimonial-box .owl-theme .owl-dots .owl-dot.active span,
.testimonial-box .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #fff;
	border: 2px solid #3AA642;
	}

	



.testimonial-box .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 8px ;
	background: none;
    border: 2px solid #2C8935;
	border-radius: 50%;
	color: #2C8935;
	font-size: 18px;
    display: inline-block;
    cursor: pointer;
   
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
    
.testimonial-box .owl-theme .owl-nav [class*='owl-']:hover {
      background:#2C8935;
      color: #fff;
      text-decoration: none;
	  }
	
.testimonial-box .owl-prev,
.testimonial-box .owl-next {
	position: absolute;
	width: 44px;
	height: 44px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:50%;
	transform: translateY(-50%);
	}
    
.testimonial-box .owl-prev {left: -50px;}

.testimonial-box .owl-next {right: -50px;}


.testimonial-box .owl-theme .owl-nav{
	margin: 0;
}







.testimonial-box .owl-carousel .owl-stage{display: flex;}

.testimonial-box .owl-carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
	}



.testimonial-box .tm-items {
height: 100%;
}





@media (max-width: 991px){


.hm-testimonials-sec{
	padding: 110px 0 50px;	
}




.testimonial-box{
	width: 100%;
	}



.testimonial .icon-quote {
	margin: 0 0 0 20px;
}

.testimonial .icon-quote img {
	width: 150px !important;
}






.testimonial-box .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}

.testimonial-box .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}


	
}





/*downlaodSec styles*/


.downlaodSec{
	position:relative;
	padding: 0;
	color: #fff;
	background: #4a3d37 url("../images/bg-downlaod.jpg") top center;
	background-size: cover;	
	z-index: 1;
}


.downlaodSec h3{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}


.downlaodSec .contentBox{
	position: relative;
	padding: 80px 50px;
	background: rgba(0,0,0,.6);
}

.downlaodSec .desc{
	margin: 0 0 30px 0;
}





@media (max-width: 991px) {

	
	
.downlaodSec h3{
	font-size: 18px;
	margin: 0 0 20px 0;
}
	
	
.downlaodSec .contentBox{
	padding: 40px 40px 100px;
}

	
	

}



@media (max-width: 767px) {


	
.downlaodSec:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.6);
	z-index: -1;
}

	

	
.downlaodSec .contentBox{
	background: none;
	padding:40px 0 100px;
}


	
	

}

















/*footer styles*/

.footer-sec{
	position:relative;
	font-size:16px;
	background: #333;
	color: #ECEAEA;
	margin:0;
	padding: 0;
	}

.footer-sec .bgLight{
	background: #F7F7F7;
	color: #333;
}


.footer-sec .footer-top{
	position:relative;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 30px 0;	
	}
	


.footer-sec .footer-column h5{
	position: relative;
	font-size:18px;	
	font-weight:500;
	padding:0;
	margin:0 0 35px 0;
	}

.footer-sec .footer-column h5::after{
	position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #2C8935;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0;
}



.footer-sec .footerleftWrap {
    position: relative;
    padding: 40px 30px;
}


.footer-sec .footer-logo {
    position: relative;
    margin: 0 0 40px 0;   
}

.footer-sec .footer-logo img{
	width: 500px;
}

.footer-sec .desc{
	position:relative;
	margin:0 0 30px 0;
	}




.footer-sec .btn-Footer{
	position: relative;
	font-weight: 600;
	font-size: 16px;
	color: #333;
	display: inline-block;
	padding: 0;
}

.footer-sec .btn-Footer:hover{
	color:#2C8935;		
	}

.footer-sec .btn-Footer .iconstyle{
	font-size: 12px;
	font-weight: 700;
	color: #2C8935;
	margin-left: 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}

.footer-sec .btn-Footer:hover .iconstyle{
	color:#2C8935;
	margin-left: 15px;
	}





.footer-sec .BoxWidgets{
	padding: 50px 0 0 80px;
}

	
.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}

.footer-sec .footer-column .links.pd{
	padding:0 30px 0 0;
	}


	.footer-sec .footer-column .links li{
	position: relative;
	font-size: 16px;
	margin:0;
	padding:7px 0;	
	list-style:none;
	line-height:1.3;
		-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}








.footer-sec .footer-column .pro-link{
  display: -ms-flexbox ;
  display: flex ;
  margin: 0 0 50px 0;
}	

.footer-sec .footer-column .links-two{
	margin:0;
	padding:0 20px 0 0;
	flex-basis: 50%;
	}

	.footer-sec .footer-column .links-two li{
	margin:0;
	padding:10px 0;	
	list-style:none;
	line-height:1.3;
	}



	
	.footer-sec .footer-column .links-two li:first-child{
	padding-top:0;
	}
	.footer-sec .footer-column .links-two li:last-child{
	padding-bottom:0;
	}
	

	.footer-sec .footer-column a{
	color:#ECEAEA;
	}

	.footer-sec .footer-column a:hover{
	color:#c1f13d;
	}


	.footer-sec .footer-column .links-two a{
	color:#ECEAEA;
	}

	.footer-sec .footer-column .links-two a:hover{
	color:#c1f13d;
	}
	

	

.footer-sec .socialIconBox{
	position: relative;
	z-index: 2;
	background: #3AA642;
	height: 60px;
	display: -ms-flexbox;
	display: flex;

-ms-flex-align: center;
  align-items: center;
	
  -ms-flex-pack: center ;
  justify-content: center ;
	margin-top:-60px;
}


.footer-sec .social-icon{
	color:#fff;
  display: -ms-flexbox ;
  display: flex ;
	
-ms-flex-align: center;
  align-items: center;
	
	}
	
.footer-sec .social-icon .txt-follow{
	font-weight: 600;
}



.footer-sec .social-icon a{
    display: block;	
	margin-left:20px;    
}

.footer-sec .social-icon a:first-child{
    margin-left: 0;
}

.footer-sec .social-icon .iconstyle{
	font-size:18px;
	color:#fff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.footer-sec .social-icon .iconstyle:hover{
	color:#f7de91;
	}


.footer-sec .social-icon .iconstyle.icon-youtube{
	font-size:26px;
	}




	
.footer-sec .box{
	position: relative;
	padding:0 0 0 30px;
	margin:0 0 25px 0;
	line-height: 1.5;
	}

	
.footer-sec .box .icon{
	position:absolute;
	top:1px;
	left:0;
	}


.footer-sec .box .iconstyle{
	font-size:18px;
	color: #2C8935;
	}

.footer-sec .box .txt{
	font-size: 15px;
	}





.footer-sec .footer-bottom{	
	position: relative;
	background: #292929;
	padding: 20px 0;
}

.footer-sec .copyright{	
	text-align: left;
	margin: 0;
	}


.footer-sec .design{
	font-size:13px;
	color: #9D9D9D;
	text-align: right;
	}

.footer-sec .design a{
	color: #9D9D9D !important;
	}
.footer-sec .design a:hover{
	color: #b4b4b4 !important;
	}






@media (max-width: 991px) {


.footer-sec{
	font-size:13px;
	}
	

.footer-sec .footerleftWrap {
    padding: 30px 20px;
}

	
.footer-sec .footer-column h5{
	font-size:13px;	
	margin:0 0 30px 0;
	}

	
	
.footer-sec .footer-logo {
    position: relative;
    margin: 0 0 20px 0;   
}

.footer-sec .footer-logo img{
	width: 350px;
}

	
.footer-sec .footer-column .desc{
	margin:0 0 40px 0;
	}
	
	

	
.footer-sec .btn-Footer{
	font-size: 13px;
}

	
.footer-sec .btn-Footer .iconstyle{
	font-size: 10px;
}
	
	
	
	
	
.footer-sec .BoxWidgets{
	padding:30px 0 10px 0;
	}



.footer-sec .footer-column .pro-link{
  margin: 0 0 30px 0;
}	

.footer-sec .footer-column .links li{
	padding: 6px 0 6px 20px;
	font-size: 13px;
	}
	
		
.footer-sec .footer-column .links li:hover{
	padding:6px 0 6px 25px;
	}
	
	
	

	
.footer-sec .footer-column .links-two li{
	padding:7px 0;
	}
	

	
	
	
	.footer-sec .socialIconBox{
		height: 40px;
		margin-top: -40px;
	}	
	
.footer-sec .social-icon a{
    margin-left:15px;
}
	
.footer-sec .social-icon .iconstyle{
	font-size:16px;
	}

.footer-sec .social-icon .iconstyle.icon-youtube{
	font-size:20px;
	}
	



.footer-sec .box{
	padding:0 0 0 30px;
	margin:0 0 20px 0;
	}


.footer-sec .box .iconstyle{
	font-size:16px;
	}
	
.footer-sec .box .txt{
	font-size: 13px;
	}
	


	
.footer-sec .footer-bottom{
	padding:20px 0;	
}



.footer-sec .design{
	font-size:11px;
	}



}






@media (max-width: 767px) {


.footer-sec .copyright{
	text-align: center;
	margin: 0 0 10px 0;
	}

.footer-sec .design{
	text-align: center;
	}	
	
}

	




/* Tooltip container */
.tooltip1 {
    position: relative;
   
}

/* Tooltip text */
.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 100%;
	max-width: 500px;
    background: #2C8935;
    color: #fff;
    text-align: left;
    padding: 8px 12px;
    border-radius: 3px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 120%;
  

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 18px;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #2C8935 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}






.side-bar-contact {
	position: fixed;
	bottom: 30px;
	right:30px;
	z-index: 100;
}

.side-bar-contact .iconstyle{
	font-size:36px;
	color:#fff;
	background: #25d366;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center ;
	-ms-flex-pack: center ;
	justify-content: center ;	

-webkit-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
	}
	





/*sub-banner styles*/



.sub-banner-sec{
	position:relative;
	color: #fff;
	margin:0;
	}

.sub-banner-sec .banner-image{
	position:relative;
	}

	.sub-banner-sec .banner-image img{
		width: 100%;
		}



.sub-banner-sec .banner-image:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,.6);
}



.sub-banner-sec .bannerImageListing{
	position:relative;
	}

	.sub-banner-sec .bannerImageListing img{		
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: center center;
		}



.sub-banner-sec .bannerImageListing:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,.6);
}





.sub-banner-sec .banner-title{
	color: #fff;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	display: -ms-flexbox ;
	display: flex ;
	-ms-flex-align: center ;
	align-items: center ;
	z-index: 1;
}


.sub-banner-sec .banner-title.AlEnd{
-ms-flex-align: end ;
  align-items: flex-end ;
	bottom: 50px;
	
}


.sub-banner-caption {
    z-index: 1;
    color: #fff;
    padding: 80px 0 0 0;
    max-width: 720px;
}

.sub-banner-captionWide {
    z-index: 1;
    color: #fff;
    padding: 0;
    max-width: 80%;
	text-align: center;
	margin: auto;
}


.sub-banner-sec h1{
	position:relative;
	font-size:66px;
	font-weight:400;	
	line-height: 1.1;
	letter-spacing: -1px;
	padding:0;
	margin-bottom: 30px;
}

.sub-banner-sec h2{
	position:relative;
	font-size:66px;
	font-weight:400;	
	line-height: 1.1;
	padding:0;
	margin-bottom: 30px;
}

.sub-banner-sec .txt{
	display: block;
	font-size: 16px;
	font-weight: 400;
	max-width: 85%;
}


.sub-banner-sec h4{
	position:relative;
	font-size:40px;
	font-weight:500;	
	line-height: 1.1;
	letter-spacing: -1px;
	padding:0;
	margin-bottom:0;
}



.BannerBlockOne{
	position: absolute;
    top: 0;
    bottom: 5%;
	transform: translateY(-5%);
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
  -ms-flex-align: end ;
  align-items: flex-end ;
    z-index: 1;
}



.CapsBlock{
	display: -ms-flexbox ;
  display: flex ;
	 -ms-flex-pack: end ;
  justify-content: flex-end ;
}


.txtBlock{
	position: relative;		
	line-height: 1;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	font-weight: 600;
}


.txtBlock .titleOne{
	font-size: 35px;
	
}

.txtBlock .titleTwo{
	font-size: 51px;
	letter-spacing: -1px;
}


.txtBlock .titleThree{
	font-size: 36px;	
}



.btnBanner{
	width: auto;
	height: 48px;
	border-radius: 50px;
	padding: 10px 20px 10px 10px;	
	border: unset;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
	transition: 0.4s;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.btnBanner:hover{
	color:#fff;
}

.btnBanner::after {
    content: "";
    width:  48px;
    height: 48px;
    background: #2C8935;
	color: #FFDE00;
	border-radius: 50px;
	position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btnBanner:hover::after {
	width:  100%;
}

.btnBanner i{	
	font-size: 20px;
	color: #FFDE00;
	padding: 10px 10px 10px 5px;
	margin-right: 15px;
}




@media (max-width: 1200px){
	
.sub-banner-sec h1{
	font-size:44px;
	margin-bottom: 20px;
}
	
.sub-banner-sec h2{
	font-size:44px;
	margin-bottom: 20px;
}

.sub-banner-sec .txt{
	font-size: 14px;
}

	
}



@media (max-width: 991px){
	

.sub-banner-caption {
    max-width: 85%;
}	

.sub-banner-sec h1{
	font-size:36px;
	margin-bottom: 15px;
}	
	
.sub-banner-sec h2{
	font-size:36px;
	margin-bottom: 15px;
}

.sub-banner-sec .txt{
	font-size: 13px;
}
	
	
.sub-banner-sec h4{
	font-size:22px;
}

	
	
.sub-banner-sec .banner-image img{
height: 300px;
object-fit: cover;
object-position: center bottom;
}	
	
	
	.sub-banner-sec .bannerImageListing img{		
		height: 250px;
		}

	
}


@media (max-width: 767px){
	


.sub-banner-sec h1{
	font-size:22px;
}		

.sub-banner-sec h2{
	font-size:22px;
}


	.sub-banner-sec .bannerImageListing img{		
		height: 200px;
		}	
	
	
	
}





@media (max-width: 575px) {

	
	
	

}



@media (min-width: 1366px){
	
.sub-banner-sec .container-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
	

}


@media (min-width: 1680px){
	
.sub-banner-sec .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
	
}







/*aboutSec styles*/	


.aboutSec{
	position: relative;
	padding: 100px 0;
}

.aboutSec .BoxRow{
	position: relative;
	margin: 0;
}



.aboutSec .imageBox{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.aboutSec .imageBox img{
	width: 100%;
	display: inline-block;
}



.aboutSec .contentBox{
	position: relative;	
	padding: 0 0 0 50px;
}

.aboutSec .contentBox .desc{
	position: relative;
	margin: 0 0 30px 0;
}


.title-small {
    letter-spacing: -1px;
    font-weight: 500;
    font-size: 24px;
    display: block ;
	margin: 0 0 10px 0;
}


.title-small span {
    padding: 5px 12px;
    background: #2C8935;    
    color: #fff;
	border-radius: 10px;
	margin-right: 5px;
}


.aboutSec .contentBox h2{
    position: relative;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 0;
    margin: 0 0 30px 0;
}





.AboutTab{
	position: relative;
	margin: 0;
}

.AboutTab .nav-pills .nav-link{
	font-size:16px;
	font-weight:600;
	background:#fff;
	color:#333;
	margin:0 10px;
	border-radius:5px;
	padding:5px 10px;
	}


.AboutTab .nav-pills .nav-link:first-child{
	margin-left:0;
}
	
	
.AboutTab .nav-pills .nav-link.active,
.AboutTab .nav-pills .show>.nav-link{
	background:#2C8935;
	color: #fff;
	}

.AboutTab .nav-pills .nav-link:hover{
	background: #2C8935;
	color: #fff;
}



.AboutTab .TabContentBox{
	position:relative;
	margin:0;
	padding:20px 0 0 0;
	}





@media (max-width: 991px) {

	
.aboutSec{
	padding: 40px 0;
}

	
.aboutSec .contentBox{
	padding: 0 0 0 30px;
}


.aboutSec .contentBox h2{
    font-size: 22px;
    margin: 0 0 20px 0;
}
	

	.AboutTab .nav-pills .nav-link{
		font-size: 13px;
	}	
	
	


}




@media (max-width: 767px) {

.aboutSec .imageBox{
	margin: 0 0 30px 0;
}
	
	
.aboutSec .contentBox{
	padding: 0;
}	
	

}












/*.about-secTwo styles*/	

.about-secTwo{
	position: relative;
	padding: 80px 0;
}

.about-secTwo .boxRow{
	position: relative;
	margin: 0 0 40px 0;
}


.about-secTwo .imageBox{
	position: relative;	
}

.about-secTwo .imageBox img{
	width: 100%;
}


.about-secTwo .contentBox{
	position: relative;
}


.about-secTwo h1{
	position:relative;
	font-size:40px;
	font-weight: 700;
	margin: 0 0 30px 0;
	}


.about-secTwo .contentBox .desc{
	margin: 0;
}

.about-secTwo .contentBox.pdLeft{
	padding-left: 20px;
}

.about-secTwo .contentBox.pdRight{
	padding-right: 20px;
}






/*mission-sec styles*/	

.mission-sec{
	position: relative;
	padding: 100px 0 180px 0;
	background: #F0F0F0;
}


.mission-sec .BoxItems{
	background: #fff;
	position: relative;
    text-align: center; 
	padding: 50px;
	height: calc(100% - 30px);
	margin: 0 0 30px 0;
	
}

.mission-sec .BoxItems::after{
	position: absolute;
    bottom: -98px;
    left: 0;
	content: "";
	width:100%;
	height: 100px;
	background: #fff;
	clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}


.mission-sec .BoxItems .icon{
	margin-bottom: 30px;
	}

.mission-sec .BoxItems .icon img{ 
	display: inline-block;
	width: 66px;
	height: 66px;
	}



.mission-sec .BoxItems .desc{

}


.mission-sec .BoxItems h3{
	font-weight: 600;
	font-size: 24px;
	margin:0 0 30px 0;
}





.mission-sec .BoxItem{
	position:relative;	
	background-image: url(../images/bg-mission-vision.png);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    padding: 50px 60px 300px;
	height: calc(100% - 30px);
	margin: 0 0 30px 0;
    text-align: center;  
}






@media (max-width: 1199px) {
	
.mission-sec .BoxItems{
    padding: 50px 30px;
}	
	
	
	
	
}


@media (max-width: 991px) {

	
.mission-sec{
	padding: 50px 0 100px;
}


.mission-sec .BoxItems{
	padding: 50px 20px;
}




.mission-sec .BoxItems .icon{
	margin-bottom: 20px;
	}

.mission-sec .BoxItems .icon img{ 
	width: 40px;
	height: 40px;
	}


.mission-sec .BoxItems h3{
	font-size: 18px;
	margin:0 0 20px 0;
}
	
	
	
	
	
}


@media (max-width: 767px) {


.mission-sec{
	padding: 50px 0 30px;
}
	
	
.mission-sec .BoxItems{
	height: auto;
	margin: 0 0 80px 0;
}
	
	
	
	
.mission-sec .BoxItems::after{
    bottom: -48px;
	height: 50px;
}
	
	
}





/*Code-ConductSec styles*/	

.Code-ConductSec{
	position: relative;
	padding: 80px 0;
	background: #f7f7f7;
}

.Code-ConductSec .BoxRow{
	position: relative;
	margin: 0;
}


.Code-ConductSec .imageBox{
	position: relative;	
	text-align: center;
	margin: 0 0 20px 0;
}

.Code-ConductSec .imageBox img{
	display: inline-block;
}


.Code-ConductSec .contentBox{
	position: relative;
	margin: 0 0 20px 0;
}



.Code-ConductSec .contentBox h2 {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 0;
    margin: 0 0 30px 0;
}


.Code-ConductSec h4 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 10px 0;
}


.Code-ConductSec .contentBox .desc{
	margin: 0;
}

.Code-ConductSec .contentBox.pdLeft{
	padding-left: 50px;
}

.Code-ConductSec .contentBox.pdRight{
	padding-right: 50px;
}








@media (max-width: 991px) {

	
.Code-ConductSec{
	padding: 40px 0;
}


.Code-ConductSec .contentBox h2{
    font-size: 22px;
    margin: 0 0 20px 0;
}

.Code-ConductSec h4 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
	
	

.Code-ConductSec .contentBox.pdLeft{
	padding-left: 0;
}

.Code-ConductSec .contentBox.pdRight{
	padding-right: 0;
}


}















/*team-sec styles*/	


.team-ListSec{
	position: relative;
	text-align: center;
	padding: 100px 0;

}

.team-ListSec .desc {
    max-width: 60%;
    margin: auto;
    margin-bottom: 30px;
}


@media (min-width: 1366px){
	
.team-ListSec .container-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
	

}


@media (min-width: 1680px){
	
.team-ListSec .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
	
}



.teamSlide{
	position: relative;
	margin: 0;
}

.teamBox{
	position:relative;
	margin: 0 0 30px 0;
	}


.teamBox .imageBox{
	position: relative;
	}
	
	.teamBox .imageBox img{
	 width: 100%; 
	display:inline-block;  
}


.teamBox .OverlayBox{
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	padding: 20px 30px;
	width: 100%;
	color: #fff;
	background: rgba(0,0,0,.55);
	}

	
	.teamBox .OverlayBox .name{
		font-size:26px;
		font-weight:600;
		line-height: 1.2;
		margin:0 0 10px 0;
	}

	.teamBox .OverlayBox .designation{
		font-size:16px;
		line-height: 1.2;
	}






.team-ListSec .owl-carousel .owl-item img{
	width:100%;	
}


.team-ListSec .owl-item.active.center .item {
	opacity: 1;
}


.team-ListSec .owl-carousel .item{
	overflow:hidden;
	opacity: 1;
	padding-top: 20px;
	}	
	
.team-ListSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.team-ListSec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#2C8935;
	border: 2px solid #2C8935;
	width:10px;
	height:10px;
	border-radius: 50%;
	}


	
.team-ListSec .owl-theme .owl-dots .owl-dot.active span,
.team-ListSec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #fff;
	border: 2px solid #3AA642;
	}



.team-ListSec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 9px 9px ;
    background:#002581;
    display: inline-block;
    cursor: pointer;
    border-radius:0 ;
}
    
.team-ListSec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#ED3237;
      color: #fff;
      text-decoration: none;
	  }
	
.team-ListSec .owl-prev,
.team-ListSec .owl-next {
	position: absolute;
	width: 34px;
	height: 34px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-60px;
	}
    
.team-ListSec .owl-prev {right: 39px;}

.team-ListSec .owl-next {right: 0;}


.team-ListSec .owl-theme .owl-nav{
	margin: 0;
}



.team-ListSec .owl-carousel .owl-stage{display: flex;}


.team-ListSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}





@media (max-width: 991px){

.team-ListSec .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	width:10px;
	height:10px;
	}


.team-ListSec .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
}
    
	
.team-ListSec .owl-prev,
.team-ListSec .owl-next {
	width: 20px;
	height: 20px;
	top:-40px;
	}
    
.team-ListSec .owl-prev {right: 25px;
}


	
}









/*timelineSec styles*/	



.timelineSec {
	position: relative;
	background:#3AA642;
	color:#fff;
	padding: 100px 0 80px;
	text-align: center;
	
}

.timelineSec .desc {  
	max-width: 60%;
	margin: auto;
	margin-bottom: 50px;
}



.timelineSec .title{
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px 0;
	}

.timelineSec .txt {  
	margin-bottom: 30px;
}




@media (max-width: 991px) {

	
.timelineSec {
	padding: 50px 0 30px;	
}	

	
	.timelineSec .desc{
		max-width: 100%;
	}	
	
	
.timelineSec .title{
	font-size: 18px;
	margin: 0 0 15px 0;
	}	
	
	
	
}
	


	
	






/* -------------------------------- 

Main Components 

-------------------------------- */
.horizontal-timeline {
	opacity: 0;
	width: 100%;
	margin: 2em auto;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.timeline-navigation .fa-lg {
	font-size: 20px;
}

.horizontal-timeline ol {
	margin: 0;
	padding: 0;
	width: 100%;
}
/* Never visible - this is used in jQuery to check the current MQ */
.horizontal-timeline::before {
	content: 'desktop';
	display: none;
}
.horizontal-timeline.loaded {
	opacity: 1;
	margin: 0 !important;
}
.horizontal-timeline .touch-enabled {
	cursor: grab;
}
/* Timeline */
.horizontal-timeline .timeline {
	position: relative;
	height: auto;
	width: 85%;
	margin: 0 auto;
	display: flex;
	-ms-flex-wrap: wrap;
    	flex-wrap: wrap;
	
	  -ms-flex-align: center ;
  align-items: center ;
}
.horizontal-timeline .events-wrapper {
	position: relative;
	/* Fixed up a bug where if the date display was split into two lines 
	half of the top was cut off (Changed the height to accommodate) */
	height: 300px;
	overflow: hidden;
	-ms-flex: 1 1 auto!important;
    	flex: 1 1 auto!important;
}
.horizontal-timeline .events {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 50%;
	height: 2px;
	/* width will be set using JavaScript */
	background: #c5c5c5;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
/* Filling line */
.horizontal-timeline .filling-line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: none;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
/* Event dates on the timeline */
.horizontal-timeline .events a {
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	text-decoration: none;
	padding-bottom: 28px;
	color: #fff;
	/* Fix bug on Safari - text flickering while timeline translates */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	user-select: none;
}
/* Dots for the event dates on the timeline */
.horizontal-timeline .events a::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	/* height: 36px; */
	/* width: 36px; */
	/* border-radius: 50%; */
	/* background-color: #fff; */
	/* border: 2px solid #c5c5c5; */
	
	

    width: 43px;
    height: 68px;
	background-image: url(../images/list.svg);
    background-size: cover;
    background-position: center;
	
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	-moz-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}
/* Stop mouse pointer events on a selected event */
.horizontal-timeline .events a.selected {
	pointer-events: none;
	color: #fff;
	padding-bottom: 100px;
}


.horizontal-timeline .events a.selected::after 
{
	/*background-color: #2C8935;*/
	border-color: #2C8935;
	 width: 103px;
    height: 163px;
	
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -60px;
}


.horizontal-timeline .events a.older-event::after {
	/*background-color: #fff;*/
	border-color: #2C8935;
}

.horizontal-timeline .events a:hover {
	color: #2C8935;
}
/* Navigation */
.timeline-navigation {
	position: relative;

	top: 0;
	/* -webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);*/
	z-index: 2;
}
.timeline-navigation#leftNav {
    	left: -20px;
}
.timeline-navigation#rightNav {
	right: -20px;
}
.timeline-navigation a {
	display: inline;
    	text-decoration: none;
    	color: #fff;
}
.timeline-navigation a:hover {
	color: #fff;
	border-color: #fff;
}

/* Inactive */
.timeline-navigation a.inactive {
	/*cursor: not-allowed;*/
	border-color: #fff;
	color: #fff;
}
/* Autoplay Pause/Play button */
.timeline-navigation#pausePlay {
	width: 100%;
    	top: 0;
    	text-align: center;
}
/* Event content */
.horizontal-timeline .events-content {
	position: relative;
	width: 80%;
	overflow: hidden;
	margin-top:10px;
	margin-left: auto;
   	margin-right: auto;
	-webkit-transition: height 0.4s 0.2s;
	-moz-transition: height 0.4s 0.2s;
	transition: height 0.4s 0.2s;
}
/* Autoplay progress bar */
.horizontal-timeline .events-content .progressBarWrapper {
	position: absolute;
	width: 100%;
	height: 4px;
	margin-top: -4px;
	padding: 0 20px;
}
.horizontal-timeline .events-content .progressBar {
  	width: 0%;
  	max-width: 100%;
  	height: inherit;
  	background: #002bff;
}
.horizontal-timeline .events-content li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	margin: auto;
	opacity: 0;
	font-size: 13px;
	text-align: center;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
/* The selected events content */
.horizontal-timeline .events-content li.selected {
	position: relative;
	z-index: 2;
	opacity: 1;
}
/* Event content animations */
.horizontal-timeline .events-content li.enter-right, 
.horizontal-timeline .events-content li.exit-right {
	-webkit-animation-name: timeline-enter-right;
	-moz-animation-name: timeline-enter-right;
	animation-name: timeline-enter-right;
}
.horizontal-timeline .events-content li.enter-left, 
.horizontal-timeline .events-content li.exit-left {
	-webkit-animation-name: timeline-enter-left;
	-moz-animation-name: timeline-enter-left;
	animation-name: timeline-enter-left;
}
.horizontal-timeline .events-content li.exit-right, 
.horizontal-timeline .events-content li.exit-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}
/* Speed */
.horizontal-timeline .events-content li.animationSpeed {
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
}
@-webkit-keyframes timeline-enter-right {
	0% {
		 opacity: 0;
		 -webkit-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes timeline-enter-right {
	0% {
		 opacity: 0;
		 -moz-transform: translateX(100%);
	}
	100% {
		 opacity: 1;
		 -moz-transform: translateX(0%);
	}
}
@keyframes timeline-enter-right {
	0% {
		 opacity: 0;
		 -webkit-transform: translateX(100%);
		 -moz-transform: translateX(100%);
		 -ms-transform: translateX(100%);
		 -o-transform: translateX(100%);
		 transform: translateX(100%);
	}
	100% {
		 opacity: 1;
		 -webkit-transform: translateX(0%);
		 -moz-transform: translateX(0%);
		 -ms-transform: translateX(0%);
		 -o-transform: translateX(0%);
		 transform: translateX(0%);
	}
}
@-webkit-keyframes timeline-enter-left {
	0% {
		 opacity: 0;
		 -webkit-transform: translateX(-100%);
	}
	100% {
		 opacity: 1;
		 -webkit-transform: translateX(0%);
	}
}
@-moz-keyframes timeline-enter-left {
	0% {
		 opacity: 0;
		 -moz-transform: translateX(-100%);
	}
	100% {
		 opacity: 1;
		 -moz-transform: translateX(0%);
	}
}
@keyframes timeline-enter-left {
	0% {
		 opacity: 0;
		 -webkit-transform: translateX(-100%);
		 -moz-transform: translateX(-100%);
		 -ms-transform: translateX(-100%);
		 -o-transform: translateX(-100%);
		 transform: translateX(-100%);
	}
	100% {
		 opacity: 1;
		 -webkit-transform: translateX(0%);
		 -moz-transform: translateX(0%);
		 -ms-transform: translateX(0%);
		 -o-transform: translateX(0%);
		 transform: translateX(0%);
	}
}
@media only screen and (min-width: 1100px) {
	.horizontal-timeline {
		margin: 6em auto;		
	}
	
	
}

@media (min-width: 992px){
.horizontal-timeline .events a{
	font-size: 20px;
	}
	
	.timeline-navigation{
		top: 0;
	}	

.timeline-navigation .fa-lg {
	font-size: 26px;
}
	
	
.horizontal-timeline .events-content {
    margin-top: 50px;
	}
	
	
.horizontal-timeline .events-content li {
	font-size: 16px;

	}
	
	
}


@media only screen and (min-width: 701px) and (max-width: 1100px) {
	/* Never visible - this is used in jQuery to check the current MQ */
	.horizontal-timeline::before {
		content: 'tablet';
	}
}
@media only screen and (min-width: 501px) and (max-width: 700px) {
	/* Never visible - this is used in jQuery to check the current MQ */
	.horizontal-timeline::before {
		content: 'smallTablet';
	}
}
@media only screen and (min-width: 361px) and (max-width: 500px) {
	/* Never visible - this is used in jQuery to check the current MQ */
	.horizontal-timeline::before {
		content: 'mobile';
	}
}
@media only screen and (max-width: 360px) {
	/* Never visible - this is used in jQuery to check the current MQ */
	.horizontal-timeline::before {
		content: 'tinyMobile';
	}
}
@media only screen and (max-width: 1100px) {
	.horizontal-timeline .timeline {
		padding-bottom: 0px !important;
	}
	.timeline-navigation#leftNav {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.timeline-navigation#rightNav {
		-ms-flex-direction: column !important;
    	flex-direction: column !important;
	}
	.timeline-navigation#leftNav,
	.timeline-navigation#rightNav {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.timeline-navigation#pausePlay {
		top: 20px !important;
	}
}






/*certificateSec styles*/	



.certificateSec{
	position: relative;
	padding: 100px 0;
}



.crtBox{
	position:relative;
	text-align: center;	
	margin-bottom: 30px;
	}


.crt-item{
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.crt-item img{
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.crt-item:hover img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}




.crtBox .title {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
}






/*infrastructure-sec styles*/


.InfrastructureSec{
	position:relative;
	padding:100px 0;
	}



.InfraListRow{
	position: relative;
}

.InfraListRow .row {
  margin-right: -25px;
  margin-left: -25px;
  }

.InfraListRow .row > .col,
.InfraListRow .row > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
  }


.InfraBoxItem{
	position:relative;	
	margin: 0 0 60px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}


.InfraBoxItem .imageBox{
	position: relative;
	border-radius:5px;
	overflow: hidden;
	margin: 0 0 20px 0;	
	}

	
	.InfraBoxItem .imageBox img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.InfraBoxItem:hover .imageBox img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}




	
.InfraBoxItem .contentBox{
	position: relative;
	padding: 0;
	text-align: center;
	}

	
	.InfraBoxItem .contentBox h3{
		position: relative;
		font-size:22px;
		font-weight:600;		
		line-height: 1.2;
		margin:0 0 15px 0;
		padding: 0;
	}


	.InfraBoxItem .contentBox .desc{
		margin:0;
	}





@media (max-width: 1199px) {

	
.InfraListRow .row {
  margin-right: -15px;
  margin-left: -15px;
  }

.InfraListRow .row > .col,
.InfraListRow .row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  }


  }




@media (max-width: 991px) {

	
.InfrastructureSec{
	padding:40px 0;
	}

	
.InfraBoxItem{
	margin: 0 0 40px 0;
	}

	
	.InfraBoxItem .contentBox h3{
		font-size:18px;
		margin:0 0 10px 0;
	}


	
}


/*infrastructure-sec styles*/


.infrastructure-sec{
	position:relative;
	padding:80px 0;
	}

.infrastructure-sec.bgLight{
	background: #F0F0F0;
	padding: 80px 0;
	}


.infrastructure-sec h2{	
	position: relative;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.1;
	letter-spacing: -1px;
    padding: 0;
    margin: 0 0 40px 0;
}


 .infrastructure-sec h3{	
	position: relative;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 20px 0;
}


.infrastructure-sec .desc{
	margin: 0;
	}


.infrastructure-sec .imageBox{	
	position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 30px 0;	
	}

.infrastructure-sec .imageBox img{	
	display: inline-block;
	width: 100%;
	}


.infrastructure-sec .imageBox.Border{
	border: 1px solid #d3d3d3;
	}


.infrastructure-sec .contentBox{
	position: relative;
	margin: 0 0 20px 0;
	}

.infrastructure-sec .contentBox.pdLeft{
	padding-left: 50px;
	}

.infrastructure-sec .contentBox.pdRight{
	padding-right: 50px;
	}






@media (max-width: 991px) {

	
.infrastructure-sec{
	padding:40px 0;
	}

.infrastructure-sec.bgLight{
	padding: 40px 0;
	}


.infrastructure-sec h2{	
    font-size: 22px;
    margin: 0 0 30px 0;
}


 .infrastructure-sec h3{	
    font-size: 18px;
    margin: 0 0 20px 0;
}



.infrastructure-sec .contentBox.pdLeft{
	padding-left: 0;
	}

.infrastructure-sec .contentBox.pdRight{
	padding-right: 0;
	}	
	

}





/*qhse-sec styles*/

.qhse-sec{
	position:relative;
	padding:100px 0;
	}

.qhse-sec .BoxItem{
	position: relative;
	margin: 0 0 30px 0;
}

.qhse-sec .BoxItem.Border{
	border-left: 1px solid #cacaca;
	height: 100%;
}

.qhse-sec .BoxItem.PdLeft{
	padding-left: 100px;
}

.qhse-sec .BoxItem.PdRight{
	padding-right: 100px;
}


.qhse-sec .BoxItem h4{
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 20px 0;
}


.qhse-sec .BoxItem .desc{
	margin: 0 0 30px 0;
}


.qhseLink {
	margin:0 0 15px 0; 
}



.BtnDownloads {
	text-align: center;
	display: block;
	padding:12px 30px;
	border: 2px solid #3AA642;
	color: #2C8935;
	font-size:15px;
	font-weight:600;
	border-radius:50px;
	line-height: 1;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
	.BtnDownloads:hover{
		border: 2px solid #3AA642;
		background:#2C8935;
		color:#fff;
		}





@media (max-width: 991px) {

	
.qhse-sec{
	padding:40px 0;
	}

.qhse-sec .BoxItem{
	margin: 0 0 30px 0;
}

.qhse-sec .BoxItem.PdLeft{
	padding-left: 50px;
}

.qhse-sec .BoxItem.PdRight{
	padding-right: 50px;
}



.qhse-sec .BoxItem h4{
	font-size: 18px;
	margin: 0 0 15px 0;
}


.qhse-sec .BoxItem .desc{
	margin: 0 0 20px 0;
}



.BtnDownloads {
	padding:10px 20px;
	font-size:13px;	
}

	

}



@media (max-width: 767px) {
	
	
.qhse-sec .BoxItem.Border{
	border-left: 0;
}
	
.qhse-sec .BoxItem.PdLeft{
	padding-left: 0;
}

.qhse-sec .BoxItem.PdRight{
	padding-right: 0;
}
	
	
	
	
	
}





/*ProductListSec styles*/


.ServciceSec{	
	position: relative;
	padding: 80px 0;	
}



.ServListRow{
	position: relative;
}




@media (max-width: 991px) {

	
.ServciceSec{	
	padding: 40px 0;	
}
	
	
	
}








/*ProductListSec styles*/	

.bgGreen{
	background: #2C8935;
	height: 132px;
}


@media (max-width: 1366px) {
	
.bgGreen{
	height: 113px;
}
	
	
}


@media (max-width: 991px) {
	
.bgGreen{
	height: 90px;
}
	
	
}


@media (max-width: 480px) {
	
.bgGreen{
	height: 75px;
}
	
	
}




.ProductSec{
	position: relative;
	padding: 80px 0;
}


.ProListSecTitle{
	position: relative;
}


.ProListSecTitle h1{
	position: relative;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
	letter-spacing: -1px;
    padding: 0;
    margin: 0 0 20px 0;
}


.ProDescBoxRow{
	position: relative;
	margin: 0 0 70px 0;
}

.ProductSec .descSmall{
	position: relative;
	
}

.btn-AlRight{
	float: right;	
}



.ProductListRow{
	position: relative;
}

.ProductListRow .row {
  margin-right: -25px;
  margin-left: -25px;
  }

.ProductListRow .row > .col,
.ProductListRow .row > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
  }


.ProductBoxItem{
	position:relative;	
	margin: 0 0 50px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}


.ProductBoxItem .imageBox{
	position: relative;
	border-radius:5px;
	overflow: hidden;
	margin: 0 0 20px 0;	
	}

	
	.ProductBoxItem .imageBox img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.ProductBoxItem:hover .imageBox img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}


.ProductBoxItem .imageBox.Border{
	border: 1px solid #d3d3d3;
	}


	
.ProductBoxItem .contentBox{
	position: relative;
	padding: 0;
	text-align: center;
	}

	
	.ProductBoxItem .contentBox h3{
		position: relative;
		font-size:22px;
		font-weight:600;		
		line-height: 1.2;
		margin:0 0 15px 0;
		padding: 0;
	}


	.ProductBoxItem .contentBox .desc{
		margin:0;
	}

	.ProductBoxItem .contentBox .descSmall{
		height: 70px;
		overflow: hidden;
		color: #333;
		margin:0 0 20px 0;
	}




.ProListDetailBox{
	position: relative;
}



.ProListDetailBox .imageBox{
	position: relative;
	border-radius:5px;
	overflow: hidden;
	margin: 0 0 20px 0;	
	}

	
	.ProListDetailBox .imageBox img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.ProListDetailBox .imageBox:hover img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}


.ProListDetailBox .imageBox.Border{
	border: 1px solid #d3d3d3;
	}

	
.ProListDetailBox .contentBox{
	position: relative;
	padding: 0 0 0 30px;
	}


	.ProListDetailBox .contentBox h3{
		position: relative;
		font-size:22px;
		font-weight:600;		
		line-height: 1.2;
		margin:0 0 15px 0;
		padding: 0;
	}


	.ProListDetailBox .contentBox .desc{
		margin:0 0 20px 0;;
	}






.compareBoxRow{
	position:relative;
	margin: 20px 0 0 0;
	}

.compareItem{
	position:relative;
	text-align: center;
	margin: 0 0 30px 0;
	}


.compareItem .imageBox{
	position: relative;
	border-radius:5px;
	overflow: hidden;
	margin: 0 0 15px 0;	
	}

	
.compareItem .imageBox img{
	width: 100%; 
	display:inline-block;
}


.compareItem .txt{
	font-weight: 500;
}









@media (max-width: 1199px) {

	
.ProductListRow .row {
  margin-right: -15px;
  margin-left: -15px;
  }

.ProductListRow .row > .col,
.ProductListRow .row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  }


  }




@media (max-width: 991px) {

	

.ProductSec{
	padding: 50px 0;
}


.ProListSecTitle h1{
    font-size: 22px;
}



.ProDescBoxRow{
	margin: 0 0 30px 0;
}





.ProductBoxItem{
	margin: 0 0 40px 0;
	}

	
	.ProductBoxItem .contentBox h3{
		font-size:18px;
		margin:0 0 10px 0;
	}


	.ProductBoxItem .contentBox .descSmall{
		height: 60px;
		margin:0 0 20px 0;
	}

	
.ProListDetailBox .contentBox{
	padding: 0;
	}


	.ProListDetailBox .contentBox h3{
		font-size:18px;
		margin:0 0 10px 0;
	}


	
	
	
}



@media (max-width: 767px) {

		
.ProductSec .descSmall{
	margin: 0 0 20px 0;
}

.btn-AlRight{
	float: left;	
}	

	
		
}


@media (max-width: 575px) {

	.ProductBoxItem .contentBox .descSmall{
		height: auto;
	}


}



/*pro-single-sec styles*/




.proDetailBox{
	position: relative;
	margin: 0;
}

.proBoxRow{
	position: relative;
	margin: 0 0 30px 0;
}



.pro-imageBox{
	position: relative;
	margin: 0 0 20px 0;		
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.pro-imageBox img{
	width: 100%;
	display: inline-block;
}



.pro-imageBox.Border{
border: 1px solid #d3d3d3;
}


.pro-contentBox{
	position: relative;
	padding: 0 0 0 50px;
	margin: 0;
}


.pro-contentBox .pro-heading{	
position: relative;
}

.pro-contentBox .pro-heading h1{	
	position: relative;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
	letter-spacing: -1px;
    padding: 0;
    margin: 0 0 20px 0;
}



.pro-contentBox .pro-desc{
	margin: 0 0 30px 0;
}





.btnBlockWrap{
	position: absolute;
	top:-60px;
	right: 0;
	z-index: 1;	
	}

.btnBlocks{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
	margin: 0;
}

.btn-ProEnq {
	padding:13px 40px;
	background: #3AA642;
	color:#fff;
	font-size:16px;
	font-weight:600;
	border-radius:50px;
	line-height: 1;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
	.btn-ProEnq:hover{
		background:#333;
		color:#fff;
		}


.btn-WhatsappEnq {
    position: relative;    
    color: #fff !important;
    padding: 8px 20px;
    background: #00c343;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    border: 0;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -ms-flex-align: center ;
  align-items: center ;

    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-WhatsappEnq:hover{
		background:#128c7e;
		}



.btn-WhatsappEnq .iconstyle {
    font-size:24px;
    color: #fff;
	margin-right: 10px;
}



.listHeading{
	font-size: 16px;
	font-weight: 600;
	margin: 0;	
}

.listDesc{
	margin:10px 0 0 0;	
}


.list-txt{
	font-weight: 400;
}




.list-dots{
}

.list-dots ul{
	list-style: none;
    margin: 0;
    padding: 0;	
}

.list-dots li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	padding: 10px 0 10px 25px;
}

.list-dots li:before {
   content: '';
    width: 10px;
    height: 16px;
	background-image: url(../images/list.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top:12px;
}



.list-dots ul li ul{
	list-style: none;
    margin: 5px 0;
    padding: 0;
}

.list-dots ul li ul li{
	position: relative;
    list-style: none;
	font-weight: 400;
    padding: 4px 0 4px 22px;
}

.list-dots ul li ul li:before {
    content: '';
    width: 12px;
    height: 3px;
    background: #3AA642;
    position: absolute;
    left: 0;
    top: 12px;
}


@media (max-width: 991px){




.list-dots li{
	padding: 8px 0 6px 20px;	
}

.list-dots li:before {
    content: '';
    width: 9px;
	height: 14px;
    left: 0;
    top:9px;
}
	
	
.list-dots ul li ul{
    margin: 5px 0;
}
	
.list-dots ul li ul li{
	padding: 4px 0 4px 22px;
    
}	
	
	.list-dots ul li ul li:before {
    top: 10px;
	}
	
	
	
.listHeading{
	font-size: 13px;
}
	
	
	
	
	
}




.SpecWrapper{
	position: relative;
	margin:0;
}

.pro-SpecTitle{
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.tableWrapper{
	position: relative;
	border: 1px solid #DDE2E6;
	border-radius: 10px;
	margin: 0 0 20px 0;	
}

.tableTitle{	
	background: #efefef;
	font-size: 18px;
	font-weight: 600;
	padding: 8px 20px 7px;
	
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.tableBody{	
	padding: 15px 20px;
}

.tableBody .desc{
	margin: 0 0 20px 0;
}

.pro-table{

}

.pro-table .table{
	margin: 0;
}

.pro-table .table-bordered td,
.pro-table .table-bordered th{
	border: 1px solid #DDE2E6;
}

.pro-table .table td,
.pro-table .table th{
	padding: 8px 0 7px 0;
	border-top: 1px solid #DDE2E6;
}

.pro-table .table td:first-child{
	padding-right: 10px;
}




.pro-table .table tr:first-child td{
	border-top: 0px solid #DDE2E6;
}

.pro-table .table .thead-dark th{
	background: #002581;
	font-weight: 400;
	vertical-align: top;
}

.pro-table .table .thead-light th{
	background: #F1F6FB;
	font-weight: 700;
	vertical-align: top;
	border-bottom: 0;
	
}





.columnOne{
	width: 35%;
}

.columnTwo{
	width: 65%;
}





@media (max-width: 1679px){
	
.pro-single-sec{
	margin:130px 0 0 0;
	}

}

@media (max-width: 1366px){
	
.pro-single-sec{
	margin:118px 0 0 0;
	}

}



@media (max-width: 1199px){
	
.pro-single-sec{
	margin:118px 0 0 0;
	}

}



@media (max-width: 991px){
	
.pro-single-sec{
	padding: 40px 0;
	margin:112px 0 0 0;
	}

.pro-contentBox{
	padding: 0;
}

.pro-contentBox .pro-heading h1{	
    font-size: 20px;
    margin: 0 0 15px 0;
}



.pro-contentBox .pro-desc{
	margin: 0 0 20px 0;
}


.tableTitle{
	padding: 6px 15px 5px;
	font-size: 14px;
	}

	
.pro-SpecTitle{
	font-size: 16px;
	margin: 0 0 15px 0;
}


	.tableBody{
		padding: 15px 15px;
	}
	
.pro-table .table td,
.pro-table .table th{
	padding: 6px 0 5px 0;
}	
	
	
	
.btnBlockWrap{
	top:-42px;
	}

	
	
.btn-ProEnq	 {
	padding:10px 20px;	
	font-size:13px;

}
	
.btn-WhatsappEnq {
	padding:10px 15px;	
	font-size:13px;

}

.btn-WhatsappEnq .iconstyle {
    font-size:22px;
}

	

}


@media (max-width: 767px){
	
.pro-single-sec{
	margin:0;
	}

}


@media (max-width: 575px) {

.pro-single-sec{
	margin:0
	}

}


@media (max-width: 480px) {

.pro-single-sec{
	margin:0;
	}

}




/*similar-items styles*/

.similar-items-sec{
	position: relative;
	padding: 60px 0;
	background:#F0F0F0;
	text-align: center;
}



.similar-items-sec .heading{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 0 0 30px 0;
}


.similar-items-sec .ProductBoxItem{
	margin-bottom: 0;
}

.similar-items-sec .ProductBoxItem .contentBox h3{
	font-size: 20px;
}

.similar-items-sec .ProductBoxItem .contentBox .descSmall{
		height: 48px;
		margin:0 0 20px 0;
	}



@media (max-width: 991px) {
	
.similar-items-sec .ProductBoxItem .contentBox h3{
	font-size: 16px;
}

	
.similar-items-sec .ProductBoxItem .contentBox .descSmall{
		height: 60px;
	}	

}



.similar-items-sec .similar-products-slide{
	position: relative;
}



.similar-items-sec .owl-carousel .owl-item img{
	width: auto;
	display: inline-block;

}



.similar-items-sec  .owl-carousel .item{
	overflow:hidden;
	}	
	
.similar-items-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}




.similar-items-sec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #2C8935;
	width:10px;
	height:10px;
	border-radius: 50%;
	}

	
.similar-items-sec .owl-theme .owl-dots .owl-dot.active span,
.similar-items-sec .owl-theme .owl-dots .owl-dot:hover span {
    background:#2C8935;
	border: 2px solid #3AA642;
	}


.similar-items-sec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 3px ;
    background:#F68121;
	color: #fff;
	font-size: 18px;
    display: inline-block;
    cursor: pointer;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}
    
.similar-items-sec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#fff;
      color: #F68121;
      text-decoration: none;
	  }
	
.similar-items-sec .owl-prev,
.similar-items-sec .owl-next {
	position: absolute;
	width: 30px;
	height: 30px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:50%;
	transform: translateY(-50%);
	}
    
.similar-items-sec .owl-prev {left: -30px;}

.similar-items-sec .owl-next {right: -30px;}


.similar-items-sec .owl-theme .owl-nav{
	margin: 0;
}





.similar-items-sec .owl-carousel .owl-stage{display: flex;}


.similar-items-sec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}




@media (max-width: 991px){

	
.similar-items-sec{
	padding: 40px 0;	
}



.similar-items-sec .heading{
	font-size: 18px;
	margin: 0 0 20px 0;
}	
	
	
	
.similar-items-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}
	
.similar-items-sec .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}
	
.similar-items-sec .owl-theme .owl-nav [class*='owl-'] {
	font-size: 14px;
}
    
	
.similar-items-sec .owl-prev,
.similar-items-sec .owl-next {
	width: 24px;
	height: 24px;
	
	}	
	
	
	
	
}







/*similar-items styles*/

.similarService-ItemSec{
	position: relative;
	padding: 60px 0;
	background:#F0F0F0;
	text-align: center;
}


.similarService-ItemSec .heading{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 0 0 30px 0;
}



.similarService-ItemSec .Serv-BoxItem .contentBox h3{
	font-size: 20px;
}

@media (max-width: 991px) {
	
.similarService-ItemSec .Serv-BoxItem .contentBox h3{
	font-size: 16px;
}
	
}







.similarService-ItemSec .similar-ServiceSlide{
	position: relative;
}



.similarService-ItemSec .owl-carousel .owl-item img{
	width: auto;
	display: inline-block;

}


.similarService-ItemSec .owl-carousel .item{
	overflow:hidden;
	}	
	
.similarService-ItemSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.similarService-ItemSec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #2C8935;
	width:10px;
	height:10px;
	border-radius: 50%;
	}

	
.similarService-ItemSec .owl-theme .owl-dots .owl-dot.active span,
.similarService-ItemSec .owl-theme .owl-dots .owl-dot:hover span {
    background:#2C8935;
	border: 2px solid #3AA642;
	}


.similarService-ItemSec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 3px ;
    background:#F68121;
	color: #fff;
	font-size: 18px;
    display: inline-block;
    cursor: pointer;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}
    
.similarService-ItemSec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#fff;
      color: #F68121;
      text-decoration: none;
	  }
	
.similarService-ItemSec .owl-prev,
.similarService-ItemSec .owl-next {
	position: absolute;
	width: 30px;
	height: 30px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:50%;
	transform: translateY(-50%);
	}
    
.similarService-ItemSec .owl-prev {left: -30px;}

.similarService-ItemSec .owl-next {right: -30px;}


.similarService-ItemSec .owl-theme .owl-nav{
	margin: 0;
}



.similarService-ItemSec .owl-carousel .owl-stage{display: flex;}


.similarService-ItemSec .owl-carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
	}




@media (max-width: 991px){

	
.similarService-ItemSec{
	padding: 40px 0;	
}


.similarService-ItemSec .heading{
	font-size: 18px;
	margin: 0 0 20px 0;
}	
	
	
.similarService-ItemSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}
	
.similarService-ItemSec .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}
	
.similarService-ItemSec .owl-theme .owl-nav [class*='owl-'] {
	font-size: 14px;
}
    
	
.similarService-ItemSec .owl-prev,
.similarService-ItemSec .owl-next {
	width: 24px;
	height: 24px;
	
	}	
	
	
	
	
}




















/*BlogSec styles*/	


.paginationBlock{
	position: relative;
    text-align: center;
    margin:20px 0;
}

.pagination {	
	text-align:center;
	display: inline-block;
	z-index:10;
	position:relative;
}

.pagination  a {
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
	position:relative;
    background: #eee;
    font-size: 14px;
    margin: 0 1px;
}

.pagination a.active, .pagination a:hover {
    background: #2C8935;
	color: #fff;
}

.pagination  a i {
	font-size:12px;
}


@media (max-width: 991px)
	
{
.pagination  a {
	width:26px;
	height:26px;
	line-height:26px;
}

.pagination  a i {
	font-size:10px;
}

}



.BlogSec{
	position: relative;	
	padding: 80px 0;
}


.blogHrLine{
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.BlogSec .BlogBlockRow {
	position: relative;
  }


.blog-widget{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	z-index: 1;
	width: 100%;
	background: #F0F0F0;
	border-radius: 10px;
	padding: 20px 30px;
	margin: 0 0 30px 0;
}


.blog-widget .widget-title{
	font-size: 18px;
    font-weight:600;
	color: #333;
	margin: 0 0 15px 0;
}


.blog-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-widget ul li ul {
    margin-left: 20px
}

.blog-widget ul li {
    display: block;
    margin: 10px 0;
    -ms-word-wrap: break-word;
    word-break: break-word
}

.blog-widget ul li:first-child {
    margin-top: 0
}

.blog-widget ul li:last-child {
    margin-bottom: 0
}

 .blog-widget ul li .IconStyle{
	margin-right: 10px;
	font-size: 12px;
	color: #2C8935;
}



.blog-widget .recent_post_item{
	position: relative;
}

.blog-widget .recent_post_item ul{
    margin: 0;
    padding: 0;
}

.blog-widget .recent_post_item li{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}



.blog-widget .recent_post_item .single-recent-post-item {
	position:relative;
display: -ms-flexbox ;
display: flex ;
	margin: 0 0 15px 0;
}



.blog-widget .recent_post_item .single-recent-post-item .thumb{	
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	margin-right: 15px;
	border-radius: 5px;
	overflow: hidden;
	}

.blog-widget .recent_post_item .single-recent-post-item .thumb img{ 
	width: 100px;
	height: 70px;
	object-fit: cover;
	}


.blog-widget .recent_post_item .single-recent-post-item .content{
	position: relative;	
  -ms-flex-positive: 1 ;
  flex-grow: 1 ;
	-ms-flex-item-align: center;
    align-self: center;
}



.blog-widget .recent_post_item .single-recent-post-item .content .title{	
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: #333;
	margin:0 0 5px 0;
}


.blog-widget .recent_post_item .single-recent-post-item .content .time{	
	font-size: 12px;
	color:#888;
}


.blog-widget .recent_post_item .single-recent-post-item .content .time i{	
	margin-right: 5px;
}




.blogListItem{
	position: relative;
	margin: 0 0 60px 0;
}

.blogListItem .thumbnail {
    margin: 0 0 20px 0;
}


.blogListItem .thumbnail img {
	width: 100%;
}





.blogListItem .content{
	position: relative;
}


.blog-post-meta{
	margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}


.blog-post-meta li {
    display: inline-block;
	font-size: 14px;
	
}

.blog-post-meta li+li {
    margin-left: 15px;
}

.blog-post-meta li i {
    color: #2C8935;
	margin-right: 5px;
	font-size: 14px;
	
}

.blog-post-meta li a {
  color: #666;
}

.blog-post-meta li a:hover {
   color: #2C8935;
}


.blogListItem .title{
	font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 15px 0;
}



.blogListItem .desc{
	height: 50px;
	overflow: hidden;
    margin: 0 0 20px 0;
}




.blogListItem .btn-wrapper {
    display: block;
}


.blogListItem .btn-BlogMore{
	padding:12px 30px;
	border: 2px solid #3AA642;
	color:#2C8935;
	font-size:15px;
	font-weight:600;
	border-radius:50px;
	line-height: 1;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.blogListItem .btn-BlogMore:hover{
		background:#3AA642;
		color:#fff !important;
		}




@media (max-width: 991px) {

.blogListItem .btn-BlogMore{
	padding:10px 20px;
	font-size:13px;
	}

	
}





/*BlogDetailSec styles*/	


.BlogDetailBox{
	position: relative;	
}

.BlogDetailBox h1{
	position: relative;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 20px 0;
}




.BlogDetailBox .imageBox{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.BlogDetailBox .imageBox img{
width: 100%;
height: 100%;
}


.BlogDetailBox .VideoBox{
	position: relative;
	margin: 0 0 30px 0;
}


.BlogDetailBox .contentBox{
	position: relative;
	}



.BlogDetailBox h4{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.BlogDetailBox h5{
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
}


.BlogDetailBox .desc{
	margin: 0 0 30px 0;
	}

.BlogDetailBox .desc p{
	margin: 0 0 20px 0;
	}


.BlogDetailBox .desc .text-bold{
	font-weight: 600;
}



.blog-details-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-top: 30px;
}

.blog-details-footer .title {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.blog-details-footer .left  {
	position: relative;
}


.blog-details-footer .tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .tags li {
    display: inline-block;
}

.blog-details-footer .tags li+li {
    margin-left: 5px;
}

.blog-details-footer .tags li a {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 5px 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 14px;
}

.blog-details-footer .tags li a:hover {
    color: #fff;
    background:#003A82;
	border: 1px solid #003A82;
}


.blog-details-footer .right {
	position: relative;
}


.blog-details-footer .social-share {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .social-share li {
    display: inline-block;
}

.blog-details-footer .social-share li+li {
    margin-left: 10px;
}


.blog-details-footer .social-share li .iconstyle{
    color: #2C8935;
	font-size: 18px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.blog-details-footer .social-share li:hover .iconstyle{
    color: #97c93c;
}







@media (max-width: 991px) {

	
	
.BlogSec{
	padding: 40px 0;
}

	
.blog-widget{
	position: relative;
	top: 0;
	padding: 20px 20px;
	margin: 0 0 30px 0;
}


.blog-widget .widget-title{
	font-size: 14px;
	margin: 0 0 15px 0;
}


 .blog-widget ul li .IconStyle{
	font-size: 10px;
}




.blog-widget .recent_post_item .single-recent-post-item .content .title{	
	font-size: 13px;
	margin:0 0 5px 0;
}


.blog-widget .recent_post_item .single-recent-post-item .content .time{	
	font-size: 11px;
}




.blogListItem{
	margin: 0 0 30px 0;
}

.blogListItem .thumbnail {
    margin: 0 0 15px 0;
}



.blog-post-meta{
    margin: 0 0 15px 0;
}

.blog-post-meta li {
	font-size: 12px;	
}

.blog-post-meta li+li {
    margin-left: 10px;
}

.blog-post-meta li i {
	margin-right: 5px;
	font-size: 12px;	
}




.blogListItem .title{
	font-size: 14px;
    margin: 0 0 10px 0;
}

.blogListItem .desc{
	height: 40px;
    margin: 0 0 15px 0;
}



.blogListItem .btn-more{
	padding:12px 20px;
	font-size:13px;
	}
	


	
	
.BlogDetailBox h1{
    font-size: 20px;    
    margin: 0 0 15px 0;
}
	
	
	
.BlogDetailBox .imageBox{
	margin: 0 0 20px 0;
}



.BlogDetailBox .VideoBox{
	margin: 0 0 20px 0;
}


	
.BlogDetailBox h4{
	font-size: 17px;
	margin: 0 0 15px 0;
}


.BlogDetailBox h5{
	font-size: 15px;
	margin: 0 0 10px 0;
}


.BlogDetailBox .desc{
	margin: 0 0 20px 0;
	}



.blog-details-footer {	
    margin-top: 30px;
}

.blog-details-footer .title {
    font-size: 12px;
}


.blog-details-footer .left .tags li a {
    padding: 5px 10px;
    font-size: 12px;
}


.blog-details-footer .right .social-share li .iconstyle{
	font-size: 16px;	
}
		
	
	
}
















/*related-BlogsSec styles*/

.similar-Blogs{
	position: relative;
	padding: 50px 0 10px 0;
	text-align: center;
}


.similar-Blogs .similar-Blogs-slide{
	position: relative;
}


.similar-Blogs h4{
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -1px;
    color: #333;
	margin: 0 0 30px 0;
}



.similar-blogListItem{
	position: relative;
	margin: 0;
}

.similar-blogListItem .thumbnail {
    margin: 0 0 20px 0;
}


.similar-blogListItem .thumbnail img {
	width: 100%;
}



.similar-blogListItem .content{
	position: relative;
}


.similar-blogListItem .title{
	font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}





.similar-Blogs .owl-carousel .owl-item img{
	width: 100%;
	display: inline-block;

}



.similar-Blogs .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	
.similar-Blogs .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.similar-Blogs .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #2C8935;
	width:10px;
	height:10px;
	border-radius: 50%;
	}
	
.similar-Blogs .owl-theme .owl-dots .owl-dot.active span,
.similar-Blogs .owl-theme .owl-dots .owl-dot:hover span {
	background:#2C8935;
	border: 2px solid #3AA642;
	}



.similar-Blogs .owl-carousel .owl-stage{display: flex;}


.similar-Blogs .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}





@media (max-width: 991px){



.similar-Blogs{
	padding: 40px 0 10px 0;
}


.similar-Blogs h4{
	font-size: 16px;
	margin: 0 0 20px 0;
}




.similar-blogListItem .thumbnail {
    margin: 0 0 15px 0;
}



.similar-blogListItem .title{
	font-size: 13px;
}	
	
	
	
.similar-Blogs .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}
	
.similar-Blogs .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}
	
	
}








/*careers styles*/

.FacilitySec{
	position:relative;
	padding:100px 0 80px;
	}

.FacilitySec.bgLight{
	background: #F0F0F0;	
	}



.FacilityRow {
    position: relative;
}


.FacilityRow .imageBox{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.FacilityRow .imageBox img{
	width: 100%;
}


.FacilityRow .contentBox{
	position: relative;
	text-align: left;
}

.FacilityRow .contentBox h3{
	position: relative;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px 0;
  }

.FacilityRow .contentBox .desc{
}



.FacilityRow .contentBox.pdLeft{
	padding-left: 50px;
}

.FacilityRow .contentBox.pdRight{
	padding-right: 50px;
}





/*careers styles*/

.careers-sec{
	position:relative;
	padding:100px 0;
	}

.careers-sec h2{
	position: relative;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 0;
    margin: 0 0 30px 0;
	}


.careers-sec .desc{
	margin: 0 0 30px 0;
	}


.careers-sec .imageBox{
	position: relative;	
	text-align: center;
	padding: 0 0 0 50px;
}

.careers-sec .imageBox img{
	display: inline-block;	
}



@media (max-width: 991px) {

.careers-sec{
	padding:40px 0;
	}

	
.careers-sec h2{
	font-size:22px;
	margin: 0 0 30px 0;
	}
	
.careers-sec .desc{
	margin: 0 0 30px 0;
	}

.careers-sec .imageBox{
	padding: 0;
}
		
	

}









/*contact styles*/

.contact-sec{
	position:relative;
	padding:100px 0;
	}


.contact-sec h2{
	position: relative;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 0;
    margin: 0 0 30px 0;
	}


.contact-sec h4{
	position: relative;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 20px 0;	
}

.contact-sec .desc{
	margin: 0 0 30px 0;
	}


.contact-sec .divider{
	border-left: 1px solid #cacaca;
}


.contact-sec .contact-row{
	position: relative;
	margin: 0 0 50px 0;
}


.contact-sec .contactBox{
	position: relative;
	margin: 0 0 30px 0;
	display: -ms-flexbox ;
	display: flex ;
}

.contact-sec .contactBox .txtbox{
	-ms-flex-item-align: center ;
	align-self: center ;	
	-ms-flex-positive: 1;
	flex-grow: 1;
}


.contact-sec .contactBox .title{
	font-size: 14px;
	font-weight: 600;
	color: #2C8935;
	line-height: 1;
	margin: 0 0 5px 0;
}

.contact-sec .contactBox .txt{
	font-size: 18px;
}


	.contact-sec .contactBox .icon{
	position:relative;
	width: 35px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	}

	.contact-sec .contactBox .icon .iconstyle{
	font-size:20px;
	color:#2C8935;
	}



.CaptchaBox{
	display: -ms-flexbox ;
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.CaptchaBox .CaptchaText{
	font-size: 18px;
text-align:center;
	color: #555;
border: 1px dashed #888;
background:#F0F1F2;
padding:7px 30px;
margin:0 15px 0 0;
}

.CaptchaBox .CaptchaEqual{
	font-size: 20px;
	color: #666;
text-align:center;
margin:0 15px 0 0;
}

.CaptchaBox .CaptchaInput{
	margin:0 15px 0 0;
}


.CaptchaBox .CaptchaReload .iconstyle {
	font-size: 20px;
	width: 43px;
	height:43px;
	padding: 10px;
	background: #bbb;
	color:#fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.contactEnqRow{
position: relative;
padding: 0 0 0 50px;
}


.contact-form{
	position: relative;
	margin: 0;
	}

.contact-form .form-group{
	margin-bottom:30px;
	}
	
.contact-form .form-control{
	padding: 0 0 5px 0;
    font-size: 16px;
    color: #333;
    background: none;
    border: 0px;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
	}

.contact-form .form-control:focus {
	background:none;
	border:0px;
	border-bottom:1px solid #888;;
    }

.contact-form ::-webkit-input-placeholder { /* Chrome */
  color: #333;
}

.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #333;
}

.contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

.contact-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #333;
  opacity: 1;
}

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover, 
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus,
.contact-form select:-webkit-autofill,
.contact-form select:-webkit-autofill:hover,
.contact-form select:-webkit-autofill:focus {
  border-bottom: 1px solid #d0d0d0;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
	box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}



.contact-form .btn-submit{	
	padding:12px 30px;
	background: #2C8935;
	color:#fff;
	font-size:15px;
	font-weight:600;
	border-radius:50px;
	line-height: 1;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}


	.contact-form .btn-submit:hover{
		background: #333;
		color:#fff;
	}



.contact-form .form-row{
margin-right: -25px;
margin-left: -25px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 25px;
padding-left: 25px;
}



.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}

.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}
	
.upload-inline {
	width: auto;
    display: inline-block;
}


.contact-form .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  line-height: 1.5;

padding: 0 0 10px 0;
    color: #333;
    background: none;
    border: 0px;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    height: auto;


}

.contact-form .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 1.50rem;
  padding: 2px 20px;
  line-height: 1.5;
  color: #333;
  content: "Browse";
   background: none;
  border-bottom: 0px solid #d0d0d0;
  border-left: 2px solid #2C8935;
  border-radius: 0;
}


.contact-form .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
padding-left: 1.5rem;
}

.contact-form .custom-checkbox .custom-control-label::before{
	border-radius:0;
	background: #fff;
	width: 20px;
	height: 20px;
	border: 1px solid #D5D5D5;
	top:0;
}

.contact-form .custom-checkbox .custom-control-label::after{
	width: 20px;
	height: 20px;
	top:0;
}

.contact-form .custom-checkbox .custom-control-label{
	padding-left: 10px;
}


.contact-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #003A82;
}

.contact-form .pd{
	padding-top: 8px;
	padding-bottom: 8px;
}



.txt-label{
	font-size: 16px;
	margin:0 0 5px 0;
	}

.required {
    color: #c51313;
}




@media (max-width: 1366px) {


.contact-form .form-row{
margin-right: -15px;
margin-left: -15px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 15px;
padding-left: 15px;
}



}




@media (max-width: 991px) {


.contact-sec{
	padding:40px 0;
	}

.contact-sec h2{
	font-size:22px;
	margin: 0 0 30px 0;
	}


.contact-sec h4{
    font-size: 16px;
    margin: 0 0 15px 0;	
}

.contact-sec .desc{
	margin: 0 0 20px 0;
	}
	
	

.contact-sec .contactBox{
	margin: 0 0 20px 0;
}

.contact-sec .contactBox .title{
	font-size: 13px;
	margin: 0 0 5px 0;
}

.contact-sec .contactBox .txt{
	font-size: 15px;
}


.contact-sec .contactBox .icon{
	width: 30px;
	}

.contact-sec .contactBox .icon .iconstyle{
	font-size: 15px;		
	}	
	

.contactEnqRow{
padding: 0 0 0 30px;
}




	

.CaptchaBox .CaptchaText{
	font-size: 16px;
	padding: 5px 30px 4px;
}

.CaptchaBox .CaptchaReload .iconstyle {
	width: 35px;
	height:35px;
	font-size:16px;
	}
	


	
	.txt-label{
		font-size:13px;
		margin: 0 0 5px 0;
	}	
	
	
.contact-form .form-group{
	margin-bottom:25px;
	}

.contact-form .form-control{
	font-size:13px;
	}
	
.contact-form .btn-submit{
	padding:10px 30px;
	font-size:13px;
	}	
	
	
	

	
}


@media (max-width: 767px) {

.contact-sec .divider{
		border-left:0;
	}


.contactEnqRow{
padding: 0;
}

	
}







.location-sec{
	position:relative;
	}
	
.location-sec .location{
	position:relative;
	height:600px;
	background:#efeeec;
	}	
	
.location-sec .location iframe{
	height:600px;
	}







@media (max-width: 991px) {

	
.location-sec .location{
	height:400px;
	}	

	
.location-sec .location iframe{
	height:400px;
	}
	

}





/* scroll to top style */

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}


.cd-top {
  display: inline-block;
  height: 25px;
  width: 25px;
  z-index:100;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(51, 51, 51, 0.5) url(../images/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.cd-top:hover {
  background-color: #150816;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 0;
    bottom: 0;
  }
}







.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  background-size: 6px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 3px);
    transform: rotate(-45deg);
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }






