/*-----------------------------------------------------------------------------------

    Template Name: Smart - Muultipurpose Landing Page Template
    Template URL: uideck.com/templates/smart
    Description: Smart - Muultipurpose Landing Page Template
    Author: UIdeck
    Author URL: https://uideck.com/
    Support: https://uideck.com/support/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
      1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

body {
    font-family: Tahoma;
    font-style: normal;
    color: #121212;
    overflow-x: hidden;
}
html, body {
    -webkit-text-size-adjust: none;
    overflow-x: hidden !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Tahoma;
    font-weight: 600;
    color: #121212;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #6c6c6c;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*==== Section Title =====*/
.section-title .title {
    font-size: 44px;
    font-weight: 500;
    color: #121212;
    line-height: 55px;
    line-height: 55px;
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 30px;
        line-height: 35px;
    }
}

.section-title .text {
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c;
    margin-top: 14px;
    text-align:center;
}

/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}

    .preloader .loader {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .preloader .loader .ytp-spinner {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 64px;
            margin-left: -32px;
            z-index: 18;
            pointer-events: none;
        }

            .preloader .loader .ytp-spinner .ytp-spinner-container {
                pointer-events: none;
                position: absolute;
                width: 100%;
                padding-bottom: 100%;
                top: 50%;
                left: 50%;
                margin-top: -50%;
                margin-left: -50%;
                -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
                -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
                -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
                animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
            }

                .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
                    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
                    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
                    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
                }

                    .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        overflow: hidden;
                        right: 50%;
                    }

                    .preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
                        position: absolute;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        overflow: hidden;
                        left: 50%;
                    }

        .preloader .loader .ytp-spinner-circle {
            box-sizing: border-box;
            position: absolute;
            width: 200%;
            height: 100%;
            border-style: solid;
            /* Spinner Color */
            border-color: #1f5c97 #1f5c97 #1f5c97;
            border-radius: 50%;
            border-width: 6px;
        }

        .preloader .loader .ytp-spinner-left .ytp-spinner-circle {
            left: 0;
            right: -100%;
            border-right-color: #cbced1;
            -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        }

        .preloader .loader .ytp-spinner-right .ytp-spinner-circle {
            left: -100%;
            right: 0;
            border-left-color: #cbced1;
            -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
            animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
        }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}
/*===========================
       2.BUTTON css 
===========================*/
.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0 32px;
    font-size: 16px;
    line-height: 46px;
    color: #666;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .main-btn {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px;
    }
}

/*===== Rounded Buttons =====*/
.rounded-buttons ul li {
    display: inline-block;
    margin-left: 18px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .rounded-buttons ul li {
        margin-left: 0;
    }
}

.rounded-buttons ul li:first-child {
    margin-left: 0;
}

.rounded-buttons .main-btn {
    border-radius: 50px;
}

.rounded-buttons .rounded-one {
    border-color: #38f9d7;
    color: #38f9d7;
}

    .rounded-buttons .rounded-one:hover {
        background-color: rgba(56, 249, 215, 0.4);
    }

.rounded-buttons .rounded-two {
    color: #fff;
    background-color: #38f9d7;
    border-color: #38f9d7;
}

    .rounded-buttons .rounded-two:hover {
        background-color: rgba(56, 249, 215, 0.4);
        border-color: rgba(56, 249, 215, 0.4);
    }

.rounded-buttons .rounded-three {
    overflow: hidden;
    line-height: 52px;
    background: -webkit-linear-gradient(left, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
    background: -o-linear-gradient(left, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
    background: linear-gradient(to right, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
    background-size: 200% auto;
    color: #fff;
    border: 0;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rounded-buttons .rounded-three {
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-three {
        line-height: 44px;
    }
}

.rounded-buttons .rounded-three:hover {
    background-position: right center;
}

.rounded-buttons .rounded-four {
    border-color: #38f9d7;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-four {
        padding-left: 40px;
    }
}

.rounded-buttons .rounded-four span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-four span {
        left: 15px;
    }
}

.rounded-buttons .rounded-four:hover {
    color: #fff;
    background-color: #38f9d7;
}

    .rounded-buttons .rounded-four:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.rounded-buttons .rounded-five {
    color: #fff;
    background-color: #38f9d7;
    border-color: #38f9d7;
    padding-left: 60px;
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-five {
        padding-left: 40px;
    }
}

.rounded-buttons .rounded-five span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    left: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-five span {
        left: 15px;
    }
}

.rounded-buttons .rounded-five:hover {
    color: #38f9d7;
    background-color: transparent;
}

    .rounded-buttons .rounded-five:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

.rounded-buttons .rounded-six {
    padding-right: 60px;
    overflow: hidden;
    line-height: 52px;
    background: -webkit-linear-gradient(left, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
    background: -o-linear-gradient(left, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
    background: linear-gradient(to right, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
    background-size: 200% auto;
    color: #fff;
    border: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rounded-buttons .rounded-six {
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-six {
        padding-right: 40px;
        line-height: 44px;
    }
}

.rounded-buttons .rounded-six span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    right: 30px;
    line-height: normal;
}

@media (max-width: 767px) {
    .rounded-buttons .rounded-six span {
        right: 15px;
    }
}

.rounded-buttons .rounded-six:hover {
    background-position: right center;
}

    .rounded-buttons .rounded-six:hover i {
        -webkit-animation: iconTranslateY 0.5s forwards;
        -moz-animation: iconTranslateY 0.5s forwards;
        -o-animation: iconTranslateY 0.5s forwards;
        animation: iconTranslateY 0.5s forwards;
    }

@-webkit-keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes iconTranslateY {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}
/*===========================
       3.HEADER css 
===========================*/
/*===== NAVBAR EIGHT =====*/

.navbar-area .navbar-brand img {
    max-width: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .navbar-area {
        padding: 10px 0;
    }
}

.navbar-area .navbar {
    position: relative;
    padding: 0;
}


.navbar-area {
    background: linear-gradient( 45deg, #ffff 30%, #1f5c97 28%) !important;
    padding: 0px 0 !important;
}

    .navbar-area .navbar .navbar-toggler .toggler-icon {
        width: 30px;
        height: 2px;
        background-color: #ffffff;
        margin: 5px 0;
        display: block;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px;
    }

    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: -7px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 108%;
        left: 0;
        width: 100%;
        background-color: #1f5c97;
        z-index: 8;
        padding: 10px 16px;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    }
}

@media (max-width: 767px) {
    .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 108%;
        left: 0;
        width: 100%!important;
        background-color: #1f5c97;
        z-index: 8;
        padding: 10px 16px;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    }
}

.navbar-area .navbar .navbar-nav {
    margin-right: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area .navbar .navbar-nav {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .navbar-area .navbar .navbar-nav {
        margin-right: 0;
    }
}

.navbar-area .navbar .navbar-nav .nav-item {
    position: relative;
}
.slide1 {
    background-image: url('../images/slider/slider-1.jpg');
}
.slide2 {
  background-image: url('../images/slider/slider-2.jpg');
}
.slide3 {
    background-image: url('../images/slider/slider-3.jpg');
}
.slide4 {
    background-image: url('../images/slider/slider-4.jpg');
}


    .navbar-area .navbar .navbar-nav .nav-item a {
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        /*padding: 6px 10px;*/
        padding: 0px 13px 0px 0px!important;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        margin: 14px 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        border: 0;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-area .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        border: 0;
        margin: 0;
    }
}

.navbar-area .navbar .navbar-nav .nav-item a::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 4px;
    background-color: #ffffff;
    left: 39%!important;
    bottom: -12px!important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateX(-50%) scaleX(0);
    -moz-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    -o-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area .navbar .navbar-nav .nav-item a::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-area .navbar .navbar-nav .nav-item a::before {
        display: none;
    }
}

.navbar-area .navbar .navbar-nav .nav-item.active > a::before, .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
    -webkit-transform: translateX(-50%) scaleX(1);
    -moz-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    -o-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 260px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all none ease-out 0s;
        -moz-transition: all none ease-out 0s;
        -ms-transition: all none ease-out 0s;
        -o-transition: all none ease-out 0s;
        transition: all none ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
    }
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li {
    position: relative;
}

    .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
        color: #121212;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a {
        display: block;
        padding: 8px 24px;
        position: relative;
        color: #121212;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        border-radius: 0;
        margin: 0 0;
    }

        .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
            float: right;
            font-size: 14px;
            margin-top: 5px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
        display: none;
    }
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
    display: inline-block;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
    background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: -1;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::before {
    display: none;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
        padding-left: 30px;
    }
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
    color: #fff;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
    color: #fff;
}

    .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a::after {
        opacity: 1;
    }

    .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
        opacity: 1;
    }

.navbar-area .navbar .navbar-nav .nav-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 14px;
        font-size: 16px;
        background: none;
        border: 0;
        color: #fff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 11px;
    }
}

@media (max-width: 767px) {
    .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 11px;
    }
}

.navbar-area .navbar .navbar-btn .menu-bar {
    font-size: 32px;
    position: relative;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-area.navbar-transparent {
    background: transparent;
}

    .navbar-area.navbar-transparent .navbar .navbar-toggler .toggler-icon {
        background-color: #fff;
    }

    .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
        color: #121212;
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
        color: #121212;
    }
}

.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a::before {
    background-color: #38f9d7;
}

.navbar-area.navbar-transparent .navbar .navbar-nav .nav-item.active a, .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item:hover a {
    color: #38f9d7;
}

.navbar-area.navbar-transparent .navbar .navbar-btn .menu-bar {
    color: #fff;
}

    .navbar-area.navbar-transparent .navbar .navbar-btn .menu-bar:hover {
        color: #38f9d7;
    }

.navbar-area.navbar-transparent.sticky {
    background-color: #fff;
}

    .navbar-area.navbar-transparent.sticky .navbar .navbar-toggler .toggler-icon {
        background-color: #121212;
    }

    .navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item a {
        color: #121212;
    }

    .navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item.active a, .navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item:hover a {
        color: #38f9d7;
    }

    .navbar-area.navbar-transparent.sticky .navbar .navbar-btn .menu-bar {
        color: #121212;
    }

        .navbar-area.navbar-transparent.sticky .navbar .navbar-btn .menu-bar:hover {
            color: #38f9d7;
        }

.navbar-area.navbar-transparent-2 {
    background: transparent;
}

    .navbar-area.navbar-transparent-2 .navbar .navbar-toggler .toggler-icon {
        background-color: #fff;
    }

    .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
        color: #121212;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
        color: #121212;
    }
}

@media (max-width: 767px) {
    .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
        color: #121212;
    }
}

.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a::before {
    background-color: #38f9d7;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item.active a, .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item:hover a {
    color: #38f9d7;
}

.navbar-area.navbar-transparent-2 .navbar .navbar-btn .menu-bar {
    color: #fff;
}

    .navbar-area.navbar-transparent-2 .navbar .navbar-btn .menu-bar:hover {
        color: #38f9d7;
    }

.navbar-area.navbar-transparent-2.sticky {
    background-color: #fff;
}

.navbar-area.sticky {
    position: fixed;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 5px 0;
}

.sidebar-right {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #f4f6f7;
    height: 100%;
    width: 300px;
    padding-top: 80px;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar-content .sidebar-logo img {
    width: 50%;
}

.sidebar-right.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 767px) {
    .sidebar-right {
        width: 250px;
    }
}

.sidebar-right .sidebar-close {
    position: absolute;
    top: 30px;
    left: 30px;
}

    .sidebar-right .sidebar-close .close {
        font-size: 24px;
        color: #121212;
    }

.sidebar-right .sidebar-content .sidebar-menu {
    margin-top: 40px;
}

    .sidebar-right .sidebar-content .sidebar-menu ul li a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        padding: 11px 16px;
        color: #121212;
        text-transform: uppercase;
        position: relative;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        border-bottom: 1px solid #cbced1;
        display: block;
    }

        .sidebar-right .sidebar-content .sidebar-menu ul li a:hover {
            color: #38f9d7;
        }

.sidebar-right .sidebar-content .sidebar-social {
    margin-top: 30px;
}

    .sidebar-right .sidebar-content .sidebar-social span {
        font-size: 16px;
        line-height: 24px;
        color: #6c6c6c;
        text-transform: uppercase;
        font-weight: 700;
        margin-right: 14px;
    }

    .sidebar-right .sidebar-content .sidebar-social ul li {
        display: inline-block;
        margin-right: 5px;
    }

        .sidebar-right .sidebar-content .sidebar-social ul li a {
            font-size: 32px;
            color: #38f9d7;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

.overlay-right {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

    .overlay-right.open {
        display: block;
    }

/*===== SLIDER ONE =====*/
.slider-area {
    padding-top: 94px;
}

    /*.slider-area .bd-example .carousel .carousel-inner {
        background-color: #38f9d7;
    }*/

        .slider-area .bd-example .carousel .carousel-inner .carousel-item {
            height: 800px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .bd-example .carousel .carousel-inner .carousel-item {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .bd-example .carousel .carousel-inner .carousel-item {
        height: 450px;
    }

    
}

@media (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-inner .carousel-item {
        height: 400px;
    }
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

    .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 17px;
        text-align: justify;
        background: #1f5c97ad;
        padding: 20px;
        border-radius: 3px !important;
        letter-spacing: 1px;
        color: #fff;
        /*line-height: 55px;*/
    }

@media (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 12px;
        /*line-height: 32px;*/
    }
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
    /*display: inline-block;*/
    margin: 16px 8px 0;
}

@media (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
        margin: 16px 3px 0;
    }
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-three {
    border: 0;
}

.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-one {
    border-color: #fff;
    color: #fff;
}

    .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.rounded-one:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

.slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
    top: 50%;
    width: auto;
    height: auto;
    font-size: 47px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 0px;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        left: 30px;
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        left: 30px;
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        left: 20px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        font-size: 34px;
    }
}

.slider-area .bd-example .carousel .carousel-control-next {
    right: 0px;
    left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-area .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-area .bd-example .carousel .carousel-control-next {
        right: 40px;
    }
}

@media (max-width: 767px) {
    .slider-area .bd-example .carousel .carousel-control-next {
        right: 20px;
    }
}

.slider-area .bd-example .carousel .carousel-indicators {
    margin-bottom: 20px;
}

    .slider-area .bd-example .carousel .carousel-indicators li {
        width: 8px;
        height: 8px;
        background-color: rgb(255 102 0);
        border-radius: 50px;
        border: 0;
    }

        .slider-area .bd-example .carousel .carousel-indicators li.active {
            width: 16px;
            background-color: #f60;
            border-radius: 5px;
        }

.slider-area .bd-example .carousel:hover .carousel-control-prev {
    left: 70px;
    opacity: 1;
}

.slider-area .bd-example .carousel:hover .carousel-control-next {
    right: 70px;
    opacity: 1;
}

.slider-3 {
    padding-top: 0px;
}

    .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
        height: 850px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
        height: 650px;
    }
}

@media (max-width: 767px) {
    .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
        height: 550px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
        height: 650px;
    }
}

/*===== HEADER TOW =====*/
.header-hero {
    height: 850px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero {
        height: 700px;
    }
}

@media (max-width: 767px) {
    .header-hero {
        height: 650px;
    }
}

.header-hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
    background: -o-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
    background: linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
}

.header-hero .header-content {
    padding-top: 195px;
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero .header-content {
        padding-top: 130px;
    }
}

@media (max-width: 767px) {
    .header-hero .header-content {
        padding-top: 120px;
    }
}

.header-hero .header-content .header-title {
    font-size: 44px;
    line-height: 55px;
    color: #121212;
    font-weight: 600;
}

@media (max-width: 767px) {
    .header-hero .header-content .header-title {
        font-size: 30px;
        line-height: 40px;
    }
}

.header-hero .header-content .text {
    font-size: 20px;
    line-height: 32px;
    color: #6c6c6c;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .header-hero .header-content .text {
        font-size: 16px;
        line-height: 24px;
    }
}

.header-hero .header-content .header-btn {
    margin-top: 22px;
}

    .header-hero .header-content .header-btn li {
        display: inline-block;
        margin: 10px 10px 0;
    }

        .header-hero .header-content .header-btn li a.main-btn {
            border-radius: 50px;
            overflow: hidden;
            background-color: #fff;
            -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            border: 0;
            line-height: 50px;
        }

            .header-hero .header-content .header-btn li a.main-btn i {
                margin-left: 18px;
            }

            .header-hero .header-content .header-btn li a.main-btn.btn-two:hover {
                -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
                -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
                box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
                color: #38f9d7;
            }

