/*	Table OF Contents
	==========================
	1.General styles
	2.Top link
	3.Main nav
	4.Banner letter effect
	5.Banner area
	6.Choose
	7.Features
	8.Service
	9.Offer
	10.Price
	11.Client
	12.Client review
	13.Search domin
	14.Get in touch
	15.Footer
	16.Newsletter
	17.Footer-bottom
	18.Goto top
	19.Blog
    20.Blog small
    21.Blog single post
	22.Footer1
    23.Footer2
    24.404
    25.Services1
	26.Services2
	27.Services3
	28.Services4
	29.Services5
	30.Services6
	31.Services7
	32.Wobble horizontal effect
	
	=========================== */
	
	
	
	/* ============================
	 1.General styles
	 =========================== */
	
	
	body {
	background-color:#fff;
}




a {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab',arial,sans-serif;
}
.top-area {
	position:relative;
	height:auto;
	background-color:#000;
	
}
.key-features{
	margin-bottom:20px;
}
/* ============================
	 2.Top link
	 =========================== */
	.top-link ul {
	list-style: none;
	list-style-position: outside;
	margin:11px 0px;
	padding:0px;
}
.top-link ul li {
	background: transparent;
	float: left;
}
.top-link ul li a {
	color:#fff;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	display: block;
	padding-left: 33px;
	margin-right:15px;
	position: relative;
	margin-bottom:5px;
}
.top-link ul li a span {
	background:url(../images/top-icon.png) no-repeat 0 0;
	position: absolute;
	width: 36px;
	height: 36px;
	top: -5px;
	left: 0;
}
.top-link ul li a:hover {
	color:#ccc;
}
.top-link ul li a.info-ico span {
	background-position: 0 0;
}
.top-link ul li a.phone-ico span {
	background-position: -32px 0;
}
.top-link ul li a.chat-ico span {
	background-position: -70px 0;
}
.oder {
	text-align:left;
	padding: 5px 0 10px 0;
}
.oder-content {
	display:inline-block;
	margin-right:5px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.oder a {
	color:#fff;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:12px;
}
.oder a:hover {
	color:#ccc;
	text-decoration:none;
}
.smo-icon {
	margin:0 auto;
	padding:11px 0 2px 0;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.smo-icon span {
	display:inline-block;
	margin-right:10px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
.smo-icon a {
	color:#fff;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:12px;
}
.smo-icon a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
@import url('../../maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

#social {
  margin: 10px 10px;
  text-align: left;
}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border:2px solid #ddd; /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 8px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}
.smGlobalBtnFoot { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border:2px solid #ddd; /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}
/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; /* change the border color on mouse hover */
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
      
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
      border-color: #00ABE3;
}

/* google plus button class*/
.instagramBtn{
    background: #e64522;
}

.instagramBtn:before{
      font-family: "FontAwesome";
      content: "\f16d"; /* add googleplus icon */
}

.instagramBtn:hover{
      color: #e64522;
      background: #fff;
      border-color: #e64522;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
      border-color: #0094BC;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
      border-color: #cb2027;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
      border-color: #3a5876;
}

/* rss button class*/
.rssBtn{
    background: #e88845;
}

.rssBtn:before{
      font-family: "FontAwesome";
      content: "\f09e"; /* add rss icon */
}

.rssBtn:hover{
      color: #e88845;
      background: #fff;
      border-color: #e88845;
}


/* ============================
	 3.Main nav
	 =========================== */
	
	#main-nav {
	width:100%;
	left:0;
	height:69px;
}
#main-nav.stickyNav, .nav-stop {
	position:relative !important;
}
.nav-shadow {
	moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .15);
	-webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, .15);
	-o-box-shadow:0px 1px 2px rgba(0, 0, 0, .15);
	box-shadow:0px 1px 2px rgba(0, 0, 0, .15);
}
ul.navbar-nav {
	float:left;
	min-height: 40px;
	text-align:left;
}
.navbar {
	margin-bottom: 0;
	border-radius:0px;
}
.navbar-default {
	z-index:999999;
	padding-top:7.5px;
	background: #f7f6f6;
	border: none;
	opacity:0.95;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background: #4060a5;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background: #4060a5;
}
.navbar-default .navbar-nav > li > a{
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	background-color:#0094bc;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	font-weight:700;
	border-radius:10px 10px 0 0;
	margin-top:16px;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
 background-color:#fff;
}
.navbar-nav > li {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.navbar-nav > li > a {
	padding: 0;
	padding-top: 8px;
	padding-bottom:0px;
	padding-left: 3px;
	padding-right: 3px;
	outline: none !important;
	overflow: hidden;
	cursor:pointer;
}
.navbar-default .container {
	position: relative;
}
.navbar-default .navbar-toggle {
	color: #fff;
	border-color: #fff;
	top:-8px;
	right:10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default ul.dropdown-menu {
	background:none;
	top: 30px;
	box-shadow: none;
	border: 0px;
}
.navbar-default ul.dropdown-menu li a {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	padding:10px 16px;
	outline:none;
}
.dropdown-menu li {
	border-bottom:none;
}
.dropdown-menu li:last-child {
	border-bottom:none;
}
.dropdown i {
	padding-left:2px;
	font-size:12px;
}
.navbar-default .navbar-brand {
	font-size:12px;
	color:#2d3538;
	line-height:30px;
	text-transform:uppercase;
	padding-top:0;
}
.navbar > .container .navbar-brand {
	margin-left:0;
}
.navbar-default .navbar-brand:hover {
	color:#2d3538;
}

a.navbar-brand img{
	padding-right:15px;
}





#sticktop {
	width:100%;
	left:0;
}
#sticktop.stickyNav, .nav-stop {
	position:relative !important;
}

