
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");

body{
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size:15px;
color: #333;
line-height:1.5;	
}

h1, h2, h3, h4, h5, h6{
	
	line-height:1.1;
	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: #00335C;
text-decoration:none;
}


.btn{  transition: 0.3s;}

.btn:focus {
  outline: none;
  box-shadow:none;
}

img{
max-width:100%;
display:block;
}

p{
	margin-bottom: 15px;
}

p:last-child{
	margin:0;
	}

button{
	cursor:pointer;
	}

button:focus {
  outline: none;
  box-shadow:none;
}




.form-control:focus {
    box-shadow:none;
    }
	


:focus {
	outline:none;
}


.breadcrumb{
	font-size:13px;
	font-weight: 500;
	padding:5px 0;
	background:none;
	margin:25px 0 0 0;
  -ms-flex-pack: start ;
  justify-content: flex-start ;
	}


.breadcrumb-sec{
	position: relative;
}

.breadcrumb-item a{
	color:#666;
	}
	.breadcrumb-item a:hover{
	color:#00973D;
	}
	
.breadcrumb-item.active{
	color:#00973D;
	}



.btnQuickEnq{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #333;
	padding: 8px 15px;	
	border: 2px solid #FE7A89;
	margin: 0 15px;
}


@media (max-width: 1366px){

.btnQuickEnq{
	font-size: 14px;
	padding: 6px 10px;	
	margin: 0 10px;
}	
	
}

@media (max-width: 1200px){

.btnQuickEnq{
	font-size: 13px;
	padding: 5px 8px;	
	margin: 0 10px;
}	
	
}

@media (max-width: 991px){

.btnQuickEnq{
	display: none;
}	
	
}



.modal-title{
	font-size:13px;
	font-weight: 600;
	color: #6A2A10;
}



.enquiryModal .modal-backdrop{
	z-index:-1;
	}
	
.enquiryModal .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;
}



.enquiryModal .modal-content{
	border:0;
	border-radius:0;
	}
	
.enquiryModal .modal-header{
	background:#333;
	color:#fff;
	border:0;
	border-radius:0;
	padding:8px 20px 8px 15px;
	}
	
.enquiryModal .modal-title{
	font-size:15px;
	font-weight: 500;
	color: #fff;	
}


	
.enquiryModal .modal-body{
	padding:20px;
	}

.enquiryModal .modal-header .close{
	color:#fff;
	text-shadow:none;
	opacity: 1;
}



.enquiryModal .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.enquiryModal .modal-header .close:not(:disabled):not(.disabled):hover,
.enquiryModal .modal-header .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}


/*hm-enq-sec styles*/

.enq-box{
	position:relative;
	margin:0;
	}

.enq-box .enq-form{
	position:relative;
	}
	
.enq-box .form-group{
	margin-bottom:10px;
	}
	
.enq-box .form-control{
	padding:10px;
	border:1px solid #bdbdbd;
	border-radius:0;
	background:#ffffff;
	color:#212121;
	font-size:14px;
	min-width:150px;
	height:auto;
	margin:0;
	}

.enq-box .form-control:focus {
    box-shadow:none;
	background:#ffffff;
	border:1px solid #424242;
    }




.enq-box ::-webkit-input-placeholder { /* Chrome */
  color: #424242;
}

.enq-box :-ms-input-placeholder { /* IE 10+ */
  color: #424242;
}

.enq-box form ::-moz-placeholder { /* Firefox 19+ */
  color: #424242;
  opacity: 1;
}

.enq-box form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #424242;
  opacity: 1;
}


.enq-box .btn-submit{
	position:relative;
	background:#E50019;
	color:#fff;
	font-weight:500;
	font-size:14px;
	border-radius:0;
	padding:10px 20px;
	margin:10px 0 0 0;
	}
	
	.enq-box .btn-submit:hover{
	background:#370409;
	color:#fff;
	}




.enq-box .CaptchaBox{
	display: block ;
}

.enq-box .CaptchaBox .CaptchaText{
	font-size: 18px;
	text-align:center;
	color: #555;
border: 1px dashed #888;
background:#F0F1F2;
padding:7px 30px;
margin:0;
}

.enq-box .CaptchaBox .CaptchaEqual{
	font-size: 18px;
	color: #666;
text-align:center;
margin:0;
}

.enq-box .CaptchaBox .dFlexBox{
	display: -ms-flexbox;
	display: flex;
}

.enq-box .CaptchaBox .CaptchaInput{
	margin:0 10px 0 0;
}


.enq-box .CaptchaBox .CaptchaReload .iconstyle {
	font-size: 20px;
	width: 43px;
	height:43px;
	padding: 10px;
	background: #888;
	color:#fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}





	

@media (max-width: 991px){
	
.enq-box .form-control{
	padding:8px 10px 7px;
	font-size: 12px;
	}
	
.enq-box .btn-submit {
    font-size: 14px;
}
	
.enq-box .CaptchaBox .CaptchaText{
	font-size: 16px;	
}
	
.enq-box .CaptchaBox .CaptchaReload .iconstyle {
	font-size: 16px;
	width: 35px;
	height:35px;
	
}

	

}




.container {
  max-width: 1250px;
}



	
	
/*container styles*/



.main-header{
	position:relative;
	}



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;
}


header.sticky .main-header{
	-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);

}







.main-header .headSocialIcons{
  display: -ms-flexbox ;
  display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
	}
	
.main-header .headSocialIcons a{
    display: block;
    margin-left:15px;
}

.main-header .headSocialIcons a:first-child{
    margin-left: 0;
}

.main-header .headSocialIcons .iconstyle{
	font-size:14px;
	color:#E50019;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.main-header .headSocialIcons .iconstyle:hover{
	color:#333;
	}

.main-header .headSocialIcons .iconstyle.icon-youtube{
	font-size:18px;
	}


@media (max-width: 1200px) {
	
.main-header .headSocialIcons a{
    margin-left:10px;
}
	
.main-header .headSocialIcons .iconstyle{
	font-size:12px;
	}
}




@media (min-width: 1366px){
	
.main-header .container-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
	

}


@media (min-width: 1680px){
	
.main-header .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
	
}



@media (max-width: 991px) {
.main-header .headSocialIcons{
	display: none;

	}
}







/*header styles*/

.top-wrapper{
	position: relative;
}

	
.top_header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify ;
  justify-content: space-between ;	
}

.top_header a{
	color: #555555;
}

.top_header a:hover{
	color: #ED3237;
}
	
.brand-wrapper{
	position:relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	
	}


.brand{
	padding:10px 0;
	margin-right: 0;
}


.brand img{
	width:120px;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
	}


.menuContact{
	position:relative;
	background: #CF992D;
	color: #fff;
	padding: 5px 10px;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	border-radius: 5px;
}

.menuContact span{
	display: block;
	font-size: 12px;
}



@media (max-width: 991px) {
	
	.menuContact{
		display: none;
	}
	
}



@media (min-width: 576px){
	
}


@media (min-width: 768px){
			
}


@media (min-width: 992px){


.brand{
	padding: 15px 0;		
	}
	
.brand img{
	width:200px;
	}

	
}


@media (min-width: 1200px){

	
}









/*hm-slider-sec styles*/

.sliderSec{
position:relative;
padding:110px 0 0 0;
	background: #2691E6;
}

.hm-mainslider-sec{
position:relative;
}


.slidevdobg{
z-index: -1;
}

.sliderVideo {
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
}

.video-fluid {

}


.owl-carousel video{
	width: 100%;
    display: block;
    object-fit: cover!important;
         -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-item{
	position: relative;
}

.slider-image{
	position: relative;
}

.slider-image:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.2);
}



.slider-captionWrap {
position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}


.slider-caption {
    z-index: 1;
    color: #fff;
    padding: 0;
    max-width: 400px;
}


.slider-caption h1 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 10px 0;
}

.slider-caption .SlideHeader{
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff;
    margin: 0 0 10px 0;
}


.slider-caption .slider-txt{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 10px 0;
}



.slider-caption .btn-slide{
padding:8px 15px;
	background: none;
	border: 1px solid #FFCB05;
	color:#fff;
	font-size:12px;
	font-weight:600;
	text-transform: uppercase;
	border-radius:3px;
	line-height: 1;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.slider-caption .btn-slide:hover{
		background:#FFCB05;
		color:#000;
		}





.owl-item.active .SlideHeader {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.owl-item.active .slider-txt {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.owl-item.active .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-theme .owl-dots .owl-dot span {
    width: 12px;
	height: 12px;
    background: 0 0;
	border: 2px solid #fff;
    position: relative;
    padding: 0;
    cursor: pointer;
	margin: 0 7px;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
}






.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding:0;
    background: 0 0;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}

.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #fff;
    text-decoration: none;
}

.hm-mainslider-sec .owl-next,.hm-mainslider-sec .owl-prev {
    position: absolute;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
    bottom: 10px
}

.hm-mainslider-sec .owl-prev {
    right: 39px;
}

.hm-mainslider-sec .owl-next {
    right: 10px;
}

.hm-mainslider-sec .owl-theme .owl-nav {
    margin: 0;
}











@media (min-width: 576px){


.slider-caption {
	max-width: 450px;
}
	
.slider-caption h1{
	font-size: 20px;
	margin: 0 0 10px 0;	
}


.slider-caption .SlideHeader{
    font-size: 20px;
	margin: 0 0 10px 0;
}

	
}



@media (min-width: 768px){


.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -30px ;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 16px;
	height: 16px;	
}

	
	
	
}





