@charset "utf-8";
/* CSS Document */


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, center,
dl, dt, dd, ol,
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.blog_post div.catItemView{margin-left:0 !important;}
div.catItemReadMore{text-align:center;}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
b, strong{font-weight: bold;}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
em, i{font-style: italic;}

h1{}
h2{
 font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 10px;
}
h3{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}
h4{
   font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
h5{
  font-family: 'Roboto', sans-serif;
}
h6{
  font-family: 'Roboto', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
.clr{
	clear: both;
}
img{
  max-width: 100%;
  height: auto;
}
.inner{width:100%;max-width:1170px;margin:0 auto;}
.col-1,.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
p{
  margin-bottom: 10px;
}
.row {margin-right: -15px;margin-left: -15px;clear: both;}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.align_right{text-align: right;}
body {
    /*font-family: arial, 'Open Sans', sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 16px;
    line-height: 23px;
    color: #333;
    background-color: #fff; 
}
/*----------slide_item------------------*/
.slide_item{
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
}
.slide_con img{
	width: 100%; 
}
.slide_item{
  opacity: 0;
  z-index: 1;
}
.slide_item.active{
  opacity: 1;
  z-index: 2;
}
.slide_item .col-6{
}
/*---------breadcrumbs---------------*/
.title{
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
.title h2{
  margin-bottom: 0;
  float: left;
}
.breadcrumbs{
  padding: 0;
  margin: 0;
  float: right;
}
.breadcrumbs li{
  list-style: none;
  float: left;
  padding: 12px 0px 5px 30px;
  position: relative;
}
.breadcrumbs li::after{
  content: '/';
  display: block;
  position: absolute;
  left: 12px;
  top: 13px;
}
.breadcrumbs li:first-child::after{display: none;}
.breadcrumbs li a{
  text-decoration: none;
  padding: 0;
  margin: 0;
  border:none;
}
.breadcrumbs li a:hover{
  color: #0099f0;
}
/*---------------upper------------------*/

.upper{
  background: #0342c5;
  color: #E4F1FE;
  font-family:arial;
}
.upper ul{
  padding: 0;
  margin: 0;
}
.upper ul li{
  list-style: none;
  float: left;
}
.upper ul li a{
  text-decoration: none;
  color: #E4F1FE;
  font-size: 17px;
}
.upper .align_right a{font-size:14px;}
.social{margin-top:7px !important;}
.social li a{
  display: block;
  width: 30px;
  height:30px;
  text-align:center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background:#fea500;
  margin-right:4px;
}
.social li a i{
	margin-top:6px;
}
.copy .social li a i{
	margin-top:0px;
}
.top_contact{
  float: right;
}
.top_contact li{
  padding: 10px;
}
.top_contact i{
  margin-right: 10px;

}
/*------------topmenu------------------------*/
.menu_con{
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
  background:#0453f8;
}
.menu_con.fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 22;
  padding: 5px 0;
  
}
.topmenu ul{
  padding: 0;
  margin: 0;
  float: right;
}
.topmenu ul li{
  list-style: none;
  float: left;
  position: relative;
  z-index: 10;
}

.topmenu ul li a{
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 15px;
  color: #fff;
}
.topmenu ul li:hover>a, .topmenu ul li.active>a{
  color: #fea500;
}
.topmenu ul ul{
  position: absolute;
  left: 0;
  top:40px;
  width: 200px;
  background: #fff;
  padding: 10px;
  display: none;
  overflow: hidden;
}
.topmenu ul ul li{
  float: none;
}
.topmenu ul ul li a{
  padding: 6px 10px;
  display: block;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  width: 100%;
  font-weight: normal;
  color:#333;
}
.topmenu ul li:hover>ul{
    display: block;
}
.menu_con.fixed ul ul{
  background: #f6f7f8;
}
.menu_con.fixed ul li a{
	transition: 0.4s ease-in-out;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;

	padding: 10px 15px;
}
.menu_con.fixed img{
	height: 45px;
	transition: 0.4s ease-in-out;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;

}
/*-------slide_item------------------*/
.slide_con{
	position: relative;
}
.slide_item{
  background: #2d3e50;
  overflow: hidden;
  color: #fff;
  line-height: 28px;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.slide_item .col-6{
  position: relative;
  min-height: 500px;
}
.middle{
  position:absolute;
  width:100%;
  left:0%;
  z-index:9;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(50, -50%); /* IE 9 */
  -webkit-transform: translate(0, -50%); /* Safari */
}
.slide_item h2{
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 10px;
  
}
.slide_item a{
  text-decoration: none;
  color: #fff;
  border:1px solid #fff;
  display: block;
  float: left;
  padding: 7px 25px;
  margin-top: 20px;
}
table td{
	border:1px solid #aaa;
	padding:10px;
}
/*----------client_logo---------------*/
.client_logo{
  text-align: center;
  padding: 15px 0;
  background: #f6f7f8;
  border-bottom: 1px solid #eaeaea;
}
.client_logo ul{
  padding: 0;
  margin: 0;
}
.client_logo ul li{
  display: inline-block;
  padding: 0 10px;
}
.client_logo ul li img{
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  max-width: 140px;
  filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -o-filter: grayscale(1); -ms-filter: grayscale(1);
  opacity: 0.4;
}
.client_logo ul li img:hover{
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  opacity: 1;
}
.section{
  padding: 60px 0;
  overflow: hidden;
}
/*----------features-----------------*/
.features{
  text-align: center;
  color: #555;
}
body div.catItemView{
  margin-bottom: 0;
  padding-bottom:0;
}
.catItemIntroText p,.moduleItemIntrotext p{margin-bottom:0;}
div.catItemIntroText{
	margin-bottom:0 !important;
}
.features a,.k2ReadMore,.moduleItemReadMore,.paybt{
	ext-decoration: none;
    display: inline-block;
    padding: 6px 0px;
    color: #fff;
    margin-top: 0px;
    background: #fe9900;
    width: 40%;
    margin: 10px 5px 0 5px;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:none;
}
#payment_data{
	padding:0;
	margin:0 -1%;
}
#payment_data li{
	list-style:none;
	width:48%;
	margin:0 1%;
	float:left;
	border-bottom:1px solid #ccc;
	padding:7px 10px;
	margin-bottom:-1px;
}
#payment_data li span{
	display:block;
	width:20%;
	float:left;
	font-weight:bold;
}
.paybt{
	float:left;
	min-width:130px;
	text-align:center;
	padding:10px 0;
	font-size:15px;
	cursor: pointer;
}
.blue{background:#0453f8;}
.booknow{
	background:#0453f8;
	color:#fff;
}
body div.itemListCategory {
  background: none;
  border: none;
  border-radius: none;
  margin: 0;
  padding: 0 0 10px 0;
  text-align: center;
}
body div#k2Container {
  padding: 0;
}
/*----------whychooseus----------------*/
.gray{
  background: #f6f7f8;
  border-top: 1px solid #eaeaea;
}
.gray a{
  text-decoration: none;
  display: block;
  border:1px solid #555;
  float: left;
  padding: 7px 20px;
  color: #333;
  margin-top: 10px;
}
.moduletable h2{
  text-align: center;
}
.tour_con ul{
  margin-left: -30px !important;
}
.tour_con ul li{
	
}
.tour_in{margin-bottom:30px;}
.modulePretext{
  max-width: 600px;
  margin: 0 auto 10px auto;
  text-align: center
}
.tour_in,.catItemView{
	padding: 15px !important;
	border: 2px solid #0453f8;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
}
.moduleItemImage{line-height:0;margin-bottom:10px;}
.moduleItemImage img{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin:0 !important; 
}
.moduleItemIntrotext{padding:0 !important;}
.tour_con ul{
  padding: 0;
}
.tour_con ul li{
  width: 33.33%;
  float: left;
  text-align: center;
  margin: 0 !important;
  padding-left:30px !important;
}
/*-----------darkgray--------------------*/
.darkgray{
  background: #ebf3f5;
  color: #054d66;
  text-align: center;
}
.latest_project{
  overflow: hidden;
}
.latest_project .col-3{width: 100%;}
.latest_project a,.portfolio a{
  text-decoration: none;
  display: block;
  color: #454545;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  
	overflow:hidden;
}
.latest_project img{
  -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	padding:2px !important;
}
.latest_blog{
  background: #fff;
   border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  color: #555;

}
.owl-buttons{
  margin-top: 20px;
}
.owl-buttons div{
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin:5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-indent: 100px;
  background-color:#0342c5;
}
a{
  text-decoration: none;
  color: #333;
}
.owl-prev{
  background: url(../images/pree.png) 43% center no-repeat;
}
.owl-next{
  background: url(../images/nexttt.png) 58% center no-repeat;
}
#itemListPrimary .itemContainer{
  width: 33.33%;
  float: left;
  margin-bottom:30px;
}
body div.catItemView{
  padding: 0;
  margin-left:30px;
}
body div.catItemImageBlock {
  padding: 0;
  margin: 0;
}
body .catItemTitle{
  margin-bottom: 0;text-decoration:underline;
}
.moduleItemTitle{text-decoration:underline;}
body .catItemTitle a{color:#fe9900;text-decoration:underline;}
body .tour_con div.catItemBody{
  padding:0;
  text-align: center;
}
body .tour_con div#itemListPrimary{
  margin-left: -30px;
}
div.itemHeader h2.itemTitle{
	font-size: 22px;
    border-bottom: 1px solid #ddd;
	color:#fe9900; 
}
.image_gallery{margin-bottom:20px;}
.image_gallery ul.sigProClassic li.sigProThumb span.sigProLinkWrapper{border:none !important;padding: 0 !important;}
.image_gallery ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper{padding: 0 !important;background: none !important;}
.image_gallery ul.sigProClassic li.sigProThumb{
  margin: 0 !important;
  width: 12%;
  height: 60px;
  padding:0 2px; 
}
.g_main{
	position:relative;
}
.image_gallery .sigProThumb *{
  max-width: none !important;
  width: 100% !important;
  height: auto !important;
}
.image_gallery ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, .image_gallery ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg{
  background-size: cover;
}
.image_gallery ul.sigProClassic li.sigProThumb span.sigProLinkWrapper{margin:0 !important;}
/* Large desktops and laptops */
.image_gallery .sigProContainer{
	height:60px;
	overflow:hidden;
}
.nxbt{
  transition: 0.4s ease-in-out;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
  position: absolute;
  padding: 15px 20px;
  right: 10px;
  top: 45%;
  border: 1px solid #fff;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
.pvbt{
  transition: 0.4s ease-in-out;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
  position: absolute;
  padding: 15px 20px;
  left: 10px;
  top: 45%;
  border: 1px solid #fff;
  cursor: pointer;
   color: #fff;
   font-size: 20px;
}
/*-----------testimonials-----------------*/
.testimonials{
  text-align: center;
  background: #3498db;
  color: #fff;
}
.testimonials iframe{max-width: 100%;height: auto;}
.testimonials iframe{
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  padding: 10px;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  text-align: left;
  width: 31.33%;
  float: left;
  margin: 0 1%;
  min-height: 230px;
}
.testimonial::after{
    display: block;
    content: '';
    background: none repeat scroll 0 0 #fff;
    border-right: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: block;
    width: 12px;
    height: 12px;
    left: 60px;
    bottom: -6px;
    position: absolute;
    z-index: 50;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.user{
  text-align: left;
  padding-top: 35px;
}
.user img{
    float: left;
    margin: -15px 15px 0 25px;
    padding: 4px 4px;
    background-color: #fff;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius:  50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.user b{
  font-size: 17px;
}
.user p{
  font-style: italic;
}
[rel="next"]{
	background: #fe9900;
	margin: 10px 5px 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	padding: 6px 20px;
}
/*----------what_we_do--------------*/
.what_we_do{
  text-align: center;
}
.what_we_do img{
  max-width: 72px;
  max-height: 72px;
  margin-bottom: 10px;
}
.what_we_do .item{
  margin-top: 30px;
}
.what_we_do li{
  width: 33.33%;
  float: left;
  padding: 15px;
  text-align: left;
  list-style: none;
  border:1px solid #ccc;
  margin-top: -1px;
  margin-right: -1px;
  min-height: 80px;
}
/*-----------workprocess---------------*/
.workprocess{
    text-align: center;
    background: url(../images/process-line.png) center 60%  no-repeat;
}
.workprocess img{
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  max-height: 165px;
  max-width: 165px;
  border: 2px dashed #cecece;
  padding: 5px;
  background: #fff;
}
/*---------------newsletter-----------------*/
.align_center{
  text-align: center;
}
.newsletter{
  background: #3498db;
  padding: 40px 0;
  color: #fff;
}
.newsletter .align_center{
  border-right: 1px solid #ccc;
}
body div.k2ItemsBlock ul li{
  margin: 0;
}
/*----------------353535------------------*/
.footer{
  background: #0342c5;
  padding: 60px 0;
  color: #ddd;
  line-height: 24px;
  border-top:5px solid #fea500;
}
.footer .moduletable{
  width: 33.33%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.footer i{
  margin-right: 5px;
  min-width: 15px;
  color: #0099f0;
}
.footer ul{
  padding: 0;
  margin: -6px 0 0 0;
}
.footer a{
  text-decoration: none;
  color: #ddd;
}
.footer ul li{
  list-style: none;
}
.footer ul li a{
  text-decoration: none;
  color: #ddd;
  border-bottom: 1px solid #999;
  display: block;
  padding: 5px 0;
}
.footer a:hover{
  color: #3498db;
}
.footer h3{
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer iframe{
  margin-top: 7px;
}
.footer h3::after{
  display: block;
  content: '';
  height: 1px;
  width: 40px;
  background: #0099f0;
}
.copy{
	background: #0453f8;
	color: #fff;
}
.social_block .social{
  padding: 0;
  margin: 0;
  float: right;
}
.social_block .social li{
  list-style: none;
  float: left;
}
.social_block .social li a{
  text-decoration: none;
  border-right: none;
  color: #ddd;
  font-size: 25px;
      color: #999;
      width: 35px;
}
.item-page,.right_con .moduletable{
	padding: 15px !important;
    border: 3px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	margin-bottom:15px;
	overflow:hidden;
}
.social_block .inner{
      border-top: 2px dotted #999; 
      padding: 10px 0;
}
.social_block span{
  padding-top: 15px;
  display: block;
  float: right;
}
.gotop{
  width: 40px;
  height: 40px;
  margin: 10px auto;
  text-align: center;
  border:1px solid #999;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
.gotop i{
  margin-top: 10px;
}
.maps iframe{
    pointer-events: none;
}

.l_border{
  border-left: 1px solid #eee;
}
.r_border{
  border-right: 1px solid #eee;
}
#contactform [type="submit"]{
  margin-left: 1.25%;
}
.full{
  width: 100% !important;
}
.bt{
	text-decoration: none;
	display: block;
	border: 1px solid #555;
	padding: 10px 25px;
	color: #fff;
	margin-top: 10px;
	text-transform: uppercase;
	background: #343434;
	cursor: pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 3px solid #35a0a0;
	margin-bottom:15px;
	text-align:center;
}
/*-------------portfolio-----------------*/
.portfolio{
  text-align: center;
}
.portfolio .latest_blog{
  background: #eee;
  margin-bottom: 15px;
}
.portfolio_tab{
  padding: 0;
  margin: 0 0 20px 0;
}
.portfolio_tab li{
  list-style: none;
  display: inline-block;
  padding: 7px 0px;
  background: #eee;
  cursor: pointer;
  width: 80px;
  text-align: center;
}
.portfolio_tab li.active,.portfolio_tab li:hover{
  background: #112b3c;
  color: #fff;
}
.portfolio .client_con .col-3{
  display: none;
}
.portfolio .client_con .col-3.active{
  display: block;
}
.latest_project a:hover, .portfolio a:hover{
  color: #0099f0;
}
.bt_more{
  width: 130px;
  display: inline-block;
  margin:15px auto 0 auto;
  border:1px solid #ccc;
  padding: 6px 0;
}
hr{
  border:none;
  height: 1px;
  width: 100%;
  background: #eaeaea;
}
.ourservice{
  padding: 0;
  margin: 0;
}
.ourservice li{
  list-style: none;
}
.ourservice li a{
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 6px 0;
}

.content ul{
  padding: 0;
  margin: 10px 0 0 0;
}
.content ul li{
  position: relative;
  list-style: none;
  padding-left: 20px;
}
.content ul li::before{
  content: '\f105';
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  float: left;
  position: absolute;
  left: 0;
  top: 3px;
}
.float_left{
  float: left;
}
.float_right{
  float: right;
}
.ourservice{
  float: none !important;
}
.ourservice li::before{
  top: 10px !important;
}
.content h2{
  border-bottom: 1px solid #ccc;
}
.content h2::after{
  display: block;
  content: '';
  height: 2px;
  width: 60px;
  background: #0099f0;
  margin-bottom: -1px;
}
.right_blog h3{
  border-bottom: 1px solid #ccc;
}
img[style="float: left;"]{
  margin-right: 20px;
}

ul.twoblog{
  width: 49.6%;
  float: left;
  background: #f4f4f4;
  margin-right: 0.2% !important;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  margin:0;
  padding:0;
  color: #333;
}
ul.twoblog li{
  padding: 7px 0;
  text-align: center;
  background: none;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #ffffff;
  list-style:none;
}
.moduleItemTitle{color:#fe9900;line-height: 25px;margin-top:10px;display:block;}
.moduleItemIntrotext h3{
	
}
ul.twoblog li:first-child{
  background: #555555 url(../images/bg-10.png);
  color: #fff;
  font-size: 15px;
}
ul.twoblog li:nth-child(2){
   background: #0099f0;
   color: #fff;
   font-weight: bold;
   font-size: 15px;
}
ul.twoblog li:last-child{
  background: #555555;
  overflow: hidden;

}
ul.twoblog li:last-child a{
  color: #fff;
  text-decoration: none;
  margin-top: 0;
  float: none;
  padding: 0;
  display: block;
}
.domain{
  width: 24.8% !important;
}
.domain li:last-child a{
  color: #fff;
  text-decoration: none;
}
.domain li span{
  display: block;
  font-size: 9px;
  margin-top: -5px;
  text-transform: uppercase;
}
.domain li:first-child{
  font-size: 20px !important;
  padding: 20px 0;
}
.domain li:nth-child(2){
  font-size: 25px !important;
}
.twoblog:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 9;
  border-bottom: 0 none;
  border-radius: 5px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  position: relative;
}
.mbt{display: none;}
.mbt.active i::before{
	font: normal normal normal 25px/1 FontAwesome;
	content:'\f00d';
	display:block;
}
.blue{
  background: #3498db;
  color: #fff;
}
.no_top_padding{
  padding-top: 0;
}
.blue ul.twoblog li:nth-child(2){background: #10ada4;}

iframe{max-width: 100%;}
.forphone,.phone_logo_con{
	display:none;
}
.no-scroll{overflow:hidden;}
[type="time"]{
	padding: 5px 15px;
	width: 35%;
	border: 1px solid #ccc;
}
[type="text"].error,textarea.error,select.error,[type="number"].error{border: 1px solid #ff2020 !important;} 

.booking_form {
	padding: 20px;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 3px solid #0943bb;
	color:#333;
}
.row2 {
  width: 50%;
  float: left;
  clear: none;
}
.row3{
	width:33.33%;
	float:left;
	clear: none;
}
.right_blog {
  width: 33.4%;
  float: left; 
}
.right_inner {
  padding-left: 15px;
}
.tour_full_text {
  width: 66.6%;
  float: left;
}

[type="text"],select,[type="number"] {
	padding: 7px 15px;
	width: 35%;
	border: 1px solid #ccc;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tour_booking .row,#aba_merchant_request .row {
  display: block;
  padding: 5px 2px;
  margin-right: 0;
  margin-left: 0;
}
.bt_con {
  display: none;
}
div.booking_form #e_title{
  width: 25% !important;
}
.booking_form form input#full_name {
  width: 72.6% !important;
}
#Your_comment, #message {
  width: 100%;
  height: 100px;
  padding: 7px 15px;
  border: 1px solid #ccc;
}
.social_block .social li a{
	width:45px;
	height:45px;
	background: #fff;
	color: #3fb7c5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
	margin:0 2px;
	text-align:center;

  }
  
.left_con{
	width:67%;
	float:left;
	border-right:1px solid #ccc;
	padding-right:20px;
}
.left_con.full{
	width:100%;
	border-right:none;
	padding-right:0px;
}
.logo img{max-height:65px;}
.right_con{
	width:30%;
	float:left;
	padding-left:20px;
	border-left:1px solid #ccc;
	margin-left:-1px;
}
.right_con .sp_sig a{
	width:33.33%;
	float:left;
	padding:3px;
}
.right_con ul li a{
	display:block;
	border-bottom:1px solid #eee;
	padding:3px 0;
	color:#333;
}
.right_con h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.right_con h3::after {
    display: block;
    content: '';
    height: 1px;
    width: 40px;
    background: #0099f0;
}
#contactform{
  margin-top:10px;
}
#contactform .row{
	margin-bottom:10px;
	margin-left:0;
	margin-right:0;
}
#contactform label, #tour_booking label{
  width:25%;
  float:left;
}
#contactform [type="text"]{
  padding:7px 15px;
  width:35%;
  border: 1px solid #ccc;
}
#Message{
	width:100% !important;
}
#Your_comment, #Message{
	width:100%;
	height:100px;
	padding: 7px 15px;
	border: 1px solid #ccc;
  
}
body div.itemFullText h3{padding-top:0;}
.m_sreen{
	/*max-width: 600px;
	margin: 0 auto;*/ 
}
.about img{
	float:left;
	margin-right:20px !important;
}
.d_h{display:none;}
.hasDatepicker {
    background: #fff url(../images/cal.gif) 97% center no-repeat;
}
.item_text_inner{
	padding:15px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	border: 3px solid #fff;
}
.item_text_inner table{
	border:none
	
}
.table_con{
	border:2px solid #0453f8; 
	margin-bottom:10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
body ul.sigProClassic li.sigProThumb {
    float: left;
    background: #fff!important;
    margin: 0px;
    padding: 0;
    list-style: none!important;
}
body ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    display: block;
    float: left;
    margin: 0;
    padding: 0px;
    border: none;
}
body ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background: none;
}
body ul.sigProClassic {
    margin: 0px auto!important;
    padding: 0!important;
    list-style: none;
    clear: both;
    overflow: hidden;
}
.owl-controls .owl-page{
	cursor: pointer;
	height: 10px;
	width: 10px;
	background: #ccc;
	display: inline-block;
	margin: 10px 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.owl-controls .owl-page.active{
	background:#fe9900;
}
.owl-pagination{text-align:center;}
.sigProThumb{
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	overflow:hidden;
}
.sigProThumb img{
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	overflow:hidden;
}
.m_slider{margin-top:10px;}
.catItemImage img{
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.m_slider img{
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.image_gallerys{
	padding-bottom:20px;
}
.item_text_inner table td{padding:10px 15px;}

.team .owl-item li{
	width:100% !important; 
}
input.error{border: 1px solid #ff2020 !important;} 
label.error{
	font-size: 11px;
    white-space: nowrap;
    color: red;
    font-family: arial;
}
.wpr_payment_option{line-height:19px;}
.wpr_payment_option .paymentOption img{max-width:60px;}




.blog_post #itemListPrimary .itemContainer{
	width:auto !important;
	margin:0;
	
}


.blog_post #itemListPrimary{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	 
}

.blog_post #itemListPrimary .itemContainer{
	
}
.blog_post .catItemBody{height:auto;}

@media (min-width: 1200px) {
	.tour_in,.catItemBody{height: 580px;overflow: hidden;}
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .inner{width: 1004px;}
  .tour_in{min-height:485px;}
}
@media (max-width: 1023px) {
  .menu_con{border-bottom: 1px solid #eaeaea;}
  .menu_con .col-4{margin-bottom: 0;}
  .client_logo{display: none;}
  
  
  .topmenu ul{float: none;background: #fff;}
  .topmenu ul li{float: none;}
  .topmenu ul li a{padding: 5px 10px;border-bottom: 1px solid #eee;color:#333;}
  .topmenu ul ul {
      position: static;
      display: block;
      width: 100%;
      background: #f6f7f8;
      padding: 0;
  }
  .mbt{
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer;
    font-size: 25px;
    color: #fff; 
  }
  .mbt .fa{padding: 8px;}
  .menu_con .inner{position: relative;z-index: 99;}
  .topmenu{
	display: none;
    position: fixed;
    border-top: 1px solid #eaeaea;
    background: #fff;
        top: 54px;
    bottom: 0;
    left: 0;
    width: 100%;
	overflow-y:scroll;
	margin-bottom:0 !important;
  }
  .phone_logo_con{
	  display:block;
	  padding:5px 25px;
	  background:#0453f8;
	  position:fixed;
	  top:0;
	  left:0;
	  width:100%;
  }
  .fixed .topmenu{
	  position:static;
  }
  .menu_con .col-4{
    width: 100%;
  }
}
.our_team .moduleItemImage img{
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 60%;
    float: none !important;
	margin-bottom:20px !important;
}
#checkout_button{
	display: inline-block;
    padding: 10px 0px;
    color: #fff;
    margin-top: 0px;
    background: #0342c5;
    width: 40%;
    margin: 10px 5px 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
	float:right;
}
.blog_post_blog .catItemView{
	border:none;
}
.blog_post_blog .catItemImage img{
	border-radius:0;
	opacity:90%;
}
.blog_post_blog .catItemBody{
	position:relative;
}
.blog_post_blog .catItemBody{border-bottom:1px solid #eee;}
.blog_post_blog .k2ReadMore{
	position:absolute;
	bottom: 15px;
    left: 5px;
	width:auto;
	background:none;
}
.blog_post_blog .catItemImageBlock{
	background:#000;
}

.blog_post_blog #itemListPrimary{
	grid-gap: 0px;
}
.blog_post_blog .catItemBody:hover img{
	opacity:50%;
}
.blog_post_blog_detail .item_text_inner{
	padding:0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .inner{width: 748px;}
  .what_we_do .col-4{min-height: 300px;}

}


@media (min-width: 601px) and (max-width: 767px) {
   .inner{width: 580px;}
   .menu_con img{max-width: 250px;}
   .domain{width: 49.8% !important;}
   .content .col-9{width: 65%}
   .content .col-3{width: 35%}
   .footer .col-3{width: 50%;margin-bottom: 20px;}
   .top_contact span{display: none;}

  .copy .col-4{margin-bottom: 0;width: 100%;}
  .gotop{display: none;}
  
  .copy{text-align: center;}
  .copy br{display: none;}
}
@media (min-width: 601px) {
	.m_slide{display:none;}
}
@media (max-width: 600px) {
  .slide_con{display:none;}
  .inner{max-width: 580px;width: 100%;}
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {width: 100%;margin-bottom: 20px;}
  iframe{max-width: 100%;height: auto;min-height: 180px;}
  .row{margin-left: 0;margin-right: 0;}
  .top_contact span{display: none;}
  .upper .col-6{width: auto;margin-bottom: 0;margin-left: 0;margin-right: 0;}
 
  .menu_con img{max-width: 70%;}
  .section{padding: 30px 0;}
  .title{padding: 0 10px;}
  .title h2{font-size: 20px;}
  .workprocess{background:none;}
  .workprocess .col-3{width:50%;}
  .workprocess img{max-width:none;width: 100%;max-height:none;}
  .bt_con {
    display: block; 
  }
  .itemFullText {width: 100%;}
  .right_blog { width: 100%;}
  .right_inner {padding-left: 0px;}
  body div.k2ItemsBlock ul li{margin-bottom:20px !important;}

  
  
  .copy .col-4{margin-bottom: 0;}
  .gotop{display: none;}
  
  .copy{text-align: center;}
  .copy br{display: none;}
  .domain{width:99.8% !important;margin-bottom: 20px !important;}
  #contactform .row{width: 100%;}
  .breadcrumbs{display:none;}
  .col-6.align_right{float:right;}
  .forphone{display:block;}
  .what_we_do .item{border-bottom: 1px solid #eee;}
  .latest_blog img{width:100%;}
  iframe{max-width:100%;}
  .what_we_do ul{padding: 0;margin: 0;}
  .tour_con ul li,.what_we_do li{width: 100%;height: auto;}
  .testimonials iframe{width:100%;margin-bottom:10px;}
  .footer .moduletable{width:100%;}
  .social_block span{display:none;}
   .social_block{text-align:center;background:#2269fd;padding:10px 0;}
   .social_block .social li{float:none;display:inline-block;}
  .social_block .social{float:none;}
  .left_con{width:100%;border:none;padding:0;margin-bottom:20px;}
  .right_con{border:none;padding:0;width:100%;}
  body div.right_con ul li{margin-bottom:0 !important;}
  .m_h{display:none;}
  .m_s{display:block;}
  h2{font-size:23px;}
  .about{text-align:center;}
  .about img{clear:both;float:none !important;margin:0 auto !important;}
  p{text-align:justify;}
  .tour_con ul{margin-left:0 !important;}
  .tour_con ul li{padding-left:0 !important;}
  body div.catItemView{margin-bottom:15px;}
  .booking_form{margin-top:15px;}
  .social {margin-top: 0px !important;}
  .upper{padding:4px 0;}
  .social_block .social i{margin-top: 0px !important;}
  .tour_in{margin-bottom:0px;}
  .top_contact li {padding: 3px 10px;}
  .item_text_inner{padding:5px;}
  .tour_in, .catItemView{padding:5px !important;} 
  
  #payment_data li{width:100%;margin-right:0;}
  #payment_data li span {width:35%;}
 #aba_main_modal{
	     
    border: 2px solid #0453f8;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
	padding:10px;
  }
  #checkout_button{width:100%;}
  .blog_post #itemListPrimary{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 0px;
	 
	}
	.blog_post_blog .catItemImage img{opacity:60%;}
}
@media (max-width: 500px) {
  .inner{width: 98%;}
  .menu_con {padding: 5px 0;}
  
}
@media (max-width: 400px) {
  .top_contact li {
    padding: 1px 0px 1px 5px;
  }
  
}

