/*
Theme Name: Graphinet WP Theme
Theme URI: https://www.graphinetmedia.com/
Author: Graphinet Solutions
Author URI: https://www.graphinetmedia.com/
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. This theme gives you full control whatever you do and the full freedom to design whatever you want.
Version: 1.0.1
Requires PHP: 7.2
Text Domain: gswptheme
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/










body {
    font-size: 14px;
    font-family: 'OpenSans-Regular';

    color: #333333;
    line-height: 1.7em;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('assets/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('assets/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('assets/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-BoldItalic';
    src: url('assets/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-ExtraBoldItalic';
    src: url('assets/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('assets/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('assets/fonts/OpenSans-Light.woff2') format('woff2'),
        url('assets/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-LightItalic';
    src: url('assets/fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('assets/fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Italic';
    src: url('assets/fonts/OpenSans-Italic.woff2') format('woff2'),
        url('assets/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('assets/fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('assets/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-MediumItalic';
    src: url('assets/fonts/OpenSans-MediumItalic.woff2') format('woff2'),
        url('assets/fonts/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Medium';
    src: url('assets/fonts/OpenSans-Medium.woff2') format('woff2'),
        url('assets/fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('assets/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('assets/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans-SemiBoldItalic';
    src: url('assets/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('assets/fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}



.font-bold {
    font-family: 'OpenSans-Bold' !important;
}

.font-extrabold {
    font-family: 'OpenSans-ExtraBold' !important;
}

.font-bolditalic {
    font-family: 'OpenSans-BoldItalic' !important;
}

.font-extrabolditalic {
    font-family: 'OpenSans-ExtraBoldItalic' !important;
}

.font-light {
    font-family: 'OpenSans-Light' !important;
}

.font-lightitalic {
    font-family: 'OpenSans-LightItalic' !important;
}

.font-italic {
    font-family: 'OpenSans-Italic' !important;
}

.font-semibold {
    font-family: 'OpenSans-SemiBold' !important;
}

.font-mediumitalic {
    font-family: 'OpenSans-MediumItalic' !important;
}

.font-medium {
    font-family: 'OpenSans-Medium' !important;
}

.font-regular {
    font-family: 'OpenSans-Regular' !important;
}

.font-semibolditalic {
    font-family: 'OpenSans-SemiBoldItalic' !important;
}

.img-full-width *{
    width: 100%;
    
}


@media (min-width: 768px) {
    .container {
        max-width: 738px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 962px;
    }
}



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

}



/* colors */

.letter-space-0-1{
    letter-spacing: 0.1px;
  }
.text-primary {
    color: #ED1C24 !important;
}

.text-secondary {
    color: #041E42 !important;
}

.text-accent {
    color: #46C2CA !important;
}

.text-black {
    color: #333333 !important;
}



.breadcrumb .breadcrumb-item a,
.breadcrumb-item.active {
    color: #000000 !important;
    font-size: 1.25rem !important;
    line-height: 25px;
    text-transform: capitalize;
    margin-left: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3c!--!Font Awesome Free 6.6.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3e%3cpath fill='%23212529' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3e%3c/svg%3e");
    background-size: 10px;
    width: 18px;
    height: 18px;
    content: "" !important;
    margin-top: 6px;
    background-repeat: no-repeat;
    float: left !important;

}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.8rem;
    position: relative;
    padding-right: 0;
}

.breadcrumb .breadcrumb-item::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3c!--!Font Awesome Free 6.6.0 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3e%3cpath fill='%23212529' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3e%3c/svg%3e");
    content: " ";
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    position: absolute;
    left: 6px;
    top: 6px;

}

.breadcrumb-scroller .breadcrumb {
    flex-wrap: wrap !important;
}

.breadcrumb-item {
    white-space: break-spaces;
}

.z-index-back {
    z-index: -1;
}

.z-index-front {
    z-index: +1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}



.font-weight-500 {
    font-weight: 500;
}

.hr-light {
    border-color: #e7e6e6;
}


.btn-primary,
.btn-primary:active,
.btn-secondary {
    color: white;
    background: #ED1C24;
    border: none;
    padding: 16px 25px 16px 25px;
    font-size: 14px;
    line-height: 1em;
    font-family: 'OpenSans-Bold';
    border-radius: 0;
    display: inline-block;
}

