/*
Site Name: 
Site URI: 
Author URI: www.ShiranTechdahal.com.np
Version:1.0.0
Description: 
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
# GLOBAL (fonts, heading and paragraphs )
# Helper Classes and Styles
## Disable Google map scrolling
## Table Block Display Styles
# Reset Bootstrap Styles
## Carousel
## Navbar Brand Height
## Changing Icons for Collapse
# Default Styles
## Arrow Head List Styles
# Widgets
## Widget Name
# Navigation
## Collapse
# Carousel
## Fade effect
# Footer
# Additional Styles
# Site Fixes
# Media Queries
## max-midth of 1024px & min-width of 768px
## max-midth of 991px
## min-midth of 768px
## max-midth of 767px
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# GLOBAL (fonts, heading and paragraphs )
--------------------------------------------------------------*/
html,
body {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	font-size: 14px;
	font-size: 1em;
	color: #333;
	min-width: 300px;
}

* {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
}

h1 { 
	font-size: 54px;
	line-height: 55px;
}

h2 {
	font-size: 36px;
	line-height: 48px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

h4 {
	font-size: 20px;
	line-height: 28px;
}

h5 {
	font-size: 18px;
	line-height: 26px;
}

h6 {
	font-size: 16px;
	line-height: 22px;
}

p {
	font-size: 14px;
	line-height: 1.6;
}

a,
button,
.btn {
	-webkit-transition: all ease 0.25s !important;
	-moz-transition: all ease 0.25s !important;
	-ms-transition: all ease 0.25s !important;
	-o-transition: all ease 0.25s !important;
	transition: all ease 0.25s !important;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus {
	outline: none !important;
}

strong,
bold,
b {
	font-weight:700;
}

em {
	font-style: italic;
	font-weight:inherit;
}

img,
figure {
	max-width: 100%;
}

::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: rgba(34, 34, 34, 0.8);
}

::selection {
	text-shadow: none;
	color: #fff;
	background: rgba(34, 34, 34, 0.8);
}

img::selection {
	color: #fff;
	background: 0 0;
}

img::-moz-selection {
	color: #fff;
	background: 0 0;
}

iframe {
	display: block;
	width: 100%;
}

::-moz-placeholder {
	opacity: 1;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666666;
	text-transform: capitalize;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #666666;
	text-transform: capitalize;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #666666;
	text-transform: capitalize;
}

:-moz-placeholder { /* Firefox 18- */
	color: #666666;
	text-transform: capitalize;
}

:placeholder-shown {
}

/*--------------------------------------------------------------
# Helper Classes and Styles
--------------------------------------------------------------*/
.snap {
	margin: 0;
	padding: 0;
}

.snap-hoz {
	margin: auto 0;
	padding-left: 0;
	padding-right: 0;
}

.snap-vtl {
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
}

.pad15 {
	padding-top: 15px;
	display: block;
}

.pad30 {
	padding: 15px;
	display: block;
}

.pad60 {
	padding: 30px;
	display: block;
}

.btn-inverse {
	background: #333;
	color: #fff;
	border: 1px solid #232323;
}

.btn-inverse:focus,
.btn-inverse:hover {
	background: #222;
	color: #eee;
	border: 1px solid #111;
}

.btn-ghost {
	background: none;
	color: #fff;
	border: 2px solid #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btn-ghost:focus,
.btn-ghost:hover {
	background: #fff;
	color: #333;
}

.fixed-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.adspace a {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

/* Disable Google map scrolling */
/* ------------------------------------ */
.map-container {
	width: 100%;
}

.map-container iframe {
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}

.map-container iframe.clicked {
	pointer-events: auto;
}

/* Table Block Display Styles */
/* ------------------------------------ */
@media all and (min-width: 768px) {
	.display-table > div {
		margin-left: 0;
		margin-right: 0;
		display: table;
		width: 100%;
	}
	.display-table > div > div {
		padding-left: 0;
		padding-right: 0;
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}

/*--------------------------------------------------------------
# Reset Bootstrap Styles
--------------------------------------------------------------*/
.container-fluid {
	max-width: 1170px;
}

/* Carousel */
/* ------------------------------------ */
.carousel {
	overflow: hidden;
	background: #fff;
}

.carousel .item,
.carousel .item img {
	margin: 0 auto;
}

.carousel-control-wrapper {
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.carousel .carousel-control {
	font-size: 40px;
	top: 0;
	background: none;
	opacity: 1;
	text-shadow: none;
	bottom: auto;
	width: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.carousel .carousel-control.left {
	left: -80px;
}

.carousel .carousel-control.right {
	right: -80px;
}

.carousel-indicators .active,
.carousel-indicators li {
	margin: 0;
	height: 4px;
	width: 36px;
	border: none;
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 0;
	border-radius: 0;
}

.carousel-indicators .active {
	background: #fff;
}

/* Navbar Brand Height */
/* ------------------------------------ */
.navbar-brand {
	height: auto;
}

.navbar-brand.f1soft {
	display: none;
}

/* Changing Icons for Collapse */
/* ------------------------------------ */
.panel-title > a span:before {
	font-family: 'FontAwesome';
	content:"\f077";
}

.panel-title > a.collapsed span:before {
	content:"\f078";
}
/* End of Changing icons for collapse */

#accordion .panel-title > a {
	display: block;
	text-decoration: none;
}

#accordion .panel-title > a span {
	float: right;
}

/*--------------------------------------------------------------
# Default Styles
--------------------------------------------------------------*/
#stickyHeader.sticky {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.home-page #stickyHeader.sticky {
	background: rgba(0, 0, 0, 0.85);
}

#stickyHeader.sticky.navbar-default .navbar-brand,
#stickyHeader.sticky.navbar-default .navbar-brand > img {
	margin-top: -4px;
	height: 45px;
	display: inline-block;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

#stickyHeader.sticky.navbar-default .f1soft-logo img {
	margin-top: -10px;
	max-height: 45px;
	display: inline-block;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.navbar-default .navbar-brand > img {
	display: inline-block;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

#stickyHeader.sticky.navbar-default .navbar-nav {
	margin-top: 0;
}

.sticky + * {
	padding-top: 75px;
}

.heading {
	color: #C92035;
	font-size: 3.4em;
	line-height: 1.4;
	font-weight: 300;
	text-transform: capitalize;
}

h1.error {
	color: #C92035;
	font-size: 5em;
	line-height: 1.4;
	font-weight: 300;
	text-transform: capitalize;
	text-align: center;
}

h2.errorfour {
	padding: 0;
	margin: -40px 0;
	color: #dedede;
	font-size: 10em;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
}

.col-heading {
	font-size: 1.4em;
}

.red-overlay {
	position: relative;
}

.red-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(201, 32, 53, 0.4);
	z-index: 1;
}

.red-overlay > * {
}

/* Animation Styles */
/* ------------------------------------ */
.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

-webkit-keyframes fadeInUp5 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 500px, 0);
		transform: translate3d(0, 500px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp5 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 500px, 0);
		transform: translate3d(0, 500px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp5 {
	-webkit-animation-name: fadeInUp5;
	animation-name: fadeInUp5;
}

-webkit-keyframes fadeInUp20 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp20 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp20 {
	-webkit-animation-name: fadeInUp20;
	animation-name: fadeInUp20;
}

/* Social Icon Styles */
/* ------------------------------------ */
ul.social-links {
	margin: 0;
}

ul.social-links li a {
	text-decoration: none;
}

ul.social-links li a:before {
	content: "\f128";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
	display: inline-block;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

ul.social-links li a:hover:before {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

ul.social-links li a[href*="facebook"]:before {
	content: "\f09a";
}

ul.social-links li a[href*="facebook"]:hover:before {
	color: #4E71A8;
}

ul.social-links li a[href*="twitter"]:before {
	content: "\f099";
}

ul.social-links li a[href*="twitter"]:hover:before {
	color: #04A9F4;
}

ul.social-links li a[href*="instagram"]:before {
	content: "\f16d";
}

ul.social-links li a[href*="instagram"]:hover:before {
	color: #DD4367;
}

ul.social-links li a[href*="linkedin"]:before {
	content: "\f0e1";
}

ul.social-links li a[href*="linkedin"]:hover:before {
	color: #0077B7;
}

/* Arrow Head List Styles */
/* ------------------------------------ */
.user-content-wrapper ul,
ul.list-arrowhead {
	list-style: none;
	padding-left: 18px;
	margin-bottom: 0;
}

.user-content-wrapper ul li,
ul.list-arrowhead li {
	font-size: 16px;
	margin-bottom: 5px;
} 

.user-content-wrapper ul li:last-child,
ul.list-arrowhead li:last-child {
	margin-bottom: 5px;
} 

.user-content-wrapper ul li:before,
ul.list-arrowhead li:before {
	content: '\f101';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -15px;
	color: #333;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.user-content-wrapper ul li:hover:before,
ul.list-arrowhead li:hover:before {
	margin-left: -10px;
} 

.user-content-wrapper ul a,
ul.list-arrowhead a {
	color: #333;
	margin-left: 5px;
	text-decoration: none;
}

.user-content-wrapper ul a:hover,
ul.list-arrowhead a:hover {
	color: #333;
}

/* Double List */
/* ------------------------------------ */
ul.list-double {
	margin-bottom: 15px;
}

.list-double:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

/* Default Table Design */
/* ------------------------------------ */
table {
	width: 100%;
}

table td {
	border: 1px solid #888;
	padding: 5px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Widget Name */
/* ------------------------------------ */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

header .f1soft-logo {
	margin-top: 20px;
	margin-right: -15px;
	display: inline-block;
/* 	position: absolute;
	bottom: -100px;
	right: 0; */
}

header .f1soft-logo img {
	max-height: 60px;
}

.top-bar {
	background: #C92035;
	padding: 5px 0;
}

.home-page .top-bar {
	background: rgba(0, 0, 0, 0.5);
}

.home-page header {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navbar {
	background: none;
	border: none;
	margin-bottom: 0;
}

.navbar-default .navbar-nav > li {
	margin: 15px;
}

.navbar-default .navbar-nav.navbar-right {
	margin: 0;
}

.navbar-default .navbar-nav.navbar-right > li {
	margin: 15px 0;
}

.navbar-default .navbar-nav > li > a {
	color: #333;
	padding: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
}

.home-page .navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:after {
	content: "";
	position: absolute;
	background: #C92035;
	height: 2px;
	width: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.home-page .navbar-default .navbar-nav > li > a:after {
	background: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #C92035;
	background: none;
}

.home-page .navbar-default .navbar-nav > .open > a,
.home-page .navbar-default .navbar-nav > .open > a:focus,
.home-page .navbar-default .navbar-nav > .open > a:hover,
.home-page .navbar-default .navbar-nav > li > a:focus,
.home-page .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background: none;
}

.navbar-default .navbar-nav > li.open > a:after,
.navbar-default .navbar-nav > li > a:hover:after {
	width: 100%;
}

.navbar-default .navbar-nav > li > ul.dropdown-menu {
	padding: 0;
	background: rgba(255, 255, 255, 0.85);
}

.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a {
	padding: 10px 15px;
}

@media all and (min-width: 768px) {
	.navbar-default .navbar-nav.navbar-left {
		margin-top: 20px;
		text-align: center;
		width: 80%;
	}
	#stickyHeader.sticky.navbar-default .navbar-brand.f1soft {
		display: none;
	}
	.navbar-default .navbar-nav.navbar-left > li {
		display: inline-block;
		float: none;
	}
}

@media all and (min-width: 768px) and (max-width: 1050px) {
	.navbar-default .navbar-nav.navbar-left {
		width: 70%;
	}
}

@media all and (min-width: 768px) and (max-width: 850px) {
	.navbar-default .navbar-nav > li {
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* Collapse */
/* ------------------------------------ */
@media (max-width: 767px) {
	.navbar-default .navbar-nav {
		margin-top: 0;
	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:focus
	.navbar-default .navbar-toggle:hover {
		display: block;
		margin-top: 30px;
		border: none;
	}
	.sticky.navbar-default .navbar-toggle,
	.sticky.navbar-default .navbar-toggle:focus
	.sticky.navbar-default .navbar-toggle:hover {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: transparent;	
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #C92035;
	}
	body.home-page .navbar-default .navbar-toggle .icon-bar {
		background: #fff;
	}
	.navbar-default .navbar-toggle:focus .icon-bar,
	.navbar-default .navbar-toggle:hover .icon-bar {
		background: #C92035;
	}
	.navbar-default .navbar-nav > li > a {
		color: #555 !important;
	}
	.navbar-collapse {
		background: #FFF;
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-nav {
		background: #fff;
	}
	.navbar-default .navbar-nav > li > a {
		color: #333;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover {
		color: #C92035;
		
	}
	.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a {
		padding: 5px 15px 5px 25px;
	}
	.navbar-brand.f1soft {
		display: inline-block;
	}
	.navbar-brand.f1soft img {
		max-height: 60px;
		opacity: 0.8;
		margin-top: 10px;
	}
	.navbar-right {
		display: none;
	}
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.item {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 750px;
	max-height: 100%;
	position: relative;
}

.carousel-caption {
	left: 0;
	right: 0;
	text-align: left;
	margin-bottom: 0;
	bottom: 40%;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
}

.carousel-caption h2 {
	font-size: 45px;
	font-weight: 300;
	margin-bottom: 30px;
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}

.carousel-caption p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}

.carousel-caption .btn {
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 25px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}

.carousel-caption .btn i {
	margin-left: 15px;
}

.carousel-caption .btn:hover {
	color: #C92035;
	background: #fff;
	text-shadow: none;
	box-shadow: 0 3px 8px rgba(255, 255, 255, 0.25);
}

/* Fade effect */
/* ------------------------------------ */
/*just add .carousel-fade to the div with the classes carousel and slide*/
.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;
}

/*--------------------------------------------------------------
# Intro
--------------------------------------------------------------*/
.intro {
	padding: 0;
	background: url('../images/xpat-connect.png.pagespeed.ic.fpqm79vGMe.png') no-repeat left top;
}

.intro.services h2 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.home-page .intro {
	padding: 60px 0;
	background: url('../images/xpat-connect.png.pagespeed.ic.fpqm79vGMe.png') no-repeat left top;
}

.intro h2 {
	font-size: 22px;
	color: #222;
	font-weight: 600;
	line-height: 32px;
}

.intro p {
	margin-top: 20px;
	margin-bottom: 36px;
	font-size: 15px;
	color: #333;
	line-height: 26px;
}

.intro .btn-info {
	background: #3399D4;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 20px;
	border: none;
	-webkit-box-shadow: 0 8px 15px rgba(61, 66, 79, 0.25);
	box-shadow: 0 8px 15px rgba(61, 66, 79, 0.25);
}

.intro .btn-info:focus,
.intro .btn-info:hover {
	color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 6px 30px rgba(61, 66, 79, 0.4), 0 3px 8px rgba(61, 66, 79, 0.35);
	box-shadow: 0 6px 30px rgba(61, 66, 79, 0.4), 0 3px 8px rgba(61, 66, 79, 0.35);
}

/*--------------------------------------------------------------
# Offers
--------------------------------------------------------------*/
.offers {
	padding: 40px 0;
	background: #C92035 url('../images/xpat-cloud.png.pagespeed.ic.AzeLiVNnh6.png') no-repeat bottom right;
}

.inner-page.offers {
	border-top: 1px solid #eee;
	padding: 60px 0 30px;
	background: none;
}

.offers h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 40px;
}

.offers a.thumbnail {
	padding: 30px 15px 20px;
	border: none;
	text-decoration: none;
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
}

.offers a.thumbnail img {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.offers a.thumbnail h4 {
	color: #C92035;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin: 50px 0 0;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.offers a.thumbnail:hover {
	-webkit-box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3), 0 0px 7px rgba(0, 0, 0, 0.15);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3), 0 0px 7px rgba(0, 0, 0, 0.15);
}

.inner-page.offers a.thumbnail {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.inner-page.offers a.thumbnail:hover {
	-webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0px 7px rgba(0, 0, 0, 0.10);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0px 7px rgba(0, 0, 0, 0.10);
}

.offers a.thumbnail:hover img {
	opacity: 0.5;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

.offers a.thumbnail:hover h4 {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/
.partners {
	padding: 80px 0;
}

.partners ul {
	display: flex;
	justify-content: space-between;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	background: #282D29;
	padding: 30px 0 0;
}

footer a,
footer ul.social-links a:before {
	color: #777977;
}

footer ul.social-links,
footer ul {
	margin: 15px 0;
}

footer .footer-menu a {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	margin-right: 30px;
}

footer .footer-menu a:focus,
footer .footer-menu a:hover {
	text-decoration: none;
	color: #fff;
}

footer .footnote {
	margin-top: 20px;
	border-top: 1px solid #393e3a;
	-webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.6);
	box-shadow: -1px 0 1px rgba(0, 0, 0, 0.6);
}

footer .footnote p {
	margin-top: 30px;
	color: #777977;
	font-size: 12px;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Additional Styles
--------------------------------------------------------------*/
p.error {
	color: #f00;
	font-style: italic;
	font-size: 12px;
}

.contact-offer {
	padding: 60px;
	background-position: right 10px;
}

.contact-offer h3 {
	margin: 10px;
	color: #fff;
	font-weight: 400;
}

/*--------------------------------------------------------------
# Site Fixes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

/* min-midth of 1400px */
/* ------------------------------------ */
@media (min-width:1400px) {
	.offers .container-fluid,
	.inner-page.offers .container-fluid {
		max-width: 1500px;
	}
	.offers .col-sm-6 {
		width: 20%;
	}
}

/* max-midth of 1400px */
/* ------------------------------------ */
@media (max-width:1400px) {
	.carousel-caption .container-fluid {
		padding-left: 100px;
		padding-right: 100px;
	}
	.carousel .carousel-control.left {
		left: 30px;
	}
	.carousel .carousel-control.right {
		right: 30px;
	}
}

/* max-midth of 1024px & min-width of 768px */
/* ------------------------------------ */
@media (max-width:1024px) and (min-width: 768px) {
}

/* max-midth of 991px */
/* ------------------------------------ */
@media (max-width:991px) and (min-height: 500px) {
	html,
	body,
	#home-carousel,
	#home-carousel .carousel-inner,
	#home-carousel .carousel-inner .item {
		height: 100%;
	}
	#home-carousel .item {
		min-height: 500px;
	}
}

/* min-midth of 768px */
/* ------------------------------------ */
@media (min-width:768px) {
	.list-double li {
		width: 50%;
		float: left;
		padding-right: 30px;
	}
}

/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width:767px) {
	.list-double li {
		width: 50%;
		float: left;
		padding-right: 30px;
	}
	footer,
	footer .text-right {
		text-align: center;
	}
	footer .footnote {
		padding-top: 20px;
	}
	footer .footnote p {
		margin: 10px 0;
	}
}

/* max-midth of 767px */
/* ------------------------------------ */
@media (max-width:767px) and (min-width: 480px) {
	.offers a.thumbnail {
		padding: 10px;
		text-align: left;
	}
	.offers a.thumbnail img {
		display: inline-block;
		max-height: 60px;
	}
	.offers a.thumbnail h4 {
		margin-top: 15px;
		margin-left: 25px;
		display: inline-block;
	}
	.offers a.thumbnail:hover img,
	.offers a.thumbnail:hover h4 {
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
	}
}
/*sandesh*/
.col-md-12.offers.services {
	background: no-repeat;
	padding: 0;
}
.service-text{
	color: #000 !important;
}
.contact-button{
	text-align: center;
}
.partners-wrapper{
	padding: 45px 0;
}
ul.list-inline.snap.partners-snap {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
@media only screen and (max-width: 550px){
	ul.list-inline.snap.partners-snap li{
		margin-bottom: 9px;
	}	
}
/*contact-us*/
#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:25px;
}

#form-div {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
	margin-bottom: 40px;
	max-width: 520px;
	width: 90%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.feedback-input {
	font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 15px;
	width:100%;
	border: 1px solid #ddd;
}

.feedback-input:focus{
	color: #555;
}

.focused{
	color:#30aed6;
}

textarea {
	width: 100%;
	height: 150px;
	line-height: 150%;
	resize:vertical;
}

#button-blue{
	float:left;
	width: 100%;
	cursor:pointer;
	background-color: #c92035;
	color:white;
	border: none;
	padding: 10px;
	margin-top: -10px;
	font-size:20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight:700;
	-webkit-box-shadow: 0 4px 14px rgba(201, 32, 53, 0.3);
	box-shadow: 0 4px 14px rgba(201, 32, 53, 0.3);
}

#button-blue:hover{
	-webkit-box-shadow: 0 4px 20px rgba(201, 32, 53, 0.8);
	box-shadow: 0 4px 20px rgba(201, 32, 53, 0.8);
}

.ease {
	width: 0px;
	height: 41px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
	width:100%;
	background-color:white;
}
@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		padding-left: 3%;
		padding-right: 3%;
	}
}
.wrapper-content.mgtop21 {
	text-align: center;
	border: 1px solid #ededed;
	padding: 15px;
	margin-bottom: 25px;
}
.link-text-gallery p strong{
	font-size: 15px;
}
.partners-row{
	margin-top: 25px;
}
ul.list-inline.snap li{
	line-height: 64px;
}
.activities-number-gallery.mgtop21Wrapper a{
	line-height: 64px;
}
.nav-pills h4.tab-header{
	color: #C92035;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.nav-pills.service-tab>li.active>a, .nav-pills.service-tab>li.active>a:focus, .nav-pills.service-tab>li.active>a:hover {
	border-bottom: 3px solid #c92035;
	background-color: #f6f2f2;
}
.service-tab>li>a {
	position: relative;
	display: block;
	padding: 4px 58px;
}
.my-icon{
	color: #9E9E9E;
	font-size: 40px;
}
.tab-wrapper.mgtop21, .tab-wrapper.mgtop22, .tab-wrapper.mgtop23, .tab-wrapper.mgtop24 {
	text-align: center;
	border: 1px solid #ededed;
	padding: 15px;
	margin: 25px 0;
	min-height: 229px;
}
.image-service{
	height: 40px;
}
.services-section{
	background: #C92035 url(../images/xpat-cloud.png.pagespeed.ic.AzeLiVNnh6.png) no-repeat bottom right;
	padding: 10px 0; 
	margin-top: 40px;
}
.services-col{
	text-align: center;
	margin-top: 11px;
}
.services-col p{
	color: #fff;
	font-size: 18px;
	margin-top: 2px;
}
.services-col .btn-info:focus, .services-col .btn-info:hover {
	color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 6px 30px rgba(61, 66, 79, 0.4), 0 3px 8px rgba(61, 66, 79, 0.35);
	box-shadow: 0 6px 30px rgba(61, 66, 79, 0.4), 0 3px 8px rgba(61, 66, 79, 0.35);
}
.services-col .btn-info{
	background: #3399D4;
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border: none;
	-webkit-box-shadow: 0 8px 15px rgba(61, 66, 79, 0.25);
	box-shadow: 0 8px 15px rgba(61, 66, 79, 0.25);
}
.service-tab{
	box-shadow: 0px 2px 14px rgb(234, 213, 215);
}
.service-tab li a h4.tab-header{
	color: #000;
}
.btn.btn-info.services-contact{
	border: 2px solid #fff;
	color: #fff;
	padding: 4px 20px;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
	background: transparent !important;
}

