@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("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");

body{
font-family: "Poppins", serif;
font-weight: 400;
font-style: normal;
font-size:14px;
color: #333;
line-height:1.5;
}


h1, h2, h3, h4, h5, h6{
	line-height:1.3;
	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: #1d6736;
text-decoration:none;
}

.btn:focus {
  outline: none;
  box-shadow:none;
}

img{
max-width:100%;
display:block;
}

p {
	margin: 0 0 10px 0;
}

p:last-child{
	margin:0;
	}

button{
	cursor:pointer;
	}

button:focus {
  outline: none;
  box-shadow:none;
}




.form-control:focus {
    box-shadow:none;
    }
	


:focus {
	outline:none;
}


.breadcrumb{
	font-size:11px;
	font-weight: 500;
	padding:5px 0;
	background:none;
	margin:0;
	}


.breadcrumb-sec{
	position: relative;
}

.breadcrumb-item a{
	color:#666;
	}
	.breadcrumb-item a:hover{
	color:#888;
	}
	
.breadcrumb-item.active{
	color:#888;
	}



.modal-header{
	padding-top: 5px;
	padding-bottom: 5px;
}

.modal-title{
	font-size:13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2A5AA8;	
}



.main-header .modal-backdrop{
	z-index:-1;
	}
	
.main-header .modal-backdrop.show {
  opacity:0;
}

.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	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: -320px;
	-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;
}



.main-header .modal-content{
	border:0;
	border-radius:0;
	}
	
.main-header .modal-header{
	background:#370409;
	color:#fff;
	border:0;
	border-radius:0;
	padding:8px 20px;
	}
	
	.main-header .modal-header h3{
	font-size:14px;
	font-weight:600;
	color:#fff;
	}


	
.main-header .modal-body{
	padding:20px;
	}

.main-header .modal-header .close{
	color:#fff;
	text-shadow:none;
}



.main-header .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.main-header .modal-header .close:not(:disabled):not(.disabled):hover,
.main-header .modal-header .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  text-decoration: none;
  opacity: .75;
}





/*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:6px 10px 5px;
	border:1px solid #bdbdbd;
	border-radius:0;
	background:#ffffff;
	color:#212121;
	font-size:12px;
	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{
	position:relative;
	background:#288FCE;
	color:#fff;
	font-size:11px;
	text-transform: uppercase;
	border-radius:20px;
	padding:10px 20px;
	margin:10px 0 0 0;
	}
	
	.enq-box .btn-submit:hover{
	background:#2A5AA8;
	color:#fff;
	}

	

@media (min-width: 1200px){
	
.enq-box .form-control{
	padding:10px 20px;
	font-size: 14px;
	}
	
.enq-box .btn-submit {
    font-size: 12px;
    padding: 10px 30px;
    margin: 10px 0 0 0;
}	
	

}
	



.container {
  max-width: 1330px;
}




header {
position: fixed;
width: 100%; 
top: 0;
right: 0;
left: 0;
z-index: 1030;
	transition: .6s all;
	-moz-transition: .6s all;
	-webkit-transition: .6s all;
	-o-transition: .6s all;
}


 
header.sticky{
	padding:0;
	background:rgba(117,11,44,1);
}





/*container styles*/

	
.containerWrapper{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 992px){
	
.containerWrapper{
    padding-right: 30px;
    padding-left: 30px;
}
	
}


@media (min-width: 1400px) {
	
.containerWrapper{
    padding-right: 60px;
    padding-left: 60px;
}
	
	
}



.container100{
	width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}



	
/*container styles*/

.page-wrapper{
	position:relative;
	width: 100%;
	}







/*header nav styles*/

.top-wrapper{
	position: relative;
	display: none;
}


header.sticky .top-wrapper{
	display: none;
}


.top-line{
	position: relative;
	background: #1d6736;
	font-size:13px;
	color: #fff;
	}

.top-line .top-left{
	position: relative;
	background: #2A5AA8;
	padding: 2px 15px 0;
	font-size: 15px;
}




.top-line a{
	color: #fff;
	}
.top-line a:hover{
	color: #fff;
	}

.top-line .top-right{
	position:relative;
	padding: 5px 15px 4px;
	
  display: -ms-flexbox !important;
  display: flex !important;
	
-ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
	
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}


.top-line .top-right ul{
	margin: 0;
	padding: 0;
}

.top-line .top-right ul li {
      display: -webkit-inline-box ;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}
    .top-line .top-right ul li:last-child {
      margin-right: 0;
      }



.top-line .iconstyle{
	font-size:14px;
	color:#fff;
	margin-right: 5px;
	}
	
.top-line .social-icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	margin-left: 30px;
	}	


.top-line .social-icon a{
margin-left:20px;
}

.top-line .social-icon a:first-child{
margin-left:0;
}
	
	
.top-line .social-icon .iconstyle{
	font-size:15px;
	color:#fff;
	margin: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	.top-line .social-icon .iconstyle:hover{
	color:#fff;
	}


	.top-line .social-icon .iconstyle:hover{
	color:#fff;
	}


.top-line .social-icon .iconstyle.icon-youtube{
	font-size:20px;	
	}




.main-header{
	  position: relative;
  padding: 0;
  z-index: 200;
  min-height: 30px;
  background: #fff;
  border-bottom: 1px solid rgba(255,255,255,.3);
  -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);
	}
	


	
.brand-wrapper{
	position:relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	}
	

	
/*nav styles*/


.navbar-nav.bg {
    background: #333;
    padding: 10px 0;
}

.hdr-nav {
  padding: 0; }
  
  .hdr-nav .navbar-brand{
    padding: 5px 0;
	}
	
.navbar-brand img{
	display: inline-block;
	width:200px;
	    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 .navbar-brand img{
	width:150px;
}
	
  		
  .hdr-nav .navbar-nav .nav-item {
    margin:0;
	}
    .hdr-nav .navbar-nav .nav-item .nav-link {
	position:relative;
	font-weight:500;
	font-size:14px;
	padding:10px 20px;
	color: #e8e8e8;	
	}
	

	  
    .hdr-nav .navbar-nav .nav-item:hover .nav-link{
      color: #fff;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #fff;
	  }
	  
	.hdr-nav .navbar-nav .nav-item.active .nav-link::after {
	}
	  
    .hdr-nav .navbar-nav .nav-item:last-child {
      margin-right: 0px; }



.navbar-light .navbar-toggler {
    color: #fff;
    border: 0;
	background:none;
	}

.navbar-toggler {
    border-radius: 0;
    padding: 3px 6px;
    font-size: 1em;
	width:30px;
	height:24px;
}

.navbar-light .navbar-toggler-icon {
    background: url(../images/menu-icon.svg) center center no-repeat;
}

.navbar-light .navbar-toggler>.close {
    display:inline;
	padding: 8px 11px 8px 11px;
	opacity:1;
	background: url(../images/menu-close-icon.svg) center center no-repeat;
}
.navbar-light .navbar-toggler.collapsed>.close, .navbar-light .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}






/*************/
/* Dropdown*/
/*************/
.navbar-nav .dropdown-toggle::after {
  display: none; }

.navbar-nav .dropdown-menu.b-none {
 	border:0;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1); }



.navbar-toggler{
	border:0;
	}

/*******************
Overlay headers and thrid dropdown
******************/
.dropdown-menu li{
	border-bottom:0;
	}
	.dropdown-menu li:last-child{
	border-bottom:0;
	}


.dropdown-menu{
	border-radius:0;
	padding:0;
	background:#333;
	}

.dropdown-item {
	font-weight:400;
	padding:10px 20px;
	font-size:14px;
	color:#fff;
	}
	 
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #222;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #222;
}  



.dropdown-submenu {
  position: relative; }
  .dropdown-submenu .dropdown-item > .ml-auto {
    position: absolute;
    right: 15px;
    top: 10px; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none; }
  .dropdown-submenu > .dropdown-menu.menu-right {
    left: auto;
    right: 100%; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -75%; }

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden; 
  }




@media (min-width: 768px){


	
.navbar-brand img{
	width:250px;
	}

header.sticky .navbar-brand img{
    width:150px;
	}



}