.header-hero .header-shape {
    position: absolute;
    bottom: 0;
    left: -6px;
    width: 102%;
}

    .header-hero .header-shape img {
        width: 100%;
    }

/*===========================
         4.ABOUT css 
===========================*/
.about-area {
    position: relative;
    background-color: #f4f6f7;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .about-area .section-title .title {
        font-size: 44px;
        font-weight: 600;
        line-height: 55px;
        color: #121212;
    }

@media (max-width: 767px) {
    .about-area .section-title .title {
        font-size: 22px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-area .section-title .title {
        font-size: 28px;
        line-height: 38px;
    }
}

.about-area .section-title .text {
    font-size: 20px;
    line-height: 25px;
    color: #121212;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .about-area .section-title .text {
        font-size: 16px;
    }
}

.single-about .about-icon img {
    width: 120px;
}

@media (max-width: 767px) {
    .single-about .about-icon img {
        width: 100px;
    }
}

.single-about .about-content {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .single-about .about-content {
        padding-left: 0;
        padding-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-about .about-content {
        padding-left: 30px;
        padding-top: 0;
    }
}

.single-about .about-content .about-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #121212;
}

.single-about .about-content .text {
    font-size: 16px;
    color: #121212;
    margin-top: 16px;
}

/*===== ABOUT 2  =====*/
.about-area-2 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

    .about-area-2 .about-image {
        position: absolute;
        width: 40%;
        height: 100%;
        top: 0;
        right: 0;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-area-2 .about-image {
        width: 34%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area-2 .about-image {
        position: relative;
        width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .about-area-2 .about-image {
        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 16px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-area-2 .about-image {
        position: relative;
        width: 540px;
        margin: 0 auto;
    }
}

.about-area-2 .about-image .image {
    max-width: 580px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area-2 .about-image .image {
        margin: 0 auto;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .about-area-2 .about-image .image {
        margin: 0 auto;
        padding-top: 50px;
    }
}

.about-area-2 .about-image .image img {
    width: 100%;
}

.about-content-2 {
    position: relative;
    z-index: 9;
}

    .about-content-2 .about-icon i {
        font-size: 64px;
        color: #38f9d7;
    }

    .about-content-2 .about-content {
        padding-left: 15px;
    }

@media (max-width: 767px) {
    .about-content-2 .about-content {
        padding-left: 0;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-content-2 .about-content {
        padding-left: 15px;
        padding-top: 0;
    }
}

.about-content-2 .about-content .about-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #121212;
}

.about-content-2 .about-content .text {
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    margin-top: 8px;
}

/*===== ABOUT 3 =====*/
.about-area-3 {
    background-color: #f4f6f7;
    padding-top: 50px;
    padding-bottom: 100px;
}

    .about-area-3 .image {
        width: 100%;
    }

    .about-area-3 .about-content .sub-title {
        color: #121212;
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-area-3 .about-content .sub-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .about-area-3 .about-content .sub-title {
        font-size: 20px;
    }
}

.about-area-3 .about-content .about-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 55px;
    color: #121212;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-area-3 .about-content .about-title {
        font-size: 38px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .about-area-3 .about-content .about-title {
        font-size: 32px;
        line-height: 35px;
    }
}

.about-area-3 .about-content .text {
    color: #6c6c6c;
    font-size: 20px;
    font-weight: 500;
    margin-top: 16px;
    line-height: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-area-3 .about-content .text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about-area-3 .about-content .text {
        font-size: 16px;
        line-height: 24px;
    }
}

.about-area-3.about-area-bg-3 {
    background-color: #fff;
}

/*===========================
      19.portfolio css 
===========================*/
.portfolio-area {
    padding-top: 90px;
    padding-bottom: 20px;
}

.portfolio-menu ul li {
    font-size: 16px;
    font-weight: 700;
    color: #6c6c6c;
    line-height: 48px;
    padding: 0 30px;
    position: relative;
    display: inline-block;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    margin: 0 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu ul li {
        font-size: 14px;
        padding: 0 26px;
    }
}

@media (max-width: 767px) {
    .portfolio-menu ul li {
        font-size: 14px;
        padding: 0 22px;
        line-height: 42px;
    }
}

.portfolio-menu ul li::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(left, #43cae9 0%, #38f9d7 100%);
    background: -o-linear-gradient(left, #43cae9 0%, #38f9d7 100%);
    background: linear-gradient(to right, #43cae9 0%, #38f9d7 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 4px;
}

.portfolio-menu ul li:hover, .portfolio-menu ul li.active {
    color: #38f9d7;
}

    .portfolio-menu ul li:hover::before, .portfolio-menu ul li.active::before {
        opacity: 1;
    }

.single-portfolio .portfolio-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

    .single-portfolio .portfolio-image img {
        width: 100%;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .single-portfolio .portfolio-image .portfolio-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95);
        border-radius: 8px;
    }

        .single-portfolio .portfolio-image .portfolio-overlay .portfolio-content {
            padding: 16px;
        }

            .single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon {
                position: relative;
                display: inline-block;
                margin: 0 20px;
            }

                .single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon a {
                    font-size: 48px;
                    color: #38f9d7;
                    position: relative;
                    z-index: 5;
                    line-height: 50px;
                }

                .single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon .shape {
                    position: absolute;
                    top: 7px;
                    left: 0;
                }

.single-portfolio .portfolio-text {
    padding-top: 16px;
}

    .single-portfolio .portfolio-text .portfolio-title a {
        color: #121212;
        font-size: 24px;
        line-height: 30px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-portfolio .portfolio-text .portfolio-title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single-portfolio .portfolio-text .portfolio-title a {
        font-size: 20px;
    }
}

.single-portfolio .portfolio-text .portfolio-title a:hover {
    color: #38f9d7;
}

.single-portfolio .portfolio-text .text {
    color: #121212;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.single-portfolio:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-2 {
    background-color: #f4f6f7;
}

/*===========================
       25.SERVICES css 
===========================*/
.services-area {
    background-color: #f4f6f7;
    padding-top: 115px;
    padding-bottom: 120px;
}

.single-services {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .single-services .services-icon i {
        font-size: 34px;
        color: #38f9d7;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .single-services .services-content .services-title a {
        font-size: 18px;
        color: #121212;
        margin-top: 25px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .single-services .services-content .text {
        margin-top: 15px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .single-services:hover {
        background-color: #38f9d7;
        -webkit-box-shadow: 0px 5px 30px 0px rgba(254, 81, 150, 0.3);
        -moz-box-shadow: 0px 5px 30px 0px rgba(254, 81, 150, 0.3);
        box-shadow: 0px 5px 30px 0px rgba(254, 81, 150, 0.3);
    }

        .single-services:hover .services-icon i {
            color: #fff;
        }

        .single-services:hover .services-content .services-title a {
            color: #fff;
        }

        .single-services:hover .services-content .text {
            color: #fff;
        }

/*===========================
      16.PRICING css 
===========================*/
.pricing-area {
    background-color: #f4f6f7;
    padding-top: 90px;
    padding-bottom: 20px;
}

.pricing-2 {
    background-color: #fff;
}

.pricing-style-one {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 24px 20px 38px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

    .pricing-style-one .pricing-icon img {
        width: 200px;
    }

    .pricing-style-one .pricing-header .sub-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        color: #121212;
        position: relative;
        margin-top: 24px;
    }

    .pricing-style-one .pricing-header .month {
        font-size: 20px;
        font-weight: 300;
        line-height: 25px;
        color: #6c6c6c;
        margin-top: 3px;
    }

        .pricing-style-one .pricing-header .month .price {
            font-size: 36px;
            font-weight: 600;
            line-height: 45px;
            color: #121212;
            margin-top: 8px;
        }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-one .pricing-header .month .price {
        font-size: 24px;
        margin-top: 32px;
        line-height: 30px;
    }
}

.pricing-style-one .pricing-list {
    margin-top: 24px;
}

    .pricing-style-one .pricing-list ul li {
        font-size: 16px;
        line-height: 24px;
        color: #121212;
        margin-top: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-style-one .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .pricing-style-one .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-one .pricing-list ul li {
        font-size: 16px;
        margin-top: 16px;
    }
}

.pricing-style-one .pricing-list ul li i {
    color: #38f9d7;
    margin-right: 8px;
}

.pricing-style-one .pricing-btn {
    margin-top: 31px;
}

.pricing-style-two {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 24px 20px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

    .pricing-style-two .pricing-icon img {
        width: 112px;
    }

    .pricing-style-two .pricing-header {
        margin-top: 24px;
    }

        .pricing-style-two .pricing-header .sub-title {
            font-size: 20px;
            font-weight: 600;
            line-height: 25px;
            color: #121212;
        }

        .pricing-style-two .pricing-header .price {
            display: block;
            font-size: 64px;
            font-weight: 600;
            line-height: 80px;
            color: #121212;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-style-two .pricing-header .price {
        font-size: 50px;
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .pricing-style-two .pricing-header .price {
        font-size: 50px;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-two .pricing-header .price {
        font-size: 64px;
        margin-top: 32px;
    }
}

.pricing-style-two .pricing-header .year {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #6c6c6c;
    margin-top: -10px;
}

.pricing-style-two .pricing-list {
    margin-top: 33px;
}

    .pricing-style-two .pricing-list ul li {
        font-size: 16px;
        line-height: 24px;
        color: #121212;
        margin-top: 16px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-style-two .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .pricing-style-two .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pricing-style-two .pricing-list ul li {
        font-size: 16px;
        margin-top: 16px;
    }
}

.pricing-style-two .pricing-list ul li i {
    color: #38f9d7;
    margin-right: 8px;
}

.pricing-style-two .pricing-btn {
    margin-top: 26px;
}

/*===========================
        25.ERROR css 
===========================*/
.call-action-area {
    padding-top: 50px;
    padding-bottom: 100px;
}

    .call-action-area .call-action-content .action-title {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        color: #121212;
    }

@media (max-width: 767px) {
    .call-action-area .call-action-content .action-title {
        font-size: 24px;
        line-height: 35px;
    }
}

.call-action-area .call-action-content .text {
    font-size: 16px;
    color: #121212;
    line-height: 27px;
    margin-top: 16px;
}

.call-action-area .call-action-form {
    position: relative;
}

    .call-action-area .call-action-form input {
        width: 100%;
        height: 60px;
        border: 1px solid #cbced1;
        background: none;
        padding: 0 25px;
        border-radius: 50px;
    }

@media (max-width: 767px) {
    .call-action-area .call-action-form input {
        height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .call-action-area .call-action-form input {
        height: 60px;
    }
}

.call-action-area .call-action-form input::placeholder {
    opacity: 1;
    color: #a4a4a4;
}

.call-action-area .call-action-form input::-moz-placeholder {
    opacity: 1;
    color: #a4a4a4;
}

.call-action-area .call-action-form input::-moz-placeholder {
    opacity: 1;
    color: #a4a4a4;
}

.call-action-area .call-action-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #a4a4a4;
}

.call-action-area .call-action-form input:focus {
    border-color: #38f9d7;
}

.call-action-area .call-action-form .action-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

@media (max-width: 767px) {
    .call-action-area .call-action-form .action-btn .main-btn {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .call-action-area .call-action-form .action-btn .main-btn {
        width: auto;
    }
}

@media (max-width: 767px) {
    .call-action-area .call-action-form .action-btn {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .call-action-area .call-action-form .action-btn {
        position: absolute;
        top: 8px;
        right: 8px;
        margin-top: 0;
    }
}

.call-action-2 {
    background-color: #f4f6f7;
}

.call-action-3 {
    background: -webkit-linear-gradient(left, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
    background: -o-linear-gradient(left, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
    background: linear-gradient(to right, #43cae9 0%, #38f9d7 50%, #43cae9 100%);
}

    .call-action-3 .call-action-content .action-title {
        color: #fff;
    }

    .call-action-3 .call-action-content .text {
        color: #fff;
    }

    .call-action-3 .call-action-form input {
        color: #fff;
        border-color: #fff;
    }

        .call-action-3 .call-action-form input::placeholder {
            opacity: 1;
            color: #fff;
        }

        .call-action-3 .call-action-form input::-moz-placeholder {
            opacity: 1;
            color: #fff;
        }

        .call-action-3 .call-action-form input::-moz-placeholder {
            opacity: 1;
            color: #fff;
        }

        .call-action-3 .call-action-form input::-webkit-input-placeholder {
            opacity: 1;
            color: #fff;
        }

        .call-action-3 .call-action-form input:focus {
            border-color: #fff;
        }

    .call-action-3 .call-action-form .action-btn .main-btn {
        background-color: #fff;
        color: #38f9d7;
        border-color: #fff;
    }

        .call-action-3 .call-action-form .action-btn .main-btn:hover {
            background-color: rgba(255, 255, 255, 0.3);
            color: #fff;
        }

/*===========================
        28.ERROR css 
===========================*/
.testimonial-area {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f6f7;
}

.testimonial-2 {
    background-color: #fff;
}

.single-testimonial {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

    .single-testimonial .testimonial-image img {
        width: 90px;
        border-radius: 50%;
        display: inline-block;
    }

    .single-testimonial .testimonial-content {
        padding-top: 25px;
    }

        .single-testimonial .testimonial-content .text {
            font-size: 16px;
            line-height: 24px;
            color: #121212;
            border-bottom: 1px solid #cbced1;
            padding-bottom: 24px;
        }

        .single-testimonial .testimonial-content .author-name {
            font-size: 18px;
            font-weight: 600;
            color: #121212;
            margin-top: 24px;
        }

        .single-testimonial .testimonial-content .sub-title {
            font-size: 14px;
            line-height: 24px;
            color: #a4a4a4;
        }

.testimonial-active-2 .slick-dots,
.testimonial-active .slick-dots {
    text-align: center;
}

    .testimonial-active-2 .slick-dots li,
    .testimonial-active .slick-dots li {
        display: inline-block;
        margin: 0 3px;
    }

        .testimonial-active-2 .slick-dots li button,
        .testimonial-active .slick-dots li button {
            font-size: 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #cbced1;
            border: 0;
            cursor: pointer;
        }

        .testimonial-active-2 .slick-dots li.slick-active button,
        .testimonial-active .slick-dots li.slick-active button {
            background-color: #38f9d7;
        }

.single-testimonial-4 {
    border: 2px solid #cbced1;
    padding: 25px 30px;
    border-radius: 8px;
    background-color: #fff;
}

    .single-testimonial-4 .testimonial-author .author-image img {
        width: 80px;
        border-radius: 50%;
    }

    .single-testimonial-4 .testimonial-author .author-name {
        padding-left: 20px;
    }

@media (max-width: 767px) {
    .single-testimonial-4 .testimonial-author .author-name {
        padding-left: 0;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial-4 .testimonial-author .author-name {
        padding-left: 20px;
        padding-top: 0;
    }
}

.single-testimonial-4 .testimonial-author .author-name .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #121212;
}

.single-testimonial-4 .testimonial-author .author-name .sub-title {
    font-size: 14px;
    line-height: 24px;
    color: #a4a4a4;
}

.single-testimonial-4 .testimonial-text {
    margin-top: 25px;
}

    .single-testimonial-4 .testimonial-text .text {
        font-size: 14px;
        line-height: 24px;
        color: #121212;
    }

.testimonial-active-4 .slick-dots {
    text-align: center;
    margin-top: 25px;
}

    .testimonial-active-4 .slick-dots li {
        display: inline-block;
        margin: 0 3px;
    }

        .testimonial-active-4 .slick-dots li button {
            font-size: 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #cbced1;
            border: 0;
            cursor: pointer;
        }

        .testimonial-active-4 .slick-dots li.slick-active button {
            background-color: #38f9d7;
        }

/*===========================
       25.CLIENT css 
===========================*/
/*===== Client Logo Two =====*/
.client-logo-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.client-logo-2 {
    background-color: #f4f6f7;
}

/*===========================
       21.BLOG css 
===========================*/
.blog-area {
    padding-top: 115px;
    padding-bottom: 120px;
}

.single-blog .blog-image img {
    width: 100%;
    border-radius: 8px;
}

.single-blog .blog-content {
    padding-top: 16px;
}

    .single-blog .blog-content .blog-title a {
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        color: #121212;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-title a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-title a {
        font-size: 18px;
    }
}

.single-blog .blog-content .blog-title a:hover {
    color: #38f9d7;
}

.single-blog .blog-content span {
    font-size: 14px;
    line-height: 20px;
    color: #6c6c6c;
    margin-top: 8px;
    margin-right: 10px;
}

.single-blog .blog-content .text {
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    margin-top: 16px;
}

.single-blog .blog-content .more {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #38f9d7;
    margin-top: 29px;
}

/*===========================
      20.CONTACT css 
===========================*/
.contact-area {
    padding-top: 95px;
    padding-bottom: 100px;
    background-color: #f4f6f7;
}

.form-message.error, .form-message.success {
    font-size: 16px;
    color: #121212;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #e9ecef;
}

.form-message.error {
    color: #fc3832;
}

.single-contact-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 35px;
    height: 255px;
}

@media (max-width: 767px) {
    .single-contact-box {
        padding: 24px 20px;
    }
}

.single-contact-box .box-icon {
    position: relative;
    display: inline-block;
}

    .single-contact-box .box-icon i {
        font-size: 88px;
        position: relative;
        z-index: 5;
        color: #38f9d7;
    }

    .single-contact-box .box-icon .shape {
        position: absolute;
        top: 0;
        left: 0;
    }

.single-contact-box .box-content {
    margin-top: 24px;
}

    .single-contact-box .box-content .box-title {
        font-size: 28px;
        line-height: 35px;
        color: #121212;
    }

    .single-contact-box .box-content .text {
        font-size: 14px;
        line-height: 20px;
        color: #121212;
        margin-top: 16px;
    }

.contact-two .contact-title {
    font-size: 24px;
    font-weight: 600;
    color: #121212;
}

.contact-two .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    color: #6c6c6c;
}

.contact-two .contact-info {
    margin-top: 40px;
}

    .contact-two .contact-info li {
        color: #6c6c6c;
        margin-top: 8px;
        font-size: 16px;
    }

        .contact-two .contact-info li i {
            margin-right: 5px;
            color: #121212;
        }

.contact-map .gmap_canvas iframe {
    width: 100%;
    height: 400px;
}

.form-group {
    margin-bottom: 0;
}

.form-input label {
    font-size: 14px;
    line-height: 18px;
    color: black;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 600;
}

.form-input .input-items {
    position: relative;
}

    .form-input .input-items input, .form-input .input-items textarea {
        width: 100%;
        height: 40px!important;
        border: 1px solid #a4a4a4;
        /*padding-left: 44px;*/
        padding-right: 12px;
        position: relative;
        font-size: 14px;
        border-radius: 3px;
        color: #1f5c97;
    }

        .form-input .input-items input:focus, .form-input .input-items textarea:focus {
            border-color: #1f5c97;
        }

        .form-input .input-items input::placeholder, .form-input .input-items textarea::placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

        .form-input .input-items input::-moz-placeholder, .form-input .input-items textarea::-moz-placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

        .form-input .input-items input::-moz-placeholder, .form-input .input-items textarea::-moz-placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

        .form-input .input-items input::-webkit-input-placeholder, .form-input .input-items textarea::-webkit-input-placeholder {
            color: #6c6c6c;
            opacity: 1;
        }

    .form-input .input-items textarea {
        padding-top: 8px;
        height: 130px;
        resize: none;
    }

    .form-input .input-items i {
        position: absolute;
        top: 8px;
        left: 13px;
        font-size: 24px;
        z-index: 9;
        color: #1f5c97
    }

/*===========================
    22.HEADER css 
===========================*/
.footer-area .footer-widget {
    padding-top: 90px;
    padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-widget {
        padding-top: 70px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-widget {
        padding-top: 50px;
        padding-bottom: 80px;
    }
}

.footer-area .footer-widget .footer-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 45px;
    color: #3f93e4;
}

.footer-area .footer-widget .footer-link {
    margin-top: 32px;
}

    .footer-area .footer-widget .footer-link ul {
        margin-top: 8px;
    }

        .footer-area .footer-widget .footer-link ul li a {
            font-size: 14px;
            line-height: 24px;
            color: #ffffff;
            margin-top: 16px;
            font-weight: 500;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

            .footer-area .footer-widget .footer-link ul li a:hover {
                color: #38f9d7;
            }

.footer-area .footer-copyright {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #1f5c97;
}

    .footer-area .footer-copyright .copyright .text {
        color: #ffffff;
    }

    .footer-area .footer-copyright .social li {
        display: inline-block;
        margin-right: 10px;
    }

        .footer-area .footer-copyright .social li:last-child {
            margin-right: 0;
        }

        .footer-area .footer-copyright .social li a {
            font-size: 24px;
            color: #6c6c6c;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

            .footer-area .footer-copyright .social li a:hover {
                color: #38f9d7;
            }

.footer-area.footer-dark {
    background-color: #121212;
}

    .footer-area.footer-dark .footer-widget .footer-title {
        color: #fff;
    }

    .footer-area.footer-dark .footer-widget .footer-link ul li a {
        color: #fff;
    }

        .footer-area.footer-dark .footer-widget .footer-link ul li a:hover {
            color: #38f9d7;
        }

    .footer-area.footer-dark .footer-copyright .copyright .text {
        color: #fff;
    }

    .footer-area.footer-dark .footer-copyright .social li a {
        color: #fff;
    }

        .footer-area.footer-dark .footer-copyright .social li a:hover {
            color: #38f9d7;
        }

/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 15px;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #1f5c97;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}

    .back-to-top:hover {
        color: #1f5c97;
        font-size: 15px;
        background-color: #ffffff;
    }

/*# sourceMappingURL=style.css.map */



.featured-bg {
    background: #fff;
}

.feature-item {
    padding: 30px;
    overflow: hidden;
    transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
}

.featured-border1 {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.feature-item .feature-icon {
    background: #e3fff2;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    position: relative;
    margin-right: 30px;
    border: 1px solid #3ecf8e;
    margin-top: 12px;
}

    .feature-item .feature-icon i {
        font-size: 40px;
        color: #3ecf8e;
        position: absolute;
        left: 0;
        right: 0;
        top: 32%;
    }

.featured-border2 {
    border-bottom: 1px solid #ededed;
}

.feature-item {
    padding: 30px;
    overflow: hidden;
    transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
}

.featured-border3 {
    border-right: 1px solid #ededed;
}




#features .featured-bg {
    background: #fff;
}

#features .featured-border1 {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

#features .featured-border2 {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

#features .featured-border3 {
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

#features .feature-item {
    /*padding: 30px;*/
    padding: 20px 30px 0px 30px;
    overflow: hidden;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

    #features .feature-item .feature-icon {
        background: #1f5c97;
        width: 100px;
        height: 100px;
        margin: 0px auto;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-bottom: 0px;
        margin-bottom: 0px;
        text-align: center;
        display: block;
        border-radius: 50%;
        position: relative;
        margin-right: 30px;
        border: 1px solid #1f5c97;
        margin-top: 12px;
    }


        #features .feature-item .feature-icon i {
            font-size: 50px;
            color: #fff;
            position: absolute;
            left: 0;
            right: 0;
            top: 0%;
        }

    #features .feature-item h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    #features .feature-item p {
        font-size: 15px !important;
        height: 100px;
        display: block;
        text-align: justify;
        letter-spacing: 0.5px;
    }

    #features .feature-item:hover {
        box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
        -moz-transition: all .8s ease;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

        #features .feature-item:hover .feature-icon {
            background: #3f93e4;
            -moz-transition: all .8s ease;
            -webkit-transition: all .8s ease;
            transition: all .8s ease;
            border: 1px solid #6896c3;
        }

            #features .feature-item:hover .feature-icon i {
                color: #fff;
                -moz-transition: all .8s ease;
                -webkit-transition: all .8s ease;
                transition: all .8s ease;
            }



.shows {
    background: #F8F8F8;
    border: 4px solid #fff;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    height: 183px;
    width: 195px;
    /*letter-spacing: 1px;*/
    line-height: 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    top: -83px;
    left: 40px;
    display: none;
    padding: 4px 0px;
    z-index: 9999;
}

    .shows:after {
        content: '';
        position: absolute;
        /*bottom:-10px;*/
        width: 10px;
        height: 10px;
        border-bottom: 4px solid #fff;
        border-right: 4px solid #fff;
        background: #f8f8f8;
        right: 100%;
        top: 50%;
        margin-top: -6px;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .shows ul {
        text-transform: capitalize;
    }

.list-left, .list-right {
    text-align: left;
}

.list-left {
    margin-left: 10px;
}

.list-right {
    margin-right: 6px;
    float: right;
}

.hover-north {
    padding: 6px 0px;
    width: 225px;
    height: 155px;
    top: -68px;
}

.hover-europe {
    top: -135px;
    height: 288px;
    width: 204px;
}

.hover-south {
    padding: 5px 0px;
    height: 155px;
    width: 240px;
    top: -68px;
}

.hover-africa {
    padding: 4px 20px;
    text-align: left;
    width: 125px;
    top: -74px;
    height: 166px;
}

.hover-australia {
    padding: 4px 18px;
    height: 109px;
    width: 127px;
    top: -47px;
    text-align: left;
}

.hover-antartica {
    padding: 6px 22px;
    text-align: left;
    width: 118px;
    height: 170px;
    top: -76px;
}



.circle {
    /*margin:100px;*/
    float: left;
    position: relative;
    cursor: pointer;
}

p:hover + .shows {
    display: block;
}

.circle {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: .25;
}

.red {
    background-color: #ffffff;
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-animation: up-right 1s infinite;
    -moz-animation: up-right 1s infinite;
    -o-animation: up-right 1s infinite;
    animation: up-right 1s infinite;
}

@media(max-width:991px) and (min-width:766px) {

    .circle {
        border-radius: 50%;
        width: 9px;
        height: 9px;
        opacity: .25;
    }
}

@media(max-width:765px) and (min-width:200px) {

    .circle {
        border-radius: 50%;
        width: 4px;
        height: 4px;
        opacity: .25;
    }
}

@keyframes up-right {
    0% { <!--
        from w w w . j a va 2 s. c o m--> transform: scale(1);
        opacity: .25;
    }

    50% {
        transform: scale (1, 5);
        opacity: 1;
    }

    100% {
        transform: scale(1.1);
        opacity: .25;
    }
}

.contact-box select {
    height: 39px;
    background: white;
    border: 1px solid #e7e7e7;
}

.item-north {
    top: 36%;
    left: 18%;
}

.item-europe {
    top: 39%;
    left: 53.6%
}

.item-asia {
    top: 33%;
    left: 67.5%;
}

.item-south {
    top: 74%;
    left: 29%;
}

.item-africa {
    top: 62%;
    left: 50%;
}

.item-australia {
    top: 79.8%;
    left: 79.3%;
}

.item-actarctica {
    top: 55%;
    left: 56.3%;
}


@media(max-width:622px) {
    .item-north {
        top: 44%;
        left: 19%;
    }

    .item-europe {
        top: 45%;
        left: 54.6%;
    }

    .item-asia {
        top: 40%;
        left: 67%;
    }

    .item-south {
        top: 77%;
        left: 30%;
    }

    .item-africa {
        top: 67%;
        left: 51%
    }

    .item-australia {
        top: 81.8%;
        left: 82.3%;
    }

    .item-actarctica {
        top: 58%;
        left: 57.5%;
    }
}

@media(max-width:480px) and (min-width:440px) {
    .navbar-area {
        background: linear-gradient( 45deg, #ffff 60%, #1f5c97 28%) !important;
        padding: 0px 0 !important;
    }
    .item-north {
        top: 48%;
        left: 19%;
    }

    .item-europe {
        top: 50.5%;
        left: 52.6%;
    }

    .item-asia {
        top: 45%;
        left: 66.4%;
    }

    .item-south {
        top: 79%;
        left: 30%;
    }

    .item-africa {
        top: 69%;
        left: 49.5%;
    }

    .item-australia {
        top: 83.8%;
        left: 78.3%;
    }

    .item-actarctica {
        top: 64%;
        left: 56.5%;
    }
}

@media(max-width:439px) and (min-width:390px) {
    .item-north {
        top: 44% !important;
        left: 18% !important;
    }

    .item-europe {
        top: 44.5%;
        left: 53.6%;
    }

    .item-asia {
        top: 40.5%;
        left: 68.4%;
    }

    .item-south {
        top: 79%;
        left: 30%;
    }

    .item-africa {
        top: 68%;
        left: 51.5%;
    }

    .item-australia {
        top: 82.8%;
        left: 82.3%;
    }

    .item-actarctica {
        top: 58.4%;
        left: 57.5%;
    }
}


* {
    font-family: Tahoma !important;
}

.input {
    position: relative;
}

.tooltip {
    display: none;
    padding: 10px;
}

.input:hover .tooltip {
    background: blue;
    border-radius: 3px;
    bottom: -60px;
    color: white;
    display: inline;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
}

    .input:hover .tooltip:before {
        display: block;
        content: "";
        position: absolute;
        top: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid blue;
    }

#mobilecode::-webkit-input-placeholder {
    padding: 0px 0px 0px -20px;
    font-size: 11px;
    line-height: 3;
}


img, .img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.aboutAs1 {
    float: left;
    position: absolute;
    top: 17%;
    left: 13.5%;
    font-size: 16px;
}

.abou {
    float: left;
    position: absolute;
    top: 41%;
    left: 4%;
    font-size: 14px;
    border-bottom: 1px solid;
}

.aboutCon {
    text-align: justify;
    float: left;
    position: absolute;
    top: 26%;
    left: 4%;
    width: 30%;
    font-size: 11px;
    line-height: 18px;
}

.aboutList {
    float: left;
    position: absolute;
    top: 51%;
    left: 4%;
    font-size: 11px;
    line-height: 22px;
}

@media(max-width:1199px) {
    .aboutAs1 {
        float: left;
        position: absolute;
        top: 17%;
        left: 11.5%;
        font-size: 16px;
    }

    .aboutCon {
        text-align: justify;
        float: left;
        position: absolute;
        top: 26%;
        left: 4%;
        width: 30%;
        font-size: 11px;
        line-height: 15px;
    }

    .abou {
        float: left;
        position: absolute;
        top: 42%;
        left: 4%;
        font-size: 13px;
        border-bottom: 1px solid;
    }

    .aboutList {
        float: left;
        position: absolute;
        top: 51%;
        left: 4%;
        font-size: 12px;
        line-height: 19px;
    }
}

.aboutContent {
    float: right;
    position: absolute;
    top: 15%;
    left: 65.9%;
    width: 29%;
    text-align: justify;
    font-size: 12px;
    line-height: 28px;
}


@media(max-width:1199px) {
    .aboutContent {
        float: right;
        position: absolute;
        top: 15.5%;
        left: 64.9%;
        width: 31%;
        text-align: justify;
        font-size: 11px;
        line-height: 20.9px;
    }
}



@media (max-width: 991px) and (min-width: 5px) {
    .aboutAsfull {
        display: none;
    }
}


.top1 {
    margin-top: 100px;
}

.toppp {
    margin-top: 100px;
}

.slick-initialized .slick-slide {
    pointer-events: none;
}

.navbar-area .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 500;
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: 0;
}

.slider-area {
    padding-top: 100px;
}




.bb {
    color: #423a3a;
    font-size: 11px;
}

.pow {
    color: white;
    padding: 0px 4px 0px 4px;
    white-space: initial;
    min-width: 400px;
    font-family: Tahoma;
    font-size: 14px;
}

@media (max-width: 767px) and (min-width:570px) {
    .pow {
        line-height: 2;
        padding: 0px 4px 0px 4px;
        white-space: initial;
        min-width: 257px;
        font-size: 12px;
    }
}

@media(max-width:569px) {
    .pow {
        line-height: 2;
        padding: 0px 4px 0px 4px;
        white-space: initial;
        min-width: 193px;
        font-family: Tahoma;
        font-size: 9px;
    }
}

@media(max-width:480px) {
    .pow {
        line-height: 1;
        padding: 0px 4px 0px 4px;
        white-space: initial;
        min-width: 139px;
        font-family: Tahoma;
        font-size: 9px;
    }
}

@media(max-width:320px) {
    .pow {
        line-height: 1;
        padding: 0px 4px 0px 4px;
        white-space: initial;
        min-width: 153px;
        font-family: Tahoma;
        font-size: 9px;
        margin-left: -10px;
    }
}

label {
    font-weight: 100;
}

ul li a {
    font-size: 11px;
}

@media(max-width:1850px)and (min-width:991px) {
    .hidee {
        display: none;
    }
}

.aboutAs {
    position: relative;
}

}

.topp {
    margin-top: -30px;
}

.bodyBG {
    background: rgba(0, 0, 0, 0) url('../1222.jpg') no-repeat fixed 0 0 / cover;
    /*background: url("../../images/bg/1 (1).jpg") no-repeat top center fixed;*/
    /*background-size: 100%;
    height: 100%;
    width: 100%;*/
    /*background-image:url("../../images/bg/1 (1).jpg");
     background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;*/
}


.imm {
}

.raj {
    font-size: 14px;
}
/*.coll{
    color:black;

}*/
.rrr12 {
    margin-top: 22px;
}

.rrr {
    width: 13%;
    margin-top: -8px;
    margin-left: -30px;
}

.rrr1 {
    width: 13%;
    margin-left: 39px;
    margin-top: -8px;
}

.absas {
    position: absolute;
    top: 10px;
    left: 38px;
}

.absa {
    position: absolute;
    top: 10px;
    left: 38px;
}

@media (max-width:1200px) {
    .rrr {
        width: 16%;
    }

    .rrr1 {
        width: 16%;
    }
}

@media (max-width: 991px) {
    .rrr {
        width: 15%;
        margin-left: 105px;
        position: absolute;
        top: 31px;
    }

    .rrr1 {
        width: 15%;
        position: absolute;
        top: 33px;
        left: 154px;
    }

    .r6 {
        margin-left: -11px;
        margin-top: -16px;
    }

    .rrr12 {
        margin-top: 47px;
    }
}

@media (max-width: 766px) {
    .rrr {
        width: 12%;
        margin-left: 120px;
        position: absolute;
        top: 10px;
    }

    .rrr1 {
        width: 12%;
        position: absolute;
        top: 10px;
        left: 164px;
    }

    .r6 {
        margin-left: -11px;
        margin-top: -39px;
    }

    .rrr12 {
        margin-top: 48px;
        margin-left: 0px;
    }
}

@media (max-width: 480px) {
    .rrr1 {
        width: 18%;
        position: absolute;
        top: 10px;
        left: 144px;
    }

    .rrr {
        width: 18%;
        margin-left: 102px;
        position: absolute;
        top: 10px;
    }
}

.one1 {
    margin-top: 34px;
}

.two2 {
    margin-top: 4px;
}

.three3 {
    margin-top: 10px;
}

.four4 {
    margin-top: 10px;
}

.five5 {
    margin-top: 27px;
}

.six6 {
    margin-top: -8px;
}

.seven7 {
    margin-top: 32px;
}

.eight8 {
    margin-top: 38px;
}

.nine9 {
    margin-top: 30px;
}

.ten10 {
    margin-top: 27px;
}

.ten11 {
    margin-top: 24px;
}

.ten12 {
    margin-top: 46px;
}

.ten13 {
    margin-top: 10px;
}

.ten14 {
    margin-top: 31px;
}

.ten15 {
    margin-top: 45px;
}

.ten16 {
    margin-top: 4px;
}

.ten17 {
    margin-top: 0px;
    position: relative;
    top: -27px;
}

.ten18 {
    margin-top: 10px;
}

.ten19 {
    margin-top: 10px;
}

.ten20 {
    margin-top: 10px;
}

@media(max-width:1200px) {

    .one1 {
        margin-top: 34px;
    }

    .two2 {
        margin-top: 4px;
    }

    .three3 {
        margin-top: 10px;
    }

    .four4 {
        margin-top: 10px;
    }

    .five5 {
        margin-top: 27px;
    }

    .six6 {
        margin-top: 10px;
    }

    .seven7 {
        margin-top: 32px;
    }

    .eight8 {
        margin-top: 38px;
    }

    .nine9 {
        margin-top: 31px;
    }

    .ten10 {
        margin-top: 31px;
    }

    .ten11 {
        margin-top: 31px;
    }

    .ten12 {
        margin-top: 43px;
    }

    .ten13 {
        margin-top: 10px;
    }

    .ten14 {
        margin-top: 31px;
    }

    .ten15 {
        margin-top: 45px;
    }

    .ten16 {
        margin-top: 10px;
    }

    .ten17 {
        position: relative;
        top: -27px;
    }

    .ten18 {
        margin-top: 10px;
    }

    .ten19 {
        margin-top: 10px;
    }

    .ten20 {
        margin-top: 10px;
    }
}





@media(max-width:991px) and (min-width:766px) {

    .one1 {
        margin-top: 38px;
    }

    .two2 {
        margin-top: 33px;
    }

    .three3 {
        margin-top: 34px;
    }

    .four4 {
        margin-top: 45px;
    }

    .five5 {
        margin-top: 27px;
    }

    .six6 {
        margin-top: 36px;
    }

    .seven7 {
        margin-top: 32px;
    }

    .eight8 {
        margin-top: 38px;
    }

    .nine9 {
        margin-top: 31px;
    }

    .ten10 {
        margin-top: 31px;
    }

    .ten11 {
        margin-top: 31px;
    }

    .ten12 {
        margin-top: 43px;
    }

    .ten13 {
        margin-top: 45px;
    }

    .ten14 {
        margin-top: 31px;
    }

    .ten15 {
        margin-top: 45px;
    }

    .ten16 {
        margin-top: 47px;
    }

    .ten17 {
        position: relative;
        top: -27px;
    }

    .ten18 {
        margin-top: 31px;
    }

    .ten19 {
        margin-top: 60px;
    }

    .ten20 {
        margin-top: 62px;
    }
}

@media(max-width:767px) {

    .one1 {
        margin-top: 38px;
    }

    .two2 {
        margin-top: 80px;
    }

    .three3 {
        margin-top: 98px;
    }

    .four4 {
        margin-top: 102px;
    }

    .five5 {
        margin-top: 128px;
    }

    .six6 {
        margin-top: 90px;
    }

    .seven7 {
        margin-top: 32px;
    }

    .eight8 {
        margin-top: 38px;
    }

    .nine9 {
        margin-top: 31px;
    }

    .ten10 {
        margin-top: 31px;
    }

    .ten11 {
        margin-top: 31px;
    }

    .ten12 {
        margin-top: 43px;
    }

    .ten13 {
        margin-top: 95px;
    }

    .ten14 {
        margin-top: 31px;
    }

    .ten15 {
        margin-top: 45px;
    }

    .ten16 {
        margin-top: 100px;
    }

    .ten17 {
        position: relative;
        top: -12px;
    }

    .ten18 {
        margin-top: 95px;
    }

    .ten19 {
        margin-top: 129px;
    }

    .ten20 {
        margin-top: 124px;
    }
}

@media(max-width:480px) {

    .one1 {
        margin-top: 38px!important;
    }

    .two2 {
        margin-top: 4px !important;
    }

    .three3 {
        margin-top: 14px !important;
    }

    .four4 {
        margin-top: 24px !important;
    }

    .five5 {
        margin-top: 38px !important;
    }

    .six6 {
        margin-top: 5px !important;
    }

    .seven7 {
        margin-top: 38px !important;
    }

    .eight8 {
        margin-top: 38px !important;
    }

    .nine9 {
        margin-top: 38px !important;
    }

    .ten10 {
        margin-top: 38px !important;
    }

    .ten11 {
        margin-top: 38px !important;
    }

    .ten12 {
        margin-top: 53px !important;
    }

    .ten13 {
        margin-top: 14px !important;
    }

    .ten14 {
        margin-top: 38px !important;
    }

    .ten15 {
        margin-top: 38px !important;
    }

    .ten16 {
        margin-top: 10px !important;
    }

    .ten17 {
        position: relative;
        top: -19px;
    }

    .ten18 {
        margin-top: 38px !important;
    }

    .ten19 {
        margin-top: 38px !important;
    }

    .ten20 {
        margin-top: 38px !important;
    }
}







.box-time-date {
    position: absolute;
}

.hol {
    background-color: #2f0703;
    float: left;
    font-size: 30px;
    width: 40%;
    margin-top: -6%;
    margin-left: 3%;
}

.hol1 {
    border-radius: 0%;
    height: 64px;
    line-height: 70px;
    margin-right: 0px;
    position: relative;
    text-align: center;
    width: 70px;
    background-color: none;
    margin-left: 40%;
    margin-top: 4%;
    z-index: 2;
    color: #474a5a;
}

.hol2 {
    color: #333;
    width: 300px;
    margin-left: 3%;
    margin-top: 1%;
}

.hol3 {
    background-color: #fcf8e3;
    float: left;
    font-size: 30px;
    width: 40%;
    color: black;
    margin-top: -6%;
    margin-left: 6%;
}

.hol4 {
    color: black;
    width: 41%;
    margin-left: 6%;
}

.hol5 {
    width: 44%;
    margin-top: -5%;
    margin-left: 2%;
}

.hol6 {
    color: #00043a;
    width: 30%;
    margin-left: 2%;
    margin-top: 14%;
}

.hol7 {
    border-radius: 0%;
    height: 64px;
    line-height: 70px;
    margin-right: 0px;
    position: relative;
    text-align: center;
    width: 70px;
    margin-left: 42%;
    margin-top: 4%;
    z-index: 2;
    color: #0625fb;
}

.hol8 {
    border-radius: 0%;
    height: 64px;
    line-height: 70px;
    margin-right: 0px;
    position: relative;
    text-align: center;
    width: 70px;
    margin-left: 42%;
    margin-top: 4%;
    z-index: 2;
    color: #0625fb;
}

.hol9 {
    border-radius: 0%;
    height: 64px;
    line-height: 70px;
    margin-right: 0px;
    position: relative;
    text-align: center;
    width: 70px;
    margin-left: 54%;
    margin-top: 4%;
    z-index: 2;
    color: #0625fb;
}

.hol10 {
    margin-left: 62%;
    width: 261px;
    margin-top: 12%;
}

.hol11 {
    background-color: #2f0703;
    float: left;
    font-size: 30px;
    width: 40%;
    width: 17%;
    margin-top: -6%;
    margin-left: 62%;
}

.hol112 {
    background-color: #2f0703;
    float: left;
    font-size: 30px;
    width: 40%;
    width: 17%;
    margin-top: -6%;
    margin-left: 49%;
}

.hol102 {
    margin-left: 62%;
    width: 261px;
    margin-top: 12%;
}

.hol12 {
    background-color: black;
    width: 44%;
    margin-top: -6%;
    margin-left: 2%;
}

.hol15 {
    margin-left: 13%;
    margin-top: -6%;
    background-color: black;
    width: 31%;
}

.hol16 {
    width: 50%;
    margin-top: 10%;
    margin-left: 20%;
}

#carousel {
    position: absolute;
    top: 150px;
    left: 286px;
    height: 475px;
    max-width: 900px;
    overflow: hidden;
    border: 1px solid #b5b0b1;
    border: aliceblue;
    opacity: 0.9;
    border-radius: 14px 14px 14px 14px;
}

    #carousel ul {
        width: 6300px;
        padding: 0;
        margin: 0;
    }

        #carousel ul li {
            width: 753px;
            text-align: center;
            height: 100%;
            list-style: none;
            float: left;
        }

@media(max-width:768px) {
    .marrg {
        margin-left: 0px;
    }
}



.selee {
    width: 100%;
}

.bol {
    font-size: 11px;
}

.centr {
    text-align: center;
    font-size: 14px;
}

.marrg {
    margin-left: 182px;
    width: 358px;
}

@media(max-width:768px) {
    .marrg {
        margin-left: 0px;
    }
}

.hrrr {
    margin: 0.625em 0;
    border-color: #e6e6e6;
}

.hrrrr {
}

.serrrrr {
}

@media (min-width: 1200px) {
    .serrrrr {
        display: none;
    }
}

.serrr {
    margin-left: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
}

@media (max-width: 1200px) {
    .serrr {
        position: absolute;
        margin-left: -218px;
        width: 330px;
        top: -237px;
        left: 682px;
    }
}

@media (max-width: 991px) {
    .serrr {
        position: initial;
        margin-left: -21px;
        width: 708px;
        /* line-height: 12; */
    }
}


.serrrr {
    position: absolute;
    top: -700px;
    left: 300px;
}

@media (max-width: 766px) {
    .air {
        width: 513px;
        margin-left: -37px;
    }
}

@media (max-width: 766px) {
    .air {
        width: 342px;
        margin-left: -29px;
    }

    @media (max-width: 766px) {
        .bar {
            margin-left: 200px;
        }
    }

    @media (max-width: 417px) {
        .tr {
            margin-left: -65px;
            width: 453px;
        }
    }

    @media (max-width: 480px) {
        .tr {
            width: 352px;
            margin-left: -10%;
        }
    }

    .imm {
        margin-top: 100px;
        margin-left: 100px;
        max-width: 180%;
    }

    .cli {
        font-size: 15px;
    }

    .imgg {
        height: 674px;
        width: 100%;
    }

    @media(max-width:991px) {
        .imgg {
            height: 653px;
            width: 100%;
        }
    }

    @media (max-width: 766px) {
        .imgg {
            height: 479px;
            width: 100%;
        }
    }

    .rela {
        position: relative;
    }

    .mapp {
        border-radius: 5px;
        border: 1px solid black;
        overflow: -webkit-paged-y;
        width: 340px;
    }

    @media(max-width:440px) {

        .mapp {
            border-radius: 5px;
            border: 1px solid #9E9E9E;
            overflow: -webkit-paged-y;
            width: 247px;
        }
    }

    .vl {
        border-left: 1px solid black;
        height: 579px;
        margin-top: 50px;
    }

    .heigh {
        line-height: 10px;
    }

    #travel {
        font-size: 28px;
        font-weight: 600;
        margin-top: 31px;
        margin-left: 56px;
        font-family: Tahoma;
    }

    .service .hel {
        margin-top: 9px;
    }

    .service__details .h {
        margin-top: 37px;
    }

    .service__details .ser {
        margin-top: 54px;
    }

    .map-size {
        max-width: 100%;
        transition: all 0.3s ease-out 0s;
    }

    @media(max-width:991px) {
        .map-size {
            margin-top: 6px;
            max-width: 100%;
            transition: all 0.3s ease-out 0s;
        }
    }

    @media(max-width:767px) {
        .map-size {
            margin-top: 14px;
            max-width: 100%;
            transition: all 0.3s ease-out 0s;
        }
    }

    @media (max-width: 480px) {
        .map-size {
            margin-top: 0px;
            max-width: 100%;
            transition: all 0.3s ease-out 0s;
        }
    }

    ul.main__menu {
        margin: 0px;
    }

    .ser {
        margin-top: 54px;
    }

    @media (max-width: 991px) {
        .about__images {
            margin-top: -39px;
        }
    }

    .about {
        font-size: 26px;
        margin-left: 180px;
        font-weight: 600;
        margin-top: 6px;
        font-family: Tahoma;
    }

    .flo {
        position: relative;
        float: left;
        width: 413px;
        margin-left: 0px;
    }

    @media(max-vidth:991px) {
        .flo {
            width: 399px;
            margin-left: 145px;
        }
    }

    @media(max-vidth:766px) {
        .flo {
            float: left;
            width: 244px;
            margin-left: 0px;
        }
    }

    @media (max-width: 480px) {
        .flo {
            position: relative;
            float: left;
            width: 265px;
            margin-left: 0px;
        }
    }

    @media (max-width: 1200px) {
        .floo {
            position: absolute;
            top: 67px;
            left: 244px;
            display: none;
        }
    }
}

.hellooo {
    width: 78%;
    margin-top: --27px;
    /* margin-left: -22px; */
}

@media(max-width:766px) {
    .hellooo {
        width: 136%;
    }
}

.rom {
    font-family: Tahoma;
    font-size: 17px;
}

.roma {
    font-family: Tahoma;
    font-size: 17px;
    margin-left: 24px;
}

.seeee {
    margin-left: 10px;
}

.about-paragraph {
    font-family: Tahoma;
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    margin: 15px;
}

.about-paragraph1 {
    font-family: Tahoma;
    color: #444444;
    font-weight: 400;
    font-size: 13px;
    line-height: 33px;
    text-align: justify;
}

.about-paragraph2 {
    font-family: Tahoma;
    color: #444444;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    text-align: justify;
}

@media (max-width:991px) and (min-width:767px) {
    .about-paragraph2 {
        font-family: Tahoma;
        position: absolute;
        color: #444444;
        top: 582px;
        right: 391px;
        font-weight: 400;
        font-size: 13px;
        line-height: 23px;
        text-align: justify;
    }
}

@media (max-width:766px) {
    .about-paragraph2 {
        margin-top: 21px;
    }
}

.mar {
    margin-left: 31px;
}

.mar1 {
    margin-left: 31px;
}



/*.hol3 {
  animation-duration:4s;
animation-delay:5s;
  -webkit-animation-name:demo;
animation-iteration-count: infinite;
}

@keyframes demo {
  from {
    margin-left: 80%;
    width:40%; 
  }

  to {
    margin-left: 6%;
    width: 40%;
  }
}
            
@-webkit-keyframes demo {
  from {
    margin-left: 80%;
    width: 40%; 
  }

  to {
    margin-left: 6%;
    width: 40%;
  }
}
.hol4 {
  animation-duration:4s;
animation-delay:5s;
  -webkit-animation-name:dem;
animation-iteration-count: infinite;
}
@keyframes dem {
  from {
    margin-top: 100%;
    width:41%; 
  }

  to {
    margin-top: 0%;
    width: 41%;
    
  }
}
            
@-webkit-keyframes dem {
  from {
    margin-top: 100%;
    width: 40%; 
  }

  to {
    margin-top: 0%;
    width: 40%;
  }
}
.hol12 {
  animation-duration:6s;
animation-delay:11s;
  -webkit-animation-name:demoo;
  animation-iteration-count: infinite;
}
@keyframes demoo {
  from {
    margin-top: 0%;
    width:44%; 
  }

  to {
    margin-top: -6%;
    width: 44%;
    
  }
}
            
@-webkit-keyframes demoo {
  from {
    margin-top: 0%;
    width: 44%; 
  }

  to {
    margin-top: -6%;
    width: 44%;
  }
}

.hol6 {
  animation-duration:5s;
animation-delay:11s;
  -webkit-animation-name:dems;
  animation-iteration-count: infinite;
}
@keyframes dems {
  from {
    margin-top: 0%;
    width:30%; 
  }

  to {
    margin-top: 14%;
    width: 30%;
    
  }
}
            
@-webkit-keyframes dems {
  from {
    margin-top: 0%;
    width: 30%; 
  }

  to {
    margin-top: 14%;
    width: 30%;
  }
}

.hol {
  animation: move 5s;
  -webkit-animation: move 6s;
   -webkit-animation-iteration-count: infinite;

}

@keyframes move {
  from {
    margin-top: -20%;
    width:40%; 
  }

  to {
    margin-top: 6%;
    width: 40%;
    
  }
}
            
@-webkit-keyframes move {
  from {
    margin-left: -20%;
    width: 40%; 
  }

  to {
    margin-top: 6%;
    width: 40%;
  }
}
.hol11 {
  animation-duration:4s;
animation-delay:1s;
  -webkit-animation-name:opa;
  animation-iteration-count: infinite;

}
@keyframes opa {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
            
@-webkit-keyframes opa {
 0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.hol10 {
  animation-duration:5s;
animation-delay:1s;
  -webkit-animation-name:opas;
  animation-iteration-count: infinite;

}
@keyframes opas {
 0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
  }
}
            
@-webkit-keyframes opas {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
  }
}




.hol112 {
  animation-duration:4s;
animation-delay:1s;
  -webkit-animation-name:opera;
  animation-iteration-count: infinite;

}
@keyframes opera {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
            
@-webkit-keyframes opera {
 0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.hol102 {
  animation-duration:5s;
animation-delay:1s;
  -webkit-animation-name:opera1;
  animation-iteration-count: infinite;

}
@keyframes opera1 {
 0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
  }
}
            
@-webkit-keyframes opera1 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes pulse {
 0% {
  
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
 33% {
 
   opacity: 0.75;
   -webkit-transform: scale(1.1) rotate(-360deg);
 }
 67% {
   
   opacity: 0.5;
   -webkit-transform: scale(1.1) rotate(360deg);
 }
 100% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
}
@keyframes pulse {
 0% {
  
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
 33% {
 
   opacity: 0.75;
   -webkit-transform: scale(1.1) rotate(-360deg);
 }
 67% {
   
   opacity: 0.5;
   -webkit-transform: scale(1.1) rotate(360deg);
 }
 100% {
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
}

.hol15 {
 -webkit-animation-name: pulse;
  animation-iteration-count: infinite;
 animation-delay:2s;
 
 -webkit-animation-duration: 8s;
 -webkit-animation-direction: alternate;
 -webkit-animation-timing-function: ease-in-out 3s;
}
*/

/*.hol16 {
 -webkit-animation-name: impulse;
  animation-iteration-count: infinite;
 animation-delay:2s;
 
 -webkit-animation-duration: 5s;
 -webkit-animation-direction: alternate;
 -webkit-animation-timing-function: ease-in-out 1s;
}

@-webkit-keyframes impulse {
 from {
    margin-let: -5%;
    width:50%; 
  }

  to {
    margin-top: 21%;
    width: 50%;
    
  }
}
}
@keyframes impulse {
 from {
    margin-top: -5%;
    width:50%; 
  }

  to {
    margin-top: 21%;
    width: 50%;
    
  }
}
}*/

/*   .hol15 {
  animation-duration:6s;
animation-delay:3s;
  -webkit-animation-name:demon;
animation-iteration-count: infinite;
}

@keyframes demon {
  from {
    margin-top: 100%;
    width:31%; 
  }

  to {
    margin-top: -6%;
    width: 31%;
  }
}
            
@-webkit-keyframes demon {
  from {
    margin-top: 100%;
    width: 31%; 
  }

  to {
    margin-top: -6%;
    width: 31%;
  }
}*/
/*.hol2 {
  animation: move 1s;
  -webkit-animation: move 1s;
}

@keyframes move {
  from {
    margin-left: 100%;
    width:40%; 
  }

  to {
    margin-left: 3%;
    width: 40%;
  }
}
            
@-webkit-keyframes move {
  from {
    margin-left: 100%;
    width: 40%; 
  }

  to {
    margin-left: 3%;
    width: 40%;
  }

.hol{
   background-color: #2f0703;
   float:left;
    font-size: 30px;
    width: 40%;
    margin-top: -6%;
    margin-left:  3%;
    
}
.hol1{
    border-radius: 0%;
    height: 64px;
    line-height: 70px;
    margin-right: 0px;
    position: relative;
    text-align: center;
    width: 70px;
    background-color:none;
    margin-left: 40%;
    margin-top: 4%;
    z-index: 2;
    color:#474a5a;
}

.hol2{
   color: #333;
    width: 300px;
    margin-left: 3%;
    margin-top: 1%;
}
.hol3 {
    background-color: #fcf8e3;
    float: left;
    font-size: 30px;
    width: 40%;
       color: black;
   margin-top: -6%;
    margin-left: 6%;
}
.hol4{
       color: black;
    width: 41%;
    margin-left: 6%;
}
.hol5{
    width: 44%;
    margin-top: -5%;
    margin-left: 2%;
}

.hol6{
   color: #00043a;
    width: 30%;
    margin-left: 2%;
    margin-top: 14%;

}
.hol7 {
     border-radius: 0%;
    height: 64px;
    line-height: 70px;
    margin-right: 0px;
    position: relative;
    text-align: center;
    width: 70px;
    margin-left: 42%;
    margin-top: 4%;
    z-index: 2;
    color:#0625fb;
}
.hol8 {
     border-radius: 0%;
    height: 64px;
    line-height: 70px;
    margin-right: 0px;
    position: relative;
    text-align: center;
    width: 70px;
    margin-left: 42%;
    margin-top: 4%;
    z-index: 2;
    color:#0625fb;
}
.hol9{
      border-radius: 0%;
    height: 64px;
    line-height: 70px;
    margin-right: 0px;
    position: relative;
    text-align: center;
    width: 70px;
   margin-left: 54%;
    margin-top: 4%;
    z-index: 2;
    color:#0625fb;
}
.hol10{
     margin-left: 62%;
    width: 261px;
    margin-top: 12%;
}

.hol11 {
    background-color: #2f0703;
    float: left;
    font-size: 30px;
    width: 40%;
    width: 17%;
    margin-top: -6%;
    margin-left: 62%;
   
}
.hol112{
     background-color: #2f0703;
    float: left;
    font-size: 30px;
    width: 40%;
    width: 17%;
    margin-top: -6%;
    margin-left: 49%;

}
.hol102{
      margin-left: 62%;
    width: 261px;
    margin-top: 12%;
}
.hol12{
        background-color: black;
    width: 44%;
    margin-top: -6%;
    margin-left: 2%;

}
.hol15{
       margin-left: 13%;
    margin-top: -6%;
  
    background-color: black;
    width: 31%;
}

.hol16{
    width: 50%;
    margin-top: 10%;
    margin-left: 20%;

}
   #carousel {
    position: absolute;
   top: 150px;
    left: 286px;
    height: 475px;
    max-width: 900px;
    overflow: hidden;
    border: 1px solid #b5b0b1;
    border: aliceblue;
    opacity: 0.9;
    border-radius: 14px 14px 14px 14px;
}
	#carousel ul {
		width: 6300px;
		padding: 0;
		margin: 0;
	}

	#carousel ul li {
		width:753px;
		text-align: center;
		height: 100%;
		list-style: none;
		float:	left;
	}
    */
/*#carousel {
    position:absolute;
     top: 98px;
    left: 30px;
		width: 900px;
		overflow:hidden;
	}

	#carousel ul {
		width: 2700px;
		padding: 0;
		margin: 0;
	}

	#carousel ul li {
		width:900px;
		text-align: center;
		height: 280px;
		list-style: none;
		float:	left;
	}*/

/*#carousel li {
    display: block;
    float: left;
}

    #heroGallery {
    position: absolute;
    width: 87%;
    height: 400px;
    overflow: hidden;
    top: 98px;
    left: 30px;
    margin-left: 4%;
    border-radius: 1px 1px 30px 30px;
    opacity: 0.8;
}*/

/*#heroGallery {
    position: absolute;
    width: 87%;
    height: 400px;
    overflow: hidden;
    top: 98px;
    left: 30px;
    margin-left: 4%;
    border-radius: 1px 1px 30px 30px;
    opacity: 1;
}
 @media (max-width: 1166px) {
 #heroGallery {
    position: absolute;
    width: 97%;
    height: 382px;
    overflow: hidden;
    top: 98px;
    left: 30px;
    margin-left: -1%;
    border-radius: 1px 1px 30px 30px;
    opacity: 0.9;
}}
@media (max-width: 991px) {
    #heroGallery {
        position: absolute;
        width: 96%;
        height: 296px;
        overflow: hidden;
        top: 154px;
        left: 30px;
        margin-left: -1%;
        border-radius: 1px 1px 30px 30px;
        opacity: 0.9;
    }
}
@media (max-width: 766px) {
    #heroGallery {
        position: absolute;
        width: 100%;
        height:280px;
        overflow: hidden;
        top: 52px;
        left: 30px;
        margin-left: -4%;
        border-radius: 1px 1px 30px 30px;
        opacity: 1;
    }
}
@media (max-width: 480px) {
    #heroGallery {
        display: none;
    }
}

@keyframes carousel {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-2900px, 0, 0); }
}
#carousel {
    width: 8040px;
    height: 100%;
    transform: translate3d(0,0,0);
    animation: carousel 15s linear infinite;
}
#carousel li {
    display: block;
    float: left;
}
/*@media(max-width:1344px) {
    #carousel {
        top: -1467px;
    }
} height:354px;
        width:1900px;
@media (max-width: 1333px) {
    #carousel {
        top: -1433px;
        right: -83px;
    }
}
@media (max-width: 1296px) {
    #carousel {
        top: -1296px;
        right: -70px;
    }
}
@media (max-width: 1168px) {
    #carousel {
        top: -1247px;
        right: -14px;
    }
}*/

.ml-countdown-area {
    position: relative;
}

.box-time-date {
    background: #fff none repeat scroll 0 0;
    left: 50%;
    opacity: 1;
    top: 50%;
    transform: translateX(-50%);
    z-index: 99999;
}

.ml-countdown-thumb {
    position: relative;
}

.box-timer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
}

.medilearn-count {
    border: 2px solid #fff;
    border-radius: 100%;
    height: 100px;
    justify-content: center;
    margin: auto 20px;
    text-align: center;
    width: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.time-count {
    color: #fff !important;
    font-family: Tahoma;
    font-size: 36px;
    font-weight: 600;
    line-height: 24px;
}

.count-inner p {
    font-size: 14px;
    line-height: 15px;
    margin-top: 15px;
}

.countbox > div {
    color: #fff !important;
    font-size: 50px;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*---------------------------------------
  02. Scroll To Top
----------------------------------------*/
#scrollUp {
    border-radius: 2px;
    bottom: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 28px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px;
    z-index: 200;
    bottom: 15px;
}

    #scrollUp:hover {
    }

@-webkit-keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0;
    }

    50% {
        opacity: 1;
        bottom: 50%;
    }

    100% {
        opacity: 0;
        bottom: 75%;
    }
}

