

@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("tabs.css");
@import url("font-heading.css");
@import url("font-awesome.min.css");
@import url("icons.css");
@import url("animate.css");





.SlidePgn.swiper-pagination{
	padding: 0 ;
}

.SlidePgn .swiper-pagination-bullet{
	margin: 0 6px !important;
}


.SlidePgn .swiper-pagination-bullet {
  width: 12px ;
  height: 12px ;
  background: none;
	border: 1px solid #fff;
  opacity: 1 ;
}

.SlidePgn .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}


.SlidePgn.swiper-pagination-bullets{
	bottom:25px !important;
}

.swiper-slide-active .sliderProImage {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}



.swiper-slide-active .headingSmall {
 -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.swiper-slide-active .heading {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}



.swiper-slide-active .slider-txt {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.swiper-slide-active .btn-slide {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}




body{
font-family: 'neue_haas_grotesk_disp55roman';
font-optical-sizing: auto;
font-weight: normal;
font-size:18px;
color: #333;
line-height:1.5;	
}

h1, h2, h3, h4, h5, h6{
	line-height:1.2;
	margin:0;
	padding:0;
	}

button, a{
color: #333;
text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a:hover{
color: #000;
text-decoration:none;
}


.btn{  transition: 0.3s;}

.btn:focus {
  outline: none;
  box-shadow:none;
}

img{
max-width:100%;
display:block;
}

p{
	margin-bottom: 15px;
}

p:last-child{
	margin:0;
	}

button{
	cursor:pointer;
	}

button:focus {
  outline: none;
  box-shadow:none;
}


ol, ul {
   list-style: none; 
}

.fade {
  transition: opacity 0.15s linear !important;
}



.form-control:focus {
    box-shadow:none;
    }
	


:focus {
	outline:none;
}


.breadcrumb{
	font-size:15px;
	font-weight: 400;
	padding:5px 0;
	background:none;
	margin:0;
  -ms-flex-pack: start ;
  justify-content: flex-start ;
	}


.breadcrumbSec{
	position: relative;		
}

.breadcrumbBox{
	position: absolute;
	top:-75px;
	right:0;
	left: auto;
}


.breadcrumb-item a{
	color:#aeaeae;
	}
	.breadcrumb-item a:hover{
	color:#dfdfdf;
	}
	
.breadcrumb-item.active{
	color:#dfdfdf;
	}




@media (max-width: 1399.98px) {
	
	
	
}


@media (max-width: 991.98px) {

	
body{
font-size:15px;
}		


.breadcrumbBox{
	top:-50px;
}	
	
.breadcrumb{
	font-size:13px;
	}
	
	
}




.mainWrapper {
    min-height: 100vh;
    min-height: 100svh;
    width: 100%;
}

@media screen and (min-width: 992px) {
    
	.mainWrapper{
        min-height: 100vh;
    }
	
}




.container {
  max-width: 1250px;
}



@media (min-width: 1200px){

.container {
  max-width: 80%;
}
	

}



@media (min-width: 1600px){

.container {
  max-width: 1467px;
}

}










.containerWrapper{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 992px){
	
.containerWrapper{
    padding-right: 50px;
    padding-left: 50px;
}
	
}


@media (min-width: 1400px) {
	
.containerWrapper{
    padding-right: 100px;
    padding-left: 100px;
}
	
	
}



.container100{
	width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}





.alSelfEnd{
-ms-flex-item-align: end ;
  align-self: flex-end;
}





@media (min-width: 992px) {
  .modal-lg {
    max-width: 1200px;
  }
}



.modal-header {
    padding: 10px;
}
.modal-title{
	font-size:18px;
	font-weight: 600;
	color: #fff;
}



.enquiryModal .modal-backdrop{
	z-index:-1;
	}
	
.enquiryModal .modal-backdrop.show {
  opacity:0;
}

.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 80%;
	max-width: 650px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}

.modal.left .modal-body {
	padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
	right: -650px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	right: 0;
}



.enquiryModal .modal-content{
	border:0;
	border-radius:0;
	}
	
.enquiryModal .modal-header{
	background: #0072B7;
	color:#fff;
	border:0;
	border-radius:0;
	padding:8px 20px 8px 15px;
	}
	
.enquiryModal .modal-title{
	font-size:15px;
	font-weight: 500;
	color: #fff;	
}


	
.enquiryModal .modal-body{
	padding:20px;
	}

.enquiryModal .modal-header .close{
	color:#fff;
	text-shadow:none;
	opacity: 1;
}



.enquiryModal .modal-header .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.enquiryModal .modal-header .close:not(:disabled):not(.disabled):hover,
.enquiryModal .modal-header .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}


/*hm-enq-sec styles*/

.enq-box{
	position:relative;
	margin:0;
	}

.enq-box .enq-form{
	position:relative;
	}
	
.enq-box .form-group{
	margin-bottom:10px;
	}
	
.enq-box .form-control{
	padding:10px;
	border:1px solid #bdbdbd;
	border-radius:0;
	background:#ffffff;
	color:#333;
	font-size:14px;
	min-width:150px;
	height:auto;
	margin:0;
	}

.enq-box .form-control:focus {
    box-shadow:none;
	background:#ffffff;
	border:1px solid #424242;
    }




.enq-box ::-webkit-input-placeholder { /* Chrome */
  color: #424242;
}

.enq-box :-ms-input-placeholder { /* IE 10+ */
  color: #424242;
}

.enq-box form ::-moz-placeholder { /* Firefox 19+ */
  color: #424242;
  opacity: 1;
}

.enq-box form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #424242;
  opacity: 1;
}


.enq-box .btn-submit{
padding:12px 30px;
	background: #3AA642;
	color:#fff;
	font-size:16px;
	font-weight:600;
	border-radius:50px;
	line-height: 1;
	margin: 10px 0 0 0;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.enq-box .btn-submit:hover{
		background:#333;
		color:#fff;
		}





.enq-box .CaptchaBox{
	display: -ms-flexbox ;
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}



.enq-box .CaptchaBoxFlex{
display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.enq-box .CaptchaBox .CaptchaText{
	font-size: 18px;
	text-align:center;
	color: #444;
border: 1px dashed #333;
background:#F0F1F2;
padding:9px 15px;
margin:0;
}

.enq-box .CaptchaBox .CaptchaEqual{
	font-size: 18px;
	color: #666;
text-align:center;
margin:0 5px;
}

.enq-box .CaptchaBox .dFlexBox{
	display: -ms-flexbox;
	display: flex;
}

.enq-box .CaptchaBox .CaptchaInput{
	margin:0 10px 0 0;
}


.enq-box .CaptchaBox .CaptchaReload .iconstyle {
	font-size: 20px;
	width: 43px;
	height:43px;
	padding: 10px;
	background:#E0E0E0;
	color:#666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}





.enq-box .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  line-height: 1.5;

padding: 7px 10px;
    color: #333;
	font-size: 15px;
    background: none;
    border: 0px;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    height: auto;

}

.enq-box .custom-file-label::after {
height: auto;
}



	

@media (max-width: 991.98px){
	
.enq-box .form-control{
	padding:8px 10px 7px;
	font-size: 13px;
	}
	
.enq-box .btn-submit {
    font-size: 12px;
	padding: 12px 20px;
}
	
.enq-box .CaptchaBox .CaptchaText{
	font-size: 16px;	
}
	
.enq-box .CaptchaBox .CaptchaReload .iconstyle {
	font-size: 16px;
	width: 35px;
	height:35px;
	
}
	
	
	
.enq-box .custom-file-label {
padding: 7px 10px;
	font-size: 13px;    

}
	
	

	

}


@media (max-width: 575.98px){

.enq-box .CaptchaBox{
	display: block;
}
	

}



/*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;
	background: #003E63;
}


@media (max-width: 1200px) {
	


	
}





@media (min-width: 992px){
	
.main-header .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}
	
}


@media (min-width: 1400px){
	
.main-header .container-fluid {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}
	

}








/*hm-slider-sec styles*/

.dis-desktop{
	display: block;
}

@media (max-width: 575px) {

.dis-desktop{
	display: none;
}
	
}



.dis-mob{
	display: none;
}

@media (max-width: 575px) {

.dis-mob{
	display: block;
}
	
}



.sliderSec{
position:relative;
padding:0;
min-height: 350px;
}

.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;
}




.sliderImgWrap{
	position: relative;
}


.sliderImgWrap:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:auto;
	bottom: 0;
	width: 100%;
	height:20%;
	background: rgba(0,0,0,0);
	z-index: 1;
}


.sliderImgWrap:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: auto;
	width: 100%;
	height:20%;
background: #062B41;
background: linear-gradient(0deg, rgba(6, 43, 65, 0) 0%, rgba(6, 43, 65, 1) 100%);
	z-index: 1;
}



.slider-image{
	position: relative;
}

.slider-image:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: #062B41;
background: linear-gradient(90deg, rgba(6, 43, 65, 0.5) 0%, rgba(6, 43, 65, 0.2) 100%);
}


.slider-image.slideOne{
	position: relative;
}

.slider-image.slideOne:after{
	background:rgba(0,62,146,.85);
}




.slider-imageItem{
	position: relative;
}

.slider-imageItem:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.1);
}




.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;
	padding-top: 100px;
}



.slider-captionWrap .alCenter{
  -ms-flex-align: center ;
  align-items: center ;

}


.slider-captionWrap.HeadpMargin{
	padding-top: 200px;
}


.sliderProImg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}

.sliderProImg img{
	width: 900px !important;
	height:auto !important;
	display: inline-block !important;	
}




.sliderProImage{
	position: relative;
	margin: 50px 0 0 0;
	text-align: center;
}

.sliderProImage img{
	width: 700px !important;
	height:auto !important;
	display: inline-block !important;
}

.slider-caption {
	text-align: left;
    z-index: 1;
    color: #fff;
    padding: 0;
    max-width: 600px;
}


.slider-caption .headingSmall {
	position: relative;
	font-family: 'neue_haas_grotesk_display75Bd';
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
    line-height: 1.2;
    color: #fff;	
}


.slider-caption .heading {
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 40px; 
	margin: 0 0 30px 0;
    line-height: 1.1;
    color: #fff;	
}


.slider-caption .slider-txt{
	font-size: 13px;
	line-height: 1.2;
	margin: 0 0 15px 0;
}


