
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700|Lato");
@import url('https://fonts.googleapis.com/css?family=Fjalla+One&display=swap');

@font-face {
    font-family: 'Steagal-custom';
    src: url('../fonts/Steagal/Steagal-Bo.otf') format('opentype');
    src: url('../fonts/Steagal/Steagal-BoIt.otf') format('opentype');
    src: url('../fonts/Steagal/Steagal-Li.otf') format('opentype');
    /*src: url('../fonts/Steagal/Steagal-LiIt.otf') format('opentype');*/
    src: url('../fonts/Steagal/Steagal-Me.otf') format('opentype');
    src: url('../fonts/Steagal/Steagal-MeIt.otf') format('opentype');
    src: url('../fonts/Steagal/Steagal-Re.otf') format('opentype');
    /*src: url('../fonts/Steagal/SteagalRough-LiIt.otf') format('opentype');*/
    src: url('../fonts/Steagal/SteagalRough-MeIt.otf') format('opentype');
    src: url('../fonts/Steagal/SteagalRough-Re.otf') format('opentype');
    src: url('../fonts/Steagal/SteagalRough-ReIt.otf') format('opentype');
    src: url('../fonts/Steagal/SteagalRough-Me.otf') format('opentype');
    src: url('../fonts/Steagal/SteagalRough-Li.otf') format('opentype');
    /*src: url('../fonts/Steagal/SteagalRough-BoIt.otf') format('opentype');*/
    src: url('../fonts/Steagal/SteagalRough-Bo.otf') format('opentype');
    /*src: url('../fonts/Steagal/Steagal-ThIt.otf') format('opentype');*/
    src: url('../fonts/Steagal/Steagal-Th.otf') format('opentype');
    /*src: url('../fonts/Steagal/Steagal-ReIt.otf') format('opentype');*/
}

.fixed-bg-header {
    background-image: none;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.col-md-offset-right-1, .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

.row.m0 {
    margin: 0px;
}

.p0 {
    padding: 0px;
}

body {
    /* line-height: 28px; */
    /* font-size: 16px; */
    /* font-family: "Steagal",Arial,sans-serif !important; */
    /* color: #7a8292; */
    height: 100%;
    /* font-weight: 500; */
}

p {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    text-align: center;
    font-family: "Roboto",sans-serif;
    margin: 15px 0;
}

:focus {
    outline: none;
}

@media only screen and (max-width: 480px) {
    span {
        /* padding-left: 70px; */
        float: left;
        left: 0;
        margin-left: 0;
        padding: 0;
        line-height: 3;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #020780;
}

.section_title h2 {
    font-family: 'Fjalla One' !important;
    letter-spacing: 5px;
}

i:before {
    margin-left: 0px !important;
}

button:focus {
    outline: none;
}

.header_area .container-fluid {
    background-color: #fde401;
    border-bottom: 2px solid #000680;
}

.header_area {
    background: #ffffff !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
/*booking engine start*/
.booking-horizontal .form-group label {
    width: auto;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 16px;
    color: #000000;
    position: absolute;
    top: -8px;
    background-color: #ffffff;
    padding: 0 5px 0 5px;
}

.booking-horizontal .main-form {
    padding: 17px 30px 15px 10px;
    border-radius: 0px 0px 0 0;
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}

.booking-horizontal .form-group {
    margin-bottom: 0px;
    padding: 18px 8px;
}

.booking-horizontal .main-form a {
    background-color: #000680;
    color: #ffffff;
    display: block;
    padding: 18px 0px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 22px;
    /* font-family: 'Montserrat'; */
    /* margin: 14px 0 0 0; */
    text-transform: uppercase;
    border-radius: 5px;
}

.booking-horizontal .input-text {
    color: #001621;
    font-size: 16px;
    padding: 0 6px;
    font-weight: 500;
}

.booking-horizontal .input-text-1 {
    color: #000000;
    font-size: 16px;
    padding: 0 6px;
    font-weight: 500;
}

.booking-horizontal h3 {
    font-weight: 400;
    font-family: "Barlow Condensed", sans-serif;
    color: #081B33;
    padding: 10px 0 23px 0;
}

.booking-horizontal .checkbox label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    vertical-align: text-top;
}

.booking-horizontal input[type=checkbox], .booking-horizontal input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    vertical-align: unset;
    -ms-transform: scale(1.7); /* IE */
    -moz-transform: scale(1.7); /* FF */
    -webkit-transform: scale(1.7); /* Safari and Chrome */
    -o-transform: scale(1.7); /* Opera */
    transform: scale(1.7);
    margin: 6px;
}

.logo img {
    max-width: 278px;
}

/*services css*/
.services-sec {
    padding: 200px 0px;
}

.main-services1 {
    padding: 0 0 0 0px;
}

.main-image {
    padding: 12px;
    margin: 0 0 0 0px;
    position: relative;
}

.main-bg {
    padding: 0 0 0 0px;
    margin: -4px 0 0 0px;
    background-color: #fcfcfc;
    /* min-height: 550px; */
    width: 327px;
    /* position: absolute; */
    border: 1px solid #f9f5f5;
    box-shadow: 0px 0px 0px #8080806b !important;
    -webkit-transition: box-shadow .6s ease-out;
    box-shadow: .8px .9px 3px #80808080;
    border-radius: 10px;
}

    .main-bg:hover {
        border: 1px solid transparent;
        box-shadow: 1px 3px 15px #80808066 !important;
        -webkit-transition: box-shadow .6s ease-in;
    }

    .main-bg p {
        margin: 0 0 0 0px;
        padding: 5px 27px;
        font-size: 14px;
        font-family: "Open Sans";
        color: rgb(149, 149, 149);
        line-height: 1.714;
        text-align: center;
        /* border-radius: 5px; */
    }

    .main-bg h5 {
        font-size: 20px;
        color: rgb(1, 23, 34);
        text-align: center;
        text-transform: uppercase;
        line-height: 1.8;
    }

.abt-bt {
    padding: 10px 0;
    margin-top: 0px 0px;
    border: none !important;
    color: rgb(255, 255, 255);
    width: 142px;
    border-radius: 30px;
    /* display: block; */
    /* margin: 10px auto; */
    text-align: center;
    min-height: 40px;
    background-color: #009933;
}

    .abt-bt a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        font-family: "open sans";
        text-transform: uppercase;
        line-height: 1.714;
        text-align: center;
    }

    .abt-bt:hover {
        background-color: #c10841;
        border: 1px solid #fff;
        font-weight: 500;
    }

.butt {
    padding: 10px 0;
    margin-top: 0px 0px;
    border: none !important;
    color: rgb(255, 255, 255);
    width: 142px;
    border-radius: 30px;
    display: block;
    margin: 10px auto;
    text-align: center;
    min-height: 40px;
    background-color: #636363;
}

    .butt a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1.714;
        text-align: center;
    }

    .butt:hover {
        background-color: #000000;
        border: 1px solid #fff;
        font-weight: 500;
    }

.codeveri {
    padding: 1px 10px;
    width: 100%;
}

#ContentPlaceHolder1_btnverifiy {
    margin: 22px 0 0 0;
}

.payfield-sel {
    width: 21.5%;
    margin: 0 4px 0 0px;
    float: left;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    text-decoration: none;
    padding: 7px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #686868;
}

