:root {
    --bg-green: #000;
    --thembg: #005491;
    --white-color: #fff;
    --heading-color: #414a53;
}

html {
    scroll-behavior: smooth
}

@font-face {
    font-family: heebo;
    src: url(f/Heebo-Black.ttf)
}

@font-face {
    font-family: poppins;
    src: url(f/Poppins-Regular.ttf)
}

@font-face {
    font-family: Merriweather;
    src: url(f/KaiseiOpti-Bold.ttf)
}

body {
    font-family: poppins;
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: var(--black);
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    margin-bottom: 0
}

button {
    background: transparent;
    border: 0;
    cursor: pointer
}

button:focus {
    outline: 0
}

p {
    margin-bottom: 10px;
    font-size: 14px
}

input[type="text"]:focus {
    outline: 0
}

textarea:focus {
    outline: 0
}

.mb-15 {
    margin-bottom: 15px;
}

.pd-0 {
    padding: 0
}

.pd-5 {
    padding: 5px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mb-25 {
    margin-bottom: 25px;
}

.lh-28 {
    line-height: 28px;
}

.bg-light {
    background-color: #f5f5f5;
}

.nav-button {
    display: inline-block;
    text-align: center;
    padding: 10px 33px 10px;
    border: solid 2px;
    border-radius: 0 0 15px 0;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: var(--thembg);
}

.nav-button:hover {
    color: #fff;
    background: var(--thembg);
    border-color: var(--thembg);
}

.nav-button:hover {
    -webkit-box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
    box-shadow: 0 20px 38px rgb(0 0 0 / 16%);
}

.btn-links {
    margin-top: 10px;
    line-height: 27px;
}

.btn-links i {
    font-size: 22px;
    position: relative;
    top: 4px;
}

.btn-pagelinks {
    font-size: 14px;
    color: var(--thembg);
    padding: 15px 20px;
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--thembg);
    text-transform: capitalize;
}


/*--------------- default header ---------------------*/

.default-container {
    padding: 0 60px !important;
}

.height_100vh {
    position: relative;
    height: 100vh;
    background: #000;
}

.section-title .title-header {
    position: relative;
    padding-left: 29px;
    margin-bottom: 29px;
}

.section-title .title-header:after {
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    width: 6px;
    top: 0%;
    height: 95%;
    left: 0;
    margin-left: 0;
    background-color: var(--thembg);
}

.section-title h5 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #8d9297;
}

.section-title h2.title {
    font-family: heebo;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    text-transform: capitalize;
    color: var(--heading-color);
    margin-bottom: 0;
}

.content-section {
    padding-top: 50px;
    padding-bottom: 50px;
}


/*--------------------------------------------------------*/

.banner-background {
    background-size: cover !important;
    background-position: center center;
    align-items: center;
}