.slider-caption .btn-slide{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size:15px;	
	text-transform: uppercase;
	padding:20px 30px;
	color:#fff;	
	background: none;
	border: 1px solid #fff;
	border-radius:50px;
	line-height: 1;
	display: inline-flex;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.slider-caption .btn-slide:hover{
		background: #fff;
		color:#111;
		}


.slider-caption .btn-slide .iconstyle{
	font-size: 16px;
	color: #fff;
	margin-left: 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.slider-caption .btn-slide:hover .iconstyle{
	color: #111;
	}




.owl-item.active .sliderProImage {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.3s;
}





.owl-item.active .headingSmall {
 -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.owl-item.active .heading {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}



.owl-item.active .slider-txt {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.owl-item.active .btn-slide {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -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-nav.disabled + .owl-dots {
margin-top: 0;
}


.hm-mainslider-sec .owl-dots {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	right: 5px;
	display: flex;
	align-items: center;
	flex-direction: column;
}



.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 5px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #fff;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;	
}


.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #DCE4EA;
}


.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span,
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 2px solid #fff;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot.active span::after,
.hm-mainslider-sec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}



.hm-mainslider-sec .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding:0;
    background: 0 0;
    color: #fff;
    font-size: 16px;
    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: 130px;
}

    .hm-mainslider-sec .owl-prev {
        right: 50px;
    }

    .hm-mainslider-sec .owl-next {
        right: 20px;
    }		
	

.hm-mainslider-sec .owl-theme .owl-nav {
    margin: 0;
}


.hm-mainslider-sec .owl-theme .owl-dots .owl-dot {
		margin: 8px 0;
	}





@media (min-width: 576px){
	
}



@media (min-width: 768px){

	
}


@media (min-width: 992px){

.sliderSec{
  min-height: 450px;
}
	
	
}



@media (min-width: 1200px){

.sliderSec{
  min-height: 550px;
}
	
	
}




@media (min-width: 1400px){

	
	
}





@media (min-width: 1680px){
	
.sliderSec{
 min-height: 750px;
}
	


}




@media (max-width: 1399.98px) {

	
.sliderProImg img{
	width: 650px !important;
}	
	
.sliderProImage img{
	width: 500px !important;
}	

	
	.slider-caption .headingSmall{
		font-size: 18px;
	}
	
	.slider-caption .heading{
		font-size: 40px;
	}
	



	
	
	
}


@media (max-width: 1199.98px) {


.sliderSec{
}	
	
	
.sliderProImg img{
	width: 500px !important;
}
	
	

.sliderProImage img{
	width: 500px !important;
}	

	
	.slider-caption .headingSmall{
		font-size: 15px;
		margin: 0 0 10px 0;
	}
	
	.slider-caption .heading{
		font-size: 36px;
		margin: 0 0 20px 0;
	}


}


@media (max-width: 991.98px) {

	
.sliderSec{
}	
	
	
.sliderProImg img{
	width: 450px !important;
}
	
	
.sliderProImage img{
	width: 500px !important;
}

	
.slider-caption {
    padding: 0;
}

	
	.slider-caption .headingSmall{
		font-size: 13px;
		margin: 0 0 10px 0;
	}
	
	.slider-caption .heading{
		font-size: 24px;
		margin: 0 0 20px 0;
	}

	
.slider-caption .btn-slide{
	padding: 10px 20px;
    font-size: 13px;
	}
	
	
.slider-caption .btn-slide .iconstyle{
	font-size: 14px;
}

	
	
	
}





@media (max-width: 767.98px) {


	
.sliderProImg img{
	width: 350px !important;
}
	
	
.sliderProImage{
	position: relative;
	margin-bottom: 10px;
	margin-top: -60px;
}

.sliderProImage img{
	width: 200px !important;	
	height:auto !important;
}	
	
	.slider-captionWrap{
		padding-top: 50px;
	}
	
	
.slider-caption {
	max-width: 90%;
	margin: auto;
	text-align: center;
	
}	

	
.slider-caption .slider-txt{
	display: none;
}	



	

	
.slider-image img{
/*! height: 450px; */
/*! object-fit: cover; */
/*! object-position: center bottom; */
}	



	
	
	
	
}






@media (max-width: 575.98px) {

	

	
.sliderProImg img{
	width: 250px !important;
}
	
	
.slider-captionWrap{
		padding-top: 0;
	}
	
	
	
	.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots{
		margin-top: -50px;
	}	
	
	
.hm-mainslider-sec .owl-dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
	flex-direction: row;
}
	
	
	
}









.mBottom{
	margin-bottom: 40px;
}


.txtBold{
	font-weight: 700;
}

.txtSemiBold{
	font-weight: 600;
}






.lists{
	position: relative;
	margin: 0 0 30px 0;
	text-align: left;
}

.lists ul{
	margin: 0;
	padding: 0;
}

.lists li{
	position: relative;
	list-style: none;
	padding: 8px 0 8px 22px;
}

.lists li:before {
    content: '';
    width: 10px;
    height: 16px;
	background-image: url(../images/list.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top:10px;
}



@media (max-width: 991.98px) {

.lists li{
	padding: 6px 0 6px 20px;
}

.lists li:before {
    content: '';
    width: 9px;
	height: 14px;
    left: 0;
    top:9px;
}	
	
	

}







.al-ItemCenter {
-ms-flex-align: center ;
 align-items: center ;
}

.al-center {
    -ms-flex-item-align: center;
    align-self: center;
}


.justifyCenter{
	 -ms-flex-pack: center;
    justify-content: center
}



.h100-alCenter{
	height: 100% !important;
	display: -ms-flexbox ;
	display: flex ;
  -ms-flex-align: center ;
  align-items: center ;
}



.BoxShadow{
	z-index: 1;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}



.container-100 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}






/* logoBoxBg */



.logoBoxBg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.logoBoxBg img{
	width:467px ;
	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: -30px;
}



header.sticky .logoBoxBg img{
	width: 400px ;
}




@media (max-width: 1900px){

}



@media (max-width: 1679px){

.logoBoxBg{
	left: -30px;
}

.logoBoxBg img{
	width:467px ;	
}


header.sticky .logoBoxBg{
	top: -30px;
}


header.sticky .logoBoxBg img{
	width: 400px ;
}



}




@media (max-width: 1366px) {

.logoBoxBg{
	left: -60px;

}


}





@media (max-width: 1199px) {



.logoBoxBg{
	left: -50px;
}	
	
.logoBoxBg img{
	width:400px;	
}

	
header.sticky .logoBoxBg{
	top: -30px;
}


header.sticky .logoBoxBg img{
	width: 350px ;
}
	

}






@media (max-width: 991px) {


.logoBoxBg{
	left: -40px;
	top:-10px;
}	
	
.logoBoxBg img{
	width:230px;	
}

	
header.sticky .logoBoxBg{
	left: -40px;
	top:-10px;
}


header.sticky .logoBoxBg img{
	width: 200px ;
}
	

}



@media (max-width: 767px) {


}


@media (max-width: 480px) {


}








.topSection{
	position: relative;
}




.container-wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}













.btn-margin{
	margin-right: 20px;
}


.btn-Width{
	min-width: 220px;
}


.FlexBox{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
}


.Justify-Center{
	-ms-flex-pack: center;
  justify-content: center;
}	








@media (max-width: 991.98px) {
	
	.btn-Width{
	min-width: 100px;
}
	
}





.top_Contact_Box{
	position: absolute;
	top:-15px;
	right: 0;
}

.top_Contact_Flex{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
}



.top_Contact_Item{
	font-family: "neue_haas_grotesk_disp55roman";
	font-size: 16px;
	color: #C4C4C4;	
	margin-right: 30px;
}

.top_Contact_Item a{
	color: #C4C4C4;	
}

.top_Contact_Item a:hover{
	color: #fff;	
}

.top_Contact_Item:last-child{
	margin-right: 0;
}

.top_Contact_Item .iconstyle {
    font-size:14px;
    color: #C4C4C4;
    margin-right: 8px;
}



header.sticky .top_Contact_Box{
	top:-5px;
	display: none;
}


header.sticky .top_Contact_Item{
	font-size: 14px;
}


header.sticky .top_Contact_Item{
	font-size: 14px;
}

header.sticky .top_Contact_Item .iconstyle {
	 font-size:12px;
}







/*menu_TopContact styles*/	

.menu_items_Block{
	position: relative;
	display: flex;
	align-items: center;
}


.TopContact{
	position: relative;	
}

.TopContact .boxItemRow {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 10px;
}


.TopContact .boxItem {
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 50px 0 0;
}



.TopContact .boxItem:last-child{
	margin-right: 0;
	}

	
.TopContact .boxItem .icon{
	position:absolute;
	top:0px;
	left:0;
	}

.TopContact .boxItem .txt{	
	line-height: 1.3;
	font-size: 18px;
	margin: 0;	
	}

.TopContact .boxItem .txt span{
	font-size: 12px;
	color: #C4C4C4;
	display: block;
	}


	
.TopContact .boxItem .iconstyle{
	font-size:22px;
	color: #C4C4C4;
	}



.hamburger_menu .menu_TopContact{
	width:100%;
	float: left;
	padding: 20px 15px 10px;
	margin-top: 0;
	border-top: 1px solid #d0d0d0;
}
.hamburger_menu .TopContact .boxItemRow{
	display: block;
	margin: 0;
}

.hamburger_menu .TopContact .boxItem {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 10px 0;
}

.hamburger_menu .TopContact .boxItem .txt{
	line-height: 1.5;
	font-size: 18px;
	color: #444;
	margin: 0;	
	}

.hamburger_menu .TopContact .boxItem .txt span{
	font-size: 15px;
	line-height: 1.2;
	color: #444;
	display: block;
	}


	
.hamburger_menu .TopContact .boxItem .iconstyle{
	font-size:14px;
	color: #666;
	}



.hamburger_menu .TopContact .boxItem a{
	color: #333;
}

.hamburger_menu .TopContact .boxItem a:hover{
	color: #000;
}








.btn-more{
	position: relative;
	font-weight: 700;
 	font-size:14px;
	padding:13px 25px;
	color:#000;
	background: #D5AD46;
	border: 0px;
	border-radius:50px;
	line-height: 1;
	display: inline-flex;
    transition: all 0.3s;
}

.btn-more:hover{
	background: #185B3C;
	color:#fff;
	}


.btn-more .iconstyle{
	font-size: 16px;
	color: #000;
	margin-left: 8px;
	transition: all 0.3s;
}


.btn-more:hover .iconstyle{
	color: #fff;
	}




@media (max-width: 991.98px) {

.btn-more{
	padding:10px 20px;
	font-size: 13px;
}

	
.btn-more .iconstyle{
	font-size: 14px;
}
	

}





.btn-moreBorder{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
 	font-size:15px;
	text-transform: uppercase;
	padding:20px 30px;
	color:#111;		
	border: 1px solid #003E63;
	border-radius:50px;
	line-height: 1;
	display: inline-flex;
	align-items: 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;
}

.btn-moreBorder:hover{
	border: 1px solid #003E63;
	background: #003E63;
	color:#fff;
	}


