
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

:root {
    --primary-color: #f7a93c;
    --secondary-color: #312b69;
    --third-color: #264796;
    --forth-color: #e63b34;
    --black: #141b2c;
}


* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Poppins", sans-serif;
}

a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
    color: var(--primary-color);
}

a:active {
    background-color: transparent;
}

ul {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style-type: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

p {
    color: #444;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 15px;
}

.sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.sec-title .sub-heading {
    font-weight: 600;
    letter-spacing: .60em;
    text-transform: uppercase;
    color: var(--forth-color);
    font-size: 16px;
    line-height: 1.5;
}

.sec-title.left {
    text-align: left;
}

.sec-title h2 {
    letter-spacing: -.025em;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    text-transform: revert;
    color: var(--secondary-color);
}

.sec-title.left p {
    text-align: left;
}

.sec-title p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-align: center;
}


.header {
    /* position: absolute; */
    width: 100%;
    z-index: 9;
}


/* -----------------
Navbar
--------------------*/

  
.navbar {
    padding: 20px 140px;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.navbar-inner {
    padding: 0px 140px;
    position: unset;
    box-shadow: 0 0 14px 0 #0000001a;
}

.fixed-header {
    background-color: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    padding: 0px 40px;
    -webkit-box-shadow: 0 0 14px 0 #0000001a;
            box-shadow: 0 0 14px 0 #0000001a;
}

.navbar-brand .dark {
    display: none;
}

.fixed-header .navbar-brand .light {
    display: none;
}


.navbar-inner .navbar-brand .light {
    display: none;
}
.fixed-header .navbar-brand .dark,
.navbar-inner .navbar-brand .dark {
    display: block;
}


/* .navbar {
  padding: 0;
  background-color: #fff !important;
  border-bottom: 1px solid #e7e7e7;
} */

/* Menu Lines */
.navbar .navbar-toggler {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navbar .navbar-toggler-icon {
    width: 24px;
    height: 0px;
    position: relative;
    padding: 0;
    float: left;
    margin: 14px 0;
    border-top: 2px solid var(--primary-color);
}
.navbar .navbar-toggler-icon::before,
.navbar .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: -0.75px 1px;
    -ms-transform-origin: -.75px 1px;
    transform-origin: -0.75px 1px;
    border-top-color: var(--primary-color);
}
.navbar .navbar-toggler-icon::before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.navbar .navbar-toggler-icon::after {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}


.navbar .navbar-collapse {
    position: relative !important;
}

.menu-opened {
    background-color: #fff !important;
    padding-bottom: 40px;
}

.menu-opened .navbar-toggler-icon,
.menu-opened .navbar-toggler-icon::before,
.menu-opened .navbar-toggler-icon::after,
.fixed-header .navbar-toggler-icon,
.fixed-header .navbar-toggler-icon::before,
.fixed-header .navbar-toggler-icon::after,
.navbar-inner .navbar-toggler-icon,
.navbar-inner .navbar-toggler-icon::before, 
.navbar-inner .navbar-toggler-icon::after {
    border-color: #000;
}


.navbar .dropdown {
    position: relative;
}

.navbar-nav {
    margin-left: 50px;
}

.navbar-nav>li {
    padding: 0 40px 0 0;
}
.navbar-nav>li:last-child {
    padding-right: 0;
}

/* .navbar-nav>li:last-child {
    margin-right: 0;
} */

.navbar-nav li .nav-link {
    padding: 30px 0px !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 0.08em;
}
.fixed-header .navbar-nav li .nav-link,
.navbar-inner .navbar-nav li .nav-link {
    color: #000 !important;
}

/* .navbar-nav li .nav-link.active,
.navbar-nav li:hover .nav-link {
    color: var(--primary-color) !important;
} */


.dropdown-menu {
    position: absolute;
    left: 0;
    top: 50px;
    width: 250px;
    border-radius: 0px;
    border-top: 3px solid var(--primary-color);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
            box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    padding: 0 0px;
    /* opacity: 0;
    visibility: hidden; */
    top: 100px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: var(--secondary-color);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
}


.dropdown-menu li a:active,
.dropdown-menu li a {
    padding: 14px 20px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize;
    background: transparent;
    position: relative;
    border-bottom: 1px solid #ffffff2e;
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}

/* .dropdown-menu li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateX(60deg);
    border-radius: 4px;
    z-index: -1;
}

.dropdown-menu li a:after, 
.dropdown-menu li a:hover {
    color: #fff;
    transition: all .4s;
} */

.dropdown-menu li a:hover {
    background-color: transparent;
    color: var(--primary-color);
}

/* .dropdown-menu li a:hover:after {
    background: var(--primary-color);
}
.dropdown-menu li a:hover:after {
    transform: rotateX(0deg);
    background-color: var(--primary-color);
    border-radius: 4px;
} */


.dropdown .dropdown-toggle::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: -15px;
    border: none;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -3px !important;
    width: 250px;
    border-radius: 0px;
    border-top: 3px solid var(--primary-color);
    padding: 0 0px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: var(--secondary-color);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
}
.dropdown-menu .submenu {
    position: relative;
}
.dropdown-menu .submenu:hover .dropdown-submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
} 
.dropdown-menu .submenu .dropdown-item i {
    float: right;
    margin-top: 4px;
}
.dropdown-menu .submenu .dropdown-submenu li a {
    padding: 14px 20px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0px;
    color: #fff;
    text-transform: capitalize;
    background: transparent;
    position: relative;
    border-bottom: 1px solid #ffffff2e;
}
.dropdown-menu .submenu .dropdown-submenu li a:hover {
    color: var(--primary-color);
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}


@media only screen and (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }
    
    .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 99;
    }

}


.navbar-contact {
    margin-left: 60px;
}
.navbar-contact .all-btn.theme-btn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navbar-contact .theme-btn-2 {
    position: relative;
    padding: 0px 75px 0px 0px;
}

.navbar-contact .theme-btn-2 .icon-box {
    position: absolute;
    top: -17px;
    right: 0px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    z-index: 1;
}
.navbar-contact .theme-btn-2 .icon-box:before {
    position: absolute;
    content: '';
    background: #312b69;
    width: 100%;
    height: 110px;
    left: -5px;
    bottom: -2px;
    border-radius: 0px 0px 50px 50px;
    z-index: -1;
}

.navbar-contact .theme-btn-2 img {
    width: 32px;
}

.navbar-contact .theme-btn-2 i {
    color: var(--primary-color);
    font-size: 15px;
    line-height: 29px;
    margin-right: 10px;
    border: 2px solid var(--primary-color);
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.navbar-contact .theme-btn-2 a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}

.fixed-header .navbar-contact .theme-btn-2 a,
.navbar-inner .navbar-contact .theme-btn-2 a {
    color: #000;
}

.navbar-contact .theme-btn4 {
    margin-left: 16px;
}

.theme-button {
    border-radius: 4px;
    background: var(--forth-color);
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid var(--forth-color);
}

.theme-button span {
    display: inline-block;
    width: 12px;
    height: 20px;
    margin: 0 0 0 8px;
}

.theme-button:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #000;
    border-radius: 4px;
}

.theme-button:hover:after {
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all .4S ease-in-out;
    -o-transition: all .4S ease-in-out;
    transition: all .4S ease-in-out;
    -webkit-box-shadow: 0 2px 48px 0 rgba(35, 34, 34, .09);
            box-shadow: 0 2px 48px 0 rgba(35, 34, 34, .09);
    color: #000;
}

.theme-button:hover {
    color: var(--forth-color);
}





.slider-area {
    background-color: #140f46;
}

.banner-slider .slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-slider .slide::before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(90deg, rgba(31, 33, 43, 0.8) 10%, rgba(31, 33, 43, 0.0) 100%);
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 359px;
    z-index: 1;
}

