


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 27, 2022 */



@font-face {
    font-family: 'shalmaregular';
    src: url('../fonts/shalma-rp0pe-webfont.eot');
    src: url('../fonts/shalma-rp0pe-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/shalma-rp0pe-webfont.woff2') format('woff2'),
         url('../fonts/shalma-rp0pe-webfont.woff') format('woff'),
         url('../fonts/shalma-rp0pe-webfont.ttf') format('truetype'),
         url('../fonts/shalma-rp0pe-webfont.svg#shalmaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

header .bg-light {
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 0px;
    box-shadow: 0px 0px 5px rgb(0 0 0 /20%);
    background-image: linear-gradient(100deg,#00083d,#00083d);
    position: relative;
}
header .navbar-light .navbar-brand  {
    color: rgb(255 255 255);
     font-size: 18px;
    margin: auto;
}
.logo_part{
    padding: 10px;
    margin: 0px;
}
.navbar-brand img {
    width: 90%;
    margin: auto;
    padding: 0px;
}
header .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgb(255 255 255);
}
header .navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}
header .navbar-light .navbar-nav .nav-link.disabled {
    color: rgb(255 255 255);
}
header .navbar-light .navbar-nav .nav-link.disabled {
    color: rgb(255 255 255);
}
header .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #28a745;
}
header .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #f5f5f7;
}
header ul.navbar-nav.mr-auto {
    text-align: center;
    margin: auto;
    display: i;
    padding: 0px;
}
header li.nav-item.active {
    padding: 0px;
    margin: auto;
    display: inline-block;
    text-align: center;
}
li.nav-item {
	padding: 0px;
	margin: auto;
	display: inline-block;
	text-align: center;
	padding: 0px 7px !important;
}
header a.nav-link {
    font-size: 18px;
    margin: auto;
    color: #fff;
    position: relative;
}
header a.nav-link:before{
    content: "";
    width: 0px;
    height: 2px;
    background-color: #fff;
    top: 100%;
    right: 0px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    transition: all 0.7s linear;
    border-radius: 8px;
}
header a.nav-link:hover:before
{
    width: 100%;
    background-color: #fff;  
}

