



@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');










@import url(../css/animate.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/date-picker.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/jquery.mCustomScrollbar.min.css);
@import url(../css/jquery-ui.css);
@import url(../css/polyglot-language-switcher.css);
@import url(../css/slick.css);
@import url(../css/timePicker.css);
@import url(../css/jquery.bootstrap-touchspin.css);

@import url(../css/color2.css);
@import url(../css/color3.css);

@import url(../css/module-css/about-section.css);
@import url(../css/module-css/banner-section.css);
@import url(../css/module-css/blog-section.css);
@import url(../css/module-css/breadcrumb-section.css);
@import url(../css/module-css/choose-section.css);
@import url(../css/module-css/contact-page.css);
@import url(../css/module-css/fact-counter-section.css);
@import url(../css/module-css/faq-section.css);
@import url(../css/module-css/footer-section.css);
@import url(../css/module-css/gallery-section.css);
@import url(../css/module-css/header-section.css);
@import url(../css/module-css/service-section.css);
@import url(../css/module-css/team-section.css);
@import url(../css/module-css/testimonial-section.css);
@import url(../css/module-css/video-gallery-section.css);
@import url(../css/module-css/thm-form-section.css);
@import url(../css/module-css/project-section.css);
@import url(../css/module-css/features-section.css);
@import url(../css/module-css/slogan-section.css);
@import url(../css/module-css/partner-section.css);




/*==============================================
   Base Css
===============================================*/
*{
	margin:0px;
	padding:0px;
	border: none;
	outline: none;
	font-size: 100%;
}
html,
body { 
    height: 100%;
}
body {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
button:focus{
    outline: none;
}
button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #222222;
    font-weight: 700;
    font-family: 'Exo', sans-serif;
    margin: 0;
}
h3 {
    font-size: 18px; 
    line-height: 1.2em;
}
h4 {

}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}
.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.fancybox-image, 
.fancybox-spaceball {
    border-radius: 0px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}




.fix{
    position: relative;
    display: block;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}
.map-data a{
    color: #0b59d9;
	display: block;
}
.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}




i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li{
    margin: 0;
    padding: 0;    
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}



.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    font-family: 'Lato', sans-serif;
    z-index: 1;
}
.btn-one:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #038104;
    opacity: 0;
    content: "";
    border-radius: 0px;
    transform: scale(0.5) rotateX(45deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-one:hover:before{
    opacity: 1.0;
    transform: scale(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-one .txt {
    position: relative;
    z-index: 1;
}
.btn-one .txt i.right {
    position: relative;
    display: inline-block;
    line-height: 0;
    padding-left: 10px;
    font-weight: 400;
}
.btn-one .txt i.left {
    position: relative;
    display: inline-block !important;
    line-height: 0;
    padding-right: 10px;
    font-weight: 400;
}

.btn-one:hover,
.btn-one:focus{
    color: #ffffff;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}







.btn-one.active:before {
    opacity: 1;
    transform: scale(1.0) rotateX(0deg);
}
.btn-one.active {
    color: #ffffff !important;
    text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
}






.btn-two {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; 
    font-family: 'Noto Serif', serif;
}
.btn-two:after{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #171717;
    content: "";
    border-radius: 0px;
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;    
}
.btn-two:hover:after{
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.btn-two .txt {
    position: relative;
    z-index: 1;
}





.thm-social-link1 {
    position: relative;
    display: block;
}
.thm-social-link1 ul{
    position: relative;
}
.thm-social-link1 ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.thm-social-link1 ul li:last-child{
    margin-right: 0;
}
.thm-social-link1 ul li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    color: #222222;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.thm-social-link1 ul li a:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.thm-social-link1 ul li a:hover:before{
    transform: scaleX(1.0);      
}
.thm-social-link1 ul li a:hover{
    color: #ffffff;
}








.theme-shape{
    position: relative;
    display: block;
    position: relative;
}
.theme-shape.pdtop30{
    padding-top: 30px;
}
.theme-shape-box{
    position: relative;
    display: block;
}
.theme-shape-box .shap_item {
    position: relative;
    display: inline-block !important;
    margin: 0 13px;
    color: #f6f3ee;
    font-size: 60px;
}


.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 



/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span, 
.owl-theme .owl-next span {
    display: block;
}
.owl-nav-style-one{}
.owl-nav-style-one.owl-theme .owl-prev span, 
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    display: block;
    text-align: center;
}
.owl-nav-style-one .owl-controls { }
.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    text-align: center;
    z-index: 10;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border: 1px solid #cddfec;
    border-radius: 0%;
    color: #1f67b0;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] i{
    position: relative;
    top: -1px;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
	margin-left: 20px;
    transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    border-color: #171717;
    background: #171717;
}




.owl-nav-style-two{}
.owl-nav-style-two .owl-controls { }
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #ffffff;
    background: #3740b0;
}



.owl-carousel.owl-dot-style1 .owl-stage-outer {
    overflow: visible;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 40px !important;
    display: block;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot{
    position: relative;
	display: inline-block;
	width: 19px;
	height: 19px;
    border: 1px solid transparent;
    background: transparent;
	margin: 0px 7px;
	padding: 5px;
	border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    background: #dedede;
    margin: 4px !important;
    border-radius: 50%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active{
    border: 1px solid #dedede;
    background: #ffffff;
}




@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1),
        0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255,231,1,.1),
        0 0 0 20px rgba(255, 231,1, 0.3000);
    }
}

