@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");





body{
font-family: 'Acephimere Regular';
font-weight: normal;
font-style: normal;
font-size:17px;
color: #333;
line-height:1.5;
}

h1, h2, h3, h4, h5, h6{	
	line-height:1.3;
	margin:0;
	padding:0;
	}

button, a{
color: #333;
text-decoration:none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

a:hover{
color: #0C4CA2;
text-decoration:none;
}


.btn{transition: 0.3s;}

.btn:focus {
  outline: none;
  box-shadow:none;
}

img{
max-width:100%;
display:block;
}

p{
	margin-bottom: 20px;
}

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: 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: #555;
border: 1px dashed #888;
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;
	background: #0C4CA2;
	color: #fff;
	}


header.sticky .main-header{
	padding:0;
	background: #0C4CA2;
	color: #fff;
	-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);
}




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;
}


 

@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;
}
	

}






.list-dots{
	position: relative;
}

.list-dots ul{
	list-style: none;
    margin: 0 0 20px 0;
    padding: 0;	
}

.list-dots li{
	position: relative;
	list-style: none;
	line-height: 1.3;
	padding: 8px 0 8px 30px;
}

.list-dots li:before {
  content: '';
    width: 16px;
    height: 11px;
	background-image: url(../images/icon-checked.svg);
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top:14px;
}






.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 {
    width: 12px;
	height: 8px;
}
	
	
.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;
	}
	
	

}



.textBold{
	font-family: 'Acephimere Bold';
    font-style: normal;
}





/*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;
margin-top: 125px;
}

.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: rgba(0,0,0,0);
	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:rgba(0,0,0,.4);
}


.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;
}



.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: 'Acephimere Bold';
	font-weight: normal;
	font-size: 24px; 
	margin: 0 0 10px 0;
    line-height: 1.2;
    color: #FFCC32;	
}


.slider-caption .heading {
	position: relative;
	font-family: 'Acephimere Bold';
	font-weight: normal;
	font-size: 48px; 
	margin: 0 0 30px 0;
    line-height: 1.2;
    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: 'Acephimere Bold';
	font-weight: normal;
 	font-size:17px;
	padding:14px 30px 13px;
	color:#0C4CA2;	
	background: #FFCC32;
	border: 0px;
	border-radius:50px;
	line-height: 1;
	display: inline-block;
    -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:#0C4CA2;
		}



.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: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.owl-item.active .heading {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}



.owl-item.active .slider-txt {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}


.owl-item.active .btn-slide {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}





.hm-mainslider-sec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: -30px ;
}



.hm-mainslider-sec .owl-dots {
    position: absolute;
    bottom: 50px;
	left: 100px;
	display: flex;
	align-items: center;
}

.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
position: relative;
	margin: 0 15px;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 0px solid #750B2C;
    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 #FFCC32;
    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: 5px;
	height: 5px;
	border-radius: 50%;
	background: #FFCC32;
}






.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;
}





@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: 22px;
		margin: 0 0 10px 0;
	}
	
	.slider-caption .heading{
		font-size: 44px;
		margin: 0 0 30px 0;
	}	
	


.hm-mainslider-sec .owl-dots {
	left: 50px;
	bottom: 40px;
}	
	
	
	
}


@media (max-width: 1199.98px) {


.sliderSec{
margin-top: 75px;
}	
	
	
.sliderProImg img{
	width: 500px !important;
}
	
	

.sliderProImage img{
	width: 500px !important;
}	

	
	.slider-caption .headingSmall{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	
	.slider-caption .heading{
		font-size: 36px;
		margin: 0 0 20px 0;
	}


}


@media (max-width: 991.98px) {

	
.sliderSec{
margin-top: 60px;
}	
	
	
.sliderProImg img{
	width: 450px !important;
}
	
	
.sliderProImage img{
	width: 500px !important;
}

	
.slider-caption {
    padding: 0;
}

	
	.slider-caption .headingSmall{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	
	.slider-caption .heading{
		font-size: 30px;
		margin: 0 0 20px 0;
	}

	
.slider-caption .btn-slide{
	padding: 11px 20px 10px;
    font-size: 15px;
	}
	
	

.hm-mainslider-sec .owl-dots {
	left: 10px;
	bottom: 30px;
}		
	
	
	
}





@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-caption {
	max-width: 90%;
	margin: auto;
	text-align: center;
	
}	

	
.slider-caption .slider-txt{
	display: none;
}	


	.slider-caption .headingSmall{
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	
	.slider-caption .heading{
		font-size: 24px;
		margin: 0 0 20px 0;
	}	

	

	
.slider-image img{
/*! height: 450px; */
/*! object-fit: cover; */
/*! object-position: center bottom; */
}	



	.hm-mainslider-sec .owl-dots{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		
		left: 0;
		bottom:20px;
	}	
	
	
	.hm-mainslider-sec .owl-theme .owl-dots .owl-dot span {
		margin: 0 10px;
	}
	
	
	
	
}






@media (max-width: 575.98px) {

	

	
.sliderProImg img{
	width: 250px !important;
}
	
	
}









.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: relative;
	padding: 8px 0;
	background: #fff;
	color: #0C4CA2;	
}