@media (min-width: 992px){

	
.navbar-brand img{
	width:300px;
	}
	
header.sticky .navbar-brand img{
	width:150px;
}
	
	
.navbar-nav.bg {
    background: none;
    padding: 0;
	margin-top: 10px !important;
}
	

  .hdr-nav .navbar-brand{
    padding: 10px 0;
	}
	
	header.sticky .hdr-nav .navbar-brand{
    padding: 5px 0;
	}
	
	
	

.hdr-nav .navbar-nav .nav-item .nav-link { 
	font-size:13px;
	font-weight:600;
	color: #333;
	padding:5px 15px;
	}
	  
.hdr-nav .navbar-nav .nav-item:hover .nav-link{
      color: #1d6736;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link {
      color: #1d6736;
	  }
	  
.hdr-nav .navbar-nav .nav-item.active .nav-link::after {

	}
	
	
.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq{
	padding: 5px 10px;
	border-radius: 3px;
	background: #ef5351;
	color: #fff ;
	font-size: 11px;
	font-weight: 500;
	top:-5px;
	margin-left: 10px;
}
	
.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq:hover{
	background: #1764ac;
	color: #fff ;
}	
	
  .hdr-nav .navbar-nav .nav-item {
    margin: 0;
	}	
	
	
	
.dropdown-menu{
	background:#ededed;
	}	
	
.dropdown-item {
	color:#333;
	font-size:14px;
	font-weight: 500;
	padding:8px 10px;
	}
	 
.dropdown-item:focus, .dropdown-item:hover {
  color: #333;
  text-decoration: none;
  background-color: #cccccc;
}

.dropdown-item.active, .dropdown-item:active {
	color: #333;
	text-decoration: none;
	background-color: #cccccc;
} 	

 
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px; }

  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 200px;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }


 }	
 	


@media (min-width: 1200px){


.navbar-brand img{
	width:380px;
	}
	
	
	header.sticky .navbar-brand img{
	width:200px;
	}
	
	
.hdr-nav .navbar-nav .nav-item .nav-link { 
	font-size:16px;
	padding:10px 18px;
	}
	
	
header.sticky .hdr-nav .navbar-nav .nav-item .nav-link { 
	font-size:14px;
	}	
	

.hdr-nav .navbar-nav .nav-item .nav-link.nav-enq{
	padding: 8px 15px;
	font-size: 12px;
	top:-8px;
	margin-left: 15px;
}
	
	
.dropdown-item {
	font-size:15px;
	padding:10px 20px;
	}

 
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px; }

  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 200px;
    margin-top: 0px; }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block; }

}


@media (min-width: 1300px){

	

}

@media (min-width: 1600px){


}

@media (max-width: 400px){

	
}


.mob-box{
	display:block;
	position:relative;
	background:#333;
	color:#e8e8e8;
	padding:0 20px 15px;
	}
	
	.mob-box a{
	color:#e8e8e8;
	}

	.mob-box a:hover{
	color:#fff;
	}

.mob-box ul{
	margin: 0;	
	padding: 5px 0;
	border-top:1px solid #717171;
}

.mob-box ul li {
	display: block;
	padding: 5px 0;
}

		
	
.mob-box .iconstyle{
	font-size:14px;
	color:#e8e8e8;
	margin-right:10px;
	margin-top:-5px;
	}
	


.mob-box .social-icon{
	border-top:1px solid #717171;
	padding:8px 0 0 0;
	
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	}
	
.mob-box .social-icon .iconstyle{
	font-size:15px;
	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;
	}

	.mob-box .social-icon .iconstyle:hover{
	color:#fff;
	}

.mob-box .social-icon .iconstyle.icon-youtube{
	font-size:20px;	
	}


.mob-box .social-icon a{
	display: block;
	margin-left:10px;
	}

.mob-box .social-icon a:first-child{
	margin-left: 0;
	}






@media (min-width: 992px){

	.mob-box{
	display:none;
}


}





.sliderSec {
  position: relative;
  padding: 0;
  margin-top: 50px;
	min-height: 300px;
}


@media (min-width: 768px) {
	
  .sliderSec {
    margin-top: 65px;
  }
		
}


@media (min-width: 992px) {
	
  .sliderSec {
    margin-top: 110px;
	min-height: 450px;
  }
	
}


@media (min-width: 1200px) {
	
  .sliderSec {
    margin-top: 120px;
	min-height: 500px;
  }
	
	
}



@media (min-width: 1680px){
	
.sliderSec{
  min-height: 750px;
}
	
		
}






/*hm-slider-sec styles*/

.hm-mainslider-sec{
position:relative;
margin:0;
}


.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: rgba(0,0,0,.3);
}


.slider-caption{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 3%;
	z-index: 1;
	color: #fff;
	padding: 0;
	max-width:300px;
}

.slider-caption .heading{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
	margin: 0 0 15px 0;
}

.slider-caption .heading span{
	font-weight: 400;
}

.slider-caption .txt{
	width:100%;
	font-size: 15px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}



.slider-caption .btn-slide{
	padding:8px 15px;
	background:none;
	border: 1px solid #fff;
	color:#fff;
	font-size:13px;
	line-height: 1.2;
	font-weight:600;
	border-radius:50px;
	
	    	-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:#fff;
		color:#1d6736;
		}


.owl-item.active .heading {
  -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 .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 .btn-slide {
  -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: relative;
    bottom: 20px;
	right: 10px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 10px;
	height: 10px;
	background-color: transparent;
	border: 1px solid #fff;
    position: relative;
    padding: 0;
    cursor: pointer;
	margin: 8px;
}

.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: 3px 2px;
    background:none;
	color: #fff;
	font-size: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
	border: 2px solid #fff;
}
    
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-']:hover {
	background:none;
    color: #fff;
    text-decoration: none;	
	 }
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	position: absolute;
	width: 24px;
	height: 24px;	
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	bottom: 20px;
	}
    
.hm-mainslider-sec .owl-prev {right: 40px;}

.hm-mainslider-sec .owl-next {right: 10px;}


.hm-mainslider-sec .owl-theme .owl-nav{
	margin: 0;
}








@media (min-width: 576px){


.slider-caption{
	left: 4%;
	max-width:300px;
}
	
.slider-caption .heading{
	font-size: 18px;
	
}
		
	
}


@media (min-width: 768px){

.slider-caption{
	left: 4%;
	max-width:400px;
}	
	
.slider-caption .heading{
	font-size: 24px;
}

.slider-caption .txt{
	font-size: 15px;
	margin: 0 0 15px 0;
}	

	

	
	
}


@media (min-width: 992px){


.slider-caption{
	left: 5%;
	max-width:550px;
}	
	
.slider-caption .heading{
	font-size: 34px;
	margin: 0 0 20px 0;
}

.slider-caption .txt{
	font-size: 14px;
	margin: 0 0 15px 0;
}		

	
.slider-caption .btn-slide{
	padding:12px 25px;
	font-size:14px;
	}
	

.hm-mainslider-sec .owl-dots {
    bottom: 5px;
	right: 10px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;

}
	
	
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
	font-size: 14px;
}
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	width: 30px;
	height: 30px;
	bottom: 20px;
	}
	
	
.hm-mainslider-sec .owl-prev {right: 50px;}

.hm-mainslider-sec .owl-next {right: 15px;}
	
	
	
}



@media (min-width: 1200px){

.slider-caption{
	max-width: 600px;
}
	
.slider-caption .heading{
	font-size: 44px;
	margin: 0 0 20px 0;
}
	

.slider-caption .txt{
	font-size: 18px;
	margin: 0 0 30px 0;
}	
	

.hm-mainslider-sec .owl-dots {
    bottom: 30px;
	right: 15px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;

}
	
	
	
.hm-mainslider-sec .owl-theme .owl-nav [class*='owl-'] {
    padding: 10px 4px ;
	font-size: 18px;
}
	
.hm-mainslider-sec .owl-prev,
.hm-mainslider-sec .owl-next {
	width: 46px;
	height: 46px;
	bottom: 20px;
	}
	
	
.hm-mainslider-sec .owl-prev {right: 60px;}

.hm-mainslider-sec .owl-next {right: 15px;}

	

	
}


@media (min-width: 1680px){
	

}



@media (max-width: 767px) {

	
.slider-image img{
height: 300px;
object-fit: cover;
object-position: center bottom;
}	
	

}


@media (max-width: 575px) {

.slider-caption .txt{
	display: none;
}
	
	
  .slider-caption {
    max-width: 100%;
	padding: 0 20px;
	width: 100%;
	left: auto;
    margin: auto;
    text-align: center;
  }	
	
	

}









/*section-header styles*/	

.sec-header{
	position: relative;
	margin: 0;
	}
	
