@import url(http://fonts.googleapis.com/css?family=Lato:400,700);	
@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, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-size: 15px;
	background-color: #29292a;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1 {
	font-size: 35px;
	line-height: 100%;
	margin-bottom: 30px;
}
h3 {
	font-size: 23px;
}
h4 {  
    color: #00C5CD;
    font-size: 14px;
    font-weight: 600;

}
a {
	text-decoration: none;
}
p {
	font-size: 15px;
	color: #2c2929;
	line-height: 18px;
}
img {
	max-width: 100%;
}
.clear {
	clear: both;
}
strong {
	font-weight: 900;
}
.main_slider, .sw_container, .grid_container, .contact_us_container, .footer {
	background-color: #fff;
}
.full_container {
	width: 100%;
}
.menu_box .visible-lg{
	display:inline-block;
}
.header .visible-xs{
	display:none;
}
.header {
	background-color: #FFF;
	bottom: 0;
	color: #2b2b2b;
	padding:0 6% 0 9%;
	right: 0;
	top: 0;
	width: 100%;
	z-index:666;
  box-shadow: 0 2px 4px hsla(0, 0%, 0%, 0.3);
  max-height:80px;
  position:fixed;
}
.header > div{
	display:inline-block;
	vertical-align:middle;
}
.header .logo{
	width:12%;
	
}
.header .menu_box{
	width:80%;
	position:relative;
	text-align:right;
}
.body_container {
	width: 100%;
	position:relative;
}
.logo_left_section {
	float: left;
}
.logo_right_section {
	float: left;
	line-height: 28px;
	padding: 2px 15px;
}

.menu_box > div{
	display:inline-block;
	vertical-align:middle;
}
.menu li{
	display:inline-block;
	position:relative;
	padding:24px 0;
}
.menu ul li a {
	color: #8b8a8a;
	display:inline-block;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	padding: 11px 20px;
	text-transform:uppercase;
	font-size:12px;
}
.menu ul li a:hover, li a.active {
	color:#2b2b2b;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sub_menu {
 	display: none;
	position: absolute;
	top: 63px;
	width: 234px;
	z-index: 9999;
	left: 0px;
	background-color:#FFF;
	text-align:left;
	 box-shadow: 0 2px 4px hsla(0, 0%, 0%, 0.3);
}
.sub_menu li{
	padding:0;
	width:100%;
	border-bottom:1px solid #f3f6f9;
}
.sub_menu li:last-child{
	border-bottom:none;
}
.menu .sub_menu li a{
	width:100%;
	font-size:12px;
}
.sub_menu li a:hover{
	background-color:#f7f8f9;
}
.menu ul li:hover ul.sub_menu {
	display: block;
}
.follow_us {
	float: left;
	font-weight: 300;
	line-height: 22px;
}
.social_icons {
	float: left;
	margin-left: 35px;
}
.social_links {
	font-family: "Signika", sans-serif;
}
.social_links li {
	float: left;
	margin-left: 2px;
}
.common_container {
	width: 100%;
	margin: 0 auto;
}
.link_btn {
	display: inline-block;
}
.link_btn a {
	background-color: #17a6b6;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: open sans;
	font-size: 14px;
	line-height: 21px;
	padding: 10px 36px;
	font-family: "open sans", sans-serif;
	font-weight: 400;
}


.controls button {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
	background: #fff;
	cursor: pointer;
	margin-top: 15px;
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: inherit;
	padding: 10px 20px;
	color: #a4a4a3;
	border: 1px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff;
}

.controls button:hover {
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}



/* Top Section
----------------------- */
.top.section {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.overlay_dark {
	background-image: url('image/seo-bg-new.png');
	background-repeat: repeat;
	padding: 60px 0;
}

.section.video {
  margin: 0 auto;
  width: 100%;
  height:700px;
  overflow:hidden;
}
.section.video  video{
	display:block;
}
video#bgvid {
  bottom: 0;
  margin: 0 auto;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  z-index: -100;
}
video { display: block; } 


video#bgvid { transition: 1s opacity; }

.overlay_bg{
	background-image: url('images/seo-bg-new2.png');
	background-repeat: repeat;
}
.section.video .overlay_bg {
  background-image: url('images/seo-bg-new2.png');
  background-repeat: repeat;
  min-height: 900px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 444;
}
.heroContent .fix_container{
	position:relative;
	padding:0;
}
.heroContent .content{
	bottom: 0;
  margin: 0 auto;
  padding: 52px 130px;
  position: absolute;
  text-align: center;
  z-index: 555;
}

.heroContent .fix_container p{
	display:block;
}

.top.section .content {
	text-align: center;
	padding: 10% 0 15% 0;
}
.top.section .content h1 {
	font-family: "Titillium Web", sans-serif;
	font-weight: 100;
	color: #fff;
	font-size: 58px;
	margin-bottom: 30px;
	margin-top:10px;
	text-transform:uppercase;
}
.top.section .content p {
	font-size: 16px;
	color: #FFF;
	font-family: "open sans", sans-serif;
	font-weight: 100;
	line-height:22px;
	text-align:center;
	padding-left:10%;
	padding-right:10%;
}




.top.section .links {
	margin: 31px 0;
}
.top.section .link_btn {
	margin: 0 6px;
}
.top.section .link_btn a {
	border: 1px solid transparent;
	font-size:14px;
	font-weight:100;
}
.top.section .link_btn.view_work a {
	background-color: transparent;
	border: 1px solid #FFF;
}



/* slider
----------------------- */