.top_Contact_AlRight{
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.top_Contact_Flex{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
}


.top_Contact_Item{
	font-size: 15px;
	line-height: 1.2;
	margin-right: 20px;
	padding-right: 20px;
	border-right:1px solid #7E7E7E;	
}

.top_Contact_Item.Caps{
	text-transform: uppercase;	
}

.top_Contact_Item a{
	color: #0C4CA2;
}

.top_Contact_Item:last-child{
	margin-right: 0;
	border-right:0;
	padding-right: 0;
}

.top_Contact_Item .iconstyle {
    font-size:15px;
    color: #FFCC32;
    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 .iconstyle {
	 font-size:12px;
}






	
.top_Contact_Item .social-icon{
  display: -ms-flexbox ;
  display: flex ;
    -ms-flex-align: center ;
  align-items: center ;
	}
	
.top_Contact_Item .social-icon a{
    display: block;
	margin-left:15px;    
}

.top_Contact_Item .social-icon a:first-child{
    margin-left: 0;
}

.top_Contact_Item .social-icon .iconstyle{
	font-size:14px;
	color:#DFDFDF;
	margin-right: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.top_Contact_Item .social-icon .iconstyle:hover{
	color:#fff;
	}


.top_Contact_Item .social-icon .iconstyle.icon-youtube{
	font-size:16px;
	}



header.sticky .top_Contact_Item .social-icon .iconstyle{
	font-size: 13px;
}



@media (max-width: 1199.98px) {
	
.top_Contact_Box{
	display: none;
	}

}




/*menu_TopContact styles*/	

.menu_items_Block{
	position: relative;
	display: flex;
	align-items: center;
}

.TopContact{
	position: relative;	
	margin: 25px 0 0 30px;
	border-left: 1px solid #7E7E7E;
	display: block;
}

.TopContact .boxItemRow {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 30px;
}


.TopContact .boxItem {
    position: relative;
    padding: 0 0 0 45px;
}



.TopContact .boxItem:last-child{
	margin-right: 0;
	}

	
.TopContact .boxItem .icon{
	position:absolute;
	top:0px;
	left:0;
	}

.TopContact .boxItem .txt{	
	line-height: 1;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	margin: 0;	
	}

.TopContact .boxItem .txt span{
	font-size: 13px;
	color: #fff;
	display: block;
	margin: 0 0 5px 0;
	}


	
.TopContact .boxItem .iconstyle{
	font-size:20px;
	color: #CF275B;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #CF275B;
	border-radius: 50%;
	}






@media (max-width: 1200px) {
	
.TopContact{
	display: none;
}
	
}



.hamburger_menu .menu_TopContact{
	width:100%;
	float: left;
	padding: 20px 15px 10px 15px;
	margin-top: 10px;
	border-top: 1px solid #2a62ac;
}

.hamburger_menu .TopContact{
	display: block;
	position: relative;	
	margin: 0;
	border-left: 0px solid #7E7E7E;	
}


.hamburger_menu .TopContact .boxItemRow{
	display: block;
	margin: 0;
}

.hamburger_menu .TopContact .boxItem {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px 0;
}

.hamburger_menu .TopContact .boxItem .icon{
	position:absolute;
	top:0px;
	left:0;
	}

.hamburger_menu .TopContact .boxItem .txt{
	line-height: 1.5;
	font-size: 16px;
	color: #d9d9d9;
	margin: 0;	
	}

.hamburger_menu .TopContact .boxItem .txt span{
	font-size: 13px;
	line-height: 1.2;
	color: #fff;
	display: block;
	}





	
.hamburger_menu .TopContact .boxItem .iconstyle{
	font-size:12px;
	color: #FFCC32;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 1px solid #FFCC32;
	border-radius: 50%;
	}



.hamburger_menu .TopContact .boxItem a{
	color: #fff;
}

.hamburger_menu .TopContact .boxItem a:hover{
	color: #fff;
}








.btn-more{
	position: relative;
 	font-size:16px;
	padding:14px 25px;
	color:#fff;	
	background: #750B2C;
	border: 0px solid #fff;
	border-radius:50px;
	line-height: 1;
	display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-more:hover{
	background: #980E39;
	color:#fff;
	}


.btn-more .iconstyle{
	font-size: 12px;
	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-more:hover .iconstyle{
	color: #fff;
	}




@media (max-width: 991.98px) {

.btn-more{
	padding:10px 20px;
	font-size: 13px;
}

	
.btn-more .iconstyle{
	font-size: 11px;
}
	

}




.btn-moreBorder{
	position: relative;
	font-family: 'Acephimere Bold';
	font-weight: normal;
 	font-size:17px;
	padding:14px 25px;
	color:#FFCC32;	
	background: #0C4CA2;
	border: 0px;
	border-radius:50px;
	line-height: 1;
	display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-moreBorder:hover{
	background: #FFCC32;
	color:#0C4CA2;
	}


.btn-moreBorder .iconstyle{
	font-size: 12px;
	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-moreBorder:hover .iconstyle{
	color: #fff;
	}


.btn-moreBorder.MBottom{
	margin-bottom: 0 0 30px 0;
}




@media (max-width: 991.98px) {

.btn-moreBorder{
	padding:11px 20px 10px;
	font-size: 15px;
}

	
.btn-moreBorder .iconstyle{
	font-size: 11px;
}
	

}







/*Sec head styles*/	


.SecHead{
	position: relative;
	display: inline-block;
	padding: 0;
	margin-bottom: 30px;
}


.SecHead h1{
	position: relative;
	font-family: 'Acephimere Bold';
	font-weight: normal;
	font-size: 36px;
	margin: 0 0 20px 0;
}


.SecHead h1 span{
	font-family: 'Acephimere Regular';
    font-style: normal;
}




.SecHeading{
	position: relative;
	font-family: 'Acephimere Bold';
	font-weight: normal;
	font-size: 36px;
	line-height: 1.1;
	margin: 0 0 20px 0;
}

.SecHeading span{
	font-family: 'Acephimere Regular';
    font-style: normal;
}






.HeadWrapper{
	position: relative;
	display: flex ;
	margin: 0 0 40px 0;
}


.HeadWrapper.AlignItem{
justify-content: space-between ;
}


.HeadWrapper .Block1{
	flex: 0 0 auto;
	max-width: 35%;
}

.HeadWrapper .Block2 {
	padding: 0 0 0 75px;
}

.HeadWrapper .Block3 {
	flex: 0 0 auto;
	padding: 0 0 0 75px;
}






@media (max-width: 991.98px) {

	
.HeadWrapper{
	display: block;
	margin: 0 0 30px 0;
}

	
.HeadWrapper .Block1{
	max-width:100%;
}
	
.HeadWrapper .Block2 {
	padding: 0;
}

.HeadWrapper .Block3 {
	padding: 0;
}

	

.SecHead{
	margin-bottom: 20px;
}

	
.SecHead h1{
  font-size: 20px;
}
	

.SecHeading{
  font-size: 20px;
}


	
}









/*hm-ServiceSec styles*/	

.hm-ServiceSec{
	position: relative;	
	padding: 100px 0;
	text-align: center;
}


.hm-Service-DescBox{
	position: relative;
	margin: 0 0 30px 0;
}



.hm-ServiceSec .SecHead{
	margin-bottom: 0;
}


.hm-ServiceSec .txtSmall{
	position: relative;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 25px;
}





.hm-ServiceSlide{
	position: relative;
	padding: 10px 0 0 0;
}


.hm-ServiceSec .ServiceBoxItem{
	height: 100%;
	margin: 0;
	}


.ServiceBoxItem{
	position:relative;
	text-align: left;
	height: calc(100% - 30px);
	margin: 0 0 30px 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}






.ServiceBoxItem .imageBox{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	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,.2);	
	}
	
	.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 .contentBox h3{
		position: relative;
		font-family: 'Acephimere Bold';
		font-weight: normal;
		font-size:24px;
		margin:0 0 15px 0;
	}


	.ServiceBoxItem .contentBox .desc{
		height: 80px;
		color: #333;
		overflow: hidden;
		margin: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: 30px;
}



.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: #0C4CA2;
}



.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: 2px solid #FFCC32;
    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: #0C4CA2;
}




.hm-ServiceSec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #0C4CA2;
    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 .contentBox{
	padding: 15px 0 40px 0;
	}

	
	
	.ServiceBoxItem .contentBox h3{
		font-size:20px;
		margin: 0 0 15px 0;
	}


	.ServiceBoxItem .contentBox .desc{
		height: auto;
	}
	
	
	
	.hm-ServiceSec .owl-theme .owl-nav{
		margin: 10px 0 0 0;		
	}
	
.hm-ServiceSec .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}
	
	
		
	
}



@media (max-width: 767.98px) {


	
}




.btn-View{
	position: relative;
	font-family: 'Acephimere Bold';
	font-size: 17px;
	color: #0C4CA2;
	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-View:hover{
	color:#000;
	}


.btn-View .iconstyle{
	font-size: 12px;
	color: #FFCC32;
	margin-right: 5px;
}




@media (max-width: 991.98px) {

.btn-View{
	font-size: 15px;
}

	
.btn-View .iconstyle{
	font-size: 11px;
}

	

}





/*about__Main_Block_Sec styles*/	


.about_Main_Block_Sec{
	position: relative;
	background: #EDF1F7;

}


.about_Main_BoxRow{
	position: relative;
}


.about_Main_BoxRow .alSelfCenter{
	align-self: center;
}


.about_Main_Block_ImageBox{
	position: relative;
}

.about_Main_Block_ImageBox img{
	width: 100%;
}


.about_Main_Block_ContentBox{
	position: relative;
	max-width: 900px;
	width: 90%;
	padding: 30px 0 ;
}

.about_Main_Block_ContentBox.pdLeft{
	padding-left: 100px;	
}

.about_Main_Block_ContentBox.pdRight{
	padding-right: 100px;	
}


.about_Main_Block_ContentBox h2{
	position: relative;	
	font-family: 'Acephimere Bold';
	font-weight: normal;
	line-height: 1.2;
	font-size: 36px;
	margin: 0 0 35px 0;
	max-width: 80%;
}


.about_Main_Block_ContentBox h2 span{
	font-family: 'Acephimere Regular';
}


.about_Main_Block_ContentBox h5{
	position: relative;	
	font-family: 'Acephimere Bold';
	font-weight: normal;
	font-size: 20px;
	color: #0C4CA2;
	display: inline-block;
	margin: 0 0 40px 0;
}


.about_Main_Block_ContentBox h5::after{
	position: absolute;
    content: "";
    width: auto;
    height: 2px;
    background: #FFCC32;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0;
}



.about_Main_Block_ContentBox .desc{
	margin: 0 0 30px 0;
}



.pro-LiItemBox{
	position: relative;
	margin: 0 0 30px 0;
}

.pro-LiItems{
	position: relative;
	font-family: 'Acephimere Bold';
	font-weight: normal;
	line-height: 1.3;
	padding: 8px 0 8px 0;
}

.pro-LiItems .txtBold{
	font-weight: 600;
}

.pro-LiItems .pro-LiDesc{
	display: inline-block;
	padding: 0 0 8px 0;
	border-bottom:1px solid #0C4CA2;
}




.yearsBox{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #FFCC32;
	color: #0C4CA2;
	padding: 12px 45px;
	text-align: center;
	font-family: 'Acephimere Bold';
    font-style: normal;
}

.yearsNumber{
	font-size: 60px;
	line-height: 1.2;
}

.yearsText{
	font-size: 30px;
	line-height: 1.2;
}


@media (max-width: 1399.98px) {

	
.about_Main_Block_ContentBox.pdLeft{
	padding-left: 50px;	
}

.about_Main_Block_ContentBox.pdRight{
	padding-right: 50px;	
}
	
	
	.about_Main_Block_ContentBox h2{
		max-width: 100%;
	}
	
	
	
}






@media (max-width: 1199.98px) {
	

	
.about_Main_Block_ContentBox.pdLeft{
	padding-left: 40px;	
}

	
	
}



@media (max-width: 991.98px) {
	
	
.about_Main_Block_ContentBox{
	max-width: 100%;
	width: 100%;
	padding: 50px 15px;
}
	
	
.about_Main_Block_ContentBox.pdLeft{
	padding-left: 15px;	
}
	
	
	.about_Main_Block_ContentBox h2{
		font-size:20px;			
		max-width: 100%;
		margin: 0 0 30px 0;
	}	
	
	
	.about_Main_Block_ContentBox h5{
		font-size:15px;
		margin: 0 0 20px 0;
	}

	
.about_Main_Block_ContentBox h5::after{
    bottom: -5px;
}

	
.yearsNumber{
	font-size: 40px;
}

.yearsText{
	font-size: 20px;
}

	
	
	
}




@media (max-width: 767.98px) {

.about__Main_Block_ContentBox{
	padding-top:  30px;
	padding-right: 15px;
	padding-bottom: 30px;
	width: 100%;
}
	
.about__Main_Block_ContentBox.pdLeft{
	padding-left: 15px;
}


}






/*hm-WhySec styles*/	

.hm-WhySec{
	position: relative;		
	padding: 100px 0;
	background: #0C4CA2 url(../images/bg-why.jpg) top center;
	background-size: cover;
	color: #fff;
	z-index: 1;
	
}


.hm-WhySec:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background:rgba(12,76,162,.85);
	z-index: -1;
}


.hm-WhySec .txtSmall{
	position: relative;
}





.hm-WhySlide{
	position: relative;
	padding: 0;
}




.WhyBoxItem{
	position:relative;
	text-align: left;
	padding: 50px 50px 180px 50px;
	border-radius: 10px;
	border: 1px solid #508AD8;
	height: 100%;
	margin: 0;	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}


.WhyBoxItem:hover{
	background: rgba(0,36,84,.5);
	border: 1px solid #508AD8;
	}



.WhyBoxItem .iconBox{
	position: relative;
	margin: 0;	
	}

.WhyBoxItem .iconBox img{
	width: 100px !important;
	height: 100px !important;
	display: inline-block;
	}


.WhyBoxItem .contentBox{
	position: relative;
	}

	
	.WhyBoxItem .contentBox h3{
		position: relative;
		font-family: 'Acephimere Bold';
		font-weight: normal;
		font-size:24px;
		margin:0 0 15px 0;
	}


	.WhyBoxItem .contentBox .desc{
		height: 80px;
		overflow: hidden;
		margin:0;		
	}




.WhyBoxItem .iconPosition{
	position: absolute;
	left: 50px;
	bottom: 40px;
}



.hm-WhySec .owl-carousel .owl-item img{
	display: inline-block;
}



.hm-WhySec .owl-carousel .item{
	width: 100%;
	overflow:hidden;
	padding-top: 0;
	}	
	


.hm-WhySec .owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 30px ;
}



.hm-WhySec .owl-dots {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-WhySec .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-WhySec .owl-theme .owl-dots .owl-dot span::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
}



.hm-WhySec .owl-theme .owl-dots .owl-dot.active span,
.hm-WhySec .owl-theme .owl-dots .owl-dot:hover span {
	position: relative;
    width: 20px;
	height: 20px;
    background: 0 0;
	border: 2px solid #FFCC32;
    padding: 0;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-WhySec .owl-theme .owl-dots .owl-dot.active span::after,
.hm-WhySec .owl-theme .owl-dots .owl-dot:hover span::after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FFCC32;
}



.hm-WhySec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #FFCC32;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.hm-WhySec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    text-decoration: none;
}

.hm-WhySec .owl-next,
.hm-WhySec .owl-prev {
    position: relative;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
}


.hm-WhySec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}





.hm-WhySec .owl-carousel .owl-stage{display: flex;}


.hm-WhySec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}






@media (max-width: 1399.98px) {
	


}



@media (max-width: 991.98px) {

	
.hm-WhySec{
	padding: 50px 0;
}
	
	

.WhyBoxItem{
	padding: 30px 30px 130px 30px;	
	}


.WhyBoxItem .iconBox img{
	width: 60px !important;
	height: 60px !important;
	}

	
	.WhyBoxItem .contentBox h3{
		font-size:18px;
		margin:0 0 15px 0;
	}


	.WhyBoxItem .contentBox .desc{
		height: auto;
	}




.WhyBoxItem .iconPosition{
	position: absolute;
	left: 30px;
	bottom: 30px;
}	
	
	
	
	

	
.hm-WhySec .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}
	
	
	
	.hm-WhySec .owl-theme .owl-nav{
		margin: 10px 0 0 0;		
	}
	
.hm-WhySec .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}
	
	
		
	
}



@media (max-width: 767.98px) {

	

	
	
}













/*hm-facts-sec styles*/	



.hm-facts-sec {
	position: relative;	
	padding: 120px 0 80px;
	background: #EDF1F7;
}



.hm-facts-sec .alSelfCenter {
    align-self: center;
}


.hm-facts-DescBox{
	position: relative;
}


.hm-facts-sec .txtSmall{
	padding-right: 80px;
}


.hm-facts-sec .factsBoxRow{
	position: relative;
}


.hm-facts-sec .facts-Item{
	position: relative;
	border-bottom: 1px dashed #707070;
	margin-bottom: 40px;	
}


.hm-facts-sec .facts-box{
	position: relative;
	padding-left: 30px;
	border-left: 4px solid #FFCC32;
	margin: 0 0 20px 0;
}




.hm-facts-sec .facts-box .number{
	font-weight: 300;
	font-size: 54px;
	color: #0C4CA2;
}


.hm-facts-sec .facts-box .number sup {
    top: 0;
    font-size: 54px;
}


.hm-facts-sec .facts-box .title{
	font-size: 22px;
	font-family: 'Acephimere Bold';	
	font-weight: normal;
	color: #666666;
}





@media (max-width: 991.98px) {
	
	

.hm-facts-sec {
	padding: 50px 0 10px;
}
	
	
	.hm-facts-DescBox{
		margin: 0 0 30px 0;
	}
	
	
	.hm-facts-sec .txtSmall{
		padding-right: 0;
	}
	

	.hm-facts-sec .facts-Item{
		margin-bottom: 20px;
	}
	
	
.hm-facts-sec .facts-box .number{
	font-size: 32px;
}

.hm-facts-sec .facts-box .number sup {
    top: -5px;
    font-size: 28px;
}


.hm-facts-sec .facts-box .title{
	font-size: 15px;
}	
	
	
}




