/* Your custom styles */

body{
  margin: 0px;
  padding: 0px;
  width:100%;
  min-height:100%;
  background: #fff;
  color:#000;
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
  font-size: 14px;
}

a:visited, a:focus, a:hover, a.active{
  color: #999;
  text-decoration: none;
}

h1,h2,h3,h4{
  margin: 0px;
  font-family: 'Josefin Sans', sans-serif !important;
}

ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom:0px 
}

.mt-b-20 {
    margin: 20px 0px;
    float: left;
    width: 100%;
}

h1{
  font-size: 30px;
}

h2{
  font-size: 24px;
}

h3{
  font-size: 20px;
}

h4{
  font-size: 18px;
}

p {
    font-size: 17px;
    text-align: justify;
    float: left;
    width: 100%;
    line-height: 22px;
    font-weight: 200;
}


/*-- header start ---*/

.section-box {
    float: left;
    width: 100%;
    position: relative;
}

.header-section {
  background: #fff;
 /* box-shadow: 0px 1px 6px rgba(0,0,0,0.4);*/
  z-index: 999999;
}

/*.header-section{
    background:rgba(0,0,0,0.3);
    box-shadow: 0px 1px 6px rgba(0,0,0,0.4);
    z-index: 1;
}*/

.head-top {
    padding: 3px 15px;
    border-bottom: 1px solid #eee;
}

.top-nav {
    float: left;
    width: 224px;
    padding: 8px 0;
}

.top-nav img {
  width: 200px;
  padding-top: 0px;
}

.top-nav-1 img {
    width: 187px;
    padding: 5px 0 0 0;
    border-left: 1px solid #eee;
}

.top-info {
    float: left;
    width: 100%;
    text-align: right;
    /*padding: 16px 0px;*/
    padding: 21px 0px 9px;
}

.top-info span {
    padding-left: 20px;
    color: #fff;
}

.top-info span i {
    color: #fbab0c;
    padding-right: 5px;
    font-size: 19px;
}

/*.ggl-log img {
  width: 100%;
}
*/

.partner-login-box {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.part-login {
    background: #000;
    padding: 10px 20px;
    color: #fff !important;
    background: #272523;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 13px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
    display: inline-block;
}
/*---- navigation section start  ---*/

.navigation-section {
    /*background-image: url("../img/bgbanner.jpg");*/
    background-size: cover;
    width: 100%;
    float: left;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.home-baner{
  float: left;
  width: 100%;
  text-align: center;
}
/*--- menu start --*/

.main-menu {
    padding: 0 0 0 0;
    float: right;
}

.menu-tab li a {
  color: #000 !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  font-size: 13px;
  /* font-weight: 600 */
  text-transform:  uppercase;
}

.menu-tab .active .nav-link {
    color: #fbab0e !important;
    font-weight:600;
}

/*.main-menu {
    padding-top: 20px;
    margin-top: 79px;
}*/

/*.header-fix {
    position: fixed;
    top: 79;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
    height: auto;
    background-color: transparent;   
}
*/
.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 10000;
  /* -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); */
  /*transition: all 0.2s ease-in-out;*/
  height: auto;
  background-color: #fff;
}

.active-bar {
  background-color: #fff !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.active-bar .menu-tab li a {
  color: #000 !important;
}

.header-fix .active-bar {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.log-n-767{
  display: none;
}

/*.typewriter{
    float:left;
    width: 100%;
    margin:16% 0%;
    text-align: center;
}*/

.typewriter {
  float: left;
  width: 100%;
  margin: 20% 0% 6% 1%;
  text-align: center;
  position: absolute;
}

.typewriter img {
    text-align: center;
    margin-bottom: 30px;
    width: 70%;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    border-radius: 7px;
}

.svg-box {
  float: left;
  width: 95%;
  margin: 12% 0%;
  opacity: 0.4;
}

.typewriter h1 {
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 58px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #eee;
    letter-spacing: -4px;
}

.typewriter h1 span {
    /*    background: linear-gradient(to left, #ffc416 0%,#f99827 100%);
    display: inline-block;
    text-decoration-color: #000 !important;
    color: #fff;
    padding: 24px 24px 0px;
    letter-spacing: -9px;
    margin: 0px 0 12px 0;
*/
  }

.know_more_front {
    width: 100%;
    float: left;
    text-align: left;
}

.know_more_front a {
    background: #4CAF50;
    text-align: left;
    padding: 18px 18%;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 3% 0 0 0;
    display: inline-block;
    border-bottom: 8px solid #3f9b42;
}

.main_page_image {
    padding: 12% 0 0 0;
    width: 90%;
}
.iner_image {
    padding: 12% 0 0 0;
    width: 69%;
}
.iner_image_suces {
    padding: 12% 0 0 0;
    width: 76%;
}
.iner_image_opt{
  padding: 12% 0 0 0;
    width: 80%;
}
.iner_image_google{
   padding: 14% 0 0 0;
    width: 76%;
}
.typewriter-2 h2 {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}

.typewriter-2 h2 span {
    color: #fbab0e;
}

.grow-hed {
    text-align: left;
    margin-top: 40px;
    font-weight: 600;
    font-size: 30px;
    color: #000000;
}

.grow-hed span {
    color: #fbab0e;
    font-size: 35px;
}

.typewriter-2 {
    float: left;
    width: 100%;
    margin: 16% 0%;
    text-align: center;
}

.typewriter-2 h1 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
}

.typewriter-2 h1 span {
    color: #fbab0e;
}

.typewriter-2 img {
    text-align: center;
    margin-bottom: 30px;
    width: 70%;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    border-radius: 7px;
}

.typewriter-4 {
    float: left;
    width: 100%;
    margin: 30% 0% 6% 1%;
    text-align: center;
}
.typewriter-4 h1 {
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 58px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #eee;
    letter-spacing: -4px;
}
.typewriter-4 h1 span {
    color: #fbab0e;
}
/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}