.main_slider {
        padding: 20px;
	width: 100%;
	position: relative;
	z-index:555;
}
.main_slider_content {
	padding: 80px 0;
}
.item > img {
	width: 100%;
}
.item .top_content {
	color: #fff;
	font-family: "Titillium Web", sans-serif;
	position: absolute;
	text-align: center;
	top: 50px;
	width: 100%;
}
.top_content > h1 {
	margin-bottom: 10px;
}
.item .top_content p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}
.slider_txt.common_container {
	width: 64%;
}
.slider_txt_box {
	bottom: 7%;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 18px;
	padding: 3% 0 6%;
	position: relative;
	text-align: center;
	width: 100%;
}
.get_started_link {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: open sans;
	font-size: 17px;
	line-height: 19px;
	margin-top: 4%;
	padding: 10px 36px;
	background-color: transparent;
	border: 1px solid #FFF;
}
.btn.prev {
	top: 30%;
	cursor: pointer;
	left: 30px;
	position: absolute;
}
.btn.next {
	top: 30%;
	cursor: pointer;
	position: absolute;
	right: 30px;
}
.slider_container {
	width: 84%;
	margin: 0 auto;
}
.main_slider .left_content {
	float: left;
	width: 43%;
	padding-left: 5%;
	padding-top:3%;
}
.main_slider .right_content {
	float: right;
	width: 56%;
	text-align:center;
}
.main_slider .left_content h2, .main_slider .right_content h2 {
	font-family: "Titillium Web", sans-serif;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-size:22px;
}
.main_slider .left_content h6, .main_slider .right_content h6 {
	font-family: "open sans", sans-serif;
	text-transform: none;
	margin-bottom: 5px;
	color: #17a6b7;
	font-size:14px;
}
.main_slider .left_content p, .main_slider .right_content p {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 12px;
	margin: 10px 0;
}
.bottom_content {
	background-color: #17A6B7;
	padding: 35px 0;
	overflow: hidden;
}
.bottom_content h6 {
	font-family: "open sans", sans-serif;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 35px;
}
.bottom_content .link_btn {
	float: right;
}
.bottom_content .link_btn a {
	background-color: transparent;
	color: #fff;
	border: 1px solid #FFF;
	font-size: 16px;
}
/* End Slider Section 
----------------------------------- */
.sw_container {
	background-image: url("images/computer-repair-company.jpg");
	background-position: 100% left;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10%  8%;
	width: 100%;
	background-attachment:fixed;
}
.sw_content {
	text-align: center;
	color: #fff;
}
.sw_content h1, h5 {
	font-family: 'Titillium Web', sans-serif;
	font-size: 44px;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
	font-weight:100;
	text-transform:uppercase;
}
.sw_content p {
		font-size: 16px;
	color: #FFF;
	font-family: "open sans", sans-serif;
	font-weight: 100;
	line-height:22px;
	text-align:center;
	padding-left:12%;
	padding-right:12%;
}
}
.common_inner_container {
	width: 100%;
	padding:10% 5%;
	margin: 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
}
.sw_container .common_inner_container {
	width: 840px;
}
.sw_icons {
	padding: 3% 0;
	text-align: center;
}
.sw_icon_bx {
	display: inline-block;
	overflow: hidden;
	padding: 0 1%;
	text-align: center;
}
.sw_quote {
	background-image: url("images/sw_txt_bg.png");
	background-repeat: repeat-x;
	background-size: cover;
	margin: 0 auto;
	padding: 2% 3%;
	width: 94%;
	max-width:1100px;
}
.quote_left_section {
	background-image: url("images/blockquote.png");
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 25px;
	padding: 16px 0 0 15px;
	width: 70%;
}
.page_sec .quote_left_section {
	width: 100%;
}
.quote_right_section {
	float: right;
	padding: 3%;
	width: 25%;
}
.grid_container {
        background-color: #FFFAFA;
	padding: 5% 8%;
	width: 100%;
	position:relative;
	z-index:588;
}
.grid_box {
	display: inline-block;
	padding: 1% 4%;
	text-align: center;
	width: 33%;
}
.grid_content {
	font-family: "Source Sans Pro", sans-serif;
	padding: 8% 6%;
	vertical-align:top;
	display:inline-block;
}
.grid_img {
	border:1px solid #b5b5b5;
	border-radius: 50%;
	height: 95px;
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	vertical-align: middle;
	width: 96px;
	-webkit-transition: all 0.8s ease-in-out 0s;
	-moz-transition: all 0.8s ease-in-out 0s;
	-o-transition: all 0.8s ease-in-out 0s;
	transition: all 0.8s ease-in-out 0s;
}
#gridimg1 {
	background-image:url('images/icon_yg.png');
	background-repeat:no-repeat;
	background-position:center center;
}
#gridimg2 {
	background-image:url('images/icon_m.png');
	background-repeat:no-repeat;
	background-position:center center;
}
#gridimg3 {
	background-image:url('images/icon_smm.png');
	background-repeat:no-repeat;
	background-position:center center;
}
#gridimg4 {
	background-image:url('images/icon_mob.png');
	background-repeat:no-repeat;
	background-position:center center;
}
#gridimg5 {
	background-image:url('images/icon_lead.png');
	background-repeat:no-repeat;
	background-position:center center;
}
#gridimg6 {
	background-image:url('images/icon_site.png');
	background-repeat:no-repeat;
	background-position:center center;
}
.grid_content > h3, .grid_content > h2 {
	color: #2b2b2b;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 14px;
	font-family: "open sans", sans-serif;
}
.grid_content p {
	color: #8b8a8a;
	font-size: 11px;
	font-family: "open sans", sans-serif;
}
.grid_box:hover .grid_img {
	background-color: #17a6b7;
}