.already {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.modal-open .modal {
    z-index: 99999;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
}

.page-banner.space-top {
    margin-top: 1px !important;
}

.page-banner h3 {
    color: #fff;
    text-align: left;
    line-height: 13px;
    padding: 14px 0 14px 0;
    margin: 0px;
}

.space-welcome {
    padding: 5% 0 0 0;
}
/*media start form here */

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.section_title {
    margin-bottom: 60px;
}

    .section_title h5 {
        font-size: 20px;
        line-height: 26px;
        color: #020780;
        font-weight: 600;
        letter-spacing: 4px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .section_title h2 {
        font-size: 40px;
        line-height: 45px;
        color: #020780;
        margin-bottom: 0;
        text-align: left;
    }

    .section_title .color_w {
        color: #fff;
    }

.sec_pad {
    padding: 40px 0px;
}

.pt_200 {
    padding-top: 200px;
}

.bg_one {
    background: #fbfbfd;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*
 * Loading Dots
 * Can we use pseudo elements here instead :after?
 */
.sampleContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

.loading {
    /*position: relative;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    text-align: center;*/
    position: relative;
    width: 100%;
    position: relative !important;
    left: 50%;
    top: 14px !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    text-align: left;
}

    .loading h2 span {
        display: inline-block;
        vertical-align: middle;
        width: .2em;
        height: .2em;
        margin: .15em;
        background: #020e27;
        border-radius: .6em;
        -webkit-animation: loading 1s infinite alternate;
        animation: loading 1s infinite alternate;
    }

    /*
 * Dots Colors
 * Smarter targeting vs nth-of-type?
 */
    .loading span:nth-of-type(2) {
        background: #001621;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .loading span:nth-of-type(3) {
        background: #009B9E;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .loading span:nth-of-type(4) {
        background: #00A77D;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .loading span:nth-of-type(5) {
        background: #00B247;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .loading span:nth-of-type(6) {
        background: #5AB027;
        -webkit-animation-delay: 1.0s;
        animation-delay: 1.0s;
    }

    .loading span:nth-of-type(7) {
        background: #A0B61E;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }

/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */
@-webkit-keyframes loading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*================== header_area css ===============*/
.header_area {
    background: #081b33;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid #000680;
}

    .header_area .container-fluid {
        /* padding-left: 100px; */
        padding-right: 0px;
    }

    .header_area + section, .header_area + div {
        margin-top: 218px;
    }

.navbar {
    /* padding: 6px 0 2px 0; */
    /* width: calc(100% - 266px); */
    /* position: relative; */
    /* z-index: 1; */
}

    .navbar:before {
        content: "";
        /* width: 2500px; */
        /* position: absolute; */
        /* right: 0; */
        /* top: 0; */
        /* bottom: 0; */
        /* background: #fde401; */
        /* z-index: -1; */
    }

.menu {
    padding-left: 85px !important;
}

    .menu > .nav-item {
        padding: 20px 0px;
    }

        .menu > .nav-item > .nav-link {
            /* font: 500 20px/25px "Barlow Condensed", sans-serif; */
            color: #081b33 !important;
            /*font-family: Arial,Helvetica,sans-serif;*/
            position: relative;
            padding: 0px;
            -webkit-transition: color 0.3s linear;
            -o-transition: color 0.3s linear;
            transition: color 0.3s linear;
            font-weight: 500;
            text-transform: uppercase;
            line-height: 20px;
            letter-spacing: 2px;
        }

            .menu > .nav-item > .nav-link:after {
                display: none;
            }

            .menu > .nav-item > .nav-link:before {
                content: "";
                width: 0;
                height: 1px;
                background: #001621;
                position: absolute;
                right: 0;
                bottom: 0;
                -webkit-transition: width 0.3s linear;
                -o-transition: width 0.3s linear;
                transition: width 0.3s linear;
            }

        .menu > .nav-item:not(:last-child) {
            margin-right: 34px;
        }

        .menu > .nav-item.active .nav-link, .menu > .nav-item:hover .nav-link {
            color: #001621;
        }

            .menu > .nav-item.active .nav-link:before, .menu > .nav-item:hover .nav-link:before {
                width: 100%;
                left: 0;
                right: auto;
            }

        .menu > .nav-item.submenu {
            position: relative;
        }

            .menu > .nav-item.submenu ul {
                border: none;
                padding: 0px;
                border-radius: 0px;
                -webkit-box-shadow: none;
                box-shadow: none;
                margin: 0px;
                background: transparent;
            }

@media (min-width: 992px) {
    .menu > .nav-item.submenu ul {
        position: absolute;
        top: 100%;
        left: 0px;
        min-width: 220px;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0px;
        -webkit-box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.09);
        box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.09);
        border-radius: 0px;
    }
}

.menu > .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    margin-top: 10px;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .menu > .nav-item.submenu ul .nav-item .nav-link {
        color: #020e27;
        padding: 10px 30px;
        text-transform: capitalize;
        -webkit-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        transition: all 150ms linear;
        display: block;
    }

    .menu > .nav-item.submenu ul .nav-item:last-child {
        border-bottom: none;
    }

    .menu > .nav-item.submenu ul .nav-item:hover .nav-link, .menu > .nav-item.submenu ul .nav-item.active .nav-link {
        color: #001621;
    }

@media (min-width: 992px) {
    .menu > .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
    }
}

.menu > .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.phone_btn {
    padding-right: 132px;
}

    .phone_btn a {
        font-size: 43px;
        /*font-family: sans-serif;*/
        font-weight: 600;
        color: #081B33;
        letter-spacing: -1px;
    }

        .phone_btn a span {
            color: #001621;
        }

.menu_btn {
    width: 231px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .menu_btn .search_btn {
        font-size: 18px;
        color: #fff;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .menu_btn .book_btn {
        padding: 9px 10px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #fff;
        margin-left: 48px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        letter-spacing: 1.6px;
        background-color: #000680;
        border-radius: 6px;
    }

        .menu_btn .book_btn:hover {
            background: #fff;
            color: #001621;
        }

.search_dropdown {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

    .search_dropdown.open .search {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
    }

.search {
    background: #fff;
    height: 50px;
    padding: 5px;
    line-height: 35px;
    border-radius: 0px;
    width: 290px;
    position: absolute;
    top: 222%;
    right: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

    .search .search-form {
        border: 1px solid #ededed;
    }

        .search .search-form .form-control {
            background: transparent;
            border: 0;
            font: 400 14px/31px "Lato", sans-serif;
            padding: 0px 0px 1px 20px;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(64, 64, 64, 0.7);
            font-style: italic;
            text-shadow: none;
            border-radius: 0px;
        }

            .search .search-form .form-control.placeholder {
                color: rgba(64, 64, 64, 0.7);
            }

            .search .search-form .form-control:-moz-placeholder {
                color: rgba(64, 64, 64, 0.7);
            }

            .search .search-form .form-control::-moz-placeholder {
                color: rgba(64, 64, 64, 0.7);
            }

            .search .search-form .form-control::-webkit-input-placeholder {
                color: rgba(64, 64, 64, 0.7);
            }

        .search .search-form .input-group-addon {
            background: transparent;
            border: 0px;
            padding: 0px;
            border-radius: 0px;
        }

            .search .search-form .input-group-addon button {
                background: transparent;
                border: 0px;
                color: rgba(64, 64, 64, 0.5);
            }

/*========= hamburger menu css ========*/
.navbar-toggler {
    padding: 0px;
    margin-left: 20px;
    border: 0px;
}

    .navbar-toggler:focus {
        outline: none;
    }

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}

    .menu_toggle .hamburger span, .menu_toggle .hamburger-cross span {
        background: #020e27;
    }

    .menu_toggle .hamburger {
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
    }

        .menu_toggle .hamburger span {
            width: 0%;
            height: 2px;
            position: relative;
            top: 0;
            left: 0;
            margin: 4px 0;
            display: block;
            border-radius: 3px;
            -webkit-transition: .2s ease-in-out;
            -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
        }

            .menu_toggle .hamburger span:nth-child(1) {
                -webkit-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
            }

            .menu_toggle .hamburger span:nth-child(2) {
                -webkit-transition-delay: .125s;
                -o-transition-delay: .125s;
                transition-delay: .125s;
            }

            .menu_toggle .hamburger span:nth-child(3) {
                -webkit-transition-delay: .2s;
                -o-transition-delay: .2s;
                transition-delay: .2s;
            }

    .menu_toggle .hamburger-cross {
        position: absolute;
        height: 100%;
        width: 100%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
    }

        .menu_toggle .hamburger-cross span {
            display: block;
            border-radius: 3px;
            -webkit-transition: .2s ease-in-out;
            -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
        }

            .menu_toggle .hamburger-cross span:nth-child(1) {
                height: 100%;
                width: 2px;
                position: absolute;
                top: 0;
                left: 10px;
                -webkit-transition-delay: .3s;
                -o-transition-delay: .3s;
                transition-delay: .3s;
            }

            .menu_toggle .hamburger-cross span:nth-child(2) {
                width: 100%;
                height: 2px;
                position: absolute;
                left: 0;
                top: 10px;
                -webkit-transition-delay: .4s;
                -o-transition-delay: .4s;
                transition-delay: .4s;
            }

.collapsed .menu_toggle .hamburger span {
    width: 100%;
}

    .collapsed .menu_toggle .hamburger span:nth-child(1) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .collapsed .menu_toggle .hamburger span:nth-child(2) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    .collapsed .menu_toggle .hamburger span:nth-child(3) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

/*================== header_area css ===============*/
/*=============== header_transparent css ============*/
.header_transparent {
    background: transparent;
}

    .header_transparent .navbar:before {
        display: none;
    }

    .header_transparent .navbar .logo {
        position: relative;
    }

        .header_transparent .navbar .logo img + img {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            -webkit-transition: opacity 0.3s linear;
            -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
        }

    .header_transparent .navbar .menu > .nav-item > .nav-link {
        color: #fff;
    }

    .header_transparent .navbar .menu > .nav-item:hover > .nav-link, .header_transparent .navbar .menu > .nav-item.active > .nav-link {
        color: #001621;
    }

    .header_transparent .phone_btn a {
        color: #fff;
    }

    .header_transparent + section, .header_transparent + div {
        margin-top: 0px;
    }

    .header_transparent.navbar_fixed {
        background: #fff;
    }

        .header_transparent.navbar_fixed .navbar .logo {
            position: relative;
        }

            .header_transparent.navbar_fixed .navbar .logo img {
                opacity: 0;
            }

                .header_transparent.navbar_fixed .navbar .logo img + img {
                    opacity: 1;
                }

        .header_transparent.navbar_fixed .navbar .menu > .nav-item > .nav-link {
            color: #020e27;
        }

        .header_transparent.navbar_fixed .navbar .menu > .nav-item:hover > .nav-link, .header_transparent.navbar_fixed .navbar .menu > .nav-item.active > .nav-link {
            color: #001621;
        }

        .header_transparent.navbar_fixed .phone_btn a {
            color: #020e27;
        }

        .header_transparent.navbar_fixed .menu_btn .search_btn {
            color: #020e27;
        }

        .header_transparent.navbar_fixed .menu_btn .book_btn {
            border-color: #020e27;
            color: #020e27;
        }

            .header_transparent.navbar_fixed .menu_btn .book_btn:hover {
                background: #020e27;
                color: #fff;
            }

/*=============== header_transparent css ============*/
/*============== menu fixed css ==============*/
.navbar_fixed {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px;
    left: 0;
    top: -72px;
    position: fixed;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-bottom: 0px;
    z-index: 400;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    transition: background 100ms linear, -webkit-transform 500ms ease;
    -webkit-transition: background 100ms linear, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 100ms linear;
    transition: transform 500ms ease, background 100ms linear;
    transition: transform 500ms ease, background 100ms linear, -webkit-transform 500ms ease;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================ Start slider_area css ================*/
.slider_area {
    height: 850px;
    position: relative;
    z-index: 0;
}

.background_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

    .background_slider .slick-list {
        height: 100%;
    }

        .background_slider .slick-list .slick-track {
            height: 100%;
        }

            .background_slider .slick-list .slick-track .bg_img {
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }

.ovarlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: #00081a; */
    opacity: 0.7;
    z-index: -1;
}

.slider_text {
    color: #fff;
    max-width: 770px;
    margin: 0 auto;
}

    .slider_text h1 {
        font-size: 74px;
        line-height: 86px;
        margin-bottom: 25px;
        color: #001621;
        margin-top: 295px;
    }

    .slider_text p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 52px;
    }

/*================ End slider_area css ================*/
/*================ Start breadcrumb_area css ================*/
.breadcrumb_area {
    background-repeat: no-repeat !important;
    /* background-attachment: fixed !important; */
    /* background-size: cover !important; */
    background-position: 50% 25% !important;
    position: relative;
    padding: 200px 0px 200px 0;
    z-index: 0;
}

    .breadcrumb_area .overlay_bg {
        background: #00081a;
        opacity: 0.40;
    }

.breadcrumb_content h1 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 0px;
}

.breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 0px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

    .breadcrumb .breadcrumb-item {
        font-size: 20px;
        font-family: "Barlow Condensed", sans-serif;
        color: #ffffff;
    }

        .breadcrumb .breadcrumb-item a {
            color: #fff;
        }

            .breadcrumb .breadcrumb-item a:after {
                content: "";
                width: 1px;
                height: 20px;
                background: #fff;
                display: inline-block;
                margin: 0px 10px 4px 14px;
                vertical-align: middle;
            }

        .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
            display: none;
        }

/*================ End breadcrumb_area css ================*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.slider_btn {
    font: 500 18px/30px "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0px;
    border: 0px;
    overflow: hidden;
}

    .slider_btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .slider_btn:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .2;
        position: absolute;
        top: -50px;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: 0;
    }

    .slider_btn:hover, .slider_btn:focus {
        color: #fff;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .slider_btn:hover:before, .slider_btn:focus:before {
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
        }

        .slider_btn:hover:after, .slider_btn:focus:after {
            left: 120%;
            -webkit-transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
            -o-transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
            transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
        }

.yellow_hover:hover {
    background: #000;
}

.yellow_hover {
    background: #020780;
}

    .yellow_hover:before {
        background: #001621;
    }

.dark_hover {
    background: #001621;
}

    .dark_hover:before {
        background: #081B33;
    }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=============== booking_form_area css ===============*/
