@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #000;
	background:#fff;
	height:100%;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
::selection {
	background: none;
	color: #bbbbbb;
}
/*--------------Typography--------------------------------------*/
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.17em;	
}
h2 {
	font-size: 3.2em;
	font-weight: 300;
}
h3 {
	font-size: 1em;
	font-weight: 200;
}
h4 {
	font-size: 0.9em;
	font-weight: 200;
	line-height: 35px;	
}
h5 {
	font-size: 0.8em;
	font-weight: 200;
}
h6 {
	font-size: 0.6em;
	font-weight: 200;
}
p {
	font-size: 1.2em;
    color: #8d8d8d;
    line-height: 25px;
    font-weight: 400;
}
.align-text {
	text-align:left;
}
.align-text p , .align-text .separator{
	float:left;
	color:#FFF;
	font-size:1.3em;
	font-weight:600;
	line-height:1.5em;
	margin-bottom:20px;
}
.align-text h3 {
	font-size:3em;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #FFFF00;
}
.align-text h4 {
	font-size:7em;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	padding-bottom:20px;
}
.big-text  {
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
	padding:20px 0;
}
blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}
.img-responsive {
max-width:100%;
height:auto;
display:block;
}

/* ---------Content Styles--------------------------------------*/
.row {
	padding:0px 0;
}
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	right:0;
	opacity:1;
}
#wrapper{
	float:left;
	width:100%;
	height:100%;
	position: relative; 
	z-index:4;
}
.content-holder{
	vertical-align: top;
	float:left;
	width:100%;
	position:relative;
 	height:100%;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
}
.container{
	width:92%;
	max-width:1224px;
	margin:0px  auto;
	position: relative;
	zoom:1;
	z-index:2;
}
.content {
	width:100%;
	position:relative;
	z-index:2;
}
.respimg {
	width:100%;
	height:auto;
	float:left;
	-webkit-transform: translate3d(0,0,0);
}
.logoimg {
	width:80%;
	height:auto;
	float:left;
	-webkit-transform: translate3d(0,0,0);
	margin-top:1.2%;
}
section {
	float:left;
	width:100%;
	padding:20px 0;
	position:relative;
	z-index:12;
	background:#fff;
}
.separator {
	width:10%;
	height:2px;
	margin:10px auto 10px;
	background:#000;
		text-align:center;
}
.separator-white {
	width:10%;
	height:2px;
	margin:10px auto 10px;
	background:#04017e;
		text-align:center;
}
.separator-black {
	width:10%;
	height:2px;
	margin:10px 0 5px;
	background:#000;
		text-align:center;
}
.separator-black-middle {
	width:10%;
	height:2px;
	margin:10px 0 5px;
	background:#000;
		text-align:center;
}
.separator-white-middle {
	width:10%;
	height:2px;
	margin:10px auto 10px;
	background:#FFF;
		text-align:center;
}
.section-title {
	padding-bottom:50px;
}
.section-title p {
	max-width:1000px;
	margin:0 auto;
	color:#000;
	font-size:1.36em;
	font-weight:400;
	line-height:30px;
	text-align:justify;
	padding-top:10px;
} 
.section-title p span {
	font-weight:600;
	font-size:1.6em;
	padding-bottom:10px;
} 
.section-title p label {
	font-weight:600;
} 
.section-title h2 {
font-size:3em;
font-weight:600;
text-transform: uppercase;
margin:0;
padding-top:20px;
position: relative;
color: #333;
text-align:center;
padding-top:50px;	
}
.section-title h1 {
font-size:2.3em;
font-weight:600;
text-transform: capitalize;
color: #2588bd ;
text-align:center;
padding-top:5%;
border-bottom:1px solid rgba(51,51,51,0.1);
padding-bottom:2%;
}
.section-title h2 span {
font-weight:400;
}
.gallery-bg {
width:100%;
height:auto;
background-image:url(../images/textured-overlay-2.png);
background-repeat:no-repeat;
background-position:center;
background-size:cover;
}
.align-title {
	text-align:left;
}
.align-title p {
	float:left;
} 
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background:#292929;
	opacity:0;
}
.over-op5 {
	opacity:0.5;
}
.over-op6 {
	opacity:0.6;
}
.over-op7 {
	opacity:0.7;
}
.over-op8 {
	opacity:0.8;
}
.gray-section {
	background:#F4F4F4;
}
.blck-section {
	background:#494949;
}
.btn {
	border-radius: 25px;
	display: inline-block;
	padding: 14px 35px 13px 35px;
	line-height: 1;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin:20px auto;
	border-radius:20px;
	color:#fff;
	border:2px solid #fff;
	position:relative;
}
.anim-button {
	overflow:hidden;
 	-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    outline: none;
 	width: auto;	
}
.anim-button i {
 	top:-100%;
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	line-height:40px;
	text-align:center !important;
	font-size:16px;
}
.anim-button i , .anim-button span {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.anim-button span {
	float:left;
	width:100%;
	position:relative;
	top:0;
}
.anim-button:hover span{
	top:100px;
}
.anim-button:hover i{
	top:0;
}
.wht-btn {
	background:#fff;
}
.wht-btn:hover {
	color:#fff;
	background:none;
}
.flt-r {
	float:right !important;
}
.flt-l {
	float:left !important;
}
.separator.flt-l {
	display: compact
}
.full-height {
	height:100%;
}
 .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat:repeat;
}
.mob-bg {
	display:none;
}
.transparent-bg {
	background:rgba(49,49,49,0.51)
}
.bg-parallax {
	background-attachment:fixed ;
}
.par-con , .par-con p , .par-con h2 {
	color:#444;
}
.left-column  , .right-column{
	width:50%;
	position:relative;
	border-collapse:collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
	padding:30px 0;
	z-index:6;
}
.left-column{
	float:left;
}
.right-column{
	float:right;
} 
.left-column .customNavigation a {
	float:right;
	width:50px;
	height:50px;
	cursor:pointer;
	line-height:50px;
	color:#fff;
	font-size:15px;
	margin-left:1px;
}
/*------ Navigation-------------------------------------------------*/
.pagenav-holder {
	position:fixed;
	top:0;
	right:-100%;
	height:100%;
	width:300px;
	padding:0 20px;
	z-index:101;
	background: #393939;
	overflow:auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.body-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:97;
	background:#000;
	opacity:0.5;
	display:none;
	-webkit-transition: all 0.6s  ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s   ease-in-out;
	transition: all 0.6s  ease-in-out;
	opacity:0.5;
}
.vis-over {
	display:block;
}
.nav-header {
	float:left;
	width:100%;
	overflow:hidden;
	margin-top:100px;
	position:relative;
}
.nav-header-image {
	float:left;
	width:100px;
}
.nav-header-text {
	float:left;
	padding-left:10px;
	width:160px;
}
.nav-header img {
	float:left;
	border-radius:100%;
	width:100px;
	height:100px;
}
.nav-header h2 {
	float:left;
	font-size:16px;
	color:#fff;
	margin-top:20px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
}
.nav-header h3 {
	margin-top:10px;
	float:left;
	font-size:13px;
	color:#fff;
}
.menu-holder {
	float:left;
	width:260px;
	position:relative;
	z-index:20;
	margin-top:20px;
	border-top:1px dotted #ccc;
	padding:20px 0;
	overflow:hidden;
}
.sliding-menu ul {  
	margin: 0; 
	float: left;
	width:100%;
	overflow:hidden;
}
.sliding-menu li { 
	margin: 0;
}
.sliding-menu a { 
	float:left; 
	width:100%;
	padding:10px 5px; 
	text-align:left;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	line-height:20px;
}
.sliding-menu a:hover {
	color:#777;
}
.sliding-menu a i {
	position:absolute;
	top:17px;
	right:27px;
}
.sliding-menu a:hover i {  
	color: #fff;
}
.no-vismen {
	right:-180px;
	opacity:0;
}
.nav-footer {
	position:absolute;
	bottom:60px;
	left:0;
	width:100%;
	padding:0 50px 0 50px;
	z-index:4;
}
.nav-footer:before {
	content:'';
	position:absolute;
	top:-10px;
	le50%;
	margin-left:-35px;
	height:2px;
	width:70px;
}
.nav-social {
	float:left;
	width:100%;
}
.nav-social ul {
	margin:0 auto;
	padding-top:40px;
}
.nav-social ul li {
	display:inline-block;
}
.nav-social ul li  a {
	font-size:16px;
	color:#fff;
	padding:15px 10px;
}
.close-menu {
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	z-index:20;
	cursor:pointer;
	line-height:40px;
	font-size:16px;
	color:#fff;
}
 /*------ header -------------------------------------------------*/
.margin-top {
 margin-top:120px;
 }
header {
  position: fixed;
  width: 100%;
	z-index:22;
	top:0;
	left:0;
}
.tr-header {
	background-color:#FFF;
	border-bottom:1px solid rgba(37,136,189,0.1);
}
.top-header {
width:100%;
background-color:#04017e;
margin:0 auto;
}
.top-header-left {
width:34%;
float:left;
text-align:left;
padding:5px;
margin-top:5px;
}
.top-header-left li {
display:inline-block;
color:#FFF;
font-size:1.2em;
font-weight:600;
margin-right:2%;
line-height:1.5em;
}
.top-header-left li a {
color:#FFF;
}
.top-header-left li a:hover {
color:#f2f2f2;
}
.top-header-right {
width:49%;
float:right;
padding:5px;
}
.top-header-right li {
	display:inline-block;
    float: left;
    text-align: center;
	margin-left:8px;
}
.mobile-hide {
display:block;
}
.onlinebtn {
    display: inline-block;
    background: #ff9914;
    width: auto;
    padding: 6px 10px;
    z-index: 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    margin-top: 1px;
	border:1px solid rgba(255,255,255,0.4);
}
.onlinebtn:hover {
    background: #5fbb5f;
	color:#FFFFFF;
}

.onlinebtn1 {
    display: inline-block;
    background: #ff9914;
    width: auto;
    padding: 6px 10px;
    z-index: 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0px;
    margin-top: 1px;
	border:1px solid rgba(255,255,255,0.4);
}
.onlinebtn1:hover {
    background: #ff9914;
	color:#FFFFFF;
}


.top-header.sticky {
width:100%;
background: rgba(255,255,255,0.0);
border-bottom: 1px solid rgba(0,0,0,0.8);
padding:5px;
margin:0 auto;
}
header.tr-header.sticky {
   background:rgba(255,255,255,1);
   box-shadow: 0 0 10px rgba(0,0,0,.1);
   border-bottom: 1px solid rgba(0,0,0,0.1);
}
header.top-header.sticky {
background: rgba(255,255,255,0.0);
border-bottom: 1px solid rgba(0,0,0,0.5);
padding:5px;
}
.header-height-emulator {
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
.scroll-nav-btn {
	display:none;
}
.nav-holder {
	position:relative;
	top:-12px;
	left:0;
	width:100%;
}
.logo-holder {
	position:absolute;
    width: 35%;
    top: 30px;
	left:0;
	z-index:10;
}
.logo-holder a {
	margin-top:0px;
	display:block;
	position:relative;
}
.logo-vis {
	position:relative;
	z-index:1;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.logo-notvis {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	-webkit-transform: scale(0.2);
	-moz-transform:scale(0.2);
	transform: scale(0.2);
	opacity:0;
}
header.sticky  img.logo-vis {
	-webkit-transform: scale(0.2);
	-moz-transform:scale(0.2);
	transform: scale(0.2);
	opacity:0;
}
header.sticky  img.logo-notvis {
	-webkit-transform: scale(1.0);
	-moz-transform:scale(1.0);
	transform: scale(1.0);
	opacity:1;
}




.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
}
.carousel-inner img {
width:100%;
height:auto;
}
.carousel-inner > .item > img,  .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}
 @media all and (transform-3d), (-webkit-transform-3d) {
 .carousel-inner > .item {
 -webkit-transition: -webkit-transform 0.6s ease-in-out;
 -moz-transition: -moz-transform 0.6s ease-in-out;
 -o-transition: -o-transform 0.6s ease-in-out;
 transition: transform 0.6s ease-in-out;
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-perspective: 1000;
 -moz-perspective: 1000;
 perspective: 1000;
}
 .carousel-inner > .item.next, .carousel-inner > .item.active.right {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 left: 0;
}
 .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 left: 0;
}
 .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 left: 0;
}
}
.carousel-inner > .active,  .carousel-inner > .next,  .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,  .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,  .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);

}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0) 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-control .icon-prev,  .carousel-control .icon-next,  .carousel-control .glyphicon-chevron-left,  .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-prev,  .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next,  .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
}
.carousel-control .icon-prev,  .carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	line-height: 1;
	font-family: serif;
}
.carousel-control .icon-prev:before {
	content: '\2039';
}
.carousel-control .icon-next:before {
	content: '\203a';
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: transparent;
}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption aside.sidebar .widget.widget_tag_cloud .tagcloud a, aside.sidebar .widget.widget_tag_cloud .tagcloud .carousel-caption a {
	text-shadow: none;
}
 @media screen and (min-width: 768px) {
 .carousel-control .glyphicon-chevron-left,  .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-prev,  .carousel-control .icon-next {
 width: 30px;
 height: 30px;
 margin-top: -15px;
 font-size: 30px;
}
 .carousel-control .glyphicon-chevron-left,  .carousel-control .icon-prev {
 margin-left: -15px;
}
 .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-next {
 margin-right: -15px;
}
 .carousel-caption {
 left: 20%;
 right: 20%;
 padding-bottom: 30px;
}
 .carousel-indicators {
 bottom: 20px;
}
}