@-moz-keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0;
    }

    50% {
        opacity: 1;
        bottom: 50%;
    }

    100% {
        opacity: 0;
        bottom: 75%;
    }
}

@keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0;
    }

    50% {
        opacity: 1;
        bottom: 50%;
    }

    100% {
        opacity: 0;
        bottom: 75%;
    }
}

#scrollUp:hover i {
    animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#scrollUp i {
    color: #fff;
}

#scrollUp {
    background: #01b212 none repeat scroll 0 0;
}


/*---------------------------------------
   End Scroll To Top
----------------------------------------*/

/*---------------------------------------
  03. Select Option Area
----------------------------------------*/

.select__option__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 130px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px;
    position: relative;
    z-index: 2;
}

    .select__option__inner::before {
        background: #fff none repeat scroll 0 0;
        border-radius: 65px;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.2;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.select__option__wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 99;
}

    .select__option__wrap [type="text"] {
        text-transform: uppercase;
    }

[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    font-size: 14px;
    height: 50px;
    padding-left: 10px;
    width: 184px;
}

.single__option [type="text"]:focus,
.single__option [type="text"]:focus::-moz-placeholder,
.newsletter__inner [type="email"]:focus,
.newsletter__inner [type="email"]:focus::-moz-placeholder {
    color: #333333;
}

