/*--------------------------------------------------------------------------
	General Style
--------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Urbanist", sans-serif;
	font-weight: normal;
    color: #fff;
	line-height: 1.42857143;
	background:#1457bb;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


.urbanist-<uniquifier> {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.orbitron-<uniquifier> {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.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: #FFF;
}
.section-dark {
  background: #1457bb;
}
.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: #53555c;
  
  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: #fff;
  outline: 0;
  cursor:pointer;
}
a:hover {
  color: #fff;
  text-decoration:none;
  outline: 0;
}

.navbar-brand {
    padding:0;
	font-family: "Orbitron", sans-serif;
	color:#fff;
    font-size: 24px;
	font-weight:800;
}

.navbar-brand img {width:60%; max-width:60%;}

.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:600;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;
}




#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:#1457bb; width:100%; padding:70px 0;}
.current_activities h1 {font-family: "Orbitron", sans-serif; color:#ffffff; font-size:50px; line-height:65px; font-weight:600; width:70%; margin:auto; text-transform: none; margin-bottom:45px;}
.current_activities .uline {margin:15px auto; background:#00e4ff; height:2px; width:15%;}
.current_activities h2 {font-family: "Orbitron", sans-serif; color: #ffffff;  font-size:32px; line-height:40px;  font-weight:600; text-transform: none; margin:0; margin-bottom:10px;}
.current_activities .line2 { width:25% !important; background:#ed2024; height:1px; margin:15px 0;}
.current_activities h3 {font-family: "Orbitron", sans-serif; color: #ffffff;  font-size:28px; line-height:30px;  font-weight:600; text-transform: none; margin:0; margin-bottom:10px!important;}
.current_activities h4 { color:#ffffff; font-size:16px; font-weight:500; text-transform:uppercase; margin-bottom:10px;}
.current_activities h5 {font-size:14px; letter-spacing:2px; background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%); display:table; margin:auto; padding:2px 9px; text-transform:uppercase; color:#fff; margin-bottom:12px;}
.current_activities img { margin-bottom:12px;}
.current_activities p{color:rgba(255,255,255,0.7);  font-size:17px; font-weight:600; line-height:1.6; font-weight:500; text-transform:none; margin:10px 0;}

.current_activities ul {margin:0; padding:0; list-style:none;}
.current_activities li {margin:0; padding:0; list-style:none; color:rgba(255,255,255,0.7);  font-size:17px; line-height:23px; font-weight:500; text-transform:none; margin:10px 0; background:url(../img/tick.svg) no-repeat left 3px; padding-left:25px;}

.current_activities_sec {background:#1a0b1c; border:1px rgba(255,255,255,0.3) solid; padding:25px; border-radius:15px; margin:10px 0; -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_sec:hover {border:1px #ffffff solid;}

.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;}

.abt_cont {padding:50px 0;}

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

.faq {padding:65px 0 0 0;}



.gallery { background: #1457bb; width:100%; padding:50px 0;}
.gallery h1 {font-family: "Orbitron", sans-serif;
    color: #ffffff;
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 15px;}
.gallery p {color:rgba(255,255,255,0.7);  font-size:17px; font-weight:600; line-height:1.6; font-weight:500; text-transform:none; text-align:center; margin:10px 0;}
.gallery .uline {margin:15px auto; background:#00e4ff; height:2px; width:15%;}
.gallery img {border-radius:10px; margin:10px 0; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}

.gallery_sec {background:#1a0b1c; border:1px rgba(255,255,255,0.3) solid; padding:0; margin:0; border-radius:15px; margin:10px 0; -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;}
.gallery_sec:hover {border:1px #ffffff solid;}
.gallery_sec img {margin:0;}
.gallery_cont_sec {padding:9px 20px;}
.gallery_cont_sec h4 {font-family: "Orbitron", sans-serif; color: #fff; font-size:20px; line-height:1.6; margin:0; margin-bottom:0px;}
.gallery_cont_sec p {margin:2px 0; margin-bottom:0; color:#b6afb7;}

.counter {padding:50px 0;}
.counter_sec {padding:0 15px;}
.counter_sec h4{font-family: "Orbitron", sans-serif; color: #fff; font-size: 45px; line-height: 40px; font-weight: 600; text-transform: none;}
.counter_sec p {font-size:18px; color:#b6afb7; font-weight:500;}


/*roadmap starts here*/
.timeline {
    position: relative;
    background: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #9d25cb;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
	font-family: "Orbitron", sans-serif;
    font-size: 26px;
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #bf24fb;
	font-weight:600;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background:rgba(191,36,251,0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #1a233a;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: linear-gradient(90deg, rgb(224, 24, 255) 0%, rgb(130, 63, 255) 100%);
    border: 2px dashed #1457bb;
}
.timeline-row .timeline-content h4 {
	font-family: "Orbitron", sans-serif;
    color: #ffffff;
	font-size:30px;
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}
.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}
.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: linear-gradient(90deg, rgb(224, 24, 255) 0%, rgb(130, 63, 255) 100%);
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
	background:#1457bb;
	
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
	background: linear-gradient(90deg, rgb(224, 24, 255) 0%, rgb(130, 63, 255) 100%);
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
	
}
.timeline-row:nth-child(odd) .timeline-time {
	font-family: "Orbitron", sans-serif;
	font-size:26px;
	font-weight:600;
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
		text-align:center;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}