@media (max-width: 767.98px) {
	


	




}







/*hm-testimonials-sec styles*/

.hm-testimonials-sec{
	position:relative;
	text-align: center;
	padding: 100px 0;
}


.hm-testimonials-DescBox{
	position: relative;
}


.hm-testimonials-sec .txtSmall {
    position: relative;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 40px;
}




.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: left;
	width: 99%;
	height: 100%;
	border: 1px solid #D1D1D1;
	padding: 50px;
	border-radius: 10px;
	}


.testimonial .icon-quote {
	position: relative;
	margin: 0 0 30px 0;
}


.testimonial .icon-quote img {
	display: inline-block !important;
	width: 44px !important;
}



.testimonial .desc {
	line-height: 1.5;
    width: 100%;	
    margin: auto;
    margin-bottom: 50px;
}

	
			
.testimonial-by{
	position: relative;	
	display: flex;
	align-items: center;
	}

	
.testimonial-by .image{
	position: relative;
	margin:0 15px 0 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: 'Acephimere Bold';
	font-weight: normal;
	font-size:18px;
	line-height: 1.2;
	color: #0C4CA2;
	margin: 0 0 5px 0;
	}
	
.testimonial-by .sub-title{
	font-size:17px;
	line-height: 1.2;
	color: #333;
	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 #FFCC32;
    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: #0C4CA2;
}



.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: 2px solid #FFCC32;
    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: #0C4CA2;
}



.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: 991px){


.hm-testimonials-sec{
	padding: 50px 0 50px 0;	
}

	.hm-testimonials-sec .txtSmall{
		max-width: 100%;
	}
	
	
.testimonial{
	padding: 30px;
	}
	
	
.testimonial .desc {
	font-size: 15px;
    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:16px;
	margin: 0 0 5px 0;
	}
	
.testimonial-by .sub-title{
	font-size:14px;
	}


	
}









/*clients styles*/	



.hm-clientsSec{
	position: relative;
	padding: 120px 0 80px 0;
}

.clientsSlide{
	position: relative;
}


.clientBox{
	position: relative;	
}

.clientBox img{
	display: inline-block !important;
	width: auto !important;	
}



.hm-clientsSec .owl-carousel .owl-item img{
	width: auto !important;
	display: inline-block;
}


.hm-clientsSec  .owl-carousel .item{
	overflow:hidden;
	padding-top: 20px;
	}	
	
.hm-clientsSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}


.hm-clientsSec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #343053;	
	width:12px;
	height:12px;
	border-radius: 50%;
	}
	
.hm-clientsSec .owl-theme .owl-dots .owl-dot.active span,
.hm-clientsSec .owl-theme .owl-dots .owl-dot:hover span {
    background:#8b1444;
	border: 2px solid #8b1444;
	}




.hm-clientsSec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #959595;
    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: absolute;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100;
    top: -80px;
}


    .hm-clientsSec .owl-prev {
        right: 50px;
    }

   .hm-clientsSec .owl-next {
        right: 0;
    }	


.hm-clientsSec .owl-theme .owl-nav {
    margin: 30px 0 0 0;
}





.hm-clientsSec .owl-carousel .owl-stage{
	display: flex;
align-items: center ;
}


.hm-clientsSec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}




@media (max-width: 991.98px) {

	
.hm-clientsSec{
	padding: 40px 0 10px 0;
}
	
	


	
	
.hm-clientsSec .owl-carousel .item{
	padding-top: 0;
	}		
	
	
.hm-clientsSec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}
	
.hm-clientsSec .owl-theme .owl-dots .owl-dot span{
	width:10px;
	height:10px;
	}	
	
	

.hm-clientsSec .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
}
	

.hm-clientsSec .owl-next,
.hm-clientsSec .owl-prev {
    top: -55px;
}


    .hm-clientsSec .owl-prev {
        right: 40px;
    }

   .hm-clientsSec .owl-next {
        right: 0;
    }	
	
	
	
	
}



/*hm-CareerSec styles*/	


.hm-CareerSec{
	position: relative;
	padding: 150px 0;
	background:url("../images/bg-hm-careers.jpg");
	background-size: cover;
	z-index: 1;
}


.hm-CareerSec:after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
background: rgb(61,0,19);
background: linear-gradient(90deg, rgba(61,0,19,0) 0%, rgba(61,0,19,0.5) 60%, rgba(61,0,19,1) 100%);
}




.hm-CareerSec .Justify{
	justify-content: flex-end;
}


.hm-CareerSec .txtSmall{
	margin: 0 0 50px 0;
}



@media (max-width: 991.98px) {
	
	
.hm-CareerSec .txtSmall{
	margin: 0 0 30px 0;
}
	
}




@media (max-width: 767.98px) {

.hm-CareerSec{
	background:url("../images/bg-hm-careers-mobile.jpg") bottom left;
	background-size: cover;
	padding: 40px 0 350px 0;
}
	

}



/*hm-BlogSec styles*/	



.BlogRow{
	position: relative;
	margin: 0;
}


.BlogBox{
	position:relative;
	text-align: left;
	height: calc(100% - 40px);
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	}


.BlogBox a{
	color: #fff;
}

.BlogBox .imageBox{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0;
	}
	
	.BlogBox .imageBox img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.BlogBox:hover .imageBox img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.BlogBox .contentBox{
	position: relative;
	padding: 20px 0 0 0;
	}


	.BlogBox .contentBox .blogBy{
		font-size:18px;
		margin:0 0 20px 0;
	}


	.BlogBox .contentBox h4{
		font-size:20px;	
		margin:0;
	}

	.BlogBox .contentBox .desc{
		height:70px;
		overflow:hidden;
		margin:0 0 30px 0;
	}


.BlogBox .btnPosition {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}


.btn-blog{
	position:relative;
	font-family: 'neue_haas_grotesk_display65Md';
	color:#343053 !important;
	font-size:16px;
	line-height: 1;
	padding: 0 0 0 15px;
	margin:0;
	text-align: left;
	}
	
	.btn-blog:hover{
	color:#8b1444 !important;
	}


.btn-blog:after{
    content: '';
    width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #8b1444;
    position: absolute;
    left: 0;
    top: 4px;
}




.blog-date{
	margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}


.blog-date li {
    display: inline-block;
	font-size: 15px;
	color: #666;
}

.blog-date li+li {
    margin-left: 15px;
}

.blog-date li i {
    color: #2C8935;
	margin-right: 5px;
	font-size: 14px;
	
}



@media (max-width: 1199.98px) {
	
	.BlogBox .contentBox h4{
		font-size: 18px;
	}	
	
	
}







@media (max-width: 991.98px) {




	.BlogBox .contentBox{
		padding: 10px 0 0 0;
	}	

	.BlogBox .contentBox .blogBy{
		font-size:14px;
		margin:0 0 10px 0;
	}


	.BlogBox .contentBox h4{
		font-size:16px;
	}

	

	
	

.btn-blog{
	font-size:14px;
	padding: 0 0 0 15px;
	}



.btn-blog:after{
    width: 8px;
	height: 8px;
    left: 0;
    top: 3px;
}




.blog-date{
	margin: 0 0 5px 0;
}	
	
.blog-date li {
	font-size: 13px;
}	
	
	
	

}
	









/*hm-BlogSec styles*/


.hm-BlogSec{
	position: relative;	
	padding: 120px 0 100px 0;
}


.hm-BlogSec .HeadWrapper{
	display: flex ;
	margin: 0 0 40px 0;
}

.hm-BlogSec .SecHead{
	margin-bottom: 0;
}

.hm-BlogSec .HeadWrapper.AlignItem{
	align-items: center;
}




@media (max-width: 991.98px) {
	
.BlogOrder-1 {
  order: -1 ;
}	


.hm-BlogSec{
	padding: 40px 0 10px;
}

	.hm-BlogSec .HeadWrapper{
		margin: 0 0 30px 0;
	}
	
	
	
	
}




/*Blog_List_Sec styles*/

.Blog_List_Sec{
	position: relative;
	margin-top:100px;
	padding: 100px 0 50px 0;	
}


.Blog_List_Sec h1{
	position: relative;
    font-family: "neue_haas_grotesk_disp55roman";
    font-weight: normal;
    font-size: 48px;
    line-height: 1;
    margin:0 0 40px 0; 
}
	

.Blog_Hero_SecRow{
	position: relative;
	margin: 0 0 50px 0;
}


.Blog_Hero_SecRow .blog_divider{
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	padding: 0 20px;
}



.Blog_Hero_thumbnail_Row{
	position: relative;	
}



.Blog_Hero_Item_thumbnail{
	position:relative;
	text-align: left;
	margin: 0 0 40px 0;
	}


.Blog_Hero_Item_thumbnail.mBottom{
	margin: 0 0 20px 0;
}

.Blog_Hero_Item_thumbnail.BottomBorder{
	padding-bottom: 30px;
	border-bottom:1px solid #707070;
}



.blog_Popular_Row{
	position: relative;
}

.blog_Popular_Title{
	font-weight: 600;
	font-size: 18px;
	color: #cfcfcf;
	margin: 0 0 20px 0;
}


.Blog_Hero_thumbnail_image{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 15px 0;
	}
	
	.Blog_Hero_thumbnail_image img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.Blog_Hero_Item_thumbnail:hover .Blog_Hero_thumbnail_image img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.Blog_Hero_thumbnail_content{
	position: relative;
	}


.Blog_Hero_Flex{
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.Blog_Hero_Category{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0;
}

.Blog_Hero_Date{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0;
}

	.Blog_Hero_Title{

		font-size:22px;
		font-weight: 500;
		line-height: 1.3;
		color: #fff;		
		margin:0 0 15px 0;
	}



	.Blog_Hero_Author{
		font-size:16px;
		color: #6b6b6b;
	}





.Blog_Hero_Main_Row{
	position: relative;	
}



.Blog_Hero_Item_Main{
	position:relative;
	text-align: left;
	margin: 0 0 40px 0;
	}



.Blog_Hero_Main_image{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 20px 0;
	}
	
	.Blog_Hero_Main_image img{
	 width: 100%; 
	display:inline-block;  
  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.Blog_Hero_Item_Main:hover .Blog_Hero_Main_image img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.Blog_Hero_Main_content{
	position: relative;
	}


.Blog_Hero_Main_Flex{
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}

.Blog_Hero_Main_Category{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0;
}

.Blog_Hero_Main_Date{
	font-size: 14px;
	color: #6b6b6b;
	margin: 0 ;
}






	.Blog_Hero_Main_Title{
		font-weight: 500;
		font-size:32px;
		line-height: 1.3;
		color: #fff;
		margin:0 0 30px 0;
	}


	.Blog_Hero_Main_Author{
		font-size:16px;
		color: #6b6b6b;
	}












.Blog_List_Row{
	position: relative;	
}


.Blog_List_Item{
	position:relative;
	text-align: left;
	margin: 0 0 40px 0;
	}



.Blog_List_image{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 15px 0;
	}

.Blog_List_image::after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.2);	
	}


	
	.Blog_List_image 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;
}

.Blog_List_Item:hover .Blog_List_image img{	
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}
	
.Blog_List_content{
	position: relative;
	}