.rating-box{
    position: relative;
    display: block;
    overflow: hidden;
}
.rating-box ul{
    overflow: hidden;    
}
.rating-box ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.rating-box ul li:last-child{
    margin-right: 0;
}
.rating-box ul li a{
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;  
    background: #ffffff none repeat scroll 0 0;
    width: 100%;
    min-width: 320px;
}





.big-title-2 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    font-size: 360px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Exo', sans-serif;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 25s;
    -ms-animation: linear infinite alternate;
    -ms-animation-name: run;
    -ms-animation-duration: 25s;
    -moz-animation: linear infinite alternate;
    -moz-animation-name: run;
    -moz-animation-duration: 25s;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(239 245 251 / 1.0);
    color: transparent;
    margin-top: -123px;
    margin-bottom: -245px;
}









/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page{
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
.body_switcher {
    position: fixed;
    top: 150px;
    z-index: 9999999;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}
.body_switcher .body_switch_btn button {
    width:50px;
    height:50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
    transition: all 500ms ease;
}


.body_switcher .boxed_switch_menu {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 25px 15px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.body_switcher .boxed_switch_menu h5{
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.body_switcher.switcher-show{
    left:0;
}
.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
.body_switcher .boxed_switch_menu .switch_body .box>div {
    width:80px;
    height:50px;
    background: #fff;
    border:2px solid #999;
}
.body_switcher .boxed_switch_menu .switch_body .box>div>span {
    display: block;
    width:60px;
    height:100%;
    margin:0 auto;
    background: #fff;
    border-left:2px solid #e5e5e5;
    border-right:2px solid #e5e5e5;
}
.body_switcher .boxed_switch_menu .switch_body .box p {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}
.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #f8f8f8;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x:hidden;
}



/*=============== Color-Layout =============*/
.switcher {
    position: fixed;
    top: 220px;
    z-index: 99;
    display: none;
}
.switcher .switch_btn {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: -1;
}
.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(0, 0, 0, 0.90);
}
.switcher .switch_menu {
    position: absolute;
    width: 190px;
    height: 30px;
    background: transparent;
    display: none;
    top: 0px;
    left: 60px;
    bottom: 0;
    margin: 10px 0;
}
.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}
.switcher #styleOptions li:last-child{
    margin-right: 0;
}
.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width:100%;
    height:100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
}
.switcher #styleOptions li a.blue-color {
    background: #6377ee;
}
.switcher #styleOptions li a.pink-color {
    background: #E31C79;
}
.switcher #styleOptions li a.violet-color {
    background: #6936d8;
}
.switcher #styleOptions li a.crimson-color {
    background: #ba0913;
}
.switcher #styleOptions li a.orange-color {
    background: #FF6600;
}



/*________________Preloader_______________ */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image:url(../images/icon/preloader.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #000;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
    background-color: #fff;
}
.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}
.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #d3af37;
}





/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}
.scroll-top span {}
.scroll-top:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	z-index: -1;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover{
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}



/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error{
    border-color: red;    
}
#contact-form input[type="email"].error{
  border-color: red;    
}
#contact-form select.error {
  border-color: red;
}
#contact-form textarea.error{
  border-color: red;    
}




/* Post pagination styles */
.post-pagination{
    position: relative;
    display: block;
}
.post-pagination.martop20{
    margin-top: 20px;
}
.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}
.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.post-pagination li.active a, 
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}
.post-pagination li.active a i,
.post-pagination li:hover a i{
    color: #131313;    
}
.post-pagination.style2 li a{
    border-radius: 0;
}


.secpd100-0{
    padding: 100px 0;
}



/* Overlay styles */
.overlay-style-one{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 60, 34, 0.80);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}
.overlay-style-one .box .inner{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}





.overlay-style-two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;    
}
.overlay-style-two:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}
.overlay-style-two:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	display: block;
	opacity: 0;
	text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
	background-color: rgba(18, 18, 18, 0.90);
}


.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
    z-index: 1;
}
.overlay-style1.bg1{
    background-color: rgba(0, 0, 0, 0.70);    
}
.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);  
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);  
    z-index: 1;
}



.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}
.review-box ul {
    display: block;
    overflow: hidden;
}
.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 3px;
}
.review-box ul li:last-child{
    margin-right: 0px;    
}
.review-box ul li i {
    color: #f6d000;
    font-size: 18px;
}


.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.social-links-style1 li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.social-links-style1 li:last-child{
    margin-right: 0px;
}
.social-links-style1 li a i{
    position: relative;
    display: block;
    background: #fbfbfd;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #9a9fb8;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i{
    color: #ffffff;
}


.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}
.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}
.sociallinks-style-two li:last-child{
    margin-right: 0px;    
}
.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i{
    color: #e4b33d;
}


/* Update header Style */
@keyframes menu_sticky {
    0%   {margin-top:-90px;}
    50%  {margin-top: -74px;}
    100% {margin-top: 0;}
}