.scroll-nav  {
	float:right;
	margin-top:2.5em;
}
.scroll-nav  li {
	display:inline-block;
}
.scroll-nav  li a {
	float: left;
	border-radius: 0px;
	padding: 10px 10px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing:0px;
	color: #000;
	border:2px solid rgba(236,236,236,0);
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.scroll-nav li a:hover ,
.scroll-nav li.actscroll a {
border:2px solid rgba(236,236,236,1.0);
background-color:rgb(4 1 126);
color:#FFF;
}
.nav-button-holder {
	float:right;
	border-left:1px solid rgba(255,255,255,0.4);
	margin:20px 0 0 10px;
	padding-left:22px;
}
.nav-button {
	float:right;
	width:30px;
	height:24px;
	position:relative;
	margin-top:9px;
	cursor:pointer;
}
.nav-button span {
	float:left;
	width:100%;
	height:4px;
	margin-bottom:2px;
	position:relative;
}
.nav-button span:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background:#fff;
	z-index:2;
	-webkit-transition: all 0.3s 0.2s ease-in-out;
	-moz-transition: all 0.3s 0.2s ease-in-out;
	-o-transition: all 0.3s 0.2s ease-in-out;
	-ms-transition: all 0.3s  0.2s ease-in-out;
	transition: all 0.3s 0.2s ease-in-out;
}
.nav-button:hover  span:before {
	width:100%;
}
.sticky .nav-button-holder , .flat-header .nav-button-holder{
	border-left:1px solid #ccc;
}
.sticky .nav-button span:before  , .flat-header .nav-button span:before{
	background:#292929;
}
.no-border {
	border:none !important
}
.scroll-nav li a:hover ,
.scroll-nav li.actscroll a {
	border:2px solid   #eee;
}
#sec3 {
padding-top:40px;
}
#sec2 {
background-color:#131720;
background-image: url(../images/abt-bg.jpg);
background-repeat:no-repeat;
height:663px;	
}
#sec6 {
background-color:#131720;
width:100%;
background-image: url(../images/online-bg.jpg);
background-repeat:no-repeat;
background-size:cover;
padding-top:1%;
}
#sec7 {
background-color:#131720;
width:100%;
background-image: url(../images/testimonial-background.jpg);
background-repeat:no-repeat;
background-size:cover;
padding-top:1%;
}
.abt-strip {
width:100%;
background-color:#333333;
padding:8px;
text-align:left;
}
.abt-strip li {
font-size:12px;
font-weight:600;
color:#C1C1C1;
line-height:22px;
text-align:left;
padding-left:.2%;
list-style:none;
display:inline-block;
}
.abt-strip li a {
font-size:12px;
font-weight:600;
color:#C1C1C1;
}
.abt-strip li a:hover {
color:#FFF;
}
.abt-strip li i {
padding-right:2px;
}
.abt-strip li, .active-tab {
color:#888888;
font-size:12px;
font-weight:500;
}
.abt-strip li span {
font-size:10px;
font-weight:600;
color:#C1C1C1;
padding-left:2px;
}
#sec4 {
margin-top:4%;
}
.banner img {
    width: 100%;
    max-width: 100%;
}
#about {
	width:100%;
    background-color: #131720;
    background-image: url(../images/about-header.jpg);
    background-repeat: no-repeat;
    height: 400px;
	background-size: cover;
	
}
#taxi {
    background-color: #131720;
    background-image: url(../images/taxi-header.jpg);
    background-repeat: no-repeat;
    height: 400px;
}
#day-tours {
    background-color: #131720;
    background-image: url(../images/day-tours-header.jpg);
    background-repeat: no-repeat;
    height: 400px;
}
#udaipur-tours {
    background-color: #131720;
    background-image: url(../images/udaipur-header.jpg);
    background-repeat: no-repeat;
    height: 400px;
}
#udaipur-sightseen {
    background-color: #131720;
    background-image: url(../images/udaipur-sightseen-header.jpg);
    background-repeat: no-repeat;
    height: 400px;
}
#kumbhalgarh-tours {
    background-color: #131720;
    background-image: url(../images/kumbhalgarh-header.jpg);
    background-repeat: no-repeat;
    height: 400px;
}
#chittorgarh-tours {
    background-color: #131720;
    background-image: url(../images/chittorgarh-header.jpg);
    background-repeat: no-repeat;
    height: 400px;
}
#nathdwara-tours {
    background-color: #131720;
    background-image: url(../images/nathdwara-header.jpg);
    background-repeat: no-repeat;
    height: 400px;
}
#two-wheeler {
    background-color: #131720;
    background-image: url(../images/two-wheeler-header.jpg);
    background-repeat: no-repeat;
    height: 400px;
}
.inner-page-taxi {
width:100%;
float:left;
border-left:1px solid#F3F3F3;
margin-top:2%;
margin-bottom:0%;
padding-left:2%;
text-align:left;
}
.inner-page-taxi h1 {
font-size: 35px;
font-weight: 300;
text-transform: uppercase;
margin: 0;
padding: 0;
position: relative;
color: #333;
}
.inner-page-taxi h1 span {
    font-weight: 400;
}
.inner-page-taxi p {
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
	padding-bottom:15px;
}
.inner-page-taxi h2 {
font-size: 17px;
font-weight:600;
text-transform: uppercase;
margin:10px 0 10px 0;
padding: 0;
position: relative;
color: #333;
}
.inner-page-full {
width:100%;
float:left;
border-left:1px solid#F3F3F3;
margin-top:2%;
margin-bottom:2%;
padding-left:2%;
text-align:left;
}
.inner-page-full-left {
float:left;
width:50%;
}
.inner-page-full-right {
text-align:right;
float:right;
width:50%;
}

.inner-page-full-left h1 {
font-size: 35px;
font-weight: 300;
text-transform: uppercase;
margin: 0;
padding: 0;
position: relative;
color: #333;
}
.inner-page-full-left h1 span {
font-weight: 400;
}
.testimonial {
padding-left:25px;
padding-right:25px;
font-size:1.5em;
}
.testname {
	width:100%;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
}
.testsep {
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:30px;
}
.tesdate {
	color:#666;
	font-size:15px;
}
.testinbtn a {
	color:#000;
	font-size:24px;
	font-weight:bold;
}
.inner-page-left {
width:70%;
float:left;
border-left:1px solid#F3F3F3;
margin-top:2%;
margin-bottom:0%;
padding-left:2%;
text-align:left;
}
.inner-page-left h1 {
font-size: 35px;
font-weight: 300;
text-transform: uppercase;
margin: 0;
padding: 0;
position: relative;
color: #333;
}
.inner-page-left h1 span {
    font-weight: 400;
}
.inner-page-left p {
    margin: 0 auto;
    color: #000;
    font-size: 1.3em;
    font-weight: 400;
    line-height:28px;
	text-align:justify;
	padding-bottom:15px;
}
.inner-page-left p a {
    color: #000;
}
.inner-page-left p a:hover{
    color: #CCCCCC;
}

.inner-page-left p span {
    font-weight: 600;
}
.inner-page-left h2 {
font-size: 18px;
font-weight:600;
text-transform: uppercase;
margin:10px 0 10px 0;
padding: 0;
position: relative;
color: #333;
}
.inner-page-right {
width:27%;
float:right;
margin-top:4%;
margin-bottom:4%;
padding-left:2%;
text-align:left;
}
.cetificate {
width:100%;

}
.cetificate-grid {
width:33.33%;
float:left;
padding-left:20px;
margin-bottom: 20px;
margin-top:10px;
border:solid 1px #CCCCCC;
}
.cetificate img {
width:80%;
    margin: 0 auto;
}
.box_style_4, .box_style_2 {
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #F3F3F3;
}
.box_style_4::before {
    border-bottom: 10px solid #EBEBEB;
    margin-bottom: 0;
}
.box_style_4::after, .box_style_4::before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
}
.box_style_4::after, .box_style_4::before {
    content: "";
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
}
.box_style_4::after {
    border-bottom: 10px solid #fff;
    margin-bottom: -1px;
    z-index: 1;
}
.box_style_4:hover {
background-color:#F9F9F9;
}
.box_style_2 a.phone, .box_style_4 a.phone {
    font-size: 20px;
    display: block;
    margin-top:5px;
	margin-bottom:5px;
	color:#333;
	font-weight:600;
}
.box_style_4 h4 {
font-size: 18px;
font-weight:600;
text-transform: capitalize;
margin:10px 0 10px 0;
padding: 0;
position: relative;
color: #333;
}
.box_style_4 h4 span {
color: #5fbb5f;
}
.box_style_4 img {
width:30%;
height:auto;
vertical-align: middle;
}
.box_style_4 h2 {
font-size: 15px;
font-weight:600;
line-height:22px;
text-transform: none;
margin:10px 0 10px 0;
padding: 0;
position: relative;
color: #333;
}
#contact {
background-color:#131720;
background-image: url(../images/contact-header.jpg);
background-repeat:no-repeat;
height:400px;	
}
.online-enquiry {
width:50%;
margin:0 auto;
background:#FFF;
padding:4% 4% .1% 4%;
}
.contacts h3 {
font-size:30px;
font-weight:300;
text-transform: uppercase;
margin:0;
padding:0;
position: relative;
color: #333;
}
.contacts h3 span {
font-weight:400;
}
.contacts h4 {
color:#444;
font-size:18px;
}
.google-map {
width:100%;
border:1px solid#e4e4e4;
padding:1%;
}
.google-map iframe {
width:100%;
height:350px;
}
/*------ Home -------------------------------------------------*/
.fullscreen-slider-holder , .fullscreen-slider {
	 height:100%;
	 background:#494949;
	 width:100%;
	 overflow:hidden;
}
.fullscreen-slider-holder .customNavigation a  {
	width: 50px;
	height:50px;
	position:absolute;
	top:50%;
	margin-top:-25px;
	z-index: 14;
	font-size:14px;
	line-height:50px;
	color:#fff;
	cursor:pointer;
}
 .fullscreen-slider .item {
	 width:100%;
	 height:100%;
	 float:left;
	 overflow:hidden;
	 position:relative;
}
.fullscreen-slider-holder .customNavigation a.prev-slide {
	left:0;
}
.fullscreen-slider-holder .customNavigation a:hover {
	width:80px;
	background:rgba(0,0,0,0.51)
}
.fullscreen-slider-holder .customNavigation a.next-slide {
	right:0;
}
.hero-title-holder {
	position:absolute;
	top:40%;
	width:100%;
	z-index:3;
}
.hero-title h3 {
	font-size: 64px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	display:inline-table;
	color:#fff;
}
.hero-title p {
	text-align:center;
	color:#fff;
	max-width:600px;
	margin:10px auto;
	font-size:16px;
}
.single-title a {
	margin-left:-60px;
}
.single-title .hero-title {
	position:relative;
 	left:-50px;
}
.title-text {
	position:relative;
	z-index:2;
}
.slideshow-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.slideshow-container .slides-container {
	display: none;
}
.slides-container h1 {
font-size:2.5em;
color:#FFF;
font-weight:600;
text-align:center;
z-index:100;
margin-top:40%;
}
.slideshow-container .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	height: 100%;
}
.slideshow-container .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
.slides-pagination {
	display:none;
}
/*------ page title -------------------------------------------------*/
.tours {
width:100%;
margin:0 auto;
}
.tours-grid {
width:33.3333%;
float:left;
background-color:#CCCCCC;
}
.tours-grid img {
width:100%;
height:auto;
}	
.sightseen-bg {
background-image:url(../images/sightseen-bg.jpg);
background-repeat:no-repeat;
background-position:center;
background-size:cover;
height:auto;
padding-bottom:2%;
padding-top:5%;
padding-bottom:80px;
}
.sightseen-bg h1 {
font-size:3em;
font-weight:600;
text-transform: uppercase;
position: relative;
color: #04017e;
text-align:center;
}
.sightseen-bg h1 span {
font-weight:400;
}
.sightseen-bg h2 {
font-size:1.3em;
font-weight:600;
text-transform: uppercase;
color: #000;
padding-top: 3%;
padding-bottom: 3%;
	text-align:center;
}
.sightseen-bg p {
    margin: 0 auto;
    color: #04017e;
    font-size: 1.6em;
    font-weight: 400;
    padding-top: 1%;
    padding-bottom: 2%;
	text-align:center;
}
.sightseen-grid {
width:32%;
float:left;
margin-right:1%;
background-color:#FFF;
}
.sightseen-grid img{
width:100%;
height:auto;
}
.udaipur-sightseen-bg {
background-image:url(../images/udaipur-sightseen-bg.jpg);
background-color: #01147C!important;
background-repeat:no-repeat;
background-position:center;
background-size:cover;

}
.udaipur-sightseen-left {
width:50%;
float:left;
padding-left:0%;
padding-right:0%;
padding-top:7%;
}
.udaipur-sightseen-right {
width:40%;
float:right;
padding-left:0%;
padding-right:0%;
padding-top:8%;
text-align:center;
}
.udaipur-sightseen-right h1 {
color:#FFF;
font-size:35px;

}
.udaipur-sightseen-right h1 span {
font-weight:400;
font-size:50px;
}
.udaipur-sightseen-right p {
color:#FFF;
font-size:15px;
font-weight:400;
line-height:25px;
}
.day-grid {
width:100%;
margin-bottom: 30px;
background-color: #fff;
display: block;
color: #777;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
border:1px solid#e4e4e4;
}
.day-4 {
width:35%;
float:left;
}
.day-4 img {
width:100%;
height:auto;
}
.day-8 {
width:45%;
float:left;
padding:3%;
border-right: 1px solid #ededed;
height:220px;
}
.day-8 h2 {
    font-size: 19px;
    font-weight:600;
    text-transform: uppercase;
    color: #000;
}
.day-8 h2 a {
    font-size: 19px;
    font-weight:600;
    text-transform: uppercase;
    color: #000;
}
.day-8 h2 a:hover {
color:#383838;
}
.day-8 h3 {
    font-size: 13px;
    font-weight:400;
    text-transform:capitalize;
	color:#444;
	padding-bottom:2%;
	line-height:25px;
}
.day-8 h3 span {
font-size: 14px;
 font-weight:600;
}