header .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #00083d;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
header .dropdown-item.active, .dropdown-item:active {
    color: #f5f5f7;
    text-decoration: none;
    background-color: #00083d;
}
header .dropdown-item:hover{
    color:  linear-gradient(100deg,#00c6ff,#0072ff);
     background-color: #00083d;
     color: #fff;
}
header .dropdown-divider {
    height: 0;
    margin: auto;
    padding: 0px;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
header .btn-outline-success {
    color: #000;
    border: 2px solid#28a745;
    border-radius: 7px;
    padding: 7px 13px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #80bdff;
}
header .btn-outline-success:hover {
    color: #fff;
    border: 1px solid #80bdff;
    background-color: none;
}
header .form-control {
    display: block;
    width: 100%;
    padding: 16px 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #28a745;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 18px;
}


header ul.navbar-nav.mr-auto {
	text-align: right !important;
 	float: right !important;
}
.menuheader{ float:right; width:100%; text-align:right;}

/*section*/
.sidenav {
  height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 87px;
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.24);
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #1c3664;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #F7CA18;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.header_bg_images {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    height: 500px;
    background-size: cover;
    width: 100%;
    float: left;
    object-fit: fill;
    position: relative;
}
.about_toptex {
    position: absolute;
    right: 0px;
    top: 30%;
    right: 18%;
}	
.button_banner {
	width:100%;
	float:left;
} 
.button_banner button{ background:#00083d; color:#fff; font-size:14px; padding:5px 20px;}
.about_toptex h2 {
    text-align: right;
    font-size: 52px;
    line-height: 41px;
    font-family: "Gellatio";
    padding: 0;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}
.about_toptex span {
    font-size: 40px;
    padding: 0px;
    margin: 0px;
}
.about_toptex h3 {
    text-align: right;
    font-size: 25px;
    line-height: 37px;
    padding-right: 134px;
}   
.button_banner button {
    background: #00083d;
    color: #fff;
    font-size: 22px;
    margin-right: 45px;
    margin-top: 32px;
    text-decoration: none;
    padding: 11px 110px 15px 38px;
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 4px 12px rgb(0 0 0 / 20%);
    font-weight: 700;
    border: none;
}
.button_banner button:hover {
    filter: brightness(1.2);
    transition: all 0.5s ease;
}
.top_tex {
    position: absolute;
    right: 0px;
    top: 30%;
    right: 18%;
}
h2 {

}


/****************madtery_part**********************/
.madtery_part{
	background-image: url(../images/banner02.jpg);
	background-repeat: no-repeat;
	
	background-size: cover;
	width: 100%;
	float: left;
	object-fit: fill;
}
.time-images {
    float: left;
    width: 100%;
    margin-top: 110px;
}
.time-images img {
    width: 100%;
    float: left;
}
.madtery_text{
	margin-top: 130px;
	float: left;
	padding: 0px;
	height: auto;
}
.madtery_text h3 {
    font-size: 29px;
    color: blackd;
    font-family: "Gellatio";
    padding-bottom: 15px;
    color: black;
    color: #657787;
}
.madtery_text p {
    font-size: 20px;
    color: #657787;
    line-height: 28px;
    font-family: 'Raleway';
}
.form-heading p {
    font-size: 20px;
    color: #657787;
    line-height: 28px;
    font-family: 'Raleway';
}
input#email {
    height: 53px;
    width: 100%;
    border: 2px solid#dedede;
    padding: 0 15px;
    background-image: url(../images/input-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
    margin-right: 18px;
}
input#pwd {
    height: 53px;
    width: 100%;
    border: 2px solid#dedede;
    padding: 0 15px;
    background-image: url(../images/input-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
    margin-right: 18px;
}
button.btn.btn-default {
    background-color: #00083d;
    padding: 0px 15px;
    height: 53px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 25px;
    border: 0;
    cursor: pointer;
    font-family: 'Raleway';
}
/******************Instagram_part****************************/
.Instagram_part{
	width: 100%; margin: auto;
	padding: 50px 0px  80px 0px;
	float: left;
	display: inline-block;
	height: auto;
    background-color: #fff;
}
.Instagram_part h2 {
    text-align: center;
    font-size: 50px;
    color: black;
    padding-bottom: 12px;
    margin: 0px;
    font-family: 'Modern' !important;
}
.Instagram_part span {
     color: #91bfbd;
    font-family: "Gellatio";
    font-size: 32px;
    font-weight: normal;
}
.instagram_btn {
    text-align: center;
    margin: auto;
    padding: 0px;
}
.instagram_btn a {
    font-size: 19px;
    color: #91bfbd;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    border: 2px solid #91bfbd;
    padding: 10px 33px;
    border-radius: 4px;
    font-weight: 700;
}
.instagram_btn  span {
    padding-right: 7px;
    padding-top: -13px;
    font-size: 27px !important;
    margin: auto;
}
.instagram_btn:hover a{
	color: #00083d;
	border: 2px solid#00083d;

}
.instagram_btn:hover i {
    color: #00083d;
    

}
.instagram_btn:hover span{
    color: #00083d;
    

}
.instgram_images {
	margin: 0px;
	width: 100%;
	border: 2px solid #00083d;
}
.instgram_images img {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}
.all_insta{ width:100%; float:left; padding:30px 0 20px}

/***********footer_part*********************/


.socialmediaince a {
    margin: 0px;
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #7e7e7e;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 0px;
    line-height: 30px;
    transition: all 0.5s ease-in-out;
    border: 2px solid #7e7e7e;
    margin: 0px 10px;
    
}

.socialmediaince a:hover{
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 1px solid rgba(55,55,55,0.14);
    padding: 16px 15px 16px 15px;
    font-weight: normal;
    color: black;
    background: transparent;
    background-image: url(../images/input-bg.png);
    font-size: 16px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 190px;
    height: 51px;
    border-radius: 4px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	 border: 1px solid rgba(55,55,55,0.14);
    padding: 16px 15px 16px 15px;
    font-weight: normal;
    color: black;
    background: transparent;
    background-image: url(../images/input-bg.png);
    font-size: 16px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 190px;
    height: 51px;
    border-radius: 4px;

}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid rgba(55,55,55,0.14);
    padding: 16px 15px 16px 15px;
    font-weight: normal;
    color: white;
    background: #fff;
    font-size: 16px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 183px;
    border-radius: 4px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #00083d;
    border: 1px solid #00083d;
    margin-top: 15px;
    padding: 10px 33px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 1px 2px  8px rgba(0 0 0/20%)
}
label#recaptcha-anchor-label {
  border: 1px solid rgba(55,55,55,0.14);
    padding: 16px 15px 16px 15px;
    font-weight: normal;
    color: black;
    background: transparent;
    background-image: url(../images/input-bg.png);
    font-size: 16px;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 190px;
    height: 51px;
    border-radius: 4px;
}

