/********** Template CSS **********/
li{
    list-style: none;
}
:root {
    --primary: #043c77;
    --secondary: #525368;
    --light: #e3f1ff;
    --dark: #0F4229;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}
h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}
h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}
.area-image {
    display: none;
}
.area-image.active {
    display: block;
}
/*** 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;
}
/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}
.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    min-width: inherit;
    width: 48px;
    height: 48px;
    overflow: hidden;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar {
    background: #043c77 !important;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar img{height: 90px;}
.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    outline: none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #fff;
    font-weight:500;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.modal-body .team-text h4{
    margin-bottom: 10px;
}
.modal-body  p {
    margin-bottom: 5px !important;
    color: #000 !important;
    font-size: 15px;
    line-height: 23px;
}
/* .modal-body .team-text .team-social a{
    background: var(--light);
    color:var(--primary);
}
.modal-body .row{
        border: 1px solid #f8f8f8;
        border-radius: 15px;
        margin: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        padding: 15px 0;
}
.modal-body .row > *{
    margin: 0;
} */

.modal-body .team-item .team-text {
        position: relative;
        width: 100%;
        left: auto;
        bottom: auto;
        padding:10px 0 0 0  ;
        border-radius: 0;
}
.modal-header{
    padding-bottom: 5px;
}
.modal-body strong{
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #000 !important;
}
.modal-body span {
    color: #000;
    display: block;
    font-size: 18px;
    margin: 10px 0 10px 0;
    font-weight: bold;
}
.modal-body span em{
    font-style: normal;
}
.modal-body ul li {
    list-style: disc;
    color: #000;
}
.modal-body b {
    color: #000;
    display: block;
    font-size: 18px;
    margin: 10px 0 10px 0;
    font-weight: bold;
}
.modal-body b a{
    color: #000 !important;
}
.modal-body p a{
    color: #000 !important;
}
.border__div {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 0 15px 0;
}
.border__div:last-child{
    margin-bottom: 0;
}
/* ========================== */
.our_values ul{
    padding: 0 0 0 23px;
}
.our_values ul li{
    list-style: disc;
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
    line-height: 23px;
}
@media (max-width:1199px) {
    .container{
        max-width: calc(100% - 20px) !important;
        padding: 0;
    }
    .carousel-item .responsive-div::before{
        padding-top: 100%;
    }
    .responsive-div {
        position: relative;
        padding: 60px 0;
    }
    .carousel-item .responsive-div::before {
        padding-top: 0;
    }
    .navbar .navbar-nav .nav-link {
        margin-right: 20px;
        font-size: 16px;
    }

    #header-carousel .responsive-div {
        padding: 265px 0;
    }
    .display-1 {
        font-size: calc(1.625rem + 2vw);
    }
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

}
@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;
    }
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    background: rgba(4,60,119,.6);
    z-index: 1;
}
.carousel-caption a{
    color: #fff !important;
    border-color: #fff !important;
}
.carousel-caption a:hover{
    color: #000 !important;
}
.carousel-caption a::before,
.carousel-caption a::after{
    background: #fff;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}
@media (max-width: 768px) {
    .contact-left{
        margin-bottom: 30px;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 50px;
    }
}
.page-header{
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 10px 0  !important;
    margin-bottom: 0 !important;
}
.page-header .container  {
    padding: 15px 0 !important;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}
.iframe  iframe{
    width: 100%;
}
.form-floating input{
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding-left: 23px;
}
.form-control:focus{
    border-color: #043c77;
    box-shadow: 0 0 0 0.25rem rgb(4,60,119,.6);
}
.display-3{
    position: relative;
    margin-bottom:15px !important;
    padding-bottom: 10px !important;
    z-index: 1;
}
.display-3::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 5px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background: #043c77;
}
.padding-top-50{
    padding-top: 50px;
}
.responsive-div{
    position: relative;
}
.responsive-div::before{
    display: block;
    content: '';
    width: 100%;
    padding-top: 100%;
}
.r40::before{
    padding-top: 40%;
}
.r58:before {
    padding-top: 160%;
}
.r34::before{
    padding-top: 133.33%;
}
.responsive-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.responsive-img.area-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.add-bg{
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.add-bg::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(4,60,119,.6);
    z-index: -1;
}
/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature {
        position: relative;
        margin-top: -80px;
        z-index: 1;
    }

}
/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(4,60,119,.6);
}
/*** Service ***/
.service-item {
    position: relative;
    text-align: center;
}
.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}
.service-item:hover .service-img img {
    transform: scale(1);
}
.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}
.service-item:hover .service-text {
    background: rgba(4,60,119,.6);
}
.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}
.service-item:hover .service-text h4 {
    color: #FFFFFF;
}
.service-item:hover .service-text p {
    color: var(--light);
}
.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}
.service-item:hover .service-text .btn-square {
    background: var(--light);
}
.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}
.service-item:hover .service-text .btn {
    width: 112px;
}
/*** Project Portfolio ***/
#portfolio-flters {
    display: inline-block;
    background: var(--light);
    padding: 10px 15px;
}
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--primary);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}
#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--dark);
    border-color: var(--dark);
}
.portfolio-inner {
    position: relative;
    overflow: hidden;
}
.portfolio-inner::before,
.portfolio-inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(15, 66, 41, .6);
    transition: .5s;
}
.portfolio-inner::after {
    left: auto;
    right: 0;
}
.portfolio-inner:hover::before,
.portfolio-inner:hover::after {
    width: 50%;
}
.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}
.portfolio-inner:hover .portfolio-text {
    transition-delay: .3s;
    opacity: 1;
}
.portfolio-inner .portfolio-text .btn {
    background: var(--light);
    color: var(--primary);
}
.portfolio-inner .portfolio-text .btn:hover {
    background: var(--primary);
    color: var(--light);
}
/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
}
.team-item .team-text {
    position: absolute;
    width: calc(100% - 45px);
    width: -o-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    left: 1px;
    bottom: 1px;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 0 4px 4px 0;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #aaa;

}
.team-text p{
    margin-bottom: 0;
}
.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}
.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}
.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}
.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}
.team-item .responsive-img{
    border: 1px solid #aaa;
    border-radius: 5px;
}
/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 150px;
    height: auto;
    background-color: #fff;
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}
.testimonial-carousel-video a i {
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    left: 10px;
    top: 10px;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background-color: #0f3154;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid #fff;
}
.testimonial-carousel-video a i:before {
    margin-left: 4px;
}
.testimonial-carousel-video a {
    position: relative;
}
.testimonial-carousel-video .owl-nav .owl-prev, .testimonial-carousel-video .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}
.testimonial-carousel-video .owl-nav {
    display: flex;
    justify-content: center;
}