.day-12 {
width:65%;
float:left;
padding-left:3%;
padding-right:3%;
padding-top:2%;
}
.day-12 h2 {
    font-size: 19px;
    font-weight:600;
    text-transform: uppercase;
    color: #000;
}
.day-12 p {
    font-size: 1.2em;
    font-weight:400;
    text-transform: none;
	color:#444;
	padding-bottom:2%;
	line-height:22px;
}
.day-2 {
width:20%;
float:left;
padding:3.5%;
margin-top:10%;
}
.icons li {
list-style:none;
display:inline-block;
margin-right:10px;
}
.ribbon.popular {
    background: url(../images/ribbon_popular.png) no-repeat 0 0;
}
.ribbon {
    position: absolute;
    top: 0;
    left: -1px;
    width: 78px;
    height: 78px;
    z-index: 1;
}
.biodata {
    display: inline-block;
    background: #04017e;
    width: auto;
    padding: 10px 25px;
    z-index: 0;
    color: #FFF;
    text-align: center;
    font-size:1.1em;
	letter-spacing:1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top:2%;
	border-radius: 0px;
}
.biodata:hover {
    background: #000;
	
}

.btn {
    display: inline-block;
    background: #5fbb5f;
    width: auto;
    padding: 10px 15px;
    z-index: 0;
    color: #fff;
    text-align: center;
    font-size:1em;
	letter-spacing:1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top:2%;
	border-radius: 20px;
}
.btn:hover {
    background: #000;
}