/*-- --------------header end --------------*/

/*------------Revenu section start  --------*/

.revenu-section{background: #4CAF50; /* Old browsers */background: -moz-linear-gradient(left, #ffc416 0%, #f99827 100%);/* background: -webkit-linear-gradient(left, #ffc416 0%,#f99827 100%); *//* background: linear-gradient(to right, #ffc416 0%,#f99827 100%); */padding-top: 3%;padding-bottom: 3%;color: #fff;letter-spacing: -1px;}

.grow-navigation-section {
  width: 100%;
  float: left;
  z-index: 1;
  height: 80vh;
    background: url(../img/grow-bg.jpg);
    background-size: cover;
}

.revenu-heading h2 {
  font-size: 34px;
  font-weight: 600;
  opacity: 0.8;
}

.revenu-heading h3 {
  font-size: 24px;
  color: #fff;
}

/*.rupee {
    float: right;
    width: 10%;
}*/

.rupee {
    float: right;
    width: 4%;
    padding-top: 4px;
    font-size: 52px;
    margin: 0 18px 0 4px;
    opacity: 0.44;
}

.rupee i {
  font-size: 39px;
  padding-top: 18px;
}

.item-1 {
  float: left;
  width: 100%;
}

.item-1 img {
    width: 100%;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: 0.5;
    padding: 10px;
}

.item-1 img:hover {
    width: 100%;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
    transition:ease-in-out;
}

.client-pading {
  padding-left: 15px;
  padding-right: 15px;
}

/*------------*/


.count
{
  line-height: 100px;
  color:white;
  margin-left:30px;
  font-size:25px;
}

#shiva {

    width: 40px;
    height: 60px;
    background: #3b3b3b;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    float: left;
    margin: 5px;
    letter-spacing: 10px;

}

/*=---------*/

/*----------- Grow section start --------*/



.section-box.grow-section {
    padding-top: 40px;
}

.grow-h3 {
    float: left;
    font-size: 22px;
}

.heading-bg-w-1{
    float: left;
    width: 80%
}

/*.heading-bg-w-1 h2 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
}*/