/*************about**********************/


.about h2 {
    font-size: 142px;
    color: #b29253;
    font-family: Gellatio;
    /* line-height: 83px; */
    text-align: right !important;
    margin: auto;
    padding-right: 117px;

}
.about h3 {
    text-align: right;
    padding-right: 205px;
    padding-top: 25px;
    /* background-color: #dce8e7; */
    color: #000000;
}
.aboutme_part {
	background-image: url(../images/banner02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	height: auto;
	object-fit: fill;
	padding: 50px 0;
}
.aboutme_part h2 {
    padding: 25px 0px 8px 0px;
    margin: 0px;
    font-size: 36px;
    color: #00083d;
    font-family: "Gellatio";
}
.aboutme_part p {
    font-size: 18px;
    color: #657787;
    font-family: 'Gotham';
    line-height: 26px;
    padding-top: 8px;
    font-weight: 300;
}

/******************seravices_part*********************/
.seravices_part{
	background-color: #a8cbca;
	width: 100%; margin: auto;
}
.servicess_banner{
	width: 100%;
	margin: 0px;
	padding-top: 80px;
}
.text_left h2 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
    color: #657787;
    text-transform: uppercase;
    font-family: 'Raleway';
    padding: 0px !important;
    margin: 0px !important;
}
.text_left span {
        font-size: 2.5em;
    font-family: 'Nunito Sans';
    color: #00083d;
    font-weight: 800;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}