.booking_slider {
    background-color: white;
    -webkit-box-shadow: 0px 50px 100px 0px rgba(0, 10, 30, 0.1);
    box-shadow: 0px 50px 100px 0px rgba(0, 10, 30, 0.1);
    margin-top: -120px;
    z-index: 1;
    position: relative;
}

    .booking_slider .booking_form_info {
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .booking_slider .booking_form_info .tab_img {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            padding-left: 65px;
        }

            .booking_slider .booking_form_info .tab_img .b_overlay_bg {
                position: absolute;
                left: 20px;
                top: 20px;
                bottom: 20px;
                width: 380px;
                background: #001621;
                z-index: -1;
                opacity: 0;
                -webkit-transform: translate(-150%);
                -ms-transform: translate(-150%);
                transform: translate(-150%);
            }

            .booking_slider .booking_form_info .tab_img img {
                opacity: 0;
                -webkit-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
            }

        .booking_slider .booking_form_info.two .b_overlay_bg {
            background: #f03f46;
        }

        .booking_slider .booking_form_info.three .b_overlay_bg {
            background: #149ddf;
        }

        .booking_slider .booking_form_info.slick-active .tab_img img {
            -webkit-animation: caranimationOne 1s linear;
            animation: caranimationOne 1s linear;
            opacity: 1;
        }

        .booking_slider .booking_form_info.slick-active .b_overlay_bg {
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
            opacity: 1;
            -webkit-transition: all 0.7s 0.3s linear;
            -o-transition: all 0.7s 0.3s linear;
            transition: all 0.7s 0.3s linear;
        }

    .booking_slider .slick-arrow {
        position: absolute;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 36px;
        color: #7a8292;
        border: 1px solid #d9dee9;
        text-align: center;
        border-radius: 50%;
        top: 50px;
        z-index: 1;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        cursor: pointer;
    }

        .booking_slider .slick-arrow.left {
            right: 120px;
        }

        .booking_slider .slick-arrow.right {
            right: 70px;
        }

        .booking_slider .slick-arrow:hover {
            background: #001621;
            color: #fff;
            border-color: #001621;
        }

.boking_content {
    padding: 80px 70px 90px 45px;
}

    .boking_content h2 {
        font-size: 36px;
        color: #020e27;
        line-height: 48px;
        margin-bottom: 32px;
    }

.booking_form .form-group.choose_item {
    margin-top: 0px;
    padding-bottom: 25px;
}

    .booking_form .form-group.choose_item label span {
        position: relative;
        color: #7a8292;
        font: 700 16px/22px "Barlow Condensed", sans-serif;
        text-transform: uppercase;
        -webkit-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;
    }

        .booking_form .form-group.choose_item label span:before {
            content: "";
            width: 0;
            height: 1px;
            background: #001621;
            right: 0;
            bottom: 0;
            position: absolute;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

    .booking_form .form-group.choose_item label input {
        width: 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }

        .booking_form .form-group.choose_item label input[type="radio"]:checked + span {
            color: #001621;
        }

            .booking_form .form-group.choose_item label input[type="radio"]:checked + span:before {
                width: 100%;
                left: 0;
                right: auto;
            }

    .booking_form .form-group.choose_item label:not(:last-child) {
        margin-right: 50px;
    }

.booking_form .form-group {
    position: relative;
    margin-bottom: 0px;
    margin-top: 40px;
}

    .booking_form .form-group .form-control {
        font-weight: 400;
        line-height: 30px;
        font-size: 15px;
        color: #020e27;
        font-family: "Lato",'eleganticons', sans-serif;
        position: relative;
        padding: 0px;
        border: 0px;
        border-radius: 0px;
        border-bottom: 2px solid #dfe4ea;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .booking_form .form-group .form-control.placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .booking_form .form-group .form-control:-moz-placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .booking_form .form-group .form-control::-moz-placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .booking_form .form-group .form-control::-webkit-input-placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .booking_form .form-group .form-control:focus {
            outline: none;
        }

            .booking_form .form-group .form-control:focus.placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .booking_form .form-group .form-control:focus:-moz-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .booking_form .form-group .form-control:focus::-moz-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .booking_form .form-group .form-control:focus::-webkit-input-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .booking_form .form-group .form-control:focus + .border_line {
                width: 100%;
                z-index: 3;
            }

    .booking_form .form-group .border_line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        background: #001621;
        height: 2px;
        border: 0px;
        margin-bottom: 0px;
        -webkit-transition: width 0.3s linear;
        -o-transition: width 0.3s linear;
        transition: width 0.3s linear;
    }

    .booking_form .form-group .slider_btn {
        padding: 10px 39px;
        margin-top: 10px;
    }

.booking_form_area_two .booking_slider {
    margin-top: 0;
}

/*=============== booking_form_area css ===============*/
/*=============== advantage_area css ===============*/
.advantage_area {
    padding-top: 155px;
    padding-bottom: 155px;
}

.advantage_item {
    padding-right: 20px;
    padding-top: 30px;
    text-align: center;
}

    .advantage_item i {
        color: #020e27;
        line-height: 50px;
        display: inline-block;
    }

        .advantage_item i:before {
            font-size: 50px;
        }

    .advantage_item h3 {
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
        margin: 24px 0px 18px;
    }

    .advantage_item p {
        font-size: 17px;
    }

.car_img {
    max-width: 570px;
    margin: 12px auto 0px auto;
    position: relative;
    text-align: right;
    z-index: 1;
}

    .car_img .car_one {
        position: absolute;
        left: 0;
        top: 55px;
    }

    .car_img .light {
        position: absolute;
        left: -33px;
        bottom: -25px;
        opacity: 0;
        zoom: 1.05;
        -webkit-animation: light 4.5s normal 2s forwards infinite linear;
        animation: light 4.5s normal 2s forwards infinite linear;
    }

    .car_img .car_two {
        position: relative;
        margin-bottom: -92px;
        z-index: -1;
    }

    .car_img .light_two {
        position: absolute;
        right: 72px;
        bottom: 5px;
        opacity: 0;
        zoom: 1.05;
        -webkit-animation: light 5s normal 4s forwards infinite linear;
        animation: light 5s normal 4s forwards infinite linear;
    }

.service_adventage_area {
    padding-top: 120px;
}

/*=============== advantage_area css ===============*/
/*=============== call_action_area css ===============*/
.call_action_area {
    padding-top: 220px;
    padding-bottom: 150px;
}

.action_img {
    padding: 30px;
    padding-right: 0px;
    position: relative;
    z-index: 1;
}

    .action_img .overlay_bg {
        position: absolute;
        -webkit-clip-path: polygon(0px 100%, 0px 0px, 32% 0px, 100% 231%);
        clip-path: polygon(0px 100%, 0px 0px, 32% 0px, 100% 231%);
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: #001621;
        z-index: -1;
    }

.action_content h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
}

.action_content .call_btn {
    font-size: 80px;
    line-height: 85px;
    font-family: "Barlow Condensed", sans-serif;
    color: #001621;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 46px;
}

.action_content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 50px;
}

.action_content .slider_btn {
    padding: 15px 46px;
}

    .action_content .slider_btn i {
        padding-left: 6px;
    }

.call_action_area1 {
    padding-top: 40px;
    padding-bottom: 150px;
}

.action_img1 {
    padding: 30px;
    padding-right: 0px;
    position: relative;
    /*z-index: 1;*/
}

    .action_img1 img {
        max-width: 100%;
    }

    .action_img1 .overlay_bg {
        position: absolute;
        -webkit-clip-path: polygon(0px 100%, 0px 0px, 32% 0px, 100% 231%);
        clip-path: polygon(0px 100%, 0px 0px, 32% 0px, 100% 231%);
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: #001621;
        z-index: -1;
    }

.action_content1 h3 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
}

.action_content1 .call_btn {
    font-size: 80px;
    line-height: 85px;
    font-family: "Barlow Condensed", sans-serif;
    color: #001621;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 46px;
}

.action_content1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}

.action_content1 .slider_btn {
    padding: 15px 46px;
}

    .action_content1 .slider_btn i {
        padding-left: 6px;
    }

.action_content2 p {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 50px;
    margin-top: 50px;
}


/*=============== call_action_area css ===============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= featured_area css =============*/
.featured_area {
    padding: 125px 0px 100px;
}

    .featured_area .section_title {
        margin-bottom: 64px;
    }

.featured_info .slick-slide {
    padding-top: 12px;
    padding-bottom: 65px;
}

.featured_info1 .slick-slide {
    padding-top: 12px;
    padding-bottom: 65px;
    width: 100% important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 24px;
}

.slick-dots {
    bottom: 0px;
}

    .slick-dots li {
        margin: 0px 2px;
        width: 16px;
        height: 16px;
    }

        .slick-dots li button {
            padding: 0px;
            margin: 0px;
            width: 100%;
            height: 100%;
            border: 1px solid #c2cbde;
            background: #081B33;
            border-radius: 50%;
            -webkit-transform: scale(0.55);
            -ms-transform: scale(0.55);
            transform: scale(0.55);
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .slick-dots li button:before {
                display: none;
            }

        .slick-dots li.slick-active button {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            background: #fff;
            border-color: #001621;
        }

.featured_item {
    text-align: center;
    padding: 30px 50px 50px;
    background-color: white;
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    border-top: 4px solid transparent;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .featured_item .icon {
        color: #001621;
        /* text-shadow: 1px 17px 24px rgba(255, 187, 3, 0.39); */
        line-height: 85px;
    }

        .featured_item .icon:before {
            font-size: 75px;
        }

    .featured_item h3 {
        font-size: 24px;
        line-height: 26px;
        color: #081B33;
        margin-bottom: 22px;
    }

    .featured_item p {
        font: 400 17px/28px "Lato", sans-serif;
        color: #7a8292;
        margin-bottom: 25px;
    }

    .featured_item:hover {
        border-color: #001621;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 11, 40, 0.08);
        box-shadow: 0px 30px 40px 0px rgba(0, 11, 40, 0.08);
    }

.learn_btn {
    font: 600 18px/26px "Barlow Condensed", sans-serif;
    display: inline-block;
    color: #020e27;
    position: relative;
    -webkit-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

    .learn_btn:before {
        width: 0;
        height: 1px;
        right: 0;
        content: "";
        position: absolute;
        background: #001621;
        bottom: 0;
        -webkit-transition: width 0.3s linear;
        -o-transition: width 0.3s linear;
        transition: width 0.3s linear;
    }

    .learn_btn i {
        vertical-align: middle;
        font-size: 12px;
        padding-left: 5px;
    }

    .learn_btn:hover {
        color: #001621;
    }

        .learn_btn:hover:before {
            right: auto;
            left: 0;
            width: 100%;
        }

/*============= featured_area css =============*/
/*============= city_location_area css =============*/
.city_location_tab .location_inner_tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0px;
}

    .city_location_tab .location_inner_tab .nav-item {
        margin-bottom: 6px;
    }

        .city_location_tab .location_inner_tab .nav-item .nav-link {
            font-size: 26px;
            font-family: "Barlow Condensed", sans-serif;
            line-height: 26px;
            border: 0px;
            border-radius: 0px;
            background: #f8f9fc;
            padding: 34px 75px;
            color: #020e27;
            -webkit-transition: background 0.3s linear, color 0.3s linear;
            -o-transition: background 0.3s linear, color 0.3s linear;
            transition: background 0.3s linear, color 0.3s linear;
        }

            .city_location_tab .location_inner_tab .nav-item .nav-link i {
                line-height: 45px;
                vertical-align: middle;
                display: inline-block;
                padding-right: 20px;
                color: #7a8292;
                -webkit-transition: color 0.3s linear;
                -o-transition: color 0.3s linear;
                transition: color 0.3s linear;
            }

                .city_location_tab .location_inner_tab .nav-item .nav-link i:before {
                    font-size: 50px;
                }

            .city_location_tab .location_inner_tab .nav-item .nav-link.active, .city_location_tab .location_inner_tab .nav-item .nav-link:hover {
                background: #001621;
                color: #fff;
            }

                .city_location_tab .location_inner_tab .nav-item .nav-link.active i, .city_location_tab .location_inner_tab .nav-item .nav-link:hover i {
                    color: #fff;
                }

        .city_location_tab .location_inner_tab .nav-item:not(:last-child) {
            margin-right: 6px;
        }

.booking_quality_tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0px 20px;
}

    .booking_quality_tab .nav-item {
        margin-bottom: 0;
    }

        .booking_quality_tab .nav-item:not(:last-child) {
            margin-right: 40px;
        }

        .booking_quality_tab .nav-item .nav-link {
            border: 0px;
            border-radius: 0px;
            font-weight: 500;
            font-family: "Barlow Condensed", sans-serif;
            font-size: 18px;
            line-height: 26px;
            color: #7a8292;
            padding: 0px;
            position: relative;
            -webkit-transition: color 0.2s linear;
            -o-transition: color 0.2s linear;
            transition: color 0.2s linear;
        }

            .booking_quality_tab .nav-item .nav-link:before {
                content: "";
                width: 0;
                height: 1px;
                position: absolute;
                right: 0;
                bottom: 0;
                background: #001621;
                -webkit-transition: width 0.3s linear;
                -o-transition: width 0.3s linear;
                transition: width 0.3s linear;
            }

            .booking_quality_tab .nav-item .nav-link.active, .booking_quality_tab .nav-item .nav-link:hover {
                color: #001621;
            }

                .booking_quality_tab .nav-item .nav-link.active:before, .booking_quality_tab .nav-item .nav-link:hover:before {
                    left: 0;
                    right: auto;
                    width: 100%;
                }

.boking_information {
    padding-top: 25px;
}

    .boking_information .location-milage {
        padding: 36px 0px;
        border-bottom: 1px dotted #d9deeb;
    }

        .boking_information .location-milage .media-body h4 {
            font-size: 22px;
            line-height: 26px;
            margin-bottom: 5px;
        }

        .boking_information .location-milage .media-body p {
            margin-bottom: 0px;
        }

        .boking_information .location-milage .mile {
            font-size: 36px;
            color: #001621;
            font-weight: 700;
            font-family: "Barlow Condensed", sans-serif;
        }

            .boking_information .location-milage .mile span {
                font-size: 20px;
                font-weight: 500;
            }

/*============= city_location_area css =============*/
/*============= get_app_area css =============*/
.get_app_area {
    background: #000680;
}

.get_app_content {
    color: #fff;
    padding-right: 110px;
}

    .get_app_content .section_title {
        margin-bottom: 28px;
    }

        .get_app_content .section_title h5, .get_app_content .section_title h2 {
            color: #fff;
        }

        .get_app_content .section_title h2 {
            font-size: 50px;
            line-height: 55px;
        }

    .get_app_content p {
        margin-bottom: 42px;
        text-align: left;
        font-size: 20px;
        line-height: 40px;
        font-weight: 500;
    }

    .get_app_content ul {
        list-style: none;
        margin-bottom: 70px;
        padding-left: 0px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 117%;
    }

        .get_app_content ul li {
            font-size: 20px;
            line-height: 40px;
            font-weight: 500;
            font-family: "Barlow Condensed", sans-serif;
            position: relative;
            padding-left: 28px;
            width: 50%;
        }

            .get_app_content ul li:before {
                content: "\52";
                position: absolute;
                left: 0;
                top: 2px;
                font-family: eleganticons;
                font-size: 16px;
                font-weight: 400;
            }

    .get_app_content .slider_btn {
        font-size: 24px;
        border: 2px solid #fff;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

        .get_app_content .slider_btn img {
            vertical-align: bottom;
            margin-right: 12px;
        }

        .get_app_content .slider_btn.app_btn {
            color: #fff;
        }

            .get_app_content .slider_btn.app_btn img {
                -webkit-filter: brightness(1000);
                filter: brightness(1000);
            }

            .get_app_content .slider_btn.app_btn:hover {
                background: #fff;
                color: #081B33;
            }

                .get_app_content .slider_btn.app_btn:hover img {
                    -webkit-filter: brightness(0);
                    filter: brightness(0);
                }

        .get_app_content .slider_btn.app_btn_two {
            color: #081B33;
            margin-left: 20px;
        }

            .get_app_content .slider_btn.app_btn_two:before {
                background: #fff;
            }

            .get_app_content .slider_btn.app_btn_two img {
                -webkit-filter: brightness(0);
                filter: brightness(0);
            }

            .get_app_content .slider_btn.app_btn_two:hover {
                background: transparent;
                color: #fff;
            }

                .get_app_content .slider_btn.app_btn_two:hover img {
                    -webkit-filter: brightness(1000);
                    filter: brightness(1000);
                }

.app_image {
    position: relative;
}

    .app_image .shadow_bottom {
        content: '';
        position: absolute;
        width: 80%;
        height: 5px;
        border-radius: 50%/5px;
        left: 10%;
        bottom: 0px;
        -webkit-box-shadow: 0px 35px 33px 0 rgba(0, 0, 0, 0.8);
        box-shadow: 0px 35px 33px 0 rgba(0, 0, 0, 0.8);
        -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    }

    .app_image .image_two {
        position: absolute;
        right: 0;
        top: 0;
    }

        .app_image .image_two img {
            -webkit-animation-name: jump;
            animation-name: jump;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-duration: 3.8s;
            animation-duration: 3.8s;
            -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
            animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        }

        .app_image .image_two .shadow_bottom {
            -webkit-animation: shadow 3.8s infinite linear;
            animation: shadow 3.8s infinite linear;
            bottom: 10px;
        }

    .app_image .image_first {
        position: absolute;
        left: 123px;
        top: 10px;
        z-index: 101;
    }

        .app_image .image_first img {
            -webkit-animation-name: jump;
            animation-name: jump;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-duration: 2.8s;
            animation-duration: 2.8s;
            -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
            animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        }

        .app_image .image_first .shadow_bottom {
            -webkit-animation: shadow 2.8s infinite linear;
            animation: shadow 2.8s infinite linear;
        }

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: -webkit-transform 1.4s 0.6s linear;
        transition: -webkit-transform 1.4s 0.6s linear;
        -o-transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear, -webkit-transform 1.4s 0.6s linear;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: -webkit-transform 1.4s 0.6s linear;
        transition: -webkit-transform 1.4s 0.6s linear;
        -o-transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear, -webkit-transform 1.4s 0.6s linear;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes shadow {
    0% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }

    50% {
        -webkit-box-shadow: 0px 35px 35px -2px #000;
        box-shadow: 0px 35px 35px -2px #000;
        width: 60%;
        left: 20%;
    }

    100% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }
}

