/*================================
Header Style Start
=================================*/
:root {
    --background-color: #ffffff;
    --default-color: #212529;
    --heading-color: #37373f;
    --accent-color: #ce1212;
    --contrast-color: #ffffff;
    --color-accent: 208, 63, 67;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #000000;
    word-spacing: .1rem;
    letter-spacing: -.01rem;
}
body {
    font-weight: 300;
}

p, li {
    color: #3e3e3e;
    font-size: 19px;
    margin-bottom: .5em;
}

.nav-item.dropdown .dropdown-toggle:after {
    content: "\F282";
    font-family: bootstrap-icons !important;
    position: absolute;
}

.navbar-brand img {
    max-height: 33px;
}

.navbar-stick .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
}

.navbar-stick:not(.navbar-dark) {
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .06);
    background: #003550;
}

.nav-link:focus, .nav-link:hover {
    color: #14b597;
}

.nav-item.dropdown .dropdown-toggle:after {
    content: "\F282";
    font-family: bootstrap-icons !important;
    position: absolute;
}

footer .info img {
    max-height: 30px;
}

.btn-close:before {
    font-family: bootstrap-icons !important;
    font-size: 1.25rem;
    content: "\f5ee";
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    display: block;
    padding: 24px 21px !important;
    font-size: 16px;
    color: var(--bs-nav-link-color);
    transition: color .2s ease-in-out;
    font-weight: 300;
    letter-spacing: .4px;
}

.offcanvas.offcanvas-end .widget .nav-item .nav-link {
    font-size: 18px;
    font-weight: 300;
    color: #fff !important;
    margin-bottom: 9px;
    padding: 0 0 11px 0 !important;
    border-bottom: 1px solid #5e5e5e5c;
}

.search-form:before {
    content: "\f502";
    font-family: bootstrap-icons !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75rem;
    font-size: .9rem;
    color: #959ca9;
    z-index: 1;
}

.dropdown-item {
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
    font-size: 16px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.dropdown-menu {
    top: 86%;
    pointer-events: all;
    visibility: visible;
    opacity: 1;
    transition: all .1s ease-in-out;
    background: #006397;
    border-radius: 2px;
}

.dropdown-item:hover {
    color: #f7941d !important;
    text-decoration: underline !important;
    padding-left: 35px;
}

.video-wrapper .video-content p, .banner-cta-2022 p {
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar-expand-lg:not(.hover-none) .navbar-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-menu {
        top: 86%;
        pointer-events: all;
        visibility: visible;
        opacity: 1;
        transition: all .1s ease-in-out;
        background: linear-gradient(131deg, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, 0) 100%), url(../images/noise-60-2.png), 0 0, rgb(0 0 0 / 83%);
        border-radius: 2px;
        box-shadow: 2px 4px 24px 0 rgba(0, 0, 0, .75), -4px -4px 24px 0 rgba(255, 255, 255, .05);
        border-image: linear-gradient(to top left, rgba(0, 0, 0, 0.4) 45%, rgba(255, 255, 255, 0.4)) 1;
        border-width: 1px;
        border-style: solid;
    }

    .navbar-expand-lg.transparent:not(.fixed) {
        padding-top: 0;
        background: linear-gradient(90deg, rgb(255 255 255 / 76%) 0%, rgb(88 88 88 / 50%) 44%, rgb(57 110 187 / 53%) 100%);
    }
}

@media (max-width: 991px) {

}

/*Home Page*/
.swiper-controls .swiper-navigation .swiper-button.swiper-button-prev:after {
    content: "\F12F";
}

.swiper-controls .swiper-navigation .swiper-button:after {
    font-family: bootstrap-icons !important;
    font-size: 1.2rem;
}

.swiper-controls .swiper-navigation .swiper-button.swiper-button-next:after {
    content: "\F138";
}

