@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background-repeat: repeat-y;
    background-size: contain;
}

a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #FFFFFF;
}

    a:hover {
        color: #ff8823;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #157ae9;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #37517e;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #cb0c2e;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #e1444d;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }



.whatsap {
    position: fixed;
    bottom: 58px;
    right: 0px;
    z-index: 99;
}

.whatsap-in {
    position: relative;
    width: fit-content;
    height: auto;
    border-radius: 15px;
    background: #cb0c2e;
    padding: 10px;
    padding-right: 55px;
    box-shadow: -1px -1px 23px -3px rgba(0,0,0,0.27);
    -webkit-box-shadow: -1px -1px 23px -3px rgba(0,0,0,0.27);
    -moz-box-shadow: -1px -1px 23px -3px rgba(0,0,0,0.27);
}

    .whatsap-in:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 87%;
        width: 0;
        height: 0;
        border: 23px solid transparent;
        border-top-color: #cb0c2e;
        border-bottom: 0;
        margin-left: -17.5px;
        margin-bottom: -10px;
    }


.whatsap a {
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
}

    .whatsap a img {
        width: 50px;
        margin-right: 10px;
        border-radius: 100px;
        float: left;
        margin-right: 10px;
    }


.tick-btn {
    display: none;
    visibility: hidden;
}

.quick-head {
    display: flex;
    padding: 0.5em;
    text-align: center;
    color: #007cc2;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 13px;
    top: 17px;
    z-index: 9;
    height: 30px;
}

    .quick-head::before {
        font-family: Consolas, monaco, monospace;
        font-weight: normal;
        font-size: 21px;
        content: "+";
        vertical-align: middle;
        display: inline-block;
        width: 40px;
        height: 100%;
        background: #cb0c2e;
        color: #FFFFFF;
        position: absolute;
        right: 0;
        top: 0;
    }

#expand {
    height: 0px;
    overflow: hidden;
    transition: height 0.5s;
    color: #FFF;
}

.quick-enquiry {
    border-radius: 20px;
    transition: height 0.5s;
    padding: 10px;
}

    .quick-enquiry .form-group label {
        color: red;
        color: #1c1c1c;
    }

    .quick-enquiry .btn-primary {
        color: #fff;
        background-color: #007cc2;
        border-color: #007cc2;
        padding: 7px 12px;
    }

        .quick-enquiry .btn-primary:hover {
            color: #fff;
            background-color: #fdb813;
            border-color: #fdb813;
            padding: 7px 12px;
        }

#toggle:checked ~ #expand {
    height: 120px;
}

#toggle:checked ~ label::before {
    content: "x";
    background: #cb0c2e;
    color: #ffffff;
}

.social-links {
    color: #ef4723;
    font-size: 22px;
}

    .social-links:hover {
        color: #d50000 !important;
    }

@media only screen and (max-width: 991px) {

    .whatsap {
        bottom: 65px;
    }

    .whatsap-in {
        width: fit-content;
        height: auto;
        padding: 10px;
        padding-right: 45px;
    }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0;
    background: #ffffff;
}

    #header.header-scrolled {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 0;
    }

    #header.header-inner-pages {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        background: #ffffff;
    }

        #header.header-inner-pages .navbar {
            margin-top: 0;
        }

            #header.header-inner-pages .navbar a {
                color: #292929;
            }

    #header .logo {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        transition: all 0.5s;
    }


.header-black {
    background: black;
    position: relative;
}

    .header-black:before {
        content: '';
        background: black;
        position: absolute;
        height: 100%;
        top: 0;
        bottom: 0;
        right: -20%;
        left: 0;
    }

#header .logo a {
    color: #556270;
    transition: all 0.4s;
}

#header .logo .logo-out {
    padding: 15px;
    margin-left: auto;
    transition: all 0.4s;
    padding-right: 20px;
    margin-right: auto;
    width: 100%;
    background: #ffffff;
    text-align: center;
}

#header .logo img {
    max-height: 90px;
    transition: all 0.4s;
}

#header.header-scrolled .logo-out {
    position: inherit;
}

.logo-out-inner {
    position: relative !important;
}

#header .logo-out-inner img {
    max-height: 70px;
    transition: all 0.4s;
}

.menu-bar {
    height: 44px;
    background: #007cc3;
}