.Blog_List_Flex{
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.Blog_List_Category{
	font-size: 14px;
	color: #A8A8A8;
	margin: 0;
}

.Blog_List_Date{
	font-size: 14px;
	color: #A8A8A8;
	margin: 0;
}

	.Blog_List_Title{
		font-weight: 500;
		font-size:22px;
		line-height: 1.3;
		color: #fff;		
		margin:0 0 15px 0;
	}


	.Blog_List_Author{
		font-size:16px;
		color: #A8A8A8;
	}






@media (max-width: 991.98px) {


	.blog_Popular_Row{
		display: none;
}

	
	
.Blog_List_Sec{
	margin-top:50px;
	padding: 50px 0 20px 0;	
}


.Blog_List_Sec h1{
    font-size: 20px;
    margin:0 0 30px 0; 
}
	

.Blog_Hero_SecRow{
	margin: 0;
}


.Blog_Hero_SecRow .blog_divider{
	border-left: 0;
	border-right: 0;
	padding:0 15px;
}




.Blog_Hero_Item_thumbnail{
	margin: 0 0 30px 0;
	}






.Blog_Hero_thumbnail_image{
	margin: 0 0 10px 0;
	}
	


.Blog_Hero_Category{
	font-size: 12px;
}

.Blog_Hero_Date{
	font-size: 12px;
}

	.Blog_Hero_Title{
		font-size:17px;
		margin: 0 0 15px 0;
	}


	.Blog_Hero_Author{
		font-size:13px;
	}




.Blog_Hero_Item_Main{
	margin: 0 0 30px 0;
	}



.Blog_Hero_Main_image{
	margin: 0 0 10px 0;
	}
	

.Blog_Hero_Main_Flex{
	margin: 0 0 10px 0;
}

	
.Blog_Hero_Main_Category{
	font-size: 12px;
}

.Blog_Hero_Main_Date{
	font-size: 12px;
}




	.Blog_Hero_Main_Title{
		font-size:17px;
		margin:0 0 15px 0;
	}


	.Blog_Hero_Main_Author{
		font-size:13px;
	}




.Blog_List_Item{
	margin: 0 0 40px 0;
	}



.Blog_List_image{
	margin: 0 0 10px 0;
	}
	



.Blog_List_Category{
	font-size: 12px;
}

.Blog_List_Date{
	font-size: 12px;
}

	.Blog_List_Title{
		font-size:17px;	
		margin:0 0 15px 0;
	}


	.Blog_List_Author{
		font-size:13px;
	}	
	

	
	
	
	
	
}





/*BlogDetailSec styles*/	


.BlogDetailSec{
	position: relative;
	margin-top:100px;
	padding: 100px 0 50px 0;	
}


.BlogDetailSec .divider{
	border-right: 1px solid #707070;
}



.BlogDetailBlockRow{
	position: relative;
}


.BlogDetailBox{
	position: relative;	
	padding: 0 25px 0 0;
}



.BlogDetailBox h1{
	position: relative;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 15px 0;
}


.BlogDetailBox .titleSmall{
	position: relative;	
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #A8A8A8;
	margin: 0 0 20px 0;
}


.BlogDetailBox .imageBox{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.BlogDetailBox .imageBox img{
width: 100%;
}



.Blog_Detail_Flex{
	display: flex;
	justify-content: space-between;
	margin: 0 0 15px 0;
}

.Blog_Detail_Date{
	font-size: 14px;
	color: #A8A8A8;
	margin: 0;
}

.Blog_Detail_Author{
	font-size: 16px;
	color: #A8A8A8;
	margin: 0 ;
}




.BlogDetailBox .VideoBox{
	position: relative;
	margin: 0 0 30px 0;
}


.BlogDetailBox .contentBox{
	position: relative;
	margin: 0 0 50px 0;
	}




.BlogDetailBox h4{
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 15px 0;
}


.BlogDetailBox h5{
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 15px 0;
}

.BlogDetailBox .txt-bold{
	font-family: "Rubik", sans-serif;	
	font-weight: 500;
	font-size: 17px;
	color: #DFDFDF;
	margin: 0;
}



.BlogDetailBox .desc{
	margin: 0 0 40px 0;
	}



.blog-details-footer {
	position: relative;
	border-top: 1px solid #dfe3eb;
	border-bottom: 1px solid #dfe3eb;
	padding: 15px 0;
	margin: 30px 0 50px 0;
}

.blog-details-footer .title {
font-family: "neue_haas_grotesk_disp55roman";
    font-size: 16px;
    color: #666;
}

.blog-details-footer .left  {
	position: relative;
}


.blog-details-footer .tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .tags li {
    display: inline-block;
}

.blog-details-footer .tags li+li {
    margin-left: 5px;
}

.blog-details-footer .tags li a {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 5px 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 14px;
}

.blog-details-footer .tags li a:hover {
    color: #fff;
    background:#003A82;
	border: 1px solid #003A82;
}


.blog-details-footer .right {
	position: relative;
}


.blog-details-footer .social-share {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .social-share li {
    display: inline-block;
	padding: 0;
}


.blog-details-footer .social-share li:before {
   content: none;
}

.blog-details-footer .social-share li+li {
    margin-left: 10px;
}

.blog-details-footer .social-share li:hover {
    color: #888;
}

.blog-details-footer .social-share li .iconstyle{
    color: #888;
	font-size: 18px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.blog-details-footer .social-share li:hover .iconstyle{
    color: #8b1444;
}





.blog-widget{
	position: relative;
	width: 100%;
	padding: 0 0 0 25px;
	margin: 0;
}


.blog-widget .widget-title{
	font-weight: 500;
	font-size: 22px;
	color: #A8A8A8;
	margin: 0 0 10px 0;
}


.blog-widget ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-widget ul li {
    display: block;
    margin: 0;
    -ms-word-wrap: break-word;
    word-break: break-word
}


.blog-widget ul li:first-child {
    margin-top: 0
}

.blog-widget ul li:last-child {
    margin-bottom: 0
}


.blog-widget ul li ul {
    margin-left: 20px
}



.blog-widget .recent_post_item {
    margin: 0;
    padding: 0;
    list-style: none;
}


.blog-widget .recent_post_item li {
	position:relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-widget .recent_post_item a{	
	color: #fff;
}

.blog-widget .recent_post_item a:hover{	
	color: #fff;
}




.blog-widget .single_recent_item {
	position:relative;
display: -ms-flexbox ;
display: flex ;
	border-bottom: 1px solid #707070;
	padding: 30px 0; 
}



.blog-widget .single_recent_itemm:first-child {
	padding-top: 0; 
}



.blog-widget .single_recent_item .thumb{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	margin-right: 20px;
	}

.blog-widget .single_recent_item .thumb img{ 
	width: 185px;
	height:123px;
	object-fit: cover;	
	  -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
    transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;	
	}


.blog-widget .single_recent_item:hover .thumb img{ 	
	  -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	}



.blog-widget .single_recent_item .listNumber{	
	position: relative;
	font-size: 18px;
	color: #fff;
	-ms-flex-negative: 0;
    flex-shrink: 0;	
	margin-right: 20px;
		}



.blog-widget .single_recent_item .content{
	position: relative;	
  -ms-flex-positive: 1 ;
  flex-grow: 1 ;
	-ms-flex-item-align: center;
    align-self: center;
}



.blog-widget .single_recent_item .content .title{
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	margin:0;
}




.blogCommentBox{
	position: relative;
	margin: 0 0 60px 0;
}

.blogCommentBox .Title{
	font-family: 'neue_haas_grotesk_display65Md';
	font-size: 24px;
	color: #DFDFDF;
	margin: 0 0 30px 0;
}



.blog-form{
	position: relative;
	margin: 0 0 30px 0;
	}

.blog-form .txt-label{
	font-family: "neue_haas_grotesk_disp55roman";
	font-size: 18px;	
	margin:0 0 5px 0;
	color:#fff;
	}

.blog-form .required {
	color:#fff;
}

.blog-form .form-group{
	margin-bottom:20px;
	}
	
.blog-form .form-control{		
	font-family: 'neue_haas_grotesk_disp55roman';
    font-size: 18px;
    color: #D4D4D4;
    background: #313131;
	padding: 8px 10px;
    border: 0px;
    border-radius: 5px;
    box-shadow: none;
    height: auto;
	}

.blog-form .form-control:focus {
	background:#232323;
    }

.blog-form .form-control.formSelect{
	display: block;
    width: 100%;
    padding: 8px 40px 8px 15px;
	background:#313131 url(../images/icon-select-dropdown.svg) center center;
    background-repeat: no-repeat;
    background-position: right .75rem center;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.blog-form ::-webkit-input-placeholder { /* Chrome */
  color: #D4D4D4;
}

.blog-form :-ms-input-placeholder { /* IE 10+ */
  color: #D4D4D4;
}

.blog-form form ::-moz-placeholder { /* Firefox 19+ */
  color: #D4D4D4;
  opacity: 1;
}

.blog-form form :-moz-placeholder { /* Firefox 4 - 18 */
  color: #D4D4D4;
  opacity: 1;
}

.blog-form input:-webkit-autofill,
.blog-form input:-webkit-autofill:hover, 
.blog-form input:-webkit-autofill:focus,
.blog-form textarea:-webkit-autofill,
.blog-form textarea:-webkit-autofill:hover,
.blog-form textarea:-webkit-autofill:focus,
.blog-form select:-webkit-autofill,
.blog-form select:-webkit-autofill:hover,
.blog-form select:-webkit-autofill:focus {
  border-bottom: 1px solid #d0d0d0;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
	box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}



.blog-form .btn-Submit{	
	font-family: 'neue_haas_grotesk_display65Md';
	font-size:18px;
	padding:15px 30px;
	background: #E1E320;
	color:#000;	
	border-radius:5px;
	line-height: 1;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}


	.blog-form .btn-Submit:hover{
		background: #1F8B1F;
		color:#fff;
	}






.blog_Com_Repl{
	position: relative;
	margin: 0 0 50px 0;
}

.blog_Com_Repl .Title{
	font-family: 'neue_haas_grotesk_display65Md';
	font-size: 24px;
	color: #DFDFDF;
	margin: 0 0 30px 0;
}


.blog_Com_Repl .ReplyBoxList{	
	position: relative;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #555;
}

.blog_Com_Repl .BoxItem{	
	position: relative;
	 display: -ms-flexbox ;
	display: flex ;
}


.blog_Com_Repl .BoxItem .IconBox{	
	-ms-flex-negative: 0 ;
	flex-shrink: 0 ;
	width:60px;
	height: 60px;
	border-radius: 5px;
	overflow: hidden;
}

.blog_Com_Repl .BoxItem .IconBox img{
	display: inline-block;
}

.blog_Com_Repl .BoxItem .ContentBox{
	-ms-flex-positive: 1;
    flex-grow: 1;
	  -ms-flex-item-align: center ;
  align-self: center ;
	margin-left: 20px;
}


.blog_Com_Repl .BoxItem .NameBlock{
	position: relative;
	display: -ms-flexbox ;
	display: flex ;
	 -ms-flex-align: center ;
  align-items: center ;
	margin: 0 0 5px 0;
}

.blog_Com_Repl .BoxItem .name{
	font-family: "Rubik", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #DFDFDF;
}

.blog_Com_Repl .BoxItem .dated{
	font-family: "Rubik", sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #DFDFDF;
	margin-left: 30px;
}


.blog_Com_Repl .BoxItem .txt{
	font-family: "Rubik", sans-serif;
	font-size: 16px;
	font-size:300;
	color: #DFDFDF;
	margin: 0 0 15px 0;
}

.blog_Com_Repl .btnReply{
	font-family: "Rubik", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #c4c4c4;
	display: inline-block;
	margin: 0 0 10px 0;
}




@media (max-width: 1366px) {

	
.BlogDetailBox	{
		padding: 0 10px 0 0;
	}
	
	
.blog-widget {
  padding: 0 0 0 10px;
}	
	
	

.blog-widget .widget-title{
	font-size: 22px;
	margin: 0 0 10px 0;
}


.blog-widget .single_recent_item {
	padding: 20px 0; 
}


.blog-widget .single_recent_item .thumb img{ 
	width: 150px;
	height:100px;	
	}




}



@media (max-width: 1199px) {


	
.blog-widget .widget-title{
	font-size: 20px;
	margin: 0 0 10px 0;
}
	
	
.blog-widget .single_recent_item{
		padding: 15px 0;
	}	
	
	
.blog-widget .single_recent_item .thumb img{ 
	width: 100px;
	height:66px;	
	}

	
.blog-widget .single_recent_item .content .title{	
	font-size: 15px;
}
	
	
.blogCommentBox .Title{
	font-size: 24px;
	margin: 0 0 20px 0;
}


.blog_Com_Repl .Title{
	font-size: 24px;
	margin: 0 0 20px 0;
}
	
	
}




@media (max-width: 991px) {
	

.BlogDetailSec{
	margin-top: 50px;
	padding: 40px 0 10px 0;
}
	
	
	
	

.BlogDetailBox{
	padding: 0 ;
}

	

.BlogDetailBox h1{
    font-size: 18px;
    margin: 0 0 15px 0;
}


.BlogDetailBox .titleSmall{
	font-size: 12px;
	margin: 0 0 10px 0;
}	
	
	

	.Blog_Detail_Author{
		font-size: 13px;
		
	}

	
	.Blog_Detail_Date{
		font-size: 12px;
	}	




.BlogDetailBox h4{
	font-size: 17px;
	margin: 0 0 10px 0;
}

	
.BlogDetailBox h5{
	font-size: 15px;
	margin: 0 0 10px 0;
}	

.BlogDetailBox .txt-bold{
	font-size: 15px;
}	
	

.BlogDetailBox .desc{
	margin: 0 0 30px 0;
	}



.blog-details-footer {
	padding: 10px 0;
	margin: 30px 0;
}

.blog-details-footer .title {
    font-size: 14px;
}




.blog-details-footer .social-share li .iconstyle{
	font-size: 16px;
}








.blogCommentBox{
	margin: 0 0 30px 0;
}


.blogCommentBox .Title{
	font-size: 18px;
	margin: 0 0 20px 0;
}



.blog-form{
	margin: 0 0 30px 0;
	}

.blog-form .txt-label{
	font-size: 15px;	
	margin:0 0 5px 0;
	}

.blog-form .form-group{
	margin-bottom:20px;
	}

	
.blog-form .form-control{		
    font-size: 15px;
	padding: 8px 10px;
	}


.blog-form .btn-Submit{	
	font-size:15px;
	padding:10px 20px;
	}



.blog_Com_Repl{
	margin: 0 0 30px 0;
}

.blog_Com_Repl .Title{
	font-size: 18px;
	margin: 0 0 20px 0;
}
		

.blog_Com_Repl .ReplyBoxList{	
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}


.blog_Com_Repl .BoxItem .IconBox{	
	width:40px;
	height: 40px;
}


.blog_Com_Repl .BoxItem .name{
	font-size: 15px;
}

.blog_Com_Repl .BoxItem .dated{
	font-size: 13px;
	margin-left: 30px;
}


.blog_Com_Repl .BoxItem .txt{
	font-size: 15px;
	margin: 0 0 10px 0;
}

.blog_Com_Repl .btnReply{
	font-size: 14px;
	margin: 0 0 10px 0;
}


	
	

.blog-widget{
	padding: 0;
}


.blog-widget .widget-title{
	font-size: 18px;
	margin: 0 0 10px 0;
}


	
.blog-widget .single_recent_item{
		padding: 15px 0;
	}	
	
	
.blog-widget .single_recent_item .thumb img{ 
	width: 100px;
	height:66px;	
	}

	
.blog-widget .single_recent_item .content .title{	
	font-size: 15px;
}	
	
.blog-widget .single_recent_item .listNumber{	
	font-size: 15px;
}		
	
	
	
	
}






/* similar-blogs-sec style */

.similar-blogs-sec{
	position: relative;
	padding: 0;	
}


.similar-blogs-sec .similarBlogWrap{
	position: relative;
	padding: 80px 0 50px 0;
	border-top: 1px solid #707070;
}



.SimilarBlogHeadBox{
	position: relative;
	display: flex ;
	margin: 0 0 40px 0;
}


.SimilarBlogHeadBox.AlignItem{
justify-content: space-between ;
}

.similar-blogs-sec .BlockButton {
    flex: 0 0 auto;
    padding: 0;
}



.similar-blogs-sec .heading{
	font-weight: 600;
	font-size: 26px;
	margin: 0;
}


.similar-blogs-sec .Blog_List_Item{
margin: 0;
}



.similar-blogs-sec .similar-blogs-slide{
	position: relative;
}



.similar-blogs-sec .owl-carousel .owl-item img{
	width: auto;
	display: inline-block;

}



.similar-blogs-sec  .owl-carousel .item{
	overflow:hidden;
	}	
	
.similar-blogs-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	}




.similar-blogs-sec .owl-theme .owl-dots .owl-dot span{
	margin:8px;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #343053;
	width:12px;
	height:12px;
	border-radius: 50%;
	}

	
.similar-blogs-sec .owl-theme .owl-dots .owl-dot.active span,
.similar-blogs-sec .owl-theme .owl-dots .owl-dot:hover span {
    background:#8b1444;
	border: 2px solid #8b1444;
	}


.similar-blogs-sec .owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 3px ;
    background:#F68121;
	color: #fff;
	font-size: 18px;
    display: inline-block;
    cursor: pointer;
    	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

}
    
.similar-blogs-sec .owl-theme .owl-nav [class*='owl-']:hover {
      background:#fff;
      color: #F68121;
      text-decoration: none;
	  }
	
.similar-blogs-sec .owl-prev,
.similar-blogs-sec .owl-next {
	position: absolute;
	width: 30px;
	height: 30px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
	top:50%;
	transform: translateY(-50%);
	}
    
.similar-blogs-sec .owl-prev {left: -30px;}

.similar-blogs-sec .owl-next {right: -30px;}


.similar-blogs-sec .owl-theme .owl-nav{
	margin: 0;
}



.similar-blogs-sec .owl-carousel .owl-stage{display: flex;}


.similar-blogs-sec .owl-carousel .owl-item {
		display: flex;
		flex: 1 0 auto;
	}






@media (max-width: 991.98px){

	

.similar-blogs-sec .similarBlogWrap{
	padding: 40px 0;
	margin-top:30px; 
}



.SimilarBlogHeadBox{
	margin: 0 0 20px 0;
}

.similar-blogs-sec .heading{
	font-size: 18px;
	margin: 0;
}	
	
	
	
.similar-blogs-sec .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:20px;
	}
	
.similar-blogs-sec .owl-theme .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	}
	
.similar-blogs-sec .owl-theme .owl-nav [class*='owl-'] {
	font-size: 14px;
}
    
	
.similar-blogs-sec .owl-prev,
.similar-blogs-sec .owl-next {
	width: 24px;
	height: 24px;	
	}	
	
	
	
	
}











/*calltoActionSec styles*/

.callActionSec{
	position: relative;
	padding: 100px 0;
	background: #092954 url(../images/bg-call-to-action.jpg) 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: rgb(12,76,162);
background: linear-gradient(113deg, rgba(12,76,162,0) 0%, rgba(4,52,116,1) 50%, rgba(9,41,84,1) 100%);
	z-index: -1;
}

.callActionBox{
	position: relative;
}


.callActionTitle{
	font-size: 28px;	
	line-height: 1.2;
	margin: 0 0 15px 0;
}


.callActionDesc{
	margin: 0 0 30px 0;
}

.btn-callAction{
	position: relative;
	font-family: 'Acephimere Bold';
	font-weight: normal;
 	font-size:17px;
	padding:14px 25px;
	color:#0C4CA2;	
	background: #FFCC32;
	border: 0px;
	border-radius:50px;
	line-height: 1;
	display: inline-block;
    -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{
	background: #fff;
	color:#0C4CA2;
	}




@media (max-width: 991.98px){
	
.callActionSec{
	padding: 60px 0;

}	
	

	
	
	.callActionTitle{
		font-size: 20px;
	}
	
	
	
	.btn-callAction{		
		padding: 11px 20px 10px;
		font-size: 15px;		
	}
	
	
}



@media (max-width: 767.98px) {

	
	.callActionBox{
	text-align: center;
}


}



/*footer styles*/


.footerContactWrap{
	position: relative;
	padding: 80px 0 0 0;
}

.footerContact_BoxRow{
	position: relative;
	padding: 0 0 60px 0;
	border-bottom: 1px solid #FFCC32;
}

.footerContact_Item{
	position: relative;	
	text-align: center;
	margin: 0;
}

.footerContact_Item.divider{
	border-left: 1px solid #FFCC32;
}



.footerContact_Item a{
	color: #fff;
}

.footerContact_Title{
	font-size: 17px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

.footerContact_Text{
	font-size: 22px;
	line-height: 1.2;
}



	
.footerContact_social{
	display: flex ;
	align-items: center ;
	justify-content: center;
	}
	
.footerContact_social a{
    display: block;
	margin-left:24px;    
}

.footerContact_social a:first-child{
    margin-left: 0;
}

.footerContact_social .iconstyle{
	font-size:18px;
	color:#fff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	}

	.footerContact_social .iconstyle:hover{
	color:#fff;
	}


.footerContact_social .iconstyle.icon-youtube{
	font-size:20px;
	}




.footer-sec{
	position:relative;
	font-size:17px;
	margin:0;	
	padding: 0;
	background:#0C4CA2;
	color: #fff;
	}


.footer-sec .footer-top{
	position:relative;
	padding: 80px 0 0 0;
	}

.footer-sec .footer-widgets{
	position:relative;
	padding:0;
	}

.footer-sec .footer-column{
	position:relative;
	margin:0 0 30px 0;	
	}
	
.footer-sec .footer-column.pdLeft{
	padding-left: 50px;
	}

.footer-sec .footer-column h5{
	position: relative;
	font-family: 'Acephimere Bold';
	font-weight: normal;
	font-size:18px;	
	padding:0;
	margin:0 0 15px 0;
	}


.footerMenuBox{
	position: relative;
	margin: 0 0 40px 0;
}


.footer-sec .footer-logo {
    position: relative;
    margin: 0 0 40px 0;   
}

.footer-sec .footer-logo img{
	width: 190px;
}

.footer-sec .desc{
	position:relative;
	max-width: 85%;
	margin:0 0 20px 0;
	}




.footer-sec .btn-Footer{
	position: relative;
	font-family: 'Acephimere Bold';
	font-size: 17px;
	color: #fff;
	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;
}

.footer-sec .btn-Footer:hover{
	color:#fff;
	}


.footer-sec .btn-Footer .iconstyle{
	font-size: 12px;
	color: #FFCC32;
	margin-right: 5px;
}




.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;
	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 .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:#fff;
	}

	.footer-sec .footer-column a:hover{
	color:#fff;
	}


	.footer-sec .footer-column .links-two a{
	color:#fff;
	}


	.footer-sec .footer-column .links-two a:hover{
	color:#fff;
	}
	

	
.footer-sec .social-icon{
  display: -ms-flexbox ;
  display: flex ;
    -ms-flex-align: center ;
  align-items: center ;
	}
	
.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:20px;
	}






	
.footer-sec .box{
	position: relative;
	padding:0 0 0 30px;
	margin:0 0 25px 0;
	}

	
.footer-sec .box .icon{
	position:absolute;
	top:1px;
	left:0;
	}


.footer-sec .box .iconstyle{
	font-size:18px;
	color: #750B2C;
	}

.footer-sec .box .txt{
	font-size: 18px;
	}

.footer-sec .box .txtSmall{
	font-size: 14px;
	display: block;
	}



.footer-sec .footer-bottom{	
	position: relative;
	padding: 20px 0;
}

.footer-sec .copyright{	
	font-size: 17px;
	text-align: left;
	}


.footer-sec .design{
	font-size:14px;
	color: #AFAFAF;
	text-align: right;
	}

.footer-sec .design a{
	color: #AFAFAF !important;
	}
.footer-sec .design a:hover{
	color: #fff !important;
	}




.footerAddress{
	position: relative;
	margin: 0 0 20px 0;
}


.footer_Ct_Box{
	position: relative;
	margin: 0 0 20px 0;
}

.footer_Ct_Box .footer_Ct_Title{
	font-family: 'Acephimere Bold';
}

.footer_Ct_Box .footer_Ct_Text{
	
}




@media (max-width: 1399.98px) {

.footer-sec .desc{
	max-width: 100%;
	margin: 0 0 10px 0;
	}

}



@media (max-width: 991.98px) {



	
	.footerContactWrap{
		padding: 40px 0 0 0;
	}
	
	.footerContact_BoxRow{
		padding: 0 0 30px 0
	}
	
	
	.footerContact_Title{
		font-size: 14px;
	}
	
	.footerContact_Text{
		font-size: 16px;
	}
	
	
	.footerContact_social .iconstyle{
	font-size:15px;
	}


.footerContact_social .iconstyle.icon-youtube{
	font-size:20px;
	}
	

	
	
	
.footer-sec{
	font-size:15px;
	padding: 0;
	}

	
	.footer-sec .footer-top{
		padding: 40px 0 0 0;
	}
	
	
	
	
.footer-sec .footer-widgets{
	padding:0;
	}


.footer-sec .footer-column.pdLeft{
	padding-left: 0;
	}

	
.footer-sec .footer-column h5{
	font-size:16px;	
	margin:0 0 15px 0;
	}


.footerMenuBox{
	margin: 0 0 30px 0;
}

	.footer-sec .footer-logo{
		margin: 0 0 30px 0;
	}
	
	
	
	.footer-sec .footer-logo img{
		width: 150px;
	}

	
	.footer-sec .btn-Footer{
		font-size: 15px;
		
	}	
	
	.footer-sec .btn-Footer .iconstyle{
		font-size: 11px;		
	}
	
	
	.footer-sec .footer-column .links li{
		font-size: 15px;
		padding:6px 0;
	}

	


.footer-sec .social-icon .iconstyle{
	font-size:15px;	
	}


.footer-sec .social-icon .iconstyle.icon-youtube{
	font-size:18px;
	}

	

	

	
.footer-sec .box{
	padding:0 0 0 25px;
	margin:0 0 20px 0;
	}

	
.footer-sec .box .iconstyle{
	font-size:15px;
	}

.footer-sec .box .txt{
	font-size: 15px;
	}

.footer-sec .box .txtSmall{
	font-size: 12px;
	}	
	
	
	

.footer-sec .footer-bottom{	
	padding: 10px 0;
}

.footer-sec .copyright{	
	font-size: 15px;
	}


.footer-sec .design{
	font-size:13px;
	}






}






@media (max-width: 767.98px) {

	
	.footerContact_BoxRow{
		border-bottom: 0px;
		padding: 0 ;
	}
	
	.footerContact_Item{
		text-align: left;
		padding-bottom: 20px;
		border-bottom: 1px solid #3f73b9;
		margin: 0 0 15px 0;
	}
	
	.footerContact_Item.divider{
		border-left: 0;
	}	
	
	.footerContact_social{
		justify-content: flex-start;
	}
	
		
	
	
	

.footer-sec .copyright{
	text-align: center;
	margin: 0 0 10px 0;
	}

.footer-sec .design{
	text-align: center;
	}	
	
}



.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: 991.98px) {
	
.side-bar-contact {
	right:15px;
}	
.side-bar-contact .iconstyle{
	font-size:20px;
	width: 36px;
	height: 36px;
	}


}









/*aboutBannerSec styles*/



.aboutBannerSec{
	position:relative;
	color: #fff;
	margin:0;
	}


.aboutBannerImgWrap{
	position: relative;
}

.aboutBannerImgWrap:after{	
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:auto;
	bottom: 0;
	width: 100%;
	height:30%;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 1;
}


.aboutBannerImgWrap:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: auto;
	width: 100%;
	height:30%;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	z-index: 1;
}




.aboutBannerSec .banner-image{
	position:relative;
	}

	.aboutBannerSec .banner-image img{
		width: 100%;
		}


.aboutBannerSec .banner-image:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,.5);
}