.sec-header h1{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 25px 0;
	letter-spacing: -1px;
	}

.sec-header h1 span{
	font-weight:400;
	}


.sec-header h1::after{
	position:absolute;
	content:"";
	width:30px;
	height:3px;
	background:#3aa739;
	bottom:-10px;
	left:0;
	right:0;
	margin: 0;
	}		


.sec-header h2{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 25px 0;
	letter-spacing: -1px;
	}

.sec-header h2 span{
	font-weight:400;
	}


.sec-header h2::after{
	position:absolute;
	content:"";
	width:30px;
	height:3px;
	background:#3aa739;
	bottom:-10px;
	left:0;
	right:0;
	margin: 0;
	}


.sec-header h2.hdr-white{
	color:#fff;
	}


.sec-header h2.hdr-white::after{
	background:#fff;
	}




.btn-more{
	padding:8px 15px;
	background:#1d6736;
	color:#fff;
	border: 0;
	font-size:13px;	
	font-weight:600;
	border-radius:50px;
	line-height: 1.2;
	
-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.btn-more:hover{
		background:#3aa739;
		color:#fff;
		}
	
.btn-more.ar{
	float: right;
	margin: 0;
}



.btn-moreLight{
	padding:8px 15px;
	border: 1px solid #fff;
	color:#fff;
	font-size:13px;	
	font-weight:600;
	border-radius:50px;
	line-height: 1.2;
	
-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.btn-moreLight:hover{
		background:#fff;
		color:#3aa739;
		}
	
.btn-moreLight.ar{
	float: right;
	margin: 0;
}



.btn-view{
	padding:8px 15px;
	background:#fff;
	border: 1px solid #1d6736;
	color:#333;
	font-size:13px;
	font-weight:600;
	border-radius:50px;
	line-height: 1.2;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.btn-view:hover{
		background:#1d6736;
		color:#fff;
		}



.btnPosition{
	position: absolute;
	left: 0;
	bottom: 0;
}



.container-100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}



/*about-sec styles*/	

.hm-about-sec{
	position: relative;
	padding: 40px 0;
}


.hm-about-sec .desc{
	position: relative;
	margin: 0 0 20px 0;
}




.hm-about-sec .image-box{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 30px 0;
}

.hm-about-sec .image-box:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0);
}


.hm-about-sec .image-box img{
	width: 100%;
}


.hm-about-sec .content-box{
	position: relative;
}


.hm-about-sec .content-box.pd-left{
	padding: 0;
}

.hm-about-sec .content-box.pd-right{
	padding: 0;
}


.hm-about-sec .BoxRow{
	position: relative;
	margin: 0 0 40px 0;
}


.pro-LiItemBox{
	position: relative;
	margin: 0 0 30px 0;
}

.pro-LiItems{
	position: relative;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	padding: 5px 0 5px 0;
}

.pro-LiItems .txtBold{
	font-weight: 600;
}

.pro-LiItems .pro-LiDesc{
	display: inline-block;
	padding: 0 0 5px 0;
	border-bottom:1px solid #3aa739;
}







.al-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.list-items{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.list-items .txt-b{
	font-weight: 700;
}


.list-items ul{
	margin: 0 ;
	padding: 0;
}

.list-items li{
	position: relative;
	list-style: none;
	padding: 3px 0 3px 20px;
}

.list-items li:before {
    content: '';
    width: 6px;
    height: 9px;
	background-image: url(../images/list.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top:9px;
}


.list-items li.list-none{
	margin: 10px 0 0 0;
}

.list-items li.list-none:before {
	background: none;

}


.sub-list-items{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-weight: 400;
	line-height: 1.3;
}

.sub-list-items li{
	position: relative;
	list-style: none;
	padding: 3px 0 3px 24px;
}

.sub-list-items li:before {
    content: '';
    width: 12px !important;
    height: 2px !important;
	background: #0464ab;
    position: absolute;
    left: 0;
    top:10px;
}




.list-dots{
	margin: 0 ;
	padding: 0;
	font-weight: 400;
	line-height: 1.5;
}

.list-dots ul{
	padding: 0;
	margin: 0 0 20px 0;
}


.list-dots li{
	position: relative;
	list-style: none;
	padding: 4px 0 4px 20px;
}

.list-dots li:before {
    content: '';
    width: 6px !important;
    height: 6px !important;
	border-radius: 50%;
	background: #1d6736;
    position: absolute;
    left: 0;
    top: 12px;
}








/*hm-serv-sec styles*/	

.hm-serv-sec{
	position: relative;
	background: #ececec;
	padding: 40px 0;
}

.hm-serv-slide{
	position: relative;
}

.hm-serv-box{
	position:relative;
	text-align:left;
	height: 100%;
	padding: 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;
	}

	
.hm-serv-box .image-box{
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	border-radius: 10px;

	}
	
	.hm-serv-box .image-box 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: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
}

.hm-serv-box:hover .image-box 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);
	}


	
.hm-serv-box .content-box{
	position: relative;
	}
	
	.hm-serv-box .content-box h3{
		font-size:17px;
		font-weight:700;
		margin:0 0 10px 0;
	transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
	}



	.hm-serv-box .content-box .desc{
		height:40px;
		overflow:hidden;
		color: #333;
		margin:0;		
	}



.hm-serv-sec .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-serv-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}

.hm-serv-sec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#acacac;
	width:10px;
	height:10px;
	}
	
.hm-serv-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-serv-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #1D6736;
	}




.hm-serv-sec .owl-carousel .owl-stage{display: flex;}


.hm-serv-sec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}







/*hm-gallery-sec styles*/	

.hm-gallery-sec{
	position: relative;
	padding: 40px 0;
}

.hm-gallery-sec .container-fluid {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
}




.hm-gallery-sec .container-fluid {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
}

.hm-gallery-sec .row {
  margin-right: -10px;
  margin-left: -10px;
  }

.hm-gallery-sec .row > .col,
.hm-gallery-sec .row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
  }


.hm-gallery-sec .glr-Box{
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;	
}

.hm-gallery-sec .glr-item{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 0 0;
}

.hm-gallery-sec .glr-item 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: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
}

.hm-gallery-sec .glr-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);
	}



.hm-gallery-sec .glr-title {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}





/*hm-video-testimony-sec styles*/



.testimony-video-BoxRow {
	position: relative;
}

.testimony-video-box {
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
}



.testimony-video-box .title{
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
}

.testimony-video-box .sub-title{
    position: relative;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
}

.testimony-video-box .video-thumb {
    position: relative;
    cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
    margin: 0 0 10px 0;
}

.testimony-video-box .video-thumb img {
    width: 100%;
    height: auto
}


.testimony-video-box .video-thumb .icon {
	content:"";
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    width: 40px;
	height: 40px;
	background: url(../images/play-icon.svg) no-repeat center center;
	background-size:contain;	
	border-radius: 50%;
	border: 0px solid #666;
		
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}






/*hm-testimonials-sec styles*/

.hm-testimonials-sec{
	position:relative;
	padding: 120px 0 100px;
	background: #ececec url(../images/testimony-bg.jpg) top center;	
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}



.hm-testimonials-sec .sec-header h2::after {
    margin: auto;
}





.testimonial-box{
	position:relative;
	width: 90%;
	background: rgba(255,255,255,.8);
	border-radius: 10px;
	border: 1px solid #c3bfbf;
	padding: 30px 40px;
	margin: auto;
	}

.testimonial-box .box{
	position: relative;	
	padding: 0;
}



.testimonial{
	position:relative;
	width: 90%;
	margin: auto;	
	}


.testimonial .dflexBox{
	position: relative;
	margin: 0 0 20px 0;
display: -ms-flexbox ;
display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
    -ms-flex-pack: center ;
  justify-content: center ;
}





.testimonial .image{
	margin:0;
	}
	
.testimonial .image img{
	width:auto;
	max-width:160px;
	display:inline-block !important;
	}


.testimonial .icon-quote {
	position: relative;
	margin: 0 0 20px 0;
}

.testimonial .icon-quote img{
	display: inline-block !important;
	width: 22px !important;
}

.testimonial .icon-quote .iconstyle{
	font-size: 48px;
	color: #3BA73A;
	}


.testimonial .desc{
	padding: 0 0 30px 0;
	}

			
.testimonial-by{
	position: relative;
	margin: 0;
	}

	
		
.testimonial-by .name{
	font-weight: 700;
	font-size:18px;
	}
	