.btn-primary:hover,
.btn-secondary:hover {
    background-color: #46C2CA;
}

.btn-link-lg {
    font-size: 22px;
    line-height: 28px;
}

.btn-secondary,
.btn-secondary:active {
    background-color: #041E42;
}


.btn-black {
    background-color: #000;
    color: #fff;
}

.btn-black-invert {
    filter: invert(1);
}





.btn-lg {
    font-size: 22px;
    line-height: 26px;
}


.text-ash-light {
    color: #747474;
}


a {
    text-decoration: none;
    /* color: #ffffff; */
}

.object-cover {
    object-fit: cover;
}

.object-center {
    object-position: center;
}

.object-right {
    object-position: right;
}

.bg-image-cover-center {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.heading-small {
    font-size: 14px;
    line-height: 18px;
}

.heading-base {
    font-size: calc(24px + 1vw);
    line-height: calc(32px + 1.5vw);
}

.heading-large {
    font-size: calc(40px + 1.5vw);
    line-height: calc(50px + 2vw);
}

.green-sm-heading {
    color: #65BC7B;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.sec-padd-85 {
    padding: 30px;
}

.sec-padd-10vw {
    padding: 30px;
}

.on-hover-zoom-in {
    scale: 1.2;
    transition: all ease 0.6s;
}

/* .on-hover-zoom-in:hover{
    scale: 1;
} */
.on-hover-zoom-in-parent:hover .on-hover-zoom-in:hover {
    scale: 1;
}

h2 {
    font-family: 'OpenSans-ExtraBold';
}




@media(min-width:1024px) {



    h2 {
        font-size: 30px;
        line-height: 1.3em;
    }


    .heading-base {
        font-size: 42px;
        line-height: 57px;
    }

    .heading-large {
        font-size: 60px;
        line-height: 80px;
    }
}


/* font-sizes */
.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.line-height-normal {
    line-height: normal;
}

.line-height-10 {
    line-height: 10px !important;
}

.line-height-12 {
    line-height: 12px !important;
}

.line-height-14 {
    line-height: 14px !important;
}

.line-height-16 {
    line-height: 16px !important;
}

.line-height-18 {
    line-height: 18px !important;
}

.line-height-20 {
    line-height: 20px !important;
}

.line-height-22 {
    line-height: 22px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

.line-height-25 {
    line-height: 25px !important;
}

.line-height-26 {
    line-height: 26px !important;
}

.line-height-28 {
    line-height: 28px !important;
}

.line-height-30 {
    line-height: 30px !important;
}

.line-height-32 {
    line-height: 32px !important;
}

.line-height-34 {
    line-height: 34px !important;
}

.line-height-36 {
    line-height: 36px !important;
}

.line-height-38 {
    line-height: 38px !important;
}

.line-height-40 {
    line-height: 40px !important;
}

.line-height-44 {
    line-height: 44px !important;
}

.line-height-46 {
    line-height: 46px !important;
}

.line-height-50 {
    line-height: 50px !important;
}

.line-height-55 {
    line-height: 55px !important;
}

.line-height-60 {
    line-height: 60px !important;
}


/* section padding */
.sec-padd-t-20 {
    padding-top: 20px !important;
}

.sec-padd-t-30 {
    padding-top: 30px !important;
}

.sec-padd-t-40 {
    padding-top: 40px !important;
}

.sec-padd-t-50 {
    padding-top: 50px !important;
}

.sec-padd-t-60 {
    padding-top: 60px !important;
}

.sec-padd-t-70 {
    padding-top: 70px !important;
}

.sec-padd-t-80 {
    padding-top: 80px !important;
}

.sec-padd-t-90 {
    padding-top: 90px !important;
}

.sec-padd-t-100 {
    padding-top: 100px !important;
}

.sec-padd-t-110 {
    padding-top: 110px !important;
}

/* bottom */
.sec-padd-b-20 {
    padding-bottom: 20px !important;
}

.sec-padd-b-30 {
    padding-bottom: 30px !important;
}

.sec-padd-b-40 {
    padding-bottom: 40px !important;
}

.sec-padd-b-50 {
    padding-bottom: 50px !important;
}

.sec-padd-b-60 {
    padding-bottom: 60px !important;
}

.sec-padd-b-70 {
    padding-bottom: 70px !important;
}

.sec-padd-b-80 {
    padding-bottom: 80px !important;
}

.sec-padd-b-90 {
    padding-bottom: 90px !important;
}

.sec-padd-b-100 {
    padding-bottom: 100px;
}

.sec-padd-b-110 {
    padding-bottom: 110px !important;
}

.sec-padd-b-120 {
    padding-bottom: 120px !important;
}

.sec-padd-b-130 {
    padding-bottom: 130px !important;
}

.sec-padd-b-140 {
    padding-bottom: 140px !important;
}

.sec-padd-b-150 {
    padding-bottom: 150px !important;
}

.sec-padd-b-160 {
    padding-bottom: 160px !important;
}

.sec-padd-b-170 {
    padding-bottom: 170px !important;
}

.sec-padd-b-180 {
    padding-bottom: 180px !important;
}


@media(min-width:992px) {
    .fs-lg-10 {
        font-size: 10px !important;
    }

    .fs-lg-12 {
        font-size: 12px !important;
    }

    .fs-lg-14 {
        font-size: 14px !important;
    }

    .fs-lg-16 {
        font-size: 16px !important;
    }

    .fs-lg-17 {
        font-size: 17px !important;
    }

    .fs-lg-18 {
        font-size: 18px !important;
    }

    .fs-lg-20 {
        font-size: 20px !important;
    }

    .fs-lg-22 {
        font-size: 22px !important;
    }

    .fs-lg-24 {
        font-size: 24px !important;
    }

    .fs-lg-26 {
        font-size: 26px !important;
    }

    .fs-lg-28 {
        font-size: 28px !important;
    }

    .fs-lg-30 {
        font-size: 30px !important;
    }

    .fs-lg-32 {
        font-size: 32px !important;
    }

    .fs-lg-34 {
        font-size: 34px !important;
    }

    .fs-lg-36 {
        font-size: 36px !important;
    }

    .fs-lg-38 {
        font-size: 38px !important;
    }

    .fs-lg-40 {
        font-size: 40px !important;
    }

    .fs-lg-42 {
        font-size: 42px !important;
    }

    .fs-lg-44 {
        font-size: 44px !important;
    }

    .fs-lg-46 {
        font-size: 46px !important;
    }

    .fs-lg-48 {
        font-size: 48px !important;
    }

    .fs-lg-50 {
        font-size: 50px !important;
    }

    .fs-lg-52 {
        font-size: 52px !important;
    }

    .fs-lg-54 {
        font-size: 54px !important;
    }

    .fs-lg-56 {
        font-size: 56px !important;
    }

    .fs-lg-58 {
        font-size: 58px !important;
    }

    .fs-lg-60 {
        font-size: 60px !important;
    }

    .line-height-lg-normal {
        line-height: normal;
    }

    .line-height-lg-10 {
        line-height: 10px !important;
    }

    .line-height-lg-12 {
        line-height: 12px !important;
    }

    .line-height-lg-14 {
        line-height: 14px !important;
    }

    .line-height-lg-16 {
        line-height: 16px !important;
    }

    .line-height-lg-18 {
        line-height: 18px !important;
    }

    .line-height-lg-20 {
        line-height: 20px !important;
    }

    .line-height-lg-22 {
        line-height: 22px !important;
    }

    .line-height-lg-24 {
        line-height: 24px !important;
    }

    .line-height-lg-25 {
        line-height: 25px !important;
    }

    .line-height-lg-26 {
        line-height: 26px !important;
    }

    .line-height-lg-28 {
        line-height: 28px !important;
    }

    .line-height-lg-30 {
        line-height: 30px !important;
    }

    .line-height-lg-32 {
        line-height: 32px !important;
    }

    .line-height-lg-34 {
        line-height: 34px !important;
    }

    .line-height-lg-36 {
        line-height: 36px !important;
    }

    .line-height-lg-38 {
        line-height: 38px !important;
    }

    .line-height-lg-40 {
        line-height: 40px !important;
    }

    .line-height-lg-44 {
        line-height: 44px !important;
    }

    .line-height-lg-46 {
        line-height: 46px !important;
    }

    .line-height-lg-50 {
        line-height: 50px !important;
    }

    .line-height-lg-55 {
        line-height: 55px !important;
    }

    .line-height-lg-60 {
        line-height: 60px !important;
    }

    .sec-padd-lg-t-20 {
        padding-top: 20px !important;
    }

    .sec-padd-lg-t-30 {
        padding-top: 30px !important;
    }

    .sec-padd-lg-t-40 {
        padding-top: 40px !important;
    }

    .sec-padd-lg-t-50 {
        padding-top: 50px !important;
    }

    .sec-padd-lg-t-60 {
        padding-top: 60px !important;
    }

    .sec-padd-lg-t-70 {
        padding-top: 70px !important;
    }

    .sec-padd-lg-t-80 {
        padding-top: 80px !important;
    }

    .sec-padd-lg-t-90 {
        padding-top: 90px !important;
    }

    .sec-padd-lg-t-100 {
        padding-top: 100px !important;
    }

    .sec-padd-lg-t-110 {
        padding-top: 110px !important;
    }

    .sec-padd-lg-t-120 {
        padding-top: 120px !important;
    }

    .sec-padd-lg-t-130 {
        padding-top: 130px !important;
    }

    .sec-padd-lg-t-140 {
        padding-top: 140px !important;
    }

    .sec-padd-lg-t-150 {
        padding-top: 150px !important;
    }

    .sec-padd-lg-t-160 {
        padding-top: 160px !important;
    }

    .sec-padd-lg-t-170 {
        padding-top: 170px !important;
    }

    .sec-padd-lg-t-180 {
        padding-top: 180px !important;
    }

    /* bottom */
    .sec-padd-lg-b-20 {
        padding-bottom: 20px !important;
    }

    .sec-padd-lg-b-30 {
        padding-bottom: 30px !important;
    }

    .sec-padd-lg-b-40 {
        padding-bottom: 40px !important;
    }

    .sec-padd-lg-b-50 {
        padding-bottom: 50px !important;
    }

    .sec-padd-lg-b-60 {
        padding-bottom: 60px !important;
    }

    .sec-padd-lg-b-70 {
        padding-bottom: 70px !important;
    }

    .sec-padd-lg-b-80 {
        padding-bottom: 80px !important;
    }

    .sec-padd-lg-b-90 {
        padding-bottom: 90px !important;
    }

    .sec-padd-lg-b-100 {
        padding-bottom: 100px !important;
    }

    .sec-padd-lg-b-110 {
        padding-bottom: 110px !important;
    }

    .sec-padd-lg-b-120 {
        padding-bottom: 120px !important;
    }

    .sec-padd-lg-b-130 {
        padding-bottom: 130px !important;
    }

    .sec-padd-lg-b-140 {
        padding-bottom: 140px !important;
    }

    .sec-padd-lg-b-150 {
        padding-bottom: 150px !important;
    }

    .sec-padd-lg-b-160 {
        padding-bottom: 160px !important;
    }

    .sec-padd-lg-b-170 {
        padding-bottom: 170px !important;
    }

    .sec-padd-lg-b-180 {
        padding-bottom: 180px !important;
    }


}

.img-fill {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
}

.navbar-nav .nav-link,
.navbar-layout-1 .navbar-nav .nav-item:last-child a,
.navbar-layout-1 #gswptheme-navbar.navbar-nav .menu-item:last-child .nav-link {
    display: block;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: 'OpenSans-Bold';
    color: #041E42;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    padding: 15px 20px !important;
    background-color: transparent;
}

.navbar-layout-1 #gswptheme-navbar {
    justify-content: flex-start;
    padding-block: .4rem;

}