.banner-background:after {
    background-color: rgb(0, 0, 0, .4);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-content {
    z-index: 1;
}

.banner-content h3 {
    font-family: heebo;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.banner-content h5 {
    font-family: poppins;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.banner-content a {
    text-align: center;
    float: left;
    padding: 15px 20px;
    background: #fff;
    margin-right: 10px;
}

.banner_footer {
    position: absolute;
    bottom: 20px;
    background: transparent;
    height: 30px;
    z-index: 2;
    min-width: 100%;
    max-width: 100%;
    /*margin-left: 10%;*/
    font-size: 13px;
    display: flex;
    align-items: center;
    font-family: 'Josefin Sans', sans-serif;
}

.social_banner {
    list-style: none;
    margin: 0px;
    margin-bottom: 10px;
    text-align: right;
}

.social_banner li {
    display: inline-block;
    margin-left: 14px;
}

.social_banner li a {
    color: #fff;
}

.social_banner li i {
    margin-right: 3px;
    font-size: 16px;
}

.carousel-indicators {
    justify-content: flex-start !important;
    bottom: 0px;
    margin: 0px;
    margin-bottom: 0px;
}


/*---------------- service start----*/

.service-title {
    text-align: center;
}

.service-title .title-header:after {
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    width: 67px;
    top: 86px;
    height: 3px;
    left: 47%;
    margin-left: 0;
    background-color: var(--thembg);
}

.service-title h5 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    margin-top: 5px;
    color: #8d9297;
}

.service-title h2.title {
    font-family: heebo;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.service-container {
    padding-top: 30px !important;
    padding-bottom: 20px;
}

.service-content {
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.service-content:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 16%);
}

.service-images {
    margin-bottom: 5px;
}

.service-images img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.service-content-text {
    padding: 0;
    padding: 15px 10px;
}

.service-content-text h4 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.service-content-text p {
    line-height: 27px;
}


/*--------------------- service nd-----------------*/

.bg-callback {
    background: url("../images/contact-banner.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.bg-callback:after {
    background: rgb(0, 0, 0, .4);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.callback-content {
    z-index: 1;
    color: #fff;
}

.callback-content ion-icon {
    font-size: 23px;
    position: relative;
    top: 5px;
}

.callback-content h5 {
    font-size: 13px;
}

.callback-content h2 {
    font-family: heebo;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 25px;
}

.callback-content a {
    color: #ffff;
    background: #03a9f4;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 15px;
}


/*----------------------- call back end --- */

.filter-list {
    padding: 0;
}

.filter-list li {
    display: inline-block;
}

.filter-list li button {
    min-width: 120px;
    max-width: max-content;
    background: #f5f5f5;
    height: 45px;
}

.filter-list li button.activefilter {
    background: var(--thembg);
    color: #fff;
}


/* 
.filter-list li button.activefilter::after {
    content: "";
    position: relative;
    top: 92%;
    left: -30.2%;
    border-width: 7px;
    border-style: solid;
    border-color: var(--thembg) transparent transparent transparent;
} */

.video {
    width: 100%;
    height: auto;
    z-index: 1;
}


/*--------------------------------------------------------*/

.product {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.product:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 16%);
}

.product-images {
    padding: 0;
    margin-bottom: 10px;
}

.product-images img {
    border-radius: 5px;
}

.product-title h4 {
    font-size: 14px;
}

.product-title p {
    font-size: 12px;
    color: #8d9297;
    margin: 0;
    text-transform: capitalize;
}

.clients img {
    width: 150px !important;
    height: auto !important;
}

#myBtn {
    width: 50px;
    height: 70px;
    font-size: 32px;
    line-height: 70px;
    text-align: center;
    border: solid 2px;
    border-radius: 0 0 15px 0;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    bottom: -100px;
    right: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 9999;
    background: var(--thembg);
    border: none;
    color: #fff;
}

#pageBanner {
    width: 100%;
    z-index: 1;
    position: relative;
}

.page-banner-img {
    height: 60vh;
    background-size: cover !important;
    background-position: center;
    margin-bottom: 20px;
}

.page-banner-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .5);
}

.caption-container {
    position: relative;
    top: 35vh;
    color: #fff;
    text-align: center;
}

.caption-container h1 {
    color: #fff;
    font-family: heebo;
    font-size: 50px;
    margin: 0;
    line-height: 0;
    margin-bottom: 28px;
}

.breadcrumb {
    background: transparent;
    padding-left: 0;
    justify-content: center;
}