.testimonial-by .sub-title{
	font-weight: 500;
	font-size:15px;
	}




.testimonial-box .owl-carousel .item{
	overflow:hidden;
	}	
	
.testimonial-box .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}


.testimonial-box .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#869792;
	width:12px;
	height:12px;
	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 #1D6736;
	}

	




.testimonial-box .owl-theme .owl-nav [class*=owl-] {
    margin: 0 10px;
    padding: 4px 0;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    font-size: 20px;
}

.testimonial-box .owl-theme .owl-nav [class*=owl-]:hover {
    background: 0 0;
    color: #FFCB05;
    text-decoration: none;
}


.testimonial-box .owl-next,
.testimonial-box .owl-prev {
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
    top: -30px
}

.testimonial-box .owl-prev {
    right: 25px
}

.testimonial-box .owl-next {
    right: 0
}

.testimonial-box .owl-theme .owl-nav {
    margin: 0
}







.testimonial-box .owl-carousel .owl-stage{display: flex;}


.testimonial-box .tm-items {

}


.testimonial-box .h100 {
height: 100%!important;
}



@media (max-width: 991px){


.hm-testimonials-sec{
	padding: 40px 0;	
}





.testimonial-box{
	width: 100%;
	padding: 25px 20px;
	}


.testimonial .dflexBox{
	margin: 0 0 20px 0;
}


.testimonial .icon-quote .iconstyle{
	font-size: 24px;
	}



.testimonial .desc{
	padding: 0 0 20px 0;
	}
		
.testimonial-by .name{
	font-size:14px;
	}
	
.testimonial-by .sub-title{
	font-size:13px;
	}




.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;
	}


	
}















@media (max-width: 991px) {
	
.BlogOrder-1 {
    -ms-flex-order: -1;
  order: -1;
}	

	
}




/*Blog_List_Sec styles*/

.Blog_List_Sec{
	position: relative;
	margin-top:100px;
	padding: 100px 0 50px 0;	
}


.Blog_List_Sec h1{
	position: relative;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    margin:0 0 40px 0; 
}
	

.Blog_Hero_SecRow{
	position: relative;
	margin: 0 0 50px 0;
}


.Blog_Hero_SecRow .blog_divider{
	border-left: 1px solid #dfe3eb;
	border-right: 1px solid #dfe3eb;
	padding: 0 20px;
}



.Blog_Hero_thumbnail_Row{
	position: relative;	
}



.Blog_Hero_Item_thumbnail{
	position:relative;
	text-align: left;
	margin: 0 0 40px 0;
	}


.Blog_Hero_Item_thumbnail.mBottom{
	margin: 0 0 20px 0;
}

.Blog_Hero_Item_thumbnail.BottomBorder{
	padding-bottom: 30px;
	border-bottom:1px solid #dfe3eb;
}



.blog_Popular_Row{
	position: relative;
}

.blog_Popular_Title{
	font-weight: 600;
	font-size: 18px;
	color: #888;
	margin: 0 0 20px 0;
}


.Blog_Hero_thumbnail_image{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 15px 0;
	}
	
	.Blog_Hero_thumbnail_image 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;
}

.Blog_Hero_Item_thumbnail:hover .Blog_Hero_thumbnail_image 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);
	}
	
.Blog_Hero_thumbnail_content{
	position: relative;
	}


.Blog_Hero_Flex{
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.Blog_Hero_Category{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0;
}

.Blog_Hero_Date{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0;
}

	.Blog_Hero_Title{
		font-weight: 600;
		font-size:20px;
		height: 55px;
		overflow: hidden;
		line-height: 1.3;
		margin:0 0 15px 0;
	}



	.Blog_Hero_Author{
		font-size:16px;
		color: #6b6b6b;
	}





.Blog_Hero_Main_Row{
	position: relative;	
}



.Blog_Hero_Item_Main{
	position:relative;
	text-align: left;
	margin: 0 0 40px 0;
	}



.Blog_Hero_Main_image{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 20px 0;
	}
	
	.Blog_Hero_Main_image 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;
}

.Blog_Hero_Item_Main:hover .Blog_Hero_Main_image 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);
	}
	
.Blog_Hero_Main_content{
	position: relative;
	}


.Blog_Hero_Main_Flex{
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}

.Blog_Hero_Main_Category{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0;
}

.Blog_Hero_Main_Date{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0 ;
}






	.Blog_Hero_Main_Title{
		font-weight: 600;
		font-size:30px;
		line-height: 1.3;
		margin:0 0 30px 0;
	}


	.Blog_Hero_Main_Author{
		font-size:16px;
		color: #6b6b6b;
	}










.hm-BlogSec{
	position: relative;
	padding: 100px 0 80px;
}

.Blog_List_Row{
	position: relative;	
}


.Blog_List_Item{
	position:relative;
	text-align: left;
	margin: 0 0 40px 0;
	}




.Blog_List_image{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 15px 0;
	}
	
	.Blog_List_image 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;
}

.Blog_List_Item:hover .Blog_List_image 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);
	}
	
.Blog_List_content{
	position: relative;
	}



