@import url('https://fonts.googleapis.com/css?family=Montserrat: 100,200,300,400');
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #222;
	font-weight:300;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul, li {
	display: block;
}
a, li, i, img, button, input, textarea {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
a:hover {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:focus {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
}
p {
	float:left;
	width:100%;
}
b {
	font-weight:700;
}
img {
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}
header, section, footer {
	float:left;
	width:100%;
}
input, textarea, select {
	border: 1px #dfdfdf solid;
	padding: 11px 9px;
	border-radius: 0px;
}
input:focus, textarea:focus {
	border: 1px #35C8F5 solid;
	color: #111;
}
.line {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.line:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #35c8f5;
	height: 3px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.line:hover:before, .line:focus:before, .line:active:before {
	right: 0;
}

.f-t-img img {
    max-width: 120px;
}
.line-2 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.line-2:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #35c8f5;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.line-2:hover:before, .line-2:focus:before, .line-2:active:before {
	right: 0;
}
.line-3 {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.line-3:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #35c8f5;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.line-3:hover:before, .line-3:focus:before, .line-3:active:before {
	right: 0;
}
.modal-open section {
	/*-webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);*/
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
}
.blue-btn {
	float:left;
	border:none;
	background:#004a61;
	text-transform:uppercase;
	color:#fff;
	padding: 11px 21px;
}
.blue-btn:hover {
	background:#35C8F5;
	color:#fff;
}
.blue-btn:focus {
	color:#fff;
}
/*header*/
header {
	background:#fff;
}
/*end*/

/*banner*/
.banner {
	background:#032935;
}
#slider {
	float:left;
	width:100%;
}
#slider .b-pat {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(data:img/pat;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC) repeat;
	opacity: 0.5;
}
#slider .carousel-caption {
	right: 0;
	padding-bottom: 80px;
	float: left;
	width: 60%;
	text-align: left;
}
#slider .carousel-caption h1 {
	font-size:62px;
	text-transform:uppercase;
	font-weight:100;
}
#slider .carousel-caption h1 span {
	display:block;
	font-size:35px;
}
#slider .carousel-caption .b-s-btns {
	float:left;
	width:100%;
}
#slider .carousel-caption .b-s-btns i {
	color: #fff;
	border: 1px #fff solid;
	border-radius: 50px;
	padding: 2px 8px;
	font-size: 17px;
	margin-left: 4px;
	margin-top: 3px;
}
#slider .carousel-caption .b-s-btns a {
	float: left;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: #fff;
	padding: 12px 23px;
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 25px;
}
#slider .carousel-caption .b-s-btns a:hover {
	background: rgba(53, 200, 245, 1);
}
#slider .s-indicators {
	position: absolute;
	bottom: -33px;
	left: 45%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
#slider .s-indicators li {
	font-size: 18px;
	background: #004a61;
	border-radius: 100px;
	float: left;
	color: #fff;
	cursor: pointer;
	padding: 10px 17px;
	margin-right: 9px;
}
#slider .s-indicators li.active {
	background:#35c8f5;
}
@keyframes fade {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}
.carousel-fade .carousel-caption {
/*-webkit-animation: fade 2s;
	animation: fade 2s;
	animation-delay: 2s;*/
}
/*fade*/
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
html, body, .carousel, .carousel-inner, .carousel-inner .item {
	height: 100%;
}
/*end*/

/*about-us*/
.about {
	margin-bottom:70px;
}
.main-h {
	font-size: 62px;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 75px;
	float:left;
	width:100%;
	text-align:center;
}
.main-h-2 {
	font-size: 62px;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 75px;
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
}
.main-h span {
	color: #fff;
	background: #67cccc;
	padding: 0px 24px;
}
.about .main-h {
	margin-bottom: 25px;
	margin-top: 90px;
}
.main-h-line {
	display: table;
	background: #ccc;
	width: 75%;
	height: 1px;
	margin: auto;
}
.main-h-tag {
	float: left;
	width: 100%;
	text-align: center;
	font-style: italic;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 18px;
}
.about-p {
	margin-bottom: 0px;
	margin-top: 50px;
	font-size: 16px;
}
.about img {
	margin-top:50px;
	float:right;
}
.about-a {
	float:left;
	width:100%;
	margin-top:30px;
}
.about-a a {
	color:#35c8f5;
	text-transform:uppercase;
	font-size:18px;
	float:left;
}
.about-a a:hover {
	color:#004a61;
}
.about-a i {
	color: #35c8f5;
	border: 1px #35c8f5 solid;
	border-radius: 50px;
	padding: 2px 8px;
	font-size: 17px;
	margin-left: 7px;
	margin-top: 1px;
}
/*end*/