.btn__white {
    background: #fff none repeat scroll 0 0;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 19px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 184px;
}

.single__option select {
    border: 1px solid #fff;
    color: #333333;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 19px;
    text-transform: uppercase;
    width: 184px;
}

    .single__option select option {
        border: 1px solid #fff;
        padding: 6px;
    }

.btn__search {
    background: #ffb300 none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 184px;
}

    .btn__search:hover {
        background: #fff none repeat scroll 0 0;
    }

.btn__white:hover {
    background: #ffb300 none repeat scroll 0 0;
    color: #fff;
}

/*---------------------------------------
  04. Choose Area
----------------------------------------*/
.title__line {
    color: #252525;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.section__title {
    padding-bottom: 43px;
    position: relative;
}

    .section__title::before {
        background: rgba(0, 0, 0, 0) url("images/shape/1.png") no-repeat scroll center center;
        bottom: 0;
        content: "";
        height: 29px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 99;
    }

.choose__icon [class^="flaticon-"]::before,
.choose__icon [class*=" flaticon-"]::before,
.choose__icon [class^="flaticon-"]::after,
.choose__icon [class*=" flaticon-"]::after {
    font-size: 29px;
}


.choose__icon {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    margin-bottom: 18px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 90px;
    z-index: 2;
}

    .choose__icon .icon {
        color: #606060;
        transition: all 0.3s ease 0s;
    }

