/*--------------------------------------------------------------------------
	General Style
--------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');

body {
	font-family: 'Jost', sans-serif;
	font-weight: normal;
    color: #808891;
	line-height: 1.42857143;
	background: #fff;

	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.section {
  padding: 30px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.section-white {
  background: #transparent;
}
.section-dark {
  background: #151515;
}
.section-dark h3 {
  color:#FFF;
  font-size:18px;
  font-weight:200;
}
.section .container:first-child h1,
.section .container:first-child h2,
.section .container:first-child h3 {
  margin-top: 0;
  font-weight: 700;
}

.contbg {background:#FFFFFF; padding:0px 10px;}
.input-micro {
  width: 50px;
  margin-bottom: 0 !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(79, 141, 179, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
  color: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(79, 141, 179, 0.6);
}
ul.no-list-style {
  list-style-type: none;
  margin-left: 0;
}
ul.no-list-style li {
  line-height: 28px;
}
div[class*="span"] {
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #58595b;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.scroll-to-top:hover {
  background: #ed1c24;
  color: #fff;
}

/*
****
only add this class to body
if preloader is on
other wise REMOVE IT.
****
*/
body.active-preloader-ovh {
  overflow: hidden;
}

.wishes {padding:50px 0; }
.wishes .read_more_btn{margin:18px 0 0 0 !important; background-color:#0096e3; color:#fff; font-size:16px; border-radius:35px; padding:12px 35px;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;   }
.wishes .read_more_btn:hover { text-decoration:none;  background-color:#f7171f; color:#fff;}

.preloader {
  background-color: #3396EC;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}



/*--------------------------------------------------------------------------
	Typography Style
--------------------------------------------------------------------------*/
body {
  
  font-size: 14px;
  line-height: 20px;
  color: #535b60;
}
h1 {
  color: #fff;
  
  font-weight: 800;
}
h2 {
  color: #53555c;
  
  font-size: 2em;
  line-height: 1.5em;
  margin: 30px 0 0 0;
}
h3 {
  
  color: #53555c;
  font-size: 1.5em;
}
h4 {
  
  color: #53555c;
  margin-bottom: 10px;
}
a {
  color: #10609e;
  outline: 0;
}
a:hover {
  color: #fff;
  text-decoration:none;
  outline: 0;
}

.header_bg { position:absolute; width:100%; z-index:99;}
.header_contact_bg { float:right; margin-top:5px;  font-weight:300; text-transform:lowercase; color:#fff; }
.header_contact_bg ul { margin-bottom:0px; }
.header_contact_bg ul li { display:inline-block; line-height:35px; margin-right:30px; }
.header_contact_bg ul li.header_mobile { background-image:url(../img/mobile_icon.png); background-repeat:no-repeat; background-position:left 7px; padding-left:25px; }
.header_contact_bg ul li.header_mail { background-image:url(../img/mail_icon.png); background-repeat:no-repeat; background-position:left 13px; padding-left:25px; }
.header_contact_bg ul li a { color:#fff; display:inline-block; }
.header_contact_bg ul li a:hover, .header_contact_bg ul li a:focus { color:#f5cc18; }

.quick_contact_form .txt_box{float:left;width:200px;height:42px;line-height:42px;margin-right:15px;font-size:13px;color:#fff;border:1px #fff solid;background-color:transparent;padding:0 10px 0 20px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
.quick_contact_form .submit_btn{display:inline-block;border:none;color:#212121;text-transform:uppercase;font-size:13px;font-weight:700;padding:0 25px;height:42px;line-height:42px;background-color:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s}
.quick_contact_form .submit_btn:hover{background-color:#212121; color:#fff;}

.quick_contact_form .txt_box::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.quick_contact_form .txt_box::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.quick_contact_form .txt_box:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.quick_contact_form .txt_box:-moz-placeholder { /* Firefox 18- */
  color:#fff;
}


.experience {width:100%; background: url(../img/bg-activities.jpg) repeat-x top #FFFFFF; width:100%; color: rgb(98, 98, 98); line-height:25px; padding:45px 15px; margin:45px 0 0 0;}
.experience h2 {color:#796172;  font-size:35px; line-height:35px;  font-weight:300; text-transform: none; margin-bottom:20px;}
.experience p {color:#494949;  font-size:16px; line-height:40px; font-weight:300; text-transform:none; margin:15px 0px;}



.grn_cont { background: #5b0c11; width:100%;}

.grn_cont .img_left { float:left; width:50%; height:530px; background-image:url(../img/grn-img.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; }
.grn_cont .content_right { float:right;  width:50%; padding:45px 35px; }
.grn_cont h3 {color:#fff;  font-size:40px; font-weight:300; text-transform: none;}
.grn_cont h3 span {color:#fedd00;}
.grn_cont h4 {color:#FFCC00;}
.grn_cont .line { width:20% !important; background:#d1dd3f; height:2px; margin:15px 0;}
.grn_cont p{color:#fff;   font-size:17px; line-height:30px; font-weight:300; text-transform:none; margin:15px 0px;}
.grn_cont .read-more{background:transparent; color:#fff; border-radius:4px; border:2px #fff solid; font-size:14px; padding:10px 15px;  text-transform:none;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.grn_cont .read-more:hover { text-decoration:none;  background-color:#fff; border:2px #fff solid; color:#212121;}


.outbound { background: #051433; width:100%;}
.outbound .img_left { float:right; width:50%;  height:530px; background-image:url(../img/outbound.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover;}
.outbound .content_right { float:left;  width:50%; padding:55px 35px; }
.outbound h3 {color:#fff;  font-size:40px; font-weight:300; text-transform: none;}
.outbound .line { width:20% !important; background:#ffca24; height:2px; margin:15px 0;}
.outbound p{color:#fff;   font-size:18px; line-height:30px; font-weight:400; text-transform:none; margin:15px 0px;}
.outbound ul {margin:0; padding:0; list-style:none;}
.outbound li {margin:0; padding:0; list-style:none; color:#fff; background:url(../img/bullet.png) no-repeat left 10px; padding-left:15px; font-size:16px; line-height:30px; font-weight:300; text-transform:none;}

.outbound .read-more{background:transparent; color:#2d2d2d; border-radius:4px; border:2px #212121 solid; font-size:14px; padding:10px 15px;  text-transform:none;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.outbound .read-more:hover { text-decoration:none;  background-color:#212121; border:2px #212121 solid; color:#fff;}



.wallclimbing_cont {background: #transparent; width:100%;}
.wallclimbing_cont .img_left { float:left; width:50%; height:530px; background-image:url(../img/wall-climbing.jpg); background-repeat:no-repeat; background-position:center center; background-size:cover; }
.wallclimbing_cont .content_right { float:right;  width:50%; padding:55px 35px; }
.wallclimbing_cont h3 {color:#2C3035;  font-size:40px; font-weight:400; text-transform: none;}
.wallclimbing_cont .line { width:20% !important; background:#f3cc15; height:2px; margin:15px 0;}
.wallclimbing_cont p{color:#808891;   font-size:18px; line-height:30px; font-weight:400; text-transform:none; margin:15px 0px;}

#top {height:auto;}
#features {height:auto;}
#services {height:auto;}
#packages {height:auto;}
#partners {height:auto;}
#methodology {height:auto;}

/* Image zoom on hover + Overlay colour */
/* [1] The container */
.img-hover-zoom {
  height: auto; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.current_activities { background: #transparent; width:100%; padding:40px 0;}
.current_activities h1 {color: #412783;  font-size:35px; line-height:55px; font-weight:600; text-transform: none; margin-bottom:0px;}
.current_activities .uline {margin:15px auto; background:#00e4ff; height:2px; width:15%;}
.current_activities h2 {color:#fff;  font-size:25px; font-weight:400; text-transform: none; margin-bottom:10px;}
.current_activities .line2 { width:25% !important; background:#ed2024; height:1px; margin:15px 0;}
.current_activities h3 {color: rgb(98, 98, 98);  font-size:18px; line-height:24px;  font-weight:500; text-transform: none; margin-bottom:0px;}
.current_activities h4 {color: rgb(98, 98, 98);  font-size:22px; line-height:24px;  font-weight:400; text-align:center; text-transform: none; margin-bottom:0px;}

.current_activities h5 {font-size:14px; letter-spacing:2px; background:#d30518; display:table; margin:auto; padding:2px 9px; text-transform:uppercase; color:#fff; margin-bottom:12px;}
.current_activities img { margin-bottom:12px; margin-top:25px; border-radius:0px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.current_activities .bdr {border:10px #3c3d42 solid;}

.current_activities p{color: rgb(98, 98, 98);  font-size:18px; line-height:28px; font-weight:400; text-align:center; text-transform:none; margin:10px 0;}

.current_activities p span {color:#3a3fa2; font-weight:bold;}

.current_activities ul {margin:0; padding:0; list-style:none;}
.current_activities li {margin:0; padding:0; list-style:none; color:#fff;  font-size:18px; line-height:32px; font-weight:300; text-transform:none; margin:10px 0; background:url(../img/bullet.png) no-repeat left 10px; padding-left:15px;}

.current_activities .read-more{background:#11b3c3!important; color:#fff; border-radius:45px!important; border:2px #fff solid; font-size:14px; padding:10px 20px; text-transform:none;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.current_activities .read-more:hover { text-decoration:none;  background-color:#f3cc15; border:2px #f3cc15 solid; color:#fff;}
.current_activities a {color:#fff; text-decoration:none;-webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.current_activities a:hover {text-decoration:underline;}

.grungebg {background:url(../img/bg.jpg) no-repeat; background-size:cover; padding:60px 0;}
.bggallery {box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; margin:12px 0;}

.box-cont {padding:20px 0;}
.box-cont ul {margin:0; padding:0; list-style:none;}
.box-cont li {margin:0; padding:0; list-style:none; color: rgb(98, 98, 98);  font-size:18px; line-height:28px; font-weight:400; text-transform:none; margin:10px 0; text-align:center;}
.box-cont li span {color:#d30518; font-weight:bold;}

.highlight-cont {background:#FDF2DB; border:2px #FF6600 solid; padding:25px 35px; border-radius:20px; margin:20px 0;}
.highlight-cont p {color:#F60; color:#d30518; font-weight:bold; font-style:italic; text-align:center;}

.abt_cont {padding:50px 0;}

.box_cont {padding:55px 0 25px 0; margin:auto;}

.gallery { background: #transparent; width:100%; padding:70px 0;}
.gallery h1 {color:#412783;  font-size:35px; line-height:55px; font-weight:600; text-transform: none; margin-bottom:20px;}
.gallery h5 {
    font-size: 14px;
    letter-spacing: 0px;
    background: #d30518;
    display: table;
    margin: auto;
    padding: 2px 9px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}
.gallery p {font-size:18px; line-height:28px;}
.gallery p span {background:#FEEFD8; padding:12px; text-align:center; margin:10px 0 25px 0; font-weight:bold; color:#F00; word-wrap: break-word; word-break: break-all;}
.gallery .uline {margin:15px auto; background:#00e4ff; height:2px; width:15%;}

.service_sec {padding:35px 0 0 0;}
.service_sec_inner {background:#fff; border-radius:10px; margin:0 0 10px 0;}
.service_sec_inner img {margin-bottom:0px;}
.service_sec_inner p {font-weight:400; line-height:18px; margin-top:7px!important; margin-bottom:7px!important; width:67%; margin:auto;}


.benefits {padding:35px 0;}
.benefits_cont {padding:15px 10px; background:#f5f5f5; margin:12px 0; border-radius:10px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.benefits_cont img {margin-top:25px;}
.benefits_cont p {line-height:22px;}

.services { background: #transparent; width:100%; padding:100px 0 0 0;}
.services h2 {color:#172e5d;  font-size:35px; line-height:30px; font-weight:400; text-transform: none; margin-bottom:20px;}
.services .uline {margin:15px auto; background:#ed1c24; height:2px; width:15%;}

.services .viewmore{background-color:#172e5d; color:#fff; border-radius:4px; font-size:16px; font-weight:500; padding:10px 30px; margin-top:35px!important;  text-transform:none;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;  }

.services .viewmore:hover { text-decoration:none; background-color:#ed1c24;  color:#fff;  }

.container1 {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #ed1c24;
}

.container1:hover .overlay {
  opacity: 1;
}
.container1 h4 {color:#fff; font-size:18px; font-weight:500;}
.text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

a.expand {
  display: block;
  z-index: 100;
  width: 110px;
  padding:5px 12px !important;
  background:transparent !important;
  border: solid 1px #fff !important;
  text-align: center;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-decoration:none;
}

a.expand:hover {background:#fff !important; color:#212121 !important; border: solid 1px #fff !important;}

.package {background: url(../img/footer.jpg) no-repeat; background-size:cover; width:100%; padding:75px 0;}
.package h2 {color:#fff;  font-size:35px; line-height:30px; font-weight:600; text-transform: none; margin-bottom:15px;}
.package h4 {color: #fff;  font-size:22px; line-height:24px; font-weight:400; text-transform: none; margin-bottom:40px; }
.package h5 {font-size: 14px;
    letter-spacing: 0px;
    background: #d30518;
    display: table;
    margin: auto;
    padding: 2px 9px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;}
.package .uline {margin:15px auto; background:#2ebdff; height:2px; width:10%;}
.package p{color: #fff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    text-transform: none;
    margin: 10px 0;}
.package a {color:#FFFFFF; text-decoration:none;}
.package a:hover {color:#33CCFF;}
.package .fa {color:#fff; margin-right:5px;}

.packages {background: #EAEAEA; padding:65px 0px;}
.packages h1 {color:#212121; text-align:center; font-size:35px; line-height:35px;  font-weight:300; text-transform: none; margin-bottom:10px;}
.packages .uline { width:12%; height:2px; background:#f05979; margin:10px auto;}

.address {padding:0; margin:0;}
.address p {margin:0 0 12px 0;}

.pack1 {background:#2c3e4f; padding:15px 25px; max-height:530px; height:530px;}
.pack1 h2 {font-size:24px; color:#FFFFFF !important; text-align:center; text-transform:uppercase; font-weight:400;}
.pack1 .inner {background:#273848; padding:3px 10px;}
.pack1 h3 {font-size:20px; color:#FFFFFF !important; text-align:center; text-transform:uppercase; font-weight:400;}
.pack1 .uline { width:15%; height:2px; background:#374b5f; margin:10px auto;}
.pack1 p {color:#fff; font-size:15px; line-height:25px; font-weight:300; text-transform:none; margin:10px 0px;}
.pack1 ul li {margin:0px; padding:0px;  color:#FFFFFF;}

.pack2 {background:#e54d42; padding:15px 25px; max-height:530px; height:530px;}
.pack2 h2 {font-size:24px; color:#FFFFFF !important; text-align:center; text-transform:uppercase; font-weight:400;}
.pack2 .inner {background:#db473c; padding:3px 10px;}
.pack2 h3 {font-size:20px; color:#FFFFFF !important; text-align:center; text-transform:uppercase; font-weight:400;}
.pack2 .uline { width:15%; height:2px; background:#f4594e; margin:10px auto;}
.pack2 p {color:#fff; font-size:15px; line-height:25px; font-weight:300; text-transform:none; margin:10px 0px;}
.pack2 ul li {margin:0px; padding:0px;  color:#FFFFFF;}

.pack3 {background:#3a99d9; padding:15px 25px; max-height:530px; height:530px;}
.pack3 h2 {font-size:24px; color:#FFFFFF !important; text-align:center; text-transform:uppercase; font-weight:400;}
.pack3 .inner {background:#3592d0; padding:3px 10px;}
.pack3 h3 {font-size:20px; color:#FFFFFF !important; text-align:center; text-transform:uppercase; font-weight:400;}
.pack3 .uline { width:15%; height:2px; background:#43a3e3; margin:10px auto;}
.pack3 p {color:#fff; font-size:15px; line-height:25px; font-weight:300; text-transform:none; margin:10px 0px;}
.pack3 ul li {margin:0px; padding:0px;  color:#FFFFFF;}

.pack4 {background:#2e81b7; padding:15px 25px; max-height:530px; height:530px;}
.pack4 h2 {font-size:24px; color:#FFFFFF !important; text-align:center; text-transform:uppercase; font-weight:400;}
.pack4 .inner {background:#2b7baf; padding:3px 10px;}
.pack4 h3 {font-size:20px; color:#FFFFFF !important; text-align:center; text-transform:uppercase; font-weight:400;}
.pack4 .uline { width:15%; height:2px; background:#3389c1; margin:10px auto;}
.pack4 p {color:#fff; font-size:15px; line-height:25px; font-weight:300; text-transform:none; margin:10px 0px;}
.pack4 ul li {margin:0px; padding:0px;  color:#FFFFFF;}

.bg_pack {background:url(../img/package.jpg) no-repeat; background-size:cover; background-attachment:fixed; width:100%; padding:65px 0;}
.bg_pack_cont {top:40%;}
.bg_pack_cont h3 {color:#fff;  font-size:30px; line-height:30px; font-weight:400; text-transform: none; margin-bottom:20px;}
.bg_pack_cont p{color:#fff;  font-size:16px; line-height:25px; font-weight:400; text-transform:none; margin:15px 0px;}


.method { background: #transparent; width:100%; padding:100px 0;}
.method h2 {color:#172e5d;  font-size:35px; line-height:30px; font-weight:400; text-transform: none; margin-bottom:20px;}
.method h3 {font-weight:400!important;}
.method h4 {color: #666666;  font-size:22px; line-height:24px; font-weight:400; text-transform: none; margin-bottom:20px; }
.method img {margin:25px 0 0 0;}
.method .uline {margin:15px auto; background:#ed1c24; height:2px; width:10%;}




.back-to-top{position: fixed;bottom: 55px;right: 20px;}




.banner-company {background: url(../img/slides/banner-company.jpg) no-repeat; background-position:center; /*background:#174d71;*/ width:100%; height:400px; background-size:cover; padding:170px 0px 10px 0px; position:relative;} 
.banner-company h2 {color:#fff; font-size:35px; text-transform:none; font-weight:300; }
.banner-company p {color:#fff; font-size:16px;}




/*--------------------------------------------------------------------------
	Footer Style
--------------------------------------------------------------------------*/
.footer {padding:25px 0px; width:100%; background:#1e1e1e; font-size:14px; color:#fff;}
.footer img {margin-bottom:25px!important;}
.footer p { color: #fff; margin:22px 0;  font-weight:400; line-height:25px;  font-size:14px!important; letter-spacing:0px}
.footer a { color:#fff; text-decoration:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; font-weight:400;}
.footer a:hover {color: #03bbff; text-decoration:none;}

.copyrgt {padding:25px 0 0 0;}
.copyrgt p {margin:10px 0px; color:#999999; font-weight:400;  font-size:14px!important;}

.btmicons {margin:15px auto !important;}
.socialmedia {margin:0px; padding:0px; list-style:none;}
.socialmedia ul {margin:0px; padding:0px; list-style:none;}
.socialmedia li {margin:0px; padding:0px; list-style:none; float:left; border-bottom:none !important; background-image:none !important;}
.socialmedia li a{ background-image:none !important; font-size:18px; color:#fff; margin:0px 5px; padding:0px; width:35px; height:35px; line-height:35px; text-align:center; display:inline-block; vertical-align:middle; background:#transparent; -moz-border-radius:50px; -webkit-border-radius:50px; border-radius:50px; border:2px #fff solid;  -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s;}
.socialmedia li a:hover {background: #transparent; border:2px #fff solid; color: rgb(98, 98, 98);}


/*--------------------------------------------------------------------------
	Enquiry Form
--------------------------------------------------------------------------*/

.enquiry_form { width:100%; font-size:15px;  }
.enquiry_form h2 {font-size:22px; color:#212121; font-weight:500; margin-bottom:15px;}
.enquiry_form tr td span { font-size:14px; color: rgb(98, 98, 98);  }
.enquiry_form tr td { padding-bottom:10px; }
.enquiry_form tr .left_section { width:150px; color: rgb(98, 98, 98);}
.enquiry_form tr .left_section span{font-size:14px; color:#FF0000;}
.enquiry_form .text_box { width:100%; height:40px; border:1px solid #c0c0c0; font-size:13px; padding-left:10px; padding-right:5px; color: rgb(98, 98, 98); }

.enquiry_form .comments_box {  font-size:16px; width:100%; height:145px; max-height:145px; /*max-width:345px;*/ border:1px solid #c0c0c0; padding-left:10px; padding-right:5px; padding-top:8px; line-height:23px;  font-size:13px;  color: rgb(98, 98, 98);}

.enquiry_form .styled-select select { background: transparent; width: 345px; padding: 5px; font-size: 16px; line-height: 1; border: 0; border-radius: 0; height: 40px; border:none; -webkit-appearance: none; -moz-appearance: none; appearance: none;  font-size:16px; }

.enquiry_form .styled-select { overflow: hidden;  background:url(../images/select_arw.png) no-repeat; background-position:95% center; border:1px solid #cbcbcb; width:345px;  height:40px; line-height:40px; padding-right:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  font-size:16px; }
.enquiry_form .submit_enquiry { color:#fff; border:none; padding:8px 25px; background-color: #FF0000;  font-size:15px; font-weight:500; border-radius:3px; padding:10px 30px;  cursor:pointer; text-transform:none; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; -ms-transition: all ease 0.3s; transition: all ease 0.3s; }
.enquiry_form .submit_enquiry:hover, .enquiry_form .submit_enquiry:focus { background-color: #fecb00; color:#000000;  }

.red {font-size:14px; color:#FF0000;}


/*--------------------------------------------------------------------------
+	Breadcrumbs Section Style
--------------------------------------------------------------------------*/
.section-breadcrumbs {
  background-image: url(../img/inner-banner.jpg); background-repeat:no-repeat; background-position:right; height:250px; width:100%; padding:125px 0px; font-size:34px; color:#fff;  background-color:#10609e;  
}
.section-breadcrumbs h1 {
  color: #FFF;
  font-size: 34px;
  font-weight:400;
  margin-bottom: 0;
}
@media(max-width:767px) {
.section-breadcrumbs {
  margin-top:50px;
}

.abt_cont {padding:35px 0;} 
.navbar-brand {padding:10px 0 0 15px; float:none;}
.gallery h1 {font-size:26px; line-height:30px;}

}


/*--------------------------------------------------------------------------
+	Custom Style for Tabs (overrides Bootstrap)
--------------------------------------------------------------------------*/
.nav-tabs > li > a {
  font-size: 1.1em;
  padding: 10px 15px;
  color: #535b60;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-top: 3px solid #4f8db3;
  border-bottom-color: transparent;
  cursor: default;
}

/*--------------------------------------------------------------------------
+	Buttons Style
--------------------------------------------------------------------------*/
.btn {
  border: 1px solid #ed1c24;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 35px;
  background-clip: padding-box;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
  background: none repeat scroll 0 0 #ed1c24;
  text-shadow: none;
  box-shadow: none;
  color: #FFF;
  white-space: nowrap;
}
.btn:hover {
  background: none repeat scroll 0 0  #11b3c3;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #0099FF;
  outline: 0;
}
.btn:selected {
outline: 0;
}
.btn .caret {
  border-top: 4px solid #FFF;
}
.btn-micro {
  padding: 1px 8px;
  font-size: 10px;
}
.btn-grey {
  border: 1px solid #cecece;
  color: rgb(98, 98, 98);
  background: none repeat scroll 0 0 #E7E7E7;
}
.btn-grey:hover {
  background: none repeat scroll 0 0 #cecece;
  color: rgb(98, 98, 98);
  text-decoration: none;
  border: 1px solid #cecece;
}
.btn-grey .caret {
  border-top: 4px solid #333;
}
.btn-blue {
  border: 1px solid #3e7191;
  color: #FFF;
  background: none repeat scroll 0 0 #4F8DB3;
}
.btn-blue:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-orange {
  border: 1px solid #cc5a00;
  color: #FFF;
  background: none repeat scroll 0 0 #FF7000;
}
.btn-orange:hover {
  background: none repeat scroll 0 0 #d45d00;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #d45d00;
}
.btn-green {
  border: 1px solid #4c5818;
  color: #FFF;
  background: none repeat scroll 0 0 #6E8023;
}
.btn-green:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-red {
  border: 1px solid #ab0d0d;
  color: #FFF;
  background: none repeat scroll 0 0 #DA1111;
}
.btn-red:hover {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #3b3c41;
}
.btn-group.open .btn.dropdown-toggle {
  background: none repeat scroll 0 0 #3b3c41;
  color: #FFF;
}
.dropdown.open a.dropdown-toggle .caret {
  border-top: 4px solid #FFF;
}

@media (min-width: 1199px) {
.header_bg .navbar-brand img { /*max-width:100%;*/ margin:0;}
.header_bg { position:absolute; left:0px; right:0px; width:100%; top:0px;  -webkit-transition: all .6s ease; transition: all .6s ease; }
.header_height { height:225px; width:100%; }
.home_slider .slick-dots { width:1200px; }
.header_bg.sticky_header1{ position:fixed; z-index:999; width:100%; left:0; right:0; padding-top:10px; padding-bottom:10px; top:0px; background-color:#d30518; height:auto;}
.header_bg.sticky_header{ top:0; -webkit-transition: all .4s ease; transition: all .4s ease; }
.header_bg.sticky_header1 .header { padding:0px;  }
.header_bg.sticky_header1 .navbar-brand {  max-width:225px; }
.header_bg.sticky_header1 .header_top { display:none; }
.header_bg.sticky_header1 .header_right { display:none; }
.header_bg.sticky_header1 .menu_bg .w-container { position:relative; }
.header_bg.sticky_header1 .menu_bg .menu_outer { float:right; position: absolute; top: -53px; right: 0px; background-color:#1e5c37; }
.header_bg.sticky_header1 #menu li.current-page-item a { background-position:center 38px; }
.header_bg.sticky_header1 #menu > li > a { font-size:14px; padding: 16px 25px; }
.header_bg.sticky_header1 #menu > li:last-child { border:none; }
.header_bg.sticky_header1 #menu li:hover > ul { top:46px; }
.header_bg.sticky_header1 #menu ul a { font-size:14px; padding:8px 10px; }
}

@media (max-width: 1199px) {
	.activities_box { width:100%; margin:0px; }
	.quick_contact_form .txt_box { width:178px; }
	.quick_contact_form .submit_btn { padding:0px 13px; }
}

@media (max-width: 991px) {
.grn_cont .content_right { padding:25px 35px	 }
.grn_cont h3 { font-size:30px; }

.outbound .content_right{ padding:25px 35px	 }
.outbound h3 { font-size:30px; }

.gudlife .content_right{ padding:25px 35px	 }
.gudlife h3 { font-size:30px; }



.wallclimbing_cont .content_right{ padding:25px 35px	 }
.wallclimbing_cont h3 { font-size:30px; }

.campfire_cont .content_right{ padding:25px 35px	 }
.campfire_cont h3 { font-size:30px; }

.trekking_cont .content_right{ padding:25px 35px	 }
.trekking_cont h3 { font-size:30px; }

.map_right{ padding:25px 35px	 }
.map_left, .map_left iframe { height:450px; }

}





@media(max-width:480px) {

.current_activities {padding:35px 15px;}
.current_activities h1 {font-size:26px; line-height:30px!important; margin-bottom:0!important;}
.current_activities h2 {font-size:18px; line-height:24px!important;}
.current_activities .uline {width:25%;}

.services {padding:35px 15px;}
.services h2 {font-size:30px; line-height:30px!important; margin-bottom:0!important;}
.services .uline {width:25%;}

.package {padding:35px 15px;}
.package h2 {font-size:30px; line-height:30px!important; margin-bottom:0!important;}
.package .uline {width:25%;}

.method {padding:35px 15px;}
.method h2 {font-size:30px; line-height:30px!important; margin-bottom:0!important;}
.method .uline {width:25%;}
.method img {margin-bottom:25px;}

.footer {padding:35px 15px;}
.footer img {width:75%;}

td {
  display: block;
  clear:both;
}
}













@media (max-width: 767px) {
.current_activities {padding:35px 15px;}
.current_activities h1 {font-size:26px; line-height:30px!important; margin-bottom:0!important;}
.current_activities h2 {font-size:18px; line-height:24px!important;}
.current_activities h3 {line-height:24px;}
.current_activities p {line-height:24px;}
.current_activities .uline {width:25%;}

.address {padding:25px 0 0 0;}
.gallery {padding:15px 0;}

.services {padding:35px 15px;}
.services h2 {font-size:30px; line-height:30px!important; margin-bottom:0!important;}
.services .uline {width:25%;}

.package {padding:35px 15px;}
.package h2 {font-size:30px; line-height:30px!important; margin-bottom:30px!important;}
.package .uline {width:25%;}

.method {padding:35px 15px;}
.method h2 {font-size:30px; line-height:30px!important; margin-bottom:0!important;}
.method .uline {width:25%;}
.method img {margin-bottom:25px;}

.footer {padding:15px 0px;}
.footer img {width:75%;}

	.header_contact_bg { display:none; }
	.header_bg { padding:10px 0px !important; }
	.navbar-collapse { position:relative; z-index:99; }
	.grn_cont .img_left { width:100%; height:300px; }
	.grn_cont .content_right { width:100%; padding:40px 15px; padding-top:0px; }
	.outbound .img_left { width:100%; height:300px; }
	.outbound .content_right  { width:100%; padding:40px 15px; padding-top:0px; }
	.gudlife .img_left { width:100%; height:300px; }
	.gudlife .content_right  { width:100%; padding:40px 15px; padding-top:0px; }
	.bicycle_cont .img_left { width:100%; height:300px; }
	.bicycle_cont .content_right  { width:100%; padding:40px 15px; padding-top:0px; }
	.ropecourse_cont .img_left { width:100%; height:300px; }
	.ropecourse_cont .content_right  { width:100%; padding:40px 15px; padding-top:0px; }
	.wallclimbing_cont .img_left { width:100%; height:300px; }
	.wallclimbing_cont .content_right  { width:100%; padding:40px 15px; padding-top:0px; }
	.campfire_cont .img_left { width:100%; height:300px; }
	.campfire_cont .content_right  { width:100%; padding:40px 15px; padding-top:0px; }
	.trekking_cont .img_left { width:100%; height:300px; }
	.trekking_cont .content_right  { width:100%; padding:40px 15px; padding-top:0px; }
	
	.current_activities { padding:50px 15px; }
	.map_left, .map_left iframe { width:100%; height:300px; }
	.map_right{ width:100%; padding:20px 15px; padding-top:0px; }
	.grn_cont h3{ font-size:25px; }
	.outbound h3{ font-size:25px; }
	.gudlife h3{ font-size:25px; }
	.location h3 { font-size:25px; }
	.current_activities .thumimg {width:100%;}
}