@media (max-width: 1024px) {
    #header .logo .logo-out {
        position: inherit;
        margin-left: 0;
        padding-left: 0;
        margin-top: 10px;
    }

    #header .logo img {
        max-height: 35px;
    }
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    margin-top: 0;
    padding: 20px;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
        display: none;
    }

    .navbar.navbar-mobile li {
        display: block;
    }

    .navbar a,
    .navbar a:focus {
        display: inline-block;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 40px;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        white-space: nowrap;
        transition: 0.3s;
    }

#header.header-scrolled .navbar {
}

    #header.header-scrolled .navbar a {
    }

#header.header-inner-pages.header-scrolled .navbar {
    margin-top: 0;
}

#header.header-inner-pages .navbar {
    margin-top: 0;
}

#navbar.navbar p {
    margin-bottom: 0;
    margin-right: 12px;
}


.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #000000 !important;
}

.navbar .getstarted, .navbar .getstarted:focus {
    background: #05bb01;
    padding: 13px 22px;
    margin-left: 30px;
    margin-right: 50px;
    border-radius: 0;
    font-weight: 400;
    color: #fff !important;
}

    .navbar .getstarted:hover,
    .navbar .getstarted:focus:hover {
        color: #fff;
        background: #9900cc;
    }

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .navbar .dropdown ul li {
        min-width: 200px;
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        font-weight: 400;
        color: #ffffff;
    }

        .navbar .dropdown ul a i {
            font-size: 12px;
        }

        .navbar .dropdown ul a:hover,
        .navbar .dropdown ul .active:hover,
        .navbar .dropdown ul li:hover > a {
            color: #ffffff !important;
            background: #000000;
        }

.header-inner-pages .navbar .dropdown ul a:hover,
.header-inner-pages .navbar .dropdown ul .active:hover,
.header-inner-pages .navbar .dropdown ul li:hover > a {
    color: #ffffff !important;
    background: #05bb01;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 5px;
    right: 15px;
    left: 70%;
    bottom: 50px;
    background-color: transparent;
    transition: 0.3s;
    z-index: 999;
}

.header-top {
    top: 0;
    right: 0;
    background: #007cc3;
}

    .header-top ul {
        display: inline-flex;
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .header-top ul li {
            margin-right: 12px;
        }

            .header-top ul li a {
                font-size: 14px;
                color: #ffffff;
                padding-top: 11px;
                padding-bottom: 11px;
                display: block;
            }

                .header-top ul li a span {
                    margin-left: 10px;
                }

.header-top-icon {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: inline-block;
    align-items: center;
    margin-right: 10px;
    padding-top: 4px;
    text-align: center;
    background: #cb0c2e;
}

    .header-top-icon i {
        margin-bottom: auto;
        margin-right: auto;
    }

.header-top-right {
    float: right;
}

    .header-top-right a {
        margin-top: 7px;
        display: inline-block;
        margin-left: 14px;
        font-size: 20px;
        color: #8cd5ff;
        transition: 0.5s;
    }

        .header-top-right a:hover {
            color: #FFFFFF;
        }

.logo-out {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
}

    .logo-out img {
        width: 350px;
    }

.login {
    float: right;
    text-align: center;
    margin-left: auto;
}

    .login a {
        font-weight: 400;
        background: #007cc3;
        color: #FFFFFF;
        letter-spacing: 1px;
        font-size: 14px;
        padding: 8px 17px;
        text-transform: uppercase;
        border-radius: 4px;
        margin-top: 10px;
        display: inline-block;
        transition: 0.3s;
    }

        .login a:hover {
            text-decoration: none;
            color: #fff;
            background: #FF9800;
        }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #FFFFFF;
    font-size: 38px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
}

.header-inner-pages .mobile-nav-toggle {
    color: #05ba01;
}