.choose__inner h4 {
    color: #252525;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.choose__icon::before {
    background: #ffb300 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.choose__icon:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.choose__icon:hover .icon {
    color: #fff;
}
/*---------------------------------------
  05. Our Welcome Area
----------------------------------------*/

.welcome__inner p + p {
    margin-top: 20px;
}

.welcome__inner h2 {
    margin-bottom: 36px;
}

.social--bg--color {
    height: auto;
    justify-content: flex-start;
    margin-top: 43px;
}

.social__icon.social--bg--color li a i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #ffb300;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.social__icon.social--bg--color li + li {
    padding-left: 15px;
}

.social__icon.social--bg--color li a:hover i {
    background: #ffb300 none repeat scroll 0 0;
    border: 1px solid #ffb300;
    color: #fff;
}

.welcome__inner {
    padding: 100px 0;
}

.welcome__area .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.welcome__images {
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 48%;
    z-index: 2;
}

.info-bg {
    background: #252525 none repeat scroll 50% 50% / cover;
    height: 100%;
    transition: all 0.3s linear 0s;
    will-change: transform, top;
    z-index: 0;
}

.welcome__area {
    position: relative;
}











/*---------------------------------------
  06. Our Service Area
----------------------------------------*/
.service__icon [class^="flaticon-"]::before,
.service__icon [class*=" flaticon-"]::before,
.service__icon [class^="flaticon-"]::after,
.service__icon [class*=" flaticon-"]::after {
    font-size: 27px;
}

.service__inner {
    margin-top: -50px;
}

.service .service__icon {
    float: left;
}

.service .service__details {
    overflow: hidden;
}


.service__icon {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 50%;
    height: 70px;
    line-height: 70px;
    margin-right: 30px;
    position: relative;
    text-align: center;
    width: 70px;
    z-index: 2;
}