.btn-moreBorder .iconstyle{
	font-size: 16px;
	color: #111;
	margin-left: 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.btn-moreBorder:hover .iconstyle{
	color: #fff;
	}




@media (max-width: 991.98px) {

.btn-moreBorder{
	padding:10px 20px;
	font-size: 13px;
}

	
.btn-moreBorder .iconstyle{
	font-size: 14px;
}
	

}



.btn-moreBorderLight{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
 	font-size:15px;
	text-transform: uppercase;
	padding:20px 30px;
	color:#fff;		
	border: 1px solid #fff;
	border-radius:50px;
	line-height: 1;
	display: inline-flex;
	align-items: 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;
}

.btn-moreBorderLight:hover{
	border: 1px solid #fff;
	background: #fff;
	color:#111;
	}


.btn-moreBorderLight .iconstyle{
	font-size: 16px;
	color: #fff;
	margin-left: 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.btn-moreBorderLight:hover .iconstyle{
	color: #111;
	}




@media (max-width: 991.98px) {

.btn-moreBorderLight{
	padding:10px 20px;
	font-size: 13px;
}

	
.btn-moreBorderLight .iconstyle{
	font-size: 14px;
}
	

}






/*Sec head styles*/	


.SecHead{
	position: relative;
}


.SecHead h1{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 40px;
	line-height: 1.1;
	color: #111;
	margin: 0 0 15px 0;
}


.SecHeading{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 40px;
	line-height: 1.1;
	color: #111;
	margin: 0 0 20px 0;
}

.SecHeading.Margin_0{
	margin: 0;
}


.SecHead_Small{
	position: relative;
	font-family: 'neue_haas_grotesk_display75Bd';
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 15px 0;
}

.SecHeading.Light{
	color: #fff;
}


.SecHead_Small.Light{
	color: #fff;
}




.HeadWrapper{
	position: relative;
	display: flex ;
	margin: 0 0 40px 0;
}


.HeadWrapper.AlignItem{
justify-content: space-between ;
	align-items: flex-end;
}


.HeadWrapper .Block50{
	flex: 0 0 auto;	
	width: 50%;
}


.HeadWrapper .Block1{
	flex: 0 0 auto;	
	width: 35%;
}


.HeadWrapper .Block2 {
	padding: 0 0 0 75px;
}

.HeadWrapper .Block3 {
	flex: 0 0 auto;
	padding: 0 0 0 75px;
}







@media (max-width: 1399.98px) {

	

}



@media (max-width: 991.98px) {

	
.HeadWrapper{
	display: block;
	margin: 0 0 30px 0;
}

.HeadWrapper .Block50{
	width: auto;
}
	
.HeadWrapper .Block1{
	width: auto;
}
	
.HeadWrapper .Block2 {
	padding: 0;
}

.HeadWrapper .Block3 {
	padding: 0;
}

	

.SecHead_Small{
	font-size: 13px;
	margin: 0 0 10px 0;
	}
	
	
	
.SecHead h1{
  font-size: 24px;
}
	
	
.SecHeading{
  font-size: 24px;
}


.SecHeading.Margin_0{
	margin: 0 0 20px 0;
}
	

	
}




.paginationBlock{
	position: relative;
    text-align: center;
    margin:30px 0 0 0;
}

.pagination {	
	text-align:center;
	display: inline-block;
	z-index:10;
	position:relative;
}

.pagination  a {
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
	position:relative;
    background: #d7d7d7;
	color: #666;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 1px;
}

.pagination a.active, .pagination a:hover {
    background: #aeaeae;
	color: #333;
}

.pagination  a i {
	font-size:12px;
}



.list-dots{
	position: relative;
	margin: 0 0 20px 0;
}

.list-dots ul{
	list-style: none;
    margin: 0;
    padding: 0;	
}

.list-dots li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	padding: 6px 0 6px 20px;
}

.list-dots li:before {
   content: '';
    width: 7px;
    height: 7px;
	border-radius: 50%;
	background: #003E63;
    position: absolute;
    left: 0;
    top:14px;
}

.list-dots li.light:before {
	background: #fff;
}




.list-dots ul li ul{
	list-style: none;
    margin: 5px 0;
    padding: 0;
}

.list-dots ul li ul li{
	position: relative;
    list-style: none;
	font-weight: 400;
    padding: 4px 0 4px 22px;
}

.list-dots ul li ul li:before {
    content: '';
    width: 10px;
    height: 3px;
    background: #8b1444;
    position: absolute;
    left: 0;
    top: 17px;
	border-radius: 0;
}


@media (max-width: 991.98px){


.list-dots li{
	padding: 6px 0 6px 20px;	
}

.list-dots li:before {
    content: '';
    width: 6px;
	height: 6px;
    left: 0;
    top:13px;
}
	
	
.list-dots ul li ul{
    margin: 5px 0;
}
	
.list-dots ul li ul li{
	padding: 4px 0 4px 22px;
    
}	
	
	.list-dots ul li ul li:before {
    top: 12px;
	}
	
	

}








/*hm-About-Scroll styles*/	

.hm-About-Scroll{
	position: relative;
	padding: 20px 0 120px;
}


.ScrollHeading-marquee-box {
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
	padding: 5px 0;
    border: 0px solid #181818; /* same as bg */
}

.ScrollHeading-marquee-box .Scroll-Title {
	
	 text-fill-color: transparent;
  text-stroke: 1px #BFBFBF;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #BFBFBF;
  -moz-text-fill-color: transparent;
	
	font-family: 'neue_haas_grotesk_display75Bd';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 100px;
	line-height:1;
	padding: 0;
	color: #BFBFBF;
    white-space: nowrap;

    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: Text-Scroll 20s linear infinite;
}


.ScrollHeading-marquee-box .Scroll-Title .gap{
	margin: 0 20px;
}


@keyframes Text-Scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}




@media (max-width: 1366px) {

.ScrollHeading-marquee-box .Scroll-Title {
	font-size: 80px;

	}
	
}
	

@media (max-width: 991px) {
	
	
	.hm-About-Scroll{
		padding: 20px 0;
	}
	
	.ScrollHeading-marquee-box .Scroll-Title {		
		font-size: 40px;		
	}
	
}




/*hm-why-Scroll styles*/	

.hm-why-Scroll{
	position: relative;
	padding: 0;
}


.ScrollHeading-marquee-boxTwo {
    height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
	padding: 5px 0;
    border: 0px solid #181818; /* same as bg */
}

.ScrollHeading-marquee-boxTwo .Scroll-TitleTwo {
	
	 text-fill-color: transparent;
  text-stroke: 1px #BFBFBF;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #BFBFBF;
  -moz-text-fill-color: transparent;
	
	font-family: 'neue_haas_grotesk_display75Bd';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 100px;	
	line-height:1;
	padding: 0;
	color: #BFBFBF;
    white-space: nowrap;

    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: Text-Scroll 40s linear infinite;
}


.ScrollHeading-marquee-boxTwo .Scroll-TitleTwo .gap{
	margin: 0 20px;
}


@keyframes Text-Scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}




@media (max-width: 1366px) {

.ScrollHeading-marquee-boxTwo .Scroll-TitleTwo {
	font-size: 80px;

	}
	
}
	

@media (max-width: 991px) {
	
	.ScrollHeading-marquee-boxTwo .Scroll-TitleTwo{		
		font-size: 40px;		
	}
	
}






/*hm-About-Sec styles*/	

.hm-About-Sec{
	position: relative;
	z-index: 2;
	background: #F5F5F5;
	color: #111;
	padding: 150px 0 150px 0;
	margin: 150px 0 0 0;
}


.pattern-Overlay{
	position: absolute;
	bottom: 0;
}


.pattern-Overlay img{
	width: 100%;
}

.hm-About-Sec .alSelfCenter {
    align-self: center;
}


.hm-About-Sec .ContentBox{
	position: relative;
	padding: 0 0 0 150px;
}

.hm-About-Sec .ContentBox h1{
	position: relative;
  font-family: 'neue_haas_grotesk_display65Md';
  font-weight: normal;
  font-size: 40px;
  line-height: 1.1;
  color: #111;
  margin: 0 0 30px 0;
}

.hm-About-Sec .ContentBox .descMain{
	font-size: 24px;
	line-height: 1.3;
	margin: 0 0 30px 0;
}

.hm-About-Sec .ContentBox .desc{
	margin: 0 0 40px 0;
}



.hm-About-Sec .ImageBox{
	position: absolute;
	top:-100px;
	left:0;
	overflow:hidden;
	-webkit-border-top-right-radius: 80px;
-webkit-border-bottom-right-radius: 80px;
-moz-border-radius-topright: 80px;
-moz-border-radius-bottomright: 80px;
border-top-right-radius: 80px;
border-bottom-right-radius: 80px;
}


.hm-About-Sec .ImageBox img{
display: inline-block;
width: 960px;
}


.hm-About-Sec .ImageBoxPosition{
	position: absolute;
	top:-100px;
	left:0;
}


.hm-About-Sec .ImageBoxMain{
	position: relative;
	overflow:hidden;
-webkit-border-top-right-radius: 80px;
-moz-border-radius-topright: 80px;
border-top-right-radius: 80px;
}

.hm-About-Sec .ImageBoxMain:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:auto;
	bottom: 0;
	width: 100%;
	height:30%;
	background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	
}


.hm-About-Sec .ImageBoxMain img{
display: inline-block;
width: 960px;
}

.hm-About-Sec .ImageTitle{
	position: absolute;
	bottom: 50px;
	left: 100px;
	font-size: 40px;
	color: #fff;
	font-family: 'neue_haas_grotesk_display75Bd';
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
	border-left: 4px solid #fff;
	padding-left: 15px;
	z-index: 1;
}


.hm-About-Sec .ImageTitle span{
	font-family: 'neue_haas_grotesk_disp55roman';
	font-weight: normal;
}

.factsBoxRow{
	position: relative;
	padding: 240px 0 0 0;	
}