.navbar-nav .nav-link.active {
    color: #ED1C24 !important;
}

.navbar-layout-1 .top-header-sec a.btn-primary {
    color: #fff !important;
}

.navbar-layout-1 #gswptheme-navbar {
    margin-left: unset !important;
}


.navbar-layout-1 #nav-main {
    background-color: #fff;
    border-top: 1px solid #CCCCCC;
}

.navbar-layout-1 #gswptheme-navbar .menu-item.current-menu-item::after{
    content:  unset !important;
}
.dropdown-toggle:after{
    content: "\f0d7" !important;
    margin-left: 0.575em;
    font-size: 14px;
}

.navbar-nav .nav-link.dropdown-toggle.show::after{
    color: #ED1C24;
}


.navbar-layout-1 .top-header-sec {
    margin-bottom: 20px;
    margin-top: 20px;
}
.navbar-layout-1 {
    padding-top: 0;
}

.navbar-layout-1 .info-address {
    background-color: #08213E;
    justify-content: normal;
    padding: 0.4rem 0;
    margin-bottom: 16px;
}

.navbar-layout-1 .info-address .info {
    display: flex;
    justify-content: flex-end;
}

.navbar-layout-1 .info-address .info ul {
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}

.navbar-layout-1 .info-address .info ul li {
    list-style: none;
    margin-left: 18px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.info-address * {
    color: #fff;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 15px;
        padding-right: 15px;
    }

    .navbar-nav .nav-link:hover {
        color: #ED1C24;
    }
}