.service__inner .service {
    margin-top: 46px;
}

@media (max-width: 1850px) and (min-width: 991px) {
    .sav {
        position: absolute;
        top: 0px;
    }

    .savv {
        position: absolute;
        top: 13px;
    }
}

@media (max-width: 550px) {
    .sav {
        top: 0px;
    }
}

.service__icon .icon {
    color: #01b212;
    transition: all 0.3s ease 0s;
    margin-left: -18px;
}

.service:hover .service__icon .icon {
    color: #fff;
}

.service__icon {
    transition: all 1s ease 0s;
}

.service:hover .service__icon {
    background-color: #f78006;
}

.service__icon::before {
    background: #ffb300 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
/*@media(max-width:500px) {
    .top1 {
        margin-top:20px;
    }
}*/
.service:hover .service__icon::before {
    transform: scaleX(1);
}

.service__details h4 {
    color: #252525;
    font-size: 14px;
    margin-bottom: 9px;
    text-transform: capitalize;
}

.service__area {
    position: relative;
}

@media(max-width:991px) and (min-width:767px) {
    .service__area {
        position: relative;
        margin-top: 6%;
    }
}

.service__images {
    padding-top: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .service-images {
        margin-top: 47px;
        width: 179px;
        margin-left: 284px;
    }
}

@media (max-width: 1200px) and (min-width:991px) {
    .service-images {
        /*display: none;
    margin-top:261px;*/
        margin-top: 50px;
        width: 53%;
        margin-left: 33%;
    }
}

@media (max-width: 991px) {
    .imm {
        display: none;
    }
}

.service__feature_images {
    display: block;
}

/*---------------------------------------
  07. Our Funfact Area
----------------------------------------*/
.fact__icon [class^="flaticon-"]::before,
.fact__icon [class*=" flaticon-"]::before,
.fact__icon [class^="flaticon-"]::after,
.fact__icon [class*=" flaticon-"]::after {
    font-size: 43px;
}

@media(max-width:360px) {
    .fact__icon [class^="flaticon-"]::before,
    .fact__icon [class*=" flaticon-"]::before,
    .fact__icon [class^="flaticon-"]::after,
    .fact__icon [class*=" flaticon-"]::after {
        font-size: 26px;
    }
}

.funfact__wrap {
    display: flex;
    justify-content: space-between;
}

.single__fact__flex {
    text-align: center;
}

.fact__icon .icon {
    color: #fff;
}

.fact__count span.count {
    color: #ffb300;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
}

@media(max-width:360px) {
    .fact__count span.count {
        color: #ffb300;
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        margin-top: 15px;
    }
}

.fact__title h2 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 4px;
    text-transform: uppercase;
}

@media(max-width:360px) {

    .fact__title h2 {
        font-size: 15px;
        font-weight: 600;
        margin-top: 4px;
        text-transform: uppercase;
    }
}
/*---------------------------------------
  08. Our Special Package Area
----------------------------------------*/
.package__details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    position: relative;
    top: -26px;
    width: auto;
}

.package__details__inner {
    background: #fff none repeat scroll 0 0;
    display: flex;
    justify-content: center;
    padding: 30px 0 15px;
    text-align: center;
    width: 100%;
}

.package__details p {
    font-size: 18px;
    text-transform: capitalize;
}

    .package__details p.packg__prize {
        font-size: 24px;
        font-weight: 600;
        margin-left: 17px;
    }

.package__thumb {
    position: relative;
    overflow: hidden;
}

.packages__hover__info {
    bottom: 26px;
    left: 26px;
    opacity: 0;
    position: absolute;
    right: 26px;
    text-align: center;
    top: 26px;
    transform: translateY(100%);
    transition: all 0.5s ease 0s;
    visibility: hidden;
}

.package__hover__inner {
    position: relative;
}

.package__hover__info::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.rating {
    display: flex;
}

    .rating li i {
        color: #ffb300;
        font-size: 18px;
    }

.packages__hover__info::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 100%;
}

.package__hover__inner {
    padding: 34px 28px;
}

    .package__hover__inner h4 {
        color: #ffb300;
        font-size: 18px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .package__hover__inner h6 {
        color: #fff;
        font-size: 14px;
        margin-bottom: 16px;
        text-transform: uppercase;
    }

        .package__hover__inner h6 i {
            margin-right: 11px;
        }

    .package__hover__inner p {
        color: #fff;
    }

.package--rating--btn {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

.rating li + li {
    margin-left: 5px;
}

.view__btn {
    color: #ffb300;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
}

    .view__btn:hover {
        color: #fff;
    }

.packages:hover .packages__hover__info {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.packages {
    margin-top: 42px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

    .packages:hover {
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }
/*---------------------------------------
  09. Our Countdown Area
----------------------------------------*/

.count__down__inner h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.count__down__inner h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

    .count__down__inner h4 span {
        font-size: 60px;
        margin-left: 10px;
    }
/*---------------------------------------
  10. Our Team Area
----------------------------------------*/
.team__details {
    padding: 0 20px;
    position: relative;
    text-align: center;
    top: -30px;
}

.team:hover .team__details__inner {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.team {
    transition: 0.4s;
}

.team__details__inner {
    background: #fff none repeat scroll 0 0;
    padding: 30px 0;
    width: 100%;
}

.icon--position--center {
    height: auto;
    justify-content: center;
}

.team__details h4 {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.team__details h6 {
    color: #909090;
    font-size: 14px;
    margin-bottom: 27px;
}

.social__icon.icon--position--center li + li {
    padding-left: 40px;
}

.team__thumb {
    padding: 1px 1px 0;
    transition: all 0.5s ease 0s;
}

.team:hover .team__thumb {
    padding: 20px 20px 0;
}

/*---------------------------------------
  11. Our Top Distanation
----------------------------------------*/
.distanation {
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 1;
    background: #ffb300;
}

.distanation__details {
    height: auto;
    left: 50%;
    position: absolute !important;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto;
    z-index: 7 !important;
}

    .distanation__details h4 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }

    .distanation__details h6 {
        font-size: 14px;
        font-weight: 400;
        margin-top: 7px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }

.distanation::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: 0.3s;
}

.distanation {
    margin-top: 30px;
    transition: 0.3s;
}

    .distanation:hover::before {
        opacity: 0.6;
    }

    .distanation:hover {
        box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.2);
    }

.top__distanation__inner {
    margin-top: -30px;
}

.distanation__details.distanation--big--images--hover h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.distanation__details.distanation--big--images--hover h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 6px;
    text-transform: uppercase;
}

.distanation__details.distanation--big--images--hover {
    left: 30px;
    top: 70px;
    transform: translate(0px);
}

    .distanation__details.distanation--big--images--hover h6 {
        font-size: 24px;
        margin-top: 19px;
        text-align: left;
        text-transform: uppercase;
    }

    .distanation__details.distanation--big--images--hover p {
        color: #fff;
        font-size: 24px;
        margin-bottom: 50px;
        margin-top: 37px;
        text-transform: uppercase;
    }

        .distanation__details.distanation--big--images--hover p span {
            font-size: 48px;
        }

.distanation__btn {
    text-align: center;
}

.distanation.distanation--big--images::after {
    background: #ffb300 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 934234;
}

.distanation.distanation--big--images .distanation__thumb {
    position: relative;
}

    .distanation.distanation--big--images .distanation__thumb::before {
        background: #ffb300 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 10px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 999;
    }


/*---------------------------------------
  12. Our Testimonial Area
----------------------------------------*/
.testimoaial__details p {
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    margin-top: 44px;
    padding: 0 7% 0 10%;
    position: relative;
}

.testimoaial__details h4 {
    color: #ffb300;
    font-size: 18px;
    font-weight: 600;
    margin-top: 43px;
    text-transform: uppercase;
}

.testimoaial__details h6 {
    font-size: 18px;
    margin-top: 14px;
    text-transform: uppercase;
}

.testimoaial__details p::before {
    content: "";
    font-family: Tahoma;
    font-size: 32px;
    font-style: italic;
    left: 7%;
    position: absolute;
    top: -10px;
    transform: rotate(180deg);
}

.testimoaial__details p::after {
    bottom: -10px;
    content: "";
    font-family: Tahoma;
    font-size: 32px;
    padding-left: 15px;
    position: absolute;
    right: auto;
}

.testimonial__area .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.tesimoaial__thumb {
    max-width: 110px;
    margin: auto;
}

.owl-item .testimoaial__wrap {
    margin: auto;
    max-width: 900px;
    opacity: 0.6;
    transition: 0.3s;
}

.owl-item.active .testimoaial__wrap {
    opacity: 1;
}

.testimonial__area .active .slide-item {
    opacity: 1;
}

.testimonial__area .slide-item {
    position: relative;
    opacity: 0.30;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial__area .testimonial__outer {
    max-width: 900px;
    margin: 0 auto;
}








.testimonial__area .owl-dots {
    position: relative;
    padding-top: 70px;
    text-align: center;
}

    .testimonial__area .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        margin: 0px 8px;
    }

        .testimonial__area .owl-dots .owl-dot span {
            background: #fff none repeat scroll 0 0;
            bottom: 0;
            display: block;
            height: 10px;
            position: absolute;
            transition: all 0.3s ease 0s;
            width: 4px;
        }

        .testimonial__area .owl-dots .owl-dot.active span {
            background: #ffb300 none repeat scroll 0 0;
            height: 30px;
        }



/*---------------------------------------
  13. Our Blog Area
----------------------------------------*/
.blog {
    position: relative;
    transition: all 0.3s ease 0s;
}

.blog__hover__information {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 0 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 2;
}

    .blog__hover__information::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        opacity: 0.7;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.blog__hover__inner p.time {
    color: #fff;
    font-size: 12px;
}

    .blog__hover__inner p.time i {
        margin-right: 10px;
    }

.blog__hover__inner h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 18px;
    text-transform: uppercase;
}

.blog__hover__inner p {
    color: #fff;
    font-size: 13px;
}

.blog__like__comment {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}

    .blog__like__comment li i {
        color: #fff;
        font-size: 14px;
        margin-right: 10px;
    }

    .blog__like__comment li {
        color: #fff;
        font-size: 12px;
    }

.read__more__btn {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

.blog__btn {
    margin-top: 19px;
}

.blog:hover {
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2);
}

/*---------------------------------------
  14. Our Brand Area
----------------------------------------*/
.brand__list {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    justify-content: space-around;
    padding: 64px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*---------------------------------------
  15. Our Contact Area
----------------------------------------*/
.contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.address__icon i {
    border: 1px solid #bdbdbd;
    color: #909090;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

.address__icon {
    margin-right: 15px;
}

.address__details p {
    color: #444444;
    font-size: 16px;
}
/*---------------------------------------
   Our login Area
----------------------------------------*/
.modal .modal-header {
    border: 0 none;
    min-height: auto;
    padding: 0;
}

.modal {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999999999;
}

.signup-form #form-pop-up {
    top: 40%;
}

.modal-dialog {
    background: #f5f5f5 none repeat scroll 0 0;
    bottom: 0;
    height: 164px;
    left: 0;
    margin: auto;
    padding: 0px 0px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 452px;
    margin-top: 100px;
}

#register__form__wrap .modal-dialog {
    height: 440px;
}

#register__form__wrap .area-title {
    margin-bottom: 20px;
}

.modal-content {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
}

.modal .modal-header {
    border: 0 none;
    min-height: auto;
    padding: 0;
}

.modal-dialog button.close::after {
    display: none;
}

.modal-dialog button.close {
    background: #FFB300 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    height: 28px;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    right: 5px;
    text-align: left;
    text-transform: uppercase;
    top: 5px;
    width: 28px;
}

.modal-body {
    padding: 10px 5px 0px 20px;
}

.form-box input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-left: 0px;
    padding-bottom: 5px;
}

    .form-box input + input {
        margin-top: 15px;
    }

.modal-title {
    color: #fff;
    font-size: 24px;
    padding: 3px 0px;
}

.remember {
    margin-top: 20px;
}

.pull-right {
    margin-top: 20px;
}

.login__btn {
    background: #ffb300 none repeat scroll 0 0;
    border: 1px solid #ffb300;
    border-radius: 22px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
}

    .login__btn:hover {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #ffb300;
        color: #444;
    }

.remember label {
    color: #8b8679;
    font-size: 12px;
}

.pull-right a {
    color: #ffb300;
    font-size: 13px;
}
/*---------------------------------------
   Register Area
----------------------------------------*/
.register__btn {
    background: #ffb300 none repeat scroll 0 0;
    border: 1px solid #ffb300;
    border-radius: 22px;
    color: #fff;
    height: 40px;
    line-height: 36px;
    margin-top: 30px;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
}

    .register__btn:hover {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #ffb300;
        color: #444;
    }

.area-title h2 {
    color: #ffb300;
    margin-bottom: 5px;
}
/*---------------------------------------
  16. Our Bradcaump Area
----------------------------------------*/
.ht__bradcaump__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /* height: 230px;  i changed this style to below */
    height: 102px;
    justify-content: center;
}


.bradcaump__inner {
    padding-top: 100px;
}

.bradcaump-title {
    font-size: 30px;
    text-transform: uppercase;
}

.breadcrumb-item {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.brd-separetor {
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}

.breadcrumb-item.active {
    color: #ffb300;
}

.bradcaump-inner {
    margin-top: 19px;
}

@media(max-width:766px) {
    .ht__bradcaump__wrap {
        display: inline;
    }
}

.select__optionbg {
    border-radius: 67px;
}
/*---------------------------------------
  17. Our Package List
----------------------------------------*/
.package__list {
    position: relative;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.package__list__details {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.package__list__inner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.package__list__details::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.7;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}

.package__list__inner h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.package__list__inner p {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

    .package__list__inner p span.list__price {
        font-size: 24px;
        font-weight: 600;
    }

.package__list:hover .package__list__details {
    opacity: 0;
}

.package__list:hover .package__list__hover__info {
    opacity: 1;
}

.package__list__details {
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 2;
}

.package__list__hover__info {
    height: 100%;
    left: -150%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 50%;
    z-index: 2;
}

    .package__list__hover__info::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        margin-left: -58px;
        opacity: 0.7;
        position: absolute;
        top: 0;
        transform: skewX(21deg);
        width: 120%;
    }

.package__list__hover__details {
    left: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .package__list__hover__details h4 {
        color: #ffb300;
        font-size: 18px;
        text-transform: uppercase;
    }

    .package__list__hover__details h6 {
        color: #fff;
        font-size: 14px;
        margin-top: 20px;
    }

    .package__list__hover__details p {
        color: #fff;
        margin-top: 21px;
        padding-right: 14%;
    }

.package__list__inner h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 11px;
    margin-top: 7px;
    text-transform: uppercase;
}

.package__list__inner {
    text-align: center;
}

.package__list {
    margin-top: 30px;
}

.pacgage__list__wrap {
    margin-top: -30px;
}

.package__list:hover .package__list__hover__info {
    left: 0;
}

.package__list:hover .package__list__details::before {
    left: auto;
    right: -100%;
    transform: skewX(21deg);
}















.hast-count .time-count-num {
    background: rgba(255,255,255, 0.2) none repeat scroll 0 0;
    color: #ffb300;
    font-family: Tahoma;
    font-size: 36px;
    font-weight: 700;
    padding: 8px 15px;
    text-align: center;
}

.hast-count {
    margin: 0 8px;
}


/*---------------------------------------
  18. Our Contact Area
----------------------------------------*/



.contact-form-wra {
    padding: 65px;
}

.contact-form-wrap {
    padding: 40px;
    border: 1px solid #ddd;
    margin-bottom: 50px;
    margin-top: -50px;
}

.contact-box input {
    /*background: transparent none repeat scroll 0 0;*/
    background: white;
    border: 1px solid #e7e7e7;
    height: 36px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}

.contact-box {
    display: flex;
    width: 100%;
}

.contact-checkbox {
    margin-top: 15px;
    padding-bottom: 20px;
}

    .contact-checkbox label {
        margin-bottom: 15px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.62);
    }

    .contact-checkbox input {
        margin-bottom: 5px;
        height: 18px;
        width: 20%;
        vertical-align: middle;
    }

.single-contact-form {
    margin-top: 20px;
}

.contact__title {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contact-box.subject input {
    margin-right: 0;
    width: 100%;
}

.contact-box input + input {
    margin-left: 30px;
}

.contact-box.message textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    min-height: 140px;
    padding: 20px;
    resize: none;
}

.contact-btn button.htc__contact__btn {
    background: #9ce848 none repeat scroll 0 0;
    border: 1px solid #01b212;
    border-radius: 22px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    transition: all 0.3s ease 0s;
}

    .contact-btn button.htc__contact__btn:hover {
        background: transparent;
        border: 1px solid #ffb300;
        background-color: #01b212;
    }

.contact-btn {
    /*margin-top: 74px;*/
    text-align: center;
}

.contact-form-wrap {
    position: relative;
    /*right: 158px;
    top: 46px;*/
}

.information_details h4 {
    color: #ffb300;
    font-size: 18px;
    padding-top: 30px;
    text-transform: uppercase;
}

.information_details h6 {
    color: #606060;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 11px;
    margin-top: 6px;
    text-transform: uppercase;
}

.information_details p {
    color: #606060;
    font-size: 15px;
}

    .information_details p i {
        color: #606060;
        font-size: 18px;
        margin-right: 20px;
    }

#googleMap {
    height: 100px;
    width: 265px;
    border: 1px solid #868585ab;
    border-radius: 10px 10px 10px 10px;
}



.map-contacts {
    position: relative;
}

.map__hover__info {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

    .map__hover__info::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        opacity: 0.7;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

.map__hover__inner {
    padding: 50px 80px;
}

    .map__hover__inner h2 {
        color: #fff;
        font-size: 24px;
        padding-bottom: 13px;
        position: relative;
        text-transform: uppercase;
    }

        .map__hover__inner h2::before {
            background: #ffb300 none repeat scroll 0 0;
            bottom: 0;
            content: "";
            height: 1px;
            left: 0;
            position: absolute;
            width: 100%;
        }

    .map__hover__inner h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 13px;
        margin-top: 20px;
        text-transform: uppercase;
    }

    .map__hover__inner p {
        color: #fff;
        text-align: center;
    }

    .map__hover__inner a {
        color: #fff;
    }

.map__hover__inner {
    text-align: center;
}

.single__find__address {
    margin-top: 8px;
}

/*---------------------------------------
  19. Our Portfolio Area
----------------------------------------*/
.portfolio {
    position: relative;
    transition: all 0.3s ease 0s;
}

.portfolio__inner {
    position: relative;
}

.htc__hover__fornt img {
    width: 100%;
}

.htc__hover__information::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.htc__hover__information {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.htc__hover__action {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

    .htc__hover__action a {
        border: 1px solid #fff;
        border-radius: 100%;
        display: block;
        height: 42px;
        line-height: 48px;
        opacity: 0;
        text-align: center;
        transition: all 0.3s ease 0s;
        visibility: hidden;
        width: 42px;
    }

        .htc__hover__action a i {
            color: #fff;
            font-size: 24px;
        }

.portfolio:hover {
    box-shadow: 0 8px 12px rgba(51, 51, 51, 0.30);
}

    .portfolio:hover .htc__hover__information::before {
        opacity: 0.7;
        visibility: visible;
    }

    .portfolio:hover .htc__hover__action a {
        opacity: 1;
        visibility: visible;
    }

.htc__hover__action a:hover {
    background: #ffb300 none repeat scroll 0 0;
    border: 1px solid #ffb300;
    color: #fff !important;
}
/*--------------------
  Pro Item inner
----------------------*/
.htc__port__filter__nav {
    display: flex;
    justify-content: center;
}

.pro__item {
    margin-top: 30px;
}

.htc__port__filter__nav li {
    border: 1px solid #cac8c8;
    color: #303030;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    height: 29px;
    line-height: 29px;
    margin: 0 10px;
    padding: 0 14px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

    .htc__port__filter__nav li:hover,
    .htc__port__filter__nav li.is-checked {
        background: #ffb300 none repeat scroll 0 0;
        border-color: #ffb300;
        color: #fff;
    }

    .htc__port__filter__nav li + li {
        margin-left: 0;
    }

.htc__port__filter__nav {
    margin-top: 30px;
}






/*-------------------------------------
  End Potfolio Area
---------------------------------------*/

/*---------------------------------------
  20. Our About Area
----------------------------------------*/
.htc__about__inner h2 {
    font-size: 30px;
    margin-bottom: 39px;
    text-transform: uppercase;
}

.htc__about__inner h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.htc__about__inner {
    margin-bottom: 50px;
    padding-bottom: 46px;
    position: relative;
}

    .htc__about__inner p {
        text-align: justify;
    }

    .htc__about__inner::before {
        /*background: #ffb300 none repeat scroll 0 0;*/
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%;
    }


.view-mode {
    border-top: 1px solid #ffb300;
    display: flex;
    overflow: hidden;
}

    .view-mode li a {
        color: #606060;
        display: inline-block;
        font-size: 18px;
        height: 60px;
        line-height: 60px;
        padding: 0 41px;
        position: relative;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        z-index: 2;
    }

        .view-mode li a:hover {
            color: #fff;
        }

    .view-mode li {
        background: #fff none repeat scroll 0 0;
        transition: 0.3s;
    }

        .view-mode li a::before {
            background: #ffb300 none repeat scroll 0 0;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            transform: skewX(-15deg);
            transition: all 0.3s ease 0s;
            width: 100%;
            z-index: -1;
        }

        .view-mode li:first-child a::before {
            left: -10%;
            width: 120%;
            right: auto;
        }

        .view-mode li:last-child a::before {
            right: -19%;
            width: 120%;
            left: auto;
        }

        .view-mode li a:hover::before,
        .view-mode li.active a::before {
            opacity: 1;
        }

        .view-mode li a:hover,
        .view-mode li.active a {
            color: #fff;
        }

.tab__content__inner {
    padding: 30px;
}

    .tab__content__inner h2 {
        color: #252525;
        font-size: 18px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .tab__content__inner p {
        margin-bottom: 35px;
    }

.tab__list li a {
    font-size: 14px;
}

.tab__list li + li {
    margin-top: 6px;
}

.tab__list li a i {
    margin-right: 16px;
}

.single__tab__content.tab-pane:not(.active) {
    display: none;
}





/*---------------------
  New Code
------------------------*/

.contact__img img {
    width: 100%;
}

.single__option select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: rgba(0, 0, 0, 0) url("images/icons/select-option.png") no-repeat scroll 90% 21px / 10px 6px;
}

.single__option {
    background: #fff none repeat scroll 0 0;
}
/*---------------------------------------
  21. Our Book The Tour
----------------------------------------*/
.book__tour__wrap {
    margin-top: 50px;
    padding: 0 70px;
}

.single__tour__box.name,
.single__tour__box.email {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
}

    .single__tour__box.name input,
    .single__tour__box.email input {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #606060;
        height: 40px;
        line-height: 40px;
        margin: 0 20px;
        padding: 0 20px;
        width: 50%;
    }

.single__tour__box.option--select {
    float: left;
    padding-right: 20px;
    width: 50%;
}

.single__tour__box.date--book {
    overflow: hidden;
    padding-right: 20px;
    width: 50%;
}

.single__tour__box.option--select select {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #606060;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 46%;
}

.single__tour__box.date--book input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #606060;
    height: 40px;
    line-height: 40px;
    margin-left: 20px;
    padding: 0 20px;
    width: 100%;
}

.single__tour__box.option--select select + select {
    margin-left: 38px;
}

.single__tour__box.option--select select {
    float: left;
}

.single__tour__box {
    margin-top: 30px;
}

    .single__tour__box input {
        color: #fff;
    }

    .single__tour__box.option--select select option {
        color: #444;
        padding: 3px 20px;
    }

    .single__tour__box input::-moz-placeholder {
        color: #fff !important;
        opacity: 1;
    }

input::-webkit-input-placeholder {
    / Chrome/Opera/Safari / color: #444;
}

input::-moz-placeholder {
    / Firefox 19+ / color: #444;
}

input:-ms-input-placeholder {
    / IE 10+ / color: #444;
}

input:-moz-placeholder {
    / Firefox 18- / color: #444;
}



.single__tour__box input::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.single__tour__box input::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.single__tour__box input::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.single__tour__box input::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}
/*-------------------------------------
  input box
--------------------------------------*/
.single__tour__box [type="text"]:focus,
.single__tour__box [type="text"]:focus::-moz-placeholder,
.single__tour__box [type="email"]:focus,
.single__tour__box [type="email"]:focus::-moz-placeholder {
    color: #fff;
}

.single__tour__box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: rgba(0, 0, 0, 0) url("images/tour-details/booking-table/shape-1.png") no-repeat scroll 91% 8px / 13px 23px !important;
}



/*---------------------------------------
  22. Our Tour Details
----------------------------------------*/
.package__off h2 {
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

    .package__off h2 span {
        font-size: 30px;
        font-weight: 700;
        padding-left: 152px;
        position: relative;
    }

        .package__off h2 span::before {
            background: #ffb300 none repeat scroll 0 0;
            content: "";
            height: 2px;
            left: 63px;
            position: absolute;
            top: 50%;
            width: 80px;
        }

.section__title__3 {
    display: inline-block;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

    .section__title__3::before {
        background: #ffb300 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 50%;
    }

.single__unick {
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
}

    .single__unick h4 {
        font-size: 14px;
        margin-top: 10px;
        text-transform: capitalize;
    }

.tour__overview__wrap {
    margin-top: 50px;
}

.single__overview {
    display: flex;
}

.overview__days span {
    color: #606060;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.tour__overview__inner {
    margin-top: 50px;
    position: relative;
}

.overview__days {
    padding-right: 47px;
}

.overview__dewtails h2 {
    font-size: 18px;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.overview__dewtails {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}

.overview__hover__info {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease 0s;
}

.overview__inner {
    position: relative;
}

    .overview__inner::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all 0.3s ease 0s;
        width: 100%;
    }

.single__overview {
    transition: all 0.3s ease 0s;
}

    .single__overview:hover .overview__inner::before {
        opacity: 0.7;
    }

    .single__overview:hover .overview__hover__info {
        opacity: 1;
    }

.single__overview {
    margin-top: 80px;
}

.tour__overview__inner {
    margin-top: -30px;
}










/* --------------------
New code 
--------------------------*/

.single__overview .overview__days {
    width: 15%;
}

.single__overview .overview__dewtails {
    width: 39%;
}

.single__overview .overview__thumd {
    padding-left: 70px;
    width: 46%;
}

.overview__days {
    padding-right: 100px;
}

.overview__dewtails {
    padding-left: 0;
    padding-right: 60px;
}

.overview__inner img {
    width: 100%;
}

.overview__dewtails {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
}

.overview__days {
    position: relative;
}

.single__overview {
    position: relative;
}

    .single__overview::before {
        background: #ffb300 none repeat scroll 0 0;
        content: "";
        height: 1px;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: scale(0);
        transform-origin: left center 0;
        transition: all 0.8s ease 0s;
        width: calc(100% - 105px);
    }

    .single__overview:hover::before {
        transform: scale(1);
    }

.overview__dewtails {
    background: #fff none repeat scroll 0 0;
    padding-left: 30px;
    padding-right: 30px;
}

.tour__overview__inner {
    position: relative;
}

    .tour__overview__inner::before {
        background: #ffb300 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 100px;
        position: absolute;
        top: 0;
        width: 2px;
    }

.overview__days::before {
    background: #ffb300 none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 91px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 20px;
}

.overview__dewtails p {
    text-align: justify;
}




/*---------------------------------------
  23. Our Blog Details
----------------------------------------*/
h3.leave-comment-text {
    border-bottom: 1px solid #ffb300;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.blog-search input[type="text"] {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    color: #666666;
    height: 40px;
    line-height: 28.8px;
    margin: 0;
    outline: medium none;
    padding: 5px 15px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.blog-search button.submit {
    background-color: #ffb300;
    border: 1px solid #ffb300;
    color: #fff;
    font-size: 13px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 60px;
    width: 45px;
}

.blog-right-sidebar-top a {
    color: #666666;
    font-size: 14px;
}

.blog-right-sidebar-bottom li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 14px;
}

.blog-right-sidebar-bottom a {
    border: 1px solid #c1c1c1;
    color: #666;
    display: inline-block;
    padding: 9px 24px;
    transition: all 0.4s ease 0s;
    transition: 0.3s;
}

    .blog-right-sidebar-bottom a:hover {
        background-color: #ffb300;
        border: 1px solid #ffb300;
        color: #fff;
    }

.blog-right-sidebar-top li {
    margin-bottom: 12px;
}

.blog-right-sidebar-top a:hover {
    color: #ffb300;
}

.blog-img img {
    width: 100%;
}

.blog-info {
    margin-top: 17px;
}

.blog-meta span {
    color: #666666;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.blog-meta i {
    color: #464646;
    font-size: 14px;
    padding-right: 10px;
}

.blog-info h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 15px 0 20px;
    text-transform: uppercase;
}

.blog-info > p {
    color: #666;
}

.blog-info > a {
    border: 1px solid #464646;
    border-radius: 20px;
    color: #464646;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 27px;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

    .blog-info > a:hover {
        background-color: #ffb300;
        color: #fff;
        border: 1px solid #ffb300;
    }

.blog-meta > span {
    padding-right: 20px;
}

.page li {
    float: left;
    margin-right: 15px;
}

.page a {
    border: 1px solid #c1c1c1;
    display: inline-block;
    height: 40px;
    line-height: 37px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}

    .page a:hover, .page li.active a {
        background-color: #ffb300;
        border: 1px solid #ffb300;
        color: #fff;
    }

.page {
    display: inline-block;
    text-align: center;
}

.blog-img a {
    display: block;
    position: relative;
}

    .blog-img a::before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all 0.4s ease 0s;
        width: 100%;
    }

.blog-part:hover .blog-img a::before {
    opacity: 0.7;
}












/*---------------------
Code New
--------------------*/


.single__option input::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

.newsletter__inner input::-moz-placeholder {
    color: #909090;
    font-size: 14px;
}

.heading-div {
    padding-bottom: 60px;
}

.services-col h4 {
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 6px;
    margin-top: 0;
}

.services-col img {
    max-width: 64px;
}

.services-content {
    margin-left: 20px;
}

    .services-content p {
        text-align: unset;
    }

.services-row-2 {
    margin-top: 40px;
}

.our__service__area h2 {
    font-size: 29px;
    text-align: center;
    padding-bottom: 70px;
}

.cq-hotspots .hotspot-item {
    position: absolute;
}

    .cq-hotspots .hotspot-item.pulse-white a {
        border: none;
        -webkit-animation: pulse-white 2s ease-out infinite;
        -moz-animation: pulse-white 2s ease-out infinite;
        animation: pulse-white 2s ease-out infinite;
    }

    .cq-hotspots .hotspot-item a {
        width: 24px;
        height: 24px;
        border: 2px solid rgba(255,255,255,.4);
        color: #fff;
        text-decoration: none;
        position: absolute;
        left: auto;
        top: auto;
        border-radius: 100%;
        -moz-transition: all .2s ease-out 0;
        -o-transition: all .2s ease-out 0;
        -webkit-transition: all .2s ease-out;
        -webkit-transition-delay: 0;
        transition: all .2s ease-out 0;
    }

        .cq-hotspots .hotspot-item a.cq-tooltip span {
            width: 10px;
            height: 10px;
            margin: -5px 0 0 -5px;
        }

        .cq-hotspots .hotspot-item a span {
            width: 8px;
            height: 8px;
            margin: -4px 0 0 -4px;
            border-radius: 100%;
            position: absolute;
            display: block;
            background: #FFF;
            left: 50%;
            top: 50%;
        }
/*hover effect*/
.shows {
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 19%);
    background-color: #ffffff;
    border: 4px solid #fff;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    height: 183px;
    width: 195px;
    /*letter-spacing: 1px;*/
    line-height: 15px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    top: -83px;
    left: 40px;
    display: none;
    padding: 4px 0px;
    z-index: 9999;
}

    .shows:after {
        content: '';
        position: absolute;
        /*bottom:-10px;*/
        width: 10px;
        height: 10px;
        border-bottom: 4px solid #fff;
        border-right: 4px solid #fff;
        background: #f8f8f8;
        right: 100%;
        top: 50%;
        margin-top: -6px;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .shows ul {
        text-transform: capitalize;
    }

.list-left, .list-right {
    text-align: left;
}

.list-left {
    margin-left: 10px;
}

.list-right {
    margin-right: 6px;
    float: right;
}

.hover-north {
    padding: 6px 0px;
    width: 225px;
    height: 155px;
    top: -68px;
}

.hover-europe {
    top: -135px;
    height: 288px;
    width: 204px;
}

.hover-south {
    padding: 5px 0px;
    height: 155px;
    width: 240px;
    top: -68px;
}

.hover-africa {
    padding: 4px 20px;
    text-align: left;
    width: 125px;
    top: -74px;
    height: 166px;
}

.hover-australia {
    padding: 4px 18px;
    height: 109px;
    width: 127px;
    top: -47px;
    text-align: left;
}

.hover-antartica {
    padding: 6px 22px;
    text-align: left;
    width: 118px;
    height: 170px;
    top: -76px;
}



.circle {
    /*margin:100px;*/
    float: left;
    position: relative;
    cursor: pointer;
}

p:hover + .shows {
    display: block;
}

.circle {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: .25;
}

.red {
    background-color: #ef8126;
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-animation: up-right 1s infinite;
    -moz-animation: up-right 1s infinite;
    -o-animation: up-right 1s infinite;
    animation: up-right 1s infinite;
}

@media(max-width:991px) and (min-width:766px) {

    .circle {
        border-radius: 50%;
        width: 9px;
        height: 9px;
        opacity: .25;
    }
}

@media(max-width:765px) and (min-width:200px) {

    .circle {
        border-radius: 50%;
        width: 4px;
        height: 4px;
        opacity: .25;
    }
}

@keyframes up-right {
    0% { <!--
        from w w w . j a va 2 s. c o m--> transform: scale(1);
        opacity: .25;
    }

    50% {
        transform: scale (1, 5);
        opacity: 1;
    }

    100% {
        transform: scale(1.1);
        opacity: .25;
    }
}

.contact-box select {
    height: 39px;
    background: white;
    border: 1px solid #e7e7e7;
}

.item-north {
    top: 36%;
    left: 18%;
}

.item-europe {
    top: 39%;
    left: 53.6%
}

.item-asia {
    top: 33%;
    left: 67.5%;
}

.item-south {
    top: 74%;
    left: 29%;
}

.item-africa {
    top: 62%;
    left: 50%;
}

.item-australia {
    top: 79.8%;
    left: 81.3%;
}

.item-actarctica {
    top: 55%;
    left: 56.9%;
}
/*@media(max-width:1200px) {
     .item-north {
     top: 21%;
    left: 22%;
    }

    .item-europe {
       top: 18%;
    left: 54.6%;
    }

    .item-asia {
       top: 22%;
    left: 69%;
    }

    .item-south {
        top: 60%;
    left: 31%;
    }

    .item-africa {
       top: 45%;
    left: 52%;
    }

    .item-australia {
        top: 64.8%;
    left: 82.3%;
    }

    .item-actarctica {
        top: 36%;
    left: 58.5%;
    }
}*/

@media(max-width:766px) {
    .shows-asia {
        left: -80px!important;
    }
    .shows-south {
        left: 13px !important;
    }
    .shows-europe {
        left: -43px !important;
    }
    .shows-new {
       
        left: -65px !important;
    }
    .item-north {
        top: 38% !important;
        left: 19% !important;
    }

    .item-europe {
        top: 38%;
        left: 54.6%;
    }

    .item-asia {
        top: 33%;
        left: 68%;
    }

    .item-south {
        top: 74%;
        left: 30%;
    }

    .item-africa {
        top: 64%;
        left: 51%;
    }

    .item-australia {
        top: 79.8%;
        left: 82.3%;
    }

    .item-actarctica {
        top: 53%;
        left: 57.5%;
    }
}


/*@media(max-width:767px) {
    .item-north {
        top: 35%;
        left: 18%;
    }

    .item-europe {
        top:31%;
        left: 56.6%;
    }

    .item-asia {
        top: 34%;
        left: 71%;
    }

    .item-south {
      top: 75%;
    left: 28%;
    }

    .item-africa {
           top: 60%;
    left: 52%;
    }

    .item-australia {
        top: 79.8%;
        left: 84.3%;
    }

    .item-actarctica {
       top: 49%;
    left: 60%;
    }
}*/

/*@media(max-width:480px) and (min-width:210px) {
.item-north {    
   top: 48%;
    left: 19%;
    }

    .item-europe {
   top: 49%;
    left: 52.6%;
    }

    .item-asia {
        top: 43%;
    left: 66%;
    }

    .item-south {
    top: 79%;
    left: 30%;
    }

    .item-africa {
    top: 69%;
    left: 49.5%;
    }

    .item-australia {
       top: 83.8%;
    left: 78.3%;
    }

    .item-actarctica {
    top: 62%;
    left: 56.5%;
    }
}*/
@media(max-width:480px) and (min-width:440px) {
    .item-north {
        top: 48%;
        left: 19%;
    }

    .item-europe {
        top: 50.5%;
        left: 52.6%;
    }

    .item-asia {
        top: 45%;
        left: 66.4%;
    }

    .item-south {
        top: 79%;
        left: 30%;
    }

    .item-africa {
        top: 69%;
        left: 49.5%;
    }

    .item-australia {
        top: 83.8%;
        left: 78.3%;
    }

    .item-actarctica {
        top: 64%;
        left: 56.5%;
    }
}



@media(max-width:389px) {
    .item-north {
        top: 45%;
        left: 18%;
    }

    .item-europe {
        top: 37%;
        left: 54.6%;
    }

    .item-asia {
        top: 32.8%;
        left: 68.4%;
    }

    .item-south {
        top: 74%;
        left: 29%;
    }

    .item-africa {
        top: 65%;
        left: 52%;
    }

    .item-australia {
        top: 79%;
        left: 82.3%;
    }

    .item-actarctica {
        top: 52%;
        left: 57.5%;
    }
}

* {
    font-family: Tahoma;
}

.input {
    position: relative;
}

.tooltip {
    display: none;
    padding: 10px;
}

.input:hover .tooltip {
    background: blue;
    border-radius: 3px;
    bottom: -60px;
    color: white;
    display: inline;
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
}

    .input:hover .tooltip:before {
        display: block;
        content: "";
        position: absolute;
        top: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid blue;
    }

#mobilecode::-webkit-input-placeholder {
    padding: 0px 0px 0px -20px;
    font-size: 14px;
    line-height: 3;
}


img, .img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.aboutAs1 {
    float: left;
    position: absolute;
    top: 17%;
    left: 13.5%;
    font-size: 16px;
}

.abou {
    float: left;
    position: absolute;
    top: 41%;
    left: 4%;
    font-size: 14px;
    border-bottom: 1px solid;
}

.aboutCon {
    text-align: justify;
    float: left;
    position: absolute;
    top: 26%;
    left: 4%;
    width: 30%;
    font-size: 11px;
    line-height: 18px;
}

.aboutList {
    float: left;
    position: absolute;
    top: 51%;
    left: 4%;
    font-size: 11px;
    line-height: 22px;
}

@media(max-width:1199px) {
    .aboutAs1 {
        float: left;
        position: absolute;
        top: 17%;
        left: 11.5%;
        font-size: 16px;
    }

    .aboutCon {
        text-align: justify;
        float: left;
        position: absolute;
        top: 26%;
        left: 4%;
        width: 30%;
        font-size: 11px;
        line-height: 15px;
    }

    .abou {
        float: left;
        position: absolute;
        top: 42%;
        left: 4%;
        font-size: 13px;
        border-bottom: 1px solid;
    }

    .aboutList {
        float: left;
        position: absolute;
        top: 51%;
        left: 4%;
        font-size: 12px;
        line-height: 19px;
    }
}

.aboutContent {
    float: right;
    position: absolute;
    top: 15%;
    left: 65.9%;
    width: 29%;
    text-align: justify;
    font-size: 12px;
    line-height: 28px;
}


@media(max-width:1199px) {
    .aboutContent {
        float: right;
        position: absolute;
        top: 15.5%;
        left: 64.9%;
        width: 31%;
        text-align: justify;
        font-size: 11px;
        line-height: 20.9px;
    }
}



@media (max-width: 991px) and (min-width: 5px) {
    .aboutAsfull {
        display: none;
    }
}


.top1 {
    margin-top: 100px;
}

.toppp {
    margin-top: 100px;
}

.footer-area .footer-widget {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #232f3e;
}


    .footer-area .footer-widget .footer-link ul li a {
        font-size: 15px;
        line-height: 24px;
        color: #ffffff;
        margin-top: 0px;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

.footer-area .footer-widget {
    padding-top: 0px;
    padding-bottom: 20px;
}

.client-logo-area {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-area {
    background: #1f5c97;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.portfolio-area {
    padding-top: 20px;
}

.section-title .title {
    font-size: 23px;
    font-weight: 700;
    color: #1f5c97;
    line-height: 70px;
}

.pricing-area {
    padding-top: 20px;
    padding-bottom: 20px;
}

select {
    word-wrap: normal;
    width: 100%;
    height: 40px!important;
    border: 1px solid #a4a4a4;
    padding-left: 7px;
    padding-right: 12px;
    position: relative;
    font-size: 15px;
    border-radius: 3px;
    color: #6c6c6c;
}

.button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 9px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 3px;
}

.button2 {
    background-color: #1f5c97;
}


.main-section {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 5px;
}

.dashbord {
    width: 32%;
    display: inline-block;
    color: #fff;
    margin-top: 50px;
}

.icon-section i {
    font-size: 22px;
    width: 3rem;
    height: 3.3rem;
    padding: 10px;
    border: 1px solid #3f93e4;
    border-radius: 50%;
    margin-top: -25px;
    margin-bottom: 10px;
    background-color: #3f93e4 !important;
}

.icon-section p {
    margin: 0px;
    font-size: 20px;
    padding-bottom: 10px;
}

.detail-section {
    background-color: #2F4254;
    padding: 5px 0px;
}

.dashbord .detail-section:hover {
    background-color: #5a5a5a;
    cursor: pointer;
}

.detail-section a {
    color: #fff;
    text-decoration: none;
}

.dashbord-green .icon-section, .dashbord-green .icon-section i {
    background-color: #1f5c97;
    border-radius: 3px;
}

.dashbord-green .detail-section {
    background-color: #149077;
}

.dashbord-orange .icon-section, .dashbord-orange .icon-section i {
    background-color: #1f5c97;
    border-radius: 3px;
}

.dashbord-orange .detail-section {
    background-color: #DA8C10;
}

.dashbord-blue .icon-section, .dashbord-blue .icon-section i {
    background-color: #2980B9;
}

.dashbord-blue .detail-section {
    background-color: #2573A6;
}

.dashbord-red .icon-section, .dashbord-red .icon-section i {
    background-color: #E74C3C;
}

.dashbord-red .detail-section {
    background-color: #CF4436;
}

.dashbord-skyblue .icon-section, .dashbord-skyblue .icon-section i {
    background-color: #8E44AD;
}

.dashbord-skyblue .detail-section {
    background-color: #803D9B;
}



.divs::after {
    font: 600 34px system-ui;
    content: counter(count);
    animation: counter 5s linear infinite alternate;
    counter-reset: count 1;
    color: #fff;
}

@keyframes counter {
    0% {
        counter-increment: count 0;
    }

    10% {
        counter-increment: count 1;
    }

    20% {
        counter-increment: count 2;
    }

    30% {
        counter-increment: count 3;
    }

    40% {
        counter-increment: count 4;
    }

    50% {
        counter-increment: count 5;
    }

    60% {
        counter-increment: count 6;
    }

    70% {
        counter-increment: count 7;
    }

    80% {
        counter-increment: count 8;
    }

    90% {
        counter-increment: count 9;
    }

    100% {
        counter-increment: count 10;
    }
}




.client-logo-area {
    border-top: 4px solid #1f5c97;
    border-bottom: 4px solid #1f5c97;
}

.slick-list {
    height: 6rem;
}


.navbar-area .navbar .navbar-nav {
    margin-right: 0px;
}


.slick-slide {
    height: 115px;
}


/*@media (min-width: 1200px) {
.container {
    max-width: 1260px;
}
}*/
.slick-slider {
    height: 7rem !important;
}


    @media (max-width: 767px) {
        .navbar-area {
            background: linear-gradient( 45deg, #ffff 64%, #1f5c97 28%) !important;
            padding: 0px 0 !important;
        }

       
        .pl-xs-0{
            padding-left:0px!important
        }
        .ml-lg-0 {
            margin-left: 8px !important;
        }

        .xsmap {
            padding-right: 0px;
            padding-left: 0px;
            margin-left: -15px;
        }

        .navbar-area.sticky {
            position: absolute !important;
        }
    }

    .mr-lg-0 {
        margin-right: 0px;
    }

    .ml-lg-0 {
        margin-left: 0px;
    }

    .pr-lg-0 {
        padding-right: 0px;
    }

.slide1-content {
    top: 29% !important;
    left: 18rem !important;
}

.slide3-content {
    top: 19% !important;
    left: -30rem !important;
}
.slide4-content {
    top: 29% !important;
    left: -27rem !important;
}
/*.slide4-content {
    top: 26% !important;
    left: -23rem !important;
}*/
.slide2-content {
    top: 60% !important;
}
.heading1 {
    font-size: 45px !important;
    font-family: Caveat !important;
    font-weight: 700;
}
.heading2 {
    font-size: 45px !important;
    font-family: Caveat !important;
    font-weight: 700;
}

@media (max-width: 480px) {
    .pricing-area {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .col-xl-3 {
        max-width: 53.333333%!important;
    }
    .col-xl-4 {
        max-width: 72.333333%!important;
    }
    .heading2 {
        font-family: Caveat !important;
        font-weight: 700;
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .heading1 {
        font-family: Caveat !important;
        font-weight: 700;
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 71%;
        left: 0;
    }
    .slide1-content {
        top: 30% !important;
        left: 6.5rem !important;
    }
    /*.slide2-content {
        top: 75% !important;
        left: 5rem !important;
    }*/
    .slide3-content {
        top: 63% !important;
        left: -3rem !important;
    }
    .slide2-content {
        top: 75% !important;
        left: 3.9rem !important;
    }

    .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title{
        padding:7px;
    }

    .slider-area .bd-example .carousel:hover .carousel-control-prev {
        left: 70px;
        opacity: 1;
        display:none!important;
    }
    .carousel-control-next {
        display: none !important;
    }
    .slide4-content {
        top: 33% !important;
        left: -2rem !important;
    }
}



@media (min-width: 481px) and (max-width: 768px) {
    .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 17px;
        text-align: justify;
        background: #1f5c97ad;
        padding: 13px !important;
        border-radius: 3px !important;
        letter-spacing: 1px;
        color: #fff;
    }
    .slider-area .bd-example .carousel:hover .carousel-control-prev {      
        display: none !important;
    }

    .carousel-control-next {
        display: none !important;
    }
   
    .heading1 {
        font-size: 30px !important;
        font-family: Caveat !important;
        font-weight: 700;
    }
    .heading2 {
        font-size: 30px !important;
        font-family: Caveat !important;
        font-weight: 700;
    }

    .section-title .text {
        font-size: 15px !important;
        line-height: 24px;
        color: #6c6c6c;
        margin-top: 14px;
        text-align: center;
    }

    .text-img {
        text-align: center;
    }

    .portfolio-area {
        padding-top: 0px !important;
    }

    .pricing-area {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .mt-3, .my-3 {
        margin-top: 0rem !important;
    }

    .map-size {
        margin-top: 0px !important;
        max-width: 100%;
        transition: all 0.3s ease-out 0s;
    }

    #features .feature-item {
        padding: 16px 17px 0px 30px !important;
        overflow: hidden;
        -moz-transition: all .8s ease;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

        #features .feature-item h4 {
            font-size: 15px !important;
            font-weight: 600;
            margin-bottom: 12px !important;
        }

    .map-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .slide1-content {
        top: 29% !important;
        left: 8rem !important;
    }

    .slide3-content {
        top: 20% !important;
        left: -16rem !important;
    }

    .slide4-content {
        top: 40% !important;
        left: -12rem !important;
    }

    .slide2-content {
        top: 40%;
    }

    .div-height {
        height: 435px !important;
    }
}



@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .col-xl-4{
        max-width:80%!important;
    }
    .heading1 {
        font-size: 42px !important;
        font-family: Caveat !important;
        font-weight: 700;
    }
    .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
        font-size: 17px;
        text-align: justify;
        background: #1f5c97ad;
        padding: 17px;
        border-radius: 3px !important;
        letter-spacing: 1px;
        color: #fff;      
    }
    .heading2 {
        font-size: 40px !important;
        font-family: Caveat !important;
        font-weight: 700;
    }
    .slide1-content {
        top: 28% !important;
        left: 11rem !important;
    }
    .slide3-content {
        top: 17% !important;
        left: -22rem !important;
    }
    .slide4-content {
        top: 27% !important;
        left: -18rem !important;
    }
}


.div-height {
    height: 370px;
}

.error-message {
    display: none!important;
   
}
.error-message-show {
    display: block;
    color: red;
    font-size:14px;
}