/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}
.nav-outer.style1 .mobile-nav-toggler {
    padding: 17px 0 18px;
}
.nav-outer.style2 .mobile-nav-toggler {
    padding: 10px 0;
}
.nav-outer.style5 .mobile-nav-toggler {
    padding: 35px 0;
}

.nav-outer .mobile-nav-toggler .inner{
    position: relative;
    display: block;
    padding: 3px 5px;
}
.mobile-menu{
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width:100%;
	height: 100%;
	padding-right:30px;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .menu-backdrop{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(9, 16, 32, 0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}
.mobile-menu .navbar-collapse{
	display:block !important;	
}


.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}
.mobile-menu .nav-logo a{
    position: relative;
    display: inline-block;
}

.mobile-menu-visible{
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #000000;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}
.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}


.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}
.mobile-menu .navigation li.current > a:before{
	height:100%;
}



.mobile-menu .navigation li ul li > a{
	font-size: 15px;
    font-weight: 400;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	top:6px;
	right:6px;
	width:32px;
	height:32px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	line-height:32px;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
	display: none;
}
.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}
.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 5px 10px;
}
.mobile-menu .social-links li a{
	position:relative;
	color:#ffffff;
	font-size: 20px;
	line-height:32px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}




.sec-title {
    position: relative;
    display: block;
    margin-top: -6px;
    padding-bottom: 59px;
}
.sec-title11.with_text{
    padding-bottom: 20px;    
}

.sec-title.with_text{
    padding-bottom: 63px;    
}
.sec-title .sub-title {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 9px;
}
.sec-title .sub-title .border-box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #2739a7;
}
.sec-title .sub-title h5 {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}


.sec-title .sub-title h6 {
    position: relative;
    display: inline-block;
	color:#d3af37;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}


.sec-title h2 {
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 700;

}


.sec-title.text-center .sub-title {
    justify-content: center;
}
.sec-title .text{
    position: relative;
    display: block;
    padding-top: 16px;
}
.sec-title .text p{
    margin: 0;
}



.sec-title.style2 .sub-title .border-box {
    background: #1f67b0;
}
.sec-title.style3 .sub-title h5{
    color: #888888;
}









/*** 
=============================================
    Video Gallery Area Style      
=============================================
***/
.video-gallery-area{
    position: relative;
    display: block;
    min-height: 845px;
}
.video-gallery-area .container-fullwidth {
    position: relative;
    display: block;
    width: 100%;
}
.video-gallery-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.video-gallery-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}
.video-gallery_box{
    position: relative;
    display: block;
    padding-top: 110px;
    min-height: 845px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.video-gallery_box::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    content: "";
    z-index: -1;
    opacity: 0.15;
}
.video-gallery_box .icon {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.video-gallery_box .icon a {
    position: relative;
    display: inline-block;
}
.video-gallery_box .icon a span:before{
    color: #ffffff;
    font-size: 80px;
}
.video-gallery_box h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.video-gallery_box p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.9em;
    margin: 0;
}


.video-gallery_content{
    position: relative;
    display: block;
    min-height: 845px;
    padding-top: 110px;
    z-index: 1;    
}
.video-gallery_content .shape-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}
.video-gallery_content .sec-title{
    padding: 0;
}
.video-gallery_content .sec-title .sub-title {
    justify-content: center;
}
.video-gallery_content .sec-title .sub-title .border-box{
    background: #ffffff;
}
.video-gallery_content .sec-title h2 {
    color: #ffffff;
    margin-bottom: 15px;
}
.video-gallery_content .sec-title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.video-gallery_content .graph_outer {
    position: relative;
    display: block;
    padding-top: 42px;
}



/*** 
=============================================
    Tagline Area Css
=============================================
***/
.tagline-area{
    position: relative;
    display: block;
    padding: 8px 0px 150px;
    z-index: 1;
}
.tagline-area .layer-outer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170%;
    height: 305px;
    background-position: left center;
    background-repeat: repeat-x;
    z-index: -1;
    opacity: 1.0;
}

.tagline-content{
    position: relative;
    display: block;
}
.tagline-content h2{
    color: #222222;
    font-size: 44px;
    line-height: 60px;
    font-weight: 600;
}
.tagline-content h2 span {
    color: #1f67b0;
}
.tagline-content .text {
    position: relative;
    display: block;
    margin-top: 14px;
}
.tagline-content .text p{
    font-size: 20px;
    line-height: 34px;
    margin: 0;
}
.tagline-content .tagline-button {
    position: relative;
    display: block;
    margin-top: 41px;
}



