/********** Template CSS **********/
* {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
    
}


:root {
    --danger: #df1818;
    --primary: #FF5E14;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #070a0fc5;
    --red: #F30A0A;
    --blue: #01224f;
    --hover: #e32b2b;
    --gray: #404040;
    --ash: #0000001f;
    --brown: #6a5c56;
    --big-text: 16px;
    --small-text: 15px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Topbar ***/
.bg_dark {
    background-color: #000;
}

/*** Topbar End ***/

/*** carousel text ***/
.text_danger {
    color: var(--danger);
}
/*** carousel text End ***/

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}
.btn_danger {
    border: #ffffff;
    border-radius: 2px 2px;
    background: #F30A0A;
    color: #F30A0A;
}
.btn_danger,
.btn-outline-primary:hover {
    color: #FFFFFF;
   
} 
.btn_danger1 {
    color: #F30A0A;
}
/* .btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
   
}  */

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: var(--danger);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--danger);
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 75px;
    display: flex;
    align-items: center;
    background: var(--light);
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: var(--light);
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--danger);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .design-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        margin-left: 50px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #000000de 10%, #00000079 100%);
    z-index: 1;
}

.design {
    border-radius: 9px;
}

.design-1 {
    border-radius: 9px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--danger);
    border: 15px solid var(--danger);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        width: 10%;
    }

    .carousel-control-next-icon {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 2.5rem;
}
}

.page-header {
    background: linear-gradient(to right, #000000de 10%, #00000079 100%), url(../img/services-bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;

}

.page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #001d2b;
    opacity: .5;
}

.page-header .container {
    position: relative;
}

.page-header .container .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    border-bottom: 3px solid red;
}

.page-header .container .breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.page-header .container .breadcrumb li a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
}

.page-header .container h1, .page-header .container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-header .container .breadcrumb li + li:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
    margin-right: 9px;
}

.page-header .container h1 {
    font-size: 50px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 15px;
    font-weight: 600;
    color: var(--light);
}

.container {
    margin: 50px 0px;
}

/* welcome text :start */
.welcome p {
    font-size: 18px;
    color: var(--gray);
    text-align: justify;
}

/* welcome text End */ 

/*** About us***/

.aboutwrapper {
    align-items: center;
    column-gap: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 59px;
    padding: 70px 10%;
}

.Left-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
    width: 50%;
}

.Left-content p {
    color: var(--gray);
    font-size: var(--small-text);
    line-height: 23px;
}

.main-details {
    display: flex;
    text-align: justify;
    flex-direction: column;
    row-gap: var(--big-text);
}

.subtitle h1.headline {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    border-bottom: 2px solid #df1818;;
    letter-spacing: .2em;
}

.right-content {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    width: 50%;
}

.right-content img {
    width: 100%;
    height: 300px;
}

.Corporate-Values {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 60px 10% 160px;
    row-gap: 20px;
}

.Corporate-Values h2 {
    color: var(--dark);
    font-size: 24px;
}

.ValuesWrapper {
    column-gap: 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    width: 100%;
}

.ValuesCard {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    text-align: center;
}

.valuesCard p {
    color: var(--gray);
    font-size: var(--big-text);
    line-height: 23px;
}

.ValuesCard svg {
    color: var(--red);
    font-size: 25px;
}

.about-image {
    height: 500px;
}