.factsWrap{
	position: relative;
	background:#E9E9E9;
	height: 100%;
	padding: 40px 40px 30px 40px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.facts-TitleSmall{
	font-family: 'neue_haas_grotesk_display75Bd';
  font-weight: normal;
  font-size: 18px;
	text-transform: uppercase;
  color: #666;
  line-height: 1.2;
  border-bottom: 1px solid #B8B8B8;
  padding-bottom: 15px;
  margin-bottom: 100px;
}

.facts-box{
	position: relative;
}


.facts-Icon{
	position: relative;
	margin: 0 0 20px 0;
}

.facts-Icon img{
	width: 70px;
	height: 70px;
	display: inline-block;
}


.facts-Number{
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 60px;
	line-height: 1;
	color: #111;
	
}


.facts-Number sup {
    top: 0;
    font-size: 60px;
}




@media (max-width: 1600px) {
	
	.hm-About-Sec{
		padding: 50px 0;
	}	
	
	
.hm-About-Sec .ImageBoxMain img{
width: 800px;
}
	
	
	.factsBoxRow{
		padding: 100px 0 0 0;
	}
	
	

}



@media (max-width: 1399.98px) {

	.hm-About-Sec .ContentBox{
		padding: 0 0 0 100px;
	}	
	


	
.hm-About-Sec .ImageBoxMain img{
width: 700px;
}

}


@media (max-width: 1199.98px) {
	
	.hm-About-Sec .ImageBoxMain img{
width: 600px;
}
	
}


@media (max-width: 991.98px) {
	

.hm-About-Sec {
  padding: 30px 0 20px 0;
	margin: 0;
}
	
	
.hm-About-Sec .ImageBoxPosition{
	position: relative;
	top:0;
}
	
.hm-About-Sec .ImageBoxMain{	
	border-radius: 20px;
	margin: 0 0 30px 0;
	}


.hm-About-Sec .ImageBoxMain img{
	width: 100%;
}
	
	
	.hm-About-Sec .ImageTitle{
		left: 20px;
		bottom: 30px;
	}
	
	
	.hm-About-Sec .ImageTitle{
		font-size: 20px;		
	}
	

	
.hm-About-Sec .ContentBox{
	padding: 0;
}

.hm-About-Sec .ContentBox h1{
  font-size: 24px;
  margin: 0 0 20px 0;
}	
	
	
	.hm-About-Sec .ContentBox .descMain{
		font-size: 15px;
		margin: 0 0 20px 0;
	}
	
.hm-About-Sec .ContentBox .desc{
		margin: 0 0 20px 0;
	}

	
.factsBoxRow{
	padding: 50px 0 0 0;	
}

.factsWrap{
	height: auto;
	margin-bottom: 30px;
	padding: 30px 20px;
}


.facts-TitleSmall{
	font-size: 13px;
  padding-bottom: 15px;
  margin-bottom: 50px;
}


	.facts-Icon{
		margin: 0 0 15px 0;
	}
	
.facts-Icon img{
	width: 50px;
	height: 50px;
}


.facts-Number{
	font-size: 30px;
}


.facts-Number sup {
    font-size: 30px;
}
	
	
	
}





/*hm-ServiceSec styles*/	

.hm-ServiceSec{
	position: relative;	
	padding: 150px 0 100px;
}


.hm-ServiceSlide{
	position: relative;
}


.hm-ServiceSec .ServiceBoxItem{
	height: 100%;
	margin: 0;
	}


.ServiceBoxItem{
	position:relative;
	text-align: left;
	height: calc(100% - 80px);
	margin: 0 0 80px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}






.ServiceBoxItem .imageBox{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin: 0;
	
	}


.ServiceBoxItem .imageBox:after{
position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0);	
	}
	
	.ServiceBoxItem .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;
}

.ServiceBoxItem: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);
	}


.ServiceBoxItem .contentBox{
	position: relative;
	padding: 20px 0 40px 0;
	}

.ServiceBoxItem .categ_Number{
	font-family: 'neue_haas_grotesk_disp55roman';
	font-weight: normal;
	font-size: 18px;
	color: #666;
	line-height: 1.2;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px;
	margin-bottom: 15px;	
}

	.ServiceBoxItem .contentBox h2{
		position: relative;
		font-family: 'neue_haas_grotesk_display75Bd';
		font-weight: normal;
		font-size:26px;
		color: #111;
		margin:0 0 20px 0;
	}


	.ServiceBoxItem .contentBox .desc{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		color: #444;
		margin:0 0 50px 0;		
	}




.ServiceBoxItem .btnPosition{
	position: absolute;
	left: 0;
	bottom: 0;
}



.hm-ServiceSec .owl-carousel .owl-item img{
	width: 100% !important;
	display: inline-block;
}



.hm-ServiceSec .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.hm-ServiceSec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 60px;
}



.hm-ServiceSec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-ServiceSec .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;
}



.hm-ServiceSec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #999999;
}



.hm-ServiceSec .owl-theme .owl-dots .owl-dot.active span,
.hm-ServiceSec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 1px solid #999999;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-ServiceSec .owl-theme .owl-dots .owl-dot.active span::after,
.hm-ServiceSec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #999999;
}




.hm-ServiceSec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #999999;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.hm-ServiceSec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.hm-ServiceSec .owl-next,
.hm-ServiceSec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.hm-ServiceSec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}





.hm-ServiceSec .owl-carousel .owl-stage{display: flex;}


.hm-ServiceSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}










@media (max-width: 991.98px) {


	.hm-ServiceSec{
	padding: 50px 0;
	}
	

.hm-ServiceSec .txtSmall{
	max-width: 100%;
}


	
	.ServiceBoxItem{
		height: calc(100% - 40px);
		margin: 0 0 40px 0;
	}
	
	
	

	
.ServiceBoxItem .categ_Number{
	font-size: 15px;	
}
	
	.ServiceBoxItem .contentBox h2{
		font-family: 'neue_haas_grotesk_display65Md';
		font-size:20px;
		margin: 0 0 15px 0;
	}


	.ServiceBoxItem .contentBox .desc{
		margin: 0 0 20px 0;
	}
	
	
	.hm-ServiceSec .owl-theme .owl-nav.disabled + .owl-dots{
		margin-top: 30px;
	}
	
.hm-ServiceSec .owl-theme .owl-dots .owl-dot span {
	margin: 0 5px;
	}
	
	
	.hm-ServiceSec .owl-theme .owl-nav{
		margin: 10px 0 0 0;		
	}
	
.hm-ServiceSec .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}
	
	
		
	
}






.btn-ViewPro{
	position: relative;	
	display: inline-block;
	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;
}

.btn-ViewPro:hover{
	
	}


.btn-ViewPro .iconstyle{
	background: #003E63;	
	color:#fff !important;
	font-size: 20px;
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;	
}

.btn-ViewPro:hover .iconstyle{
}


@media (max-width: 991.98px) {


.btn-ViewPro .iconstyle{
	font-size: 16px;
	width: 36px;
	height: 36px;
}
	

}








/*whyChoose_Sec styles*/	

.hm_why_Sec{
	position: relative;
	padding: 150px 0;
}

.hm_why_Sec.pdHome{
	padding: 150px 0 50px;
}

.hm_why_Sec .alSelfCenter {
    align-self: center;
}


.hm_why_ImageBox{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin: 0;
}


.hm_why_ImageBox img{
	width: 100%;
}


.hm_why_ContentBox{
	position: relative;
}


.hm_why_ContentBox.pdLeft{
	padding-left: 80px;
}

.hm_why_ContentBox.pdRight{
	padding-right: 80px;
}


@media (max-width: 1399.98px) {
	
.hm_why_ContentBox.pdLeft{
	padding-left: 30px;
}

.hm_why_ContentBox.pdRight{
	padding-right: 30px;
}


}

@media (max-width: 991.98px) {
	
.hm_why_Sec{
	padding: 50px 0 20px;
}
	
.hm_why_Sec.pdHome{
	padding: 50px 0 20px;
}

	
	
.hm_why_ImageBox{
	margin: 0 0 30px 0;
}	
	
.hm_why_ContentBox.pdLeft{
	padding-left: 0;
}

.hm_why_ContentBox.pdRight{
	padding-right: 0;
}
	
	
}




.BoxAccordion{
	position: relative;
	margin: 0;
}



.BoxAccordion .accordion-button:not(.collapsed){
	background-color: transparent;
}


.BoxAccordion h5{
    
	
}


.BoxAccordion .accordion-button{
	font-family: 'neue_haas_grotesk_display75Bd';
	font-style: normal;
	color: #111;
	font-size: 24px;
	padding: 20px 0;
}


.BoxAccordion .accordion-body{
	color: #444;
	padding: 0 0 20px 0;
}


.BoxAccordion .titleSmall{
	font-size: 22px;
	color: #343053;
	margin: 0 0 10px 0;
}


.BoxAccordion .accordion-item{
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #D4D4D4;
}





.BoxAccordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}


.BoxAccordion .accordion-button:not(.collapsed)::after {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}




@media (max-width: 991.98px) {

	
	.BoxAccordion .accordion-button{
		font-family: 'neue_haas_grotesk_display65Md';
		font-size: 18px;
		padding: 15px 0;
	}	
	


.BoxAccordion .titleSmall{
	font-size: 15px;
	margin: 0 0 10px 0;
}	


}









@media (max-width: 991.98px) {

	

}









/*bannerOne_BlockSec styles*/


.bannerOne_BlockSec{
	position:relative;	
	padding: 100px 0;
	height: 750px;
	background: #213B72 url(../images/banner-block-1.avif) bottom;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	z-index: 1;
	}


.bannerOne_BlockSec:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.4);
	z-index: -1;
}


.bannerOne_Block_BoxWrap{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	padding: 100px 0 0 0;
	display: -ms-flexbox ;
	display: flex ;

}



.bannerOne_Block_Title {
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
    font-weight: normal;
    font-size: 40px;
  line-height: 1.1;
	color: #fff;
  padding: 0;
  margin: 0 0 25px 0;
}




@media (max-width: 1399.98px) {

.bannerOne_BlockSec{
	height: 600px;
	}

}


@media (max-width: 991.98px) {
	

.bannerOne_BlockSec{
	padding: 20px 0;
	height: 400px;

	}

	
	.bannerOne_Block_BoxWrap{
		padding: 30px 0 0 0;
	}	
	
	
.bannerOne_Block_Title {
    font-size: 24px;
    margin: 0 0 20px 0;
}


.bannerOne_Block_Desc{
    max-width: 100%;
}	
	
	
}






.pattern-bg-1{
	position: relative;	
}

.pattern-bg-1 img{
	width: 100%;
}




/*clients styles*/	


.hm-clientsSec{
	position: relative;
	padding: 150px 0 100px;
	background: #ECF7FF;
}


.client_descSmall {
 color: #111;
}


.clientsSlide{
	position: relative;
}


.clientBox{
	position: relative;	
}

.clientBox img{
	display: inline-block !important;
	width: auto !important;	
	border-radius: 20px;
}




.hm-clientsSec .owl-carousel .owl-item img{
	display: inline-block;
}



.hm-clientsSec .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.hm-clientsSec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 50px;
}



.hm-clientsSec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-clientsSec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #999999;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.hm-clientsSec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #999999;
}



.hm-clientsSec .owl-theme .owl-dots .owl-dot.active span,
.hm-clientsSec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 1px solid #999999;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-clientsSec .owl-theme .owl-dots .owl-dot.active span::after,
.hm-clientsSec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #999999;
}



.hm-clientsSec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #0C4CA2;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.hm-clientsSec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.hm-clientsSec .owl-next,
.hm-clientsSec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.hm-clientsSec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}



