@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&family=Work+Sans:ital,wght@0,100..900;1,100..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?v=2.0);
@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%;
}
html {
  scroll-behavior: smooth;
}
 
section,
[id] {
  scroll-margin-top: 120px; /* adjust: 100px or 150px */
}
 
 
body {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Poppins", 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: 55px;
    font-weight: 500;
    letter-spacing: 1px;
    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: "Poppins", sans-serif;
    z-index: 1;
}

.service-style4-area .btn-one {
    background: #323232;
}

.btn-one:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #0c1529;
    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-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;
    display: none;
}

.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: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
    background-color: #192a96;
}

.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: #f7931d;
}

/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 45px;
    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: 10px;
}

.social-links-style1 li:last-child {
    margin-right: 0px;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    background: #fbfbfd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #9a9fb8;
    font-size: 21px;
    font-weight: 400;
    line-height: 44px;
    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-title.with_text {
    padding-bottom: 45px;
}

.sec-title .sub-title {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.sec-title .sub-title .border-box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #f7931d;
}

.sec-title .sub-title h5 {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.sec-title h2 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: capitalize;
}

.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.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: "Poppins", 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: "Poppins", 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: 62px 70px 68px;
    z-index: 1;
}

.mission-vision-content-box .logo-box {
    position: absolute;
    top: 40px;
    right: -60px;
    font-size: 330px;
    color: #222222;
    opacity: 0.05;
    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: 73px;
}

.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: #f7931d;
}

.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: "Poppins", sans-serif;
}

.brochure-content-box .overlay-text .readmore-button a span::before {
    position: relative;
    display: inline-block;
    top: 3px;
    font-size: 20px;
    color: #f7931d;
    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: "Poppins", 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: #f7931d;
}

.mission-vision-style2_single_box .inner_box {
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 144px 50px 70px;
}

.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: #f5f5f5;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.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: 650px;
}

.expertise-info_box {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.progress-levels ul li {
    color: #000;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.progress-levels ul li i {
    padding-right: 10px;
}

.progress-levels {
    position: relative;
    display: block;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 15px 70px;
}

.progress-levels .sec-title.with_text {
    padding-bottom: 50px;
}

.progress-levels .sec-title .sub-title .border-box {
    background: #ec7d1b;
}

.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: "Poppins", 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: "Poppins", 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: 0px;
    right: 0;
    bottom: 0px;
    width: 100%;
    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(https://www.failtd.com/assets/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;
}


/*------home---------*/
.about-style4-image-box .inner img {
    width: 115px;
    margin: 0 auto;
    display: block;
    padding: 10px;
}

.about-style4-area .inner-content .text a {
    color: #ec7d1b;
    border-bottom: 2px solid #f5a660;
    padding-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    transition: all 0.3s linear;
}

.about-style4-area .inner-content .text a:hover {
    color: #000;
    border-bottom: 2px solid #000;
    transition: all 0.3s linear;
}

.about-sec .about-style4-content-box {
    margin-top: 15%;
}

.blog-style4-area .layer-outer {
    padding: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    width: 100%;
    /* background-attachment: fixed; */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
}

.blog-style4-area {
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 150px 0 150px !important;
}


/*------timeline------*/

/*TIMELINE*/
.blg_card {
    margin: 0 auto;
}

.tl {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.tl::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #000;
    top: 25px;
    bottom: 76px;
    left: 50%;
    margin-left: -3px;
}

.tl-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.tl-container::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: #fff;
    border: 4px solid #ff9f55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.tl-left {
    left: 0;
}

.tl-right {
    left: 50%;
}

.tl-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #f9f6f6;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f9f6f6;
}

.tl-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #f9f6f6;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f9f6f6 transparent transparent;
}

.tl-right::after {
    left: -12px;
}

.tl-content {
    padding: 20px 30px;
    background-color: #f9f6f6;
    position: relative;
    border-radius: 6px;
}

.tl-content h2 {
    font-weight: 600;
    color: #ec7d1b;
    font-size: 24px;
}

.tl-content p {
    margin-bottom: 0;
}

.Milestones {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
}

.graph {
    border-top: 1px solid #dfdfdf;
    padding-top: 60px;
    padding-bottom: 45px;
}

.graph img {
    width: 75%;
    margin: 0 auto;
    opacity: 0.8;
}

.graph .sec-title {
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.features-style1_title h2 {
    font-weight: 500;
    font-size: 32px;
    width: 85%;
    line-height: 1.3;
    text-transform: inherit;
}

.managements.features-style1-area.about-page2 .sec-title {
    width: 100%;
    max-width: 100%;
}

.service-style3-area.service-page3 .row {
    width: 90%;
    margin: 0 auto;
}

.service-style3-area.service-page3 .sec-title {
    padding-bottom: 40px;
}

.faq-page-area .about-style4-image-box ul li {
    width: 100%;
}

.faq-page-area .about-style4-image-box {
    margin-left: 0;
    margin-right: 0;
}

.service-style3-area.service-page3 .Certified .row {
    width: 100%;
}

.Certified .inner {
    border: unset;
    padding: 15px;
}

.service-style4-area.service-page1.Infrastructure1 {
    padding-bottom: 35px;
}

.Infrastructure1 .single-service-style4 .img-holder .inner img {
    height: 100%;
}

.products-parts .img-holder .inner img {
    border: 1px solid #e4e4e4;
    border-bottom: transparent;
    padding: 20px;
}

.products-parts .single-service-style3 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 15px 30px 15px;
}

.products-parts .single-service-style3 .text-holder h2 {
    margin-bottom: 0;
}

.exhibitions.Infrastructure1 .single-service-style4 .img-holder .inner img {
    height: auto;
}