@media (min-width: 1200px) {
    .banner-slider .slide {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
}

@media (min-width: 1200px) {
    .slider-area {
        padding-left: 110px;
    }
}

.left-block {
    position: absolute;
    z-index: 2;
    left: -2%;
    bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
}

.left-block-title {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .080em;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.left-block-title:before {
    position: absolute;
    content: '';
    background-image: url(../images/icon-arrow.png);
    width: 17px;
    height: 31px;
    left: -42px;
    top: -4px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

@media (min-width: 1600px) {
    .left-block {
        bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .left-block {
        bottom: 50px;
        left: 0;
    }
}
@media (min-width: 992px) {
    .left-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1600px) {
    .left-block-title {
        margin-bottom: 80px;
    }
}
@media (min-width: 1200px) {
    .left-block-title {
        font-size: 16px;
    }
}


.line-decorative {
    position: relative;
}
.left-block-list {
    padding-top: 120px;
}


@media (min-width: 1600px) {
    .left-block-list {
        padding-top: 140px;
        top: -70px;
    }
}


.left-block-list li a {
    font-size: 26px;
    color: #847faf;
    margin-bottom: 21px;
    display: block;
}

/* .line-decorative::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
    height: 100px;
    width: 1px;
    background: #ffffff;
} */


.slide-caption-img img {
    /* width: auto !important; */
}

.slide-caption-img {
    position: absolute;
    top: 56%;
    left: -20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: auto;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}


.slide-caption {
    width: 100%;
    white-space: normal;
}

.section-xxl {
    padding: 60px 0 140px;
}

.slide-caption .content-box {
    position: relative;
    top: -12vw;
    display: block;
    max-width: 600px;
    z-index: 5;
}


@media (min-width: 1600px) {
    .section-xxl {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}
@media (min-width: 1200px) {
    .section-xxl {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}
@media (min-width: 992px) {
    .section-xxl {
        padding: 190px 0 120px;
    }
}
@media (min-width: 768px) {
    .section-xxl {
        padding: 22vw 0vw 12vw 6vw;
    }
}

.slide-caption-img img {
    -webkit-box-shadow: 13px 22px 30px 0px rgba(0, 0, 0, 0);
            box-shadow: 13px 22px 30px 0px rgba(0, 0, 0, 0);
    width: 22vw !important;
}

.owl-item.active .slide-caption-img img {
    -webkit-box-shadow: 13px 22px 30px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 13px 22px 30px 0px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1600px) {
    .slide-caption-img img {
        width: 24.5vw !important;
    }
}

.swiper-caption-subtitle {
    font-weight: 400;
    color: #ffffff;
    letter-spacing: .025em;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.25;
}

.slide-caption .content-box .swiper-button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 100px;
    margin-top: 20px;
}
.slide-caption .content-box .swiper-button:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 80px;
    height: 2px;
    left: 0px;
    top: 12px;
}

.swiper-caption {
    opacity: 0;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.owl-item.active .swiper-caption-title {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
}
.owl-item.active .swiper-caption-subtitle {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 250ms;
         -o-transition-delay: 250ms;
            transition-delay: 250ms;
}
.owl-item.active .swiper-button {
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition-delay: 550ms;
         -o-transition-delay: 550ms;
            transition-delay: 550ms;
}

.swiper-caption-title {
    font-weight: 800;
    letter-spacing: -.020em;
    color: #fff;
    margin-top: 20px;
    font-size: 3.5vw;
    line-height: 4vw;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.swiper-subtitle3 {
    position: relative;
    top: 15px;
}

.content-box .swiper-caption-title span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 1);
}

.swiper-caption-subtitle-2 {
    text-transform: uppercase;
    letter-spacing: .6em;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 26px;
    color: #fff;
}

.banner-slider .owl-nav {
    position: absolute;
    bottom: 40px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.banner-slider .owl-nav .owl-prev, 
.banner-slider .owl-nav .owl-next {
    /* display: block; */
    font-size: 20px !important;
    line-height: 1 !important;
    color: #fff !important;
    text-align: center !important;
    cursor: pointer !important;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    will-change: transform;
    z-index: 100;
    padding: 12px 20px !important;
    background-color: #fff0 !important;
    width: 70px;
    height: 70px;
    border: 2px solid #fff !important;
}

.banner-slider .owl-nav .owl-next {
    top: -2px;
    position: relative;
}

.banner-slider .owl-nav .owl-prev:hover, 
.banner-slider .owl-nav .owl-next:hover {
    background-color: #fff !important;
}

.banner-slider .owl-nav .owl-prev:hover i, 
.banner-slider .owl-nav .owl-next:hover i {
    color: var(--forth-color);
}



.inner-banner {
    position: relative;
    z-index: 2;
}

.inner-banner .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.inner-banner .content-box {
    position: absolute;
    left: 0;
    z-index: 9;
}

.inner-banner .content-box .caption-title {
    color: #fff;
    font-weight: 400;
    font-size: 2.2vw;
}



/* about section */

.about-section {
    background: #140f46;
    padding: 80px 0;
    position: relative;
}

.about-section .exp-text {
    text-align: center;
}

.about-section .exp-text h1 {
    position: relative;
    display: block;
    font-size: 210px;
    line-height: 180px;
    font-family: 'Barlow', sans-serif;
    background-image: url(../images/welcome-img.jpg);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    z-index: 1;
    margin-bottom: 23px;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* .about-section .exp-text h1 span {
    font-size: 150px;
} */
.about-section .exp-text h4 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 30px;
    color: var(--primary-color);
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 7px;
}

.about-section .content .subtitle-section {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--forth-color);
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.about-section .content .title-section {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.about-section .content p {
    line-height: 28px;
    color: #b5b6c5;
    margin-bottom: 27px;
}

.about-section .content .button {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--primary-color);
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 137px;
}
.about-section .content .button:before {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 124px;
    height: 2px;
    bottom: 8px;
    right: 0px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}



/* sectors-section */
.sectors-section {
    padding: 80px 0 0;
}
.sectors-section img {
    width: 100%;
}

.sectors-section .item {
    position: relative;
    overflow: hidden;
}
.sectors-section .item::before {
    content: "";
    background: rgba(21, 21, 23, 0.5);
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.sectors-section .item .text {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.sectors-section .item .text h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: -.025em;
}
.sectors-section .item .text p {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}

.sectors-section .item .button {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.sectors-section .item .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    z-index: 2;
}

@media (min-width: 1600px) {
    .sectors-section .item .button a {
        width: 150px;
        height: 150px;
        font-size: 48px;
        line-height: 110px;
    }
}
.sectors-section .item .button a {
    display: block;
    font-size: 23px;
    color: #000;
    line-height: 20px;
    text-align: center;
    padding: 20px;
    width: 100px;
    height: 100px;
    background: rgba(255, 177, 66, 0.95);
    border-radius: 50%;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.sectors-section .item .button a:hover {
    background: #fff;
}


    .sectors-section .item .button {
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(190%, -50%);
            -ms-transform: translate(190%, -50%);
                transform: translate(190%, -50%);
    }


.sectors-section .item:hover .text {
    opacity: 0;
}

.sectors-section .item:hover::before {
    opacity: 0;
}

    .sectors-section .item:hover .button {
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .sectors-section .item:hover .button {
        /* transform: none; */
        opacity: 1;
    }


.sectors-section .owl-nav button {
    color: var(--forth-color) !important;
    background-color: #fff !important;
    border-radius: 50%;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    box-shadow: 0 0 16px 0 #0000001a;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sectors-section .owl-nav .owl-next {
    right: -30px;
}
.sectors-section .owl-nav .owl-prev {
    left: -30px;
}
.sectors-section .owl-nav button:hover {
    background-color: var(--forth-color) !important;
    color: #fff !important;
}



/* chairman-section */

.chairman-section {
    padding: 120px 0;
    background: url("../images/chairman-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.chairman-section .sec-title {
    margin-bottom: 30px;
}

.chairman-section .sec-title h2 {
    font-weight: 400;
    font-size: 35px;
}

.chairman-section .sec-title .subtitle-section {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--forth-color);
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 50px;
}

.chairman-section .sec-title .subtitle-section::before {
    position: absolute;
    content: '';
    background: var(--forth-color);
    width: 40px;
    height: 2px;
    bottom: 12px;
    left: 0px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.chairman-section .sec-title span {
    font-size: 18px;
    font-weight: 500;
    color: #e78c0e;
}

.chairman-section img {
    width: 100%;
}

.chairman-section .img-box {
    position: relative;
}


.chairman-section .image-box {
    position: relative;
    display: block;
    padding-left: 160px;
    padding-bottom: 40px;
}

.chairman-section .image-box .text-box {
    position: absolute;
    left: 83px;
    bottom: 40px;
    width: 350px;
    background: var(--forth-color);
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    z-index: 1;
    padding: 13px 15px 12px 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.chairman-section .image-box .img2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 240px;
}



.chairman-section .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    padding-left: 60px;
}

.chairman-section .box-wrapper .box-top {
    padding: 0px 80px 10px 0px;
}

.chairman-section .box-wrapper .box-top p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    /* color: #878c8d; */
}


.chairman-section .box-wrapper .box-bottom {
    padding: 50px 40px 48px 60px;
    border-left: 5px solid var(--forth-color);
    background: #f7f7f7;
}

.chairman-section .box-wrapper .box-bottom p {
    font-size: 16px;
    color: #151517;
    font-weight: 600;
}

.chairman-section .box {
    padding: 50px 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.chairman-section .box:hover {
    -webkit-box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.15);
}

.chairman-section .box .imgicon {
    width: 60px;
}

.chairman-section .box h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.025em;
    margin-bottom: 15px;
    margin-top: 10px;
    color: var(--forth-color);
}

.chairman-section .box p {
    font-size: 16px;
}





/* projects-section */
.projects-section {
    padding: 80px 50px;
    margin-bottom: 5em;
    position: relative;
}

.projects-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    background: #142c64;
    background: url(../images/projects-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}
.projects-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: #142c64;
    opacity: 0.8;
    z-index: -1;
}
.projects-section .row {
    position: relative;
}

.projects-section .sec-title h2 {
    font-weight: 300;
}

.projects-section img {
    width: 100%;
}

.projects-section .sec-title h2 {
    color: #fff;
}

#project-terms {
    text-align: center;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#project-terms .btn-default.active, 
#project-terms .btn-default:hover {
    color: #ff5049;
    border-bottom: 2px solid #ff5049;
}

#project-terms .btn-default {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 15px 0px;
    margin-left: 30px;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#project-terms .btn-default:last-child {
    border-right: none;
}

.projects-section .projects .project .item {
    position: relative;
}

.projects-section .projects .project .item::before {
    content: "";
    background: var(--forth-color);
    position: absolute;
    z-index: 0;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display: flex; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.projects-section .projects .project .item:hover::before {
    top: 0;
    opacity: 0.9;
    visibility: visible;
}

.projects-section .projects .project .text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.projects-section .projects .project:hover .text {
    opacity: 1;
    visibility: visible;
}

.projects-section .projects .project .text span {
    background-color: #fff;
    padding: 2px 14px;
    border-radius: 5px;
    color: #cf332d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
}
.projects-section .projects .project .text h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -.025em;
}
.projects-section .projects .project .text p {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}

.projects-section .projects .project .button {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    position: absolute;
    top: 50px;
    right: 50px;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.projects-section .projects .project .button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    font-size: 22px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--forth-color);
}

.projects-section .projects .project:hover .button {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}


.completed-section .inner .owl-slider .owl-nav button {
    color: var(--forth-color) !important;
    background-color: #fff !important;
    border-radius: 50%;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    box-shadow: 0 0 16px 0 #0000001a;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.completed-section .inner .owl-slider .owl-nav .owl-prev {
    left: -30px;
}
.completed-section .inner .owl-slider .owl-nav .owl-next {
    right: -30px;
}
.completed-section .inner .owl-slider .owl-nav button:hover {
    background-color: var(--forth-color) !important;
    color: #fff !important;
}




.projects-section .hide{
    display: none;
}




.categories {text-align:center}
.categories span {
    padding: 10px 32px;
    cursor: pointer;
}
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
















/* ----------------------
Contact Section
------------------------*/
.contact-section .sec-title > * {
    text-align: left;
}
.contact-section .wrap {
    padding: 60px 60px 60px 60px;
    background: #ffffff;
}
.contact-section {
    background: #f9f9f9;
    padding: 100px 0;
}


.contact-section .contact-form {
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #00000012;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #FFFFFF;
    background-color: #F9F9F9;
    width: 100%;
    opacity: 1;
    outline: none;
}




.contact-form fieldset {
    margin-bottom: 2em;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--primary-color);
}

.contact-form button {
    margin-top: 0px;
    font-size: 16px;
    color: #fff;
    background-color: #070F3A;
    padding: 17px 30px 17px 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    display: block;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form button:hover {
    background-color: var(--primary-color);
}

.contact-form textarea {
    padding: 20px;
    height: 120px;
}

.contact-form::-webkit-input-placeholder {
    /* Edge */
    color: #cacaca;
}

.contact-form:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cacaca;
}

.contact-form::-moz-placeholder {
    color: #cacaca;
}

.contact-form::-ms-input-placeholder {
    color: #cacaca;
}

.contact-form::placeholder {
    color: #cacaca;
}

form fieldset .radio {
    margin-top: 10px;
    position: relative;
}

form fieldset .radio li {
    margin: 0 10px;
}

.contact-form input[type="radio"] {
    width: auto;
    margin-bottom: 0;
}

form fieldset .radio li label {
    width: auto;
}
.contact-section .contact-info ul li {
    display: flex;
    gap: 15px;
}
.contact-section .contact-info ul li:not(:last-child) {
    margin-bottom: 25px;
}
.contact-section .contact-info .icon {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    background: var(--third-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
.contact-section .contact-info .text h4 {
    font-size: 18px;
    color: var(--forth-color);
    font-weight: 600;
}

.contact-section .contact-box {
    padding: 0 0 0 20px;
}

.contact-section .contact-box .sec-title > * {
    color: #fff;
}
.contact-section .contact-box  .text p {
    color: #000;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
}
.contact-section .contact-box .text a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.contact-section .map-box {
    margin-top: 30px;
}
.contact-section .map-box .map {
    border-radius: 20px;
    overflow: hidden;
}




/* corporate-section */
.corporate-section {
    padding: 100px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-color: #f3f3f3;
}

.corporate-section .sec-title {
    margin-bottom: 30px;
}

.corporate-section .sec-title h2 {
    font-weight: 400;
}

.corporate-section .sec-title .subtitle-section {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--forth-color);
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 50px;
}

.corporate-section .sec-title .subtitle-section::before {
    position: absolute;
    content: '';
    background: var(--forth-color);
    width: 40px;
    height: 2px;
    bottom: 12px;
    left: 0px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.corporate-section .sec-title span {
    font-size: 18px;
    font-weight: 500;
    color: #e78c0e;
}

.corporate-section img {
    width: 100%;
}

.corporate-section .img-box {
    position: relative;
    z-index: 2;
}


.corporate-section .image-box {
    position: relative;
    display: block;
    padding-right: 40px;
    padding-bottom: 40px;
}

.corporate-section .image-box .text-box {
    position: absolute;
    right: -5px;
    bottom: 100px;
    border-radius: 15px;
    background: var(--forth-color);
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    z-index: 3;
    border: 2px solid #fff;
    padding: 15px 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition-delay: 500ms;
    animation-name: animaiton-vertical;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@keyframes animaiton-vertical {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.corporate-section .image-box .text-box h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}

.corporate-section .image-box .text-box h4 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}
.corporate-section .image-box .img1 {
    overflow: hidden;
}
.corporate-section .image-box .img1 img {
    -webkit-transition: 1.2s;
    transition: 1.2s;
}
.corporate-section .image-box .img1::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(17deg);
    z-index: 1;
}
.corporate-section .image-box .img1:hover::before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.corporate-section .image-box .shape-1 {
    position: absolute;
    left: 0px;
    top: 30%;
    z-index: 1;
}
.corporate-section .image-box .shape-1 img {
    width: auto;
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-30px);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-30px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-30px);
    }
}

