*{
    margin: 0px;
    padding: 0px;
}



body{
    font-family: 'Varela Round', sans-serif;
    overflow-x: hidden;
}

.main-ul{
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.main-ul > li{
    list-style: none;
    display: inline-block;
	position: relative;
}

.main-ul > li > a {
    list-style: none;
    display: inline-block;
    padding: 10px 10px;
    color: #2f2c2c;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    transition: all .3s ease;
    margin-right: 3px;
}

.main-ul > li > a:hover{
    color: #4cc2c0;
    text-decoration: none;
}

.main-ul > li:hover .drp_custome{
	display: block;
}

.drp_custome{
	position: absolute;
    z-index: 9999;
    left: -25px;
    margin-top: 0;
    min-width: 330px;
    top: 40px;
    background-color: #ffffff;
    padding: 20px 0 30px;
    border-radius: 5px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
    list-style: none;
    display: none;
	transition: all .3s ease;
}

.drp_custome > li {
    clear: both;
    width: 100%;
    border: 0 none;
    font-size: 12px;
    position: relative;
	text-align:left;
}

.megamenu-item-info{
	padding: 10px 35px 0;
}

.megamenu-item-info-title{
	font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
	margin-bottom: 10px;
    line-height: 1.2;
}

.megamenu-item-info-text{
	font-size: 14px;
    color: #ccc;
    line-height: 1.3;
	margin: 0 0 .75em;
}

.hover-ver2 a i{
	font-size: 24px;
    margin-right: 15px;
    margin-left: 0;
    vertical-align: middle;
	color: #e1e1e1;
	vertical-align: middle;
	width:24px;
	height:25px;
}

.drp_custome > li > a{
    font-size: 16px;
    font-weight: 400;
    padding: 10px 35px 10px 35px;
    position: relative;
    color: #acacac;
    transition: all .4s ease-out;
    display: block;
}


.drp_custome > li > a:hover{ 
	 color: #4cc2c0;
     transition: all .3s ease; 
} 

.drp_custome > li > a:hover i{ 
	 color: #4cc2c0;
     transition: all .3s ease; 
} 

.drp_custome > li:hover a:before{
	content: '';
    display: block;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #4cc2c0;
    transition: all .3s ease;
	color: #4cc2c0;
}


.main_header{
    padding: 10px 0px;
}

.banner{
/*    background: url(../images/slider1.png);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding-left:0px;
	padding-right:0px;
	margin-top:65px;
}

.banner_section2 h1 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
}

.banner_section2 h2 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.carousel-control.left{
	background-image: none;
}

.carousel-control.right{
	background-image: none;
}

.carousel-inner>.item_custome{
	padding-top:100px;
}

.local_seo_banner_is{
	color:#fff;
}

.banner_section2{
    width: 78%;
    margin-left: 20%;
	margin-top: 15%;
}

.banner_slider_img{
    margin-right: 15%;
	margin-bottom: 10%;
}


.item > img{
	width:80% !important;
}

.item_custome{
	min-height:600px !important;
}

.banner_image_bott{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
}

.carousel-inner>.item.active.item1{
	background:#004e1b;
	overflow: hidden;
    clear: both;
}

.carousel-inner>.item.active.item2{
	background:rgb(76, 194, 192);
    overflow: hidden;
    clear: both;
}

.carousel-inner>.item.active.item3{
	background:rgb(60, 184, 120);
	overflow: hidden;
    clear: both;
}

.carousel-inner>.item.active.item4{
	background:rgb(241, 91, 38);
	overflow: hidden;
    clear: both;
}

.carousel-inner>.item.active.item5{
	background:rgb(252, 176, 59);
	overflow: hidden;
    clear: both;
}

.carousel-inner>.item.active.item6{
	background:#333; 
	overflow: hidden;
    clear: both;
}


.banner_section{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.banner_section h1{
    font-size: 48px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.banner_section h2{
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    color: #fff;
}

.heading-line {
    margin-bottom: 20px;
    position: relative;
}

.heading-line .short-line {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: #4cc2c0;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    transition: all .4s linear;
}

.heading-line .long-line {
    display: inline-block;
    width: 100px;
    height: 3px;
    background-color: #4cc2c0;
    border-radius: 10px;
    position: relative;
    transition: all .4s linear;
}

/*
h1, h2, h3, h4, h5, h6:hover .heading-line .short-line {
    width: 0;
    animation: move-short 1.5s infinite linear;
}

h1, h2, h3, h4, h5, h6:hover .heading-line .long-line {
    width: 130px;
    animation: move 1.5s infinite linear;
}
*/

.get-a-quote-butt{
    padding: 20px 40px;
    background: #333;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    margin: auto;
    border: none;
    font-size: 17px;
    margin-top: 20px;
    position: relative;
}


.slides-item {
    display: table-cell;
    padding: 13px 46px;
    position: relative;
    z-index: 1;
}

.slides-item .content {
    position: relative;
    overflow: hidden;
}


.slides-item .content .text-wrap {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}


.slider-slides .main-slider-bg-light .content .text-wrap .slides-title {
    color: #2f2c2c;
}

.slides-item .content .text-wrap .slides-title {
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
    text-transform: capitalize;
}


.slider-slides .main-slider-bg-light .content .slides-number {
    color: rgba(137, 137, 137, 0.1);
}

.slides-item .content .text-wrap .slides-sub-title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}


.slides-item .content .slides-number {
    font-size: 104px;
    color: rgba(255, 255, 255, 0.1);
    position: relative;
    float: right;
    line-height: 1;
}

.services_banner_bottm{
    position: relative;
}


.serv-icon img{
    width: 70px;
    height: 70px;
}


.serv-icon{
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    transition: all .3s ease;
}

.serv-icon-para{
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
}


.serv-icon-para h3{
    color: #2f2c2c;
    font-size: 24px;
    font-weight: 400;
}


.serv-icon-para p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


.services-icon-sec{
    padding: 80px 0px;
}

.services_col{
    margin-bottom: 40px;
}

.seo_score{
	background: #2f2c2c;
    padding-top: 130px;
    padding-bottom: 200px;
}

.web_url{
	border-radius: 50px 0 0 50px;
}

.mobile_num{
	border-radius: 0px 50px 50px 0px;
}

.inputfeild_inp{ 
	background-color: #373434;
    color: #a5a5a5;
	width: 100%;
	padding: 20px 40px;
    border-color: transparent;
    transition: all .3s ease;
    font-size: 16px;
}

.email_send{
	border-radius:0px !important;
}

.btn--green {
    padding: 20px 40px;
    border-radius: 100px;
    font-size: 15px;
}

.submit-wrap{
	margin-top:50px;
	text-align:center;
}

.seo_input_feild{
	padding:1px;
}

.seo_score_feilds {
    width: 75%;
    margin: auto;
    position: relative;
    z-index: 99999;
}


.seo_score_details h3{
	font-size: 48px;
    font-weight: 400;
	margin: .5em 0;
    line-height: 1.2em;
	color: #ffffff;
	text-align:center;
}


.seo_score_details p{
	margin-top: 20px;
	opacity: .7;
	line-height: 1.6;
	color: #fff;
	font-size: 24px;
	text-align: center;
}

.seo2{
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.seo3{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}


.digital_mrkeeting{
	padding: 60px 0;
}

.digital_markeeting h3{
	color: #2f2c2c;
	font-size: 38px;
    font-weight: 400;
    line-height: 1.2em;
}


.digital_markeeting h4{
	color: #2f2c2c;
	margin-bottom: 5%;
    font-size: 24px;
}



.digital_markeeting ul li{
	margin-bottom: 1.1em;
    font-size: 18px;
    overflow: hidden;
    clear: both;
    transition: all .3s ease;
	color:#757575;
	list-style:none;
}


.digital_markeeting ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    position: relative;
    left: 0;
    margin-right: 7px;
    font-weight: 100;
    top: 3px;
    color: #f15723;
}


.digital_aside_img{
	margin-top:22%;
}


.video_sec{
	background-color: #3cb878 !important; 
	min-height:450px;
}

.vedio-side{
	position:absolute;
	left:0px;
	padding: 0px;
	width: 100%;
}


.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.7);
    transition: all 0.4s ease;
}