.breadcrumb li a {
    color: #fff;
    font-size: 16px;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.input-text {
    width: 100%;
    height: 45px;
    font-size: 12px;
    padding-left: 10px;
    background: #e2e2e2;
    border: 1px solid #e2e2e2
}

.mb-45 {
    margin-bottom: 45px;
}

.textarea {
    min-width: 100%;
    max-width: 100%;
    font-size: 12px;
    min-height: 120px;
    max-height: 120px;
    padding: 10px;
    background: #e2e2e2;
    border: 1px solid #e2e2e2
}

.main-heading h2 {
    font-family: heebo;
    font-style: normal;
    color: var(--heading-color);
    margin-bottom: 30px;
    font-size: 25px;
}

.main-heading h3 {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: .15em;
    font-weight: 700;
    text-transform: uppercase;
    color: #a9aeb3;
    margin-bottom: 13px;
    position: relative;
    z-index: 5;
}

.contact-box {
    background: #e8e8e8;
    padding: 30px 30px 30px 30px;
    border-radius: 5px 5px 5px 5px;
}

.address-icon {
    background-image: linear-gradient( 275deg, #ffffff 0%, #fcfcff 100%);
    min-width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    margin-right: 23px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 24px;
}

.address-box {
    display: flex;
}

.address-text .label {
    font-size: 15px;
    font-weight: 600;
    color: var(--heading-color);
    display: block;
    margin-bottom: 15px;
}

.address-text a {
    color: #504c5a;
}

.address-text p {
    margin-bottom: 10px;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 2px solid var(--thembg);
    color: var(--thembg);
    font-size: 13px;
    line-height: 46px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 0 0 15px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    float: right;
    width: 140px;
}

.btn-contact:hover {
    background-color: var(--thembg);
    color: #fff !important;
}

.map {
    width: 100%;
    height: 400px;
    border: 0;
}


/*----------------- contact page end---------*/

.service_details {
    line-height: 28px;
}

.service_details p {
    line-height: 28px;
    font-size: 14px;
}

.service_details ul {
    padding-left: 15px;
    margin-bottom: 20px;
    list-style: disc;
}

.service_details h4 {
    margin-bottom: 15px;
    font-weight: 700;
}

.service_details h5 {
    margin-bottom: 15px;
    font-weight: 700;
}

.service_details p {
    font-size: 14px !important;
    line-height: 26px !important;
}

.service_details ul li {
    margin-bottom: 7px;
}

.copywirte {
    background: #152333 !important;
    padding: 15px 20px;
    color: #fff;
}

.copywirte p {
    margin: 0;
}


/*----------------------------------- service details end -------------*/

.partner-content {
    width: 13em;
    height: 10em;
    text-align: center;
    border: 1px #e3e3e3 solid;
    margin: 0.8375em;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}


/*-------------- popup start-----------------*/

.popup-bg {
    position: fixed;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1050;
    overflow-y: auto;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
}

.dflex-off {
    display: block;
}

.modal-popup {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    width: 480px;
    background: #fff;
    border-radius: 15px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 1.75rem auto;
    overflow: hidden;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.15rem 1.15rem;
    border-bottom: 0;
    border-top-left-radius: .475rem;
    border-top-right-radius: .475rem;
}

.popup-container {
    margin: 1.75rem auto;
}

.btn-close {
    font-size: 15px;
}

.model-body {
    flex: 1 1 auto;
    padding: 1.75rem;
    padding-bottom: 10px;
    /* margin: 1.75rem auto; */
    background: #fff;
}

.model-body-header h2 {
    font-size: 22px;
    font-family: heebo;
    font-weight: bold;
    text-transform: capitalize;
}

.model-body-header h5 {
    font-size: 12px;
    font-size: Roboto-Medium;
    color: var(--color-texts);
    font-weight: bold;
}

.modal-body h5 a {
    font-size: 14px;
    font-size: Roboto-Medium;
    color: var(--color-texts)
}

.model-body-header p {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-mention);
}

.input-text {
    background-color: var(--input-bg);
    border-color: var(--input-bg);
    color: #5e6278;
    font-size: 13px;
    transition: color .2s ease, background-color .2s ease;
}

.input-text:focus {
    outline: none !important;
    background-color: var(--input-bg);
    border-color: var(--input-bg);
    box-shadow: none !important;
}

.textarea {
    background-color: var(--input-bg);
    border-color: var(--input-bg);
    padding: 10px;
    color: #5e6278;
    font-size: 13px;
    transition: color .2s ease, background-color .2s ease;
}

.textarea-w-100 {
    min-width: 100%;
    max-width: 100%;
}

.textarea-h-100 {
    min-height: 100px;
    max-height: 100px;
    min-width: 100%;
    max-width: 100%;
    background-color: var(--input-bg);
}

.login-footer {
    padding-top: 15px;
    border-top: 2px dashed var(--border-color-3);
}

.login-footer a .link {
    color: var(--bg-green);
    cursor: pointer;
}

.input-height-40 {
    height: 40px;
}

.input-height-45 {
    height: 45px;
}

.input-height-50 {
    height: 50px;
}

.popup-submit-container {
    justify-content: flex-end;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .7s linear infinite spinner-border;
    top: -2px;
    position: relative;
    margin-left: 10px;
}

.list-inline-block li {
    display: inline-block;
}

.btn-submit {
    height: 45px;
    background: var(--thembg);
    min-width: 100px;
    font-size: 13px;
    color: #fff;
    border-radius: 10px;
}

#download_catelogues h4 {
    font-size: 22px;
    line-height: 26px;
    color: green;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

#download_catelogues a {
    color: #fff;
}

.icon_container {
    width: 60px;
    height: 60px;
    background: #f1f1f1;
    color: var(--thembg);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 30px;
}

.download-icons {
    width: 80px;
    height: auto;
}

.mb-30 {
    margin-bottom: 30px;
}


/*-------------------------- sub service content -------------------------------*/

.service_content_sub_title h4 {
    text-transform: capitalize !important;
    font-weight: 800;
    color: var(--thembg);
    font-size: 22px;
}

.service_content_sub_title h4:after {
    content: '';
    width: 80px;
    height: 3px;
    background: var(--thembg);
    position: absolute;
    top: 37px;
    left: 15px;
}

.sub_service_content {
    padding: 15px;
    border: 1px solid #e6e5e5;
}


/*------------------------------ service details ------------------------*/