.booknow {
    display: inline-block;
    width: auto;
    padding: 10px 10px;
    z-index: 0;
    color: #C09445;
    text-align: center;
    font-size:0.975em;
	letter-spacing:0px;
    text-transform: uppercase;
    font-weight:600;
    margin-top:2%;
	border-radius: 20px;
}
.booknow:hover {
color:#000;
}
.details {
    display: inline-block;
    background: #222222;
    width: auto;
    padding:10px 10px;
    z-index: 0;
    color: #fff;
    text-align: center;
    font-size:.950em;
	letter-spacing:0px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top:2%;
	border-radius:5px;
}
.details:hover {
    background: #5fbb5f;
}
.taxi-services {
width:100%;
margin:0 auto;
margin-top:2%;
margin-bottom:2%;
}
.taxi-services-grid {
width:23%;
padding:2%;
margin-right:2%;
margin-bottom:2%;
float:left;
background:#FAFAFA;
border:1px solid#e4e4e4;
text-align:center;
height: auto;
}
.taxi-services-grid img {
width:100%;
margin:0 auto;
}
.taxi-services-grid h1 {
font-family: 'Open Sans', sans-serif;
font-size:16px;
color:#444;
font-weight:600;
letter-spacing:1px;
line-height:1.5em;
padding-top:4%;
}
.taxi-services-grid h1 span {
font-size:12px;
font-weight:400;
color:#666;
letter-spacing:0;
}
.taxi-services-grid h2 {
font-family: 'Open Sans', sans-serif;
font-size:14px;
color:#444;
font-weight:600;
letter-spacing:1px;
line-height:1em;
}
.taxi-services-grid p {
font-size:13px;
font-weight:600;
color:#333;
padding:2%;
}
.page-tile-holder {
	float:left;
	width:100%;
	background:#F6F6F6;
	padding-bottom:50px;
	position:relative;
	z-index:20;
	-webkit-transform: translateZ(0);
}
.page-tile {
	margin-top:130px;
	float:left;
	max-width:500px;
	position:relative;
}
.page-tile h3 {
	float:left;
	padding:50px 20px 20px 0;
	font-size:36px;
	text-transform:uppercase;
	text-align:left;
}
.video-header h4 {
	color:#fff ;
}
.page-title-bg {
	padding:250px 0;
	color:#fff;
	overflow:hidden;
} 
.video-header {
	padding:0 ;
	height:100%;
}
.page-title-bg  h2 {
	float:left;
}
.page-title-bg h4 {
	float:left;
	margin:20px 0;
	font-size:16px;
}
.page-title-bg-holder .btn{
	margin-right:10px;
}
.page-title-bg-holder h4 {
	text-align:left;
}
.hero-wrapper {
	padding-top:50px;
}
.hero-wrapper h2 , .hero-wrapper h4{
	text-align:center;
	float:none;
}
.hero-wrapper.align-text {
	text-align:left;
}
.hero-wrapper p {
	color:#fff;
	font-size:18px;
	max-width:600px;
	margin:20px auto;
	position:relative;
	opacity:0.8;
	font-family: 'Lato', sans-serif;
	padding-top:20px;
	line-height:30px;
}
.hero-wrapper p:before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	margin-left:-30px;
	width:60px;
	height:2px;
}
.hero-scroll-btn {
	width:50px;
	height:70px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-25px;
	z-index:20;
	color:#fff;
	line-height:70px;
	font-size:18px;
	text-align:center;
}
.hero-scroll-btn:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
/*------  portfolio -------------------------------------------------*/
.box-holder {
	float:left;
	width:100%;
	position:relative;
}
.filter-button {
	width:200px;
	margin:0 auto;
	padding:15px 0;
	display:none;
	color:#fff;
	cursor:pointer;
	font-size:15px;
	position:relative;
}
.filter-button i {
	position:absolute;
	top:14px;
	font-size:18px;
	right:20px;
}
.masonry-filters {
	float:left;
	margin:20px 0 30px;
	border:1px solid rgba(0,0,0,.07);
	border-radius: 4px;
}
.inline-filters {
	float:none ;
	margin-top:20px;
	border:none;
}
.masonry-filters a {
	float:left;
	padding: 12px 18px;
	position:relative;
	font-size:11px;
	font-weight:700;
	color:#666;
	border-left:1px solid rgba(0,0,0,.07);
}
.inline-filters a {
	float:none;
	display:inline-block;
	border-radius:23px;
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	text-transform:uppercase;
	border:none;
}
.masonry-filters a.masonry-filter_active , .masonry-filters a.masonry-filter_active:hover {
	color:#fff;
}
.num-pr{
	width:60px;
	height: auto;
	line-height: 36px;
	border-radius:4px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	background:#292929;
	bottom:-100%;
	opacity: 0;
	left:50%;
	margin-left:-30px;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:6;
}
.num-pr:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.num-pr:before {
	border-top-color: #292929;
	border-width: 4px;
	margin-left: -4px;
}
.masonry-filters a.masonry-filter_active:hover .num-pr {
	opacity:1;
	bottom:50px;
	display:block;
}
.load-more i {
	position:absolute;
	top:50%;
	left:10px;
	margin:-9px 0 0 0;
	width:18px;
	height:18px;
	font-size:18px;
	display:none;
}
.compload  i{
	display:block;
}
.load-more-holder {
	 padding:50px 0;
	 float:left;
	 width:100%;
	 position:relative;
}
.ms-grid-item  , .box{
	 position:relative;
} 
.ms-grid-item,
.grid-sizer {
	width: 25%;
	overflow: hidden;
	float:left;
}
.no-align {
	text-align:center;
}
.margin-grid .box {
	padding:0 18px 18px 0;
}
.ms-grid-item img,
.grid-sizer img {
  width: 100%;
  height: auto;
}
.ms-grid-item-second,
.grid-sizer-second {
  width: 50%;
}
.column3-grid .ms-grid-item , .column3-grid .grid-sizer  {
  width: 33.3333333333%;
}
.column3-grid  .ms-grid-item-second{
	 width: 66.66666666%;	
}
.margin-grid  .grid-sizer-second  , .margin-grid .ms-grid-item-second  {
	padding:0 18px 22px 0 !important;
}
.column2-grid .ms-grid-item , .column2-grid .grid-sizer {
	 width:50%;
}
.box  img{
	position:relative;
	z-index:1;
	-webkit-transform: translate3d(0,0,0);
}
.shuffle-button {
	width:40px;
	height:40px;
	float:right;
	line-height:40px;
	color:#fff;
	font-size:16px;
	margin:26px 16px 0 0;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shuffle-button:hover {
	color:#666;
}
.custom-slider-holder {
	float:left;
	width:100%;
	position:relative;
	background:#494949;	
}
.project-pagination  ul {
	max-width:600px;
	margin:0 auto;
}
.project-pagination li {
	float:left;
	width:33.3333333%;
	padding:20px 0;
}
.project-pagination li a {
	color:#fff;
	font-size:34px;
	position:relative;
	-webkit-transition: all 0.3s 0.2s ease-in-out;
	-moz-transition: all 0.3s 0.2s ease-in-out;
	-o-transition: all 0.3s 0.2s ease-in-out;
	-ms-transition: all 0.3s  0.2s ease-in-out;
	transition: all 0.3s 0.2s ease-in-out;
}
.project-pagination li a:hover {
	color:#666;
}
.tooltip{
	width:200px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	background:#414146;
	bottom:-100%;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:6;
}
.right-nav .tooltip {
	left: -210px;
}
.left-nav .tooltip{
	right: -210px;
}
.tooltip h5 {
	font-size:14px;
	padding:6px 0;
}
.right-nav:hover .tooltip , .left-nav:hover .tooltip {
	visibility:visible;
	opacity:1;
	bottom:0;
}
.portfolo-section {
	padding-bottom:50px;
}
.box-item-holder {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.box-item{
	float:left;
	width:100%;
	position:relative;
	z-index:2;
	overflow:hidden;
}
.box-item .overlay {
	opacity:0;
	-webkit-transition: all 0.3s  ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	-ms-transition: all  0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
}
.box-item-med {
	float:left;
	width:100%;
	position:relative;
	z-index:1; 
	-webkit-transform: translate3d(0,0,0);
}
.box-item-holder  img {
	position:relative;
	top:0 !important;
	z-index:1;
}
.box-details {
	position:absolute;
	bottom:-100%;
	left:0;
	width:100%;
	background:#292929;
	padding:10px 10px;
	text-align:left;
	z-index:4;
	-webkit-transition: all 0.6s  ease-in-out;
	-moz-transition: all 0.6s  ease-in-out;
	-o-transition: all 0.6s  ease-in-out;
	-ms-transition: all  0.6s  ease-in-out;
	transition: all 0.6s  ease-in-out;
}
.box-details  a {
	font-size:14px;
}
.box-details h4 {
	padding-top:6px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
} 
.box-links {
	position:absolute;
	top:40%;
	left:0;
	width:100%;
	z-index:3;
}
.box-links a {
	width:40px;
	height:40px;
	position:relative;
	font-size:14px;
	display:inline-block;
	line-height:40px;
	text-align:center !important;
	float:none !important;
	margin-left:10px;
	border-radius:4px;
	-webkit-transition: all 0.42s  ease-in-out;
	-moz-transition: all 0.42s  ease-in-out;
	-o-transition: all 0.42s  ease-in-out;
	-ms-transition: all  0.42s  ease-in-out;
	transition: all 0.42s  ease-in-out;
}
.bl-over .box-links a  {
	border:1px solid #fff;
	color:#fff;
}
.wt-over .box-links a {
	border:1px solid #666;
	color:#666;
}
.wt-over .overlay {
	background:rgba(255,255,255,0.8)
}
.cl-over .box-links a {
	border:none;
	background:#666;
	color:#fff;
} 
.lin-h {
	opacity:0;
	top:180px;
}
.box-item-holder:hover .overlay{
	opacity:0.8;
}
.box-item-holder:hover .box-details {
	bottom: 0
}
.box-item-holder:hover a.lin-h {
	top:0;
	opacity:1;
}
/*------ page widgets -------------------------------------------------*/

.page-widgets-holder {
	border-top:1px solid #ccc;
}
.page-widgets-holder h3  {
	font-size:14px;
	text-align:center;
	color:#666;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	margin-bottom:40px;
	position:relative;
}
.page-widgets-holder h3:before {
	content:'';
	position:absolute;
	width:40px;
	height:2px;
	background:#ccc;
	bottom:-10px;
	left:50%;
	margin-left:-20px;
}
.contact-info li {
	float:left;
	width:100%;
	margin-bottom:12px;
}
.contact-info li a {
	font-family: 'Montserrat', sans-serif;
}
.ci-adress {
	text-transform:uppercase;
	font-size:14px;
	text-align:left;
	color:#000;
	line-height:20px;
}
.ci-mail {
	font-size:14px;
	text-align:left;
}
.ci-phone {
	color:#666;
	line-height:20px;
}
.social-links  {
	padding-bottom:58px;
 }
.social-links li {
	display:inline-block;
	margin:0 1px;
	box-sizing:border-box; 
}
.social-links li a {
	width:50px;
	height:50px;
	background:#eee;
	border-radius:100%;
	line-height:50px;
	float:left;
	color:#666;
	font-size:20px;
	box-shadow:0 0 0 20px transparent;
}
.social-links li a:hover {
  box-shadow:0 0 0 0 rgba(0,0,0,0.1);
}
.twitts {
	margin-top:20px;
	padding-left:30px;
}
.twitts li {
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing:1px;
	font-weight:600;
	line-height:20px;
	color:#494949; 
	-webkit-transform: translate3d(0,0,0);
}
.twitts li span {
	color:#494949;
}
.twitter-holder .customNavigation    {
	margin-top:10px;
}
.twitter-holder .customNavigation a {
	cursor:pointer;
}
.flat-social-holder {
	float:left;
	width:100%;
	position:relative;
}
.flat-social li {
	padding:20px 0 3px;
	position:relative;
}
.flat-social li a {
	color:#fff;
	display:block;
	text-transform:uppercase;
	font-size:14px;
	position:relative;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:2px;
	font-weight:800;
	overflow:hidden;
	padding:20px 0;
}
.flat-social li a span {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	left:0;	
}
.flat-social li a i {
	position:absolute;
	top:-100%;
	left:0;
	width:100%;
	font-size:24px;
}
.flat-social li a:hover span{
	top:100%;
}
.flat-social li a:hover i {
	top:0;
}
.flat-social li a i , .flat-social li a span {
	-webkit-transition: all 0.3s  ease-in-out;
	-moz-transition: all 0.3s  ease-in-out;
	-o-transition: all 0.3s  ease-in-out;
	-ms-transition: all  0.3s  ease-in-out;
	transition: all 0.3s  ease-in-out;
}
.flat-widgets .twitts ul {
	max-width:500px;
	margin:0 auto;
}
.flat-widgets .twitts ul li {
	font-size:16px;
}
.flat-widgets .twitts ul li span {
	color:#fff!important;
}
.flat-widgets .twitter-holder h3 {
	text-align:center;
	color:#fff;
	font-size:14px;
	position:relative;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:2px;
	font-weight:800;
	text-transform:uppercase;
}
.flat-widgets .customNavigation a {
	float:none !important;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:10px;
}
/*------ skills -------------------------------------------------*/
.no-padding {
	padding:0 !important;
}
.sck-holder  h2 {
	color:#fff;
}
.piechart-holder {
    padding-top: 50px;
}
.piechart-holder h4 {
    font-size: 1.3em;
    text-transform: uppercase;
	color:#fff;
}
.chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 26px;
    text-align: center;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.piechart {
    position: relative;
}
.percent {
    display: inline-block;
    font-size: 21px;
    color: #fff;
    line-height: 152px;
    z-index: 2;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
.drk-ch .percent{
	color:#666;
}
.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}
.skillbar-box {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.skillbar-bg {
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:15px;
	overflow:hidden;
	background:#eee;
}
.custom-skillbar-title span {
	float:left;
	font-size:16px;
	margin-top:12px;
	padding-bottom:6px;
}
.custom-skillbar {
	height:15px;
	width:0px;
}
.skill-bar-percent {
	float:right;
	font-size:16px;
	margin-top:13px;
	padding-bottom:6px;
}  
/*------facts  -------------------------------------------------*/ 
.inline-facts-holder {
	padding:50px 0;
}
.flat-facts {
	padding:0;
}
.flat-facts .inline-facts {
	float:left;
	width:25%;
	padding:80px 0;
	position:relative;
}
.flat-facts .inline-facts:before , .flat-social li:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.clf-1 {
background-color:#224896;
}
.clf-2 {
background-color:#00ABF1;
}
.clf-3 {
background-color:#007AB9;
}
.clf-4 {
background-color:#D5331E;
}
.service-1 {
opacity:1;
}
.service-2 {
opacity:0.9;
}
.service-3 {
opacity:0.7;
}
.service-4 {
opacity:0.5;
}
.flat-facts h6 {
	position:relative;
	color:#fff !important;
}
.flat-facts h6:before {
	content:'';
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-25px;
	width:50px;
	height:2px;
	background:#fff;
	opacity:0.4;
}
.flat-facts i {
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-35px;
	color:#fff;
	font-size:34px;
	width:70px;
	height:70px;
	opacity:0.4;
	line-height:70px;
}
.inline-facts:hover i {
	left:20%;
	color:#494949;
	-webkit-transform: scale(5.2)  rotate(45deg);
	-moz-transform:scale(5.2)  rotate(45deg);
	transform: scale(5.2)  rotate(45deg);
	opacity:0.2;
}
.flat-facts .inline-facts {
	overflow:hidden;
}
.inline-facts .num {
	font-size:44px;
	color:#fff;
}
.inline-facts h6 {
	font-size:18px;
	padding-top:20px;
}
.client-holder {
	width:150px;
	margin:0 auto;
}
/*------ services -------------------------------------------------*/
#services-carusel .item {
	padding:10px 20px 10px 0;
	cursor:pointer;
}
.services-image {
	float:left;
	margin-bottom:20px;
	width:100%;
}
.services-box {
	float:left;
	width:100%;
	background:#fff;
}
.services-box-info {
	padding:20px 10px; 
}
.services-box-info h4{
	font-size:14px;
	color:#000;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
.services-box-info p {
	font-size:12px;
	padding:15px 0;
	border-bottom:1px solid #EAEAEA;
	margin-bottom:1em;
}
.services-box-info ul {
	margin:10px 0;
}
.services-box-info ul  li {
	padding:10px 0;
}
.price {
	padding:15px 20px;
	max-width:200px;
	margin:0 auto;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
.services-holder {
	position:relative;
	padding-bottom:50px;
}
.services-holder ul.services-item-holder {
	padding: 0px;
	border: 0 solid #eee;
	border-width: 0 0 1px 1px;
	display: table;
	width: 100%;
}
.services-holder li.services-item {
	width: 33.3333%;
	padding: 35px 15px 20px;
	float: left;
	border: 0 solid #eee;
	border-width: 1px 1px 0 0;
	height: 245px;
	cursor: pointer;
	position:relative;
	font-size:18px;
}
.services-holder li.services-item p {
	opacity:0;
	position:relative;
	top:50px;
	color:#fff;
	max-width:300px;
	margin:0 auto;
}
.services-holder li.services-item:hover p {
	top:0;
	opacity:1;
}
.services-holder li.services-item:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	opacity:0;
}
.services-holder li.services-item h5 {
	font-weight:800;
	display: table;
	margin: 20px auto;
	font-size:18px;
}
.services-holder li.services-item h5 span {
	position:relative;
	padding-top:10px;
}
.services-holder li.services-item h5 span::before {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:1px;
	content: '';
	opacity: 0;
	z-index:4;
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
}
.services-holder li.services-item h5 span::before {
	border-top: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.services-holder li.services-item:hover h5 span::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.services-holder li.services-item:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.1);  
}
.services-holder li.services-item  i {
	font-size:44px;
	margin-top:26px;
}
.services-holder li.services-item a {
	width:100%;
	height:100%;
	float:left;
}
.services-holder li.services-item:hover i{
	color:#fff;
	margin-top:6px;
	opacity:0.8;
}  
.services-holder li.services-item:hover h5 {
	padding-top: 14px;
}
.services-holder  li.services-item:hover:before {
	opacity:1;
}
.ser-tooltip{
	width:150px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	background:#494949;
	bottom:-100%;
	left:50%;
	margin-left:-75px;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:6;
}
.ser-tooltip:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
} 
.ser-tooltip:before {
	border-top-color: #494949;
	border-width: 10px;
	margin-left: -10px;
}
.services-holder li.services-item:hover .ser-tooltip {
	visibility:visible;
	opacity:1;
	bottom:100%;
}
/*------ carousel styles -------------------------------------------------*/
.carous-holder  {
	position:relative;
}
.fet-carousel .customNavigation a , .custom-slider-holder  .customNavigation a  , .testimonilas-holder  .customNavigation a {
	position:absolute;
	z-index:20;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-20px;
	font-size:14px;
	color:#fff;
	line-height:40px;
	cursor:pointer;
	text-align:center !important;
	opacity:0;
}
.testimonilas-holder  .customNavigation a  {
	opacity:1;
}
.testimonilas-holder  .customNavigation a.prev-slide {
	left:0;
}
.testimonilas-holder  .customNavigation a.next-slide {
	right:0;
}
.fet-carousel .customNavigation a:before , .custom-slider-holder  .customNavigation a:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0.6;
}
.fet-carousel .customNavigation a:hover:before , .custom-slider-holder  .customNavigation a:hover:before {
	background:rgba(51,51,51,0.81)
}
.fet-carousel .customNavigation a.prev-slide ,  .custom-slider-holder  .customNavigation a.prev-slide  {
	 left:-40px;
}
.fet-carousel .customNavigation a.next-slide , .custom-slider-holder  .customNavigation a.next-slide  {
	 right:-40px;
}
.fet-carousel:hover .customNavigation a.prev-slide , .custom-slider-holder:hover .customNavigation a.prev-slide {
	left:0;
	opacity:1;
}
.fet-carousel:hover .customNavigation a.next-slide , .custom-slider-holder:hover .customNavigation a.next-slide {
	right:0;
	opacity:1;
} 
.services-holder li:before,  .services-holder li h5 , .services-holder li p  , .services-holder li  i , .carous-holder .customNavigation a , .fet-carousel .customNavigation a:before , .custom-slider-holder  .customNavigation a , .custom-slider-holder  .customNavigation a:before{
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.custom-slider-holder .owl-pagination  , .fullscreen-slider-holder .owl-pagination {
	position:absolute;
	bottom:40px;
	z-index:50;
	width:150px;
	left:50%;
	margin-left:-75px;
	height:20px;
}
.custom-slider-holder .owl-pagination div.owl-page  , .fullscreen-slider-holder .owl-pagination  div.owl-page {
	display:inline-block;
}
.nopagin .owl-pagination div.owl-page {
	display:none;
}
.ser-carous-holder  .customNavigation {
	position:absolute;
	top:-60px;
	right:20px;
	z-index:10;
}
.ser-carous-holder  .customNavigation a {
	position:relative;
	display: inline-block;
	width:40px;
	height:40px;
	cursor:pointer;
	line-height:40px;
	color:#fff;
	font-size:12px;
	border-radius:4px;
}
.ser-carous-holder  .customNavigation a:hover {
	border-radius:0;
	color:#000;
}
.sync-carousel-image-holder , .sync-carousel-image {
	float:left;
	width:100%;
	position:relative;
	background:#494949;
}
.sync-carousel-image .item {
	position:relative;
}
.sync-info {
	margin:20px auto;
	max-width:500px;
} 
.sync-info h3 {
	font-weight:800;
	color:#323235;
	margin-bottom:0.5em;
}
.sync-info p{
	color:#4F4F54;
	font-size:15px;
}
.main-point {
	color:#4F4F54;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	margin-bottom:20px;
}
.sync-info h4 {
	font-size:14px;
	padding-bottom:10px;
}
.sync-carousel-info-holder {
	position:relative;
}
.sync-carousel-info-holder .item {
	cursor:default;
}
.blc-nav {
	position:absolute;
	bottom:0;
	left:0;
	background: #494949;
	width:100%;
	height:50px;
	padding-left:50px;
	z-index:10;
}

/*------ footer -------------------------------------------------*/
.chat {
width:100%;
margin-top:1px;
height:auto;
background-color:#f8f8f8;
padding:2%;
}
.chat h1 {
    font-size: 3em;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #000;
    text-align: center;
	padding-top:0px;
}
.chat h1 span {
    font-weight: 400;
}
.chat-box {
width:100%;
margin:0 auto;
margin-top:0%;
}
.chat-grid {
width:24%;
float:left;
margin-right:2px;
margin-top:2%;
margin-bottom:1%;
padding:10px;
cursor:pointer;
background-color:#f9f9f9;
border: 1px solid rgba(90,178,91,0.2);
}
.chat-grid img {
width:30%;
}
.chat-grid h2 {
padding-bottom:2%;
padding-top:4%;
font-size:1.3em;
line-height: 1.5em;
text-align: center;
font-weight:400;
color:#FFF;
text-transform: none;
}
.chat h2 span {
font-size:1.3em;
font-weight:600;
font-style: normal;
color: #5fbb5f;
text-transform: uppercase;
}

.ftr {
    float: left;
    margin-bottom: 1px;
    position: relative;
    width: 100%;
    padding: 15px 0;
	background-color:#04017e;
}
.ftr ul {
	width: 82%;
    list-style-type: none;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.ftr ul li {
    display: flex;
    padding-right: 45px;
    text-align: left;
    align-items: center;
    float: left;
}
.ftr ul li figure {
    float: left;
    margin-right: 10px;
}
.ftr ul li figure img {
width:100%;
}
.ftr ul li p {
    width: 200px;
    float: left;
	font-size:1.3em;
	font-weight:600;
    color: #FFF;
}
.ftr ul li p a {
    color: #FFF;
}
.ftr ul li p a:hover {
    color: #f2f2f2;
}

.contact-section {
    padding: 25px 0;
    background-color: #2d2c2c;
}
.contact-grid {
    margin-top:2%;
	width:27%;
	margin-left:5%;
	float:left;
}
.contact-grid img {
	width:90%;
}
.contact-grid p {
	margin-left:2%;
	font-size:1.1em;
	font-weight:400;
	color:#FFF;
	text-align:center;
}
.contact-grid p a {
	margin-left:2%;
	font-size:1.1em;
	font-weight:400;
	color:#FFF
}
.contact-grid p a:hover {
	margin-left:2%;
	font-size:1.1em;
	font-weight:400;
	color:#CCCCCC;
}

#footer {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  background: #FFF;
  font-size:1.1em;
  font-weight:600;
  padding: 3px;
}

#footer a {
  color:#000;
}