/*** 
=============================================
    Mission Vision Area Style      
=============================================
***/
.mission-vision-area{
    position: relative;
    display: block;
    padding-top: 160px;
    z-index: 1;
}
.mission-vision-area-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 55px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.mission-vision-content-box{
    position: relative;
    display: block;
    max-width: 815px;
    width: 100%;
    float: right;
    padding: 10px 35px 33px;
    z-index: 1;
}
.mission-vision-content-box .logo-box{
    position: absolute;
    top: 40px;
    right: -150px;
    font-size: 330px;
    color: #222222;
    opacity: 0.15;
    z-index: -1;
}
.mission-vision-content-box h2{
    color: #222222;
    font-size: 44px;
    line-height: 1.2em;
    font-weight: 700;
}
.mission-vision-content-box ul{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 53px;
}
.mission-vision-content-box ul li{
    position: relative;
    display: block;
    width: 50%;
    float: left;
    padding-right: 70px;
}
.mission-vision-content-box ul li .icon {
    position: relative;
    display: block;
}
.mission-vision-content-box ul li .icon span::before{
    color: #222222;
    font-size: 100px;
    line-height: 0;
}
.mission-vision-content-box ul li .title {
    position: relative;
    display: flex;
    align-items: center;
}
.mission-vision-content-box ul li .title .border-box{
    position: relative;
    display: block;
    width: 20px;
    height: 1px;
    background: #222222;
    margin-right: 10px;
}
.mission-vision-content-box ul li .title h3{
    color: #222222;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.mission-vision-content-box ul li .text{
    position: relative;
    display: block;
    margin-top: 5px;
}
.mission-vision-content-box ul li .text p{
    margin: 0;
}

.video-gallery_box_2{
    position: absolute;
    bottom: 40px;
    right: -115px;
    width: 140px;
    height: 115px;
}
.video-gallery_box_2 .icon-Outer {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 35px;
    height: 115px;
    background: #ffffff;
    opacity: 0.50;
}
.video-gallery_box_2 .inner {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 140px;
    height: 115px;
    overflow: hidden;
    padding: 30px 0;
    z-index: 2;
}
.video-gallery_box_2 .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -27px;
    bottom: 0;
    right: 27px;
    background: #ffffff;
    z-index: -1;
    -moz-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    -o-transform: skew(25deg, 0deg);
    -ms-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
}
.video-gallery_box_2 .icon a span::before {
    position: relative;
    color: #222222;
    font-size: 30px;
    line-height: 30px;
}
.video-gallery_box_2 .inner h3{
    color: #222222;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 7px 0 0;
}



/*** 
=============================================
    Brochure Area Style      
=============================================
***/
.brochure-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #2739a7;
}
.brochure-area .container-fluid{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

.brochure-content-box{
    position: relative;
    display: block;
    width: 50%;
    min-height: 850px;
    float: left;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.brochure-content-box .overlay-text{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 420px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 55px 55px 60px;
}
.brochure-content-box .overlay-text .icon {
    position: absolute;
    bottom: -25px;
    right: -30px;
}
.brochure-content-box .overlay-text h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.brochure-content-box .overlay-text p{
    margin: 0;
}
.brochure-content-box .overlay-text .readmore-button{
    position: relative;
    display: block;
    margin-top: 34px
}
.brochure-content-box .overlay-text .readmore-button a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
}
.brochure-content-box .overlay-text .readmore-button a span::before {
    position: relative;
    display: inline-block;
    top: 3px;
    font-size: 20px;
    color: #2739a7;
    padding-right: 10px;
}


.info-content-box{
    position: relative;
    display: block;
    width: 50%;
    min-height: 850px;
    float: left;
    padding: 110px 15px 110px;    
}
.info-content-box-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}
.info-content-box .inner-content{
    position: relative;
    display: block;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.info-content-box .sec-title.style2{
    padding: 0;
}
.info-content-box .sec-title.style2 .sub-title .border-box {
    background: #ffffff;
}
.info-content-box .sec-title .sub-title h5 {
    color: #ffffff;
}
.info-content-box .sec-title h2 {
    color: #ffffff;
}
.info-content-box .sec-title .text p {
    color: #c5c9e6;
}


.info-content-box .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 43px;
    padding-bottom: 73px;
}
.info-content-box .inner-content ul li {
    position: relative;
    display: block;
    max-width: 33.333333%;
    width: 100%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    text-align: center;
}
.info-content-box .inner-content ul li:last-child{
    border-right: none;
}
.info-content-box .inner-content ul li .icon{
    position: relative;
    display: block;
}
.info-content-box .inner-content ul li .icon span::before{
    color: #ffffff;
    font-size: 130px;
}
.info-content-box .inner-content ul li .text{
    position: relative;
    display: block;
    top: -15px;
}
.info-content-box .inner-content ul li .text p{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}