@keyframes shadow {
    0% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }

    50% {
        -webkit-box-shadow: 0px 35px 35px -2px #000;
        box-shadow: 0px 35px 35px -2px #000;
        width: 60%;
        left: 20%;
    }

    100% {
        -webkit-box-shadow: 0px 35px 33px 0 #000;
        box-shadow: 0px 35px 33px 0 #000;
    }
}

/*============= get_app_area css =============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= testimonila_area css ============*/
.testimonila_area {
    background: url(../img/testimonial_bg.jpg) no-repeat scroll center 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

    .testimonila_area .overlay_bg {
        background: #020e27;
    }

    .testimonila_area .section_title {
        margin-bottom: 0px;
    }

.overlay_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.92;
}

.testimonial_slider {
    padding: 0px 160px;
}

    .testimonial_slider .item {
        text-align: center;
    }

        .testimonial_slider .item .icon {
            font-family: "Barlow Condensed", sans-serif;
            color: #001621;
            font-size: 100px;
            line-height: 100px;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .testimonial_slider .item p {
            font-weight: 400;
            font-size: 20px;
            line-height: 32px;
            color: #fff;
            font-style: italic;
            margin-bottom: 55px;
        }

        .testimonial_slider .item .media {
            max-width: 260px;
            margin: 0 auto;
            text-align: left;
        }

            .testimonial_slider .item .media .author_img {
                width: 70px;
                height: 70px;
                border-radius: 50%;
                overflow: hidden;
            }

            .testimonial_slider .item .media .author_description {
                -ms-flex-item-align: center;
                -ms-grid-row-align: center;
                align-self: center;
                padding-left: 20px;
            }

                .testimonial_slider .item .media .author_description h5 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 600;
                    margin-bottom: 5px;
                }

                .testimonial_slider .item .media .author_description h6 {
                    margin-bottom: 0;
                    font-size: 16px;
                    line-height: 28px;
                    color: #7a8292;
                    font-style: normal;
                }

    .testimonial_slider .left, .testimonial_slider .right {
        width: 50px;
        height: 50px;
        display: inline-block;
        text-align: center;
        position: absolute;
        line-height: 48px;
        border-radius: 50%;
        border: 1px solid #7a8292;
        font-size: 20px;
        color: #7a8292;
        top: 33%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        cursor: pointer;
    }

        .testimonial_slider .left:hover, .testimonial_slider .right:hover {
            border-color: #001621;
            background: #001621;
            color: #fff;
        }

    .testimonial_slider .left {
        left: 0;
    }

    .testimonial_slider .right {
        right: 0;
    }