.corporate-section .box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    margin-left: 50px;
    padding: 60px;
    border-radius: 20px;
}

.corporate-section .box-wrapper .box-top {
    padding: 0px 0px 10px 0px;
}

.corporate-section .box-wrapper .box-top p {
    font-size: 16px;
    font-weight: 400;
}



.corporate-section .box-wrapper .box-bottom p {
    font-size: 16px;
    color: #151517;
    font-weight: 500;
    margin: 0;
}

.corporate-section .box {
    padding: 50px 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.corporate-section .box:hover {
    -webkit-box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 7px 35px 0px rgba(0, 0, 0, 0.15);
}

.corporate-section .box .imgicon {
    width: 60px;
}

.corporate-section .box h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -.025em;
    margin-bottom: 15px;
    margin-top: 10px;
    color: var(--forth-color);
}

.corporate-section .box p {
    font-size: 16px;
}


.bottom-content {
    overflow: hidden;
    padding: 80px 0;
}
/* .bottom-content .inner {
    padding: 0px;
} */

.bottom-content .content {
    padding-right: 30px;
}
.bottom-content .img-box {
    overflow: hidden;
}
.bottom-content .img-box img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.bottom-content .img-box:hover img {
    transform: scale(1.1);
}







/* why-section */
.why-section {
    background: var(--third-color);
    background: url("../images/why-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5em;
    padding: 100px 0 120px;
}
.why-section .sec-title {
    margin-bottom: 30px;
}

.why-section .sec-title h2 {
    font-weight: 400;
    color: #fff;
}

.why-section .sec-title .subtitle-section {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffc36f;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 50px;
}

.why-section .sec-title .subtitle-section::before {
    position: absolute;
    content: '';
    background: #ffc36f;
    width: 40px;
    height: 2px;
    bottom: 12px;
    left: 0px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-section .sec-title span {
    font-size: 18px;
    font-weight: 500;
    color: #e78c0e;
}

.why-section .inner p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.why-section .inner .points {
    padding-top: 20px;
}
.why-section .inner .points li::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--secondary-color);
    font-size: 13px;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.why-section .inner .points li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.why-section .img-wrap {
    -webkit-box-shadow: -30px 30px 0 0 var(--forth-color);
            box-shadow: -30px 30px 0 0 var(--forth-color);
}





/* business-section */
.business-section {
    padding: 180px 0 100px;
}
.business-section img {
    /* width: 100%; */
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.business-section .wrap {
    position: relative;
}
.business-section .wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: -1;
    background: #dbdbdb;
    opacity: 0.4;
}
.business-section .wrap.right::before {
    margin-left: 20%;
}
.business-section .sec-title {
    margin-bottom: 15px;
}

.business-section .sec-title h2 {
    font-weight: 400;
}

.business-section .sec-title .subtitle-section {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: var(--forth-color);
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 50px;
}

.business-section .sec-title .subtitle-section::before {
    position: absolute;
    content: '';
    background: var(--forth-color);
    width: 40px;
    height: 2px;
    bottom: 12px;
    left: 0px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.business-section .sec-title span {
    font-size: 18px;
    font-weight: 500;
    color: #e78c0e;
}
.business-section .wrap h5 {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    margin-top: 25px;
}
.business-section .inner p {
    font-size: 16px;
    font-weight: 400;
}
.business-section .right .inner {
    padding: 30px 60px 30px 30px;
}
.business-section .left .inner {
    padding: 30px 30px 30px 60px;
}
.business-section .inner .points {
    padding-top: 20px;
}
.business-section .inner .points li::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--primary-color);
    font-size: 13px;
    width: 20px;
    height: 20px;
    border:2px solid var(--primary-color);
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.business-section .inner .points li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}