.info-content-box .inner-content .bottom-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 67px;
}
.info-content-box .inner-content .bottom-box .left{
    position: relative;
    display: inline-block;
}
.info-content-box .inner-content .bottom-box .left h3{
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
.info-content-box .inner-content .bottom-box .right{
    position: relative;
    display: block;
}
.info-content-box .inner-content .bottom-box .right a{
    line-height: 65px;
    padding-left: 30px;
    padding-right: 30px;
}



/*** 
=============================================
    Locations Area Style      
=============================================
***/
.locations-area{
    position: relative;
    display: block;
    overflow: hidden;
}
.locations-area .container-fluid{
    padding: 0;
}
.locations-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.locations-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.home-map-outer-2 .map-canvas {
    position: relative;
    width: 100%;
    height: 530px;
}


.locations-content-box{
    position: relative;
    display: block;
    width: 100%;
    min-height: 530px;
    background: #222222;
    padding-top: 104px;
}
.locations-content-box .outer_box{
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    margin-left: 140px;
}

.locations-content-box .sec-title {
    padding-bottom: 44px;
    margin: 0;
}
.locations-content-box .sec-title h2 {
    color: #ffffff;
}

.locations-content-box .inner-content{
    position: relative;
    display: block;
    max-width: 420px;
    width: 100%;
}
.locations-content-box .inner-content .single-box{
    position: relative;
    display: block;
}
.locations-content-box .inner-content .single-box h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.locations-content-box .inner-content .single-box h3 span::before{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding-right: 2px;
    top: -1px;
}
.locations-content-box .inner-content .single-box h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 20px 0 0;
    font-family: 'Lato', sans-serif;
}
.locations-content-box .inner-content .single-box h4 a{
    color: #ffffff;    
}
.locations-content-box .inner-content .single-box ul{
    position: relative;
    display: block;
    padding-top: 10px;
}
.locations-content-box .inner-content .single-box ul li{
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}
.locations-content-box .inner-content .single-box ul li a{
    color: #ffffff;    
}
.locations-content-box .inner-content .single-box ul li span{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    color: #ffffff;      
}


.locations-Carousel .owl-dots {
    position: absolute;
    top: -90px;
    right: -200px;
    bottom: 0;
}
.locations-Carousel .owl-dots::before {
    position: absolute;
    top: 210px;
    right: 5px;
    bottom: 0;
    width: 1px;
    background: #222222;
    content: "";
    z-index: 1;
}
.locations-Carousel .owl-dots .owl-dot{
    position: relative;
	display: block;
	width: 11px;
	height: 11px;
    border: 1px solid #555555;
    background: transparent;
	margin: 40px 0px;
	border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}
.locations-Carousel .owl-dots .owl-dot::before{
    content: "";
    position: absolute;
    top: 20px;
    left: 4px;
    width: 1px;
    height: 20px;
    background: #555555;
}
.locations-Carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    background: transparent;
    border-radius: 0%;
	transition: all 100ms linear;
    transition-delay: 0.1s;
}



/*** 
=============================================
    Mission Vision Style2 Area Style      
=============================================
***/
.mission-vision-style2-area{
    position: relative;
    display: block;
}
.mission-vision-style2-area .container-fluid{
    padding: 0;
}
.mission-vision-style2-area .row {
    margin-left: 0px;
    margin-right: 0px;
}
.mission-vision-style2-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}
.mission-vision-style2_single_box{
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 85px;
}  
.mission-vision-style2_single_box_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;

    transform-style: preserve-3d;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box_bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.75;
}
.mission-vision-style2_single_box:hover .mission-vision-style2_single_box_bg{
    transform: perspective(400px) scaleY(1.0);   
}


.mission-vision-style2_single_box .icon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 170px;
    height: 170px;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}
.mission-vision-style2_single_box .icon::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px solid #e7e9f2;
    border-radius: 50%;
    z-index: -1;
}

.mission-vision-style2_single_box .icon span::before{
    position: relative;
    display: block;
    color: #222222;
    font-size: 100px;
    line-height: 170px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;    
}
.mission-vision-style2_single_box .icon span.size2::before{
    font-size: 130px;    
}
.mission-vision-style2_single_box:hover .icon span::before{
    color: #d3af37;
}