.heading-bg-w-1 h2 {
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.view-more a {
    color: #000;
    font-weight: normal;
    background: #fcac0e;
    padding: 7px 20px 5px;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}

.heading-bg-w{
    float: left;
    width: 100%
}

.heading-bg-w h2 {
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.yelo {
    width: 58px;
    text-align: left;
    margin-left: 0px;
    margin-top: 2px;
    border-color: rgba(0,0,0,0.24);
    border-width: 4px;
}

.blck{
    width: 58px;
    text-align: left;
    margin-left: 0px;
    margin-top: 2px;
    border-color: #000;
    border-width: 4px;
}

.view-more {
    float: left;
    width: 20%;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.grow-container {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.grow-box {
    width: 18%;
    margin: 0% 1%;
    box-shadow: 0px 1px 12px rgba(0,0,0,0.2);
    padding: 30px 20px;
    text-align: center;
    float: left;
}

.grow-box img {
    padding: 15px;
}

.grow-box h3 {
    font-size: 15px;
}

/*---modal --*/

.my-modal{
  z-index: 10000;
}

.grow-box button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

/*------------- optimize section start ---------*/


.optimize-section {
    background: #7D7D9A;
    color: #fff;
    padding: 40px 0px;
}

.optimize-navigation-section {
  width: 100%;
  float: left;
  z-index: 1;
  height: 80vh;
 background: url(../img/opt-bg.jpg);
  background-size: cover;
}
.suces-bg{
   background: url(../img/sucess-story-bg.png);
  background-size: cover;
}
.gcpp-bg{
   background: url(../img/gcpp-bg.jpg);
  background-size: cover;
}
.view-link {
    display: block;
    float: left;
    font-size: 12px;
    color: #fff !important;
    background: rgba(0,0,0,0.44);
    text-transform: uppercase;
    padding: 10px 20px 8px;
}

.heading-bg-w-3 h2 {
    font-size: 104px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    opacity: 0.4;
}

/*.heading-bg-w-3 .yelo {
    position: absolute;
    top: 56px;
}*/
/*.opt-heading h3 span {
    color: #fcac0e;
}*/

.opt-h3 {
    font-size: 22px;
    float: left;
    margin-top: 10%;
    margin-bottom: 10px;
    opacity: 0.4;
}

.stick-line {
    border-left: 1px solid #fff;
    height: 290px;
    margin-left: 67px;
    width: 6%;
    float: left;
}

.stick-bulet {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 40px;
    position: relative;
    margin-left: -8px;
}

.opt-heading {
    float: left;
    width: 80%;
}

.opt-heading h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.cal-action {
  display: block;
  background: #4CAF50;
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 10px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
}
.opt-2-768 a {
    color: #fbab0e;
    font-weight: 600;
}


/*------------ client section start -----*/

.client-section {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.owl-prev .arow-l {
  position: absolute;
  left: -45px;
}

.owl-next .arow-r {
  position: absolute;
  left: 55px;
}

/*.carousel-1 {
    padding-left: 15px;
    padding-right: 15px;
}

.carousel-1 .owl-item {
  margin-right: 20px;
}
*/
/*------------client section end-----------*/


/*----------- stats section start ---------*/

.stats-section{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f2f2f2
}

.stats-box h3 span {
    text-transform: none;
    font-size: 18px;
}

.stats-box {
    width: 100%;
    float: left;
    text-align: center;
}

.stats-box h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
}

.stats-box h2 {
    font-size: 31px;
    font-weight: 700;
    margin-top: 10px;
}                                                                          

.heading-bg-y h2 {
  font-weight: 600;
}

.stats-p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 15px;
  margin-bottom: 0px;
}

/*.heading-bg-y h2 span{
  text-transform: uppercase;
  font-weight: 700
}*/
/*----------stats section end --------------*/

/*---------- testimonial section start ---------*/

.testimonial-section {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;

}

.black-text h2 {
    color: #000;
}

.testimonial-box {
    box-shadow: 0px 1px 9px rgba(0,0,0,0.2);
    padding: 30px;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: 325px;
    margin-bottom: 10px;
    text-align: center;
}

.testimonial-box img {
    width: 100%;
}

.testimonial-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 30px;
}

.testimonial-box h2 {
  font-size: 20px;
  margin-bottom: 2px;
  font-weight: 700;
  margin-top: 10px;
  color: #fcac0f;
}

.testimonial-box p{
  text-align: center;
}

.testimonial-box h3 {
    font-style: italic;
    font-size: 16px;
}

.test-arow {
  background: #333 !important;
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 23px;
  /* background: none !important; */
  /* color: rgb(247, 88, 24); */
  /* font-family: 'FontAwesome'; */
  /* font-size: 40px; */
  /* line-height: 60px; */
  margin-top: 140px;
  position: absolute;
  /* text-align: center; */
  width: 27px;
  margin-left: -14px;
  /* margin-right: -60px; */
  box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
  padding: 3px;
}

.contact-box a {
    background: #fcac0f !important;
    font-size: 18px;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
    margin: 5% 0%;
}
.contact-box a:hover {
    background: #000 !important;
    color: #fcac0f;
}
.carousel-2 .owl-prev {
  margin-left: -40px !important;
}

.carousel-2 .owl-next {
  margin-right: -40px !important;
}

/*--------- testimonial section end --------*/

/*--------- contact section start ----------*/

.contact-section {
  background-image: url("../img/contactform_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}

.white-head h2 {
  color: #fff;
}

.contact-input {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact-input .form-control:focus{
  background: #000c;
  color: #fff !important;
  border: 2px solid rgba(252, 172, 14, 0.68);
}

.contact-input .form-control{
  color: #fff !important
}

.contact-input input {
  background: #000c;
  border: none;
  margin-bottom: 10px;
  height: 40px;
  color: #fff !important;
  font-weight: bold;
}

.contact-input textarea {
  background: #000c;
  color: #fff !important;
  border: none;
  height: 90px;
  font-weight: bold;
}

.rwadx-btn{
  background: #fcac0e;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
}

/*--------------- footer section start ----------*/

.footer.section {
    background: #444444;
}

.footer-logo {
    float: left;
    width: 100%;
}

.footer-logo img {
    width: 120px
}

.contact-info {
    float: left;
    width: 100%;
    color: #fff;
}

.contact-info h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 15px;
}

.contact-info h3 {
    font-size: 15px;
    margin-bottom: 6px;
    color: rgba(255,255,255,0.7);
}

.follow-box{
  width: 100%;
  float: left;
}

.follow-box h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 15px;
  color: #fff;
}

.socl-link li {
  display: inline-block;
  background: #fcac0e;
  width: 40px;
  text-align: center;
  height: 40px;
  border-radius: 50px;
  margin-right: 5px;
}

.socl-link li a  {
  display: block;
}

.socl-link li .svg-inline--fa {
    /* padding-top: 12px; */
    font-size: 21px;
    margin-top: 10px;
    color: #333;
}
.contact-info h3 i {
    padding-right: 10px;
    width: 20px;
}

.p-cont i:first-child {
    transform: rotateZ(106deg);
    text-align: -webkit-auto;
    margin-left: -3px;
}

.powerd-by{
  float: left;
  width: 100%;
  text-align: center;
}

.powerd-by p{
  text-align: center;
  padding: 15px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0px;
}

.btm-line {
  color: #fff;
  width: 100%;
  border-bottom: 1px solid rgba(116, 108, 108, 0.7);
  height: -2px;
  margin-top: 40px;
  margin-bottom: 5px;
}


/*--- publiser section --*/


.publisher-section {
    float: left;
    width: 100%;
    background-image: url(https://s3-ap-southeast-1.amazonaws.com/marketing-readwhere/rwadx_newdesign/main_2.jpg);
    padding: 50px 0px;
        background-size: cover;
}

.orange-text h2 {
    color: #f75818;
}

.orange-text h3 {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}

.para-text{
  color: #fff;
  opacity: 0.7;
}

/*---- revenu section ---*/


.black-text h2 {
    color: #000;
}

.revenu-box {
    box-shadow: 0px 1px 9px rgba(0,0,0,0.2);
    padding: 30px;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: 325px;
    margin-bottom: 10px;
}

.revenu-box img {
    width: 212px !important;
}



.car-arow {
    background: #333 !important;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 23px;
    /* background: none !important; */
    /* color: rgb(247, 88, 24); */
    /* font-family: 'FontAwesome'; */
    /* font-size: 40px; */
    /* line-height: 60px; */
    /* margin-top: -30px; */
    /* position: absolute; */
    /* text-align: center; */
    width: 27px;
    /* margin-left: -60px; */
    /* margin-right: -60px; */
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    margin-top: 14px;
    padding: 3px;
}

.owl-next, 
.owl-prev {
  height: 100%;
  position: absolute;
  top: 0;
  width: 40px;
}
.owl-next {
  right: 0;
}
.owl-prev {
  left: 0;
}
.owl-next:hover .fas, 
.owl-prev:hover .fas {
  background: rgb(252, 172, 14) !important;
  color:#fff;
}

.owl-next, .owl-prev{
    background:none !important;
}

.about-section-detail-2 strong a {
    color: #f38c3f;
}

/*.icon-arrow-left7 { left: 0; }
.icon-arrow-left7:before { content: "\f104"; }
.icon-arrow-right7 { right: 0; }
.icon-arrow-right7:before { content: "\f105"; }
*/
/*--- optimize section --*/

/*------------ about us page start ----------*/


.about-navigation-section {
    width: 100%;
    float: left;
    z-index: 1;
    height: 80vh;
    background: url(../img/about-bg.jpg);
  background-size: cover;
}

.about-section{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fcac0f
}

.heading-bg-y{
    float: left;
    width: 100%
}

.about-service {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

.about-service h3 {
    font-size: 16px;
    margin-top: 10px;
}

.about-section-detail{
  padding-top: 40px;
  padding-bottom: 10px;
}

.about-section-detail-1{
  padding-top: 25px;
  padding-bottom: 40px;
}

/*--- team section start -----*/

.team-section{
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f6f6f6;
}

.team-container{
  float: left;
  width: 100%;
  margin: 30px 0px;
}

.team-box {
    width: 18%;
    margin: 0% 1%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}

.team-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.team-img img {
    width: 100%;
}

.team-box h3 {
  font-size: 15px;
  font-weight: 600;
  margin:10px 5px 5px 5px;
}

.team-bdr {
  margin: 5px;
  border-bottom: 1px solid #fcac0e;
  width: 67px;
  margin: 0px auto;
}

.team-box h4{
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
}

.d-375{
  display: none;
}

/*------------ about us page end --------------*/

/*------------grow page start ----------------*/

.grow-img {
    width: 100%;
    float: left;
    text-align: center;
}

/*.grow-img img {
  width: 60px;
  float: left;
  margin-right: 10px;
}*/

.grow-img h3 {
  margin-top: 20px;
  font-size: 18px;
  background: #4CAF50;
  font-weight: 500;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.grow-content-box {
  float: left;
  width: 100%;
  padding: 30px;
  min-height: 256px;
  margin-bottom: 10px;
  border: 2px dashed #eee;
}

.grow-content-box p {
  margin-top: 10px;
  color: #000;
  opacity: 0.8;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}

.pd-r {
    padding-right: 5px;
}

.pd-l {
    padding-left: 5px;
}
.rw-ms p {
    padding-bottom: 20px;
}

/*------------ optimize section start -----------*/

.optim-content-box {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 1px 9px rgba(0,0,0,0.3);
}

.optim-img {
  width: 100%;
  float: left;
  background: #fafafa;
  padding: 30px;
}

.optim-content-box h3 {
  padding: 30px 30px 10px 30px;
  float: left;
  width: 100%;
   margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.optim-img img {
  width: 80px;
}


.optim-content-box p {
  text-align: center;
  padding: 10px 30px 30px 30px;
}

/*.opt-img img {
  float: left;
  margin-right: 20px;
}*/

.opt-img h3 {
  margin-top: 0px;
  font-size: 30px;
  color: #000;
  width: 62%;
  float: left;
  line-height: 40px;
  text-align: left;
  font-weight: 800;
  border-bottom: 4px solid #FCC12D;
  text-transform: uppercase;
  letter-spacing: -2px;
}


/*------------optimize section end ---------------*/

/*----------- creative section start -----------------*/

.creative-navigation-section {
    width: 100%;
    float: left;
    z-index: 1;
    height: 80vh;
    background: url(../img/creativ-bg.jpg);
    background-size: cover;
}

.dfp-box {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border-bottom: 2px dashed #ddd;
}

.dfp-img {
  float: left;
  width: 100%;
}

.dfp-img img {
  width: 100%;
}

.dfp-box h3 {
  padding: 20px 20px 15px 20px;
  float: left;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: -1px;
}

.suc-head h2 {
    font-size: 27px;
    text-align: center;
    font-weight: 700px;
    margin-bottom: 20px;
}

.dfp-box p {
  padding: 0px 20px 20px 20px;
  text-align: left;
}

/*---------- success story ----------*/

.succ-story {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding: 15px;
}

.succ-story p {
  text-align: center;
  padding-top: 20px;
}

.succ-story img {
  box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
  padding: 14px;
  margin-bottom: 15px;
  border-radius: 7px;
  width: 110px;
}

.succ-story h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.succ-story h3 a {
  font-size: 16px;
  color: #fbab0c;
}

/*--------- gcpp page start -----------*/

.about-section-detail-2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.gcp-head {
    float: left;
    font-size: 16px;
    margin-bottom: 10px;
}

.gcp-imp {
    float: left;
    width: 90%;
    margin-bottom: 10px;
    list-style: square;
    margin-left: 30px;
}

.gcp-imp li {
  font-size: 18px;
  letter-spacing: -1px;
}

.s-768{
  display: none;
}

.top_up{
  display: inline-block;
   padding: 0px 0px 0px;
   letter-spacing: -9px !important;
   font-size: 93px !important;
   width: 100%;
   text-decoration-color: #FCC12D !important;
}

/*-----------*/

.rupeesign{
  position: absolute;
  top: 1%;
  right: 4%;
  color: #eee;
  font-size: 24em;
}
.dollarsign{
    position: absolute;
    bottom: -6%;
    left: 25%;
    color: #eee;
    font-size: 16em;
}

h1 span.unlock_icon{
  position: absolute;
  background: #4CAF50;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 78px;
  color: rgba(255,255,255,0.44);
  font-size: 45px;
  float: left;
  border-radius: 4px;
  transform: rotate(-20deg);
  top: -40%;
  right: -40%;
  border-bottom: 8px solid #3f9b42;
}

#block1, #block2 {
  display: none;
}
.rotated { 
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.chartsign{
  position: absolute;
  top: 12%;
  right: 46%;
  color: #eee;
  font-size: 5em;
  transform: skewY(0deg);
  opacity: 0.4;
}
.chartsign2{
  position: absolute;
  top: 24%;
  right: 62%;
  color: #eee;
  font-size: 5em;
  transform: skewY(0deg);
  opacity: 0.4;
}
.chartsign3{
  position: absolute;
  bottom: 40%;
  right: 46%;
  color: #eee;
  font-size: 5em;
  transform: skewY(0deg);
  opacity: 0.4;
}
.chartsignr4{
  position: absolute;
  top: 28%;
  right: 32%;
  color: #eee;
  font-size: 6em;
  transform: skewY(0deg);
  opacity: 0.44;
}
.section_box_table_form{
  width: 100%;
  float: left;
  padding: 14vh 0 0 0;
  height: 100vh;
  text-align: center;
}
.form_class_action{
  width: 100%;
  background: #fff;
  padding: 40px 40px;
  display: inline-block;
}
.form_class_action table{
  width: 100%;
  float: left;
  border: 1px dashed #eee;
  border-bottom: none;
}
.form_class_action table tr{
  width: 50%;
  float: left;
  border-bottom: 1px dashed #eee;
  padding: 10px;
  text-align: left;
}
.form_class_action table tr td{
  width: 50%;
  float: left;
  padding: 10px;
  color:#888;
}
.form_class_action table tr td input[type="text"]{
    border: none;
    border-bottom: 2px solid #000;
}
.submit_rwadxform{
      background: #4CAF50;
      text-align: left;
      padding: 10px 18%;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      margin: 3% 0 0 0;
      display: inline-block;
      border-bottom: 8px solid #3f9b42 !important;
      border: none;
}
.submit_rwadxform2{
      background: #888;
      text-align: left;
      padding: 10px 18%;
      color: #fff;
      text-transform: uppercase;
      font-size: 16px;
      margin: 3% 0 0 0;
      display: inline-block;
      border-bottom: 8px solid #999 !important;
      border: none;
}
.typewriter-44{
    float: left;
    width: 100%;
    margin: 3% 0% 6% 1%;
    text-align: center;
}
.typewriter-44 h1{
  color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 58px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #eee;
    letter-spacing: -4px;
}
.year_span_home {
    position: absolute;
    bottom: -71%;
    right: 157px;
    font-size: 6em;
    opacity: 0.24;
    font-weight: 600;
}
.revenu-heading{
  position: relative;
}
.grow-content-box .opt-img{
  width: 100%;
  float: left;
  border-bottom: 1px dashed #eee;
  padding: 20px 0;
  margin-bottom: 20px;
}
.grow-content-box .opt-img img{
  text-align: right;
  float: right;
}
.opt-1-768 p {
  padding-bottom: 60px;
}

.contact-section-area {
  padding-top: 50px;
}
.cont-baner {
  float: left;
  width: 100%;
}

.cont-baner img {
  width: 100%;
}

.modal-content {
    margin-top: 100px;
}

/*--- feedback --*/

.feed-cont {
    float: left;
    width: 440px;
}
.feed-cont img {
    width: 100%;
}
#feedback{
      position: fixed;
      top:100px;
      right:-312px;
          width: 312px;
          background: #fff;
          z-index: 999999;
          box-shadow: 0px 1px 8px #ccc;
    }
    #feedback form {
    float: left;
    width: 300px;
    padding: 40px 10px 20px 30px;
    border-radius: 5px;
}
#feedback input {
    /* margin-bottom: 10px; */
    border: 1px solid #ccc;
    text-indent: 7px;
    height: 34px;
}

#feedback .submit_rwadxform{
  height: 42px;
}

    #feedback a{
      background:url("../img/btn_contact.png")  no-repeat center left transparent;
      display: block;
      width:52px;
      height:175px;
      float: right;
      text-indent:-9999em;
      position: absolute;
      top:90px;
      right:312px;
    }
   /* #feedback a:hover{
      background-position: center right;
    }*/
    #feedback form .btn{
      background:#4caf50;
      width:100%;
      height:38px;
      border:none;
      color: #fff;
      font-size: 16px;
    }
     #feedback form .btn:hover{
      box-shadow: 0px 1px 8px #ccc;
     }
    #feedback form textarea{
      width:250px;
      height:140px;
      border: 1px solid #019AC6;
    }
    #feedback h2 {
    text-align: left;
    color: #e43729;
    font-size: 22px;
    margin-bottom: 10px;
}