.aboutBannerSec .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;
}


.aboutBannerSec .AboutBannerCaption {
    z-index: 1;
    color: #fff;
	text-align: center;
    padding: 120px 0 0 0;
	max-width: 82%;
	margin: auto;
}



.aboutBannerSec h1{
position: relative;
font-family: 'neue_haas_grotesk_display75Bd';
font-weight: normal;
font-size: 78px;
line-height: 1;
color: #fff;
margin: 0 0 20px 0;
}

.aboutBannerSec .subTitle{
	position: relative;
	font-family: "DM Sans", serif;
	font-weight: 400;
	font-size: 52px;
	line-height: 1.1;
	color: #fff;
	margin: 0;
}







@media (max-width: 1399.98px) {

	
.aboutBannerSec .AboutBannerCaption {
    padding: 120px 0 0 0;
	max-width: 90%;
}


.aboutBannerSec h1{
font-size: 64px;
margin: 0 0 20px 0;
}

.aboutBannerSec .subTitle{
	font-size: 42px;
}
	
	
	
}




@media (max-width: 1199.98px) {

	
.aboutBannerSec .AboutBannerCaption {
    padding: 120px 0 0 0;
	max-width: 90%;
}


.aboutBannerSec h1{
font-size: 54px;
margin: 0 0 20px 0;
}

.aboutBannerSec .subTitle{
	font-size: 36px;
}
	
	
	
}