.hm-clientsSec .owl-carousel .owl-stage{display: flex;}


.hm-clientsSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}



@media (max-width: 991.98px){
	
.hm-clientsSec{
	padding: 50px 0;
}
	
	

.hm-clientsSec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px;
}
	
.hm-clientsSec .owl-theme .owl-dots .owl-dot span {
	margin: 0 5px;
	}
	
	

}



/*hm-GallerySec styles*/	


.hm-GallerySec{
	position: relative;
	padding: 150px 0 100px;
	background: #003E63;
	color: #fff;
}



.hm-GallerySlide{
	position: relative;
}


.GalleryItem{
	position: relative;	
}


.GalleryItem:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background:rgba(0,0,0,.2);
}

.GalleryItem img{
	display: inline-block !important;
	width: auto !important;	
	border-radius: 20px;
}



.owl-item.active.center .item {
	opacity: 1;
}

.hm-GallerySec .owl-carousel .item{
	overflow:hidden;
	opacity: 1;
	}	




.hm-GallerySec .owl-carousel .owl-item img{
	display: inline-block;
}



.hm-GallerySec .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.hm-GallerySec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 50px;
}



.hm-GallerySec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-GallerySec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #999999;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.hm-GallerySec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #999999;
}



.hm-GallerySec .owl-theme .owl-dots .owl-dot.active span,
.hm-GallerySec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 1px solid #999999;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-GallerySec .owl-theme .owl-dots .owl-dot.active span::after,
.hm-GallerySec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #999999;
}



.hm-GallerySec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #0C4CA2;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.hm-GallerySec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.hm-GallerySec .owl-next,
.hm-GallerySec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.hm-GallerySec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}



.hm-GallerySec .owl-carousel .owl-stage{display: flex;}


.hm-GallerySec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}






@media (max-width: 991.98px){
	
.hm-GallerySec{
	padding: 50px 0;
}
	
	

.hm-GallerySec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px;
}
	
.hm-GallerySec .owl-theme .owl-dots .owl-dot span {
	margin: 0 5px;
	}
	
	

}




@media (max-width: 767.98px){

.hm-GallerySlide{
	padding: 0 20px;
}

}




/*hm-testimonials-sec styles*/

.hm-testimonials-sec{
	position:relative;
	padding: 150px 0 100px;
}



.testimony_descSmall {

}


.testimonial-box{
	position:relative;
	width: 100%;
	margin: auto;
	margin-top: 0;
	}

.testimonial-box .box{
	position: relative;	
	height: 100%;
	padding: 0;
}



.testimonial{
	position:relative;
	text-align: center;
	width: 99%;
	height: 100%;
	background: #F5F5F5;
	padding: 80px 60px;
	border-radius: 20px;
	}


.testimonial .icon-quote {
	position: relative;
	margin: 0 0 30px 0;
}


.testimonial .icon-quote img {
	display: inline-block !important;
	width: 44px !important;
}



.testimonial .desc {
    width: 100%;
    margin: auto;
	color: #111;
    margin-bottom: 50px;
}

	
			
.testimonial-by{
	position: relative;	
	}

	
.testimonial-by .image{
	position: relative;
	margin:0 0 20px 0;
	}
	

.testimonial-by .image img{
	width:100px !important;
	height: 100px !important;
	border-radius:50%;
	display:inline-block !important;
	}


.testimonial-by .bx{
	position: relative;	
	}
		
.testimonial-by .name{
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size:22px;
	line-height: 1.2;
	color: #111;
	margin: 0 0 5px 0;
	}
	
.testimonial-by .sub-title{
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size:18px;
	line-height: 1.2;
	color: #666;
	margin: 0;
	}





.testimonial-box .owl-carousel .owl-item img{
	display: inline-block;
}



.testimonial-box .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.testimonial-box .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px;
}



.testimonial-box .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-box .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #999999;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.testimonial-box .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #999999;
}



.testimonial-box .owl-theme .owl-dots .owl-dot.active span,
.testimonial-box .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 1px solid #999999;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-box .owl-theme .owl-dots .owl-dot.active span::after,
.testimonial-box .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #999999;
}



.testimonial-box .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #0C4CA2;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.testimonial-box .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.testimonial-box .owl-next,
.testimonial-box .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.testimonial-box .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}



.testimonial-box .owl-carousel .owl-stage{display: flex;}


.testimonial-box .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}




@media (max-width: 1399.98px){
	
.testimonial{
	padding: 60px 40px;
	}


}


@media (max-width: 991.98px){


.hm-testimonials-sec{
	padding: 50px 0 50px 0;	
}

	.hm-testimonials-sec .txtSmall{
		max-width: 100%;
	}
	
	
.testimonial{
	padding: 40px 30px;
	}
	
	
.testimonial .desc {
    margin-bottom: 30px;
}	
	
	

.testimonial .icon-quote img {
	width: 30px !important;
}
	

.testimonial-by .image img{
	width:80px !important;
	height: 80px !important;
	}
	
	
.testimonial-by .name{
	font-size:18px;
	margin: 0 0 5px 0;
	}
	
.testimonial-by .sub-title{
	font-size:15px;
	}


.testimonial-box .owl-theme .owl-dots .owl-dot span {
	margin: 0 5px;
	}
	
	
}





/*calltoActionSec styles*/

.callActionSec{
	position: relative;
	padding: 80px 0;
	background: #092954 url(../images/bg-download.avif) top center;
	background-size: cover;
	color: #fff;
	z-index: 1;

}


.callActionSec:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
	top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
	/*! background: #2C3948; */
/*! background: linear-gradient(90deg, rgba(44, 57, 72, 1) 0%, rgba(19, 41, 65, 0.5) 100%); */
	z-index: -1;
}

.callActionBox{
	position: relative;
}


.callActionTitle{
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 32px;	
	line-height: 1.2;
	margin: 0 0 15px 0;
}


.callActionDesc{
	margin: 0 0 30px 0;
}




.btn-callAction{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
 	font-size:15px;
	text-transform: uppercase;
	padding:20px 30px;
	color:#fff;		
	border: 1px solid #fff;
	border-radius:50px;
	line-height: 1;
	display: inline-flex;
	align-items: 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;	
}

.btn-callAction:hover{
	border: 1px solid #fff;
	background: #fff;
	color:#111;
	}


.btn-callAction .iconstyle{
	font-size: 16px;
	color: #fff;
	margin-left: 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.btn-callAction:hover .iconstyle{
	color: #111;
	}






@media (max-width: 991.98px){
	
.callActionSec{
	padding: 60px 0;

}	
	

	
	.callActionTitle{
		font-size: 20px;
	}
		
	
	
	.btn-callAction{
	padding:10px 20px;
	font-size: 13px;
	}

	
.btn-callAction .iconstyle{
	font-size: 14px;
}
	
	
}







/*footer styles*/

.footer-sec{
	position:relative;
	font-size:18px;
	color: #DFDFDF;
	margin: 0;	
	background-color: #213B72;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("../images/footer-bg.avif");
	z-index: 1;
	}



.footer-sec:after {
position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,62,99,.85);
	z-index: -1;
}	


.footer-sec .footerContactWrap{
	position: relative;
	padding: 100px 0 0 0;
}

.footerContact_BoxRow{
	position: relative;
	padding-bottom: 100px;
	border-bottom: 1px solid #EBEBEB;
}

.footer-sec .footer-logo {
    position: relative;
	text-align: center;
}

.footer-sec .footer-logo img{
	width: 110px;
	display: inline-block;
}



.footer-sec .footer-top{
	position:relative;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:90px 0 0 0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 50px 0;	
	}
	
.footer-sec .footer-column h5{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size:18px;	
	padding:0;
	margin:0 0 25px 0;
	}


.footer-sec .footer-column .descHead{
	position:relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 20px 0;
	}

.footer-sec .footer-column .desc{
	position:relative;
	width: 90%;
	margin:0 0 40px 0;
	}



	
