/*-----------------------------------------------------------------------------------

    Template Name: Churen Himal Treks
    Template URI: http://www.churenhimaltreks.com
    Description: Churen Huimal - Tour Agency HTML Template
    Author: Nepal Media

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. banner
	04. services
    05. solution
    06. video
    07. bulidings
    08. client
    09. fun-facts
    10. project
    11. faq
    12. news
    13. footer
    14. relationships
    15. leadership
    16. nano
    17. about
    18. mission
    19. experience
    20. history
    21. contact

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

body {
    font-family: "Lato", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    overflow-x: hidden;
}

* {
    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;
}

.no-margin {
	margin-left: 0px;
	margin-right: 0px;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #192437;
    margin: 0px;
    letter-spacing: .4px;
}

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: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.slick-slide {
    outline: 0;
}


/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-family:  'Lato';
    font-weight: 900;
    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: 1px solid #ff5500;
    padding: 0 40px 0 45px;
    font-size: 18px;
    line-height: 45px;
    border-radius: 4px;
    color: #fff;
    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;
    background-color: #ff5500;
    text-transform: uppercase;
    position: relative;
}

@media (max-width: 767px) {
    .main-btn {
        padding: 0 30px 0 55px;
    }
}

.main-btn::before {
    position: absolute;
    content: '';
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
    background: #fff;
    -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;
}

@media (max-width: 767px) {
    .main-btn::before {
        left: 30px;
    }
}

.main-btn:hover {
    background: #192437;
    color: #fff;
    border-color: #192437;
}

.main-btn:hover::before {
    background: #fff;
}

.main-btn.main-btn-2 {
    background-color: #192437;
    color: #fff;
    border-color: #192437;
}

.main-btn.main-btn-2::before {
    background: #FFFFFF;
}

.main-btn.main-btn-2:hover {
    border:1px solid #FFFFFF;
    color: #ff5500;
    background: transparent;
}

.main-btn.main-btn-2:hover::before {
    background: #FF5500;
}


.small-btn {
    display: inline-block;
    font-family:  'Lato';
    font-weight: 900;
    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: 1px solid #ff5500;
    padding: 6px 16px 6px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    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;
    background-color: #ff5500;
    text-transform: uppercase;
    position: relative;
}

.small-btn:hover {
    background: #192437;
    color: #fff;
    border-color: #192437;
}

.small-btn.small-btn-2 {
    background-color: #192437;
    color: #fff;
    border-color: #192437;
}

.small-btn.small-btn-2::before {
    background: #000088;
}

.small-btn.small-btn-2:hover {
    border:1px solid #000088;
    color: #000088;
    background: transparent;
}

.small-btn.small-btn-2:hover::before {
    background: #FF5500;
}


.preloader {
    background-color: #000088;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

.preloader .lds-ellipsis {
    width: 64px;
    height: 64px;
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
}

.preloader .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader .lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.preloader .lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0);
    }
}

/*===========================
    2.HEADER css 
===========================*/

.header-area .header-top {
    position: relative;
	ont-family: "Oswald", sans-serif;
}

.header-area .header-top::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    min-width: 20%;
    background: #f4f4f5;
}

@media (max-width: 767px) {
    .header-area .header-top::before {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .header-top::before {
        width: 20%;
    }
}

.header-area .header-top .header-top-items .logo {
    background: #f4f4f5;
    padding: 41px 85px 41px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .header-top .header-top-items .logo {
        padding: 41px 31px 41px 0;
    }
}

.header-area .header-top .header-top-items .header-top-info ul {
    display: flex;
}

.header-area .header-top .header-top-items .header-top-info ul li {
    position: relative;
    margin-left: 60px;
    padding-left: 116px;
    border-left: 1px solid #eaeaea;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .header-top .header-top-items .header-top-info ul li {
        margin-left: 30px;
        padding-left: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-top .header-top-items .header-top-info ul li {
        margin-left: 15px;
        padding-left: 14px;
    }
}

.header-area .header-top .header-top-items .header-top-info ul li:first-child {
    margin-left: 0;
    border-left: 0;
}

.header-area .header-top .header-top-items .header-top-info ul li i {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #ff5500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .header-top .header-top-items .header-top-info ul li i {
        left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-top .header-top-items .header-top-info ul li i {
        position: static;
        transform: translateY(0);
    }
}

.header-area .header-top .header-top-items .header-top-info ul li span {
    display: block;
    font-size: 12px;
    color: #7f8692;
    text-transform: uppercase;
}

.header-area .header-top .header-top-items .header-top-info ul li a {
    font-size: 14px;
    color: #192437;
}

.header-area .main-header {
    background: #121b2b;
    position: relative;
}

.header-area .main-header::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    min-width: 20%;
    background: #f4f4f5;
}

.header-area .main-header .main-header-item .header-btn a {
    background: #ff5500;
    line-height: 70px;
    padding: 0 60px 0 85px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    border-right: 10px solid #fff;
    white-space: nowrap;
    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;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header .main-header-item .header-btn a {
        padding: 0 30px 0 55px;
    }
}

@media (max-width: 767px) {
    .header-area .main-header .main-header-item .header-btn a {
        padding: 0 20px;
    }
}

.header-area .main-header .main-header-item .header-btn a::before {
    position: absolute;
    content: '';
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 15px;
    background: #fff;
    -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;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header .main-header-item .header-btn a::before {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .header-area .main-header .main-header-item .header-btn a::before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .main-header .main-header-item .header-btn a::before {
        display: block;
    }
}

.header-area .main-header .main-header-item .header-btn a:hover {
    color: #fff;
    background: #192437;
}

.header-area .main-header .main-header-item .header-btn a:hover::before {
    background: #fff;
}

.header-area .main-header .main-header-item .header-menu {
	font-family: "Oswald", sans-serif;
    background: #192437;
}

.header-area .main-header .main-header-item .header-menu ul {
	font-family: "Oswald", sans-serif;
    padding: 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header .main-header-item .header-menu ul {
        padding: 0 11px;
    }
}

.header-area .main-header .main-header-item .header-menu ul li {
    display: inline-block;
    position: relative;
}

.header-area .main-header .main-header-item .header-menu ul li > a {
    line-height: 70px;
    font-size: 14px;
    color: #9aa3b2;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 12px;
    -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: 1200px) {
    .header-area .main-header .main-header-item .header-menu ul li > a {
        margin: 0 10px;
    }
}

.header-area .main-header .main-header-item .header-menu ul li > a.active {
    color: #fff;
}

.header-area .main-header .main-header-item .header-menu ul li .sub-menu {
    position: absolute;
    left: 15px;
    top: 110%;
    width: 200px;
    background-color: #fff;
    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);
    /* border-top: 4px solid #ff5500; */
    padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area .main-header .main-header-item .header-menu ul li .sub-menu {
        left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header .main-header-item .header-menu ul li .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 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -ms-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
    }
}

@media (max-width: 767px) {
    .header-area .main-header .main-header-item .header-menu ul li .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 0s ease-out 0s;
        -moz-transition: all 0s ease-out 0s;
        -ms-transition: all 0s ease-out 0s;
        -o-transition: all 0s ease-out 0s;
        transition: all 0s ease-out 0s;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        border-top: 0;
    }
}

.header-area .main-header .main-header-item .header-menu ul li .sub-menu > li {
    position: relative;
    display: block;
}

.header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a {
    display: block;
    padding: 10px 24px;
    margin: 0;
    position: relative;
    color: #222;
    -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;
    line-height: 26px;
    border-top: 1px solid #000088;
}

.header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
    float: right;
    font-size: 14px;
    margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li a i {
        display: none;
    }
}

.header-area .main-header .main-header-item .header-menu ul li .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) {
    .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .header-area .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu {
        padding-left: 30px;
    }
}

.header-area .main-header .main-header-item .header-menu ul li .sub-menu > li .sub-menu li:hover .sub-menu {
    top: 0 !important;
}

.header-area .main-header .main-header-item .header-menu ul li .sub-menu > li:hover .sub-menu {
    top: 0%;
    opacity: 1;
    visibility: visible;
}

.header-area .main-header .main-header-item .header-menu ul li .sub-menu > li:hover > a {
    background-color: #0077FF;
    color: #fff !important;
}

.header-area .main-header .main-header-item .header-menu ul li:hover a {
    color: #fff;
}

.header-area .main-header .main-header-item .header-menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header-area .main-header .main-header-item .header-laguage {
    position: relative;
    margin-right: 20px;
}

.header-area .main-header .main-header-item .header-laguage img {
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .header-area .main-header .main-header-item .header-laguage img {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .main-header .main-header-item .header-laguage img {
        display: block;
    }
}

.header-area .main-header .main-header-item .header-laguage .nice-select {
    background-color: transparent;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    height: auto;
    line-height: 40px;
    padding: 0 20px 0 30px;
}

@media (max-width: 767px) {
    .header-area .main-header .main-header-item .header-laguage .nice-select {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-area .main-header .main-header-item .header-laguage .nice-select {
        display: block;
    }
}

.header-area .main-header .main-header-item .header-laguage .nice-select .list .option {
    color: #192437;
}

.header-area .main-header .main-header-item .header-laguage .nice-select::after {
    right: 0;
}


.header-area .main-header .main-header-item .toggle-btn {
    font-size: 24px;
    color: #fff;
    display: none;
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .main-header .main-header-item .toggle-btn {
        display: block;
    }
}

@media (max-width: 767px) {
    .header-area .main-header .main-header-item .toggle-btn {
        display: block;
    }
}



.header-area.header-2-area .header-top-2 {
    background: #000088;
    padding: 14px 0;
    position: relative;
    z-index: 10;
}

.header-area.header-2-area .header-top-2 .container-fluid {
    max-width: 1595px;
}

.header-area.header-2-area .header-top-2::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 10%;
    /*background: #ff5500;*/
    background: #f4f4f5;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-2-area .header-top-2::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-area.header-2-area .header-top-2::before {
        display: none;
    }
}

.header-area.header-2-area .header-top-2 .header-top-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .header-area.header-2-area .header-top-2 .header-top-item {
        display: block;
    }
}

.header-area.header-2-area .header-top-2 .header-top-item .social {
    margin-right: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-2-area .header-top-2 .header-top-item .social {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .header-area.header-2-area .header-top-2 .header-top-item .social {
        margin-left: 0;
        text-align: center;
    }
}

.header-area.header-2-area .header-top-2 .header-top-item .social ul li {
    display: inline-block;
}

.header-area.header-2-area .header-top-2 .header-top-item .social ul li a {
    color: #ffff00;
    -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;
    padding: 0px 6px;
    margin-right: 24x;
     border: 1px solid #ddd;
}

@media (max-width: 767px) {
    .header-area.header-2-area .header-top-2 .header-top-item .social ul li a {
        margin: 0 13px;
    }
}

.header-area.header-2-area .header-top-2 .header-top-item .social ul li a:hover {
    color: #ff5500;
}

.header-area.header-2-area .header-top-2 .header-top-item .header-info  {
    font-family: "Oswald", sans-serif;
	margin-left: 230px;
    color:  #fff;
}

@media (max-width: 767px) {
    .header-area.header-2-area .header-top-2 .header-top-item .header-info {
        text-align: center;
        margin-left: 0px;
        padding-bottom: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-2-area .header-top-2 .header-top-item .header-info {
        text-align: center;
        margin-left: 0px;
        padding-bottom: 12px;
    }
}

.header-area.header-2-area .header-top-2 .header-top-item .header-info ul li {
    display: inline-block;
}

.header-area.header-2-area .header-top-2 .header-top-item .header-info ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin-left: 27px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-2-area .header-top-2 .header-top-item .header-info ul li a {
        margin: 0 12px;
    }
}

.header-area.header-2-area .header-top-2 .header-top-item .header-info ul li a i {
    color: #ffff00;
    padding-right: 6px;
}

.header-area.header-2-area .main-header {
    /*background: #f4f4f5;*/
    background:  #fff;
    position: relative;
    z-index: 11;
}


.header-area.header-2-area .main-header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    animation: sticky  1.2s;
    transition:all 1s ease 0s;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); 

    opacity:1;
    visibility:visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.header-area.header-2-area .main-header.sticky .main-header-item {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
}

.header-area.header-2-area .main-header::before {
    /*background: #ff5500;*/
    background: #f4f4f5;
}

.header-area.header-2-area .main-header .container-fluid {
    max-width: 1595px;
}

.header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo {
    padding-right: 20px;
   /* background: #ff5500;*/
    background: #f4f4f5;
    padding-top: 40px;
    margin-top: -60px;
    max-width:  220px;
}

.header-area.header-2-area .main-header.sticky .main-header-item .header-logo {
      margin-top: 6px; 
      padding-top: 0px;
      }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo {
        padding: 10px 50px 10px 0;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-logo {
        margin-top: 0;
        padding: 10px 50px 10px 0;
    }
}

.header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu {
	ont-family: "Oswald", sans-serif;
    padding-right: 100px;
    background: #fff;
    position: relative;
    min-width: 1175px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu {
        min-width: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu {
        min-width: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu {
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu {
        min-width: auto;
    }
}

.header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu .header-search {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu .header-search {
        right: 30px;
    }
}

.header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu .header-search i {
    font-size: 22px;
    color: #555;
}

.header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li > a {
    line-height: 65px;
    color: #000088;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li > a {
        margin: 0 11px;
    }
}

/*
.header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li > a.active {
    color: #ff5500;
}
*/

.header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li .sub-menu li a {
    line-height: 22px;
    color: #222;
    font-weight:  400;
}

.header-area.header-2-area .main-header .main-header-item .main-header-menus .header-menu ul li:hover a {
    color: #ff5500;
}

.header-area.header-2-area .main-header .main-header-item .header-laguage .nice-select {
    color: #7f8692;
}

.header-area.header-2-area .main-header .main-header-item .toggle-btn {
    color: #192437;
}


/*
.header-area.header-3-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.header-area.header-3-area .header-top-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-area.header-3-area .header-top-3 .header-top-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .header-area.header-3-area .header-top-3 .header-top-item {
        display: block;
    }
}

@media (max-width: 767px) {
    .header-area.header-3-area .header-top-3 .header-top-item .header-info {
        text-align: center;
    }
}

.header-area.header-3-area .header-top-3 .header-top-item .header-info ul li {
    display: inline-block;
}

.header-area.header-3-area .header-top-3 .header-top-item .header-info ul li a {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 32px;
}

@media (max-width: 767px) {
    .header-area.header-3-area .header-top-3 .header-top-item .header-info ul li a {
        margin: 0 15px;
    }
}

.header-area.header-3-area .header-top-3 .header-top-item .header-info ul li a i {
    color: #ff5500;
    font-size: 18px;
    padding-right: 6px;
}

@media (max-width: 767px) {
    .header-area.header-3-area .header-top-3 .header-top-item .social {
        text-align: center;
    }
}

.header-area.header-3-area .header-top-3 .header-top-item .social ul li {
    display: inline-block;
}

.header-area.header-3-area .header-top-3 .header-top-item .social ul li a {
    font-size: 16px;
    color: #9aa3b2;
    margin-left: 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 (max-width: 767px) {
    .header-area.header-3-area .header-top-3 .header-top-item .social ul li a {
        margin: 0 14px;
    }
}

.header-area.header-3-area .header-top-3 .header-top-item .social ul li a:hover {
    color: #ff5500;
}

.header-area.header-3-area .main-header {
    background-color: transparent;
    margin-top: 21px;
}

.header-area.header-3-area .main-header::before {
    display: none;
}

.header-area.header-3-area .main-header .main-header-item .header-menu {
    background-color: transparent;
}

.header-area.header-3-area .main-header .main-header-item .header-menu ul {
    padding: 0;
}

.header-area.header-3-area .main-header .main-header-item .header-menu ul li > a {
    margin: 0 0 0 56px;
}

.header-area.header-3-area .main-header .main-header-item .header-menu ul li > a.active {
    color: #fff;
}

.header-area.header-3-area .main-header .main-header-item .header-menu ul li .sub-menu {
    left: 55px;
}

*/

.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #232323;
    top: 0;
}

.off_canvars_overlay.active {
    opacity: .7;
    visibility: visible;
}

.offcanvas_menu {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .offcanvas_menu {
        display: block;
    }
}

.offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 9999;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 70px 15px 30px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper.active {
    margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
}

.offcanvas_menu_wrapper .header-btn {
    margin-bottom: 30px;
}

.offcanvas_menu_wrapper .header-btn a {
    color: #222;
}

.offcanvas_menu_wrapper .header-btn a:hover {
    color: #222;
}

.offcanvas_main_menu li {
    position: relative;
}

.offcanvas_main_menu li:last-child {
    margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0;
}

.offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    color: #222;
    -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;
}

.offcanvas_main_menu li a:hover {
    color: #ff5500;
}

.offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
}

.offcanvas_footer {
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}

.offcanvas_footer span a {
    font-size: 14px;
    color: #222;
    -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;
}

.offcanvas_footer span a:hover {
    color: #ff5500;
}

.canvas_close {
    position: absolute;
    top: 10px;
    right: 13px;
}

.canvas_close a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 26px;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #222;
    -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;
}

.canvas_close a:hover {
    background: #ff5500;
    border-color: #ff5500;
    color: #fff;
}

.canvas_open a {
    font-size: 26px;
    width: 50px;
    height: 42px;
    display: block;
    line-height: 39px;
    text-align: center;
    border: 1px solid #232323;
    color: #222;
    -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;
}

.canvas_open a:hover {
    color: #ff5500;
    border-color: #ff5500;
}

.header-social {
    margin-bottom: 40px;
}

.header-social ul li {
    display: inline-block;
}

.header-social ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    color: #ff5500;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    margin: 0 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;
}

.header-social ul li a:hover {
    background: #ff5500;
    border-color: #ff5500;
    color: #fff;
}

/*===========================
    3.BANNER css 
===========================*/
.banner-area {
    height: 550px;
    position: relative;
    z-index: 10;
}

.banner-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #000;
    opacity: 0;
}

.banner-area .banner-content span {
    font-size: 22px;
    color: #fff;
    background-color: rgba(18, 27, 43, 0.2);
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .banner-area .banner-content span {
        font-size: 18px;
        line-height: 28px;
    }
}

.banner-area .banner-content .title {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-area .banner-content .title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area .banner-content .title {
        font-size: 30px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {
    .banner-area .banner-content .title {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-area .banner-content .title {
        font-size: 30px;
        line-height: 36px;
    }
}

.banner-area .banner-content a {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
}

.banner-area.banner-2-area {
    z-index: 10;
}

.banner-area.banner-2-area .banner-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.banner-area.banner-2-area .banner-shadow img {
    width: 100%;
}


.banner-area.banner-2-area .banner-content .title {
    padding-bottom: 16px;
}

.banner-area.banner-2-area .banner-content p {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    padding-right: 200px;
    padding-bottom: 42px;
}

@media (max-width: 767px) {
    .banner-area.banner-2-area .banner-content p {
        padding-right: 0;
    }
}

.banner-area.banner-2-area.banner-3-area {
    height: 970px;
}

.banner-area.banner-2-area.banner-3-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #121b2b;
}

.banner-area.banner-2-area.banner-3-area .banner-shadow {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}

.banner-slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    width: 50px;
    text-align: center;
    line-height: 70px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
    cursor: pointer;
    -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;
    font-size: 30px;
    color: #192437;
}

.banner-slide .slick-arrow:hover {
    background-color: white;
}

.banner-slide .slick-arrow.prev {
    left: 0;
}

.banner-slide .slick-arrow.next {
    right: 0;
}

.page-title-area {
    position: relative;
}

.page-title-area .page-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page-title-area .page-title-item nav {
    display: inline-block;
}

.page-title-area .page-title-item nav ol {
    /*background-color: rgba(18, 27, 43, 0.2); */
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 800;
    background: transparent !important;
    padding: 12px 28px;
    border-radius: 0;
    text-shadow: 1px 1px 2px #000;
    margin: 0;
}

.page-title-area .page-title-item nav ol li {
    text-transform: uppercase;
    color: #fff;
}

.page-title-area .page-title-item nav ol li a {
    color: #fff;
}

.page-title-area .page-title-item .title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    padding-bottom: 13px;
}

@media (max-width: 767px) {
    .page-title-area .page-title-item .title {
        font-size: 34px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #fff;
    content: "-";
}



/* ==========================
    DESTINATION Search css
===========================*/


.destination-form-box {
    position: relative;
    margin:  0 auto;
    background:  #444;
}

.destination-form-box .box-inner {
    position: relative;
    padding: 20px 30px 0px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

/* Default Form */

.default-form {
    position: relative;
    z-index: 99;
}

.default-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.default-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    display: block;
}

.default-form .ui-selectmenu-button.ui-button,
.default-form .form-group input,
.default-form .form-group select,
.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    font-size: 13px;
    color: #777777;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 20px 10px 20px;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    resize: none;
}

.default-form .form-group button {
    width: 100%;
    cursor: pointer;
}

.default-form .form-group input:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
    border: 1px solid #1260b2;
}


/*===========================
    4.SERVICES css 
===========================*/
.services-area {
    margin-top: -70px;
    z-index: 11;
    position: relative;
    padding-bottom: 120px;
}

.services-area .services-shape {
    position: absolute;
    top: 150px;
    left: 0;
    z-index: -1;
}

.services-area .services-bg {
    position: relative;
}

.services-area .services-bg::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    width: 110%;
    border-top: 10px solid #ff5500;
    background: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .services-area .services-bg::before {
        width: 102%;
    }
}

.services-area .services-bg .services-item {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.services-area .services-bg .services-item .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #ff5500;
    border-bottom: 3px solid #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;
    z-index: 5;
}

.services-area .services-bg .services-item .icon i {
    font-size: 60px;
    color: #fff;
    line-height: 58px;
}

.services-area .services-bg .services-item .services-overlay {
    position: absolute;
    left: 0;
    top: 100%;
    height: 100%;
    width: 100%;
    background-color: rgba(25, 36, 55, 0.8);
    z-index: 6;
    padding-left: 40px;
    padding-top: 36px;
    padding-right: 35px;
    letter-spacing: 0.4px;
    -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;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-area .services-bg .services-item .services-overlay {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .services-area .services-bg .services-item .services-overlay {
        padding: 20px 20px 0;
    }
}

.services-area .services-bg .services-item .services-overlay .title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-area .services-bg .services-item .services-overlay .title {
        font-size: 18px;
    }
}

.services-area .services-bg .services-item .services-overlay p {
    color: #fff;
    font-weight: 300;
    line-height: 34px;
    padding-top: 26px;
    padding-bottom: 29px;
    margin-right: 5px;
}

.services-area .services-bg .services-item .services-overlay a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff5500;
    letter-spacing: 1px;
    position: relative;
    padding-left: 25px;
}

.services-area .services-bg .services-item .services-overlay a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 16px;
    background: #ff5500;
}

.services-area .services-bg .services-item img {
    width: 100%;
}

.services-area .services-bg .services-item:hover .icon {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.services-area .services-bg .services-item:hover .services-overlay {
    top: 0;
}

.our-services-area  {
   position: relative;
}

.our-services-area  .services-title {
    padding-top: 20px;
}

.our-services-area  .services-title .title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.our-services-area  .services-title .title-small{
    font-family: 'Lato';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
}

.our-services-area  .services-item {
    -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;
}

.our-services-area  .services-item .services-thumb {
    position: relative;
    z-index: 10;
    overflow: hidden;
}



.our-services-area  .services-item .services-thumb 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;
}

.our-services-area  .services-item:hover .services-thumb img{
    transform: scale(1.1);
}

.our-services-area  .services-item .services-thumb .post-date-custom {
    display: block;
    position: absolute;
    background-color: #ff5500;
    border-right: none;
    right: 0px;
    top: 30px;
    padding: 5px 15px;
    z-index: 25;
}

.our-services-area  .services-item .services-thumb .post-date-custom > span:first-child {
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    height: 30px;
    display: block;
    text-align: center;
    color: #fff;
}

.our-services-area  .services-item .services-thumb .post-date-custom > span:last-child {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    height: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #fff;
}

.our-services-area  .services-item .services-thumb .icon {
    position: absolute;
    left: 50px;
    bottom: -10px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: #fff;
    /* border-bottom: 3px solid #192437; */
    -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: 5;
}



@media (max-width: 767px) {
    .our-services-area  .services-item .services-thumb .icon {
        left: 30px;
        bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-area  .services-item .services-thumb .icon {
        left: 50px;
        bottom: -40px;
    }
}

.our-services-area  .services-item .services-thumb .icon i {
    font-size: 60px;
    color: #192437;
    /*line-height: 58px;*/
    -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;
}

.our-services-area  .services-item .services-thumb img {
    width: 100%;
}


.our-services-area  .services-item .price {
    position: absolute;
    left: 10%;
    top: 15%;
    width: 80px;
    height: 80px;
    color: #fff;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 800;
    padding-top: 18px;
    line-height: 1.2em;
    border-radius: 50px;
    text-align: center;
    background-color: #000088;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.10);
    z-index: 99;
}

.our-services-area  .services-item .price span{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}


.our-services-area  .services-item .price:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50px;
    border: 1px dotted #ffffff;
}



.our-services-area  .services-item .services-content {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 20px 10px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .our-services-area  .services-item .services-content {
         padding: 20px 10px 15px;
    }
}

@media (max-width: 767px) {
    .our-services-area  .services-item .services-content {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-area  .services-item .services-content {
         padding: 20px 10px 15px;
    }
}

.our-services-area  .services-item .services-content .title {
    font-family: 'Lato';
    font-weight: 900;
    font-size: 20px;
    /* text-transform: uppercase; */
}

.our-services-area  .services-item .services-content .title a{
    font-family: 'Lato';
    font-weight: 900;
    font-size: 20px;
    color:  #000088;
    text-transform: none;
}

.our-services-area  .services-item .services-content .title a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 99%;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: #ff5500;
    -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;
    opacity: 0;
}

.our-services-area  .services-item .services-content .title a:hover{
    color:  #ff5500;
    padding:  0;
    margin: 0;
}

.our-services-area  .services-item .services-content p {
    line-height: 24px;
    color: #444;
    font-family: 'Lato';
    font-weight: 500;
    padding: 15px 10px 15px 0px;
}

.our-services-area  .services-item .services-content a {
    padding-left: 0px;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 900;
    color: #ff5500;
    text-transform: uppercase;
    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;
}

.our-services-area  .services-item .services-content a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 15px;
    background: #ff5500;
    -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;
    opacity: 0;
}

.our-services-area  .services-item .services-content a:hover {
    padding-left: 25px;
}

.our-services-area  .services-item .services-content a:hover::before {
    opacity: 1;
}

.our-services-area  .services-item:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
}

.our-services-area  .services-item:hover .services-thumb .icon {
    bottom: 46px;
    background: #ff5500;
    border-color: #fff;
}

.our-services-area  .services-item:hover .services-thumb .icon i {
    color: #fff;
}

.our-services-area .our-services-2-area {
    padding-bottom: 153px;
    padding-top: 166px;
    position: relative;
    z-index: 10;
}

.our-services-area .our-services-2-area .shape {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.our-services-area .our-services-2-area .our-services-2-item {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 60px 78px 55px;
    -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 (max-width: 767px) {
    .our-services-area .our-services-2-area .our-services-2-item {
        padding: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-area .our-services-2-area .our-services-2-item {
        padding: 60px;
    }
}

.our-services-area .our-services-2-area .our-services-2-item .icon {
    height: 100px;
    width: 100px;
    background: #f4f4f5;
    border-bottom: 3px solid #192437;
    -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: inline-block;
}

.our-services-area .our-services-2-area .our-services-2-item .icon i {
    font-size: 60px;
    color: #192437;
    line-height: 125px;
    -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;
}

.our-services-area .our-services-2-area .our-services-2-item .title {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 35px;
}

.our-services-area .our-services-2-area .our-services-2-item p {
    font-size: 18px;
    color: #7e8591;
    font-weight: 300;
    line-height: 34px;
    padding-top: 38px;
}

.our-services-area .our-services-2-area .our-services-2-item a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff5500;
    letter-spacing: .4px;
    padding-left: 25px;
    position: relative;
    margin-top: 27px;
}

.our-services-area .our-services-2-area .our-services-2-item a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 15px;
    background: #ff5500;
}

.our-services-area .our-services-2-area .our-services-2-item:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
}

.our-services-area .our-services-2-area .our-services-2-item:hover .icon {
    background: #192437;
    border-bottom-color: #ff5500;
}

.our-services-area .our-services-2-area .our-services-2-item:hover .icon i {
    color: #fff;
}

.our-services-area .our-services-2-area .our-active .slick-dots {
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
}

.our-services-area .our-services-2-area .our-active .slick-dots li {
    display: inline-block;
}

.our-services-area .our-services-2-area .our-active .slick-dots li button {
    font-size: 0;
    border: 0;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #b2b5bc;
    margin: 0 3px;
}

.our-services-area .our-services-2-area .our-active .slick-dots li.slick-active button {
    background: #ff5500;
}

.our-services-area .services-page {
    background-color: transparent;
    padding-top: 89px;
}

.pageinfo-area .info-sidebar .info-sidebar-list{
    margin-bottom: 30px;
}

.pageinfo-area .info-sidebar .info-sidebar-list ul li a {
	font-family: "Oswald", sans-serif;
    background: #f4f4f5;
    display: block;
    line-height: 45px;
    padding-left: 30px;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #192437;
    -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: 1200px) {
    .pageinfo-area .info-sidebar .info-sidebar-list ul li a {
        padding-left: 30px;
    }
}

.pageinfo-area .info-sidebar .info-sidebar-list ul li a:hover {
    background: #ff5500;
    color: #fff;
}

.pageinfo-area .info-sidebar .info-sidebar-list .title{
    font-family: 'Lato';
    font-size: 14px;
    padding:  12px 10px;
    font-weight: 800;
    text-transform: uppercase;
    background: #ddd;
}

.pageinfo-area .info-sidebar .info-sidebar-help {
    margin-top: 26px;
    background: #444;
    padding: 15px 20px 25px;
    margin-bottom:  30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .pageinfo-area .info-sidebar .info-sidebar-help {
        padding: 15px 20px 25px;
    }
}

@media (max-width: 767px) {
    .pageinfo-area .info-sidebar .info-sidebar-help {
        padding: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .pageinfo-area .info-sidebar .info-sidebar-help {
        padding: 45px 50px 52px;
    }
}

.pageinfo-area .info-sidebar .info-sidebar-help .title {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
}

.pageinfo-area .info-sidebar .info-sidebar-help p {
    font-family: 'Lato';
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding-right: 10px;
    padding-bottom: 16px;
    padding-top: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .pageinfo-area .info-sidebar .info-sidebar-help p {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .pageinfo-area .info-sidebar .info-sidebar-help p {
        padding-right: 0;
    }
}

.pageinfo-area .info-sidebar .info-sidebar-help span {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 52px;
    position: relative;
}

@media (max-width: 767px) {
    .pageinfo-area .info-sidebar .info-sidebar-help span {
        font-size: 22px;
    }
}

.pageinfo-area .info-sidebar .info-sidebar-help span i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    color: #ffff00;
}

.pageinfo-area .info-content .info-content-thumb img {
    width: 100%;
}



.info-content-thumb .slick-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    height: 70px;
    width: 50px;
    text-align: center;
    line-height: 70px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 99;
    cursor: pointer;
    -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;
    font-size: 40px;
    color: #192437;
}

.info-content-thumb .slick-arrow:hover {
    background-color: white;
}

.info-content-thumb .slick-arrow.prev {
    left: 0;
}

.info-content-thumb .slick-arrow.next {
    right: 0;
}

.pageinfo-area .title {
    font-family: 'Lato';
    font-size: 24px;
    padding:  6px 0px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .pageinfo-area .title {
        font-size: 20px;
    }
}

.pageinfo-area .info-content-area p {
    font-family: 'Lato';
    color: #444;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 25px;
}
.pageinfo-area .info-content-area h3{
    padding-top: 24px;
    font-weight: 700;
}
.pageinfo-area .info-content-area ul{
    margin-left: 20px;
}
.pageinfo-area .info-content-area ul li{
    list-style: square;
    margin-bottom: 8px;
}

.pageinfo-area .info-content-text p {
    color: #7f8692;
    line-height: 34px;
    font-size: 18px;
    font-weight: 300;
    padding-top: 48px;
    letter-spacing: .6px;
    padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .pageinfo-area .info-content .info-content-text p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pageinfo-area .info-content .info-content-text p {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .pageinfo-area .info-content .info-content-text p {
        padding-right: 0;
    }
}

.pageinfo-area .info-content .info-content-text p.text {
    padding-top: 33px;
}



/*===========================
    5.SOLUTION css 
===========================*/
.solution-area {
    z-index: 12;
    position: relative;
}

.solution-area .solution-shape {
    position: absolute;
    right: 0;
    bottom: 160px;
    z-index: -1;
    text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .solution-area .solution-shape {
        bottom: 300px;
    }
}

.solution-area .solution-shape img {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .solution-area .solution-shape img {
        width: 70%;
    }
}

.solution-area .solution-thumb {
    position: relative;
}

.solution-area .solution-thumb img {
    width: 100%;
}

.solution-area .solution-thumb .shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.solution-area .solution-item {
    padding-left: 70px;
    margin-top: -12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .solution-area .solution-item {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .solution-area .solution-item {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .solution-area .solution-item {
        padding-left: 0;
        margin-top: 30px;
    }
}

.solution-area .solution-item .solution-header .title {
    font-size: 54px;
    font-weight: 400;
    color: #192437;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .solution-area .solution-item .solution-header .title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .solution-area .solution-item .solution-header .title {
        font-size: 34px;
    }
}

.solution-area .solution-item .solution-header span {
    font-size: 34px;
    line-height: 44px;
    color: #ff5500;
    text-transform: uppercase;
    padding-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .solution-area .solution-item .solution-header span {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .solution-area .solution-item .solution-header span {
        font-size: 20px;
        line-height: 30px;
    }
}

.solution-area .solution-item .solution-list-content p {
    font-weight: 300;
    color: #7e8591;
    line-height: 34px;
    letter-spacing: 0.4px;
    padding-right: 55px;
    padding-bottom: 26px;
    padding-top: 41px;
}

@media (max-width: 767px) {
    .solution-area .solution-item .solution-list-content p {
        padding-right: 0;
    }
}

.solution-area .solution-item .solution-list-content ul li {
    font-weight: 300;
    line-height: 44px;
    color: #7e8591;
}

.solution-area .solution-item .solution-list-content ul li i {
    padding-right: 14px;
    color: #ff5500;
    font-size: 18px;
}

.solution-area .solution-item .solution-slide-item {
    margin-left: -50px;
}

@media (max-width: 767px) {
    .solution-area .solution-item .solution-slide-item {
        margin-left: 0;
    }
}

.solution-area .solution-item .solution-slide-item .solution-services {
    background: #f4f4f5;
    padding: 50px;
}

.solution-area .solution-item .solution-slide-item .solution-services i {
    font-size: 60px;
    line-height: 52px;
    color: #ff5500;
}

.solution-area .solution-item .solution-slide-item .solution-services p {
    font-size: 20px;
    line-height: 32px;
    color: #192437;
    padding-right: 20px;
    letter-spacing: 1px;
    padding-top: 24px;
    padding-bottom: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .solution-area .solution-item .solution-slide-item .solution-services p {
        padding-right: 0;
    }
}

.solution-area .solution-item .solution-slide-item .slick-dots {
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.solution-area .solution-item .solution-slide-item .slick-dots li {
    display: inline-block;
}

.solution-area .solution-item .solution-slide-item .slick-dots li button {
    font-size: 0;
    border: 0;
    background: #b2b5bc;
    border-radius: 50%;
    height: 7px;
    width: 7px;
    margin-left: 6px;
}

.solution-area .solution-item .solution-slide-item .slick-dots li.slick-active button {
    background: #ff5500;
}

.solution-area .solution-user {
    border-left: 7px solid #ff5500;
    padding: 7px 0;
    margin-top: 48px;
}

.solution-area .solution-user .user {
    margin-right: 30px;
    margin-left: 45px;
    position: relative;
}

.solution-area .solution-user .user::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 1px solid #ededed;
}

/*===========================
    6.VIDEO css 
===========================*/
.video-area {
    position: relative;
    z-index: 10;
    background-attachment: fixed;
}

.video-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #222;
    opacity: .6;
    z-index: -1;
}

.video-area .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: project-shape 5s infinite;
    animation: project-shape 5s infinite;
}

.video-area .shape-1 img {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .video-area .shape-1 img {
        width: 90%;
    }
}

.video-area .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-animation: footer-shape 10s infinite;
    animation: footer-shape 10s infinite;
}

.video-area .shape-2 img {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .video-area .shape-2 img {
        width: 90%;
    }
}

.video-area .video-item a {
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 95px;
    background: #ff5500;
    font-size: 24px;
    color: #fff;
    position: relative;
    z-index: 10;
}

.video-area .video-item a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    z-index: -1;
    opacity: 0;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}

.video-area .video-item a::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #fff;
    z-index: -1;
    opacity: 0;
    -webkit-animation: pulse-border 1s linear infinite;
    -moz-animation: pulse-border 1s linear infinite;
    -o-animation: pulse-border 1s linear infinite;
    animation: pulse-border 1s linear infinite;
}

.video-area .video-item .title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 66px;
    padding-top: 77px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .video-area .video-item .title {
        font-size: 46px;
        line-height: 56px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-area .video-item .title {
        font-size: 42px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .video-area .video-item .title {
        font-size: 34px;
        line-height: 44px;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
/*===========================
    7.BUILDINGS css 
===========================*/
.bulidings-area {
    position: relative;
    z-index: 10;
}

.bulidings-area .bulidings-shape {
    position: absolute;
    right: 0;
    top: 75px;
    text-align: right;
    z-index: -1;
}

.bulidings-area .bulidings-shape img {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .bulidings-area .bulidings-shape img {
        width: 70%;
    }
}

.bulidings-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 41%;
    background-image: url(../images/buildings-thumb.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bulidings-area::before {
        width: 0;
    }
}

@media (max-width: 767px) {
    .bulidings-area::before {
        width: 0;
    }
}

.bulidings-area .bulidings-founded {
    height: 775px;
    position: relative;
}

.bulidings-area .bulidings-founded .bulidings-founded-item {
    position: absolute;
    left: -100px;
    bottom: 0;
    background: #ff5500;
    padding: 45px 60px 45px 140px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .bulidings-area .bulidings-founded .bulidings-founded-item {
        left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bulidings-area .bulidings-founded .bulidings-founded-item {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bulidings-area .bulidings-founded .bulidings-founded-item {
        left: 0;
    }
}

@media (max-width: 767px) {
    .bulidings-area .bulidings-founded .bulidings-founded-item {
        left: 0;
    }
}

.bulidings-area .bulidings-founded .bulidings-founded-item span {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bulidings-area .bulidings-founded .bulidings-founded-item i {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bulidings-area .bulidings-content {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bulidings-area .bulidings-content {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .bulidings-area .bulidings-content {
        padding-left: 0px;
    }
}

.bulidings-area .bulidings-content .bulidings-title {
    padding-bottom: 11px;
}

.bulidings-area .bulidings-content .bulidings-title > .title {
    font-weight: 400;
    font-size: 54px;
    color: #192437;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .bulidings-area .bulidings-content .bulidings-title > .title {
        font-size: 44px;
        line-height: 54px;
    }
}

@media (max-width: 767px) {
    .bulidings-area .bulidings-content .bulidings-title > .title {
        font-size: 32px;
    }
}

.bulidings-area .bulidings-content .item {
    padding-left: 85px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 34px;
    margin-top: 37px;
}

@media (max-width: 767px) {
    .bulidings-area .bulidings-content .item {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bulidings-area .bulidings-content .item {
        padding-left: 85px;
    }
}

.bulidings-area .bulidings-content .item i {
    position: absolute;
    left: 0;
    top: 3px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background: #ff5500;
    border: 1px solid #ff5500;
    -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: 10;
}

.bulidings-area .bulidings-content .item i::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    transform: scaleX(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;
}

@media (max-width: 767px) {
    .bulidings-area .bulidings-content .item i {
        position: static;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bulidings-area .bulidings-content .item i {
        position: absolute;
        margin-bottom: 0;
    }
}

.bulidings-area .bulidings-content .item .title {
    font-size: 22px;
    font-weight: 400;
    color: #192437;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.bulidings-area .bulidings-content .item p {
    font-weight: 300;
    color: #7e8591;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1px;
    padding-right: 40px;
    padding-top: 11px;
}

.bulidings-area .bulidings-content .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.bulidings-area .bulidings-content .item:hover i {
    color: #ff5500;
}

.bulidings-area .bulidings-content .item:hover i::after {
    transform: scaleX(1);
}

.brand-area {
    padding-top: 117px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 117px;
    margin-bottom: 107px;
}

.brand-area .brand-item {
    text-align: center;
}

.brand-area .brand-item img {
    display: inline-block;
    opacity: .3;
    -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;
}

.brand-area .brand-item a:hover img {
    opacity: .6;
}

.brand-area.brand-3-area {
    margin-bottom: 0;
    border-bottom: 0;
}




/*===========================
    8.CLIENT css 
===========================*/

.client-area {
    position: relative;
    z-index: 10;
}
.client-area .client-title .title {
    font-size: 40px;
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .client-area .client-title .title {
        font-size: 30px;
    }
}

.client-area .client-item {
    padding: 40px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    margin-bottom: 20px;
    background: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-area .client-item {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .client-area .client-item {
        padding: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .client-area .client-item {
        padding: 60px;
    }
}

.client-area .client-item .shape {
    position: absolute;
    right: 2px;
    top: 0;
}

.client-area .client-item .user {
    padding-left: 92px;
    position: relative;
}

@media (max-width: 767px) {
    .client-area .client-item .user {
        padding-left: 90px;
    }
}

.client-area .client-item .user .title {
	font-family: Lato;
    font-size: 20px;
    font-weight: 800;
}

.client-area .client-item .user span {
	font-family: Lato;
    font-size: 14px;
    color: #ff5500;
	font-weight: 600;
    left: 1px;
}

.client-area .client-item .user .user-thumb {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.client-area .client-item .user .user-thumb i {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    background: #ff5500;
    border-radius: 50%;
}

.client-area .client-item .user .user-thumb img {
    width: 100%;
    border-radius: 50%;
	max-width: 72px;
}

.client-area .client-item .text p {
    padding-top: 32px;
    font-family: "Lato";
    font-size: 18px;
    font-weight: 500;
    color: #444;
    line-height: 26px;
}

.client-area .client-active .slick-dots {
    position: absolute;
    top: -75px;
    right: 657px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .client-area .client-active .slick-dots {
        right: 165px;
    }
}

.client-area .client-active .slick-dots li {
    display: inline-block;
}

.client-area .client-active .slick-dots li button {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    font-size: 0;
    border: 0;
    margin-left: 6px;
    background: #babdc3;
}

.client-area .client-active .slick-dots li.slick-active button {
    background: #ff5500;
}

.client-area.client-2-area {
    background: #f4f4f5;
    padding-top: 342px;
}

.client-area.client-2-area .client-item {
    background: #fff;
}

.client-area.client-2-area .client-shape {
    bottom: 0;
    top: auto;
}

.client-area.client-about {
    padding-top: 168px;
    margin-top: -60px;
}

.client-area.testimonials-client {
    padding-bottom: 120px;
}

.client-area.testimonials-client .client-item {
    margin-bottom: 0;
    box-shadow: none;
    -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;
}

.client-area.testimonials-client .client-item:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
}

.client-area .client-shape {
    position: absolute;
    left: 0;
    top: -60px;
    z-index: -1;
}


.client-area .client-full {
    left: calc((100% - 1200px) / 2);
    position: relative;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .client-area .client-full {
        left: calc((100% - 965px) / 2);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-area .client-full {
        position: static;
    }
}

@media (max-width: 767px) {
    .client-area .client-full {
        position: static;
    }
}

.client-3-area {
    position: relative;
}

.client-3-area::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 370px;
    width: 100%;
    background-image: url(../images/news-bg-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.client-3-area .client-content p {
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    color: #192437;
    padding: 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .client-3-area .client-content p {
        padding: 0;
        font-size: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-3-area .client-content p {
        padding: 0;
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .client-3-area .client-content p {
        padding: 0;
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .client-3-area .client-content p {
        font-size: 30px;
        line-height: 40px;
    }
}

.client-3-area .client-content .title {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #192437;
    padding-top: 33px;
}

.client-3-area .client-content span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #ff5500;
    display: block;
}

.client-3-area .client-content .thumb {
    display: inline-block;
    margin-top: 32px;
    position: relative;
}

.client-3-area .client-content .thumb img {
    width: 100%;
}

.client-3-area .client-content .thumb i {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    background: #ff5500;
}

/*===========================
    8.FUN FACTS css 
===========================*/
.fun-facts-area {
    position: relative;
}

.fun-facts-area .fun-facts-bg {
    position: relative;
}

.fun-facts-area .fun-facts-bg .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.fun-facts-area .fun-facts-bg .fun-facts-item {
    position: relative;
	color:#fff;
}


.fun-facts-area .fun-facts-bg .fun-facts-item .title {
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.fun-facts-area .fun-facts-bg .fun-facts-item > span {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffe5dc;
    display: block;
}

.fun-facts-area .fun-facts-bg .fun-facts-item.item::before {
    display: none;
}

.fun-facts-area .fun-facts-bg .logo-list{
 list-style:none;
  margin: 0;
  padding: 0;

}

.fun-facts-area .fun-facts-bg .inline-block {
  max-width:1200px;
  margin:0 auto;
}

.fun-facts-area .fun-facts-bg .logo-icon{
    padding:  5px;
    border:  1px solid #CCC;
    background-color: rgba(255, 255, 255, 0.4);
    width: 70px;
    height: 70px;
    margin: 6px 4px;
    display: inline-block;
  vertical-align: top;
}

/*
.inline-b-item {
  display: inline-block;
  vertical-align: top;
}
*/

.fun-facts-area.fun-facts-3-area {
    background: transparent!;
}

.odometer-formatting-mark {
    display: none;
}

.fun-facts-2-area {
    position: relative;
    padding-top: 102px;
    padding-bottom: 250px;
    background-attachment: fixed;
}

.fun-facts-2-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(18, 27, 43, 0.8);
}

.fun-facts-2-area .fun-facts-item .item {
    padding-left: 100px;
    position: relative;
}

@media (max-width: 767px) {
    .fun-facts-2-area .fun-facts-item .item {
        margin-bottom: 40px;
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fun-facts-2-area .fun-facts-item .item {
        margin-bottom: 40px;
        padding-left: 100px;
    }
}

.fun-facts-2-area .fun-facts-item .item i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #ff5500;
}

@media (max-width: 767px) {
    .fun-facts-2-area .fun-facts-item .item i {
        position: static;
        transform: translateY(0);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fun-facts-2-area .fun-facts-item .item i {
        position: absolute;
        transform: translateY(-50%);
    }
}

.fun-facts-2-area .fun-facts-item .item .title {
    font-size: 80px;
    font-weight: 300;
    color: #fff;
    font-family: "Oswald", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fun-facts-2-area .fun-facts-item .item .title {
        font-size: 60px;
    }
}

.fun-facts-2-area .fun-facts-item .item p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 6px;
    display: block;
}

/*===========================
    9.PROJECT css 
===========================*/
.destination-area {
    position: relative;
    background-attachment: fixed;
    }

.destination-area .destination-title {
    padding-bottom: 22px;
}

.destination-area .destination-title .title {
    font-size: 50px;
    font-weight: 700;
    color:  #fff;
    text-transform: uppercase;
}

.destination-area .destination-item {
    margin-bottom: 60px;
    position: relative;
}

.destination-area .destination-item .destination-thumb {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.destination-area .destination-item .destination-thumb 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;
}

.destination-area .destination-item .destination-content {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #eaeaea;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -90px;
    background: #fff;
    position: relative;
    z-index: 6;
    padding: 15px 20px;
    -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;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
}

@media (max-width: 767px) {
    .destination-area .destination-item .destination-content {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.destination-area .destination-item .destination-content span {
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    -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;
    color: #444;
}

.destination-area .destination-item .destination-content p {
    font-family: 'Lato';
    font-size: 14px;
    color: #444;
    font-weight: 500;
    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;
}

/*
.destination-area .destination-item .destination-content p::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 15px;
    background: #ff5500;
    -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;
}
*/

.destination-area .destination-item:hover .destination-content {
    background: #ff5500;
    border-color: #ff5500;
}

.destination-area .destination-item:hover .destination-content span {
    color: #fff;
}

.destination-area .destination-item:hover .destination-content p {
    color: #ffe5dc;
}

.destination-area .destination-item:hover .destination-content p::before {
    background: #fff;
}

.destination-area .destination-item:hover .destination-thumb img {
    transform: scale(1.1);
}

.destination-area .destination-active .slick-dots {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.destination-area .destination-active .slick-dots li {
    display: inline-block;
}

.destination-area .destination-active .slick-dots li button {
    border: 0;
    font-size: 0;
    height: 7px;
    width: 7px;
    background: #b2b5bc;
    border-radius: 50%;
    margin: 0 3px;
}

.destination-area .destination-active .slick-dots li.slick-active button {
    background: #ff5500;
}

.destination-area.destination-3-area {
    background: #fff;
    margin-top: 0;
    padding-top: 105px;
    padding-bottom: 110px;
}

.destination-area.destination-page {
    background-color: transparent;
    padding-top: 90px;
    margin: 0;
    padding-bottom: 120px;
}

.destination-area.destination-page .destination-item {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .destination-area.destination-page .destination-item .destination-content {
        padding: 28px 0px 40px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .destination-area.destination-page .destination-item .destination-content {
        padding: 28px 0px 40px 40px;
    }
}

@media (max-width: 767px) {
    .destination-area.destination-page .destination-item .destination-content span {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .destination-area.destination-page .destination-item .destination-content span {
        font-size: 26px;
    }
}

.destination-contact-area {
    background: #000088;
    margin-top: -1px;
}

.destination-contact-area .destination-contact-item {
    padding: 34px 0;
    position: relative;
    z-index: 10;
}

@media (max-width: 767px) {
    .destination-contact-area .destination-contact-item {
        padding: 160px 0 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .destination-contact-area .destination-contact-item {
        padding: 106px 0;
    }
}

.destination-contact-area .destination-contact-item .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-animation: project-shape 5s infinite;
    animation: project-shape 5s infinite;
}

.destination-contact-area .destination-contact-item .urgent-call-item {
    position: absolute;
    /*top: -55px;*/
    right: 0;
    min-width: 470px;
    background: #fff;
    padding: 32px 0px 18px 135px;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .destination-contact-area .destination-contact-item .urgent-call-item {
        min-width: 100%;
        padding: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .destination-contact-area .destination-contact-item .urgent-call-item {
        min-width: 100%;
        padding: 56px 0 58px 165px;
    }
}

.destination-contact-area .destination-contact-item .urgent-call-item i {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 74px;
    color: #ff5500;
}

@media (max-width: 767px) {
    .destination-contact-area .destination-contact-item .urgent-call-item i {
        position: static;
        transform: translateY(0);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .destination-contact-area .destination-contact-item .urgent-call-item i {
        position: absolute;
        transform: translateY(-50%);
    }
}

.destination-contact-area .destination-contact-item .urgent-call-item h4 {
    font-size: 36px;
    font-weight: 700;
}

.destination-contact-area .destination-contact-item .urgent-call-item p {
    font-size: 14px;
    color: #7f8692;
    text-transform: uppercase;
}

.destination-contact-area .destination-contact-item .title {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .destination-contact-area .destination-contact-item .title {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    .destination-contact-area .destination-contact-item .title {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .destination-contact-area .destination-contact-item .title {
        font-size: 40px;
        line-height: 50px;
        padding-bottom: 20px;
    }
}

@-webkit-keyframes destination-shape {
    0% {
        left: 100px;
    }

    50% {
        left: 0;
    }

    100% {
        left: 100px;
    }
}

@keyframes destination-shape {
    0% {
        left: 100px;
    }

    50% {
        left: 0;
    }

    100% {
        left: 100px;
    }
}




.solution-2-area {
    position: relative;
    z-index: 10;
}

.solution-2-area .shape-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.solution-2-area .shape-2 {
    position: absolute;
    right: 0;
    bottom: 70px;
    z-index: -1;
    text-align: right;
}

.solution-2-area .shape-2 img {
    width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .solution-2-area .shape-2 img {
        width: 70%;
    }
}

.solution-2-area .solution-content {
    margin-top: -13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .solution-2-area .solution-content {
        margin-top: 30px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .solution-2-area .solution-content {
        margin-top: 30px;
        padding-left: 0;
    }
}

.solution-2-area .solution-content .title {
    font-size: 40px;
    font-weight: 700;
    color: #008;
    text-transform: uppercase;
    line-height: 50px;
}
.solution-2-area .solution-content .title span {
    font-size: 40px;
    font-weight: 300;
    color: #444;
    /* text-transform: uppercase; */
    line-height: 50px;
}

@media (max-width: 767px) {
    .solution-2-area .solution-content .title {
        font-size: 24px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .solution-2-area .solution-content .title {
        font-size: 50px;
        line-height: 60px;
    }
}

.solution-2-area .solution-content > p {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #444;
    padding-right: 25px;
    padding-top: 30px;
    padding-bottom: 22px;
}
.solution-2-area .solution-content > p strong{
    font-weight: 900;
}

@media (max-width: 767px) {
    .solution-2-area .solution-content > p {
        padding-right: 0;
        font-size: 16px;
    }
}

.solution-2-area .solution-content .solution-item h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    -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-left: -20px;
}

.solution-2-area .solution-content .solution-item h4 i {
    color: #ff5500;
    padding-right: 10px;
    -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;
    opacity: 0;
}

.solution-2-area .solution-content .solution-item p {
    font-weight: 300;
    line-height: 30px;
    color: #7f8692;
    padding-top: 15px;
}

.solution-2-area .solution-content .solution-item:hover h4 {
    margin-left: 0;
}

.solution-2-area .solution-content .solution-item:hover h4 i {
    opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .solution-2-area .solution-content .solution-btns > a {
        padding: 0 30px 0 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .solution-2-area .solution-content .solution-btns > a::before {
        left: 30px;
    }
}

.solution-2-area .solution-content .solution-btns .play {
    margin-left: 80px;
}

@media (max-width: 767px) {
    .solution-2-area .solution-content .solution-btns .play {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .solution-2-area .solution-content .solution-btns .play {
        margin-left: 40px;
        margin-top: 0px;
    }
}

.solution-2-area .solution-content .solution-btns .play a .thumb {
    position: relative;
}

.solution-2-area .solution-content .solution-btns .play a .thumb::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 92px;
    width: 92px;
    border-radius: 50%;
    border: 2px solid #ebebeb;
}

.solution-2-area .solution-content .solution-btns .play a img {
    border-radius: 50%;
}

.solution-2-area .solution-content .solution-btns .play a span {
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    color: #192437;
    padding-left: 15px;
}

.project-2-area {
    background: #192437;
    position: relative;
    z-index: 10;
}

.project-2-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    background: #ff5500;
    z-index: -2;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .project-2-area::before {
        width: 36%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-2-area::before {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .project-2-area::before {
        width: 100%;
    }
}

.project-2-area .shape {
    position: absolute;
    left: 120px;
    bottom: 0;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .project-2-area .shape {
        left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-2-area .shape {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-2-area .shape {
        left: 0;
    }
}

@media (max-width: 767px) {
    .project-2-area .shape {
        left: 0;
    }
}

.project-2-area .project-full {
    left: calc((100% - 1200px) / 2);
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-2-area .project-full {
        left: calc((100% - 965px) / 2);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-2-area .project-full {
        position: static;
    }
}

@media (max-width: 767px) {
    .project-2-area .project-full {
        position: static;
    }
}

.project-2-area .project-content {
    margin-top: -13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-2-area .project-content {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .project-2-area .project-content {
        padding-bottom: 30px;
    }
}

.project-2-area .project-content .title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding-right: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .project-2-area .project-content .title {
        font-size: 34px;
        line-height: 44px;
    }
}

.project-2-area .project-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #ffe5dc;
    padding-right: 0px;
    padding-top: 43px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .project-2-area .project-content p {
        font-size: 14px;
        margin-right: -15px;
    }
}

.project-2-area .project-item {
    position: relative;
}

.project-2-area .project-item a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 91%;
    background: #fff;
    text-align: center;
    line-height: 77px;
    font-size: 20px;
    color: #192437;
    text-transform: uppercase;
    -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;
}

.project-2-area .project-item img {
    width: 100%;
}

.project-2-area .project-item:hover a {
    background: #ff5500;
    color: #fff;
}

.project-2-area .project-2-active .slick-dots {
    position: absolute;
    left: -305px;
    bottom: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .project-2-area .project-2-active .slick-dots {
        left: -210px;
        bottom: 170px;
    }
}

.project-2-area .project-2-active .slick-dots li {
    display: inline-block;
}

.project-2-area .project-2-active .slick-dots li button {
    border: 0;
    background: #ba4520;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    margin-right: 6px;
    font-size: 0;
}

.project-2-area .project-2-active .slick-dots li.slick-active button {
    background: #fff;
}

.single-project-area {
    padding-bottom: 112px;
}

.single-project-area .single-project .single-project-thumb {
    position: relative;
}

.single-project-area .single-project .single-project-thumb img {
    width: 100%;
}

.single-project-area .single-project .single-project-thumb .single-project-thumb-content {
    position: absolute;
    right: 40px;
    bottom: -60px;
    min-width: 370px;
    background: #ff5500;
    padding: 29px 50px 29px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-project-area .single-project .single-project-thumb .single-project-thumb-content {
        bottom: -30px;
    }
}

@media (max-width: 767px) {
    .single-project-area .single-project .single-project-thumb .single-project-thumb-content {
        min-width: 100%;
        position: static;
        padding: 29px 20px 29px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-project-area .single-project .single-project-thumb .single-project-thumb-content {
        padding: 29px 50px 29px;
    }
}

.single-project-area .single-project .single-project-thumb .single-project-thumb-content ul li {
    color: #fff;
    line-height: 51px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .single-project-area .single-project .single-project-thumb .single-project-thumb-content ul.pl-95 {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-project-area .single-project .single-project-thumb .single-project-thumb-content ul.pl-95 {
        padding-left: 95px;
    }
}

.single-project-area .single-project .single-project-content-1 {
    padding-top: 50px;
}

.single-project-area .single-project .single-project-content-1 .title {
    font-size: 40px;
    text-transform: uppercase;
    color: #192437;
    font-weight: 400;
}

.single-project-area .single-project .single-project-content-1 p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    color: #7f8692;
    letter-spacing: .7px;
    padding-top: 35px;
}

.single-project-area .single-project .single-project-content-1 span {
    font-size: 24px;
    text-transform: uppercase;
    color: #ff5500;
}

.single-project-area .single-project .single-project-content-1.item-2 {
    padding-top: 35px;
}

.single-project-area .single-project .single-project-content-1.item-3 p {
    padding-top: 17px;
}

/*===========================
    10.faq css 
===========================*/
.faq-brand-area {
    background-attachment: fixed;
}

.faq-brand-area .brand-active {
    padding-top: 120px;
    padding-bottom: 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-brand-area .brand-active .brand-item {
    text-align: center;
}

.faq-brand-area .brand-active .brand-item a img {
    display: inline-block;
    opacity: .2;
    -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;
}

.faq-brand-area .brand-active .brand-item a:hover img {
    opacity: .8;
}

.faq-brand-area .faq-items {
    margin-top: 120px;
    display: flex;
}

@media (max-width: 767px) {
    .faq-brand-area .faq-items {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-brand-area .faq-items {
        display: flex;
    }
}

.faq-brand-area .faq-items .faq-thumb img {
    width: 100%;
}

.faq-brand-area .faq-items .faq-content {
    background: #ff5500;
    margin-left: 30px;
    padding-left: 60px;
    padding-top: 55px;
    min-width: 285px;
}

@media (max-width: 767px) {
    .faq-brand-area .faq-items .faq-content {
        margin-left: 0;
        min-width: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-brand-area .faq-items .faq-content {
        margin-left: 30px;
        min-width: 285px;
    }
}

.faq-brand-area .faq-items .faq-content p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}

.faq-accrodion {
    margin-top: 70px;
    margin-right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-accrodion {
        margin-top: 30px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .faq-accrodion {
        margin-top: 30px;
        margin-right: 0;
    }
}

.faq-accrodion .accrodion {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
}

.faq-accrodion .accrodion::before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), to(var(--thm-base)));
    background-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-base) 100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    border-radius: 5px;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.faq-accrodion .accrodion + .accrodion {
    margin-top: 10px;
}

.faq-accrodion .accrodion.active {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.faq-accrodion .accrodion.active .accrodion-inner {
    margin: 0 1px;
    background-color: transparent;
    border-color: #dce0e8;
}

.faq-accrodion .accrodion.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.faq-accrodion .accrodion.active .accrodion-title {
    padding-bottom: 0;
}

.faq-accrodion .accrodion.active .accrodion-title h4 {
    color: #ff5500;
}

.faq-accrodion .accrodion.active .accrodion-title::before {
    opacity: 0;
}

.faq-accrodion .accrodion.active .accrodion-title::after {
    opacity: 1;
    color: #ff5500;
}

.faq-accrodion .accrodion .accrodion-inner {
    background-color: transparent;
    padding: 25px 0;
    border-style: solid;
    border-width: 1px;
    border-color: #dce0e8;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0px;
}

.faq-accrodion .accrodion .accrodion-title {
    padding: 0px 38px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-title {
        padding: 0 38px 0 20px;
    }
}

.faq-accrodion .accrodion .accrodion-title::before {
    content: '+';
    font-size: 32px;
    color: #192437;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-title::before {
        right: 20px;
    }
}

.faq-accrodion .accrodion .accrodion-title::after {
    content: '-';
    font-weight: 900;
    font-size: 32px;
    color: #192437;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-title::after {
        right: 20px;
    }
}

.faq-accrodion .accrodion .accrodion-title h4 {
    margin: 0;
    color: #192437;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.faq-accrodion .accrodion .accrodion-content .inner {
    padding: 0 38px;
    padding-right: 80px;
    padding-top: 29px;
    padding-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-accrodion .accrodion .accrodion-content .inner {
        padding: 15px 38px 0 40px;
    }
}

@media (max-width: 767px) {
    .faq-accrodion .accrodion .accrodion-content .inner {
        padding: 0 38px 0 20px;
    }
}

.faq-accrodion .accrodion .accrodion-content p {
    margin: 0;
    color: #838999;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.faq-area .faq-request-quote {
    padding: 20px 20px 60px;
    border: 1px solid #eaeaea;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
    margin-top: -232px;
    background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-area .faq-request-quote {
        margin-top: -185px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area .faq-request-quote {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .faq-area .faq-request-quote {
        margin-top: 30px;
    }
}

.faq-area .faq-request-quote span {
    background: #192437;
    line-height: 75px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.faq-area .faq-request-quote .input-box {
    margin: 10px 40px 0px;
}

@media (max-width: 767px) {
    .faq-area .faq-request-quote .input-box {
        margin: 10px 0 0;
    }
}

.faq-area .faq-request-quote .input-box input {
    width: 100%;
    background: #f4f4f5;
    line-height: 78px;
    border: 0;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #7e8591;
}

.faq-area .faq-request-quote .input-box input::placeholder {
    opacity: 1;
    color: #7e8591;
}

.faq-area .faq-request-quote .input-box textarea {
    width: 100%;
    background: #f4f4f5;
    height: 169px;
    border: 0;
    padding-left: 30px;
    resize: none;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #7e8591;
}

.faq-area .faq-request-quote .input-box textarea::placeholder {
    opacity: 1;
    color: #7e8591;
}

.faq-area .faq-request-quote .input-box button:hover {
    background: #192437;
    color: #fff;
    border-color: #192437;
}

.faq-area .faq-request-quote .input-box button:hover::before {
    background: #fff;
}




/** TRIP ACCORDION **/


.trip-accrodion .accrodion {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.trip-accrodion .accrodion::before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--thm-primary)), to(var(--thm-base)));
    background-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-base) 100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    border-radius: 5px;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.trip-accrodion .accrodion + .accrodion {
    margin-top: 10px;
}

.trip-accrodion .accrodion.active .accrodion-inner {
    margin: 0 1px;
    background-color: transparent;
    border-color: #dce0e8;
}

.trip-accrodion .accrodion.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.trip-accrodion .accrodion.active .accrodion-title {
    padding-bottom: 0;
}

.trip-accrodion .accrodion.active .accrodion-title h4 {
    color: #ff5500;
}

.trip-accrodion .accrodion.active .accrodion-title::before {
    opacity: 0;
}

.trip-accrodion .accrodion.active .accrodion-title::after {
    opacity: 1;
    color: #ff5500;
}

.trip-accrodion .accrodion .accrodion-inner {
    background-color: transparent;
    /* padding-bottom: 15px; */
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0px;
}

.trip-accrodion .accrodion .accrodion-title {
    padding: 0px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .trip-accrodion .accrodion .accrodion-title {
        padding: 0 38px 0 0px;
    }
}

.trip-accrodion .accrodion .accrodion-title::before {
    content: '+';
    font-weight: 900;
    font-size: 22px;
    color: #192437;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 8px;
    background: #ddd;
    height: 30px;
    width: 30px;
}

@media (max-width: 767px) {
    .trip-accrodion .accrodion .accrodion-title::before {
        right: 10px;
    }
}

.trip-accrodion .accrodion .accrodion-title::after {
    content: '-';
    font-weight: 900;
    font-size: 22px;
    color: #192437;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 8px;
    background: #ddd;
    height: 30px;
    width: 30px;
}

@media (max-width: 767px) {
    .trip-accrodion .accrodion .accrodion-title::after {
        right: 10px;
    }
}

.trip-accrodion .accrodion .accrodion-title h3 {
    font-family: 'Lato';
    color: #444;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    padding: 6px 0px;
}

.trip-accrodion .accrodion .accrodion-content .inner {
    padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .trip-accrodion .accrodion .accrodion-content .inner {
        padding: 15px 40px 0 0px;
    }
}

@media (max-width: 767px) {
    .trip-accrodion .accrodion .accrodion-content .inner {
        padding: 0 35px 0 0px;
    }
}

.trip-accrodion .accrodion .accrodion-content p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}




/*===========================
    11.FUTURE css 
===========================*/
.future-area {
    background: #f4f4f4;
    position: relative;
    z-index: 10;
}

.future-area .features-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.future-area .future-thumb {
    margin-right: 30px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .future-area .future-thumb {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .future-area .future-thumb {
        margin-right: 0;
    }
}

.future-area .future-thumb .experience {
    position: absolute;
    top: 35px;
    left: -85px;
    height: 170px;
    width: 170px;
    text-align: center;
    line-height: 210px;
    border-radius: 50%;
    background: #ff5500;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .future-area .future-thumb .experience {
        left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .future-area .future-thumb .experience {
        left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .future-area .future-thumb .experience {
        left: -15px;
    }
}

@media (max-width: 767px) {
    .future-area .future-thumb .experience {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .future-area .future-thumb .experience {
        left: -15px;
        display: block;
    }
}

.future-area .future-thumb .experience span {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
}

.future-area .future-thumb img {
    width: 100%;
}

.future-area .future-content {
    margin-top: -13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .future-area .future-content {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .future-area .future-content {
        margin-top: 30px;
    }
}

.future-area .future-content .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.future-area .future-content .title span{
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
}

.future-area .future-content ul{
    margin-left: 20px;
	padding-top: 20px;
}
.future-area .future-content ul li{
	font-family: "Lato";
	font-weight: 600;
	margin-bottom: 6px;
	padding-left: 6px;
}

@media (max-width: 767px) {
    .future-area .future-content .title {
        font-size: 38px;
    }
}

.future-area .future-content p {
    font-family: "Lato";
    font-size: 16px;
    color: #444;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: .4px;
    padding-right: 5px;
    padding-top: 30px;
}

.future-area .future-item {
    margin-top: 46px;
}

.future-area .future-item .title {
    font-size: 16px;
    color: #192437;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: -16px;
    -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;
}

.future-area .future-item .title i {
    color: #ff5500;
    padding-right: 5px;
    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;
}

.future-area .future-item p {
    color: #7e8591;
    font-weight: 300;
    padding-top: 10px;
}

.future-area .future-item:hover .title {
    margin-left: 0;
}

.future-area .future-item:hover .title i {
    opacity: 1;
}

.future-area .future-contact {
    background: #192437;
    padding: 28px 0 30px 170px;
    position: relative;
    margin-top: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .future-area .future-contact {
        padding: 28px 0 30px 150px;
    }
}

@media (max-width: 767px) {
    .future-area .future-contact {
        padding: 28px 0 30px 80px;
    }
}

.future-area .future-contact i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 130px;
    background: #ff5500;
    color: #fff;
    font-size: 70px;
    text-align: center;
}

@media (max-width: 767px) {
    .future-area .future-contact i {
        width: 60px;
        font-size: 44px;
    }
}

.future-area .future-contact span {
    font-size: 14px;
    color: #b1bec5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.future-area .future-contact a {
    font-size: 30px;
    color: #fff;
    line-height: 38px;
}

@media (max-width: 767px) {
    .future-area .future-contact a {
        font-size: 26px;
    }
}




/*===========================
    12.NEWS css 
===========================*/
.news-area {
    padding-bottom: 30px;
    position: relative;
}

.news-area .news-title .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .news-area .news-title .title {
        padding-bottom: 20px;
        font-size: 38px;
    }
}

.news-area .news-item .news-thumb {
    position: relative;
    overflow: hidden;
}

.news-area .news-item .news-thumb 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;
}

.news-area .news-item .news-content {
    border-top: 0;
    padding: 20px 25px 15px;
    background: #fff;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news-area .news-item .news-content {
        padding: 48px 20px 34px;
    }
}

@media (max-width: 767px) {
    .news-area .news-item .news-content {
        padding: 48px 35px 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-area .news-item .news-content {
        padding: 48px 65px 34px;
    }
}

.news-area .news-item .news-content .date {
    font-family: 'Lato';
    border-top: 1px solid #eee;
    display: inline-block;
    padding: 0 10px;
    margin-top:  16px;
}

.news-area .news-item .news-content .date span {
    font-size: 14px;
    color: #444;
    padding-right:  6px;
}

.news-area .news-item .news-content .date span span {
    color: #ff5500;
    font-size: 12px;
    font-weight: 600;
    padding-right:  15px;
}

.news-area .news-item .news-content a {
    font-family: 'Lato';
    font-size: 20px;
    color: #444;
    font-weight: 700;
    line-height: 26px;
    -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;
}

.news-area .news-item:hover .news-thumb img {
    transform: scale(1.1);
}

.news-area .news-item:hover .news-content a {
    color: #ff5500;
}

.news-area.news-3-area {
    background: #f4f4f5;
    padding-bottom: 120px;
    position: relative;
    z-index: 10;
}

.news-area.news-3-area .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.news-area.news-3-area::before {
    display: none;
}

.news-area.news-posts-area {
    padding-top: 90px;
    padding-bottom: 120px;
}

.news-area.news-posts-area::before {
    display: none;
}


.news-area.news-2-area::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-image: url(../images/expedition-bkg-front.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.news-2-area .news-title {
    padding-bottom: 14px;
}

.news-2-area .news-title .title {
    font-family: 'Lato';
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    color:  #444;
    letter-spacing: -1px;
}

@media (max-width: 767px) {
    .news-2-area .news-title .title {
        margin-bottom: 20px;
        font-size: 34px;
    }
}

.news-2-area .news-thumb {
    overflow: hidden;
    position: relative;
    border:  1px solid #BBB;
}


.news-2-area .news-thumb .post-date-custom {
    display: block;
    position: absolute;
    background-color: #ff5500;
    border-right: none;
    right: 0px;
    top: 30px;
    padding: 5px 15px;
    z-index: 15;
}

.news-2-area .news-thumb .post-date-custom > span:first-child {
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    height: 30px;
    display: block;
    text-align: center;
    color: #fff;
}

.news-2-area .news-thumb .post-date-custom > span:last-child {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    height: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #fff;
}



.news-2-area .news-thumb .news-thumb-content {
    position: absolute;
    content: '';
    left: 60px;
    bottom: 52px;
}

@media (max-width: 767px) {
    .news-2-area .news-thumb .news-thumb-content {
        left: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-2-area .news-thumb .news-thumb-content {
        left: 60px;
        bottom: 52px;
    }
}

.news-2-area .news-thumb .news-thumb-content span {
    font-family: 'Lato';
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-top: 6px;
}


.news-2-area .news-thumb .news-thumb-content .title {
    display: block;
    /*font-family: 'Lato';*/
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    -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;
}

.news-2-area .news-thumb .news-thumb-content .title a {
    color:  #ffffff;
}
.news-2-area .news-thumb .news-thumb-content .title a:hover {
    color:  #ff5500;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .news-2-area .news-thumb .news-thumb-content .title br {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-2-area .news-thumb .news-thumb-content .title br {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .news-2-area .news-thumb .news-thumb-content .title {
        font-size: 22px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .news-2-area .news-thumb .news-thumb-content .title {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-2-area .news-thumb .news-thumb-content .title {
        font-size: 26px;
        line-height: 40px;
    }
}

.news-2-area .news-thumb 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;
}

.news-2-area .news-thumb:hover img {
    transform: scale(1.1);
}

.news-2-area .news-thumb:hover .news-thumb-content .title {
    color: #ff5500;
}

.news-2-area .news-item {
    border: 1px solid #eaeaea;
    background:  #fff;
}

.news-2-area .news-item .news-item-thumb {
    min-width: 210px;
    overflow: hidden;
}

.news-2-area .news-item-thumb .post-date-custom {
    display: block;
    position: absolute;
    background-color: #ff5500;
    border-right: none;
    left: 0px;
    top: 30px;
    padding: 5px 15px;
    z-index: 15;
}

.news-2-area .news-item-thumb .post-date-custom > span:first-child {
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    height: 30px;
    display: block;
    text-align: center;
    color: #fff;
}

.news-2-area .news-item-thumb .post-date-custom > span:last-child {
    font-size: 10px;
    line-height: 15px;
    font-weight: 700;
    height: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #fff;
}

.news-2-area .news-item .news-item-thumb 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;
}

.news-2-area .news-item .news-content {
    padding-left: 25px;
}

@media (max-width: 767px) {
    .news-2-area .news-item .news-content {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .news-2-area .news-item .news-content {
        padding-left: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.news-2-area .news-item .news-content p {
    font-family: 'Lato';
    font-size:  16px;
    line-height: 24px;
    font-weight: 500;
    color: #444;
    padding-bottom: 14px;
}

.news-2-area .news-item .news-content span {
    font-family: 'Lato';
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    padding-top: 6px;
}

.news-2-area .news-item .news-content span span {
    color: #7e8591;
}

.news-2-area .news-item .news-content .title {
    font-family: 'Lato';
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    padding-top: 14px;
    -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: 1200px) {
    .news-2-area .news-item .news-content .title {
        font-size: 16px;
        line-height: 32px;
    }
}

.news-2-area .news-item:hover .news-item-thumb img {
    transform: scale(1.1);
}

.news-2-area .news-item:hover .news-content .title {
    color: #ff5500;
}

.map-area {
    margin-bottom: -6px;
}

.map-area iframe {
    width: 100%;
    height: 560px;
}

@media (max-width: 767px) {
    .map-area iframe {
        height: 300px;
    }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
    padding-top: 120px;
    padding-bottom: 120px;
}

.blog-details__content {
    padding-top: 23px;
}

.blog-details__content h3 {
    margin: 0;
    font-size: 36px;
    line-height: 50px;
    color: #192437;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details__content h3 {
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details__content h3 {
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .blog-details__content h3 {
        line-height: 40px;
    }
}

.blog-details__content p {
    font-size: 18px;
    line-height: 36px;
    color: #7e8591;
    font-weight: 300;
    letter-spacing: .7px;
}

.blog-details__content .blog-one__meta a {
    color: #838999;
    margin-right: 14px;
}

.blog-details__content .blog-one__meta a i {
    color: #ff5500;
    padding-right: 5px;
}

.blog-details__content p + p {
    margin-top: 30px;
}

.blog-details__image {
    margin-bottom: 23px;
}

.blog-details__image > img {
    width: 100%;
}

.blog-details__image {
    position: relative;
}

.blog-details__image > span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    background: #fff;
    line-height: 40px;
    padding: 0 40px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7e8591;
    white-space: nowrap;
}

.blog-details__image > span span {
    color: #ff5500;
}

.blog-author {
    background-color: #white;
    border-radius: 0px;
    border: 1px solid #eaeaea;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 60px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-author {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .blog-author {
        padding: 20px;
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-author {
        display: flex;
    }
}

.blog-author__image > img {
    width: 400px;
    border-radius: 5px;
}

.blog-author__content {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .blog-author__content {
        padding-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-author__content {
        padding-left: 20px;
        margin-top: 0px;
    }
}

.blog-author__content h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #192437;
    margin-bottom: 30px;
}

.blog-author__content p {
    margin: 0;
    color: #838999;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: .6px;
}

.blog-details__meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e4e4ee;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.blog-details__tags {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.blog-details__tags span {
    color: #192437;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    margin-right: 10px;
}

.blog-details__tags a {
    color: #7e8591;
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.blog-details__tags a:hover {
    color: #ff5500;
}

.blog-details__tags a + a {
    margin-left: 5px;
}

.blog-details__share {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.blog-details__share ul li {
    display: inline-block;
    margin-left: 3px;
}

.blog-details__share ul li a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #f4f4f5;
    background-size: 200% auto;
    font-size: 16px;
    color: #7e8591;
    position: relative;
    overflow: hidden;
    border-radius: 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;
}

.blog-details__share ul li a:hover {
    background: #ff5500;
    color: #fff;
}

.blog-details__share a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    -webkit-transform: translateY(100%) rotate(180deg) perspective(44px);
    transform: translateY(100%) rotate(180deg) perspective(44px);
    background-image: linear-gradient(117deg, var(--thm-base) 0%, var(--thm-primary) 100%);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.blog-details__share a:hover::before {
    -webkit-transform: translateY(0%) rotate(0deg) perspective(44px);
    transform: translateY(0%) rotate(0deg) perspective(44px);
}

.blog-details__share a i {
    position: relative;
    z-index: 20;
}

.blog-details__share a + a {
    margin-left: 10px;
}

.blog-btn a {
    padding: 0 28px;
}

.blog-btn a::before {
    left: -40px;
}

.comment-one {
    margin-bottom: 15px;
}

.comment-one__block-title {
    margin: 0;
    margin-bottom: 54px;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #192437;
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    position: relative;
    border-bottom: 1px solid #e4e4ee;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .comment-one__single {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .comment-one__single {
        display: flex;
    }
}

.comment-one__btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 29px;
    font-size: 14px;
}

.comment-one__content .comment-one__date span {
    margin-left: 5px;
    margin-right: 5px;
}

.comment-one__image {
    min-width: 120px;
}

@media (max-width: 767px) {
    .comment-one__image {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .comment-one__image {
        width: 120px;
    }
}

.comment-one__image > img {
    border-radius: 50%;
    width: 100%;
}

.comment-one__content {
    padding-left: 40px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .comment-one__content {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .comment-one__content {
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .comment-one__content {
        padding-left: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.comment-one__single {
    position: relative;
}

.comment-one__single .blog-btn {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {
    .comment-one__single .blog-btn {
        position: static;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .comment-one__single .blog-btn {
        position: absolute;
    }
}

.comment-one__single .blog-btn a {
    line-height: 35px;
    padding: 0 20px 0 45px;
}

.comment-one__single .blog-btn a::before {
    left: 20px;
}

.comment-one__content > h3 {
    font-family: 'Lato';
    margin-top: 20px;
    font-size: 20px;
    color: #444;
    line-height: 1em;
    font-weight: 800;
}

@media (max-width: 767px) {
    .comment-one__content > h3 {
        font-size: 18px;
    }
}

.comment-one__content > h3 .comment-one__date {
    color: #ff5500;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    display: inline;
    margin-left: 10px;
    padding-left: 10px;
    border-left:  2px solid #FF5500;
}

@media (max-width: 767px) {
    .comment-one__content > h3 .comment-one__date {
        font-size: 14px;
    }
}

.comment-one__content p {
    color: #838999;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding-top: 10px;
}

.comment-form .contact-one__form .input-box {
    margin-top: 10px;
    margin-right: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .comment-form .contact-one__form .input-box {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .comment-form .contact-one__form .input-box {
        margin-right: 0;
    }
}

.comment-form .contact-one__form .input-box input {
    width: 100%;
    height: 50px;
    font-family: Lato;
    background: #f4f4f5;
    border-radius: 0px;
    border: 0;
    padding-left: 20px;
    color: #333;
    font-weight: 700;
}

.comment-form .contact-one__form label {
    font-family: Lato;
    font-weight: 600;
}

.comment-form .contact-one__form .input-box input::placeholder {
    opacity: 1;
    color: #CCC;
}

.comment-form .contact-one__form .input-box textarea {
    width: 100%;
    height: 170px;
    font-family: Lato;
    background: #f4f4f5;
    border-radius: 0px;
    border: 0;
    padding-left: 30px;
    padding-top: 13px;
    color: #333;
    resize: none;
    font-weight: 700;
}

.comment-form .contact-one__form .input-box textarea::placeholder {
    opacity: 1;
    color: #CCC;
}






.inquiry-form  {
    padding: 6px 12px;
    font-family: 'Lato';
}

.inquiry-form .inquiry-one__form .input-box {
    margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inquiry-form .inquiry-one__form .input-box {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .inquiry-form .inquiry-one__form .input-box {
        margin-right: 0;
    }
}

.inquiry-form .inquiry-one__form .input-box input {
    width: 100%;
    height: 35px;
    border-radius: 0px;
    border: 0;
    padding-left: 10px;
    color: #444;
    font-weight: 700;
    border:  1px solid #ddd;
}

.inquiry-form .inquiry-one__form .input-box input::placeholder {
    font-size:  14px;
    opacity: 1;
    color: #D2D2D2;
}

.inquiry-form .inquiry-one__form .input-box textarea {
    width: 100%;
    height: 100px;
    border-radius: 0px;
    border: 0;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
    color: #444;
    resize: none;
    font-weight: 700;
    border:  1px solid #ddd;
}

.inquiry-form .inquiry-one__form .input-box textarea::placeholder {
    opacity: 1;
    color: #D2D2D2;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__title {
    margin: 0;
    color: #192437;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sidebar__single:not(.sidebar__search) {
    padding: 15px 20px 12px;
    background-color: #f4f4f5;
}

@media (max-width: 1199px) {
    .sidebar__single:not(.sidebar__search) {
        padding: 10px;
    }
}


.sidebar__single + .sidebar__single {
    margin-top: 10px;
}

div[class*="offer_box"] {
    border-radius: 6px;
    border: 2px solid #FF8800;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Lato';
    font-size: 14px;
}

h3[class*="offer_title"] {
    font-family: "Oswald", sans-serif;
    color: #FF5500;
    border-bottom: 1px solid #FF5500;
    text-align: center;
}

div[class*="price_box"] {
    border-radius: 6px;
    border: 1px solid #000088;
    margin-bottom: 30px;
    color: #000;
    font-family: 'Lato';
    font-size: 14px;
}

h3[class*="price_title"] {
    font-family: "Oswald", sans-serif;
    color: #000088;
    border-bottom: 1px solid #000088;
    text-align: center;
}

.sidebar__single .trip_price{
	text-align:center;
	font-size: 30px;
	font-weight: 900;
	color: #FF5500;
	font-family: 'Lato';
}

.sidebar__single .align_center{
	text-align:center;
}

.sidebar__single .trip_price span{
	text-align:center;
	font-size: 14px;
	font-weight: 600;
	color: #000088;
}

.sidebar__single .offer-checks ul{
	margin-top: 14px;
}

.sidebar__single .offer-checks ul li{
	font-weight: 400;
	padding-left: 10px;
}


 .sidebar__single .offer-checks ul li:before {
    position: relative;
    content: '\f058';
    font-family: 'Fontawesome';
    top: 2px;
    left: -10px;
    font-size: 14px;
    color: #FF5500;
    /*background-color: #107E7D;*/
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    /*border-radius: 50%;*/
}


.sidebar__post__single + .sidebar__post__single {
    margin-top: 20px;
}

.sidebar__post__single {
    position: relative;
}

.sidebar__post__single::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.sidebar__post__single.item::before {
    display: none;
}

.sidebar__post-image,
.sidebar__post-content {
    display: table-cell;
    vertical-align: middle;
}

.sidebar__post-image {
    min-width: 66px;
}

.sidebar__post-image .inner-block {
    width: 100%;
}

.sidebar__post-image .inner-block > img {
    width: 100%;
    border-radius: 0%;
}

.sidebar__post-content {
    padding-left: 20px;
}

.sidebar__post-title {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #838999;
}

.sidebar__post-title a {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 24px;
    color: #192437;
    line-height: 24px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .sidebar__post-title a {
        padding-right: 0;
        font-size: 15px;
    }
}

.sidebar__post-content span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff5500;
    padding-bottom: 9px;
}

.sidebar__post-title a:hover {
    color: #192437;
}

.sidebar__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar__category-list-item {
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
}

.sidebar__category-list-item span{
    float: right;
}

.sidebar__category-list-item a {
    color: #7e8591;
    font-size: 16px;
    font-weight: 300;
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__category-list-item a:hover {
    color: #ff5500;
}

.sidebar__category-list-item + .sidebar__category-list-item {
    margin-top: 10px;
}

.sidebar__tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -10px;
}

.sidebar__tags-list-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}

.sidebar__tags-list-item a {
    display: block;
    color: #7e8591;
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__tags-list-item a:hover {
    color: #ff5500;
}

.sidebar__search-form {
    width: 100%;
    height: 72px;
    position: relative;
    border-radius: px;
    background: #ff5500;
}

.sidebar__search-form input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    background-color: transparent;
}

.sidebar__search-form ::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

.sidebar__search-form :-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.sidebar__search-form ::-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.sidebar__search-form ::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.sidebar__search-form ::placeholder {
    opacity: 1;
    color: #fff;
}

.sidebar__search-form button[type=submit] {
    background-color: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__search-form button[type=submit] i {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

/*===========================
    13.FOOTER css 
===========================*/
.footer-area {
    position: relative;
    /* background: #444444; */
	background-color:rgba(0,65,115,0.8);
    z-index: 10;
}

.footer-area .footer-shape-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    z-index: -1;
    -webkit-animation: footer-shape 10s infinite;
    animation: footer-shape 10s infinite;
}

.footer-area .footer-shape-1 img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-shape-1 img {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-shape-1 img {
        width: 55%;
    }
}

.footer-area .footer-shape-2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer-area .footer-shape-2 img {
    width: 80%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-area .footer-shape-2 img {
        width: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-shape-2 img {
        width: 65%;
    }
}

@media (max-width: 767px) {
    .footer-area .footer-shape-2 img {
        width: 65%;
    }
}

.footer-sing-up {
    background: #ff5500;
    height: 200px;
    align-items: center;
    padding: 0 60px;
    margin-top: -140px;
    position: relative;
    z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-sing-up {
        padding: 32px 60px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .footer-sing-up {
        padding: 30px;
        height: auto;
    }
}

.footer-sing-up .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.footer-sing-up .sing-up-heading {
    position: relative;
}

.footer-sing-up .sing-up-heading i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #fff;
}

.footer-sing-up .sing-up-heading .title {
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding-left: 88px;
}

@media (max-width: 767px) {
    .footer-sing-up .sing-up-heading .title {
        font-size: 22px;
        padding-left: 70px;
    }
}

.footer-sing-up .sing-up-form .input-box {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-sing-up .sing-up-form .input-box {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer-sing-up .sing-up-form .input-box {
        margin-top: 30px;
    }
}

.footer-sing-up .sing-up-form .input-box input {
    width: 510px;
    height: 80px;
    padding-left: 30px;
    border: 0;
    background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-sing-up .sing-up-form .input-box input {
        width: 360px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-sing-up .sing-up-form .input-box input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer-sing-up .sing-up-form .input-box input {
        width: 100%;
    }
}

.footer-sing-up .sing-up-form .input-box button {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #ff5500;
    border: 0;
    color: #fff;
    font-size: 14px;
    z-index: 10;
    -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;
}

.footer-sing-up .sing-up-form .input-box button::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #ff5500;
    z-index: -1;
    transform: scaleX(0);
    -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;
}

.footer-sing-up .sing-up-form .input-box button:hover {
    color: #ff5500;
}

.footer-sing-up .sing-up-form .input-box button:hover::before {
    transform: scaleX(1);
}

.footer-main {
    padding: 50px 0px;
    font-family: 'Lato';
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-main .footer-widget {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-main .footer-widget {
        margin-left: 0;
    }
}

.footer-logo{
    display: block;
    max-width: 250px;
    padding-bottom:  20px;
}

.footer-main .footer-widget .footer-title .title {
    font-family: 'Lato';
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.footer-main .footer-widget .footer-about-content p {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
    font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-main .footer-widget .footer-about-content p {
        font-size: 15px;
    }
}

.footer-main .footer-widget .footer-about-content .email {
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-main .footer-widget .footer-about-content .email a {
    font-weight: 600;
    color: #eee;
}

.footer-main .footer-widget .footer-about-content .call a {
    color: #fff;
}

.footer-main .footer-widget .footer-about-content .social {
    margin-top: 20px;
}

.footer-main .footer-widget .footer-about-content .social ul li {
    display: inline-block;
}

.footer-main .footer-widget .footer-about-content .social ul li a {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background: #121b2b;
    font-size: 16px;
    margin-right: 8px;
    -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: 1200px) {
    .footer-main .footer-widget .footer-about-content .social ul li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

.footer-main .footer-widget .footer-about-content .social ul li a:hover {
    background: #ff5500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-main .footer-widget .footer-about-list ul.mr-70 {
        margin-right: 50px;
    }
}

.footer-main .footer-widget .footer-about-list ul li a {
    font-family: 'Lato';
    color: #eee;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    margin-left: -10px;
    -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-main .footer-widget .footer-about-list ul li a i {
    color: #fff;
    padding-right: 5px;
    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;
}

.footer-main .footer-widget .footer-about-list ul li a:hover {
    color: #fff;
}

.footer-main .footer-widget .footer-about-list ul li a:hover i {
    opacity: 1;
}

.footer-main .footer-widget.footer-news {
    margin-left: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-main .footer-widget.footer-news {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-main .footer-widget.footer-news {
        margin-left: 0;
    }
}

.footer-main .footer-widget.footer-news .footer-news-content .news-item .news-item-thumb {
    min-width: 90px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-main .footer-widget.footer-news .footer-news-content .news-item .news-item-thumb {
        min-width: 70px;
    }
}

.footer-main .footer-widget.footer-news .footer-news-content .news-item .news-item-thumb 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;
}

.footer-main .footer-widget.footer-news .footer-news-content .news-item .news-item-content {
    margin-left: 18px;
}

.footer-main .footer-widget.footer-news .footer-news-content .news-item .news-item-content span {
    font-size: 12px;
    color: #ff5500;
    text-transform: uppercase;
    padding-bottom: 7px;
    display: block;
}

.footer-main .footer-widget.footer-news .footer-news-content .news-item .news-item-content a {
    color: #fff;
    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;
}

.footer-main .footer-widget.footer-news .footer-news-content .news-item:hover .news-item-thumb img {
    transform: scale(1.1);
}

.footer-main .footer-widget.footer-news .footer-news-content .news-item:hover .news-item-content a {
    color: #ff5500;
}


/** =========== Copyright =========== **/
 
 .footer-copyright {
 	font-family: "Oswald", sans-serif;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	background: #337;
	padding: 20px 0px;
}

.footer-copyright p {
	font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.footer-copyright p strong {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}


.footer-copyright p a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


/*===== Go Top =====*/
.go-top-area {
    position: relative;
    z-index: 999;
}

.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 50px;
    color: #ffffff;
    background-color: #0077FF;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -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;
}

.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000088;
    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;
    border-radius: 10px;
}

.go-top-area .go-top:focus, .go-top-area .go-top:hover {
    color: #fff;
}

.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top-area .go-top.active {
    top: 94%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 6px;
    right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

.go-top-wrap {
    position: relative;
}

.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #0077FF;
    border-radius: 10px;
}

.go-top-wrap .go-top-btn i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    -o-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background: #0077FF;
    border-radius: 10px;
}

.go-top-wrap .go-top-btn:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

.sing-area {
    z-index: 11;
    position: relative;
}

.sing-area .footer-sing-up {
    margin-top: 0;
    margin-bottom: -60px;
}

@-webkit-keyframes footer-shape {
    0% {
        right: 100px;
    }

    50% {
        right: 0;
    }

    100% {
        right: 100px;
    }
}

@keyframes footer-shape {
    0% {
        right: 100px;
    }

    50% {
        right: 0;
    }

    100% {
        right: 100px;
    }
}
/*===========================
    14.RELATIONSHIPS css 
===========================*/
.relationships-area {
    margin-top: -120px;
}

.relationships-area .relationships-item {
    background: #ff5500;
    padding: 47px 60px 60px;
    position: relative;
}

@media (max-width: 767px) {
    .relationships-area .relationships-item {
        padding: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .relationships-area .relationships-item {
        padding: 47px 60px 60px;
    }
}

.relationships-area .relationships-item .relationships-awarded {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #fff;
    min-width: 330px;
    padding-left: 140px;
    padding-top: 45px;
    padding-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .relationships-area .relationships-item .relationships-awarded {
        display: none;
    }
}

@media (max-width: 767px) {
    .relationships-area .relationships-item .relationships-awarded {
        display: none;
    }
}

.relationships-area .relationships-item .relationships-awarded i {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #ff5500;
}

.relationships-area .relationships-item .relationships-awarded span {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #192437;
}

.relationships-area .relationships-item::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url(../images/relationships-bg.jpg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .relationships-area .relationships-item::before {
        width: 0;
    }
}

@media (max-width: 767px) {
    .relationships-area .relationships-item::before {
        width: 0;
    }
}

.relationships-area .relationships-item .relationships-content .title {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .relationships-area .relationships-item .relationships-content .title {
        font-size: 40px;
        line-height: 50px;
    }
}

.relationships-area .relationships-item .relationships-content p {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    padding-top: 40px;
    padding-bottom: 42px;
    padding-right: 80px;
}

@media (max-width: 767px) {
    .relationships-area .relationships-item .relationships-content p {
        font-size: 22px;
        padding-right: 0;
    }
}

.relationships-area .relationships-item .relationships-content ul li {
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
}

.relationships-area .relationships-item .relationships-content ul li i {
    padding-right: 6px;
}

.skills {
    position: relative;
    margin-top: 46px;
    margin-right: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .skills {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .skills {
        margin-bottom: 40px;
        margin-right: 0;
    }
}

.skills .skill-item {
    position: relative;
    margin-bottom: 27px;
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 10px;
}

.skills .skill-item .skill-header .skill-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.skills .skill-item .skill-header .skill-percentage {
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 15px;
    font-weight: 600;
    color: #ff5e14;
}

.skills .skill-item .skill-header .skill-percentage .count-box {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #ff5500;
    line-height: 30px;
    width: 52px;
    text-align: center;
    position: relative;
    font-weight: 500;
}

.skills .skill-item .skill-header .skill-percentage .count-box::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 3px;
    height: 57px;
    background: #ff5500;
}

.skills .skill-item .skill-header .skill-percentage .count-box span {
    font-weight: 700;
    font-size: 14px;
}

.skills .skill-item:last-child {
    margin-bottom: 0;
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    border-top: 4px solid #ff652e;
    border-bottom: 4px solid #ff652e;
    border-radius: 0px;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0;
    top: 0px;
    width: 0;
    height: 8px;
    background: #fff;
    -webkit-transition: all 2000ms ease;
    transition: all 2000ms ease;
    border-radius: 0px;
    margin-top: -3px;
}

/*===========================
    14.LEADERSHIP css 
===========================*/
.leadership-area {
    padding-top: 106px;
    margin-bottom: -237px;
    position: relative;
    z-index: 11;
}

.leadership-area .leadership-title {
    padding-bottom: 23px;
}

.leadership-area .leadership-title .title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
}

.leadership-area .leadership-item {
    padding: 60px 60px 52px;
    border: 1px solid #eaeaea;
    background: #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;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .leadership-area .leadership-item {
        padding: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .leadership-area .leadership-item {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .leadership-area .leadership-item {
        padding: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .leadership-area .leadership-item {
        padding: 60px 60px 52px;
    }
}

.leadership-area .leadership-item .leadership-thumb {
    position: relative;
}

.leadership-area .leadership-item .leadership-thumb .social {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.leadership-area .leadership-item .leadership-thumb .social > a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: #ff5500;
    color: #fff;
}

.leadership-area .leadership-item .leadership-thumb .social > a i::before {
    -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;
}

.leadership-area .leadership-item .leadership-thumb .social ul {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    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;
}

.leadership-area .leadership-item .leadership-thumb .social ul li a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: #121b2b;
    color: #9aa3b2;
    font-size: 14px;
}

.leadership-area .leadership-item .leadership-thumb .social ul li a:hover {
    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;
}

.leadership-area .leadership-item .leadership-thumb img {
    width: 100%;
}

.leadership-area .leadership-item .leadership-content h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 25px;
}

.leadership-area .leadership-item .leadership-content span {
    font-size: 14px;
    text-transform: uppercase;
    color: #ff5500;
    padding-bottom: 9px;
}

.leadership-area .leadership-item .leadership-content p {
    font-size: 18px;
    font-weight: 300;
    color: #7e8591;
    line-height: 34px;
    padding: 0 10px;
}

.leadership-area .leadership-item:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.04);
}

.leadership-area .leadership-item:hover .leadership-thumb .social > a i::before {
    content: "\f068";
}

.leadership-area .leadership-item:hover .leadership-thumb .social ul {
    opacity: 1;
    left: 45px;
}

.leadership-area.about-leadership {
    padding-top: 0px;
    margin-bottom: 0;
    padding-bottom: 120px;
    position: relative;
    z-index: 10;
}

.leadership-area.about-leadership .shape {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: -1;
}

.leadership-area.team-leadership {
    padding-top: 90px;
}

/*===========================
    15.NANO css 
===========================*/
.nano-area .nano-item {
    border-bottom: 3px solid #ff5500;
    padding-left: 60px;
    padding-top: 43px;
    padding-bottom: 45px;
    -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;
    position: relative;
    z-index: 5;
}

.nano-area .nano-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: #ff5500;
    z-index: -1;
    -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;
}

.nano-area .nano-item span {
    font-size: 14px;
    color: #7e8591;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 13px;
    display: block;
    -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;
}

.nano-area .nano-item .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    -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;
}

.nano-area .nano-item.active, .nano-area .nano-item:hover {
    border-bottom-color: #192437;
}

.nano-area .nano-item.active::before, .nano-area .nano-item:hover::before {
    height: 100%;
}

.nano-area .nano-item.active span, .nano-area .nano-item:hover span {
    color: #fff;
}

.nano-area .nano-item.active .title, .nano-area .nano-item:hover .title {
    color: #fff;
}

/*===========================
    16.ABOUT css 
===========================*/
.about-area {
    padding-top: 105px;
    padding-bottom: 120px;
}

.about-area .about-right-content {
    padding-top: 4px;
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-area .about-right-content {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area .about-right-content {
        margin-left: 0;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .about-area .about-right-content {
        margin-left: 0;
        padding-top: 30px;
    }
}

.about-area .about-right-content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    color: #7e8591;
    letter-spacing: .4px;
}

.about-area .about-right-content .about-thumb {
    margin-top: 66px;
    position: relative;
}

.about-area .about-right-content .about-thumb .shape {
    position: absolute;
    top: 0;
    left: 0;
}

.about-area .about-right-content .about-thumb img {
    width: 100%;
}

.about-area .about-main-content .about-title {
    padding-bottom: 50px;
}

.about-area .about-main-content .about-title .title {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 400;
}

@media (max-width: 767px) {
    .about-area .about-main-content .about-title .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-area .about-main-content .about-title .title {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (max-width: 767px) {
    .about-area .about-main-content .about-title .title br {
        display: none;
    }
}

.about-area .about-main-content .about-item .about-item-thumb {
    min-width: 270px;
}

.about-area .about-main-content .about-item .about-item-thumb img {
    width: 100%;
}

.about-area .about-main-content .about-item .about-item-content {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .about-area .about-main-content .about-item .about-item-content {
        padding-left: 0px;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-area .about-main-content .about-item .about-item-content {
        padding-left: 20px;
        padding-top: 0;
    }
}

.about-area .about-main-content .about-item .about-item-content .title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 34px;
    color: #ff5500;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-area .about-main-content .about-item .about-item-content .title {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .about-area .about-main-content .about-item .about-item-content .title {
        font-size: 17px;
        line-height: 30px;
    }
}

.about-area .about-main-content .about-item .about-item-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #7e8591;
    padding-top: 21px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-area .about-main-content .about-item .about-item-content p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .about-area .about-main-content .about-item .about-item-content p {
        font-size: 15px;
    }
}

.about-area .about-main-content .about-list {
    padding-top: 50px;
    margin-right: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-area .about-main-content .about-list {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area .about-main-content .about-list {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .about-area .about-main-content .about-list {
        margin-right: 0;
    }
}

.about-area .about-main-content .about-list ul li {
    background: #f4f4f5;
    line-height: 100px;
    padding-left: 40px;
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #192437;
}

@media (max-width: 767px) {
    .about-area .about-main-content .about-list ul li {
        padding-left: 10px;
        font-size: 14px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-area .about-main-content .about-list ul li {
        padding-left: 30px;
        font-size: 20px;
        line-height: 80px;
    }
}

.about-area .about-main-content .about-list ul li span {
    color: #ff5500;
    padding-right: 22px;
}

.about-area.about-page {
    padding-top: 120px;
    position: relative;
    z-index: 10;
}

.about-area.about-page > .shape {
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
}

.about-area.about-page .about-main-content {
    margin-top: -13px;
}

.about-area.about-page .about-main-content .about-title {
    padding-bottom: 50px;
}

.about-area.about-page .about-main-content .about-title p {
    font-size: 18px;
    line-height: 34px;
    color: #7e8591;
    font-weight: 300;
    padding-right: 130px;
    padding-top: 41px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-area.about-page .about-main-content .about-title p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area.about-page .about-main-content .about-title p {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .about-area.about-page .about-main-content .about-title p {
        padding-right: 0;
    }
}

.about-area.about-page .about-right-content {
    padding-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area.about-page .about-right-content {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .about-area.about-page .about-right-content {
        margin-top: 30px;
    }
}

.about-area.about-page .about-right-content .about-thumb {
    margin-top: 0;
}

/*===========================
    17.MISSION css 
===========================*/
.mission-area {
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .mission-area::before {
        min-width: 680px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mission-area::before {
        min-width: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mission-area::before {
        min-width: 0;
    }
}

@media (max-width: 767px) {
    .mission-area::before {
        min-width: 0;
    }
}

.mission-area .title-small {
	font-family: 'Lato';
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
.mission-area  .title-small {
    font-family: 'Lato';
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 10px;
    }
}

.mission-area .mission-content {
    font-family: 'Lato';
    padding:  10px 5px;
}

.mission-area .mission-content .title {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 42px;
}

@media (max-width: 767px) {
    .mission-area .mission-content .title {
        font-size: 34px;
        line-height: 44px;
    }
}

.mission-area .mission-content #pills-tab{
    position: relative;
    padding:  0;
    margin:  0;
}

.mission-area .mission-content .nav-pills {
    border-bottom: 1px solid #ccc;
}

.mission-area .mission-content .nav li a {
    line-height: 40px;
    padding: 5px 25px;
    border-radius: 0;
    background-color: transparent;
    border-right: 3px solid #f50;
    font-size: 15px;
    color: #192437;
    font-weight: 900;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mission-area .mission-content .nav li a {
        padding: 0 22px;
    }
}

.mission-area .mission-content .nav li a.active {
    background: #ff5500;
    color: #fff;
    font-weight: 900;
}

.mission-area .mission-content .nav li:last-child a {
    margin-right: 0;
}

.mission-area .mission-content .tab-content {
	font-family: 'Lato';
    margin-top: 25px;
    margin-bottom: 10px;
}



.mission-area .mission-content .tab-content .item {
    position: relative;
    margin: 0px 0px 25px 25px;
    border-left: 2px solid #ff5500;
    padding-left: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mission-area .mission-content .tab-content .item {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .mission-area .mission-content .tab-content .item {
       padding-left: 30px;
    }
}

.mission-area .mission-content .tab-content .item > span {
    position: absolute;
    width: 36px;
    height: 36px;
    font-size: 17px;
    font-weight: 900;
    color:  #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    left: -18px;
    top: 0;
    background: #ff5500;
}

.mission-area .mission-content .tab-content .item div {
    font-size: 18px;
    font-weight: 900;  
}

.mission-area .mission-content .tab-content .item p {
    padding-bottom: 0px;
    width:  100%;
}

.mission-area .mission-content .tab-content .tab-pane p {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    line-height: 24px;
}

.mission-content .tab-content .info-list-content {
	font-family: Lato;
    padding-left: 20px;
    padding-right: 35px;
}

.info-list-content h2, 
.info-list-content h3, 
.info-list-content h4 {
    font-family: 'Lato';
    padding-top: 24px;
    font-weight: 18px;
}

.info-content-area ol li,
.info-content-area ol li
{
    font-family: 'Lato';
	list-style: square;
}

.mission-content .tab-content .info-list-content p {
    font-weight: 500;
    color: #7e8591;
    line-height: 34px;
    padding-bottom: 16px;
}

@media (max-width: 767px) {
.mission-content .tab-content .info-list-content p {
        padding-right: 0;
    }
}

#home-box .info-list ul {
  margin-left: 16px;
  margin-bottom: 8px;
}

#home-box .info-list li::before {
  content: "\f058";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 25px;
  color: #229f72;
}

#home-box .info-list li,
#home-box .exc li {
  line-height: 20px;
  padding-left: 26px;
  position: relative;
  margin-bottom: 8px;
}

#home-box .exc {
  list-style: none;
  padding-left: 0;
}
#home-box .exc li:last-child {
  margin-bottom: 0;
}
#home-box .exc li:before {
  content: "\f057";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 25px;
  color: #EE0000;
}



/*
.mission-content .tab-content .info-list-content ul li {
    font-weight: 500;
    line-height: 28px;
    color: #444;
}

.mission-content .tab-content .info-list-content ul li i {
    padding-right: 14px;
    color: #ff5500;
    font-size: 18px;
}
*/


.mission-area .mission-content .mission-contractors .item span {
    font-size: 40px;
    color: #ff5500;
}

.mission-area .mission-content .mission-contractors .item p {
    font-size: 18px;
    font-weight: 300;
    color: #192437;
    padding-top: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mission-area .mission-content .mission-contractors .item p {
        font-size: 14px;
    }
}

.mission-area .mission-content .mission-contractors .thumb {
    position: relative;
}

@media (max-width: 767px) {
    .mission-area .mission-content .mission-contractors .thumb {
        margin-left: 40px;
        margin-top: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mission-area .mission-content .mission-contractors .thumb {
        margin-left: 0px;
        margin-top: 0px;
    }
}

.mission-area .mission-content .mission-contractors .thumb::before {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    height: 100%;
    width: 10px;
    background: #ff5500;
}

.mission-area .mission-experience {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ff5500;
    min-width: 930px;
    height: 220px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .mission-area .mission-experience {
        min-width: 680px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mission-area .mission-experience {
        min-width: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mission-area .mission-experience {
        min-width: 100%;
        position: static;
    }
}

@media (max-width: 767px) {
    .mission-area .mission-experience {
        min-width: 100%;
        position: static;
    }
}

.mission-area .mission-experience i {
    font-size: 60px;
    color: #fff;
    padding-left: 100px;
    padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .mission-area .mission-experience i {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mission-area .mission-experience i {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .mission-area .mission-experience i {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mission-area .mission-experience i {
        padding-left: 30px;
    }
}

.mission-area .mission-experience .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .mission-area .mission-experience .title {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .mission-area .mission-experience .title {
        font-size: 26px;
        line-height: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mission-area .mission-experience .title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .mission-area .mission-experience .title br {
        display: none;
    }
}

/*===========================
    17.MISSION css 
===========================*/
.experience-area {
    background: #192437;
    position: relative;
    padding-top: 120px;
    z-index: 10;
    overflow: hidden;
}

.experience-area::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 310px;
    width: 100%;
    background-image: url(../images/news-bg-3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.experience-area .experience-content {
    padding-top: 53px;
}

.experience-area .experience-content .title {
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    .experience-area .experience-content .title {
        font-size: 34px;
        line-height: 44px;
    }
}

.experience-area .experience-item span {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 18px;
    margin-left: -20px;
    -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;
}

.experience-area .experience-item span i {
    color: #ff5500;
    padding-right: 10px;
    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;
}

.experience-area .experience-item p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #9aa3b2;
    padding-top: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .experience-area .experience-item p {
        padding-right: 40px;
    }
}

.experience-area .experience-item:hover span {
    margin-left: 0;
}

.experience-area .experience-item:hover span i {
    opacity: 1;
}

.experience-area .sing-in {
    position: relative;
    padding-left: 37px;
    margin-top: 52px;
    margin-bottom: 120px;
}

.experience-area .sing-in::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 7px;
    background: #ff5500;
}

.experience-area .experience-thumb {
    position: relative;
    z-index: 5;
    margin-bottom: -23px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-area .experience-thumb {
        margin-top: 140px;
        margin-bottom: 0;
    }
}

.experience-area .experience-thumb::before {
    position: absolute;
    content: '';
    right: 0;
    top: 60px;
    height: 490px;
    width: 490px;
    background: #121b2b;
    border-top: 20px solid #ff5500;
    border-left: 20px solid #ff5500;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .experience-area .experience-thumb::before {
        width: 445px;
        height: 445px;
    }
}

@media (max-width: 767px) {
    .experience-area .experience-thumb::before {
        width: 100%;
    }
}

.experience-area .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.experience-area .shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*===========================
    18.HISTORY css 
===========================*/
.history-area {
    padding-bottom: 116px;
}

.history-area .history-item .item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 56px;
    margin-bottom: 56px;
}

.history-area .history-item .item .thumb {
    min-width: 165px;
    position: relative;
}

.history-area .history-item .item .thumb img {
    width: 100%;
}

.history-area .history-item .item .thumb span {
    position: absolute;
    right: -23px;
    bottom: 0;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 75px;
    background: #ff5500;
    color: #fff;
}

.history-area .history-item .item .content {
    padding-left: 82px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .history-area .history-item .item .content {
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .history-area .history-item .item .content {
        padding-left: 0px;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .history-area .history-item .item .content {
        padding-left: 40px;
        padding-top: 0;
    }
}

.history-area .history-item .item .content a {
    font-size: 24px;
    font-weight: 400;
    color: #192437;
    text-transform: uppercase;
}

.history-area .history-item .item .content p {
    font-size: 18px;
    font-weight: 300;
    color: #7f8692;
    line-height: 34px;
    padding-right: 90px;
    padding-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .history-area .history-item .item .content p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .history-area .history-item .item .content p {
        padding-right: 0;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .history-area .history-item .item .content p {
        padding-right: 0;
        font-size: 15px;
        padding-top: 15px;
    }
}

.history-area .history-item .item.item-4 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*===========================
    19.CONTACT css 
===========================*/
.conatct-area {
    padding-top: 106px;
}

.conatct-area .conatct-info {
    margin-right: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .conatct-area .conatct-info {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .conatct-area .conatct-info {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .conatct-area .conatct-info {
        margin-right: 0px;
    }
}

.conatct-area .conatct-info .title {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .conatct-area .conatct-info .title {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .conatct-area .conatct-info .title {
        font-size: 34px;
        line-height: 44px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .conatct-area .conatct-info .title br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .conatct-area .conatct-info .title br {
        display: none;
    }
}

@media (max-width: 767px) {
    .conatct-area .conatct-info .title br {
        display: none;
    }
}

.conatct-area .conatct-info p {
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    color: #7e8591;
    letter-spacing: .7px;
    padding-top: 41px;
    padding-bottom: 44px;
}

.conatct-area .conatct-info-item {
    margin-right: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .conatct-area .conatct-info-item {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .conatct-area .conatct-info-item {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .conatct-area .conatct-info-item {
        margin-right: 0px;
    }
}

.conatct-area .conatct-info-item .item {
    padding-left: 58px;
    position: relative;
}

.conatct-area .conatct-info-item .item i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    color: #ff5500;
}

.conatct-area .conatct-info-item .item span {
    font-size: 12px;
    text-transform: uppercase;
    color: #7f8692;
    letter-spacing: 1px;
}

.conatct-area .conatct-info-item .item p {
    font-size: 14px;
    color: #192437;
}

.conatct-area .conatct-info-item .item.center {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.conatct-area .conatct-info-item .item.center::before {
    position: absolute;
    content: '';
    left: 0;
    top: -25px;
    height: 1px;
    width: 100%;
    background: #eaeaea;
}

.conatct-area .conatct-info-item .item.center::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -25px;
    height: 1px;
    width: 100%;
    background: #eaeaea;
}

.conatct-area .comment-form {
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .conatct-area .comment-form {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .conatct-area .comment-form {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .conatct-area .comment-form {
        margin-left: 0;
        margin-top: 30px;
    }
}

.conatct-area .comment-form .input-box textarea {
    height: 290px;
}

.map iframe {
    width: 100%;
    height: 560px;
    margin-bottom: -6px;
}

/*# sourceMappingURL=style.css.map */








/* My Ribbons */

.ribbon {
  position: relative;
  background-size: cover;
  text-transform: uppercase;
  color: white;
}
.ribbon:nth-child(even) {
  margin-right: 4%;
}
@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}

.wrap {
  width: 100%;
  height: 188px;
  position: absolute;
  top: -8px;
  left: 8px;
  overflow: hidden;
}
.wrap:before, .wrap:after {
  content: ""; 
  position: absolute;
}
.wrap:before {
  width: 40px;
  height: 8px;
  right: 100px;
  background: #4D6530;
  border-radius: 8px 8px 0px 0px;
}
.wrap:after {
  width: 8px;
  height: 40px;
  right: 0px;
  top: 100px;
  background: #4D6530;
  border-radius: 0px 8px 8px 0px;
}


.ribbon1 {
  position: absolute;
  top: -6px;
  right: 20px;
  z-index: 999;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 14px solid #000088;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #000088;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 100px;
}
.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #000888;
}
.ribbon1 span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #777;
}



.ribbon3 {
    font-family: 'Lato';
    color:  #FFF;
    font-weight: 800;
    font-size: 18px;
    width: 140px;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    position: absolute;
    left: -9px;
    top: 60px;
    background: #000088;
    z-index: 99;
}
.ribbon3:before, .ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.ribbon3:after {
  height: 0;
  width: 0;
  right: -14.5px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #000088;
}

.ribbon6 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px dashed;
  box-shadow:0 0 0 3px #57DD43,  0px 21px 5px -18px rgba(0,0,0,0.6);
  background: #57DD43;
  text-align: center;
}



.cost-table {
    padding: 0px;
    margin: 0px;
}

.cost-table li {
    font-size:  14px;
    font-weight: 500;
    border-radius: 3px;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
}

.cost-table .table-header {
    background-color: #444;
    color:  #fff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.cost-table .table-row {
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}

.cost-table .column-1 {
    flex-basis: 30%;
}

.cost-table .column-2 {
    flex-basis: 25%;
}

.cost-table .column-3 {
    flex-basis: 15%;
    font-weight: 900;
}

.cost-table .column-4 {
    flex-basis: 15%;
}

.cost-table .column-5 {
    flex-basis: 15%;
}


@media all and (max-width:767px) {
    .cost-table .table-header {
        display: none;
    }

    .cost-table li {
        display: block;
    }

    .cost-table .column {
        flex-basis: 100%;
        display: flex;
        padding: 2px 0;
    }

    .cost-table .column:before {
        color: #444;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 30%;
        text-align: right;
        font-weight: 700;
    }
}









#home-box > h2 {
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.price {
    font-size: 25px;
    float: left;
}

.pricing_header {
    background: #444;
    border-radius: 5px 5px 0px 0px;
}

.pricing_header h4 {
    font-family: "Lato", sans-serif;
    font-size:  18px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px;
    margin: 0px;
    
}

.list-group-item{
    padding:  6px 10px 6px 35px;
    color:  #444;
    font-weight: 500;
}

.list-group li .on::before{
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f00c';
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.list-group li .off::before{
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f00d';
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.btn {
    float: right;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.item-wrapper {
    border-bottom:  1px solid #eee;
    margin-bottom: 20px;
}

.trip-summary {
    display: inline-flex;
    margin-bottom: 15px;
    font-family: 'Lato';
}

.item-wrapper .trip-summary-title h5 {
    font-family: 'Lato';
    font-weight: 800;
    font-size:  16px;
    margin-bottom: 0;
}

.item-wrapper .trip-summary-title p {
    font-family: 'Lato';
    font-weight: 600;
    font-size:  14px;
    margin-bottom: 0;
}


.trip-summary-title p{
    margin-bottom: 0;
}

.item-wrapper .trip-icon i, .ta-inner .trip-icon i {
    text-align: center;
    color: #444;
    margin-right: 12px;
    font-size: 20px;
    background: #fff;
    border: 1px solid #444;
    border-radius: 50%;
    height: 35px;
    line-height: 32px;
    width: 35px;
}

/** Other CSS **/

.help-block{
	colro: #ff0000;
	font-size: 12px;
	font-weight:bold;
}