@media (max-width: 991.98px) {
	
	
.aboutBannerSec .AboutBannerCaption {
    padding: 60px 0 0 0;
	max-width: 90%;
}


.aboutBannerSec h1{
font-size: 38px;
margin: 0 0 20px 0;
}

.aboutBannerSec .subTitle{
	font-size: 22px;
}	
	
	
	
}





@media (max-width: 767.98px) {
	
	
	
.aboutBannerSec .banner-image img{
height: 450px;
object-fit: cover;
object-position: center bottom;
}		
	
	
.aboutBannerSec .AboutBannerCaption {
    padding: 60px 0 0 0;
	max-width: 98%;
}


.aboutBannerSec h1{
font-size: 22px;
margin: 0 0 10px 0;
}

.aboutBannerSec .subTitle{
	font-size: 15px;
}	
	
	
	
}







/*missionSec styles*/

.missionSec {
	position: relative;
	background: #070707;
	padding: 180px 0;
}


.missionSec .BoxItemFlex{
	position: relative;
	margin: 0;
	display: -ms-flexbox ;
	display: flex ;
}


.missionSec .Justify_Space{
	justify-content: flex-end;
}



.missionSec .BoxWidth{
	width: 90%;
}



.missionSec .BoxItem{
	position: relative;
	margin: 0;
	display: -ms-flexbox ;
	display: flex ;
}




.missionSec .BoxItem .IconBox{
	-ms-flex-negative: 0 ;
	flex-shrink: 0 ;	
}

.missionSec .BoxItem .IconBox img{
	display: inline-block;
	width:120px;
	height: 120px;
}



.missionSec .BoxItem .ContentBox{
	-ms-flex-positive: 1;
    flex-grow: 1;	
	margin-left: 50px;
}


.missionSec .BoxItem h4{
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
	font-size: 32px;
	margin: 0 0 20px 0;
}

.missionSec .BoxItem .desc{
}







@media (max-width: 1399.98px) {
	
	
	.missionSec{
		padding: 120px 0;
	}
	
	
	.missionSec .BoxWidth{
		width: 95%;
	}
	
	
	
}






@media (max-width: 991.98px) {
	
	

.missionSec {
	padding: 60px 0 20px 0;
}


.missionSec .BoxItem{
	margin: 0 0 40px 0;
}
	
	
.missionSec .BoxItem .IconBox img{
	width:60px;
	height: 60px;
}

	
.missionSec .BoxItem .ContentBox{
	margin-left: 30px;
}
	
	
.missionSec .BoxItem h4{
	font-size: 16px;
	margin: 0 0 10px 0;
}


	.missionSec .Justify_Space{
		justify-content: flex-start;
		
	}	
	

	
}









/*sub-banner styles*/



.sub-banner-sec{
	position:relative;
	color: #fff;
	margin-top:125px;
	}


.subBannerImgWrap{
	position: relative;	
}

.subBannerImgWrap:before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: auto;
	width: 100%;
	height:40%;
	background: rgba(0,0,0,0);
	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: rgba(12,76,162,.8);
}




.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: 0;
	max-width: 750px;
}




.sub-banner-sec h1{
	position: relative;
	font-family: 'Acephimere Bold';
	font-weight: normal;
  font-size: 40px;
  line-height: 1.3;
  color: #fff;
margin: 0 0 15px 0;
}

.sub-banner-sec h1.mBottom{
	margin: 0;
}


.sub-banner-sec .subCaption{
	position: relative;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	margin: 0;
}




@media (max-width: 1399.98px) {
		
.sub-banner-sec h1{
	font-size:36px;
	margin: 0 0 20px 0;
}

.sub-banner-sec .subCaption{
	font-size: 20px;
}	

	
}



@media (max-width: 1199.98px) {
	
	.sub-banner-sec{
		margin-top: 75px;
	}	
	
	
.sub-banner-sec h1{
	font-size:32px;
	margin: 0 0 20px 0;
}

.sub-banner-sec .subCaption{
	font-size: 18px;
}		
	
	
}



@media (max-width: 991.98px) {
	
	.sub-banner-sec{
		margin-top: 60px;
	}	
	
	
	

	
	
.sub-banner-sec h1{
	font-size:30px;
	margin: 0 0 10px 0;
}


.sub-banner-sec .subCaption{
	font-size: 15px;
}	

	
	
}




@media (max-width: 767.98px) {
	
.sub-banner-caption {
	text-align: center;
}	

	
.sub-banner-sec h1{
	font-size:22px;
}

	
.sub-banner-sec .banner-image img{
height: 300px;
object-fit: cover;
object-position: center bottom;
}	
		
	
}



@media (max-width: 575.98px) {
	
}





	
.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;
}
	
}





.gen_main_heading{
	position: relative;	
	font-family: 'Acephimere Bold';
	font-weight: normal;
	line-height: 1.2;
	font-size: 36px;
	margin: 0 0 30px 0;
}



@media (max-width: 991.98px) {
	
	.gen_main_heading{
	font-size: 20px;
	margin: 0 0 20px 0;
}
	
	
}



/*about sec styles*/	

.aboutSec{
	position: relative;
	padding: 120px 0;
}


.Main_Heading{
	position: relative;	
	font-family: 'Acephimere Bold';
	font-weight: normal;
	line-height: 1.2;
	font-size: 36px;
	margin: 0 0 35px 0;
	max-width: 80%;
}


.Main_Heading span{
	font-family: 'Acephimere Regular';
}


.Small_Heading{
	position: relative;	
	font-family: 'Acephimere Bold';
	font-weight: normal;
	font-size: 20px;
	color: #0C4CA2;
	display: inline-block;
	margin: 0 0 40px 0;
}


.Small_Heading::after{
	position: absolute;
    content: "";
    width: auto;
    height: 2px;
    background: #FFCC32;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0;
}