.business-section .img-wrap {
    width: 100%;
    position: relative;
    top: -50px;
    transition: 0.3s linear;
}

.business-section .img-wrap:hover img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
}

.business-section .right .img-wrap .shape-1 {
    position: absolute;
    left: -40px;
    top: -10px;
    z-index: -1;
}

.business-section .left .img-wrap .shape-1 {
    position: absolute;
    right: -40px;
    top: -10px;
    z-index: -1;
}





.telecom-two {
    padding: 80px 50px;
    margin-bottom: 5em;
    position: relative;
    z-index: 2;
    background: var(--third-color);
    background: url(../images/telecom-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.telecom-two::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #091b48ab;
    opacity: 0.8;
    z-index: -1;
}

.telecom-two .inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 45px;
}
.telecom-two .inner h3 {
    color: var(--forth-color);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.telecom-two .inner h5 {
    color: var(--third-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.telecom-two .inner ul {
    padding-left: 0px;
    margin-bottom: 20px;
}
.telecom-two .inner ul li {
    position: relative;
    margin-bottom: 5px;
}
.telecom-two .inner ul li::before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 16px;
    color: var(--forth-color);
    margin-right: 14px;
}
.telecom-two .inner .bt {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}



.telecom-three {
    padding-bottom: 80px;
}

.telecom-three h4 {
    margin-top: 0px;
    color: var(--forth-color);
    font-size: 30px;
    margin-bottom: 10px;
}

.telecom-three .row-2 {
    margin-top: 60px;
}







/* business-projects-section */
.business-projects-section {
    padding: 80px 50px;
    margin-bottom: 5em;
    position: relative;
    background: var(--third-color);
}

/* .business-projects-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    background: #142c64;
    background: url(../images/projects-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
}
.business-projects-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: #142c64;
    opacity: 0.8;
    z-index: -1;
} */
.business-projects-section .row {
    position: relative;
}

.business-projects-section .sec-title h2 {
    font-weight: 300;
}

.business-projects-section img {
    width: 100%;
}

.business-projects-section .sec-title h2 {
    color: #fff;
}

#project-terms {
    text-align: center;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#project-terms .btn-default.active, 
#project-terms .btn-default:hover {
    color: #ff5049;
    border-bottom: 2px solid #ff5049;
}

#project-terms .btn-default {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 15px 0px;
    margin-left: 30px;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#project-terms .btn-default:last-child {
    border-right: none;
}

.business-projects-section .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.business-projects-section .item::before {
    content: "";
    background: var(--forth-color);
    position: absolute;
    z-index: 0;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* display: flex; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.business-projects-section .item:hover::before {
    top: 0;
    opacity: 0.9;
    visibility: visible;
}

.business-projects-section .item .text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
}

.business-projects-section .item:hover .text {
    opacity: 1;
    visibility: visible;
}
.business-projects-section .item .text span {
    background-color: #fff;
    padding: 2px 14px;
    border-radius: 5px;
    color: #cf332d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
}
.business-projects-section .item .text h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: -.025em;
}
.business-projects-section .item .text p {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.business-projects-section .item .button {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    position: absolute;
    top: 50px;
    right: 50px;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.business-projects-section .item .button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    font-size: 22px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--forth-color);
}

.business-projects-section .item:hover .button {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}


.business-projects-section .hide{
    display: none;
}