.clients-logo .img-holder .inner::before {
    background: transparent;
}

.clients-logo .text-holder {
    padding: 10px;
}

.clients-logo .sec-title {
    width: 100%;
    padding-left: 10px;
}

.clients-logo.service-style3-area.service-page3 {
    padding: 70px 0 70px;
}

.clients-logo.service-style3-area.service-page3 .row {
    width: 100%;
}

.global ul {
    display: flex;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.global ul li {
    display: inline-flex;
    padding: 15px;
    font-weight: 500;
    font-size: 18px;
    background: #f5f5f5;
}

.contact-map {
    padding: 0;
    position: initial;
}

.contact-style1_form .sec-title {
    padding-bottom: 15px;
}

.footer-bottom_right_box_style4 .social-links-style2 li a i:hover {
    background: #656565;
}

.contact-style1_map ul li {
    margin-bottom: 30px;
    color: #000;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.contact-style1_map ul li i {
    border: 1px solid #ec7d1b;
    color: #ec7d1b;
    /* padding: 11px; */
    border-radius: 30px;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2.1;
    margin-right: 10px;
}

.contact-style1_map ul li a {
    color: #000;
}

.contact-bg {
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    padding: 45px;
}

.investor .title h2 {
    font-size: 35px;
}

.directors-table.service-style3-area.service-page3 .row {
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}

.directors-table h2 {
    font-size: 27px;
    color: #ec7d1b;
}

.directors-table.service-style3-area.service-page3 .sec-title {
    width: 100%;
    padding-bottom: 25px;
}

.directors-table.service-style3-area.service-page3 .table-responsive {
    background: #f9f9f9;
    border-top: transparent;
}

.directors-table.service-style3-area.service-page3 .table-responsive th {
    border-top: transparent;
    font-weight: 600;
}

.directors-table.service-style3-area.service-page3 {
    padding: 65px 0 20px;
}

.director-profile .expertise-info_box {
    float: none;
}

.director-profile .progress-levels {
    padding: 40px 30px 40px;
}

.director-profile .progress-levels .sec-title.with_text {
    padding-bottom: 0;
}

.directors-table tr td i {
    font-size: 20px;
    color: #ec7d1b;
}

.director-profile .progress-levels ul li:last-child {
    margin-bottom: 0;
}

.director-profile .progress-levels ul li b {
    font-weight: 500;
    color: #ec7d1b;
}

.contact-page.Enquiry form input {
    width: 98%;
}

.contact-page.Enquiry form textarea {
    width: 99%;
}

.contact-page.Enquiry form .button-box button {
    width: auto;
}

.service-style3-area.service-page3 {
    position: relative;
    display: block;
    background: #fff;
    padding: 60px 0 40px;
}

.team-style3-area h6 {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #6d6d6d;
}

.service-page3 .clients-logo-d .single-service-style3 .text-holder {
    border: transparent;
}

.awards .single-service-style4 .text-holder h3 {
    font-size: 15px;
}

.clients-logo.csr-activity {
    background: #fff;
    padding: 50px 0 45px !important;
}

.points-infra ul li {
    list-style-type: disc;
}

table,
th,
td {
    border: 1px solid #808080;
    border-collapse: collapse;
}

.product-details-table table {
    width: 100%;
    margin-top: 1rem;
}

.product-details-table table,
tbody,
tr,
th {
    text-align: center;
    color: #ec7d1b;
}

.product-details-table table,
th,
td {
    text-align: center;
    color: #686868;
  
}
.main-menu .navigation> li> ul, .main-menu .navigation> li> .megamenu {
    position: absolute;
    top: 100%;
    left: inherit;
    width: 250px;
    padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}
.services-page-link ul li a {
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 0 30px;
    color: #222222;
    font-size: 15px;
    line-height: 60px;
    font-weight: 600;
    font-family: 'Exo', sans-serif;
    z-index: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

/* .spec-block{
        padding: 1rem;

      }
      .gasket-block {
        padding: 1rem;
  
      } */
.spec-block h2 {
    font-size: 20px;
    color: #e85222;
    font-weight: 400;
    background-color: #f5f5f5;
    padding: 1rem;
    /* text-transform: capitalize; */
}

.gasket-block h2 {
    font-size: 22px;
    color: #e85222;
    font-weight: 500;
    background-color: #f5f5f5;
    padding: 1rem;
    /* text-transform: capitalize; */
}

.certi-logo {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    /* padding: 1rem; */
}

.certi-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


.certi-border {
    border: 2px solid #eee;
    transition: 0.3s ease;
}

.certi-border img {
    width: 100%;
}

.certi-border:hover {
    /* border-color: #007bff; */
    transform: translateY(-5px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}

.single-service-style4:hover .img-holder .inner img {
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.table-about-sec .table .thead-light th {
    color: #ffffff;
    background-color: #ec7d1b;
    border-color: #ffffff;
}

.table-about-sec .table-bordered td,
.table-bordered th {
    border: 1px solid #ec7d1b;
    text-align: start;
}

.table-about-sec {
    max-width: 100% !important;
    padding: 0px 40px !important;
}

.table-about-sec-sub-heading p {
    color: #222222;
    font-size: 20px;
    line-height: 30px;
}

/* sustan css */
.rotate-img {
    display: block;
    max-width: 100%;
    height: auto;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.sustan-one {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sustan-main-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sustan-main-heading h2 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 2rem;
    color: #ec7d1b;
}

.sustan-main-heading h6 {
   color: #000;
    font-weight: 500;
    font-size: 18px;
    /* background: #0000000a; */
    line-height: 1.5;
}

.section-three .sustan-main-heading h2 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 2rem;
    color: #fff;
}

.section-three .sustan-main-heading p {

    color: #fff;
}

.section-three .sustan-main-heading h6 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;

    line-height: 1.5;
}

.section-three .sustan-main-content-center {
    margin-bottom: 80px;
}


.section-three .sustan-main-content-center {
    margin-bottom: 80px;
}
.sustan-main-content-center-sec-3 {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

#section2 {
    background: url(../images/sustan/sec-3.1bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}

#section3 {
    background: url(../images/sustan/sec-3.2bg.jpg);

    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}

#section4 {
    background: url(../images/sustan/sec-3.3bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}
.section-five{
    padding-top: 100px;
    padding-bottom: 100px;
  }
.section-five .nav-pills .nav-link.active {
    color: #fff;
    background-color: #ec7d1b;
}
.nav-pills .nav-link {
    border-radius: 0;
    border: 1px solid gainsboro;
    margin-bottom: 10px;
    color: #ec7d1b;
}

  .tab-content {
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    height: 100%;
  }



  .section-five .sustan-main-heading h2 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 2rem;
    color: #ec7d1b;
}

.section-five .sustan-main-heading p {

    color: #000000;
}
.sustan-two{
background-image: url('../images/sustan/sustan-two-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-bottom: 50px;
}

.sustan-two-space{
    padding-left: 2rem;
    padding-right: 2rem;
}

.ecm-card:hover {
    background: #038243;
    border-color: #038243;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #fff;
    
}
.ecm-card:hover .sub-heading{
   
    color: #fff;
    
}

.ecm-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    transition: transform 0.3s ease;
    height: 360px;
  }

  .ecm-card:hover {
    transform: translateY(-5px);
  }

  .ecm-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #8fb506;
    color: #fff;
    padding: 8px 16px;
    font-weight: bold;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    font-size: 0.95rem;
  }

  .sustan-two .sub-heading {
    font-weight: 500;
    color: #ec7d1b;
    font-size: 18px;
    margin-top: 25px;
    text-transform: uppercase;
}

.sustan-two .counter-box {
    background: #eaf3f8;
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }

  .sustan-two .counter-box i {
    font-size: 1.8rem;
    color: #007bff;
  }

  .sustan-two .counter-label {
    font-weight: 600;
    color: #555;
    font-size: 15px;
  }

  .sustan-two .counter-value {
    font-size: 1.4rem;
    font-weight: 500;
    color: #212529;
  }
.ecm-gif{
    width: 20%;
}
.sustan-three .sustain-logo{
    width: 100px;
    padding: 10px;
}
.sustan-three h6{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    justify-content: center;
    align-items: center;
    text-align: start;
    display: flex;
    margin-top: 0px;
}

.sustan-three .certi-border {
    border: 2px solid #eee;
    transition: 0.3s ease;
    width: 100%;
}
.sustain-banner-text{
    position: absolute;
    /* top: -150px; */
    bottom: 200px;
    left: 0;
    right: 0;
    color: #fff !important;
}
.sustain-banner-text h2{

color: #ffffff;
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
    text-align: start;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* timeline */
.swiper-container-wrapper--timeline .swiper-slide {
    display: flex;
    background: #fff;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  
  .swiper-container-wrapper--timeline .swiper-slide .container {
    padding: 0;
    width: 100%;
  }
  
  .swiper-container-wrapper--timeline .swiper-slide .title {
    font-size: 18px;
    opacity: 0;
    transition: 0.5s ease 0.5s;
  }
  
  .swiper-container-wrapper--timeline .swiper-slide-active .title {
    opacity: 1;
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-progressbar {
    position: relative;
    margin-bottom: 70px;
    background-color: transparent;
    height: 4px;
    border-bottom: 1px solid #ccc; /* replace with $secondary-color */
    width: 75%;
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
    background-color: #ec7d1b !important; /* replace with $primary-color */
    height: 3px;
    top: 2px;
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 3px;
    background-color: #ec7d1b; /* replace with $primary-color */
    content: "";
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
    position: absolute;
    top: 3px;
    right: -100%;
    width: 100%;
    height: 1px;
    background-color: #ccc; /* replace with $secondary-color */
    content: "";
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-custom {
    position: relative;
    list-style: none;
    margin: 1rem 0;
    padding: 0;
    display: flex;
    line-height: 1.66;
    bottom: 0;
    z-index: 11;
    width: 95%;
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
    position: absolute;
    font-weight: 400;
    right: 0;
    transform: translateX(50%);
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 1;
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
    position: absolute;
    top: calc(100% + 19px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    width: 12px;
    height: 12px;
    background: #ec7d1b; /* replace with $primary-color */
    border-radius: 2rem;
    content: "";
    transition: 0.2s all ease-in-out;
    transition-delay: 0s;
    z-index: 1;
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
    font-weight: 400;
    transition-delay: 0.4s;
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
    background: #ec7d1b; /* replace with $primary-color */
    width: 25px;
    height: 25px;
    transition-delay: 0.4s;
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
    color: #ccc; /* replace with $secondary-color */
    font-weight: 16px;
  }
  
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
    background: #ccc; /* replace with $secondary-color */
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
   
    width: 100% !important;
  }


  /* timeline new css */
  .main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #242922;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    display: inline-block;
    margin-bottom: 50px;
    position: relative
}

.main-timeline .timeline:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    background: #ec496e;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid #ec496e;
    padding: 13px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
    display: block;
    border-radius: 50%;
    background: #ec496e;
    font-size: 64px;
    color: #fff;
    line-height: 100px;
    z-index: 1;
    position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
    content: "";
    width: 100px;
    height: 4px;
    background: #ec496e;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
    width: 70px;
    height: 50px;
    background: #fff;
    top: 89px;
    right: -30px
}

.main-timeline .timeline-content {
    width: 50%;
    padding: 0 50px;
    margin: 52px 0 0;
    float: right;
    position: relative
}

.main-timeline .timeline-content:before {
    content: "";
    width: 70%;
    height: 100%;
    border: 3px solid #ec496e;
    border-top: none;
    border-right: none;
    position: absolute;
    bottom: -13px;
    left: 35px
}

.main-timeline .timeline-content:after {
    content: "";
    width: 37px;
    height: 3px;
    background: #ec496e;
    position: absolute;
    top: 13px;
    left: 0
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    color: #ec496e;
    text-transform: uppercase;
    margin: 0 0 5px
}

.main-timeline .description {
    display: inline-block;
    font-size: 16px;
    color: #404040;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
    right: auto;
    left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 35px;
    transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: auto;
    right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
    background: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
    border-color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .title {
    color: #f9850f
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
    border-left-color: #f9850f;
    border-bottom-color: #f9850f
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
    background: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
    border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
    color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
    border-left-color: #8fb800;
    border-bottom-color: #8fb800
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
    background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
    border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
    color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
    border-left-color: #2fcea5;
    border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px) {
    .main-timeline .timeline-icon:before {
        width: 50px;
        right: -50px
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        right: auto;
        left: -50px
    }

    .main-timeline .timeline-content {
        margin-top: 75px
    }
}

@media only screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: 0 0 10px
    }

    .main-timeline .timeline-icon {
        left: 25%
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 25%
    }

    .main-timeline .timeline-content {
        margin-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .main-timeline {
        padding-top: 50px
    }

    .main-timeline:before {
        left: 80px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline {
        margin-bottom: 70px
    }

    .main-timeline .timeline:before {
        top: 0;
        left: 83px;
        right: 0;
        margin: 0
    }

    .main-timeline .timeline-icon {
        width: 60px;
        height: 60px;
        line-height: 40px;
        padding: 5px;
        top: 0;
        left: 0
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: 0;
        right: auto
    }

    .main-timeline .timeline-icon:before,
    .main-timeline .timeline:nth-child(even) .timeline-icon:before {
        width: 25px;
        left: auto;
        right: -25px
    }

    .main-timeline .timeline-icon:after,
    .main-timeline .timeline:nth-child(even) .timeline-icon:after {
        width: 25px;
        height: 30px;
        top: 44px;
        left: auto;
        right: -5px
    }

    .main-timeline .timeline-icon i {
        font-size: 30px;
        line-height: 45px
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        width: 100%;
        margin-top: -15px;
        padding-left: 130px;
        padding-right: 5px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content {
        float: right
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 50%;
        left: 120px
    }

    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        right: auto;
        transform: rotateY(0)
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: 85px
    }
}

@media only screen and (max-width:479px) {

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding-left: 110px
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(2n) .timeline-content:before {
        left: 99px
    }

    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(2n) .timeline-content:after {
        left: 65px
    }
}

/******************* Timeline Demo - 4 *****************/
.main-timeline4 {
    overflow: hidden;
    position: relative
}

.main-timeline4:before {
    content: "";
    width: 5px;
    height: 90%;
    background: #333;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%)
}

.main-timeline4 .timeline-content:before,
.main-timeline4 .timeline:before {
    top: 50%;
    transform: translateY(-50%);
    content: ""
}

.main-timeline4 .timeline {
    width: 50%;
    padding-left: 100px;
    float: right;
    position: relative
}

.main-timeline4 .timeline:before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 5px solid #333;
    position: absolute;
    left: -10px
}

.main-timeline4 .timeline-content {
    display: block;
    padding-left: 150px;
    position: relative
}

.main-timeline4 .timeline-content:before {
    width: 90px;
    height: 10px;
    border-top: 7px dotted #333;
    position: absolute;
    left: -92px
}

.main-timeline4 .year {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 100px;
    border-radius: 50%;
    border: 5px solid #ec7d1b;
    font-size: 30px;
    color: #f8781f;;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0
}

.main-timeline4 .year:before {
    content: "";
    border-left: 20px solid #ec7d1b;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -6px;
    right: 0;
    transform: rotate(45deg)
}

.main-timeline4 .inner-content {
    padding: 20px 0
}

.main-timeline4 .title {
    font-size: 24px;
    font-weight: 600;
    color: #444444;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.main-timeline4 .description {
    font-size: 14px;
    color: #6f6f6f;
    margin: 0 0 5px
}

.main-timeline4 .timeline:nth-child(2n) {
    padding: 0 100px 0 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline4 .timeline:nth-child(2n) .year,
.main-timeline4 .timeline:nth-child(2n):before {
    left: auto;
    right: -10px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content {
    padding: 0 150px 0 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
    right: -92px
}

.main-timeline4 .timeline:nth-child(2n) .year {
    right: 0
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 20px solid #ec7d1b;
    transform: rotate(-45deg)
}

.main-timeline4 .timeline:nth-child(2) {
    margin-top: 110px
}

.main-timeline4 .timeline:nth-child(odd) {
    margin: -110px 0 0
}

.main-timeline4 .timeline:nth-child(even) {
    margin-bottom: 80px
}

.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
    margin: 0
}

.main-timeline4 .timeline:nth-child(2n) .year {
    border-color: #ec7d1b;
    color: #ec7d1b
}

.main-timeline4 .timeline:nth-child(2) .year:before {
    border-right-color: #ec7d1b
}

.main-timeline4 .timeline:nth-child(2n) .title {
    color: #444444;
    /* text-transform: capitalize; */
}

.main-timeline4 .timeline:nth-child(3n) .year {
    border-color: #ec7d1b;
    color: #ec7d1b;
}

.main-timeline4 .timeline:nth-child(3) .year:before {
    border-left-color: #ec7d1b;
}

.main-timeline4 .timeline:nth-child(3n) .title {
    color: #444444;
}

.main-timeline4 .timeline:nth-child(4n) .year {
    border-color: #ec7d1b;
    color: #f8781f
}

.main-timeline4 .timeline:nth-child(4) .year:before {
    border-right-color: #f8781f
}

.main-timeline4 .timeline:nth-child(4n) .title {
    color: #444444;
}


.inner-para{
    width: 100%;
    margin: auto;
    padding-bottom: 1rem;
}
.inner-para span{
    font-weight: 600;
}
.about-sec-2{
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/about-sec-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    margin-top: 100px;
}
.about-sec-2 p {
    color: #fff;
    text-align: center;
}
.swiper-pagination{
    margin-top: 3rem;
  
}
.whatsapp-bottom {
    position: fixed !important;
    right: 5px;
    bottom: 85px;
    z-index: 999;
    text-align: end;
}
.popup-btn a {
    top: 50%;
    position: fixed;
    right: -41px;
    z-index: 99;
    transform: rotate(-90deg);
    padding: 10px 20px 35px;
    height: 0px;
    background-color: #ec7d1b !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    text-decoration: unset;
}
.wp-size img {
    width: 35px;
}


.miwaki-bg{
    padding-top: 50px;
    background-color: #f1f1f1;
    padding-bottom: 50px;
}
/* certi slidler */
.single-service-style3 .img-holder .inner {
    overflow: hidden;
    border-radius: 8px;
    /* border: 1px solid #ddd; */
  }
  .single-service-style3 .img-holder img {
    width: 100%;
    transition: transform 0.3s ease;
  }
  .single-service-style3 .img-holder:hover img {
    transform: scale(1.05);
  }

  /* narqueee */
  .marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .marquee-track {
    display: flex;
    gap: 10px;
    animation: scroll-marquee 20s linear infinite;
  }
  
  .marquee-container:hover .marquee-track {
    animation-play-state: paused; /* Pause on hover */
  }
  
  @keyframes scroll-marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  /* new page css infra inner */
  .service-details-sidebar{
    max-width: 100% !important;
  }
.service-details_content_three ul li {
    font-weight: 500 !important;
}
.inner-infra-page-content{
    padding-bottom: 1rem;
}
  .single-service-style3 {
    flex: 0 0 auto;
    width: 300px; /* Adjust width as needed */
    text-align: center;
  }
  
  .single-service-style3 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
 .new-page-inner-heading .sec-title .sub-title .border-box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 1px;
    background: #f7931d;
}
  
.infra-inner-new-pages  .new-page-inner-heading .sec-title {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.infra-inner-text-bold{
    font-weight: 600;
}
.blog-row h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.blog-title{
    font-size: 28px;
    padding-bottom: 2rem;
}
.blog-row a{
    color: #fff !important;
}

.blogs-new-inner {
    padding: 2rem;
    background-color: #f5f5f5;
    /* border-radius: 20px; */
    margin-bottom: 5rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 275px;
}

.btn-blog{
        position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px;
    
    font-family: "Poppins", sans-serif;
    z-index: 1;
}


.blogs-button .btn-blog{
    background-color: #323232;
}
.swiper-button-prev{
    color: #fff !important;
}
.swiper-button-prev:after{
    font-size: 22px !important;
    border-radius: 100% !important;
    font-weight: 700 !important;
}
.swiper-button-next{
    color: #fff !important;
}
.swiper-button-next:after{
    font-size: 22px !important;
    border-radius: 100% !important;
    font-weight: 700 !important;
}
/* certi css */
.custom-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none; /* so only buttons are clickable */
       color: #000 !important;
}

.custom-slider .owl-nav button {
    background: rgba(0, 0, 0, 0.8) !important;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all; /* re-enable button clicks */
    border: none;
    transition: background 0.3s ease;
}

.custom-slider .owl-nav button {
    background: rgba(0, 0, 0, 0.8);
}

/* mach auto css */
.new-mach-auto{
    background-color: #000 !important;
    padding: 40px 0px !important;
}
.mach-auto {
            color: #ec7d1b;
        }
        .section-padding {
            padding: 80px 0;
        }
        .section-bg {
            background-color: #f9f9f9;
        }
        .feature-title {
            font-weight: 700;
            margin-bottom: 15px;
        }
        .feature-text {
            font-size: 1rem;
            line-height: 1.6;
        }
        .container h1, .container h2 {
            margin-bottom: 20px;
        }
        .list-certifications li {
            margin-bottom: 5px;
        }
        .mach-auto-three .mach-logo-page {
    width: 65px;
    padding: 10px;
}
.mach-sec-one{
    background-color: #f5f5f5;
    padding-top: 80px;
    padding-bottom: 80px;
}

.mach-sec-two{
padding-bottom: 32px !important;
padding-top: 80px;
}
.mach-sec-four{
  padding-bottom: 80px !important;
  padding-top: 80px;
}
.mach-sec-five{
  padding-bottom: 80px !important;
  padding-top: 80px;
}
.mach-sec-six{
   padding-bottom: 80px !important;
   padding-top: 80px;
   background: #f5f5f5;
}
.mach-sec-seven{
   padding-bottom: 80px !important;
   padding-top: 80px;
}

.mach-sec-three{
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url('../images/mach-auto/bg-sec-2.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    margin-top: 0px;
}

.certi img {
    width: 50px;
    margin-right: 10px;
}
.certi a{
    color: #111;
    width: 100%;
    height: 100%;
}
.certi-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.certi {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 8px;
    min-width: 315px;
    text-align: center;
    cursor: pointer;

}
.new-mach-auto {
    background-image: url('../images/mach-auto/home-bg-2-mach.jpg') !important;
      background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    /* height: 100vh; */
    margin: 0 auto;
    position: relative;
}
.new-mach-auto h2{
    text-transform: capitalize;
    font-size: 20px !important;
    line-height: 30px !important;
}

.new-mach-auto .btn-one{
    background-color: transparent !important;
    border: 1px solid #fff !important;
}
.new-mach-auto .btn-one:hover{
    background-color: #ec7d1b  !important;
    border: 1px solid #fff !important;
}

.new-mach-auto.btn-one:before {
 
    background: #ec7d1b !important;
   
}

.new-mach-auto .icon span::before {
    color: rgba(255, 255, 255, 0.10);
    font-size: 360px;
    display: none  !important;
}

.mach-auto-slider {
  width: 100%;
  max-width: 480px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.mach-auto-slider img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
}

/* Navigation Buttons */
.mach-auto-prev,
.mach-auto-next {
  color: #f58220;
  transition: all 0.3s ease;
}

.mach-auto-prev:hover,
.mach-auto-next:hover {
  color: #d46400;
}

/* Pagination Bullets */
.mach-auto-pagination .swiper-pagination-bullet {
  background: #bbb;
  opacity: 1;
}

.mach-auto-pagination .swiper-pagination-bullet-active {
  background: #f58220;
}
.blogs-inner-points li{
    list-style-type: disc;
    margin-left: 1rem;
}


/* new blog design css */
.blog-heading {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ec7d1b;
}
.blog-list .text-muted {
    font-weight: 700;
    font-size: 15px;
    color: #969696 !important;
}

.sub-heading-inner-blog{
    font-size: 20px;
    font-weight: 600;
}
.sust-mach{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mach-banner-heading{
    font-size: 20px !important;
    font-weight: 400;
    text-align: center;
    color: #e0e0e0;
    margin-top: 15px;
}

/* forge new blogs design */


/* side bar */
.toc-wrapper {
            max-height: 350px;
            overflow-y: auto;
            border-left: 3px solid #eee;
            padding-left: 15px;
        }

        .toc-title {
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0.5px;
            margin-bottom: 15px;
        }

        .toc-list {
            list-style: none;
            padding-left: 0;
        }

        .toc-list li {
            margin-bottom: 8px;
            font-size: 14px;
            text-align: start;
        }

        .toc-list a {
            color: #6c757d;
            text-decoration: none;
        }

        .toc-list a:hover {
            color: #000;
            text-decoration: underline;
        }

        .toc-sublist {
            padding-left: 18px;
            margin-top: 8px;
        }

        .blogs-new-toggle-btn {
            color: #ff6a00;
            font-size: 13px;
            cursor: pointer;
            display: inline-block;
            margin-top: 10px;
        }





.forge-new-blogs-detail-banner{
    /* background-color: #ec7d1b; */
    background-image: url('../images/new-blogs/blog-inner-main.jpg');
    padding: 150px 0px ;
    color: #fff;
        background-repeat: no-repeat;
}
.blogs-new-banner-content{
    padding: 0px 100px;
}
.blogs-new-banner-content h2{
    color: #fff;
    font-size: 45px;
}
.social-blogs-new {
    display: flex;
    justify-content: space-between;
}
.social-blogs-new h5{
    margin-right: 1rem;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.social-blogs-new ul li a{
  margin-right: 10px;
}
.social-blogs-new ul li a i{
    color: #ec7d1b;
    font-size: 20px;
}

.forge-new-blog-details {
    background: #f7f7f7;
    padding: 60px 100px;
    font-family: "Poppins", sans-serif;
    
}
    /* .new-blogs-width{
        width: 85%;
        margin: 0 auto;
    } */

.blog-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
}

.forge-new-blog-details .underline {
    width: 100px;
    height: 4px;
    background: #ec7d1b;
    margin: 15px 0;
    border-radius: 5px;
}
.blog-body {
    margin-top: 0px !important;
}
.blog-body p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 18px;
    text-align: justify;
}

.section-title {
    margin-top: 35px;
    font-size: 22px;
    font-weight: 700;
    color: #1d1d1d;
    border-left: 4px solid #ec7d1b;
    padding-left: 12px;
    margin-bottom: 10px;
}

.blog-table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.blog-table th,
.blog-table td {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.blog-table th {
    background: #ec7d1b;
    color: white;
    font-size: 16px;
}

.blog-table tr:hover {
    background: #fdf2e9;
}

.blog-list li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
}

.blog-body a {
    color: #ec7d1b;
    font-weight: 600;
    text-decoration: underline;
}

.blog-body a:hover {
    color: #111;
}
.toc-list li img {
    width: 25px;
}

.video-banner .home-banner-video{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
@media only screen and (max-width:1200px) {
    .main-timeline4 .year {
        top: 50%;
        transform: translateY(-50%)
    }
    .video-banner .home-banner-video{
    width: 100%;
    height: auto;
    object-fit: cover;
}
}

@media only screen and (max-width:990px) {
    .blogs-new-banner-content{
    padding: 0px 10px;
}
.blogs-new-banner-content h2{
    color: #fff;
    font-size: 20px;
}

.forge-new-blog-details {
    background: #f7f7f7;
    padding: 10px 10px;
    font-family: "Poppins", sans-serif;
}

    .main-timeline4 .timeline {
        padding-left: 75px
    }

    .main-timeline4 .timeline:nth-child(2n) {
        padding: 0 75px 0 0
    }

    .main-timeline4 .timeline-content {
        padding-left: 130px
    }

    .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0 130px 0 0
    }

    .main-timeline4 .timeline-content:before {
        width: 68px;
        left: -68px
    }

    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        right: -68px
    }
}

@media only screen and (max-width:767px) {
.mach-sec-one{
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}
    .forge-new-blogs-detail-banner{
 
    background-image: url('../images/new-blogs/blog-inner-main-mobile.jpg');
    padding: 100px 0px ;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
        .blog-title {
    font-size: 22px;
    padding-bottom: 2rem;
}
    .scroll-top {
        position: fixed;
        right: 15px;
        bottom: 20px;
        width: 40px;
        height: 40px;
        color: #ffffff;
        border-radius: 5px;
        font-size: 20px;
        line-height: 40px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        display: none;
        cursor: pointer;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        z-index: 999999999;
    }
    .main-timeline4 {
        overflow: visible
    }

    .main-timeline4:before {
        height: 100%;
        top: 0;
        left: 0;
        transform: translateX(0)
    }

    .main-timeline4 .timeline:before,
    .main-timeline4 .timeline:nth-child(2n):before {
        top: 60px;
        left: -9px;
        transform: translateX(0)
    }

    .main-timeline4 .timeline,
    .main-timeline4 .timeline:nth-child(even),
    .main-timeline4 .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0 0 10px
    }

    .main-timeline4 .timeline-content,
    .main-timeline4 .timeline:nth-child(2n) .timeline-content {
        padding: 0
    }

    .main-timeline4 .timeline-content:before,
    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
        display: none
    }

    .main-timeline4 .timeline:nth-child(2n) .year,
    .main-timeline4 .year {
        position: relative;
        transform: translateY(0)
    }

    .main-timeline4 .timeline:nth-child(2n) .year:before,
    .main-timeline4 .year:before {
        border: none;
        border-right: 20px solid #f8781f;;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        top: 50%;
        left: -23px;
        bottom: auto;
        right: auto;
        transform: rotate(0)
    }

    .main-timeline4 .timeline:nth-child(2n) .year:before {
        border-right-color: #f8781f;
    }

    .main-timeline4 .timeline:nth-child(3n) .year:before {
        border-right-color: #f8781f;
    }

    .main-timeline4 .timeline:nth-child(4n) .year:before {
        border-right-color: #f8781f
    }

    .main-timeline4 .inner-content {
        padding: 10px
    }
}

/* ==new slider css============================ */



.forge-new-slider{
    position:relative;
    overflow:hidden;
}

/* Slide */
.forge-new-slider .carousel-item{
    /* height:100vh; */
    height:600px;
    position:relative;
}

/* Background */
.forge-slide-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.forge-slide-bg img,
.forge-slide-bg video{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Overlay */
.forge-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    z-index:1;
}
/* =========================
   Forge Slider Content Style
========================= */

.forge-slider-content{
    position:relative;
    z-index:2;

    /* height:100vh; */
    height:600px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;
}

/* Top Small Text */
.forge-slider-content h3{
    color:#ffffff;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom:18px;
}

/* Main Heading */
.forge-slider-content h2{
    position:relative;

    color:#ffffff;
    font-size:50px;
    line-height:1.15;
    font-weight:300;

    margin-bottom:45px;

    display:inline-block;
    padding:0 80px;
}

/* Orange Side Lines */
.forge-slider-content h2:before,
.forge-slider-content h2:after{
    content:"";
    position:absolute;
    top:50%;
    width:6px;
    height:42px;
    background:#f28c18;
    transform:translateY(-50%);
}

.forge-slider-content h2:before{
    left:0;
}

.forge-slider-content h2:after{
    right:0;
}

/* Button */
.forge-btn{
    display:inline-block;
    background:#f28c18;
    color:#ffffff;

    padding:18px 42px;

    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;

    text-decoration:none;

    transition:all 0.3s ease;
}

.forge-btn:hover{
    background:#ffffff;
    color:#111111;
    text-decoration:none;
}



/* Indicators */
.forge-new-slider .carousel-indicators{
    bottom:35px;
    z-index:5;
}

.forge-new-slider .carousel-indicators li{
    width:12px;
    height:12px;
    border-radius:50%;
    margin:0 6px;
    opacity:1;
}

/* Arrows */
/* =========================
   Forge Slider Arrow Design
========================= */

.forge-new-slider .carousel-control-prev,
.forge-new-slider .carousel-control-next{
    width:auto;
    opacity:1;
    z-index:10;
}

/* Left Arrow Position */
.forge-new-slider .carousel-control-prev{
    left:40px;
}

/* Right Arrow Position */
.forge-new-slider .carousel-control-next{
    right:40px;
}

/* Circle Design */
.forge-new-slider .carousel-control-prev-icon,
.forge-new-slider .carousel-control-next-icon{

    width:60px;
    height:60px;

    border:2px solid #ffffff;
    border-radius:50%;

    background-image:none;

    display:flex;
    align-items:center;
    justify-content:center;

    position:relative;

    transition:all 0.3s ease;
}

/* Left Arrow */
.forge-new-slider .carousel-control-prev-icon:before{
    content:"←";
    color:#ffffff;
    font-size:22px;
    font-weight:300;
}

/* Right Arrow */
.forge-new-slider .carousel-control-next-icon:before{
    content:"→";
    color:#ffffff;
    font-size:22px;
    font-weight:300;
}

/* Hover */
.forge-new-slider .carousel-control-prev:hover .carousel-control-prev-icon,
.forge-new-slider .carousel-control-next:hover .carousel-control-next-icon{
    background:#ffffff;
}

.forge-new-slider .carousel-control-prev:hover .carousel-control-prev-icon:before,
.forge-new-slider .carousel-control-next:hover .carousel-control-next-icon:before{
    color:#111111;
}
/* =========================
   Banner Responsive Images
========================= */

.forge-slide-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
}

.forge-slide-bg img,
.forge-slide-bg video{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Desktop Banner */
.forge-desktop-banner{
    display:block;
}

/* Mobile Banner */
.forge-mobile-banner{
    display:none;
}

/* Responsive */
@media all and (min-width:1200px ) and (max-width:1800px){
    .forge-new-slider .carousel-item {
    /* height: 100vh; */
    height: 500px;
    position: relative;
}
  .forge-slide-bg img {
     
    object-fit: cover;
}
.forge-slide-bg video{
    object-fit: cover;
}
 .forge-slider-content h2{
        font-size:32px;
        padding:0 30px;
        line-height:1.3;
    }

    .forge-slider-content h2:before,
    .forge-slider-content h2:after{
        height:28px;
        width:4px;
    }

    .forge-slider-content h3{
        font-size:14px;
        letter-spacing:2px;
    }

    .forge-btn{
        padding:14px 28px;
        font-size:13px;
    }
    /* .forge-slider-content {
        height: 100%;
        padding: 0 15px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 4rem;
    } */
}

@media all and (min-width:992px ) and (max-width:1199px){
    .forge-new-slider .carousel-item {
    /* height: 100vh; */
    height: 400px;
    position: relative;
}
  .forge-slide-bg img {
     
    object-fit: contain;
}
.forge-slide-bg video{
    object-fit: cover;
}
 .forge-slider-content h2{
        font-size:32px;
        padding:0 30px;
        line-height:1.3;
    }

    .forge-slider-content h2:before,
    .forge-slider-content h2:after{
        height:28px;
        width:4px;
    }

    .forge-slider-content h3{
        font-size:14px;
        letter-spacing:2px;
    }

    .forge-btn{
        padding:14px 28px;
        font-size:13px;
    }
    .forge-slider-content {
        height: 100%;
        padding: 0 15px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: rem;
    }
}

@media(max-width:991px){
     .forge-new-slider .carousel-item{
        height: 285px;
     }
     .forge-slide-bg{
        /* height: 230px; */
     }
     .forge-slide-bg img {
     
    object-fit: contain;
}
.forge-slide-bg video{
    object-fit: cover;
}
    .forge-slider-content{
        height:550px;
        padding:0 15px;
    }

    .forge-slider-content h2{
        font-size:32px;
        padding:0 30px;
        line-height:1.3;
    }

    .forge-slider-content h2:before,
    .forge-slider-content h2:after{
        height:28px;
        width:4px;
    }

    .forge-slider-content h3{
        font-size:12px;
        letter-spacing:2px;
    }

    .forge-btn{
        padding:14px 28px;
        font-size:13px;
    }

    /* Hide arrows on mobile */
    .forge-new-slider .carousel-control-prev,
    .forge-new-slider .carousel-control-next{
        display:none;
    }


    .forge-slider-content h2{
        font-size:40px;
        padding:0 55px;
    }

    .forge-slider-content h2:before,
    .forge-slider-content h2:after{
        height:34px;
    } .forge-slider-content h2{
        font-size:50px;
    }

    .forge-slider-content h3{
        font-size:18px;
    }
      .forge-slider-content{
        padding:0 15px;
    }

    .forge-slider-content h3{
        font-size:12px;
        letter-spacing:2px;
    }

    .forge-slider-content h2{
        font-size:22px;
        padding:0 20px;
        margin-bottom:30px;
    }

    .forge-slider-content h2:before,
    .forge-slider-content h2:after{
        width:4px;
        height:24px;
    }

    .forge-btn{
        padding:14px 28px;
        font-size:13px;
    }
.forge-slider-content {
        height: 100%;
        padding: 0 15px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 3rem;
    }
}

@media(max-width:767px){

    
    .forge-new-slider .carousel-item,
    .forge-slider-content{
        /* height:80vh; */
        /* height:490px; */
    }

   .forge-slider-content{
        padding:0 15px;
    }

    .forge-slider-content h3{
        font-size:12px;
        letter-spacing:2px;
    }

    .forge-slider-content h2{
        font-size:22px;
        padding:0 20px;
        margin-bottom:30px;
    }

    .forge-slider-content h2:before,
    .forge-slider-content h2:after{
        width:4px;
        height:24px;
    }

    .forge-btn{
        padding:14px 28px;
        font-size:13px;
    }


      .forge-new-slider .carousel-control-prev{
        left:15px;
    }

    .forge-new-slider .carousel-control-next{
        right:15px;
    }

    .forge-new-slider .carousel-control-prev-icon,
    .forge-new-slider .carousel-control-next-icon{
        width:35px;
        height:35px;
    }

    .forge-new-slider .carousel-control-prev-icon:before,
    .forge-new-slider .carousel-control-next-icon:before{
        font-size:24px;
    }
     .forge-slide-bg img {
     
    object-fit: cover;
}
.forge-slide-bg video{
    object-fit: cover;
}
.forge-slider-content {
        height: 100%;
        padding: 0 15px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 3rem;
    }
}
@media (max-width:575px){
     .forge-new-slider .carousel-item{
        height: 500px;
     }
      .forge-desktop-banner{
        display:none;
    }

    .forge-mobile-banner{
        display:block;
    }
         .forge-slide-bg img {
     
    object-fit: cover;
}
.forge-slide-bg video{
    object-fit: cover;
}
.forge-slider-content {
        height: 100%;
        padding: 0 15px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 8rem;
    }


}