@media (min-width: 992px){

	
.sliderSec{
  min-height: 600px;
}
	
	
.slider-caption {
	max-width: 600px;
}
	
.slider-caption h1{
	font-size: 30px;
	margin: 0 0 30px 0;	
}

.slider-caption .SlideHeader{
    font-size: 30px;
	margin: 0 0 30px 0;	
}

	
.slider-caption .slider-txt{
	font-size: 15px;
	margin: 0 0 30px 0;
}	

.slider-caption .btn-slide{
	padding:15px 20px;
	font-size:14px;
	}


	

.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -40px ;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 16px;
	height: 16px;
	margin: 0 10px;
}
	


	
	
}



@media (min-width: 1200px){

.sliderSec{
  min-height: 700px;
}
	
	
.slider-caption {
	max-width: 650px;
}
	
.slider-caption h1{
	font-size: 40px;
	margin: 0 0 50px 0;	
}

.slider-caption .SlideHeader{
    font-size: 40px;
	margin: 0 0 50px 0;	
}


	
.slider-caption .slider-txt{
	font-size: 15px;
	margin: 0 0 30px 0;
}	

.slider-caption .btn-slide{
	padding:15px 20px;
	font-size:14px;
	}

	

.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -50px ;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 18px;
	height: 18px;
}


.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
        font-size: 22px;
    }

    .hm-mainslider-sec .owl-next,
    .hm-mainslider-sec .owl-prev {
        bottom: 20px;
    }

    .hm-mainslider-sec .owl-prev {
        right: 52px;
    }

    .hm-mainslider-sec .owl-next {
        right: 15px;
    }



	
}






@media (min-width: 1680px){
	
.sliderSec{
  min-height: 850px;
}
	
	
.slider-caption {
	max-width: 650px;
}
	
.slider-caption h1{
	font-size: 44px;
	margin: 0 0 90px 0;	
}

.slider-caption .SlideHeader{
    font-size: 44px;
	margin: 0 0 90px 0;
}


	
.slider-caption .slider-txt{
	font-size: 15px;
	margin: 0 0 50px 0;
}	



.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -70px ;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
    width: 20px;
	height: 20px;
}




}




@media (max-width: 1199px) {

.sliderSec{
	padding: 80px 0 0 0;
}

}


@media (max-width: 991px) {

.sliderSec{
	padding: 70px 0 0 0;
}

}



@media (max-width: 767px) {

.sliderSec{
	min-height: 300px;
	padding: 70px 0 0 0;
}


.slider-caption .slider-txt{
	display: none;
}
	
	
.slider-image img{
height: 300px;
object-fit: cover;
object-position: center bottom;
}	

	
.owl-carousel video{
	width: 100%;
	height: 300px;
	}	
	
	
	
}



@media (max-width: 575px) {

.sliderSec{
	padding: 45px 0 0 0;
}





}



@media (max-width: 480px) {



}












/*section-header styles*/	

.headingWrapper{
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	display: -ms-flexbox ;
	display: flex ;
	-ms-flex-align: center ;
	align-items: center ;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}

.sec-header{
	position:relative;
	margin: 0 0 40px 0;
	}


.sec-header h1{
	position:relative;
	font-size:34px;
	font-weight:800;
	line-height: 1.1;
	color: #000;
	text-transform: uppercase;
	padding:0;
	margin: 0;
	}

.sec-header .mainHeading{
	position:relative;
	font-size:34px;
	font-weight:800;
	line-height: 1;
	color: #00335C;
	text-transform: uppercase;
	padding:0;
	margin: 0;
	}

.sec-header h5{
	position:relative;
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
	color:#1B68B2;
	padding:0;
	margin: 0 0 20px 0;	
	}

.sec-header h5::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #FFCB05;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}	



.sec-header .mainHeading.hdr-white,
.sec-header h1.hdr-white,
.sec-header h5.hdr-white{
	color: #fff;	
}

.sec-header h5.hdr-white::after {
    background: #FFCB05;
}



.btn-more{
	padding:15px 20px;
	background:none;
	color:#fff;
	border: 1px solid #FFCB05;
	font-size:14px;	
	font-weight:600;
	text-transform: uppercase;
	border-radius:3px;
	line-height: 1;
	}
	
	.btn-more:hover{
		background:#FFCB05;
		color:#000;
		}

.btn-more-light{
	padding:15px 20px;
	background:none;
	color:#1B68B2;
	border: 1px solid #1B68B2;
	font-size:14px;	
	font-weight:600;
	text-transform: uppercase;
	border-radius:3px;
	line-height: 1;
	}
	
	.btn-more-light:hover{
		background:#1B68B2;
		color:#fff;
		}


.btnView{
	position: relative;
	font-weight: bold;
	font-size: 15px;
	color: #666;
	display: inline-block;
}

.btnView::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #FFEE00;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0;
}

.btnView:hover{
	color:#E50019;
	}


.btnView.Small{
	font-size: 13px;
}



.lists{
	position: relative;
	margin: 0 0 30px 0;
	text-align: left;
}

.lists ul{
	margin: 0;
	padding: 0;
}

.lists li{
	position: relative;
	list-style: none;
	padding: 4px 0 3px 20px;
}

.lists li:before {
    content: '';
    width: 6px;
    height: 6px;
	border-radius: 50%;
	background: #CF3434;
    position: absolute;
    left: 0;
    top: 12px;
}



.al-ItemCenter {
-ms-flex-align: center ;
 align-items: center ;
}

.al-center {
    -ms-flex-item-align: center;
    align-self: center;
}

.h100-alCenter{
	height: 100% !important;
	display: -ms-flexbox ;
	display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
}



.BoxShadow{
	z-index: 1;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}



.container-100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}






.logoBoxBg{
	position: absolute;
	left: -25px;
	top: 0;
	z-index: -1;
}

.logoBoxBg img{
	width: 550px ;
	display: inline-block;

	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
}



header.sticky .logoBoxBg{
	top:-15px;
}
header.sticky .logoBoxBg img{
	width: 300px ;
}



@media (max-width: 1679px){


.logoBoxBg{
	left: -50px;
}

.logoBoxBg img {
  width: 520px;
}

header.sticky .logoBoxBg{
	top:-15px;
}
	
header.sticky .logoBoxBg img{
	width: 300px ;
}

}




@media (max-width: 1366px) {

.logoBoxBg{
	left: -80px;
	top:-10px
}


.logoBoxBg img{
	width: 480px ;
}

header.sticky .logoBoxBg{
	top:-15px;
	left:-50px;
}
	
header.sticky .logoBoxBg img{
	width: 300px ;
}

}



@media (max-width: 1199px) {

.logoBoxBg{
	left: -40px;
}


.logoBoxBg img{
	width: 400px ;
}

header.sticky .logoBoxBg{
	top:-15px;
	left:-50px;
}
	
header.sticky .logoBoxBg img{
	width: 300px ;
}

}






@media (max-width: 991px) {


.logoBoxBg{
	left: 0;
	top:-5px;
}

.logoBoxBg img{
	width: 310px;  
}

header.sticky .logoBoxBg{
	top:-20px;
	left:-40px;
}
	
header.sticky .logoBoxBg img{
	width: 300px;
}


}



@media (max-width: 767px) {


.logoBoxBg{
	left: 0;
	top:-5px;
}

.logoBoxBg img{
	width: 310px;  
}

header.sticky .logoBoxBg{
	top:-20px;
	left:-40px;
}
	
header.sticky .logoBoxBg img{
	width: 300px;
}


}




@media (max-width: 575px) {



.logoBoxBg{
	left: -10px;
	top:-20px;
}

.logoBoxBg img{
	width: 250px;  
}

header.sticky .logoBoxBg{
	top:-25px;
	left:-20px;
}
	
header.sticky .logoBoxBg img{
	width: 250px ;
}


}






.logo-bg{
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-top: -15px;
}

.logo-bg img{
display: inline-block;
width: 55px;

	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; 
}




header.sticky .logo-bg{
	margin-top: 0px;
}


header.sticky .logo-bg img{
	width: 40px;
}



