html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	background: #E1E2E2;
}
.wrap{
	margin:0 auto;
	width:80%;
	height: auto;
}
/* start header */
i { 
    font-style: italic;
}

.header_bg{
	background: #000000;
}
.header{
	padding: 2%;
}
.logo{
	float: left;
	width: 20%;
	height: auto;
}

.phone{
	float: right;
	width: 25%;
	height: auto;
	margin-right: 5%;
	margin-top: 5%;
	display: none;
}




#google_translate_element{
	margin-bottom: 5%;
	float: right;
}

.app{
	width: 100%;
	
}

.app img{ 
	text-align:center;
	width: 50%;
	margin-left:25%;
}


.app a > img{ 
	text-align:center;
	width: 50%;
	margin-left:25%;
}


.subscribe button {
    padding: 10px 15px;
    width: 75%;
    background: #FFD600;
    color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 0px #20538D;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.subscribe button:hover {
    background: #333333;
    border: solid 0px #2A4E77;
    text-decoration: none;
    color: #FFFFFF;
}
.subscribe button:active {
    -webkit-box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 0px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 0px #203E5F;
}




.cssmenu {
	float: left;
	padding-left: 4%;
	width: 75%;
}
.cssmenu > ul{
	width: 100%;
  	display:inline-block;
  	padding-left: 1%;
 	position: relative;
}
.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
 	width: 16%;
 	padding-left: 1%;
 	border-left-color: white;
 	border-left-style: solid;
}

