* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
}

p,
a,
label,
input,
textarea,
select {
    font-family: "poppins", sans-serif;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*------------ top header css ------------*/
header {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
}

.topheader {
    background: #00367b;
    padding: 7px 0;
    border-bottom: 3px solid #38b6ff;
}

.topheader ul li {
    color: #ffff;
    float: left;
    border-right: 1px solid #fff;
    line-height: 16px;
    padding: 0 9px;
}

.topheader ul li a {
    font-size: 14px;
    color: #fff;
}

.topheader ul li:last-child {
    border: none;
}

.topheader .social {
    justify-content: right;
    display: flex;
}

.headerbotm {
    background: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: repeat-x;
    width: 100%;
}

.headerbotm .img1 {
    width: 302px;
}

.headerbotm .img2 {
    width: 157px;
}

.headernav {
    background: #0091e5;
    padding: 5px 0;
}

ul.navbar-nav .nav-item .nav-link {
    padding: 0 1.2rem;
}

.headernav .btn {
    padding: 0.3rem 1rem;
    background: #000;
    font-size: 15px;
}

.headernav .dropdown-menu {
    padding: 0 0px;
    border-radius: 3px;
    background: #0091e5;
    margin: 9px 0 0;
}

.dropdown-menu li {
    border-bottom: 1px solid #ccc;
    padding: 6px 13px;
    margin: 0;
}

.dropdown-link {
    color: #fff;
    font-weight: 600;
    width: 100%;
    display: block;
}

.nav-item .nav-link:hover {
    color: #000;
}

.dropdown-link:hover {
    color: #000;
}

.menu-row {
    padding: 0;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
}

.menu-row .menu-info {
    margin-bottom: 0;
    font-size: 16px;
}

.menu-row .menu-info h1 {
    margin: 0 0 0;
    font-size: 30px;
}

.menu-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.menu {
    display: flex;
    flex-wrap: wrap;
}

.menu li {
    margin-right: 25px;
}

.menu li a {
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .menu {
        display: flex !important;
    }

    .menu .megamenu>a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 28px;
        display: none;
    }

    .menu .megamenu>a:hover:after {
        display: block;
    }

    .menu li .submenu {
        transition: 350ms all;
    }

    .menu li:hover>.submenu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .menu li.megamenu>a {
        padding-right: 20px;
        position: relative;
    }

    .menu li.megamenu>a:before {
        content: "";
        position: absolute;
        right: 7px;
        top: 9px;
        height: 5px;
        width: 5px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        transform: rotate(45deg);
    }

    .menu li .submenu {
        position: absolute;
        top: 133%;
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden;
        background: #333;
    }

    .menu li .submenu li {
        margin-right: 0;
        font-size: 16px;
        position: relative;
    }

    .menu li .submenu li a {
        color: #ffffff;
        padding: 10px 20px;
        background: #333;
        display: block;
    }

    .menu li .submenu li a:before {
        right: 15px;
        transform: rotate(-45deg);
    }

    .menu li .submenu li a:hover {
        background: #00367b;
    }

    .menu li .submenu .submenu {
        position: absolute;
        left: 100%;
        top: 0;
    }
}

@media only screen and (max-width: 1023px) {
    #menu_trigger {
        height: 41px;
        display: inline-block;
        position: relative;
        z-index: 9;
        top: 5px;
        background: #00208a;
        padding: 10px;
        border-radius: 3px;
    }

    #menu_trigger .menulines {
        margin-top: 9px;
        position: relative;
        display: block;
    }

    #menu_trigger .menulines,
    #menu_trigger .menulines:before,
    #menu_trigger .menulines:after {
        content: "";
        height: 2px;
        width: 30px;
        border-radius: 5px;
        background: #ffffff;
    }

    #menu_trigger .menulines:before,
    #menu_trigger .menulines:after {
        position: absolute;
        left: 0;
    }

    #menu_trigger .menulines:before {
        top: -9px;
    }

    #menu_trigger .menulines:after {
        top: 9px;
    }

    .mobile-menu {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #00367b;
        overflow: hidden;
        z-index: 9;
    }

    .mobile-menu ul {
        transition: 350ms all;
        display: block;
    }

    .mobile-menu li {
        margin: 0;
        border-bottom: 1px solid #294bbb;
        font-size: 16px;
    }

    .mobile-menu li a {
        color: #ffffff;
        display: block;
        position: relative;
        padding: 7px 16px;
    }

    .mobile-menu li a:hover {
        color: #ff5252;
    }

    .mobile-menu li a .navtrigger {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        background: #0091e5;
        border: 1px solid #404040;
    }

    .mobile-menu li a .navtrigger:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 8px;
        width: 8px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mobile-menu li .submenu {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        background: #00367b;
        height: 100%;
        transition: 350ms all;
        z-index: 1;
    }

    .mobile-menu li .submenu li {
        font-size: 14px;
    }

    .mobile-menu li .submenu .backmenu-row {
        position: relative;
        padding: 6px;
        padding-left: 50px;
        background: #004c78;
        font-size: 16px;
    }

    .mobile-menu li .submenu .backmenu-row .back-trigger {
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        display: block;
        background: #0091e5;
        border: 1px solid #404040;
    }

    .mobile-menu li .submenu .backmenu-row .back-trigger:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 8px;
        width: 8px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        transform: translate(-50%, -50%) rotate(135deg);
    }

    .mobile-menu li .submenu .backmenu-row em {
        font-style: normal;
        color: #ffffff;
    }

    .mobile-menu li.sub-open>.submenu {
        left: 0;
    }
}