.video-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: 10;
}



.watch_video_sec h5{
	color: #2f2c2c;
	font-size: 48px;
    font-weight: 400;
    line-height: 1.2em;
}





.watch_video_sec p{
	color: #2f2c2c;
	font-size: 18px;
    margin-top: 20px;
    opacity: .7;
    line-height: 1.6; 
}


.watch_video_sec {
    padding: 40px 40px 40px 90px
}

.btn--abt{
	padding: 20px 40px;
    border-radius: 100px;
    font-size: 15px;
	background-color: #f15b26;
	color:#fff;
	border:none;
}



.our_procese{
	padding: 60px 0;
}

.our_pro_1img{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.our_pro_2img{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.our_proces_section{
    position: relative;
    z-index: 999;
	padding-bottom: 50px;
    overflow: hidden;
    clear: both;
}

.service_package_hading{
    position: relative;
    z-index: 999;
}


.service_package_hading h5{
	color: #2f2c2c;
	font-size: 48px;
    font-weight: 400;
	margin: .5em 0;
    line-height: 1.2em;
	text-align:center;
}


.service_package_hading p{
	margin-top: 20px;
    opacity: .7;
    line-height: 1.6;
	color: #2f2c2c;
	margin: .5em 0;
    font-size: 24px;
	font-weight: 400;
	text-align:center;
	margin-bottom: 65px;
}


.seo-ser_col_details h5{
    text-align: center;
    margin-top: 25px;
	font-weight: 400;
}

.seo-ser_col_details h6{
	color: #757575;
	font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
	text-align: center;
}



.case_study{
	padding: 60px 0;
}


.studu_por_hading h5{
	color: #2f2c2c;
	font-size: 48px;
    font-weight: 400;
	margin: .5em 0;
    line-height: 1.2em;
	text-align:center;
}


.studu_por_hading p{
	margin-top: 20px;
    opacity: .7;
    line-height: 1.6;
	color: #2f2c2c;
	margin: .5em 0;
    font-size: 24px;
	font-weight: 400;
	text-align:center;
	margin-bottom: 65px;
}


.cas_stu_col{
    background: #e1e1e1;
    padding: 15px;
    text-align: center;
	transition: all .3s ease;
	margin-bottom:30px;
}

.cas_stu_col img{
	width:100%;
	margin-bottom: 15px;
}

.cas_stu_col h5{
	text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
	color: #2f2c2c;
	margin: .5em 0;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
}

.cas_stu_col p{
	display: inline-block;
    color: #757575;
    font-size: 14px;
    transition: all .3s ease;
}

a:hover{
	text-decoration:none;
}

.pro_tab_a{
	display:block;
}


.pro_tab_a:hover .cas_stu_col{
	background:#4cc2c0;
	transition: all .3s ease;
}

.pro_tab_a:hover .cas_stu_col h5{
	color: #fff;
}

.pro_tab_a:hover .cas_stu_col p{
	color: #fff;
	opacity:0.7;
}

.watch_our_vido_12{
    background: #f7f9f8;
}

.services_col_img img{
	width:100%;
	height:217px;
}

.services_3icon{
	padding:80px 0px;
}

.local_search_cer_img{
    margin-bottom: 30px;
}

.local_search_cer_img img{
	width:70px;
	height:70px;
}

.services_3icon_col{
	margin-bottom:40px;
}

.services_3icon_col h4{
    margin-bottom: 10px;
    font-size: 30px;
    display: block;
	color: #2f2c2c;
	text-align: center;
}


.services_3icon_col p{
	font-size: 18px;
	margin-bottom: 19px;
	margin: 0 0 .75em;
	line-height: 26px;
	font-weight: 400;
	color: #acacac;
	text-align: center;
}

.btn--green_projects{
	padding: 20px 40px;
    border-radius: 100px;
    font-size: 15px;
	color: #fff;
    text-decoration: none;
	background:#333;
}

.btn--green_projects:hover{
	color:#fff;
}


.happy_clients{
	background: #fcb03b;
	padding: 120px 0px;
	position:relative;
}



.happy_clint_left_hading h5{
	color: #2f2c2c;
	font-size: 48px;
    font-weight: 400;
	margin: .5em 0;
    line-height: 1.2em;
	text-align:left;
}

.happy_clint_left_hading p{
	margin-top: 20px;
    opacity: .7;
    line-height: 1.6;
	color: #fff;
	margin: .5em 0;
    font-size: 24px;
	font-weight: 400;
	text-align:left; 
}


.happy_clients_col_12 {	
	background-color: rgb(54, 47, 45);
    border-radius: 0px 100px;
    padding: 50px 100px;
    width: 92%;
    float: right;
    position: relative;
    z-index: 999;
}


.item_testimonialss p{
	color: #ffffff;
    font-size: 24px;
	line-height: 1.3em;
    font-weight: 400;
}

.item_testimonialss h5{
	color: #fcd846;
	font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
	margin: 0px;
	margin-bottom:40px;
}

.author-company{
	font-size: 14px;
	color: #757575;
	font-weight: 400;
    line-height: 1.5;
}


.custome_cursol_indicatoes{
	position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
    list-style: none;
}

.tetimonials_1 {
    position: absolute;
    left: 28%;
    bottom: 0;
    width: 18%;
}


.tetimonials_2 {
    position: absolute;
    right: 24%;
	top: 4%;
}

.client_value_hading h5{
	color: #2f2c2c;
    font-size: 48px;
    font-weight: 400;
    margin: .5em 0;
    line-height: 1.2em;
    text-align: center;
}

.client_value_hading p{
	margin-top: 20px;
    opacity: .7;
    line-height: 1.6;
    color: #2f2c2c;
    margin: .5em 0;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 65px;
}


.client{
	background: #f7f9f9;
	padding:80px 0px;
}


.news_latter{
	background-color:#4cc2c0;
	color: #fff;
	padding-top:40px;
}

.nes_latter_inp{
	background-color: #fff;
    padding: 17px 40px;
    font-size: 16px;
    color: #797676;
    border-color: transparent;
    border-radius: 50px 0 0 50px;
    width: 70%;
    float: left;
}

.sub_butt_news{
	display: inline-block;
    background-color: #2f2c2c;
    padding: 18px 40px;
    border-radius: 0 50px 50px 0;
    font-size: 15px;
    text-transform: uppercase;
    width: 30%;
    cursor: pointer;
    position: relative;
    color: #fff;
    text-align: center;
}

.news_left_inp h4{
	margin-bottom: 23px;
    color: inherit;
	margin: .5em 0;
    font-size: 30px;
    line-height: 1.3em;
	color:#fff;
    font-weight: 400;
}


.news_left_inp p{
	opacity: .75;
    float: left;
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
	margin-top: 20px;
}

.news_left_inp{
	margin-top:40px;
}


.footer{
	background-color: #151414;
}

.footer_all{
	padding-top: 50px;
    padding-bottom: 60px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.footer_para p{
	color: #757575;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
}

.fooer_hading h4{
	margin: 1.5em 0;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 400;
	color:#fff;
}


.half-width {
    width: 40%;
    float: left;
}


.w-custom-menu ul {
    line-height: 1.2;
    font-size: 14px;
}


.menus-wrap ul {
    list-style: none;
}


.list--traingle li {
    margin-bottom: 1.1em;
    transition: all .3s ease;
	list-style:none;
}


.list--traingle li a {
    color: rgba(255, 255, 255, 0.35);
    transition: all .3s ease;
}


.list--traingle li a i {
    margin-right: 15px;
    margin-top: 3px;   
}


.list--traingle li a:hover {
    margin-left: 10px;
	transition: all .3s ease;
} 


.footer_icon{
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}


.title {
    font-size: 24px; 
    transition: all .3s ease;
	color:#fff;
}


.content {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}


.sub-title{
    opacity: .4;
	font-size: 16px;
	color: #757575;
}

.last_footer{
    margin-top: 50px;
    overflow: hidden;
    clear: both;
	padding-bottom:50px;
}


.last_design_footer p{
    font-size: 14px;
    margin-right: 30px;
    color: #504D4E;
}


.last_footer_design{
    background-color: #121111;
    padding: 60px 0;
    position: relative;
}

.social__item {
    margin-left: 15px;
    background-color: transparent;
    cursor: pointer;
}


.social__item img {
    height: 24px;
}


.socials{
	margin-top:35px;
}




/*------------------------------------------------------------*/
/*-----------------------  abou page start  ----------------------*/
/*------------------------------------------------------------*/

.about_banner{
	background:url(../images/pattern-bg-lightblue.jpg);  
}


.other_page{
	padding: 125px 0;
    background-position: center center;
	margin-top:65px;
}


.other-page-hading h2{
	color: #fff;
	margin: 0;
    font-size: 48px;
    font-weight: 400;
	text-align: center;
}

.about_sec_oage{
	padding:100px 0px;
}

.abt-hading-page h3{
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
	font-size: 48px;
	color: #2f2c2c;
}


.abt-hading-page h4{
	margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
	margin-bottom: 30px;
	line-height: 1.5;
}


.abt-hading-page p{
	margin: 0 0 .75em;
    line-height: 26px;
    font-size: 18px;
	color: #acacac;
}


.work_abt{
	padding: 120px 0;
	background:#8dc63f;
}

.work_details_para h3{
	font-weight: 400;
    line-height: 1.3;
	margin-bottom: 30px;
	margin: 0;
    font-size: 48px;
	color: #fff ;
}


.work_details_para p{
	margin-bottom: 30px;
	color: #fff ;
	margin: 0 0 .75em; 
    line-height: 26px;
    font-size: 18px;
}

.btn_only{
	padding: 20px 40px;
    background: #333;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    margin: auto;
    border: none;
    font-size: 17px;
    margin-top: 20px;
    position: relative;
}

.btn_bg_col{
	background:#2f2c2c;
	color:#fff;
}


.our_vision{
	position: relative;
    overflow: hidden;
    padding: 120px 0 215px;
	background:#ff9700;
}


.our_vision_hading h3{
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
	margin-top: 0;
    font-size: 48px;
	color: #2f2c2c;
	text-align:center;
}





.our_vision_hading p{
	color: #fff;
	margin-bottom: 30px;    
	font-size: 24px;
    line-height: 30px;
	font-weight: 400;
	text-align:center;
}


.our_vision_hading{
    width: 75%;
    margin: auto;
}


.our_vision_img_is{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}



.our_support{
	background-color: #f7f9f9;
	padding:80px 0px;
}


.info-box--standard .info-box-content .info-box-title {
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: capitalize;
	font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
}


.info-box--standard .info-box-content .text {
    font-size: 16px;
    line-height: 1.5;
	margin: 0 0 .75em;
	color: #acacac;
	font-weight: 400;
}


.info-box--standard .info-box-image {
    margin-bottom: 30px;
}


.our_valuse_client_abt{
	background:#fff;
	padding:80px 0px;
}


.abt_page_clients h3{
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
    font-size: 48px;
	color: #2f2c2c;
}


.abt_page_clients p{
	font-size: 24px;
    line-height: 30px;
	margin-bottom: 30px;
	font-weight: 400;
	color: #acacac;
}


.client-item {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

.client-image img {
    position: relative;
    backface-visibility: hidden;
}

.client-image {
    position: relative;
    transition: all .3s ease;
    backface-visibility: hidden;
    text-align: center;
}
 
.mb60 {
    margin-bottom: 60px;
}

.clients-item-wrap {
    text-align: center;
}

.our_services_banner{
	background:url(../images/pattern-bg-violet.jpg);  
}

.seo_analytics_banner{
	background:url(../images/pattern-bg-violet.jpg);  
}

.all_project_banner{
	background:url(../images/pattern-bg-violet.jpg);  
}

.service_colum:hover{
	background-color: #f7f9f9;
}

.service_colum:hover .services_col_para_details p{
	color: #acacac;
}

.service_colum:hover .read-more i{
	color: #333;
}


.services_col_para_details h3{
	font-size: 30px;
    margin-bottom: 30px;
    line-height: 1;
	font-weight: 400;
    color: #2f2c2c;
}


.services_col_para_details p{
	margin-bottom: 30px;
    color: #fff;
    line-height: 26px;
    font-size: 18px;
}


.service_colum{
	padding: 60px 45px;
    transition: all .3s ease;
	margin-bottom:30px;
	height:625px;
}

.ser_col_111 p{
	color:#acacac !important;
}

.ead-more i{
	color:#333 !important;
}

.col_1{
	background-color: #f7f9f9;
}

.col_2{
	background-color: #4cc2c0;
}

.col_3{
	background-color: #f15b26;
}

.col_4{
	background-color: #fcb03b;
}

.col_5{
	background-color: #3cb878;
}

.col_6{
	background-color: #8b8b8b;
}


.services_page{
	background:#fff;
	padding:80px 0px; 
}

.read-more i{
	font-size: 34px;
    font-weight: 100;
    color: #fff;;
}


.services_2{
	padding:80px 0px;    
	background-color: #f7f9f9;
}


.services_2_col h4{
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 48px;
    color: #2f2c2c;
}


.services_2_col h5{
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
    margin-bottom: 30px;
    line-height: 1.5;
}


.services_2_col p{
    margin: 0 0 .75em;
    line-height: 26px;
    font-size: 18px;
    color: #acacac;
}


.contact_banner{
	background:url(../images/pattern-bg-blue.jpg); 
}

.get_in_touch{
	background:#f2f2f2;
	padding:80px;
}

.get_touch_para h3{
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
	font-size: 48px;
	color: #2f2c2c;
}



.get_touch_para p{
	font-size: 24px;
    line-height: 30px;
	margin-bottom: 30px;
	color: #acacac;
	font-weight:400;
}


.contact_address_img_icon{
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}


.contact_address_img_details {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}



.contact_adress{
	padding:80px 0px;
	background:#fff;
}


.cont_big_para{
	display:block;
	font-size: 24px;
	text-decoration: none;
    color: #2f2c2c;
    transition: all 0.15s linear;
	font-weight: 400;
    line-height: 1.5;
}

.contact_address_img_details p{
	color: #363636;
	font-size: 16px;
	margin: 0 0 .75em;
    line-height: 26px;
}

.mapes{
	width:100%;
	height:350px;
}


.inp_our{
	border-radius: 50px;
    background-color: #f7f9f9;
	margin-bottom: 30px;
	padding: 20px 40px;
    border-color: transparent;
    transition: all .3s ease;
    font-size: 16px;
    color: #acacac;
	width:100%;
}

.inp_our_message{
	min-height: 200px;
	border-radius: 50px;
    background-color: #f7f9f9;
	padding: 20px 40px;
    border-color: transparent;
    transition: all .3s ease;
    font-size: 16px;
    color: #acacac;
    height: 100%;
    margin-bottom: 30px;
	width:100%;
}

.contact_form{
	padding:80px;
	background:#fff;
}


.query_details_para h4{
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
	font-size: 30px;
	color: #2f2c2c;
}


.query_details_para p{
	font-size: 24px;
    line-height: 30px;
	margin-bottom: 30px;
	color: #363636;
	font-weight: 400;
	
}

.query_details_para{
    margin-bottom: 40px;
}



.seo_banner{
	background:url(../images/pattern-bg-lightgray.jpg); 
	
}

.seo_page_baner_hading h2{
	color:#333;
}

.lapy_setion{
	padding:80px 0px;
}

.seo_lapy_right h4{
	margin-bottom: 30px;
	font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
	line-height: 1.5;
}


.seo_lapy_right p{
	font-weight: 400;
	margin: 0 0 .75em;
    line-height: 26px;
    font-size: 18px;
}


.seo_score_core_col{
	position: relative;
    background-color: #fff;
    padding: 80px 40px 40px;
	margin-bottom: 80px;
	min-height:350px;
}


.seo_core_ser{
	background:#f1f1f1;
	padding:80px 0px;
}


.seo_score_core_col h4{
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
	font-weight: 400;
    color: #2f2c2c;
	text-align:center;
}


.seo_score_core_col p{
	font-size: 16px;
    line-height: 1.5;
	margin: 0 0 .75em;
	color: #acacac;
	font-weight: 400;
	text-align:center; 
}

.img_seo_core_icon{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.seo_sore_hading_core h4{
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 100px;
	font-size: 48px;
	color: #2f2c2c;
	text-align:center; 
}


.website_analytcs{
	padding:80px 0px;
	background:#fcb03b;
}


.website_analytcs_lefts h4{
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
	color: #2f2c2c;
	font-size: 48px;
}

.website_analytcs_lefts p{
	font-size: 24px;
    line-height: 30px;
	margin-bottom: 30px;
	color: #fff ;
}


.website_analytcs_rights img{
	width:100%;
	box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
}

.page_is_optimize{
	background:#d5d5d580;
	padding:80px 0px;
}


.page_is_optimize_left h4{
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
	font-size: 48px;
	color: #2f2c2c;
	
}

.page_is_optimize_left h5{
	font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
	margin-bottom: 30px;
}

.page_is_optimize_left p{
	line-height: 26px;
    font-size: 18px;
	color: #acacac;
	font-weight: 400;
}

.local_seo_banner{
	background:url(../images/pattern-bg-breez.jpg); 
}

.profesnal_tool_busnies{
    padding: 80px 0px;
    background: #fcb03b;
}

.pro_tolls_prof_hading h4{
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #2f2c2c;
    font-size: 48px;
	text-align:center;
}


.pro_tolls_prof_hading h5{
	font-size: 24px;
    line-height: 30px;
	margin-bottom: 50px;
	color: #fff;
	text-align:center;
}

.info-box-image {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.info-box-content {
    overflow: hidden;
    padding-top: 10px;
}

.info-box-title{
	line-height: 1.1;
    margin-bottom: 20px;
    text-transform: capitalize;
	font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
}


.c-white{
	font-size: 16px;
    line-height: 1.5;
	color:#fff;
	margin: 0 0 .75em;
}

.email_marketing_banner{
	background:url(../images/pattern-bg-orange.jpg); 
}

.email_mer_stretgey{
	padding:80px 0px;
}

.email_mer_stretgey_hading h4{
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
	font-size: 48px;
	color: #2f2c2c;
	text-align:center;
}

.email_mer_stretgey_hading p{
	font-size: 24px;
    line-height: 30px;
	margin-bottom: 50px;
	color: #acacac;
	text-align:center;
}

.stretgey_content{
	background:#f9f9f9;
	padding:80px 0px;
}

.stretgey_content_detailss h6{
	font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
	line-height: 1.5;
	margin-bottom:20px;
}


.stretgey_content_detailss p{
	color: #acacac;
    display: block;
    overflow: hidden;
	font-size: 18px;
}

.unrival_services{
	background:#fff;
	padding:80px 0px;
}

.unrival_hading h4 {
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
    font-size: 48px;
    color: #2f2c2c;
    text-align: center;
}


.unrival_hading p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
    color: #acacac;
    text-align: center;
}


.info-box--modern_unrival_ser {
    position: relative;
    padding: 40px;
    background-color: #f7f9f9;
    transition: all .3s ease;
	margin-bottom:30px;
	height:340px;
}



.unrival_box_info-box-content h5{
	font-weight: 400;
    color: #2f2c2c;
	font-size: 30px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.unrival_box_info-box-content p{
	font-size: 16px;
    margin-bottom: 25px;
	margin: 0 0 .75em;
    line-height: 26px;
	color: #acacac;
}

.unrival_box_info-box-content a{
	font-size: 16px;
    color: #ccc;
    padding: 0;
    border-left: none;
    margin: 0;
    float: none;
    display: block;
}

.unrival_box_info-box-content{
	overflow:hidden;
}

.unrival_box_info-box-content a i{
	margin-left:8px;
}

.info-box--modern_unrival_ser:hover{
	background-color: #2f2c2c;
}

.info-box--modern_unrival_ser:hover .unrival_box_info-box-content h5{
	color:#fff;
}

.info-box--modern_unrival_ser:hover .unrival_box_info-box-content a{
	color: #4cc2c0;
}

.tel_us_abt{
	background:url(../images/bg-boxed-blue.jpg); 
	padding:80px 0px;
}

.tel_us_left h3{
	font-weight: 400;
    line-height: 1.3;
	font-size: 48px;
	color: #fff;
	margin-bottom:10px;
}


.tel_us_left p{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #fff;
}

.smm_banner{
	background:url(../images/bg-boxed-primary.jpg); 
}


.social_meda_serv-side h4 {
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
    font-size: 48px;
    color: #2f2c2c;
}


.social_meda_serv-side h5 {
	font-size: 24px;
    font-weight: 400;
    color: #2f2c2c;
	margin-bottom: 30px;
	line-height: 1.5;
}

.list_social_me li{
	list-style:none;
	color: #acacac;
    display: block;
    overflow: hidden;
	font-size: 18px;
	margin-bottom: 18px;
    transition: all .3s ease;
}


.list_social_me li:before {
	content: "\f00c";
    font-family: "fontawesome";
    margin-right: 8px;
    position: relative;
    top: 0;
    color: #f15b26;
    font-weight: 100;
    font-size: 14px;
}


.social_meda_serv{
	padding:80px 0px;
}

.smo_promotion{
	background:url(../images/bg-boxed-primary.jpg); 
	padding:80px 0px;
}

.smo_promotion_col_img{
	margin-bottom: 25px;
}

.smo_promotion_col_details h4{
	font-size: 24px;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
	font-weight: 400;
    color: #2f2c2c;
	text-align:center;
}


.smo_promotion_col_details p{
	font-size: 16px;
    line-height: 1.5;
	color:#fff;
	margin: 0 0 .75em;	
	text-align:center;
}


.smo_prmotion_hading h4{
	font-size: 48px;
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
	color:#fff;
	text-align:center;
}


.ppc_banner{
	background:url(../images/pattern-bg-green.jpg); 
}

.ppc_manage_servies_col_details h4{
	line-height: 1.1;
    margin-bottom: 10px;
	font-size: 30px;
    font-weight: 400;
    color: #2f2c2c;
}

.ppc_manage_servies_col_details p{
	font-size: 16px;
    line-height: 1.5;
	margin: 0 0 .75em;
	color: #acacac;
	font-weight: 400;
}

.ppc_manage_servies_col_details{
	overflow:hidden;
	margin-top:10px;
}

.ppc_manage_servies_col_img{
	float:left;
	margin-right: 30px;
    margin-bottom: 30px;
}


.ppc_manage_servies{
	padding:80px 0px;
}

.ppc_manage_servies_col{
    margin-bottom: 40px;
}

.social_meda_serv-side p {
    color: #acacac;
    display: block;
    overflow: hidden;
    font-size: 18px;
}

.blog_banner{
	background:url(../images/pattern-bg-lightviolet.jpg); 
}


.post-thumb {
    position: relative;
    margin-bottom: 60px;
    box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.post-thumb img{
	width:100%;
}


.post__author {
    margin-right: 40px;
    float: left;
    text-align: center;
}

.post__content-info {
    overflow: hidden;
}


.post__title {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1.25;
	text-transform: uppercase;
	font-weight: 400;
    color: #2f2c2c;
}

.post__title a{
	color: #2f2c2c;
}

.post-additional-info {
    margin-bottom: 25px;
}

.post__date {
    padding: 0;
    float: none;
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 0;
	font-size: 14px;
	color: #ccc;
}


.category {
    font-size: 14px;
    color: #ccc;
	margin-right: 30px;
	font-weight: 400;
    line-height: 1.5;
}

.category a {
    color: #ccc;
    display: inline-block;
}

.post__comments a {
    color: #ccc;
    display: inline-block;
}

.post__comments {
    color: #ccc;
    font-size: 14px;
	font-weight: 400;
    line-height: 1.5;
}


.post__text {
    font-size: 16px;
    margin-bottom: 30px;
	color: #acacac;
	font-weight:400;
	line-height: 26px;
}

.post__content-info .btn {
    margin-bottom: 30px;
	background-color: #2f2c2c;
	padding: 15px 35px;
    text-transform: none;
    font-size: 16px;
	color: #fff;
    border-radius: 50px;
    position: relative;
    transition: all .3s ease;
    text-align: center;
}

.post__content-info .btn:hover {
    background-color: #4cc2c0;
}


.post-additional-info i {
    font-size: 20px;
    margin-right: 10px;
    transition: all .3s ease;
}


.post-standard {
    padding: 30px;
    background-color: #f7f9f9;
    position: relative;
    margin-bottom: 60px;
}


.blog_page_details{
	padding:80px 0px;
}

.post_at_had h4{
	font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
	font-size: 30px;
	color: #2f2c2c;
}

.post-count {
    font-size: 14px;
    margin-right: 30px;
    transition: all .3s ease;
    width: 20px;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    top: 2px;
	color: #acacac;
}


.category-post-item a {
    font-size: 16px;
    color: #acacac;
    transition: all .3s ease;
    position: relative;
    display: block;
    overflow: hidden;
}

.category-post-item a i { 
    margin-left: 5px;
    opacity: 0;
    transition: all .3s ease;
    color: #4cc2c0;
    position: relative;
    font-size: 12px;
}

.category-post-item:hover a {
    color: #4cc2c0;
}

.category-post-item:hover a i {
    opacity: 1;
}


.category-post-item {
    color: #acacac;
    margin-bottom: 30px;
}


.widget {
    margin-bottom: 80px;
}

.post_abut_us_blog-right_para p{
	margin-bottom: 30px;
    line-height: 1.4;
	margin: 0 0 .75em;
	font-size: 18px;
	color: #acacac;
	font-weight:400;
}




.c-primary-custome {
    color: #4cc2c0;
	padding: 12px 35px;
	border: 2px solid;
	border-radius: 50px;
    position: relative;
    transition: all .3s ease;
}


.tags-wrap a {
    padding: 10px 15px;
    font-size: 15px;
    color: #acacac;
    border: 2px solid #dddede;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    transition: all .3s ease;
}

.tags-wrap a:hover {
    background-color: #4cc2c0;
    color: #fff;
    border-color: #4cc2c0;
}

.blog_details_banner{
	background:url(../images/pattern-bg-lightviolet.jpg); 
}


.post__author img {
    margin-right: 10px;
	max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.post__author {
    display: inline-block;
    margin-right: 30px;
	color: #ccc;
}

.post__author-name {
    display: inline-block;
}

.post__author-name a {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #2f2c2c;
}


.post__subtitle {
    color: #2f2c2c;
    margin-bottom: 30px;
	margin: 0 0 .75em;
    line-height: 26px;
    font-size: 18px;
}


.list--secondary_ul > li {
    margin-bottom: 18px;
    font-size: 18px;
    transition: all .3s ease;
	 color: #acacac;
    display: block;
    overflow: hidden;
	list-style:none;
}


.list--secondary_ul > li:before {
    content: "\f00c";
	font-family:"fontawesome";
    margin-right: 8px;
	color: #f15b26;
    margin-top: 6px;
    font-size: 12px;
    float: left;
    transition: all .3s ease;
}

.crumina-counter-item .element-icon {
    display: inline-block;
    line-height: 1;
}

.seo_quanter {
    background: #00bff3;
	padding: 60px 0;
}

.crumina-counter-item i {
    font-size: 70px;
    line-height: 1;
	color: #64d8ff;
}

body.kc-css-system .kc-css-41217 .counter-numbers {
    color: rgba(255, 255, 255, 0.15);
}

.crumina-counter-item .counter-title {
    color: #fff;
    margin: 0;
    line-height: 1.1;
	font-size: 24px;
	font-weight:400;
}

.crumina-counter-item .counter-numbers {
    font-size: 100px;
    line-height: 1;
    margin-bottom: -35px;
	color: rgba(255, 255, 255, 0.15);
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity;
}

.crumina-counter-item .counter-numbers .units {
    display: inline-block;
}


.social_meda_serv{
	background:#f7f9f9;
}


.profesnal-tools{
	padding:80px 0px;
}

.pie-chart {
    width: 170px;
    height: 170px;
    position: relative;
    border-radius: 100%;
    border: none;
    float: left;
    margin-right: 30px;
}


.pie-chart canvas {
    max-width: 100%;
}

.pie-chart .content {
    font-size: 40px;
    color: #2f2c2c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.pie-chart:after {
    content: '';
    display: block;
    width: 145px;
    height: 145px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 100%;
    border: none;
    z-index: -1;
}

.pie-chart-content {
    overflow: hidden;
}

.pie-chart-content-title {
    line-height: 1.2;
    margin-bottom: 15px;
	margin: .5em 0;
    font-size: 30px;
	font-weight: 400;
}

.pie-chart-content-text {
    margin-bottom: 20px;
}

.kc-col-inner-container > .kc-elm p:last-child {
    margin-bottom: 0;
	color: #757575;
	    font-weight: 400;
    line-height: 1.5;
	    font-size: 18px;
}


.pie-chart-content a {
    color: #757575;
    transition: all .3s ease;
    font-size: 16px;
}

.pie-chart-content a i {
    margin-left: 10px;
    transition: all .3s ease;
    font-size: 12px;
}


.more_cus:hover{
    color: #4cc2c0;
}


.kc-elm{
	margin-bottom:20px;
}



.pie-value{
    font-size: 40px;
    color: #2f2c2c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.profesnal-tools_hading{
	margin-bottom:50px;
}

.ppc_quanter{
	padding:50px 0px;
	background:url(../images/bg-boxed-red.jpg); 
}

.ppc_counter-numbers {
    color: #fcb03b;
	font-size: 100px;
    line-height: 1;
	margin-bottom: 0;
}

.seo_testimonials{
	padding:30px 0px;
	background:url(../images/bg-boxed-dark.jpg); 
}

.ppc_testimonials{
	padding:30px 0px;
	background:url(../images/bg-boxed-light.jpg); 
}


.smm_testimonials{
	padding:30px 0px;
	background:#f7f9f9; 
}


/*------------seo testimonials----------------*/


#testimonial4{
  overflow: hidden;
  min-height: 270px;
  position: relative;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 120px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #fcb03b;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}




.testimonial4_slide_smm p {
  color: #333;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 400;
  margin: 40px 0 20px 0;
  text-align:center;
}

.testimonial4_slide_smm h4 {
  color: #fcb03b;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  text-align:center;
}


.testimonial4_control_button .carousel-control{
	color:#333;
  top: 120px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #333;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}


.local_seo_about{
	padding-top:40px;
}


.local_seo_abt_hading h4 {
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 100px;
    font-size: 48px;
    color: #2f2c2c;
    text-align: center;
}

.local_seo_about_paraa {
    background: #f7f9f9;
    padding: 200px 0px 80px;
    margin-top: -204px;
}

.lll_seo_img{
	position:relative;
	z-index:999;
}

.loc_para_seooo p {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 400;
    color: #2f2c2c;
    text-align: center;
    width: 60%;
    margin: auto;
}

.soe_analytics_form{
	background:url(../images/bg-boxed-black.jpg); 
	padding:120px 0px;
}

.input-dark {
    background-color: #373434;
    color: #797676;
	border-radius: 50px;
	padding: 20px 40px;
    border-color: transparent;
	transition: all .3s ease;
    font-size: 16px;
	width: 100%;
}

.input-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
	font-weight: 400;
    line-height: 1.5;
}

.contact-form textarea {
    min-height: 200px;
	margin-bottom: 30px;
}

.submit-block .submit-block-text {
    font-size: 14px;
	color: #acacac;
	font-weight: 400;
    line-height: 1.5;
}

.contact-form input {
    margin-bottom: 30px;
}


.align-center{
	text-align:center;
}

.menu_icon img{
	display:inline-block;
}

.menu_icon{
	cursor:pointer;
}

.menu_av_mobile{
	text-align:right;
	display:none;
}


.home-contact_number{
    position: fixed;
    z-index: 99;
    background: rgba(51, 51, 51, 0.47);
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    transform: rotate(-90deg);
    left: -7%;
    top: 50%;
}

.home-contact_number p{
	margin:0px;
	font-size: 17px;
}  


.phn-icon img{
    margin-right: 20px;
}

.box{
    width: 35%;
    background: #333;
    padding: 40px 0px;
    overflow: hidden;
    clear: both;
    position: fixed;
    z-index: 99999;
    right: 0;
	display:none;
	top:40.5%;
}

.inp_our-slide{
    width: 100%;
    padding: 6px 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.39);
    color: #fff;
    border-radius: 100px;
    font-size: 14px;
	margin-bottom:20px;
}



.inp_our-slide_message{
    width: 100%;
    background: transparent;
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
    height: 60px;
}


.btn_only_slide {
    padding: 10px 20px;
    background: #1d1d1d;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    margin: auto;
    border: none;
    font-size: 14px;
    margin-top: 20px;
    position: relative;
}

.slide-toggle_con{
    position: fixed;
    z-index: 99;
    background: rgba(51, 51, 51, 0.47);
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    transform: rotate(90deg);
    right: -4%;
    top: 25%;
}

.mobile-show{
	display:none;
}

.imgdev img{
	width:65%;
}


.imgdev{
    width: 20%;
}

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*-------------------  responisve website  ----------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/


@media(min-width:320px) and (max-width:667px){
	
	
	
	.main-ul > li {
		list-style: none;
		display: block;
		position: relative;
		text-align: left;
	}
	
	.main-ul{
		display: none;
		position: absolute;
		z-index: 99;
		background: #fff;
		width: 100%;
		left: 0;
		box-shadow: 0px 2px 4px 1px rgba(128, 128, 128, 0.33);
	}
	
	.menu_av_mobile {
		text-align: right;
		display:block;
	}
	
	.main_header {
		padding: 20px 0px;
	}
	
	.main-ul > li > a {
		display: block;
	}
	
	.slides-item {
		display: block;
	}
	
	.content {
		display: block;
	}
	
	.serv-icon {
		float: none;
	}
	
	.web_url, .inputfeild_inp, .mobile_num {
		border-radius: 100px !important;
		margin-bottom: 10px;
	}
	
	.vedio-side {
		position: relative;
	}
	
	.watch_video_sec {
		padding: 10px;
	}
	
	.seo-ser_col img{
		width:120px;
		height:120px;
	}
	
	.happy_clients_col_12 {
		padding: 30px 30px;
	}
	
	
	.item_testimonialss p {
		font-size: 14px;
	}
	
	.nes_latter_inp {
		padding: 18px 19px;
		font-size: 14px;
		width: 60%;
	}
	
	.sub_butt_news {
		padding: 23px 11px;
		font-size: 8px;
		width: 30%;
	}
	
	.half-width {
		width: 100%;
		float: left;
	}
	
	.banner_section2 h1, .banner_section h1 {
		font-size: 24px;
	}
	
	.banner_section h2, .banner_section2 h2 {
		font-size: 16px;
	} 
	
	.info-box-image {
		float: none;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	
	.post__content-info {
		overflow: hidden;
		clear: both;
	}
	
	.post__content-info .btn {
		font-size: 14px;
		padding: 15px 30px;
	}
	
	.get_in_touch {
		background: #f2f2f2;
		padding: 10px;
	}
	
	.contact_form {
		padding: 10px;
		background: #fff;
	}
	
	.pie-chart {
		float: none;
	}
	
	.ppc_manage_servies_col_img {
		float: none;
	}  
	
	.banner, .other_page{
		margin-top:0px;
	}
	
	.service_colum, .info-box--modern_unrival_ser{
		height:auto;
	}
	
	
	.home-contact_number, .box, .slide-toggle_con{
		display:none;
	}
	
	.mobile-show{
		display:block;
	}

}








