body {	color:#666;	font:300 15px/15px Roboto,Arial,Helvetica;background-color:#fff;-webkit-font-smoothing:antialiased;}

a{color:#00a9c6; text-decoration:none;}
a:hover{color:#666;}
.btn,a,.btn:hover,a:hover {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none !important;
}

h1,h2,h3,h4{margin: 0;line-height: 1em;}
h1{font:700 5em Roboto,Arial,Helvetica;margin:0.25em 0;text-transform: uppercase;}
h2{font:300 2.5em Roboto,Arial,Helvetica;margin-bottom: 1.5em;}
h3{font:300 2em Roboto,Arial,Helvetica;margin:2em 0 1em 0;}
h4{font:300 1.5em Roboto,Arial,Helvetica;margin-bottom: 1em;}
h4 i{margin-right: 0.5em;}

p{font-size:1em;line-height: 1.7em; margin-bottom: 1.7em;}

.spacer{padding: 6em 0;}

.btn{border:none;border-radius: 0;padding: 1em 4em;background: rgba(0,0,0,0.5);text-transform: uppercase;}
.btn:hover,.btn:active{color: #fff;}
.btn-default{color: #ccc;border: 1px solid #aaa;}
.btn-default:hover,.btn-default:active{background: rgba(0,0,0,0.8);}
.btn-primary{color: #fff;background:#00a9c6;width: 100%;outline: none;}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#1BC0DC;box-shadow: none;}

.topbar {background:url(/images/lines.png);	height:5px;position: fixed;top: 0;width: 100%;z-index: 1000;}
.navbar-nav > li > a{font-size: 1em;line-height: 3.6em;}
.navbar-fixed-top{top: 5px;}
.navbar-inverse{background: #111;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{background: none; color: #8eb640;
 }
.navbar-default .navbar-nav>li>a {
    color: #334142;
	font-weight:500;
}
#head,.carousel{margin-top: 0;}

#home{padding-top: 6em;}
.carousel-caption{top:0;bottom: 0;left: 0; right: 0;padding: 0;}
.caption-wrapper{display: table;height: 100%;width: 100%;}
.caption-info{display: table-cell;vertical-align: middle;}
.caption-info p{font-size: 1.25em;}
.caption-info .btn i{margin-right:0.75em;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{width: 100%;}
.carousel-control{z-index:1000;}


.about.spacer{padding-left: 4em; padding-right: 4em;}
.process ul li{width: 10em;height: 10em;border: 1px solid #CEEBF0;padding: 0;border-radius: 50%;margin: 0 1.25em;line-height: 13.5em;color: #21ABCA;}
.process ul li span{line-height: 2em;display: inline-block;font-weight: 300;}
.process ul li span i{font-size: 3em;}
.process ul li span b{display: block;font-size: 1em;font-weight: 300;}

.text-center {
    text-align: center;
   
}
.pop_tour {
    margin-bottom: -25px;
    box-shadow: 2px 2px 8px 1px;
}

.pop_tour img {
    width: 100% !important;
    height: 196px;
    box-shadow: none !important;
    padding: 5px;
}

.pop_tour h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
}

.pop_tour p {
    margin: 0px 10px 16px 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}

.btn {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.btn-success {
    color: #fff;
    background-color: #072e4d;
    border-color: #072e4d;
}


.caption h3{color:white; font-weight:bold;
 margin-top:-180px; margin-bottom:0px;}
 
 .packg {
    color: white;
    font-weight: 400;
    font-size: 13px;
    background: #8eb640;
    padding: 9px;
}

.thumbnail .caption {
    padding: 9px 9px 1px 9px;
    color: #333;
    margin-top: -9px;
}


#footer {
    background: #262626;
    padding: 50px 0 0 0;
}
#footer h3 {
	color: #8eb640;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
    padding: 20px 0;
    margin-top: 50px;
    background: rgb(119,153,54);
    background: -moz-linear-gradient(top, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%);
    background: -webkit-linear-gradient(top, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%);
    background: linear-gradient(to bottom, rgba(119,153,54,1) 0%, rgba(142,182,64,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#779936', endColorstr='#8eb640', GradientType=0 );
}
#footer .social {
	margin: 20px 0 30px 0;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: rgba(255,255,255,0.8);
	    font-weight: 500;
}
#footer a {
	color: #f6f6f6;
}
#footer a:hover {
	color: #333;
}

#contact {
    padding: 100px 0 60px 0;
    background: #F6F6F6;
}


.tour_3{padding: 0px 0 0px 0;
    background: #F6F6F6;}
	
	#works{padding: 100px 0 1px 0;}
	
	#team{padding: 100px 0 60px 0;}
	
	.btn {
    border: none;
    border-radius: 0;
    
    background: #8eb640;
    text-transform: uppercase;
    color: white;
}

hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #8eb640;
    margin: 0;
    margin-bottom: 40px;
    border: 0;
}

.section-title hr {
    margin: 0 auto;
    margin-bottom: 40px;
}

.pak {
 
    font-weight: bold;
    font-size: 25px;
    text-shadow: 1px 1px 1px;
    color: #76993d;
    margin-bottom: 30px;
}

.itnry_dell span {
    background-color: #8eb640;
    display: inline-block;
    color: #fff;
    padding: 8px 16px;
    text-align: center;
    position: relative;
    margin-right: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.itnry_dell {
    background-color: #f2f2f2;
    font: 19px "PT Sans";
    color: #072e4d;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.exp_del {
    font-family: 'Raleway', sans-serif;
    font-size: 16px !important;
    color: grey;
    line-height: 26px !important;
    text-align: justify;
}

.pakg {
    margin-top: 7px;
    font-weight: bold;
    font-size: 25px;
    text-shadow: 1px 1px 1px;
    color: #76993d;
}

.pag {
    font-family: 'Raleway', sans-serif;
    font-size: 17px !important;
    color: grey;
    line-height: 30px !important;
	text-align:justify;
}

.team img {
    width: 100%;
}


#works {
    padding: 100px 0 60px 0;
    background: #f6f6f6;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 12px;
}

#trek .sec-title {
    background: #444 url(/images/kk.jpg) center center no-repeat fixed;
    background-size: cover;
}

.sec-title hr {
    margin: 0 auto;
    margin-bottom: 40px;
}

#trek .sec-title h2 {
    color: #fff;
	font-weight:500;
}
@media (max-width: 1200px) {
	body{font:300 13px/13px Roboto,Arial,Helvetica;}
	.navbar-brand{padding-top: 11px;}
	.process ul li{margin:0 0.5em; }
	
	.grid figure h2{font: 700 1.5em Roboto,Arial,Helvetica;}
	figure.effect-oscar figcaption{padding: 12%;}
	figure.effect-oscar figcaption::before,figure.effect-chico figcaption::before{top: 20px;right: 20px;bottom: 20px;left: 20px;}

	.partners img{margin: 0 25px 25px 0;}
}

@media (max-width: 900px) {
	h1{font: 700 3.5em Roboto,Arial,Helvetica;}
	h4 {font: 300 1.3em Roboto,Arial,Helvetica;}
	.btn{padding: 1em 2em;}
	.partners img{margin: 0 15px 25px 0;width: 157px;}
	.process ul li{width: 9em;height: 9em;}
	figure.effect-chico figcaption {padding: 2em;}	
	figure.effect-oscar figcaption {padding: 20%;}
	figure.effect-chico figcaption::before{top: 10px;right: 10px;bottom: 10px;left: 10px;}
	.grid figure.effect-chico p{font-size: 0.6em;line-height: 1.5em;}	
}


@media (max-width: 767px) {
	body{font:300 12px/12px Roboto,Arial,Helvetica;}
	.navbar-nav > li > a {line-height: 1em;}	
	.navbar-brand{padding: 7px;}
	.navbar-brand img{width:100px !important;}
	.navbar-toggle{margin-top: 12px;}

	.carousel-caption,.carousel-control,.carousel-indicators{display: none;}

	h2.text-center{text-align: left;font-size: 1.7em;}
	h4 {font: 300 1.2em Roboto,Arial,Helvetica;}
	#partners h2{padding: 0 1em;} 
	#works {padding-top: 5em;}

	.partners{display: block;float: left;}
	.partners img{width: 120px;}



	.about.spacer{padding-left: 2em;padding-right: 2em;}
	.spacer{padding:2em 0 0 0;}
	.process ul li{margin-bottom: 1em;}

	.highlight-info .overlay{padding-bottom: 2em;}

	.grid.team div{margin: 0;padding: 0;}
	figure.effect-chico figcaption {padding: 1.5em;}
	.footer{margin-top: 2em;padding-bottom: 2em;}
}