.grid_box:hover #gridimg1{
	background-image:url('images/icon1_white.png');
	background-color: #17a6b7;
}
.grid_box:hover #gridimg2{
	background-image:url('images/icon2_white.png');
	background-color: #17a6b7;
}
.grid_box:hover #gridimg3{
	background-image:url('images/icon3_white.png');
	background-color: #17a6b7;
}
.grid_box:hover #gridimg4{
	background-image:url('images/icon4_white.png');
	background-color: #17a6b7;
}
.grid_box:hover #gridimg5{
	background-image:url('images/icon5_white.png');
	background-color: #17a6b7;
}
.grid_box:hover #gridimg6{
	background-image:url('images/icon6_white.png');
	background-color: #17a6b7;
}
.grid_box:hover .grid_content h2 {
	color: #17a6b7;
}
.learn_more {
	text-align: center;
}
.contact_us_container {
	background-image: url('images/bg_im.jpg');
	padding: 10% 8%;
	width: 100%;
}
.contact_left_section {
	float: left;
	padding-left:10%;
}
.contact_form {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
.contact_form .right-section, .contact_form .left-section{
	width:50%;
	float:left;
}
.contact_left_section h6, .contact_form h6 {
	color: #2c2929;
	font-family: "Titillium Web", sans-serif;
	margin-bottom: 20px;
	font-size:44px;
	font-weight:100;
	text-transform:uppercase;
}
.contact_left_section p, .contact_form p {
	font-weight: normal;
	margin-bottom: 20px;
		font-family: "open sans", sans-serif;
		font-size:14px;
}
.contact_left_section a, .contact_form a {
	border-bottom: 1px solid #1597a7;
	color: #1597a7;
	font-weight: bold;
}
.contact_right_section {
	float: right;
	width: 60%;
	padding-right:5%;
}
input, textarea {
	border: 1px solid #ded8d3;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 4%;
	padding: 10px;
	width: 100%;
}
.cont_submit.get_started_link {
	border: medium none;
	cursor: pointer;
	float: right;
	font-weight: normal;
	margin-right: 8%;
	width: 140px;
}
/* Gallery section
-------------------------- */

.gallery_section {
	background-image: url(images/bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 10% 7%;
	background-attachment: fixed;
}
.fix_container {
	width: 1100px;
	margin: 0 auto;
}
.gallery_section h3 {
	color: #FFF;
	text-align: center;
	font-family: "Titillium Web", sans-serif;
	font-size: 44px;
	margin-bottom: 15px;
	text-transform:uppercase;
	  font-weight: 100;
}

.gallery_section p {
font-size: 16px;
  color: #FFF;
  font-family: "open sans", sans-serif;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  font-weight:100;
  
}
.gallery_section .gallery{
	margin:40px 0;
	text-align:center;
}
.gallery_section .view_btn {
	margin-top: 4%;

}
.gallery_section .view_btn a {
	display: inline-block;
}
.gallery_section .view_btn a span {
	margin-top: 0%;
}
.gallery_section .item {
  padding: 12px;
}
.gallery_section .owl-theme .owl-controls .owl-buttons .owl-prev {
  background-color: transparent;
  background-image: url("images/left_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 40px;
  left: -35px;
  opacity: 1;
  position: absolute;
  top: 45%;
  width: 40px;
}
.gallery_section .owl-theme .owl-controls .owl-buttons .owl-next {
  background-color: transparent;
  background-image: url("images/right_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 40px;
  opacity: 1;
  position: absolute;
  right: -35px;
  top: 45%;
  width: 40px;
}
/* Inner page
---------------------- */
.hero_content {
	background-image: url(images/integrated.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 400px;
	background-size:cover;
}
.hero_content h1 {
	color: #FFF;
	font-family: "Titillium Web", sans-serif;
	font-size: 72px;
	line-height: 74px;
}
.hero_content p {
	color: #FFF;
	font-size: 23px;
	line-height: 24px;
	font-family: "open sans", sans-serif;
	font-weight: 100;
}
.hero_content .content {
	padding: 12% 0;
}
.section2 {
	padding: 4% 0 9% 0;
	overflow: hidden;
}
.section2 .box {
	width: 350px;
	float: left;
}
.section2 div.box:nth-of-type(3) {
	margin: 0 13px;
}
.box_content {
	margin-bottom: 65px;
}
.box_content h3 {
	font-style: italic;
	font-size: 24px;
	color: #2c2929;
	margin-bottom: 15px;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
}
.box_content h3 img {
	margin-right: 10px;
}
.box_content p {
	font-size: 16px;
	font-family: "open sans", sans-serif;
	font-weight: 300;
}
.top_section {
	padding: 3% 0 7% 0;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 66px;
}
.top_section h1 {
	margin-bottom: 15px;
	font-size: 44px;
	font-family: "Titillium Web", sans-serif;
	color: #464443;
}
.top_section h2 {
	margin-bottom: 15px;
	font-size: 44px;
	font-family: "Titillium Web", sans-serif;
	color: #464443;
}
.top_section p {
	font-size: 18px;
	font-family: "open sans", sans-serif;
}
.section3 {
	overflow: hidden;
	background-color: #FFF;
}
.section3 .left_section {
	width: 700px;
	float: left;
}
.section3 .right_section {
	float: left;
	padding-left: 97px;
	width: 348px;
}
.section3 .section_top {
	overflow: hidden;
	padding: 5% 0;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 47px;
}
.section3 .section_top h1 {
	margin-bottom: 10px;
	font-size: 38px;
	font-family: "Titillium Web", sans-serif;
	color: #464443;
}
.section3 .section_top p {
	font-family: "open sans", sans-serif;
}
.left_section {
	padding-bottom: 70px;
}
.left_section p strong {
	font-weight: 600;
}
.left_section h4 {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
.left_section p {
	padding-bottom: 15px;
	font-size: 16px;
	font-family: "open sans", sans-serif;
	font-weight: 300;
}
.section3 .right_section ul {
	font-size: 21px;
	font-family: "Source Sans Pro", sans-serif;
	line-height: 15px;
}
.section3 .right_section ul li {
	padding: 10px 0;
	line-height: 20px;
	list-style-image: url(images/bullet_icon.png);
}
.section3 .right_section p {
	font-size: 16px;
	font-family: "open sans", sans-serif;
}
.bottom_section h1 {
	color: #464443;
	font-family: "Titillium Web", sans-serif;
	font-size: 44px;
	margin-bottom: 15px;
}
.bottom_section p {
	font-family: "open sans", sans-serif;
	font-size: 18px;
}
/*------------------------------------------------------------------*/ 
/*	4) TIMELINE
/*------------------------------------------------------------------*/
.fullblock.blockwhite {
	margin-top: 40px;
	margin-bottom: 40px;
}
.timeline-with {
	width: 800px;
	margin: 20px auto auto;
}
.timeline-head {
	text-align: center;
	height: 70px;
}
.timeline-head i {
	font-size: 64px;
	color: #eee;
	width: 100%;
}
.timeline {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 40px 0 40px 0;
	overflow: hidden;
	position: relative;
	list-style-image: none;
}
.timeline:before {
	background: #eee;
	bottom: 0;
	content: "";
	height: 9999px;
	left: 50%;
	margin-left: -1px;
	margin-top: -10px;
	position: absolute;
	top: 10px;
	width: 2px;
}
.timeline li {
	width: 50%;
	margin-bottom: 50px;
	padding-right: 30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	list-style-image: none;
}
.timeline li:nth-child(2n-1) {
	float: left;
	padding-right: 30px;
	clear: left;
}
.timeline li:nth-child(2n) {
	float: right;
	padding-left: 30px;
	clear: right;
	padding-right: 0px;
	margin-top: 30px;
}
.timeline li:nth-child(2) {
}
.timeline-post {
	position: relative;
	display: block;
}
.timeline-post-wrap {
	background: #fafafa;
	clear: both;
	padding-bottom: 30px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0px 3px 0px rgba(0,0,0,0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	/*box-shadow: 0px 3px 0px rgba(0,0,0,0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.timeline-post-wrap h1, .timeline-post-wrap p, .timeline-meta {
	margin-right: 20px;
	margin-left: 20px;
}
.timeline-post-wrap p {
	font-family: "open sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 15px;
	line-height: 21px;
}
.post-type {
	margin: 0 0 20px 0;
}
.blog-post-wrap .post-title, .project-single .post-title {
	font-size: 20px;
}
.post-title {
	font-size: 14px;
	margin-bottom: 5px;
}
.post-title a {
	color: #3c4852;
	font-size: 14px;
	text-decoration: none;
	font-weight: 100;
	font-family: "Source Sans Pro", sans-serif;
}
.post-title a:hover {
	color: #6abfef;
}
.more {
	color: #3c4852;
	font-size: 12px;
}
.more:hover {
	color: #6abfef;
}
.timeline-comments {
	float: right;
	font-size: 12px;
	color: #3C4852;
}
.timeline-comments:hover {
	color: #6abfef;
}
.timeline li .timeline-dot {
	border: 4px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: -38px;
	top: 2px;
	width: 8px;
	background: #6abfef;
}
.timeline li:nth-child(2n) .timeline-dot {
	left: -38px;
}
.timeline li:nth-child(2n-1) .timeline-dot {
	right: -38px;
}
.timeline-date span {
	padding: 5px 15px;
	background: #eee;
	color: #3C4852;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-right: 0;
	font-size: 12px;
}
.timeline-date span:after {
	bottom: -14px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-top-color: #eee;
	border-width: 7px;
	right: 5%;
	margin: 0;
}
.timeline-date {
	width: auto;
	text-align: right;
	margin-bottom: 20px;
	position: relative;
	font-family: "Source Sans Pro", sans-serif;
}
.timeline li:nth-child(2n-1) .timeline-date {
	float: right;
	clear: both;
	text-align: right;
	margin-bottom: 20px;
}
.timeline li:nth-child(2n) .timeline-date {
	float: left;
	clear: both;
	text-align: left;
	margin-bottom: 20px;
}
.timeline li:nth-child(2n-1) .timeline-date span:after {
	right: 10%;
}
.timeline li:nth-child(2n) .timeline-date span:after {
	right: auto;
	left: 10%;
}
.timeline-nav {
	margin-top: -50px;
	z-index: 9999;
	position: relative;
}
.timeline-nav .timeline-dot {
	border: 4px solid #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	left: 392px;
	top: 7px;
	width: 8px;
	background: #6abfef;
}
.timeline-nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.timeline-nav ul li {
	float: left;
	text-align: left;
	width: 50%;
	padding: 0 30px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.timeline-nav ul li.right-nav {
	float: right;
}
.timeline-nav ul li.left-nav a {
	float: right;
}
.timeline-nav ul li a i {
	margin-left: -3px;
}
.timeline-nav ul li a {
	width: 30px;
	height: 30px;
	display: block;
	color: #FFF;
	background-color: #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.timeline-nav ul li a:hover {
	background: #6abfef;
}

.logoContainer{
	background-color:#FFF;
	padding:20px 0;
	text-align:center;
}
.logoContainer h3{
	font-weight:100;
	font-size:18px;
	font-family:"Titillium Web",sans-serif;
}
.logoContainer .logos{
	margin:30px 0;
}
.logoContainer .logos > div {
  border: 1px solid #f0f0f0;
  display: inline-block;
  margin: 12px;
  padding: 24px 11px;
  text-align: center;
  vertical-align: middle;
  width: 147px;
}
/* Contact Page 
---------------------------- */
.contact-us{
	background-color:#FFF;
	padding:50px 0;
}
.contact-us .top-section{
	padding:0 50px;
	margin-bottom:40px;
}
.contact-us h2{
	font-size:42px;
	font-family:"Titillium Web",sans-serif;
	margin-left:20px;
}
.contact-us p{
	font-size:18px;
	font-family:"Titillium Web",sans-serif;
	margin-left:20px;
}
.contact-us .top-section .map{
	margin:30px 0;
}

.address-cont > div{
	display:inline-block;
	width:285px;
	vertical-align:top;
	min-height:120px;
	border:1px solid #f2f2f2;
	
}
.address-cont > div.phone-no{
	margin:0 65px;
}
.address-cont .icon{
	width:60px;
	background-color:#F8F8F8;
	float:left;
	text-align:center;
	border-right:1px solid #f2f2f2;
	padding:48px 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.address-cont .info{
	width:220px;
	float:left;
	padding:10px 0;
}

.address-cont p{
	font-family: "open sans", sans-serif;
	font-size:12px;
	color:#8b8a8a;
}
.address-cont > div:hover  div.icon{
	background-color:#17A6B7;
}
.contact-form{
	padding:20px 50px;
}
.contact-form h3, .contact-form p{
	text-align:center;
	font-family: "open sans", sans-serif;
}
.contact-form h3{
	font-size:22px;
	color:#2b2b2b;
	margin-bottom:15px;
}
.contact-form p{
	font-size:13px;
	color:#8b8a8a;
}

/* SEO Page
--------------------------- */
.grid_container .section{
	overflow:hidden;
	padding:80px 0;
	font-family:"Titillium Web",sans-serif;
}
.section2 .section h2, .section2 .section h3, .section2 .section h4{
	font-size:23px;
}




.section2 .view-seo-plans h2{
	font-size:24px;
}
.greyBg{
	background-color:#F8F8F8;
}
.blueBg{
	background-color:#ffffff;
}
.greyBg h2, .greyBg h3, .greyBg h4, .greyBg h5{
	color:#2b2b2b;
	font-weight:400;
	
}
.blueBg h2, .blueBg h3, .blueBg h4, .blueBg h5{
	color:#2b2b2b;
	font-weight:400;
}
.greyBg p{
	color:#8b8a8a;
	margin:30px 0;
	font-family: "open sans", sans-serif;
	font-size:12px;
	line-height:24px;
}
.blueBg p{
	color:#8b8a8a;
	margin:30px 0;
	font-family: "open sans", sans-serif;
	font-size:12px;
	line-height:24px;
}
.right-text {
  float: right;
  padding-left: 11px;
  padding-right: 55px;
  width: 640px;
}
.left-text {
  float: left;
  padding-left: 42px;
  padding-right: 24px;
  width: 640px;
}
.left-image{
	width:370px;
	float:left;
	text-align:center;
}
.left-image img{
	box-shadow:0 0 18px #c7c7c7;
}
.right-image{
	width:370px;
	float:right;
	text-align:center;
}
.right-image img{
	box-shadow:0 0 18px #c7c7c7;
}
.blueBg .get_started_link{
	border:1px solid #FFF;
}
.view-seo-plans{
	text-align:center;
}
.view-seo-plans .top{
	padding:0 25%;
}
.view-seo-plans .top p{
	margin:20px 0;
	font-family: "open sans", sans-serif;
}
.view-seo-plans .top h6{
	font-size:14px;
	color:#505355;
	font-family: "open sans", sans-serif;
}
.view-seo-plans .top h6::after{
	background-color: #505355;
  content: "";
  display: block;
  height: 3px;
  margin: 13px auto 10px;
  width: 80px;
}
.view-seo-plans .bottom{
	padding:2% 4%;
}
.view-seo-plans h5{
	color:#2b2b2b;
}
.view-seo-plans h1{
	text-align:left;
}
.view-seo-plans .seo-plans {
  display: inline-block;
  padding: 20px 20px;
  vertical-align: top;
  width: 245px;
  border:2px solid #e6eaeb;
  border-radius:4px;
}
.view-seo-plans .seo-plans:hover h1 {
	color:#1f212d;
}
.view-seo-plans .seo-plans:hover .get_started_link {
	background-color:#17A6B7;
	color:#FFF;
}
.view-seo-plans .seo-plans::before {
  background-color: #17a6b7;
  content: "";
  display: block;
  height: 3px;
  margin: -22px auto 10px;
  width: 145px;
}
.view-seo-plans .seo-plans:nth-child(2){
	margin:0 30px;
}
.seo-plans h1 {
	color:#bbbcc0;
	font-family: "open sans", sans-serif;
}
.seo-plans h1 > span{
	color:#1dbaf7;
}
.seo-plans h3.plan-name{
	color:#273646;
	font-size:18px;
	text-transform:uppercase;
	font-family:"Titillium Web",sans-serif;
	font-weight:100;
	margin-bottom:15px;
}
.seo-plans .price{
	color:#97a8b4;
	font-size:18px;
}
.seo-plans .get_started_link{
	border:1px solid #17A6B7;
	background-color:transparent;
	color:#17A6B7;
	font-size:14px;
}
.seo-plans .plan-info{
	margin:25px 0;
	font-family: 'Lato', sans-serif;
}
.seo-plans .plan-info p{
	font-size:13px;
	color:#333333;
}
.seo-plans .plan-info .row{
	border-bottom:1px solid #e8ecec;
	padding:20px 0;
}
.testimonials{
	background-color:#262729;
	color:#FFF;
	text-align:center;
}
#testimonials-slider{
	width:770px;
	margin:0 auto;
}
.testimonials .title{
	font-size:32px;
	font-family:"Titillium Web",sans-serif;
}
.testimonials p{
	color:#FFF;
	margin:25px 0;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-style:italic;
	line-height:23px;
}
.testimonials .name{
	display:inline-block;
	width:100%;
	text-transform:uppercase;
	font-size:10px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}
.testimonials .post{
	display:inline-block;
	width:100%;
	font-size:9px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}
.testimonials .owl-page > span{
	background-color:#FFF !important;
	margin:2px 3px !important;
	height:7px !important;
	width:7px !important;
}
/* Footer
----------------------- */

.footer {
	background-color: #444341;
	width: 100%;
}

.footer a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.footer a:hover{
	color:#17A6B6;
}
.footer p {
	color: #fff;
	font-family: Arial;
	}

.footer-top{
	background-color:#2D2D2D;
	padding:2% 0; 
	font-family: Arial;
}

.footer-top .fix_container > div{
	display:inline-block;
	vertical-align:top;
	width:272px;
	padding:0 12px;
}
.footer-top h6{
	color:#FFF;
	font-family: Arial;
	font-size:14px;
        margin-bottom:25px;
}
.footer-top p{
	color:#969595;
	font-size:12px;
}
.footer-top a{
	color:#969595;
}

.footer-top .about-us > span{
	display:inline-block;
	width:100%;
	padding:10px 0 10px 30px;
	border-top:1px solid #383838;
	background-repeat:no-repeat;
	background-position:left center;
}
.footer-top .about-us > span:nth-of-type(1){
	margin-top:8px;
}
.footer-top .about-us > span.mail{
	background-image:url('images/mail_icon.png');
}
.footer-top .about-us > span.tel{
	background-image:url('images/tel_icon.png');
}
.footer-top .about-us > span.address{
	background-image:url('images/loc_icon.png');
}
.footer-top .about-us > span a{
	display:block;
}
.footer-top .links ul{
	display:inline-block;
	width:49%;
	font-family: Arial;
	
}
.footer-top .links ul li{
	font-family: "open sans",sans-serif;
	background-image:url('images/bullet_icon2.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:12px;
}
.footer-top .links ul li a{
	display:inline-block;
	width:100%;
	margin:11px 0;
	font-size:13px;
	font-weight:600;
	
}
.footer-top .links ul li a:hover{
	color:#17A6B6;
}
.footer-top .recent-work li{
	display:inline-block;
	vertical-align:top;
	width:59px;
}
.footer-top .recent-work a{
	font-size:12px;
	margin-top:15px;
	display:inline-block;
	vertical-align:middle;
	background-image:url('images/bullet_icon2.png');
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:12px;
}
.footer-top .email-form{
	position:relative;
	margin:27px 0 20px 0;
	padding-bottom:15px;
	border-bottom:1px solid #383838;
}
.footer-top .email-form p{
	color:#6b6b6b;
	font-size:12px;
}
.footer-top .email-form input[type="text"]{
	padding:6px 48px 6px 6px;
}
.footer-top .email-form .submit-btn{
	position:absolute;
	width:45px;
	right:0;
	top:1px;
	padding:5px;
	cursor:pointer;
	background-image:url('images/search_icon.png');
	background-repeat:no-repeat;
	background-position:right center;
	border-color:transparent;
	background-color:transparent;
}
.footer-top .social-links{
	text-align:right;
	display:inline-block;
	width:100%;
}
.footer-top .social-links a{
	margin-left:10px;
	
}
.footer-bottom{
	background-color:#373737;
	padding:2% 0;
	font-family: Arial;
	font-weight:600;
	overflow:hidden;
	border-top: 1px solid #4f4f4f;
}
.footer-bottom .fmenu{
	float:left;
}
.footer-bottom .fmenu ul li{
	display:inline-block;
	margin-right:15px;
}
.footer-bottom .fmenu ul li a{
	color:#6b6b6b;
	display:inline-block;
	width:100%;
	text-transform:uppercase;
	font-size:11px;
	
}
.footer-bottom .fmenu ul li a:hover{
	color:#17A6B6;
}
.footer-bottom .float-right{
	float:right;
	text-transform:uppercase;
	color:#6b6b6b;
}
.menu_txt {
	color: #fff;
	display: none;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	padding: 2%;
	float: right;
}
.menu_txt:hover {
	color: #17A6B6;
}

/***********************************************/
.m_h1 {
  color: #bbbcc0;
  display:block;
  font-family: Arial;
  text-align: left;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 30px;
}
.view-seo-plans .seo-plans:hover .m_h1 {
	color:#1f212d;
}
.seo-plans span.plan-name {
  color: #273646;
  display:block;
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* Media Query
------------------------------- */

@media screen and (max-width: 1330px) {
.fix_container {
	width: 890px;
}
.item .top_content {
	top: 40px;
}
.section2 .box {
	width: 32%;
	float: left;
}
.section.video {
  height:auto;
}
}
@media screen and (min-width:1120px) and (max-width: 1330px) {
.fix_container {
  width: 100%;
  padding: 0 2%;
}
.left-image,.right-image {
  width: 38%;
}
.right-text,.left-text {
  padding: 0 2%;
  width: 56%;
}
.view-seo-plans .seo-plans {
  padding: 2%;
  width: 26%;
}
.view-seo-plans .seo-plans:nth-child(2) {
  margin: 0 2%;
}
}
@media only screen and (max-width:1280px) {
	.header .logo {
  width: 15%;
}
.header .menu_box {
  width: 84%;
}
.menu ul li a {
  padding: 11px 12px;
}
.social_icons {
  margin-left: 22px;
}
.btn.prev {
  left: 10px;
}
.btn.next {
  right: 10px;
}
.common_container {
	width: 100%;
}
.quote_right_section {
	width: 18%;
}
.item .top_content {
	top: 30px;
}
.page_sec.section.video {
  height: 490px;
}
.page_sec .quote_left_section {
	width:100%;
}
}
@media only screen and (max-width:1180px) {
	.footer-top .fix_container > div {
  width: 24%;
}
}
@media only screen and (max-width:1120px) {
.body_container {
	width: 100%;
}
.common_container {
	width: 100%;
}
.heroContent .fix_container {
  position:inherit;
  padding:0;
  width:100%;
}
.common_inner_container {
	padding: 10% 5%;
	width: 100%;
}
.top_content .common_inner_container {
	padding: 0;
}
.fix_container {
	width: 100%;
	padding: 2%;
}
.sw_container .common_inner_container {
	padding: 2%;
	width: 100%;
}
.menu_box {
	display: none;
}
.top.section .content h1 {
	font-size: 44px;
	padding-top:100px;
}
.top.section .content {
	padding: 20% 0 0 0;
	top:50px;
}
.slider_container {
	width: 90%;
}
.btn.prev {
	left: 10px;
}
.btn.next {
	right: 10px;
}
.follow_us {
	font-size: 18px;
}
.header {
	padding:0 1%;
	width: 100%;
}
.menu ul li a {
  padding: 11px 9px;
}
.og-expander {
	width: 100%;
}
.section2 .box {
	width: 32.33%;
}
.section3 .left_section {
	width: 57%;
}
.section3 .right_section {
	padding-left: 10%;
	width: 33%;
}
.item .top_content {
	top: 11px;
}
.page_sec.section.video {
  height: 450px;
}
.top.section .content {
  bottom: auto;
  padding: 6% 3%;
  width:100%;
}
.top.section .page_sec .content {
  top: 10%;
  width: 96%;
}
.left-image {
  width: 35%;
}
.right-image {
  width: 35%;
}
.right-text {
  padding-left: 2%;
  padding-right: 5%;
  width: 58%;
}
.left-text {
  padding-left: 5%;
  padding-right: 2%;
  width: 58%;
}
.view-seo-plans .seo-plans {
  padding: 2%;
  width: 26%;
}
.page_sec .heroContent .fix_container {
  position:inherit;
}
.view-seo-plans .seo-plans::before {
  margin: -19px auto 10px;
}
.address-cont > div {
  width: 31.6%;
}
.address-cont .icon {
  width: 20%;
}
.address-cont .info {
  width: 79%;
}
}
@media screen and (max-width: 1024px){
.section.video {
	background-image: url('images/bg_img.jpg');
	background-repeat: no-repeat;
	background-position:center;
	height:450px;
}
.section.video  video{
	display:none;
}


.top.section .content {
  text-align: center;
}
.address-cont > div {
  width: 31.4%;
}

}
@media screen and (max-width: 1000px){
	.page_sec.section.video {
  height: 431px;
}

.page_sec .quote_left_section {
  margin: 0 auto;
  float: none;
}
.menu ul li a {
  font-size: 14px;
}
.common_inner_container {
  padding: 10% 2%;
  width: 100%;
}
.grid_box {
  padding: 1% 2%;
}
.sw_icon_bx {
  width: 103px;
}
.footer-top .fix_container > div {
  margin-bottom: 25px;
  width: 49%;
}
}

@media only screen and (max-width:920px) {
.top.section .content h1 {
	font-size: 35px;
        line-height: 100;
}
.quote_left_section {
	width: auto;
}
.quote_right_section {
	float: right;
	padding: 1% 3%;
	width: auto;
}
.sw_icons {
	padding: 5% 0;
}
.sw_icon_bx {
	padding: 0 0.8%;
}
.social_icons {
  margin-left: 0px;
  margin-top: 12px;
}
/*
    Mobile Menu Core Style
*/
.header .menu_box {
  width: 84%;
}
.menu_box .visible-lg{
	display:none;
}
.header .visible-xs{
	display:block;
}
.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: 0.438em 0.625em 0.438em 0.625em;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em
}
.slicknav_nav {
	clear: both
}
.slicknav_nav ul, .slicknav_nav li {
	display: block
}
.slicknav_nav .slicknav_arrow {
	font-size:2em;
	float:right;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	display: inline
}
.slicknav_menu:before, .slicknav_menu:after {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	clear: both
}
/* IE6/7 support */
.slicknav_menu {
	width:119%;
	float:right;
	position:relative;
	text-align:left;
*zoom: 1
}
/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	font-size: 16px;
}
/* Button */
.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: transparent;
}
/* Button Text */
.slicknav_menu .slicknav_menutxt {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #323131;
}
.slicknav_menu {
	padding: 5px;
}
.slicknav_nav {
	color: #8b8a8a;
	margin: 0;
	padding: 0;
	font-size: 18px;
	background-color: #FFF;
	position: absolute;
	top: 35px;
	width: 98%;
	z-index: 999;
}
.slicknav_nav, .slicknav_nav ul {
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 97%;
	z-index: 999;
}
.slicknav_nav .sub-menu a{
	color:#000;
	font-family: "Open Sans", sans-serif;
}
.slicknav_nav .slicknav_row {
	padding: 2%;
	margin: 0;
}
.slicknav_nav a {
	padding: 2%;
	margin: 0;
	text-decoration: none;
	color: #8b8a8a;
	font-weight: 100;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	border: 1px solid transparent;
	font-size: 12px;
	letter-spacing:1px;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_row:hover {
	color: #fff;
}
.slicknav_nav li:hover a{
	color: #000;
	background-color:#FFF;
}
.slicknav_nav li:hover a .slicknav_row a{
	color: #000;
	background-color:transparent;
}
.slicknav_nav li:hover .slicknav_arrow{
	color:#000;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .sub-menu li:hover a{
	background-color:#D13F2B;
	color:#FFF;
}
.slicknav_nav .sub_menu {
	top: 0px;
	 box-shadow:none;
	 position:relative;
}
.slicknav_nav .sub_menu a{
	font-size:12px;
}

.slider .content {
	width:100%;
	padding:0 8%;
}
.view-seo-plans .seo-plans:nth-child(2) {
  margin: 0 3%;
}
.contact-us .top-section {
  padding: 0 20px;
}
.contact-form {
  padding: 0 20px;
}
.address-cont > div {
  width: 31.2%;
}

}
@media screen and (min-width:768px) and (max-width: 823px) {
.timeline-with {
	margin: 0 auto;
	width: 747px;
}
.page_sec.section.video {
  height: 431px;
}
.view-seo-plans .seo-plans::before {
  margin: -20px auto 10px;
  width: 99px;
}
.view-seo-plans .seo-plans {
  width: 26.4%;
}
}
@media only screen and (max-width:767px) {
h1 {
	font-size: 30px;
	margin-bottom: 15px;
}
.heroContent .fix_container p{
	display:none;
}
.top.section .content h1 {
	font-size: 37px;
}
.top.section .content {
  padding: 17% 3%;
}
.slider_txt.common_container {
	width: 85%;
}
.customNavigation {
	bottom: 16%;
}
.btn.prev {
	left: 5px;
	width: 4%;
}
.btn.next {
	right: 5px;
	width: 4%;
}
.main_slider .right_content {
	float: none;
	width: 100%;
}
.main_slider .left_content {
	float: none;
	padding-left: 2%;
	width: 99%;
	padding-top: 2%;
}
.sw_icon_bx {
	padding: 2%;
}
.item .top_content {
	top: 5px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	display: none;
}
.item .top_content h1 {
	margin-bottom: 0px;
	font-size: 25px;
}
.item .top_content p {
	font-size: 16px;
}
.quote_left_section {
	width: auto;
	float: none;
}
.quote_right_section {
	float: none;
	padding: 3%;
	text-align: center;
}
.grid_box {
	padding: 1% 2%;
	width: 100%;
	margin-bottom:20px;
}
.grid_content {
  padding: 8%;
}
.contact_left_section {
	float: none;
	text-align: center;
}
.contact_right_section {
	float: none;
	width: 100%;
	text-align: center;
}
input, textarea {
	padding: 2%;
	width: 100%;
}
.cont_submit.get_started_link {
	float: none;
	margin-right: 0;
}
.hero_content {
	min-height: 270px;
}
.hero_content h1 {
	font-size: 51px;
}
.hero_content p {
	font-size: 17px;
}
.hero_content .content {
	padding: 7% 0;
}
.top_section h1 {
	font-size: 32px;
}
.top_section p {
	font-size: 16px;
}
.section2 .box {
	text-align: center;
	width: 100%;
}
.section3 .left_section {
	width: 100%;
	padding-bottom: 19px;
}
.section3 .right_section {
	padding-left: 5%;
	width: 100%;
	padding-bottom: 55px;
}
.timeline-with {
	width: 400px;
}
.timeline-head {
	display: none;
}
.timeline:before {
	left: 0;
}
.timeline li {
	width: 100%;
	padding-right: 0;
}
.timeline li:nth-child(2n-1) {
	float: right;
	padding-left: 30px;
	clear: right;
	padding-right: 0;
}
.timeline li:nth-child(2n) {
	float: right;
	padding-left: 30px;
	clear: right;
}
.timeline li:nth-child(2n) .timeline-dot {
	left: -38px;
}
.timeline li:nth-child(2n-1) .timeline-dot {
	left: -38px;
}
.timeline li:nth-child(2n-1) .timeline-date {
	float: left;
	clear: both;
	text-align: left;
	margin-bottom: 20px;
}
.timeline li:nth-child(2n) .timeline-date {
	float: left;
	clear: both;
	text-align: left;
	margin-bottom: 20px;
}
.timeline li:nth-child(2n-1) .timeline-date span:after {
	left: 10%;
}
.timeline li:nth-child(2n) .timeline-date span:after {
	right: auto;
	left: 10%;
}
.timeline-nav .timeline-dot {
	display: none;
}
.timeline-nav ul li {
	padding: 0 2px;
}
.page_sec.section.video {
  height: 100%;
}
.top.section .page_sec .content {
  top: 10%;
  width: 96%;
}
.right-image {
  width: 100%;
}
.left-image {
  width: 100%;
}
.left-text {
  padding-left: 0%;
  padding-right: 0%;
  width: 100%;
}
.right-text {
  padding-left: 0%;
  padding-right: 0%;
  width: 100%;
}
#testimonials-slider {
  margin: 0 auto;
  width: 100%;
}
.view-seo-plans .seo-plans::before {
  margin: -15px auto 10px;
}
/*******************************************/
.left-image,.right-image {
	margin-bottom:20px;
}
.view-seo-plans .top {
  padding: 0;
}
.view-seo-plans .seo-plans {
  margin: 0 10px 20px;
  padding: 10px;
  width: 240px;
}
.view-seo-plans .seo-plans:nth-child(2) {
  margin: 0 0 20px 0;
}
.grid_container .section {
  padding: 20px 0;
}
.address-cont > div.phone-no {
  margin:0 auto 15px auto;
}
.address-cont > div {
  width: 260px;
  display:block;
  margin:0 auto 15px auto;
}
.footer-top .fix_container > div {
  width: 100%;
}
.footer-bottom{
	text-align:center;
}
.footer-bottom .fmenu {
  float:none;
  margin-bottom:15px;
}
.footer-bottom .fmenu ul li {
  margin:0 15px;
}
.footer-bottom .float-right {
  float:none;
}
}
@media screen and (max-width: 640px) {
.timeline-with {
	width: 400px;
}
.timeline-head {
	display: none;
}
.timeline::before {
	left: 0;
}
.timeline li:nth-child(2n-1) {
	clear: right;
	float: right;
	padding-left: 30px;
	padding-right: 0;
}
.timeline li:nth-child(2n-1) .timeline-dot {
	left: -38px;
}
.timeline li:nth-child(2n-1) .timeline-date {
	clear: both;
	float: left;
	margin-bottom: 20px;
	text-align: left;
}
}
@media only screen and (max-width:600px) {
	.header .menu_box {
  width: 83%;
}

.customNavigation {
	bottom: 22%;
}
.item .top_content h1 {
	margin-bottom: 0px;
	font-size: 25px;
}
.item .top_content p {
	font-size: 16px;
}
.timeline-with {
	width: 354px;
}
}
@media only screen and (max-width:500px) {
.item .top_content h1 {
	margin-bottom: 0px;
	font-size: 22px;
}
.item .top_content .common_inner_container {
	padding: 0%;
}
.section3 .right_section ul li {
  margin-left: 12px;
}
}
@media screen and (max-width: 400px) {
.timeline-with {
	width: 289px;
}
.top.section .link_btn {
	margin: 7px 6px;
}
}
@media screen and (max-width: 360px){
	.og-grid li {
  	width: 100%;
}
}

.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

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




.animated2 { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
	animation-delay: .5s;
	 -webkit-animation-delay: .5s;
} 

.animated3 { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
	animation-delay: 1s;
	 -webkit-animation-delay: 1s;
} 
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
.animated4 { 
    -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

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

.messege_b {
        background-color: #17a6b6;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: open sans;
	font-size: 14px;
	line-height: 21px;
	padding: 10px 36px;
	font-family: "open sans", sans-serif;
	font-weight: 400;
}



 