/*--about section--*/
.about-right-content{
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    background-color: #F6F6F6;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #46C2CA;
    border-radius: 0px 0px 0px 2px;
}
.vc_separator:after{
    width: 250px;
    content: "";
    height: 1px;
    background-color: red;
    left: 0;
    right: 0;
    position: absolute;
    height: 2px;
}
.vc_separator{
        position: relative;
    background: #46C2CA;
}

.about-us .wpb_column.vc_column_container.vc_col-sm-5 .vc_column-inner{
    padding-top: 0px;
}


.about-us figure.wpb_wrapper.vc_figure{
    position: relative;
    z-index: +1;
}
.about-us figure.wpb_wrapper.vc_figure:after {
    position: absolute;
    content: "";
    border: 45px solid #041E42;
    width: 369px;
    height: 400px;
    top: 43%;
    left: 15px;
    z-index: -1;
}

.about-right-content blockquote{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
.caption-for-figure{
   background-color: #46C2CA;
    padding: 10px 30px;
    width: 50%;
    position: relative;
    bottom: 26px;
    z-index: 1;
    left: 14px;
}

.caption-for-figure h4{
    font-size: 14px;
    line-height: 24px;
    font-family: 'OpenSans-Regular';
}

/* .about-us .wpb_single_image.vc_align_left{
    margin-top: -140px;
} */

.about-us{
    overflow: visible !important;
}
.navbar-nav .dropdown-menu {

    background-color: #041E42;
    border-radius: 0;
    border: none;

}
.navbar-layout-1 .navbar-nav .dropdown-menu .nav-item a{
    color: #fff;
    padding: 10px 20px !important;
}
.navbar-layout-1 .navbar-nav .dropdown-menu .nav-item:not(:last-child){
    border-bottom: 1px solid #073472;
}
.dropdown-item{
    font-family: 'OpenSans-Regular' !important;
}
.dropdown-item.active{
    background-color: #46C2CA !important;
    color: #041E42 !important;
}
.dropdown-menu {
    padding-block: 0 !important;
    transition: all 300ms ease-out;   
    transform: translateY(20%);
    opacity: 0;
    display: block;
    height: 0;
    overflow: hidden;
}

.dropdown-menu.show{
    /* display: block; */
    transform: translateY(0);
    opacity: 1;
    transition: all 300ms ease-out;
    height: auto;
}
.navbar-brand .logo {
    width: 110px;
    height: auto;
}

.top-footer-inner{
    background-color: #FFFFFF;
}

.footer-box{
    background-color: #EFF3F6;
    padding: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DCDDE1;
    border-radius: 0px 0px 0px 0px;
    position: relative;
overflow: hidden;

}

.footer-box h4{
    margin-bottom: 14px;
    position: relative;
    z-index: 9;
}
.footer-box p{
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}

.top-footer-inner{
    display: grid;
    gap: 2rem;
    padding: 16px;
}
footer,.gswptheme-footer  {
    background-color: #041E42;
}

footer .icon-hover{
    position: absolute;
    bottom: -50px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}
.footer-box:hover{
    background-color: #46C2CA;
}

.footer-box:hover .icon-hover{
    opacity: 1;
    bottom: -20px;
}
.footer-box:hover p, .footer-box:hover a{
    color: #FFFFFF !important;
}

.footer-widget-with-border > .footer_widget {
    padding-top: 30px;
    border-top: 1px solid #073472;
    position: relative;
}
.footer-widget-with-border > .footer_widget:after{
    content: "";
    width: 50%;
    height: 2px ;
    position: absolute;
    top: 1px;
    left: 0;
    background-color:  #ED1C24;
}
footer .widget-title {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 0.1px;
    font-family: 'OpenSans-Bold';
    padding-bottom: 30px;
}

.menu-footer-menu-container li{
    padding-bottom: calc(10px / 2);
    position: relative;
    padding-left: 24px;
    width: fit-content;
    
}
.menu-footer-menu-container li::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "\f054" !important;
    font-size: 14px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: unset !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #46C2CA;
}
.menu-footer-menu-container li a{
    font-family: 'OpenSans-Bold';
    letter-spacing: 0.42px;
    line-height: 1.7em;
    color: #46C2CA;
}
.menu-footer-menu-container li:hover a{
    color: #ed1c24;
}
.menu-footer-menu-container li:hover::after{
    color: #ed1c24;
}