.Blog_List_Flex{
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.Blog_List_Category{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0;
}

.Blog_List_Date{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0;
}

	.Blog_List_Title{
		font-weight: 600;
		font-size:20px;
		height: 55px;
		overflow: hidden;
		line-height: 1.3;
		margin:0 0 15px 0;
	}


	.Blog_List_Author{
		font-size:16px;
		color: #6b6b6b;
	}






@media (max-width: 991px) {


.hm-BlogSec{
	padding: 40px 0 20px;
}	
	
	
	
	.blog_Popular_Row{
		display: none;
}

	
	
.Blog_List_Sec{
	margin-top:50px;
	padding: 50px 0 20px 0;	
}


.Blog_List_Sec h1{
    font-size: 20px;
    margin:0 0 30px 0; 
}
	

.Blog_Hero_SecRow{
	margin: 0;
}


.Blog_Hero_SecRow .blog_divider{
	border-left: 0;
	border-right: 0;
	padding:0 15px;
}




.Blog_Hero_Item_thumbnail{
	margin: 0 0 30px 0;
	}






.Blog_Hero_thumbnail_image{
	margin: 0 0 10px 0;
	}
	


.Blog_Hero_Category{
	font-size: 12px;
}

.Blog_Hero_Date{
	font-size: 12px;
}

	.Blog_Hero_Title{
		font-size:17px;
		margin: 0 0 15px 0;
	}


	.Blog_Hero_Author{
		font-size:13px;
	}




.Blog_Hero_Item_Main{
	margin: 0 0 30px 0;
	}



.Blog_Hero_Main_image{
	margin: 0 0 10px 0;
	}
	

.Blog_Hero_Main_Flex{
	margin: 0 0 10px 0;
}

	
.Blog_Hero_Main_Category{
	font-size: 12px;
}

.Blog_Hero_Main_Date{
	font-size: 12px;
}




	.Blog_Hero_Main_Title{
		font-size:17px;
		margin:0 0 15px 0;
	}


	.Blog_Hero_Main_Author{
		font-size:13px;
	}




.Blog_List_Item{
	margin: 0 0 30px 0;
	}



.Blog_List_image{
	margin: 0 0 10px 0;
	}
	



.Blog_List_Category{
	font-size: 12px;
}

.Blog_List_Date{
	font-size: 12px;
}

	.Blog_List_Title{
		font-size:16px;
		height: 42px;
		margin:0 0 15px 0;
	}


	.Blog_List_Author{
		font-size:13px;
	}	
	

	
	
	
	
	
}





/*BlogDetailSec styles*/	


.BlogDetailSec{
	position: relative;
	margin-top:100px;
	padding: 100px 0 50px 0;	
}


.BlogDetailSec .divider{
	border-right: 1px solid #707070;
}



.BlogDetailBlockRow{
	position: relative;
}


.BlogDetailBox{
	position: relative;	
	padding: 0 25px 0 0;
}



.BlogDetailBox h1{
	position: relative;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 15px 0;
}


.BlogDetailBox .titleSmall{
	position: relative;	
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	color: #1d6736;
	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%;
}


.BlogVideo{
	position: relative;
	margin: 0 0 30px 0;
}

.BlogSubImageBox{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 30px 0;
}


.BlogSubImageBox img{
	width: 100%;
	height: 100%;
}


.Blog_Detail_Flex{
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px 0;
}

.Blog_Detail_Date{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0;
}

.Blog_Detail_Author{
	font-size: 16px;
	color: #6b6b6b;
	margin: 0 ;
}




.BlogDetailBox .VideoBox{
	position: relative;
	margin: 0 0 30px 0;
}




.BlogDetailBox .contentBox{
	position: relative;
	margin: 0 0 50px 0;
	}





.BlogDetailBox h4{
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 15px 0;
}


.BlogDetailBox h5{
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 15px 0;
}

.BlogDetailBox .txt-bold{
	font-weight: 600;
}



.BlogDetailBox .desc{
	margin: 0 0 40px 0;
	}

.BlogDetailBox .desc p{
	margin: 0 0 20px 0;
	}




.blog-details-footer {
	position: relative;
	border-top: 1px solid #dfe3eb;
	border-bottom: 1px solid #dfe3eb;
	padding: 15px 0;
	margin: 30px 0 50px 0;
}

.blog-details-footer .title {
font-family: "neue_haas_grotesk_disp55roman";
    font-size: 16px;
    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;
	padding: 0;
}


.blog-details-footer .social-share li:before {
   content: none;
}

.blog-details-footer .social-share li+li {
    margin-left: 10px;
}

.blog-details-footer .social-share li:hover {
    color: #888;
}

.blog-details-footer .social-share li .iconstyle{
    color: #888;
	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: #8b1444;
}







.blog-AuthorDetails{
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	z-index: 1;
	background: #f7f7f7;
	border-radius: 10px;
}

.blog-AuthorImageBox{
	position: relative;	
	text-align: center;
	padding: 20px;
}

.blog-AuthorImage{
	position: relative;	
	margin: 0 0 20px 0;
}

.blog-AuthorImage img{
	display: inline-block;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	border: 1px solid #d3d3d3;
}

.blog-AuthorName{
	font-weight: 700;
	font-size: 18px;	
}

.blog-AuthorSocials{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	justify-content: center;
	border-top:1px solid #d0cece;
	border-bottom:1px solid #d0cece;
	padding: 5px 0 3px;
	}
	
.blog-AuthorSocials a{
    display: block;
    margin-left:20px;
}

.blog-AuthorSocials a:first-child{
    margin-left: 0;
}

.blog-AuthorSocials .iconstyle{
	font-size:18px;
	color:#1d6736;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.blog-AuthorSocials .iconstyle:hover{
	color:#3aa739;
	}


.blog-AuthorSocials .iconstyle.icon-youtube{
	font-size:24px;
	}


.blog-AuthorContentBox{
	position: relative;
	text-align: center;
	padding: 20px 20px 30px 20px;
}


.blog-AuthorDescription{
	margin: 0 0 30px 0;
	
}


.btn-all-blog-Author{
	padding:12px 25px;
	background:#1d6736;
	color:#fff;
	border: 0;
	font-size:14px;	
	font-weight:600;
	border-radius:50px;
	line-height: 1.2;
	
-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.btn-all-blog-Author:hover{
		background:#3aa739;
		color:#fff;
		}



@media (max-width: 991px) {
	
	

.blog-AuthorDetails{
	position: relative;
	top:0;
}

.blog-AuthorImage img{
	width: 150px;
	height: 150px;
}

.blog-AuthorName{
	font-weight: 700;
	font-size: 15px;	
}


.blog-AuthorContentBox{
	padding: 30px 20px 40px 20px;
}


.blog-AuthorDescription{
	margin: 0 0 20px 0;
	
}


.btn-all-blog-Author{
	padding:8px 15px;
	font-size:13px;		
	}

	
}




.blog-widget{
	position: relative;
	width: 100%;
	padding: 0 0 0 25px;
	margin: 0;
}


.blog-widget .widget-title{
	font-size: 22px;
	font-weight: 600;
	color: #888;
	margin: 0 0 10px 0;
}


.blog-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-widget ul li {
    display: block;
    margin: 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 ul {
    margin-left: 20px
}



.blog-widget .recent_post_item {
    margin: 0;
    padding: 0;
    list-style: none;
}


.blog-widget .recent_post_item li {
	position:relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #888;
	padding: 30px 0; 
}

.blog-widget .recent_post_item a{	
	color: #434343;
}

.blog-widget .recent_post_item a:hover{	
	color: #000;
}




.blog-widget .single_recent_item {
	position:relative;
display: -ms-flexbox ;
display: flex ;
	
}




.blog-widget .recent_post_item li:last-child {
	border-bottom: 0;
}




.blog-widget .single_recent_item .thumb{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	margin-right: 20px;
	}

.blog-widget .single_recent_item .thumb img{ 
	width: 185px;
	height:123px;
	object-fit: cover;	
	  -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;	
	}


.blog-widget .single_recent_item:hover .thumb 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);
	}



.blog-widget .single_recent_item .listNumber{	
	position: relative;
	font-size: 18px;
	color: #1d6736;
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	margin-right: 20px;
		}



.blog-widget .single_recent_item .content{
	position: relative;	
  -ms-flex-positive: 1 ;
  flex-grow: 1 ;
	-ms-flex-item-align: center;
    align-self: center;
}



.blog-widget .single_recent_item .content .title{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin:0;
}




.blogCommentBox{
	position: relative;
	margin: 0 0 60px 0;
}

.blogCommentBox .Title{
	font-family: 'neue_haas_grotesk_display65Md';
	font-size: 24px;
	color: #DFDFDF;
	margin: 0 0 30px 0;
}



.blog-form{
	position: relative;
	margin: 0 0 30px 0;
	}

.blog-form .txt-label{
	font-family: "neue_haas_grotesk_disp55roman";
	font-size: 18px;	
	margin:0 0 5px 0;
	color:#fff;
	}

.blog-form .required {
	color:#fff;
}

.blog-form .form-group{
	margin-bottom:20px;
	}
	
.blog-form .form-control{		
	font-family: 'neue_haas_grotesk_disp55roman';
    font-size: 18px;
    color: #D4D4D4;
    background: #313131;
	padding: 8px 15px;
    border: 0px;
    border-radius: 5px;
    box-shadow: none;
    height: auto;
	}

.blog-form .form-control:focus {
	background:#232323;
    }

.blog-form .form-control.formSelect{
	display: block;
    width: 100%;
    padding: 8px 40px 8px 15px;
	background:#313131 url(../images/icon-select-dropdown.svg) center center;
    background-repeat: no-repeat;
    background-position: right .75rem center;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.blog-form ::-webkit-input-placeholder { /* Chrome */
  color: #D4D4D4;
}

.blog-form :-ms-input-placeholder { /* IE 10+ */
  color: #D4D4D4;
}

.blog-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #D4D4D4;
  opacity: 1;
}

.blog-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #D4D4D4;
  opacity: 1;
}

.blog-form input:-webkit-autofill,
.blog-form input:-webkit-autofill:hover, 
.blog-form input:-webkit-autofill:focus,
.blog-form textarea:-webkit-autofill,
.blog-form textarea:-webkit-autofill:hover,
.blog-form textarea:-webkit-autofill:focus,
.blog-form select:-webkit-autofill,
.blog-form select:-webkit-autofill:hover,
.blog-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;
}



.blog-form .btn-Submit{	
	font-family: 'neue_haas_grotesk_display65Md';
	font-size:18px;
	padding:15px 30px;
	background: #E1E320;
	color:#000;	
	border-radius:5px;
	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;
	}


	.blog-form .btn-Submit:hover{
		background: #1F8B1F;
		color:#fff;
	}






.blog_Com_Repl{
	position: relative;
	margin: 0 0 50px 0;
}

.blog_Com_Repl .Title{
	font-family: 'neue_haas_grotesk_display65Md';
	font-size: 24px;
	color: #DFDFDF;
	margin: 0 0 30px 0;
}


.blog_Com_Repl .ReplyBoxList{	
	position: relative;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #555;
}

.blog_Com_Repl .BoxItem{	
	position: relative;
	 display: -ms-flexbox ;
	display: flex ;
}


.blog_Com_Repl .BoxItem .IconBox{	
	-ms-flex-negative: 0 ;
	flex-shrink: 0 ;
	width:60px;
	height: 60px;
	border-radius: 5px;
	overflow: hidden;
}

.blog_Com_Repl .BoxItem .IconBox img{
	display: inline-block;
}

.blog_Com_Repl .BoxItem .ContentBox{
	-ms-flex-positive: 1;
    flex-grow: 1;
	  -ms-flex-item-align: center ;
  align-self: center ;
	margin-left: 20px;
}