@media (max-width: 1366px) {

.logo-bg{
	margin-top: 0;
}	

}


@media (max-width: 1199px) {

.logo-bg{
	margin-top: -15px;
}	

.logo-bg img{
	width: 50px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 40px ;
}


}



@media (max-width: 991px) {

	
.logo-bg{
	margin-top:0;
}	

.logo-bg img{
	width: 40px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 35px ;
}
	


}



@media (max-width: 767px) {

	
.logo-bg{
	margin-top:0;
}	

.logo-bg img{
	width: 40px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 35px ;
}


}



@media (max-width: 575px) {

	
.logo-bg{
	margin-top:0;
}	

.logo-bg img{
	width: 30px;
}

header.sticky .logo-bg{
	margin-top: 0;
}


header.sticky .logo-bg img{
	width: 30px ;
}


}








.btnWhatsapp {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 18px;

	position: relative;
	margin: 0 0 0 15px;
padding:8px 18px 8px 12px;
	background: #00c343;
	color:#fff;

	text-transform: uppercase;
	border-radius:3px;
	border: 0;
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -ms-flex-align: center ;
  align-items: center ;
	line-height: 1;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;



}

.btnWhatsapp:hover{
		background:#128c7e;
		color: #fff;
		}



.btnWhatsapp .iconstyle {
    font-size:28px;
    color: #fff;
    margin-right: 10px;
}






.topSection{
	position: relative;
}




/*hm-ProSec styles*/	


.hm-ProSec{
	position: relative;
	padding:120px 0 100px;
	
	background: rgb(0,51,92);
background: linear-gradient(0deg, rgba(0,51,92,1) 0%, rgba(38,145,230,1) 100%);
	
	color: #fff;
	text-align: center;
}

.hm-ProSec a{
	color: #fff;
}



.hm-ProSec .txt{
	max-width: 50%;
    margin: auto;
    margin-bottom: 30px;
}



.Pro-BoxItem{
	position:relative;
	}

.Pro-BoxItem a{
	color: #fff;
}



.Pro-BoxItem .imageBox{
	position: relative;
	overflow: hidden;
	margin: auto;
	margin-bottom: 30px;
	}
	
	.Pro-BoxItem .imageBox img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.Pro-BoxItem:hover .imageBox img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.Pro-BoxItem .contentBox{
	position: relative;
	}

	
	.Pro-BoxItem .contentBox h3{
		font-size:24px;
		font-weight:700;
		text-transform: uppercase;
		margin:0 0 30px 0;
	}

	.Pro-BoxItem .contentBox .desc{
		height:48px;
		overflow:hidden;
		margin:0 0 30px 0;
	}



	








/*featureSec styles*/	

.featureSec{
	position: relative;
	padding: 120px 0 580px;
	text-align: center;
	background: url(../images/bg-features.jpg) center;
	background-size: cover;
	color: #fff;
}

.featureSec a{
	color: #fff;
}


.featureSec .txt{
	max-width: 50%;
    margin: auto;
    margin-bottom: 30px;
}


.featureSec .featureSlide{
	position: relative;
}


.featureSec .BoxItem{
	position:relative;	
	height: 100%;
	margin: 0;
	padding:40px 25px;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	background:rgba(1, 65, 111, .5);
	}


.featureSec .BoxItem a{
	color: #fff;
	}


.featureSec .BoxItem .icon{
	position: relative;
	margin: 0 0 30px 0;
	}

.featureSec .BoxItem .icon img{ 
	display: inline-block;
	width: 76px !important;
	height: 76px !important;
	}


.featureSec .BoxItem .desc{
	margin: 0;
}


.featureSec .BoxItem h4{
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin:0 0 20px 0;
}



.featureSec .featureSlide .owl-carousel .owl-item img{
	width:auto;	
}

.featureSec .featureSlide .owl-carousel .item{
	overflow:hidden;
	}	
	
.featureSec .featureSlide .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}


.featureSec .featureSlide .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#fff;
	width:12px;
	height:12px;
	border-radius: 0;
	}


	
.featureSec .featureSlide .owl-theme .owl-dots .owl-dot.active span,
.featureSec .featureSlide .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #F68121;
	}



.featureSec .featureSlide .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 9px 9px ;
    background:#002581;
    display: inline-block;
    cursor: pointer;
    border-radius:0 ;
}
    
.featureSec .featureSlide .owl-theme .owl-nav [class*='owl-']:hover {
      background:#ED3237;
      color: #fff;
      text-decoration: none;
	  }
	
.featureSec .featureSlide .owl-prev,
.featureSec .featureSlide .owl-next {
	position: absolute;
	width: 34px;
	height: 34px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-60px;
	}
    
.featureSec .featureSlide .owl-prev {right: 39px;}

.featureSec .featureSlide .owl-next {right: 0;}


.featureSec .featureSlide .owl-theme .owl-nav{
	margin: 0;
}



.featureSec .featureSlide .owl-carousel .owl-stage{display: flex;}

.featureSec .featureSlide .tm-items {
    height: 100%;
}


.featureSec .featureSlide .h100 {height: 100%!important;
}




@media (max-width: 991px){

	
.featureSec .featureSlide .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}


.featureSec .featureSlide .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
}
    
	
.featureSec .featureSlide .owl-prev,
.featureSec .featureSlide .owl-next {
	width: 20px;
	height: 20px;
	top:-40px;
	}
    
.featureSec .featureSlide .owl-prev {right: 25px;
}


	
}





/*featureTwoSec styles*/	

.featureTwoSec{
	position: relative;
	padding:100px 0;
	color: #fff;
	text-align: center;
	
		background: rgb(0,51,92);
background: linear-gradient(0deg, rgba(0,51,92,1) 0%, rgba(38,145,230,1) 100%);
}

.featureTwoSec a{
	color: #fff;
}


.featureTwoSec .BoxItem{
	position:relative;
	text-align: left;
	margin: 0 0 30px 0;
display: -ms-flexbox ;
display: flex ;
	}


.featureTwoSec .BoxItem .icon{
	width: 280px;
	text-align: center;	
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	}



.featureTwoSec .BoxItem .icon img{ 
	display: inline-block;
	width: 220px;
	}

.featureTwoSec .BoxItem .icon .wdOne{
	width: 160px;
}

.featureTwoSec .BoxItem .icon .wdTwo{
	width: 130px;
}



.featureTwoSec .BoxItem .descBox{
	position: relative;
	width: 50%;
	border-left: 1px dashed #FFCB05;
	padding: 10px 0 10px 30px;
}



.featureTwoSec .BoxItem .desc{
	margin: 0;
}

.featureTwoSec .BoxItem h4{
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin:0 0 10px 0;
}




.featureTwoSec .overlay-1 {
        position:absolute;
        bottom: 20px;
        left: 20px
    }

    .featureTwoSec .overlay-1 img {
        width: auto;
        display: inline-block
    }

    .featureTwoSec .overlay-2 {
        position: absolute;
        top: 20px;
        right: 20px
    }

    .featureTwoSec .overlay-2 img {
        width: auto;
        display: inline-block
    }







/*hm-aboutSec styles*/	


.hm-aboutSec{
	position: relative;
	padding: 140px 0 60px;
	z-index: 1;	
}


.hm-aboutSec:after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%; 
    content: "";
    z-index: -1;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(180,227,255,1) 100%);
}




.hm-aboutSec .LeftCol{
position: relative;
text-align: center;
}

.logo-BG{
	position: relative;
	padding: 80px 0 60px 0;
}

.logo-BG img{
	width: 85px;
	display: inline-block;
}





.hm-aboutSec .RightCol{
position: relative;
border-left: 1px dashed #0D2C74;
padding: 0 0 0 40px;
}



.hm-aboutSec .contentBox{
position: relative;
}

.hm-aboutSec .contentBox .desc{
	max-width: 90%;
	margin: 0 0 50px 0;
}


.hm-aboutSec .BrandsRow{
	position: relative;	
	text-align: center;
}

.hm-aboutSec h2{
	font-size: 28px;
	font-weight: 800;
	color: #00335C;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 30px 0;
}



.hm-aboutSec .itemBox{
	position: relative;
	margin: 0;
}

.hm-aboutSec .itemBox .imageBox{
	position: relative;
	margin: 0 0 10px 0;
}

.hm-aboutSec .itemBox .imageBox img{
	display: inline-block;
}







.factsBoxRow{
	position: relative;
	margin: 0 0 50px 0;
}

.facts-box{
	position: relative;
	text-align: center;
	border-bottom:4px solid #FFCB05;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}




.facts-box .number{
	font-size: 44px;
	font-weight: 700;
	color: #1B68B2;
}


.facts-box .number sup {
    top: -5px;
    left:0px;
}

.facts-box .title{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #00335C;
}




.hm-aboutSec .AboutSlider{
	position: relative;
}



.hm-aboutSec .AboutSlider .AboutSliderImage{
	position: relative;
}


.hm-aboutSec .owl-carousel .owl-item img{
	width:100%;	
}

.hm-aboutSec .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-aboutSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:10px;
	}