/* vision-mission */
.vision-mission {
    padding: 80px 0;
}
.vision-mission .item {
    margin-bottom: 40px;
    padding: 50px;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.vision-mission .item:hover {
    background-color: var(--secondary-color);
}
.vision-mission .item .img-box img {
    border-radius: 20px;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}
.vision-mission .item:hover .img-box img {
    transform: scale(1.1);
}
.vision-mission .item .text h3 {
    font-size: 35px;
    font-weight: 600;
    color: var(--third-color);
    margin-bottom: 20px;
}
.vision-mission .item:hover .text h3 {
    color: #fff;
}
.vision-mission .item:hover .text p {
    color: #fff;
}

.vision-mission .item .text.left {
    padding-right: 40px;
}

.vision-mission .item .text.right {
    padding-left: 40px;
}




.vision-mission-2 {
    padding: 90px 0;
    position: relative;
    background-color: #f3f3f3;
}
.vision-mission-2 .colm {
    border-color: #ccc;
    border-style: solid;
    border-width: 0;
}
.vision-mission-2 .colm:nth-child(1),
.vision-mission-2 .colm:nth-child(2) {
    border-width: 0 1px 1px 0;
}
.vision-mission-2 .colm:nth-child(3) {
    border-width: 0 0 1px 0;
}
.vision-mission-2 .colm:nth-child(4),
.vision-mission-2 .colm:nth-child(5) {
    border-width: 0 1px 0 0;
}
.vision-mission-2 .item {
    padding: 50px;
    text-align: left;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.vision-mission-2 .item:hover {
}
.vision-mission-2 .item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--primary-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.vision-mission-2 .item:hover::before {
    bottom: 0;
}
.vision-mission-2 .item .icon {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vision-mission-2 .item .icon img {
    width: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.vision-mission-2 .item:hover .icon img {
    transform: rotateY(180deg);
    /* filter: invert(1); */
}
.vision-mission-2 .item .text {
    margin-top: 20px;
}
.vision-mission-2 .item .text h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--third-color);
}
.vision-mission-2 .item:hover .text h3 {
    color: #000;
}
.vision-mission-2 .item .text p {
    text-align: left;
    margin-bottom: 0;
}
.vision-mission-2 .item:hover .text p {
    color: #000;
}






/* founder-and-directors */
.founder-and-directors {
    padding: 80px 0 40px;
}
.founder-and-directors .img-box {
    height: 510px;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 300px 300px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.founder-and-directors .img-box::after {
    content: "";
    width: 100%;
    height: 75%;
    background: linear-gradient(90deg, #312b69 0%, #e32d33 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 30px;
    transition: 600ms ease-in-out;
}
.founder-and-directors .img-box:hover::after {
    border-radius: 300px;
}
.founder-and-directors .img-box img {
    -webkit-transition: 1.2s;
    transition: 1.2s;
    object-position: top;
}
.founder-and-directors .img-box:hover img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.founder-and-directors .img-box::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, .5) 100%);
    transform: skewX(17deg);
    z-index: 1;
}
.founder-and-directors .img-box:hover::before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
}
.founder-and-directors .row-founder {
    margin-bottom: 90px;
    position: relative;
}
.founder-and-directors .content {
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 30px 0px #0000001f;
    padding: 50px;
    border-radius: 20px;
}
.founder-and-directors .left {
    padding-right: 15%;
    margin-right: 20%;
}

.founder-and-directors .right {
    padding-left: 20%;
    margin-left: 15%;
}


/* .founder-and-directors .content {
    padding: 60px;
    background-color: #c5c3dd;
    height: 100%;
} */
.founder-and-directors .content .info {
    margin-bottom: 25px;
}
.founder-and-directors .content .info h3 {
    color: var(--third-color);
    font-size: 35px;
    font-weight: 400;
}
.founder-and-directors .content .info h5 {
    color: var(--forth-color);
    font-size: 22px;
    font-weight: 400;
}
.founder-and-directors .content p {
    color: #000;
}
.founder-and-directors .content h5 {
    color: var(--forth-color);
    font-size: 20px;
    font-weight: 600;
}
.founder-and-directors .content .edu {
    font-weight: 500;
}





/* recognitions-section */
.recognitions-section {
    padding: 80px 0;
    background-color: #f3f3f3;
}

.recognitions-section .item {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    gap: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 40px;
}
.recognitions-section .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px 0 #00000017;
}

.recognitions-section .item .icon-box .icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
}
.recognitions-section .item .text h3 {
    color: var(--third-color);
}
.recognitions-section .item .text ul {
    display: flex;
    gap: 20px;
}
.recognitions-section .item .text ul li {
    display: flex;
    gap: 10px;
}

.recognitions-section .item .text ul li p {
    margin: 0;
}

.recognitions-section .item .text ul li span i {
    color: var(--forth-color);
}