#footer a:hover {
  color: #999999;
}
.pull-left {
    float: left;
}
.pull-left p {
    float: right;
    padding-top: 2.2%;
    padding-left: 10px;
	color:#000;
	font-size:1.1em;
	font-weight:600;
}
.pull-right {
    float: right;
    padding-top: 13px;
	font-size:1.1em;
	font-weight:600;
}
.policy-box {
	float:right;
	margin-top:0px;
	width:100%;
}
.policy-box p {
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	text-transform: capitalize;
	color:#fff;
	position:relative;
	float:right;
	margin-right:-14px;
}

.to-top {
	position:fixed;
	bottom:30px;
	right:10px;
	width:40px;
	height:45px;
	color:#fff;
	line-height:40px;
	font-size:20px;
	background: rgba(51,51,51,0.5);
	z-index:100;
	cursor:pointer;
	display:none;
		text-align:center;
}
.to-top:hover {
	background: rgba(51,51,51,0.8);
}
/*------ video -------------------------------------------------*/
.bg-video {
	padding:200px 0;
}
.video-container {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.video-container video {
	position: absolute;
	bottom: 0px;
	right: 0px;
	min-width:100%;
	min-height:100%;
	max-height:4000%;
	max-width:1000%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}
.resp-video {
	float:left;
	width:100%;
	position:relative;
}
.resp-video  video{
	width:100%;
	height:auto;
}
/*------ testimonilas - ------------------------------------------------*/
.test-carousel  p {
	font-family: 'Lato', sans-serif;
	font-size:15px;
	max-width:500px;
	letter-spacing:1px;
	margin:0 auto;
}
.test-carousel h4 {
	padding-top:20px;
}
.test-carousel a {
	color:#fff;
	padding-bottom:20px;
	display: inline-table;
}
.test1 .owl-pagination  {
	display:block;
	float:left;
	margin-top:20px;
}
.test-image {
	position:relative;
	width:90px;
	height:90px;
	border:4px solid #fff;
	margin:0 auto 20px;
	border-radius:100%;
	overflow:hidden;
}
.test-image img {
	border-radius:100%;
}
.content-testi  a{
	padding-top:10px;
	color:#494949;
}
.content-testi  .owl-pagination  {
	margin-top:10px;
	display:block;
	float:left;
}
/*------ featured works - ------------------------------------------------*/
.fetworks {
	padding-bottom:80px;
}
#carousel-portfolio {
	margin-top:20px;
}
.align-cnt {
	margin-top:10%;
}
/*------ timeline - ------------------------------------------------*/ 
.timeline-holder {
	padding-top: 0;
}
.timeline-holder .content {
	padding-top: 90px;
}
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eee;
	left: 50%;
	margin-left: -1.5px;
}
.tldate {
	display: block;
	width: 200px;
	background: #414141;
	color: #fff;
	margin: 0 auto;
	padding: 13px 0;
	font-weight: bold;
	text-align: center;
}
.timeline li {
	margin-bottom: 25px;
	position: relative;
	text-align: left;
}
.tl-heading a {
	margin-bottom: 20px;
	display: block;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.tl-heading a:hover {
	opacity: 0.6;
}
.timeline li:before, .timeline li:after {
	content: " ";
	display: table;
}
.timeline li:after {
	clear: both;
}
.timeline li:before, .timeline li:after {
	content: " ";
	display: table;
}
.timeline li .timeline-panel {
	width: 46%;
	float: left;
	background: #fff;
	padding: 20px;
	position: relative;
}
.timeline li .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline li .timeline-panel.noarrow:before {
	top: 0;
	right: 0;
	display: none;
	border: 0;
}
.timeline li.timeline-inverted .timeline-panel {
	float: right;
}
.timeline li.timeline-inverted .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline li .tl-circ {
	position: absolute;
	top: 23px;
	left: 50%;
	text-align: center;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-left: -16px;
	border: 3px solid #fff;
	border-radius: 100%;
	z-index: 99;
	box-shadow: 0 0 0 20px transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.timeline li:hover .tl-circ {
	box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
}
.tl-heading h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #444444;
}
.tl-date {
	color: #666;
	padding-bottom: 10px;
}
.tl-date i {
	margin-right: 10px;
}
.tl-body p, .tl-body ul {
	margin-bottom: 0;
}
.tl-body > p + p {
	margin-top: 5px;
}
/*------ accordion - ------------------------------------------------*/
.resume-alt {
	margin:0 auto;
	max-width:800px;
}
.accordion-title {
    display: block;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.accordion-title h5 {
    margin: 0;
}
.accordion-title a {
    display: block;
    color: #292929;
    padding: 25px 0px 25px 0;
	text-align:left;
	font-size:18px;
	border-bottom:1px solid #ccc;
	font-weight:500;
	font-family: 'Montserrat', sans-serif;
	 -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.accordion-title a:hover {
	background:rgba(255,255,255,0.41);
	border-bottom:1px solid #F4F4F4;
	padding-left:20px;
}
.accordion-title a span {
	color:#666;
	font-weight:300;
	font-family: 'Raleway', sans-serif;
}
.accordion-title a i {
	font-size:24px;
	padding-right:20px;
}
.accordion-title:hover {
    background: rgba(255,255,255,0.2);
}
.accordion .accordion-inner {
    display: none;
    padding: 10px 0px 30px 0;
    line-height: 1.7em;
    font-size: 13px;
    text-align: left;
    padding: 6px;
}
.accordion .accordion-inner h4 {
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	color:#666;
	font-size:14px;
	padding-bottom:10px;
}
.accordion .accordion-inner ul {
	float:left;
	width:100%;
	padding-left:13px;
	margin:10px 0;
}
.accordion .accordion-inner ul li {
	float:left;
	padding-right:30px;
	list-style: disc;
}
/*------ resume - ------------------------------------------------*/
.resume-container {
	float:left;
	position:relative;
	width:100%;
	padding:150px 50px;
	border-bottom:1px solid #fff;
	background:#f4f4f4;
}
.resume-container .overlay {
	background:#292929;
	opacity:0.4;
}
.resume-head {
	width:50%;
	float:left;
	position:relative;
	z-index:2;
	padding-right:50px;
}
.resume-bg {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	overflow:hidden;
}
.resume-bg .bg {
	background-size: cover !important; 
}
.resume-head h3 {
	float:left;
	width:100%;
	font-size: 20px;
	padding:60px 0 10px;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	color:#fff;
}
.resume-head h4 {
	text-align:center;
	font-weight:800;
	font-size:14px;
	margin-top:10px;
	position:relative;
	padding-top:10px;
	display:inline-table;
}
.resume-head h4:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:2px;
	background:#fff;
}
.resume-box-holder{
	float:left;
	width:50%;
	position:relative;
	z-index:2;
}
.resume-box {
	float:left;
	width:100%;
	padding:20px;
	position:relative;
	margin-top:20px;
}
.resume-item {
	float:left;
	clear:both;
	font-size:24px;
	margin-bottom:10px;
	line-height:30px;
	font-weight:bold;
	color:#666;
}
.resume-box h6 {
	float:left;
	text-align:left;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	letter-spacing:2px;
	color:#666;
}
.resume-info {
	float:left;
	padding:10px 10px 10px 0;
	position:relative;
	z-index:2;
}
.resume-info h5 {
	float:left;
	font-size:24px;
	color:#666;
	text-align:left;
	padding:10px 20px;
}
.resume-btn {
	margin-top:60px;
}
/*------Subscribe ------------------------------------------*/ 
.subcribe-form{
	margin:30px auto;
	position:relative;
	max-width:450px;	
} 
.subcribe-form form {
	float:left;
	width:100%;
	position:relative;
} 
#subscribe input.enteremail{
	float:left;
	width:70%;
	height:50px;
	background:none;
	border:none;
	background:rgba(255,255,255,0.20);
	border:1px solid  rgba(255,255,255,0.60);
	border-right:none;
	padding-left:10px;
	outline:none;
	-webkit-appearance: none;
	border-radius:0; 
	color:#fff !important;
}
#subscribe input.enteremail::-webkit-input-placeholder{ 
    color:#fff !important;
}
#subscribe input.enteremail:-moz-placeholder{ 
    color:#fff !important;
}
#subscribe input.enteremail::-moz-placeholder{ 
    color:#fff !important;
}
#subscribe input.enteremail:-ms-input-placeholder{ 
    color:#fff !important;
} 
#subscribe  .subscribe-button{
	float:left;
	height:50px;
	background:none;
	border:none;
	width:30%;
	color:#fff;
	cursor:pointer;
	border-radius:none;
	-webkit-appearance: none;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#subscribe  .subscribe-button:hover {
	opacity:0.8;
}
.subscribe-message {
	width:100%;
	float:left;
	margin-top:20px;
	text-align:left;
}
.subscribe-message i {
	font-size:18px;
	padding-right:10px;
}
.subscribe-message.error i {
	color:#e52f40
}  
/* Responsive iframe ------------------------------------------------------------ */
.resp-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
.resp-iframe iframe,
.resp-iframer object,
.resp-iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------ map -------------------------------------------------*/
.map-box {
	float:left;
	width:100%;
	height:400px;
	position:relative;
	margin-top:10px;
}
.map {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.full-height-map {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin-top:0;
	min-height:100% !important;
}
.bim {
	z-index:19;
}
.showmap {
	position:absolute;
	bottom:0;
	left:0;
	height:80px;
	width:100%;
	cursor:pointer;
	z-index:20;
	line-height:80px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
}
.showmap:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.showmap:hover:before {
	opacity:0.6;
}
/* Contact------------------------------------------------------------ */
.contact-container p {
	padding-bottom:20px;
}
.detailst-list {
	float:left;
	width:100%;
	margin:20px 0;	
}
.detailst-list li {
	width:100%;
	float:left;
	margin-bottom:10px;
	box-sizing:border-box;
	position:relative;
	line-height:30px;
}
.detailst-list li i{
	float:left;
	width:50px;
	height:50px;
	border-radius:100%;
	line-height:50px;
	color:#fff;
	font-size:24px;
	text-align:center;
	box-shadow:0 0 0 20px transparent;
	-webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out
}
.detailst-list li:hover i{
  box-shadow:0 0 0 0 rgba(0,0,0,0.1);
}
.detailst-list li span {
	float:left;
	font-size:1.3em;
	font-weight:600;
	color:#444;
	margin-left:15px;
	text-align: left;
}
.detailst-list li a {
	float:left;
	font-size:1.3em;
	font-weight:600;
	color:#444;
	margin-left:20px;
	text-align: left;
	padding:10px 0;
}
.detailst-list li span:nth-child(1) {
	float:left;
	font-size:14px;
	font-weight:600;
	color:#444;
	margin-left:20px;
	text-align: left;
	padding:1px 0;
}
.detailst-list li a:nth-child(1) {
	float:left;
	font-size:14px;
	font-weight:600;
	color:#444;
	margin-left:20px;
	text-align: left;
	padding:1px 0;
}
.detailst-list li span a {
  color: #444;
}
.detailst-list li span a :hover {
  color: #FF0000;
}
.detailst-list li a strong  , .detailst-list li span strong{
	position:relative;
}
.detailst-list li a strong:before , .detailst-list li span strong:before {
	content:'';
	position:absolute;
	bottom:-4px;
	left:0;
	width:0;
	height:2px;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all.4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.detailst-list li:hover strong:before  {
	width:100%;
}
#contact-form {
	text-align:center!important;
	max-width:800px;
	padding-top:0;
	padding-bottom:20px;
	margin:0  auto;
}	
#contact-form input[type="text"], #contact-form  textarea, #contact-form select {
	color: #444;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding: 15px 0;
	width: 100%;
	padding-left:10px;
	background:none;
	background:rgba(255,255,255,0.4);
	margin-bottom:20px;
	border:0;
	border:1px solid #E5E5E5;
	border-radius:0px;
	position:relative;
}	
#contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
	color:#444;
}	
#contact-form textarea {
   font-family: 'Open Sans', sans-serif;
   font-size:16px;
   font-weight:600;
	height:170px;
	resize:none;
}	
#contact-form input[type="submit"]	{
	background:#000;
	width:100%;
	border:none;
    border-radius: 0;
	padding:20px 25px;
	line-height:15px;
	letter-spacing:1px;
	cursor:pointer;
	font-size:18px;
	text-transform:uppercase;
	font-weight:500;
	color:#fff;
	-webkit-appearance: none;
	float:left;
	margin-bottom:1.5em;
}
#contact-form input[type="submit"]:hover {
	background:#5fbb5f;
	color:#FFF;
}	
.error_message {		
	text-align:center;		
	margin-bottom:30px;
	font-size:13px;		
	color:#fff;				
}	
#success_page h3{		
	text-align:center;
	font-size:18px;	
}		
#success_page p {		
	color:#fff;		
	margin-top:20px;		
}
#message fieldset {		
	border:none;
	color:#fff;		
}
/*------ share------------------------------------------------*/
.share-container {
	padding:50px 0;
}
.share-icon {
    height:50px;
    width:50px;
    display: inline-block;
    margin:2px;
	position:relative;
	border-radius:100%;
	font-size:15px;
	line-height:50px;
	color: #fff;
	box-shadow:0 0 0 20px transparent;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.share-icon:hover {
	box-shadow:0 0 0 0 rgba(255,255,255,0.5);
}
.share-container.no-align-share {
	text-align:center !important;
	padding:10px 0;
}
.share-container.no-align-share a {
	float:left;
}
.share-container.no-align-share a:hover {
  box-shadow:0 0 0 0 rgba(0,0,0,0.1);
}
.share-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
} 
.share-icon-digg:before {
    content: "\f1a6";
}
.share-icon-email:before  {
    content: "\f003";
}
.share-icon-flickr:before  {
    content: "\f16e";
}
.share-icon-foursquare:before  {
    content: "\f180";
}
.share-icon-rss:before {
    content: "\f09e";
}
.share-icon-facebook:before  {
    content: "\f09a";
}
.share-icon-twitter:before {
    content: "\f099";
}
.share-icon-tumblr:before {
   content: "\f173";
}
.share-icon-linkedin:before {
     content: "\f08c";
}
.share-icon-vimeo:before {
   content: "\f194";
}
.share-icon-instagram:before {
    content: "\f16d";
}
.share-icon-pinterest:before {
    content: "\f0d2";
}
.share-icon-googleplus:before {
   content: "\f0d5";
}
.share-icon-in1:before {
    content: "\f08c";
}
.share-icon-stumbleupon:before {
    content: "\f1a4";
}
.border-row{
	border-top:1px solid #eee;
	margin-top:50px;
} 
/* ------blog------------------------------------------------------------ */ 
article , .pagination {
	float:left;
	width:100%;
	position:relative;
}
.custom-slider .box-links {
	text-align:center !important;
}
article p {
	float:left;
	width:100%;
	padding-bottom:20px;
}
.display-posts p {
	line-height:25px;
}
article h4 {
	font-size: 24px;
	line-height: 36px;
	font-style: normal;
	font-weight: bold;
	font-weight: 700;
	color: #222222;
	padding-bottom:10px !important;
}
.mas-posts h4 {
	padding-bottom:0 !important;
}
.mas-posts .ms-grid-item {
	margin:0;
	padding:0;
}
.mas-posts article {
	padding:10px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.mas-posts article:hover {
	background:#f4f4f4;
}
article h4 a:hover {
	color:#666;
}
.mas-posts article h4 {
	font-size:18px;
}
.post-media {
	float:left;
	width:100%;
	position:relative;
	margin:20px 0;
}
.post-meta {
	margin:14px 0 14px 0;
}
.display-posts article {
	border-bottom:1px solid #eee;
	padding:0 0 30px 0;
	margin-bottom:30px;
}
.post-meta li {
	display:inline-block;
	margin-right:8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	color:#666;
}
.post-meta li a {
	font-size:15px;
}
.mas-posts article ul.post-meta li {
	margin-bottom:6px;
}
.post-link {
	text-transform:uppercase;
	font-size:12px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.post-tags {
	float:left;
	width:100%;
	margin-top:40px;
}
.post-tags li , .tagcloud li  {
	display:inline-block;
	margin-right:4px;
}
.post-tags li a , .tagcloud li a {
	float:left;
	font-size: 10px;
	text-transform: uppercase;
	padding: 8px 10px 8px;
	background: #f5f5f5;
	margin-bottom: 3px;
	color:#444;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.post-tags li a:hover , .tagcloud li a:hover {
	color:#fff;
}
.pagination {
	margin-top:20px;
	text-align:center;
	vertical-align: middle;	
	border:1px solid rgba(0,0,0,.07);
	border-radius: 4px;	
}
.pagination ul   {
	float:left;
	margin:20px 0 30px;
	border:1px solid rgba(0,0,0,.07);
	border-radius: 4px;
}
.pagination  a {
	float:left;
	padding: 12px 18px;
	position:relative;
	font-size:13px;
	color:#666;
	letter-spacing:1px;
	border-right:1px solid rgba(0,0,0,.07);
}
.pagination a.current-page, .pagination a:hover {
    color:#fff;
}
.widget {
	float:left;
	width:100%;
	margin-bottom:50px; 
} 
.searh-holder {
	max-width:450px;
	margin-top:20px;
	position:relative;
}
.searh-inner {
	float:left;
	width:100%;
	position:relative;
}
 .search {
	border:1px solid rgba(0,0,0,.07);
	float: left;
	background:none;
	border-radius:none;
	position:relative;
	outline: none;
	padding: 0px 0px 0px 10px;
	width: 100%;
	height: 40px;
	color: #000;
	-webkit-appearance: none;
}
.search-submit {
	border: none;
	outline: none;
	cursor: pointer;
	background:none;
	position:absolute;
	top:0;
	right:0;
	width: 28%;
	height: 40px;
}
.trnsp-search {
	border:1px solid #fff;
	border-radius:6px;
	color:#fff;
	background:rgba(255,255,255,0.21);
}
.trnsp_btn  {
	border-radius: 0 6px   6px 0;
}
.trnsp_btn i  {
	color:#fff !important;
}
.search-submit:hover i {
	opacity:0.5;
}
.tagcloud a {
	padding:
}
.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background: #f4f4f4;
    border:1px solid rgba(0,0,0,.07);
	border-bottom:none;
}
.tabs-menu li.current {
    position: relative;
    background: #fff;
    z-index: 5;
}
.tabs-menu li a {
    padding: 10px;
    color: #666;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tabs-menu .current a {
    color: #fff;
}
.tab {
    border: 1px solid rgba(0,0,0,.07);
    float: left;
    margin-bottom: 20px;
    width: auto;
}
.tab-content {
    width: 100%;
    padding: 20px;
    display: none;
}
#tab-1 {
	display: block;   
}
.widget-posts li , .widget-comments li {
	padding: 12px 0;
}
.widget-posts-img , .widget-comments-img {
	float:left;
	width:30%;
}
.widget-comments-img  img{
	 border-radius:100%;
}
.widget-posts-descr, .widget-comments-descr{
	float:left;
	width:70%;
	padding-left:10px;
}
.widget-comments-descr a {
	font-size:12px;
	letter-spacing:1px;
}
.widget-posts-date  , .widget-comments-date{
	float:left;
	width:100%;
	margin-top:10px;
	color:#666;
}
.cat-item{
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.cat-item a{  
	font-weight: 400; 
	font-size: 12px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#comments{ 
	text-align:left; 
	padding-top: 10px;
}
#comments-title , #reply-title{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px; 
	margin-bottom: 5px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
}
.comment{ 
	float: left; 
}
.comment-body{ 
	position: relative; 
	margin-left: 70px; 
	padding-top: 30px; 
}
.comment-author{ 
	position: absolute; 
	top: 30px; 
	left: -66px;
}
.comment-author img{ 
	border-radius: 100%;
}
.comment .children{ 
	margin-left: 70px; 
}
.fn{
	display: block; 
	margin-bottom: 10px;
}
.comment-meta, .comment-meta a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	letter-spacing:1px;
	color:#494949;
	padding-bottom:10px;
}
#respond{
	margin-top:40px;
}
#reply-title{
	padding-bottom:30px;
	margin-bottom:5px;
}
.comment-notes{ 
	margin-top: 10px; color: #a4a4a3; 
}
.control-group label, .control-group .controls{ 
	display: inline-block; 
}
.control-group label{ 
	margin-left: 10px; 
	font-weight: 200;
}
.control-group .controls input { 
	margin-top: 15px;
	border: none;
	outline: none;
	height: 35px;
	background: #fff;
	padding-left: 15px;
	color: #a4a4a3;
	text-decoration: none;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.control-group .controls textarea {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 180px;
	max-width:600px;
	background: #fff;
	padding-left: 15px;
	padding-top: 15px;
	color: #a4a4a3;
	resize: vertical;
	text-decoration: none;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.controls button {
	border: none;
	outline: none;
	margin-top:20px;
	outline: none;
	padding:12px 20px;
	line-height:18px;
	cursor:pointer;
	font-size:12px;
	color:#fff;
	border-radius:24px;
	-webkit-appearance: none;
}
.controls button:hover{
	background:#666;
}
/*------  404 ------------------------------------------------------*/
.back-link {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
	background:url(../images/bg/15.jpg) no-repeat center;
	background-size: cover;
	background-attachment: scroll;
	display:none;
}
.back-link:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(51,51,51,0.51)
}
.erm {
	float:left;
	position:relative;
	margin-top:10%;
	width:100%;
	color: rgba(255,255,255,0.61);
	font-size:245px;
	font-weight: bold;
	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
}
.erm span {
	float:left;
	width:100%;
	font-size:35px;
	color: rgba(255,255,255,1);
}
.abl {
	margin-top:50px;
	cursor:pointer;
}
/*------ css-animation - ------------------------------------------------*/

.transition{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.transition1 {
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.transition2{
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.transition3{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
 
/*------  Responsive CSS ------------------------------------------------------*/
@media only screen and  (max-width: 1024px) {

.mob-bg {
	display:block;
}
 .scroll-nav {
	 display:none;
	 position:absolute;
	 top:40px;
	 left:0;
	 width:100%;
	 background:#fff;
	 box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.scroll-nav-btn {
	position:absolute;
	bottom:-104px;
	width:30px;
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#fff;
	right:0;
	cursor:pointer;
	display:block;
}
.scroll-nav-btn i , .filter-button i  {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.rot-icon i , .rot-icon {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.scroll-nav  li {
	display:block;
	float:left;
	width:100%;
}
.scroll-nav  li a {
	float: left;
	border-radius:0;
	padding: 10px 22px;
	width:100%;
	color: #777;
	border:none;
	text-align:left;
}
.scroll-nav  li a:hover  , .scroll-nav  li.actscroll a{
	border:none !important
}
 .page-widgets-holder h3 {
	 padding-top:20px;
}
.left-column  , .right-column {
	width:100%;
} 
footer {
	position:relative;
	float:left;
}
.height-emulator {
	display:none;
}
.policy-box {
	float:left;
	margin-top:50px;
}
.policy-box p {
	float:left;
	margin-right:0;
}
.policy-box p:before {
	left:0;
}
.flat-facts .inline-facts {
	width:50%;
}	
.portfolio-header {
	padding-left:0;
}
.portfolio-header h2 span {
	padding-left:20px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.port-st2 , .st2  {
	padding-left:0;
}
.load-more-holder a {
	float:none !important
}
.ms-grid-item-second, .grid-sizer-second ,  .ms-grid-item , .column3-grid .ms-grid-item , .grid-sizer  , .column2-grid  .ms-grid-item {
	width: 50%;
}
.hero-title h3 {
	font-size: 43px;
 
}
.erm {
	font-size:145px;
}
.erm span {
	font-size:25px;
}
.timeline li .timeline-panel {
    width: 44%;
}
.sh-column{
	padding:150px 0;
	margin-top:90px;
}
.right-column {
	padding:30px 0;
}
.services-holder li.services-item {
	width: 50%;
}
.piechart {
	margin-bottom:20px;
}
.resume-title , .resume-head  , .resume-box-holder , .resume-bg {
	width:100%;
}
.resume-head {
	padding-right:0;
}
.resume-item , .resume-box h6 , .resume-box p  {
	color:#fff;
}
.resume-container .overlay {
	opacity:0.6;
}
.resume-box {
	padding:0;
}
.resume-head , .resume-head h3 {
	text-align:left;
}
.resume-head h4:before {
	display:none;
}
.align-cnt {
	margin-top:0;
}
.nav-footer {
	bottom:0;
	position:relative;
	float:left;
	padding:0;
}
}

@media only screen and  (max-width: 740px) {
.hero-title-holder {
	top:30%;
}
.fullscreen-slider-holder .customNavigation a  {
	top:70%;
}
ul.timeline:before {
    left: 40px;
}
.tldate { 
	width: 140px;
}
ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
}
ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;
}
ul.timeline > li > .tldate {
    margin: 0;
}
ul.timeline > li > .timeline-panel {
    float: right;
}
ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.services-holder li.services-item {
	width: 100%;
}
.filter-button {
	display:block;
}
.shuffle-button {
	display:none;
}
.masonry-filters , .inline-filters {
	display:none;
	width:200px;
	float:none;
	margin:20px auto;
}
.masonry-filters a {
	width:100%;
	border:none;
	border-radius:0px;
}
.vis-filter {
	display: inline-table;
}
.link-section h2 {
	font-size:24px;
}
}
@media only screen and  (max-width: 540px) {
 .hvr-wobble-horizontal img {
	width:100px;
}
.onlinebtn1 {
	padding: 6px 5px;
	font-size: 0.7em;
}
.flat-facts .inline-facts , .ms-grid-item-second, .grid-sizer-second ,  .ms-grid-item , .column3-grid .ms-grid-item , .grid-sizer , .column2-grid  .ms-grid-item {
	width:100%;
}
 
.hero-title h3 {
	font-size: 30px;
}
}
@media  screen and (max-height: 950px) {
.nav-footer {
	bottom:0;
	position:relative;
	float:left;
	padding:0;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}
.hero-logo-holder {
	top:40%;
	width:100%;
	z-index:3;
}
@media only screen and (min-width : 901px) and (max-width : 1024px) {
.margin-top {
    margin-top: 150px;
}
.transition {
background-color:#FFFFFF;
height:150px;	
}
.tr-header {
    background-color:#FFFFFF;
	height:auto;
	border:none;
}
.nav-holder {
    position: relative;
    top: -5px;
    left: 0;
    width: 100%;
}
.logo-holder {
    position: relative;
    width: 65%;
    top: 10px;
    left: 0;
    z-index: 10;
}
.logoimg {
    width: 65%;
    height: auto;
    float: left;
    -webkit-transform: translate3d(0,0,0);
}
header.tr-header.sticky {
    background-color:#FFFFFF;
	height:auto;
}
.to-top {
    position: fixed;
    bottom:30px;
    right:10px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    background: rgba(51,51,51,0.5);
    z-index: 100;
    cursor: pointer;
    display: none;
}
.top-header {
    width: 100%;
	background-color:#2588bd;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 2px;
    margin: 0 auto;
}
.top-header-left {
width:100%;
text-align: center;
}
.top-header-right {
    width: 100%;
    text-align: center;
}
.top-header-right li {
    float: none;
}
.scroll-nav-btn {
    position: absolute;
    bottom: -55px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 18px;
    color: #fff;
    right: 0;
    cursor: pointer;
    display: block;
    padding-left: 7px;
}
.sightseen-bg h2 {
    font-size: 1.4em;
    padding-left: 5%;
    padding-right: 5%;
}
.ftr ul li p {
    width: 100%;
}
#footer {
width:100%;
}
.contacts h3 {
padding-top: 10px;
}
#contact-form input[type="submit"] {
    margin-bottom: 0em;
    margin-top: 1em;
}

}
@media only screen and (min-width : 768px) and (max-width : 900px) {
.margin-top {
    margin-top: 150px;
}
.transition {
background-color:#FFFFFF;
height:150px;	
}
.tr-header {
    background-color:#FFFFFF;
	height:auto;
	border:none;
}
.nav-holder {
    position: relative;
    top: -5px;
    left: 0;
    width: 100%;
}
.logo-holder {
    position: relative;
    width: 80%;
    top: 10px;
    left: 0;
    z-index: 10;
}
.logoimg {
    width: 60%;
    height: auto;
    float: left;
    -webkit-transform: translate3d(0,0,0);
}
header.tr-header.sticky {
    background-color:#FFFFFF;
	height:auto;
}
.to-top {
    position: fixed;
    bottom:30px;
    right:10px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    background: rgba(51,51,51,0.5);
    z-index: 100;
    cursor: pointer;
    display: none;
}
.top-header {
    width: 100%;
	background-color:#2588bd;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 2px;
    margin: 0 auto;
}
.top-header-left {
width:100%;
text-align: center;
}
.top-header-right {
    width: 100%;
    text-align: center;
}
.top-header-right li {
    float: none;
}
.scroll-nav-btn {
    position: absolute;
    bottom: -55px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 18px;
    color: #fff;
    right: 0;
    cursor: pointer;
    display: block;
    padding-left: 7px;
}
.ftr ul li {
    padding-top: 2%;
}
.ftr ul li p {
    width: 330px;
}
.ftr ul li figure img {
    width: 80%;
}
.chat h1 {
    font-size: 2em;
}
.chat-grid h2 {
    font-size: .8em;
    line-height: 1.5em;
}
.chat-grid img {
    width: 50%;
}
.section-title h2 {
    padding-top: 0px;
}
.udaipur-sightseen-bg {
    background-image: url(../images/udaipur-sightseen-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:100%;
}
.udaipur-sightseen-left {
    width:50%;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    padding-top:5%;
}
.udaipur-sightseen-right {
    width:50%;
    float: right;
    padding-left: 0%;
    padding-right: 0%;
    padding-top:6%;
}
.udaipur-sightseen-right h1 {
    color: #FFF;
    font-size:20px;
}
.udaipur-sightseen-right h1 span {
    font-weight: 400;
    font-size:20px;
}
.udaipur-sightseen-right p {
display:none;
}
.monogram {
display:none;
}
.pull-right {
display:none;
}
#footer {
width:100%;
}
.pull-left p {
    padding-top: 0px;
}
.section-title h1 {
    font-size: 1.8em;
	padding-top: 7%;
}
.inner-page-left {
    width: 100%;
}
.inner-page-right {
    display:none;
}
#contact-form input[type="submit"] {
    margin-bottom: 0em;
    margin-top: 1em;
}
}
@media only screen and  (max-width: 640px) {
.top-header-right li:nth-child(2) { 
display:none;
}
}
@media only screen and (min-width : 601px) and (max-width : 767px) {
.margin-top {
    margin-top: 150px;
}
.transition {
background-color:#FFFFFF;
height:150px;	
}
.tr-header {
    background-color:#FFFFFF;
	height:auto;
	border:none;
}
.nav-holder {
    position: relative;
    top: -5px;
    left: 0;
    width: 100%;
}
.logo-holder {
    position: relative;
    width: 90%;
    top: 15px;
    left: 0;
    z-index: 10;
}
.logoimg {
    width: 65%;
    height: auto;
    float: left;
    -webkit-transform: translate3d(0,0,0);
}
header.tr-header.sticky {
    background-color:#FFFFFF;
	height:auto;
}
.to-top {
    position: fixed;
    bottom:30px;
    right:10px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    background: rgba(51,51,51,0.5);
    z-index: 100;
    cursor: pointer;
    display: none;
}
.top-header {
    width: 100%;
	background-color:#2588bd;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 2px;
    margin: 0 auto;
}
.top-header-left {
width:100%;
text-align: center;
}
.top-header-right {
    width: 100%;
    text-align: center;
}
.top-header-right li {
    float: none;
}
.scroll-nav-btn {
    position: absolute;
    bottom: -55px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 18px;
    color: #fff;
    right: 0;
    cursor: pointer;
    display: block;
    padding-left: 7px;
}
.ftr ul li {
    padding-top: 2%;
}
.ftr ul li p {
    width: 330px;
}
.ftr ul li figure img {
    width: 80%;
}
.chat h1 {
    font-size: 2em;
}
.chat-grid h2 {
    font-size: .8em;
    line-height: 1.5em;
}
.section-title h1 {
    font-size: 2em;
	padding-top:8%;
}
.chat-grid img {
    width: 50%;
}
#sec2 {
    background-color: #4B177B;
    background-image:none;
    height: auto;
}
#sec6 {
    background-color: #131720;
    background-image: url(../images/online-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:25%;
}
.section-title h2 {
    font-size:2em;
	padding-top:15px;
}
.online-enquiry {
    width:100%;
    margin: 0 auto;
    background: #FFF;
    padding: 4%;
}
section {
    float: left;
    width: 100%;
    padding:0;
    position: relative;
    z-index: 12;
    background: #fff;
}
.udaipur-sightseen-bg {
    background-image: url(../images/udaipur-sightseen-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:100%;
}
.udaipur-sightseen-left {
    width:50%;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    padding-top:5%;
}
.udaipur-sightseen-right {
    width:50%;
    float: right;
    padding-left: 0%;
    padding-right: 0%;
    padding-top:6%;
}
.udaipur-sightseen-right h1 {
    color: #FFF;
    font-size:20px;
}
.udaipur-sightseen-right h1 span {
    font-weight: 400;
    font-size:20px;
}
.udaipur-sightseen-right p {
display:none;
}
.biodata {
    padding:5px 15px;
    font-size: 1em;
}
.sightseen-bg {
    background-image: url(../images/sightseen-bg.jpg);
    background-repeat: no-repeat;
    height:100%;
	background-color:#CEA458;
}
.sightseen-left {
    width: 100%;
    float: left;
    padding-left: 4%;
    padding-right: 2%;
    padding-top: 6%;
}
.sightseen-right {
    width: 100%;
    float: left;
    padding-top: 6%;
    padding-left:2%;
}
.sightseen-grid {
    width:31%;
    float: left;
    margin-right: 2%;
	margin-bottom:2%;
    background-color: #FFF;
}
.sightseen-bg h2 {
font-size:1.1em;
}
.tours-grid {
    width: 50%;
    float: left;
    background-color: #CCCCCC;
}
.taxi-services-grid {
    width:48%;
    padding: 2%;
    margin-right:1%;
    margin-bottom: 2%;
    float: left;
    background: #FAFAFA;
    border: 1px solid#e4e4e4;
    text-align: center;
    height: auto;
}
.taxi-services-grid h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding-top: 4%;
}
.monogram {
display:none;
}
.link {
    font-size: 13px;
    color: #FFF;
    line-height: 22px;
    padding-top:5px;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
}
.pull-right {
display:none;
}
#footer {
    width: 100%;
	font-size:1em;
}
.pull-left p {
    float: none;
    padding-top: 0px;
}
.col-sm-5 {
width:100%;
}
#about {
    background-color: #131720;
    background-image: url(../images/about-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center;
}
.inner-page-left {
    width:60%;
    float: left;
    border-left:0;
    margin-top: 2%;
    margin-bottom: 4%;
    padding-left:0%;
    text-align: left;
}
.inner-page-right {
    width:35%;
    float: right;
    margin-top: 4%;
    margin-bottom: 4%;
    padding-left:0%;
    text-align: left;
}
.inner-page-left h1 {
    font-size:25px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: relative;
}
.inner-page-left h2 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    padding: 0;
    position: relative;
    color: #333;
}
.inner-page-left p {
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    padding-bottom: 15px;
}
.box_style_4, .box_style_2 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #F3F3F3;
    width:100%;
    float: left;
    margin-right: 2%;
    height: 280px;
}
#taxi {
    background-color: #131720;
    background-image: url(../images/taxi-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
.inner-page-taxi {
    width: 100%;
    float: left;
    border-left:0;
    margin-top: 2%;
    margin-bottom: 4%;
    padding-left:0%;
    text-align: left;
}
.inner-page-taxi h1 {
    font-size:25px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: relative;
    color: #333;
}
.inner-page-taxi p {
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-weight: 400;
	text-align:justify;
    line-height: 25px;
    padding-bottom: 15px;
}

#day-tours {
    background-color: #131720;
    background-image: url(../images/day-tours-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
.day-4 {
    width:100%;
    float: left;
}
.day-8 {
    width:100%;
    float: left;
    padding:5%;
    border-right: 1px solid #ededed;
    height: auto;
}
.day-2 {
    width: 100%;
	margin-top: 1%;
}
.inner-page-full-left h1 {
    font-size: 25px;
    font-weight: 400;
}
#udaipur-tours {
    background-color: #131720;
    background-image: url(../images/udaipur-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
.day-12 {
    width: 100%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
	padding-bottom:2%;
    padding-top: 2%;
}
#kumbhalgarh-tours {
    background-color: #131720;
    background-image: url(../images/kumbhalgarh-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
#chittorgarh-tours {
    background-color: #131720;
    background-image: url(../images/chittorgarh-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
#nathdwara-tours {
    background-color: #131720;
    background-image: url(../images/nathdwara-header.jpg);
    background-repeat: no-repeat;
    height: 200px;
	background-position:center top;
}
#contact {
    background-color: #131720;
    background-image: url(../images/contact-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center;
}
.detailst-list li i {
    float: left;
    width:40px;
    height:40px;
    border-radius: 100%;
    line-height:40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 0 0 20px transparent;
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;

    transition: box-shadow .4s ease-in-out;
}
.detailst-list li span, .detailst-list li a {
    float: left;
    font-size: 13px;
    margin-left: 20px;
    text-align: left;
    padding: 0px 0;
}
#thanks {
    background-color: #131720;
    background-image: url(../images/thanks-header.jpg);
    background-repeat: no-repeat;
    height:100%;
	background-position:center top;
}
.google-map iframe {
width:100%;
height:200px;
}
#contact-form input[type="submit"] {
    margin-bottom: 0em;
    margin-top: 1em;
}
}
@media only screen and (min-width : 480px) and (max-width : 600px) {

.transition {
background-color:#FFFFFF;
height:150px;	
}
.tr-header {
    background-color:#FFFFFF;
	height:auto;
}
.nav-holder {
    position: relative;
    top: -5px;
    left: 0;
    width: 100%;
}
.logo-holder {
    position: absolute;
    width:80%;
    top: 20px;
    left: 0;
    z-index: 10;
}
.logoimg {
    width: 80%;
    height: auto;
    float: left;
    -webkit-transform: translate3d(0,0,0);
}
header.tr-header.sticky {
    background-color:#FFFFFF;
	height:auto;
}
.to-top {
    position: fixed;
    bottom:30px;
    right:10px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    background: rgba(51,51,51,0.5);
    z-index: 100;
    cursor: pointer;
    display: none;
}
.top-header {
    width: 100%;
	background-color:#2588bd;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 2px;
    margin: 0 auto;
}
.top-header-left {
width:100%;
text-align: center;
}
.top-header-right {
    width: 100%;
    text-align: center;
}
.top-header-right li {
    float: none;
}
.top-header-right li:nth-child(2) { 
display:none;
}
.scroll-nav-btn {
    position: absolute;
    bottom: -55px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 18px;
    color: #fff;
    right: 0;
    cursor: pointer;
    display: block;
    padding-left: 7px;
}
.ftr ul li {
    padding-top: 2%;
}
.ftr ul li p {
    width: 330px;
}
.ftr ul li figure img {
    width: 80%;
}
.inner-page-full-left {
width:100%;
float:none;
}
.inner-page-full-right {
width:100%;
float:none;
text-align: center;
margin-top: 4%;
}
.inner-page-full-left h1 {
    font-size: 2em;
	text-align:center;
	font-weight:400;
	margin-bottom: 2%;
}
.separator-black-middle {
    margin: 0 auto;
}

#sec2 {
    background-color: #4B177B;
    background-image:none;
    height: auto;
}
#sec6 {
    background-color: #131720;
    background-image: url(../images/online-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:2%;
}
.section-title h2 {
    font-size: 2em;
    padding-top: 10px;
}
.sightseen-bg h1 {
    font-size: 2.5em;
}
.chat h1 {
    font-size: 2em;
}
.chat-grid h2 {
    font-size: .8em;
    line-height: 1.5em;
}
.chat-grid img {
    width: 50%;
}

.online-enquiry {
    width:100%;
    margin: 0 auto;
    background: #FFF;
    padding: 4%;
}
section {
    float: left;
    width: 100%;
    padding:0;
    position: relative;
    z-index: 12;
    background: #fff;
}
.udaipur-sightseen-bg {
    background-image: url(../images/udaipur-sightseen-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:100%;
}
.udaipur-sightseen-left {
    width:50%;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    padding-top:5%;
}
.udaipur-sightseen-right {
    width:50%;
    float: right;
    padding-left: 0%;
    padding-right: 0%;
    padding-top:4%;
}
.udaipur-sightseen-right h1 {
    color: #FFF;
    font-size:20px;
}
.udaipur-sightseen-right h1 span {
    font-weight: 400;
    font-size:20px;
}
.udaipur-sightseen-right p {
display:none;
}
.biodata {
    padding:5px 15px;
    font-size: 1em;
}
.sightseen-bg {
    background-image: url(../images/sightseen-bg.jpg);
    background-repeat: no-repeat;
    height:100%;
	background-color:#CEA458;
}
.sightseen-left {
    width: 100%;
    float: left;
    padding-left: 4%;
    padding-right: 2%;
    padding-top: 6%;
}
.sightseen-right {
    width: 100%;
    float: left;
    padding-top: 6%;
    padding-left:2%;
}
.sightseen-grid {
    width:48%;
    float: left;
    margin-right: 2%;
	margin-bottom:2%;
    background-color: #FFF;
}
.tours-grid {
    width: 50%;
    float: left;
    background-color: #CCCCCC;
}
.taxi-services-grid {
    width:48%;
    padding: 2%;
    margin-right:1%;
    margin-bottom: 2%;
    float: left;
    background: #FAFAFA;
    border: 1px solid#e4e4e4;
    text-align: center;
    height: auto;
}
.taxi-services-grid h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding-top: 4%;
}
.monogram {
display:none;
}
.link {
    font-size: 13px;
    color: #FFF;
    line-height: 22px;
    padding-top:5px;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
}
.pull-right {
display:none;
}
#footer {
    width: 100%;
	font-size:1em;
}
.pull-left p {
    float: none;
    padding-top: 0px;
}
.margin-top {
    margin-top: 155px;
}
.section-title h1 {
font-size: 1.8em;
padding-top: 11%;
}
.col-sm-5 {
width:100%;
}
#about {
    background-color: #131720;
    background-image: url(../images/about-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center;
}
.inner-page-left {
    width:100%;
    float: left;
    border-left:0;
    margin-top: 2%;
    margin-bottom: 4%;
    padding-left:0%;
    text-align: left;
}
.inner-page-right {
    width:100%;
    float: right;
    margin-top: 4%;
    margin-bottom: 4%;
    padding-left:0%;
    text-align: left;
}
.inner-page-left h1 {
    font-size:25px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: relative;
}
.inner-page-left h2 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    padding: 0;
    position: relative;
    color: #333;
}
.inner-page-left p {
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    padding-bottom: 15px;
}
.box_style_4, .box_style_2 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #F3F3F3;
    width:48%;
    float: left;
    margin-right: 2%;
    height: 280px;
}
#taxi {
    background-color: #131720;
    background-image: url(../images/taxi-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
.inner-page-taxi {
    width: 100%;
    float: left;
    border-left:0;
    margin-top: 2%;
    margin-bottom: 4%;
    padding-left:0%;
    text-align: left;
}
.inner-page-taxi h1 {
    font-size:25px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: relative;
    color: #333;
}
.inner-page-taxi p {
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-weight: 400;
	text-align:justify;
    line-height: 25px;
    padding-bottom: 15px;
}
#day-tours {
    background-color: #131720;
    background-image: url(../images/day-tours-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
.day-4 {
    width:100%;
    float: left;
}
.day-8 {
    width:100%;
    float: left;
    padding:5%;
    border-right: 1px solid #ededed;
    height: auto;
}
.day-grid {
    width: 100%;
    float: left;
    margin-left: 2%;
}
.day-2 {
    width: 100%;
	margin-top:1%;
}

#udaipur-tours {
    background-color: #131720;
    background-image: url(../images/udaipur-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
.day-12 {
    width: 100%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
	padding-bottom:2%;
    padding-top: 2%;
}
#kumbhalgarh-tours {
    background-color: #131720;
    background-image: url(../images/kumbhalgarh-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
#chittorgarh-tours {
    background-color: #131720;
    background-image: url(../images/chittorgarh-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
#nathdwara-tours {
    background-color: #131720;
    background-image: url(../images/nathdwara-header.jpg);
    background-repeat: no-repeat;
    height: 200px;
	background-position:center top;
}
#contact {
    background-color: #131720;
    background-image: url(../images/contact-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center;
}
.detailst-list li i {
    float: left;
    width:40px;
    height:40px;
    border-radius: 100%;
    line-height:40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 0 0 20px transparent;
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}
.detailst-list li span, .detailst-list li a {
    float: left;
    font-size: 13px;
    margin-left: 20px;
    text-align: left;
    padding: 0px 0;
}
#thanks {
    background-color: #131720;
    background-image: url(../images/thanks-header.jpg);
    background-repeat: no-repeat;
    height:100%;
	background-position:center top;
}
.google-map iframe {
width:100%;
height:200px;
}
#contact-form input[type="submit"] {
    margin-bottom: 0em;
    margin-top: 1em;
}
}
@media only screen and (min-width : 320px) and (max-width : 479px) {
.cetificate-grid {
width:100%;
text-align:center;
}

.transition {
background-color:#FFFFFF;
height:110px;	
}
.tr-header {
    background-color:#FFFFFF;
	height:auto;
}
.nav-holder {
    position: relative;
    top: -5px;
    left: 0;
    width: 100%;
}
.logo-holder {
    position: absolute;
    width:90%;
    top: 25px;
    left: 0;
    z-index: 10;
}
.logoimg {
    width: 80%;
    height: auto;
    float: left;
    -webkit-transform: translate3d(0,0,0);
}
header.tr-header.sticky {
    background-color:#FFFFFF;
	height:auto;
}
.to-top {
    position: fixed;
    bottom:30px;
    right:10px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    background: rgba(51,51,51,0.5);
    z-index: 100;
    cursor: pointer;
    display: none;
}
.top-header {
    width: 100%;
	background-color:#2588bd;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 2px;
    margin: 0 auto;
}
.top-header-left {
display:none;
}
.top-header-right {
    width: 100%;
    text-align: center;
}
.top-header-right li {
    float: none;
}
.top-header-right li:nth-child(2) { 
display:none;
}
.scroll-nav-btn {
    position: absolute;
    bottom: -55px;
    width: 30px;
    height:35px;
    line-height:30px;
    font-size: 18px;
    color: #FFF;
    right: 0;
    cursor: pointer;
    display: block;
	padding-left:7px;
}
#sec2 {
    background-color: #4B177B;
    background-image:none;
    height: auto;
}
#sec6 {
    background-color: #131720;
    background-image: url(../images/online-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:2%;
}
.section-title p span {
    font-weight: 600;
    font-size: 1.3em;
    padding-bottom: 10px
}
.section-title h2 {
    font-size:25px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: relative;
    color: #333;
}
.online-enquiry {
    width:100%;
    margin: 0 auto;
    background: #FFF;
    padding: 4%;
}
section {
    float: left;
    width: 100%;
    padding:0;
    position: relative;
    z-index: 12;
    background: #fff;
}
.udaipur-sightseen-bg {
    background-image: url(../images/udaipur-sightseen-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:100%;
}
.udaipur-sightseen-left {
    width:100%;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
    padding-top:5%;
}
.udaipur-sightseen-right {
    width:100%;
    float: right;
    padding-left: 0%;
    padding-right: 0%;
    padding-top:4%;
	padding-bottom:5%;
}
.udaipur-sightseen-right h1 {
    color: #FFF;
    font-size:25px;
}
.udaipur-sightseen-right h1 span {
    font-weight: 400;
    font-size:30px;
}
.udaipur-sightseen-right p {
display: block;
}
.biodata {
    padding:5px 15px;
    font-size: 1em;
}
.sightseen-bg {
    background-image: url(../images/sightseen-bg.jpg);
    background-repeat: no-repeat;
    height:100%;
	background-color:#CEA458;
}
.sightseen-left {
    width: 100%;
    float: left;
    padding-left: 4%;
    padding-right: 2%;
    padding-top: 6%;
}
.sightseen-right {
    width: 100%;
    float: left;
    padding-top: 6%;
    padding-left:2%;
}
.sightseen-grid {
    width:98%;
    float: left;
    margin-right: 2%;
	margin-bottom:2%;
    background-color: #FFF;
}
.chat-grid {
    width: 49%;
}
.chat-grid img {
    width: 50%;
}
.chat-grid h2 {
    font-size: 1.2em;
}
.ftr ul li {
padding-top:10px;
}
.ftr ul li p {
    width: 250px;
}
.tours-grid {
    width: 50%;
    float: left;
    background-color: #CCCCCC;
}
.section-title h1 {
    font-size: 1.5em;
	padding-top: 12%;
}
.day-2 {
    width: 50%;
	margin-top:1%;
}
.inner-page-full-left {
width:100%;
float:none;
}
.inner-page-full-right {
width:100%;
float:none;
text-align: center;
margin-top: 4%;
}
.inner-page-full-left h1 {
    font-size: 2em;
	text-align:center;
	font-weight:400;
	margin-bottom: 2%;
}
.separator-black-middle {
    margin: 0 auto;
}
.taxi-services-grid {
    width:100%;
    padding: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    background: #FAFAFA;
    border: 1px solid#e4e4e4;
    text-align: center;
    height: auto;
}
.taxi-services-grid h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #444;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding-top: 4%;
}
.monogram {
display:none;
}
.link {
    font-size: 13px;
    color: #FFF;
    line-height: 22px;
    padding-top: 11px;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
}
.pull-right {
display:none;
}
.col-sm-5 {
width:100%;
}
#about {
    background-color: #131720;
    background-image: url(../images/about-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center;
}
.inner-page-left {
    width:100%;
    float: left;
    border-left:0;
    margin-top: 2%;
    margin-bottom: 4%;
    padding-left:0%;
    text-align: left;
}
.inner-page-right {
    width:100%;
    float: right;
    margin-top: 4%;
    margin-bottom: 4%;
    padding-left:0%;
    text-align: left;
}
.inner-page-left h1 {
    font-size:20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: relative;
}
.inner-page-left h2 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    padding: 0;
    position: relative;
    color: #333;
}
.inner-page-left p {
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    padding-bottom: 15px;
}
.box_style_4, .box_style_2 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #F3F3F3;
    width:100%;
    float: left;
    margin-right: 2%;
    height: 280px;
}
#taxi {
    background-color: #131720;
    background-image: url(../images/taxi-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
.inner-page-taxi {
    width: 100%;
    float: left;
    border-left:0;
    margin-top: 2%;
    margin-bottom: 4%;
    padding-left:0%;
    text-align: left;
}
.inner-page-taxi h1 {
    font-size:25px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: relative;
    color: #333;
}
.inner-page-taxi p {
    margin: 0 auto;
    color: #000;
    font-size: 14px;
    font-weight: 400;
	text-align:justify;
    line-height: 25px;
    padding-bottom: 15px;
}

#day-tours {
    background-color: #131720;
    background-image: url(../images/day-tours-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
.day-4 {
    width:100%;
    float: left;
}
.day-8 {
    width:100%;
    float: left;
    padding:5%;
    border-right: 1px solid #ededed;
    height: auto;
}
#udaipur-tours {
    background-color: #131720;
    background-image: url(../images/udaipur-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
.day-12 {
    width: 100%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
	padding-bottom:2%;
    padding-top: 2%;
}
#kumbhalgarh-tours {
    background-color: #131720;
    background-image: url(../images/kumbhalgarh-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
#chittorgarh-tours {
    background-color: #131720;
    background-image: url(../images/chittorgarh-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
#nathdwara-tours {
    background-color: #131720;
    background-image: url(../images/nathdwara-header.jpg);
    background-repeat: no-repeat;
    height: 200px;
	background-position:center top;
}
#two-wheeler {
    background-color: #131720;
    background-image: url(../images/two-wheeler-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center top;
}
#contact {
    background-color: #131720;
    background-image: url(../images/contact-header.jpg);
    background-repeat: no-repeat;
    height:200px;
	background-position:center;
}
.detailst-list li i {
    float: left;
    width:40px;
    height:40px;
    border-radius: 100%;
    line-height:40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 0 0 20px transparent;
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
}
.detailst-list li span, .detailst-list li a {
    float: left;
    font-size: 13px;
    margin-left: 20px;
    text-align: left;
    padding: 0px 0;
}
#thanks {
    background-color: #131720;
    background-image: url(../images/thanks-header.jpg);
    background-repeat: no-repeat;
    height:100%;
	background-position:center top;
}
.google-map iframe {
width:100%;
height:250px;
}
.mobile-hide {
display:none;
}
.chat h1 {
    font-size: 2em;
}
#contact-form input[type="submit"] {
    margin-bottom: 0em;
    margin-top: 1em;
}
}