.header-scrolled .mobile-nav-toggle {
    color: #ffffff;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}






@media (max-width: 991px) {
    .header-top {
        position: inherit;
    }

        .header-top ul li a span {
            display: none;
        }

    .navbar {
        padding: 13px;
        margin-top: 7px;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .header-top-icon {
        width: 28px;
        height: 28px;
    }

    .navbar ul {
        display: none;
        right: 100%;
    }

    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(63, 73, 83, 0.9);
        transition: 0.3s;
        z-index: 999;
    }

    .header-top span.text {
        display: none;
    }

    .header-top ul {
        margin-right: 0;
    }

        .header-top ul li {
            margin-right: 20px;
        }

    .login {
        margin-top: 72px;
        display: none;
    }

    .logo-out {
        display: inline-block;
    }
}



.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: auto;
    left: 15px;
    padding: 10px 0;
    background-color: #cb0c2e;
    overflow-y: auto;
    transition: 0.3s;
    padding-left: 50px;
    padding-top: 30px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 15px 20px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}

    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile li:hover > a {
        color: #000000 !important;
    }

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    border: #d1455e solid 1px;
}

    .navbar-mobile .dropdown ul li {
        min-width: 200px;
    }

    .navbar-mobile .dropdown ul a {
        padding: 10px 20px;
        display: block;
    }

        .navbar-mobile .dropdown ul a i {
            font-size: 12px;
        }

        .navbar-mobile .dropdown ul a:hover,
        .navbar-mobile .dropdown ul .active:hover,
        .navbar-mobile .dropdown ul li:hover > a {
            color: #d9232d;
        }

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
    width: fit-content;
}


/*--------------------------------------------------------------
# Right
--------------------------------------------------------------*/
.fixedRit {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
    border-radius: 5px;
    overflow: hidden;
    right: 25px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 5px 70px 0px rgba(30,33,56,0.1);
}

    .fixedRit ul {
        margin: 0px;
        list-style: none outside none;
        padding: 0;
    }

        .fixedRit ul a {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 5px;
            height: 80px;
            width: 80px;
            transition: all .3s;
        }

            .fixedRit ul a svg {
                display: block;
                margin: auto;
                width: 19px;
                fill: #f18a00;
                transition: all .3s;
            }

            .fixedRit ul a span {
                text-transform: uppercase;
                font-size: 8px;
                display: none;
                color: #020202;
                transition: all .3s;
                font-size: 12px;
            }

            .fixedRit ul a:hover {
                background: #f18a00;
            }

                .fixedRit ul a:hover svg {
                    fill: white;
                }

                .fixedRit ul a:hover span {
                    color: #FFFFFF;
                }




@media only screen and (min-width: 768px) {

    .fixedRit ul a span {
        display: block;
    }

    .fixedRit ul a svg {
        margin-bottom: 7px;
        width: 22px;
    }
}

@media only screen and (max-width: 1024px) {

    .fixedRit {
        right: 15px;
    }

        .fixedRit ul a {
            padding: 5px;
            height: 50px;
            width: 45px;
        }

        .fixedRit ul a {
            padding: 5px;
            height: 50px;
            width: 45px;
        }

    .navbar-mobile ul {
        padding-left: 15px;
    }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 35vh;
    background-size: cover;
    background-position: center;
    position: relative;
    background: url("../img/slide/slide-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #hero:after {
        background: url(../img/slide/hero-gradiant.png);
        background-size: cover;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        opacity: 0.4;
    }




@keyframes mist {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100vw 0;
    }
}


#hero .container {
}

#hero .carousel-indicators {
    display: none;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#hero .container {
    text-align: center;
}

#hero .video {
    width: 100%;
}

#hero h2 {
    color: #007cc3;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: skewY(-5deg) !important;
}

    #hero h2 span {
        color: #cb0c2e;
    }

.txt_sldr {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ffffff;
    margin-top: 75px;
}

    .txt_sldr .call {
        padding: 13px 30px;
        background: #cb0c2e;
        text-align: center;
        display: inline-flex;
    }

        .txt_sldr .call img {
            margin-right: 7px;
            width: 20px;
        }

        .txt_sldr .call:hover {
            color: #FFFFFF;
            background: #d9a34c;
        }

.slider {
    margin-left: 0;
    padding-left: 0;
    transform: skewY(5deg) !important;
}

    .slider li {
    }

#hero p {
    animation-delay: 0.4s;
    margin: 0 auto 15px auto;
    color: #fff;
    text-align: left;
    font-size: 22px;
    color: #cb0c2e;
    font-weight: 600;
    text-transform: uppercase;
}

.slider-content {
    text-align: center;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

    #hero .carousel-inner .carousel-item-next,
    #hero .carousel-inner .carousel-item-prev,
    #hero .carousel-inner .active.carousel-item-start,
    #hero .carousel-inner .active.carousel-item-end {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold !important;
    line-height: 0;
    width: auto;
    height: auto;
    border: 2px #d0d0d0 solid;
    border-radius: 50px;
    transition: 0.3s;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next {
    right: 3%;
}

#hero .carousel-control-prev {
    left: 88%;
}