/*=================================================*/
/*----------------- responsive start --------------*/

@media only screen and (min-width:320px) and (max-width: 767px){
  /*---header --*/
.head-top {
  padding: 0px 15px;
}

.header-section {
  background: #fff;
  /*box-shadow: 0px 1px 6px rgba(0,0,0,0.4);*/
}

 .top-nav img {
  width: 100%;
  padding-top: 0px;
}

.dn-767 {
  display: none;
}

.log-n-767{
  display: block;
}

.main-menu{
  padding: 0px;
  width: 100%;
}

.main-menu .navbar-toggler{
  padding: 0px;
  border: none;
  width: 41%;
}

.top-nav {
  float: left;
  width: 160px;
}

.ggl-log {
  float: left;
  width: 99px;
  text-align: right;
}

.ggl-log img {
  width: 112px;
  padding-top: 0px;
}

.main-menu button:focus{
  outline: none !important;
}

.menu-tab li a{
  color: #000 !important;
  font-size: 14px;
}

.navigation-section{
  margin-top: 71px;
}

.main-menu .navbar-toggler-icon{
  float: right;
}

/*--- header end --*/
.typewriter h1 span {
font-size: 64px;
padding: 0px 24px 0px;
letter-spacing: 0px;
margin: 0px;
}

.typewriter h1{
  margin-bottom: 3px;
  letter-spacing: -3px;
  font-size: 38px;
}

.know_more_front a {
    padding: 11px 7%;
    font-size: 15px;
    margin: 4% 0 0 0;
}

.main_page_image {
    padding: 0% 0 0 0;
    width: 75%;
}

/*--revenue ---*/

.revenu-heading h2 {
    font-size: 20px;
    }

.heading-bg-w-3 h2 {
    font-size: 20px;
}

.heading-bg-w-3 .yelo {
    position: static;
    top: 65px;
}

.revenu-heading h3 {
  font-size: 16px;
}

.odometer {
  font-size: 20px !important;
  margin-top: 18px;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  margin-left: 3px;
  text-align: center;
  padding-right: 14px;
}

.rupee i {
  font-size: 29px;
  padding-top: 19px;
}

/*revenue end*/

.section-box.grow-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.view-more {
    width: 32%;
  }

  .heading-bg-w-1 {
  width: 68%;
}

.heading-bg-w-1 h2 {
  font-size: 20px;
  font-weight: 600;
}

.view-more a {
    padding: 5px 8px;
    font-size: 13px;
}

.view-link{
    padding: 5px 12px;
    font-size: 13px;
    font-weight: normal;
}

.navigation-section{
  height: 84vh;
}

/*  .heading-bg-w {
  width: 100%;
}*/

.heading-bg-w h2 {
  font-size: 20px;
  font-weight: 600;
}

.yelo {
    width: 38px;
    }

.grow-box {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 9px rgba(0,0,0,0.1);
    padding: 0px 20px;
  }

.grow-container {
  margin: 10px 0px;
}

.grow-box img {
  padding: 15px;
  width: 80px;
  float: left;
}

.grow-box h3 {
  font-size: 15px;
  margin-top: 21px;
}

.optimize-section {
  padding: 20px 0px;
}

.stick-line {
  margin-left: 20px;
  margin-top: 10px;
}

.grow-box button {
    width: 100%;
}

.opt-heading h3 {
  font-size: 12px;
  margin-bottom: 40px;
}

.opt-heading {
  margin-top: 11px;
}

.opt1 {
  margin-bottom: 28px !important;
}

.view-link{
  float: right;
}

.opt-h3 {
    font-size: 18px;
    margin-top: 3%;
}

.grow-h3 {
    float: left;
    font-size: 18px;
}

/*.carousel-1{
  padding: 0px;
}

.carousel-1 .owl-stage-outer {
  width: 100% !important;
  margin-left: 0% !important;
}*/

.client-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.stats-section{
  padding-top: 20px;
    padding-bottom: 20px;
}

.heading-bg-y h2 {
  font-weight: 600;
  font-size: 18px;
}

.stats-box{
  margin-top: 0px;
}

.stats-box img {
  width: 100px;
  float: left;
}

.stats-box {
  padding: 20px 0px;
}

.stats-box h3 {
    font-size: 14px;
    margin-top: 18px;
    }

  .stats-box h2 {
  font-size: 24px;
  margin-top: 0px;
}

.contact-section{
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-input{
  margin-top: 0px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 100px;
}

.contact-info h3{
  font-size: 14px;
}

.contact-info h2 {
    font-size: 16px;
    }

.follow-box h2{
  font-size: 16px;
}

.about-navigation-section{
  margin-top: 76px;
  height: auto;
}

.grow-navigation-section{
  margin-top: 76px;
  height: auto;
}

.optimize-navigation-section{
  margin-top: 76px;
  height: auto;
}

.creative-navigation-section{
  margin-top: 76px;
  height: auto;
}

.rupee {
    float: left;
    width: 6%;
}

.odometer{
  float: none !important;
}

/*--- grow page ---*/

.pd-r {
    padding-right: 15px;
}

.pd-l {
    padding-left: 15px;
}

/*---- abou page----*/

.team-box {
    width: 100%;
    }

    .team-img {
    height: 175px;
  }

.about-service img {
    width: 100px;
    float: left;
}

/*#feedback a{
  width: 200px;
}*/

/*#feedback{
      position: fixed;
      top:100px;
      right:-375px;
          width: 375px;
        }*/
/*  #feedback{
  width: 312px;
}*/
/*-----------------------------*/
/*------- banner section ----*/


  .typewriter-4 {
    margin: 20% 0% 6% 1%;
}
.typewriter-4 h1 {
  font-size: 33px;
  letter-spacing: 0px;
}
.optimize-navigation-section{
  height:auto;
}
.iner_image_opt {
    padding: 0% 0 0 0;
  }
  .iner_image{
    width: 100%;
    padding: 0px;
  }
.iner_image_suces {
  padding: 0;
  width: 100%;
}
.iner_image_google {
  padding: 0;
  width: 100%;
}
.rupeesign{
  display: none;
}
.dollarsign{
  display: none;
}
.year_span_home{
       font-size: 4em;
    bottom: -87%;
    left: 100px;
}
.typewriter{
  position: static;
  margin-top:12%;
}
.typewriter h1 span{
  padding: 0px;
  letter-spacing: -3px;
}
.top_up{
  font-size:0px !important;
}
h1 span.unlock_icon {
    width: 50px;
    height: 50px;
    line-height: 49px;
    font-size: 28px;
}

.grow-content-box .opt-img img {
    text-align: center;
    float: none;
    margin-bottom: 10px;
}

.opt-img h3 {
    font-size: 25px;
    width: 100%;
    letter-spacing: 0px;
}
.section_box_table_form{
  padding: 10px 0px 0px 0px;
}
.typewriter-44 h1 {
  font-size: 42px;
}
.form_class_action table tr {
    width: 100% !important;
  }

.section_box_table_form{
  height: auto;
  padding-top: 40px;
}
.form_class_action{
  padding: 15px;
}
.submit_rwadxform2{
  display: none;
}

.grow-hed {
    font-size: 25px;
    }

     .feed-cont{
      display: none;
    }
}


@media only screen and (min-width:375px) and (max-width: 767px){

  .team-box {
    width: 48%;
}

}

@media only screen and (width: 375px){

  .dn-375{
    display: none;
  }
  .d-375{
    display: block;
  }
}

@media only screen and (width: 1024px){

  .top-nav-1 {
  width: 149px;
}

.revenu-heading h2 {
  font-size: 30px;}

  .optimize-section {
  padding: 20px 0px;
}

.heading-bg-w-3 h2 {
    font-size: 90px;
  }

  .heading-bg-w-3 .yelo {
  position: absolute;
  top: 43px;
  width: 42px;
}

.heading-bg-w-1 h2 {
    font-size: 74px;
}

.stick-line {
  margin-left: 20px;
  margin-top: 10px;
}

.opt-heading h3 {
  font-size: 12px;
  margin-bottom: 40px;
}

.opt-heading {
  margin-top: 11px;
}

.opt1 {
  margin-bottom: 28px !important;
}

.grow-box h3 {
    font-size: 14px;
}

.typewriter h1 span {
    font-size: 87px;
    padding: 3px 24px 0px;
    letter-spacing: 0px;
    margin: 11px 0 12px 0;
}

.typewriter h1{
  font-size: 51px
}

.top-nav-1 img {
    width: 156px;
    }

  .menu-tab li a {
    padding-left: 10px !important;
    padding-right: 6px !important;
    font-size: 13px;
}

.main-menu {
    padding: 6px 0 0 0;
}

/*---- optmize page --*/

.opt-1-1024 p {
    margin-bottom: 41px;
}

.opt-1-1024 {
    height: 461px;
}

/*--- showcase --*/

.dfp-1024{
  height: 401px;
}

/*--- about page --*/

.team-img {
    height: 175px;
  }


}

@media only screen and (width:768px){

  .top-nav img {
  width: 160px;
  padding-top: 7px;
}

.top-nav {
  float: left;
  width: 170px;
}

.top-nav.top-nav-1 img {
  width: 100%;
}

.top-nav-1 {
    width: 553px;
    padding-top: 12px;
    float: right;
    text-align: right;
}

.sn-768 .navbar-expand-lg .navbar-collapse{
  display: none !important;
}

.top-nav-1 img {
    width: 143px;
  }

  .s-768{
    display: block;
    background: #fff;
  }
/*.ggl-log img {
    width: 144px !important;
    padding-top: 16px !important;
    padding-left: 40px;
}
*/

.typewriter h1{
  font-size: 35px;
}

.typewriter h1 span {
    font-size: 66px;
    padding: 15px 24px 0px;
    letter-spacing: 0px;
    margin: 0px 0 12px 0;
}
.heading-bg-w-1 h2 {
    font-size: 58px;
    }

.heading-bg-w-3 h2 {
    font-size: 70px;
  }

  .heading-bg-w-3 .yelo {
  position: absolute;
  top: 34px;
  width: 35px;
}

.odometer {
  font-size: 22px !important;
}

.revenu-heading h2 {
  font-size: 22px;
}

.revenu-heading h3 {
  font-size: 19px;
}

.rupee i {
    font-size: 27px;
    padding-top: 9px;
}

.grow-box {
  width: 31%;
  margin-bottom: 2%;
  /* margin: 0px auto; */
}

.menu-tab li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 14px;
    font-weight: normal;
}

.opt-heading h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.stick-line {
  margin-left: 37px;
}

.stats-box h2{
  font-size: 30px;
}

.navigation-section{
  margin-top: 80px;
}

.grow-navigation-section{
  margin-top: 80px;
}

.optimize-navigation-section{
  margin-top: 80px;
}

.about-navigation-section{
  margin-top: 80px;
}

.creative-navigation-section{
  margin-top: 80px;
}

/*--- grow ---*/

.hit-768 {
  height: 331px;
}

/*---optimize page --*/

.opt-1-768 {
    height: 505px;
}

.opt-2-768 {
    height: 434px;
}

.opt-3-768 {
    height: 505px;
}

.opt-1-768 p {
    margin-bottom: 10px;
}

.opt-2-768 p {
    margin-bottom: 38px;
}

/*--- succes storie ---*/

.stori-768 p{
  height: 195px;
}

/*--- about page --*/

.team-box {
    width: 31%;
  }

.about-service{
  padding: 0px;
}

.about-service h3 {
    font-size: 14px;
    }

    .wal-p-768{
      height: 86px;
    }



}

