﻿body {
    font-family: "Poppins",sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
}

.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
/*----------------------------Header START-------------------------------------*/
.header .auto-container {
    padding: 0 15px;
    position: relative;
}

.auto-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .auto-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .auto-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .auto-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .auto-container {
        max-width: 1140px;
    }
}

.top-bar .contact-info {
    float: left;
}

    .top-bar .contact-info ul {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding: 12px 48px 12px 0;
        margin: 0px;
    }

    .top-bar .contact-info li {
        color: #eee;
        display: inline-block;
        font-weight: 600;
        letter-spacing: 0.6px;
    }

    .top-bar .contact-info i {
        color: #fff;
        font-size: 16px;
        margin-right: 6px;
    }

.top-bar .social-icons {
    float: right;
}

    .top-bar .social-icons ul li {
        display: inline-block;
        margin-right: 12px;
        margin-top: 12px;
    }

        .top-bar .social-icons ul li a {
            color: #eee;
            font-size: 16px;
        }

@media(max-width:787px) {
    .top-bar .contact-info {
        text-align: center;
        float: none;
    }

        .top-bar .contact-info ul {
            padding: 0px;
        }

    .top-bar .social-icons {
        float: none;
        text-align: center;
    }
}
/*****************************Header 2 start***********************************************/
.header-style {
    background-color: rgba(255, 255, 255, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand {
    padding: 0;
    /*background:#fff;*/
}

.logo-img {
    width: 150px;
}

.logo-img {
    background-color: rgba(255, 255, 255, 0.7);
    content: "";
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: -1;
}

    .logo-img img {
        width: 100%;
        height: 100%;
    }

.header .bg-transparent {
    background-color: rgba(255, 255, 255, 0.09) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bg-transparent {
    z-index: 22;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-top-color: #a0a0a0;
}

.header .navbar-nav {
    margin-right: 6px;
    padding-right: 34px;
    position: relative;
}

@media (min-width: 1200px) {
    .header #navbar-menu {
        border-right: 1px solid rgba(255, 255, 255, 0.19);
        height: 95px !important;
    }

    .header .navbar-collapse.collapse {
        display: flex !important;
        align-items: center;
    }
}

.header .navbar-nav li.active a.nav-link, .header .navbar-nav li:focus a.nav-link, .header .navbar-nav li:hover a.nav-link {
    color: #ffcd22;
}


@media (min-width: 1200px) {
    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.header .bg-transparent .navbar-nav li a {
    color: #ffffff;
}

.header .bg-transparent .navbar-nav li a {
    font-family: "Poppins",sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    /*padding: 22px 28px 18px 14px;*/
    text-transform: uppercase;
}

    .header .bg-transparent .navbar-nav li a:hover, .header .bg-transparent .navbar-nav li a:active {
        color: #156792;
        background: #fff;
        border-radius: 5%;
    }

.navbar-toggle {
    font-size: 20px;
    padding: 24px 10px;
    color: #fff;
}

@media(max-width:787px) {
    .navbar-collapse ul {
        background-color: #000;
        color: #fff;
        margin-right: 38px;
        text-align: center;
        width: 75%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid #eee;
    }

    .nav > li {
        display: block;
        position: relative;
    }
    /*.header #navbar-menu {
        height:auto !important;
    }*/
    .header .navbar-nav {
        padding-right: 0px;
    }

    .navbar-collapse {
        padding: 0px;
    }

    .logo-img {
        width: 90px;
    }

    .navbar-toggle {
        padding: 5px 10px;
    }
}
/************************sticky opacity start*************************/
.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity .bg-transparent {
        background-color: #156792 !important;
    }

    .sticky-opacity .logo-img {
        background-color: rgba(255, 255, 255);
    }
/************************sticky opacity end*************************/
/*****************************Header 2 end***********************************************/
/*----------------------------Header END-------------------------------------*/
/*
*
* Footers
*/

.footercontent a {
    margin: 0 3px;
}

    .footercontent a i {
        text-align: center;
        color: #04060e;
        background: #fff;
        /* border: 1px solid #fff; */
        height: 30px;
        width: 30px;
        margin: auto;
        border-radius: 50%;
        line-height: 32px;
        font-size: 18px;
    }

.footersection {
    padding: 30px 20px 0px 20px;
    overflow: hidden;
    text-align: left;
    background: #04060e;
    z-index: 1;
}

    .footersection + hr {
        margin-top: 30px;
    }

.footertitle {
    font-weight: bold;
    letter-spacing: .15em;
    color: #fff;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.footercolwidth {
    /*max-width: 210px;*/
    font-size: 12px;
    margin-left: -38px;
}

footer p {
    line-height: 20px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    font-family: 'Arial Rounded MT';
}

.footercolwidth li {
    margin-top: 12px;
    color: #fff;
    font-size: 13px;
    list-style: none;
    font-family: 'Arial Rounded MT';
}

    .footercolwidth li a {
        color: #fff;
    }

.footermenulist {
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: -20px;
    margin-left: -20px;
}

    .footermenulist > li {
        display: block;
        margin-bottom: 17px;
        margin-left: 20px;
    }

    .footermenulist a, .footermenulist a:focus, .footermenulist a:active {
        color: #fff;
    }

        .footermenulist a:hover {
            color: #fff;
            font-family: 'Arial Rounded MT';
        }

* + .footercolwidth {
    margin-top: 0px;
}

.copyrights {
    text-align: center;
    color: #fff;
}

@media (min-width: 768px) {
    .footermenulist {
        text-align: left;
    }

        .footermenulist > li {
            display: block;
            margin-left: 0;
        }
}

@media (max-width: 787px) {
    .footermenulist {
        text-align: left;
        padding-left: 23px;
        margin-bottom: 10px;
    }

        .footermenulist > li {
            display: block;
            margin-bottom: 5px;
            margin-left: 0;
        }
}

@media (min-width: 992px) {
    .footermenulist {
        letter-spacing: .2em;
        /*columns: 2;*/
        break-inside: avoid;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        max-width: 320px;
        margin-left: -37px;
    }

        .footermenulist > li {
            display: block;
            margin-left: 0;
        }

    * + .footermenulist {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    .footertitle {
        letter-spacing: .2em;
    }

    .footermenulist {
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
    }
}
/***************************footer end************************/
/****************************Index start****************/
.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
}

#myCarousel {
    border: none;
}

.owl-stage-outer {
    height: 650px;
}

.owl-carousel1 .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translatex(-50%);
}

    .owl-carousel1 .owl-dots .owl-dot {
        width: 19px;
        height: 0px;
        border: 2px solid #c4c4c7;
        border-radius: 0%;
        display: inline-block;
        margin: 0 3px;
        transition: .3s;
    }

        .owl-carousel1 .owl-dots .owl-dot.active {
            background: #f55106;
            border-color: #f55106;
        }

@media (min-width: 992px) {
    .navbar {
        margin-bottom: 0px;
    }
}

@media(max-width:787px) {
    .carousel-inner {
        height: 250px;
    }

        .carousel-inner .item img {
            height: 250px;
        }
}
/****************************Index end****************/
/*****************************Index Page Header Start*********************/
h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.eleven h1 {
    font-size: 24px;
    text-align: center;
    line-height: 1.5em;
    padding-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 30px;
    color: #F55106;
}


    .eleven h1:before {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 30%;
        left: 65%;
        margin-left: -30%;
        height: 1px;
        content: "";
        background-color: #156792;
        z-index: 4;
    }

    .eleven h1:after {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 50%;
        margin-left: -20px;
        bottom: 0px;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f13d";
        font-size: 30px;
        line-height: 40px;
        color: #F55106;
        font-weight: 400;
        z-index: 5;
        display: block;
        /*background-color:#fff;*/
    }
/*****************************Index Page Header End*********************/
/**************************Index page About Us start************/
.flex-display {
    display: flex;
    flex-wrap: wrap;
}

.v-center {
    align-self: center;
    align-items: center;
}

.aboutUs .quote {
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
    color: #156792;
}

.aboutUs p {
    font-size: 17px;
    line-height: 25px;
    color: #0a0a0a;
    padding-top: 5px;
    display: block;
    padding-bottom: 5px;
}

.aboutUs li {
    font-size: 17px;
    line-height: 25px;
    color: #0a0a0a;
    padding-bottom: 10px;
}

.desti-image img {
    border-radius: 15px;
    width: 100%;
}

.btn_box {
    text-align: center;
}

.btn-design-1 {
    position: relative;
    padding: 10px 30px;
    font-size: 17px;
    border: unset;
    outline: unset;
    text-decoration: unset;
    display: inline-block;
    letter-spacing: 0.5px;
    text-align: center;
    color: #e9ecef;
    z-index: 1;
}

    .btn-design-1:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn-design-1:before, .btn-design-1:after {
        content: "";
        --corner: 10px;
        background: #f5563c;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: -1;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        -webkit-clip-path: polygon( var(--corner) 0%, 100% 0, 100% calc(100% - var(--corner)), calc(100% - var(--corner)) 100%, 0 100%, 0 var(--corner) );
        clip-path: polygon( var(--corner) 0%, 100% 0, 100% calc(100% - var(--corner)), calc(100% - var(--corner)) 100%, 0 100%, 0 var(--corner) );
    }

@media(max-width:797px) {
    .btn_box {
        margin-bottom: 10px;
    }
}
/*************************Index page About Us End************/
/***************Index Page our service start************/
.pt-20 {
    padding-top: 20px;
}

.OurService {
    background-image: url('../images/WhyUsBackground.png');
    padding: 40px 0 45px;
    position: relative;
    background-repeat: no-repeat;
}

.feature_img-container {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 200px;
    margin: 5px auto;
    border-radius: 50%;
    border: 1px solid #f55106;
    /*border-radius:2px;*/
}

.bg-theme {
    background: #156792;
}

.feature_img-container .feature_img-box {
    height: 100%;
}

    .feature_img-container .feature_img-box img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.feature_detail-box {
    color: #fff;
    padding: 5px;
    text-align: center;
    margin: 5px auto 0 auto;
}
/***************Index Page our service End************/
/******************************Index page Why Us start*****************/
.mt-10 {
    margin-top: 10px;
}

.WhyUs {
    padding: 10px 0 45px;
    background-image: url('../images/background.jpg');
    position: relative;
}

    .WhyUs:before {
        position: absolute;
        content: '';
        background: #fff;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        right: 0px;
        opacity: 0.7;
    }

.Chooseus {
    border-radius: 10px;
    background-color: rgba(153, 139, 139, 0.3);
    border: 1px dashed #156792;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px 20px 20px 20px;
    /*height: 260px;*/
    transition: 1.2s cubic-bezier(.17,.85,.438,.99);
}

    .Chooseus .icon {
        border: 1px solid transparent;
        text-align: center;
        /* margin-right: 30px; */
        margin-top: 10px;
        /* max-width: 60px; */
    }

.icon img {
    height: 80px;
    width: 80px;
}

.Chooseus p {
    font-size: 18px;
    line-height: 25px;
    color: #0a0a0a;
    padding-top: 20px;
    display: block;
    padding-bottom: 5px;
    text-align: center;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}
/******************************Index page why Us end*****************/
/**********************Index Testimonial start*********************************/
.p-t-30 {
    padding-top: 30px;
}

.u-section-2 {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.65), rgba(0,0,0,0.85)), url('/assets/images/testimonial.png');
    background-position: 50% 50%;
}

    .u-section-2:before {
        position: absolute;
        content: '';
        background: #000;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        right: 0px;
        opacity: 0.7;
    }

    .u-section-2 .u-sheet-1 {
        min-height: 300px;
    }