#hero .carousel-control-next, .carousel-control-prev {
    top: auto;
    bottom: 75px;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 99;
}



#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
}

    #hero .carousel-indicators li.active {
        opacity: 1;
        background: #d9232d;
    }

#hero .btn-get-started {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 18px 20px;
    border-radius: 0;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: #c9b07a;
}

    #hero .btn-get-started:hover {
        background: #99804a;
    }


    #hero .btn-get-started img {
        width: 24px;
        margin-left: 10px;
    }

    #hero .btn-get-started svg {
        width: 24px;
        margin-left: 10px;
    }

        #hero .btn-get-started svg path {
            fill: blue;
        }

.flight-out {
    position: absolute;
    bottom: 100px;
    right: 0;
    left: 59%;
    width: 350px;
    z-index: 9;
}

    .flight-out img {
        width: 100%;
    }

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}


#hero .carousel-container .container {
    padding: 0;
}


@media (max-width: 992px) {
    #hero .carousel-container {
        display: block;
    }

        #hero .carousel-container .container {
            padding: 8px;
        }

    #hero .carousel-item::before {
        opacity: .9;
    }

    .video {
        width: 130%;
    }

    .flight-out {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0%;
        width: 250px;
        z-index: 9;
        margin-left: auto;
        margin-right: auto;
    }

    #hero {
        height: 28vh;
        background-repeat: repeat;
    }

        #hero .carousel-container {
        }

        #hero .carousel-control-next {
            right: 6%;
        }

        #hero .carousel-control-prev {
            left: 60%;
        }

    #header .logo .logo-out {
        padding-right: 20px;
    }

    #hero .carousel-container {
        bottom: -1px;
    }

    #about {
        margin-top: 0 !important;
        padding-top: 0;
    }

    .about-left {
        margin-top: 30px !important;
    }

    #hero {
        background-position: bottom;
    }
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 33px !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .txt_sldr {
        margin-top: 16px;
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .hover01:after {
        background: url(../img/slide/slide-mob.jpg);
        background-size: cover;
    }

    #hero .bx-wrapper .bx-viewport {
        left: 0 !important;
    }

    #hero p {
        font-size: 16px;
    }

    #hero .video {
        width: 215%;
    }
}

@media (min-width: 1024px) {

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}

@media (max-height: 500px) {
    #hero {
        height: 120vh;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#main {
}

section {
    padding: 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f3f5fa;
}

.section-title {
    padding-bottom: 20px;
}

    .section-title h2 {
        font-size: 36px;
        font-weight: bold;
        position: relative;
        color: #393939;
    }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# slide-logo
--------------------------------------------------------------*/
.we-repair-out {
    margin-top: 40px;
}

@media (max-width: 991px) {

    .we-repair-out {
        margin-top: 120px;
    }
}




/*__________________*/


.service-section-out {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}


    .service-section-out h1 {
        text-align: center;
        position: relative;
        padding-bottom: 15px;
        color: #005782;
    }

    .service-section-out .section-title h2 {
        font-size: 36px;
        font-weight: bold;
        position: relative;
        color: #4a4a4a;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
    }

    .service-section-out h2 span {
        color: #cb0c2e;
    }

.service-section {
}