.cssmenu > ul > li.active a{
	color: #ffffff;
	
}
.cssmenu > ul > li  img {
	vertical-align: middle;
}
.cssmenu > ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	color: #C4C4C4;
	padding-left: 1%;
	line-height: 1.8em;
	padding: 14px 20px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.cssmenu > ul > li > a:hover {
	color: #ffffff;
}
.cssmenu > ul > li > ul {
	z-index: 999;
	opacity: 0;
	padding-left: 1%
	visibility: hidden;
	background: #5C5C5C;
	color:#fff;
	text-align: left;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-top: 22px;
	margin-left: -90px;
	width: 180px;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.cssmenu > ul > li:hover > ul {
	opacity: 1;
	top: 65px;
	visibility: visible;
}
.cssmenu > ul ul > li {
	position: relative;
}
.cssmenu ul ul a {
	border-bottom: 1px solid rgb(34, 33, 33);
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	font-size: 14px;
	padding-left: 1%;
	background: #000000;
	padding: 12px;
	display: block;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.cssmenu ul ul a:hover {
	background-color: #f0f0f0;
}
.cssmenu ul ul ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -16px;
	left: 206px;
	padding: 8px;
	padding-left: 1%;
	background-color: #fafafa;
	text-align: left;
	width: 160px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cssmenu ul ul > li:hover > ul {
	opacity: 1;
	left: 190px;
	visibility: visible;
}
.cssmenu ul ul a:hover {
	background: #FFFFFF;
	color: #000000;
}

.bottom-menu{
	background-color: #FFD600;
	border-radius:10px;
}

.bottom-menu > ul >{
	width: 100%;
  	display:inline-block;
 	position: relative;
}


	.bottom-menu > ul > li {
	width: 27%;
  	display:inline-block;
 	position: relative;
}

.bottom-menu> ul > li:nth-child(odd) {
	width: 20%;
}


.bottom-menu> ul > li.active a{
	color: #ffffff;
}
.bottom-menu> ul > li > p {
	width:17%;
	display: inline-block;
	margin-right: 5%;
	
}

.bottom-menu> ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1em;
	color: #000000;
	line-height: 1em;
	padding: 14px 200px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	margin-left: 5%;
}
.bottom-menu> ul > li > a:hover {
	color: #ffffff;
}
.bottom-menu> ul > li > ul {
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	background: #5C5C5C;
	color:#fff;
	text-align: left;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-top: 22px;
	margin-left: -90px;
	width: 180px;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.bottom-menu> ul > li:hover > ul {
	opacity: 1;
	top: 65px;
	visibility: visible;
}
.bottom-menu> ul ul > li {
	position: relative;
}
.bottom-menu ul ul a {
	border-bottom: 1px solid rgb(34, 33, 33);
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	font-size: 14px;
	background: #000000;
	padding: 12px;
	display: block;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.bottom-menu ul ul a:hover {
	background-color: #f0f0f0;
}
.bottom-menu ul ul ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -16px;
	left: 206px;
	padding: 8px;
	background-color: #fafafa;
	text-align: left;
	width: 160px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.bottom-menu ul ul > li:hover > ul {
	opacity: 1;
	left: 190px;
	visibility: visible;
}
.bottom-menu ul ul a:hover {
	background: #FFFFFF;
	color: #000000;
}





/* display with 840px  */
.top-nav{
	display: none;
}
.nav_bg{
	background: #464646;
}
.clearfix {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	position: relative;
	z-index: 9999;
}
.clearfix ul {
	padding: 0;
	margin: 0 auto;
	display: none;
	background: #f0f0f0;
}
.clearfix li {
	display: block;
}
.clearfix a {
	color: #555555;
	font-size:15px;
	text-transform:uppercase;
	display: block;
	width:100%;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.clearfix li a {
	border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.clearfix li:last-child a {
	border-right: 0;
}
.clearfix a:hover,.clearfix a:active {
	background: #424242;
	color:#ffffff;
}
.clearfix a#pull {
	font-size: 20px;
	display: block;
	width: 100%;
	position: relative;
	color: #FFFFFF;
	background-color: #202227;
}
.clearfix a#pull:after {
	background:url('images/nav-icon.png') no-repeat;
	width: 30px;
	content:"";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}
/* start main */
.main_bg{

	background: #E1E2E2;
	background-size: 100%;
}

.main {
	padding: 0%;
}
.grids_1_of_3{
	padding: 2% 0%;
	text-align:center;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin-left: 4%;
}
.grid_1_of_3:first-child { 
	margin-left: 0%; 
} 
.images_1_of_3 {
	width: 30%; 
}




.images_1_of_3 img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.images_1_of_3  h3{
	color: #000000;
	text-transform: uppercase;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	font-size: 2em;
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.8em;
	-webkit-text-stroke: 2px;
	letter-spacing: 1px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.images_1_of_3  h3:hover{
	color: #febd17;
}
.images_1_of_3  p  {
	color: #000000;
	line-height: 1.8em;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
}




/* images 1 of 2 (50 - 50 split for about us page) */


.grids_1_of_2{
	padding: 2% 0%;
	text-align:center;
}
.grid_1_of_2{
	display: block;
	float:left;
	margin-left: 0%;
}
.grid_1_of_2:first-child { 
	margin-left: 0%; 
} 


.gallery img{
	width: 100%;
	height:auto;
	border-radius: 75%;
	-webkit-border-radius: 75%;
	-moz-border-radius: 75%;
	-o-border-radius: 75%;

}

.images_1_of_2 {
	width: 100%; 
}

.images_1_of_2 img{
	width: 10%;
	height:auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

.images_1_of_2  h3{
	color: #000000;
	text-transform: uppercase;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	font-size: 2em;
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.8em;
	-webkit-text-stroke: 2px;
	letter-spacing: 1px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.images_1_of_2  h3:hover{
	color: #febd17;
}
.images_1_of_2  p  {
	color: #000000;
	line-height: 1.5em;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3em;
	width: 75%;
	margin-left: 13%;
}

.images_1_of_2  h2{
	color: #000000;
	text-transform: uppercase;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
	font-weight: normal;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.8em;
	-webkit-text-stroke: 2px;
	letter-spacing: 1px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

.images_sponsership{
	width: 25%;
	
}

.images_sponsership img{
	width: 50%;
	height:auto;
	
}

.images_sponsership  p  {
	color: #000000;
	line-height: 1.5em;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.2em;
	width: 75%;
	margin-left: 13%;
	margin-top: 20px;
}



/* start top_mid_bg */
.top_grid_bg{
	/*background: url('../images/bg1.jpg') no-repeat;*/
	background-size: 100%;
}
.top_grid{
	padding: 6% 0%;
	padding-left: 2%
}
.top_grid_text h2, h3{
	text-align: center;
}

.top_grid_text h2{
	color: #333333;
	text-transform: capitalize;
	font-size: 2em;
	font-weight: bolder;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
}

.top_grid_text h3{
	color: #767676;
	text-transform: capitalize;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
}



.top_grid_btn{
	float:right;
}
.top_grid_btn .btn{
	padding: 12px 30px;
	border: 1px solid #ffffff;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.top_grid_btn .btn:hover{
	background: #ffffff;
	color:#000000;
}
/* top_grid_portolio */
.top_grid_gallery{
	margin-top: 4%;
}
.top_grid_portfoli{
	margin-right: 4%;
}
.da-thumbs li ,.da-thumbs li  img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background-image:url(../images/image_hover.png);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}
.da-thumbs {
	text-align:center;
}
.da-thumbs li  article h3{
	color:#fff;
	font-size:1.5em;
	text-transform:capitalize;
	padding: 80px 0 20px 0;
}
.da-thumbs li  article em{
	margin-bottom:10px;
	color:#fff;
	display:block;
}
.da-thumbs li  article span{
	display:inline-block;
}
span.link_post{
	display:block;
	width:35px;
	height:35px;
	background-color:#febd17;
	cursor:pointer;
	background-image:url(../images/link_post_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-right:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
span.zoom{
	overflow:hidden;
	display:block;
	width:35px;
	height:35px;
	background-color:#febd17;
	cursor:pointer;
	background-image:url(../images/zoom_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.portfolio_2col article h3{
	padding-top:70px !important;
}
/* Image Grid */
.image_grid {
	float:left;
	overflow:hidden;
	position:relative;
	
}
.image_grid li{
	float: left;
	line-height: 18px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	text-align:center;
}


/* start mid_grid_bg */
.mid_grid_bg{
	background:#ffffff;
}
.mid_grid{
	padding: 6% 2%;
}
.mid_grid h2{
	color: #202227;
	text-transform: capitalize;
	font-size: 2.5em;
	-webkit-text-stroke: 2px;
	letter-spacing: 1px;
}
.mid_grid h3{
	color: #777777;
	text-transform: capitalize;
	font-size: 1.5em;
	margin: 2% 0;
}
.mid_grid h3 a{
	color: #202227;
	text-transform: uppercase;
}
.mid_grid h3 a:hover{
	color: #555555;
}
.mid_grid .btn{
	margin-top:8px;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background:#202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.mid_grid .btn:hover{
	background: #000000;
}
.mid_grid_left{
	float:left;
	width: 56.333333%;
	margin-right: 4%;
}
.mid_grid_right{
	float:right;
	width:38.333333%;
}
/* start btm_grid */
.btm_grid_bg{
	background: url('images/bg2.jpg') no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.btm_grid{
	padding:6% 2%;
}
.btm_grid h2 {
	color: #ffffff;
	text-transform: capitalize;
	font-size: 2em;
	letter-spacing: 1px;
}
.btm_grid h3{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1em;
	margin: 8% 0 4%;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.btm_grid h3:hover{
	color: rgba(255, 255, 255, 0.69);
}
.btm_grid p{
	margin-top:10%;
	color: rgba(255, 255, 255, 0.69);
	line-height: 1.6em;
	font-size: 1em;
}
.span_of_3 {
	margin-top: 3%;
}
.span1_of_3 {
	width: 30.3333%;
	float: left;
	margin-right: 4%;
}
.span1_of_3:nth-child(3){
	margin-right: 0;
}
.span_of_3 h3.style{
	opacity: 0.5;
}
.span_of_3 h4{
	position: relative;
	display: inline-block;
}
.span_of_3 h4.divider{
	position: absolute;
	background: url('images/divider.png') no-repeat;
	width: 40px;
	height: 10px;
}
/* start testimonial */
.testimonial_bg{
	background: #f4f4f4;
}
.testimonial{
	padding:6% 2%;
	text-align: center;
}
.testimonial h2 {
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
}
.testimonial h3{
	color: #A5A5A5;
	font-size: 1.5em;
}
.testimonial_text{
	margin:4% 0;
	background: #ffffff;
	padding:4% 8%;
	position: relative;
}
.testimonial_text h4{
	color: #BBBBBB;
	font-size: 2em;
}
.testimonial_text:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #FFFFFF;
	border-bottom: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 15px solid rgba(0, 0, 0, 0)!important;
	border-left: 15px solid rgba(0, 0, 0, 0)!important;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
}
.client_btn{
	margin-bottom: 4%;
}
.client_btn a{
	display: inline-block;
	text-transform: capitalize;
	font-size: 1.2em;
	padding: 8px 28px;
	color: #ffffff;
	background: #34BCEB;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
}
.client_btn a:hover{
	background: #159ECD;
}
.client_pic ul li{
	display: inline-block;
	margin-right: 10px;
}
.client_pic ul li a img{
	margin-bottom: -4px;
}
.client_pic ul li a.active{
	border-bottom: 5px solid #FEBD17;
}
.client_pic ul li a{
	display:block;	
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.client_pic ul li a:hover{
	border-bottom: 5px solid #FEBD17;
}
/* start clients */
.clients_bg{
	background: #ffffff;
}
.clients{
	padding:6% 2%;
	text-align: center;
}
.clients_txt{
	padding-bottom: 4%;
}
.clients h2{
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 15px 0 0px 0px;
	float: left;
}
.clients h3{
	float: right;
	width: 82%;
	background: url('images/hd-bg.png') repeat-x 0% 73%;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 12px;
}
/* start tooltip */
.tool_tip1 {
	margin: 4% 0;
}
.tt-wrapper{
	padding:4% 0 10% 0;	
}
.tt-wrapper li:first-child{
	margin-left: 0;
}
.tt-wrapper li{
	float: left;
	margin-left: 4%;
	width:16.77777%;
}
.tt-wrapper li a{
	display: block;
	outline: none;
	position: relative;
	height: 60px;
}
.tt-wrapper li .tt-sample{
    background-position: 0px 0px;
}
.tt-wrapper li a span{
	text-transform:uppercase;
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -64px;
	font-weight: normal;	
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	border: 4px solid #000;
	background:#000000;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.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;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #000;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 70px;
}

/* start products */
.products_bg{
	background: #f1f1f1;
}
.products{
	padding:6% 2%;
	text-align: center;
}
.products h2{
	background: #000000;
	font-size: 1.4em;
	color: #ffffff;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.products_of_3{
	display:block;
	margin-top: 4%;	
}
.product1_of_3{
	float: left;
	width: 25.3333%;
	padding: 2%;
	margin-right: 4%;
	background: #ffffff;
}
.product1_of_3 h3{
	font-size: 1.2em;
	color: #000000;
	text-transform: capitalize;
	-webkit-text-stroke: 0.5px;
	margin: 4% 0;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.product1_of_3 h3:hover{
	color: #febd17;	
}
.product1_of_3 h4{
	font-size: 1.2em;
	color: #28AAD6;
	-webkit-text-stroke: 0.5px;
}
/* start footer_top */
.footer_top_bg{
	background: #FFD600;
	border-radius:10px;
}
.footer_top{
	padding: 1% 3%;
	text-align: center;
	border-radius:10px;
	
}
.footer_top h2{
	color: #FFFFFF;
	font-size: 1.5em;

}
.footer_top h2  a{
	color: #FFFFFF;
	text-decoration:underline;
}
.footer_top h2  a:hover{
	text-decoration:none;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/* start footer */
.footer_bg{
	background: #000000;
}
.footer{
	padding:6% 2%;
}
.span1_of_4{
	float:left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
}
.span1_of_4  h2{
	font-size: 1.3em;
	color: #ffffff;
	text-transform:uppercase;
	margin-bottom: 8%;
}

.span1_of_4  p{
	font-size: 1em;
	color: #ffffff;
	text-transform:uppercase;
}

.f_nav1 li{
	display: block;
}

.f_nav1 li a{
	display: block;
	color: #ABABAB;
	line-height: 1.8em;
	font-size: 1.2em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.f_nav1 li a:hover{
	color: #ffffff;
}
.f_nav2 li{
	margin:10px 5px 0 0;
	display: inline-block;
	background: #222222;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
}
.f_nav2 li:hover{
	background: #333333;
}
.f_nav2 li a{
	display: block;
	color: #ABABAB;
	font-size: 1em;
	padding: 10px;
}
p.f_para{
	color: #ABABAB;
	line-height: 1.8em;
	font-size: 1em;
}
/*search*/
.search{
	margin-top:8%;
	position: relative;
	background: #ffffff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.search input[type=text]{
	font-family: 'Source Sans Pro', sans-serif;
	padding:10px 16px;
	outline: none;
	color: #5a5a5a;
	background: none;
	border: none;
	width: 68.33333%;
	line-height: 1.5em;
	position: relative;
	font-size: 1em;
	text-transform: capitalize;
}
.search input[type=submit]{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	background: url('images/search1.png') no-repeat 8px 12px;
	padding: 10px 0px;
	cursor: pointer;
	width: 14.33%;
	line-height: 1.5em;
	outline: none;
	position: absolute;
}
.search input[type=submit]:hover {
	background:url('images/search1_h.png') no-repeat 8px 12px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.footer_btm{
	margin-top:4%;
	border-top: 6px solid #222222;
	padding-top: 4%;
}
.copy{
	text-align:center;
}
.copy p{
	font-size: 1em;
	font-weight: bold;
	text-transform:uppercase;
	color: #3433331;
}
.copy p span{
	color: #000000;
}
.copy p a{
	color:#000000;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.copy p a:hover{
	color: #FFFFFF;
}
/*---top-social-icons-----*/
.social-icons {
	float: right;
}
.social-icons li{
	float:left;
	margin-right:10px;
	display:inline-block;
}
.social-icons li a {
	height: 16px;
	width: 18px;
	display: block;
	background:url('images/social_icons.png');
}
.social-icons li:first-child a{
	background:url('images/social_icons.png');
}
.social-icons li:first-child a:hover{
	background: url('images/social_icons.png') 0% 90%;
}
.social-icons li:nth-child(2) a{
	background: url(../images/social_icons.png) 8% 0%;
}
.social-icons li:nth-child(2) a:hover{
	background: url(../images/social_icons.png) 8% 90%;
}
.social-icons li:nth-child(3) a{
	background: url(../images/social_icons.png) 24% 0%;
}
.social-icons li:nth-child(3) a:hover{
	background: url(../images/social_icons.png) 24% 90%;
}
.social-icons li:nth-child(4) a{
	background: url(../images/social_icons.png) 32% 0%;
}
.social-icons li:nth-child(4) a:hover{
	background: url(../images/social_icons.png) 32% 90%;
}
.social-icons li:nth-child(5) a{
	background: url(../images/social_icons.png) 40% 0%;
}
.social-icons li:nth-child(5) a:hover{
	background: url(../images/social_icons.png) 40% 90%;
}
.social-icons li:nth-child(6) a{
	background: url(../images/social_icons.png) 49% 0%;
}
.social-icons li:nth-child(6) a:hover{
	background: url(../images/social_icons.png) 49% 90%;
}
.social-icons li:nth-child(7) a{
	background: url(../images/social_icons.png) 56% 0%;
}
.social-icons li:nth-child(7) a:hover{
	background: url(../images/social_icons.png) 56% 90%;
}
.social-icons li:nth-child(8) a{
	background: url(../images/social_icons.png) 66% 0%;
}
.social-icons li:nth-child(8) a:hover{
	background: url(../images/social_icons.png) 66% 90%;
}
.social-icons li:nth-child(9) a{
	background: url(../images/social_icons.png) 74% 0%;
}
.social-icons li:nth-child(9) a:hover{
	background: url(../images/social_icons.png) 74% 90%;
}
.social-icons li:nth-child(10) a{
	background: url(../images/social_icons.png) 83% 0%;
}
.social-icons li:nth-child(10) a:hover{
	background: url(../images/social_icons.png) 83% 90%;
}
.social-icons li:nth-child(11) a{
	background: url(../images/social_icons.png) 92% 0%;
}
.social-icons li:nth-child(11) a:hover{
	background: url(../images/social_icons.png) 92% 90%;
}
.social-icons li:nth-child(12) a{
	background: url(../images/social_icons.png) 100% 0%;
}
.social-icons li:nth-child(12) a:hover{
	background: url(../images/social_icons.png) 100% 90%;
}
/* start portfolio */
.grids_1_of_3_btm{
	text-align:center;
	margin-bottom: 4%;
}
/* start service*/
.ser-main{
	display: block;
	margin: 4% 0;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 30%;
	margin-right: 5%;
}

.ser-grid-list-2{
	float: left;
	width: 20%;
	margin-right: 5%;
}

.ser-grid-list h2{
	font-size:3em;
	line-height: 40px;
}

.ser-grid-list img{
	margin-top:15px;
}
.ser-grid-list p{
	margin: 8% 0;
}
.ser-para {
	margin: 2% 0;
}
h2.style{
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
	letter-spacing: -1px;
}
p.para{
	color: #000000;
	line-height: 1.8em;
	font-size: 1em;
}
p.para2{
	color: #000000;
	line-height: 1.8em;
	font-size: 1em;
}

.btn_s {
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.btn_s:hover {
	background: #000000;
}
/* start staff */
.staff h3 {
	margin-top:4%;
	color: #000000;
	text-transform: capitalize;
	font-size: 1.5em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.staff h3:hover {
	color: #79C378;
}
/* start blog */
.blog {
	padding: 2%;
}
.blog_list{
	margin-top: 2%;
}
.blog_list h5{
	text-transform:capitalize;
	line-height: 1.5em;
	font-size:1.4em;
	color: #202227;
	-webkit-text-stroke: 0.2px;
}
.blog_list h5 a{
	color: #febd17;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.blog_list h5 a:hover{
	color: #202227;
}
.blog_para{
	margin: 2% 0;
}
.blog_para p a{
	float: left;
	margin-right: 4%;
}
.blog_para p a img{
	margin-top: 10px;
}
.read_more1{
	margin-top: 2%;
}


/** fares page **/

.blog {
	padding: 2%;
}
.blog_list-fares{
	margin-top: 2%;
}
.blog_list-fares h5{
	text-transform:capitalize;
	line-height: 1.5em;
	font-size:1.4em;
	color: #202227;
	-webkit-text-stroke: 0.2px;
}
.blog_list-fares h5 a{
	color: #febd17;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.blog_list-fares h5 a:hover{
	color: #202227;
}
.blog_para-fares{
	margin: 2% 0;
}
.blog_para-fares p a{
	float: left;
	margin-right: 4%;
}
.blog_para-fares p a img{
	margin-top: 10px;
}

p.para-fare {
	margin-left: 5%;
	color: #000000;
	line-height: 1.8em;
	font-size: 1em;
	width: 40%;
	height: auto;
	display: inline-block;
	margin-top: -5%;
}

p.para-fare img{
	width: 100%;
	height: auto;
	margin-top: 0%;
}

h2.style-fare{
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
	letter-spacing: -1px;
	margin-left: 5%;
}


/**Contact
.contact{
	padding:4% 2%;
}
.map{
	margin: 2% 0;
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	color: #202227;
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
}
.contact-form input[type=text], .contact-form textarea {
	font-family: 'Source Sans Pro', sans-serif;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 98%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type=submit]{
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	-webkit-appearance: none;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form input[type=submit]:hover{
	background: #000000;
}
/* contact form */
#contactus fieldset
{
 width:90%;
 padding:10px;
 border:1px solid black;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
background-color: #CCCACB;
float: left;

}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:20px;
  width:250px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
   
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:120px;
  width:250px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
   border-radius: 8px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;

}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.6em;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
}



/* start feature */
.top_grid_bg1{
	background: #ffffff
}
.top_grid_btn {
	float: none;
	
}
.top_grid_btn .btn {
	padding: 12px 30px;
	border: 1px solid #767676;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #767676;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.top_grid_btn .btn:hover{
	background: #767676;
	color:#ffffff;
}


/***** Unslider *****/

/*
.banner { 
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
}

.banner li {
	list-style: none;
}

.banner ul li {
	float: left;
}

.banner img{
	width: 100%;
	height: auto;
}

.banner p:first-child { 
	margin-left: 0%; 
}

.banner p{

    opacity: 0.9;
    color: white;
    font-size: 2em;
    background: rgba(51,51,51,0.9);
    background: rgb(51,51,51,0.9);
    padding: 1.5%;
    clear:both;
    float:right;
    margin-top: 2%;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

.banner h2{

    opacity: 0.9;
    color: black;
    font-size: 1em;
    background: rgba(253,229,22,0.9);
    background: rgb(253,229,22,0.9);
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height:24px;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;


}

*/




*/




.banner { 
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
	}

	.banner li {
		list-style: none;
	}
	
	.banner ul li {
		float: right;
	}
	
	.banner img{
	float: right;
		width: 65%;
		height: auto;
	}

	.banner p{
    opacity: 0.9;
    color: white;
    font-size: 2em;
    background: rgba(51,51,51,0.9);
    background: rgb(51,51,51,0.9);
    padding: 1.5%;
    clear:both;
    float:left;
    margin-top: -43%;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

.banner h2{
    opacity: 0.9;
    color: black;
    font-size: 1.5em;
    background: rgba(253,229,22,0.9);
    background: rgb(253,229,22,0.9);
    padding:5px;
    clear:both;
    float: left;
    margin-top: -35%;
    line-height:24px;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;


}










.banner2 { 
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
	
}

.banner2 li {
	list-style: none;
}

.banner2 ul li {
	float: left;
}

.banner2 img{
	width: 100%;
	height: 375px;
}

.banner2 p{
    
    opacity: 0.9;
    color: black;
    font-size: 1em;
    
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}


.banner2 h2{
    
    display: inline-block;
    text-transform: uppercase;
	background-color: #E1E1E2;
	background-size: 100%;
    opacity: 1;
    color: black;
    font-size: 2em;
    padding:15px;
    clear:both;
    float:left;
    margin-top:5px;
    line-height:35px;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	
}



b { 
    font-weight: bold;
}




/***** Media Quries *****/


@media only screen and (max-width: 1920px) {


.wrap{
		width:95%;
		height: auto;
	}
	#fwslider .title {
		margin-left: 8%;
	}
	#fwslider .description {
		margin-left: 8%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	
	
		
	.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
 	width: 14%;
 	padding-right: 1%;
 	border-left-color: white;
 	border-left-style: solid;
}

	
	
	.cssmenu > ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	color: #C4C4C4;
	line-height: 1.8em;
	padding: 2px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

.phone{
	display: none;
}


	
	.bottom-menu > ul > li {
	width: 26%;
  	display:inline-block;
 	position: relative;
}

.bottom-menu> ul > li:nth-child(1) {
	width: 20%;
}

.bottom-menu> ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.8em;
	padding: 10px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

	.images_1_of_3  p  {

	line-height: 1.2em;
	font-size: 1.5em;
}

p.para{

	line-height: 1.8em;
	font-size: 1.4em;
}

.banner2 p{
    opacity: 0.9;
    color: black;
    font-size: 0.8em;
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

p.para-fare {
	line-height: 1.8em;
	font-size: 1.2em;
}



}








@media only screen and (max-width: 1768px) {


.wrap{
		width:95%;
		height: auto;
	}
	#fwslider .title {
		margin-left: 8%;
	}
	#fwslider .description {
		margin-left: 8%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	
	
		
	.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
 	width: 14%;
 	padding-right: 1%;
 	border-left-color: white;
 	border-left-style: solid;
}

	
	
	.cssmenu > ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	color: #C4C4C4;
	line-height: 1.8em;
	padding: 2px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

.phone{
	display: none;
}


	
	.bottom-menu > ul > li {
	width: 26%;
  	display:inline-block;
 	position: relative;
}

.bottom-menu> ul > li:nth-child(1) {
	width: 20%;
}

.bottom-menu> ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.8em;
	padding: 10px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

	.images_1_of_3  p  {

	line-height: 1.2em;
	font-size: 1.5em;
}

p.para{

	line-height: 1.8em;
	font-size: 1.4em;
}

.banner2 p{
    opacity: 0.9;
    color: black;
    font-size: 0.8em;
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

p.para-fare {
	line-height: 1.8em;
	font-size: 1.2em;
}



}










@media only screen and (max-width: 1600px) {


.wrap{
		width:95%;
		height: auto;
	}
	#fwslider .title {
		margin-left: 8%;
	}
	#fwslider .description {
		margin-left: 8%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	
	
	.images_1_of_3 p {
		font-size: 1.5em;
	}
	
	.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
 	width: 14%;
 	padding-right: 1%;
 	border-left-color: white;
 	border-left-style: solid;
}

	
	
	.cssmenu > ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	color: #C4C4C4;
	line-height: 1.8em;
	padding: 2px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

.phone{
	display: none;
}


	
	.bottom-menu > ul > li {
	width: 26%;
  	display:inline-block;
 	position: relative;
}

.bottom-menu> ul > li:nth-child(1) {
	width: 20%;
}

.bottom-menu> ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.8em;
	padding: 10px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

	.images_1_of_3  p  {

	line-height: 1.2em;
	font-size: 1.3em;
}

p.para{

	line-height: 1.8em;
	font-size: 1.3em;
}

.banner2 p{
    opacity: 0.9;
    color: black;
    font-size: 0.8em;
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

p.para-fare {
	line-height: 1.8em;
	font-size: 1.2em;
}



}







@media only screen and (max-width: 1440px) {


.wrap{
		width:95%;
		height: auto;
	}
	#fwslider .title {
		margin-left: 8%;
	}
	#fwslider .description {
		margin-left: 8%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	
	
	.images_1_of_3 p {
		font-size: 1.5em;
	}
	
	.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
 	width: 14%;
 	padding-right: 1%;
 	border-left-color: white;
 	border-left-style: solid;
}

	
	
	.cssmenu > ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	color: #C4C4C4;
	line-height: 1.8em;
	padding: 2px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

.phone{
	display: none;
}


	
	.bottom-menu > ul > li {
	width: 26%;
  	display:inline-block;
 	position: relative;
}

.bottom-menu> ul > li:nth-child(1) {
	width: 20%;
}

.bottom-menu> ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.8em;
	padding: 10px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

	.images_1_of_3  p  {

	line-height: 1.2em;
	font-size: 1.3em;
}

p.para{

	line-height: 1.8em;
	font-size: 1.3em;
}

.banner2 p{
    opacity: 0.9;
    color: black;
    font-size: 0.8em;
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

p.para-fare {
	line-height: 1.8em;
	font-size: 1.2em;
}



}



@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
		height: auto;
	}
	#fwslider .title {
		margin-left: 8%;
	}
	#fwslider .description {
		margin-left: 8%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	
	
	.images_1_of_3 p {
	font-size: 1.2em;
	}

	

	
	
	.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
 	width: 14%;
 	padding-right: 1%;
 	border-left-color: white;
 	border-left-style: solid;
}

	
	
	.cssmenu > ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
	color: #C4C4C4;
	line-height: 1.8em;
	padding: 2px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

	
	.phone{
	display: none;
}


		
	.bottom-menu > ul > li {
	width: 26%;
  	display:inline-block;
 	position: relative;
}

.bottom-menu> ul > li:nth-child(1) {
	width: 20%;
}

.bottom-menu> ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1em;
	color: #000000;
	line-height: 1.8em;
	padding: 10px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}


.banner2 p{
    opacity: 0.9;
    color: black;
    font-size: 20px;
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

	.images_1_of_3  p  {

	line-height: 1.2em;
	font-size: 17px;
}

.ser-grid-list h2{
	font-size: 2em;
	line-height: 1.2em;

}

	p.para{

	line-height: 1.7em;
	font-size: 1.2em;
}


p.para-fare {
	line-height: 1.8em;
	font-size: 1.2em;
}


	
}








@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
		height: auto;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	.cssmenu > ul > li > a {
		padding: 14px 16px;
	}
	
	
		.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
 	width: 14%;
 	padding-right: 1%;
 	border-left-color: white;
 	border-left-style: solid;
}

	
	
	.cssmenu > ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 15px;
	color: #C4C4C4;
	line-height: 1.8em;
	padding: 2px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}


.banner { 
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
	}

	.banner li {
		list-style: none;
	}
	
	.banner ul li {
		float: right;
	}
	
	.banner img{
	float: right;
		width: 65%;
		height: auto;
	}

	.banner p{
    opacity: 0.9;
    color: white;
    font-size: 2em;
    background: rgba(51,51,51,0.9);
    background: rgb(51,51,51,0.9);
    padding: 1.5%;
    clear:both;
    float:left;
    margin-top: -43%;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

.banner h2{
    opacity: 0.9;
    color: black;
    font-size: 1.5em;
    background: rgba(253,229,22,0.9);
    background: rgb(253,229,22,0.9);
    padding:5px;
    clear:both;
    float: left;
    margin-top: -35%;
    line-height:24px;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;


}





.banner2 p{
    opacity: 0.9;
    color: black;
    font-size: 20px;
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

	
	.bottom-menu > ul > li {
	width: 29%;
  	display:inline-block;
 	position: relative;
}

.bottom-menu> ul > li:nth-child(1) {
	width: 20%;
}

.bottom-menu> ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 1em;
	color: #000000;
	line-height: 1.8em;
	padding: 10px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}


.phone{
	display: none;
}

.f_nav1 li a{
	display: block;
	line-height: 1.5em;
	font-size: 1.1em;
}

.span1_of_4{
	float:left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
}



p.para-fare {
	margin-left: 5%;
	color: #000000;
	line-height: 1.8em;
	font-size: 1em;
	width: 40%;
	height: auto;
	display: inline-block;
	margin-top: -5%;
}

p.para-fare img{
	width: 100%;
	height: auto;
	margin-top: 0%;
}

h2.style-fare{
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
	letter-spacing: -1px;
	margin-left: 5%;
}

p.para2{

	line-height: 1.5em;
	font-size: 0.8em;
}

	p.para{

	line-height: 1.7em;
	font-size: 1.2em;
}



.ser-grid-list h2{
	font-size: 2em;
	line-height: 1.2em;

}


	
}





@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
		height: auto;
	}
	.tool_tip > ul > li > ul {
		margin-left: -50px;
	}
	.clients h3 {
		width: 76%;
	}
	.cssmenu > ul > li > a {
		padding: 14px 10px;
	}
	.search input[type=text] {
		width: 60.33333%;
	}
	.search input[type=submit] {
		background: url('images/search1.png') no-repeat 4px 12px;
}
	.search input[type=submit]:hover {
		background: url('images/search1_h.png') no-repeat 4px 12px;
}
	.images_1_of_3 h3 {
		font-size: 1.5em;
	}
	
	.images_1_of_3 p {
		font-size: 1em;
	}

	
	p.para{

	line-height: 1.2em;
	font-size: 0.9em;
}

	
	

	.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
 	width: 14%;
 	padding-right: 1%;
 	border-left-color: white;
 	border-left-style: solid;
}

	
	
	.cssmenu > ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 12px;
	color: #C4C4C4;
	line-height: 1.8em;
	padding: 2px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

	
	.bottom-menu > ul > li {
	width: 24.5%;
  	display:inline-block;
 	position: relative;
}


.bottom-menu> ul > li > a {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.8em;
	padding: 10px 2px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}


.banner { 
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
	}

	.banner li {
		list-style: none;
	}
	
	.banner ul li {
		float: right;
	}
	
	.banner img{
	float: right;
		width: 65%;
		height: auto;
	}

	.banner p{
    opacity: 0.9;
    color: white;
    font-size: 1.5em;
    background: rgba(51,51,51,0.9);
    background: rgb(51,51,51,0.9);
    padding: 1.5%;
    clear:both;
    float:left;
    margin-top: -43%;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

.banner h2{
    opacity: 0.9;
    color: black;
    font-size: 1.2em;
    background: rgba(253,229,22,0.9);
    background: rgb(253,229,22,0.9);
    padding:5px;
    clear:both;
    float: left;
    margin-top: -35%;
    line-height:24px;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;


}



.banner2 p{
    opacity: 0.9;
    color: black;
    font-size: small;
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}


.images_sponsership{
	width: 33.333%;
	
}

.images_sponsership  p  {
	
	line-height: 1.5em;
	
	font-size: 1em;
	width: 75%;
	margin-left: 13%;
	margin-top: 20px;
}


.ser-grid-list-2{
	width: 20%;

}

p.para2{

	line-height: 1.5em;
	font-size: 0.8em;
}


p.para-fare {
	margin-left: 5%;
	color: #000000;
	line-height: 1.8em;
	font-size: 1em;
	width: 40%;
	height: auto;
	display: inline-block;
	margin-top: -5%;
}

p.para-fare img{
	width: 100%;
	height: auto;
	margin-top: 0%;
}

h2.style-fare{
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
	letter-spacing: -1px;
	margin-left: 5%;
}




.phone{
	display: none;
}

.f_nav1 li a{
	display: block;
	line-height: 1.5em;
	font-size: 0.8em;
}

.span1_of_4{
	float:left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
}



	
}



@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
		height: auto;
	}
	.search input[type=text] {
		padding: 8px 16px;
	}
	.logo {
		text-align:center;
		float: none;
	}
	.cssmenu {
		float: none;
		text-align:center
	}
	.cssmenu {
		display: none;
	}
	.top-nav{
		display:block;
	}
	.footer_top h2 {
		font-size: 2em;
	}
	
	.search input[type=text] {
		width: 75.33333%;
	}
	.footer_btm {
		text-align: center;
	}
	.social-icons {
		float: none;
		margin-bottom: 4%;
	}
	.social-icons li {
		float: none;
	}
	.copy {
		float: none;
	}
	.ser-grid-list {
		float: left;
		width: 45.33333%;
		margin-right: 4%;
	}
	
		

	
	
	.ser-grid-list:nth-child(2),.ser-grid-list:nth-child(4){
		margin-right: 0
	}
	.da-thumbs li article h3 {
		font-size: 1em;
		padding: 30px 0 20px 0;
	}
	h2.style {
		font-size: 2em;
	}	
	
	
	.banner { 
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
	}

	.banner li {
		list-style: none;
	}
	
	.banner ul li {
		float: right;
	}
	
	.banner img{
	float: right;
		width: 65%;
		height: auto;
	}

	
	.banner2 p{
    opacity: 0.9;
    color: black;
    font-size: small;
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

	.banner p{
    opacity: 0.9;
    color: white;
    font-size: 1.5em;
    background: rgba(51,51,51,0.9);
    background: rgb(51,51,51,0.9);
    padding: 1.5%;
    clear:both;
    float:left;
    margin-top: -43%;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

.banner h2{
    opacity: 0.9;
    color: black;
    font-size: 1em;
    background: rgba(253,229,22,0.9);
    background: rgb(253,229,22,0.9);
    padding:5px;
    clear:both;
    float: left;
    margin-top: -35%;
    line-height:24px;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;


}


	.images_1_of_3 {
		width: 30%;
		padding-right: 0px;
}


	.images_1_of_3  p  {

	line-height: 1.2em;
	font-size: 17px;
}

	.top_grid_btn .btn{
		padding: 16px 20px;
		font-size: 14px;
}


.images_1_of_2 img{
	width: 15%;
	height:auto;
}


.images_sponsership{
	width: 50%;
	
}


.ser-grid-list-2{
	width: 35%;

}

.ser-grid-list-2:nth-child(even){
	width: 55%;

}


p.para2{

	line-height: 1.5em;
	font-size: 1.35em;
}

.phone{
	display: none;
}

#google_translate_element{
	margin-top: -0%;
	float: left;
}

.f_nav1 li a{
	display: block;
	line-height: 1.5em;
	font-size: 1em;
}

.span1_of_4{
	float:left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}

p.para-fare {
	line-height: 1.8em;
	font-size: 1em;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 8%;
	margin-left:0%;

}

p.para-fare img{
	width: 100%;
	height: auto;
	margin-top: 0%;
}

h2.style-fare{
	font-size: 2em;
	letter-spacing: -1px;
	margin-left: 0%;
}


	
}




@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
		height: auto;
	}
	.testimonial h2 {
		font-size: 2em;
	}
	.testimonial_text h4 {
		font-size: 1.5em;
	}
	.clients h2 {
		font-size: 1.5em;
	}
	.clients h3 {
		width: 66%;
	}
	.clients_txt {
		padding-bottom: 10%;
	}
	.images_1_of_3 {
		width: 30%;
		padding-right: 15px;
	}
	.grid_1_of_3 {
		margin-left: 0%;
	}
	.da-thumbs li article h3 {
		font-size: 1em;
		padding: 10px 0 10px 0;
	}
	
	.top_grid_btn .btn{
		padding: 16px 20px;
		font-size: 14px;
	}
	
	.images_1_of_3  p  {

	line-height: 1em;
	font-size: 15px;
	}
	
	.banner { 
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
	}
	
	.banner li {
		list-style: none;
	}
	
	.banner ul li {
		float: left;
	}
	
	.banner img{
		width: 100%;
		height: auto;
	}


	.banner2 p{
    opacity: 0.9;
    color: black;
    font-size: small;
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

	.banner p{
    opacity: 0.9;
    color: white;
    font-size: 1em;
    background: rgba(51,51,51,0.9);
    background: rgb(51,51,51,0.9);
    padding: 1.5%;
    clear:both;
    float:right;
    margin-top: 2%;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

.banner h2{
    opacity: 0.9;
    color: black;
    font-size: 1em;
    background: rgba(253,229,22,0.9);
    background: rgb(253,229,22,0.9);
    padding:5px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height:24px;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;


}

.images_1_of_2 img{
	width: 18%;
	height:auto;
}


.images_sponsership{
	width: 50%;
	
}

.ser-grid-list-2{
	width: 35%;

}

.ser-grid-list-2:nth-child(even){
	width: 55%;

}


p.para2{

	line-height: 1.5em;
	font-size: 1.1em;
}

.phone{
	display: inline-block;
	width: 20%;
	height: auto;
	margin-top: 0%;
	margin-right: 60%;
}


.ser-grid-list{
	width: 27%;
	margin-left: 5%;

}

.ser-grid-list:nth-last-child(2){
	margin-left: 1%;
}

.ser-grid-list h2{
	font-size: 1.5em;
	line-height: 1em;

}

p.para{

	line-height: 1.2em;
	font-size: 0.9em;
}

#google_translate_element{
	margin-top: 0%;
	float: left;
}

#google_translate_element{
	margin-top: -2%;
	float: left;
}


p.para-fare {
	line-height: 1.8em;
	font-size: 1em;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 8%;
	margin-left:0%;

}

p.para-fare img{
	width: 100%;
	height: auto;
	margin-top: 0%;
}

h2.style-fare{
	font-size: 2em;
	letter-spacing: -1px;
	margin-left: 0%;
}


.f_nav1 li a{
	display: block;
	line-height: 1.5em;
	font-size: 1em;
}

.span1_of_4{
	float:left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}


	
	
}


@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
		height: auto;
	}
	.images_1_of_3 {
		width: 99.333%;
		margin-top: 4%;
	}
	.images_1_of_3 h3 {
		margin: 0;
	}
	.grid_1_of_3 {
		margin-left: 0%;
	}
	.mid_grid h2 {
		font-size: 1.5em;
		-webkit-text-stroke: 1px;
	}
	.mid_grid h3 {
		font-size: 1em;
	}
	.span1_of_3 {
		margin-top:4%;
		width: 99.3333%;
		float: none;
		margin-right: 0%;
	}
	.testimonial_text h4 {
		font-size: 1em;
	}
	.clients h3 {
		width: 50%;
	}
	.tool_tip > ul > li > ul {
		width: 99.33333%;
	}
	.span1_of_4 {
		float: none;
		width: 99.333333%;
		margin: 4% 0% 0 0;
	}
	.span1_of_4 h2 {
		margin-bottom: 4%;
	}
	.search input[type=text] {
		width: 80.33333%;
	}
	.ser-grid-list {
		float: left;
		width: 99.33333%;
		margin-right: 0%;
	}
	.ser-grid-list p {
		margin: 4% 0;
	}
	
	
	.banner { 
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
	}
	
	.banner li {
		list-style: none;
	}
	
	.banner ul li {
		float: left;
	}
	
	.banner img{
		width: 100%;
		height: auto;
	}

	
		
	.banner2 p{
    opacity: 0.9;
    color: black;
    font-size: small;
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

	.banner p{
    opacity: 0.9;
    color: white;
    font-size: 1em;
    background: rgba(51,51,51,0.9);
    background: rgb(51,51,51,0.9);
    padding: 1.5%;
    clear:both;
    float:right;
    margin-top: 2%;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

.banner h2{
    opacity: 0.9;
    color: black;
    font-size: 1em;
    background: rgba(253,229,22,0.9);
    background: rgb(253,229,22,0.9);
    padding:5px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height:24px;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;


}
	
.images_1_of_2 img{
	width: 20%;
	height:auto;
}


.images_sponsership{
	width: 100%;
	
}


.ser-grid-list-2{
	width: 38%;

}

.ser-grid-list-2:nth-child(even){
	width: 45%;

}

p.para2{

	line-height: 1.5em;
	font-size: 0.9em;
}

.phone{
	display: inline-block;
	width: 20%;
	margin-top: 0%;
	margin-right: 60%;
}
	
	
.image_grid {
	width: 45%;
	margin-bottom: 4.5%;
	margin-left: 1%;
}

.ser-grid-list{
	width: 27%;
	margin-left: 5%;

}

.ser-grid-list:nth-last-child(2){
	margin-left: 5%;
}



.ser-grid-list h2{
	font-size: 1.3em;
	line-height: 1em;

}

p.para{

	line-height: 1.2em;
	font-size: 0.9em;
}


#google_translate_element{
	margin-top: -4%;
	float: left;
}


p.para-fare {
	line-height: 1.8em;
	font-size: 1em;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 8%;
	margin-left:0%;

}

p.para-fare img{
	width: 100%;
	height: auto;
	margin-top: 0%;
}

h2.style-fare{
	font-size: 2em;
	letter-spacing: -1px;
	margin-left: 0%;
}


.f_nav1 li a{
	display: block;
	line-height: 1.5em;
	font-size: 0.9em;
}

.span1_of_4{
	float:left;
	width: 50%;
	margin-right: 0%;
	margin-left: 0%;
}



	
	
}



@media only screen and (max-width: 321px) {
	.wrap{
		width:95%;
		height: auto;
	}
	.top_grid_text {
		float: none;
		text-align:center;
	}
	.top_grid_btn {
		float: none;
		text-align:center;
		margin: 4% 0;
	}
	.mid_grid_left {
		float: none;
		width: 99.333333%;
		margin-right: 0%;
	}
	.mid_grid_right {
		margin-top:4%;
		float: none;
		width: 99.333333%;
	}
	.clients h3 {
		display: none;
	}
	.search input[type=text] {
		width: 74.33333%;
	}
	.client_pic ul li {
		display: inline-block;
		margin-right: 4px;
		width: 17.3333%;
	}
	
	
	.banner { 
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
	}
	
	.banner li {
		list-style: none;
	}
	
	.banner ul li {
		float: left;
	}
	
	.banner img{
		width: 100%;
		height: auto;
	}

	
	
	.banner2 p{
    opacity: 0.9;
    color: black;
    font-size: small;
    padding:15px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

	.banner p{
    opacity: 0.9;
    color: white;
    font-size: 1em;
    background: rgba(51,51,51,0.9);
    background: rgb(51,51,51,0.9);
    padding: 1.5%;
    clear:both;
    float:right;
    margin-top: 2%;
    line-height: 100%;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;

}

.banner h2{
    opacity: 0.9;
    color: black;
    font-size: 1em;
    background: rgba(253,229,22,0.9);
    background: rgb(253,229,22,0.9);
    padding:5px;
    clear:both;
    float:right;
    margin-top:5px;
    line-height:24px;
    font-style: normal;
    font-weight: 400;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;


}

	
	.logo{
	float: left;
	width: 50%;
	height: auto;
	text-align: center;
}

.images_1_of_2 img{
	width: 25%;
	height:auto;
}
.images_1_of_2  p  {
	line-height: 1.2em;
	font-size: 1em;
}

.images_sponsership{
	width: 100%;
	
}

.ser-grid-list-2{
	width: 100%;

}
.ser-grid-list-2:nth-child(even){
	width: 100%;

}

.phone{
	display: inline-block;
	width: 50%;
	margin-top: 0%;
	margin-right: 0%;
}


.image_grid {
	width: 45%;
	margin-bottom: 4.5%;
	margin-left: 1%;
}

.ser-grid-list{
	width: 100%;
	margin-left: 1%;

}

.ser-grid-list:nth-last-child(2){
	margin-left: 0%;
}


.ser-grid-list h2{
	font-size: 1.5em;
	line-height: 1.2em;

}

p.para{

	line-height: 1.5em;
	font-size: 1em;
}

#google_translate_element{
	margin-bottom: 5%;
	float: left;
	margin-top: 0%;
}


p.para-fare {
	line-height: 1.8em;
	font-size: 1em;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 8%;
	margin-left:0%;

}

p.para-fare img{
	width: 100%;
	height: auto;
	margin-top: 0%;
}

h2.style-fare{
	font-size: 2em;
	letter-spacing: -1px;
	margin-left: 0%;
}


.f_nav1 li a{
	display: block;
	line-height: 1.5em;
	font-size: 1em;
}

.span1_of_4{
	float:left;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}

	
	
}