@media (max-width: 500px) {
    .Corporate-Values h2 {
        font-size: 24px;
    }

    .valuesCard {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .Left-content h1 {
        font-size: 25px;
    }

    .right-content img {
        border-radius: 50px;
        height: 320px;
    }
}

@media (max-width: 500px) {
    .Corporate-Values h2 {
        font-size: 24px;
    }
}

@media (max-width: 750px) {
    .right-content {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .aboutWrapper {
        flex-direction: column;
        row-gap: 30px;
    }

    .right-content {
        width: 80%;
    }

    .Left-content {
            align-items: center;
            text-align: center;
            width: 100%;
    }

    .right-content img {
        height: 250px;
    }
    
}

@media (max-width: 1000px) {
    .Left-content {
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .Left-content h1 {
        font-size: 28px;
    }

    .right-content {
        width: 100%;
    }

    .right-content img {
        height: 280px;
    }

    .about-image {
        height: 280px;
    }
}

@media (max-width: 1300px) {
    .aboutWrapper, .missionVisionWrapper {
        padding: 100px 5%;
    }

    .Corporate-Values {
        padding: 60px 5%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
    /* About Us End*/

    /* Contact Us  Start*/

.MissionVision {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 10%;
}

.MissionWrapper {
    display: flex;
    height: 320px;
    width: 80%;
}

.Mission {
    align-items: center;
    background-color: var(--blue);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
    row-gap: 5px;
    text-align: center;
    width: 50%;
}

.Mission ul {
    text-align: left;
}

.Mission h3 {
    font-size: 24px;
    color: #cdcdcd;
}

.Mission p {
    color: #cdcdcd;
    font-size: 14px;
    line-height: 15px;
}

.Mission li {
    font-size: 14px;
    color: #cdcdcd;
}

.MissionWrapper img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 50%;
}

.Visionwrapper{
    flex-direction: row-reverse;
}

.mission {
    align-items: center;
    /* background-color: var(--blue); */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
    row-gap: 5px;
    text-align: center;
    width: 50%;
}

.Vision {
    background-color: #ba3333;
}

.contactHeading, .contactWrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.contactWrapper {
    padding: 50px 8%;
    row-gap: 40px;
}

.contactHeading {
    row-gap: 10px;
    text-align: center;
}

.contactHeading p {
    font-size: var(--big-text);
    line-height: 22px;
    width: 70%;
    color: #000;
}

.contactHeading img {
    height: 130px;
    position: absolute;
    left: 100%;
    top: 10px;
    width: auto;
}

.contactHeading h2 {
    font-size: 42px;
    font-weight: 400;
}

.contactCard {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #e9e9e9;
}

.contactCard h4 {
    color: #000;
    font-weight: 300;
    font-size: 20px;
}

@media (max-width: 450px) {
    .Mission {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 30px 20px;
    }
    .Mission h3 {
        font-size: 20px;
    }
    .Mission p {
        font-size: var(--small-text);
    }
    .MissionWrapper img {
        height: 220px;
    }
    .Vision {
        height: 250px;
    }
    .contactHeading h2.contact-text  {
        font-size: 22px;
    }
}

@media (max-width: 750px) {
    .MissionWrapper {
        flex-direction: column;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
    .Mission, .MissionWrapper img {
        height: 300px;
        width: 100%;
    }
    .contactHeading h2.contact-text  {
        font-size: 22px;
    }
}

@media (max-width: 1000px) {
    .MissionVision {
        padding: 60px 5%;
    }
    .MissionWrapper {
        width: 100%;
    }
    .contactHeading img {
        display: none;
    }
    .contactHeading h2.contact-text {
        font-size: 22px;
    }
}
@media (max-width: 1300px) {
    .MissionVision {
        padding: 100px 5%;
    }
    .MissionWrapper {
        width: 85%;
    }
}

.contactCard .space {
    padding: 15.5px 0;
}

.contactHeading h2.contact-text {
    color: #000000c2;
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
    border-bottom: 2px solid #df1818;
    letter-spacing: .2em;
}



/* Engineering Design Start */

.serviceWrapper {
    width: 100%;
    background-image: url();
    background-position: top;
    background-size: cover;
    height: fit-content;
    margin-top: 0px;
}

.overlay {
    align-items: flex-start;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 70vh;
    justify-content: center;
    padding: 0 10%;
    row-gap: 15px;
    width: 100%;
}

.serviceWrapper .serviceHeading {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 70vh;
    justify-content: center;
}

.serviceWrapper .serviceHeading h2 {
    font-size: 35px;
    font-weight: 800;
}

.serviceWrapper .serviceHeading p {
    color: var(--gray);
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
}

.serviceWrapper .serviceHeading ul {
    color: var(--gray);
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
}

.aimWrapper {
    align-items: center;
    column-gap: 50px;
    display: flex;
    justify-content: space-between;
    padding: 150px 10%;
    position: relative;
}

.aimRightWrapper {
    align-items: center;
    column-gap: 50px;
    display: flex;
    justify-content: space-between;
    padding: 150px 10%;
    position: relative;
}

.leftAimWrapper {
    width: 50%;
}

.leftAimWrapper .angle, .leftAimWrapper .angle2 {
    background-color: var(--blue);
    height: 100%;
    position: absolute;
    top: 0;
    width: 35%;
    z-index: -1;
}

.leftAimWrapper .angle {
    -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
    left: 0;
}

.leftAimWrapper .angle2 {
    -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
}

.leftAimWrapper2 img {
    background-color: var(--gray);
    object-fit: contain;
    z-index: 2;
    position: relative;
}

.leftAimWrapper img {
    background-color: gray;
    height: 480px;
    object-fit: cover;
    width: 100%;
}

.rightAimWrapper {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    width: 50%;
}

.rightAimWrapper h2 {
    color: var(--blue);
    font-size: 35px;
}

.rightAimWrapper p {
    color: var(--gray);
    font-size: 18px;
    /* line-height: 2px; */
    width: 100%;
}

.rightAimWrapper ul {
    padding-top: 10px;
    list-style-type: disc;
}

.rightAimWrapper li {
    margin-left: 20px;
    font-size: 18px;
    color: var(--gray);
    
}

.banner2 img {
    background-color: gray;
    height: 270px;
    margin: 100px 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.procurement {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 50px 10% 150px;
    row-gap: 20px;
}

.procurement h2 {
    color: var(--blue);
    font-size: 35px;
}

.procurement .procurement-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.procurement .procurement-content ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    list-style: none;
}

.procurement .procurement-content h3{
    font-size: 17px;
}

.procurement .procurement-content li{
    color: var(--gray);
    font-size: 18px;
    margin-left: 0px;
}

.procurement img {
    height: auto;
    object-fit: cover;
    width: auto;
}

.imagery {
    align-items: center;
    background-color: var(--ash);
    column-gap: 50px;
    display: flex;
    justify-content: space-between;
    padding: 150px 10%;
}

.leftImagery {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 48%;
}

.leftImagery h2 {
    color: var(--blue);
    font-size: 35px;
}

.leftImagery p {
    color: var(--gray);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 23px;
    row-gap: 20px;
}

.imagery img {
    background-color: gray;
    height: 400px;
    object-fit: cover;
    width: 48%;
}

.laser {
    align-items: center;
    column-gap: 50px;
    display: flex;
    justify-content: space-between;
    padding: 150px 10%;
}

.laser img {
    background-color: gray;
    height: 400px;
    object-fit: cover;
    width: 48%;
}

.leftLaser {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 48%;
}

.leftLaser h2 {
    color: var(--blue);
    font-size: 35px;
}

.leftLaser ul {
    color: var(--gray);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 23px;
    row-gap: 15px;
}

.leftLaser li {
    margin-left: 20px;
}

@media (max-width: 500px) {
    .aimWrapper {
        padding-bottom: 50px;
    }
    .aimWrapper .angle {
        height: 45%;
        width: 70%;
    }
    .aimRightWrapper .angle {
        height: 45%;
        width: 70%;
    }
    .aimRightWrapper {
        padding-bottom: 50px; 
    }
    .leftAimWrapper .angle2 {
        height: 40%;
        width: 70%;
    }
    .leftAimWrapper img {
        height: 280px;
        margin-top: -70px;
    }
    .leftAimWrapper h2, .leftImagery h2, .leftLaser h2, .procurement h2 {
        font-size: 25px;
    }
    .procurement .procurement-content {
        flex-direction: column;
    }
    .procurement .procurement-content ul {
        width: 100%;
    }
    .imagery {
        padding: 100px 5%;
    }
    .leftAimWrapper h2, .leftImagery h2, .leftLaser h2, .procurement h2 {
        font-size: 25px;
    }
    .imagery img {
        height: 250px;
    }
    .laser {
        padding: 100px 5%;
    }
    .laser img {
        height: 250px;
    }
}

@media (max-width: 650px) {
    .aimWrapper .angle {
        height: 45%;
    }
    .aimRightWrapper .angle {
        height: 45%;
    }
    .leftAimWrapper img {
        margin-top: -70px;
    }
    .procurement img {
        height: auto;
        width: 90%;
    }
    .leftAimWrapper .angle2 {
        height: 40%;
    }
}

@media (max-width: 750px) {
    .leftAimWrapper img {
        height: 300px;
        margin-top: -50px;
        width: 100%;
    }
    .rightAimWrapper h2 {
        font-size: 26px;
    }
    .rightAimWrapper p {
        font-size: var(--small-text);
    }
    .procurement h2 {
        font-size: 20px;
        text-align: center;
    }
    .procurement .procurement-content ul {
        font-size: var(--small-text);
    }
    .leftImagery h2 {
        font-size: 26px;
    }
    .leftImagery p {
        font-size: var(--small-text);
    }
    .leftLaser h2 {
        font-size: 26px;
    }
    .leftLaser ul {
        font-size: var(--small-text);
    }
    .serviceWrapper .serviceHeading h2 {
        font-size: 28px;
    }
    .serviceWrapper .serviceHeading p {
        font-size: var(--small-text);
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .aimWrapper {
        flex-direction: column;
        row-gap: 100px;
    }
    .aimRightWrapper {
        flex-direction: column;
        row-gap: 100px;
    }
    .leftAimWrapper {
        width: 100%;
    }
    .aimWrapper .angle {
            -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
            height: 40%;
            width: 50%;
    }
    .aimRightWrapper .angle {
        -webkit-clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%);
        height: 40%;
        width: 50%;
    }
    .leftAimWrapper .angle2 {
        -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
        height: 45%;
        width: 50%;
    }
    .leftAimWrapper img {
        height: 350px;
        margin-top: -50px;
        width: 100%;
    }
    .rightAimWrapper {
        width: 100%;
    }
    .rightAimWrapper h2 {
        font-size: 30px;
        margin-top: 20px;
    }
    .rightAimWrapper p {
        font-size: var(--small-text);
    }
    .procurement h2 {
        font-size: 25px;
    }
    .procurement .procurement-content {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .procurement .procurement-content ul {
        font-size: var(--small-text);
    }
    .imagery {
        flex-direction: column;
        row-gap: 30px;
    }
    .leftImagery {
        width: 100%;
    }
    .leftImagery h2 {
        font-size: 30px;
    }
    .leftImagery p {
        font-size: var(--small-text);
    }
    .imagery img {
        height: 350px;
        object-position: center;
        width: 100%;
    }
    .laser {
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .laser img {
        height: 350px;
        object-position: center;
        width: 100%;
    }
    .leftLaser {
        width: 100%;
    }
    .leftLaser h2 {
        font-size: 30px;
    }
    .leftLaser ul {
        font-size: var(--small-text);
    }
    .serviceWrapper .service {
        row-gap: 10px;
    }
    .serviceWrapper .serviceHeading h2 {
        font-size: 27px;
    }
    .serviceWrapper .serviceHeading p {
        font-size: var(--big-text);
    }
}

@media (max-width: 1300px) {
    .aimWrapper {
        padding: 150px 5%;
    }
    .procurement {
            padding: 50px 0% 150px;
    }
    .documentation, .imagery, .laser {
        padding: 150px 5%;
    }
    .documentation, .imagery, .laser {
        padding: 150px 5%;
    }
}


/* Engineering Design End*/

/* seismic data processing Start*/

.processingWrapper {
    background-color: var(--ash);
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 150px 10%;
}

.processingWrapper img {
    background-color: gray;
    height: 400px;
    object-fit: cover;
    object-position: center;
    width: 48%;
}

.processingWrapper .ProcessingContent {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 48%;
}

.processingWrapper .ProcessingContent h2 {
    color: var(--blue);
    font-size: 30px;
}

.processingWrapper ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.processingWrapper p {
    color: var(--gray);
    line-height: 23px;
    font-size: 18px;
}

.processingWrapper li {
    color: var(--gray);
    margin-left: 10px;
    font-size: 18px;
}

.enhanceWrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 150px 10%;
    row-gap: 40px;
}

.topWrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.topWrapper .content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 48%;
}

.topWrapper .content h2 {
    color: var(--blue);
    font-size: 30px;
}

.topWrapper ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.topWrapper li, .topWrapper p {
    line-height: 23px;
    color: var(--gray);
    font-size: 18px;
}

.topWrapper li {
    margin-left: 0px;
    color: var(--gray);
    font-size: 18px;
}

.topWrapper img {
    background-color: gray;
    height: 400px;
    object-fit: cover;
    object-position: center;
    width: 48%;
}

.bottomWrapper {
    width: 100%;
}

.bottomWrapper h2 {
    color: var(--blue);
    font-size: 30px;
}

.bottomWrapper ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    
}

.bottomWrapper li {
    line-height: 23px;
    margin-left: 0px;
    color: var(--gray);
    font-size: 18px;
}

.bottomWrapper span {
    line-height: 23px;
    margin-left: 0px;
    color: var(--gray);
    font-size: 18px;
    font-weight: none;

}

.analysisWrapper {
    display: flex;
    flex-direction: column;
    padding: 150px 10%;
    row-gap: 20px;
}

.analysisWrapper h2 {
    color: var(--blue);
    font-size: 32px;
}

.contentWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.conentImages, .contentWrapper .content, .contentWrapper .content ul {
    display: flex;
    flex-direction: column;
}

.contentWrapper .content {
    row-gap: 10px;
}

.contentWrapper .content ul {
    row-gap: 8px;
}

.contentWrapper .content h2 {
    margin-top: 20px;
}

.analysisWrapper h2 {
    color: var(--blue);
    font-size: 32px;
}

.contentWrapper .content li {
    line-height: 23px;
    margin-left: 20px;
    color: var(--gray);
    font-size: 18px;
}

.softwareWrapper {
    display: flex;
    flex-direction: column;
    padding: 150px 10%;
    row-gap: 20px;
}

.topSoftwareSection {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.softwareWrapper h2 {
    color: var(--blue);
    font-size: 32px;
    row-gap: 40px;
}

.topSoftwareContent p {
    color: var(--gray);
    font-size: var(--big-text);
    line-height: 25px;
    font-size: 18px;
}

.bottomSoftwareContent {
    align-items: center;
    column-gap: 30px;
    display: flex;
    justify-content: space-between;
    row-gap: 10px;
}

.bottomSoftwareContent .content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 48%;
}

.bottomSoftwareContent ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    font-size: 18px;
    color: var(--gray);
}

.bottomSoftwareSection .content li {
    margin-left: 20px;
    font-size: 18px;
    color: var(--gray);
}

.bottomSoftwareContent img {
    height: 300px;
    object-fit: cover;
    width: 48%;
}
/* seismic data processing End*/

/* subsurface Start */

.suboverlay {
    align-items: flex-start;
    /* background-color: #00000082; */
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 70vh;
    justify-content: center;
    padding: 0 10%;
    row-gap: var(--big-text);
    width: 100%;
}

.subSurfaceWrapper .suboverlay h2 {
    font-size: 35px;
}

.subSurfaceWrapper .suboverlay p {
    color: var(--gray);
    font-size: 18px;
    line-height: 23px;
    width: 680px;
}

.suboverlay ul {
    padding-top: 10px;
}

.suboverlay li {
    margin-left: 0px;
    font-size: 18px;
    color: var(--gray);
}

.seismic {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 150px 10%;
}

.leftSeismic {
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 8px;
    width: 48%;
}

.seismic img {
    background-color: gray;
    height: 500px;
    object-fit: cover;
    width: 48%;
}

.leftSeismic img {
    background-color: #fff0 !important;
    height: 87px !important;
    left: -20px;
    position: absolute;
    top: -10px;
    width: 292px !important;
}

.leftSeismic h2 {
    color: var(--blue);
    font-size: 35px;
}

.leftSeismic p {
    color: var(--gray);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 23px;
    row-gap: 15px;
}

.leftSeismic li {
    margin-left: 0px;
    font-size: 18px;
    color: var(--gray);
}

.seismicAsh {
    background-color: var(--ash);
}

@media (max-width: 500px) {
    .processingWrapper img {
        height: 250px;
    }
    .processingWrapper .ProcessingContent h2 {
        font-size: 23px;
    }
    .analysisWrapper h2, .bottomWrapper h2, .contentWrapper .content h2, .topWrapper .content h2 {
        font-size: 21px;
    }
    .topWrapper img {
        height: 250px;
    }
    .softwareWrapper h2 {
        font-size: 23px;
    }
    .bottomSoftwareContent img {
        height: 250px;
    }
    .topSoftwareContent h2 {
        font-size: 28px;
    }
}

@media (max-width: 750px) {
    .analysisWrapper, .enhanceWrapper, .processingWrapper {
        padding: 100px 5%;
    }
    .processingWrapper .ProcessingContent h2 {
        font-size: 25px;
    }
    .processingWrapper p {
        font-size: var(--small-text);
    }
    .topWrapper .content h2 {
        font-size: 22px;
    }
    .topWrapper ul {
        font-size: var(--small-text);
    }
    .bottomWrapper h2 {
        font-size: 22px;
    }
    .bottomWrapper ul {
        font-size: var(--small-text);
    }
    .softwareWrapper {
        padding: 100px 5%;
    }
    .softwareWrapper h2 {
        font-size: 26px;
    }
    .bottomSoftwareContent ul, .topSoftwareContent p {
        font-size: var(--small-text);
    }
    .bottomSoftwareContent {
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .bottomSoftwareContent .content {
        width: 100%;
    }
    .bottomSoftwareContent img {
        height: 280px;
        width: 100%;
    }
    .topSoftwareContent h2 {
        font-size: 30px;
    }
}

@media (max-width: 1000px) {
    .processingWrapper {
        flex-direction: column;
        row-gap: 50px;
    }
    .processingWrapper img {
        height: 300px;
        width: 100%;
    }
    .processingWrapper .ProcessingContent {
        width: 100%;
    }
    .bottomWrapper h2, .processingWrapper .ProcessingContent h2 {
        font-size: 23px;
    }
    .processingWrapper p {
        font-size: var(--big-text);
    }
    .topWrapper {
        flex-direction: column;
        row-gap: 70px;
    }
    .topWrapper .content {
        width: 100%;
    }
    .topWrapper .content h2 {
        font-size: 23px;
    }
    .bottomWrapper ul, .topWrapper ul {
        font-size: var(--big-text);
    }
    .enhanceWrapper img {
        height: 300px;
        width: 100%;
    }
    .bottomWrapper {
        padding-top: 40px;
        width: 100%;
    }
    .topSoftwareContent h2 {
        font-size: 30px;
    }
}
@media (max-width: 1300px) {
    .analysisWrapper, .enhanceWrapper, .processingWrapper, .softwareWrapper {
        padding: 150px 5%;
    }
}
/* subsurface End */

/* produced water services */
.topContent {
    display: flex;
    flex-direction: column;
    padding: 100px 10%;
    row-gap: 10px;
}

.topContent p {
    color: var(--gray);
    font-size: 18px;
    line-height: 21px;
    width: 100%;
}

.managementTable {
    background-color: var(--gray);
    background-image: url();
    background-position: 50%;
    background-size: cover;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
}

.managementTable img {
    height: auto;
    object-fit: cover;
    width: 70%;
}

.imgWrapper{
    align-items: center;
    background-color: hsla(0, 0%, 100%, .833);
    display: flex;
    justify-content: center;
    padding: 100px 10%;
    width: 100%;
}

.bottomContent {
    display: flex;
    flex-direction: column;
    padding: 100px 10%;
    row-gap: 10px;
}

.bottomContent p {
    color: var(--gray);
    font-size: 18px;
    line-height: 21px;
}

.bottomContent ul {
    color: var(--gray);
    font-size: 18px;
    line-height: 21px;
}
  /* produced water services */

/* Well services Start */
.acquisitionWrapper {
    background-image: url();
    background-position: bottom;
    background-size: cover;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
}

.acquisitionOverlay {
    align-items: center;
    background-color: hsla(0, 0%, 93%, .916);
    display: flex;
    flex-direction: column;
    padding: 150px 10%;
    width: 100%;
}

.acquisitionOverlay .topContent {
    display: flex;
    justify-content: space-between;
}

.topContent .content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 70%;
}

.topContent .content h2 {
    color: var(--blue);
    font-size: 35px;
}

.topContent p {
    color: var(--gray);
    line-height: 23px;
    font-size: 18px;
}

.topContent li {
    color: var(--gray);
    line-height: 23px;
    font-size: 18px;
}

.acquisitionOverlay img {
    height: 244px;
    margin-top: -50px;
    object-fit: cover;
    width: 306px;
}

.topContent img {
    height: auto;
    object-fit: cover;
    width: 30%;
}

.integrityWrapper {
    background-image: url();
    background-position: 50%;
    background-size: cover;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
}


.integrityOverlay {
    align-items: center;
    background-color: hsla(0, 0%, 100%, .907);
    display: flex;
    flex-direction: column;
    padding: 150px 10%;
    row-gap: 10px;
    text-align: center;
    width: 100%;
}

.integrityOverlay h2 {
    color: var(--blue);
    font-size: 35px;
}

.integrityOverlay p {
    color: var(--gray);
    font-size: var(--big-text);
    line-height: 23px;
    font-size: 18px;
}

.contentImages img {
    display: flex;
    flex-direction: column;
}

@media (max-width: 500px) {
    .acquisitionOverlay, .productivityWrapper, .sandWrapper, .seismic {
        padding: 100px 5%;
    }
    .acquisitionOverlay img, .seismic img {
        height: 250px;
    }
    .seismic .leftSeismic h2 {
        font-size: 23px;
    }
    .seismic p, .seismic ul {
        font-size: var(--small-text);
    }
    .integrityOverlay h2 {
        font-size: 23px;
    }
    .integrityOverlay p {
        font-size: var(--small-text);
    }
}

@media (max-width: 750px) {
    .seismic {
        padding: 100px 5%;
    }
}
@media (max-width: 1000px) {
    .seismic {
        flex-direction: column;
        row-gap: 50px;
    }
    .seismic img {
        height: 300px;
        width: 100%;
    }
    .seismic .leftSeismic {
        width: 100%;
    }
    .integrityOverlay h2, .productivityWrapper .content h2, .sandWrapper .content h2, .topSection .content h2, .seismic .leftSeismic h2 {
        font-size: 28px;
    }
}
@media (max-width: 1300px) {
    .acquisitionOverlay, .integrityOverlay, .productivityWrapper, .sandWrapper, .seismic {
        padding: 150px 5%;
    }
    .seismic p, .seismic ul {
        font-size: var(--small-text);
    }
    .integrityOverlay h2 {
        font-size: 30px;
    }
    .integrityOverlay h2, .productivityWrapper .content h2, .sandWrapper .content h2, .topSection .content h2, .seismic .leftSeismic h2 {
        font-size: 28px;
    }
    .integrityOverlay p {
        font-size: var(--small-text);
    }
}

/* Well Services End*/



/* Training Services Start*/
.trainingWrapper {
    align-items: center;
    column-gap: 80px;
    display: flex;
    padding: 150px 10%;
}

.trainingWrapper img {
    height: 400px;
    width: 48%;
}
.trainingWrapper.content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.trainingWrapper .content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.firstContent {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.secondContent {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.trainingWrapper h2 {
    color: var(--blue);
    font-size: 30px;
}

.trainingWrapper ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.trainingWrapper .content li {
    margin-left: 20px;
    font-size: 18px;
    color: var(--gray);
}

.firstContent h2 {
    font-size: 25px;
    
}

.firstContent p {
    color: var(--blue);
    font-weight: 600;
    font-size: 19px;
}

.courseWrapper, .courseOverlay {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
}

.courseWrapper {
    background-image: url();
    background-position: 50%;
    background-size: cover;
}

.courseOverlay {
    background-color: hsla(0, 0%, 100%, .919);
    column-gap: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 70px 10%;
    row-gap: 50px;
}

/* .courseOverlay .courseCard {
    width: 30.6%;
} */

.courseCard{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.middle {
    margin-top: 120px;
}

.courseCard h2 {
    color: var(--blue);
    font-size: 25px;
}

.courseCard h3 {
    color: var(--blue);
    font-size: 20px;
}

.courseCard ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.courseCard li {
    font-size: 18px;
    color: var(--gray);
}

@media (max-width: 500px) {
    .courseWrapper h2, .trainingWrapper h2 {
        font-size: 20px;
    }
    .courseOverlay .courseCard {
        width: 100%;
    }
}

@media (max-width: 750px) {
    .trainingWrapper h2 {
        font-size: 23px;
    }
    .trainingWrapper ul {
        font-size: var(--small-text);
    }
    .trainingWrapper img {
        height: 250px;
    }
    .courseOverlay {
        padding: 100px 5%;
    }
    .courseWrapper h2 {
        font-size: 23px;
    }
    .courseCard ul {
        font-size: var(--small-text);
    }
}

@media (max-width: 1000px) {
    .trainingWrapper{
        flex-direction: column;
        row-gap: 60px;
        padding: 100px 5%;
    }
    .trainingWrapper .content {
        width: 100%;
    }
    .trainingWrapper h2 {
        font-size: 25px;
    }
    .trainingWrapper ul {
        font-size: var(--small-text);
    }
    .trainingWrapper .leftSeismic {
        width: 100%;
    }
    .trainingWrapper img {
        height: 300px;
        width: 100%;
    }
    .courseOverlay {
        padding: 100px 5%;
        flex-wrap: wrap;
    }
    /* .courseOverlay .courseCard {
        width: 48%;
    } */
    .courseWrapper h2 {
        font-size: 25px;
    }
    .courseCard ul {
        font-size: var(--small-text);
    }
    .middle {
        margin-top: 0;
    }
}
@media (max-width: 1300px) {
    .courseOverlay, .trainingWrapper {
        padding: 150px 5%;
    }
    .trainingWrapper h2 {
        font-size: 28px;
    }
    .trainingWrapper ul {
        font-size: var(--small-text);
    }
    .courseWrapper h2 {
        font-size: 28px;
    }
    .courseCard ul {
        font-size: var(--small-text);
    }
}

/* Training Services End */

/* Drilling services Start*/
.drillingWrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 150px 5%;
}

.leftdrilling {
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 8px;
    width: 48%;
}

.drillingSick {
    background-color: var(--ash);
}

.leftdrilling h2 {
    color: var(--blue);
    font-size: 35px;
}

.leftdrilling p {
    color: var(--gray);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 23px;
    row-gap: 0;
}

.leftdrilling span {
    color: var(--gray);
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 23px;
    row-gap: 0;
}

.leftdrilling ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    list-style-type: circle;
}

.leftdrilling li {
    margin-left: 0px;
    color: var(--gray);
    font-size: 18px;
}

.leftdrilling h3 {
    font-size: 20px;
}

.rightDrilling img:first-child {
    background-color: initial;
    height: 100px;
}

.rightDrilling img {
    width: 100%;
}

.drillingWrapper img {
    background-color: gray;
    height: 400px;
    object-fit: cover;
    width: 48%;
}

@media (max-width: 500px) {
    .drillingWrapper img, .rightDrilling img {
        height: 250px;
    }
    .leftDrillingWrapper h2, .leftdrilling h2 {
        font-size: 23px;
    }
}

@media (max-width: 750px) {
    .subSurfaceWrapper .suboverlay h2 {
        font-size: 22px;
    }
    .subSurfaceWrapper .suboverlay p {
        font-size: var(--small-text);
        width: 100%;
    }
    .leftdrilling h2 {
        font-size: 25px;
    }
    .leftdrilling p {
        font-size: var(--small-text);
    }
}

@media (max-width: 1000px) {
    .subSurfaceWrapper .suboverlay {
        row-gap: 10px;
        padding: 50px 10px;
    }
    .subSurfaceWrapper .suboverlay  h2 {
        font-size: 30px;
    }
    .subSurfaceWrapper .suboverlay p {
        font-size: var(--big-text); 
    }
    .drillingWrapper {
        flex-direction: column-reverse;
        padding: 100px 5%;
        row-gap: 60px;
    }
    .drillingSick {
        flex-direction: column;
    }
    .drillingWrapper img {
        height: 300px;
        width: 100%;
    }
    .leftdrilling {
        width: 100%;
    }
    .leftdrilling h2 {
        font-size: 28px;
    }
    .leftdrilling p {
        font-size: var(--small-text);
    }
}

@media (max-width: 1300px) {
    .drillingWrapper, .drillingServWrapper {
        padding: 150px 5%;
    }
}

/* Drilling Services End */


/*******************************/
/******* Single Post CSS *******/
/*******************************/
.news {
    position: relative;
    padding: 45px 0;
}

.news .news-content {
    display: none;
    position: relative;
    align-content: center;
    margin-bottom: 30px;
    overflow: hidden;
    color: #000;
    width: 80%;
    text-align: justify;
    margin-left: 50px;
}


.news .active {
    display: block;
}

.news .news-content img {
    margin-bottom: 20px;
    width: 100%;

}

.news .news-content h2 {
    text-align: center;
    font-size: 23px;  
    padding: 10px 30px;
    font-weight: 600;
    width: 100%;
}

.news-content .text-content  {
    width: 100%;
    margin-left: 0px;
}

.news-content .text-content h3 {
    font-size: 18px;
    font-weight: 400;
}

.news-content .img-content {
    width: 70%;
    margin-left: 40px;
}

.news-content .img-content h3 {
    font-size: 18px;
    font-weight: 400;
}

.news-content img.text-image {
    width: 70%;
    height: 400px;
}

.news-content img.text-img {
    height: 300px;
    width: 60%;
}

.news-content .img-content img {
    width: 100%;
}

.news .recent-post {
    display: block;
    align-items: center;
    justify-content: flex-end;
    
}

.news .post-item {
    display: flex;
    margin-bottom: 15px;   
}

.news .post-item .post-img {
    width: 100%;
    /* max-width: 700px; */
}

.news .post-item .post-img img {
    width: 100%;
}

.news .post-item .post-text {
    padding-left: 15px;
}

.news .post-item .post-text a {
    font-size: 16px;
    font-weight: 800;
    color: #01224f;

}

.news .post-item .post-text a:hover {
    color: #e74c3c;
}

.news .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.news .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #000;
}

.news .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    color: #000;
}

.news .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #df1818;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #fdbe33;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #030f27;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #fdbe33;
    background: #030f27;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #030f27;
    background: #fdbe33;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fdbe33;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.news .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.news .tag-widget a:hover {
    color: #fdbe33;
    background: #030f27;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: #001d2b;
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 48.8%;
    right: -70px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    /* background: var(--danger); */
}

.img-fluid2 {
    height: 600px;
}

.btn-play img {
    display: block;
    object-fit: contain;
    align-items: center;
    width: 100%;
    border-radius: 0%;
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
        display: none;
    }

}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    /* background: var(--danger); */
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    /* background: var(--danger); */
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--danger);
}


/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


/*** Team ***/
.team-item {
    width: 100%;
}
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--red);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}

.team-item img {
    align-items: center;
    justify-content: center;
    /* height: 300px; */
    width: 100%
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.container-cover {
    background-image: 
        url('../img/bg-cliens-partner.jpg');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    /* #000000de 10%, #00000079 100% */
    /* rgba(255, 255, 255, 0.8) */
    
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Footer ***/

.Download-txt {
    font-size: 30px;
    font-weight: 400;
}

.container-1{
    overflow: hidden; 
    padding: 60px 5%;
}

.download-btn-a {
    border-radius: 25px;
    padding: 10px 35px;;
}

.download-btn-a:hover {
    color: #fff;
}

.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    /* content: "\f105"; dropdown arrow symbol*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
    align-items: center;
    padding: 20px;
}

.copyright a {
    color: #B0B9AE;
}

.logo-img {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.logo-img img {
    height: 50px;
    width: 200px;
}