/* ============================
	 4.Banner letter effect
	 =========================== */
	
	.letter-container {
	margin: 0px;
	padding: 0px;
}
.head-space
{
	margin-top:10px;
	
}
.letter-container h1 {
	text-align: center;
	font-family: 'Roboto Slab',arial,sans-serif;
	letter-spacing: -1px;
}
.letter-container h1 a {
	text-align: center;
	font-size: 18px;
	display: block;
	min-height:18px;
	height:auto;
	-webkit-mask: url(../images/mask.png) repeat;
	-o-mask: url(../images/mask.png) repeat;
	-moz-mask: url(../images/mask.png) repeat;
	-ms-mask: url(../images/mask.png) repeat;
	mask: url(../images/mask.png) repeat;
	text-decoration:none;
	color:#fff;
}
.letter-container h1 a span {
	color: #fff;
	opacity: 1;
	text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-animation: sharpen 0.9s linear backwards;
	-moz-animation: sharpen 0.9s linear backwards;
	-ms-animation: sharpen 0.9s linear backwards;
	animation: sharpen 0.9s linear backwards;
}
.letter-container h1 a span:hover {
	text-shadow: 0px 0px 5px #fff;
}
 .letter-container h1 a span:nth-child(1) {
 -webkit-animation-delay: 0s;
 -moz-animation-delay: 0s;
 -ms-animation-delay: 0s;
 animation-delay: 0s;
}
 .letter-container h1 a span:nth-child(2) {
 -webkit-animation-delay: 0.1s;
 -moz-animation-delay: 0.1s;
 -ms-animation-delay: 0.1s;
 animation-delay: 0.1s;
}
 .letter-container h1 a span:nth-child(3) {
 -webkit-animation-delay: 0.2s;
 -moz-animation-delay: 0.2s;
 -ms-animation-delay: 0.2s;
 animation-delay: 0.2s;
}
 .letter-container h1 a span:nth-child(4) {
 -webkit-animation-delay: 0.3s;
 -moz-animation-delay: 0.3s;
 -ms-animation-delay: 0.3s;
 animation-delay: 0.3s;
}
 .letter-container h1 a span:nth-child(5) {
 -webkit-animation-delay: 0.4s;
 -moz-animation-delay: 0.4s;
 -ms-animation-delay: 0.4s;
 animation-delay: 0.4s;
}
 .letter-container h1 a span:nth-child(6) {
 -webkit-animation-delay: 0.5s;
 -moz-animation-delay: 0.5s;
 -ms-animation-delay: 0.5s;
 animation-delay: 0.5s;
}
 .letter-container h1 a span:nth-child(7) {
 -webkit-animation-delay: 0.6s;
 -moz-animation-delay: 0.6s;
 -ms-animation-delay: 0.6s;
 animation-delay: 0.6s;
}
 .letter-container h1 a span:nth-child(8) {
 -webkit-animation-delay: 0.7s;
 -moz-animation-delay: 0.7s;
 -ms-animation-delay: 0.7s;
 animation-delay: 0.7s;
}
 .letter-container h1 a span:nth-child(9) {
 -webkit-animation-delay: 0.8s;
 -moz-animation-delay: 0.8s;
 -ms-animation-delay: 0.8s;
 animation-delay: 0.8s;
}
 .letter-container h1 a span:nth-child(10) {
 -webkit-animation-delay: 0.9s;
 -moz-animation-delay: 0.9s;
 -ms-animation-delay: 0.9s;
 animation-delay: 0.9s;
}
 .letter-container h1 a span:nth-child(11) {
 -webkit-animation-delay: 1s;
 -moz-animation-delay: 1s;
 -ms-animation-delay: 1s;
 animation-delay: 1s;
}
 .letter-container h1 a span:nth-child(12) {
 -webkit-animation-delay: 1.1s;
 -moz-animation-delay: 1.1s;
 -ms-animation-delay: 1.1s;
 animation-delay: 1.1s;
}
 .letter-container h1 a span:nth-child(13) {
 -webkit-animation-delay: 1.2s;
 -moz-animation-delay: 1.2s;
 -ms-animation-delay: 1.2s;
 animation-delay: 1.2s;
}
 .letter-container h1 a span:nth-child(14) {
 -webkit-animation-delay: 1.3s;
 -moz-animation-delay: 1.3s;
 -ms-animation-delay: 1.3s;
 animation-delay: 1.3s;
}
 .letter-container h1 a span:nth-child(15) {
 -webkit-animation-delay: 1.4s;
 -moz-animation-delay: 1.4s;
 -ms-animation-delay: 1.4s;
 animation-delay: 1.4s;
}
 .letter-container h1 a span:nth-child(16) {
 -webkit-animation-delay: 1.5s;
 -moz-animation-delay: 1.5s;
 -ms-animation-delay: 1.5s;
 animation-delay: 1.5s;
}
 .letter-container h1 a span:nth-child(17) {
 -webkit-animation-delay: 1.6s;
 -moz-animation-delay: 1.6s;
 -ms-animation-delay: 1.6s;
 animation-delay: 1.6s;
}
 .letter-container h1 a span:nth-child(17) {
 -webkit-animation-delay: 1.6s;
 -moz-animation-delay: 1.6s;
 -ms-animation-delay: 1.6s;
 animation-delay: 1.6s;
}
 .letter-container h1 a span:nth-child(18) {
 -webkit-animation-delay: 1.7s;
 -moz-animation-delay: 1.7s;
 -ms-animation-delay: 1.7s;
 animation-delay: 1.7s;
}
 .letter-container h1 a span:nth-child(19) {
 -webkit-animation-delay: 1.8s;
 -moz-animation-delay: 1.8s;
 -ms-animation-delay: 1.8s;
 animation-delay: 1.8s;
}
 .letter-container h1 a span:nth-child(20) {
 -webkit-animation-delay: 1.9s;
 -moz-animation-delay: 1.9s;
 -ms-animation-delay: 1.9s;
 animation-delay: 1.9s;
}
 .letter-container h1 a span:nth-child(21) {
 -webkit-animation-delay: 2s;
 -moz-animation-delay: 2s;
 -ms-animation-delay: 2s;
 animation-delay: 2s;
}
 .letter-container h1 a span:nth-child(22) {
 -webkit-animation-delay: 2.1s;
 -moz-animation-delay: 2.1s;
 -ms-animation-delay: 2.1s;
 animation-delay: 2.1s;
}
 .letter-container h1 a span:nth-child(23) {
 -webkit-animation-delay: 2.2s;
 -moz-animation-delay: 2.2s;
 -ms-animation-delay: 2.2s;
 animation-delay: 2.2s;
}
 .letter-container h1 a span:nth-child(24) {
 -webkit-animation-delay: 2.3s;
 -moz-animation-delay: 2.3s;
 -ms-animation-delay: 2.3s;
 animation-delay: 2.3s;
}
 .letter-container h1 a span:nth-child(25) {
 -webkit-animation-delay: 2.4s;
 -moz-animation-delay: 2.4s;
 -ms-animation-delay: 2.4s;
 animation-delay: 2.4s;
}
 .letter-container h1 a span:nth-child(26) {
 -webkit-animation-delay: 2.5s;
 -moz-animation-delay: 2.5s;
 -ms-animation-delay: 2.5s;
 animation-delay: 2.5s;
}
 .letter-container h1 a span:nth-child(27) {
 -webkit-animation-delay: 2.6s;
 -moz-animation-delay: 2.6s;
 -ms-animation-delay: 2.6s;
 animation-delay: 2.6s;
}
 .letter-container h1 a span:nth-child(28) {
 -webkit-animation-delay: 2.7s;
 -moz-animation-delay: 2.7s;
 -ms-animation-delay: 2.7s;
 animation-delay: 2.7s;
}
 .letter-container h1 a span:nth-child(29) {
 -webkit-animation-delay: 2.8s;
 -moz-animation-delay: 2.8s;
 -ms-animation-delay: 2.8s;
 animation-delay: 2.8s;
}
 .letter-container h1 a span:nth-child(30) {
 -webkit-animation-delay: 2.9s;
 -moz-animation-delay: 2.9s;
 -ms-animation-delay: 2.9s;
 animation-delay: 2.9s;
}
 .letter-container h1 a span:nth-child(31) {
 -webkit-animation-delay: 3s;
 -moz-animation-delay: 3s;
 -ms-animation-delay: 3s;
 animation-delay: 3s;
}
 .letter-container h1 a span:nth-child(32) {
 -webkit-animation-delay: 3.1s;
 -moz-animation-delay: 3.1s;
 -ms-animation-delay: 3.1s;
 animation-delay: 3.1s;
}
 .letter-container h1 a span:nth-child(33) {
 -webkit-animation-delay: 3.2s;
 -moz-animation-delay: 3.2s;
 -ms-animation-delay: 3.2s;
 animation-delay: 3.2s;
}
 @keyframes sharpen {
 0% {
 opacity: 0;
 text-shadow: 0px 0px 100px #fff;
 color: transparent;
}
 90% {
 opacity: 0.9;
 text-shadow: 0px 0px 10px #fff;
 color: transparent;
}
 100% {
 color: #fff;
 opacity: 1;
 text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0, 0, 0, 0.7);
}
}
 @-moz-keyframes sharpen {
 0% {
 opacity: 0;
 text-shadow: 0px 0px 100px #fff;
 color: transparent;
}
 90% {
 opacity: 0.9;
 text-shadow: 0px 0px 10px #fff;
 color: transparent;
}
 100% {
 color: #fff;
 opacity: 1;
 text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0, 0, 0, 0.7);
}
}
 @-webkit-keyframes sharpen {
 0% {
 opacity: 0;
 text-shadow: 0px 0px 100px #fff;
 color: transparent;
}
 90% {
 opacity: 0.9;
 text-shadow: 0px 0px 10px #fff;
 color: transparent;
}
 100% {
 color: #fff;
 opacity: 1;
 text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0, 0, 0, 0.7);
}
}
 @-ms-keyframes sharpen {
 0% {
 opacity: 0;
 text-shadow: 0px 0px 100px #fff;
 color: transparent;
}
 90% {
 opacity: 0.9;
 text-shadow: 0px 0px 10px #fff;
 color: transparent;
}
 100% {
 color: #fff;
 opacity: 1;
 text-shadow: 0px 0px 2px #fff, 1px 1px 4px rgba(0, 0, 0, 0.7);
}
}
/* ============================
	 5.Banner area
	 =========================== */
	
	
	
	
	#lp-pom-block-10 {
	width:100%;
	height: 500px;
	
	background-repeat: no-repeat;
	background-color:#193E63;
	
	
	background-attachment: fixed;

	background-size: cover;
	position:relative;
}
.banner-dot
	{
		width:100%;
		height:500px;
		position:absolute;
		z-index:10;
		background:url(../images/dot.png) repeat;
		
	}