footer ul{
    list-style: none;
    padding-left: 0;
}

footer  .footer-social-links-info ul li {
    list-style: none;
    width: 39px;
    height: 39px;
    background-color: #073472;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

footer  .footer-social-links-info ul {
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
    gap: 0.5rem;
}
footer  .footer-social-links-info ul li a{
    color: #fff;
}
footer  .footer-social-links-info ul li:hover{
    background-color: #46C2CA;
}

.ul-padd-left{
    padding-left: 16px;
}

.common-product-app-listing-section .products-caption-for-figure {
    position: absolute;
    bottom: 35px;
    background-color: rgb(4 30 66 / 40%);
    width: 100%;
    padding: 9px 6px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}
.common-product-app-listing-section .products-caption-for-figure h4{
font-size: 18px;
font-family: 'OpenSans-Bold';
letter-spacing: 0.1px;
line-height: 1.7em;
color: #fff;

}

a.product-overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    top: 0;
    left: 0;

}

.img-with-text-top > .vc_column-inner > .wpb_wrapper{
    position: relative;
}

.product-link-overlay-outer:hover + .wpb_single_image img {
transform: scale(1.3);
transition: all ease-out 0.5s;
}

.product-link-overlay-outer:hover + .wpb_single_image{
    overflow: hidden;
}