/*============= testimonila_area css ============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== team_area css ==============*/
.team_item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 50px;
}

    .team_item .team_img {
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .team_item .team_img:before {
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
            background: rgba(255, 187, 3, 0.8);
            opacity: 0;
            z-index: 1;
            -webkit-transition: opacity 0.3s linear;
            -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
        }

        .team_item .team_img img {
            -webkit-transition: -webkit-transform 0.3s linear;
            transition: -webkit-transform 0.3s linear;
            -o-transition: transform 0.3s linear;
            transition: transform 0.3s linear;
            transition: transform 0.3s linear, -webkit-transform 0.3s linear;
        }

    .team_item .social_icon {
        position: absolute;
        bottom: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 2;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .team_item .social_icon a {
            width: 40px;
            height: 40px;
            border: 2px solid #fff;
            text-align: center;
            font-size: 14px;
            color: #fff;
            display: block;
            border-radius: 50%;
            line-height: 40px;
            margin: 0px 5px;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .team_item .social_icon a:hover {
                background: #fff;
                color: #001621;
            }

    .team_item .team_content {
        padding-top: 25px;
    }

        .team_item .team_content h3 {
            font-size: 22px;
            line-height: 26px;
            font-weight: 600;
            margin-bottom: 5px;
            -webkit-transition: color 0.3s linear;
            -o-transition: color 0.3s linear;
            transition: color 0.3s linear;
        }

            .team_item .team_content h3:hover {
                color: #001621;
            }

        .team_item .team_content h6 {
            font-size: 15px;
            line-height: 28px;
            font-family: "Lato", sans-serif;
            color: #7a8292;
            font-weight: 400;
            margin-bottom: 0;
        }

    .team_item:hover .team_img img {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

    .team_item:hover .team_img:before {
        opacity: 0.85;
    }

    .team_item:hover .social_icon {
        bottom: 20px;
        opacity: 1;
    }

/*============== team_area css ==============*/
/*============== team_area_two css ==============*/
.team_area_two .row {
    margin-bottom: -50px;
}

/*============== team_area_two css ==============*/
/*============== achivment_area css ==============*/
.achivment_content {
    padding-right: 100px;
}

    .achivment_content .section_title {
        margin-bottom: 35px;
    }

    .achivment_content p {
        font-size: 17px;
        margin-bottom: 50px;
    }

.achivment_info {
    margin-bottom: -30px;
}

.achivment_item {
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 11, 40, 0.06);
    box-shadow: 0px 3px 4px 0px rgba(0, 11, 40, 0.06);
    padding: 30px 0px;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

    .achivment_item i {
        font-size: 40px;
        line-height: 50px;
        color: #6b727f;
        padding-bottom: 11px;
        display: inline-block;
        -webkit-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;
    }

    .achivment_item .counter {
        font-size: 40px;
        line-height: 55px;
        font-family: "Barlow Condensed", sans-serif;
        color: #020e27;
        font-weight: 700;
        -webkit-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;
    }

    .achivment_item h6 {
        font-size: 20px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        color: #a9aeb8;
    }

    .achivment_item:hover {
        -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 11, 40, 0.07);
        box-shadow: 0px 12px 24px 0px rgba(0, 11, 40, 0.07);
    }

        .achivment_item:hover i, .achivment_item:hover .counter {
            color: #001621;
        }

/*============== achivment_area css ==============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============ latest_news_area css ============*/
.latest_news_slider {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
}

    .latest_news_slider.slick-dotted.slick-slider {
        padding-bottom: 60px;
    }

    .latest_news_slider .slick-slide {
        padding: 25px;
    }

    .latest_news_slider .slick-dots {
        bottom: 0px;
    }

.latest_news_item {
    background-color: white;
    -webkit-box-shadow: 12.856px 15.321px 30px 0px rgba(0, 11, 40, 0.08);
    box-shadow: 12.856px 15.321px 30px 0px rgba(0, 11, 40, 0.08);
}

    .latest_news_item .media-body {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 0px 40px;
    }

        .latest_news_item .media-body .date {
            font-size: 16px;
            line-height: 20px;
            color: #7a8292;
            margin-bottom: 22px;
        }

        .latest_news_item .media-body h3 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 38px;
            -webkit-transition: color 0.3s linear;
            -o-transition: color 0.3s linear;
            transition: color 0.3s linear;
        }

            .latest_news_item .media-body h3:hover {
                color: #001621;
            }

/*============ latest_news_area css ============*/
/*============ blog_area css ============*/
.blog_area {
    overflow: hidden;
}

.main_blog_inner {
    padding-right: 40px;
    margin-top: -70px;
}

.blog_title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 26px;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

    .blog_title a {
        color: #020e27;
    }

        .blog_title a:hover {
            color: #001621;
        }

.blog_item {
    border-bottom: 1px solid #e4e8f0;
    margin-top: 70px;
}

    .blog_item .blog_img {
        display: block;
        position: relative;
        overflow: hidden;
    }

        .blog_item .blog_img .overlay {
            position: relative;
            z-index: 1;
            display: block;
        }

            .blog_item .blog_img .overlay:before {
                content: "";
                top: 0;
                left: 0;
                position: absolute;
                width: 100%;
                height: 100%;
                background: rgba(2, 14, 39, 0.5);
                opacity: 0;
                z-index: 1;
                -webkit-transition: opacity 0.4s linear;
                -o-transition: opacity 0.4s linear;
                transition: opacity 0.4s linear;
            }

        .blog_item .blog_img img {
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

    .blog_item .video_icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 40px;
        color: #001621;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
        background: #fff;
        border-radius: 50%;
        text-shadow: 1px 10px 20px rgba(255, 187, 3, 0.69);
    }

    .blog_item .blog_content {
        padding: 32px 0px;
    }

    .blog_item .post_info {
        margin-bottom: 6px;
    }

        .blog_item .post_info li {
            display: inline-block;
        }

            .blog_item .post_info li:after {
                content: "";
                width: 2px;
                height: 16px;
                background: #adb2bb;
                display: inline-block;
                vertical-align: middle;
                margin: 0px 12px 3px 15px;
            }

            .blog_item .post_info li a {
                font: 400 17px/25px "Lato", sans-serif;
                color: #7a8292;
            }

            .blog_item .post_info li:last-child:after {
                display: none;
            }

    .blog_item p {
        font-size: 17px;
    }

    .blog_item .slider_btn {
        padding: 9px 40px 11px;
        margin-top: 30px;
    }

    .blog_item:hover .blog_img .overlay:before {
        opacity: 1;
    }

    .blog_item:hover .blog_img img {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

.blog_single_inner .blog_item {
    border: 0px;
}

    .blog_single_inner .blog_item .single_post_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 45px -5px 30px;
    }

        .blog_single_inner .blog_item .single_post_img .item {
            padding: 5px;
            width: 50%;
        }

    .blog_single_inner .blog_item h4 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .blog_single_inner .blog_item p {
        margin-bottom: 32px;
    }

    .blog_single_inner .blog_item blockquote {
        background: #fbfbfd;
        padding: 35px 35px 35px 50px;
        border-left: 10px solid #001621;
        margin: 43px 0px;
    }

        .blog_single_inner .blog_item blockquote p {
            margin-bottom: 0px;
            font-size: 22px;
            line-height: 36px;
            color: #020e27;
            font-family: "Lato", sans-serif;
            font-style: italic;
        }

.blog_single_inner .posts_social {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog_single_inner .posts_social .float-left a {
        font: 400 16px/24px "Lato", sans-serif;
        color: #7a8292;
        position: relative;
        vertical-align: top;
        display: inline-block;
        -webkit-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;
        margin-right: 3px;
    }

        .blog_single_inner .posts_social .float-left a:before {
            content: "";
            width: 0;
            height: 1px;
            background: #001621;
            right: 0;
            bottom: 0;
            -webkit-transition: width 0.3s linear;
            -o-transition: width 0.3s linear;
            transition: width 0.3s linear;
            position: absolute;
        }

        .blog_single_inner .posts_social .float-left a:hover {
            color: #001621;
        }

            .blog_single_inner .posts_social .float-left a:hover:before {
                width: 100%;
                right: auto;
                left: 0;
            }

    .blog_single_inner .posts_social .float-right a {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #7a8292;
        background: #f3f5f9;
        display: inline-block;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        margin-left: 4px;
    }

        .blog_single_inner .posts_social .float-right a:hover {
            color: #fff;
            background: #001621;
        }

.blog_single_inner .post-nam {
    font: 500 18px "Barlow Condensed", sans-serif;
    color: #020e27;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 15px;
}

.blog_single_inner .post_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e4e8f0;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 80px;
}

    .blog_single_inner .post_tag a {
        font: 500 16px/18px "Barlow Condensed", sans-serif;
        color: #7a8292;
        display: inline-block;
        padding: 8px 20px;
        background: #f3f5f9;
        text-transform: uppercase;
        margin-right: 5px;
    }

        .blog_single_inner .post_tag a:hover {
            color: #fff;
            background: #001621;
        }

.post_author {
    background: #fbfbfd;
    padding: 40px 70px 40px 30px;
    margin-bottom: 80px;
}

    .post_author .author_img {
        width: 100px;
        height: 100px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 0px;
        overflow: hidden;
        margin-right: 25px;
    }

        .post_author .author_img img {
            max-width: 100%;
        }

    .post_author .media-body {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

        .post_author .media-body h5 {
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 12px;
            color: #020e27;
            font-weight: 600;
        }

            .post_author .media-body h5 span {
                font-style: italic;
                font-weight: 400;
                color: #7a8292;
                font-size: 18px;
                padding-left: 6px;
            }

        .post_author .media-body p {
            line-height: 24px;
            margin-bottom: 0PX;
        }

.comment_box {
    margin-bottom: 0px;
}

    .comment_box .post_comment .media-left {
        margin-right: 25px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
    }

        .comment_box .post_comment .media-left img {
            max-width: 100%;
        }

    .comment_box .post_comment .post_author {
        background: transparent;
        padding: 30px 0px 0px;
        margin-bottom: 0;
    }

        .comment_box .post_comment .post_author .reply {
            font-weight: 500;
            font-size: 16px;
            color: #7a8292;
            position: relative;
            display: inline-block;
            text-transform: uppercase;
            margin-top: 18px;
        }

            .comment_box .post_comment .post_author .reply:before {
                content: "";
                width: 0px;
                height: 1px;
                right: 0;
                position: absolute;
                bottom: 0;
                background: #001621;
                -webkit-transition: width 0.3s linear;
                -o-transition: width 0.3s linear;
                transition: width 0.3s linear;
            }

            .comment_box .post_comment .post_author .reply i {
                padding-right: 5px;
            }

            .comment_box .post_comment .post_author .reply:hover {
                color: #001621;
            }

                .comment_box .post_comment .post_author .reply:hover:before {
                    width: 100%;
                    left: 0;
                    right: auto;
                }

    .comment_box .post_comment .media-body {
        padding-bottom: 23px;
        border-bottom: 1px solid #e4e8f0;
    }

    .comment_box .post_comment .reply_comment {
        padding-left: 100px;
    }

        .comment_box .post_comment .reply_comment .media-left {
            width: 70px;
            height: 70px;
        }

        .comment_box .post_comment .reply_comment.reply_two .media-left {
            width: 60px;
            height: 60px;
        }

.comment_form_area {
    background: #f8f9fc;
}

    .comment_form_area .comment_form {
        max-width: 730px;
        margin-right: auto;
        margin-top: 38px;
    }

/*================= blog_sidebar css ===============*/
.blog_sidebar {
    position: relative;
    padding: 60px 0px 90px 50px;
}

    .blog_sidebar:before {
        content: "";
        width: 2500px;
        height: 100%;
        background: #fbfbfd;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

.widget_title {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    margin-bottom: 30px;
}

    .widget_title:before {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #001621;
        height: 1px;
    }

.widget.search_widget .search_form {
    position: relative;
}

    .widget.search_widget .search_form .form-control {
        background-color: white;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 11, 40, 0.06), -4px 0px 0px 0px rgba(255, 187, 3, 0.004);
        box-shadow: 0px 3px 5px 0px rgba(0, 11, 40, 0.06), -4px 0px 0px 0px rgba(255, 187, 3, 0.004);
        height: 54px;
        border: 0px;
        position: relative;
        border-left: 4px solid #001621;
        border-radius: 0px;
        font-size: 15px;
        line-height: 30px;
        font-family: "Lato", sans-serif;
        color: #020e27;
        padding-left: 30px;
    }

        .widget.search_widget .search_form .form-control.placeholder {
            color: #7a8292;
        }

        .widget.search_widget .search_form .form-control:-moz-placeholder {
            color: #7a8292;
        }

        .widget.search_widget .search_form .form-control::-moz-placeholder {
            color: #7a8292;
        }

        .widget.search_widget .search_form .form-control::-webkit-input-placeholder {
            color: #7a8292;
        }

    .widget.search_widget .search_form button {
        border: 0px;
        padding: 0px;
        position: absolute;
        right: 25px;
        background: transparent;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px;
        color: #001621;
    }

.widget.categorie_widget ul {
    margin-bottom: 0px;
}

    .widget.categorie_widget ul li {
        position: relative;
        padding-left: 22px;
    }

        .widget.categorie_widget ul li:before {
            content: "\35";
            font-family: eleganticons;
            font-size: 17px;
            color: #001621;
            position: absolute;
            left: 0;
            top: 4px;
        }

        .widget.categorie_widget ul li a {
            font: 400 17px/36px "Lato", sans-serif;
            color: #7a8292;
            position: relative;
            -webkit-transition: color 0.2s linear;
            -o-transition: color 0.2s linear;
            transition: color 0.2s linear;
        }

            .widget.categorie_widget ul li a:before {
                content: "";
                width: 0;
                right: 0;
                background: #001621;
                height: 1px;
                position: absolute;
                bottom: 0;
                -webkit-transition: width 0.3s linear;
                -o-transition: width 0.3s linear;
                transition: width 0.3s linear;
            }

            .widget.categorie_widget ul li a:hover {
                color: #001621;
            }

                .widget.categorie_widget ul li a:hover:before {
                    right: auto;
                    left: 0;
                    width: 100%;
                }

.widget.recent_post_widget .re_post_item .media-body {
    padding-left: 25px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

    .widget.recent_post_widget .re_post_item .media-body h3 {
        font-size: 18px;
        line-height: 24px;
        color: #020e27;
        font-weight: 600;
        margin-bottom: 5px;
        -webkit-transition: color 0.3s linear;
        -o-transition: color 0.3s linear;
        transition: color 0.3s linear;
    }

        .widget.recent_post_widget .re_post_item .media-body h3:hover {
            color: #001621;
        }

    .widget.recent_post_widget .re_post_item .media-body .entry_post_info {
        font-size: 15px;
        font-family: "Lato", sans-serif;
        color: #7a8292;
    }

.widget.recent_post_widget .re_post_item:not(:last-child) {
    margin-bottom: 20px;
}

.widget.instagram_widget {
    overflow: hidden;
}

    .widget.instagram_widget ul {
        margin: -4px;
    }

        .widget.instagram_widget ul li {
            width: calc(100% / 3);
            float: left;
            padding: 4px;
        }

            .widget.instagram_widget ul li a {
                display: block;
            }

                .widget.instagram_widget ul li a img {
                    max-width: 100%;
                    height: 100%;
                }

.widget.calender_widget .calendar-wrapper {
    padding-bottom: 0px;
    font-family: "Lato", sans-serif;
}

    .widget.calender_widget .calendar-wrapper .calendar-head-card {
        display: none;
    }

    .widget.calender_widget .calendar-wrapper .calendar-container {
        background: transparent;
        padding: 0px;
    }

        .widget.calender_widget .calendar-wrapper .calendar-container .calendar-grid .calendar-labels span {
            font-size: 16px;
            line-height: 44px;
            font-weight: 700;
            color: #020e27;
        }

        .widget.calender_widget .calendar-wrapper .calendar-container .calendar-curr-month {
            font-size: 20px;
            color: #001621;
            font-weight: 600;
            font-family: "Barlow Condensed", sans-serif;
        }

        .widget.calender_widget .calendar-wrapper .calendar-container .calendar-date-holder {
            width: 100%;
            height: 190px;
        }

            .widget.calender_widget .calendar-wrapper .calendar-container .calendar-date-holder .calendar-dates .date a {
                font-size: 16px;
                line-height: 28px;
                color: #7a8292;
                padding: 0px;
                border: 0px;
                margin: 2px;
            }

            .widget.calender_widget .calendar-wrapper .calendar-container .calendar-date-holder .calendar-dates .date.selected a, .widget.calender_widget .calendar-wrapper .calendar-container .calendar-date-holder .calendar-dates .date:hover a {
                color: #fff;
                background: #001621;
                font-weight: 400;
            }

            .widget.calender_widget .calendar-wrapper .calendar-container .calendar-date-holder .calendar-dates .date.nm {
                opacity: 0.2;
            }

            .widget.calender_widget .calendar-wrapper .calendar-container .calendar-date-holder .calendar-dates .date.pm {
                opacity: 0;
            }

.widget:not(:last-child) {
    margin-bottom: 55px;
}

.page_pagination {
    margin-bottom: 0;
    padding-top: 40px;
}

    .page_pagination .page-item .page-link {
        width: 40px;
        height: 40px;
        font-size: 17px;
        font-family: "Lato", sans-serif;
        line-height: 40px;
        text-align: center;
        background: #eef1f6;
        border: 0px;
        padding: 0px;
        border-radius: 0px;
        color: #7a8292;
        margin-right: 10px;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .page_pagination .page-item .page-link:hover, .page_pagination .page-item .page-link.active {
            background: #001621;
            color: #fff;
        }

/*============ blog_area css ============*/
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= contact area ==============*/
.contact_area {
    background: #f8f9fc;
}

.map_area {
    padding: 0px;
    position: relative;
}

    .map_area iframe {
        width: 100%;
        height: 100%;
        border: 0px;
    }

    .map_area .app_contact_info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: white;
        -webkit-box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
        box-shadow: 0px 40px 50px 0px rgba(0, 11, 40, 0.2);
        padding: 45px 66px 15px 45px;
    }

        .map_area .app_contact_info .triangle {
            position: absolute;
            width: 15px;
            height: 15px;
            right: 55px;
            background: #fff;
            bottom: -7px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.info_item {
    padding-left: 50px;
    position: relative;
    margin-bottom: 35px;
}

    .info_item i {
        position: absolute;
        left: 0;
        font-size: 30px;
        color: #020780;
        top: 0px;
        left: 0;
    }

    .info_item h6 {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    .info_item p {
        font-size: 15px;
        line-height: 28px;
        color: #677294;
        font-family: "Lato", sans-serif;
    }

    .info_item a {
        color: #020780;
    }

        .info_item a:hover {
            color: #001621;
        }

.contact_info {
    max-width: 580px;
    margin-right: auto;
    margin-left: 0px;
    padding: 120px 0px 120px 80px;
}

    .contact_info .contact_form .form-group:last-child {
        margin-bottom: 0px;
    }

/*============= contact area ==============*/
.contact_form .form-group {
    position: relative;
    margin-bottom: 40px;
}

    .contact_form .form-group .form-control {
        background: transparent;
        border: 0px;
        font-size: 15px;
        line-height: 30px;
        font-family: "Lato", sans-serif;
        color: #000000;
        padding: 0px;
        position: relative;
        border-bottom: 2px solid #020780;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
    }

        .contact_form .form-group .form-control.placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group .form-control:-moz-placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group .form-control::-moz-placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group .form-control::-webkit-input-placeholder {
            color: #7a8292;
            -webkit-transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            transition: opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
            -o-transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s;
            transition: transform ease 0.7s, opacity ease 0.8s 0.9s, -webkit-transform ease 0.7s;
        }

        .contact_form .form-group .form-control:focus {
            outline: none;
        }

            .contact_form .form-group .form-control:focus.placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .contact_form .form-group .form-control:focus:-moz-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .contact_form .form-group .form-control:focus::-moz-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .contact_form .form-group .form-control:focus::-webkit-input-placeholder {
                -webkit-transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                transition: opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -o-transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s;
                transition: transform ease 0.5s, opacity ease 0.5s 0.5s, -webkit-transform ease 0.5s;
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
                opacity: 0;
                font-size: 12px;
            }

            .contact_form .form-group .form-control:focus + .border_line {
                width: 100%;
                z-index: 3;
            }

    .contact_form .form-group .border_line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        background: #001621;
        height: 2px;
        border: 0px;
        margin-bottom: 0px;
        -webkit-transition: width 0.3s linear;
        -o-transition: width 0.3s linear;
        transition: width 0.3s linear;
    }

    .contact_form .form-group textarea {
        height: 120px;
        resize: none;
    }

    .contact_form .form-group .contact_btn {
        padding: 10px 40px;
        margin-top: 10px;
    }

/*=================== contact area css ===================*/
.contact_area_two {
    background: #fde401;
}

.get_info {
    padding-right: 100px;
}

    .get_info h3 {
        font: 700 26px/44px "Barlow Condensed", sans-serif;
        color: #020780;
        margin-bottom: 30px;
        text-align: left;
    }

        .get_info h3 span {
            font-size: 50px;
            font-weight: 500;
            color: #001621;
            vertical-align: bottom;
            padding-left: 25px;
        }

    .get_info p {
        font: 400 17px/28px "Lato", sans-serif;
        color: #020780;
        margin-bottom: 12px;
        text-align: left;
    }

    .get_info .info_item p {
        margin-bottom: 0;
    }

    .get_info .social_icon h6 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
    }

    .get_info .social_icon ul li {
        display: inline-block;
        margin-right: 7px;
        padding-top: 8px;
    }

        .get_info .social_icon ul li a {
            font-size: 14px;
            width: 40px;
            height: 40px;
            display: inline-block;
            line-height: 40px;
            color: #081B33;
            border-radius: 50%;
            border: 1px solid #081B33;
            text-align: center;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .get_info .social_icon ul li a:hover {
                background: #001621;
                border-color: #001621;
                color: #fff;
            }

.contact_info_two .contact_form .form-group:last-child {
    margin-bottom: 0;
}

.mapBox {
    height: 700px;
}

.modal.modal-message .modal-dialog {
    margin: 130px auto 0px;
}

    .modal.modal-message .modal-dialog .modal-content {
        text-align: center;
    }

        .modal.modal-message .modal-dialog .modal-content .modal-header {
            border: none;
            display: block;
        }

            .modal.modal-message .modal-dialog .modal-content .modal-header h2 {
                color: #020e27;
                font-family: "Barlow Condensed", sans-serif;
                font-weight: bold;
                font-size: 50px;
                letter-spacing: 2px;
                padding-top: 70px;
            }

            .modal.modal-message .modal-dialog .modal-content .modal-header p {
                font-size: 16px;
                color: #020e27;
                font-family: "Lato", sans-serif;
                letter-spacing: .34px;
                padding-top: 10px;
                padding-bottom: 50px;
            }

.mchimp-errmessage, .mchimp-sucmessage {
    text-align: center;
    font-size: 14px;
    color: #020e27;
    font-family: "Barlow Condensed", sans-serif;
    padding-top: 10px;
}

.gray_mailchimp .mchimp-errmessage, .gray_mailchimp .mchimp-sucmessage {
    text-align: center;
    font-size: 14px;
    color: #020e27 !important;
    font-family: "Lato", sans-serif;
    padding-top: 10px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== footer_area css =================*/
.footer_area {
    background: #fde401;
    margin: 0px 0 0 0;
}

.f_widget .f_title {
    font-size: 24px;
    color: #020780;
    font-weight: 600;
}

.f_widget.about_widget p {
    font-size: 15px;
    line-height: 35px;
    font-family: "Lato", sans-serif;
    color: #020780;
    text-align: left;
    font-weight: bold;
}

    .f_widget.about_widget p a {
        color: #ffffff;
    }

.f_widget.about_widget .f_social_icon {
    padding: 17px 0px;
}

.f_widget.link_widget {
    padding-left: 57px;
}

    .f_widget.link_widget ul {
        margin-bottom: 0px;
        padding-top: 23px;
    }

        .f_widget.link_widget ul li a {
            line-height: 26px;
            position: relative;
            -webkit-transition: color 0.3s linear;
            -o-transition: color 0.3s linear;
            transition: color 0.3s linear;
            display: inline-block;
            color: #020780;
        }

            .f_widget.link_widget ul li a:before {
                content: "";
                right: 0;
                width: 0;
                height: 1px;
                position: absolute;
                bottom: 0;
                background: #001621;
                -webkit-transition: width 0.3s linear;
                -o-transition: width 0.3s linear;
                transition: width 0.3s linear;
                display: inline-block;
            }

            .f_widget.link_widget ul li a:hover {
                color: #ffffff;
            }

                .f_widget.link_widget ul li a:hover:before {
                    width: 100%;
                    left: 0;
                    right: auto;
                }

        .f_widget.link_widget ul li:not(:last-child) {
            margin-bottom: 10px;
        }

.f_social_icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .f_social_icon a:hover {
        background: #ffffff;
        color: #001621;
        border-color: #ffffff;
    }

/*============== footer_area css =================*/

/*booking engine start css*/
.main-form {
    padding: 15px 30px;
    margin: 2px 0 0 0;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
    animation: yourAnimation1 1.5s forwards 0s ease-in-out;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@keyframes yourAnimation1 {
    0% {
        transform: rotate(0) translateX(25%);
        opacity: 0;
    }

    100% {
        transform: rotate(0) translateX(0%);
        opacity: 1;
    }
}

.main-instant {
    padding: 40px 0px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    background-color: #000000;
    position: relative;
}

    .main-instant h2 {
        font-size: 34px;
        font-family: "Montserrat";
        color: #facf00;
        text-transform: uppercase;
        line-height: 1.206;
        text-align: center;
        font-weight: 600;
    }

    .main-instant span {
        font-size: 24px;
        font-family: "Montserrat";
        color: #fbca0b;
        text-transform: uppercase;
        text-align: center;
        display: block;
        letter-spacing: 3px;
        line-height: 25px;
    }

.input-text {
    border: none;
    width: 100%;
    color: #ffffff;
    font-size: 17px;
    /* font-weight: 300; */
    background-color: transparent;
}

.input-text-1 {
    border: none;
    width: 48%;
    color: #717171; /* font-family: 'Montserrat'; */
    font-size: 17px; /* font-weight: 300; */
    background-color: #fff0;
}

textarea:focus, input:focus {
    outline: none !important;
}

.form-group {
    padding: 0px 10px;
    width: 100%;
    display: block;
    /* margin-top: 15px; */
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    color: #ffffff;
    border: 2px solid #000680c2;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0px;
}

    .form-group label {
        width: 100%;
        text-align: left;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 17px;
        color: #001621;
    }

.main-form a {
    background-color: #001621;
    color: #fff;
    display: block;
    padding: 26px 0px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 20px; /* font-family:  'Montserrat'; */ /* margin: 14px 0 0 0; */
    text-transform: uppercase;
    border-radius: 5px;
}

    .main-form a:hover {
        background-color: #fde400;
        border: 1px solid #fde400;
        color: #081b33;
    }

.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 600;
    cursor: pointer;
    color: #001621;
    text-transform: uppercase;
}

/*----------------------------------------------------*/


.apps-btn {
    text-align: center;
}

    .apps-btn li {
        display: inline-block;
    }



/*# sourceMappingURL=style.css.map */

/*Custom css*/
#img-slide > div.owl-controls.clickable span {
    background-color: #000;
}

.pagenation-holder {
    color: #fff;
    float: left;
    margin: 0px 0 0 0;
    font-size: 14px;
    padding: 5px 0 10px 0;
    width: 100%;
    background: #000680;
    position: relative;
    z-index: 998;
}

.pagenation_links {
    padding: 3px 0 0 0;
    font-family: 'Open Sans';
}

    .pagenation_links a {
        color: #fff;
        font-family: "Open Sans";
    }

.pagenation-holder h4 {
    color: #fff;
    margin: 5px 0;
}

.section-padding {
    padding: 90px 0;
    background-color: #fff;
}

.vehicle-cover {
    float: left;
    width: 100%
}

.vehicle-cover2 {
    float: left;
    width: 100%
}

.vehicle {
    float: left;
    width: 100%;
    margin-bottom: 0%;
    padding: 2% 0px;
    border-bottom: 1px solid #c2c2c2;
}

.vehicle2 {
    float: left;
    width: 94%;
    padding: 3%
}

.vehicle-h1 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

.vehicle-h2 {
    float: right;
    width: auto;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-style: italic;
    margin-top: 2%
}

.vehicle-pic {
    text-align: center;
    float: left;
    width: 100%
}

.vehicle-text {
    text-align: right;
    float: right;
    width: 100%;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal
}

.vehicle-box {
    float: left;
    width: 100%;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400
}

.vehicle-boxlist {
    float: left;
    width: 100%;
    padding: 0 0 0 60px
}

.vehicle-text2 {
    text-align: center;
    float: right;
    width: auto;
    margin-top: 2%
}

    .vehicle-text2 img {
        width: 100%;
    }

.vehicle-0 {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-top: 2px
}

.vehicle-1 {
    float: left;
    width: auto;
    color: #bd0059;
    text-decoration: none
}

.service-h1 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    line-height: 26px;
    font-family: "Raleway";
    font-weight: 500;
}

.service-cover {
    width: 603px;
    padding: 0;
    float: left;
    margin: 0
}

.service-text {
    float: right;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    margin: 10px 0;
    color: #a0a0a0;
    font-family: "Open sans";
}

.service-pic {
    float: left;
    width: 220px;
    padding: 0;
    margin: 0 15px 0 0
}

.con-boxcover {
    float: left;
    width: 100%
}

.con-box {
    float: left;
    width: 40%;
    font-size: 15px;
    font-weight: 400;
    color: #494949;
    text-decoration: none;
    padding: 3% 4%;
    text-align: center
}

.con-box-icon, .con-box-text, .con-box-text2, .review-h1 {
    width: 100%;
    float: left
}

.con-box-text {
    font-size: 16px;
    font-weight: 700;
    margin: 4% 0 2%
}

.bold {
    font-weight: 700;
    color: #001621;
    /* font-family: "Raleway"; */
}

.review-h1 {
    font-family: arial, "Myriad Pro", verdana;
    font-size: 24px;
    font-weight: 400;
    color: #6D0A0D;
    text-decoration: none;
    line-height: 20px;
    padding: 0;
    margin: 10px 0 20px
}

.review-list, .review-list2 {
    color: #1a4486;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    width: 100%
}

.review-list {
    float: left;
    text-decoration: none
}

.review-list2 {
    float: right;
    text-decoration: none;
    text-align: right
}

.review2-h1, .review2-text {
    font-weight: 400;
    text-decoration: none
}

.review2-box {
    float: left;
    width: 100%;
    padding: 2% 0
}

.review2-h1 {
    text-align: center;
    font-size: 20px;
    color: #2A8FD2;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center center
}

.review2-text {
    float: left;
    width: 100%;
    font-family: verdana, arial;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #bababa;
    padding: 0 0 5px
}

.review2-pic {
    float: left;
    width: 30%;
    text-align: center
}

.review2-text2 {
    float: left;
    width: 100%
}

.review2-arrow1, .review2-text3 {
    float: left;
    width: 100%;
    text-align: left
}

.review2-arrow2, .review2-name, .review2-name2 {
    width: 100%;
    text-align: right;
    float: left
}

.review2-name {
    color: #2588CB;
    font-size: 14px;
    margin-top: 3%
}

.review2-name2 {
    font-style: italic;
    color: #585858;
    font-size: 13px
}

.Postbtn, .contact-box1 i, .formerror, .paybtn {
    text-align: center
}

.test-form {
    width: 55%;
    margin-right: 180px;
    margin-left: 180px;
    padding: 20px;
    border: 1px solid #C1C1C1;
    float: left;
    background-color: #EEE
}

.test-cover {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.test-name {
    width: 100%;
    margin-right: 20px;
    font-size: 14px;
    color: #000;
    font-weight: 700
}

.test-list {
    float: left;
    width: 65%
}

.map {
    width: 100%;
    height: 250px;
    margin: 3% 0;
    border: 0
}

.Postbtn {
    font-size: 15px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    background: #333;
    padding: 6px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    margin-top: 15px;
}

    .Postbtn:hover {
        background: #000;
        border: 0;
        cursor: pointer
    }

.postfield, .postfield2 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    font-weight: 400;
    color: #565656;
    padding: 5px 4px;
    float: left;
    text-decoration: none;
    font-size: 13px;
    background: #FFF
}

.postfield {
    width: 280px;
    border-radius: 3px;
    border: 1px solid #c8c8c8
}

.postfield2 {
    width: 200px;
    border-radius: 3px;
    border: 1px solid #c8c8c8
}

.postfield3 {
    width: 290px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #565656;
    text-decoration: none;
    padding: 5px 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #c8c8c8
}

.formerror, .payfield {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px
}

.icon-set {
    float: left;
    padding: 5px 0 0
}

.formerror, .paymentbox-h1 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #FFF
}

.cont-map2 {
    width: 100%;
    height: 450px;
    margin: 30px 0;
    float: left
}

.required {
    border-color: Red
}

.formerror {
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0;
    margin: 0 0 5%;
    border-radius: 3px;
    background: #dc0000
}

.contact-box1 {
    float: none;
    width: 100%;
    padding: 10px 15px;
    margin: 0 0 15px; /* background-color: #444; */
    text-align: center;
    border: 1px solid #eee;
    border-radius: 15px;
}

    .contact-box1 i {
        float: none;
        width: 60px;
        height: 60px;
        margin: 10px 0;
        color: rgb(245, 245, 245);
        text-align: center;
        line-height: 60px;
        border-radius: 50%;
        background: #e23b3b;
        border: 1px solid rgb(229, 180, 57);
    }

    .contact-box1 h5, .contact-box1 p {
        color: #444444 !important;
    }

.paymentbox {
    float: left;
    width: 100%
}

.paymentbox-vehicle {
    float: right;
    width: 250px;
    height: 200px;
    margin: 20px 60px -260px 0;
    position: relative
}

.paymentbox-h1 {
    padding: 7px 2%;
    font-weight: 400;
    text-decoration: none;
    background: #323232;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.paymentbox-listc1, .paymentbox-listc2 {
    width: 100%;
    padding: 7px 2%;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    float: left
}

.payfield, .payfield3, .paymentbox-listc1, .paymentbox-listc2 {
    color: #333;
    text-decoration: none
}

.paymentbox-listc1 {
    background: #eee
}

.paymentbox-listc2 {
    background: #d8d8d8
}

.paymentbox-list1 {
    float: left;
    width: 25%;
    margin: 7px 0 0
}

.paymentbox-list2 {
    float: left;
    width: 70%
}

.payfield {
    width: 340px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 5px;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #686868
}

.payfield2, .payfield3 {
    font-size: 13px;
    font-weight: 400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #FFF
}

.payfield3 {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #686868
}

.payfield2 {
    width: 80px;
    float: left;
    color: #565656;
    text-decoration: none;
    padding: 7px 5px;
    border-radius: 3px;
    border: 1px solid #686868
}

.paybtn, .paymentdefault {
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
    text-decoration: none
}

.paybtn {
    float: right;
    background: #000;
    padding: 6px 20px;
    margin: 0 0 4px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 0;
}

.paypalcard {
    float: left;
    width: 99.9%;
    padding: 10px 0;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.brdr {
    border-bottom: 1px solid #525252;
    float: left;
    width: 100%;
}

.b_k a {
    background-color: #444444;
    color: #fdff00;
    display: inline-block;
    padding: 8px 12px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 14px;
    font-family: 'Montserrat';
    margin: 14px 0 0 0;
    text-transform: none;
    border-radius: 5px;
    font-weight: 500;
}

    .b_k a:hover {
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        color: #444444;
    }

.HeaderStyle {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #FFF !important;
    padding: 5px 0 !important;
    text-decoration: none !important;
    background-color: #444 !important;
    border: 1px solid #dcdcdc !important;
    font-weight: 400 !important;
    font-family: 'Open Sans' !important;
}

th {
    text-align: center;
}

td, th {
    padding: 3px;
}

select option {
    color: #4a5662;
    font-weight: 600;
}

    select option:disabled {
        color: #ccc;
        font-weight: 400;
    }

/*Accordion*/
.panel-group {
    margin: 25px 0 0px 0;
}

.panel-body {
    padding: 15px 0px;
}

.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 30px;
    position: relative;
}

.panel-default { /* border-color: #eee; */
    box-shadow: none;
}

.panel-heading {
    padding: 13px 14px;
}

.panel-default > .panel-heading { /* color: #333; */
    background-color: #f5f5f500 !important;
    border-color: #eee0 !important;
    background-image: none;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #ddd;
        margin: 0 30px;
        font-size: 14px;
    }

.panel-heading h4 {
    margin: 0px 0 0 1em;
    padding: 0px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans';
    text-transform: uppercase;
}

    .panel-heading h4 a {
        color: #0075c6;
    }

.glyphicon {
    position: absolute;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 3rem;
    top: 14px;
    color: #000000;
    display: grid;
    place-items: center;
}

span.glyphicon {
    border-left: 1px solid #eee;
    padding-left: 15px;
}

.main-wraper {
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.r_post {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-left: 0;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #353535;
    font-weight: 500;
    font-family: 'Open Sans';
}
/*header fixed css start*/
.header_area.inner-pages-fixed-header {
    position: fixed;
}

a.links-apps {
    margin: 0 5% 0 0;
}

    a.links-apps img {
        transition: all 2.0s;
        transform: scale(1);
    }

    a.links-apps:hover img {
        transform: scale(1.2);
    }

/*start css submenu-2*/
ul li.nav-item ul.dropdown-menu li {
    display: none;
    position: relative;
}

    ul li.nav-item ul.dropdown-menu li ul.dropdown-menu-submenu-2 {
        position: absolute;
        left: 100%;
        display: none;
    }

        ul li.nav-item ul.dropdown-menu li ul.dropdown-menu-submenu-2 li {
            width: 288px;
        }

    ul li.nav-item ul.dropdown-menu li:hover ul.dropdown-menu-submenu-2 {
        display: block;
        top: 0;
    }
/*crown cars css start*/
/*no gutter*/
.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.top-phone a span {
    color: #402517;
    font-size: 1.63em;
    font-weight: 700;
    letter-spacing: 0.10em;
    line-height: 2.20;
}
/* no gutters */
.noMarginPaddingBorder {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.menu-box {
    background: #3c3c3c;
    border-bottom: 1px solid #e9e9e9;
}
/*height standard*/
.highest-standards {
    background: #fde401;
    color: #402517;
    padding: 126px 0px;
}

h1 {
    font-size: 2em;
    line-height: 1.25;
    text-align: center;
    font-weight: 700;
    color: #402517;
}

h2 {
    font-size: 1.5em;
    line-height: 1.25;
    text-align: center;
    color: #402517;
    font-weight: 700;
}

.standard-list {
    background-color: #fff;
    padding: 20px;
}

.list-box-stdrd {
    background: #e9e9e9;
    text-align: center;
    padding: 24px;
    min-height: 179px;
}

    .list-box-stdrd p {
        color: #000;
    }

section.fixed-bg {
    height: 14em;
}
/*.fixed-bg {
    background-image: url('../images/fixed-bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}*/

/*services*/
h3 {
    font-size: 1.5em;
    line-height: 3.25;
    text-align: center;
    color: #402517;
    font-weight: 700;
}

.service-box {
    background: #020780;
    color: white;
    padding: 40px 0px;
}

.ser-box {
    background-color: #fff;
    margin: 20px 0;
    padding: 0px 0;
    text-align: center;
}

    .ser-box h3 {
        border-color: #402517;
        border-bottom: 1px dashed #888;
        margin-top: 0px !important;
        background-color: #fde401;
    }

.service-box .book-now a {
    background: white;
    color: #402517 !important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #402517;
    padding: 1em 1.5em;
    border-radius: 6px;
    float: none;
    display: inline-block;
    margin: 0 auto;
}

    .service-box .book-now a:hover {
        background: #fde400;
        color: #020780 !important;
    }

.ser-box-little {
    padding: 20px 0;
}

    .ser-box-little p {
        color: #000;
        height: 16px;
    }
/* book and payment */
/*height standard*/
.book-payment h1 {
    background: #fde401;
    padding: 16px 0;
    margin: 0 0px 70px 0;
}

.book-payment {
    background: #e9e9e9;
    color: #402517;
    padding: 40px 0px;
}

.book-payment-list {
    background-color: #fff;
    padding: 20px;
}

.list-box-book-payment {
    background: #e9e9e9;
    text-align: center;
    padding: 24px;
    min-height: 179px;
}

    .list-box-book-payment p {
        color: #000;
    }

.book-now {
    float: none;
    text-align: center;
    padding: 15px;
}

    .book-now a {
        background: white;
        color: #402517 !important;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        border: 2px solid #402517;
        padding: 1em 1.5em;
        border-radius: 6px;
        float: none;
        display: inline-block;
        margin: 0 auto;
    }

        .book-now a:hover {
            background: #402517;
            color: white !important;
        }

footer {
    padding: 20px 0px;
    background: #191919;
    -webkit-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    color: white !important;
    text-align: left;
}

    footer h2 {
        text-align: left;
    }

.footer-box {
    border-top: 1px dashed #fff;
    padding: 20px 0;
    text-align: center;
}

footer .footer-box a {
    color: white !important;
    display: block;
}

footer p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    font-family: inherit;
    color: #020780;
}

    footer p span {
        color: #fde401;
    }

.footer-box.socail-link a {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto",sans-serif;
    line-height: 30px;
}

.main-heading {
    background: #fde401;
    color: #402517;
    padding: 40px 0px;
}
/*colors css*/
.grey-bg {
    background: #e9e9e9;
    color: #402517;
}

.white-bg {
    background: #ffffff;
}

.yellow-bg {
    background: #fde401;
}

.txt-black {
    color: #000;
}

.txt-white {
    color: #fff;
}

.dark-b-bg {
    background: #402517;
}
/* padding margin */
.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p27 {
    padding: 27px;
}

.m-0 {
    margin: 0px;
}

ul.list-icon-crown {
    padding: 0px;
    margin: 0px;
}

    ul.list-icon-crown li {
        display: inline-block;
        width: 30%;
        position: relative;
        padding: 20px 20px 20px 50px;
    }

        ul.list-icon-crown li::before {
            content: '';
            background: url('../images/crown-little.png'); /*url of image*/
            /*height of image*/
            /*width of image*/
            /*--adjust as necessary--*/
            color: #000;
            width: 35px;
            height: 35px;
            font-size: 18px;
            position: absolute;
            top: 15px;
            left: 0;
            background-size: 100%;
        }
/*5 col list*/
ul.list-icon-crown-col {
    padding: 0px;
    margin: 0px;
}

    ul.list-icon-crown-col li {
        display: inline-block;
        width: 30%;
        position: relative;
        padding: 20px 20px 20px 50px;
        vertical-align: top;
    }

        ul.list-icon-crown-col li::before {
            content: '';
            background: url('../images/crown-little.png'); /*url of image*/
            /*height of image*/
            /*width of image*/
            /*--adjust as necessary--*/
            color: #000;
            width: 35px;
            height: 35px;
            font-size: 18px;
            position: absolute;
            top: 15px;
            left: 0;
            background-size: 100%;
        }
/*box-corner*/
.box-rounded-corner p {
    min-height: 60px;
}
/*dashed heading*/
h3.dashed {
    border-color: #402517;
    border-bottom: 1px dashed #888;
    margin-top: 0px !important;
}
/*rounded css*/
.rounded-5 {
    border-radius: 5px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-15 {
    border-radius: 15px;
}
/*hr*/
hr.dashed-full {
    border-bottom: 1px dashed #402517;
    margin: 30px;
}

.txt-blue {
    color: #402517
}

.list-boxz {
    background: #e9e9e9;
    text-align: center;
    padding: 24px;
    min-height: 179px;
}

    .list-boxz p {
        color: #402517
    }
/*text align*/
.txt-c {
    text-align: center;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}
/*contact*/
.contact-links a span {
    background: white;
    color: #402517 !important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #402517;
    padding: 1em 1.5em;
    border-radius: 6px;
    font-size: 1.25em;
    font-weight: 700;
    margin: 20px auto;
    display: block;
    max-width: 236px;
}

    .contact-links a span:hover {
        background: #402517;
        color: white !important;
    }

.form-book {
    color: #fff;
}

    .form-book input {
        box-sizing: border-box;
        display: inline-block;
        height: calc(1.75em + 2px);
        margin: 0;
        padding: 0 0.375em;
        border: 1px solid #ddd;
        border-radius: 4px;
        outline: none;
        background: #fff;
        color: #000;
        font-family: inherit;
        font-size: 1em;
        line-height: 1.75;
        width: 100%;
    }

.row-group {
    margin: 10px 0;
}

.tbl table {
    width: 100%;
}

    .tbl table tr {
        border: 1px solid #00088e;
    }

        .tbl table tr th {
        }

        .tbl table tr td {
            padding: 13px;
            font-size: 17px;
        }

.wTable th, .wTable td {
    vertical-align: top;
    text-align: left;
    font-weight: inherit;
}

.webeditText > .ar {
    text-align: right;
}

.wTableGrid td {
    border-bottom: 1px solid;
    border-bottom-color: inherit;
}

.wTableOutline td:last-child, .wTableGrid td {
    border-right: 1px solid;
    border-right-color: inherit;
}

.img-flex {
    background-position: center !important;
    background-size: cover !important;
    height: 640px;
    object-fit: cover;
}

.img-flex-4 {
    background-position: center !important;
    background-size: cover !important;
    height: 227px;
    width: 667px;
    object-fit: cover;
}

hr.wBorder10 {
    border-color: #402517;
    border-bottom: 2px dotted #402517;
    border-top: none;
}

.form-apply .form-check {
    color: #000;
}

.Btn-form {
    box-sizing: border-box;
    display: block;
    padding: 10px 15px;
    border: 1px solid #413975;
    border-bottom-color: #413975;
    border-radius: 0.25em;
    background: linear-gradient(#402517,#402517);
    color: #fff;
    /* text-shadow: 0 0 2px #fff; */
    /* box-shadow: inset 0 1px 0 rgba(255,255,255,0.5); */
    line-height: 1.75;
    margin: 0 auto;
    font-weight: bold;
}

    .Btn-form:hover {
        border: 1px solid #000000;
        border-bottom-color: #000000;
        border-radius: 0.25em;
        background: linear-gradient(#000000,#000000);
        color: #fff;
        text-shadow: 0 0 2px #000450;
    }

.form-apply .form-group {
    border: 0px solid #fde401;
}

    .form-apply .form-group label {
        color: #000000;
    }

    .form-apply .form-group label {
        color: #000000;
    }

    .form-apply .form-group.radio label {
        color: #000000;
        width: 50%;
        margin: 0 0 0 7px;
    }

    .form-apply .form-group.radio p {
        width: 100%;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
    }
/*privacy policy*/
.w-legal h1 {
    font-size: 2em;
    margin: 0 0 0.625em;
}

.w-legal p {
    margin: 0 0 1.25em;
    padding: 0;
}

.w-legal li {
    color: #402517;
    margin: 0 27px;
}

    .w-legal li a {
        color: #402517;
        font-size: 17px;
    }

    .w-legal li li a {
        color: #402517;
    }

    .w-legal li:before {
        counter-increment: contents-section;
        content: counters(contents-section, '.');
        display: inline-block;
        width: 1.25em;
        opacity: 0.5;
        color: #402517;
    }

.w-legal h2 {
    counter-reset: subsection;
    font-size: 1.5em;
    margin: 0 0 0.83em;
}

.w-legal li li:before {
    width: 2.125em;
}

.w-legal {
    text-align: left;
    color: #402517;
}

    .w-legal h1 {
        text-align: left;
        color: #402517;
    }

    .w-legal h2 {
        text-align: left;
        color: #402517;
    }

    .w-legal h3 {
        text-align: left;
        color: #402517;
        margin: 0;
    }

    .w-legal p {
        text-align: left;
        color: #402517;
        padding: 0 37px;
    }

.wGutter {
    padding: 40px 12%;
}
/*top manu right*/
.list-right {
    float: right !important;
}

    .list-right a {
        border-left: 1px solid #e9e9e9;
        border-right: 0px solid #e9e9e9;
    }

.service-box .img-circle {
    /* border-radius: 50%; */
    border: 1px solid #00000036;
    box-shadow: 0px 3px 7px #00068038;
    width: 138px;
    height: 138px;
}

/* skills */
/*Specialites*/
.skils {
    position: relative;
    border-top: 8px solid #fff;
    border-bottom: 0px solid #020780;
}

.our-skils-spec {
    display: flex;
    padding: 10% 0;
    animation: yourAnimation1 3s forwards 0s ease;
    cursor: pointer;
}

@keyframes yourAnimation1 {
    0% {
        transform: rotate(0) translateY(-50%);
        opacity: 0;
    }

    100% {
        transform: rotate(0) translateY(0%);
        opacity: 1;
    }
}

.our-skils-icon {
    padding: 0px;
    margin: 0px;
    width: 40%;
    display: grid;
    place-items: center;
}

.our-skils-spec:hover img {
}

.our-skils-icon img {
    color: #000000;
    font-size: 26px;
    max-width: 100%;
    background-color: #30303000;
    display: grid;
    place-items: center;
}

.our-skils-content {
    margin: 0px;
    padding: 0px;
    width: 60%;
}

    .our-skils-content h4 {
        margin: 0px 0px 0px 0px;
        font-weight: 100;
        font-size: 32px;
        color: #ffffff;
        width: 100%;
        font-family: 'Montserrat';
    }

.bg_color1 .our-skils-content h4 {
    margin: 0px 0px 0px 0px;
    font-weight: 100;
    font-size: 32px;
    color: #020780;
    width: 100%;
    font-family: 'Montserrat';
}

.our-skils-content span {
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 32px;
    color: #ffffff;
    width: 100%;
    font-family: 'Montserrat';
}

.bg_color1 .our-skils-content span {
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 32px;
    color: #020780;
    width: 100%;
    font-family: 'Montserrat';
}

.our-skils-content p {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0 0;
    padding: 20px 10px 20px 0px;
    width: 80%;
    min-height: 112px;
    text-align: left;
}

.bg_color1 .our-skils-content p {
    color: #020780 !important;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0 0;
    padding: 20px 10px 20px 0px;
    width: 80%;
    min-height: 112px;
    text-align: left;
}

.bg_color1 {
    background-color: #fde401;
    height: 350px;
}

.bg_color2 {
    background-color: #020780;
    height: 320px;
}

.bg_color3 {
    background-color: #fde401;
    height: 290px;
}

hr.tm-short-line {
    border-color: #ffffff !important;
    border-top-width: 2px;
    width: 40px;
    margin: 0px;
}

.our-skils-content a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.bg_color1 .our-skils-content a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #020780;
    text-transform: uppercase;
}

.bg_color3 .our-skils-content h4 {
    margin: 0px 0px 0px 0px;
    font-weight: 100;
    font-size: 32px;
    color: #020780;
    width: 100%;
    font-family: 'Montserrat';
}

.bg_color3 .our-skils-content span {
    margin: 0px 0px 0px 0px;
    font-weight: normal;
    font-size: 32px;
    color: #020780;
    width: 100%;
    font-family: 'Montserrat';
}

.bg_color3 .our-skils-content p {
    color: #020780 !important;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0 0;
    padding: 20px 10px 20px 0px;
    width: 80%;
    min-height: 112px;
    text-align: left;
}

.bg_color3 {
    background-color: #fde401;
}

    .bg_color1 hr.tm-short-line, .bg_color3 hr.tm-short-line {
        border-color: #000 !important;
        border-top-width: 2px;
        width: 40px;
        margin: 0px;
    }

    .bg_color3 .our-skils-content a {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        color: #020780;
        text-transform: uppercase;
    }


#ContentPlaceHolder1_lblPhoneNumber {
    font-size: 14px;
}

.inner-content {
    background-color: #fff;
    padding: 7px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: .375rem .75rem;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    float: left;
    border-radius: 0;
    border: solid 1px #cccccc;
    border-bottom: solid 2px #cccccc;
}

.form-apply {
    width: 100%;
    margin-top: 20px;
    padding: 20px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    border: solid 1px #002840;
    border-radius: 8px;
}

    .form-apply label {
        width: 100%;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        color: #000;
    }

.about-section {
    background-color: #fff;
}

.book-list3 input[type=checkbox], .book-list3 input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 4px 5px 0 0px;
    display: inline-block;
}

.book-list3 label {
    display: inline-block;
    margin-bottom: .5rem;
    margin: 4px 7px;
}

/* update paypal page */
.paypal-page h3 {
    text-align: center;
    padding: 0 0;
    margin: 1px 0px;
    background-color: #fde400;
    color: #000;
    font-size: 23px;
    font-weight: bold;
}

.paypal-page {
    width: 100%;
    border: 1px solid #999;
    padding: 3px;
}

    .paypal-page dl {
        padding: 0;
        margin: 0 auto;
    }

        .paypal-page dl dt {
            display: inline-block;
            width: 33%;
            border: 1px solid #dadada;
            margin: 2px 0px;
            padding: 4px;
            vertical-align: top;
        }

        .paypal-page dl dd {
            display: inline-block;
            width: 66%;
            border: 1px solid #dadada;
            margin: 2px 0px;
            padding: 4px;
        }

    .paypal-page strong {
        font-weight: bold;
        color: #73c92d;
    }

@media(max-width:575px) {
    .paypal-page dl dt {
        display: inline-block;
        width: 100%;
        border: 1px solid #dadada;
        margin: 2px 0px;
        padding: 4px;
    }

    .paypal-page dl dd {
        display: inline-block;
        width: 100%;
        border: 1px solid #dadada;
        margin: 2px 0px;
        padding: 4px;
    }

    .menu {
        padding-left: 15px !important;
    }

    .phone_btn {
        width: 183px;
    }

    .header_area .container-fluid {
        display: block !important;
    }

    .menu_btn {
        display: block !important;
    }

        .menu_btn .book_btn {
            margin-left: 16px;
            margin: 8px 8px;
        }

    .header_area {
        position: relative;
    }
}
/*----------paypal css end----------------*/