.hm-aboutSec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#AFAFAF;
	width:12px;
	height:12px;
	border-radius: 0;
	}


	
.hm-aboutSec .owl-theme .owl-dots .owl-dot.active span,
.hm-aboutSec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #1B68B2;
	}




.hm-aboutSec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 9px 9px ;
    background:#AFAFAF;
    display: inline-block;
    cursor: pointer;
    border-radius:0 ;
}
    
.hm-aboutSec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#1B68B2;
      color: #fff;
      text-decoration: none;
	  }
	
.hm-aboutSec .owl-prev,
.hm-aboutSec .owl-next {
	position: absolute;
	width: 34px;
	height: 34px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-60px;
	}
    
.hm-aboutSec .owl-prev {right: 39px;}

.hm-aboutSec .owl-next {right: 0;}


.hm-aboutSec .owl-theme .owl-nav{
	margin: 0;
}





@media (max-width: 991px){

.hm-aboutSec .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}


.hm-aboutSec .owl-theme .owl-nav [class*='owl-'] {
    padding: 4px 4px ;
}
    
	
.hm-aboutSec .owl-prev,
.hm-aboutSec .owl-next {
	width: 20px;
	height: 20px;
	top:-40px;
	}
    
.hm-aboutSec .owl-prev {right: 25px;
}


	
}






/*hm-GallerySec styles*/	


.hm-GallerySec{
	position: relative;
	padding: 120px 0;
	z-index: 1;
}


.hm-GallerySec:after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%; 
    content: "";
    z-index: -1;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(180,227,255,1) 100%);
}



.hm-GallerySec .LeftCol{
	position: relative;
	margin-right: 10px;
}

.hm-GallerySec .RightCol{
	position: relative;
	margin-left: 10px;
}


.hm-GallerySec .GallerySlider{
	position: relative;
}

.hm-GallerySec .GallerySliderImage{
	position: relative;
}

.hm-GallerySec .GallerySliderImage img{
	width: 100%;
	height: 480px;
	object-fit: cover;
	display: inline-block;
}



.hm-GallerySec .GallerySliderImage .OverlayBox{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 40%);
	padding: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-GallerySec .GallerySliderImage .title{
	position: absolute;
	left:20px;
	bottom:20px;
	font-size:17px;
	font-weight: 600;
	color:#ffffff;
	z-index: 1;
	}		



.hm-GallerySec .vdo-slide{
	position: relative;
}



.hm-GallerySec .vdo-image{
	position: relative;
	}
	
	.hm-GallerySec .vdo-image img{
	 width: 100%; 
	display:inline-block;
}

.hm-GallerySec .vdo-image .icon{
	content:"";
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    width: 60px;
	height: 60px;
	background: url(../images/play-icon.svg) no-repeat center center;
	background-size:contain;
	
	border-radius: 50%;
		
-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-GallerySec .vdo-image .OverlayBox{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 40%);
	padding: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-GallerySec .vdo-image .title{
	position: absolute;
	left:20px;
	bottom:20px;
	font-size:17px;
	font-weight: 600;
	color:#ffffff;
	z-index: 1;
	}		



 .btn-ViewAll{
	position:relative;
	color:#1B68B2 !important;
	font-weight:700;
	font-size:15px;
	text-transform: uppercase;
	padding: 0 0 0 30px;
	line-height: 1.2;
	margin:12px 0 0 0;
	}
	
	.btn-ViewAll:hover{
	color:#00335C !important;
	}


.btn-ViewAll:after{
    content: '';
    width: 20px;
    border-bottom: 2px solid #FFCB05;
    position: absolute;
    left: 0;
    top: 50%;
}


.alRight{
	float: right;
}






.hm-GallerySec .owl-carousel .owl-item img{
	width:100%;	
}


.hm-GallerySec .owl-carousel .item{
	overflow:hidden;
	}	
	
.hm-GallerySec .owl-theme .owl-nav.disabled+.owl-dots{
	position: absolute;
	left: 0;
	bottom: -30px;
	margin-top:10px;
	}


.hm-GallerySec .owl-theme .owl-dots .owl-dot span{
	margin:0 8px;
	background:#AFAFAF;
	width:12px;
	height:12px;
	border-radius: 0;
	}

.hm-GallerySec .owl-theme .owl-dots .owl-dot:first-child span{
	margin:0 8px 0 0;	
	}


	
.hm-GallerySec .owl-theme .owl-dots .owl-dot.active span,
.hm-GallerySec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #1B68B2;
	}




.hm-GallerySec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 4px 4px ;
    background:#AFAFAF;
    display: inline-block;
    cursor: pointer;
    border-radius:0 ;
}
    
.hm-GallerySec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#1B68B2;
      color: #fff;
      text-decoration: none;
	  }
	
.hm-GallerySec .owl-prev,
.hm-GallerySec .owl-next {
	position: absolute;
	width: 20px;
	height: 20px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:-40px;
	}
    
.hm-GallerySec .owl-prev {right: 25px;}

.hm-GallerySec .owl-next {right: 0;}


.hm-GallerySec .owl-theme .owl-nav{
	margin: 0;
}


@media (max-width: 991px) {


.hm-GallerySec .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}

}




/*hm-testimonials-sec styles*/

.hm-testimonials-sec{
	position:relative;
	padding: 120px 0 100px;
	background: #1B68B2 url(../images/testimony-bg.jpg) top center;	
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	z-index: 1;
}



.hm-testimonials-sec:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
    z-index: -1;
	mix-blend-mode: multiply;
	background:rgba(27,104,178,1);
}




.hm-testimonials-sec .vdo-image{
	position: relative;
	}
	
	.hm-testimonials-sec .vdo-image img{
	 width: 100%; 
	display:inline-block;
}

.hm-testimonials-sec .vdo-image .icon{
	content:"";
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    width: 60px;
	height: 60px;
	background: url(../images/play-icon.svg) no-repeat center center;
	background-size:contain;
	
	border-radius: 50%;
		
-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);
	}










.testimonial-box{
	position:relative;
	width: 90%;
	margin: auto;
	}

.testimonial-box .box{
	position: relative;	
	padding: 0;
}



.testimonial{
	position:relative;
	width: 90%;
	margin: auto;	
	}


.testimonial .dflexBox{
	position: relative;
	margin: 0 0 40px 0;
display: -ms-flexbox ;
display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
    -ms-flex-pack: center ;
  justify-content: center ;
}



.testimonial .icon-quote {
	position: relative;
	margin: 0 0 0 30px;
	opacity: .3;
}


.testimonial .icon-quote img {
	width: 150px !important;
}


.testimonial .image{
	margin:0;
	}
	
.testimonial .image img{
	width:auto;
	max-width:160px;
	display:inline-block !important;
	}



.testimonial .icon-quote .iconstyle{
	font-size:30px;
	color:#fff;
	background: #00973D;
	width: 60px;
	height: 60px;	
	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 ;
	}


.testimonial .desc{
	padding: 0 0 40px 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:30px;
	}


.testimonial-box .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background:#AFAFAF;
	width:12px;
	height:12px;
	border-radius: 0;
	}
	
.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 #FFCB05;
	}

	




.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: 110px 0 50px;	
}


.hm-testimonials-sec .vdo-image{
	margin: 0 0 20px 0;
}


.hm-testimonials-sec .vdo-image .icon{
	width: 40px;
	height: 40px;	
	}


.testimonial-box{
	width: 100%;
	}


.testimonial .dflexBox{
	margin: 0 0 20px 0;
}


.testimonial .icon-quote {
	margin: 0 0 0 20px;
}

.testimonial .icon-quote img {
	width: 100px !important;
}


.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;
	}


	
}





/*blockOneSec styles*/	

.blockOneSec{
	position: relative;
	background: url(../images/bg-besguard-rainwater-gutter.jpg) bottom;
	background-size: cover;
	background-attachment: fixed;
	height: 1000px;
	padding: 0;
}



.blockOneSec .blockTitleWrap{
	position: relative;
	height: 1000px;
	  display: -ms-flexbox ;
  display: flex ;
    -ms-flex-pack: end ;
  justify-content: flex-end ;
  -ms-flex-align: end ;
  align-items: flex-end ;
	 
}

.blockOneSec .blockTitle{
	width: 600px;
  padding: 60px 70px 50px;
   background: linear-gradient(135deg, transparent 50px, rgba(0, 0, 0, .6) 0px);
  color: #fff;
  margin: 0 0 50px 0;
}