@media only screen and (width:425px){

.ggl-log {
    width: 179px ;
}

}

@media only screen and (width:640px){

  .ggl-log {
    width: 379px;
}

}

@media only screen and (width:667px){

.revenu-heading h2 {
    font-size: 17px;
}

.revenu-heading h3 {
    font-size: 13px;
}

.odometer {
    margin-top: 4px;
}

.rupee i {
    padding-top: 6px;
}

.ggl-log {
    width: 409px;
}

.main_page_image {
    width: 100%;
}

}

@media only screen and (min-width:768px) and (max-width: 2000px){

  .dn-768{
    display: none;
  }

}


@media only screen and (width:320px){
    .revenu-box{
        height: 430px;
    }

}

@media only screen and (min-width:554px) and (max-width: 767px){

  .about-service{
    padding: 0px;
  }

  .about-service h3 {
    font-size: 13px;
    margin-top: 33px;
}


}

@media only screen and (width:537px){
  .ggl-log {
    float: left;
    width: 269px;
}

}


@media only screen and (width:360px){
    .revenu-box{
        height: 387px;
    }

        .team-img {
    height: 245px;
}

}

@media only screen and (width: 375px){
    .top-bg{
        height: 82vh;
    }

     .revenu-box{
        height: 390px;
    }

}



@media only screen and (min-width: 320px) and (max-width: 541px){
    .owl-nav{
    display: none !important;
}

.skew_divs1 {
    top: -178px;
    height: 284px;
}

/*--- about page --*/
.about-service img {
    width: 100px;
    float: left;
}

.about-service{
  padding: 0px;
}

.about-service h3 {
    padding-top: 21px;
}

}

@media only screen and (width: 640px){
    .msg-section {
    margin-bottom: 20px;
}

.top-bg-1 {
    margin-top: 30px;
}

.skew_divs1{
    top: -139px;
}

.addvert-baner {
    margin-top: 13vh !important;
}
.main_page_image {
    width: 100%;
}

}

@media only screen and (width: 667px){

    .advert-btn{
        margin-top: 12px;
    }

    .skew_divs1{
        top:-160px;
    }
    .main_page_image {
    width: 100%;
}
}


@media only screen and (width: 736px){

.main_page_image {
    width: 100%;
}

}

@media only screen and (width: 1280px){

.menu-tab li a {
    color: #000 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}