.u-sheet {
    width: var(--theme-sheet-width-xl);
}

@media (min-width: 1200px) {
    .u-valign-middle-xl {
        justify-content: center;
    }

    .u-valign-middle-xl {
        display: flex;
        flex-direction: column;
    }

    .u-sheet {
        width: var(--theme-sheet-width-xl) !important;
    }
}

.u-sheet {
    position: relative;
    margin: 0 auto;
}

.u-section-2 .u-list-1 {
    margin-top: 5px;
    margin-bottom: 0;
}

.u-expanded-width {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-repeater {
    display: grid;
    grid-template-columns: repeat(3, 33.33333333%);
}

.u-section-2 .u-repeater-1 {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    min-height: 410px;
    grid-gap: 0px;
}

.u-repeater-item {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}

.u-section-2 .u-container-layout-1 {
    padding: 30px;
}

.u-section-2 .u-group-1 {
    width: 800px;
    min-height: 335px;
    background-image: none;
    margin: 78px 0 0 auto;
}

.u-white {
    color: #111111;
    background-color: #ffffff;
}

.u-radius-20 {
    border-radius: 20px !important;
}

.u-section-2 .u-container-layout-2 {
    padding: 40px 30px 30px 70px;
}

.u-valign-middle {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.u-section-2 .u-text-2 {
    margin: 0;
    font-size: 17px;
    line-height: 25px;
    color: #0a0a0a;
    padding-bottom: 10px;
    text-align: justify;
}

.u-section-2 .u-text-3 {
    font-weight: 700;
    margin: 20px 0 0;
}

.u-section-2 .u-image-1 {
    width: 141px;
    height: 141px;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 40%);
    background-image: url('../images/user.png');
    background-position: 50% 50%;
    margin: -369px 738px 127px auto;
    /*background-color:#156792;*/
}

.u-image-circle.u-image {
    border-radius: 50% !important;
}

.u-image {
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.owl-carousel2 .owl-stage-outer {
    height: 500px;
}

@media (max-width: 1199px) {
    .u-section-2 .u-sheet-1 {
        min-height: 536px;
    }

    .u-section-2 .u-repeater-1 {
        min-height: 309px;
    }

    .u-section-2 .u-container-layout-1 {
        padding: 0 9px;
    }

    .u-section-2 .u-group-1 {
        margin-top: 108px;
        margin-right: 21px;
    }

    .u-section-2 .u-image-1 {
        width: 110px;
        height: 110px;
        margin-right: auto;
        margin-left: 21px;
    }
}

@media (max-width: 991px) {
    .u-section-2 .u-sheet-1 {
        min-height: 787px;
    }

    .u-section-2 .u-repeater-1 {
        grid-template-columns: 100%;
        min-height: 560px;
    }

    .u-section-2 .u-group-1 {
        margin-top: 0;
        margin-right: auto;
        margin-left: 180px;
    }

    .u-section-2 .u-container-layout-2 {
        padding-top: 30px;
        padding-left: 30px;
    }

    .u-section-2 .u-list-1 {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .u-section-2 .u-image-1 {
        width: 110px;
        height: 110px;
        margin-top: -239px;
        margin-bottom: 95px;
        margin-left: 92px;
    }
}

@media (max-width: 787px) {
    .u-section-2 .u-sheet-1 {
        min-height: 551px;
    }

    .u-sheet {
        width: var(--theme-sheet-width-xs) !important;
    }

    .u-section-2 .u-container-layout-1 {
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-2 .u-group-1 {
        width: 316px;
        max-height: 176px;
        margin-top: 82px;
        margin-right: 0px;
        margin-left: 0px;
        overflow-y: scroll;
    }

    .u-section-2 .u-container-layout-2 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .u-section-2 .u-image-1 {
        width: 82px;
        height: 82px;
        margin-top: -246px;
        margin-left: 0;
    }
}

.owl-carousel2 .owl-nav {
    position: absolute;
    /* margin-left: 330px; */
    margin-top: -50px;
}

.owl-carousel2 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
}

    .owl-carousel2 .owl-nav .owl-prev {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #fff;
        background: none;
        z-index: 10;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
        margin: 0px 8px;
        font-weight: 700;
        border-radius: 50px;
        display: inline-block;
        background-color: #156792;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
        float: left;
    }

    .owl-carousel2 .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #fff;
        background: none;
        z-index: 10;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 40px;
        margin: 0px 8px;
        font-weight: 700;
        border-radius: 50px;
        display: inline-block;
        background-color: #156792;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
        float: right;
    }
/**********************Index Testimonial End*********************************/
/*************************Index Gallery start************************/
.gallery-img {
    height: 250px;
    margin-bottom: 20px;
}

    .gallery-img img {
        height: 100%;
        width: 100%;
    }

.services-terri-caption {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    content: '';
    padding: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

@media (min-width: 768px) {
    .services-terri-caption {
        padding: 15px;
    }

    .d-flex {
        display: block;
    }
}

.services-terri-icon {
    position: relative;
    height: 63px;
    width: 63px;
    font-size: 34px;
    line-height: 63px;
    transition: all .2s ease-in-out;
    z-index: 1;
    text-align: center;
}

    .services-terri-icon img {
        width: 100%;
        height: 100%;
    }

/*************************Index Gallery End  ************************/
/****************************page header Start************************/
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-bottom: 40px;
}

.breadcrumb-option {
    padding-top: 180px;
}

.breadcrumb__text {
    text-align: center;
}

.breadcrumb__links {
    margin-bottom: 12px;
}

    .breadcrumb__links a {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        margin-right: 10px;
        display: inline-block;
        position: relative;
    }

    .breadcrumb__links span {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        display: inline-block;
        margin-right: 10px;
        position: relative;
    }

        .breadcrumb__links span:last-child {
            margin-right: 0;
        }

.breadcrumb__text h2 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
}
/****************************page header End************************/
/**************************About US Page Start**********************/
.tagline {
    color: #156792;
}

.service {
    background: #fff none repeat scroll 0 0;
    height: 200px;
    padding: 20px;
    margin-bottom: 60px;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 10%);
    transition: all 0.4s ease 0s;
}

    .service .icon {
        background: #156792 none repeat scroll 0 0;
        border: 1px solid #156792;
        border-radius: 100px;
        box-shadow: 0 1px 2px 1px rgb(0 0 0 / 10%);
        color: #fff;
        font-size: 24px;
        height: 60px;
        left: 0;
        line-height: 56px;
        margin: -30px auto auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        transition: all 0.3s ease 0s;
        width: 60px;
    }

    .service p {
        font-size: 18px;
        margin: 20px 0px;
        /*text-transform: uppercase;*/
        font-weight: 500;
        text-align: center;
        line-height: 30px;
    }

