::-moz-selection {
color: #fff;
background: #5fa000;
}
::selection {
color: #fff;
background: #5fa000;
}
::-moz-selection {
color: #fff;
background: #5fa000;
}
html,
body {
height: 100%;
min-height: 100%;
}
body {
color: #000;
font-size: 15px;
font-weight: 400;
line-height: 24px;
font-family: "Nunito", sans-serif;
background: #fff;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden !important;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 25px;
color: #000;
font-weight: 400;
line-height: normal;
outline: none;
margin-top: 0;
font-family: "Oswald", sans-serif;
}
h1 {
font-size: 48.04px;
}
p:last-child {
margin-bottom: 0;
}
a,
button {
outline: none;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}
input,
textarea {
outline: none;
resize: none;
}
img {
max-width: 100%;
}
ul,
ol {
padding-left: 20px;
}
ul li,
ol li {
font-size: 14px;
font-weight: 400;
margin-bottom: 10px;
}
a {
color: #5fa000;
text-decoration: none;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
a:hover,
a:focus {
text-decoration: none;
outline: none;
color: #2f4a6a;
}
.btn,
.btn-primary,
.cta-btn {
padding: 10px 20px;
font-size: 14px;
font-weight: 400;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
text-transform: uppercase;
border-radius: 2px;
font-size: 14px;
font-weight: 700;
}
.cta-btn {
overflow: hidden;
min-width: 150px;
}
.btn-primary {
background: rgba(91, 164, 0, 1);
color: #fff;
border: solid 1px rgba(91, 164, 0, 1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.cta-btn:hover,
.cta-btn:active,
.cta-btn:focus {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
background: rgba(23, 54, 90, 1);
border-color: rgba(23, 54, 90, 1);
-webkit-box-shadow: none;
box-shadow: none;
}
.cta-btn i {
margin-left: 2px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.cta-btn:focus i,
.cta-btn:active i,
.cta-btn:hover i {
margin-left: 7px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
img {
max-width: 100%;
height: auto;
} .hvr-sweep-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #1b3858;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
color: #fff;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.container {
width: auto;
max-width: 1170px;
padding-left: 15px;
padding-right: 15px;
margin: 0 auto;
}
input:not([type="submit"]),
textarea { border-radius: 4px;
font-size: 14px;
height: 45px;
color: rgba(162, 162, 162, 1);
}
input:not([type="submit"]):focus,
textarea:focus { outline: none;
-webkit-box-shadow: none;
box-shadow: none !important;
} .navbar {
padding: 0;
}
.navbar-nav li:hover > ul.dropdown-menu {
margin-top: -1px;
display: block;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.dropdown-submenu {
position: relative;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.dropdown-submenu > .dropdown-menu {
top: 0;
left: 100%;
margin-top: 0px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
} .dropdown-menu > li > a:hover:after {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.dropdown-submenu:hover > .dropdown-menu {
display: block;
}  .section-title {
font-size: 20px;
line-height: 30px;
letter-spacing: 2px;
color: rgba(25, 55, 89, 1);
text-transform: uppercase;
margin-bottom: 0;
}
.section-title span {
position: relative;
top: -8px;
display: inline-block;
width: 25px;
height: 1px;
background: rgba(112, 112, 112, 1);
}
.section-title span:first-child {
margin-right: 10px;
}
.section-title span:last-child {
margin-left: 10px;
}
.association-wrap .association-list {
max-width: 895px;
margin-left: auto;
margin-right: auto;
}
.section-sub-title {
margin: 0 auto 40px auto;
font-size: 16px;
font-weight: 400;
}
.secondary-title {
font-family: "Nunito", sans-serif;
font-size: 25px;
font-weight: 500;
margin-bottom: 15px;
} .slick-next,
.slick-prev {
width: 46px;
height: 46px;
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/right-arrow.svg) 0 0 no-repeat;
}
.slick-prev {
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/left-arrow.svg) 0 0 no-repeat;
}
.slick-next:before,
.slick-prev:before {
content: "";
}
.slick-next:focus,
.slick-next:hover {
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/right-arrow.svg) 0 0 no-repeat;
}
.slick-prev:focus,
.slick-prev:hover {
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/left-arrow.svg) 0 0 no-repeat;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
opacity: 0.4;
cursor: default;
}
.slider-track {
-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
} .pull-right {
float: right;
}
.centered-wrap {
text-align: center;
}
.fixed_departures li{font-size:1.05rem;}
.mountains-bg {
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/mountains.png) repeat-x !important;
background-position: 50% 30% !important;
background-size: contain !important;
}
.bg-cover {
background-size: cover !important;
}
.hilly-bg {
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/hilly.png) 50% 0px no-repeat !important;
background-size: cover !important;
}
.parallax-effect { }
.mt-0 {
margin-top: 0;
}
.move-bg-top {
background-position: 50% 50% !important;
}
.ul {
list-style: none !important;
padding: 0 !important;
}
.sections {
padding: 100px 0;
}
button {
outline: none !important;
}
.modal-content {
top: 75px;
border-radius: 2px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.modal-header .close span {
font-size: 32px;
}
.modal-header .modal-title {
text-transform: uppercase;
}
.modal-header .modal-title span {
position: relative;
top: 3px;
left: 2px;
}
.modal-header .modal-title svg {
max-width: 25px;
}
.alert {
display: none;
} .error,
label.error,
.footer-contact .fc-form .form-group label.error,
.contact-wrap .fc-form .form-group label.error,
.fc-form .form-group label.error {
color: #e74c3c;
}
input.error,
textarea.error {
border-color: #e74c3c;
} .intl-tel-input {
position: relative;
display: inline-block;
min-width: 100%;
width: 100%;
}
.intl-tel-input * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.intl-tel-input .hide {
display: none;
}
.intl-tel-input .v-hide {
visibility: hidden;
}
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-right: 36px;
margin-right: 0;
}
.intl-tel-input .flag-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 1px;
}
.intl-tel-input .selected-flag {
z-index: 1;
position: relative;
width: 36px;
height: 100%;
padding: 0 0 0 8px;
outline: none !important;
}
.intl-tel-input .selected-flag .iti-flag {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
position: absolute;
top: 50%;
margin-top: -2px;
right: 6px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
border-top: none;
border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0;
margin: 0 0 0 -1px;
-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
background-color: white;
border: 1px solid #ccc;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
bottom: 100%;
margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
display: inline-block;
width: 20px;
}
@media (max-width: 500px) {
.intl-tel-input .country-list {
white-space: normal;
}
}
.intl-tel-input .country-list .divider {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
padding: 5px 10px;
}
.intl-tel-input .country-list .country .dial-code {
color: #999;
}
.intl-tel-input .country-list .country.highlight {
background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
vertical-align: middle;
}
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
right: auto;
left: 0;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
width: 46px;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
background-color: rgba(0, 0, 0, 0.05);
display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
display: table-cell;
vertical-align: middle;
padding-left: 15px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"] {
padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"] {
padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
width: 94px;
}
.intl-tel-input.iti-container {
position: absolute;
top: -1000px;
left: -1000px;
z-index: 1060;
padding: 1px;
}
.intl-tel-input.iti-container:hover {
cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
max-height: 100%;
width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
padding: 10px 10px;
line-height: 1.5em;
}
.iti-flag {
width: 20px;
}
.iti-flag.be {
width: 18px;
}
.iti-flag.ch {
width: 15px;
}
.iti-flag.mc {
width: 19px;
}
.iti-flag.ne {
width: 18px;
}
.iti-flag.np {
width: 13px;
}
.iti-flag.va {
width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
.iti-flag {
background-size: 5630px 15px;
}
}
.iti-flag.ac {
height: 10px;
background-position: 0px 0px;
}
.iti-flag.ad {
height: 14px;
background-position: -22px 0px;
}
.iti-flag.ae {
height: 10px;
background-position: -44px 0px;
}
.iti-flag.af {
height: 14px;
background-position: -66px 0px;
}
.iti-flag.ag {
height: 14px;
background-position: -88px 0px;
}
.iti-flag.ai {
height: 10px;
background-position: -110px 0px;
}
.iti-flag.al {
height: 15px;
background-position: -132px 0px;
}
.iti-flag.am {
height: 10px;
background-position: -154px 0px;
}
.iti-flag.ao {
height: 14px;
background-position: -176px 0px;
}
.iti-flag.aq {
height: 14px;
background-position: -198px 0px;
}
.iti-flag.ar {
height: 13px;
background-position: -220px 0px;
}
.iti-flag.as {
height: 10px;
background-position: -242px 0px;
}
.iti-flag.at {
height: 14px;
background-position: -264px 0px;
}
.iti-flag.au {
height: 10px;
background-position: -286px 0px;
}
.iti-flag.aw {
height: 14px;
background-position: -308px 0px;
}
.iti-flag.ax {
height: 13px;
background-position: -330px 0px;
}
.iti-flag.az {
height: 10px;
background-position: -352px 0px;
}
.iti-flag.ba {
height: 10px;
background-position: -374px 0px;
}
.iti-flag.bb {
height: 14px;
background-position: -396px 0px;
}
.iti-flag.bd {
height: 12px;
background-position: -418px 0px;
}
.iti-flag.be {
height: 15px;
background-position: -440px 0px;
}
.iti-flag.bf {
height: 14px;
background-position: -460px 0px;
}
.iti-flag.bg {
height: 12px;
background-position: -482px 0px;
}
.iti-flag.bh {
height: 12px;
background-position: -504px 0px;
}
.iti-flag.bi {
height: 12px;
background-position: -526px 0px;
}
.iti-flag.bj {
height: 14px;
background-position: -548px 0px;
}
.iti-flag.bl {
height: 14px;
background-position: -570px 0px;
}
.iti-flag.bm {
height: 10px;
background-position: -592px 0px;
}
.iti-flag.bn {
height: 10px;
background-position: -614px 0px;
}
.iti-flag.bo {
height: 14px;
background-position: -636px 0px;
}
.iti-flag.bq {
height: 14px;
background-position: -658px 0px;
}
.iti-flag.br {
height: 14px;
background-position: -680px 0px;
}
.iti-flag.bs {
height: 10px;
background-position: -702px 0px;
}
.iti-flag.bt {
height: 14px;
background-position: -724px 0px;
}
.iti-flag.bv {
height: 15px;
background-position: -746px 0px;
}
.iti-flag.bw {
height: 14px;
background-position: -768px 0px;
}
.iti-flag.by {
height: 10px;
background-position: -790px 0px;
}
.iti-flag.bz {
height: 14px;
background-position: -812px 0px;
}
.iti-flag.ca {
height: 10px;
background-position: -834px 0px;
}
.iti-flag.cc {
height: 10px;
background-position: -856px 0px;
}
.iti-flag.cd {
height: 15px;
background-position: -878px 0px;
}
.iti-flag.cf {
height: 14px;
background-position: -900px 0px;
}
.iti-flag.cg {
height: 14px;
background-position: -922px 0px;
}
.iti-flag.ch {
height: 15px;
background-position: -944px 0px;
}
.iti-flag.ci {
height: 14px;
background-position: -961px 0px;
}
.iti-flag.ck {
height: 10px;
background-position: -983px 0px;
}
.iti-flag.cl {
height: 14px;
background-position: -1005px 0px;
}
.iti-flag.cm {
height: 14px;
background-position: -1027px 0px;
}
.iti-flag.cn {
height: 14px;
background-position: -1049px 0px;
}
.iti-flag.co {
height: 14px;
background-position: -1071px 0px;
}
.iti-flag.cp {
height: 14px;
background-position: -1093px 0px;
}
.iti-flag.cr {
height: 12px;
background-position: -1115px 0px;
}
.iti-flag.cu {
height: 10px;
background-position: -1137px 0px;
}
.iti-flag.cv {
height: 12px;
background-position: -1159px 0px;
}
.iti-flag.cw {
height: 14px;
background-position: -1181px 0px;
}
.iti-flag.cx {
height: 10px;
background-position: -1203px 0px;
}
.iti-flag.cy {
height: 13px;
background-position: -1225px 0px;
}
.iti-flag.cz {
height: 14px;
background-position: -1247px 0px;
}
.iti-flag.de {
height: 12px;
background-position: -1269px 0px;
}
.iti-flag.dg {
height: 10px;
background-position: -1291px 0px;
}
.iti-flag.dj {
height: 14px;
background-position: -1313px 0px;
}
.iti-flag.dk {
height: 15px;
background-position: -1335px 0px;
}
.iti-flag.dm {
height: 10px;
background-position: -1357px 0px;
}
.iti-flag.do {
height: 13px;
background-position: -1379px 0px;
}
.iti-flag.dz {
height: 14px;
background-position: -1401px 0px;
}
.iti-flag.ea {
height: 14px;
background-position: -1423px 0px;
}
.iti-flag.ec {
height: 14px;
background-position: -1445px 0px;
}
.iti-flag.ee {
height: 13px;
background-position: -1467px 0px;
}
.iti-flag.eg {
height: 14px;
background-position: -1489px 0px;
}
.iti-flag.eh {
height: 10px;
background-position: -1511px 0px;
}
.iti-flag.er {
height: 10px;
background-position: -1533px 0px;
}
.iti-flag.es {
height: 14px;
background-position: -1555px 0px;
}
.iti-flag.et {
height: 10px;
background-position: -1577px 0px;
}
.iti-flag.eu {
height: 14px;
background-position: -1599px 0px;
}
.iti-flag.fi {
height: 12px;
background-position: -1621px 0px;
}
.iti-flag.fj {
height: 10px;
background-position: -1643px 0px;
}
.iti-flag.fk {
height: 10px;
background-position: -1665px 0px;
}
.iti-flag.fm {
height: 11px;
background-position: -1687px 0px;
}
.iti-flag.fo {
height: 15px;
background-position: -1709px 0px;
}
.iti-flag.fr {
height: 14px;
background-position: -1731px 0px;
}
.iti-flag.ga {
height: 15px;
background-position: -1753px 0px;
}
.iti-flag.gb {
height: 10px;
background-position: -1775px 0px;
}
.iti-flag.gd {
height: 12px;
background-position: -1797px 0px;
}
.iti-flag.ge {
height: 14px;
background-position: -1819px 0px;
}
.iti-flag.gf {
height: 14px;
background-position: -1841px 0px;
}
.iti-flag.gg {
height: 14px;
background-position: -1863px 0px;
}
.iti-flag.gh {
height: 14px;
background-position: -1885px 0px;
}
.iti-flag.gi {
height: 10px;
background-position: -1907px 0px;
}
.iti-flag.gl {
height: 14px;
background-position: -1929px 0px;
}
.iti-flag.gm {
height: 14px;
background-position: -1951px 0px;
}
.iti-flag.gn {
height: 14px;
background-position: -1973px 0px;
}
.iti-flag.gp {
height: 14px;
background-position: -1995px 0px;
}
.iti-flag.gq {
height: 14px;
background-position: -2017px 0px;
}
.iti-flag.gr {
height: 14px;
background-position: -2039px 0px;
}
.iti-flag.gs {
height: 10px;
background-position: -2061px 0px;
}
.iti-flag.gt {
height: 13px;
background-position: -2083px 0px;
}
.iti-flag.gu {
height: 11px;
background-position: -2105px 0px;
}
.iti-flag.gw {
height: 10px;
background-position: -2127px 0px;
}
.iti-flag.gy {
height: 12px;
background-position: -2149px 0px;
}
.iti-flag.hk {
height: 14px;
background-position: -2171px 0px;
}
.iti-flag.hm {
height: 10px;
background-position: -2193px 0px;
}
.iti-flag.hn {
height: 10px;
background-position: -2215px 0px;
}
.iti-flag.hr {
height: 10px;
background-position: -2237px 0px;
}
.iti-flag.ht {
height: 12px;
background-position: -2259px 0px;
}
.iti-flag.hu {
height: 10px;
background-position: -2281px 0px;
}
.iti-flag.ic {
height: 14px;
background-position: -2303px 0px;
}
.iti-flag.id {
height: 14px;
background-position: -2325px 0px;
}
.iti-flag.ie {
height: 10px;
background-position: -2347px 0px;
}
.iti-flag.il {
height: 15px;
background-position: -2369px 0px;
}
.iti-flag.im {
height: 10px;
background-position: -2391px 0px;
}
.iti-flag.in {
height: 14px;
background-position: -2413px 0px;
}
.iti-flag.io {
height: 10px;
background-position: -2435px 0px;
}
.iti-flag.iq {
height: 14px;
background-position: -2457px 0px;
}
.iti-flag.ir {
height: 12px;
background-position: -2479px 0px;
}
.iti-flag.is {
height: 15px;
background-position: -2501px 0px;
}
.iti-flag.it {
height: 14px;
background-position: -2523px 0px;
}
.iti-flag.je {
height: 12px;
background-position: -2545px 0px;
}
.iti-flag.jm {
height: 10px;
background-position: -2567px 0px;
}
.iti-flag.jo {
height: 10px;
background-position: -2589px 0px;
}
.iti-flag.jp {
height: 14px;
background-position: -2611px 0px;
}
.iti-flag.ke {
height: 14px;
background-position: -2633px 0px;
}
.iti-flag.kg {
height: 12px;
background-position: -2655px 0px;
}
.iti-flag.kh {
height: 13px;
background-position: -2677px 0px;
}
.iti-flag.ki {
height: 10px;
background-position: -2699px 0px;
}
.iti-flag.km {
height: 12px;
background-position: -2721px 0px;
}
.iti-flag.kn {
height: 14px;
background-position: -2743px 0px;
}
.iti-flag.kp {
height: 10px;
background-position: -2765px 0px;
}
.iti-flag.kr {
height: 14px;
background-position: -2787px 0px;
}
.iti-flag.kw {
height: 10px;
background-position: -2809px 0px;
}
.iti-flag.ky {
height: 10px;
background-position: -2831px 0px;
}
.iti-flag.kz {
height: 10px;
background-position: -2853px 0px;
}
.iti-flag.la {
height: 14px;
background-position: -2875px 0px;
}
.iti-flag.lb {
height: 14px;
background-position: -2897px 0px;
}
.iti-flag.lc {
height: 10px;
background-position: -2919px 0px;
}
.iti-flag.li {
height: 12px;
background-position: -2941px 0px;
}
.iti-flag.lk {
height: 10px;
background-position: -2963px 0px;
}
.iti-flag.lr {
height: 11px;
background-position: -2985px 0px;
}
.iti-flag.ls {
height: 14px;
background-position: -3007px 0px;
}
.iti-flag.lt {
height: 12px;
background-position: -3029px 0px;
}
.iti-flag.lu {
height: 12px;
background-position: -3051px 0px;
}
.iti-flag.lv {
height: 10px;
background-position: -3073px 0px;
}
.iti-flag.ly {
height: 10px;
background-position: -3095px 0px;
}
.iti-flag.ma {
height: 14px;
background-position: -3117px 0px;
}
.iti-flag.mc {
height: 15px;
background-position: -3139px 0px;
}
.iti-flag.md {
height: 10px;
background-position: -3160px 0px;
}
.iti-flag.me {
height: 10px;
background-position: -3182px 0px;
}
.iti-flag.mf {
height: 14px;
background-position: -3204px 0px;
}
.iti-flag.mg {
height: 14px;
background-position: -3226px 0px;
}
.iti-flag.mh {
height: 11px;
background-position: -3248px 0px;
}
.iti-flag.mk {
height: 10px;
background-position: -3270px 0px;
}
.iti-flag.ml {
height: 14px;
background-position: -3292px 0px;
}
.iti-flag.mm {
height: 14px;
background-position: -3314px 0px;
}
.iti-flag.mn {
height: 10px;
background-position: -3336px 0px;
}
.iti-flag.mo {
height: 14px;
background-position: -3358px 0px;
}
.iti-flag.mp {
height: 10px;
background-position: -3380px 0px;
}
.iti-flag.mq {
height: 14px;
background-position: -3402px 0px;
}
.iti-flag.mr {
height: 14px;
background-position: -3424px 0px;
}
.iti-flag.ms {
height: 10px;
background-position: -3446px 0px;
}
.iti-flag.mt {
height: 14px;
background-position: -3468px 0px;
}
.iti-flag.mu {
height: 14px;
background-position: -3490px 0px;
}
.iti-flag.mv {
height: 14px;
background-position: -3512px 0px;
}
.iti-flag.mw {
height: 14px;
background-position: -3534px 0px;
}
.iti-flag.mx {
height: 12px;
background-position: -3556px 0px;
}
.iti-flag.my {
height: 10px;
background-position: -3578px 0px;
}
.iti-flag.mz {
height: 14px;
background-position: -3600px 0px;
}
.iti-flag.na {
height: 14px;
background-position: -3622px 0px;
}
.iti-flag.nc {
height: 10px;
background-position: -3644px 0px;
}
.iti-flag.ne {
height: 15px;
background-position: -3666px 0px;
}
.iti-flag.nf {
height: 10px;
background-position: -3686px 0px;
}
.iti-flag.ng {
height: 10px;
background-position: -3708px 0px;
}
.iti-flag.ni {
height: 12px;
background-position: -3730px 0px;
}
.iti-flag.nl {
height: 14px;
background-position: -3752px 0px;
}
.iti-flag.no {
height: 15px;
background-position: -3774px 0px;
}
.iti-flag.np {
height: 15px;
background-position: -3796px 0px;
}
.iti-flag.nr {
height: 10px;
background-position: -3811px 0px;
}
.iti-flag.nu {
height: 10px;
background-position: -3833px 0px;
}
.iti-flag.nz {
height: 10px;
background-position: -3855px 0px;
}
.iti-flag.om {
height: 10px;
background-position: -3877px 0px;
}
.iti-flag.pa {
height: 14px;
background-position: -3899px 0px;
}
.iti-flag.pe {
height: 14px;
background-position: -3921px 0px;
}
.iti-flag.pf {
height: 14px;
background-position: -3943px 0px;
}
.iti-flag.pg {
height: 15px;
background-position: -3965px 0px;
}
.iti-flag.ph {
height: 10px;
background-position: -3987px 0px;
}
.iti-flag.pk {
height: 14px;
background-position: -4009px 0px;
}
.iti-flag.pl {
height: 13px;
background-position: -4031px 0px;
}
.iti-flag.pm {
height: 14px;
background-position: -4053px 0px;
}
.iti-flag.pn {
height: 10px;
background-position: -4075px 0px;
}
.iti-flag.pr {
height: 14px;
background-position: -4097px 0px;
}
.iti-flag.ps {
height: 10px;
background-position: -4119px 0px;
}
.iti-flag.pt {
height: 14px;
background-position: -4141px 0px;
}
.iti-flag.pw {
height: 13px;
background-position: -4163px 0px;
}
.iti-flag.py {
height: 11px;
background-position: -4185px 0px;
}
.iti-flag.qa {
height: 8px;
background-position: -4207px 0px;
}
.iti-flag.re {
height: 14px;
background-position: -4229px 0px;
}
.iti-flag.ro {
height: 14px;
background-position: -4251px 0px;
}
.iti-flag.rs {
height: 14px;
background-position: -4273px 0px;
}
.iti-flag.ru {
height: 14px;
background-position: -4295px 0px;
}
.iti-flag.rw {
height: 14px;
background-position: -4317px 0px;
}
.iti-flag.sa {
height: 14px;
background-position: -4339px 0px;
}
.iti-flag.sb {
height: 10px;
background-position: -4361px 0px;
}
.iti-flag.sc {
height: 10px;
background-position: -4383px 0px;
}
.iti-flag.sd {
height: 10px;
background-position: -4405px 0px;
}
.iti-flag.se {
height: 13px;
background-position: -4427px 0px;
}
.iti-flag.sg {
height: 14px;
background-position: -4449px 0px;
}
.iti-flag.sh {
height: 10px;
background-position: -4471px 0px;
}
.iti-flag.si {
height: 10px;
background-position: -4493px 0px;
}
.iti-flag.sj {
height: 15px;
background-position: -4515px 0px;
}
.iti-flag.sk {
height: 14px;
background-position: -4537px 0px;
}
.iti-flag.sl {
height: 14px;
background-position: -4559px 0px;
}
.iti-flag.sm {
height: 15px;
background-position: -4581px 0px;
}
.iti-flag.sn {
height: 14px;
background-position: -4603px 0px;
}
.iti-flag.so {
height: 14px;
background-position: -4625px 0px;
}
.iti-flag.sr {
height: 14px;
background-position: -4647px 0px;
}
.iti-flag.ss {
height: 10px;
background-position: -4669px 0px;
}
.iti-flag.st {
height: 10px;
background-position: -4691px 0px;
}
.iti-flag.sv {
height: 12px;
background-position: -4713px 0px;
}
.iti-flag.sx {
height: 14px;
background-position: -4735px 0px;
}
.iti-flag.sy {
height: 14px;
background-position: -4757px 0px;
}
.iti-flag.sz {
height: 14px;
background-position: -4779px 0px;
}
.iti-flag.ta {
height: 10px;
background-position: -4801px 0px;
}
.iti-flag.tc {
height: 10px;
background-position: -4823px 0px;
}
.iti-flag.td {
height: 14px;
background-position: -4845px 0px;
}
.iti-flag.tf {
height: 14px;
background-position: -4867px 0px;
}
.iti-flag.tg {
height: 13px;
background-position: -4889px 0px;
}
.iti-flag.th {
height: 14px;
background-position: -4911px 0px;
}
.iti-flag.tj {
height: 10px;
background-position: -4933px 0px;
}
.iti-flag.tk {
height: 10px;
background-position: -4955px 0px;
}
.iti-flag.tl {
height: 10px;
background-position: -4977px 0px;
}
.iti-flag.tm {
height: 14px;
background-position: -4999px 0px;
}
.iti-flag.tn {
height: 14px;
background-position: -5021px 0px;
}
.iti-flag.to {
height: 10px;
background-position: -5043px 0px;
}
.iti-flag.tr {
height: 14px;
background-position: -5065px 0px;
}
.iti-flag.tt {
height: 12px;
background-position: -5087px 0px;
}
.iti-flag.tv {
height: 10px;
background-position: -5109px 0px;
}
.iti-flag.tw {
height: 14px;
background-position: -5131px 0px;
}
.iti-flag.tz {
height: 14px;
background-position: -5153px 0px;
}
.iti-flag.ua {
height: 14px;
background-position: -5175px 0px;
}
.iti-flag.ug {
height: 14px;
background-position: -5197px 0px;
}
.iti-flag.um {
height: 11px;
background-position: -5219px 0px;
}
.iti-flag.us {
height: 11px;
background-position: -5241px 0px;
}
.iti-flag.uy {
height: 14px;
background-position: -5263px 0px;
}
.iti-flag.uz {
height: 10px;
background-position: -5285px 0px;
}
.iti-flag.va {
height: 15px;
background-position: -5307px 0px;
}
.iti-flag.vc {
height: 14px;
background-position: -5324px 0px;
}
.iti-flag.ve {
height: 14px;
background-position: -5346px 0px;
}
.iti-flag.vg {
height: 10px;
background-position: -5368px 0px;
}
.iti-flag.vi {
height: 14px;
background-position: -5390px 0px;
}
.iti-flag.vn {
height: 14px;
background-position: -5412px 0px;
}
.iti-flag.vu {
height: 12px;
background-position: -5434px 0px;
}
.iti-flag.wf {
height: 14px;
background-position: -5456px 0px;
}
.iti-flag.ws {
height: 10px;
background-position: -5478px 0px;
}
.iti-flag.xk {
height: 15px;
background-position: -5500px 0px;
}
.iti-flag.ye {
height: 14px;
background-position: -5522px 0px;
}
.iti-flag.yt {
height: 14px;
background-position: -5544px 0px;
}
.iti-flag.za {
height: 14px;
background-position: -5566px 0px;
}
.iti-flag.zm {
height: 14px;
background-position: -5588px 0px;
}
.iti-flag.zw {
height: 10px;
background-position: -5610px 0px;
}
.iti-flag {
width: 20px;
height: 15px;
-webkit-box-shadow: none;
box-shadow: none;
background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png);
background-repeat: no-repeat;
background-color: #dbdbdb;
background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
.iti-flag {
background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png);
}
}
.iti-flag.np {
background-color: transparent;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.hide {
display: none;
}
pre {
margin: 0 !important;
display: inline-block;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
background: none;
}
::-webkit-input-placeholder {
color: #bbb;
}
::-moz-placeholder { color: #bbb;
opacity: 1;
}
:-ms-input-placeholder {
color: #bbb;
}
#result {
margin-bottom: 100px;
}
.form-group {
position: relative;
}
#error-msg,
#valid-msg {
border-radius: 4px;
padding: 5px 10px;
color: #fff;
font-size: 10px;
background: #5da200;
position: absolute;
top: 8px;
right: 10px;
}
#error-msg {
background: #e74c3c;
}
.form-name {
margin: 50px auto;
}   .main-header {
background: #fff;
z-index: 1999;
}
.main-header .header-top {
background: #193759;
padding: 9px 0;
}
.main-header .header-top ul {
list-style: none;
margin: 0;
padding: 0;
}
.main-header .header-top ul li {
display: inline-block;
margin-right: 15px;
margin-bottom: 0;
}
.main-header .header-top ul li:last-child {
margin-right: 0;
}
.main-header .header-top ul li a {
color: #fff;
font-size: 12px;
}
.main-header .header-top ul li a:hover {
color: rgba(91, 164, 0, 1);
}
.main-header .header-top ul li a i {
margin-right: 5px;
}
.main-header .header-top ul li a i.fa-flag {
color: rgba(91, 164, 0, 1);
}
.main-header .header-top ul li span {
color: #fff;
padding: 0 5px;
}
.main-header .header-top .right-nav {
padding-right: 15px;
}
.main-header .header-top .left-nav {
padding-left: 15px;
}
.main-header .header-btm {
background: #fff;
-webkit-box-shadow: 0px 3px 6px #00000029;
box-shadow: 0px 3px 6px #00000029;
}
.main-header .header-btm ul li {
margin-bottom: 0;
}
.main-header .header-btm .navbar-nav {
padding: 0.15rem 0 0.15rem 1rem;
}
.main-header .header-btm .navbar-nav .nav-link {
color: rgba(25, 55, 89, 1);
padding-right: 0.6rem;
padding-left: 0.6rem;
padding-top: 1.15rem;
padding-bottom: 1.15rem;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
font-size: 14px;
font-weight: 500;
font-family: "Montserrat", sans-serif;
}
.main-header .header-btm .navbar-nav .nav-item:last-child .nav-link {
padding-right: 0;
}
.main-header .header-btm .dropdown-toggle::after {
content: "\f107";
border: none;
font-family: "Font Awesome 5 Free", "FontAwesome";
font-size: 14px;
vertical-align: 0em;
border: none;
font-weight: 700;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.main-header .header-btm .navbar-nav .nav-link:hover {
color: #5fa000;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.main-header .header-btm .dropdown-submenu > .dropdown-menu {
left: 100%;
}
.main-header .header-btm .dropdown-menu:before {
content: "\f0d8";
position: absolute;
top: -15px;
left: 20px;
font-family: "Font Awesome 5 Free", "FontAwesome";
font-weight: 700;
color: rgba(0, 0, 0, 0.15);
}
.main-header .header-btm .dropdown-submenu > .dropdown-menu:before {
display: none;
}
.main-header .header-btm .dropdown-menu .dropdown-item {
font-size: 14px;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.main-header .header-btm .dropdown-menu .dropdown-item:hover {
color: rgba(91, 164, 0, 1);
}
.main-header .header-btm .dropdown-menu .nav-link {
font-family: "Montserrat", sans-serif;
}  .main-footer {
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/footer-mountain-bg.jpg) 50% 50% no-repeat;
background-size: cover;
}
.main-footer h2 {
color: #fff;
text-transform: uppercase;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.8px;
margin-bottom: 10px;
line-height: 30px;
}
.main-footer ul {
list-style: none;
margin: 0;
padding: 0;
}
.main-footer ul li {
margin-bottom: 10px;
font-size: 14px;
color: #fff;
font-weight: 400;
}
.main-footer ul li span {
margin-left: 5px;
}
.main-footer ul li a {
color: #fff;
font-size: 14px;
font-weight: 400;
}
.main-footer ul li:hover a,
.main-footer ul.f-link li:hover:before {
color: #58a600;
}
.main-footer ul.socialize {
margin-bottom: 30px;
}
.main-footer ul.socialize li {
display: inline-block;
width: 25px;
height: 25px;
background: #fff;
border-radius: 50%;
margin-right: 5px;
margin-bottom: 0;
overflow: hidden;
}
.main-footer ul.socialize li:last-child {
margin-right: 0;
}
.main-footer ul.socialize li a {
color: rgba(25, 55, 89, 1);
font-size: 14px;
display: block;
text-align: center;
line-height: 28px;
}
.main-footer ul.socialize li:hover a {
background: #58a600;
color: #fff;
}
.main-footer ul.f-link li {
position: relative;
}
.main-footer ul.f-link li:before {
content: "\f105";
font-family: "Font Awesome 5 Free", "FontAwesome";
position: absolute;
top: 0;
left: 0;
color: #fff;
font-size: 14px;
font-weight: 700;
}
.main-footer ul.f-link li a {
padding-left: 15px;
}
.main-footer .footer-top {
padding: 140px 0 0 0;
background: rgba(25, 55, 89, 0.92);
}
.main-footer .footer-btm {
padding: 10px 0;
background: rgba(3, 32, 65, 1);
}
.main-footer .footer-btm p {
color: #fff;
font-size: 14px;
margin-bottom: 0;
}
.main-footer .footer-btm .designer {
color: #fff;
font-size: 14px;
text-align: right;
display: inherit;
}  .footer-contact {
margin-bottom: -85px;
}
.footer-contact .footer-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background: rgba(247, 247, 247, 1);
border: 5px solid rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
position: relative;
z-index: 1;
}
.footer-contact .fc-form,
.contact-wrap .fc-form,
.fc-form {
padding: 30px;
}
.footer-contact .fc-form .form-group,
.contact-wrap .fc-form .form-group,
.fc-form .form-group {
position: relative;
}
.footer-contact .fc-form .form-group label,
.contact-wrap .fc-form .form-group label,
.fc-form .form-group label {
background: #fff;
padding: 0px 3px;
position: absolute;
top: -8px;
left: 10px;
font-size: 11px;
color: rgba(162, 162, 162, 1);
z-index: 1;
}
.footer-contact .fc-form input[type="text"],
.footer-contact .fc-form input[type="tel"],
.footer-contact .fc-form input[type="email"],
.contact-wrap .fc-form textarea,
.fc-form input[type="text"],
.fc-form input[type="tel"],
.fc-form input[type="email"],
.fc-form textarea {}
.footer-contact .fc-form textarea,
.contact-wrap .fc-form textarea,
.fc-form textarea {
height: 120px;
width: 100%;
font-size: 14px;
-webkit-box-shadow: none;
box-shadow: none;
}
.footer-contact .fc-form input[type="submit"],
.contact-wrap .fc-form input[type="submit"],
.fc-form input[type="submit"] {
background: rgba(88, 166, 0, 1);
border: solid 1px rgba(88, 166, 0, 1);
border-radius: 4px;
color: #fff;
font-size: 14px;
font-weight: 700;
display: block;
height: 60px;
width: 100%;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.contact-wrap .fc-form input[type="submit"],
.fc-form input[type="submit"] {
height: 45px;
}
.footer-contact .fc-form input[type="submit"]:focus,
.fc-form input[type="submit"]:focus,
.footer-contact .fc-form input[type="submit"]:hover,
.fc-form input[type="submit"]:hover,
.contact-wrap .fc-form input[type="submit"]:focus,
.fc-form input[type="submit"]:focus,
.contact-wrap .fc-form input[type="submit"]:hover,
.fc-form input[type="submit"]:hover {
background: rgba(25, 55, 89, 1);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.footer-contact .grid-2 {
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
position: relative;
}
.footer-contact h2 {
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(25, 55, 89, 1);
font-size: 20px;
line-height: 30px;
text-align: center;
}
.footer-contact h2 i {
font-size: 20px;
display: block;
margin-bottom: 0;
}  .association-wrap {
background: #fff;
position: relative;
}
.association-wrap .association-list ul {
list-style: none;
margin: auto;
padding: 0;
}
.association-wrap .association-list ul li {
display: inline-block;
margin-bottom: 0;
margin-right: 50px;
}  .reviews-section {
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/mountaineers-walking.jpg) 0 50% no-repeat;
background-size: cover;
position: relative;
background-attachment: fixed;
}
.reviews-section .overlay {
background: rgba(255, 255, 255, 0.83);
}
.reviews-section .testimony {
max-width: 850px;
margin: 50px auto 0 auto;
}
.reviews-section .testimony p {
position: relative;
padding-left: 60px;
padding-right: 60px;
font-size: 16px;
line-height: 25px;
font-weight: 400;
}
.reviews-section .testimony p:before,
.reviews-section .testimony p:after {
content: "";
position: absolute;
top: 0;
left: 0px;
width: 55px;
height: 47px;
background-size: cover !important;
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/quote.svg) 0 0 no-repeat;
}
.reviews-section .testimony p:after {
top: auto;
bottom: 0;
right: 0px;
left: auto;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.reviews-section .overlay .h3 {
font-size: 20px;
padding-left: 60px;
padding-right: 60px;
line-height: 20px;
font-family: "Nunito", sans-serif;
font-weight: 700;
margin-bottom: 15px;
}
.reviews-section .testimony-author {
text-align: right;
max-width: 260px;
padding-right: 60px;
}
.reviews-section .testimony-author .h4 {
font-size: 14px;
font-weight: 700;
font-family: "Nunito", sans-serif;
padding-bottom: 15px;
margin-bottom: 10px;
border-bottom: solid 1px rgba(112, 112, 112, 0.25);
}
.reviews-section .testimony-author .ratings {
font-size: 18px;
color: rgba(85, 168, 0, 1);
}
.reviews-section .testimony-author .ratings ul {
list-style: none;
margin: 0;
padding: 0;
}
.reviews-section .testimony-author .ratings ul li {
display: inline-block;
margin: 0 1px 0 0;
}
.reviews-section .testimony-author .ratings ul li:last-child {
margin-right: 0;
}
.reviews-section .testimony-author .ratings ul li a,
.reviews-section .testimony-author .ratings ul li span {
font-size: 14px;
color: rgba(85, 168, 0, 1);
}
.reviews-section .testimony-author .author-name {
font-size: 14px;
color: rgba(85, 168, 0, 1);
}
.reviews-section .slick-prev {
left: -100px;
}
.reviews-section .slick-next {
right: -100px;
}  .welcome-section {
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/watermark-paper.png) 0 0 repeat-x;
padding: 190px 0 0px 0;
}
.welcome-section .welcome-img-wrap,
.welcome-section .welcome-img,
.welcome-img-wrap {
position: relative;
}
.welcome-section .welcome-img-wrap:before,
.welcome-section .welcome-img-wrap:after,
.welcome-img-wrap:before,
.welcome-img-wrap:after {
position: absolute;
content: "";
top: -15px;
left: -15px;
width: 290px;
height: 290px;
z-index: -1;
background: rgba(235, 235, 235, 1);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.welcome-section .welcome-img-wrap:after,
.welcome-img-wrap:after {
top: auto;
left: auto;
bottom: -15px;
right: -15px;
z-index: -1;
}
.welcome-section .welcome-img-wrap:hover:before,
.welcome-img-wrap:hover:before {
left: -30px;
top: -30px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.welcome-section .welcome-img-wrap:hover:after,
.welcome-img-wrap:hover:after {
right: -30px;
bottom: -30px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.welcome-img .slider-track {
-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.welcome-img .item {
height: 100%;
position: relative;
z-index: 1;
}
.welcome-img .item img {
-o-object-fit: cover;
object-fit: cover;
position: relative;
width: 100%;
height: 490px;
-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.welcome-img .slick-active .item img {
-webkit-transform: scale(1);
transform: scale(1);
}
.welcome-section .welcome-text-wrap {
position: relative;
height: 100%;
}
.welcome-section .welcome-text {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 100%;
}
.welcome-section .welcome-text .welcome-title {
position: relative;
padding-left: 25px;
}
.welcome-section .welcome-text .welcome-title:before,
.welcome-section .welcome-text .welcome-title:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 6px;
height: 100%;
background: rgba(91, 164, 0, 1);
}
.welcome-section .welcome-text .welcome-title:after {
left: 11px;
}
.welcome-section .welcome-txt-title {
font-size: 50px;
line-height: 50px;
letter-spacing: 1.5px;
color: rgba(91, 164, 0, 1);
text-transform: uppercase;
margin-bottom: 0;
}
.welcome-section .welcome-sub-title {
letter-spacing: 0.46px;
color: rgba(23, 54, 90, 1);
text-transform: uppercase;
font-size: 23px;
}  .why-us-wrap {}
.why-us-wrap .why-us-content {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.why-us-wrap .modal-link-item {
padding: 50px 0 0 0;
}
.why-us-wrap .why-block {
display: block;
color: rgba(21, 53, 91, 1);
font-weight: 700;
font-size: 14px;
}
.why-us-wrap .why-block figure {
position: relative;
width: 90px;
height: 70px;
padding: 5px 0;
margin-left: auto;
margin-right: auto;
}
.why-us-wrap .why-block figure .circular-dots {
position: absolute;
top: 50%;
left: 50%;
z-index: 0;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.why-us-wrap .why-block:hover figure .circular-dots {
-webkit-transform: rotate(30deg) translate(0, -50%);
transform: rotate(30deg) translate(0, -50%);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.why-us-wrap .why-block figure:before,
.why-us-wrap .why-block figure:after {
content: "";
position: absolute;
bottom: 0;
right: 0;
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/angle-bottom-right.svg) 0 0 no-repeat;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
width: 15px;
height: 15px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.why-us-wrap .why-block figure:before {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg);
top: 0;
left: 0;
bottom: auto;
right: auto;
}
.why-us-wrap .why-block:hover figure:before {
top: -5px;
left: -5px;
}
.why-us-wrap .why-block:hover figure:after {
bottom: -5px;
right: -5px;
}
.why-us-wrap .why-block figure svg {
position: relative;
z-index: 2;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.why-us-wrap .why-block:hover figure svg {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
.why-us-wrap .why-block figure svg path {
fill: rgba(21, 53, 91, 1);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.why-us-wrap .why-block:hover {
color: rgba(88, 166, 0, 1);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.why-us-wrap .why-block:hover figure svg path {
fill: rgba(88, 166, 0, 1);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}  .main-banner {
position: relative;
}
.banner,
.trek-banner .banner,
.main-banner .banner .banner-img,
.secondary-banner-lg,
.secondary-banner-lg .banner-inner .banner-img {
overflow: hidden;
}
.main-banner .banner .slick-vertical .slick-slide {
padding-bottom: 20px;
border: none;
}
.main-banner .banner .slideshow {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100vw;
overflow: hidden;
}
.main-banner .banner .item .overlay,
.main-banner .banner-inner .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 99%;
z-index: 1;
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/banner-overlay.png) 50% 50% no-repeat;
background-size: cover !important;
}
.trek-banner .banner .item .overlay {
background: none;
}
.trek-banner .banner .item .overlay:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/banner-overlay.png) 50% 50% no-repeat;
background-size: cover !important;
opacity: 0.4;
}
.main-banner .banner-inner .banner-content {
width: 100%;
height: 100%;
z-index: 1;
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/banner-overlay.png) 50% 50% no-repeat;
background-size: cover !important;
}
.main-banner .banner .banner-img,
.main-banner .banner-inner .banner-img {
background-size: cover !important;
background-position: 50% 50% !important;
width: 100%;
}
.main-banner .banner .banner-img {
height: 680px;
}
.main-banner .banner .slick-dots {
position: absolute;
z-index: 100;
width: 40px;
height: auto;
bottom: auto;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: auto;
color: #fff;
display: block;
}
.main-banner .banner .slick-dots li {
display: block;
width: 100%;
height: auto;
}
.main-banner .banner .slick-dots li button {
position: relative;
width: 20px;
height: 15px;
text-align: center;
}
.main-banner .banner .slick-dots li button:before {
content: "";
background: #fff;
color: #fff;
height: 2px;
width: 20px;
border-radius: 0;
position: absolute;
top: 50%;
right: 0;
left: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0.6;
}
.main-banner .banner .slick-dots li.slick-active button:before {
width: 40px;
opacity: 1;
}
.main-banner .banner .slideshow-text,
.main-banner .banner-inner .banner-content {
position: relative;
z-index: 1000;
text-align: left;
color: #fff;
pointer-events: none;
text-transform: uppercase;
padding-top: 15%;
width: calc(100% - 70px);
}
.main-banner .banner-inner .banner-content {
padding-top: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
z-index: 0;
}
.main-banner .banner .item {
z-index: 1000;
}
.main-banner .banner .slideshow-text h4,
.main-banner .banner-inner .banner-content h4 {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
line-height: 20px;
font-weight: 600;
margin-top: 0;
text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
color: #fff;
}
.main-banner .banner .slideshow-text h1,
.main-banner .banner-inner .banner-content h1 {
position: relative;
font-size: 50px;
line-height: 50px;
letter-spacing: 2px;
margin-bottom: 10px;
font-weight: 400;
margin-top: 0;
text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
color: #fff;
}
.main-banner .banner .slideshow-text h1:before,
.main-banner .banner-inner .banner-content h1:before {
content: "";
position: absolute;
top: -3px;
left: 3px;
width: 18px;
height: 4px;
background: #fff;
}
.main-banner .banner .slideshow-text h3,
.main-banner .banner-inner .banner-content h3 {
font-size: 25px;
line-height: 25px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
margin-top: 0;
margin-bottom: 20px;
text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
color: #fff;
}
.main-banner .banner-inner .banner-content p {
font-size: 14px;
color: #fff;
font-weight: 400;
}
.main-banner .banner .slideshow-text h3.image-caption {
padding: 10px 20px 15px 20px;
display: inline-block;
margin-bottom: 0;
font-weight: 400;
background: rgba(91, 164, 0, 1);
text-shadow: none !important;
}
.slick-active .slideshow-text {
-webkit-animation-name: fadeInUpSD;
animation-name: fadeInUpSD;
-webkit-animation-duration: 1s;
animation-duration: 1s;
} @-webkit-keyframes fadeInUpSD {
0% {
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpSD {
0% {
opacity: 0;
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpSD {
-webkit-animation-name: fadeInUpSD;
animation-name: fadeInUpSD;
} .main-banner .banner-highlight-wrap {
position: relative;
bottom: 33px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
z-index: 1000;
}
.main-banner .banner-highlight {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
border-radius: 2px;
}
.main-banner .banner-highlight .column {
-webkit-box-flex: 1;
-ms-flex: 1 1;
flex: 1 1;
background: rgba(255, 255, 255, 1);
padding: 40px 30px;
}
.main-banner .banner-highlight .column:nth-child(2) {
background: rgba(239, 239, 239, 1);
min-width: 36%;
}
.main-banner .banner-highlight ul {
list-style: none;
margin: 0;
padding: 0;
}
.main-banner .banner-highlight ul li {
position: relative;
margin: 0;
padding: 0;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.main-banner .banner-highlight ul li a {
color: rgba(25, 55, 89, 1);
font-size: 16px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
padding: 10px 0 10px 15px;
display: block;
position: relative;
}
.main-banner .banner-highlight ul li a:before {
position: absolute;
left: 0;
top: 14px;
content: "";
width: 12px;
height: 11px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/arrow-right-blue.svg) 50% 50% no-repeat;
}
.main-banner .banner-highlight ul li:hover a:before {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background: url(//www.nepalmountaintrekkers.com/wp-content/themes/nmt_en/assets/images/arrow-right-green.svg) 50% 50% no-repeat;
}
.main-banner .banner-highlight ul li a span {
display: block;
padding-left: 5px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.main-banner .banner-highlight ul li:hover a,
.main-banner .banner-highlight ul li:hover a > * {
color: rgba(91, 164, 0, 1);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.main-banner .banner-highlight ul li:hover a:before {
padding-left: 20px;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
} .main-banner,
.main-banner .slideshow,
.main-banner .slideshow .slider .item .banner-img,
.secondary-banner .banner-inner .banner-img,
.secondary-banner-lg .banner-inner .banner-img {
height: 680px;
}
.secondary-banner,
.secondary-banner .banner-inner .banner-img {
height: 303px;
background-position: 0 0 !important;
}
.secondary-banner-lg,
.secondary-banner-lg .banner-inner .banner-img {
height: 680px;
}
.secondary-banner-lg .banner-inner .banner-img {
background-position: 0% 0% !important;
}
.secondary-banner .banner-inner .banner-inner-text {
margin-top: 10%;
max-width: 400px;
}
.secondary-banner-lg .banner-inner .banner-inner-text {
margin-top: 20%;
}
.secondary-banner .banner-inner .banner-inner-text p {
text-transform: none;
text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
}   .treks-section {
padding-top: 0;
}
.treks-section > * {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.treks-section .trek-slider {
margin-bottom: 50px;
}
.treks-section .trek-box {
-webkit-box-shadow: 0px 2px 10px #00000029;
box-shadow: 0px 2px 10px #00000029;
border: 1px solid #e2e2e2;
border-radius: 2px;
background: #fff;
position: relative;
overflow: hidden;
margin: 0 10px;
border-bottom: solid 5px rgba(23, 54, 90, 1);
}
.treks-section .trek-box figure {
margin-bottom: 0;
width: 100%;
height: 235px;
overflow: hidden;
}
.treks-section .trek-box figure img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.treks-section .trek-box:hover figure img {
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.treks-section .trek-box .overlay {
position: absolute;
top: 0;
left: -100em;
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
z-index: 10;
-webkit-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.treks-section .trek-box:hover .overlay {
top: 0;
left: 0;
-webkit-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}
.treks-section .trek-box .overlay ul {
list-style: none;
margin: 38% auto;
padding: 0;
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.treks-section .trek-box .overlay ul li {
display: block;
margin-bottom: 15px;
margin-right: 0;
}
.treks-section .trek-box .trek-box-btm {
padding: 25px 15px;
}
.treks-section .trek-box .trek-box-btm h3,
.treks-section .trek-box .trek-box-btm h3 > a {
text-transform: uppercase;
font: Bold 16px/20px "Nunito", "serif";
letter-spacing: 0;
color: rgba(25, 55, 89, 1);
margin-bottom: 10px;
}
.treks-section .trek-box .trek-box-btm h3 > a {
margin-bottom: 0;
}
.treks-section .trek-box .trek-box-btm ul,
.selected-trek-box ul {
list-style: none;
margin: 0 auto;
padding: 0;
}
.treks-section .trek-box .trek-box-btm ul li,
.selected-trek-box ul li {
padding: 0 15px;
border-right: solid 1px rgba(112, 112, 112, 0.23);
margin: 0;
display: inline;
}
.treks-section .trek-box .trek-box-btm ul li:last-child,
.selected-trek-box ul li:last-child {
padding-right: 0;
border-right: none;
}
.treks-section .trek-box .trek-box-btm ul li i,
.selected-trek-box ul li i {
margin-right: 3px;
}
.treks-section .trek-box .trek-box-btm ul li span,
.selected-trek-box ul li span {
text-transform: capitalize;
}
.treks-section .trek-box .trek-box-btm ul li ul > li,
.treks-section .trek-box .trek-box-btm ul li span.stars > i,
.selected-trek-box ul li ul > li,
.selected-trek-box ul li span.stars > i {
margin-right: 1px;
font-size: 14px;
color: rgba(85, 168, 0, 1);
}
.treks-section .trek-box .trek-box-btm ul li span.stars > i,
.selected-trek-box ul li span.stars > i {
margin-right: 0;
}
.treks-section .trek-box .trek-box-btm ul li ul > li:last-child,
.selected-trek-box ul li ul li:last-child {
margin-right: 0;
}
.treks-section .trek-slider .slick-prev {
left: -60px;
z-index: 100;
}
.treks-section .trek-slider .slick-next {
right: -60px;
z-index: 100;
}  .contact-container {
max-width: 540px;
margin-left: auto;
margin-right: auto;
}
.contact-box {
-webkit-box-shadow: 0px 3px 6px #00000029;
box-shadow: 0px 3px 6px #00000029;
border-radius: 4px;
padding: 35px;
background: #fff;
margin-top: 30px;
}
.contact-box form,
.contact-box form.fc-form {
padding: 0;
}
.contact-row {
margin-top: 50px;
}
.contact-row ul li {
margin-right: 20px;
display: inline-block;
}
.contact-row ul li:last-child {
margin-right: 0;
}
.contact-row ul li a,
.contact-row p {
font-size: 16px;
}  .sidebar-widget {}
.sidebar-widget h4 {
font-size: 14px;
text-transform: uppercase;
margin-bottom: 15px;
}
.sidebar-widget h4 i {
margin-right: 5px;
font-size: 18px;
}
.sidebar-widget .sidebar-widget-box {
background: rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
border: 1px solid rgba(226, 226, 226, 1);
border-radius: 2px;
overflow: hidden;
margin-bottom: 30px;
}
.sidebar-widget .sidebar-widget-box ul {
margin-bottom: 0;
}
.sidebar-widget .sidebar-widget-box ul li {
position: relative;
margin-bottom: 0;
border-bottom: 1px solid rgba(226, 226, 226, 1);
}
.sidebar-widget .sidebar-widget-box ul li:last-child {
border-bottom: none;
}
.sidebar-widget .sidebar-widget-box ul li:before {
content: "\f061";
font-family: "Font Awesome 5 Free", "FontAwesome";
position: absolute;
top: 14px;
left: 15px;
font-size: 10px;
color: rgba(21, 53, 91, 1);
font-weight: 700;
}
.sidebar-widget .sidebar-widget-box ul li:hover:before,
.sidebar-widget .sidebar-widget-box ul li:hover a {
color: rgba(88, 166, 0, 1);
}
.sidebar-widget .sidebar-widget-box ul li a {
font-size: 14px;
display: block;
color: rgba(21, 53, 91, 1);
padding: 15px 10px 15px 30px;
}  .basic-page-wrap {}
.basic-page-wrap .content-row {
margin-bottom: 50px;
}
.basic-page-wrap .border-btm,
.basic-page-wrap .share-options {
border-bottom: 1px solid rgba(112, 112, 112, 0.25);
padding-bottom: 10px;
}
.basic-page-wrap .share-options,
.basic-page-wrap .image-caption {
margin-bottom: 15px;
padding-bottom: 0px;
}
.basic-page-wrap .border-btm-last {
margin-bottom: 20px;
margin-top: -25px;
}
.basic-page-wrap .share-options span {
font-size: 14px;
color: rgba(47, 74, 106, 1);
letter-spacing: 0.28px;
display: inline-block;
}
.basic-page-wrap .share-options ul {
display: inline-block;
margin-left: 15px;
}
.basic-page-wrap .share-options ul li {
display: inline-block;
margin-right: 10px;
margin-bottom: 0;
}
.basic-page-wrap .share-options ul li a {
color: rgba(47, 74, 106, 1);
}
.basic-page-wrap .share-options ul li:hover a {
color: #5fa000;
}
.basic-page-wrap h3 {
font-size: 20px;
line-height: 30px;
letter-spacing: 0.4px;
color: rgba(47, 74, 106, 1);
text-transform: uppercase;
margin-bottom: 15px;
}
.basic-page-wrap p {
margin-bottom: 30px;
}
.basic-page-wrap .image-caption {
display: inline-block;
background: rgba(112, 112, 112, 0.1);
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
border-radius: 4px;
padding: 5px 10px;
}
.basic-page-wrap .image-caption span {
color: rgba(45, 73, 107, 1);
}  .search-widget {}
.search-widget .search-box {
background: rgba(255, 255, 255, 1);
border: 1px solid rgba(112, 112, 112, 0.3);
border-radius: 4px;
overflow: hidden;
margin-bottom: 30px;
}
.search-widget .search-box input {
width: calc(100% - 50px);
height: 45px;
border: none;
font-size: 14px;
padding-left: 15px;
padding-right: 10px;
color: rgba(112, 112, 112, 0.5);
}
.search-widget .search-box button[type="search"],
.search-widget .search-box button[type="submit"] {
width: 50px;
height: 44px;
border: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 16px;
color: rgba(112, 112, 112, 0.5);
}  .blog-sidebar-widget {}
.blog-sidebar-widget .sidebar-widget-box {
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
border: none;
background: transparent;
}
.blog-sidebar-widget .sidebar-widget-box ul li:before {
left: 0;
top: 8px;
}
.blog-sidebar-widget .sidebar-widget-box ul li a {
padding: 10px 10px 10px 15px;
}
.basic-page-wrap .welcome-img-wrap {
margin: 0;
}
.basic-page-wrap .welcome-img-wrap .blog-date {
position: absolute;
top: 0;
left: 0;
background: rgba(91, 164, 0, 1);
padding: 10px 30px;
text-align: center;
z-index: 2;
}
.basic-page-wrap .welcome-img-wrap .blog-date .text-lg {
font-family: "Oswald", serif;
font-weight: 700;
font-size: 30px;
line-height: 30px;
letter-spacing: 0.6px;
color: rgba(255, 255, 255, 1);
display: block;
}
.basic-page-wrap .welcome-img-wrap .blog-date .text-md {
font-family: "Nunito", serif;
font-size: 16px;
line-height: 20px;
font-weight: 400;
letter-spacing: 0.32px;
color: rgba(255, 255, 255, 1);
display: block;
}
.basic-page-wrap .welcome-img-wrap figure {
overflow: hidden;
}
.basic-page-wrap .welcome-img-wrap figure > img {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.basic-page-wrap .welcome-img-wrap:hover figure > img {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.basic-page-wrap h3 a {
color: rgba(47, 74, 106, 1);
}
.basic-page-wrap h3:hover a {
color: rgba(91, 164, 0, 1);
}
.basic-page-wrap .sidebar {
top: 75px;
}
.basic-page-wrap .sidebar.stick-top {
top: 15px;
}
.mt-10 {
margin-top: 10px;
}
.blog-comments {}
.blog-comments ul li {
margin-bottom: 20px;
}
.blog-comments ul li figure {
width: 50px;
overflow: hidden;
height: 50px;
border-radius: 50%;
border: solid 1px #ddd;
margin-right: 10px;
}
.blog-comments ul li figure > img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.blog-comments .comment-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
}
.blog-comments ul li ul {
padding-left: 20px !important;
}
.blog-comments ul li ul li ul {
padding-left: 20px !important;
}
.message-bubble {
background: rgba(255, 255, 255, 1);
border: 1px solid rgba(112, 112, 112, 0.2);
padding: 10px 15px;
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
position: relative;
}
.message-bubble:before {
content: "";
}
.message-bubble p {
font-size: 14px;
letter-spacing: 0.28px;
color: rgba(0, 0, 0, 0.75);
margin-bottom: 0;
}
.message-bubble .respond {
text-align: right;
color: rgba(0, 0, 0, 0.5);
}
.bubble {
position: relative;
width: 100%;
height: 100%;
padding: 15px;
background: #ffffff;
border-radius: 4px;
border: #d6d2d2 solid 1px;
}
.bubble:after {
content: "";
position: absolute;
border-style: solid;
border-width: 9px 10px 9px 0;
border-color: transparent #ffffff;
display: block;
width: 0;
z-index: 1;
margin-top: -9px;
left: -10px;
top: 50%;
}
.bubble:before {
content: "";
position: absolute;
border-style: solid;
border-width: 9px 10px 9px 0;
border-color: transparent #d6d2d2;
display: block;
width: 0;
z-index: 0;
margin-top: -9px;
left: -11px;
top: 50%;
}
.blog-comments .intl-tel-input {
min-width: 100%;
width: 100%;
}
.blog-comments .fc-form {
padding: 0;
}
.blog-comments .fc-form input[type="submit"] {
height: 45px;
width: 150px;
}
.blog-comments .fc-form input[type="submit"]:hover,
.blog-comments .fc-form input[type="submit"]:focus,
.blog-comments .fc-form input[type="submit"]:active {
border-color: rgba(21, 53, 91, 1);
}  .destination-wrap {}
.destination-wrap .tailored-destination-block {
max-width: 736px;
margin-left: auto;
margin-right: auto;
background: #ffffff;
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
border: 1px solid rgba(204, 204, 204, 1);
border-radius: 4px;
}
.tailored-destination-block .tailored-row { }
.tailored-destination-block .tailored-col { }
.tailored-destination-block .tailored-col-in {
padding: 30px;
}
.tailored-destination-block .tailored-dark {
background: #193759;
padding: 40px;
}
.tailored-destination-block .tailored-dark .destination-flag {
width: 60px;
height: 60px;
background: #17365a;
border: 5px solid #5da200;
color: #fff;
font-size: 25px;
vertical-align: middle;
text-align: center;
border-radius: 50%;
margin: 0 auto;
line-height: 45px;
}
.tailored-destination-block .tailored-dark .d-title {
font-size: 14px;
font-weight: 400;
color: #fff;
display: block;
padding: 10px 0;
}
.v-line {
width: 1px;
height: calc(100% - 100px);
background: #344d6a;
margin: 0 auto;
text-align: center;
padding: 10px 0;
}
.selected-trek-box {
background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
text-align: left;
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
padding: 20px;
margin-bottom: 30px;
}
.selected-trek-box h3,
.selected-trek-box h3 a {
font: Bold 18px/20px "Nunito", serif;
letter-spacing: 0;
color: rgba(23, 54, 90, 1);
}
.selected-trek-box h3 a:hover {
color: rgba(85, 168, 0, 1);
}
.selected-trek-box h3 {
margin-bottom: 5px;
}
.des-title {
display: block;
text-align: left;
padding: 0 0 15px 0;
margin-bottom: 30px;
border-bottom: 1px solid rgba(227, 227, 227, 1);
}
.des-title h4 {
font: 16px/20px "Nunito", serif;
font-weight: 500;
letter-spacing: 0;
color: rgba(23, 54, 90, 1);
margin-bottom: 0;
}
.trek-box {
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
text-align: left;
}
.selected-trek-box ul li:first-child {
padding-left: 0;
}
.trek-box .country-select {
width: 100%;
}
.country-select .selected-flag .flag {
-webkit-box-shadow: none;
box-shadow: none;
}
.submit {
height: 45px;
width: 180px;
display: block;
}
.trek-box .captcha {
max-width: 200px;
}
.bootstrap-select,
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select > .dropdown-toggle {
width: 100%;
color: rgba(162, 162, 162, 1);
text-transform: capitalize;
font-weight: 400;
font-size: 14px;
}
.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:not(:disabled) {
background: none;
height: 45px;
border-color: #ced4da;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
outline: none !important;
outline-offset: inherit !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.bootstrap-select .dropdown-menu li {
margin-bottom: 0;
}
.dropdown-toggle::after {}
.dropdown-item.active,
.dropdown-item:active {
background: #193759;
}  .trek-detail-section {
padding-bottom: 50px;
}
.trek-detail-section .book-trip-block {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.trek-detail-section .book-trip-block .book-trip-block-in {
position: relative;
margin-left: auto;
margin-right: auto;
}
.book-trip-block-in .submit {
display: inline-block;
}
.book-trip-block h3.sub-title {
text-transform: uppercase;
font-size: 20px;
font-weight: 400;
color: rgba(0, 0, 0, 0.35);
margin-bottom: 5px;
margin-top: 20px;
}
.book-trip-block .link {      color: rgb(17 110 216);
font-size: 16px;
font-weight: 500;
border: solid 2px rgb(126 177 232);
display: inline-block;
font-family: 'Nunito';
font-weight: 800;
padding: 10px 22px;
background-color: #c7dff9;
}
.book-trip-block .link:hover {  border-bottom-color: rgb(11 121 239);
color: rgb(42 43 39);
}
.trek-detail-section .book-trip-block .book-trip-block-in:before,
.trek-detail-section .book-trip-block .book-trip-block-in:after {
content: "";
position: absolute;
top: 22.5px;
left: 0;
width: 300px;
height: 1px;
background: rgba(112, 112, 112, 0.2);
}
.trek-detail-section .book-trip-block .book-trip-block-in:after {
left: auto;
right: 0;
}
.vertical-tab-wrap {
padding: 45px 0 0 0;
}
.vertical-tab-wrap .trek-row,
.vertical-tab-wrap .trek-row span {
text-align: left;
}
.trek-row .c-wrap .row {
margin-bottom: 15px;
}
.vertical-tab-wrap .trek-row h6.h6 {
font-family: "Nunito", serif;
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
}
.vertical-tab-wrap .trek-row h3.title {      font-size: 20px;
text-transform: uppercase;
color: rgb(42 126 212);
margin-bottom: 10px;
margin-right: 5px;
font-family: 'Nunito';
font-weight: 800;
border-bottom: solid 2px;
padding-bottom: 10px;
margin-bottom: 20px;
}
.vertical-tab-wrap .trek-row {
margin-bottom: 30px;
font-family: 'Nunito';
font-size: 1.05rem;
line-height: 1.5rem;
}
.vertical-tab-wrap p b span,
.vertical-tab-wrap p strong span {
display: inline-block;
padding: 3px 5px;
border-radius: 2px;
background: rgba(85, 168, 0, 1);
border: solid 1px rgba(85, 168, 0, 1);
position: relative;
color: #fff;
font-size: 12px;
margin-right: 5px;
}
.vertical-tab-wrap p b span:after,
.vertical-tab-wrap p strong span:after {
content: "\f0da";
font-family: "Font Awesome 5 Free", "FontAwesome";
position: absolute;
top: 3px;
right: -5px;
font-size: 12px;
color: rgba(85, 168, 0, 1);
font-weight: 700;
}
.includes-list,
.excludes-list {
padding-left: 15px;
}
.includes-list li ul,
.includes-list li ul li ul,
.includes-list li ul li ul li ul,
.excludes-list li ul,
.excludes-list li ul li ul,
.excludes-list li ul li ul li ul {
list-style: none;
}
.includes-list li,
.excludes-list li {
position: relative;
margin-bottom: 10px;
padding-left: 20px;
font-family: 'Nunito';
font-size: 1.05rem;
line-height: 1.5rem;
}
.includes-list li:before,
.includes-list li ul li:before,
.includes-list li ul li ul li:before,
.excludes-list li:before,
.excludes-list li ul li:before,
.excludes-list li ul li ul li:before {
position: absolute;
left: 0;
top: 2px;
content: "\f00c";
font-size: 14px;
color: #000;
font-weight: 700;
font-family: "Font Awesome 5 Free", "FontAwesome";
}
.excludes-list li:before,
.excludes-list li ul li:before,
.excludes-list li ul li ul li:before {
content: "\f00d";
}
.includes-list li ul {
padding-left: 15px;
}
.itinerary-timeline {
padding: 15px 0;
}
.itinerary-timeline ul {
list-style: none;
margin: 0;
padding: 0;
}
.itinerary-timeline ul li {
position: relative;
margin-bottom: 0;
padding-bottom: 20px;
font-family: 'Nunito';
font-size: 1.05rem;
line-height: 1.5rem;
}
.itinerary-timeline ul li:before {
content: "";
position: absolute;
top: 0;
left: 75px;
height: 100%;
width: 1px;
background: #d6d2d2;
z-index: 0;
}
.itinerary-timeline ul li .dot {
display: inline-block;
margin: 0 15px;
z-index: 1;
position: relative;
color: #d6d2d2;
position: absolute;
top: 6px;
left: 54px;
}
.itinerary-timeline ul li .dot:before {
content: "";
position: absolute;
left: -1px;
top: 0px;
width: 17px;
height: 17px;
border-radius: 50%;
background: #fff;
z-index: -1;
}
.day-bubble {
display: inline-block;
position: absolute;
left: 0;
top: 0;
}
.c-bubble {
position: relative;
width: 54px;
height: auto;
padding: 0px;
background: rgba(91, 164, 0, 1);
border-radius: 4px;
padding: 5px;
font-size: 12px;
color: #fff;
font-weight: 700;
text-align: center;
border: rgba(91, 164, 0, 1) solid 1px;
}
.c-bubble:after {
content: "\f0da";
font-family: "Font Awesome 5 Free", "FontAwesome";
position: absolute;
top: 4px;
right: -5px;
font-size: 12px;
color: rgba(85, 168, 0, 1);
font-weight: 700;
}
.itinerary-timeline ul li .day-trek {
display: inline-block; padding-left: 90px;
margin-top: 4px;
}
.vertical-tab-wrap .nav-pills .nav-link {
border-radius: 0;
background: rgba(240, 240, 240, 1);
border-bottom: 1px solid rgba(226, 226, 226, 1);
padding: 15px 10px;
position: relative; font-weight: 700;
text-align: left;
padding-left: 25px;
padding-right: 10px;
color: rgba(21, 53, 91, 1);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
font-family: 'Nunito';
font-size: 1.05rem;
line-height: 1.5rem;
}
.vertical-tab-wrap .nav-pills .nav-link:after {
content: "";
position: absolute;
border-style: solid;
border-width: 5px 0 5px 12px;
border-color: transparent transparent;
display: block;
width: 0;
z-index: 1;
margin-top: -6px;
right: -10px;
top: 50%;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.vertical-tab-wrap .nav-pills .nav-link.active:after {
border-color: transparent rgba(21, 53, 91, 1);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.vertical-tab-wrap .nav-pills .nav-link.active,
.vertical-tab-wrap .nav-pills .show > .nav-link {
color: #fff;
background-color: rgba(21, 53, 91, 1);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.trek-gallery {}
.trek-gallery .trek-img {
overflow: hidden;
height: 225px;
margin-bottom: 20px;
}
.trek-gallery .trek-img .img-fluid {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.trek-gallery .trek-img:hover .img-fluid {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.trek-gallery .img-fluid {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 225px;
}
.Equipments-block {}
.equipments-block .title-sm-box {
display: block;
margin: 15px 0;
}
.equipments-block .title-sm {
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
border: solid 1px rgba(91, 164, 0, 1);
padding: 5px 15px;
background: rgba(91, 164, 0, 1);
position: relative;
border-radius: 4px;
color: #fff;
display: inline;
}
.equipments-block .title-sm:before {
font-family: "Font Awesome 5 Free", "FontAwesome";
content: "\f0d7";
position: absolute;
top: 85%;
left: 20%;
font-weight: 700;
color: rgba(91, 164, 0, 1);
}
.equipments-block .title-sm img {
margin-right: 5px;
top: -2px;
max-width: 20px;
position: relative;
-webkit-filter: invert(1);
filter: invert(1);
}
.trek-detail-section {
padding-bottom: 0;
}
.sticky-sidebar {
top: 100px;
}
.sticky-sidebar .navbar-toggler {
border: none;
width: 23px;
height: 25px;
border-radius: 0;
background: rgba(25, 55, 89, 1);
position: -webkit-sticky;
position: sticky;
z-index: 1003;
color: #fff;
font-size: 20px;
display: none;
}
#sidebar-fixed-mobile{
padding: 0!important;
margin: 0!important;
}
.sticky-sidebar .sidebar-widget {
text-align: left;
margin: 30px 0;
}
.sticky-sidebar .collapse:not(.show) {
display: block;
}
.main-header .header-btm.fixed-m-top {
position: fixed;
z-index: 1102;
top: 0;
left: 0;
right: 0;
width: 100%;
}
.trek-page-wrap {
padding-top: 30px;
}
.treks-section .trek-box.mb-20 {
width: 100%;
margin: 0 auto 20px auto;
}
.treks-section2 {
margin-top: 20px;
}
.sidebar-widget .sidebar-widget-box ul.gallery-ul li {
width: calc(33.33% - 4px);
display: inline-block;
margin: 0;
border: solid 2px #fff;
}
.sidebar-widget .sidebar-widget-box ul.gallery-ul li:before {
content: "";
display: none;
}
.sidebar-widget .sidebar-widget-box ul.gallery-ul li a {
padding: 0;
}
.sidebar-widget .sidebar-widget-box ul.gallery-ul li a img {
height: 80px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.sidebar-widget .sidebar-widget-box.pd-15 {
padding: 15px;
}
.legal-doc-box {
-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
padding: 10px 10px 20px 10px;
border-radius: 4px;
overflow: hidden;
text-align: center;
background: #fff;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
margin-bottom: 20px;
}
.legal-doc-box figure > img {
height: 200px;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.legal-doc-box:hover figure > img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.legal-doc-box span {
font-size: 16px;
font-weight: 700;
}
.secondary-banner .banner-inner .banner-img.team-bg {
background-position: 50% 47% !important;
}
.team-info {
position: relative;
}
.trek-page-wrap .welcome-img-wrap:before,
.trek-page-wrap .welcome-img-wrap:after {
content: "";
width: 200px;
height: 200px;
}
.trek-page-wrap .trek-row {
margin-bottom: 70px;
position: relative;
}
.trek-page-wrap .trek-row:after {
content: "";
position: absolute;
top: auto;
bottom: -30px;
left: 50%;
width: 300px;
height: 1px;
background: #ddd;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.trek-page-wrap .trek-row .tb-in {
margin-bottom: 20px;
}
.trek-page-wrap .welcome-img-wrap:hover:before {
left: -25px;
top: -25px;
}
.trek-page-wrap .welcome-img-wrap:hover:after {
bottom: -25px;
right: -25px;
}
.trek-page-wrap .welcome-img-wrap figure img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.error-block {
text-align: center;
padding: 110px 0;
}
.error-block h1 {
font-size: 75px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
font-family: "Montserrat", sans-serif;
}
.error-block p {
font-size: 18px;
}
#sidebar-mobile {
display: none;
}
.post-navigation h2, .posts-navigation h2{
display: none;
}
.posts-navigation{
width: 100%;
}
.nav-links{
display: flex;
justify-content: space-between;
}
.nav-links .nav-previous{
padding-right: 7px;
padding-left: 14px;
}
.nav-links .nav-next{
padding-left: 7px;
padding-right: 14px;
}@media (max-width: 1300px) { .treks-section .trek-slider .slick-prev {
left: -10px;
}
.treks-section .trek-slider .slick-next {
right: -10px;
} }
@media (max-width: 1200px) { .main-header .header-btm .navbar-nav .nav-link {
padding-right: 0.2rem;
padding-left: 0.2rem;
} .sections {
padding: 70px 0;
}
.sections.trek-detail-section {
padding-bottom: 0;
} .reviews-section .slick-prev {
left: -50px;
}
.reviews-section .slick-next {
right: -50px;
}  .treks-section .trek-slider .slick-prev {
left: -10px;
}
.treks-section .trek-slider .slick-next {
right: -10px;
}  .association-wrap .association-list {
margin-top: 30px;
} }
@media (max-width: 1048px) {
.main-header .header-btm .navbar-nav .nav-link {
font-size: 14px;
}
}
@media (max-width: 991px) {
.sections {
padding: 50px 0;
} .main-header .header-top .left-nav {
padding-left: 0;
}
.main-header .header-top .right-nav {
padding-right: 0;
}
.main-header .header-top ul li {
margin-right: 5px;
}
.main-header .header-btm .navbar-nav {
border-top: solid 1px #ddd;
}
.main-header .header-btm .navbar-nav .nav-link {
text-align: left;
}
.main-header .header-btm .dropdown-toggle::after {
vertical-align: -0.1em;
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-header .header-btm .dropdown.show .dropdown-toggle::after {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.main-header .header-btm .dropdown-menu:before {
display: none;
}
.navbar-toggler {
margin: 0;
padding: 0;
width: 40px;
height: 40px;
position: absolute;
top: 25px;
right: 0;
border: none;
border-radius: 0;
outline: none !important;
}
.main-header .navbar {
float: none;
width: 100%;
padding: 15px 0 0 0;
text-align: center;
}
.main-header .navbar-nav {
margin-top: 0px;
}
.main-header .header-btm .navbar-nav .nav-link,
.main-header .navbar-nav li .nav-link {
text-align: left;
padding-top: 0.6rem;
padding-bottom: 0.6rem;
border-radius: 0px;
} .main-header .navbar-toggler .icon-bar {
background-color: rgba(91, 164, 0, 1);
margin: 0 auto 6px;
border-radius: 0;
width: 30px;
height: 3px;
position: absolute;
right: 0;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.main-header .navbar .navbar-toggler .icon-bar:first-child {
margin-top: 3px;
}
.main-header .navbar-toggler .icon-bar-1 {
width: 10px;
top: 0px;
}
.main-header .navbar-toggler .icon-bar-2 {
width: 16px;
top: 12px;
}
.main-header .navbar-toggler .icon-bar-3 {
width: 20px;
top: 21px;
}
.main-header .current .icon-bar {
margin-bottom: 5px;
border-radius: 0;
display: block;
}
.main-header .current .icon-bar-1 {
width: 18px;
}
.main-header .current .icon-bar-2 {
width: 30px;
}
.main-header .current .icon-bar-3 {
width: 10px;
}
.main-header .navbar-toggler:hover .icon-bar {
background-color: rgba(23, 54, 90, 1);
}
.main-header .header-btm .dropdown-menu {
border-color: transparent;
}  .main-banner,
.main-banner .slideshow,
.main-banner .slideshow .slider .item .banner-img,
.secondary-banner-lg,
.secondary-banner-lg .banner-inner .banner-img {
height: 600px;
}
.secondary-banner,
.secondary-banner .banner-inner .banner-img {
height: 303px;
background-position: 0 -200px !important;
}
.secondary-banner-lg,
.secondary-banner-lg .banner-inner .banner-img {
height: 600px;
}
.secondary-banner-lg .banner-inner .banner-img {
background-position: 50% 50% !important;
}
.main-banner .banner-highlight .column {
padding: 30px 20px;
}
.secondary-banner .banner-inner .banner-inner-text {
margin-top: 15%;
}  .welcome-section .welcome-txt-title {
font-size: 40px;
line-height: 40px;
}
.welcome-section .welcome-sub-title {
font-size: 19px;
}  .treks-section .trek-box .trek-box-btm {
padding: 20px 15px;
}
.treks-section .trek-box .trek-box-btm ul li {
padding: 10px;
font-size: 12px;
}
.treks-section .trek-box .trek-box-btm ul li:last-child {
border-bottom: none;
}
.treks-section .trek-box .trek-box-btm ul li ul > li,
.treks-section .trek-box .trek-box-btm ul li span.stars > i {
font-size: 12px;
}
.treks-section .trek-slider {
margin-bottom: 20px;
}
.treks-section .trek-slider .slick-prev {
left: 10px;
}
.treks-section .trek-slider .slick-next {
right: 10px;
}
.treks-section .trek-box figure {
height: 175px;
}
.treks-section .trek-box .trek-box-btm h3,
.treks-section .trek-box .trek-box-btm h3 > a {
font-size: 14px;
line-height: 18px;
}
.treks-section .trek-box .overlay ul {
margin: 25% auto;
}  .reviews-section .slick-prev {
left: 0px;
}
.reviews-section .slick-next {
right: 0px;
}  .association-wrap .association-list {
max-width: 100%;
}
.association-wrap .association-list ul li {
margin-right: 15px;
}
.association-wrap .association-list ul li img {
max-height: 60px;
} .trek-detail-section .book-trip-block {
max-width: 600px;
}
.trek-detail-section .book-trip-block .book-trip-block-in:before,
.trek-detail-section .book-trip-block .book-trip-block-in:after {
width: 190px;
}
.main-banner .banner .banner-img {
height: 600px;
}
}
@media (max-width: 768px) {
.col-full-width {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.secondary-title {
font-size: 20px;
}
.section-title {
letter-spacing: 1px;
} .hilly-bg {
background-position: 50% 100px !important;
} .navbar-nav {
margin: 0;
}  .footer-contact .footer-grid {
display: inherit;
}
.footer-contact .grid-2 {
-webkit-box-flex: 1;
-ms-flex: auto;
flex: auto;
display: block;
}
.footer-contact .fc-form .form-group img {
height: 50px;
}
.main-footer .footer-btm p,
.main-footer .footer-btm .designer {
text-align: center;
font-size: 12px;
}
.main-footer .footer-top .cards {
height: 80px;
}  .banner,
.main-banner,
.main-banner .banner .slideshow,
.main-banner .banner .banner-img,
.secondary-banner-lg,
.secondary-banner-lg .banner-inner .banner-img {
height: 500px;
}
.main-banner .banner-highlight .column {
padding: 15px 20px;
}
.secondary-banner,
.secondary-banner .banner-inner .banner-img {
height: 275px;
}
.secondary-banner-lg,
.secondary-banner-lg .banner-inner .banner-img {
height: 500px;
}  .association-wrap .association-list ul li img {
max-height: 50px;
}  .welcome-section .welcome-text {
position: relative;
top: auto;
-webkit-transform: none;
transform: none;
margin-bottom: 50px;
}  .contact-box {
padding: 20px;
}
.trek-box {
padding: 0;
}
.contact-row ul li a,
.contact-row p {
font-size: 14px;
} .tailored-destination-block .tailored-dark {
padding: 40px 20px;
}
.trek-detail-section .book-trip-block {
max-width: 480px;
}
.trek-detail-section .book-trip-block .book-trip-block-in:before,
.trek-detail-section .book-trip-block .book-trip-block-in:after {
width: 130px;
}
.vertical-tab-wrap .nav-pills .nav-link {
font-size: 12px;
padding-left: 15px;
line-height: 16px;
}
.welcome-section {
background: #fff;
} .treks-section2 .trek-box figure {
height: 225px;
}
}
@media (max-width: 650px) { .pull-right {
float: none;
}
.main-header .header-top .left-nav,
.main-header .header-top .right-nav {
text-align: center;
}  .main-banner {
height: auto;
}
.main-banner .banner-highlight-wrap {
-webkit-transform: none;
transform: none;
left: auto;
}
.main-banner .banner-highlight {
display: inherit;
}
.main-banner .banner .slideshow-text h1,
.main-banner .banner-inner .banner-content h1 {
position: relative;
font-size: 40px;
line-height: 40px;
}  .welcome-section {
padding-top: 30px;
background: #fff;
}
.welcome-img .item img {
height: 400px;
}
.welcome-section .welcome-img-wrap:before,
.welcome-section .welcome-img-wrap:after,
.welcome-img-wrap:before,
.welcome-img-wrap:after {
width: 170px;
height: 170px;
}
.welcome-section .welcome-img-wrap:hover:before,
.welcome-img-wrap:hover:before {
left: -20px;
top: -20px;
}
.welcome-section .welcome-img-wrap:hover:after,
.welcome-img-wrap:hover:after {
right: -20px;
bottom: -20px;
}  .reviews-section .testimony p {
padding-left: 40px;
padding-right: 40px;
font-size: 14px;
}
.reviews-section .testimony p:before,
.reviews-section .testimony p:after {
width: 35px;
height: 27px;
}  .association-wrap .association-list ul li {
margin-right: 15px;
margin-bottom: 15px;
width: 100%;
display: block;
text-align: center;
}
.association-wrap .association-list ul li:first-child,
.association-wrap .association-list ul li:nth-child(2) {
width: 50%;
float: left;
margin: 0 0 15px 0;
}
.association-wrap .association-list ul li:nth-child(3) {
margin: 15px 0 25px 0;
clear: both;
}
.association-wrap .association-list ul li img {
max-height: 80px;
}  .footer-contact .fc-form {
padding: 30px 15px;
}
.footer-contact .fc-form input[type="submit"],
.submit {
height: 42px;
} .basic-page-wrap h3 {
font-size: 18px;
line-height: 25px;
}
.tailored-destination-block .tailored-row {
display: block !important;
}
.tailored-destination-block .tailored-dark {
padding: 20px 20px;
}
.selected-trek-box ul li,
.selected-trek-box ul li span.stars > i {
font-size: 12px;
}
.trek-detail-section .book-trip-block {
max-width: 380px;
}
.trek-detail-section .book-trip-block .book-trip-block-in:before,
.trek-detail-section .book-trip-block .book-trip-block-in:after {
width: 50px;
} .col-full {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0 5px 0 24px;
}
.sticky-sidebar .navbar-collapse {
margin-top: 1px;
}
.sticky-sidebar .navbar-toggler {
display: block;
top: 0;
}
.sticky-sidebar .collapse:not(.show) {
display: none;
}
.vertical-tab-wrap .tab-content {
margin-top: 20px;
}
.vertical-tab-wrap .nav-pills .nav-link.active:after {
display: none;
}
.hidden-sm-device {
display: none;
}
.sections.trek-detail-section {
padding: 10px 0;
}
.slick-next,
.slick-prev,
.slick-next:focus,
.slick-next:hover {
width: 30px;
height: 30px;
background-size: cover;
}  .team-info {
margin-bottom: 50px;
}
#sidebar {
display: none;
}
#sidebar-mobile {
display: block;
z-index: 1000;
}
}
@media (max-width: 575px) {
.modal-content {
top: 70px;
} .banner,
.main-banner .banner .banner-img,
.secondary-banner-lg,
.secondary-banner-lg .banner-inner .banner-img {
height: 400px;
}
.main-banner .banner .slideshow-text h1,
.main-banner .banner-inner .banner-content h1 {
font-size: 30px;
line-height: 30px;
letter-spacing: 0px;
}
.main-banner .banner .slideshow-text h3.image-caption,
.main-banner .banner .slideshow-text h3,
.main-banner .banner-inner .banner-content h3 {
font-size: 20px;
line-height: 20px;
}
.secondary-banner,
.secondary-banner .banner-inner .banner-img {
height: 220px;
background-position: 0 0 !important;
}
.secondary-banner-lg,
.secondary-banner-lg .banner-inner .banner-img {
height: 400px;
} .welcome-img .item img {
height: 300px;
}
.tailored-destination-block .tailored-col-in {
padding: 15px;
}
.trek-detail-section .book-trip-block {
max-width: 300px;
}
.vertical-tab-wrap .nav-pills .nav-link:after {
display: none;
}
.tab-content {
padding: 30px 0 0 0;
}
.vertical-tab-wrap .nav-pills .nav-link {
font-size: 14px;
padding-left: 15px;
line-height: 20px;
}
.iti-mobile .intl-tel-input .country-list {
width: 85%;
}
.country-select .country-list {
width: 100%;
min-width: 350px;
}
}
@media (max-width: 320px) {
.country-select .country-list {
width: 100%;
min-width: 300px;
}
}