.text_left p{
    font-family: 'Nunito Sans';
    font-size: 1.2em;
    /*color: #657787;*/
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}
#text_block-27-6 {
    font-family: 'Nunito Sans';
    font-size: 1.5em;
    color: #657787;
    font-weight: 600;
}
.text_right{
	margin: auto;
	max-height: 100%;
}
.text_right img {
    max-width: 100%;
    width: 100%;
    position: relative;
    right: -98px;
    top: -59px;
}
/********************seo_services****************************/
.seo_services{
	background-image: url(../images/banner02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	object-fit: fill;
	width: 100%;
	/*height: 510px;*/
    height: fit-content;
	float: left;
	display: inline-block;
	background-color: #edf0f0;
}
.seo_services h2 {
    text-align: center;
    padding: 60px 0px 36px 0px;
    margin: 0px;
    font-size: 36px;
    color: #00083d;
    font-family: "Gellatio";
}
.seo_part {
    width: 100%; 
    border: 2px solid#e9e8e8;
    padding: 31px 10px 50px 10px;
    border-radius: 12px;
     box-shadow: 1px 2px 8px rgb(0 0 0 / 20%);
}
.seo_part h3 {
    text-align: center;
    font-size: 24px;
    color: #00083d;
    padding: 10px 0px 15px 0px;
    font-family: "Gellatio";
}
.seo_part p {
    text-align: center;
    width: 76%;
    margin: auto;
    font-size: 18px;
    font-family: 'Gotham';
    padding-bottom: 18px;
    line-height: 30px;
}
.seoservices_button {
    text-align: center;
    margin: auto; 
    padding: 0px;
    padding-top: 23px;
}
.seoservices_button a {
    text-decoration: none;
    color: #91bfbd;
    width: 100%;
    height: 200px;
    border: 2px solid#91bfbd;
    padding: 7px 33px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Gotham'
}
.seoservices_button i.fa.fa-play {
    padding-left: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #91bfbd;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-left: 20px;
    font-size: 18px;
}
/*********************seo_knowledge_part****************************/
.seo_knowledge_part{
	width: 100%; margin: auto;
	height: auto;display: inline-block;
	float: left;
	background-color: #fff;
	padding: 30px 0px 50px;
}
.seo_knowledge_part .center_div{
	text-align: center;
	margin: auto;
	
}
.seo_knowledge_part .center_div h2{
	color: #00083d;
	margin-top: 15px;
	font-weight: 800px;
	font-size: 2rem;
	padding: 0px;
}
.seo_knowledge_part .center_div p{
	font-family: 'Nunito Sans';
    font-size: 26px;
    color: #657787;
    font-weight: 500;
    line-height: 1.5;
   padding-bottom: 27px;
}
.seo_knowledge_part .man_div{
	text-align: center;
	margin: 0px;
	padding: 30px 0px;
	background-color: #fff;
	box-shadow: 1px 2px 8px rgb(0 0 0 / 20%);
	border-radius: 8px;
}
.seo_knowledge_part .man_div div#text_block-71-6 {
    font-size: 71px;
    padding: 0px;
    margin: 0px;
}
.seo_knowledge_part .man_div div#text_block-90-6 {
	font-size: 71px;
    padding: 0px;
    margin: 0px;
}
.seo_knowledge_part .man_div div#text_block-110-6 {
	font-size: 71px;
    padding: 0px;
    margin: 0px;
}
h3#headline-seo {
    font-size: 32px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #000;
}
h3#text_block-seo {
    font-family: 'Nunito Sans';
    color: #657787;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 10px;
}


/****************girrajsharma_seoconsultant****************/
.girrajsharma_seoconsultant{
	width: 100%; margin: auto;
	float: left;display: inline-block;
	height: all;
	padding: 30px 0px;
    background-color: #fff;
}
.girrajsharma_seoconsultant h4 {
    font-size: 36px;
    font-weight: bold;
    line-height: 53px;
    padding-bottom: 15px;
    margin: auto;
    float: left;
    color: #00083d;
}
.girrajsharma_seoconsultant p {
	font-family: 'Nunito Sans';
    font-size: 1.2em;
    color: #657787;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
}
.girrajsharma_seoconsultant .images_monusharma{
	padding-top: 200px;
    padding-left: 64px;
}
.girrajsharma_seoconsultant .images_monusharma img {
    
    width: 100%;
    margin: auto;
    max-width: 100%;
    border-radius: 40px;
}
/*========================================*/
.login-form{
    /* position: absolute; */
    /* top: 50%;
    left: 50%; */
   /* transform: translate(-50%, -50%); */
/* margin-left: 15%;
margin-top: 5%; */
   width: 90%;
    max-width: 450px;
    background-color: #f9f9f9;
    padding: 20px 30px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.login-form .form-title{
    font-family: "Montserrat",sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0px 20px;
    color: black;
}
.login-form .form-input{
    margin: 10px 0px;
}
.login-form .form-input label,
.login-form .captcha label{
    display: block;
    font-size: 15px;
    color: black;
    margin-bottom: 5px;
}
.login-form .form-input input,
.login-form .captcha input{
    /*border: none;*/
    border-bottom: 2px solid black;
    background-color:  #f9f9f9;
}
.login-form .form-input input{
    width: 100%;
    padding: 10px;
    font-size: 15px;
}
.login-form .form-input textarea{
    width: 25.5vw;
    border: 2px solid black;
    
}
.section123{
    color: #333;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .input_field {
    position: relative;
    height: 45px;
    margin-top: 15px;
    width: 100%;
  }
  .refresh_button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #826afb;
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
  }
  .refresh_button:active {
    transform: translateY(-50%) scale(0.98);
  }
  .input_field input,
  .button button {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 8px;
  }
  .input_field input {
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .captch_box input {
    color: #6b6b6b;
    font-size: 22px;
    pointer-events: none;
  }
  .captch_input input:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  }
  .message {
    font-size: 14px;
    margin: 14px 0;
    color: #826afb;
    display: none;
  }
  .message.active {
    display: block;
  }
  .button button {
    background: #826afb;
    color: #fff;
    cursor: pointer;
    user-select: none;
  }
  .button button:active {
    transform: scale(0.99);
  }
  .button.disabled {
    opacity: 0.6;
    pointer-events: none;
  }