.recognitions-section .inner {
    background-image: url("../images/recognitions-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 130px;
    border-radius: 30px;
}
.recognitions-section .inner .item {
    border: none;
    padding: 0;
    background-color: transparent;
}
.recognitions-section .inner .item img {
    border-radius: 20px;
    overflow: hidden;
    border: 6px solid var(--primary-color);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.recognitions-section .inner .item:hover img {
    transform: translateY(0) scale(1.05);
}







/* .quality-and-safety  */
.quality-and-safety {
    padding: 80px 0;
}
.quality-and-safety .content h2 {
    color: var(--forth-color);
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 25px;
}
.quality-and-safety .content h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--forth-color);
}
.quality-and-safety .content .ohsas {
    width: 120px;
}
.quality-and-safety .img-box {
    padding-left: 70px;
    position: relative;
}
.quality-and-safety .img-box .safety-img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.quality-and-safety .img-box:hover .safety-img {
    transform: scale(1.05);
}
.quality-and-safety .img-box .img1 {
    position: absolute;
    bottom: -40px;
    left: 10px;
}
.quality-and-safety .img-box .img1 img {
    width: 120px;
    animation-name: animaiton-vertical;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.quality-and-safety .img-box .shape-1 {
    position: absolute;
    right: -50px;
    top: -22px;
    z-index: -1;
}

.quality-and-safety .img-box.left {
    padding-right: 70px;
    padding-left: 0;
    position: relative;
}
.quality-and-safety .img-box.left .img1 {
    right: 10px;
    left: auto;
}

.quality-and-safety .img-box.left .shape-1 {
    position: absolute;
    left: -10px;
    top: -22px;
    z-index: -1;
}





/* quality-safety-gallery */
.quality-safety-gallery {
    padding: 80px 0;
    margin-top: 40px;
    background-color: var(--third-color);
}
.quality-safety-gallery .gallery-item {
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0 0 14px 0 #00000012;
    border: 5px solid #fff;
}

.quality-safety-gallery .gallery-item a {
    position: relative;
    z-index: 2;
    display: block;
}
.quality-safety-gallery .gallery-item img {
    border-radius: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quality-safety-gallery .gallery-item:hover img {
    transform: scale(1.2);
}
.quality-safety-gallery .gallery-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000054;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.quality-safety-gallery .gallery-item a::after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.quality-safety-gallery .gallery-item a:hover::before,
.quality-safety-gallery .gallery-item a:hover::after {
    opacity: 1;
    visibility: visible;
}








/* life-at-section */
.life-at-section {
    padding: 80px 0;
    overflow: hidden;
}

.life-at-section .inner {
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.life-at-section .inner .img-box img {
    border-radius: 10px;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}
.life-at-section .inner:hover .img-box img {
    transform: scale(1.07);
}
.life-at-section .inner .content h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.life-at-section .inner:nth-child(1) {
    background-color: var(--primary-color);
}
.life-at-section .inner:nth-child(1) .content {
    padding-left: 20px;
}
.life-at-section .inner:nth-child(1) .content h3,
.life-at-section .inner:nth-child(1) .content p {
    color: #000;
}

.life-at-section .inner:nth-child(2) {
    background-color: var(--secondary-color);
}
.life-at-section .inner:nth-child(2) .content {
    padding-right: 20px;
}
.life-at-section .inner:nth-child(2) .content h3,
.life-at-section .inner:nth-child(2) .content p {
    color: #fff;
}

.life-at-section .inner:nth-child(3) {
    background-color: var(--forth-color);
}
.life-at-section .inner:nth-child(3) .content {
    padding-left: 20px;
}
.life-at-section .inner:nth-child(3) .content h3,
.life-at-section .inner:nth-child(3) .content p {
    color: #fff;
}

.life-at-section .inner:nth-child(4) {
    background-color: var(--third-color);
}

.life-at-section .inner:nth-child(4) .content {
    padding-right: 20px;
}
.life-at-section .inner:nth-child(4) .content h3,
.life-at-section .inner:nth-child(4) .content p {
    color: #fff;
}

.life-at-section .bottom-text p {
    text-align: center;
    font-weight: 600;
}







/* .testimonials-section */
.testimonials-section {
    padding: 100px 0;
}
.testimonials-section img {
    width: auto !important;
}
.testimonials-section .item .logo {
    margin-bottom: 20px;
    display: block;
}
.testimonials-section .item p {
    font-size: 18px;
    font-weight: 500;
}
.testimonials-section .item h3 {
    font-weight: 700;
    color: var(--forth-color);
    letter-spacing: 0.5px;
    font-size: 15px;
    text-transform: uppercase;
}
.testimonials-section .owl-nav button {
    outline: 0;
    cursor: pointer;
    height: 45px;
    width: 45px;
    font-size: 18px !important;
    margin-top: 0;
    position: absolute;
    top: 50%;
    color: var(--dark-gray);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
}
.testimonials-section .owl-nav .owl-prev {
    left: 90px;
    right: auto;
}
.testimonials-section .owl-nav .owl-next {
    right: 90px;
    left: auto;
}









/* clients-section */
.clients-section {
    padding: 80px 0;
}
.clients-section .sec-title {
    margin-bottom: 10px;
}
.clients-section .nav-tabs {
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 0;
}
.clients-section .nav-tabs li button {
    font-size: 18px;
    margin: 0 20px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 0;
    color: #7d8087;
    text-transform: capitalize;
    border: 2px solid transparent !important;
    position: relative;
    background-color: transparent !important;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.clients-section .nav-tabs li button.active,
.clients-section .nav-tabs li button:hover {
    color: var(--forth-color);
    border-bottom: 2px solid var(--forth-color) !important;
}


.clients-section .item {
    padding: 20px 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #00000026;
    border-radius: 10px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.clients-section .item .logo-1 {
    transition: 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    filter: grayscale(1);
}
.clients-section .item:hover .logo-1 {
    transform: translateY(-50px);
}
.clients-section .item .logo-2 {
    position: absolute;
    left: 0;
    top: 100%;
    transition: 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.clients-section .item:hover .logo-2 {
    top: 0;
}

.clients-section .title {
    padding: 30px 0 20px 0;
    text-align: center;
}
.clients-section .title h3 {
    text-align: center;
    color: var(--forth-color);
}
.clients-section .text h6 {
    text-align: center;
}



/* completed-section */
.completed-section {
    padding: 80px 0;
}

.completed-section .inner {
    padding: 50px;
    background-color: #f3f3f3;
    margin-bottom: 30px;
}
.completed-section .inner .owl-slider {
    margin-top: 50px;
}
.completed-section .inner .owl-slider .owl-nav button {
    color: var(--forth-color) !important;
    background-color: #fff !important;
    border-radius: 50%;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    box-shadow: 0 0 16px 0 #0000001a;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.completed-section .inner .owl-slider .owl-nav .owl-prev {
    left: -30px;
}
.completed-section .inner .owl-slider .owl-nav .owl-next {
    right: -30px;
}
.completed-section .inner .owl-slider .owl-nav button:hover {
    background-color: var(--forth-color) !important;
    color: #fff !important;
}


.completed-section .inner .item {
    overflow: hidden;
}
.completed-section .inner .info {
    background-color: var(--forth-color);
    padding: 40px;
}
.completed-section .inner .info ul li {
    margin-bottom: 10px;
}
.completed-section .inner .info ul li h6 {
    color: #ffffffcb;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
}
.completed-section .inner .info ul li p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.completed-section .inner .info .details {
    display: flex;
    justify-content: space-between;
}
.completed-section .inner .info .details li {
    margin-bottom: 0;
}

.completed-section .inner .img-box img {
    -webkit-transition: 1.2s;
    transition: 1.2s;
}
.completed-section .inner .item:hover .img-box img {
    transform: scale(1.07);
}
.completed-section .content.right {
    padding-left: 20px;
}
.completed-section .content.left {
    padding-right: 20px;
}
.completed-section .content h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--forth-color);
    margin-bottom: 20px;
}
.completed-section .content h5 {
    color: #000;
    font-weight: 500;
}

.completed-section .item {
    margin-bottom: 25px;
    overflow: hidden;
}
.completed-section .item .img-box img {
    -webkit-transition: 1.2s;
    transition: 1.2s;
}
.completed-section .item:hover .img-box img {
    transform: scale(1.07);
}

.completed-section .title h3 {
    color: var(--forth-color);
    margin-bottom: 20px;
}

.completed-section .table-row {
    margin-bottom: 50px;
}
.table-container {
    overflow-x: auto;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
    min-width: 100%;
    background: #fff;
}

.table-container th, 
.table-container td {
    border: 1px solid #ccc;
    padding: 12px 14px;
    text-align: left;
}

.table-container th {
    background: var(--third-color);
    font-weight: 600;
    color: #fff;
}

.table-container td:first-child {
    text-align: left;
    font-weight: 600;
}

.table-container .total-row {
    font-weight: bold;
    background: #f1f1f1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }

    .table-container thead {
        display: none;
    }

    .table-container tr {
        margin-bottom: 15px;
        background: #fff;
        border: 1px solid #ddd;
    }

    .table-container td {
        text-align: left;
        padding: 10px;
        position: relative;
    }

    .table-container td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #555;
    }
}










/* ongoing-section */
.ongoing-section {
    padding: 80px 0;
}
.ongoing-section .inner {
    padding: 50px;
    background-color: #f3f3f3;
    margin-bottom: 40px;
}
.ongoing-section .inner .info {
    background-color: var(--forth-color);
    padding: 30px;
}
.ongoing-section .inner .info ul li {
    margin-bottom: 10px;
}
.ongoing-section .inner .info ul li h6 {
    color: #ffffffcb;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
}
.ongoing-section .inner .info ul li p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.ongoing-section .inner .info .details {
    display: flex;
    justify-content: space-between;
}
.ongoing-section .inner .info .details li {
    margin-bottom: 0;
}

.ongoing-section .inner .img-box img {
    -webkit-transition: 1.2s;
    transition: 1.2s;
}
.ongoing-section .inner:hover .img-box img {
    transform: scale(1.07);
}
.ongoing-section .content.right {
    padding-left: 20px;
}
.ongoing-section .content.left {
    padding-right: 20px;
}
.ongoing-section .content h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--forth-color);
    margin-bottom: 20px;
}
.ongoing-section .content h5 {
    color: #000;
    font-weight: 500;
}



.ongoing-section .title h3 {
    color: var(--forth-color);
    margin-bottom: 20px;
}

.ongoing-section .table-row {
    margin-bottom: 50px;
}











/* -----------------
Footer Section
--------------------*/
footer {
    background: #231f4a;
    position: relative;
    overflow: hidden;
    padding: 0px 0 50px;
}


.footer-contact {
    padding: 40px 0;
    border-bottom: 1px solid #ffffff26;
}

.footer-contact .contact-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
}

.footer-contact .contact-box .icon-box {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: var(--forth-color);
    margin-right: 30px;
}

.footer-contact .contact-box .contact-info {
    width: calc(100% - 110px);
}

.footer-contact .contact-box .contact-info h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.footer-contact .contact-box .contact-info p {
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}
.footer-contact .contact-box.address .contact-info p {
    font-size: 14px;
    text-align: left;
}

footer .footer-content {
    padding: 60px 0;
}

footer .widget h2 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
    margin-right: 15px;
    padding-bottom: 0;
    position: relative;
}


footer .widget p {
    color: #8c9da8;
    margin: 0;
}
footer .widget-about {
    padding-right: 20px;
}
footer .widget-about .logo-box {
    margin-bottom: 30px;
}

footer .widget-about p {
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
    color: #8c9da8;
}


footer .widget-links .nav-links ul {
    padding: 0;
    list-style-type: none;
}

footer .widget-links .nav-links ul li {
    margin-bottom: 12px;
}