.blog_Com_Repl .BoxItem .NameBlock{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
	 -ms-flex-align: center ;
  align-items: center ;
	margin: 0 0 5px 0;
}

.blog_Com_Repl .BoxItem .name{
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #DFDFDF;
}

.blog_Com_Repl .BoxItem .dated{
	font-family: "Rubik", sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #DFDFDF;
	margin-left: 30px;
}


.blog_Com_Repl .BoxItem .txt{
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-size:300;
	color: #DFDFDF;
	margin: 0 0 15px 0;
}

.blog_Com_Repl .btnReply{
	font-family: "Rubik", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #c4c4c4;
	display: inline-block;
	margin: 0 0 10px 0;
}




@media (max-width: 1366px) {

	

.blog-widget .single_recent_item .thumb img{ 
	width: 150px;
	height:100px;	
	}


}



@media (max-width: 1199px) {

	
.blog-widget .single_recent_item .thumb img{ 
	width: 100px;
	height:66px;	
	}

	
.blogCommentBox .Title{
	font-size: 24px;
	margin: 0 0 20px 0;
}


.blog_Com_Repl .Title{
	font-size: 24px;
	margin: 0 0 20px 0;
}
	
	
}




@media (max-width: 991px) {
	

.BlogDetailSec{
	margin-top: 70px;
	padding: 40px 0 10px 0;
}
	
	
	
	

.BlogDetailBox{
	padding: 0 ;
}

	

.BlogDetailBox h1{
    font-size: 20px;
    margin: 0 0 10px 0;
}


.BlogDetailBox .titleSmall{
	font-size: 14px;
	margin: 0 0 10px 0;
}	
	
	

	.Blog_Detail_Author{
		font-size: 14px;
		
	}

	
	.Blog_Detail_Date{
		font-size: 13px;
	}	




.BlogDetailBox h4{
	font-size: 17px;
	margin: 0 0 10px 0;
}

	
.BlogDetailBox h5{
	font-size: 15px;
	margin: 0 0 10px 0;
}	

.BlogDetailBox .txt-bold{
	font-size: 15px;
}	
	

.BlogDetailBox .desc{
	margin: 0 0 30px 0;
	}
	


.blog-details-footer {
	padding: 10px 0;
	margin: 30px 0;
}

.blog-details-footer .title {
    font-size: 14px;
}




.blog-details-footer .social-share li .iconstyle{
	font-size: 16px;
}








.blogCommentBox{
	margin: 0 0 30px 0;
}


.blogCommentBox .Title{
	font-size: 18px;
	margin: 0 0 20px 0;
}



.blog-form{
	margin: 0 0 30px 0;
	}

.blog-form .txt-label{
	font-size: 15px;	
	margin:0 0 5px 0;
	}

.blog-form .form-group{
	margin-bottom:20px;
	}

	
.blog-form .form-control{		
    font-size: 15px;
	padding: 8px 15px;
	}


.blog-form .btn-Submit{	
	font-size:15px;
	padding:10px 20px;
	}



.blog_Com_Repl{
	margin: 0 0 30px 0;
}

.blog_Com_Repl .Title{
	font-size: 18px;
	margin: 0 0 20px 0;
}
		

.blog_Com_Repl .ReplyBoxList{	
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}


.blog_Com_Repl .BoxItem .IconBox{	
	width:40px;
	height: 40px;
}


.blog_Com_Repl .BoxItem .name{
	font-size: 15px;
}

.blog_Com_Repl .BoxItem .dated{
	font-size: 13px;
	margin-left: 30px;
}


.blog_Com_Repl .BoxItem .txt{
	font-size: 15px;
	margin: 0 0 10px 0;
}

.blog_Com_Repl .btnReply{
	font-size: 14px;
	margin: 0 0 10px 0;
}


	
	

.blog-widget{
	padding: 0;
}


.blog-widget .widget-title{
	font-size: 18px;
	margin: 0 0 10px 0;
}


	
.blog-widget .recent_post_item li{
		padding: 15px 0;
	}	
	
	
.blog-widget .single_recent_item .thumb img{ 
	width: 100px;
	height:66px;	
	}

	
.blog-widget .single_recent_item .content .title{	
	font-size: 14px;
}	
	
.blog-widget .single_recent_item .listNumber{	
	font-size: 15px;
}		
	
	
	
	
}






/* similar-blogs-sec style */

.similar-blogs-sec{
	position: relative;
	padding: 0;	
}


.similar-blogs-sec .similarBlogWrap{
	position: relative;
	padding: 80px 0 60px 0;
	border-top: 1px solid #dfe3eb;
}



.SimilarBlogHeadBox{
	position: relative;
	display: flex ;
	margin: 0 0 30px 0;
}


.SimilarBlogHeadBox.AlignItem{
justify-content: space-between ;
}

.similar-blogs-sec .BlockButton {
    flex: 0 0 auto;
    padding: 0;
}



.similar-blogs-sec .heading{
	font-weight: 600;
	font-size: 30px;
	margin: 0;
}


.similar-blogs-sec .Blog_List_Item{
margin: 0;
}



.similar-blogs-sec .similar-blogs-slide{
	position: relative;
}



.similar-blogs-sec .owl-carousel .owl-item img{
	width: 100% !important;
	display: inline-block;

}



.similar-blogs-sec  .owl-carousel .item{
	overflow:hidden;
	}	
	
.similar-blogs-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}




.similar-blogs-sec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#acacac;
	width:12px;
	height:12px;
	}

	
.similar-blogs-sec .owl-theme .owl-dots .owl-dot.active span,
.similar-blogs-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #1D6736;
	}


.similar-blogs-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-blogs-sec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#fff;
      color: #F68121;
      text-decoration: none;
	  }
	
.similar-blogs-sec .owl-prev,
.similar-blogs-sec .owl-next {
	position: absolute;
	width: 30px;
	height: 30px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:50%;
	transform: translateY(-50%);
	}
    
.similar-blogs-sec .owl-prev {left: -30px;}

.similar-blogs-sec .owl-next {right: -30px;}


.similar-blogs-sec .owl-theme .owl-nav{
	margin: 0;
}



.similar-blogs-sec .owl-carousel .owl-stage{display: flex;}


.similar-blogs-sec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}






@media (max-width: 991px){

	

.similar-blogs-sec .similarBlogWrap{
	padding: 40px 0;
	margin-top:30px; 
}



.SimilarBlogHeadBox{
	margin: 0 0 20px 0;
}

.similar-blogs-sec .heading{
	font-size: 18px;
	margin: 0;
}	
	
	
	
.similar-blogs-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}
	
.similar-blogs-sec .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}
	
.similar-blogs-sec .owl-theme .owl-nav [class*='owl-'] {
	font-size: 14px;
}
    
	
.similar-blogs-sec .owl-prev,
.similar-blogs-sec .owl-next {
	width: 24px;
	height: 24px;	
	}	
	
	
	
	
}

















/*hm-small-banner-sec-sec styles*/

.hm-small-banner-sec{
	position:relative;	
	padding: 40px 0;
	background: #1d6736 url(../images/bg-download.jpg) top center;
	background-size: cover;
	color: #fff;
	text-align: center;
	z-index: 1;
	}


.hm-small-banner-sec:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background:rgba(29,103,54,1.00);
	mix-blend-mode: multiply;
	z-index: -1;
}


.hm-small-banner-sec .title{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 20px 0;
	}


.hm-small-banner-sec .desc{
	margin: 0 0 15px 0;
	}




.btn-bnr-contact{
	padding:8px 15px;
	background:none;
	border: 1px solid #fff;
	color:#fff;
	font-size:13px;
	font-weight:600;
	border-radius:50px;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	
	.btn-bnr-contact:hover{
		background:#fff;
		color:#1d6736;
		}





/*footer styles*/

.footer-sec{
	position:relative;
	font-size:14px;
	background: #242424;
	color:#cbcbcb;
	}

.footer-sec .footer-top{
	position:relative;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:30px 0 10px 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 25px 0;
	}
	
.footer-sec .footer-column h5{
	font-size:15px;	
	font-weight:600;
	padding:0;
	margin:0 0 15px 0;
	}

.footer-sec .footer-logo{
	position: relative;
	margin: 0 0 30px 0;
}

.footer-sec .footer-logo img{
	width: 300px;
}


.footer-sec .desc{
	position:relative;
	max-width: 100%;
	margin:0 0 30px 0;
	}

.footer-sec .btn-Footer{
	padding:8px 15px;
	border: 1px solid #cbcbcb;	
	color:#cbcbcb;
	font-size:13px;	
	font-weight:600;
	border-radius:50px;
	margin: 0 0 30px 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;
}


.footer-sec .btn-Footer:hover{
	border: 1px solid #1d6736;	
	background:#1d6736;
	color:#fff !important;	
	}


.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}
	.footer-sec .footer-column .links li{
	margin:0;
	padding:5px 0;
	list-style:none;
	line-height:1.3;
	}
	
	.footer-sec .footer-column .links li:first-child{
	padding-top:0;
	}
	.footer-sec .footer-column .links li:last-child{
	padding-bottom:0;
	}