.mission-vision-style2_single_box .inner_box{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 100px 50px 25px;
}
.mission-vision-style2_single_box .inner_box.bg2{
    background: #e3e6f2;
}
.mission-vision-style2_single_box .inner_box .text{
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mission-vision-style2_single_box .inner_box .text h3{
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 17px;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box:hover .inner_box .text h3{
    color: #ffffff;
}
.mission-vision-style2_single_box .inner_box .text p{
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.mission-vision-style2_single_box:hover .inner_box .text p{
    color: #ffffff;
}

.mission-vision-style2_single_box .inner_box .text .button_box{
    position: relative;
    display: block;
    padding-top: 42px;
}
.mission-vision-style2_single_box .inner_box .text .button_box a{
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    background: #ffffff;
    color: #222222;
    font-size: 18px;
    line-height: 40px;
}



/*** 
=============================================
    Expertise Info Area Style      
=============================================
***/
.expertise-info-area{
    position: relative;
    display: block;
    background: #2739a7;
}
.expertise-info-area .layer_outer{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    opacity: 0.20;
}
.expertise-info-area .container-fullwidth{
    position: relative;
    display: block;
    width: 100%;
    min-height: 695px;
}
.expertise-info_box{
    position: relative;
    display: block;
    width: 55%;
    float: left;  
}


.progress-levels{
	position:relative;
    display: block;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding: 110px 15px 110px;
}
.progress-levels .sec-title.with_text{
    padding-bottom: 50px;
}
.progress-levels .sec-title .sub-title .border-box {
    background: #ffffff;
}
.progress-levels .sec-title h2 {
    color: #ffffff;
}
.progress-levels .sec-title .text p {
    color: #c5c9e6;
}

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 27px;
}
.progress-levels .progress-box.last-child{
    margin-bottom: 0;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}
.progress-levels .progress-box .inner .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 14px;
    text-transform: capitalize;
    font-family: 'Exo', sans-serif;
}
.progress-levels .progress-box .inner .text span{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.progress-levels .progress-box .bar{
	 position: relative;
	 display: block;
}
.progress-levels .progress-box .bar .bar-innner{
	position: relative;
	width: 100%;
    height: 5px;	
	background: rgba(255, 255, 255, 0.20);
    border-radius: 0px;
}

.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	top: 0%;
	left: 0px;
    bottom: 0%;
	width: 0px;
	height: 5px;
    border-radius: 0px;
	transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .bar .bar-fill::before{
    position: absolute;
    top: -10px;
    right: 0;
    width: 2px;
    height: 10px;
    content: "";
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -39px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}
.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    font-family: 'Lato', sans-serif;
}
.progress-levels .progress-box .inner .percent {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    float: none;
    margin-left: -2px;
}


.video-gallery_box_6 {
    position: absolute;
    top: -15px;
    right: 0;
    bottom: -15px;
    width: 45%;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.video-gallery_box_6 .video-gallery{
    position: relative;
    width: 140px;
    height: 115px;
}
.video-gallery_box_6 .video-gallery .icon-Outer {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 140px;
    height: 115px;  
    background-image: url(../images/shape/video-gallery_box_6_shape.png);  
}
.video-gallery_box_6 .video-gallery .inner {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 140px;
    height: 115px;
    overflow: hidden;
    padding: 30px 0;
    z-index: 2;
}
.video-gallery_box_6 .video-gallery .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -27px;
    bottom: 0;
    right: 27px;
    z-index: -1;
    -moz-transform: skew(25deg, 0deg);
    -webkit-transform: skew(25deg, 0deg);
    -o-transform: skew(25deg, 0deg);
    -ms-transform: skew(25deg, 0deg);
    transform: skew(25deg, 0deg);
}
.video-gallery_box_6 .video-gallery .icon a span::before {
    position: relative;
    left: -15px;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
}
.video-gallery_box_6 .video-gallery .inner h3{
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 7px 0 0;
}



/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area{
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 148px 0 150px;
}
.error-content{
    position: relative;
    display: block;
    z-index: 3;
}
.error-content h4{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.error-content .title {
    position: relative;
    display: block;
    font-size: 180px;
    line-height: 150px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 17px 0 18px;
}
.error-content p{
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}
.error-content .btns-box {}
.error-content .btns-box a {
    line-height: 60px;
    padding-left: 40px;
    padding-right: 40px;
}

.navigation li a i {
    margin-right: 6px;
    display: inline-block;
}


/* Make sticky header right side one horizontal row */
.sticky-header .sticky-right{
  display:flex;
  align-items:center;
  gap:0px;           /* space between menu and contact */
}

/* Contact link look/spacing like other menu items */
.sticky-header .sticky-contact{
  display:inline-flex;
  align-items:center;
  font-weight:600;   
  font-size:16px;
  color:#111;
  text-decoration:none;
}
.sticky-header .sticky-contact i{ margin-right:6px; }

/* Optional: keep it clean on small screens */
@media (max-width: 991px){
  .sticky-header .sticky-contact{ display:none; }
}
@media (min-width: 992px){
    .navigation .mobile-only {
        display: none !important;
    }
}


.project-style3-area .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



/* Hero banner behind menu */
.contact-hero-banner {
margin-top:-20px;
    width: 100%;
    height: 350px;         /* visible area */
    background: url('../../assets/images/breadcrumb/breadcrumb-6.jpg') center center / cover no-repeat;
    position: relative;
    z-index: 1;
}



.consulting-hero-banner {
margin-top:-20px;
    width: 100%;
    height: 350px;         /* visible area */
    background: url('../../assets/images/resources/consultingheader.jpg') center center / cover no-repeat;
    position: relative;
    z-index: 1;
}


.consulting1-hero-banner {
margin-top:-20px;
    width: 100%;
    height: 350px;         /* visible area */
    background: url('../../assets/images/resources/prodcut-service-header.jpg') center center / cover no-repeat;
    position: relative;
    z-index: 1;
}


.consulting2-hero-banner {
margin-top:-20px;
    width: 100%;
    height: 350px;         /* visible area */
    background: url('../../assets/images/resources/program-projectmanagement-header.jpg') center center / cover no-repeat;
    position: relative;
    z-index: 1;
}


.consulting3-hero-banner {
margin-top:-20px;
    width: 100%;
    height: 350px;         /* visible area */
    background: url('../../assets/images/resources/building-capability-competency.jpg') center center / cover no-repeat;
    position: relative;
    z-index: 1;
}



.consulting4-hero-banner {
margin-top:-20px;
    width: 100%;
    height: 350px;         /* visible area */
    background: url('../../assets/images/resources/valueheader.jpg') center center / cover no-repeat;
    position: relative;
    z-index: 1;
}


.consulting5-hero-banner {
margin-top:-20px;
    width: 100%;
    height: 350px;         /* visible area */
    background: url('../../assets/images/resources/statergicheader.jpg') center center / cover no-repeat;
    position: relative;
    z-index: 1;
}

.consulting6-hero-banner {
margin-top:-20px;
    width: 100%;
    height: 350px;         /* visible area */
    background: url('../../assets/images/resources/talentheader.jpg') center center / cover no-repeat;
    position: relative;
    z-index: 1;
}






.contact-info-box{
    margin-top: 15px;
}

.contact-info-box .info-item{
    background: #f9f9f9;
    border: 1px solid #e8e8e8;
    padding: 12px 18px;
    margin-bottom: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

.contact-info-box .info-item i{
    font-size: 20px;
    color: #038104; /* You can change to theme color */
}

.contact-info-box .info-item a{
    color: inherit;
    text-decoration: none;
}


/* Hero banner behind menu */
.contact-hero-banner1 {
margin-top:-20px;
    width: 100%;
    height: 650px;         /* visible area */

    position: relative;
    z-index: 1;
}

.g-recaptcha { transform-origin: 0 0; }
@media (max-width: 400px) {
  .g-recaptcha { transform: scale(0.90); }
}


.single_box1 .icon .inner i {
    font-size: 42px;   /* increase icon size */
    line-height: 1;
    display: inline-block;
}

/* Submenu link: forced hover look */
.main-header .main-menu .navigation > li.dropdown > ul > li > a.force-hover,
.main-header .main-menu .navigation > li.dropdown > ul > li > a.force-hover:focus {
  color: var(--thm-base, #0d6efd);
  background: rgba(13,110,253,0.08);
  font-weight: 600; /* optional: match your hover weight if any */
}


.program-wrap{
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 16px;
}

/* INDIA map background */


.solution-box{
  margin-top: 18px;
  padding: 22px;
  border-left: 4px solid #038104;
  background: #f7fff7;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.7;
  color: #1c1c1c;
}

@media (max-width: 640px){
 
  .solution-box{
    font-size: 16px;
  }
}
.experience-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    background: #f7fff7;
    padding: 0px 35px;
    border-left: 4px solid #038104;
    border-radius: 10px;
}

.experience-text h2{
    font-size: 22px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
    color: #1c1c1c;
}

/* Highlight styling */
.highlight{
    background: #f1e6c1;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Image section */
.experience-image img{
    width: 300px;
    height: auto;
    object-fit: contain;
}

/* Mobile responsive */
@media (max-width: 768px){
    .experience-section{
        flex-direction: column;
        text-align: center;
    }
    .experience-image img{
        width: 180px;
        margin-top: 10px;
    }
}


.key-strategies {
  padding: 0px 0 50px 0px;
  margin-top: 0px;
}

.key-strategies .section-title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}

/* Optional underline highlight under the title */
.key-strategies .section-title:after {
  content: "";
  width: 80px;
  height: 3px;
  background: #038104;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.features-row {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.feature-box {
  background: #ffffff;
  border-radius: 4px;
  width: 23%;
  padding: 30px 22px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
  background: #FBF8EE; /*  requested hover bg color */
}

.feature-box .icon {
  font-size: 40px;
  color: #038104;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a254a;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

/*  Responsive support */
@media(max-width: 991px) {
  .features-row { flex-wrap: wrap; }
  .feature-box { width: 48%; }
}
@media(max-width: 600px) {
  .feature-box { width: 100%; }
}

.case-study{
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 0 16px;
}

/* CASE BADGE */
.cs-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #038104;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: .3px;
  text-transform: uppercase;
  box-shadow: 0 3px 12px rgba(3,129,4,0.25);
}

.cs-badge i{
  font-size: 16px;
}

/* HEADING */
.cs-head{ margin-bottom: 18px; }
.case-study h2{ margin: 10px 0 6px; font-size: 26px; line-height: 1.35; }
.cs-sub{ margin: 0; color: #555; }

/* GRID */
.cs-wrap{
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 22px;
  align-items: start;
}

/* BASE CARD */
.cs-card{
  background: #fff;
  border: 1px solid #eef1ee;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,.03);
}

/* WEAKNESS CARD (RED ACCENT) */
.cs-card--warn{
  border-left: 4px solid #d9534f;
}
.cs-card--warn h3{ color: #b52b27; }
.cs-card--warn i{ color: #d9534f; }

/* SOLUTION CARD (GREEN STRONG ACCENT) */
.cs-card--solution{
  position: relative;
  border-left: 6px solid #038104;
  background: linear-gradient(180deg,#f7fff7 0%, #ffffff 60%);
  box-shadow: 0 8px 24px rgba(3,129,4,0.08);
}
.cs-card--solution::after{
  content:"Solution";
  position: absolute; top: 12px; right: 14px;
  background:#038104; color:#fff; font-size:11px; font-weight:700;
  padding:4px 8px; border-radius:999px; letter-spacing:.3px;
}

/* LIST STYLES */
.cs-list{ margin:0; padding-left:18px; line-height:1.7; color:#222; }
.cs-list--checks{ list-style:none; padding-left:0; }
.cs-list--checks li{
  position:relative; padding-left:28px; margin:8px 0;
}
.cs-list--checks li::before{
  content:"\f00c";
  font-family:"Font Awesome 6 Free"; font-weight:900;
  position:absolute; left:0; top:2px; width:20px; text-align:center;
  color:#038104;
}

/* PILL HIGHLIGHTS */
.cs-pill{
  background:#e8ffe8;
  color:#0a7c0a;
  font-weight:700;
  padding:2px 6px;
  border-radius:6px;
}

/* IMPACT BLOCK */
.cs-impact{
  background:#f7fff7;
  border:1px solid #e5f2e5;
  border-radius:12px;
  padding:16px 18px;
}
.cs-impact h3{
  margin:0 0 6px;
  font-size:18px;
  display:flex;
  align-items:center;
  gap:10px;
}
.cs-impact p{ margin:0; line-height:1.7; }

/* IMAGE BOX WITH METRICS */
.cs-right{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  background:#f4f7f4;
}
.cs-right img{
  width:100%;
  height:100%;
  object-fit:cover;
}
/* Floating metric boxes */
.cs-metrics{
  position:absolute;
  right:8px;
  bottom:8px;
  display:flex;
  gap:8px;
}
.cs-metric{
  background:rgba(255,255,255,.92);
  border:1px solid #eaeaea;
  border-radius:10px;
  padding:8px 10px;
  text-align:center;
  min-width:92px;
  box-shadow:0 2px 10px rgba(0,0,0,.05);
}
.cs-metric span{
  display:block;
  font-weight:800;
  font-size:16px;
}
.cs-metric label{
  font-size:11px;
  color:#555;
}

/* RESPONSIVE */
@media (max-width: 980px){
  .cs-wrap{
    grid-template-columns:1fr;
  }
  .cs-right{ order:2; margin-top:14px; }
  .cs-left{ order:1; }
  .case-study h2{ font-size:22px; }
}
.closing-banner{
  margin-top:0px;


  padding:26px;
  text-align:center;

  font-size:20px;
  line-height:1.6;
  color:#1a1a1a;
  font-weight:500;
}


.hed-features {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 10px;
}

.hed-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px; /* tighten or increase space between icon + text */
}

.hed-feature-item i {
    font-size: 40px;
    color: #c9a736; /* your gold */
    line-height: 1;
    margin-top: 4px; /* aligns icon with heading */
}

.hed-feature-text h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.hed-feature-text p {
    margin: 2px 0 0;
    font-size: 15px;
    line-height: 1.5;
}


.benefit-thin-grid{
  max-width: 1100px;
  margin: 0px auto 0;
  padding: 0 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

/* ultra slim, elegant card */
.benefit-thin{
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  padding: 22px 20px;
  text-align: left;
  background: #fff;
  transition: .25s ease;
}

/* hover: just slightly lifts, very classy */
.benefit-thin:hover{
  border-color: #038104;

  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}

/* icon style: small and elegant */
.benefit-thin-icon{
  font-size: 22px;
  color: #038104;
  margin-bottom: 10px;
  display: inline-block;
}

.benefit-thin h4{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.benefit-thin p{
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #444;
}

@media(max-width: 820px){
  .benefit-thin-grid{
    grid-template-columns: 1fr;
  }
}
.section-heading{
  display: flex;
  align-items: center;   /* keep vertical center */
  gap: 12px;
}

/* rock-solid circle that never stretches */
.section-heading .num-circle{
  /* never let flex stretch it */
  flex: 0 0 auto;
  /* responsive but fixed shape */
  width: clamp(36px, 2.8vw + 24px, 52px);
  aspect-ratio: 1 / 1;          /* <- stops stretching */
  border-radius: 50%;
  background: #038104;
  color: #fff;

  /* perfect centering */
  display: grid;
  place-items: center;

  /* text size scales a bit, but stays centered */
  font-weight: 700;
  font-size: clamp(14px, 1.2vw + 10px, 22px);
  line-height: 1;

  /* optional: tiny depth to look premium */
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.hed-startup-support{
  max-width: 1100px;
  margin: 0px auto;
  padding: 0 16px;
  color: #222;
}

.hed-intro, .hed-outro{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 26px;
  text-align: center;            /* center everything */
}

/* Force 3 in a row */
.hed-cards{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 26px;
}

@media(max-width: 768px){
  .hed-cards{
    grid-template-columns: 1fr;
  }
}

.hed-card{
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 10px 18px;
  background: #fff;
  transition: .25s ease;
  text-align: center;            /* center everything */
}

.hed-card:hover{
  border-color: #038104;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}

/* icon on top */
.hed-icon{
  font-size: 32px;               /* bigger top icon */
  color: #038104;
  margin-bottom: 10px;
}

.hed-card p{
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}
.hed-white-box{
    background:#ffffff;
    border-radius:8px;
    padding:25px 30px;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
    border:1px solid #f1f1f1;
    max-width:900px;
    margin:0 auto 30px auto;
}

.hed-white-box p{
    font-size:16px;
    line-height:1.7;
    font-weight:400;
    color:#333;
    margin:0;
}

.hed-points-wrapper {
    margin-top: 25px;
}

.hed-point-box {
    border: 1px solid #dcdcdc;
    background: #fafafa;
    padding: 14px 18px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.6;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.hed-point-box p {
    margin: 0;
}