.form-submit #submit-btn{
    margin-top: 5px;
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    background: #92b1fb;
    color: #0a0a0a;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
}

/***************transparent_seo************************/
.transparent_seo{
	width: 100%; margin: auto;
	float: left;
	display: inline-block;
	height: auto;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 20px 0px;
    background-color: #fff;
}
.transparent_seo h2 {
    font-family: 'Nunito Sans';
    color: #00083d;
    font-weight: 800;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2em;
}
.transparent_seo h3 {
    font-family: 'Nunito Sans';
    font-size: 1.5em;
    color: rgba(0,114,255,0.98);
    font-weight: 600;
}
.transparent_seo span{
    font-family: 'Nunito Sans';
    font-size: 1em;
    color: #657787;
    font-weight: 600;
}


/******************businesses_seopart*****************/
.businesses_seopart{
	width: 100%; margin: auto;
	height: auto;display: inline-block;
	float: left;
	padding: 45px 0px;
    background-color: #fff;
}
.businesses_seopart h2 {
    font-size: 48px;
    line-height: 58px;
    color: #00083d;
    font-weight: bold;
    padding-bottom: 30px;
    margin: 0px;
    float: left;
}
.businesses_seopart p {
    color: #657787;
    font-family: 'Nunito Sans';
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5;
    margin: 0px;
    float: right;
}
.button_same {
    margin-top: 45px;
    padding: 0px;
    float: left;
}
.button_same a {
	padding: 15px 41px;
	margin: 0px;
	font-size: 18px;
	border-radius: 50px;
	background-image: linear-gradient(100deg,#00083d,#00083d);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border: none;
	text-decoration: none;
}
.businesses_seopart .businesses_img {
    padding: 0px; 
    margin: 0px;
}
.businesses_seopart .businesses_img img {
    max-width: 450px;
    width: 450px;
}
/**************finding_scaledseo**************************/
.finding_scaledseo{
    width: 100%; margin: 0px;
    height: auto;
    display: inline-block;
    float: left;
    padding: 10px 0px 60px;
    border-top: 1px solid #eee;
    border-bottom:  1px solid #eee;
    background-color: #fff;
}
.center_div {
    text-align: center;
    margin: auto;
   
}
.finding_scaledseo .center_div h2 {
    font-family: 'Nunito Sans';
    color: #00083d;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.1;
    margin: auto;
    padding-top: 20px;
}
.finding_scaledseo .center_div p {
    color: #657787;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Nunito Sans';
    margin-top: 10px;
    padding-bottom: 38px;
}

.finding_scaledseo h3 {
     font-family: 'Nunito Sans';
    color: #00083d;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.1;
    margin: auto;
    text-align: left;
}
p.page_hide {
    color: #657787;
    font-size: 18px;
    float: left;
    padding-top: 13px;
}
.finding_scaledseo .Monthly_images img {
    width: 450px;
    /* text-align: right; */
    margin: auto;
    float: right;
    margin-right: 31px;
    margin-top: 28px;
}
.finding_scaledseo i.fa.fa-hand-o-right {
    color: #ffc83d;
    font-size: 34px;
    margin-right: 24px;
    margin-top: 13px;
    width: 31px;
    float: left;
}
p.seo-fafaince {
    color: #657787;
    font-size: 20px;
    margin-top: 10px;
    padding: 0px;
    margin: 0px;
    width: 98%;
    float: right;
    margin-top: 14px;
}
p.businesses_seotext {
    color: #657787;
    font-size: 18px;
    float: left;
    padding-top: 13px;
}
.successes_part {
    width: 100%;
    margin: auto;
    float: left;
}
.successes_part .ince_part {
    width: 8%;
    float: left;
    margin: auto;
    padding-top: 10px;
}
.successes_part .ince_part  img {
    width: 31px;
    padding: 0px 0px 0px 10px;
}
.text_ince_part {
    width: 92%;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}
.successes_part .text_ince_part p {
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 0px;
    color: #657787;
    font-family: 'Nunito Sans';
}
 
 /*****************google_Mybusiness**************************/
.google_Mybusiness{
    width: 100%; margin: 0px;
    padding: 90px 0px;
    height: auto;display: inline-block;
    float: left;
    background-color: #fff;

 }
.google_Mybusiness .business_bgpart{
    width: 100%; margin: auto;
    padding: 40px 0px;
    text-align: center;
}
.google_Mybusiness .business_bgpart .Google_inceimages {
    margin: auto;
    padding: 0px;
    text-align: center;
}
.google_Mybusiness .business_bgpart .Google_inceimages img {
    width: 64px;
    margin-bottom: 20px;
}
.google_Mybusiness .business_bgpart h2 {
    color: #00083d;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0px;
    display: inline-block;
}
.google_Mybusiness .business_bgpart p {
    color: #657787;
    font-size: 19px;
    padding-bottom: 10px;
    margin: auto;
}

/***********helped_countless*****************/
.helped_countless{
    width: 100%; margin: auto;
    display: inline-block;
    float: left;
    height: auto;
    padding-bottom: 45px;
    background-color: #fff;
}
.helped_countless h2{
    color: #657787;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.helped_countless h3 {
    color: #00083d;
    padding: 0px;
    margin: 0px;
    font-size: 32px;
    font-weight: 700;
    line-height: 55px;
}
.helped_countless p {
	color: #000;
	font-size: 22px;
	padding: 10px 0 0;
	margin: auto;
	float: left;
	width: 100%;
}
.helped_countless img {
    width: 100%;
    padding-top: 157px;
    margin: auto;
    max-width: 100%;
}
.seo_consultant_part{
    background-color: #fff;
    box-shadow:0 4px 12px rgb(0 0 0 / 20%);
    padding: 53px 20px;
    margin-top: 79px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}
.seo_consultant_part p {
    text-align: center !important;
    font-size: 22px;
    line-height: 29px;
    margin: auto;
    display: inherit;
    color: #404040;
    padding-bottom: 33px;
    font-weight: 600;
}
.seo_consultant_part span {
    text-align: center !important;
    font-size: 22px;
    line-height: 29px;
    margin: auto;
    display: inherit;
    color: #404040;
    font-weight: 600;
}
.choose_seo {
    margin-top: 190px;
    color: #00083d;
    line-height: 1.2;
    margin-bottom: 20px;
    font-size: 34px;
}
.text_block-110-29 {
    color: #657787;
    font-size: 1.2em;
    margin-bottom: 20px;
}





@media only screen and (max-width: 575px) {


.bg-light {
    width: 100%;}


}



.footer-section ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
	background-color: #151414;
	width: 100%;
	float: left;
}
 
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
    color: #ffffff;
    font-size: 30px;
    float: left;
    margin-top: 20px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
    padding-top: 16px;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 17px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 16px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #fff;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #fff;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 13px 20px;
    border: 1px solid #7e7e7e;
    top: 0;
}
.subscribe-form button i {
  color: #000;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #fff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #fff;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-content {
    position: relative;
    z-index: 2;
    padding-top: 31px;
    padding-bottom: 31px;
}
.footer-cta {
    padding: 14px 0px 16px;
    margin: 0px;
}