.footer-sec .footer-column .pro-link{
  display: -ms-flexbox ;
  display: flex ;
}	

.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:5px 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:#cbcbcb;
	}
	.footer-sec .footer-column a:hover{
	color:#fff;
	}

.footer-sec .footer-column .txt{
	position:relative;
	margin:0 0 5px 0;
	}

	

	


.footer-sec .social-icon{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
		-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	}
	
.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:15px;
	color:#cbcbcb;
	-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:#fff;
	}


.footer-sec .social-icon .iconstyle.icon-youtube{
	font-size:20px;
	}


	
.footer-sec .box{
	position: relative;
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	}

	
.footer-sec .box .icon{
	position:absolute;
	top:1px;
	left:0;
	}

.footer-sec .box .txt{
	margin: 0;
	}
	
.footer-sec .box .iconstyle{
	color: #cbcbcb;
	font-size:15px;
	}





.footer-sec .footer-bottom{
	position: relative;
	border-top: 1px solid #4c4c4c;
	color: #cbcbcb;
	padding: 10px 0;
}

.footer-sec .copyright{
	text-align: center;
	margin: 0 0 10px 0;
	}


.footer-sec .design{
	font-size:11px;
	color: #949494;
	text-align: center;
	}

.footer-sec .design a{
	color: #949494;
	}
.footer-sec .design a:hover{
	color: #cbcbcb;
	}






.side-bar-contact {
	position: fixed;
	bottom:50px;
	right:10px;
	z-index: 100;
}

.side-bar-contact .iconstyle{
	font-size:20px;
	color:#fff;
	background: #25d366;
	width: 36px;
	height: 36px;
	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.1);
-moz-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.1);
box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.1);
	}



	
/*sub-banner styles*/




.sub-banner-sec{
	position:relative;	
	padding: 30px 0;
	background: #1d6736 url("../images/sub-banner-bg.jpg") top center;
	background-size: cover;
	color: #fff;
	text-align: center;
	z-index: 1;
	margin-top: 50px;
	}

.sub-banner-sec:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background:rgba(29,103,54,.9);
	mix-blend-mode: multiply;
	z-index: -1;
}



.sub-banner-sec h2{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}




@media (min-width: 768px) {
	
    .sub-banner-sec {
        margin-top: 65px;
    }
	
}
	
	
@media (min-width: 992px) {
	
    .sub-banner-sec {
		padding: 80px 0;
        margin-top: 110px;
    }
	
}	


@media (min-width: 992px) {
	
    .sub-banner-sec {
        margin-top: 110px;
    }
	
	
.sub-banner-sec h2{
    font-size: 36px;
}

	
}
	
@media (min-width: 1200px) {
	
    .sub-banner-sec {
        margin-top: 120px;
    }
	
}
	
	
	
	


.bg-about {
	background:#e0e0e0 url(../images/banner-about.jpg) center;
	background-size: cover;
	}



.bg-contact {
	background:#e0e0e0 url(../images/banner-contact.jpg) center;
	background-size: cover;
	}





/*about sec styles*/	

.aboutSec{
	position: relative;
	padding: 40px 0;
}

.aboutSec h1{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 20px 0;
	letter-spacing: -1px;
}

.aboutSec h1 span{
	font-weight: 400;
}



.AboutBoxRow{
	position: relative;
}

.AboutConteBox{
	position: relative;
}

.aboutDesc{
	position: relative;
}





.aboutBlockBanner{
	position:relative;	
	padding: 30px 0;
	background: #1d6736 url(../images/bg-about.jpg) top center/cover fixed;
	background-size: cover;
	color: #fff;
	text-align: center;
	z-index: 1;
	height: 200px;
	
	display: -ms-flexbox ;
  display: flex ;
	
	  -ms-flex-align: center ;
  align-items: center ;
	  -ms-flex-pack: center ;
  justify-content: center ;
	}


.aboutBlockBanner: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;
}



.aboutBlockTitle{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.aboutBlockTitle span{
	font-weight: 700;
}




/*mission-sec styles*/	

.mission-sec{
	position: relative;
	padding: 40px 0 10px;
	background: #ececec;
}


.mission-sec .BoxItem{
	position:relative;
	background: #fff;
	border: 1px solid #c5c3c3;
	border-radius: 10px;
	height: calc(100% - 30px);
	margin: 0 0 30px 0;
	padding: 30px 20px;
	text-align: center;
	}



.mission-sec .BoxItem .icon{
	position: relative;
	margin: 0 0 20px 0;
	}

.mission-sec .BoxItem .icon img{ 
	display: inline-block;
	width: 44px;
	height: 44px;
	}


.mission-sec .BoxItem .desc{
	margin: 0;
}


.mission-sec .BoxItem h3{
	font-weight: 700;
	font-size: 18px;
	margin:0 0 15px 0;
}







/*messageSec styles*/	

.messageSec{
	position: relative;
	padding: 40px 0;	
}

.messageContenBox{
	position: relative;
	padding-left: 0;
}

.messageContenBox .messageTitle{
	position: relative;	
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px 0;
}


.messageContenBox .messageTitleTwo{
	position: relative;	
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px 0;
}





/*TeamSec styles*/	

.TeamSec{
	position: relative;
	padding: 40px 0 10px;
	background: #ececec;
	text-align: center;
}


.TeamSec .main-title{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 25px 0;
	letter-spacing: -1px;
}

.teamImageBox{
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}

.teamImageBox .teamImage{
	position: relative;
	margin: 0 0 10px 0;
}

.teamImageBox .teamImage img{
	display: inline-block;
	border-radius: 10px;
	
}

.teamImageBox .teamName{
	position: relative;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px 0;
}


.teamImageBox .teamJobTitle{
	position: relative;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	line-height: 1.2;
}






/*serv-sec styles*/	

.services-sec{
	position: relative;
	padding: 40px 0;
}



.ServList-BoxRow{
	position: relative;
}

.serv-box{
	position:relative;
	text-align:left;
	height: calc(100% - 40px);
	margin: 0 0 40px 0;
	padding: 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;
	}

	
.serv-box .image-box{
	position: relative;
	overflow: hidden;
	margin: 0 0 15px 0;
	border-radius: 10px;
	}
	
	.serv-box .image-box 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: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
}

.serv-box:hover .image-box 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-box .content-box{
	position: relative;
	}
	
	.serv-box .content-box h3{
		font-size:17px;
		font-weight:700;
		margin:0 0 10px 0;
	transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
	}



	.serv-box .content-box .desc{
		height:40px;
		overflow:hidden;
		color: #333;
		margin:0;		
	}



	.serv-box:hover .btn-view{
		background:#1d6736;
		color:#fff;
		}





/*serv-single styles*/


.serv-single-sec{
	position: relative;
	padding: 40px 0;
}

.serv-single-sec.bgLight{
background: #ececec;
}



	.serv-single-sec h1{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 25px 0;
	letter-spacing: -1px;		
	}
	
	
.serv-single-sec h1::after{
	position:absolute;
	content:"";
	width:30px;
	height:3px;
	background:#3aa739;
	bottom:-10px;
	left:0;
	right:0;
	margin: 0;
	}	
	
	.serv-single-sec h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 10px 0;
	}	

	
	.serv-single-sec h4{
	position:relative;
	font-size:16px;
	font-weight:700;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 10px 0;
	}	
	
	.serv-single-sec h5{
	position:relative;
	font-size:15px;
	font-weight:700;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 10px 0;
	}


.serv-single-sec .textCenter{
	text-align: center;
	margin: 0 0 30px 0;	
}