.swiper-slide.bg-overlay-400:before {
    background: rgba(30, 34, 40, .4);
    background: linear-gradient(190.81deg, #000509 -5.39%, #212121a8 27.61%, #2c2c2c4a 128.64%) !important;
}


.experties .item img {
    width: 150px;
    height: 150px !important;
    object-fit: cover;
    border-radius: 50%;
    padding: 6px;
    border: 1px solid #009bd161;
    transition: .3s;
    margin-bottom: 10px !important;
}

.experties .item:hover img {
    border: 1px solid #ff9600;
    transform: scale(1.03);
    overflow: hidden;
}

.experties .item {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    background: #fff;
    padding: 20px;
    transition: .3s;
    margin-bottom: 30px;
}


.leadership__b1.experties .item {
    height: 181px;
}


.experties .item:hover {
    background: #00628f;
}

.experties .item:hover h3, .experties .item:hover p {
    color: #fff;
}

.experties .item:hover a {
    color: #ff9600;
}

.more:after {
    line-height: 1;
    font-family: bootstrap-icons !important;
    content: "\f138";
    padding-left: 0.05rem;
    font-size: .9rem;
    font-weight: 400;
    vertical-align: -3px;
    margin-right: -0.25rem;
    display: inline-block;
}

.about:before {
    background: linear-gradient(190.81deg, #000509 -5.39%, #041f39 27.61%, #1a8aca 128.64%) !important;
}

.about .about__body h3 {
    font-size: 40px;
    color: #fff;
}

.about .brand__logo img {
    max-height: 24px;
    margin-bottom: 30px;
}

.about .about__body {
    font-size: 20px;
}

.btn__about {
    background: #14b597;
    border-color: #14b597;
    line-height: 1;
    color: #fff !important;
    padding: 7px 22px 9px;
    border-radius: 44px;
    margin-top: 30px !important;
    display: inline-block;
}

.our__values .item {
    padding: 20px;
    background: #11648f;
    height: 290px;
    overflow: hidden;
    margin-bottom: 30px;
}

.our__values .item h3, .our__values .item p {
    color: #fff;
}

.our__values .item img {
    max-height: 57px;
    margin-bottom: 20px;
}

.heading h3 {
    font-size: 36px;
    color: #404040;
}

.heading p {
    color: #404040;
}

.our__values .item i {
    font-size: 50px;
    color: #3898df;
}

/*-----------------------------
Our Team
------------------------------*/
.our__team .t__body {
    background: #11648f8c;
    bottom: -82px;
    position: absolute;
    left: 14px;
    right: 14px;
    border-radius: 0 0 10px 10px;
    padding-top: 10px;
    transition: .3s;
    cursor: pointer;
}

.our__team .t2 {
    background: #ac7300b0;
}

.our__team .item:hover .t2 {
    background: #ac7300 !important;
}

.our__team .t3 {
    background: #008f5cb8;
}

.our__team .item:hover .t3 {
    background: #008f5c !important;
}

.our__team .item:hover .t4 {
    background: #534fc0 !important;
}

.our__team .item .t4 {
    background: #534fc0b5 !important;
}

.our__team .t__body h3, .our__team .t__body h3 a {
    color: #fff;
    text-shadow: 0px 2px 9px #373737;
    letter-spacing: .5px;
}

.our__team img, .team__profile img {
    border-radius: 10px;
}

.our__team .item:hover .t__body {
    background: #00628f;
}

/*-------------------------
CTA
-------------------------*/
.banner-cta-2022 {
    padding: 69px 0;
    background: linear-gradient(80deg, #031931 0, #12a5d9 100%);
}

.banner-cta-2022 .h2, .banner-cta-2022 h2 {
    font-size: 3.7rem !important;
    margin-bottom: 10px !important;
    text-size-adjust: auto !important;
    max-width: 500px;
    letter-spacing: 0;
    line-height: 1.1em;
}

.banner-cta-2022 .banner-cta-2022-text {
    padding-left: 80px;
    padding-right: 15px;
}

/*Latest Blog*/

.post-meta li i {
    padding-right: 0.2rem;
    vertical-align: 0;
    position: relative;
    top: -3px;
    color: #838383;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .our__team .item {
        margin-bottom: 107px;
    }

    .navbar .navbar-other .nav-item .nav-link .bi-list {
        display: none;
    }

    .navbar-brand img {
        max-height: 20px;
    }

}


/*----------------------
Single Blog Page
------------------------*/
.single__blog__top.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: radial-gradient(142.51% 142.51% at 93.64% 28.69%, #168dd9 0, rgba(38, 54, 80, 0) 64.37%);
    background-color: #000;
}

.text__cat {
    color: #009dff !important;
}

.single__blog__top .card-img-top img {
    border-radius: 0.4rem;
}

.blogs .card-body, .blogs .card-footer {
    padding: 1rem 1rem 1rem 1rem !important;
}

.blogs .post-title {
    height: 65px;
    overflow: hidden;
}

.progress-wrap:after {
    position: absolute;
    font-family: bootstrap-icons !important;
    content: "\F145";
    text-align: center;
    line-height: 2.3rem;
    font-size: 1.2rem;
    color: #3f78e0;
    left: 0;
    top: 0;
    height: 2.3rem;
    width: 2.3rem;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all .2s linear;
}

.single__page.bg-overlay:before {
    background: radial-gradient(142.51% 142.51% at 93.64% 28.69%, #00adef 0, rgba(38, 54, 80, 0) 64.37%);
    background-color: #000;
}

.widget.services .heading span {
    font-size: 23px;
    color: #202020;
    margin-bottom: 14px;
    display: block;
}

.widget.services .content a {
    font-size: 17px;
    color: #0d5785;
    display: block;
    background: #0d57852b;
    border-left: 2px solid #0d5785;
    margin-bottom: 10px;
    line-height: 1;
    padding: 12px 10px;
}

.widget.services .content a:hover {
    font-size: 17px;
    color: #d54700;
    display: block;
    background: #d5470012;
    border-left: 2px solid #d54700;
    margin-bottom: 10px;
    line-height: 1;
    padding: 12px 10px;
    padding-left: 12px;
}

.video-wrapper.bg-overlay.bg-overlay-gradient:after {
    opacity: .7;
    background: linear-gradient(80deg, #031931 0, #0084b3 100%);
}

.video__player:before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 930px;
    background: rgb(23 36 56 / 84%);
}

.video__player .container {
    z-index: 888;
    position: relative;
}

.vedio__title h4 {
    font-weight: 500;
    color: #fff !important;
    font-size: 44px;
}

.about__us .heading {
    font-size: 49px;
    color: #005672;
}

.about__us p {
    font-size: 27px;
    line-height: 1.3;
    color: #262626;
}

.single__team__top.bg-overlay:before {
    background: radial-gradient(142.51% 142.51% at 93.64% 28.69%, #008f5c 0, rgba(38, 54, 80, 0) 64.37%);
    background-color: #000;
}

.single__team__top .t__body h3 {
    font-size: 37px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px !important;
    display: block;
    color: #fff;
}

.single__team__top .t__body p {
    font-size: 22px;
}

.single__team__top .t__body .email i {
    color: #0082c3;
    font-size: 19px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.member__details p {
    font-size: 17px;
    line-height: 1.9;
    color: #000;
}

.teams.bg-image:before {
    background: radial-gradient(142.51% 142.51% at 93.64% 28.69%, #008f5c 0, rgba(38, 54, 80, 0) 64.37%);
    background-color: #0000008f;
}

.teams.bg-overlay {
    background-image: url("../img/building.jpg") !important;
}

.teams.image-wrapper {
    background-attachment: unset !important;
}

.teams .heading {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 35px;
}

.copyright p {
    color: var(--bs-white);
}

.partnership.bg-overlay {
    background-image: url("/img/bg/bg5.jpg") !important;
}

.partnership .heading {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 35px;
}

.all__partnership .item {
    padding: 20px;
    box-shadow: 0px 0px 14px -3px #bbbbbb;
    transition: .3s;
}

.all__partnership .item:hover img {
    filter: grayscale(1);
    transition: .3s;
}

.photos.bg-overlay {
    background-image: url("/img/bg/bg8.jpg") !important;
}

.photos .heading {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 35px;
}
.photo__gallery__section .photo__3rd1 .portfolio-info{
    transition: all .3s ease-in-out;
}
.photo__gallery__section .photo__3rd1:hover .portfolio-info {
    display: block !important;
    transition: all .3s ease-in-out;
}
.photo__gallery__section .photo__3rd1 i{
    z-index: 99;
    font-size: 50px;
    left: 20px;
    color: #6cc1ff;
}

.videos .bg-overlay {
    background-image: url("/img/bg/video__banner.jpg") !important;
}
.videos .heading {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 35px;
}
.videos .all__videos i{
    z-index: 99;
    color: #ffffff;
    font-size: 41px;
    left: 38%;
    top: 34%;
    background: #ed0000;
    height: 51px;
    line-height: 1;
    width: 70px;
    padding: 4px 16px;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .single__blog__top .post-header {
        margin-bottom: 20px;
    }

    button.hamburger {
        color: #ffffff;
    }

    .blogs .post-title {
        height: auto;
        overflow: hidden;
    }
}