footer .widget-links .nav-links ul li a {
    color: #8c9da8;
    font-size: 15px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

footer .widget-links .nav-links ul li a:before {
    content: "\f047";
    font-family: "FontAwesome";
    padding-right: 10px;
    color: #8c9da8;
    font-size: 12px;
}

footer .widget-links .nav-links ul li a:hover {
    color: #fff;
    background-color: transparent;
}

footer .widget-business-links h4 {
    color: #dfdfdf;
    font-size: 15px;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

footer .widget {
    padding-top: 0px;
}

footer .widget-contact .contact-info ul {
    padding: 0;
}

footer .widget-contact .contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 30px;
}

footer .widget-contact .contact-info ul li i {
    position: absolute;
    left: 0;
    width: 20px;
    height: 40px;
    color: #8c9da8;
    font-size: 15px;
    margin-right: 0px;
    text-align: center;
    border-radius: 60px;
    line-height: 37px;
}

footer .widget-contact .contact-info ul li p {
    display: -ms-grid;
    display: grid;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
}

footer .widget-contact .contact-info ul li a {
    color: #8c9da8;
    font-size: 15px;
    font-weight: 400;
}

footer .widget-contact .contact-info ul li a.email {
    margin-top: 10px;
}

/* footer .widget-contact .contact-info h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
} */



@media (min-width: 1600px) {
    .block-4 {
        max-width: 470px;
    }
}

@media (min-width: 1200px) {
    .block-4 {
        max-width: 370px;
    }
}
@media (min-width: 992px) {
    .inset-left-xl {
        margin-left: -16px;
    }
}
@media (min-width: 1200px) {
    .offset-top-4 {
        margin-top: 90px;
    }
}
@media (min-width: 992px) {
    .offset-top-4 {
        margin-top: 170px;
    }
}

.footer-text {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    color: #878c8d;
}

.footer-form .form-input {
    display: block;
    width: 100%;
    min-height: 45px;
    padding: 6px 20px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    color: #878c8d;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: none;
    border-bottom: 1px solid #c3c5c6;
}

.footer-form .button {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 45px;
    color: #ffb142;
    margin-top: 36px;
    padding: 11px 50px;
    font-size: 18px;
    line-height: 1.25;
    background-color: transparent;
    border-color: #ffb142;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 11px 34px;
    font-size: 18px;
    line-height: 1.25;
    border: 2px solid;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: inherit;
    border-radius: 25px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: 250ms all ease-in-out;
    -o-transition: 250ms all ease-in-out;
    transition: 250ms all ease-in-out;
}

/* ----------------------
Footer Bottom Section
------------------------*/
.footer-bottom {
    padding: 25px 0;
    background: var(--forth-color);
    border-radius: 10px;
}
.footer-bottom .copyrights {
    text-align: center;
}

.footer-bottom p {
    text-align: center;
}
.footer-bottom p,
.footer-bottom p a {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.social-icons {
    margin-top: 20px;
    margin-bottom: 0px;
}

.social-icons li {
    display: inline-block;
    margin: 0 5px;
}

.social-icons li a {
    display: block;
    border-radius: 7px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 600ms ease all;
    -o-transition: 600ms ease all;
    transition: 600ms ease all;
}
.social-icons li a:hover i {
    color: #fff;
}

.social-icons li a i {
    color: #8c9da8;
    font-size: 18px;
}

.google-map-img {
    width: 220px;
    margin-top: 20px;
}

/* ----------------------
Go To Top
------------------------*/

.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 40px;
    border: none;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 22px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: var(--primary-color);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .scroll-top .fa {
    color: #fff;
  }
  .scroll-top:hover{
    background: var(--secondary-color);
  }
  .scroll-top.show {
    bottom: 45px;
  }
  .scroll-top span{
    color: #fff;
  }
  .scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -o-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%);
  }
  






.captcha-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.captcha-img img {
    width: 200px;
}

#captcha_reload i {
    color: #000000;
    font-size: 22px;
    line-height: 40px;
    padding-left: 10px;
}

#captcha-field {
    margin: 0;
}

#captcha-error {
    text-align: center;
}

#captcha-error p {
    margin: 0;
}

#captcha_reload i {
    color: #000;
    font-size: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#captcha-field {
    margin-top: 0px;
}

#captcha_image {
    width: 80%;
    height: 100%;
    margin: 0 0px 0 0;
    text-align: center;
}

#success_message {
    text-align: center;
    background-color: #dff2d5;
    padding: 5px 10px;
    border: 1px solid #399d04;
    margin-top: 20px;
}

#success_message h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.help-block.error,
#file-error p {
    color: #f00;
    font-size: 14px;
}

#employment_type-error {
    position: absolute;
    top: 100%;
}

#error_message {
    text-align: center;
    background-color: #f2d5d5;
    padding: 5px 10px;
    border: 1px solid #9d0404;
    margin-top: 20px;
}

#error_message h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}




@media only screen and (max-width: 1160px) {
    .navbar-contact {
        display: none;
    }
}