.baaner-container {
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
}
.banner-inner-container {
	position:relative;
	padding-top:0px;
}
.carousel-caption {
	top:0px;
	z-index: 10;
	left: 5%;
	right: 5%;
	text-shadow:none;
}
.carousel-caption h1 {
	margin-top: 25px;
	line-height:18px;
	font-family: 'Roboto Slab',arial,sans-serif;
	font-weight:bold;
	
}
.carousel-caption h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto Slab',arial,sans-serif;
	font-size:15px;
	font-weight:bold;
}
.main-image {
	margin:40px 0px 10px 0px;
}
.main-image img {
	width:80%;
}
.banner-text {
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:22px;
	padding-bottom:20px;
}
.banner-text1 {
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:22px;
	padding-bottom:0px;
}
.carousel .item {
	height: 500px;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	/*height: 500px;*/
}
.carousel-control {
	opacity:1;
	width:5%;
}
.carousel-control.left {
	background-image:none;
}
.carousel-control.right {
	background-image:none;
}
.glyphicon-chevron-left:before {
	content:none;
}
.carousel-control .glyphicon-chevron-left {
	height:31px;
	width:20px;
	background:url(../images/arrow-left.png) no-repeat;
	content:none;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	top: 85%;
}
.glyphicon-chevron-right:before {
	content:none;
}
.carousel-control .glyphicon-chevron-right {
	height:31px;
	width:20px;
	background:url(../images/arrow-right.png) no-repeat;
	content:none;
}
.carousel-indicators {
	height:15px;
	bottom: 16px;
}
.banner-arrow {
	position: relative;
	bottom: 20px;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	z-index:100;
}
	
	
	/* Pulse */
	@-webkit-keyframes pulse {
 25% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 75% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
 @keyframes pulse {
 25% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 75% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
.pulse {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse:hover, .pulse:focus, .pulse:active {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.green-button {
	width:150px;
	margin:0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#3fcc37;
	padding:10px 20px 10px 20px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}
a.green-button {
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.green-button a:hover {
	text-decoration:none;
}
.blue-button {
	width:150px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:10px 20px 10px 20px;
	margin:0 auto;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	display:block;
}
a.blue-button {
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#fff;
	background-color:#2fbbff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
a.blue-button :hover {
	background-color:#fff;
	text-decoration:none;
}
.banner-nav {
	width:100%;
	height:auto;
	 padding:4px 0px 40px 0px;
}
.banner-nav ul {
	height:auto;
}
.banner-nav ul li {
	list-style:none;
	font-size:12px;
	color:#fff;
	text-align:left;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	background-image:url(../images/tick6.png);
	background-repeat:no-repeat;
	background-position:0 12px;
	padding:9px 0 0 36px;
}
/* ============================
	 6.Choose
	 =========================== */
	
	.choose-container {
	padding:65px 0px 45px 0px;
}
.main-head h1 {
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
	color:#333333;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
.main-head h2 {
	margin-top:0px;
	margin-bottom:35px;
	text-align:center;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#666666;
}

.main-head {
	margin-bottom:35px;
}
.hosting-main-head {
	margin-bottom:5px;
	text-align:center;
}
.main-head p {
	text-align:justify;
}
.hosting-main-head p {
	text-align:justify;
}

.choose-item {
	width: 116px;
height: 116px;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
	margin:0px auto;
}

.choose-info-wrap{
	position: absolute;
	width: 116px;
height: 116px;
	border-radius: 50%;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	
	background: #f9f9f9 ;
	box-shadow: 
		0 0 0 0px #fafcfb, 
		inset 0 0 0px rgba(115,114, 23, 0.8);

}

.choose-info{
	position: absolute;
	width: 116px;
height: 116px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.choose-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.choose-info .choose-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	
	background: #000;
}

.choose-img-1 { 
	background-image:url(../images/web_design_solutions.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#3fcc37;
}

.choose-img-2 { 
	background-image: url(../images/custom_web_development.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#f6c636;
}

.choose-img-3 { 
	background-image: url(../images/mobile_apps.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#2fbbff;
}
.choose-img-4 { 
	background-image: url(../images/webhosting.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-color:#334d5c;
}



.choose-info h3 {
	color: #fff;
	text-align:center;
	
	letter-spacing: 2px;
	font-size: 14px;
	margin:0px 15px 10px 15px;
	padding:34px 0 0 0;
	height:auto;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:bold;
	
}

.choose-info p {
	color: #fff;
	padding: 5px 5px;
	font-style: italic;
	margin: 0 10%;
	width:80%;
	font-size: 13px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.choose-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	font-size: 9px;
	letter-spacing: 1px;	
	font-family: 'Roboto Slab', Arial, sans-serif;
	text-align:center;
}

.choose-info p a:hover {
	color: #2fbbff;
	text-decoration:none;
	
}


.choose-item:hover .choose-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}




.choose h2 {
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
	color:#333333;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
}
.choose p {
	text-align:center;
	color:#666666;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:20px;
}
/* ============================
	 7.Features
	 =========================== */
	
	.features-container {
	padding:65px 0px;
	background-color:#f5f5f5;
}
.features-container p {
	text-align:justify;
	color:#666666;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:0px;
}
.features {
	margin-top: 45px;
}
.features span {
	float: left;
}
.features h2 {
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	padding-left: 100px;
}
.features p {
	padding-left: 100px;
	text-align: left;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
}
.shared-windows-hosting-icon{
	background:url(../images/windows_shared_hosting.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.shared-linux-hosting-icon{
	background:url(../images/linux_shared_hosting.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.reseller-linux-hosting-icon{
	background:url(../images/linux_reseller_hosting.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.reseller-windows-hosting-icon{
	background:url(../images/windows_reseller_hosting.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.dedicated-cloud-windows-hosting-icon{
	background:url(../images/dedicated-cloud-windows-web-hosting.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.dedicated-cloud-linux-hosting-icon{
	background:url(../images/dedicated-cloud-linux-web-hosting.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.cms-hosting-icon{
	background:url(../images/CMS-Hosting.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.ASP-net-hosting-icon{
	background:url(../images/asp.net-hosting.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.featuresIcon1 {
	background:url(../images/custom_web_development.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.featuresIcon2 {
	background:url(../images/web_design_solutions.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.featuresIcon3 {
	background:url(../images/webhosting.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.featuresIcon4 {
	background:url(../images/webhosting.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.featuresIcon5 {
	background:url(../images/custom_web_development.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.featuresIcon6 {
	background:url(../images/mobile_apps.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
/* ============================
	 33.Server Management
	 =========================== */
.server-management-container {
	padding:65px 0px;
	background-color:#f5f5f5;
}
.server-management-container p {
	text-align:justify;
	color:#666666;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:0px;
}
.server-management {
	margin-top: 45px;
}
.server-management span {
	float: left;
}
.server-management h2 {
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	padding-left: 100px;
}
.server-management p {
	padding-left: 100px;
	text-align: left;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
}
.server-managementIcon1 {
	background:url(../images/admin.png) no-repeat center center / 100%;
	width: 88px;
	height:90px;
	display: block;
}
.server-managementIcon2 {
	background:url(../images/server.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.server-managementIcon3 {
	background:url(../images/technical_consultancy.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.server-managementIcon4 {
	background:url(../images/24_7services.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.server-managementIcon5 {
	background:url(../images/uptime_guarantee.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
.server-managementIcon6 {
	background:url(../images/security_services.png) no-repeat center center / 100%;
	width: 78px;
	height:80px;
	display: block;
}
/* ============================
	 8.Service
	 =========================== */
	
.service-container {
	padding:65px 0px;
	background-color:#fff;
}
.hosting-container{
	padding:35px 0px;
	background-color:#fff;
}
.service-container p {
	text-align:justify;
	color:#666666;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:16px;
}
.service1 {
	margin-top: 85px;
}
.service {
	margin-top: 30px;
}
.bullet {
	margin-top: 10px;
}
.bullet span {
	float: left;
}
.bullet p {
    color: #444444;
    font-family: "Roboto Slab",Helvetica,sans-serif;
    font-size: 14px;
    padding-left: 40px;
    text-align: left;
}
.service-text-area {
	margin-top: 20px;
}
.service1 img {
	width:100%;
}
.service span {
	float: left;
}
.service h2 {
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	padding-left: 40px;
}
.service h3 {
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
	padding-left: 40px;
}
.service p {
	padding-left: 40px;
	text-align: left;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 14px;
	color:#444444;
}
.serviceIcon {
	background:url(../images/tick2.png) no-repeat center center;
	width: 23px;
	height:25px;
	display: block;
}
/* ============================
	 9.Offer
	 =========================== */
	 
	
	#lp-pom-block-11 {
	padding:65px 0px 45px 0px;
	height:auto;
	/*background-image:url(../images/offer-bg.png);*/
	background-repeat:repeat-y;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-color:#254961;
}
.offer-head h1 {
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
	color:#fff;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
.offer-head h2 {
	margin-top:0px;
	margin-bottom:35px;
	text-align:center;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#999999;
}
.offer-box1 {
	width:100%;
	height:auto;
	background-color:rgba(255, 255, 255, 0.2);
	float:left;
}
.offer-text {
	width:100%;
	height:auto;
	float:left;
}
.offer-text ul {
	height:auto;
	padding:26px 35px 35px 35px;
	margin:0px;
}
.offer-text ul li {
	list-style:none;
	font-size:14px;
	color:#fff;
	text-align:left;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	background:url(../images/arrow.png) no-repeat 0 12px;
	padding:9px 0 0 25px;
}
.offer-image {
	width:176px;
	margin:20px 35px 20px 35px;
	height:196px;
	background:url(../images/offer1.png) no-repeat;
	float:left;
}
.offer-image2 {
	width:412px;
	margin:17px 72px 17px 72px;
	height:145px;
	background:url(../images/offer.png) no-repeat;
	float:left;
}
.offer-image-box2 {
	width:370px;
	height:58px;
	margin:24px 18px 0px 0px;
	text-align:center;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	float:right;
}
.offer-image-box {
	width:70px;
	height:58px;
	margin:24px 18px 0px 0px;
	text-align:center;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	float:right;
}
.offer-image-box span {
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#fff;
}
.offer-image-box p {
	text-align:center;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	line-height:10px;
}
.offer-image1 {
	width:173px;
	margin:20px 35px 20px 35px;
	height:196px;
	background:url(../images/offer2.png) no-repeat;
	float:left;
}
.offer-boxhead {
	width:100%;
	padding:20px 30px;
	line-height: 25px;
	background-color:#334d5c;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-weight:bold;
	font-size:26px;
    margin-bottom: 20px;
	float:left;
	color:#fff;
}
.offer-boxhead img
{
	float:right;
	
}
/* ============================
	 10.Price
	 =========================== */
	.price-container {
	padding: 5px 0px 5px 0px;
	background-color: #fff;
}
.main-table {
	width:100%;
	position: relative;
	border:1px solid #e0e0e0;
	margin-bottom:20px;
}
.price-table-top {
	width:100%;
	position: relative;
	height: auto;
	padding:0;
}
.price-table-top h3 {
	font-size:24px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#fff;
	z-index: 2;
	text-align: center;
	width: 100%;
	margin-top:18px;
	text-shadow:1px 1px 3px rgba(0, 0, 0, 0.2);
}
.price-table-top a.price-table-topbg {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	background:#334d5c;
	overflow: hidden;
	min-height: 112px;
	text-decoration:none;
}
.price-table-top .price-circle {
	display: block;
	left:50%;
	width:120px;
	height: 120px;
	margin-left:-50px;
	text-align: center;
	background:#2fbbff;
	border:10px solid #fff;
	border-radius: 200px;
	top:60px;
	text-decoration:none;
	position: absolute;
}
.price-table-top .price-circle p.price {
	margin-top:24px;
	margin-bottom:0;
	padding-bottom:0;
	line-height: 30px;
	font-size:26px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#fff;
}
.price-table-top .price-circle p.month {
	margin-top:0;
	padding-top:0;
	font-size:14px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#fff;
}
.main-table ul.price-plans {
	margin:50px 0 0;
	padding:25px 0 0;
	font-size:14px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#666666;
	text-align:center;
}
 .main-table ul.price-plans li:nth-child(odd) {
 padding:15px;
 border-bottom:1px solid #e0e0e0;
 background-color:#fff;
}
 .main-table ul.price-plans li:nth-child(even) {
 padding:15px;
 border-bottom:1px solid #e0e0e0;
 background-color:#fbfbfb;
}
.main-table ul.price-plans li.price-plan:first-child {
	border-top:1px solid #e0e0e0;
}
.main-table a.price-buy-now {
	padding:10px 15px;
	background:#334d5c;
	display: block;
	width:120px;
	margin:20px auto;
	font-size:14px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.main-table a.price-buy-now.active {
	background:#2fbbff;
}
.main-table a.price-buy-now:hover {
	background:#2fbbff;
	color:white;
}
ol, ul {
	list-style: none;
	padding: 0;
}




#columns .fade   {
	
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#columns .fade:hover{
	-webkit-transform: scale(1.03);
	-moz-transform:scale(1.03);
	transform: scale(1.03);
opacity: 1;
}
 #columns:hover .fade:not(:hover) {
	opacity: 0.4;
}
/* ============================
	 34.Portfolio
	 =========================== */
/* Portfolio */
.height_2column {min-height:312px;
}
.height_3column {min-height:240px;
}
.height_4column {min-height:00px;
}

.projects .hover_img {
	position:relative;
}

.portfolio_zoom, .portfolio_link {
	display:none;
	width:30px;
	height:30px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-15px 0 0 -30px;
	background-image:url(../images/zoom1.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color: #505050;
	z-index:2;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio_link {
	margin-left: 1px;
	background-image:url(../images/link.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {
	background-color: #cc0003;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_img:hover .item_description { display:block;
}

.item_description {	
	text-align:center;
	margin-top:25px;
}
.item_description h6 a {
	margin:10px 0 10px 0;
	text-transform:none;
	font-style:italic;
	font-size:16px;
	color:#000;
}
.item_description h6 a:hover {
	color:#cc0003;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {
  overflow: hidden;
  position: relative;
  margin-bottom:40px;
}
.element img {max-width:100%;border:5px solid #eaeaea;
}

#options {padding:0 0 10px 0;
}
#filters {
	position: relative;
	padding:0;
	margin:25px 0 0 0;
}

.preloader {
	background:url(../images/preload_img.gif) center center no-repeat;
	display:block;
}

#portfolio_carousel {margin-bottom:20px;
}
#portfolio_carousel img {border-radius:3px;
}
#portfolio_carousel .carousel-control {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border: 0;
	background:url(../images/slider_prev.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color:#959595;
	outline:none;
	border-radius:0;
	opacity:0.7;
	filter: alpha(opacity=70);
	transition: none;
	-webkit-transition: none;
}
#portfolio_carousel .carousel-control.right {
	background-image:url(../images/slider_next.png);
	left:auto;
	right:10px;
}
#portfolio_carousel .carousel-control.right:hover {
	background-position:0 0;
}
#portfolio_carousel .carousel-control:hover {
	background-position:0 0;
	opacity:1;
	filter: alpha(opacity=100);
}
ul.links {margin-bottom:15px;
}
ul.links li {
	padding:0 0 3px 17px;
	margin:0;
	color:#cc0003;
	background:url(../images/li_arrow.png) no-repeat left top;
}
ul.links li a {	color:#474747;
}
ul.links li a:hover {
	text-decoration:none;
	color:#cc0003;
} 
#filters li {
	display:inline-block;
}
#filters li a,
.tags a {
	display:inline-block;
	margin:0 0 4px 0;
	padding:0 11px;
	height:28px;
	line-height:28px;
	background-image:none;
	background-color:#f3f3f3;
	background-repeat:no-repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	border-radius:4px;
	line-height:28px;
	font-style:italic;
	font-size:13px;
	color:#707070 !Important;
	transition: none;
	-webkit-transition: none;
}
#filters li a:hover,
#filters li a.selected,
.tags a:hover {
	background-image:url(../images/welc_btn.png);
	text-decoration:none;
	color:#fff !important;
	text-shadow:1px 0 0 rgba(177,0,3,0.65);
}	 	 
.descr {
    border-bottom: 1px dotted #7a7a7a;
    float: left;
    margin: 20px 0 0;
    padding: 0 0 30px;
    width: 227px;
	}
/* ============================
	 11.Client
	 =========================== */
	
	.client-container {
	padding: 65px 0px;
	background-color: #fafcfb;
}
.client {
	width:100%;
	margin:0 auto;
}
#owl-sponsors {
	margin:0px;
}
.client .item {
	margin-right:20px;
}
.client .item a img {
	display: block;
	width: 100%;
	height: auto;
	padding:5px;
	border: 1px solid #e0e0e0;
}
.client-title-nav {
	margin:0px;
}
.owl-Navigation {
	position:relative;
	text-align:center;
	padding-top:25px;
}
.owl-Navigation a {
	width: 24px;
	height: 24px;
	background: #2fbbff;
	display: inline-block;
	padding:0px;
	cursor: pointer;
}
/* ============================
	12.Client review
	=========================== */
	
	.clientreview-container {
	padding: 65px 0px 45px 0px;
	background-color: #fff;
}
.testimonial {
	padding:0px;
}
.testimonial ul {
	margin:0px;
}
.testimonial ul li {
	list-style-type:none;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.testimonial ul li.clearfix {
	margin:0px;
}
.testimonial blockquote {
	border:1px solid #e0e0e0;
	background-color:#fff;
	position:relative;
	margin:0px 0px 20px 0px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	clear:none;
	background-image:none;
	padding:15px;
	font-size:14px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#666666;
	font-style:italic;
	line-height:24px;
}
.testimonial .arrowbubble {
	position:absolute;
	bottom: -16px;
	left:70px;
	background-image:url(../images/client-arrow.png);
	background-repeat:no-repeat;
	width:18px;
	height:16px;
	display:block;
}
.testimonial .testiimg {
	float:left;
	display:block;
	width:60px;
	height:60px;
	position:relative;
	margin-right:12px;
	margin-left:6px;
	margin-bottom:20px;
}
.testimonial .testiimg img {
	width:60px;
	height:60px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background-color:#fff;
	border:1px solid #eaeaea;
}
.testiinfo {
	margin:32px 0px 0px 0px;
	display:block;
	font-size:14px;
}
.testiinfo h4 {
	margin-bottom:2px;
	font-size:15px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#333333;
}
.testiinfo span {
	margin-bottom:2px;
	font-size:13px;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	color:#666666;
}
/* ============================
	13.Search domin
	=========================== */
	
	#lp-pom-block-12 {
	padding:65px 0px;
	height:auto;
	background-image:url(../images/search-domin-bg.jpg);
	background-repeat:repeat-y;
	background-attachment: fixed;
	background-size: cover;
	background-color:#000;
	background-position: center center;
}
.domin-head h1 {
	margin-top:0px;
	margin-bottom:35px;
	text-align:center;
	color:#fff;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
.search {
	width: 72%;
	padding: 10px;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 25px;
	color: #666666 !important;
	font-size: 13px;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	background-color: #fff;
}
.input-append .btn-group:last-child>.dropdown-toggle {
	background: #e2e5e6;
	font-size: 12px;
	font-weight: bold;
	padding: 17px 15px;
	line-height: 0px;
	margin-top: -3px;
	margin-left: -4px;
	border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	box-shadow: none;
}
.dropdown-menu {
	min-width: 146px;
	margin-left: -4px;
	padding:0px;
	margin: 0px 0px 0px -4px;
	border-radius:  0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
}
.dropdown-menu>li>a:hover {
	color:#fff;
}
.dropdown-menu>li:last-child a:hover {
	border-radius:  0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	color:#fff;
}
.search-area {
	text-align:center;
	padding-top:20px;
}
.search-btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:12px 20px;
	background-color: #2fbbff;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
}
.search-area a {
	color: #fff;
	text-decoration:none;
}
.search-area a:hover {
	color: #fff;
	text-decoration:none;
}
/* ============================
	14.Get in touch
	=========================== */
	
	
	
	  #contact .contact-form {
	width:90%;
	max-width: 830px;
	margin: 0 auto;
}
.form-control {
	width: 100%;
	
	padding: 15px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	border:1px solid #e0e0e0;
	margin-bottom:20px;
	color:#666666 !important;
	font-size:16px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.form-control .textarea {
	height: 100px;
	max-height: 200px;
	max-width: 100%;
}

.form-btn {
	width:100%;
	display: block;
	height: auto;
	padding:15px;
	color:#fff;
	background-color:#2fbbff;
	border:none;
	text-transform:uppercase;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	outline: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.form-btn:hover {
	color: white;
	border:none;
}
	
	  
	
	
	
	  ::-webkit-input-placeholder { /* WebKit browsers */
 color:    #666666;
}
	  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #666666;
}
	  ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #666666;
}
	  :-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #666666;
}

.map-container {
padding: 65px 0px 65px 0px;
background-color: #fafcfb;
}

.map-container h2 {
margin-top: 0px;
margin-bottom: 25px;
text-align: left;
font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
font-size: 26px;
font-weight: normal;
color: #333333;
}
.map-container p {
	text-align:left;
	
}

.map-container h3
{
margin-top: 0px;
margin-bottom: 15px;
text-align: left;
font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
color: #333333;	
}

.map_frame {
float: left;
width: 98%;
border: 7px solid #fff;

-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.map_frame iframe {
width: 100%;
height: 300px;
overflow: hidden;
border: 0;
margin: 0;
padding: 0;
}
/* ============================
	15.Footer
	=========================== */
	
	
	.footer-container {
	padding: 65px 0px 45px 0px;
	background-color: #323943;
}
.footer-container h2 {
	margin-top:0px;
	margin-bottom:25px;
	text-align:left;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#dcdcdc;
}
.footer-container p {
	margin-top:0px;
	margin-bottom:25px;
	text-align:left;
	line-height: 24px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#9a9b9c;
	font-size:14px;
}
.fa-angle-right:before {
	margin-right: 6px;
}
.footer-container ul.list {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.footer-container .list li {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#9a9b9c;
	font-size:14px;
}
.footer-container .list li a {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#9a9b9c;
	font-size:14px;
}
.footer-container .list li a:hover {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}
.footer-container ul li {
	list-style: none;
}
.payment-area {
	width: 100%;
}
.payment-area a {
	display: inline-block;
	padding:0px 10px 10px 0px;
}
.payment-area img {
	width: 100%;
	height: auto;
	float: left;
}
/* ============================
	16.newsletter
	=========================== */
	
	
	.newsletter-container {
	padding: 40px 0px;
	background-color: #282e36;
}
.newsletter {
	margin:0px;
}
.newsletter span {
	float: left;
}
.newsletter h2 {
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size: 26px;
	margin:0px;
	padding-top:10px;
	color: #fff;
	padding-left: 90px;
}
.newsletter p {
	padding-left: 90px;
	text-align: left;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 18px;
	color:#dcdcdc;
	margin:0px;
}
.newsletterIcon {
	background:url(../images/newsletter.png) no-repeat center center;
	width: 66px;
	height:65px;
	display: block;
}
.newsletter-form {
	width: 100%;
	padding: 10px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	border: 1px solid #999999;
	margin-top:20px;
	color: #666666 !important;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.newsletter-btn {
	width: 100%;
	display: block;
	height: auto;
	margin-top: 20px;
	padding: 10px;
	color: #fff;
	background-color: #2fbbff;
	border: none;
	text-transform: uppercase;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	outline: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#result {
	width:100%;
	font-family: 'Roboto Slab', Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
}
/* ============================
	17.footer-bottom
	=========================== */
	
	
	
	.footer-bottom {
	padding: 15px 0px 13px 0px;
	background-color: #191c21;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	text-align:center;
	font-size: 13px;
}

	
	.footer-bottom p {
	margin:0px;
}
/* ============================
	 18.Goto top
	 =========================== */
#go-top {
	background: #fff url(../images/top.png) no-repeat center;
	border: 1px solid #e9eff0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	bottom: 50px;
	color: #81c8e4;
	display: none;
	font-size: 1.8em;
	height: 45px;
	line-height: 45px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 45px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	z-index:11;
}
#go-top:hover {
	background: #2fbbff url(../images/top-hover.png) no-repeat center -4px;
	color: #fff;
	border:none;
}
/* ============================
	19.Blog
	=========================== */
	.bloghead-container {
	padding: 20px 0px;
	background-color: #f5f5f5;
	margin-top:1px;
}
.blog h1 {
	margin-top:0px;
	text-align:left;
	color:#333333;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:normal;
}
.post {
	margin-top:0px;
	text-align:right;
	color:#2fbbff;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
}

.post span {
	display:inline-block;
	margin-right:10px;
	color:#333333;
}

.blog-container  {
padding: 65px 0px 45px 0px;
}
.blog-image_frame {
float: left;
width: 98%;
border: 7px solid #fff;
margin-bottom: 25px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog-image_frame img {
float: left;
width:100%;

}
.blogpost {
margin-bottom: 30px;
}
.blogpost h1 {
color:#333333;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	line-height:28px;
}
.blogpost h3 {
	color:#333333;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:5px 0px 0px 0px;
	line-height:28px;

}
.blogpost h3 a {
	color:#2fbbff;


}


.blogpost p {
text-align:left;
color: #666666;
font-family: "Roboto Slab", Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
font-weight: normal;
margin:20px 0px;

}
.blogpost-btn {
padding: 10px 20px;
background: #2fbbff;
font-family: "Roboto Slab", Helvetica, sans-serif;
font-size: 14px;
color:#FFF;
}

.pagination {
	clear:both;
	padding:10px 0;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
}
.pagination b{
	float:left;
	margin: 0px 5px 2px 0;
	padding:0px 10px;
	font-weight: normal;
	color: #999;
}
.pagination a.navlink {
	font-size: 12px;
	color: #454545;
	background-color:#eee;
	font-weight: 600;
	text-transform: uppercase;
	padding: 7px 10px;
	border-radius: 3px;
}
.pagination a.navlink:hover {
	color: #fff;
	background-color:#2fbbff;
	text-decoration:none;
}
.pagination a.current {
	color: #fff;
	background-color: #2fbbff;
}
.site-search-area {
margin: 0px;
padding: 0px;
}

.blogpost-search {
width: 80%;
padding: 10px;
border-radius: 4px 0px 0px 4px;
-moz-border-radius: 4px 0px 0px 4px;
-webkit-border-radius: 4px 0px 0px 4px;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-right: 0px ;
margin-bottom: 25px;
color: #666666 !important;
font-size: 13px;
font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
background-color: #fff;
}
.blogpost-search-btn {
float: left;
width: 50px;
height: 40px;
cursor: pointer;
text-indent: -5555em;
line-height: 100;
overflow: hidden;
background: #2fbbff url(../images/site-search-icon.png) no-repeat center 14px;
border: 0;
margin-top:-3px;
margin-left:-4px;
border-radius: 0px 4px 4px 0px;
-moz-border-radius: 0px 4px 4px 0px;
-webkit-border-radius:  0px 4px 4px 0px;
}



.blog-sidemenu {
float: left;
width: 100%;


}

.blog-sidemenu h3 {

color: #333 ;
font-size: 22px;
font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
margin:0px 0px 20px 0px;

}



.sidemenu_list {
	width:100%;
padding: 0px;
margin: 0px;
float: left;
margin-top: -10px;
margin-bottom:20px;
}
.sidemenu_list li a {
	font-size: 14px;
font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
color: #2fbbff;
line-height: 30px;
}
.sidemenu_list li a:hover {
color: #333;
line-height: 30px;
text-decoration:none;
}
.ad-head {
	float: left;
width: 100%;
	color: #333 ;
font-size: 22px;
font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
margin:10px 0px 20px 0px;
}
.advertisement {
float: left;
width: 98%;
border: 7px solid #fff;
margin-bottom: 25px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.advertisement img {
float: left;
width: 100%;
}

/* ============================
	20.Blog small
	=========================== */
	.blog-small-container {
	width:100%;
	float:left;
	margin-bottom: 30px;
}
.blog-small-img {
	width: 100%;
	float: left;
	border: 7px solid #fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog-small-img img {
	width:100%;
}
.blog-small-text-container {
	width: 98%;
	float: left;
	padding: 0px;
	margin: 0 0 0 4%;
}
.blog-small-text-container h1 {
	font-size:22px;
	margin-top:0px;
}
.blog-small-text-container h3 {
	font-size:18px;
	margin-top:0px;
}

.blog-small-text-container h3 a

{
	color: #2fbbff;
}
.blogpost-btn-small {
	padding: 6px 14px;
	background: #2fbbff;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.blogpost-search-small {
	width: 80%;
	padding: 10px;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 0px;
	margin-bottom: 25px;
	color: #666666 !important;
	font-size: 13px;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	background-color: #fff;
}

/* ============================
	20.Blog single post
	=========================== */
	
	.comments h1 {
color: #333333;
font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 28px;
margin:0px 0px 25px 0px;
}
.comments h2 {
color: #333333;
font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 28px;
margin:25px 0px 20px 0px;
}
.comment-box {
margin: 0 0 20px 0;
}
.comment-author {
width: 50px;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 18px 0 0 0;
}
.comment-container {
border: 1px solid #e4e4e4;
-webkit-border-radius: 3px;
border-radius: 3px;
font-family: "Roboto Slab", Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
font-weight: normal;
margin: 0 0 0 70px;
padding: 10px;
position: relative;
}
.comment-container:before {
border-color: transparent #e4e4e4;
border-style: solid;
border-width: 7px 7px 7px 0;
content: '';
display: block;
left: -8px;
position: absolute;
top: 38px;
width: 0;
z-index: 0;
}

.comment-box1 {
margin: 20px 0 0 40px;
}
.comment-box2 {
margin: 20px 0 0 80px;
}
.comment-form-container
{
	margin: 0px 0 30px 0px;
}

.blogpost10 h1 {
	color:#333333;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	line-height:28px;
	margin-top:0px;
}
.blogpost10 p {
	text-align: left;
	color: #666666;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin: 20px 0px;
}

/* ============================
	22.Footer1
	=========================== */
	
	


.sitemap {
	width: 100%;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	font-weight: normal;
	color: #000;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}
.sitemap i {
	color: #727272;
	margin: 0px 2px 0px 2px;
}
.sitemap a {
	padding: 0px 0px 0px 0px;
	color: #727272;
	text-decoration:none;
}
.sitemap a:hover {
	color: #000;
	text-decoration:none;
}
.footer-container1 {
	padding: 65px 0px 45px 0px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e6eaea;
}
.footer-container1 h2 {
	margin-top:0px;
	margin-bottom:25px;
	text-align:left;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#333;
}
.footer-container1 p {
	margin-top:0px;
	margin-bottom:25px;
	text-align:left;
	line-height: 24px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	font-size:14px;
}
.fa-angle-right:before {
	margin-right: 6px;
}
.footer-container1 ul.list {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.footer-container1 .list li {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	font-size:14px;
}
.footer-container1 .list li a {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#666;
	font-size:14px;
}
.footer-container1 .list li a:hover {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#333;
	font-size:14px;
	text-decoration:none;
}
.footer-container1 ul li {
	list-style: none;
}
.footer-bottom1 {
	padding: 35px 0px 35px 0px;
	background-color: #f5f5f5;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight: normal;
	color: #9a9b9c;
	text-align: center;
	border-top: 1px solid #fff;
	font-size: 13px;
	text-align:left;
}
ul.footer_smo_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_smo_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 24px;
	line-height: 22px;
	vertical-align: middle;
	background-color: #2fbbff;
	color: #fff;
}
.footer_smo_links li:hover {
	background-color: #383634;
}
.footer_smo_links li i {
	color: #fff;
}
/* ============================
	23.Footer2
	=========================== */



.bloghead-container2 {
	padding: 20px 0px;
	background-color: #000;
	margin-top:1px;
}
.blog2 h1 {
	margin-top:0px;
	text-align:left;
	color:#fff;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:normal;
}
.sitemap2 {
	width: 100%;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	font-weight: normal;
	color: #fff;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}
.sitemap2 i {
	color: #ccc;
	margin: 0px 2px 0px 2px;
}
.sitemap2 a {
	padding: 0px 0px 0px 0px;
	color: #ccc;
	text-decoration:none;
}
.sitemap2 a:hover {
	color: #fff;
	text-decoration:none;
}
.footer-container2 {
	padding: 65px 0px 45px 0px;
	background-color: #000;
}
.footer-container2 h2 {
	margin-top:0px;
	margin-bottom:25px;
	text-align:left;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
	color:#fff;
}
.footer-container2 p {
	margin-top:0px;
	margin-bottom:25px;
	text-align:left;
	line-height: 24px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#9a9b9c;
	font-size:14px;
}
.footer-container2 ul.list {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.footer-container2 .list li {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#9a9b9c;
	font-size:14px;
}
.footer-container2 .list li a {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#9a9b9c;
	font-size:14px;
}
.footer-container2 .list li a:hover {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight:normal;
	color:#333;
	font-size:14px;
	text-decoration:none;
}
.footer-container2 ul li {
	list-style: none;
}
ul.contact_address {
	
	padding: 0px;
	line-height: 24px;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight: normal;
	color:#9a9b9c;
	font-size: 14px;
}
.contact_address p {
	line-height: 24px;
	margin-bottom: 10px;
}
.cotact_icon
{
	margin-right:10px;

 height:auto;
float:left;	
}
.cotact_text
{
width:88%;
 height:auto;
 float:left
}
.contact_address li {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	width:100%;
	float:left;
	
}
.footer-bottom2 {
	padding: 35px 0px 35px 0px;
	background-color: #191c21;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-weight: normal;
	color: #9a9b9c;
	text-align: center;
	font-size: 13px;
	text-align: left;
}
.copy
{
	margin:5px 0px 0px 0px;
}
/* ============================
	24.404
	=========================== */
.page-not-container {
	padding: 65px 0px 95px 0px;
	background-color: #fff;
}
.page-not-container .main {
	text-align: center;
	color: #333333;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size: 100px;
	font-weight:bold;
	text-shadow: 0 3px 5px #999;
}
.page-not-container .big-text {
	text-align: center;
	color: #d62d11;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:normal;
}
.page-not-container .small-text {
	text-align: center;
	color: #333333;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}
.page-not-container p {
	text-align:center;
}
.butn-space {
	margin:40px 0px 10px 0px;
}
a.back-btn {
	padding: 13px 25px 13px 22px;
	margin:auto 0px;
	background: #2fbbff;
	color:#FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
a:hover.back-btn {
	text-decoration:none;
}
a.back-btn i {
	color: #fff;
	text-decoration:none;
}
/* ============================
	25.Services1
	=========================== */
	
	.service-main {
	margin-bottom:25px;
}
.service-round {
	width: 116px;
	height: 116px;
	border-radius: 50%;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 0px;
	margin: 0 auto;
	line-height: 146px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
}
.service-round i {
	color: #2fbbff;
	font-size:4em;
}
.service-round i:hover {
	color: #333;
}
.service-main h2 {
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
	color:#333333;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
}
.service-main p {
	text-align:center;
	color:#666666;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	margin-bottom:20px;
}
/* ============================
	26.Services2
	=========================== */
	
	
	.service-round2 {
	margin: 0 auto;
	text-align: center;
}
.service-round2 i {
	color: #2fbbff;
	font-size:4em;
}
/* ============================
	27.Services3
	=========================== */
	
	.service3 {
}
.service3 i {
	float: left;
	color: #2fbbff;
	font-size:4em;
}
.service3 h2 {
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align:left;
	padding-left: 80px;
	margin-top:0px;
}
.service3 p {
	padding-left: 80px;
	text-align: left;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	margin-bottom:20px;
}
/* ============================
	28.Services4
	=========================== */
	
	.service-round4 {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 0px;
	text-align: center;
	line-height: 100px;
	float: left;
	margin-bottom:40px;
	background-color: #f3f3f3;
}
.service-round4:hover {
	background-color:#333;
}
.service4 i {
	color: #2fbbff;
	font-size:3em;
}
.service4 h2 {
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align:left;
	padding-left: 120px;
	margin-top:0px;
}
.service4 p {
	padding-left: 120px;
	text-align: left;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	margin-bottom:20px;
}
/* ============================
	29.Services5
	=========================== */
	
	.service-round5 {
	width: 80px;
	height: 80px;
	border-radius:4px;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0px;
	text-align: center;
	line-height: 100px;
	float: left;
	margin-bottom:40px;
	background-color: #f3f3f3;
}
.service-round5:hover {
	background-color:#333;
}
.service5 i {
	color: #2fbbff;
	font-size:3em;
}
.service5 h2 {
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align:left;
	padding-left: 120px;
	margin-top:0px;
}
.service5 p {
	padding-left: 120px;
	text-align: left;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	margin-bottom:20px;
}
/* ============================
	30.Services6
	=========================== */
	
	.service-round6 {
	width: 50px;
	height: 50px;
	border-radius:50%;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 0px;
	text-align: center;
	line-height: 61px;
	float: left;
	margin-bottom:40px;
	background-color: #f3f3f3;
}
.service-round6:hover {
	background-color:#333;
}
.service6 i {
	color: #2fbbff;
	font-size:2em;
}
.service6 h2 {
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align:left;
	padding-left: 70px;
	margin-top:0px;
}
.service6 p {
	padding-left: 70px;
	text-align: justify;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	margin-bottom:20px;
}
/* ============================
	31.Services7
	=========================== */
	
	.service-round7 {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 0px;
	text-align: center;
	line-height: 100px;
	float: left;
	margin-bottom:40px;
}
.service-round7.round1 {
	background-color:#3fcc37;
}
.service-round7.round2 {
	background-color:#f6c636;
}
.service-round7.round3 {
	background-color:#2fbbff;
}
.service-round7.round4 {
	background-color:#00c2a9;
}
.service-round7.round5 {
	background-color:#ff7a29;
}
.service-round7.round6 {
	background-color:#d62d11;
}
.service-round7:hover {
	background-color:#333;
}
.service7 i {
	color: #fff;
	font-size:3em;
}
.service7 h2 {
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align:left;
	padding-left: 120px;
	margin-top:0px;
}
.service7 p {
	padding-left: 120px;
	text-align: left;
	font-family: "Roboto Slab", Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	margin-bottom:20px;
}



/* ============================
	32.Wobble horizontal effect
	=========================== */

/* Wobble Horizontal */
@-webkit-keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
 
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-horizontal:hover, .wobble-horizontal:focus, .wobble-horizontal:active {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}




	/* RESPONSIVE CSS
	-------------------------------------------------- */
	@media (min-width:480px) {
 .main-image {
 margin: 0px 0px 10px 0px;
}
 .letter-container h1 a {
 line-height: 38px;
 font-size: 25px;
	min-height:25px;
	height:auto;
}
.carousel-caption h1 {
	margin-top: 0px;
	
		}
 .carousel-caption h2 {
 font-size: 18px;
 margin-bottom:15px;
}
 .carousel-caption {
 top: 30px;
}
 .banner-nav ul li {
 padding:12px 0 0 36px;
}
 .main-head h1 {
 font-size:26px;
}
 .offer-head h1 {
 font-size:26px;
}
 .domin-head h1 {
 font-size:26px;
}
 .offer-boxhead {
 font-size:26px;
}
 .testimonial .testiimg {
 margin-left:46px;
}
 .search {
 width: 75%;
}
 .input-append .btn-group:last-child>.dropdown-toggle {
 padding: 17px 30px;
}
}
 @media (min-width: 600px) {
 .offer-text {
 width:55%;
}
.navbar-brand img{width:87%!important;}
.navbar-header{width:31%!important;}
}
 @media (min-width: 640px) {
 .main-image img {
 width: 50%;
}
 .carousel-caption h2 {
 margin:20px 0px;
}
 .banner-text {
 font-size: 15px;
 line-height: 24px;
}
 .banner-text1 {
 font-size: 15px;
 line-height: 24px;
}
 .banner-nav ul li {
 font-size: 14px;
}
 .banner-nav {
 padding:4px 0px 40px 0px;
}
 .main-head h1 {
 font-size:36px;
}
 .offer-head h1 {
 font-size:36px;
}
 .domin-head h1 {
 font-size:36px;
}
 .search {
 width: 78%;
 padding: 15px;
 font-size: 16px;
}
 .input-append .btn-group:last-child>.dropdown-toggle {
 padding:24px 32px;
 font-size: 18px;
 margin-top:-5px;
}
 .search-btn {
 padding: 20px 40px 20px 40px;
 font-size: 16px;
}
 .newsletter-form {
 padding: 15px;
}
 .newsletter-btn {
 padding: 15px;
}
}
 @media (min-width:768px) {
 ul.navbar-nav {
 float: right;
}
 .navbar-brand {
 padding: 0px;
}
 .navbar-collapse {
 padding-right: 0px;
 padding-left: 0px;
}
 .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
 text-align: center;
 height:33px;
}
 .dropdown-menu li.active a, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu li.active a:hover, .dropdown-menu li.active a:focus {
 background:#4060a5 !important;
 color: #fff;
}
 #menu-icon {
 position: absolute;
 left: 0;
 min-width: 40px;
 z-index: 100;
 bottom: 0px;
 margin-left:10px;
 padding-bottom:0;
}
 #menu-icon:after {
 bottom: 100%;
 left: 50%;
 border: solid transparent;
 content: " ";
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 border-color: rgba(238, 102, 102, 0);
 border-bottom-color: #2fbbff;
 border-width: 4px;
 margin-left: -4px;
}
 
 .dropdown-menu li {
 border-bottom:solid 1px #666666;
}
 .dropdown-menu li:last-child {
 border-bottom:none;
}
.navbar-nav > li:hover ul.dropdown-menu {
	display: block;
}
 .carousel-caption {
 top:0px;
}
 .banner-text {
 font-size:16px;
 line-height:30px;
 padding-bottom:32px;
}
 .banner-text1 {
 font-size: 16px;
 line-height:30px;
 padding-bottom:25px;
}
 .letter-container h1 a {
 font-size: 32px;
	min-height:40px;
	height:auto;
}
 .carousel-caption h2 {
 font-size: 24px;
 margin-top:20px;
 margin-bottom:20px;
}
 .banner-nav ul li {
 font-size:16px;
}
 .main-image {
 margin:0px 0px 35px 0px;
}
 .banner-nav {
 width:100%;
 height:auto;
 padding-bottom:30px;
}
 .main-image img {
 width:232px;
}
 .blue-button {
 width:190px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 padding:15px 30px 15px 30px;
 margin:0px 20px 0px 0px;
 font-family: 'Roboto Slab', Helvetica, sans-serif;
 color:#fff;
 font-size:16px;
 font-weight:bold;
 display:inline-block;
}
 .green-button {
 width:190px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 background-color:#3fcc37;
 padding:15px 30px 15px 30px;
 margin:0 20px 0px 0px;
 font-family: 'Roboto Slab', Helvetica, sans-serif;
 color:#fff;
 font-size:16px;
 font-weight:bold;
 display:inline-block;
}
 a.green-button {
 font-size:16px;
}
 a.blue-button {
 font-size:16px;
}
 .offer-text {
 width: 100%;
}
 .search {
 width: 82%;
}
 .textarea {
 height:200px;
}
 .newsletter-form {
 width: 82%;
 margin-top: 5px;
 float:right;
}
 .newsletter-btn {
 margin-top: 5px;
}
 .offer-boxhead {
 font-size: 20px;
}
 
 .navbar-nav > li {
 padding-left: 1px;
 padding-right: 1px;
}
 .navbar-default ul.dropdown-menu {
 background: #0094bc;
 min-width: 180px;
 top:61px;
 left:-46px;
 padding:0;
}
.blogpost-search-small {
width: 92%;
}
}
 @media (min-width: 992px) {
 .smo-icon {
 padding: 11px 0px 0px 0;
}
 .oder {
 text-align:right;
 padding: 10px 0 10px 0;
}
 .letter-container h1 a {
 font-size: 40px;
	min-height:47px;
	height:auto;
	line-height: 43px;
}
 .carousel-caption h2 {
 font-size:30px;
 
}
 .blue-button {
 width:220px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 padding:20px 62px 20px 30px;
 background-image:url(../images/more-arrow.png);
 background-repeat:no-repeat;
 background-position:152px 15px;
 margin:0px 20px 0px 0px;
 font-family: 'Roboto Slab', Helvetica, sans-serif;
 color:#fff;
 font-size:16px;
 font-weight:bold;
 display:inline-block;
}
 .green-button {
 width:220px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 background-color:#3fcc37;
 padding:20px 60px 20px 30px;
 background-image:url(../images/more-arrow.png);
 background-repeat:no-repeat;
 background-position:160px 15px;
 margin:0 20px 0px 0px;
 font-family: 'Roboto Slab', Helvetica, sans-serif;
 color:#fff;
 font-size:16px;
 font-weight:bold;
 display:inline-block;
}
 a.green-button {
 font-size:16px;
}
 a.blue-button {
 font-size:16px;
}
 .banner-text {
 font-size:20px;
 line-height:30px;
 padding-bottom:52px;
}
 .carousel-caption h2 {
 font-size: 24px;
 margin-top:15px;
 margin-bottom:15px;
}
 .banner-text {
 font-size:18px;
 line-height:30px;
 padding-bottom:32px;
}
 .banner-text1 {
 font-size: 18px;
 line-height:30px;
 padding-bottom:25px;
}
 .banner-nav ul li {
 font-size:16px;
}
 .banner-icon {
 padding-top:18px;
}
.banner-icon img {
	max-width:98%;
}
 .search {
 width: 78%;
}
 .newsletter-form {
 width: 95%;
}
 .offer-boxhead {
 font-size: 22px;
}
 
.blogpost-search {
width: 82%;
}

.blogpost-search-small {
width: 76%;
}
 .blog-small-img {
 width: 33%;
}
 .blog-small-text-container {
 width: 60%;
}

}
 @media (min-width: 1200px) {
 .letter-container h1 a {
 font-size: 50px;
	min-height:53px;
	height:auto;
}
 .banner-text {
 font-size:18px;
 line-height:30px;
 padding-bottom:32px;
}
 .banner-text1 {
 font-size: 18px;
 line-height:30px;
 padding-bottom:8px;
}
 .banner-nav ul li {
 font-size:18px;
}
 .offer-text {
 width: 55%;
}
 .newsletter-form {
 width: 100%;
}
.blogpost-search {
width: 84%;
}
 }

@media (max-width:640px) {
	  
	   #lp-pom-block-10
{
	  background-position: 50% 0px !important;
}

#lp-pom-block-11

{
	  background-position: 50% 0px !important;
}

#lp-pom-block-12
{
	  background-position: 50% 0px !important;
}

.navbar-brand img{height:66%!important;width:66%!important;}
.carousel-inner > .item > img {height: 190px;}
.carousel .item {height: 190px;}
/*.banner-dot{height:600px;}*/
#lp-pom-block-10{height:600px;}
 }
.select{
    font-size: 20px;
    margin-top: -5px;
    padding: 12px 32px;
	line-height:0;
	background: #e2e5e6;
	font-weight: bold;
	margin-top: -5px;
	margin-left: -4px;
	border-radius: 0px 4px 4px 0px;
}
.contact-message{
text-align:center;
width:100%;
}

 @media (max-width: 450px) {
 .nvb{background-color: #0094bc;}
}