.contact-left .setbg  {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.contact-box{
    height: 100%;
    color: #000;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.contact-box ul {
    padding: 0;
}
.iframe{
    border: 8px solid #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
     box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
     height: 500px;
}
iframe{
    position: absolute; height: 100%; border: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;


}
.contact-box ul li{
    display: flex;
    border: 1px solid #EEEEEE;
    padding: 10px;
    margin-bottom: 13px;
    cursor: pointer;
}
.contact-box ul li.active {
    border-color: #043c77;
    background-color: #f0f7ff;
}
.contact-box ul li:last-child{
    margin-bottom: 0;
}
.contact-box ul li i{
    max-width: 50px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    background-color: #043c77;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}
.contact-box ul li p {
    margin: 0;
    font-size: 14px;
}

.font-size-20{
    font-size: 20px;
}
/*** Footer ***/
.footer{
    background-color: #1a5493 !important;
    overflow: hidden;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    color: #fff;
    letter-spacing: 1px;
    box-shadow: none;
}
.copyright {
    color: var(--light);
    background: #144475;
}
.copyright a {
    color: #FFFFFF;
}
.copyright a:hover {
    color: #fff;
}

.modal-title {
    font-size: 25px;
    color: #000;
    font-weight: bold;
}
.grid {
    display: grid;
    gap: 20px;
}
.grid_4 {
    grid-template-columns: repeat(4, 1fr);
}
.grid_5 {
    grid-template-columns: repeat(5, 1fr);
}
.grid_6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery li {
    position: relative;
    cursor: pointer;
}
.gallery li span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    color: #fff;
    background-color: #043c77bf;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    top: auto;
    pointer-events: none;
}
.gallery li i {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 1;
    pointer-events: none;
}
.gallery li:hover i {
    visibility: visible;
    opacity: 1;
}
.gallery li:hover span {
    top: 0;
}
.gallery {
    display: flex;
    justify-content: center;
}
@media (max-width:991px) {
    .carousel-caption {
        align-items: center;
    }
}