@media only screen and (max-width: 1366px) {
    .navbar-contact {
        display: none;
    }
    .left-block-list {
        padding-bottom: 50px;
    }
    .chairman-section .sec-title {
        margin-bottom: 20px;
    }
    .chairman-section .sec-title .subtitle-section {
        margin: 0;
        font-size: 14px;
    }
    .chairman-section .sec-title h2 {
        margin: 0;
        font-size: 30px;
    }
    .chairman-section .box-wrapper .box-bottom {
        padding: 20px 40px 8px 60px;
    }
    .chairman-section .image-box .img2 {
        width: 160px;
    }
    .projects-section .projects .project .text h4 {
        font-size: 20px;
    }
    .projects-section .projects .project .text p {
        font-size: 14px;
    }
    .corporate-section .image-box {
        padding-right: 80px;
    }
    .corporate-section .image-box .img2 {
        width: 230px;
    }
    .corporate-section .image-box .text-box {
        width: 140px;
        height: 140px;
    }
    .corporate-section .image-box .text-box h2 {
        font-size: 36px;
    }
    .corporate-section .image-box .text-box h4 {
        font-size: 15px;
    }

    .founder-and-directors .row-founder {
        margin-bottom: 130px;
    }
    .founder-and-directors .img-box {
        height: 440px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar .navbar-toggler {
        background-color: #fff;
    }
    .navbar .navbar-toggler-icon {
        border-top: 2px solid #000;
    }
    .navbar .navbar-toggler-icon::before, 
    .navbar .navbar-toggler-icon::after {
        border-top-color: #000;
    }
    .menu-opened .navbar-toggler-icon, 
    .menu-opened .navbar-toggler-icon::before, 
    .menu-opened .navbar-toggler-icon::after  {
        border-color: var(--forth-color);
    }
    .slide-caption-img {
        display: none;
    }
    .slider-area .left-block {
        display: none;
    }
    .slide-caption .content-box {
        top: -8vw;
    }
    .about-section .exp-text h1 {
        font-size: 12vw;
        line-height: 10vw;
    }
    .about-section .exp-text h4 {
        font-size: 20px;
    }
    .sectors-section .item .text h4 {
        font-size: 32px;
    }
    .sectors-section .item .text p {
        font-size: 15px;
    }
    .founder-and-directors {
        padding: 80px 0 210px;
    }
    .founder-and-directors .img-box {
        height: 370px;
    }
    .founder-and-directors .row-founder {
        margin-bottom: 50px;
    }
    .founder-and-directors .row-2 .content {
        bottom: -150px;
    }
}


@media only screen and (max-width: 991px) {
    .navbar {
        padding: 20px 10px;
    }
    .menu-opened {
        background-color: #254798 !important;
    }
    .navbar-nav {
        margin-left: 0;
        padding-top: 30px;
        height: 50vh;
        overflow-y: scroll;
    }
    .navbar-nav li .nav-link {
        color: #fff !important;
        padding: 10px 0px !important;
    }
    .fixed-header .navbar-nav li .nav-link {
        color: #fff !important;
    }

    .dropdown-menu .dropdown-submenu {
        display: block;
        position: relative;
        left: 0;
        border-top: none;
    }
    .dropdown-menu .submenu .dropdown-submenu li a {
        padding-left: 35px;
    }

    .fixed-header.menu-opened .navbar-brand .light {
        display: block;
    }
    .fixed-header.menu-opened .navbar-brand .dark {
        display: none;
    }
    .navbar-inner .navbar-nav li .nav-link {
        color: #000 !important;
    }
    .banner-slider .owl-nav .owl-prev, .banner-slider .owl-nav .owl-next {
        width: 60px;
        height: 60px;
        border: 1px solid #fff !important;
    }
    .slide-caption .content-box {
        max-width: 330px;
    }
    .sec-title h2 {
        font-size: 35px;
    }

    .about-section .exp-text h1 {
        font-size: 14vw;
        line-height: normal;
        margin-bottom: 0;
        background-position: -10px -60px;
    }
    .about-section .exp-text h4 {
        text-align: left;
    }
    .about-section .exp-text {
        margin-bottom: 40px;
    }
    .chairman-section .box-wrapper {
        padding-left: 0px;
        margin-top: 60px;
    }
    .chairman-section .box-wrapper .box-bottom {
        padding: 20px 40px 8px 30px;
    }

    .footer-contact .contact-box {
        margin-bottom: 30px;
    }
    .corporate-section .box-wrapper {
        padding: 60px;
        margin-left: 0;
    }
    .corporate-section .image-box .img2 {
        width: 50%;
    }
    .why-section .img-wrap {
        margin-left: 40px;
        margin-top: 40px;
    }
    .business-section .wrap::before {
        opacity: 0;
    }
    .business-section .right .inner {
        padding: 0;
        margin-top: 40px;
    }
    .business-section .img-wrap {
        margin-left: 0px;
    }
    .business-section .inner {
        padding-top: 100px;
        padding-left: 0;
    }
    .business-section .sec-title h2 {
        font-size: 40px;
    }
    .telecom-three .content {
        margin-top: 20px;
    }
    .completed-section .content.left {
        padding-right: 0px;
    }
    .completed-section .content.right {
        padding-left: 0px;
        margin-top: 20px;
    }
    .ongoing-section .content.left {
        padding-right: 0px;
    }
    .ongoing-section .content.right {
        padding-left: 0;
        margin-top: 20px;
    }

    .vision-mission .item .text.right {
        padding-left: 0px;
        padding-top: 20px;
    }
    .vision-mission-2 .colm:nth-child(1) {
        border-width: 0 1px 1px 0;
    }
    .vision-mission-2 .colm:nth-child(2) {
        border-width: 0 0 1px 0;
    }
    .vision-mission-2 .colm:nth-child(3) {
        border-width: 0 1px 1px 0;
    }
    .vision-mission-2 .colm:nth-child(4) {
        border-width: 0 0px 1px 0;
    }
    .founder-and-directors .img-box {
        height: auto;
    }
    .founder-and-directors .content {
        position: relative;
    }
    .founder-and-directors .left {
        padding: 40px;
        margin-right: 0;
    }
    .founder-and-directors .right {
        padding: 40px;
        margin-left: 0;
    }
    .founder-and-directors .row-2 .content {
        bottom: -50px;
    }
    .founder-and-directors .content .info h3 {
        font-size: 30px;
    }
    .quality-and-safety {
        padding: 80px 0 120px;
    }
    .quality-and-safety .img-box {
        padding-left: 0;
        margin-top: 60px;
    }
    .life-at-section {
        padding: 80px 15px;
    }
    .life-at-section .inner:nth-child(1) .content {
        padding-left: 0;
        padding-top: 30px;
    }
    .life-at-section .inner:nth-child(3) .content {
        padding-left: 0;
        margin-top: 30px;
    }
    .business-section {
        padding: 100px 0;
    }
    .business-section .right .img-wrap .shape-1 {
        display: none;
    }
    .business-section .left .inner {
        padding: 0;
    }
    .business-section .img-wrap {
        top: 0;
        margin-top: 20px;
    }
    .business-section .left .img-wrap .shape-1 {
        display: none;
    }
    .contact-section .contact-box {
        padding: 50px 0 0 0px;
    }
    .contact-section .map-box .map iframe {
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .navbar-brand img {
        width: 180px;
    }
    .section-xxl {
        padding: 160px 0 140px;
    }
    .block-left-custom {
        margin-left: 10%;
    }
    .banner-slider .owl-nav .owl-prev, .banner-slider .owl-nav .owl-next {
        /* display: block; */
        font-size: 20px !important;
        width: 50px;
        height: 50px;
    }
    .swiper-caption-subtitle {
        font-size: 14px;
    }
    /* .swiper-caption-title {
        font-size: 10vw;
        margin-bottom: 25px;
    } */
    .slide-caption .content-box {
        top: 0;
    }
    .slide-caption .content-box {
        max-width: 200px;
    }
    .title-section {
        font-size: 50px;
    }
    .about-section .exp-text {
        text-align: left;
        margin-bottom: 50px;
    }
    .sectors-section .item .button {
        position: absolute;
    }
    .sectors-section .item {
        margin-bottom: 30px;
    }
    .sectors-section .owl-nav {
        text-align: center;
        margin-top: 20px;
    }
    .sectors-section .owl-nav button {
        position: relative;
    }
    .sectors-section .owl-nav .owl-prev {
        left: 0px;
    }
    .sectors-section .owl-nav .owl-next {
        right: 0px;
    }
    .chairman-section .box-wrapper {
        padding-left: 0;
    }
    .chairman-section .box-wrapper .box-bottom {
        padding: 30px 30px 20px 30px;
    }
    .chairman-section .box-wrapper .box-bottom p {
        font-size: 16px;
        line-height: 22px;
    }
    .chairman-section .box {
        padding: 50px 0px;
    }
    .projects-section {
        padding: 80px 10px;
    }
    .projects-section .sec-title {
        text-align: center;
    }
    #project-terms {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .projects-section .projects .project .text h4 {
        font-size: 24px;
    }
    .projects-section .projects .project .text p {
        font-size: 16px;
    }

    .vision-mission {
        padding: 80px 15px;
    }
    .vision-mission .item {
        padding: 30px;
    }
    .vision-mission-2 {
        padding: 60px 0;
    }
    .vision-mission-2 .item {
        padding: 50px 30px;
    }
    .vision-mission-2 .colm:nth-child(1) {
        border-width: 0 0px 1px 0;
    }
    .vision-mission-2 .colm:nth-child(3) {
        border-width: 0 0px 1px 0;
    }
    .vision-mission-2 .colm:nth-child(5) {
        border-width: 0 0 1px 0;
    }
    .telecom-two {
        padding: 30px;
    }

    footer {
        padding-top: 60px;
    }
    footer .widget-about {
        padding-right: 0;
    }
    footer .widget {
        margin-bottom: 40px;
    }
    .business-projects-section {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 575px) {
    .about-section .exp-text h1 {
        font-size: 100px;
    }
    .chairman-section {
        background-image: none;
    }
    .chairman-section .image-box .img2 {
        display: none;
    }
    .chairman-section .image-box {
        padding-left: 0;
    }
    .chairman-section .image-box .text-box {
        left: 0;
    }
    .chairman-section .box-wrapper .box-top {
        padding: 0px 0px 10px 0px;
    }
    .chairman-section .box-wrapper {
        margin-top: 20px;
    }
    .inner-banner .content-box {
        left: 10%;
    }
    .inner-banner .content-box .caption-title {
        font-size: 3.2vw;
    }
    .recognitions-section .inner {
        padding: 60px 80px;
    }
    .recognitions-section .item {
        flex-direction: column;
    }
    .life-at-section .inner {
        padding: 30px;
    }
    .life-at-section .inner:nth-child(2) .content {
        padding-right: 0px;
    }
    .life-at-section .inner:nth-child(4) .content {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 425px) {
    .title-section {
        font-size: 40px;
    }
    .business-section .sec-title h2 {
        font-size: 30px;
    }
    .quality-and-safety .img-box .img1 {
        width: 70px;
    }
    .quality-and-safety .img-box .shape-1 {
        position: relative;
        display: none;
    }
}

@media only screen and (max-width: 375px) {
    .navbar {
        padding: 20px 10px;
    }
    .banner-slider .slide {
        background-position: 50% 50%;
    }
    .about-section .exp-text h1 {
        font-size: 140px;
        line-height: 120px;
    }
    .chairman-section .image-box .text-box {
        width: 330px;
        font-size: 15px;
    }
    #project-terms .btn-default {
        margin: 0 15px;
    }
}