.mt-50 {
    margin-top: 50px;
}

.bg-grey {
    background: #f5f5f5;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.Ourfounder.founder_color-1 .founder_image {
    background-color: #f55106;
}

.Ourfounder.founder_color-2 .founder_image {
    background-color: #156792;
}

.Ourfounder .founder_image {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border-top-right-radius: 42%;
    padding: 8px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.Ourfounder:hover .founder_image {
    -webkit-animation: sliderShape 5s linear infinite;
    -moz-animation: sliderShape 5s linear infinite;
    -o-animation: sliderShape 5s linear infinite;
    animation: sliderShape 5s linear infinite;
}

/*.Ourfounder .founder_image {
    width: 150px;
    height: 150px;
    margin: 0px auto;
}*/

.Ourfounder .founder_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.Ourfounder .founder_content .founder_name {
    font-size: 24px;
    margin-top: 15px;
    font-weight: 400;
}

.Ourfounder .founder_content .founder_desc {
    font-size: 17px;
    line-height: 25px;
    color: #0a0a0a;
    padding-top: 5px;
    display: block;
    padding-bottom: 5px;
    text-align: justify;
}

.border-gradient {
    border-right: 5px solid;
    border-image-slice: 1;
    border-width: 5px;
}

.border-gradient-theme {
    border-image-source: linear-gradient(to bottom, #156792, #f55106);
}

.all_color_service {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 30px 34px 16px 20px;
    margin-bottom: 30px;
    border-image-slice: 1;
}

.border-gradient-Vision {
    border-image-source: linear-gradient(to left, #156792, #f55106);
}

.service_top_text {
    display: block;
}

.em-service2.scenter {
    text-align: Center;
}

.em-service2 {
    height: 280px;
}

    .em-service2.sright .em-service-icon {
        /*float: right;*/
        margin-left: 30px;
        margin-top: 5px;
    }

.em-service-icon i {
    width: 68px;
    display: inline-block;
    height: 68px;
    line-height: 68px;
    /* box-shadow: 0px 0px 30px rgb(208 202 202 / 30%); */
    box-shadow: 0px 0px 30px 0px rgb(148 146 245 / 20%);
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.em-service2 .em-service-inner {
    overflow: hidden;
}

.em-service-title {
    overflow: hidden;
}

    .em-service-title h3 {
        margin: 0px 0 15px;
        padding: 0;
        -webkit-transition: .5s;
        transition: .5s;
        color: #156792;
    }

.pt-30 {
    padding-top: 30px;
}

.em-service-icon i {
    color: #f55106;
    font-size: 60px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
}

.em-service-desc p {
    font-size: 17px;
    line-height: 25px;
    color: #0a0a0a;
    padding-top: 5px;
    display: block;
    padding-bottom: 5px;
    text-align: justify;
}

@media(max-width:797px) {
    .border-gradient {
        border: none;
    }

    .em-service2 {
        height: 423px;
    }
}
/**************************About US Page End************************/
/*****************************Package Page Start******************/
.featured-imagebox-post.style1 {
    border: 1px solid #e7e7e7;
    padding: 20px 25px 25px;
    background-color: #f9f9f9;
    text-align: center;
    transition: all .5s ease;
    transform: translateY(0);
    border-radius: 6px;
}

.featured-imagebox-post {
    overflow: visible;
}

.featured-imagebox {
    margin: 15px 0;
}

.featured-content .featured-title {
    margin-bottom: 10px;
    height: 54px;
}

.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.featured-title a, .featured-title a:hover {
    transition: all .3s ease 0s;
    color: #050505;
    text-decoration: none;
}

.ng-box-view-overlay {
    position: relative;
    overflow: hidden;
}

    .ng-box-view-overlay:before, .ng-box-view-content-inner:before {
        position: absolute;
        content: "";
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 1;
        opacity: 0;
        transition: all .4s ease-out;
        background-color: #050505;
    }

.featured-imagebox .featured-thumbnail img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    width: 100%;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.featured-imagebox-post.style1 .ng-box-view-overlay:before {
    transition: all .7s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.featured-thumbnail .img-fluid {
    max-width: 100%;
    height: 283px;
}

.ng-media-link {
    margin-top: 20px;
}

    .ng-media-link a {
        position: relative;
        display: block;
        /*top: 41%;*/
        left: 0;
        right: 0;
        margin: -1px auto 0;
        color: #ffffff;
        width: 100%;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 18px;
        font-weight: 400;
        /*opacity: 0;*/
        z-index: 1;
        border-radius: 6px;
        transition: all .9s ease;
        /*transform: scale(0);
    -webkit-transform: scale(0);*/
        background-color: #f55106;
    }

        .ng-media-link a:hover {
            text-decoration: none;
        }

.featured-imagebox-post.style1:hover {
    transform: translateY(-10px);
}

.ng-box-view-overlay:hover .featured-thumbnail img {
    transform: scale(1.5);
}
/*****************************Package Page End******************/
/*****************************Inquiry Page Start******************/
.bg-Inquiry {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.container-Inquiry {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgba(219,21,99,.8);
    background: -webkit-linear-gradient(45deg,rgba(21,103,146,0.8),rgba(245,86,60,0.8));
    background: -o-linear-gradient(45deg,rgba(21,103,146,0.8),rgba(245,86,60,0.8));
    background: -moz-linear-gradient(45deg,rgba(21,103,146,0.8),rgba(245,86,60,0.8));
    background: linear-gradient(45deg,rgba(21,103,146,0.8),rgba(245,86,60,0.8));
}

.wrap-Inquiry {
    width: 790px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 72px 55px 90px;
}

.Inquiry-form {
    width: 100%;
}

.Inquiry-form-title {
    display: block;
    /*font-family: Poppins-Bold;*/
    font-size: 30px;
    color: #156792;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 30px;
}

.validate-input {
    position: relative;
}

.wrap-input2 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
}

input.input2 {
    height: 45px;
}

element.style {
}

.Inquiry-form .input2 {
    border: none;
}

.Inquiry-form select {
    height: 45px;
}

.input2 {
    display: block;
    width: 100%;
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #555;
    line-height: 1.2;
}
/*****************************Inquiry Page End******************/
/***********************Contact US page start******************/
.wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 992px) {
    .p-lg-5 {
        padding: 3rem !important;
    }
}

.info-wrap .dbox {
    width: 100%;
    margin-bottom: 25px;
}

.w-100 {
    width: 100% !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(21, 103, 146, 0.05);
    background: #156792;
}

    .info-wrap .dbox .icon span {
        font-size: 20px;
        color: #fff;
    }

.info-wrap .dbox .text {
    width: calc(100% - 50px);
    margin-left: 5px;
}

    .info-wrap .dbox .text a {
        color: #000;
    }

.info-wrap .dbox p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

@media(max-width:797px) {
    .mediadisnone {
        display: none !important;
    }
}
/***********************Contact US page end******************/
.parsley-errors-list.filled {
    margin-top: 0px;
    margin-bottom: 0px;
    color: red;
    padding: 0px 0px;
}

    .parsley-errors-list.filled > li {
        list-style: none;
        /*font-family: verdana;*/
        font-weight: bold;
        font-size: 13px;
        float: left;
    }
/***********************************privacyPolicy Start*****************/
.privacyPolicy p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}

.privacyPolicy ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}
/***********************************privacyPolicy End*****************/
#scrollUp {
    background: #156792 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
/*****************************Car Rental Start*******************/
.plr-200 {
    padding-left: 200px;
    padding-right: 200px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.carrentalfont {
    font-size: 17px;
    line-height: 25px;
    color: #0a0a0a;
    padding-top: 5px;
    display: block;
    padding-bottom: 5px;
    border-bottom: none;
}

@media(max-width:787px) {
    .plr-200 {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/*****************************Car Rental End*******************/
@media (max-width: 768px) {
    .d-flex {
        display: block !important;
    }
}
/*******/
/****************************************Avantika CRM Login page Start***************************************/
.container-login100 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 93vh;
    width: 100%;
    /*background: url('../images/img-01.jpg') no-repeat;*/
    background-size: cover;
}

    .container-login100::before {
        content: "";
        display: block;
        position: absolute;
        /*z-index: -1;*/
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        /*background: #000;*/
        /*background: -webkit-linear-gradient(bottom,#005bea,#00c6fb);
        background: -o-linear-gradient(bottom,#005bea,#00c6fb);
        background: -moz-linear-gradient(bottom,#005bea,#00c6fb);
        background: linear-gradient(bottom,#005bea,#00c6fb);*/
        /*opacity: .8;*/
    }

.LoginTitle {
    color: #d93337;
    font-size: 35px;
    margin-top: -50px;
    text-decoration: underline;
}

    .LoginTitle span {
        color: #1b5397;
    }

.wrap-login100 {
    border-radius: 10px;
    overflow: hidden;
    /*padding: 0px 0px 10px 65px;*/
    width: 660px;
    vertical-align: middle;
    box-shadow: 0px 0px 5px 2px #dddfe0;
}

.screen {
    /*background: linear-gradient(90deg, #7C78B8, #072E5C);*/
    position: relative;
    height: 400px;
    /*width: 700px;
    box-shadow: 0px 0px 5px 2px #dddfe0;*/
}

.screen__content {
    z-index: 1;
    position: relative;
}

.screen__background {
    position: absolute;
    top: 10px;
    left: 300px;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.loginsideimg {
    width: 350px;
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #3690CC;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #3690CC, #6A679E);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #3690CC;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    width: 400px;
    padding: 30px;
    padding-top: 95px;
}

.login__field {
    padding: 20px 0px;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 30px;
    color: #7875B5;
}

.login__input {
    border: none;
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 24px;
    font-weight: 700;
    width: 75%;
    transition: .2s;
}

    .login__input:active,
    .login__input:focus,
    .login__input:hover {
        outline: none;
        border-bottom-color: #6A679E;
    }

.login__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 25px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #D4D3E8;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #4C489D;
    box-shadow: 0px 2px 2px #5C5696;
    cursor: pointer;
    transition: .2s;
}

    .login__submit:active,
    .login__submit:focus,
    .login__submit:hover {
        border-color: #6A679E;
        outline: none;
    }

.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #7875B5;
}

.screen__content .alert {
    margin-bottom: -17px;
    font-size: 9px;
}

@media screen and (max-width: 580px) {
    .wrap-login100 {
        padding: 92px 0px 10px 0px;
    }
}

@media (max-width: 768px) {
    .login {
        width: 359px;
    }

    .screen__background {
        position: absolute;
        top: -85px;
        left: 23%;
    }

    .loginsideimg {
        width: 200px;
    }
}

/**************************Avantika CRM Login page End************************/