.product-link-overlay-outer{
    margin-bottom: 0 !important;
}
.img-with-text-top{
    overflow: hidden;
}

.img-with-text-top  .wpb_single_image img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.single-team .about-us figure.wpb_wrapper.vc_figure:after{
    content: unset;
  }

  .page-id-7 .site-content{
    padding-bottom: 0 !important;
  }

  .common-banner-sec{
    position: relative;
  }
  .common-banner-sec::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    z-index: 1;
  }
  .common-banner-content-overlay{
    z-index: 9;
  }

@media(max-width: 992px){
    .caption-for-figure{
        padding: 10px 20px;
        bottom: 35px;
    }
    .about-us figure.wpb_wrapper.vc_figure:after{
        width: 85%;
        height: 65%;
    }
    .navbar-nav .nav-link:hover, .navbar-nav .dropdown-item:hover {
        color: #041E42;
    }
}

@media(max-width: 992px){
    .caption-for-figure{
        padding: 10px 20px;
        bottom: 35px;
    }
    .about-us figure.wpb_wrapper.vc_figure:after{
        width: 85%;
        height: 65%;
    }
   
    
}

@media(max-width:767px){
    .navbar-layout-1 .info-address .info{
        justify-content: center;
    }
}

@media(max-width: 620px){
    .about-us figure.wpb_wrapper.vc_figure:after{
       width: 85%;
       height: 65%;
   }
   .about-us .wpb_single_image.vc_align_left {
    margin-top: -80px;
}
.caption-for-figure{
        bottom: 26px;
    }
    #menu-item-27{
        text-align: center;
    }
}

@media (min-width:992px){
    header .navbar-nav li:first-child a{
        padding-left: 0px !important;
    }
    
    .dropdown:hover > .dropdown-menu,.dropdown-menu.show{
        /* display: block; */
        transform: translateY(0);
        opacity: 1;
        transition: all 300ms ease-out;
        height: auto;
    }
    .dropdown-item:hover{
        background-color: #46C2CA !important;
        color: #041E42 !important;
    }
    .top-footer-inner{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        position: relative;
        top: -100px;
        margin-bottom: -85px;
    }
    /* footer{
        margin-top: 90px;
    } */
}