.AboutBoxRow{
	position: relative;
}

.AboutContentBox{
	position: relative;
}

.aboutDesc{
	position: relative;
}



@media (max-width: 991.98px) {
	

.aboutSec{
	padding: 50px 0;
}

	
.Main_Heading{
	font-size: 20px;
	margin: 0 0 20px 0;
	max-width: 100%;
}
	
	
	.Small_Heading{
		font-size:15px;
		margin: 0 0 20px 0;
	}
	

.Small_Heading::after{
    bottom: -5px;
}
	
	

	
	
}




/*mission-sec styles*/	

.mission-sec{
	position:relative;	
	padding: 120px 0;
	background: #185B3C url("../images/bg-mission.jpg") 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(12,76,162,.85);
	z-index: -1;
}




.mission-sec .BoxItem{
	position:relative;
	padding: 0 25px;
	margin: 0;
	text-align: center;
	}


.mission-sec .BoxItem .icon{
	position: relative;
	margin: 0 0 20px 0;
	}


.mission-sec .BoxItem .icon img{ 
	display: inline-block;
	width: 90px;
	height: 90px;
	}


.mission-sec .BoxItem h3{
	font-size: 30px;
	margin:0 0 20px 0;
}


.mission-sec .BoxItem h3 span{
font-family: 'Acephimere Bold';
}


.mission-sec .BoxItem .desc{
	margin: 0;
}





@media (max-width: 991.98px) {

	
.mission-sec{
	padding: 50px 0;
	}



.mission-sec .BoxItem{
	padding: 0;
	margin: 0 0 40px 0;
	}




.mission-sec .BoxItem .icon img{ 
	width: 54px;
	height: 54px;
	}


.mission-sec .BoxItem h3{
	font-size: 20px;
	margin:0 0 15px 0;
}

	

}





/*messageSec styles*/	

.messageSec{
	position: relative;
	padding: 120px 0;	
}


.messageSec.LightTheme{
	background: #EDF1F7;
}


.messageSec .teamTitle{
	position: relative;	
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 40px 0;
}

.messageSec .teamTitle span{
	font-family: 'Acephimere Bold';	
	font-weight: normal;
}



.messageSec .alSelfCenter{
	align-self: center;
}


.messageImageBox{
	position: relative;	
	overflow: hidden;	
}

.messageImageBox img{
	width: 350px;	
	border-radius: 10px;
	display: inline-block;
}



.messageContenBox{
	position: relative;
}

.messageContenBox.pdLeft{
	padding-left: 50px;
}

.messageContenBox.pdRight{
	padding-right: 100px;
}


.messageContenBox .QuoteIcon{
	position: relative;
	margin: 0 0 20px 0;	
}

.messageContenBox .QuoteIcon img{
	width: 44px;
	height: 44px;
	display: inline-block;
}




.messageContenBox .message_Title{
	position: relative;	
	font-family: 'Acephimere Bold';	
	font-weight: normal;
	font-size: 24px;	
	line-height: 1.2;
	margin: 0 0 5px 0;
}


.messageContenBox .message_subTitle{
	position: relative;	
	font-family: 'Acephimere Bold';	
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2;
	color: #0C4CA2;
	margin: 0 0 30px 0;
}




@media (max-width: 991.98px) {

	
.messageSec{
	padding: 50px 0;
}


.messageSec .teamTitle{
	font-size: 20px;
	margin: 0 0 20px 0;
}


	
.messageImageBox{
	margin: 0 0 20px 0;
}	
	
.messageImageBox img{
	width: 250px;	
}


	
.messageContenBox.pdLeft{
	padding-left: 0;
}

.messageContenBox.pdRight{
	padding-right: 0;
}


.messageContenBox .QuoteIcon{
	margin: 0 0 10px 0;
}
	
.messageContenBox .QuoteIcon img{
	width: 30px;
	height: 30px;
}





.messageContenBox .message_Title{
	font-size: 18px;	
}


.messageContenBox .message_subTitle{
	font-size: 15px;
	margin: 0 0 30px 0;
}	
	
	

}





@media (max-width: 767.98px) {


.messageSec{
	padding: 50px 0;
	text-align: center;
}
	

.messageContenBox{
	text-align: center;
}
	
	

}



/*TeamSec styles*/	

.TeamSec{
	position: relative;
	padding: 100px 0 70px;
	background: #EDF1F7;
	text-align: center;
}


.TeamSec .teamMainTitle{
	position: relative;	
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 40px 0;
}

.TeamSec .teamMainTitle span{
	font-family: 'Acephimere Bold';	
	font-weight: normal;
}


.teamImageBox{
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}

.teamImageBox .teamImage{
	position: relative;
	margin: 0 0 20px 0;
}

.teamImageBox .teamImage img{
	width: 300px;
	display: inline-block;
	border-radius: 10px;
	
}

.teamImageBox .teamName{
	position: relative;
	font-family: 'Acephimere Bold';	
	font-weight: normal;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 5px 0;
}


.teamImageBox .teamJobTitle{
	position: relative;
	font-size: 18px;
	color: #333;
	line-height: 1.2;
}




/*Certification_Sec  styles*/	

.Certification_Sec{
	position: relative;
	padding: 120px 0;
}


.Certification_Sec .alSelfCenter {
  align-self: center;
}


.Certfi_Title{
	position: relative;	
	font-family: 'Acephimere Bold';
	font-weight: normal;
	line-height: 1.2;
	font-size: 36px;
	margin: 0 0 30px 0;
}


.Certfi_Title span{
	font-family: 'Acephimere Regular';
}


.Certfi_Title_Small{
	position: relative;	
	font-family: 'Acephimere Bold';
	font-weight: normal;
	font-size: 20px;
	color: #0C4CA2;
	display: inline-block;
	margin: 0 0 40px 0;
}


.Certfi_Title_Small::after{
	position: absolute;
    content: "";
    width: auto;
    height: 2px;
    background: #FFCC32;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0;
}





.Certfi_ContentBox{
	position: relative;
	padding-left: 80px;
}

.Certfi_Desc{
	position: relative;
}


.Certfi_ImageBox{
	position: relative;
}

.Certfi_ImageBox img{
	width:100%;
	border-radius: 10px;
	display: inline-block;
}



@media (max-width: 991.98px) {

	
.Certification_Sec{
	padding: 50px 0;
}


.Certfi_Title{
	font-size: 20px;
	margin: 0 0 20px 0;
}



.Certfi_Title_Small{
	font-size: 15px;
	margin: 0 0 20px 0;
}

.Certfi_Title_Small::after{
    bottom: -5px;
}

	
.Certfi_ImageBox{
	margin: 0 0 20px 0;
}	

.Certfi_ImageBox img{
	width: 250px;
}	
	
	
.Certfi_ContentBox{
	padding-left: 0;
}

	

}



@media (max-width: 767.98px) {
	
.Certification_Sec{
	text-align: center;
}

	
.Certfi_ContentBox{
	text-align: center;
}
	
	
}






/*GroupCompanySec styles*/	

.GroupCompanySec{
	position: relative;
	padding: 100px 0;
	background: #EDF1F7;
	text-align: center;
}

.GroupCompany_MainTitle{
	position: relative;	
	font-size: 36px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}

.GroupCompany_MainTitle span{
	font-family: 'Acephimere Bold';	
	font-weight: normal;
}


.GroupCompanySec .txtSmall {
  position: relative;
  max-width: 1050px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 40px;
}


.GroupCompany_Item{
	position: relative;
	margin: 0;
	border-radius: 10px;
	border: 1px solid #d5d5d5;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.GroupCompany_Title{
	position: relative;
	background: #0C4CA2;
	color: #fff;
	font-family: 'Acephimere Bold';	
	font-weight: normal;
	font-size: 22px;
	padding: 10px 20px;
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}



.GroupCompany_Image{
	position: relative;	
}

.GroupCompany_Image img{
	display: inline-block;
}





@media (max-width: 991.98px) {



.GroupCompanySec{
	padding: 50px 0 20px;
}

	
.GroupCompany_Item{
	margin: 0 0 30px 0;
}
	
.GroupCompany_MainTitle{
	font-size: 20px;
	margin: 0 0 20px 0;
	}



.GroupCompanySec .txtSmall {
  max-width: 100%;
  margin-bottom: 30px;
}




.GroupCompany_Title{
	font-size: 16px;
	padding: 10px 20px;	
}

	
	
	

}







/*ServiceListSec styles*/	


.ServiceListSec{
	position: relative;
	padding: 120px 0 90px;
}


.ServList_ContentxRow{
	position: relative;
	margin: 0 0 40px 0;
}


.ServList_ContentBox{
	position: relative;
}


.ServList_Desc{
	
}


@media (max-width: 991.98px) {
	
	
.ServiceListSec{
	padding: 50px 0 20px;
}

	

.ServList_ContentxRow{
	margin: 0 0 30px 0;
}
	
	
	
	
	
	
}




.Serv_List_BoxRow{
	position: relative;	
}



.Sev_List_ColsRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
	
}

.Sev_List_ColsRow > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
	padding-left: 10px;
}



.Sev_List_ColsRow .Sev_List_Col{
flex: 0 0 auto;
width: 20%;
}





@media (max-width: 1199.98px) {
		
.Sev_List_ColsRow .Sev_List_Col{
flex: 0 0 auto;
width: 33.33333333%;
}
	
	
}



@media (max-width: 991.98px) {
	
.Sev_List_ColsRow .Sev_List_Col{
flex: 0 0 auto;
width: 50%;
}
	
	
}


@media (max-width: 767.98px) {

.Sev_List_ColsRow .Sev_List_Col{
flex: 0 0 auto;
width: 100%;
}	

	
}


@media (max-width: 575.98px) {
	

	
}




/*Serv_Detail_Sec styles*/	

.Serv_Detail_Sec{
	position: relative;
	padding: 120px 0;
}


.Serv_Detail_Sec .alSelfCenter {
    align-self: center;
}

.Serv_dt_BoxRow{
	position: relative;
	margin: 0;
}



.Serv_dt_ImageBox{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0;
}

.Serv_dt_ImageBox:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,0);
}


.Serv_dt_ImageBox img{
	width: 100%;
}


.Serv_dt_ContentBox{
	position: relative;
}


.Serv_dt_ContentBox.pdLeft{
	padding-left: 60px;
}

.Serv_dt_ContentBox.pdRight{
	padding-right: 60px;
}


.Serv_dt_heading{
	position: relative;
	font-family: 'Acephimere Bold';
    font-style: normal;
	font-size: 36px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}


.Serv_dt_desc{
	margin: 0;
}




@media (max-width: 991.98px) {
	
.Serv_Detail_Sec{
	padding: 50px 0;
}

	
.Serv_dt_ImageBox{
	margin: 0 0 20px 0;
}	
	
.Serv_dt_ContentBox.pdLeft{
	padding-left: 0;
}

.Serv_dt_ContentBox.pdRight{
	padding-right: 0;
}
	
	
.Serv_dt_heading{
	font-size: 20px;
	margin: 0 0 15px 0;
}	
	
	

}





/*serv-single-secTwo styles*/


.serv-single-secTwo{
	position: relative;	
	padding: 80px 0 50px;
	background: #0C4CA2;
	color: #fff;
}

.Serv_cr_Box{
	position: relative;
	padding: 40px 40px 30px 40px;
	border: 1px solid #FFCC32;
	border-radius: 10px;
	margin: 0 0 30px 0;
}


.Serv_cr_Title{
	font-family: 'Acephimere Bold';
    font-style: normal;
	font-size: 26px;
	line-height: 1.3;
	margin: 0 0 20px 0;	
}