.blockOneSec .blockTitle a{
  color: #fff;
}


.blockOneSec .blocktxt{	
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 40px 0;
}

.blockOneSec .blocktxtSmall{
	font-size: 18px;
	font-weight: 700;
}





/*downloadSec styles*/	


.downloadSec{
	position: relative;
	background: url(../images/downloads-bg.jpg);
	background-size: cover;
	color:#fff;
	padding: 80px 0;
	z-index: 1;
}



.downloadSec:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
    z-index: -1;
	background:rgba(0,130,177,.75);
}





.downloadSec .DownloadsSlide{
	position:relative;
	width: 94%; 
	margin: auto;
	}



.downloadSec .DownBoxItem{
	position:relative;
	text-align: left;
	margin: 0 ;
display: -ms-flexbox ;
display: flex ;
	}

.downloadSec a{
	color: #fff;
	}


.downloadSec .DownBoxItem .imageBox{
	overflow: hidden;
	width: 150px;
	text-align: center;
  -ms-flex-item-align: start ;
  align-self: flex-start ;
	
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	}

.downloadSec .DownBoxItem .imageBox img{ 
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
	}

.downloadSec .DownBoxItem:hover .imageBox img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}



.downloadSec .DownBoxItem .descBox{
	position: relative;
	margin-left: 20px;

	-ms-flex-item-align: center;
    align-self: center;
}



.downloadSec .DownBoxItem h3{
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	margin:0 0 10px 0;
}

.downloadSec .DownBoxItem h5{
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	margin:0;
}

.downloadSec .DownBoxItem .Itemtype{
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin:0 0 15px 0;
}


.downloadSec .DownBoxItem .downloadIcon{
	width: 52px;
	height: 52px;
	border: 1px solid #fff;
	padding: 6px;
	border-radius: 5px;

	  display: -ms-flexbox ;	  
  display: flex ;

    -ms-flex-align: center ;
  align-items: center ;

    -ms-flex-pack: center ;
  justify-content: center ;

  	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.downloadSec .DownBoxItem:hover .downloadIcon{
	background: #00335C;
	color: #fff ;
}



.downloadSec .DownBoxItem .downloadIcon img{
	display: inline-block;
}



.downloadSec .alCenter{
-ms-flex-pack: center ;
  justify-content: center ;
}

.downloadSec .alEnd{
-ms-flex-pack: end ;
  justify-content: flex-end ;
}





.downloadSec .owl-carousel .item{
	overflow:hidden;
	}	
	
.downloadSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.downloadSec .owl-theme .owl-dots .owl-dot span{
	margin:0 5px;
	background:#fff;
	width:12px;
	height:12px;
	border-radius: 0;
	}
	
.downloadSec .owl-theme .owl-dots .owl-dot.active span,
.downloadSec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #F68121;
	}

	


.downloadSec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 3px ;
    background: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
    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;

}
    
.downloadSec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#fff;
      color: #333;
      text-decoration: none;
	  }
	
.downloadSec .owl-prev,
.downloadSec .owl-next {
	position: absolute;
	width: 30px;
	height: 30px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:50%;
	transform: translateY(-50%);
	}
    
.downloadSec .owl-prev {left: -30px;}

.downloadSec .owl-next {right: -30px;}


.downloadSec .owl-theme .owl-nav{
	margin: 0;
}





.downloadSec .owl-carousel .owl-stage{display: flex;}


.downloadSec .tm-items {

}


.downloadSec .h100 {
height: 100%!important;
}





@media (max-width: 991px){

.downloadSec .owl-theme .owl-nav [class*='owl-'] {
	font-size: 13px;
}
    
	
.downloadSec .owl-prev,
.downloadSec .owl-next {
	width: 24px;
	height: 24px;
	
	}

}





	

/*footer styles*/

.footer-sec{
	position:relative;
	font-size:12px;
	background: #23070A;
	color:#DEDEDE;
	}

.footer-sec .footer-top{
	position:relative;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:30px 0 0 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 25px 0;
	}
	
.footer-sec .footer-column h5{
	font-size:13px;	
	font-weight:600;
	color:#DEDEDE;
	padding:0;
	margin:0 0 20px 0;
	}
	
.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}	

.footer-sec .footer-column .links-two{
	margin:0;
	padding:0 15px 0 0;
	flex-basis: 50%;
	}

	.footer-sec .footer-column .links-two li{
	margin:0;
	padding:7px 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:#DEDEDE;
	}
	.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;
	}
	
.footer-sec .social-icon a{
    display: block;
    margin-left:15px;
}

.footer-sec .social-icon a:first-child{
    margin-left: 0;
}

.footer-sec .social-icon .iconstyle{
	font-size:13px;
	color:#DEDEDE;
	-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:16px;
	}

.footer-sec .social-icon .iconstyle.icon-whatsapp{
	font-size:15px;
	}




	
.footer-sec .box{
	position: relative;
	color:#D4D4D4;
	padding:0 0 0 26px;
	margin:0 0 15px 0;
	}


	
.footer-sec .box .icon{
	position:absolute;
	top:2px;
	left:0;
	}



.footer-sec .box .txt{
	margin: 0;
	}
	
.footer-sec .box .iconstyle{
	font-size:13px;
	}



.footer-sec .footer-middle{
	position:relative;
	margin: 0;
	}


.footer-sec .footer-logos-other{
	position:relative;
	margin: 0 0 10px 0;
	}



.footer-sec .footer-logos-other .row {
  margin-right: -3px;
  margin-left: -3px;
  }

.footer-sec .footer-logos-other .row > .col,
.footer-sec .footer-logos-other .row > [class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
  }



.footer-sec .footer-logos-other .items{
	position:relative;
	margin: 0 0 10px 0;
	}



.footer-sec .footer-logos-other .items:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(51,51,51,.3);
	}




.footer-sec .footer-bottom{
	position: relative;
	padding:0 0 20px 0;	
}

.footer-sec .copyright{
	text-align: center;
	margin: 0 0 10px 0;
	}


.footer-sec .design{
	font-size:11px;
	color: #848484;
	text-align: center;
	}

.footer-sec .design a{
	color: #848484;
	}
.footer-sec .design a:hover{
	color: #a9a9a9;
	}



.footer-sec .others{
	display: -ms-flexbox ;
	display: flex ;
	margin: 30px 0 0 0;
}

.footer-sec .others .item{
	margin-right: 20px;
}

.footer-sec .others .item img{
}