.footer-sec .btn-Footer{
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size:15px;	
	text-transform: uppercase;
	line-height: 1.1;	
	display: inline-flex;
	color:#fff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}
	
	.footer-sec .btn-Footer:hover{
		color:#fff;
		}


.footer-sec .btn-Footer .iconstyle{
	font-size: 16px;
	color: #fff;
	margin-left: 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}


.footer-sec .btn-Footer:hover .iconstyle{
	color: #fff;
	}





.footer-sec .BoxWidgets{
	padding: 0 0 0 50px;
}


	
.footer-sec .footer-column .links{
	margin:0;
	padding:0;
	}

.footer-sec .footer-column .links.pd{
	padding:0 30px 0 0;
	}


	.footer-sec .footer-column .links li{
	position: relative;
	font-size: 18px;
	margin:0;
	padding:8px 0;	
	list-style:none;
	line-height:1.3;
		-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.footer-sec .footer-column .links li:hover{

	}
	




.footer-sec .footer-column .pro-link{
  display: -ms-flexbox ;
  display: flex ;
  margin: 0 0 50px 0;
}	

.footer-sec .footer-column .links-two{
	margin:0;
	padding:0 20px 0 0;
	flex-basis: 50%;
	}

	.footer-sec .footer-column .links-two li{
	margin:0;
	padding:10px 0;	
	list-style:none;
	line-height:1.3;
	}



	
	.footer-sec .footer-column .links-two li:first-child{
	padding-top:0;
	}
	.footer-sec .footer-column .links-two li:last-child{
	padding-bottom:0;
	}
	

	.footer-sec .footer-column a{
	color:#DFDFDF;
	}

	.footer-sec .footer-column a:hover{
	color:#fff;
	}


	.footer-sec .footer-column .links-two a{
	color:#DFDFDF;
	}

	.footer-sec .footer-column .links-two a:hover{
	color:#fff;
	text-decoration: underline;
	}
	

	


.footer-sec .social-icon{
  display: -ms-flexbox ;
  display: flex ;
	margin: 0; 
	}
	
.footer-sec .social-icon a{
    display: block;
	margin-left:24px;    
}

.footer-sec .social-icon a:first-child{
    margin-left: 0;
}

.footer-sec .social-icon .iconstyle{
	font-size:18px;
	color:#DFDFDF;
	-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:24px;
	}




	
.footer-sec .box{
	position: relative;
	padding:0 0 0 40px;
	margin:0 0 15px 0;
	line-height: 1.3;
	}

	
.footer-sec .box .icon{
	position:absolute;
	top:5px;
	left:0;
	}


.footer-sec .box .iconstyle{
	font-size:18px;
	color: #DFDFDF;
	}

.footer-sec .box .txt{
	font-size: 18px;
	line-height: 1.5;
	padding: 0 30px 0 0;
	}

.footer-sec .box .txtSmall {
  font-size: 15px;
  display: block;
}




.footer-sec .footer-bottom{	
	position: relative;
	padding: 0;
}


.footer-bottom-border {
  position: relative;
	padding: 20px 0 50px 0;
  border-top:1px solid #EBEBEB;
}



.footer-sec .copyright{	
	text-align: left;
	margin: 0;
	}


.footer-sec .design{
	font-size:14px;
	color: #AEAEAE;
	text-align: right;
	}

.footer-sec .design a{
	color: #AEAEAE !important;
	}
.footer-sec .design a:hover{
	color: #fff !important;
	}




@media (max-width: 1199.98px) {
	
.footer-sec .footer-column .desc{
	width: 100%;
	}

	
 .footer-sec .BoxWidgets {
    padding: 0;
  }
	
	
}



@media (max-width: 991.98px) {


.footer-sec{
	font-size:15px;
	}
	
	
.footer-sec .footerContactWrap{
	padding: 50px 0 0 0;
}

.footerContact_BoxRow{
	padding-bottom: 50px;
}
	
	
	

.footer-sec .footer-widgets{
	padding:40px 0 0 0;
	}
	

	.footer-sec .footer-column{
		margin: 0 0 30px 0;
	}	
	
	
.footer-sec .footer-column h5{
	font-size:15px;	
	margin:0 0 15px 0;
	}

	


.footer-sec .footer-logo img{
	width: 80px;
}

	
.footer-sec .footer-column .descHead{
	font-size: 16px;
	}

	
.footer-sec .footer-column .desc{
	margin:0 0 20px 0;
	}
	
.footer-sec .btn-Footer{
	font-size: 13px;
	}	







.footer-sec .footer-column .pro-link{
  margin: 0 0 30px 0;
}	

.footer-sec .footer-column .links li{
	padding: 6px 0;
	font-size: 15px;
	}

	
.footer-sec .footer-column .links-two li{
	padding:7px 0;
	}

	

	
.footer-sec .social-icon a{
    margin-left:15px;
}
	
.footer-sec .social-icon .iconstyle{
	font-size:16px;
	}

.footer-sec .social-icon .iconstyle.icon-youtube{
	font-size:18px;
	}
	



.footer-sec .box{
	padding:0 0 0 24px;
	margin:0 0 15px 0;
	}

.footer-sec .box .icon{
	top:3px;
	}
	
.footer-sec .box .iconstyle{
	font-size:14px;
	}
	
.footer-sec .box .txt{
	font-size: 15px;
	padding: 0;
	}
	




	
.footer-bottom-border {
	padding: 20px 0 30px 0;
}

	
.footer-sec .copyright{
	text-align: center;
	margin: 0 0 10px 0;
	}	

.footer-sec .design{
	font-size:12px;
	text-align: center;
	}
	

}



@media (max-width: 767.98px) {
	
	.footer-sec .footer-logo{
		text-align: left;
	}
	
}



@media (max-width: 575.98px) {

	
	
	
}




.side-bar-contact {
	position: fixed;
	bottom: 30px;
	right:30px;
	z-index: 100;
}

.side-bar-contact .iconstyle{
	font-size:32px;
	color:#fff;
	background: #25d366;
	width: 54px;
	height: 54px;
	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);
	}
	



@media (max-width: 991px) {
	
.side-bar-contact {
	right:15px;
}
	
.side-bar-contact .iconstyle{
	font-size:20px;
	width: 36px;
	height: 36px;
	}
	
	
}



















/*sub-banner styles*/



.sub-banner-sec{
	position:relative;
	color: #fff;
	margin:0;
	}


.subBannerImgWrap{
	position: relative;	
}

.subBannerImgWrap:before{

	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: auto;
	width: 100%;
	height:50%;
background: #062B41;
background: linear-gradient(0deg, rgba(6, 43, 65, 0) 0%, rgba(6, 43, 65, 1) 100%);
	z-index: 1;
}




.sub-banner-sec .banner-image{
	position:relative;
	}

	.sub-banner-sec .banner-image img{
		width: 100%;
		}



.sub-banner-sec .banner-image:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
background: #062B41;
background: linear-gradient(90deg, rgba(6, 43, 65, 0.5) 0%, rgba(6, 43, 65, 0.2) 100%);
}




.sub-banner-sec .bannerImageListing{
	position:relative;
	}

	.sub-banner-sec .bannerImageListing img{
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: bottom center;
		}



.sub-banner-sec .bannerImageListing:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background:rgba(24,91,60,.6);
}


.sub-banner-captionWide {
    z-index: 1;
    color: #fff;
    padding: 0;
    max-width: 80%;
	text-align: center;
	margin: auto;
}


.sub-banner-sec .banner-title.AlEnd{
-ms-flex-align: end ;
  align-items: flex-end ;
	bottom: 50px;
	
}


.sub-banner-sec .banner-title{
	color: #fff;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	display: -ms-flexbox ;
	display: flex ;
	-ms-flex-align: center ;
	align-items: center ;
	z-index: 1;
}



.sub-banner-caption {
    z-index: 1;
    color: #fff;
    padding: 80px 0 0 0;
	max-width: 525px;
}

.sub-banner-caption.WiderCap{
	max-width: 800px;
}




.sub-banner-sec .mainTitle{
	position: relative;
	font-family: 'neue_haas_grotesk_display75Bd';
	font-weight: normal;
  font-size: 40px;
  line-height: 1.1;
  color: #fff;
margin: 0 ;
}




.sub-banner-sec .subCaption{
	position: relative;
	font-family: 'neue_haas_grotesk_display75Bd';
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.1;
	color: #fff;
	margin: 0 0 15px 0;
}




@media (max-width: 1399.98px) {

.sub-banner-caption {
	padding: 120px 0 0 0;
	max-width: 700px;
}	
	
	
.sub-banner-sec .mainTitle{
	font-size:40px;
}

.sub-banner-sec .subCaption{
	font-size: 18px;
}	
	
}



@media (max-width: 1199.98px) {
	
.sub-banner-sec .mainTitle{
	font-size:36px;
}

.sub-banner-sec .subCaption{
	font-size: 15px;
}	
	
}



@media (max-width: 991.98px) {
	

.sub-banner-caption {
    padding: 80px 0 0 0;
	max-width: 100%;
}
	
.sub-banner-caption.WiderCap{
	max-width: 100%;
}	
	
	

	
.sub-banner-sec .mainTitle{
	font-size:24px;
}

.sub-banner-sec .subCaption{
	font-size: 13px;
	margin: 0 0 5px 0;
}	


	.sub-banner-sec .bannerImageListing img{
		height: 200px;
		}
		
	
	
}




@media (max-width: 767.98px) {
	
.sub-banner-caption {
    padding: 80px 0 0 0;
}	


	
.sub-banner-sec .banner-image img{
height: 350px;
object-fit: cover;
object-position: center bottom;
}	
		
	
}








	
.sub-banner-sec .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



@media (min-width: 992px){
	
.sub-banner-sec .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
	

}


@media (min-width: 1400px){
	
.sub-banner-sec .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
	
}




.pattern-bg-top{
	position: relative;	
}

.pattern-bg-top img{
	width: 100%;
}





/*about sec styles*/	

.aboutSec{
	position: relative;
	padding: 120px 0;
}


.Main_Heading{
	position: relative;	
}

.Main_Heading h1{
	position: relative;	
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	line-height: 1.2;
	font-size: 40px;
}



.AboutBoxRow{
	position: relative;
}

.AboutContentBox{
	position: relative;
}

.aboutDescMain{
	position: relative;
	font-size: 24px;
  margin: 0 0 30px 0;
	
}

.aboutDesc{
	position: relative;
}




@media (max-width: 991.98px) {

	
.aboutSec{
	padding: 50px 0;
}
	
.Main_Heading h1{
	font-size: 24px;
	margin: 0 0 15px 0;
}
	
	
.aboutDescMain{
	font-size: 15px;
  margin: 0 0 15px 0;
	
}

	
	
}





/*about_banner_BlockSec styles*/


.about_banner_BlockSec{
	position:relative;	
	padding: 100px 0;
	height: 750px;
	background: #000 url(../images/about-banner-block.avif) bottom;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	z-index: 1;
	}


.about_banner_BlockSec:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:auto;
	bottom: 0;
	width: 100%;
	height:100%;
	background: #000000;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
	z-index: -1;
}


.about_banner_Block_BoxWrap{
	position: absolute;
    top: 0;
    bottom: 60px;
    right: 0;
    left: 0;
	padding: 0;
	display: -ms-flexbox ;
	display: flex ;
	align-items: flex-end;
}



.about_banner_Block_Title {
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
    font-weight: normal;
    font-size: 40px;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}





@media (max-width: 991.98px) {
	

.about_banner_BlockSec{
	height: 400px;
	}

	
.about_banner_Block_BoxWrap{
    bottom: 30px;    
}
	
.about_banner_Block_Title {
	text-align: center;
    font-size: 24px;
}

	
}



/*mission-sec styles*/	

.mission-sec{
	position:relative;	
	padding: 120px 0;
	background: #111 url("../images/bg-mission.avif") top center;
	background-size: cover;
	color: #fff;
	text-align: center;
	z-index: 1;
	}


.mission-sec:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,62,99,.95);
	z-index: -1;
}




.mission-sec .BoxItem{
	position:relative;
	padding: 0 80px;
	margin: 0;
	text-align: center;
	}


.mission-sec .BoxItem .icon{
	position: relative;
	margin: 0 0 40px 0;
	}


.mission-sec .BoxItem .icon img{ 
	display: inline-block;
	width: 80px;
	height: 80px;
	}


.mission-sec .BoxItem h3{
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;	
	font-size: 34px;
	margin:0 0 30px 0;
}



.mission-sec .BoxItem .desc{
	margin: 0;
}



@media (max-width: 1399.98px) {
	
.mission-sec .BoxItem{
	padding: 0;
	}

}


@media (max-width: 991.98px) {

	
.mission-sec{
	padding: 70px 0 20px;
	}



.mission-sec .BoxItem{
	padding: 0;
	margin: 0 0 50px 0;
	}


	.mission-sec .BoxItem .icon{
		margin: 0 0 30px 0;
	}

.mission-sec .BoxItem .icon img{ 
	width: 54px;
	height: 54px;
	}


.mission-sec .BoxItem h3{
	font-size: 22px;
	margin:0 0 15px 0;
}

	

}



/*TeamSec styles*/	

.TeamSec{
	position: relative;
	background: #ECF7FF;
	padding: 150px 0 100px;
}


.teamHeading{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 40px;
	line-height: 1.1;
	color: #111;
	margin: 0;
}



.teamBoxRow{
	position: relative;
	margin: 0 0 40px 0;
}

.teamContentBox{
	position: relative;
}