.headerbotm span {
    font-size: 22px;
    font-weight: 600;
    padding-right: 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    width: 210px;
}

.headerbotm marquee {
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    background: #7cd0ff;
    margin: 0 62px 0 0;
    color: #000;
    border-radius: 3px;
}
.headerbotm marquee p{
    margin: 0;
    padding: 0;
}

/*------------------ slider area css ----------------*/
.banner {
    margin: 173px 0 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swipertxt {
    position: absolute;
    top: 29%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 800px;
}

.swipertxt h1 {
    font-size: 41px;
    text-transform: uppercase;
    color: #fff;
    background-color: #012350;
    width: 74%;
    padding: 3px 0;
    border-right: 5px solid #38b6ff;
    margin: 0 auto 17px;
    letter-spacing: 1px;
}

.swipertxt h3 {
    background: rgb(255 255 255 / 84%);
    padding: 5px 0;
    border-radius: 5px;
    font-size: 29px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 64%;
    border-right: 4px solid #38b6ff;
    border-left: 4px solid #38b6ff;
    margin: 0 auto 20px;
}

.swipertxt p {
    color: #fff;
    text-shadow: 0px 3px 8px rgb(0 0 0 / 87%);
    font-size: 20px;
    line-height: 29px;
    margin: 27px 0 17px;
}

.swipertxt .btn-slider {
    background: #012350;
    color: #fff;
    padding: 7px 16px;
    border-radius: 4px;
    border-right: 3px solid #fff;
}

/*------------------ about area css -----------------------*/
.section-sp1 {
    padding-top: 81px;
    padding-bottom: 70px;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 0.5) var(--bs-bg-opacity) !important;
}