[class^=tooltip] {
  position: relative;  
}
[class^=tooltip]:after {
	font-size: 13px;
	text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-tooltip);
  padding: 4px 10px;
  top: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(-2px);
  background: #000;
  color: #fff;
  white-space: nowrap;
  z-index: 2;
  border-radius: 2px;
  transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
}
[class^=tooltip]:hover:after {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.tooltip--right:after {
  top: -4px;
  left: 100%;
  transform: translateX(12%) translateY(0);
}
.tooltip--right:hover:after {
  transform: translateX(10%) translateY(0);
}





.footer-sec .locations{
	position: relative;
	margin: 0 0 30px 0;
}

.footer-sec .locations .txtOne{
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.footer-sec .locations .txtTwo{
	font-weight: 400;
	text-transform: uppercase;
}


.footer-sec .locations  .divider{
	padding:0 4px ;
}







.side-bar-contact {
	position: fixed;
	bottom: 30px;
	right:30px;
	z-index: 100;
}

.side-bar-contact .iconstyle{
	font-size:36px;
	color:#fff;
	background: #25d366;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center ;
	-ms-flex-pack: center ;
	justify-content: center ;	

-webkit-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
box-shadow: 4px 6px 6px 0px rgba(0,0,0,0.2);
	}
	





/*sub-banner styles*/


.sub-banner-sec{
	position:relative;
	margin:110px 0 0 0;
	}



.sub-banner-sec .banner-image{
	position:relative;
	}

	.sub-banner-sec .banner-image img{
		width: 100%;
		}





.subHeading {
	position: relative;
	margin: 0 0 30px 0;
	}


.subHeading h1{
	position:relative;
	font-size:34px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0;
	}




@media (max-width: 1199px){
	
.sub-banner-sec{
	margin:80px 0 0 0;
	}

}



@media (max-width: 991px){
	
.sub-banner-sec{
	margin:70px 0 0 0;
	}

	

}


@media (max-width: 767px){
	
.sub-banner-sec{
	margin:70px 0 0 0;
	}

}


@media (max-width: 575px) {

.sub-banner-sec{
	margin:45px 0 0 0;
	}

}










/*products-sec styles*/	

.productList-sec{
	position: relative;
	padding: 100px 0;
	background: #00335C;
	color: #fff;
	text-align: center;
	margin: 110px 0 0 0;
}



.ProList-BoxItem{
	position:relative;
	margin: 0 0 40px 0;
	}

.ProList-BoxItem a{
	color: #fff;
}



.ProList-BoxItem .imageBox{
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	}
	
	.ProList-BoxItem .imageBox img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.ProList-BoxItem:hover .imageBox img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.ProList-BoxItem .contentBox{
	position: relative;
	}

	
	.ProList-BoxItem .contentBox h3{
		font-size:24px;
		font-weight:700;
		color: #00335C;
		text-transform: uppercase;
		margin:0;
	}


	.ProList-BoxItem .contentBox h3.light{
		color: #fff;
	}

	
	.ProList-BoxItem:hover .btn-more{
		background:#fff;
		color:#F68121;
		}







@media (max-width: 1199px){
	
.productList-sec{
	margin:80px 0 0 0;
	}

}



@media (max-width: 991px){
	
.productList-sec{
	padding: 30px 0;
	margin:70px 0 0 0;
	}


.ProList-BoxItem{
	margin: 0 0 30px 0;
	}

.ProList-BoxItem .contentBox h3{
	font-size:16px;
}



}


@media (max-width: 767px){
	
.productList-sec{
	margin:70px 0 0 0;
	}

}


@media (max-width: 575px) {

.productList-sec{
	margin:45px 0 0 0;
	}

}






/*pro-single-sec styles*/



.pro-single-sec{
	position: relative;
	padding: 100px 0px;
	background: #00335C;
	color: #fff;
	margin: 110px 0 0 0;
}


.pro-single-sec a{
	color: #fff;
}



.proDetailBox{
	position: relative;
	margin: 0;
}


.pro-imageBox{
	position: relative;
	margin: 0 0 30px 0;	
	text-align: center;
}

.pro-imageBox img{
	display: inline-block;
	border: 0px solid #dbdbdb;
}



.pro-single-sec .imgBox{
	position: relative;
}





.pro-contentBox{
	position: relative;
	padding: 0 0 0 30px;
	margin: 0;
}


.pro-contentBox .pro-heading{	
position: relative;
}

.pro-contentBox .pro-heading h1{	
	position: relative;
    font-weight: 800;
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 25px 0;
}



.pro-contentBox .pro-desc{
	margin: 0 0 40px 0;
}





.btn-WhatsappEnq {
	position: relative;
	padding:8px 15px;
	border: 1px solid #00C343;
	color:#00C343 !important;
	font-size:16px;
	font-weight:700;
	text-transform: uppercase;
	border-radius:3px;	
  display: -ms-inline-flexbox ;
  display: inline-flex ;
  -ms-flex-align: center ;
  align-items: center ;
	line-height: 1;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}

.btn-WhatsappEnq:hover{
		border: 1px solid #00C343;
		background:#00C343;
		color: #fff !important;
		}



.btn-WhatsappEnq .iconstyle {
    font-size:28px;
    color: #00C343;
    margin-right: 10px;
}


.btn-WhatsappEnq:hover .iconstyle {
    color: #fff;
}







.list-dots{
}

.list-dots ul{
	list-style: none;
    margin: 0 0 20px 0;
    padding: 0;	
}

.list-dots li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	text-align: justify;
	padding: 5px 0 5px 20px;
}

.list-dots li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f05a72;
    position: absolute;
    left: 0;
    top: 12px;
}



.list-dots ul li ul{
	list-style: none;
    margin: 15px 0;
    padding: 0;
}

.list-dots ul li ul li{
	position: relative;
    list-style: none;
    padding: 4px 0 4px 20px;
}

.list-dots ul li ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #002581;
    position: absolute;
    left: 0;
    top: 10px;
}


@media (max-width: 991px){


.list-dots ul{
    margin: 0 0 10px 0;
}

.list-dots li{
	padding: 3px 0 3px 18px;	
}

.list-dots li:before {
	width: 6px;
    height: 6px;
    top: 8px;
}
	
	
.list-dots ul li ul{
    margin: 5px 0;
}
	
.list-dots ul li ul li{
	padding: 2px 0 2px 15px;
    
}	
	
	.list-dots ul li ul li:before {
    top: 8px;
	}
	
	
}




.SpecWrapper{
	position: relative;
	margin: 50px 0 0 0;
}

.pro-SpecTitle{
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.tableWrapper{
	padding: 10px 20px;
	border:1px solid #155385;	
}


.pro-table{

}

.pro-table .table{
	margin: 0;	
}

.pro-table .table-bordered td,
.pro-table .table-bordered th{
	border: 1px solid #D9D9D9;
}

.pro-table .table td,
.pro-table .table th{
	padding: 10px 0;
	border-top: 1px solid #155385;
}


.pro-table .table tr:first-child td{
	border-top: 0px solid #fff;
}

.pro-table .table .thead-dark th{
	background: #002581;
	font-weight: 400;
	vertical-align: top;
}

.pro-table .table .thead-light th{
	background: #e1f0ff;
	font-weight: 700;
	vertical-align: top;
}


.columnOne{
	width: 35%;
}

.columnTwo{
	width: 65%;
}




@media (max-width: 1199px){
	
.pro-single-sec{
	margin:80px 0 0 0;
	}

}



@media (max-width: 991px){
	
.pro-single-sec{
	padding: 30px 0;
	margin:70px 0 0 0;
	}

.pro-contentBox{
	padding: 0;
}

.pro-contentBox .pro-heading h1{	
    font-size: 20px;
    margin: 0 0 20px 0;
}



.pro-contentBox .pro-desc{
	margin: 0 0 20px 0;
}


.SpecWrapper{
	margin: 30px 0 0 0;
}

.pro-SpecTitle{
	font-size: 16px;
	margin: 0 0 15px 0;
}


.btn-WhatsappEnq {
	padding:8px 15px;	
	font-size:12px;

}



.btn-WhatsappEnq .iconstyle {
    font-size:22px;
}

	

}


@media (max-width: 767px){
	
.pro-single-sec{
	margin:70px 0 0 0;
	}

}


@media (max-width: 575px) {

.pro-single-sec{
	margin:45px 0 0 0;
	}

}





/*similar-items styles*/

.similar-items-sec{
	position: relative;
	padding: 80px 0;
	text-align: center;
	background: #fff;
	color: #fff;
}



.similar-items-sec h2{
	position: relative;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	color: #00335C;
}


.similar-items-sec .similar-pro-slide{
	position: relative;
}



.similar-items-sec .owl-carousel .owl-item img{
	width: 100%;
	display: inline-block;

}



.similar-items-sec  .owl-carousel .item{
	overflow:hidden;
	}	
	
.similar-items-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:50px;
	}


.similar-items-sec .owl-theme .owl-dots .owl-dot span{
	margin:5px;
	background:#AFAFAF;
	width:10px;
	height:10px;
	border-radius: 0;
	}
	
.similar-items-sec .owl-theme .owl-dots .owl-dot.active span,
.similar-items-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #1B68B2;
	}



@media (max-width: 991px){

.similar-items-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}
	
.similar-items-sec .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}
	
	
}



.swiper-container {
		width: 100%;
		height: auto;
		margin: 20px auto;
}

.swiper-container.mb {
	margin-bottom: 15px;
}


.swiper-slide-container {
  text-align: center;
	font-size: 18px;
  height:100%;
  max-width: 600px;
  margin:auto;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
}

.gallery-top {
		height: auto;
		width: 100%;
}
.gallery-thumbs {
		height: auto;
		box-sizing: border-box;
		padding: 10px 0;
		cursor: pointer;
}

.gallery-thumbs img{
	max-height: 120px;
}



.pro-single-sec .imgBoxThumb{
}



.gallery-thumbs .swiper-slide {
		width: 20%;
		height: 100%;
		opacity: 1;
		border: 1px solid #00335C;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.gallery-thumbs .swiper-slide:hover {
border: 1px solid #155385;
}



.gallery-thumbs .swiper-slide-active {
		opacity: 1;
		border: 1px solid #155385;
}


.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  width: 24px;
  height: 24px;
  background: #eaeaea;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
    margin-top: -20px !important;
    background-size: 60% 100% !important;
}

.gallery-top .swiper-button-prev,
.gallery-top .swiper-container-rtl .swiper-button-next {
  background-image:url(../images/swiper-pre.svg) !important;
	background-repeat: no-repeat;
	background-position: center;
  left: 5px !important;
  right: auto !important;
}
.gallery-top .swiper-button-next,
.gallery-top .swiper-container-rtl .swiper-button-prev {
  background-image:url(../images/swiper-next.svg) !important;
background-repeat: no-repeat;
	background-position: center;
  right: 5px !important;
  left: auto !important;
}
























/*gallery-sec styles*/	

.gallery-sec{
	position: relative;
	padding: 100px 0;
}


.MediaCatgWrap{
	position: relative;
}