/*destinations*/
.destinations {
	background-attachment: fixed;
	background-image: url(../img/mountain-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 70px;
	background-size: cover;
}
.destinations .main-h-2 {
	margin-bottom:40px;
}
.col-dest-1 {
	float: left;
	width: 66%;
	margin-right: 10px;
}
.col-dest-2 {
	float: left;
	width: 33%;
}
.col-dest-3 {
	float: left;
	width: 100%;
}
.col-dest-3 .dest-type {
	float: left;
	width: 49.2%;
	margin-right: 10px;
}
.col-dest-3 .dest-type:last-child {
	margin-right:0px;
}
.dest-type {
	float: left;
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
	margin-top:12px;
}
.dest-type img {
	position: relative;
}
.dest-txt {
	float: left;
	width: 100%;
	color: #fff;
	position: absolute;
	bottom: 0px;
	padding: 0px 20px;
	height: 20%;
}
.dest-txt h3 {
	float: left;
	width: 100%;
	font-weight: 300;
	font-size:19px;
}
.dest-txt h3 span {
	display:block;
	font-size:15px;
}
.dest-txt p {
	float: left;
	width: 100%;
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 13px;
}
.dest-txt .dest-txt-a {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.col-dest-2 .dest-txt, .col-dest-3 .dest-txt {
	bottom: 0px;
	padding: 0px 10px;
	height: 40%;
}
.dest-img {
	background: -moz-linear-gradient(-45deg, #1880a0 0%, #f7831d 63%);
	background: -webkit-linear-gradient(-45deg, #1880a0 0%, #f7831d 63%);
	float: left;
	width:100%;
}
.dest-img img {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width:100%;
}
.dest-type:hover .dest-img img {
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
	transform: scale(1.1);
	opacity:0.6;
}
.dest-type:hover .dest-img {
	opacity:1;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/

.dest-type .dest-txt::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);
	content: '';
	opacity: 1;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}
.dest-type h3 {
	position: absolute;
	top: 50%;
	left: 22px;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	padding-bottom: 0px;
	text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
}
.dest-type .dest-txt::before, .dest-type p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.dest-type p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 22px;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}
.dest-type:hover h3 {
	color: #fff;
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.dest-type:hover .dest-txt::before, .dest-type:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.dest-type .dest-txt > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
/*end*/

/*Packages*/
.packages {
	margin-bottom:70px;
}
.packages .main-h {
	margin-bottom: 50px;
}
.packages-slider {
	float:left;
	width:100%;
}
.packages-types {
	float:left;
	width:100%;
	margin:0px 15px;
}
.packages-types img {
	float:left;
	width:100%;
}
.packages-img {
	background: -moz-linear-gradient(-45deg, #1880a0 0%, #f7831d 63%);
	background: -webkit-linear-gradient(-45deg, #1880a0 0%, #f7831d 63%);
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.packages-img img {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	width: 100%;
}
.packages-types:hover .packages-img img {
	opacity:0.6;
	-webkit-filter: grayscale(80%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
	filter: grayscale(80%);
	transform: scale(1.1);
}
.packages-types:hover .packages-content {
	border:1px #fff solid;
	box-shadow: 0px 19px 28px -13px rgba(0,0,0,0.5);
}
.packages-content {
	float:left;
	width:100%;
	border:1px #2cb3dc solid;
	margin-top:-1px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.packages-content h4 {
	float: left;
	width: 92%;
	font-size: 22px;
	color: #2cb3dc;
	font-weight: 300;
	margin: 20px 15px 5px 15px;
}
.packages-content p {
	float: left;
	width: 91%;
	margin: 0px 15px 17px 15px;
	font-size: 15px;
}
.packages-content ul {
	float:left;
	width:92%;
	margin:0px 0px 15px 15px;
}
.packages-content ul li {
	float:left;
	margin-right:20px;
}
.packages-content ul li a {
	color: #222;
}
.packages-content ul li i {
	color:#2cb3dc;
	margin-right:5px;
}
.packages .slick-list {
	padding: 0px 0px 30px 0px;
}
/*end*/

/*testimonials*/
.testimonials {
	background-attachment: fixed;
	background-image: url(../img/mountain-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 70px;
	background-size: cover;
}
.testimonials .main-h-2 {
	margin-bottom: 50px;
}
.test-slider {
	float:left;
	width:100%;
}
.test-types {
	float: left;
	width: 100%;
	margin:0px 15px;
}
.test-types:hover .test-content h5 {
/*color: #2cb3dc;*/
}
.test-content {
	float: left;
	width: 100%;
	background: #fff;
	padding: 22px 22px;
}
.test-content h5 {
	float:left;
	width:100%;
	font-size:24px;
	font-weight:300;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.test-content h5 span {
	display: block;
	font-size: 15px;
	color: #ff8037;
	margin-top: 6px;
}
.test-content p {
	float:left;
	width:100%;
	font-size:15px;
	margin-top:15px;
}
.test-arrow {
	display:table;
	margin:auto;
}
.test-img {
	float: left;
	width: 100%;
	color: #fff;
	margin-top: 30px;
}
.test-img img {
	border-radius: 100px;
	display: table;
	margin: auto;
}
.test-img b {
	float: left;
	width: 100%;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.test-img b span {
	font-size: 14px;
	display: block;
}
.testimonials .slick-prev, .testimonials .slick-next {
	top:16%;
}
/*end*/

/*footer*/
footer {
	background:#161616;
	color:#7b7b7b;
	font-weight:300;
}
footer h6 {
	color:#fff;
	text-transform:uppercase;
	margin-top:60px;
	font-size:20px;
	font-weight:200;
}
.f-contact {
	font-size: 15px;
	margin-top: 25px;
	background-attachment: scroll;
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100%;
}
.f-contact li {
	margin-bottom:15px;
	float:left;
	width:100%;
}
.f-contact li i {
	color: #fff;
	margin-right: 7px;
	float: left;
	margin-top: 3px;
	width: 5%;
}
.f-contact li span {
	float:left;
	width: 91%;
}
.f-links {
	font-size:15px;
	margin-top:25px;
	background-attachment: fixed;
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100%;
}
.f-links li {
	margin-bottom:8px;
	float:left;
	width:100%;
}
.f-links li a {
	color:#7b7b7b;
}
.f-links li a:hover {
	color:#fff;
}
.f-links li i {
	color: #161616;
	background: #fff;
	border-radius: 100px;
	padding: 5px 7px;
	font-size: 17px;
	margin-right: 8px;
	margin-top: 1px;
	width: 28px;
	height: 28px;
}
.f-txt {
	float: left;
	width: 100%;
	border-top: 1px #2c2c2c solid;
	margin-top: 70px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.f-t-img {
	float: left;
	width: 16%;
}
.f-txt p {
	float: left;
	width: 84%;
	font-size: 13px;
	border-left: 1px #2c2c2c solid;
	padding-left: 20px;
	margin-bottom: 0px;
}
.copyright {
	background:#202020;
}
.copyright p {
	margin: 17px 0px;
	float: left;
	font-size: 14px;
}
.copyright p span {
	float:right;
}
.copyright p span a {
	color: #7b7b7b;
}
.copyright p span a:hover {
	color: #fff;
}
#booking .modal-dialog {
	width: 470px;
	margin: 30px auto;
}
#booking .service-frm {
	margin-top:0px;
	margin-bottom:15px;
}
/*end*/


/*Inner-page*/
.nav-brand-in {
	width: 220px;
}
.inner-banner {
	background-attachment: fixed;
	background-image: url(../img/inner-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #fff;
	background-size: cover;
}
.inner {
	margin-bottom: 70px;
}
.inner-banner h1 {
	font-weight: 200;
	text-transform: uppercase;
	font-size: 62px;
	margin: 212px 0px 30px 0px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}
.inner-banner h1 span {
	font-size: 18px;
	display:block;
	text-transform:none;
	font-weight:300;
}
.inner-banner ul {
	float: right;
	/* width: 100%; */
	margin: 275px 0px 45px 0px;
}
.inner-banner ul li {
	float: left;
	display: inline-block;
	color: #cacaca;
}
.inner-banner ul li::after {
	content: "\f101";
	font-family: FontAwesome;
	vertical-align: top;
	margin: 0px 6px;
}
.inner-banner ul li:last-child::after {
	content:normal;
}
.inner-banner ul li a {
	color:#fff;
	vertical-align: inherit;
}
.inner-banner ul li a:hover {
	color:#fff;
}
.heading-in {
	font-weight:200;
	float:left;
	width:100%;
	font-size:40px;
	text-transform:uppercase;
	margin-top:50px;
}
.mr-50 {
	margin-bottom: 0px;
	margin-top: 50px;
}
.sidebar {
	float:left;
	width:100%;
	margin-top:50px;
}
.sidebar ul {
	float:left;
	width:100%;
}
.sidebar ul li {
	float:left;
	width:100%;
}
.sidebar ul li a i {
	margin-right:6px;
}
.sidebar ul li a {
	float: left;
	width: 100%;
	color: #222;
	border: 1px #dfdfdf solid;
	padding: 12px 15px;
	margin-top: -1px;
}
.sidebar ul li a:hover i {
	color:#35c8f5;
}
/*end*/

/*Tours*/
.tours-thumb {
	float:left;
	width:100%;
	margin-top:30px;
}
.tours-thumb .packages-types {
	float: left;
	width: 30%;
	margin-top: 30px;
}
.thumb-pagi {
	float: left;
	width: 100%;
	margin-top: 45px;
}
.thumb-pagi .pagination {
	display: table;
	margin: auto;
}
.d-table {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.d-table b {
	font-weight:400;
}
.d-table tr:nth-child(2n) {
	background:#e3ebf7;
}
.d-table tr td {
	padding: 9px;
}
.tour-p {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.tour-p p {
	float:left;
	width:100%;
	margin-bottom:23px;
}
.tour-p b {
	font-weight:400;
	margin-right:10px;
	color:#004a61;
}
.tour-p strong {
	float: left;
	width: 100%;
	font-weight: 400;
	font-size: 20px;
	margin: 20px 0px 5px 0px;
}
.tour-p a {
	margin-top: 20px;
	padding: 14px 33px;
	font-size: 17px;
}
.tour-slider {
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom:20px;
}
/*end*/

/*Contact*/
.contact-frm {
	float: left;
	width: 100%;
}
.contact-frm p {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 19px;
	font-size: 17px;
}
.contact-frm form {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom:30px;
}
.contact-frm form input {
	float: left;
	width: 49%;
	margin-bottom: 16px;
}
.contact-frm form input:nth-child(2n) {
	float: right;
}
.contact-frm form textarea {
	float: left;
	width: 100%;
	margin-bottom: 16px;
}
.contact-frm form button {
	padding: 9px 17px;
	float: right;
}
.contact-frm ul {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.contact-frm ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.contact-frm ul li i {
	float: left;
	color: #004a61;
	font-size: 18px;
	border: 1px #35C8F5 solid;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	padding: 10px;
	text-align: center;
	margin-right: 8px;
}
.contact-frm ul li span {
	float: left;
	width: 80%;
	margin-top: 10px;
}
.contact-frm-radio {
	float:left;
	width:100%;
}
/*end*/

/*Services*/
.service-p {
	float:left;
	width:100%;
	margin-bottom:0px;
	margin-top:20px;
}
.service-type {
	border-bottom: 1px #b7b7b7 dashed;
	padding-bottom: 51px;
	float:left;
	width:100%;
}
.service-type:last-child {
	border:none;
}
.service-type a {
	margin-top:20px;
}
.service-frm {
	float:left;
	width:100%;
	margin-top:25px;
}
.service-frm input, textarea, select {
	float:left;
	width:100%;
	margin-bottom:10px;
}
.service-img {
	background: -moz-linear-gradient(-45deg, #1880a0 0%, #f7831d 63%);
	background: -webkit-linear-gradient(-45deg, #1880a0 0%, #f7831d 63%);
	float: left;
	width: 100%;
	overflow: hidden;
	margin-top:25px;
}
.service-img:hover img {
	opacity: 0.6;
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
	transform: scale(1.1);
	width:100%;
	cursor:pointer;
}
/*end*/

/*testimonials*/
.testi-contant {
	float:left;
	width:100%;
	margin-top:40px;
	margin-bottom:10px;
}
.testi-contant p {
	float: left;
	width: 100%;
	background: #f2f2f2;
	padding: 17px 20px 20px 20px;
	margin-top:20px;
	margin-bottom:0px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.testi-contant p:hover {
	transform: scale(1.02);
	background: #fff;
	box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.15);
	color:#111;
}
.testi-contant p span {
	display:block;
	margin-top:10px;
	font-weight:300;
	color: #1681c7;
}
.testi-contant p b {
	display:block;
	font-weight:300;
	color: #222;
}
#security_code {
	width: 55%;
}
#captcha {
	padding: 8px;
}

header a.navbar-brand img {
    max-width: 155px;
}
/*end*/