.Serv_cr_subTitle{
	font-family: 'Acephimere Bold';
    font-style: normal;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 10px 0;	
}


.Serv_cr_Desc{
	margin: 0 0 20px 0;
}



@media (max-width: 991.98px) {

	
.serv-single-secTwo{
	padding: 50px 0 20px;
}

.Serv_cr_Box{
	padding: 30px 30px 20px 30px;
	margin: 0 0 30px 0;
}


.Serv_cr_Title{
	font-size: 18px;
	margin: 0 0 15px 0;	
}


.Serv_cr_subTitle{
	font-size: 16px;
	margin: 0 0 10px 0;	
}


	

}





/*AccordionSec styles*/

.AccordionSec{
	position: relative;
	padding: 100px 0;
}

.Faq-Title{
	font-family: 'Acephimere Bold';
	font-style: normal;
	font-size: 26px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}

.BoxAccordion{
	position: relative;
	margin: 0 0 30px 0;
}



.BoxAccordion .accordion-button:not(.collapsed){
	background-color: transparent;
}


.BoxAccordion h5{
	font-family: 'Acephimere Bold';
    font-style: normal;
	
}


.BoxAccordion .accordion-button{
	color: #333;
	font-size: 20px;
	padding: 25px 0;
}


.BoxAccordion .accordion-body{
	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;
}



@media (max-width: 991.98px) {

.AccordionSec{
		padding: 50px 0 30px;
	}	
	
	
.Faq-Title{
	font-size: 18px;
	margin: 0 0 20px 0;
}
	
	
	.BoxAccordion .accordion-button{
		font-size: 16px;
		padding: 15px 0;
	}	
	


.BoxAccordion .titleSmall{
	font-size: 15px;
	margin: 0 0 10px 0;
}	


}






/*similar-ServiceSec styles*/	


.similar-ServiceSec{
	position: relative;
	padding: 100px 0;
	text-align: center;
	background: #EDF1F7;
}

.similar-Service-Title{
	font-family: 'Acephimere Bold';
    font-style: normal;
	font-size: 32px;
	line-height: 1.3;
	margin: 0 0 30px 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: 30px;
}



.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 #FFCC32;
    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: #0C4CA2;
}



.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 #FFCC32;
    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: #0C4CA2;
}

.similar-ServiceSec .owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
    padding:0;
    background: 0 0;
    color: #0C4CA2;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
}

.similar-ServiceSec .owl-theme .owl-nav [class*=owl-]:hover {
  background: 0 0;
    color: #959595;
    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: 18px;
	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;
}
		

	
		
	
}


























.SubHeading_Large{
	position: relative;	
}

.SubHeading_Large h1{
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
	font-weight: normal;
  font-size: 60px;
  line-height: 1;
  color: #fff;
margin: 0;
}



@media (max-width: 1399.98px) { 

.SubHeading_Large h1{
  font-size: 48px;
}
	
	
}

@media (max-width: 1199.98px) { 

.SubHeading_Large h1{
  font-size: 32px;
}
	
}


@media (max-width: 991.98px) { 

.SubHeading_Large h1{
  font-size: 24px;
}
	
	
}
	
@media (max-width: 767.98px) { 

.SubHeading_Large h1{
  font-size: 20px;
}
	
	
}






/*section-header styles*/	

.headingWrapper{
	position: relative;
	width: 100%;
	margin: 0 0 30px 0;
	display: -ms-flexbox ;
	display: flex ;
-ms-flex-align: center ;
  align-items: center ;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}

.sec-header{
	position:relative;
	margin: 0 0 30px 0;
	}


.sec-header h2{
	position: relative;
	font-family: 'neue_haas_grotesk_display75Bd';
	font-weight: normal;
	font-size: 44px;
	margin: 0;
	padding: 0;
	}


.sec-header .TitleBold{
	font-weight: 700;
}

.sec-header .uppercase{
	text-transform: uppercase;
}



.sec-header h5{
	position:relative;
	font-size:20px;
	font-weight:400;
	letter-spacing: -1px;
	color: #fff;
	padding:0;
	margin: 0 0 5px 0;
	}



@media (max-width: 1399.98px) {
	
.sec-header h2{
	font-size:36px;
	}	
	
	
}




@media (max-width: 991.98px) {
	
.sec-header{
	margin: 0 0 20px 0;
	}


.sec-header h2{
	font-size:22px;
	}
	
	
}








.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;
}








/*gallery-sec styles*/	

.gallery-sec{
	position: relative;
	padding: 120px 0 80px;
}


.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: 5px;
	margin: 0 0 10px 0;
}

.glr-single-row .glr-item img{
	 width: 100%;
	height: 300px;
	 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: 17px;
    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;
}
	
	
.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 h2{	
position: relative;
  font-family: 'Acephimere Bold';
  font-weight: normal;
  line-height: 1.2;
  font-size: 36px;
  margin: 0 0 20px 0;
}


.CareersSec h5{	
position: relative;
  font-family: 'Acephimere Bold';
  font-weight: normal;
  line-height: 1.2;
  font-size: 22px;
  margin: 0 0 10px 0;
}

.CareersSec .description{	
	position: relative;
    margin: 0 0 40px 0;	
}


@media (max-width: 991.98px) {

	.CareersSec{
	padding:50px 0;	
	}
	
	
	.CareersSec h2{	
    font-size: 20px;
    margin: 0 0 10px 0;	
}
	
	
.CareersSec h5{	
  font-size: 16px;
  margin: 0 0 10px 0;
}
	

.CareersSec .description{	
    margin: 0 0 30px 0;	
}
	
}



/*contact styles*/

.contact-sec{
	position:relative;
	padding:100px 0 70px;	
	}


.contact-sec h2{
	position: relative;
	font-family: 'Acephimere Bold';
	font-weight: normal;
    font-size: 48px;
    padding: 0;
    margin: 0 0 30px 0;
	}


.contact-sec h4{	
	position: relative;
	font-family: 'neue_haas_grotesk_display65Md';
    font-size: 24px;
    margin: 0 0 20px 0;	
}

.contact-sec .desc{
	margin: 0 0 30px 0;
	}




.contact-sec .contactHead{
	position: relative;
	font-family: 'Acephimere Bold';
	font-size: 18px;
	color: #0C4CA2;
	margin: 0 0 20px 0;
}





.contact-sec .contact-row{
	position: relative;
	margin: 0;
}




.contact-sec .contactBoxItem{
	position: relative;
	border: 1px solid #C5C5C5;
	padding: 30px 20px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	border-radius: 10px;
}


.contact-sec .contactBox{
	position: relative;
	margin: 0 0 20px 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: 'Acephimere Bold';
	font-weight: normal;
	font-size: 14px;	
	color: #333333;
	line-height: 1;
	margin: 0 0 5px 0;
}

.contact-sec .contactBox .txt{
	font-size: 17px;
	line-height: 1.3;
}


	.contact-sec .contactBox .icon{
	position:relative;
	width: 30px;
	flex-shrink: 0;
	padding: 0;
	line-height: 1;
	}

	.contact-sec .contactBox .icon .iconstyle{
	font-size:18px;
	color:#FFCC32;
	}



.CaptchaBox{
	display: -ms-flexbox ;
	display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.CaptchaBox .CaptchaText{
font-family: 'Acephimere Regular';
	font-weight: normal;
	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: 100px 0;
	background: #EDF1F7;
}


.contact-form{
	position: relative;
	margin: 0;
	}

.contactFormSec h2{	
	position: relative;
	font-family: 'Acephimere Bold';
	font-weight: normal;
    font-size: 32px;
    margin: 0 0 15px 0;	
}

.contactFormSec .text{	
	position: relative;
    margin: 0 0 40px 0;	
}



.contact-form .FormItem{
	margin: 0 0 20px 0;
}

.contact-form .form-group{
	margin-bottom:30px;
	}
	
.contact-form .form-control{
	font-family: 'Acephimere Regular';
  font-weight: normal;
	display: block;
  width: 100%;
	padding: 0 0 5px 0;
    font-size: 17px;
    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-family: 'Acephimere Bold';
	font-weight: normal;
 	font-size:17px;
	padding:14px 30px;
	color:#FFCC32;	
	background: #0C4CA2;
	border: 0px;
	border-radius:50px;
	line-height: 1;
	display: inline-block;
    -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: #FFCC32;
	color:#0C4CA2;
	}



.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: 17px;
	margin:0 0 5px 0;
	}

.required {
    color: #c51313;
}







@media (max-width: 991.98px) {


.contact-sec{
	padding:50px 0 20px;
	}

.contact-sec h2{
	font-size:22px;
	margin: 0 0 30px 0;
	}


.contact-sec h4{
    font-size: 16px;
    margin: 0 0 15px 0;	
}

.contact-sec .desc{
	margin: 0 0 20px 0;
	}
	
	
	
	.contact-sec .contactBoxItem{
		padding: 30px 20px;
	}	
	
.contact-sec .contactHead{
	font-size: 15px;
	margin: 0 0 15px 0;
}
	
.contact-sec .contactBox{
	margin: 0 0 20px 0;
}

.contact-sec .contactBox .title{
	font-size: 13px;
	margin: 0 0 5px 0;
}

.contact-sec .contactBox .txt{
	font-size: 15px;
}


.contact-sec .contactBox .icon{
	width: 30px;
	}

.contact-sec .contactBox .icon .iconstyle{
	font-size: 15px;		
	}	
	

.contactEnqRow{
padding: 0 0 0 30px;
}




	

.CaptchaBox .CaptchaText{
	font-size: 16px;
	padding: 8px 30px 7px;
}

.CaptchaBox .CaptchaReload .iconstyle {
	width: 40px;
	height:40px;
	font-size:16px;
	}
	


	
	
	
	
	.contactFormSec{
		padding: 50px 0 100px;
	}
	
	
	.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:10px 30px;
	font-size:15px;
	}	
	
	
.contact-form .form-select{
	font-size:	15px;
	padding: 10px 15px;
}
	

	
}


@media (max-width: 767.98px) {

.contact-sec .divider{
		border-left:0;
	}


.contactEnqRow{
padding: 0;
}

	
	
	.contactFormSec{
		padding: 50px 0;
		border-radius: 0;
	}
	
	
	
}







.contact_TimeBox{
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin: 0 0 20px 0;
}


.contact_Time_Title{
font-family: 'Acephimere Bold';
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 1;
  margin: 0 0 5px 0;
}

.contact_Time_Info{
	font-size: 17px;
	line-height: 1.3;
}

	
.contactLoc{
	position:relative;
	height:250px;
	background:#efeeec;
	}	
	
.contactLoc iframe{
	height:250px;
	}







@media (max-width: 991.98px) {



.contact_Time_Title{
  font-size: 13px;
  margin: 0 0 5px 0;
}

.contact_Time_Info{
	font-size: 15px;
}

	
	

}




.btnLocation{
	position: relative;
	display: inline-block;
	font-family: 'Acephimere Bold';
	font-weight: normal;
	font-size: 16px;
	color: #444;
	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;
}

.btnLocation:after{
	position: absolute;
	content: "";
	width: calc(100% - 22px);
	height: 1px;
	background: #FFCC32;
	bottom:-5px;
    left: 0;
    right: 0;
    margin: 0;
}



.btnLocation:hover{
	color:#0C4CA2;
	}


.btnLocation .iconstyle{
	font-size: 14px;
	color: #0C4CA2;
	margin-left: 8px;
}

.btnLocation:hover .iconstyle{
	color:#0C4CA2;
	}


@media (max-width: 991.98px) {
	
.btnLocation{
	font-size: 14px;
}
	
.btnLocation .iconstyle{
	font-size: 12px;
}	


}





/* 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; }