.btn-MediaCatg {
	position: absolute;
    top: -70px;
    right: 0;
    z-index: 1;
    padding:15px 20px;
	background:#1B68B2;	
	color:#fff !important;
	border: 0;
	font-size:14px;	
	font-weight:600;
	text-transform: uppercase;
	border-radius:3px;
	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:#00335C;
		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;
  }




.gallery-sec .galleryList{
	position: relative;
	margin: 0;
}

.gallery-sec .galleryListBox{
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}

.gallery-sec .galleryListBox .galleryListThumb{
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0
}


.gallery-sec .galleryListBox .galleryListThumb img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.gallery-sec .galleryListBox .galleryListThumb: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);
	}




.gallery-sec .galleryListBox .title{
	position: relative;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
}








.glrBox{
	position:relative;
	text-align: center;	
	margin-bottom: 20px;
	}


.glr-item{
	position: relative;
	overflow: hidden;
	margin: 0;
}

.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: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.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-item .overlay-box{
	width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	background: rgba(0,0,0, 0.5);
	padding:10px;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	
.glr-item:hover .overlay-box{
	opacity: 1;
	}


.glrBox .title {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    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 30px 0;
}

.gallery-sec .video-box .video-thumb{
	position: relative;
	cursor: pointer;	
	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 #ff7272;
		
-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: 15px;
    line-height: 1.3;
    margin: 0;
}








/*careers styles*/

.careers-sec{
	position:relative;
	padding:100px 0;
	}

.careers-sec h4{
	position: relative;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}

.careers-sec .desc{
	margin: 0 0 30px 0;
	}





/*contact styles*/

.contact-sec{
	position:relative;
	padding:100px 0;
	}

.contact-sec.FormSec{
	padding:50px 0;
	z-index: 1;
	-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);
	}

.contact-sec h3{
	position: relative;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 10px 0;	
}

.contact-sec .desc {
    margin: 0 0 20px 0;
}



.contact-sec .contact-row{
	position: relative;
	margin: 0;	
}


.contact-sec .contactBox{
	position: relative;
	margin: 0 0 30px 0;
	line-height: 1.3;
	display: -ms-flexbox ;
	display: flex ;
}

.contact-sec .contactBox .txtbox{
	-ms-flex-item-align: center ;
	align-self: center ;	
	-ms-flex-positive: 1;
	flex-grow: 1;
}


.contact-sec .contactBox .title{
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}

.contact-sec .contactBox .txt{
	font-size: 18px;
}

.contact-sec .contactBox .txt.Small {
    font-size: 15px;
}


	.contact-sec .contactBox .icon{
	position:relative;
	width: 35px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	}

	.contact-sec .contactBox .icon .iconstyle{
	font-size:20px;
	color:#1B68B2;
	}





.CaptchaBox{
	display: -ms-flexbox ;
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.CaptchaBox .CaptchaText{
	font-size: 18px;
text-align:center;
	color: #555;
border: 1px dashed #888;
background:#F0F1F2;
padding:7px 30px;
margin:0 15px 0 0;
}

.CaptchaBox .CaptchaEqual{
	font-size: 20px;
	color: #666;
text-align:center;
margin:0 15px 0 0;
}

.CaptchaBox .CaptchaInput{
	margin:0 15px 0 0;
}


.CaptchaBox .CaptchaReload .iconstyle {
	font-size: 20px;
	width: 43px;
	height:43px;
	padding: 10px;
	background: #ededed;
	color:#666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.contact-form{
	position: relative;
	margin: 0;
	}

.contact-form .form-group{
	margin-bottom:30px;
	}
	
.contact-form .form-control{
	padding: 0 0 12px 0;
    font-size: 15px;
    color: #333;
    background: none;
    border: 0px;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
	}

.contact-form .form-control:focus {
	background:none;
	border:0px;
	border-bottom:1px solid #888;;
    }

.contact-form ::-webkit-input-placeholder { /* Chrome */
  color: #333;
}

.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #333;
}

.contact-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 1;
}

.contact-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #333;
  opacity: 1;
}

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover, 
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus,
.contact-form select:-webkit-autofill,
.contact-form select:-webkit-autofill:hover,
.contact-form select:-webkit-autofill:focus {
  border-bottom: 1px solid #d0d0d0;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
	box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}



.contact-form .btn-submit{
	padding:15px 30px;
	background:#1B68B2;	
	color:#fff !important;
	border: 0;
	font-size:14px;	
	font-weight:600;
	text-transform: uppercase;
	border-radius:3px;
	line-height: 1;
	}

	.contact-form .btn-submit:hover{
		background:#00335C;
		color:#fff;
	}





.contact-form .form-row{
margin-right: -15px;
margin-left: -15px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 15px;
padding-left: 15px;
}



.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}

.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}
	
.upload-inline {
	width: auto;
    display: inline-block;
}


.contact-form .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  line-height: 1.5;

padding: 0 0 10px 0;
    color: #333;
    background: none;
    border: 0px;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    height: auto;


}

.contact-form .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 1.50rem;
  padding: 2px 20px;
  line-height: 1.5;
  color: #333;
  content: "Browse";
   background: none;
  border-bottom: 0px solid #d0d0d0;
  border-left: 2px solid #67ABE8;
  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;
}


.required {
    color: #c51313;
}







.location-sec{
	position:relative;
	}
	
.location-sec .location{
	position:relative;
	height:500px;
	background:#efeeec;
	}	
	
.location-sec .location iframe{
	height:500px;
	}














.list-dots-blog{
	position: relative;
}

.list-dots-blog ul{
	list-style: none;
    margin: 0 0 20px 0;
    padding: 0;	
}

.list-dots-blog li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	padding: 6px 0 6px 20px;
}

.list-dots-blog li:before {
   content: '';
    width: 7px;
    height: 7px;
	border-radius: 50%;
	background: #1B68B2;
    position: absolute;
    left: 0;
    top:12px;
}

.list-dots-blog li.light:before {
	background: #fff;
}




.list-dots-blog ul li ul{
	list-style: none;
    margin: 5px 0;
    padding: 0;
}

.list-dots-blog ul li ul li{
	position: relative;
    list-style: none;
	font-weight: 400;
    padding: 4px 0 4px 22px;
}

.list-dots-blog ul li ul li:before {
    content: '';
    width: 10px;
    height: 3px;
    background: #8b1444;
    position: absolute;
    left: 0;
    top: 17px;
	border-radius: 0;
}


@media (max-width: 991.98px){


.list-dots-blog li{
	padding: 6px 0 6px 20px;	
}

.list-dots-blog li:before {
    content: '';
    width: 6px;
	height: 6px;
    left: 0;
    top:13px;
}
	
	
.list-dots-blog ul li ul{
    margin: 5px 0;
}
	
.list-dots-blog ul li ul li{
	padding: 4px 0 4px 22px;
    
}	
	
	.list-dots-blog ul li ul li:before {
    top: 12px;
	}
	
	

}







.container-blog {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
	
  max-width: 1250px;
}



@media (min-width: 1200px) {
	
  .container-blog {
    max-width: 80%;
  }
	
}


@media (min-width: 1600px) {
	
  .container-blog {
    max-width: 1467px;
  }
	
}





/*hm-BlogSec styles*/	


.hm-BlogSec{
	position: relative;	
	padding: 120px 0 80px;
	background: #F2EEE4;
	z-index: 1;
}

.hm-BlogSec:after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    content: "";
    z-index: -1;
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(180,227,255,1) 100%);
}




.hm-BlogSec .HeadWrapper{
	position: relative;
	  display: -ms-flexbox ;
  display: flex ;
	 -ms-flex-align: center ;
  align-items: center ;
	 -ms-flex-pack: justify ;
  justify-content: space-between ;
	margin: 0 0 30px 0;
}

.hm-BlogSec .SecHeading{
	margin-bottom: 0;
}

.hm-BlogSec .HeadWrapper.AlignItem{
	align-items: center;
}



.BlogRow{
	position: relative;
	margin: 0;
}


.BlogBox{
	position:relative;
	text-align: left;
	height: calc(100% - 40px);
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	}


.BlogBox a{
	color: #434343;
}

.BlogBox .imageBox{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0;
	}
	
	.BlogBox .imageBox img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.BlogBox:hover .imageBox img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.BlogBox .contentBox{
	position: relative;
	padding: 20px 0 0 0;
	}


	.BlogBox .contentBox .blogBy{
		font-family: 'neue_haas_grotesk_disp55roman';
		font-size:18px;
		margin:0 0 20px 0;
	}


	.BlogBox .contentBox h4{
		font-family: 'neue_haas_grotesk_display65Md';
		font-weight: normal;
		font-size:20px;	
		margin:0;
	}

	.BlogBox .contentBox .desc{
		height:70px;
		overflow:hidden;
		margin:0 0 30px 0;
	}