.title-ext {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

.heading-bx .title:after {
    content: "//";
    color: #f42222;
    font-weight: 900;
    transform: scale(0.93) translateY(-3%);
    display: inline-block;
    margin-left: 5px;
}

.heading-bx p {
    padding-top: 10px;
    font-size: 16px;
    text-align: justify;
}

.about-media .media img {
    width: 100%;
}

.about-media .about-contact {
    width: 360px;
    padding: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 10px 50px -20px #0863eb;
    -webkit-animation: up-down 2s infinite alternate;
    animation: up-down 2s infinite alternate;
}

.section-sp1 .btn {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    border-right: 4px solid #000 !important;
    transition: all 0.3s ease-in 0s;
}

.section-sp1 .btn:hover {
    background: #00367b;
}

@-webkit-keyframes up-down {
    0% {
        transform: translatey(0);
    }

    100% {
        transform: translatey(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translatey(0);
    }

    100% {
        transform: translatey(-10px);
    }
}

/*------------------- service area css -------------------*/
.service-wraper1 {
    position: relative;
    z-index: 1;
    background: #0070ff;
    height: 480px;
    padding: 81px 0;
}

.service-wraper1::after {
    background: url(../images/bg1.png);
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 543px;
    content: "";
}

.heading-bx {
    margin-bottom: 50px;
}

.feature-bx1 {
    padding: 27px 30px;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.bg-gray-alt {
    background-color: #fafafa;
}
.spno .feature-container{
    width: calc(33% - 100px);
}

.feature-container {
    position: relative;
    height: 339px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
}
.feature-container:nth-child(2n+2){
    background: #fcfcfc;
}

.feature-bx1:hover {
    background: #2f2f2f;
    color: #fff;
}

.icon-content h5 {
    text-transform: uppercase;
}

.icon-content p {
    font-size: 13px;
    text-align: justify;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient:vertical;
}

.cus-mar {
    margin: -297px auto 0;
}

/*------------------- Why Choose area css ------------------*/
.choose {
    background: url(../images/choosebg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 50px 0 50px;
}

.choose .bg-light {
    background: rgb(255 255 255 / 80%) !important;
    padding: 20px 42px;
    width: 60%;
    float: right;
}

.icon-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 25px 0 25px;
}

.icon-box div h4 {
    font-size: 16px;
    margin: 0 11px 0;
}

.icon-box div p {
    font-size: 14px;
    line-height: 22px;
    margin: 6px 10px 0;
    text-align: left;
}

/*------------------------------ gallery area css -------------------*/
.gallery {
    margin: 0 0 50px;
}

.tab-pane ul {
    display: flex;
    justify-content: left;
}

.card {
    width: auto;
    padding: 0 4px 7px;
    position: relative;
    overflow: hidden;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #0070ff;
    border-color: #d9e2ef #d9e2ef #fff;
    color: #fff;
}

.gallery .nav-item .nav-link:hover {
    color: #ffffff;
}

.card p {
    position: absolute;
    bottom: 7px;
    background: rgb(0 54 123 / 89%);
    color: #fff;
    padding: 5px 0;
    margin: 0;
    width: 97%;
}

.card p span {
    font-size: 12px;
}

.nav-tabs .nav-link {
    font-size: 14px;
}

/*------------------------- Booking area css -----------------*/
.bookingarea {
    background: #f5f5f5;
}

.bgright {
    background: url(../images/loaderbg.jpg);
    background-repeat: no-repeat;
    background-position: 99px -10px;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bookingarea form {
    padding: 0 46px 46px;
}

.bgright:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 46 79 / 89%);
    z-index: -1;
    padding-left: 0px !important;
}

.bgright i {
    font-size: 25px;
    color: #fff;
    margin: 0 0 9px;
    background: #1b0884;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    padding: 17px 0 0;
    border: 1px solid #fff;
}

.bgright h1 {
    color: #fff;
    font-size: 30px;
}

.bgright h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}

.bgright p {
    color: #fff;
    font-size: 14px;
}

.bgright .col-md-6 {
    margin: 0 0 30px;
}

.bookingarea .form-group label {
    font-size: 14px;
}

.bookingarea .form-group .form-control {
    font-size: 0.9145rem;
    padding: 0.4rem 1.25rem;
}

/*--------------------------- testimonial area css -----------------------------*/
.testimonial {
    background: url(../images/bg2.png);
    background-position: right;
    background-size: cover;
    padding: 50px 0 20px;
}

.testimonial .carousel-item {
    min-height: 190px;
}

.testimonial .carousel-caption {
    padding: 0;
    right: 29px;
    left: 21px;
    top: 15px;
    color: #3d3d3d;
    border: 1px solid #ccc;
    min-height: 175px;
    padding: 15px;
}

.testimonial .carousel-control-prev,
.testimonial .carousel-control-next {
    color: #ffffff !important;
    opacity: 1 !important;
    background: #101010;
    width: 30px;
    height: 30px;
    font-size: 24px;
}

.carousel-control-prev {
    left: -23px;
    top: 45%;
}

.carousel-control-next {
    right: -15px;
    top: 45%;
}

.testimonial .carousel-caption p {
    font-size: 14px;
    text-align: justify;
    font-weight: 500;
}

.testimonial .carousel-caption small {
    text-align: left;
    font-family: "poppins", sans-serif;
    font-weight: bold;
    display: flex;
    color: #0070ff;
}

@media (min-width: 320px) and (max-width: 575px) {
    .carousel-caption {
        position: relative;
    }

    .testimonial .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .testimonial .carousel-caption img {
        margin: 0 auto;
    }

    .carousel-control-prev {
        left: 35%;
        top: 105%;
    }

    .carousel-control-next {
        right: 35%;
        top: 105%;
    }

    .testimonial .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .carousel-caption {
        position: relative;
    }

    .testimonial .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

    .testimonial .carousel-caption img {
        margin: 0 auto;
    }

    .testimonial .carousel-caption h3,
    .testimonial .carousel-caption small {
        text-align: center;
    }

    .carousel-control-prev {
        left: 35%;
        top: 105%;
    }

    .carousel-control-next {
        right: 35%;
        top: 105%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .testimonial .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

/*-------------- Brands we deal area css -----------------------*/
.slick-slide {
    margin: 0px 20px;
    padding: 10px;
    background-color: #fff;
}

.slick-slide img {
    height: 62px;
    text-align: center;
    margin: 0 auto;
}

.brand {
    background: url(../images/brand.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 70px 0;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
}

.brand::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 30 48 / 82%);
    z-index: -1;
    content: "";
    left: 0;
    right: 0;
}

/*-------------- footer area css ---------------*/
.footer {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 50px 0 0;
    margin: 0 0 0;
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 2, 5, 0.778);
}

.footer .widget p {
    color: #fff;
    font-size: 13px;
    margin: 17px 0 0;
    text-align: left;
}

.footer .widget h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}