/*roadmap ends here*/

.product {padding:45px 0;}
.product_sec { background:rgba(0,0,0,0.049); padding:25px 30px; border-radius:15px; height:225px!important; margin-bottom:12px;}
.product_sec p {color: rgba(255, 255, 255, 0.7); font-size: 15px; font-weight: 500; line-height: 1.6; font-weight: 500; text-transform: none; text-align: left; margin: 10px 0;}
.product_sec h4 {color:#fff; font-size:20px; font-weight:600; margin-bottom:12px;}
.product_sec ul {margin:0; padding:0; list-style:none;}
.product_sec li {margin:0; padding:0; list-style:none; background: url(../img/tick.svg) no-repeat left 3px; padding-left: 25px; color: rgba(255, 255, 255, 0.7); font-size: 15px; font-weight: 500; line-height: 16x; font-weight: 500; text-transform: none; text-align: left; margin: 7px 0;}

.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: #fff; width:100%; padding:100px 0 0 0;}
.services h2 {color:#172e5d;  font-size:45px; 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: #222; width:100%; padding:75px 0;}
.package h2 {color:#fff;  font-size:45px; line-height:30px; font-weight:300; text-transform: none; margin-bottom:55px;}
.package h4 {color: #fff;  font-size:22px; line-height:24px; font-weight:400; text-transform: none; margin-bottom:20px; }
.package h5 {font-size: 14px;
    letter-spacing: 2px;
    background: linear-gradient(90deg, rgb(224, 24, 255) 0%, rgb(130, 63, 255) 100%);
    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 {padding:65px 0px;}
.packages h1 {font-family: "Orbitron", sans-serif; color:#ffffff; text-align:left; font-size:20px; line-height:25px; margin:0;  font-weight:600; text-transform: none; margin-bottom:30px;}
.packages .uline { width:12%; height:2px; background:#f05979; margin:10px auto;}
.packages p {color:rgba(255,255,255,0.7); font-size:16px; margin-bottom:20px; line-height:30px;}
.packages a {color:rgba(255,255,255,0.7); 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;}
.packages a:hover {color:#fff; text-decoration:underline;}
.packages ul {margin:0; padding:0; list-style:none;}
.packages li {margin:0; padding:0; list-style:none; color:#fff;  font-size:16px; line-height:32px; font-weight:500; text-transform:none; margin:10px 0; background:url(../img/tick.svg) no-repeat left 8px; padding-left:25px;}
.packages li a {color:rgba(255,255,255,0.7); -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;}
.packages li a:hover {color:#fff;}

.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: #fff; width:100%; padding:100px 0;}
.method h2 {color:#172e5d;  font-size:45px; 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;}


<!--/*dashboard sec starts*/-->

.login {width:100%; padding:10% 0;}
.login-sec {margin:0; padding:0;}
.login-sec img {width:13%; max-width:13%;}
.login-sec h1 {font-size:30px; color:#fff; font-weight:600; text-align:center; line-height:32px; margin-bottom:15px;}
.login-sec h4 {font-size:17px; color:#fff; font-weight:500; text-align:center; text-transform:none; line-height:18px; margin-bottom:32px;}
.login-sec p {color: rgb(156 163 175); font-size:15px; text-align:center; line-height:20px; margin:10px 0;}
.login-sec a { color:#fff; text-decoration:none;}
.login-sec a:hover {color:#fff;}

.login_sec { background: #1457bb; width:100%; padding:75px 0;}
.login_sec h1 {font-family: "Orbitron", sans-serif;
    color: #ffffff;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 45px;}
.dash_sec img {width: 15%; max-width: 15%; margin-bottom: 8px;}

.dash_sec {background:#1a0b1c; border:1px rgba(255,255,255,0.3) solid; padding:20px; border-radius:15px; margin:10px 0; -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;}
.dash_sec:hover {border:1px #ffffff solid;}
.dash_sec img {width:20%; max-width:20%; margin-bottom: 8px;}
.dash_cont_sec {padding:0px 20px;}
.dash_cont_sec h4 {font-family: "Orbitron", sans-serif; color: #fff; font-size:16px; line-height:1.6; margin:0; margin-bottom:0px;}
.dash_cont_sec p {margin:2px 0; margin-bottom:0; color:#b6afb7;}

a.icoview {right:30px; font-size:20px; color:#111!important; text-decoration:none; position:absolute; top:10px; display:inline-block;}
a.icoview  .fa {color:#111; }

.service_sec {padding: 25px 15px; background: rgb(26, 11, 28); border-radius:10px; border:1px transparent 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;}
.service_sec h2 {font-size:18px; font-weight:600; color:#fff; margin-bottom:5px; margin-top:0;}
.service_sec p {font-size:14px; color:rgb(156 163 175); font-weight:400; line-height:1.6; margin:4px 0;}
.service_sec p span {color:#ffffff;}
.service_sec:hover {border:1px solid #ffffff;}

.chartht {height:450px!important; width:100%;}
.violet_txt {color:#c023fa; font-size:12px;}

.ico1 {float:left; width:100px;}
.ico1 img {width:100%; max-width:100%;}
.ico1_cont {float:left; margin-left:15px; width:350px;}
.ico1_cont .fa {float:right; margin-right:15px; color:#fff; font-size:17px;}

.ico2 {float:right; width:100px;}
.ico2 img {width:80%; max-width:80%;}
.ico2_cont {float:right; margin-right:10px; width:350px; text-align:right;}
.ico2_cont p {text-align:right;}

/*form section*/
.did-floating-label-content { 
  position:relative; 
  margin-bottom:20px; 
}
.did-floating-label {
  color:#ffffff; 
  font-size:12px;
  text-transform:uppercase;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:25px;
  top:11px;
  padding:0 10px;
  background:#1457bb;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.did-floating-input, .did-floating-select {
  font-size:15px;
  display:block;
  width:100%;
  height:50px;
  padding: 10px 25px;
  background: transparent;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  &:focus{
    outline:none;
    ~ .did-floating-label{
      top:-8px;
      font-size:11px;
    }
  }
}

select.did-floating-select {
  background:#1457bb;
  color: #ffffff;
}

select.did-floating-select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.did-floating-select::-ms-expand {
  display: none;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top:-8px;
  font-size:13px;
}
.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top:-8px;
  font-size:13px;
}
.did-floating-select[value=""]:focus ~ .did-floating-label {
  top:11px;
  font-size:13px;
}
.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}

.did-error-input{
  .did-floating-input, .did-floating-select {
    border: 2px solid #F00;
    color:#F00;
  }
  .did-floating-label{
    font-weight: 600;
    color:#9d3b3b;
  }
  .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}
}

.input-group {
  display: flex;
  .did-floating-input{
    border-radius:0 4px 4px 0;
    border-left:0;
    padding-left:0;
  }
}
.input-group-append {
  display:flex;
  align-items:center;
/*   margin-left:-1px; */
}
.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height:40px;
	background:#tranaparent;
    color:rgb(163 230 53);
    padding: 0 5px 0 20px;
   font-size:14px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid rgb(163 230 53);
  border-radius: 4px;
  border-right:none;
}



/*form section*/


/*--------------------------------------------------------------------------
	Footer Style
--------------------------------------------------------------------------*/
.footer {padding:25px 0px; width:100%; background: #0f4fae; font-size:14px; color:#fff;}
.footer img {margin-bottom:25px!important;}
.footer p { color: rgba(255, 255, 255, 0.7); 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:#fff; 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) {
.navbar-inverse .navbar-nav > .active2 {margin:5px 0!important;}
.section-breadcrumbs { margin-top:50px;}
.current_activities img {width:100%; margin-bottom:10px;}
.current_activities_sec img {width:20%!important;}
.abt_cont {padding:35px 0;}
.gallery_cont_sec h4 {font-size:15px;}
.ftr_pad {padding:40px 0 0 0;}
.packages {45px 0;}
.packages h1 {margin-top:15px;}
.timeline-row .timeline-time {font-size:20px;}
.timeline-row .timeline-content h4 {font-size:25px; margin:0 0 10px 0;}
.faq {padding:30px 0 0 0;}
.accordion {font-size:13px;}
.panel p {font-size:15px;}
.product_sec {height:auto!important}
}


/*--------------------------------------------------------------------------
+	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 {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  padding:10px 20px;
  background-clip: padding-box;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  -webkit-transition-duration:.3s;-moz-transition-duration:.3s;transition-duration:.3s
  text-align: center;
  background: linear-gradient(90deg, rgb(224, 24, 255) 0%, rgb(130, 63, 255) 100%);
  text-shadow: none;
  box-shadow: none;
  color: #FFF;
  white-space: nowrap;
}
.btn:hover {
  background: linear-gradient(-90deg, rgb(224, 24, 255) 0%, rgb(130, 63, 255) 100%);
  color: #FFF;
  text-decoration: none;
  
  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 {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:#fff; 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;
}

.bg-proj-slider {padding:65px 0;}
.prod_img {margin:25px 0;}
.proj-slider {padding:45px 15px;}
.proj-slider p {font-size:16px; width:100%;}

}

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

.address {padding:25px 0 0 0;}
.gallery {padding:15px 0;}
.gallery h1 {font-size:26px; line-height:30px!important; margin-bottom:30px!important; width:100%;}

.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%;}

.counter_sec {margin:20px 0;}
.counter_sec h4 {font-size:30px; line-height:30px; margin-bottom:10px;}
.counter_sec p {font-size:14px; height:20px;}

.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:40px 0px; }
	.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%;}
	

<!--/*DASHBOARD AREA*/-->	
.login_sec { padding:40px 0;}
.login_sec h1 {font-size: 26px; line-height: 30px; font-weight: 600; margin-bottom: 30px;}
	
	
}