.BlogBox .btnPosition {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}


.btn-blog{
	position:relative;
	font-family: 'neue_haas_grotesk_display65Md';
	color:#343053 !important;
	font-size:16px;
	line-height: 1;
	padding: 0 0 0 15px;
	margin:0;
	text-align: left;
	}
	
	.btn-blog:hover{
	color:#8b1444 !important;
	}


.btn-blog:after{
    content: '';
    width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8b1444;
    position: absolute;
    left: 0;
    top: 4px;
}




.blog-date{
	margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}


.blog-date li {
    display: inline-block;
	font-size: 15px;
	color: #666;
}

.blog-date li+li {
    margin-left: 15px;
}

.blog-date li i {
    color: #2C8935;
	margin-right: 5px;
	font-size: 14px;
	
}



@media (max-width: 1199.98px) {
	
	.BlogBox .contentBox h4{
		font-size: 18px;
	}	
	
	
}







@media (max-width: 991.98px) {


.hm-BlogSec{
	padding: 50px 0 20px;
	margin: 0;
}

	.hm-BlogSec .HeadWrapper{
		margin: 0 0 30px 0;
	}
	
	



	.BlogBox .contentBox{
		padding: 10px 0 0 0;
	}	

	.BlogBox .contentBox .blogBy{
		font-size:14px;
		margin:0 0 10px 0;
	}


	.BlogBox .contentBox h4{
		font-size:16px;
	}

	

	
	

.btn-blog{
	font-size:14px;
	padding: 0 0 0 15px;
	}



.btn-blog:after{
    width: 8px;
	height: 8px;
    left: 0;
    top: 3px;
}



.blog-date{
	margin: 0 0 5px 0;
}	
	
.blog-date li {
	font-size: 13px;
}	
	
	

}
	






@media (max-width: 991.98px) {
	
.BlogOrder-1 {
  order: -1 ;
}	

	
}



/*Blog_List_Sec styles*/

.Blog_List_Sec{
	position: relative;
	margin: 110px 0 0 0;
	padding: 100px 0 50px 0;	
}


.Blog_List_Sec h1{
	position: relative;
    font-weight: 400;
    font-size: 50px;
    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: 700;
	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;
		line-height: 1.3;
		color: #333;		
		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:32px;
		line-height: 1.1;
		color: #333;
		margin:0 0 30px 0;
	}


	.Blog_Hero_Main_Author{
		font-size:16px;
		color: #6b6b6b;
	}












.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: 5px;
	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: #666;
	margin: 0;
}

.Blog_List_Date{
	font-size: 14px;
	color: #666;
	margin: 0;
}

	.Blog_List_Title{
		font-weight: 600;
		font-size:20px;
		line-height: 1.3;
		color: #333;		
		margin:0 0 15px 0;
	}


	.Blog_List_Author{
		font-size:16px;
		color: #666;
	}






@media (max-width: 991.98px) {


	.blog_Popular_Row{
		display: none;
}

	
	
.Blog_List_Sec{
	margin: 50px 0 0 0;
	padding: 50px 0 20px 0;	
}


.Blog_List_Sec h1{
    font-size: 24px;
    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:17px;	
		margin:0 0 15px 0;
	}


	.Blog_List_Author{
		font-size:13px;
	}	
	

	
	
	
	
	
}





/*BlogDetailSec styles*/	


.BlogDetailSec{
	position: relative;
	margin: 100px 0 0 0;
	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: 36px;	
    line-height: 1.2;
	color: #333;
    padding: 0;
    margin: 0 0 15px 0;
}


.BlogDetailBox .titleSmall{
	position: relative;	
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #1B68B2;
	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: 24px;
	margin: 0 0 15px 0;
}


.BlogDetailBox h5{
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 15px 0;
}

.BlogDetailBox .txt-bold{
	font-weight: 600;
}



.BlogDetailBox .desc{
	margin: 0 0 40px 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-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:#1B68B2;
	-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:#00335c;
	}


.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: 15px 20px;
    background: #1b68b2;
    color: #fff !important;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    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-all-blog-Author:hover{
		background:#00335C;
		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: -webkit-sticky;
  position: sticky;
  top: 150px;
  z-index: 1;
	width: 100%;
	padding: 0 0 0 25px;
	margin: 0;
}


.blog-widget .widget-title{
	font-weight: 600;
	font-size: 24px;
	color:#333;
	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;
	padding: 0;
	margin: 0;
}

.blog-widget .recent_post_item a{	
	color: #333;
}

.blog-widget .recent_post_item a:hover{	
	color: #000;
}




.blog-widget .single_recent_item {
	position:relative;
display: -ms-flexbox ;
display: flex ;
	border-bottom: 1px solid #888;
	padding: 30px 0; 
}



.blog-widget .single_recent_itemm:first-child {
	padding-top: 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: #1B68B2;
	-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-weight: 600;
	font-size: 18px;
	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) {

	
.BlogDetailBox	{
		padding: 0 10px 0 0;
	}
	
	
.blog-widget {
  padding: 0 0 0 10px;
}	
	
	

.blog-widget .widget-title{
	font-size: 22px;
	margin: 0 0 10px 0;
}


.blog-widget .single_recent_item {
	padding: 20px 0; 
}


.blog-widget .single_recent_item .thumb img{ 
	width: 150px;
	height:100px;	
	}




}



@media (max-width: 1199px) {


	
.blog-widget .widget-title{
	font-size: 20px;
	margin: 0 0 10px 0;
}
	
	
.blog-widget .single_recent_item{
		padding: 15px 0;
	}	
	
	
.blog-widget .single_recent_item .thumb img{ 
	width: 100px;
	height:66px;	
	}

	
.blog-widget .single_recent_item .content .title{	
	font-size: 15px;
}
	
	
.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: 50px 0 0 0;
	padding: 40px 0 10px 0;
}
	
	
	
	

.BlogDetailBox{
	padding: 0 ;
}

	

.BlogDetailBox h1{
    font-size: 20px;
    margin: 0 0 10px 0;
}


.BlogDetailBox .titleSmall{
	font-size: 12px;
	margin: 0 0 10px 0;
}	
	
	

	.Blog_Detail_Author{
		font-size: 13px;
		
	}

	
	.Blog_Detail_Date{
		font-size: 12px;
	}	




.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{
	position: relative;
	top:0;
	padding: 0;
}


.blog-widget .widget-title{
	font-size: 18px;
	margin: 0 0 10px 0;
}


	
.blog-widget .single_recent_item{
		padding: 15px 0;
	}	
	
	
.blog-widget .single_recent_item .thumb img{ 
	width: 100px;
	height:66px;	
	}

	
.blog-widget .single_recent_item .content .title{	
	font-size: 15px;
}	
	
.blog-widget .single_recent_item .listNumber{	
	font-size: 15px;
}		
	
	
	
	
}






/* similar-blogs-sec style */

.similar-blogs-sec{
	position: relative;
	padding: 0;	
}


.similar-blogs-sec .btn-more-blog{
	padding:15px 20px;
	background:none;
	color:#1B68B2;
	border: 1px solid #1B68B2;
	font-size:14px;	
	font-weight:600;
	text-transform: uppercase;
	border-radius:3px;
	line-height: 1;
	}
	
	.similar-blogs-sec .btn-more-blog:hover{
		background:#1B68B2;
		color:#fff;
		}



.similar-blogs-sec .similarBlogWrap{
	position: relative;
	padding: 80px 0 60px 0;
	border-top: 1px solid #dfe3eb;
}



.SimilarBlogHeadBox{
	position: relative;
	display: flex ;	
	margin: 0 0 40px 0;
}


.SimilarBlogHeadBox.AlignItem{
	justify-content: space-between ;
	align-items: center;
}

.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{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.similar-blogs-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px;
}



.similar-blogs-sec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.similar-blogs-sec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #FFCC32;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.similar-blogs-sec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #1B68B2;
}



.similar-blogs-sec .owl-theme .owl-dots .owl-dot.active span,
.similar-blogs-sec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 2px solid #1B68B2;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.similar-blogs-sec .owl-theme .owl-dots .owl-dot.active span::after,
.similar-blogs-sec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1B68B2;
}




.similar-blogs-sec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #666;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.similar-blogs-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.similar-blogs-sec .owl-next,
.similar-blogs-sec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.similar-blogs-sec .owl-theme .owl-nav {
    margin: 30px 0 0 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: 991.98px){

	
.similar-blogs-sec .btn-more-blog{
	padding:12px 20px;
    font-size: 12px;
	}

    

	
.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{
		margin: 10px 0 0 0;		
	}
	
.similar-blogs-sec .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}	
	
	
	
	
	
}






















/* 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: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 0;
    bottom: 0;
  }
}







.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  background-size: 6px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 3px);
    transform: rotate(-45deg);
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }






