﻿html {
    scroll-behavior: smooth;
}
body {
    background-image: linear-gradient(rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.98)), url(../images/natalia.jpg) !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}
a {
    font-family: Ubuntu, sans-serif !important;
    font-weight: 700 !important;
}

.row [class*=col-]{
    margin:0 -.3px;
}

.site-navigation a::-moz-focus-inner, :focus {
    outline:none!important;
    border:0!important;
    -moz-outline-style: none!important;
}
 .site-navigation  a:focus {
  outline: 0!important;
 }

h1 {
    font-family: Ubuntu, sans-serif !important;
    letter-spacing: 4px !important;
    font-weight: 700 !important;
}
h2 {
    font-family: Ubuntu, sans-serif !important;
    letter-spacing: 4px !important;
    font-weight: 700 !important;
}
h5 {
    font-family: Ubuntu, sans-serif !important;
    letter-spacing: 4px !important;
    font-weight: 700 !important;
}
h3 {
    font-family: Ubuntu, sans-serif !important;
}
p {
    font-family: Ubuntu, sans-serif;
    color: #000000e8;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::selection {
    background: #000;
    color: #fff;
}
a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.homeaboutmob p {
font-size: 20px!important;
    margin-bottom: 30px!important;
}


a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}
.logo {
    max-width: 50%;
    height: auto;
    padding-top: 28%;
    top: -900px;
    right: -130px;
}
.text-black {
    color: #fff !important;
}
.text-ink {
    color: #022d40 !important;
    font-size: 45px;
}
.bg-black {
    background: #000 !important;
}
.site-wrap:before {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}
.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}
.offcanvas-menu {
    position: relative;
}
.offcanvas-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 21;
    background: rgba(0, 0, 0, 0.2);
}
.btn {
    border-width: 2px;
}
.btn:active,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.btn.btn-lg {
    padding: 0 25px;
    font-size: 12.67px;
}
.btn.btn-primary {
    color: #fff;
    border-color: #fbfaf9;
    font-weight: 700;
    background-color: unset !important;
}
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    color: #fff;
    border-color: #b28858;
    background-color: #b28858 !important;
}
.row1 {
    margin-left: 50% !important;
}
.bg-black {
    background: #000;
}
.form-control {
    height: 47px;
}
.form-control:active,
.form-control:focus {
    border-color: #ff5733;
}
.form-control:active,
.form-control:focus,
.form-control:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.site-section {
    padding: 2.5em 0;
}

.ptext-groupcont {
    margin-top: 20px!important;
 
    margin-bottom: 50px!important;
}
@media (min-width: 768px) {
    .wrapper1 {
        background-image: url(../images/camel.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .wrapper2 {
        background-image: url(../images/rlake.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .wrapper2998 {
        background-image: url(../images/CamelBG.png);
        background-repeat: no-repeat;
        background-size: cover;
        color: gray;
        background-position: bottom;
        background-color: #fff;
    }

   .wrapper3 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 32, 45, 0.8)), to(rgba(3, 32, 45, 0.6588235294117647))), url(../images/ima1.jpg);
        background-image: -o-linear-gradient(rgba(3, 32, 45, 0.8), rgba(3, 32, 45, 0.6588235294117647)), url(../images/ima1.jpg);
        background-image: linear-gradient(rgba(3, 32, 45, 0.8), rgba(3, 32, 45, 0.6588235294117647)), url(../images/ima1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 804px;
        -webkit-filter: contrast(135%);
                filter: contrast(135%);
        margin-top: 40px;
    }
    .transp1 {
        background-color: #00f;
    }
}
.site-section-heading {
    font-size: 30px;
    color: #dee2e6;
    position: relative;
}
.site-section-heading:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #ff5733;
}
.site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #ff5733;
}
.border-top {
    border-top: 0 solid #dee2e600 !important;
}
.site-footer {
    padding: 0 0 44px 0;
    background: #b28858;
    height: 383px;
}
.site-footer h1 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.site-footer h2 {
    color: #fffffff0;
    text-align: center;
    font-size: 28px;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    font-weight: 700;
}
.site-footer p {
    color: #fffffff0;
    text-align: center;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 6px;
}
.newsletter {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff0;
    background-image: none;
    border: 2px solid #fff;
}
.newsl {
    margin-left: 50px !important;
}
.gapxx {
    width: 40px;
}
.bg-image {
    background-size: cover;
    background-repeat: no-rpeeat;
    overflow: hidden;
}
.bg-image.center {
    background-position: top center;
}
.bg-image.fixed {
    background-position: fixed !important;
}
.bg-image.overlay,
.bg-image.overlay-info,
.bg-image.overlay-primary,
.bg-image.overlay-success,
.bg-image.overlay-warning {
    position: relative;
}
.bg-image.overlay-info:before,
.bg-image.overlay-primary:before,
.bg-image.overlay-success:before,
.bg-image.overlay-warning:before,
.bg-image.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4);
}
.bg-image.overlay-primary:before {
    background: rgba(255, 87, 51, 0.9);
}
.bg-image.overlay-info:before {
    background: rgba(23, 162, 184, 0.9);
}
.bg-image.overlay-success:before {
    background: rgba(40, 167, 69, 0.9);
}
.bg-image.overlay-success:before {
    background: rgba(255, 193, 7, 0.9);
}
.site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
}
.site-navbar-wrap a {
    color: #fff;
    font-weight: 400;
}
.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}
.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-navbar {
    margin-bottom: 0;
    width: 100%;
    height: 40px;
}
.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative;
}
.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    font-size: 15px;
    display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 0 5px;
    margin-left: 35px;
    margin-bottom: 10px;
}
.site-navbar .site-navigation .site-menu > li > a {
    padding: 6px 6px;
    color: #fff;
    font-size: 12.5px;
    text-decoration: none !important;
    font-weight: 400;
    margin-bottom: 10px;
}
.site-navbar .site-navigation .site-menu > li > a.active {
    color: #eabe8b;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #eabe8b;
}
.site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 14px;
    color: #fff;
    background-color: #b28858;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icomoon;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 102%;
    position: absolute;
    text-align: left;
    padding: 0 0;
    margin-top: 20px;
    margin-left: 0;
    padding: 5px 30px 30px 30px;
    background: rgba(2, 45, 64, 0.5803921568627451);
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    width: 410px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #022d4094;
    border-width: 10px;
    margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #ff5733;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #ebeef0;
    color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a {
    background: #ebeef0;
    color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:hover > a {
    color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:active,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:hover {
    cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}
.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body1 {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}
.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
    color: #ff5733;
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #ff5733;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
	    font-family: icomoon;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}
.icon {
    height: 30px;
    width: auto;
}
.icon img {
    height: 50px;
    width: auto;
    left: 55px;
}
.icon {
    height: 30px;
    width: auto;
}
.icon img:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 0.5s ease;
}
.lestreksicon1 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.lestreksicon1 img:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 0.5s ease;
}
.lestreksicon1 a {
    text-align: justify;
    font-size: 10px !important;
    color: #000 !important;
    margin: 10px auto;
    padding: 0 0 0 50px;
}
.lestreksicon1 :hover {
    color: #b28858 !important;
    text-decoration: none;
}
.lestreksicon2 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.lestreksicon2 img:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 0.5s ease;
}
.lestreksicon2 a {
    text-align: justify;
    font-size: 10px !important;
    color: #000 !important;
    margin: 10px auto;
    padding: 0 0 0 25px;
}
.lestreksicon2 :hover {
    color: #b28858 !important;
    text-decoration: none;
}
.lestreksicon3 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.lestreksicon3 img:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 0.5s ease;
}
.lestreksicon3 a {
    text-align: justify;
    font-size: 10px !important;
    color: #000 !important;
    margin: 10px auto;
    padding: 0 0 0 20px;
}
.lestreksicon3 :hover {
    color: #b28858 !important;
    text-decoration: none;
}
.lestreksicon4 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.lestreksicon4 img:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 0.5s ease;
}
.lestreksicon4 a {
    text-align: justify;
    font-size: 10px !important;
    color: #000 !important;
    margin: 10px auto;
    padding: 0 0 0 20px;
}
.lestreksicon4 :hover {
    color: #b28858 !important;
    text-decoration: none;
}
.lestreksicon5 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.lestreksicon5 img:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 0.5s ease;
}
.lestreksicon5 a {
    text-align: justify;
    font-size: 10px !important;
    color: #000 !important;
    margin: 10px auto;
    padding: 0 0 0 12px;
}
.lestreksicon5 :hover {
    color: #b28858 !important;
    text-decoration: none;
}
.icon1 {
    height: 50px;
    width: auto;
    text-align: center;
}
.icon1 img {
    height: 100px;
    width: auto;
    filter: brightness(0);
}
.icontext {
    padding-top: 110px;
    text-align: center;
}
.icontext h2 {
    color: #303030;
    font-family: auto;
    font-weight: 700;
    text-align: center;
    font-size: 25px;
}
.icontext p {
    text-align: center;
    color: #646464;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
}
.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.site-blocks-cover.overlay {
    position: relative;
}
.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}
.site-blocks-cover,
.site-blocks-cover .row {
    min-height: 600px;
    height: calc(120vh);
}
.site-blocks-cover.inner-page,
.site-blocks-cover.inner-page .row {
    min-height: 600px;
    height: calc(80vh);
}
.site-blocks-cover .sub-text {
    font-size: 2rem;
    color: #fff;
}
.site-blocks-cover .sub-text a {
    color: #fff;
}
.site-blocks-cover .sub-text a:hover {
    color: #ff5733;
}
.site-blocks-cover h1 {
    font-weight: 900;
    color: #20b0b0;
    font-size: 3rem;
}
.site-blocks-cover h2 {
    color: #f8efef;
    padding-bottom: 11%;
}
.btnsec {
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 60px;
}
.site-blocks-cover h1 strong {
    font-weight: 900;
}
.site-blocks-cover h1 a {
    color: #fff;
}
.site-blocks-cover h1 a:hover {
    color: #ff5733;
}
@media (min-width: 768px) {
    .site-blocks-cover h1 {
        font-size: 3rem;
    }
}
.site-blocks-cover p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
}
.site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5;
}
.site-heading {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2rem;
}
@media (min-width: 768px) {
    .site-heading {
        font-size: 3rem;
    }
}
.site-heading strong {
    font-weight: 900;
}
.site-block-1 {
    padding-top: 50px;
}
@media (min-width: 992px) {
    .site-block-1 {
        padding-top: 0;
        position: absolute;
        width: 100%;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
.bg-light form,
.site-block-appointment form {
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.05);
}
.text-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5);
}
.text-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}
.site-block-feature {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    top: 0;
}
.site-block-feature .icon {
    font-size: 50px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
}
.site-block-feature h3 {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 15px;
    color: #ff5733;
}
.site-block-feature p {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: rgba(255, 255, 255, 0.4);
    font-size: 1rem;
}
.site-block-feature p:last-child {
    margin-bottom: 0;
}
.site-block-feature:hover {
    background: #fff;
    top: -5px;
}
.site-block-feature:hover .icon {
    color: #ff5733;
}
.site-block-feature:hover h3 {
    color: #000;
}
.site-block-feature:hover p {
    color: gray;
}
.site-block-feature-2 .icon {
    font-size: 50px;
    position: relative;
    line-height: 1;
}
.site-block-feature-2 h3 {
    font-size: 1.5rem;
}
.site-block-3 .row-items {
    height: calc(50% - 15px);
    margin-bottom: 30px;
}
.site-block-3 .row-items.last {
    height: calc(50% - 15px);
    margin-bottom: 0;
}
.site-block-3 .feature {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    height: 100%;
    top: 0;
    position: relative;
}
.site-block-3 .feature h3 {
    color: #000;
    font-size: 1.2rem;
}
.site-block-3 .feature.active,
.site-block-3 .feature:active,
.site-block-3 .feature:focus,
.site-block-3 .feature:hover {
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
}
.site-block-3 .feature:hover {
    top: -10px;
}
.site-block-half .image,
.site-block-half .text {
    width: 100%;
}
@media (min-width: 992px) {
    .site-block-half .image,
    .site-block-half .text {
        width: 50%;
    }
}
@media (max-width: 991.98px) {
    .site-block-half .image {
        margin-bottom: 50px;
    }
}
.site-block-half .text {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .site-block-half .text {
        padding: 4rem;
    }
}
@media (min-width: 1200px) {
    .site-block-half .text {
        padding: 8rem;
    }
}
.site-block-half .bg-image {
    background-position: center center;
}
@media (max-width: 991.98px) {
    .site-block-half .bg-image {
        height: 400px;
    }
}
.site-block-half.site-block-video .image {
    position: relative;
}
.site-block-half.site-block-video .image .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #ff5733 !important;
}
.site-block-half.site-block-video .image .play-button:hover {
    opacity: 1;
}
.site-block-half.site-block-video .image .play-button > span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
}
#date-countdown .countdown-block {
    color: rgba(255, 255, 255, 0.4);
}
#date-countdown .label {
    font-size: 40px;
    color: #fff;
}
.next-match .image {
    width: 50px;
    border-radius: 50%;
}
.player {
    position: relative;
}
.player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.player .team-number {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #ff5733;
    border-radius: 50%;
    color: #fff;
}
.player .team-number > span {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.player h2 {
    font-size: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase;
}
.site-block-27 ul,
.site-block-27 ul li {
    padding: 0;
    margin: 0;
}
.site-block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
}
.site-block-27 ul li a,
.site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.site-block-27 ul li.active a,
.site-block-27 ul li.active span {
    background: #ff5733;
    color: #fff;
    border: 1px solid transparent;
}
.img-border {
    position: relative;
}
.img-border:before {
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 7px solid #ff5733;
}
.sub-title {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 700;
    color: #ff5733;
    margin-bottom: 10px;
}
.about-section .img-years {
    position: relative;
}
.about-section .img-years .experience {
    position: absolute;
    display: block;
    right: 0;
}
.about-section .img-years .caption {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.8em;
    font-size: 14px;
    font-weight: 900;
    color: #ff5733;
}
@media (max-width: 991.98px) {
    .about-section .img-years .caption {
        letter-spacing: 0.3em;
    }
}
.about-section .img-years .years {
    line-height: 1.2;
    font-weight: 900;
    font-size: 100px;
    color: #ff5733;
}
@media (max-width: 991.98px) {
    .about-section .img-years .years {
        font-size: 80px;
    }
}
.about-section h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
.media.custom-media .icon {
    position: relative;
    color: #fff;
}
.media.custom-media .icon:before {
    display: none;
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ff5733;
    left: -15px;
    top: -5px;
    z-index: -1;
}
.site-half {
    position: relative;
}
.site-half .img-bg-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    height: 100%;
    left: -10%;
}
@media (max-width: 991.98px) {
    .site-half .img-bg-1 {
        position: relative;
        height: 500px;
        left: 0;
        width: 100%;
    }
}
.site-half .img-bg-1.right {
    right: 0;
}
.ul-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.ul-check li:before {
    content: "\e5ca";
    position: absolute;
    left: 0;
    top: 0.6em;
    font-size: 20px;
    line-height: 0;
}
.ul-check.primary li:before {
    color: #ff5733;
}
.ul-check.success li:before {
    color: #28a745;
}
.ul-check.danger li:before {
    color: #dc3545;
}
.accordion .accordion-item h2 {
    font-size: 18px;
}
.accordion .accordion-item h2 a {
    padding: 10px 0;
    display: block;
    color: #000;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}
.accordion .accordion-item h2 a:before {
    position: absolute;
    content: "\f196";
    font-size: 20px;
    left: 0;
    top: 0.4em;
}
.accordion .accordion-item h2 a[aria-expanded="true"] {
    color: #ff5733;
}
.accordion .accordion-item h2 a[aria-expanded="true"]:before {
    content: "\f147";
}
.accordion .accordion-item .accordion-body {
    padding: 10px 30px;
    border-left: 30px solid #f8f9fa;
}
.accordion .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}
.block-13,
.block-14,
.block-15,
.slide-one-item {
    position: relative;
    z-index: 1;
}
.block-13 .owl-nav,
.block-14 .owl-nav,
.block-15 .owl-nav,
.slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.block-13 .owl-nav .owl-next,
.block-13 .owl-nav .owl-prev,
.block-14 .owl-nav .owl-next,
.block-14 .owl-nav .owl-prev,
.block-15 .owl-nav .owl-next,
.block-15 .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next,
.slide-one-item .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 25px;
    color: #000;
}
.block-13 .owl-nav .owl-next.disabled,
.block-13 .owl-nav .owl-prev.disabled,
.block-14 .owl-nav .owl-next.disabled,
.block-14 .owl-nav .owl-prev.disabled,
.block-15 .owl-nav .owl-next.disabled,
.block-15 .owl-nav .owl-prev.disabled,
.slide-one-item .owl-nav .owl-next.disabled,
.slide-one-item .owl-nav .owl-prev.disabled {
    opacity: 0.2;
}
.block-13.nav-direction-white .owl-next,
.block-13.nav-direction-white .owl-prev,
.block-14.nav-direction-white .owl-next,
.block-14.nav-direction-white .owl-prev,
.block-15.nav-direction-white .owl-next,
.block-15.nav-direction-white .owl-prev,
.slide-one-item.nav-direction-white .owl-next,
.slide-one-item.nav-direction-white .owl-prev {
    background: #fff;
    padding: 5px 10px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.block-13.nav-direction-white .owl-next:hover,
.block-13.nav-direction-white .owl-prev:hover,
.block-14.nav-direction-white .owl-next:hover,
.block-14.nav-direction-white .owl-prev:hover,
.block-15.nav-direction-white .owl-next:hover,
.block-15.nav-direction-white .owl-prev:hover,
.slide-one-item.nav-direction-white .owl-next:hover,
.slide-one-item.nav-direction-white .owl-prev:hover {
    -webkit-box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, 0.1);
}
.block-13 .owl-stage-outer,
.block-14 .owl-stage-outer,
.block-15 .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.block-13 .owl-nav,
.block-14 .owl-nav,
.block-15 .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991.98px) {
    .block-13 .owl-nav,
    .block-14 .owl-nav,
    .block-15 .owl-nav {
        display: none;
    }
}
.block-13 .owl-nav .owl-next,
.block-13 .owl-nav .owl-prev,
.block-14 .owl-nav .owl-next,
.block-14 .owl-nav .owl-prev,
.block-15 .owl-nav .owl-next,
.block-15 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.block-13 .owl-nav .owl-next:hover,
.block-13 .owl-nav .owl-prev:hover,
.block-14 .owl-nav .owl-next:hover,
.block-14 .owl-nav .owl-prev:hover,
.block-15 .owl-nav .owl-next:hover,
.block-15 .owl-nav .owl-prev:hover {
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.2);
}
.block-13 .owl-nav .owl-prev,
.block-14 .owl-nav .owl-prev,
.block-15 .owl-nav .owl-prev {
    left: -20px;
}
.block-13 .owl-nav .owl-next,
.block-14 .owl-nav .owl-next,
.block-15 .owl-nav .owl-next {
    right: -20px;
}
.block-13 .owl-dots,
.block-14 .owl-dots,
.block-15 .owl-dots {
    text-align: center;
}
.block-13 .owl-dots .owl-dot,
.block-14 .owl-dots .owl-dot,
.block-15 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px;
}
.block-13 .owl-dots .owl-dot > span,
.block-14 .owl-dots .owl-dot > span,
.block-15 .owl-dots .owl-dot > span {
    line-height: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
    float: left;
    background: #ccc;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.block-13 .owl-dots .owl-dot.active > span,
.block-14 .owl-dots .owl-dot.active > span,
.block-15 .owl-dots .owl-dot.active > span {
    background: #ff5733;
}
.person {
    position: relative;
}
.person figure {
    position: relative;
    margin-bottom: 0;
}
.person figure:before {
    display: none;
    position: absolute;
    content: "";
    z-index: 1;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid #ff5733;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.person h2 {
    font-size: 18px;
}
.person .bio-img {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.person .bio-img img {
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.person .bio-img .social {
    z-index: 2;
    padding: 10px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #ff5733;
}
.person .bio-img .social a {
    display: inline-block;
    padding: 5px;
    color: #fff;
}
.person:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.person:hover .social {
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.person:hover figure:before {
    opacity: 0;
    visibility: hidden;
}
.post-entry,
.project-entry {
    overflow: hidden;
    position: relative;
    display: block;
}
.post-entry .figure,
.project-entry .figure {
    overflow: hidden;
    margin-bottom: 20px;
}
.post-entry h3,
.project-entry h3 {
    font-size: 18px;
    line-height: 1.3;
}
.post-entry h3 a,
.project-entry h3 a {
    color: #000;
}
.post-entry img,
.project-entry img {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.post-entry:hover img,
.project-entry:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.testimony {
    text-align: center;
    z-index: 1;
    position: relative;
    padding: 30px;
}
.testimony img {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto 30px auto;
}
.testimony .sub-title {
    margin-bottom: 30px;
}
.testimony h3 {
    color: snow;
}
.testimony p {
    font-size: 20px;
    color: #fff;
}
.site-block-testimony img {
    max-width: 140px;
    border-radius: 50%;
}
.site-block-testimony p {
    font-size: 1.2rem;
}
.site-block-testimony.active {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
}
.block-12 {
    position: relative;
}
.block-12 figure {
    position: relative;
}
.block-12 figure:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
}
.block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
}
.block-12 .text-overlay h2 {
    color: #fff;
}
.block-12 .text {
    position: relative;
    top: -100px;
}
.block-12 .text .meta {
    text-transform: uppercase;
    padding-left: 40px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
.block-12 .text .text-inner {
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 10px;
    margin-right: 30px;
    position: relative;
}
@media (min-width: 576px) {
    .block-12 .text .text-inner {
        padding: 20px;
    }
}
@media (min-width: 768px) {
    .block-12 .text .text-inner {
        padding: 30px 40px;
    }
}
.block-12 .text .text-inner:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    margin-top: -4px;
    background: #ff5733;
    top: 0;
}
.block-12 .text .text-inner .heading {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.block-16 figure {
    position: relative;
}
.block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #ff5733 !important;
}
.block-16 figure .play-button:hover {
    opacity: 1;
}
.block-16 figure .play-button > span {
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
}
.block-25 ul,
.block-25 ul li {
    padding: 0;
    margin: 0;
}
.block-25 ul li .date {
    color: rgba(255, 255, 255, 0.25);
    font-size: 0.8rem;
    display: block;
}
.block-25 ul li a .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
}
.block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.block-25 ul li a .text .heading {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #999;
}
.block-25 ul li a .meta {
    color: #ff5733;
}
.block-25 ul li a:hover img {
    opacity: 0.5;
}
.block-25 ul li a:hover .text .heading {
    color: #fff;
}
.pricing .price {
    color: #000;
}
.pricing .price .currency {
    position: relative;
    top: -1em;
    font-size: 20px;
}
.pricing .price .number {
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
.pricing li.text-muted:before {
    color: #dee2e6;
}
.play-button {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 30px auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.play-button > span {
    position: absolute;
    top: 50%;
    color: #000;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}
.play-button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.form-subscribe .btn:active,
.form-subscribe .btn:focus,
.form-subscribe .btn:hover {
    background-color: #ff5733 !important;
    border-color: #ff5733 !important;
    color: #fff;
}
.navcolor a {
    color: #fff;
    border-color: #fbfaf9;
}
.special {
    margin-top: 124px;
}
.headupper1 {
    margin-left: 12% !important;
}
@media (min-width: 1200px) {
    .headupper1 {
        margin-left: 12% !important;
    }
    .headdown {
        font-family: AvenirLTStd-Medium !important;
    }
    .group {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 290px;
    }
    .group h4 {
        color: #fff;
        display: block;
    }
    .group p {
        margin-top: 40px;
        visibility: hidden;
        color: #fff;
        transition: 0.5s ease;
    }
    .group a {
        margin-top: 100px;
        display: block;
        width: 140px;
        margin-left: 60px;
        transition: 0.5s ease;
    }
    .groupheight:hover .groupbtn {
        visibility: visible;
        transition: 1s ease;
    }
    .groupheight:hover .group p {
        margin-top: 0;
        visibility: visible;
        color: #fff;
        transition: 1s cubic-bezier(0, 0, 0.2, 1);
    }
    .groupheight:hover .group a {
        margin-top: 55px;
        text-decoration: none;
        transition: 0.5s ease;
    }
    .groupl {
        background-color: #0000005c;
        z-index: 999;
        background-size: cover;
    }
    .groupbtn {
        visibility: hidden;
        display: block !important;
        color: #fff;
        font-size: 12px;
        width: 160px !important;
        font-weight: 700;
        margin-left: 90px !important;
        border: 2px solid #fff;
            padding: 7px 28px 7px 27px !important;
    }
    .groupbtn:active,
    .groupbtn:focus,
    .groupbtn:hover {
        color: #fff !important;
        border-color: #b28858 !important;
        background-color: #b28858 !important;
        border-width: 2px !important;
        text-decoration: none;
    }
    .groupheight {
        position: relative;
        width: 100%;
        padding-top: 30px;
        overflow: hidden;
    }
    .groupheight11 {
          position: relative;
    width: 100%;
    padding-top: 30px;
    cursor: pointer;
    padding-right: 40px;
    padding-left: 40px;
		
    }
	   .groupheight11 a:hover {
     text-decoration:none!important;
		
    }
    .groupheight2112 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 30px;
    }
    .groupheight2112:hover .group230092 {
        -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
			-ms-filter: brightness(1.5);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    }
    .groupwidth {
        padding: 20px 10px 0 10px;
    }
    .groupwidth445566 {
        padding: 20px 10px 0 10px;
        background-color: #00000059;
        height: 100%;
        visibility: hidden;
        padding: 20px 10px 0 10px;
        background-color: #00000059;
        height: 100%;
        transform: translateY(90%);
    }
    .group3009:hover .groupwidth445566 {
        visibility: visible;
        z-index: 3;
        text-align: center;
        transform: translateY(0);
        transition: 0.3s ease;
    }
    .upperlayerbtn {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        border: 1px solid #fff;
        border-radius: 2px;
        margin-top: 20px;
        padding: 7px 7px 7px 7px;
        background-color: #b28858;
        margin-right: 220px;
        visibility: hidden;
    }
    .upperlayerbtn:hover {
        text-decoration: none;
    }
    .upperlayerbtnupper {
        margin-top: 70px;
    }
    .team {
        text-align: center;
        z-index: 1;
        position: relative;
        padding: 30px;
    }
    .team img {
        max-width: 200px;
        border-radius: 50%;
        margin: 0 auto 30px auto;
    }
    .team p {
        color: #000;
        font-weight: 300;
		text-align:justify;
    }
    .teambtn {
        color: #000;
        font-size: 12px;
        border-color: #000;
        margin-left: 46%;
        margin-right: auto;
        font-weight: 700;
        border: 1px solid #000;
        padding: 6px 15px 6px 15px;
        text-decoration: none;
    }
    .teambtn55 {
        color: #b28858;
        font-size: 15px;
        margin-left: 26%;
        margin-right: auto;
        font-weight: 700;
        border: 2px solid #b28858;
        padding: 16px 42px 14px 43px !important;
        text-decoration: none;
    }
    .teambtn55:hover {
        background-color: #b28858;
        color: #fff;
        text-decoration: none;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .teamsocialbtn {
        margin-left: 87%;
    }
    .teambtn:active,
    .teambtn:focus,
    .teambtn:hover {
        text-decoration: none;
        color: #fff;
        border-color: #b28858;
        background-color: #b28858;
        border-width: 2px;
    }
    .carousel-inner > .item > a > img,
    .carousel-inner > .item > img {
        width: 100%;
        margin: auto;
        height: 855px !important;
    }
    .carousel-caption {
        position: absolute !important;
        top: 40% !important;
        bottom: 20px !important;
        right: 40% !important;
        left: 1% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6) !important;
    }
    .carousel-caption h1 {
        font-size: 100px;
        margin-top: -130px;
    }
    .carousel-inner > .item {
        transition: 0.5s ease !important;
        max-height: 855px !important;
    }
    @-webkit-keyframes anim_slides {
        0% {
            opacity: 1;
        }
        6% {
            opacity: 0.8;
        }
        24% {
            opacity: 0.6;
        }
        50% {
            opacity: 0.4;
        }
        60% {
            opacity: 0.2;
        }
        100% {
            opacity: 0;
        }
    }
    @-moz-keyframes anim_slides {
        0% {
            opacity: 1;
        }
        6% {
            opacity: 0.8;
        }
        24% {
            opacity: 0.6;
        }
        50% {
            opacity: 0.4;
        }
        60% {
            opacity: 0.2;
        }
        100% {
            opacity: 0;
        }
    }
    .homegallery {
     display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: repeat(9, 1fr);
        -ms-grid-rows: 5vw 5vw 5vw 5vw 5vw 5vw 5vw 5vw;
        grid-template-rows: repeat(8, 5vw);
        grid-gap: 15px;
    }
    .gallery__item--1 {
        -ms-grid-column: 1;
            grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
        -ms-grid-row: 1;
            grid-row-start: 1;
        -ms-grid-row-span: 7;
        grid-row-end: 8;
    }
    .gallery__item--2 {
        -ms-grid-column: 4;
            grid-column-start: 4;
        -ms-grid-column-span: 3;
        grid-column-end: 7;
        -ms-grid-row: 1;
            grid-row-start: 1;
        -ms-grid-row-span: 4;
        grid-row-end: 5;
    }
    .gallery__item--3 {
        -ms-grid-column: 7;
            grid-column-start: 7;
        -ms-grid-column-span: 3;
        grid-column-end: 10;
        -ms-grid-row: 1;
            grid-row-start: 1;
        -ms-grid-row-span: 4;
        grid-row-end: 5;
    }
    .gallery__item--4 {
        -ms-grid-column: 4;
            grid-column-start: 4;
        -ms-grid-column-span: 6;
        grid-column-end: 10;
        -ms-grid-row: 5;
            grid-row-start: 5;
        -ms-grid-row-span: 3;
        grid-row-end: 8;
    }
    .gallery__item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        width: 100%;
        height: 40%;
        transition: 0.5s ease;
    }
    .overlay p {
        display: none;
    }
    .overlay h3 {
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 20%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .overlay:hover p {
        display: block;
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .gallery__item--1:hover .overlay {
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(2, 45, 64, 0.5803921568627451);
        cursor: pointer;
    }
    .gallery__item--2:hover .overlay {
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(2, 45, 64, 0.5803921568627451);
        cursor: pointer;
    }
    .gallery__item--3:hover .overlay {
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(2, 45, 64, 0.5803921568627451);
        cursor: pointer;
    }
    .gallery__item--4:hover .overlay {
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(2, 45, 64, 0.5803921568627451);
        cursor: pointer;
    }
    figure {
        margin: 0;
        position: relative;
    }
    .bottom-left h3 {
        z-index: 100;
        position: absolute;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        left: 10%;
        bottom: 0;
    }
    .contact {
        text-align: center;
        z-index: 1;
        position: relative;
        padding: 30px;
    }
    .contact img {
        max-width: 100px;
        margin: 0 auto 5px auto;
    }
    .contact h3 {
        color: #fff;
        margin-top: 2px;
        font-size: 15px;
        line-height: 150%;
        letter-spacing: 2px;
        padding: 10px 120px 10px 120px;
    }
    .contacticon1 {
        height: 50px;
        width: auto;
        text-align: center;
    }
    .contacticon1 img {
        height: auto;
        width: 50px !important;
    }
    .icontext1 {
        padding-top: 5px;
        text-align: center;
        color: #fff;
    }
}
.icontext1 p {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    color: #fff;
}
.wrap {
    padding: 15px 220px 30px 220px;
}
.contactformtext {
    color: #fff;
}
.wrap1 {
    padding: 30px 130px 10px 130px;
}
.wrap1 input {
    width: 100%;
    height: 42px;
        background-color: rgba(169, 171, 158, 0.7411764705882353);
    border: 1px solid #a9ab9ebd;
}
.wrap1 ::placeholder {
    color: #565656;
    opacity: 1;
}
.wrap1 :-ms-input-placeholder {
    color: #565656;
    opacity: 1;
}
.wrap1 textarea {
    width: 100%;
    height: 187px;
    background-color: rgba(169, 171, 158, 0.7411764705882353);
}
.submit {
    background-color: rgba(0, 0, 0, 0.1411764705882353);
    color: #fff;
    font-weight: 700;
    margin-left: 60%;
    border: 2px solid #fff;
    padding: 16px 42px 14px 43px !important;
    font-size: 15px;
}
.submit:hover {
    background-color: #b18857;
    color: #fff;
    border: 2px solid #b18857;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.footer1 {
    margin-left: 5% !important;
    margin-top: 20px !important;
}
.footer1 a {
    color: #fff;
    font-size: 20.83px;
}
.footer1 a:hover {
    color: #b28858;
    font-size: 20.83px;
    text-decoration: none;
}
.footer1 li {
    margin-top: 10px;
}
.wrap2 {
    margin-top: 5px !important;
}
.wrap2 h1 {
    color: #fffffff0;
    text-align: center;
    font-size: 29px;
    padding-right: 0 !important;
    z-index: 999;
    margin-bottom: 10px !important;
}
.wrap2 h2 {
    color: #fffffff0;
    text-align: center;
    font-size: 19px;
    padding-right: 0 !important;
    z-index: 999;
}
.wrap2 h3 {
    color: #fffffff0 !important;
    text-align: right !important;
    font-size: 19px !important;
    padding-right: 0 !important;
    z-index: 999 !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}
.submit1 {
    width: 131px;
    height: 31px;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    border: 1px solid #000;
}
.submit1:hover {
    width: 131px;
    height: 31px;
    background-color: #b18857;
    color: #fff;
}
.wrap3 {
    margin-top: 20px !important;
}
.wrap5 {
    margin-top: 20px !important;
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.wrap5 a {
    color: #fff !important;
    font-size: 15px;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 4px 4px 4px 4px;
}
.wrap5 a:hover {
    color: #fff !important;
    font-size: 15px;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 4px 4px 4px 4px;
    background-color: #b28858;
    text-decoration: none;
}
.headerbg {
    height: calc(65vh);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.headerbg h1 {
    font-size: 50px;
    margin-top: 25%;
    color: #fff;
    font-weight: 700;
}
.headerbg p {
    font-size: 30.33px;
    color: #fff;
}
.headerbg1 
{
	height:550px;
	 margin-bottom: 80px;
}
.headerbg22 
{
	height:550px;
}
.headerbg22 h1 {
    margin-top: 23%;
    margin-bottom: 3%;
    text-transform: none;
    letter-spacing: 10px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
	
}
.headerbg22 p {
    font-size: 20.33px;
    color: #fff;
    margin-bottom: 4%;
    margin-top: 2%;
}
.wrappertop {
    padding: 0 0 40px 0;
}
.lestreksspecial {
    margin-top: 54px;
}
.text-lestreks {
    margin-top: 80px;
    color: #022d40 !important;
    font-size: 30px;
}
.ptext-lestreks {
    margin-top: 10px;
    padding: 0 150px 0 150px;
}
.layer {
    padding: 0 30px 30px 30px;
    background-color: #022d40;
    top: 221px;
    left: 0;
    width: 100%;
    height: 140px;
    position: absolute;
}
.layer h3 {
    color: #b28858;
    float: left;
    padding-left: 42px;
    font-size: 19px;
    font-weight: 700;
}
.layer p {
    color: #ffffffa6;
    float: left;
    padding-left: 40px !important;
    padding-right: 20px !important;
    font-weight: 700;
}
.layerbold {
    color: #fff !important;
    font-weight: 700 !important;
}
.groupwidth2 {
    padding: 50px 0 0 0;
    height: 356px;
    width: 100%;
    position: relative;
}
.groupwidth2:hover {
    background-color: #0000002e;
}
.groupwidth2 p {
    padding: 0 60px 10px 40px;
}
.difficultylevel {
    height: auto;
    width: 160px;
    padding: 0 0 10px 10px;
    margin-left: 11%;
}
.difficultylevel1 {
    height: auto;
    width: 140px;
    padding: 0 0 10px 10px;
    margin-left: 1%;
}
.difficultylevel212 {
    height: auto;
    width: 140px;
    padding: 0 0 10px 10px;
    margin-left: 1%;
}
.trekbtn {
    width: 131px;
    height: 31px;
    background-color: #b18857;
    color: #fff;
    margin-left: 45%;
    margin-right: auto;
    margin-top: 30px;
}
.trekicon1 {
    height: 40px;
    width: auto;
    text-align: center;
    margin-top: 82px;
}
.trekicon1 img {
    height: 91px;
    width: auto;
}
.trekicontext {
    padding-top: 50px;
    text-align: center;
}
.trekicontext h2 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px !important;
    margin-top: 10px !important;
}
.site-section1 {
    padding: 15px 70px 0 70px;
}

.headerbg1 h1 {
    margin-top: 25%;
    margin-bottom: 3%;
    text-transform: none;
    letter-spacing: 10px;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    font-family: inherit !important;
}
.headerbg1 p {
    font-size: 20.33px;
    color: #fff;
    margin-bottom: 4%;
  
}
.headerbtn {
    width: 131px;
    height: 31px;
    background-color: #b18857;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.lestouricon1 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.lestouricon1 a {
    text-align: justify;
    font-size: 20px !important;
    color: #000 !important;
    margin: 10px auto;
    padding: 0 0 0 33px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: context-menu;
}
.lestouricon1 p {
    text-align: justify !important;
    padding: 0 0 0 32px !important;
}
.lestouricon2 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    filter: brightness(1.3);
}
.lestouricon2 a {
    text-align: justify;
    font-size: 20px !important;
    color: #000 !important;
    margin: 10px auto;
    padding: 0 0 0 35px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: context-menu;
}
.lestouricon2 p {
    text-align: justify;
    padding: 0 0 0 45px !important;
}
.lestouricon3 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.lestouricon3 a {
    text-align: justify;
    font-size: 20px !important;
    color: #000 !important;
    margin: 10px auto;
    padding: 0 0 0 45px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: context-menu;
}
.lestouricon3 p {
    text-align: justify;
    padding: 0 0 0 52px !important;
}
.lestouricon4 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.lestouricon44 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.lestouricon4 a {
    text-align: justify;
    font-size: 20px !important;
    color: #000 !important;
    margin: 10px auto;
    padding: 0 0 0 10px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: context-menu;
    margin-left: unset;
}
.lestouricon44 a {
    text-align: justify;
    font-size: 20px !important;
    color: #000 !important;
    margin: 10px auto;
    padding: 0 0 0 1px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: context-menu;
  
}
.lestouricon4 p {
    text-align: justify;
    padding: 0 0 0 42px !important;
    margin-left: 17px;
}
.lestouricon44 p {
    text-align: justify;
    padding: 0 0 0 42px !important;
    
}
.lestouricon5 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.lestouricon5 a {
    text-align: justify;
    font-size: 18px !important;
    color: #000 !important;
    margin: 10px auto;
    padding: 0 0 0 13px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: context-menu;
}
.lestouricon5 p {
    text-align: justify;
    padding: 0 0 0 52px !important;
}



.subnav10 {
    text-align: justify;
    padding: 0 !important;
    border: 1px solid #c6c2c2;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}
.subnav10 a {
    color: #000;
    padding: 22px 30px 22px 55px;
	   
}
.subnav10 td {
    text-align: justify;
    border: 1px solid #c6c2c2;
    height: 65px;
}
.subnav10 td:hover {
    background-color: #b28858;
    cursor: pointer;
}

.subnav10 td:hover a {
    display: block;
    color: #fff !important;
    text-decoration: none;
}







.subnav {
    text-align: justify;
    padding: 0 !important;
    border: 1px solid #c6c2c2;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}
.subnav a {
    color: #000;
  
	    padding: 22px 30px 22px 38px;
	   
}
.subnav td {
    text-align: justify;
    border: 1px solid #c6c2c2;
    height: 65px;
	    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.subnav td:hover {
    background-color: #b28858;
    cursor: pointer;
	    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.subnavactive a {
    color: #b28858 !important;
    text-align: justify !important;
}
.subnavactive:hover a {
    display: block !important;
    color: #fff !important;
    text-decoration: none !important;
}
.subnav td:hover a {
    display: block;
    color: #fff !important;
    text-decoration: none;
}
.ptext-itinerary {
    margin-top: 10px;
    padding: 0 150px 0 150px;
}
.mapimg {
    text-align: center;
}
.itinerarybtnsec {
    padding-top: 4%;
    padding-bottom: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.itinerarybtnsec h2 {
    padding-top: 1%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.itinerarybtnsec p {
    text-align: justify;
    padding-right: 15px;
    padding-left: 15px;
    color: #000;
}
.itinerarybtn1 {
    padding: 5px 20px 5px 20px;
    margin-left: 46%;
    color:#fff!important;
    text-align: center;
    font-weight: 700;
    background-color: #b28858;
	cursor: default;
}
.itinerarybtn1:focus {
 
    color: #fff;
  
    background-color: #b28858;
}
.itinerarybtn1:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.itinerarytouricon1 img {
    height: 25px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.itinerarytouricon1 p {
    float: right;
    margin-top: 2px;
    margin-right: 15px;
    margin-left: 40px;
    color: #000;
    position: absolute;
}
.itinerarygroupwidth {
    padding: 50px 10px 50px 10px;
}
.itinerarygroupwidth h4 {
    color: #fff !important;
    font-weight: 700;
}
.itinerarygroupwidth p {
    color: #ffffffe8 !important;
    font-size: 13px;
}
.itinerarygroupbtn {
    color: #fff !important;
    font-size: 12px !important;
    background-color: #b18857 !important;
    padding: 4px 10px 4px 10px !important;
}
.itinerarycontactformtext {
    color: #fff;
    padding: 10px 210px 0 210px;
    font-size: 24px;
}
.text-black31 {
    color: #fff !important;
    font-size: 40px;
    margin-top: 70px !important;
    margin-bottom: 0 !important;
}
.wrapper31 {
    background-image: linear-gradient(rgba(3,32,45,0.59), rgba(3,32,45,0.59)), url(../images/tour/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 804px;
    filter: contrast(135%);
    margin-top: 20px;
}
.text-center31 {
    margin-left: auto;
    margin-right: auto;
}
.subsubnav {
    text-align: justify;
    padding: 0 !important;
    border: 1px solid #c6c2c2;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
}
.subsubnav a {
    color: #000;
}
.subsubnav td {
    text-align: justify;

    border: 1px solid #c6c2c2;
}
.subsubnav td:hover {
    background-color: #022d40;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
}
.subsubnav a {
    color: #000 !important;
    text-align: justify !important;
    font-size: 10px;
	    padding: 3px 27px 3px 27px !important;
}
.subsubnav td:hover a {
    color: #fff !important;
    text-decoration: none !important;
}
.subsubnavactive a {
    color: #000 !important;
    text-align: justify !important;
}
.subsubnavactive:hover {
    background-color: #e1e1e1 !important;
    color: #000 !important;
    text-align: justify !important;
}
.infobold {
    font-weight: 700;
}
.wrap31 {
    padding: 20px 140px 10px 120px;
}
.wrap31 img {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.wrapper33 {
    background-image: linear-gradient(#03202d96, #03202d96), url(../images/tour/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 287px;
    filter: contrast(135%);
    margin-top: 20px;
    margin-bottom: 20px;
}
.wrapper33:hover p {
    margin: 0;
    visibility: visible;
    transition: 1s ease;
    top: 0;
    display: block;
}
.wrapper33:hover h5 {
    font-size: 20px;
    color: #fff;
    border: 4px solid #fff;
    border: none;
    transition: 0.5s ease;
}
.wrapper33:hover .articlereadmore a {
    display: block;
    visibility: visible;
    background-color: #b18857 !important;
    color: #fff !important;
    text-decoration: none;
    transition: 0.1s ease;
}
.wrap131 h5 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border: 4px solid #fff;
    margin: 100px 410px 10px 400px;
    padding: 10px 10px 10px 10px;
}
.wrap131 p {
    display: none;
    visibility: hidden;
    padding: 10px 190px 10px 190px;
    color: #fff;
    margin: 40px 0 0 0;
    transition: 0.5s ease;
}
.rowedit {
    width: 100% !important;
}
.articlereadmore {
    margin-left: 47%;
    margin-right: auto;
    position: absolute;
}
.articlereadmore a {
    display: none;
    visibility: hidden;
    color: #fff;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 2px 6px 2px 6px;
}
.ptext-review {
    margin-top: 10px;
    padding: 0 60px 0 60px;
}
.htext-review {
    font-weight: 700;
    margin-top: 10px;
    padding: 0 60px 0 60px;
}
fieldset,
label {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 1.5em;
    margin: 10px;
}
.rating {
    border: none;
    margin-left: auto;
    margin-right: 44%;
}
.rating > input {
    display: none;
}
.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.rating > .half:before {
    content: "\f089";
    position: absolute;
}
.rating > label {
    color: #dddddd9e;
    float: right;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label,
.rating > input:checked ~ label {
    color: #a3a3a3;
}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ddd;
}
.line {
    width: 80%;
    border-bottom: 1px solid gray;
    margin-left: auto;
    margin-right: auto;
}
.wrap54 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
::placeholder {
    color: gray;
    opacity: 2;
}
:-ms-input-placeholder {
    color: gray;
}
::-ms-input-placeholder {
    color: gray;
}
.contpad {
    padding-top: 10px;
}
.submit56 {
    background-color: #fff;
    color: #b18857 !important;
    margin-left: 64%;
    text-align: center;
    padding: 15px 40px 15px 40px !important;
    border: 2px solid #b18857;
    font-weight: 700;
    width: 15%;
    margin-top: 20px;
    margin-bottom: 70px;
    cursor: pointer;
}
.submit56:hover {
    background-color: #b18857;
    color: #fff !important;
    transition: 0.5s all;
}
.reviewstarimg {
    height: auto;
    width: 80px;
    padding-bottom: 5px;
}
.ptext-experience {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0 140px 0 140px;
    line-height: 170%;
    font-size: 15px;
    text-align: left;
}
.hexperiencecolor {
    color: #000;
    font-size: 43px !important;
}
.wrapper999 {
    background-image: url(../images/tour/trek_ladakh_balcons.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
    
    width: 950px;
    margin-right: auto;
    margin-left: auto;

}
.wrapper9991 {
    background-image: url(../images/tour/bg4.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
    
    width: 950px;
    margin-right: auto;
    margin-left: auto;

}
.icontext33 {
    padding-top: 50px;
    padding-right: 30px;
    text-align: center;
    padding-left: 0;
}
.icontext33 h2 {
    color: #fff;
    text-align: center;
    font-size: 21px;
    border: 1px solid #000;
    background: #000;
}
.icontext33 p {
    text-align: justify;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 170%;
}
.mappad {
    padding-bottom: 40px;
}
.table thead {
    background-color: #022d40;
    color: #fff;
}
.budgetbtn {
    border-radius: 8%;
    color: #fff !important;
    font-size: 12px;
    background-color: #b18857!important; 
    padding: 6px 10px 4px 10px; 
    cursor: pointer;
}
.halignbudget {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.background21 {
    background-image: url(../images/camel22.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    width: auto;
    filter: contrast(135%);
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 40%;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 70%;
}
.close {
    float: right !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    opacity: 1 !important;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close113 {
    float: right !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    opacity: 1 !important;
}
.close113:focus,
.close113:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.wrapper786 {
    padding: 10px 10px 10px 10px;
    margin-left: auto;
    margin-top: 10px;
    margin-top: 20px !important;
    margin: auto;
    height: 520px;
}
.wrapper17861 {
    padding: 10px 10px 10px 10px;
    margin-left: auto;
    margin-top: 10px;
    margin-top: 20px !important;
    margin: auto;
    height: 520px;
}
.wrapper786 input {
    padding: 0 30px 0 31px;
    margin: 15px 0 15px 0;
}
.wrapper786 select {
    padding: 0 30px 0 30px;
    margin: 15px 0 15px 0;
}
.wrapper786 p {
    color: #7a7676;
    text-align: left;
    font-size: 12px;
}
.wrapper17861 p {
    color: #7a7676;
    text-align: left;
    font-size: 12px;
}
.popupformbtn {
    color: #fff !important;
    background-color: #b18857 !important;
}
.popupformbtn11 {
    color: #fff !important;
    background-color: #b18857 !important;
}
.popupformbtn11:hover {
    color: #fff !important;
    background-color: #022d40 !important;
}
.date-input {
    position: relative;
    width: 240px;
}
.date-input input {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.date-input img {
    position: absolute;
    top: 2px;
    right: 5px;
}
.grouptreksicon1 {
    padding: 40px 15px 40px 15px;
    width: 340px;
    border: 1px solid #000;
    height: 260px;
}
.grouptreksicon1 img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.grouptreksicon1 h5 {
    text-align: center;
    color: #000;
    font-weight: 700;
}
.wrapper331 {
    background-image: linear-gradient(#03202d7d, #03202d85), url(../images/tour/bg2121.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 834px;
    width: 100%;
    position: relative;
    padding: 10px 10px 10px 10px;
    position: relative;
    padding: 10px 10px 10px 10px;
}
.layer22 {
    padding: 0 30px 30px 10px;
    background-color: rgba(0, 0, 0, 0.25);
    top: 261px;
    left: 0;
    width: 100%;
    height: 160px;
    position: absolute;
    border: 1px solid #919393;
}
.layer22 h3 {
    color: #fff;
    float: left;
    padding-left: 42px;
    font-size: 19px;
}
.layer22 p {
    color: #ffffffa6;
    float: left;
    padding-left: 20px;
    padding-right: 80px;
}
.groupwidth21 {
    padding: 50px 0 0 0;
    height: 376px;
    width: 100%;
    position: relative;
}
.text-grouptreks {
    margin-bottom: 25px;
    margin-top: 10px;
    color: #fff !important;
    font-size: 50px;
}
.submitgroupoffer {
    margin: 180px 10px 10px 140px;
    width: 131px;
    height: 31px;
    background-color: #b18857;
    color: #fff;
}
.layer221 {
    background-color: rgba(0, 0, 0, 0.25);
    top: 261px;
    left: 0;
    width: 100%;
    height: 170px;
    position: absolute;
    border: 1px solid #919393;
}
.layer221 h3 {
    color: #fff;
    padding-left: 42px;
    font-size: 19px;
}
.layer221 p {
    color: #ffffffa6;
    padding-left: 10%;
    padding-right: 5%;
    margin-bottom: 0 !important;
    visibility: visible !important;
    margin-top: 0 !important;
}
.layer22133 {
    background-color: rgba(0, 0, 0, 0.25);
    top: 261px;
    left: 0;
    width: 100%;
    height: 170px;
    position: absolute;
    border: 1px solid #919393;
}
.layer22133 h3 {
    color: #fff;
    padding-left: 42px;
    font-size: 19px;
}
.layer22133 p {
    color: #ffffffa6;
    padding-left: 10%;
    padding-right: 5%;
    margin-bottom: 0 !important;
    visibility: visible !important;
    margin-top: 0 !important;
    font-size: 13px;
}
.layercontentbold {
    color: #fff !important;
    font-weight: 700 !important;
}
.layercontent p {
    margin-left: 15px;
    margin-right: 15px;
    color: #151010a6;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0 !important;
    background-color: #b4b4b5;
    width: 160px;
}
.la2223 {
    margin-top: 20px !important;
}
.groupwidth2009 {
    padding: 50px 0 0 0;
    height: 242px;
    width: 100%;
    position: relative;
}
.layer2009 {
    background-color: #022d40;
    top: 242px;
    left: 0;
    width: 100%;
    height: 254px;
    position: absolute;
}
.layer2009 h3 {
    color: #fff;
    padding-left: 42px;
    font-size: 19px;
    font-weight: 700;
}
.layer2009 p {
    color: #ffffffa6;
    padding-left: 10%;
    padding-right: 5%;
    margin-bottom: 0 !important;
}
.layer200921 {
    background-color: #022d40;
    top: 242px;
    left: 0;
    width: 100%;
    height: 274px;
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.layer200921 h3 {
    padding: 0 30px 0 30px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}
.layer200921 p {
    color: #ffffffa6 !important;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 0 !important;
    visibility: visible;
    margin-top: 0;
    font-size: 13px;
}
.layercontent1 p {
    margin-left: 20px;
    margin-right: 15px;
    color: #ffffffa6 !important;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 0 !important;
    width: 220px;
    border: 1px solid #fff;
}
.la222300 {
    margin-top: 10px !important;
}
.site-section2 {
    padding: 255px 70px 0 70px;
}
.submit222300 {
    margin-top: 15px;
    margin-left: 20px;
    width: 291px;
    height: 31px;
    background-color: #b1885700;
    color: #fff;
    border: 1px solid #fff;
    color: #ffffffa6;
}
.submit222300:hover {
    color: #fff;
    border: 1px solid #b18857;
    background-color: #b18857;
    transition: 0.5s ease;
}
.groupmarg {
    margin-top: 305px;
}
.groupbor {
    border: 1px solid #000;
    height: 499px;
    width: 360px;
    padding: 0;
}
.layer20091 {
    background-color: #fff;
    top: 242px;
    left: 0;
    width: 100%;
    height: 269px;
    position: absolute;
}
.layer20091 h3 {
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    font-weight: 700;
}
.layer20091 h5 {
    font-size: 13px;
    font-weight: 700;
    color: #727070;
    padding-left: 27px;
    padding-right: 19px;
    font-weight: 700;
}
.layer20091 p {
    color: #727070;
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 0 !important;
}
.submit22230011 {
    margin-left: 35%;
    width: 100px;
    height: 31px;
    background-color: #b18857;
    color: #fff;
}
.la2223001 {
    margin-top: -10px !important;
}
.groupwidth20091 {
    padding: 50px 0 0 0;
    height: 242px;
    width: 100%;
    position: relative;
}
.border11 {
    border: 1px solid #000;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
    background-size: cover;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.34);
}
.border12 {
    border: 1px solid #000;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 5%;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.34);
}
.divider {
    border-top: 1px solid #9f9f9f;
    margin-top: 28%;
    margin-bottom: 6%;
    height: 100px;
}
.divider p {
    margin: 70px 100px 10px 100px;
}
.dividerimg {
    background-color: #fff;
    padding: 0 10px;
    position: absolute;
    left: 48%;
}
.dividerimg img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
    margin-top: -33px;
}
.site-section22 {
    padding: 5px 70px 0 70px;
}
.icontext3312 {
    padding-top: 110px;
    text-align: center;
}
.icontext3312 h2 {
    color: #303030;
    font-family: auto;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
    margin-bottom: 0;
}
.icontext3312 h4 {
    color: #303030;
    font-family: auto;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}
.icontext3312 p {
    text-align: center;
    color: #646464;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
}
.divider1 {
    border-top: 1px solid #9f9f9f;
    margin-top: 0;
    margin-bottom: 0;
    height: 100px;
}
.group11 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 290px;
}
.group11:hover .upperlayerbtn {
    visibility: visible;
    margin-right: 20px;
    margin-top: 120px !important;
    transition: 0.5s ease;
}
.topgap {
    margin-top: 80px;
}
.sticky {
    background-color: rgba(2, 45, 64, 0.5803921568627451);
    position: fixed;
}
.space11 {
    margin-bottom: 40px;
}
.wrapper1999 {
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}
.submit564 {
    margin-left: 330px;
    margin-top: 530px;
    padding-right: 14px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 15px;
}
.submit5640 {
    margin-left: 330px;
    margin-top: 330px;
    padding-right: 14px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 15px;
}
.submit5641 {
    margin-left: 330px;
    margin-top: 330px;
    padding-right: 14px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 15px;
}
.submit5642 {
    margin-left: 330px;
    margin-top: 330px;
    padding-right: 14px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 15px;
}
.overlay:hover .submit564 span {
    font-size: 15px !important;
    color: #d8aa75 !important;
    font-weight: 700;
}
.overlay:hover .submit5640 span {
    font-size: 15px !important;
    color: #d8aa75 !important;
    font-weight: 700;
}
.overlay:hover .submit5641 span {
    font-size: 15px !important;
    color: #d8aa75 !important;
    font-weight: 700;
}
.overlay:hover .submit5642 span {
    font-size: 15px !important;
    color: #d8aa75 !important;
    font-weight: 700;
}
.overlay:hover .submit564 {
    margin-left: 3px;
    margin-top: 150%;
    width: 98%;
    font-size: 15px !important;
    color: #fff !important;
     background-color: rgba(42, 100, 150, 0);
    border: 1px solid #fff;
    transition: 1s ease;
}
.overlay:hover .submit5640 {
    margin-left: 3px;
    margin-top: 80%;
    width: 98%;
    font-size: 15px !important;
    color: #fff !important;
  background-color: rgba(42, 100, 150, 0);
    border: 1px solid #fff;
    transition: 1s ease;
}
.overlay:hover .submit5641 {
    margin-left: 3px;
    margin-top: 80%;
    width: 98%;
    font-size: 15px !important;
    color: #fff !important;
    background-color: rgba(42, 100, 150, 0);
    border: 1px solid #fff;
    transition: 1s ease;
}
.overlay:hover .submit5642 {
    margin-left: 6px;
    margin-top: 25%;
    width: 98%;
    font-size: 15px !important;
    color: #fff !important;
    background-color: rgba(42, 100, 150, 0);
    border: 1px solid #fff;
    transition: 1s ease;
}
.site-footer h3 {
    color: #fffffff0;
    text-align: left;
    font-size: 28px;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    font-weight: 700;
}
.footpad {
    margin-bottom: 55px;
}
.footerdown {
    background-color: #56422b;
    width: 100%;
    height: 60px;
}
.aligncenter {
    margin-top: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.aligncenter a {
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.aligncenter a:hover {
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.date-input1 {
    position: relative;
    width: 240px;
}
.formradio {
    height: auto !important;
    width: 90px;
    position: absolute;
}
a:focus {
    color: #b28858 !important;
    text-align: justify !important;
    text-decoration: none !important;
}
#more {
    display: none;
}
.readmore {
    height: auto !important;
    width: 80px !important;
}
.wrap9877 {
    padding: 15px 100px 10px 150px;
}
.sidepad {
    padding: 10px 10px 10px 70px;
}
.bold {
    font-weight: 700;
}
.groupheight20091 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 30px;
}
.blog_floated_right {
    width: 57%;
    padding-left: 15px;
    margin-left: 130px;
}
.blog_floated_right p {
    text-align: justify;
}
.blog_entry a {
    color: #022d40;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    text-align: center;
    text-align: left;
    margin-bottom: 10px;
}
.imghig {
    height: 50px;
    width: auto;
}
.groupblog {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    width: 250px;
    margin-left: 183px;
}
.blogtitle {
    text-align: left;
    margin: 0 0 15px;
    font-size: 28px;
    letter-spacing: -1px;
}
.blogtitle a {
    color: #b28858 !important;
}
.blogtopgap {
    margin-top: 20px;
}
.groupblogcatagory {
    margin-left: 56%;
    font-weight: 700;
    padding-bottom: 10px;
}
.blogdivider {
    border-top: 1px solid #9f9f9f;
    height: 30px;
    margin-top: 50px;
}
.groupblogsocial {
    margin-left: 46% !important;
    font-size: 20px;
}
.groupblogsocial a {
    color: #b28858 !important;
    font-size: 25px;
    border: 2px solid #b28858;
    border-radius: 100%;
    padding: 4px 4px 4px 4px;
    margin-bottom: 10px;
}
.groupblog h3 {
    font-size: 25px;
    color: #fff;
    margin-top: 80px;
}
.groupblog h5 {
    color: #fff;
    font-size: 9px;
}
.blogfilter {
    background-image: linear-gradient(rgba(78, 75, 75, 0.41), rgba(78, 75, 75, 0.41)), url(../images/group1.png);
}
.blogfilter:hover {
    background-image: linear-gradient(rgba(78, 75, 75, 0.41), #022d4094), url(../images/group1.png);
    transition: 1.5 ease;
    cursor: pointer;
}
.blog_entry h5 {
    color: #022d40;
    font-size: 9px;
    letter-spacing: 2px;
    text-align: left;
    line-height: 0.1 !important;
}
.blogpsize {
    font-size: 9px !important;
}
.blogsocial {
    margin-left: 183px;
    margin-top: 100px;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}
@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}
.carousel-inner > .item {
    position: relative;
    -webkit-transition: 1.6s ease-in-out left !important;
    -moz-transition: 1.6s ease-in-out left !important;
    -o-transition: 1.6s ease-in-out left !important;
    animation: anim_slides 1.9s;
    transition: 1.6s ease !important;
}
.carousel-inner {
    filter: brightness(1);
}
.sliderabsolute {
    position: absolute;
    display: block;
}
.sliderabsolute img {
    position: absolute;
    display: block;
}
.slidervertical {
    top: -270px;
    position: absolute;
    right: 50px;
}
.slidericon img {
    height: 50px;
    width: auto;
}
.slidericon img:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 0.5s ease;
}
.slidericon1 img {
    height: 50px;
    width: auto;
    left: 48px;
}
.slidericon1 img:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 0.5s ease;
}
.slidericon2 img {
    height: 50px;
    width: auto;
    left: 48px;
}
.slidericon2 img:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: 0.5s ease;
}
.homepad22 {
    padding-right: 65px !important;
}
.submit1561 {
    background-color: #b1885700;
    color: #b18857 !important;
    margin-left: 65%;
    text-align: center;
    padding: 15px 10px 15px 10px !important;
    border: 2px solid #b18857;
    font-weight: 700;
    width: 35%;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.submit1561:hover {
    background-color: #b18857;
	text-decoration:none;
    color: #fff !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.submit15611 {
    background-color: rgba(0, 182, 122, 0);
    color: #00b67a !important;
    margin-left: 40%;
    text-align: center;
    padding: 16px 42px 14px 43px !important;
    border: 2px solid #00b67a;
    font-weight: 700;
    font-size: 15px;
    margin-top: 56px;
    margin-bottom: 0;
}
.submit15611:hover {
    background-color: #00b67a;
    color: #fff !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.submit2156112 {
    background-color: rgba(0, 0, 0, 0.1411764705882353);
    font-size: 15px;
    color: #fff !important;
    margin-left: 40%;
    text-align: center;
    padding: 16px 42px 14px 43px !important;
    border: 3px solid #fff;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 0;
}
.submit2156112:hover {
    background-color: #fff;
    color: #b28858 !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.icontexthome {
    padding-top: 40px;
    text-align: center;
}
.icontexthome h2 {
    font-family: Ubuntu, sans-serif !important;
    letter-spacing: 4px;
    font-weight: 700;
	margin-top: 30px;
}
.icontexthome p {
    width: 456px;
    text-align: center;
    right: 340px;
    padding-right: 40px;
    padding-left: 40px;
    font-family: Ubuntu, sans-serif;
    color: #000000e8;
}
.homepad2217 {
    padding: 0 0 0 70px;
    font-family: Barlow, Helvetica, Arial, sans-serif;
    font-size: 17px;
    text-align: justify;
    font-weight: 400 !important;
    line-height: 170%;
}
.homepad2217 h3 {
    font-size: 34px;
    font-family: cursive;
}
.homepad2217 p {
    padding-top: 50px;
    font-size: 19px;
    text-align: right;
    color: #486775;
}
.group3009 {
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 415px;
    overflow: hidden;
}
.group230092 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 160px;
    width: 160px;
    overflow: hidden;
}
.group3009 h4 {
    color: #fff;
}
.group230092 h4 {
    color: #fff;
}
.group3009 p {
    margin-top: 40px;
    color: #fff;
    transition: 0.5s ease;
}
.group230092 p {
    margin-top: 40px;
    color: #fff;
    transition: 0.5s ease;
}
.group3009 a {
    margin-top: 100px;
    display: block;
    width: 140px;
    margin-left: 60px;
    transition: 0.5s ease;
}
.group230092 a {
    margin-top: 100px;
    display: block;
    width: 140px;
    margin-left: 60px;
    transition: 0.5s ease;
}
.groupheight:hover .group3009 {
    visibility: visible;
    transition: 1s ease;
}
.groupheight:hover .group3009 a {
    margin-top: 55px;
    text-decoration: none;
    transition: 0.5s ease;
}
.maintitle1 {
border: 1px solid #fff;
    color: #fff;
    margin-top: 19px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 166px 0 174px 0;
}
.maintitle212 {
    color: #fff;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 52px 0 92px 0;
}
.maintitle1 h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.maintitle212 h3 {
    font-size: 20px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.group3009:hover .maintitle1 {
    visibility: hidden;
    color: #fff;
    margin-top: -374px;
    animation: anim_slides 0.8s;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.groupheight2112:hover .maintitle212 {
    color: #fff;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.wrapper311 {
    background-image: url(../images/DSC020962.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 704px;
	    margin-top: 2.5em;
}
.group4009 {
    background-color: #fff;
    width: 350px;
    overflow: hidden;
}
.maintitle41 {
    border: 1px solid rgba(2, 45, 64, 0.8);
    color: rgba(2, 45, 64, 0.8);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 0 30px 0;
}
.maintitle41 h5 {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 600 !important;
}
.maintitle41 p {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
}
.submit156111 {
    background-color: #b18857;
    color: #fff !important;
    text-align: center;
    padding: 10px 10px 10px 10px !important;
    border: 2px solid #b18857;
    font-weight: 700;
    width: 170px;
}
.submit156111:hover {
    background-color: #022d40;
    border: 2px solid #022d40;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.groupcont {
    background-color: #022d40;
    height: 216px;
    padding: 32px 22px 22px 22px;
}
.groupcont1 {
    background-color: #022d40;
    height: 162px;
    padding: 32px 22px 22px 22px;
}
.groupcont a:hover {
  text-decoration:none;
}
.groupcont1 a:hover {
     text-decoration:none;
}
.lescont1 {
    background-color: #022d40;
    height: 162px;
    padding: 32px 22px 22px 22px;
}
.lescont212 {
    background-color: #022d40;
    height: 182px;
    padding: 22px 12px 12px 12px;
}
.groupcont p {
    color: #fff;
    font-size: 15.5px;
}
.groupcont1 p {
    color: #fff;
    font-size: 8.8px;
}
.lescont1 p {
    color: #fff;
    font-size: 8.8px;
}
.lescont212 p {
    color: #fff;
    font-size: 9.8px;
    text-align: left;
}
.groupcont h2 {
    color: #fff;
    margin-top: 30px;
    text-align: center;
}
.groupcont1 h2 {
    color: #fff;
    margin-top: 14px;
    text-align: center;
    font-size: 22px;
}
.lescont1 h2 {
    color: #fff;
    margin-top: 14px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0 !important;
}
.lescont212 h2 {
    color: #fff;
    margin-top: 14px;
    text-align: center;
    font-size: 22px;
}
.groupcontbutton {
    width: 100%;
    height: 54px;
    margin-top: 26px;
    background-color: #fff;
    padding: 7px 6px 7px 6px;
    cursor: pointer;
    overflow: hidden;
}
.groupcontbutton p {
    color: #022d40;
    border: 2px solid #022d40;
    padding: 7px 10px 7px 10px;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 2px;
}
/* for IE */

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	 
	 .client-inners img {
       position: absolute;
        top: -9999px;
        right: -9999px;
        bottom: -9999px;
        left: -9999px;
        margin: auto;
        min-width: 100%;
        min-height: 100%;
		    padding: 10px 30px;
	 }
.groupcontbutton p {
    color: #022d40;
    border: 1px solid #022d40;
    padding: 7px 10px 7px 10px;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 2px;
}
}
/* [end] */
.groupcontbutton:hover {
    padding: unset;
    -webkit-transition: 1.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
.groupcontbutton:hover p {
    color: #022d40;
    border: 1px solid #fff;
    padding: 15px 12px 15px 12px;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
/* for IE */

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.groupcontbutton:hover p {
    color: #022d40;
    border: 1px solid #fff;
  padding: 7px 10px 7px 10px!important;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;

}
}
/* [end] */
.groupconthref:hover .groupconthref p {
    text-decoration: none !important;
}
.groupcontbutton2 {
    width: 100%;
    height: 54px;
    margin-top: 29px;
    background-color: #fff;
    padding: 7px 6px 7px 6px;
    cursor: pointer;
    overflow: hidden;
}
.groupcontbutton2 p {
    color: #022d40;
    border: 2px solid #022d40;
    padding: 7px 10px 7px 10px;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 2px;
}
/* for IE */

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.groupcontbutton2 p {
    color: #022d40;
    border: 1px solid #022d40;
    padding: 7px 10px 7px 10px;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 2px;
}
}
/* [end] */
.groupcontbutton2:hover {
    padding: unset;
    -webkit-transition: 1.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
.groupcontbutton2:hover p {
    color: #022d40;
    border: 1px solid #fff;
    padding: 15px 12px 15px 12px;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
/* for IE */

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	 .groupcontbutton2:hover p {
    color: #022d40;
    border: 1px solid #fff;
     padding: 7px 10px 7px 10px!important;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
}
/* [end] */
.groupcontbutton1 {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    background-color: #fff;
    padding: 5px 6px 5px 6px;
    cursor: pointer;
    overflow: hidden;
}
.lescontbutton1 {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    background-color: #fff;
    padding: 5px 6px 5px 6px;
    cursor: pointer;
    overflow: hidden;
}
.lescontbutton212 {
    width: 83%;
    height: 40px;
    background-color: #fff;
    padding: 5px 6px 5px 6px;
    cursor: pointer;
    overflow: hidden;
    top: 110px;
    position: absolute;
}
.groupcontbutton1 p {
	
    color: #022d40;
    border: 1px solid #022d40;
    padding: 8px 10px 6px 10px;
    font-size: 9.9px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 2px;
}
.groupcontbutton1:hover {
	font-size: 9.9px;
    padding: unset!important;
    -webkit-transition: 1.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
.lescont1 a:hover {
text-decoration:none;
}
.groupcontbutton1:hover p {
    color: #022d40;
    border: 1px solid #fff;
 padding: 13px 10px 13px 10px!important;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;

}
/* for IE */

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.groupcontbutton1:hover p {
    color: #022d40;
    border: 1px solid #fff;
 padding: 8px 10px 6px 10px!important;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;

}
}
/* [end] */

.lescontbutton1 p {
    color: #022d40;
    border: 1px solid #022d40;
    padding: 8px 10px 6px 10px;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 2px;
}
.lescontbutton1:hover {
    padding: unset;
    -webkit-transition: 1.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
.lescontbutton1:hover p {
    color: #022d40;
    border: 1px solid #fff;
    padding: 13px 12px 13px 12px;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
.lescontbutton212 p {
    color: #022d40;
    border: 1px solid #022d40;
      padding: 8px 0px 6px 0px;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 2px;
}
.lescontbutton212:hover {
    padding: unset;
    -webkit-transition: 1.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
.lescontbutton212:hover p {
    color: #022d40;
    border: 1px solid #fff;
    padding: 13px 12px 13px 12px;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
/* for IE */

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.lescontbutton212:hover p {
    color: #022d40;
    border: 1px solid #fff;
    padding: 8px 0px 6px 0px!important;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
}
/* [end] */
.groupimgcont {
    height: 274px;
    position: relative;
    filter: brightness(0.9);
}
.groupimgcont1 {
    height: 224px;
    position: relative;
    filter: brightness(0.9);
}
.lesimgcont1 {
    height: 224px;
    position: relative;
    filter: brightness(0.9);
}
.lesimgcont212 {
    height: 224px;
    position: relative;
    filter: brightness(0.9);
}
.groupimgcont img {
    width: 100%;
    height: 100%;
}
.groupimgcont1 img {
    width: 100%;
    height: 100%;
}
.lesimgcont1 img {
    width: 100%;
    height: 100%;
}
.lesimgcont212 img {
    width: 100%;
    height: 100%;
}
.mainbox1 {
    width: 516px;
    height: 493px;
}
.mainbox2 {
    width: 100%;
    height: 386px;
}
.mainbox12 {
    width: 100%;
    height: 386px;
}
.mainbox2122 {
    width: 100%;
    height: 406px;
}
.groupiconcont {
    position: absolute;
    top: 10px;
    left: 80%;
}
.groupiconcont1 {
    position: absolute;
    top: 10px;
    left: 80%;
}
.lesiconcont1 {
    position: absolute;
    top: 10px;
    left: 80%;
}
.lesiconcont211 {
    position: absolute;
    top: 10px;
    left: 80%;
}
.lesiconcont211 img {
    height: auto;
    width: 50px;
}

.yes {
    position: absolute;
    top: 10px;
    left: 65%;
		display:none;
}
.yes img {
    height: auto;
    width: 50px;
}
.no {
    position: absolute;
    top: 10px;
    left: 65%;
	display:block;
}
.no img {
    height: auto;
    width: 50px;
}
.lesiconcont212 {
    position: absolute;
    top: 10px;
    left: 82%;
    height: auto;
    width: 45px;
}
.groupiconcont1 img {
    height: auto;
    width: 50px;
}
.lesiconcont1 img {
    height: auto;
    width: 50px;
}
.lesiconcont212 img {
    height: auto;
    width: 50px;
}
.grouptitlecont {
    position: absolute;
    color: #fff;
    top: 25%;
    left: 16%;
    width: 368px;
}
.grouptitlecont1 {
    position: absolute;
    color: #fff;
    top: 25%;
    left: 15%;
    width: 278px;
}
.lestitlecont1 {
    position: absolute;
    color: #fff;
    top: 25%;
    left: 13%;
    width: 278px;
}
.lestitlecont1 img {
    position: absolute;
    color: #fff;
    top: 25%;
    left: 15%;
    width: 278px;
}
.homelestitlecont1 {
    position: absolute;
    color: #fff;
    top: 25%;
    left: 13%;
    width: 278px;
}
.homelestitlecont1 img {
    position: absolute;
    color: #fff;
    top: 25%;
    left: 15%;
    width: 278px;
}
.grouptitlecont h2 {
    font-weight: 700;
    text-align: center;
    font-family: Amiri;
}
.grouptitlecont1 h2 {
    font-weight: 700 !important;
    text-align: center;
    font-family: Amiri;
    font-size: 17px;
}
.lestitlecont1 h2 {
    font-weight: 700 !important;
    text-align: center;
    font-family: Amiri !important;
    font-size: 17px;
}
.homelestitlecont1 h2 {
    font-weight: 700 !important;
    text-align: center;
    font-family: Amiri !important;
    font-size: 17px;
}
.grouptitlecont1 p {
    text-align: center;
    font-size: 10px;
	    color: white;
}
.lestitlecont1 p {
    text-align: center;
    font-size: 10px;
}
.homelestitlecont1 p {
    text-align: center;
    font-size: 10px;
}
.groupcontleft {
    top: 5px;
    right: 370px;
    position: absolute;
    margin-right: 25px;
	    letter-spacing: 0px!important;
}
.groupcontleft1 {
    top: 10px;
    right: 260px;
    position: absolute;
    margin-right: 25px;
	    letter-spacing: 0px!important;
}
.lescontleft1 {
    top: 10px;
    right: 260px;
    position: absolute;
    margin-right: 25px;
    letter-spacing: 0 !important;
}
.lescontleft212 {
    top: 10px;
    right: 249px;
    position: absolute;
    margin-right: 25px;
    letter-spacing: 0 !important;
}
.groupcontright {
    top: 5px;
    left: 369px;
    position: absolute;
    margin-left: 25px;
	letter-spacing: 0px!important;
}
.groupcontright1 {
    top: 10px;
    left: 249px;
    position: absolute;
    margin-left: 25px;
	letter-spacing: 0px!important;
}
.lescontright1 {
    top: 10px;
    left: 249px;
    position: absolute;
    margin-left: 25px;
    letter-spacing: 0 !important;
}
.lescontright212 {
    top: 10px;
    left: 249px;
    position: absolute;
    margin-left: 25px;
    letter-spacing: 0 !important;
}
.groupcontdate {
    position: absolute;
    color: #fff;
    background-color: #5ec7c7;
    width: 237px;
    height: 39px;
    top: 255px;
    left: -10px;
    padding: 10px 10px 10px 10px;
}
.groupcontdate1 {
    position: absolute;
    color: #fff;
    background-color: #5ec7c7;
    width: 199px;
    height: 33px;
    top: 205px;
    left: -10px;
    padding: 5px 10px 5px 10px;
    font-size: 11px;
}
.lescontdate1 {
    position: absolute;
    color: #fff;
    background-color: #5ec7c7;
    width: 200px;
    height: 33px;
    top: 200px;
    left: -10px;
    padding: 5px 10px 5px 10px;
    font-size: 11px;
	    font-weight: bold;
}
}
.ptext-groupcont {
    margin-top: 20px;
    padding: 0 150px 0 150px;
    margin-bottom: 50px;
}
.groupmargbot {
    margin-bottom: 30px;
}
.lesmargbot {
    margin-bottom: 30px;
}
.groupcontbutton11 {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    background-color: #fff;
    padding: 5px 6px 5px 6px;
    cursor: pointer;
    overflow: hidden;
}
.lescontbutton11 {
    width: 100%;
    height: 40px;
    margin-top: 29px;
    background-color: #fff;
    padding: 5px 6px 5px 6px;
    cursor: pointer;
    overflow: hidden;
}
.groupcontbutton11 p {
    color: #022d40;
    border: 1px solid #022d40;
    padding: 8px 10px 6px 10px;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 2px;
}
.groupcontbutton11:hover {
    padding: unset;
    -webkit-transition: 1.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
.groupcontbutton11:hover p {
    color: #022d40;
    border: 1px solid #fff;
    padding: 13px 12px 13px 12px;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
/* for IE */

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.groupcontbutton11:hover p {
    color: #022d40;
    border: 1px solid #fff;
 padding: 8px 10px 6px 10px!important;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;

}
}
/* [end] */
.lescontbutton11 p {
    color: #022d40;
    border: 1px solid #022d40;
    padding: 8px 10px 6px 10px;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 2px;
}
.lescontbutton11:hover {
    padding: unset;
    -webkit-transition: 1.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
.lescontbutton11:hover p {
    color: #022d40;
    border: 1px solid #fff;
    padding: 13px 12px 13px 12px;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
.lescontbutton2112 {
    width: 83%;
    height: 40px;
    background-color: #fff;
    padding: 5px 6px 5px 6px;
    cursor: pointer;
    overflow: hidden;
    top: 110px;
    position: absolute;
}
.lescontbutton2112 p {
    color: #022d40;
    border: 1px solid #022d40;
    padding: 8px 0px 6px 0px;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    border-radius: 2px;
}
.lescontbutton2112:hover {
    padding: unset;
    -webkit-transition: 1.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
.lescontbutton2112:hover p {
    color: #022d40;
    border: 1px solid #fff;
    padding: 13px 12px 13px 12px;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
/* for IE */

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.lescontbutton2112:hover p {
    color: #022d40;
    border: 1px solid #fff;
    padding: 8px 0px 6px 0px!important;
    vertical-align: middle;
    -webkit-transition: 0.15s all ease-in;
    -o-transition: 0.15s all ease-in;
    transition: 0.15s all ease-in;
}
}
/* [end] */
.wrapper17861 input {
    padding: 0 30px 0 30px;
    margin: 0 0 10px 0;
}
.lesmainbutton1 {
    width: 15%;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 50px;
    background-color: #fff;
    padding: 10px 5px 10px 5px;
    cursor: default;
    border: 2px solid #b18857;
    margin-left: 44%;
    font-weight: 700;
    color: #b18857;
}
.lesmainbutton1:hover {
    border: 2px solid #b18857;
    background-color: #b18857;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.lesbottom img {
    margin-left: 38%;
    margin-bottom: 15px;
    width: 280px;
    height: auto;
}
.lesbottom p {
    text-align: center;
    margin-left: 240px;
    width: 680px;
    margin-bottom: 35px;
}
.lesbottom span {
    color: #022d40;
    font-weight: 700;
}
.wrapper2200 {
    background-image: url(../images/lestreks/P1020263.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 604px;
    margin-top: 60px;
    position: relative;
}
.innerlayer {
    position: absolute;
    height: 80%;
    width: 80%;
    background-color: rgba(255,255,255,0.84);;
    margin: 60px 150px 60px 150px;
    left: 40px;
}
.innerborderlayer {
    border: 1px solid #022d40;
    height: 90%;
    width: 95%;
    margin: 25px 25px 25px 25px;
    padding: 110px 50px 50px 50px;
}
.innerborderlayer p {
    color: #022d40;
    font-size: 20px;
}
.innerborderlayer img {
   margin-top:10px;
   margin-bottom:20px;
}
.wrapper22001 {
    background-image: url(../images/lestreks/IMG_0024.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 604px;
    margin-top: 60px;
    position: relative;
}
.innerlayer1 {
    position: absolute;
    height: 80%;
    width: 80%;
    background-color: rgba(255,255,255,.84);
    margin: 60px 150px 60px 150px;
}
.innerborderlayer1 {
    border: 1px solid #022d40;
    height: 90%;
    width: 95%;
    margin: 25px 25px 25px 25px;
    padding: 90px 50px 50px 50px;
}
.innerborderlayer1 p {
    color: #022d40;
    font-size: 20px;
}
.innerborderlayer1 h2 {
    color: #022d40;
    font-weight: 700;
	    margin-bottom: 15px;
}
.innerborderlayer1 img {
 margin-bottom:10px;
}
.nortetop h1 {
    margin-bottom: 30px;
    color: #022d40 !important;
}
.nortetop p {
    font-size: 20px;
    margin-bottom: 60px;
}
.nortetop img {
    margin-bottom: 60px;
}
.nortesecond img {
    height: auto;
    width: 100px;
}
.nortesecond h3 {
    font-weight: 700;
}
.nortesecond p {
    text-align: justify;
}
.partensecond {
    margin-bottom: 100px;
}
.partensecond img {
    height: 140px;
    width: auto;
}
.partensecond p {
    margin-top: 20px;
    text-align: justify;
}
.responimg {
    margin-top: 60px;
    margin-bottom: 60px;
}
.responimg img {
    height: auto;
    width: 370px;
}
.ptext-experience11 {
    margin-top: 20px;
    padding: 0 30px 0 30px;
}
.h4text-experience11 {
    margin-top: 20px;
    padding: 0 30px 0 30px;
}
.respon1 {
    margin-top: 10px;
}
.respon1 img {
    height: auto;
    width: 330px;
}
.respon2 img {
    width: auto;
    height: 230px;
}
.submit15600 {
    background-color: #b1885700;
    text-align: center;
    padding: 15px 10px 15px 10px !important;
    border: 2px solid #b18857;
    font-weight: 700;
    width: 19%;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #b18857;
}
.submit15600:hover {
    background-color: #b18857;
    color: #fff;
}
#client-logos .item {
    margin: 1px;
}
.cover-wrapper {
    padding: 75px;
}
.client-inners img {
    height: 100%;
    object-fit: contain;
	        -o-object-fit: contain;
}
.client-inners {
    height: 85px;
    text-align: center;
    padding: 8px;
}
.owl-nav img {
    width: 34px;
}
.owl-prev img {
    position: absolute;
    left: -68px;
    top: 70%;
    margin-top: -20px;
}
.owl-next img {
    position: absolute;
    right: -68px;
    top: 70%;
    margin-top: -20px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.wrapper13111 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25098039215686274), rgba(0, 0, 0, 0.25098039215686274)), url(../images/8c6.jpg);
   background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25098039215686274),rgba(0, 0, 0, 0.25098039215686274)),url(../images/8c6.jpg);

   background-repeat: no-repeat;
    background-size: cover;
    filter: contrast(1.1);
    height: 914px;
}
.maintitle1411 {
    border: 1px solid #022d40cc;
    color: #022d40cc;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 0 30px 0;
}
.maintitle1411 p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
    margin-left: 5px;
}
.groupheight322 {
    position: relative;
    width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    margin-right: auto;
}
.groupheight3221 {
    position: relative;
    width: 100%;
    padding-top: 30px;
    margin-top: 120px;
    margin-left: auto;
}
.submit2156111 {
    background-color: #b18857;
    color: #fff !important;
    text-align: center;
    padding: 5px 5px 5px 5px !important;
    border: 2px solid #b18857;
    width: 100px;
    font-size: 8px;
    float: right;
    margin-right: 5px;
}
.testilogo {
    height: auto;
    width: 120px;
    margin-top: 30px;
}
.logomain {
    margin-left: 35px !important;
    position: absolute;
    left: 50px;
    top: -30px;
    width: auto;
    height: 100px;
}
.logomainsticky {
    margin-left: 35px;
    position: absolute;
    left: 50px;
    top: -30px;
    width: auto;
    height: 60px;
    cursor: pointer;
}
.wrapper23112 {
    background-image: url(../images/lestreks/IMG_15651.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1174px;
    margin-bottom: 70px;
}
.maintitle2412 {
    border: 1px solid #022d40cc;
    color: #022d40cc;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 20px 0 20px;
}
.maintitle2412 p {
    font-size: 15.6px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.maintitle2412 h5 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}
.videopic {
    height: 150px;
    width: 100%;
    position: relative;
}
.videopicplay {
    height: auto;
    width: 10%;
    position: absolute;
    left: 44%;
    bottom: 27%;
}
.group240092 {
    background-color: #fff;
    overflow: hidden;
}
#fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#light {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: 800px;
    border: 2px solid #fff;
    background: #fff;
    z-index: 1002;
    overflow: hidden;
}
#light1 {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: 800px;
    border: 2px solid #fff;
    background: #fff;
    z-index: 1002;
    overflow: hidden;
}
#light2 {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    margin-left: -300px;
    margin-top: 1300px;
    border: 2px solid #fff;
    background: #fff;
    z-index: 1002;
    overflow: hidden;
}
#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    background: #222;
    font-size: 31px;
    font-weight: 700;
    display: inline-block;
    line-height: 0;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}
.boxclose:before {
    content: "×";
}
#fade:hover ~ #boxclose {
    display: none;
}
.test:hover ~ .test2 {
    display: none;
}
.lastbtn {
    padding: 6px 6px !important;
    color: #fff;
    font-size: 12.5px;
    text-decoration: none !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
}
.lastbtn:focus {
 
    color: #fff!important;

}
.footerlogo img {
    height: auto;
    width: auto;
    margin-left: 8%;
    margin-right: 10%;
 
    margin-top: 60px;
}
.footerlogo p {
    color: #fff;
    margin-top: 35px !important;
    font-size: 11px !important;
    text-align: justify;
}
.footermenu {
    color: #fff !important;
}
.footermenu ul {
    margin-top: 60px;
    padding-left: 35%;
}
.footermenu li {
    margin-top: 20px;
    list-style: none;
}
.footermenu a {
        color: #fff !important;
    cursor: pointer;
    font-size: 13px !important;
    line-height: 30px;
    font-weight: unset!important;
}
.footermenu a:hover {
    text-decoration: none;
    color: #022d41 !important;
}
.footernewsletter h1 {
    color: #fff;
    font-family: serif !important;
    margin-top: 60px;
}
.footernewsletter h5 {
    color: #022d41;
    text-align: center;
    font-size: 15px;
}
.footernewsletter input {
    margin-top: 25px;
    height: 35px;
    text-align: center;
    padding: 2px 0 2px 13px;
    opacity: 0.9;
    color: #022d41;
	width: 226px;
}
.footernewsletter input::placeholder {
    color: #022d41;
    font-size: 12px;
    text-align: left;
}
.footernewsletter div {
    color: #fff;
    height: 35px;
    width: 225px;
    text-align: center;
    background-color: #022d41;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    padding: 7px 10px 7px 10px;
    cursor: pointer;
}
.footernewsletter p {
    margin-top: 20px;
}
.footernewsletter img {
    cursor: pointer;
}
.footercontact img {
    margin-left: 40%;
    margin-right: 40%;
}
.footercontact li {
    margin-top: 15px;
    list-style: none;
}
.footercontact p {
    color: #fffffff0;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 6px;
}
.footercontact ul {
    margin-top: 60px;
    padding: 0 5px 0 5px;
}
.owl-carousel .owl-stage {
    width: 8088px !important;
}
.rigzz_row_1 {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    margin-bottom: 54px;
}
.rigzz_row_1 h1 {
    font-size: 30px;
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
}
.rigzz_row_1 p {
    font-size: 14px !important;
    color: #666 !important;
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
}
.rigzz_row_2 {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    margin-bottom: 54px;
}
.rigzz_row_2 h1 {
    font-size: 26px;
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    color: #666 !important;
}
.rigzz_row_2 p {
    font-size: 14px !important;
    color: #666 !important;
    font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
}
.highlighter
{
	  font-size: 8.7px!important;
	
	position:absolute!important;
	left:2px!important;
	
}

#loading {
		-webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}

.wrap99 h5
{
	letter-spacing:unset!important;
	
}
.wrap99 p
{
margin-bottom:20px!important;
	    text-align: justify;
}
.dlink a
{
	cursor:pointer;
	color:white;
}

.dlink a:hover
{	cursor:pointer;
	color:#b28858;
	text-decoration:none!important;

}

.product {
	margin-bottom: 30px;
}
.product-inner {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	padding: 10px;
}
.product img {
	margin-bottom: 10px;
}

#filter form {
    margin-left: 10%;
    width: 100%;
    margin-bottom: 190px;
	    margin-top: 15px;
}

.bgc {
     width: 100%;
    height: 90px;
    position: absolute;
    background: #b28858;
    top: 551px;
    left: 0px;
    z-index: -1;
}

.addgroupiconcont {
	position: absolute;
    top: 10px;
    left: 65%;
	
}
.addgroupiconcont img {

	height:auto;
	width:70px
}
.ititouricon {

	height:auto;
	width:47px
}
.no1 {
    position: absolute;
    top: 10px;
    left: 65%;
    display: block;
}

.form-control {
  
    font-size: 12px!important;

}

.searchcont1{
 
    margin-top: 0px!important;


}
.gdimg 
{
width: 220px;
    height: auto;
    margin-top: 50px;
    margin-left: 40px;
	
}
.mergbotm 
{
 margin-bottom: 45px;	
	
}

.ptext-experience15 {
       margin-top: 35px;
    margin-bottom: 35px;
    padding: 0 60px 0 20px;
    line-height: 170%;
    font-size: 14px;
    text-align: left;

}
.tourmobsize h3 {
	
	    margin-right: 37%;
}
.lesiconcont212 {
    position: absolute;
    top: 10px;
    left: 80%;
}
.lesiconcont212 img {
    height: auto;
    width: 70px;
}

    #home-about h1 {
        font-size: 22px !important;
    }