.footer .widget ul {
    padding-left: 17px;
}

.footer .widget ul li {
    border-bottom: 1px dashed #5d5d5d;
    padding: 4px 0 4px;
    list-style: disc;
    color: #fff;
    text-align: left;
    font-size: 15px;
}

.footer .widget ul li a {
    color: #fff;
    font-size: 15px;
}

.footer .widget .opening-hours ul {
    padding: 0;
}

.footer .widget .opening-hours li {
    border: none;
    list-style: none;
}

.footer-bottom {
    background-color: #000;
    padding: 10px 0;
}

.footer-bottom p {
    color: #fff;
    font-size: 13px;
}

.footer-bottom ul {
    display: flex;
    justify-content: end;
}

.footer-bottom ul li {
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 0 0 10px;
    line-height: 20px;
}

.footer-bottom ul li a {
    color: #fff;
    font-size: 13px;
    margin: 2px 0 0;
}

.card-footer ul li {
    float: left;
    margin: 0 8px 0 0;
    width: 11%;
}
.widget img {
    padding: 6px;
    border-radius: 6px;
    width: 78%;
}
.widget{
    text-align: center;
}

/*-------------- back to top -------------*/
#button {
    display: inline-block;
    background-color: #008ee6;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 46px;
    right: 9px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

i.fa.fa-whatsapp {
    color: #fff;
    background: #01c92c;
    width: 39px;
    height: 39px;
    text-align: center;
    padding: 5px 0 0;
    font-size: 30px;
    border-radius: 3px;
    position: fixed;
    right: 0;
    z-index: 9;
    bottom: 142px;
}

/*------------------------ about page css ---------------------*/
.page-banner .page-banner-entry {
    height: 400px;
    vertical-align: middle;
    display: table-cell;
    padding-top: 80px;
}

.page-banner-entry h1 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 5px;
    color: #ffff;
    text-transform: uppercase;
}

.inner-header {
    padding: 70px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    z-index: 2;
    margin: 169px 0 0;
}

.inner-header::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 54 123 / 53%);
    z-index: -1;
    content: "";
}

.page-banner-entry h1 span:before {
    margin-right: 20px;
}

.page-banner-entry h1 span:after {
    margin-left: 20px;
}

.page-banner-entry h1 span:before,
.page-banner-entry h1 span:after {
    content: "//";
    color: #ffffff;
    font-weight: 900;
    transform: scale(0.98) translateY(-3%);
    display: inline-block;
}

.breadcrumb-row ul {
    background: transparent;
    padding: 0;
    margin: 0;
    justify-content: center;
    display: flex;
}

.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.breadcrumb-row ul li a {
    color: #ffffff;
}

.breadcrumb-row ul li i {
    margin-right: 10px;
    font-size: 20px;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.visionarea {
    margin: 0 0 50px;
    text-align: center;
}

.vision {
    background: url(../images/vision.jpg);
    padding: 60px 50px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
}

.vision::after {
    background: rgba(3, 3, 3, 0.884);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}

.mission h2,
.vision h2 {
    color: #fff;
    font-size: 20px;
}

.vision p {
    text-align: justify;
    font-size: 15px;
    color: #fff;
}

.mission {
    background: url(../images/mission.jpg);
    padding: 60px 50px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
}

.mission::after {
    background: rgba(0, 6, 58, 0.936);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}

.mission p {
    color: #fff;
    text-align: justify;
    font-size: 15px;
}

/*---------------------------- contact area css -------------------------*/
.contact-info {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 3px 11px rgb(3 3 3 / 24%);
    height: 302px;
    border-radius: 5px;
    margin: 21px 0 20px;
}

.contact-info i {
    background-color: #00367b;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    margin: 20px;
    padding: 15px 0 0;
}

.contact-info h6 {
    font-size: 16px;
}

#contact {
    background-color: #ebebeb;
}

.contact-wrapper {
    padding: 20px;
}

.contact-wrapper {
    padding: 45px 29px 0;
}

.serviceinner .feature-container {
    height: 496px;
    margin: 0 0 35px;
    padding: 15px;
    background: #b8e5ff;
}

.serviceinner .feature-bx1:hover {
    color: #000;
}

/*----------------------- Brand logo page css ---------------------------*/
.brandlogo {
    border: 1px dashed #a2a2a2;
    margin: 30px auto 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 24%);
    padding: 24px;
}

.brandarea {
    margin: 50px 0 80px;
}

.brandarea h3 {
    font-size: 25px;
    text-align: center;
}
.team-bottom-part h5{
    font-size: 16px;
}

/*----------------------- Team page css ------------------------------*/
.team-members h4 {
    font-size: 18px;
    margin: 19px 0 3px;
}

.team-members {
    background: #fff;
    box-shadow: 0px 3px 8px rgb(0 0 0 / 27%);
    padding: 0 10px;
    border-bottom: 3px solid #38b6ff;
    height: 401px;
    margin: 0 0 30px;
}

.styled-icons li a {
    font-size: 12px;
    color: #000;
    margin: 9px 0 9px;
    display: block;
}

.career {
    background: url(../images/career.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.career::after {
    background: rgb(255 255 255 / 90%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
}

.career .form-control {
    background-color: #ffffff;
    border: 1px solid #000000;
}

/*---------------------------------- payment area css --------------------------*/
.offer ul li {
    margin: 8px 0 0;
    font-size: 17px;
}

i.fa.fa-check {
    color: #0080ca;
}

.offer small {
    color: #ff0828;
    margin: 17px 0 0;
    display: block;
    font-size: 1rem;
    font-family: "Roboto Condensed", sans-serif;
}

.pymt-box {
    display: flex;
    width: calc(71% - 100px);
}

.payment .col-md-6 {
    box-shadow: 0 1px 11px rgb(0 0 0 / 21%);
    margin: 0 0 36px;
}

.payment b,
p {
    text-align: center;
    display: block;
    font-family: "poppins", sans-serif;
}

/*---------------------------------- top fix button area css -----------------------------*/
.sidebar-contact {
    position: fixed;
    top: 61%;
    left: -300px;
    transform: translateY(-50%);
    width: 300px;
    height: auto;
    padding: 25px;
    background: #fff;
    box-shadow: 0 20px 50px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 99;
}

.sidebar-contact.active {
    left: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgb(150 148 148 / 50%);
    outline: none;
    border-radius: 6px;
}

.sidebar-contact h2 {
    margin: 0 0 12px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #00bcd4;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}
input::placeholder {
    font-size: 0.9rem;
}
textarea::placeholder {
    font-size: 0.9rem;
}

.toggle {
    position: absolute;
    width: 105px;
    text-align: center;
    cursor: pointer;
    background: #0a95e5;
    top: 29px;
    right: -73px;
    line-height: 44px;
    z-index: 999;
    transform: rotate(90deg);
    border-radius: 3px;
}

.toggle:before {
    content: 'Support \f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
}

.toggle.active:before {
    content: '\f00d';
}
.modal-dialog{
    max-width: 800px;
}
.modal .btn-close {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 1000;
    background-color: #535353;
    opacity: 1;
    color: #fff;
    width: 20px;
    height: 20px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 13%);
    font-size: 23px;
}
.modal-content{
    background: #edecec;
}
.modal-body .form-group label {
    display: inline-block;
    font-size: 14px;
    color: #767676;
}
.modal-body .form-group input{
    border: 1px solid #00818d;
    height: 52px;
}

@media(max-width:768px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
    }

    .sidebar-contact .toggle {
        top: 50%;
        transform: translateY(-50%);
        transition: 0.5s;
    }

    .sidebar-contact.active .toggle {
        top: 0;
        right: 0;
        transform: translateY(0);
    }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .content {
        padding: 50px 50px;
    }
}