.teamDesc{
	position: relative;
	color: #444;
}



.TeamSlide{
	position: relative;
}



.teamImageBox{
	position: relative;
	text-align: center;
	margin: 0;
}

.teamImageBox .teamImage{
	position: relative;	
	margin: 0 0 20px 0;
}

	.teamImageBox .teamImage img{
		width: 100% !important;
	}


.teamImageBox .teamImage img{
	display: inline-block;
	border-radius: 10px;
}

.teamImageBox .teamName{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 22px;
	color: #111;
	line-height: 1.2;
	margin: 0 0 5px 0;
}


.teamImageBox .teamJobTitle{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 18px;
	color: #444;
	line-height: 1.2;
	margin: 0;
}






	

.TeamSec .owl-carousel .owl-item img{
	display: inline-block;
}



.TeamSec .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.TeamSec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 50px;
}



.TeamSec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.TeamSec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #999999;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.TeamSec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #999999;
}



.TeamSec .owl-theme .owl-dots .owl-dot.active span,
.TeamSec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 1px solid #999999;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.TeamSec .owl-theme .owl-dots .owl-dot.active span::after,
.TeamSec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #999999;
}



.TeamSec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #0C4CA2;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.TeamSec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.TeamSec .owl-next,
.TeamSec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.TeamSec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}



.TeamSec .owl-carousel .owl-stage{display: flex;}


.TeamSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}






@media (max-width: 991.98px) {

.TeamSec{
	padding: 50px 0;
}
	
	
.teamHeading{
	font-size: 24px;
	margin: 0 0 15px 0;
}
	

.teamBoxRow{
	margin: 0 0 30px 0;
}

	
	.teamImageBox .teamImage{
		margin: 0 0 15px 0;
	}
	
	.teamImageBox .teamName{
		font-size: 18px;
	}
	
	.teamImageBox .teamJobTitle{
		font-size: 15px;		
	}
	

	
.TeamSec .owl-theme .owl-nav.disabled + .owl-dots{
	margin-top: 30px;
	}
	
.TeamSec .owl-theme .owl-dots .owl-dot span {
	margin: 0 5px;
	}
	
	
}




@media (max-width: 575.98px) {
	
	.TeamSec{
		text-align: center;
	}
	
	
	.teamImageBox .teamImage img{
		width: 300px !important;
	}
	
	
	
}
	



/*ServiceListSec styles*/	


.ServiceListSec{
	position: relative;
	padding: 100px 0 50px;
}


.ServList_ContentRow{
	position: relative;
	margin: 0 0 80px 0;
}


.ServList_ContentBox{
	position: relative;
}


.ServList_Desc{
	
}


.Serv_List_BoxRow{
	position: relative;
}


@media (max-width: 991.98px) {
	
	
.ServiceListSec{
	padding: 50px 0 20px;
}

	

.ServList_ContentRow{
	margin: 0 0 30px 0;
}
	
	
	
	
	
	
}











/*Serv_Detail_Sec styles*/	

.Service_Detail_Sec{
	position: relative;
	padding: 100px 0;
}


.Service_Detail_Sec .alSelfCenter {
    align-self: center;
}

.Service_Detail_BoxRow{
	position: relative;
	margin: 0 0 100px 0;
}


.Service_Detail_Heading{
	position: relative;	
}

.Service_Detail_Heading h1{
	position: relative;	
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	line-height: 1.2;
	font-size: 40px;
	max-width: 80%;
}



.Service_Detail_ContentBox{
	position: relative;
	
}

.Service_Detail_Desc{
	color: #444;
	margin: 0 0 50px 0;
}

.Service_Detail_Desc h4{
	font-family: 'neue_haas_grotesk_display65Md';
  font-weight: normal;
  line-height: 1.2;
  font-size: 20px;
	color: #444;
	margin: 0 0 15px 0;
}


.Service_Detail_Img_BoxRow{
	position: relative;	
}


.Service_Detail_ImageBox{
	position: relative;	
	overflow: hidden;
	border-radius: 20px;
}


.Service_Detail_ImageBox{
	width: 100%;
}



@media (min-width: 1400px) {
	
.Service_Detail_Img_BoxRow .gutters {
    --bs-gutter-x: 50px;
}

}



@media (max-width: 991.98px) {
	
.Service_Detail_Sec{
	padding: 50px 0 30px;
}

	.Service_Detail_BoxRow{
		margin: 0 0 50px 0;
	}
	
	
.Service_Detail_Heading h1{
	font-size: 24px;
	margin: 0 0 15px 0;
	max-width: 100%;
}
	
	.Service_Detail_Desc{
		margin: 0 0 30px 0;
	}
	
	
.Service_Detail_Desc h4{
	font-size: 16px;
	margin: 0 0 10px 0;
}
	
	
.Service_Detail_ImageBox{
	margin: 0 0 30px 0;
}
	


}


.btn-WhatsappEnq {
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
 	font-size:15px;
	text-transform: uppercase;
	padding:18px 30px;
	color:#111;		
	border: 1px solid #0DBD4F;
	border-radius:50px;
	line-height: 1;
	display: inline-flex;
	align-items: 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;
}

.btn-WhatsappEnq:hover{
	border: 1px solid #111;
	background: #111;
	color:#fff;
	}


.btn-WhatsappEnq .iconstyle{
	font-size: 20px;
	color: #0dbd4f;
	margin-right: 8px;
	-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 .iconstyle{
	color: #fff;
	}




@media (max-width: 991.98px) {

.btn-WhatsappEnq{
	padding:12px 20px;
	font-size: 13px;
}

	
.btn-WhatsappEnq .iconstyle{
	font-size: 16px;
}
	

}


@media (max-width: 991.98px) {
	

	

}





/*Serv_dt styles*/	


.Serv_dt_MainHeading{
	position: relative
}


.Serv_dt_MainHeading h1{
	position: relative;	
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	line-height: 1.2;
	font-size: 40px;
	margin: 0 0 30px 0;
}

.Serv_dt_MainHeading h1.Margin_0 {
  margin: 0;
}


.Serv_dt_BoxItem{
	position: relative;
	background: #fff;
	padding: 20px;
	margin: 0 0 40px 0;	
	border-radius: 20px;
-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.25);
}

.Serv_dt_BoxItem .alSelfCenter {
  align-self: center;
}

.Serv_dt_ImageBox{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin: 0;
}



.Serv_dt_ImageBox img{
	width: 100%;
}


.Serv_dt_ContentBox{
	position: relative;
}


.Serv_dt_ContentBox.pdLeft{
	padding-left: 60px;
	padding-right: 30px;
}

.Serv_dt_ContentBox.pdRight{
	padding-right: 60px;
	padding-left: 30px;
}

.Serv_dt_heading h2{
	position: relative;
}

.Serv_dt_heading h2{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
    font-style: normal;
	font-size: 26px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}


.Serv_dt_desc{
	margin: 0;
}




@media (max-width: 991.98px) {
	

.Serv_dt_MainHeading h1{
	font-size: 24px;
	margin: 0 0 20px 0;
}
	
.Serv_dt_MainHeading h1.Margin_0 {
  margin: 0 0 10px 0;
}
	
	
	.Serv_dt_BoxItem{
		padding: 20px 20px 30px 20px;
	}
	
	
.Serv_dt_ImageBox{
	margin: 0 0 20px 0;
}	
	
.Serv_dt_ContentBox.pdLeft{
	padding-left: 0;
	padding-right: 0;
}

.Serv_dt_ContentBox.pdRight{
	padding-right: 0;
	padding-left: 0;
}
	
.Serv_dt_heading h2{
	font-size: 20px;
	margin: 0 0 15px 0;
}

	
	
.Serv_dt_heading{
	font-size: 20px;
	margin: 0 0 15px 0;
}	
	
	

}











/*similar-ServiceSec styles*/	


.similar-ServiceSec{
	position: relative;
	padding: 100px 0;
	text-align: center;
	background: #ECF7FF;
}

.similar-Service-Title{
	font-family: 'neue_haas_grotesk_display65Md';
    font-style: normal;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 40px 0;		
}

.similar-ServiceSlide{
	position: relative;
}


.similar-ServiceSec .ServiceBoxItem{
	height: 100%;
	margin: 0;
	}




.similar-ServiceSec .owl-carousel .owl-item img{
	width: 100% !important;
	display: inline-block;
}

.similar-ServiceSec .owl-carousel .owl-item img{
	width: 100% !important;
	display: inline-block;
}



.similar-ServiceSec .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.similar-ServiceSec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 50px;
}



.similar-ServiceSec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.similar-ServiceSec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 10px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #999999;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.similar-ServiceSec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #999999;
}



.similar-ServiceSec .owl-theme .owl-dots .owl-dot.active span,
.similar-ServiceSec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 2px solid #999999;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.similar-ServiceSec .owl-theme .owl-dots .owl-dot.active span::after,
.similar-ServiceSec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #999999;
}

.similar-ServiceSec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #999999;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.similar-ServiceSec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #999999;
    text-decoration: none;
}

.similar-ServiceSec .owl-next,
.similar-ServiceSec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.similar-ServiceSec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}





.similar-ServiceSec .owl-carousel .owl-stage{display: flex;}


.similar-ServiceSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}





@media (max-width: 991.98px) {
	
	
.similar-ServiceSec{
	padding: 50px 0;	
}
	
	
.similar-Service-Title{
	font-size: 20px;
	margin: 0 0 30px 0;		
}
	
	
	.similar-ServiceSec .owl-theme .owl-nav{
		margin: 10px 0 0 0;		
	}
	
	
.similar-ServiceSec .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}
		

	
		
	
}









/*gallery-sec styles*/	

.gallery-sec{
	position: relative;
	padding: 100px 0 80px 0;
}


.gallery-sec h1 {
  position: relative;
  font-family: "neue_haas_grotesk_display65Md";
  font-weight: normal;
  line-height: 1.2;
  font-size: 40px;
  margin: 0 0 30px 0;
}



.MediaCatgWrap{
	position: relative;
}

.btn-MediaCatg {
	position: absolute;
    top: -70px;
    right: 0;
    z-index: 1;
    padding:15px 25px;
	background:#0C4CA2;	
	color:#fff !important;
	border: 0;
	font-size:14px;	
	border-radius:50px;
	line-height: 1;

    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

	.btn-MediaCatg:hover{
		background:#0C4CA2;
		color:#fff;
		}





.glr-single-row{
	position: relative;
}

.glr-single-row .row {
  margin-right: -15px;
  margin-left: -15px;
  }

.glr-single-row .row > .col,
.glr-single-row .row > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  }



.glr-single-row .glr-Box{
	position: relative;
	text-align: center;
	margin: 0 0 40px 0;	
}

.glr-single-row .glr-item{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 15px 0;
}