.servSubTitle{
	font-size:18px;
	font-weight:300;
	line-height: 1.2;
	letter-spacing: -1px;
	padding:0;
	margin: 0 0 15px 0;	
	}



.servTextBold{
	font-size:16px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
	

.text_bold{
	font-weight: 700;
}


.Blockquote_Text{
	padding-left: 20px;
	border-left: 4px solid #1d6736;
	font-weight: 600;
}

	
.serv-single-sec .desc{
	position: relative;
	margin: 0 0 20px 0;
}


.servBoxRow{
	position: relative;
	margin: 0 0 30px 0;
}


.servImageBox{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 30px 0;
}

.servImageBox img{
	width: 100%;
}

.servImageBox:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0);
}


.servImageBox img{
	width: 100%;
}


.ServContentBox{
	position: relative;
}


.ServContentBox.pd-left{
	padding-left: 0;
}

.ServContentBox.pd-right{
	padding-right: 0;
}



	
	
	.serv-single-secTwo{
		position: relative;
		padding: 40px 0;
		background: #dbdbdb;
		text-align: center;
	}	
	
	
	.ServVideoBox{
		position: relative;		
	}
	
	
.ServVideoBox .serv-video-thumb {
    position: relative;
    cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
    margin: 0;
}

.ServVideoBox .serv-video-thumb img {
    width: 100%;
    height: auto
}


.ServVideoBox .serv-video-thumb .icon {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:50px;
    height: 50px;
    background: url(../images/play-icon.svg) center center/contain no-repeat;
    border-radius: 50%;
    border: 0 solid #666;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15)
}
	

	
	

	.serv-VideoHead{
	position:relative;
	font-size:18px;
	font-weight:700;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 15px 0;
	}	
		
	
	



.servBoxItem {
  position: relative;
  background: #fff;
  border: 1px solid #c5c3c3;
  border-radius: 10px;
  height: calc(100% - 30px);
  margin: 0 0 30px 0;
  padding: 30px 20px;
}

.servBoxItem .servBoxTitle{
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
	color: #333;
  padding: 0px;
  margin: 0px 0px 10px 0;
}






/*hm-serv-sec styles*/	

.similar-ServSec{
	position: relative;
	padding: 40px 0;
	background: #f2f2f2;
	text-align: center;
}



.similar-ServSec .serv-box{
	height: 100%;
	margin: 0;
}


.similar-ServSec h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	line-height: 1.2;
	color: #333;
	padding:0;
	margin: 0 0 20px 0;
	}	


.similar-serv-slide{
	position: relative;
}



.similar-ServSec .owl-carousel .item{
	overflow:hidden;
	}	
	
.similar-ServSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}

.similar-ServSec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#acacac;
	width:10px;
	height:10px;
	}
	
.similar-ServSec .owl-theme .owl-dots .owl-dot.active span,
.similar-ServSec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #1D6736;
	}



.similar-ServSec .owl-carousel .owl-stage{display: flex;}


.similar-ServSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}




@media (min-width: 992px) {
	
.similar-ServSec .owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
  }
	
}





/*AcademySec styles*/

.AcademySec{
	position: relative;
	padding: 40px 0;
}


.AcademySec.bgLight{
	background: #ececec;
}



.edu-BoxRow{
	position: relative;
}

.edu-ImageBox{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.edu-ImageBox img{
	width: 100%;
}


.edu-ContentBox{
	position: relative;
}


.edu-ContentBox.pd-left{
	padding-left: 0;
}

.edu-ContentBox.pd-right{
	padding-right: 0;
}

.edu-Heading{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px 0;	
}


.edu-subHeading{
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px 0;	
}





/*gallery-sec styles*/	

.gallery-sec{
	position: relative;
	padding: 60px 0 10px;
}


.MediaCatgWrap{
	position: relative;
}

.btn-MediaCatg {
	position: absolute;
    top: -50px;
    right: 0;
    z-index: 1;
    padding:10px 15px;
	background:#1d6736;	
	color:#fff !important;
	border: 0;
	font-size:14px;	
	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-MediaCatg:hover{
		background:#3aa739;
		color:#fff;
		}





.glr-single-row{
	position: relative;
}

.glr-single-row .row {
  margin-right: -10px;
  margin-left: -10px;
  }

.glr-single-row .row > .col,
.glr-single-row .row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
  }



.glr-single-row .glr-Box{
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;	
}

.glr-single-row .glr-item{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin: 0;
}

.glr-single-row .glr-item img{
	 width: 100%;
	height: 150px;
	 object-fit: cover; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
}

.glr-single-row .glr-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);
	}



.glr-single-row .glr-title {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}









.gallery-sec .video-row{
	position: relative;
	margin: 0;
}

.gallery-sec .video-box{
	position: relative;
	text-align: center;
	margin: 0 0 40px 0;
}

.gallery-sec .video-box .video-thumb{
	position: relative;
	cursor: pointer;	
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 10px 0
}

.gallery-sec .video-box .video-thumb img{
	width: 100%;
	height: auto;
}

.gallery-sec .video-box .video-thumb .icon{
	content:"";
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    width: 40px;
	height: 40px;
	background: url(../images/play-icon.svg) no-repeat center center;
	background-size:contain;	
	border-radius: 50%;
	border: 0px solid #666;
		
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}




.gallery-sec .video-box .title{
	position: relative;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
}








/*contact styles*/


.contact-sec{
	position:relative;
	padding:30px 0;
	}

.contact-sec .contact-row{
	position: relative;
	margin: 0 0 30px 0;	
}


.contact-sec .contactbox{
	position: relative;
	line-height: 1.4;
	margin: 0 0 10px 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 .icon{
	position:relative;
	width: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px 0 0;
	}

	.contact-sec .contactbox .icon .iconstyle{
	font-size:13px;
	color:#1d6736;
	}
	.contact-sec .contactbox .icon .iconstyle.icon-mobile{
	font-size:15px;
	}


.CaptchaBox{
	display: -ms-flexbox ;
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.CaptchaBox .CaptchaText{
	font-size: 16px;	
text-align:center;
	color: #555;
border: 1px dashed #888;
background:#F0F1F2;
	padding: 6px 30px 5px;

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: 16px;
	width: 37px;
	height:37px;
	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;
}




.contact-sec .contactbox h6{
	font-size: 13px;
	font-weight: 500;
	color: #666;
	margin: 0 0 2px 0;
}

.contact-sec .contactbox .txt{
	font-size: 15px;	
	font-weight: 500;	
}


.contact-form{
	position: relative;
	}

.contact-form h4{
	position:relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}

.contact-form .desc{
	margin: 0 0 20px 0;
	}



.contact-form .form-group{
	margin-bottom:10px;
	}
	
.contact-form .form-control{
	padding:7px 10px;
	border-radius:0;
	border:1px solid #cccccc;
	background:#ffffff;	
	color:#333;
	font-size:14px;
	min-width:150px;
	height:auto;
	margin:0;
	}

.contact-form .form-control:focus {
    box-shadow:none;
	background:#fff;
	border:1px solid #8e8e8e;
    }

.contact-form ::-webkit-input-placeholder { /* Chrome */
  color: #615F68;
}

.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #615F68;
}

.contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #615F68;
  opacity: 1;
}

.contact-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #615F68;
  opacity: 1;
}


.contact-form .btn-submit{
	padding:8px 20px;
	background:#1d6736;
	color:#fff;
	border: 0;
	font-size:13px;	
	font-weight:600;
	border-radius:50px;
	line-height: 1.2;
	margin: 5px 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;
	}

	
	.contact-form .btn-submit:hover{
		background:#3aa739;
		color:#fff;
	}





.contact-form .form-row{
margin-right: -10px;
margin-left: -10px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 10px;
padding-left: 10px;
}



.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;
  height: calc(2.50rem + 2px);
  padding: 10px 20px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0;
}

.contact-form .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.50rem;
  padding: 10px 20px;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  background-color: #d41414;
  border-left: 1px solid #cccccc;
  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;
	border: 1px solid #D5D5D5;
}

.contact-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00973D;
}

.contact-form .pd{
	padding-top: 8px;
	padding-bottom: 8px;
}



.location-sec{
	position:relative;
	}
	
.location-sec .location{
	position:relative;
	height:250px;
	background:#efeeec;
	}	
	
.location-sec .location iframe{
	height:250px;
	}




/* 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: 10px;
  right: 10px;
  -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: 10px;
    bottom: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 20px;
    bottom: 20px;
  }
}







.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 {
  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; }