/*************CONTACT****************/
section.contact_part {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: auto;
    display: inline-block;
    float: left;
    background-color: #4c5385;
    padding: 45px 0px;
}
section.contact_part h2 {
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 60px;
    /*text-transform: uppercase;*/
    font-family: 'Graduate'

}
section.contact_part p {
    text-align: center;
    position: relative;
    font-size: 22px;
    line-height: normal;
    top: 20px;
    color: #fff;
    font-weight: 300;
    opacity: 0.88;
    font-family: 'Poppins';
}
.contact_part_from{
    width: 100%;
    padding: 60px 0px;
    height: auto;
    display: inline-block;
    float: left;
    background-color: #fff;
}
.contact_part_from .your_name{
    border: 1px solid rgba(71, 79, 81, 0.32);
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 300;
    color: #474f51;
    border-radius: 0;
    background-color: #fff;
    background-image: url(../images/input-bg.png);
    background-size: auto;
    background-repeat: repeat;
    width: 100%;
    /*text-transform: uppercase;*/
}
.form-group.form-check {
    margin-top: 19px;
    padding: 0px;
}
input#exampleCheck1 {
    font-size: 23px;
    width: 20px;
    height: 20px;
    margin-left: 0px;
}
label.form-check-label {
    margin-left: 30px;
    margin-top: 3px;
    font-size: 17px;
    padding: 0px;
    color: #000;
}
button.btn.btn-primary {
    background-image: url(../images/btn-head.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 6px 10px 2px rgba(95, 193, 168, 0.2);
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-family: 'Poppins';
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    border-radius: 0;
    border: none;
    width: 225px;
    max-width: 100%;
    background-color: transparent;
    background-position: center center;
    position: relative;
    top: 0;
    transition: top 0.5s;
    background-color: #5ebfa6;
}


textarea.wpcf7-form-control.wpcf7-textarea {
     border: 1px solid rgba(71, 79, 81, 0.32);
    padding: 15px;
    height: 150px;
    line-height: normal;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 300;
    color: #474f51;
    border-radius: 0;
    background-color: #fff;
    background-image: url(../images/input-bg.png);
    background-size: auto;
    background-repeat: repeat;
    width: 100%;
    /*text-transform: uppercase;*/

}

/*------------------------------------------------------------------------------------------*/
/* ========================================================= ABOUT PAGE START ==================================================== */
.heading0{
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 20px auto;
}
.heading0 #h1{
  font-size: 50px;
  color: #000;
  margin-bottom: 25px;
  position: relative;
}
.heading0 #h1::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  margin: 0 auto;
  background-color: #4caf50;
}
.pair_about{
  width: 90%;
  margin: 0 auto;
  padding: 10px 20px;
}
.about{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-image{
  flex: 1;
  margin-right: 20px;
  /* padding-left: 8%; */
  text-align: center;
  /* border: 1px solid black; */
  overflow: hidden;
}
.about-image img{
  /* border: 1px solid black; */
  max-width: 80%;
  height: auto;
  display: block;
  transition: 0.5s ease;
}
.about-image:hover img{
  transform: scale(1.1);
}
.about-content2{
  flex: 1;
}
.about-content2 p{
  font-size: 20px;
  line-height: 1.5;
  color: #666;
}

/* media query of about page start */
@media screen and (max-width: 768px)  {
  .heading0{
    padding: 0px 20px;
  }
  .heading0 h1{
    font-size: 36px;
  }
  .pair_about{
    padding: 0px;
  }
  .about{
    padding: 20px;
    flex-direction: column;
  }
  .about-image{
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .about-content2 p{
    padding: 0px;
    font-size: 16px;
  }
}
/*   media query of about page ends  */
/* ============================================================= ABOUT PAGE ENDS ================================================== */