.glr-single-row .glr-item img{
	 width: 100%;
	height: 250px;
	 object-fit: cover; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
}

.glr-single-row .glr-item:hover img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}



.glr-single-row .glr-title {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
}






.gallery-sec .video-row{
	position: relative;
	margin: 0;
}

.gallery-sec .video-box{
	position: relative;
	text-align: center;
	margin: 0 0 40px 0;
}

.gallery-sec .video-box .video-thumb{
	position: relative;
	cursor: pointer;	
	overflow: hidden;
	border-radius: 10px;
	margin: 0 0 10px 0
}

.gallery-sec .video-box .video-thumb img{
	width: 100%;
	height: auto;
}

.gallery-sec .video-box .video-thumb .icon{
	content:"";
	position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    width: 40px;
	height: 40px;
	background: url(../images/play-icon.svg) no-repeat center center;
	background-size:contain;	
	border-radius: 50%;
	border: 0px solid #666;
		
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	}




.gallery-sec .video-box .title{
	position: relative;
	font-size: 17px;
	line-height: 1.2;
	margin: 0;
}






@media (max-width: 991.98px) {
	
.gallery-sec{
	padding: 50px 0 10px;
}
	
.gallery-sec h1 {
  font-size: 24px;
  margin: 0 0 20px 0;
}

	
	
.btn-MediaCatg {
	top: -50px;
	padding:10px 15px;	
	font-size:14px;	
}


.glr-single-row .glr-Box{
	margin: 0 0 30px 0;	
}

	
.glr-single-row .glr-item img{
	height: 250px;
	}
	
	
.glr-single-row .glr-title {
    font-size: 15px;
}
	
	
	
.gallery-sec .video-box .title{
	font-size: 15px;
}	
	

	

}





/*CareersSec styles*/

.CareersSec{
	position:relative;
	padding:100px 0;	
	}


.CareersSec h1{
	position: relative;	
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	line-height: 1.2;
	font-size: 40px;
	margin: 0 0 20px 0;
}


.CareersSec .description{	
	position: relative;
	color: #444;
	max-width: 800px;
    margin-bottom: 40px;	
}


@media (max-width: 991.98px) {

	.CareersSec{
	padding:50px 0;	
	}
	
	
	.CareersSec h1{	
    font-size: 24px;
    margin: 0 0 15px 0;	
}
	
	


.CareersSec .description{
	max-width: 100%;
    margin: 0 0 30px 0;	
}
	
}



/*contact styles*/

.contact-sec{
	position:relative;
	padding:100px 0;	
	}


.contact-sec h1{
	position: relative;	
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	line-height: 1.2;
	font-size: 40px;
	margin: 0 0 20px 0;
	}


.contact-sec .desc{
	max-width: 85%;
	margin: 0 0 50px 0;
	}


.contact-sec .contact-row{
	position: relative;
	margin: 0;
}


.contact-sec .contactBoxItem{
	position: relative;
}


.contact-sec .contactBox{
	position: relative;
	margin: 0 0 50px 0;
	display: flex ;
}

.contact-sec .contactBox.mBottom{
	margin-bottom: 0;
}


.contact-sec .contactBox .txtbox{
	align-self: center ;	
	flex-grow: 1;
}


.contact-sec .contactBox .title{
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 16px;	
	color: #111;
	line-height: 1;
	margin: 0 0 5px 0;
}

.contact-sec .contactBox .txt{
	font-size: 22px;
	line-height: 1.3;
}


.contact-sec .contactBox .icon{
	position:relative;
	width: 36px;
		height: 36px;
		border-radius: 50%;
		border: 1px solid #003E63;
		color: #003E63;
		margin-right: 15px;
		
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.contact-sec .contactBox .icon .iconstyle{
	font-size:14px;
	}



.CaptchaBox{
	display: -ms-flexbox ;
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.CaptchaBox .CaptchaText{
	font-size: 22px;
text-align:center;
	color: #555;
border: 1px dashed #888;
padding:5px 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: 45px;
	height:45px;
	padding: 10px;
	background: #bbb;
	color:#fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}




.contactFormSec{
	position: relative;
	padding: 50px;
	border: 1px solid #CECECE;
	border-radius: 20px;
}


.contact-form{
	position: relative;
	margin: 0;
	}

.contactFormSec h2{	
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
    font-size: 28px;
	color: #111;
    margin: 0 0 20px 0;	
}

.contactFormSec .text{	
	position: relative;
    margin: 0 0 30px 0;	
}



.contact-form .FormItem{
	margin: 0 0 20px 0;
}

.contact-form .form-group{
	margin-bottom:30px;
	}
	
.contact-form .form-control{
	display: block;
  width: 100%;
	padding: 0 0 5px 0;
    font-size: 18px;
    color: #333;
    background: none;
    border: 0px;
    border-bottom: 1px solid #C1C1C1;
    border-radius: 0;
    box-shadow: none;
    height: auto;
	}

.contact-form .form-control:focus {
	border:1px 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 .form-select{
	font-size:	16px;
	padding: 8px 15px;
	background-color: transparent;
	color:#333;
}


.contact-form .form-select option {
	background:#fff;
	color:#333
} 

.contact-form .form-select option:hover,
.contact-form .form-select option:focus,
.contact-form .form-select option:active,
.contact-form .form-select option:checked {
	background:#222;
	color:#fff;
}



.contact-form .form-control::file-selector-button {
	color: #333;
	background-color: #fff; 
	border-inline-end-width: 1px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.contact-form .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #fff;
}



.contact-form .btn-submit{
	position: relative;
 	font-size:15px;
	text-transform: uppercase;
	padding:20px 60px;
	background: #003E63;
	color:#fff;		
	border: 0px solid #003E63;
	border-radius:50px;
	line-height: 1;
	display: inline-flex;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.contact-form .btn-submit:hover{
	background: #136BA0;
	color:#fff;
	}



.contact-form .form-row{
margin-right: -25px;
margin-left: -25px;
}
	
.contact-form .form-row > .col, 
.contact-form .form-row > [class*="col-"]{
padding-right: 25px;
padding-left: 25px;
}



.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}

.upload-file {
    display: inline-block;
    padding: 0 10px 0 0;
}
	
.upload-inline {
	width: auto;
    display: inline-block;
}


.contact-form .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  line-height: 1.5;

padding: 0 0 10px 0;
    color: #333;
    background: none;
    border: 0px;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    height: auto;


}

.contact-form .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 1.50rem;
  padding: 2px 20px;
  line-height: 1.5;
  color: #333;
  content: "Browse";
   background: none;
  border-bottom: 0px solid #d0d0d0;
  border-left: 2px solid #2C8935;
  border-radius: 0;
}


.contact-form .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
padding-left: 1.5rem;
}

.contact-form .custom-checkbox .custom-control-label::before{
	border-radius:0;
	background: #fff;
	width: 20px;
	height: 20px;
	border: 1px solid #D5D5D5;
	top:0;
}

.contact-form .custom-checkbox .custom-control-label::after{
	width: 20px;
	height: 20px;
	top:0;
}

.contact-form .custom-checkbox .custom-control-label{
	padding-left: 10px;
}


.contact-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #003A82;
}

.contact-form .pd{
	padding-top: 8px;
	padding-bottom: 8px;
}



.txt-label{
	font-size: 18px;
	color: #444;
	margin:0 0 5px 0;
	}

.required {
    color: #c51313;
}







@media (max-width: 991.98px) {


.contact-sec{
	padding:50px 0 20px;
	}

.contact-sec h1{
	font-size:24px;
	margin: 0 0 15px 0;
	}



.contact-sec .desc{
	max-width: 100%;
	margin: 0 0 30px 0;
	}
	

	
.contact-sec .contactBox{
	margin: 0 0 30px 0;
}

.contact-sec .contactBox .title{
	font-size: 14px;
	margin: 0 0 5px 0;
}

.contact-sec .contactBox .txt{
	font-size: 16px;
}


.contact-sec .contactBox .icon{
	width: 30px;
	height: 30px;
	}

.contact-sec .contactBox .icon .iconstyle{
	font-size: 14px;		
	}	
	

.contactEnqRow{
padding: 0 0 0 30px;
}




	

.CaptchaBox .CaptchaText{
	font-size: 18px;
	padding: 6px 30px;
}

.CaptchaBox .CaptchaReload .iconstyle {
	width: 40px;
	height:40px;
	font-size:16px;
	}
	


	
	
	
	
	.contactFormSec{
		padding: 30px 20px;
	}
	
	
	.contactFormSec h2{
		font-size: 18px;
	}
	
	.contactFormSec .text{
	font-size: 15px;
    margin: 0 0 20px 0;	
	}
	
	
	.txt-label{
		font-size:15px;
		margin: 0 0 5px 0;
	}	
	
	
.contact-form .form-group{
	margin-bottom:25px;
	}

.contact-form .form-control{
	font-size:15px;
	padding: 0 0 5px 0;
	}
	
.contact-form .btn-submit{
	padding:12px 30px;
	font-size:13px;
	}	
	
	
.contact-form .form-select{
	font-size:	15px;
	padding: 10px 15px;
}
	

	
}


@media (max-width: 767.98px) {

.contact-sec .divider{
		border-left:0;
	}


.contactEnqRow{
padding: 0;
}

	
	
	
	
}











.location-sec{
	position:relative;
	}
	
.location-sec .location{
	position:relative;
	height:750px;
	background:#efeeec;
	}	
	
.location-sec .location iframe{
	height:750px;
	}







@media (max-width: 991.98px) {

	
.location-sec .location{
	height:400px;
	}	

	
.location-sec .location iframe{
	height:400px;
	}
	

}








	





/* With arrow tabs */



.nav-tabs{
	border-bottom: 0;
}

.nav-pills .nav-link {
  color: #B4B4B4;
}



.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #E1E320;
  position: absolute;
  top: -14px;
  left: 5%;
  transform: translateX(-5%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-top: 3px solid #888;
}

.lined .nav-link:hover {
  border: none;
  border-top: 3px solid #E1E320;
}

.lined .nav-link.active {
  background: none;
  color: #fff;
  border-color: #E1E320;	
}
















/* Tooltip container */
.tooltip1 {
    position: relative;
   
}

/* Tooltip text */
.tooltip1 .tooltiptext {
    visibility: hidden;
    width: 100%;
	max-width: 500px;
    background: #2C8935;
    color: #fff;
    text-align: left;
    padding: 8px 12px;
    border-radius: 3px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 120%;
  

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 18px;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #2C8935 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



















/* scroll to top style */

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #e86256;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #e86256;
}


.cd-top {
  display: inline-block;
  height: 25px;
  width: 25px;
  z-index:100;
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(110, 110, 110, .8) 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: #4E4E4E;
  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; }