.service-in {
    width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    background: #ffffff;
    border-radius: 0;
    padding: 20px 20px;
    margin-bottom: 30px;
    background: url("../img/faculty-bg.jpg");
    transition: all .3s;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .service-in a {
        color: #1179be;
    }

        .service-in a i {
            margin-left: 6px;
        }

.service-icon {
    border-radius: 150px;
    margin-bottom: 5px;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    width: 182px;
    height: 182px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

    .service-icon img {
        width: 100%;
    }

.service-in:hover .service-icon {
    background: white;
}

.service-in:hover, .service-in:focus, .service-in:active {
    background: url("../img/faculty-bg-hover.jpg");
}

.service-in h2 {
    font-size: 20px;
    color: #2f2f2f;
    padding-top: 15px;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
}

.service-in p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 23px;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
}

.service-in:hover h2 {
    color: white;
}

.service-in:hover p {
    color: white;
}

    .service-in:hover p a {
        color: #94d4ff;
    }

.service-in:hover .faculty-mail a {
    color: white;
}

.find-out-more {
    color: #2c2c2c;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition-duration: 0.3s;
}

.service-in:hover .find-out-more {
    color: #FFFFFF;
}

.find-out-more img {
    margin-left: 10px;
}

.faculty-mail a {
    color: #2f2f2f;
}


@media (max-width: 992px) {
    .service-in {
        min-height: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .service-section-out .section-title h2 {
        font-size: 30px;
    }
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 36px 0;
    background: #e6e6e6;
    min-height: 40px;
}

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 600;
        margin: 0;
        color: #1179be;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                color: #6b7b8d;
                content: "/";
            }

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 0;
    }

        .breadcrumbs .d-flex {
            display: block !important;
        }

        .breadcrumbs h2 {
            margin-bottom: 10px;
        }

        .breadcrumbs ol {
            display: block;
        }

            .breadcrumbs ol li {
                display: inline-block;
            }
}



/*--------------------------------------------------------------
# profile
--------------------------------------------------------------*/
.profile-section-out {
    padding-bottom: 20px;
}

.profile-right {
    padding-left: 45px;
}

.profile-right-in .table > :not(caption) > * > * {
    padding: 1rem 2rem;
}

.profile-section-in {
    margin-left: 0;
    border: 1px solid #f3f3f3;
}

.profile-botm-in {
    background: #ececec;
    margin-bottom: 60px;
    padding: 50px;
}

    .profile-botm-in h3 {
        font-size: 24px;
        font-weight: 600;
        color: #333333;
        margin-bottom: 18px;
    }

.profile-botm-list {
    list-style-type: none;
    padding-left: 0;
}

    .profile-botm-list li {
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 11px;
        padding-left: 30px;
    }

.profile-botm-list-Item .label-tick {
    margin-right: 10px;
    color: #007cc3;
    font-size: 18px;
    /*margin-left: -30px;*/
}

.profile-botm-in hr {
    margin: 2rem 0;
}

@media (max-width: 992px) {

    .profile-right {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .profile-right-in .table > :not(caption) > * > * {
        padding: 1rem 1rem;
    }

    .profile-botm-in {
        margin-bottom: 60px;
        padding: 35px 20px;
    }
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
    background: #007cc3;
}

    #footer .footer-top {
        padding: 50px 0 20px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 50px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 25px;
                color: #fff;
                position: relative;
                padding-bottom: 12px;
                margin-top: 20px;
                letter-spacing: 1px;
            }

                #footer .footer-top .footer-info h3 span {
                    font-size: 15px;
                }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 27px;
                margin-bottom: 0;
                color: #ffffff;
                line-height: 30px;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #ffffff;
            color: #007cc3;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 100px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #d9a34c;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
            letter-spacing: 1px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #9d9d9d;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #9d9d9d;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: white;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
        }

            #footer .footer-top .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: -2px;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px 2px 20px;
                background: #d9232d;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                    background: #df3740;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

        #footer .copyright p {
            color: #ffffff;
            font-size: 14px;
            font-weight: 300;
        }

            #footer .copyright p a {
                color: #9d9d9d;
            }

                #footer .copyright p a:hover {
                    color: #accb40;
                }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
    }

        #footer .credits a {
            color: rgba(255, 255, 255, 0.6);
            transition: 0.3s;
            font-weight: 600;
        }

            #footer .credits a:hover {
                color: white;
            }

    #footer .women p {
        color: white;
        text-align: center;
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 30px;
    }

.address-hide {
    color: #0a0a0a !important;
}

.logo-footer-out {
    margin-right: auto;
    margin-left: auto;
}

.logo-footer {
    margin-right: auto;
    margin-left: auto;
}

.logo-ftr-out {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}

.footer-logos a {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 30px;
    display: inline-block;
}

.address-ftr-new-out {
    margin-top: 8px;
}

    .address-ftr-new-out a {
        margin-bottom: 10px;
        display: inline-block;
    }

        .address-ftr-new-out a i {
            margin-right: 4px;
        }

@media (max-width: 992px) {
    #footer {
        padding: 0 0 40px 0;
    }

    .logo-footer {
        margin-bottom: 20px;
    }
}
