@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900&display=swap');
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

a{
   font-family: 'Poppins', sans-serif;
   text-decoration: none !important;
}

:hover, :focus, body * {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input{
      font-family: 'Poppins', sans-serif;
}


p {
   font-family: 'Poppins', sans-serif;
   font-size: 16px;
   line-height: 25px;
   margin: 0 0 30px;
   color: #797777;
   font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Ubuntu', sans-serif;
color: #000;
}
 
h1{
    font-size: 62px;
    font-weight: 500;
}

h2{
    font-size: 42px;
    font-weight: 500;
}

h3{
    font-size: 24px;
    font-weight: 500;
}


/*header*/

header:before{
    content: '';
    background: url(../images/shap01.png) no-repeat;
    width: 270px;
    height: 235px;
    position: absolute;
    right: 20px;
    background-size: cover;
}

.main-navigation {
    padding: 25px 50px;
}

.main-navigation nav.navbar {
    width: 100%;
}


.search-sec ul li {
    display: inline-block;
    padding-right: 25px;
}

.search-sec ul li:last-child {
    padding-right: 0;
}

.search-sec ul li a {
    color: #00020f;
    text-decoration: none;
    font-weight: 600;
}

.search-sec ul li a i {
    color: #cfd5da;
    padding-right: 10px;
}

.search-sec ul {
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-menu ul.navbar-nav li a {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}


.search-sec ul li a.callto {
    background-color: #000;
    color: #ffff;
    padding: 3px 12px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 40px;
}

.search-sec ul li a.startnow {
    background-color: #448b87;
    padding: 12px 50px;
    border-radius: 4px;
    color: #fff;
}

.search-sec ul li a.callto .call-media {display: inherit;}

.search-sec ul li a.callto .call-media small {
    display: block;
    line-height: 16px;
}

.search-sec ul li a.callto i {
    vertical-align: super;
}

/*header*/
 
/*main-results-sec*/


.main-results-sec h4 {
    background-color: #8dc962;
    padding: 8px 5px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 4px;
}

.main-results-sec h2 {
    color: #00020f;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 0;
}
 

 .main-results-sec h3 {
    color: #448b87;
    font-weight: 600;
    font-size: 62px;
}

.main-results-sec p {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.main-results-sec ul li {
    display: inline-block;
}

.main-results-sec ul li a {
    background-color: #448b87;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 17px;
    text-decoration: none;
}

.main-results-sec ul {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.main-results-sec ul li:last-child a {
    margin-left: 20px;
    border: 2px solid #99cf72;
    background-color: transparent;
    color: #000;
    display: inherit;
    padding: 4px 30px;
    font-weight: 600;
    line-height: 18px;
}

.main-results-sec ul li:first-child a {
    padding: 10px 45px;
}

.main-results-sec ul li:last-child a small {
    display: block;
    font-weight: 600;
    line-height: 15px;
    text-transform: capitalize;
}

.main-img {
    position: absolute;
    right: -30%;
    top: -125px;
    width: 70%;
}

.main-results-sec {
    padding: 135px 0 270px;
    position: relative;
}

.main-results-sec:before {
    content: '';
    background: url(../images/shap02.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 153px;
    height: 543px;
    left: 0px;
    position: absolute;
    top: -65px;
}


/*main-results-sec*/


/*get-form*/


.get-form form {
    background-color: #f3f7ff;
    padding: 25px 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.get-form form button {
    background-color: #448b87;
    color: #fff;
    padding: 13px 5px;
    border-radius: 4px;
    font-size: 17px;
    text-decoration: none;
    border: none;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

.get-form input.form-control {
    height: 45px;
}


.get-form {
    padding-bottom: 60px;
}

/*get-form*/

/*marketing-bshbard*/

.marketing-bshbard{
    padding: 103px 0;
    background-position: center;
    background-repeat: no-repeat;
 }


.heading p {
    margin-top: 35px;
    font-size: 17px;
}


.marketing-bshbard .text-center img {
    margin-top: 50px;
    margin-bottom: 90px;
}

.readmore a {
    background-color: #448b87;
    padding: 10px 50px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 14px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #448b87;
 }

.readmore a:hover {
    background-color: #fff;
    border: 1px solid #448b87;
    color: #448b87;
}

.services-item {
    text-align: center;
    background-color: #ffff;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 5px;
}

.services-item img {
    margin: 20px 0;
}

.services-item h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.services-item p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.services-item img {
    width: inherit !important;
    margin: 15px auto 20px;
}


.services-slider button.owl-prev {
    width: 35px;
    height: 35px;
    background-color: #000 !important;
    color: #fff;
    border-radius: 100%;
}

.services-slider button.owl-prev span {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: -8px;
    outline: none;
}

.services-slider button.owl-next span {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: -8px;
}

.services-slider button.owl-next {
    width: 35px;
    height: 35px;
    background-color: #000 !important;
    color: #fff;
    border-radius: 100%;
    margin-left: 10px;
}

 
.services-slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: -50px;
    outline: none;
}

.marketing-bshbard .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    outline: none;

}

/*marketing-bshbard*/

/*expect-sec*/

.expect-sec {
    padding: 90px 0;
    position: relative;
}


.expect-sec:before {
    position: absolute;
    content: '';
    background: url(../images/shap03.png) no-repeat;
    width: 200px;
    height: 279px;
    background-size: cover;
    top: 0px;
}

.expect-sec:after {
    position: absolute;
    content: '';
    background: url(../images/shap04.png) no-repeat;
    width: 200px;
    height: 279px;
    background-size: cover;
    bottom: 0px;
    right: 0;
}


.heading h4 {
    text-transform: uppercase;
    background-color: #448b87;
    width: 55%;
    margin: 0 auto;
    padding: 5px 0;
    margin-bottom: 15px;
    color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
}



.switch input { 
    display:none;
}
.switch {
    display:inline-block;
    width:50px;
    height:14px;
    margin:5px;
    margin-left: 25px;
    -webkit-transform:translateY(50%);
    transform:translateY(50%);
    position:relative;
    z-index: 2;
}

.slider {
    position:absolute;
    top:0px;
    bottom:0;
    left: -20px;
    right:0;
    border-radius:20px;
    background: #8dc962;
    cursor:pointer;
    overflow:visible;
    -webkit-transition:.4s;
    transition:.4s;
    width: 70px;
    height: 34px;
    border: 2px solid #65ac32;
    z-index: 1;
}
.slider:before {
    position:absolute;
    content:"";
    width:22px;
    height:22px;
    background: #fff;
    border-radius:100px;
    top: 4px;
    -webkit-transform:translateX(-0px);
    transform: translateX(42px);
    -webkit-transition:.4s;
    transition:.4s;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
}

.switch input:checked + .slider:before {
    -webkit-transform:translateX(20px);
    transform: translateX(5px);
    background: #fff;
}
.off{
    position: absolute;
    right: -185px;
    top: 2px;
    color: #000000;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    width: 150px;
    font-size: 20px;
}
.on{
    position: absolute;
    right: 65px;
    top: 3px;
    color: #d3d3d3;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
    width: 150px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
}
.switch input:checked ~ .off {
    color: #ccc;
 }

.switch input:checked ~ .on {
    color: #000;
 }

.seo-switch {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.seo-switch img {
    position: absolute;
    top: 0;
    left: 265px;
}

.rank {
    text-align: center;
    padding-top: 100px;
}

.rank h2 {
    -webkit-text-stroke: 1px #63a931;
    color: #8dc962;
    font-weight: 800;
}

.rank p {
    font-size: 20px;
    margin-bottom: 0;
}

/*expect-sec*/


/*ready-main*/

.ready-main{
background: url(../images/bg.jpg) no-repeat;
background-position: center;
background-size: cover;
padding: 40px 0px;
position: relative;
}

.ready-main:before{
    content: '';
    position: absolute;
    background: url(../images/bf.png) no-repeat;
    background-size: contain;
    width: 390px;
    height: 280px;
    left: 0px;
    top: -25px;
}

.ready-main:after{
    content: '';
    position: absolute;
    background: url(../images/af.png) no-repeat;
    background-size: contain;
    width: 300px;
    height: 280px;
    right: 0px;
    top: -25px;
}


.center-col{
    margin: 0 auto;
}   

.ready-info ul li {
    display: inline-block;
}

.ready-info ul li a.get {
    background-color: #000;
}

.ready-info ul li a {
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
}

.ready-info ul li span {
    display: inline-block;
    margin: 0;
    text-align: center;
    margin-left: 25px;
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
}

.ready-info ul li a.cal span.call-media {
    font-weight: 500;
    font-size: 17px;
    display: block;
    text-align: left;
}

.ready-info ul li a.cal {
    display: inherit;
}

.ready-info p {
    color: #000;
}

.ready-info ul li:nth-child(2) {
    display: initial;
    text-align: center;
}

.ready-info ul li a.cal {
    border: 2px solid #000;
    margin-left: 20px;
    display: inline-block;
    padding: 2px 35px;
    color: #000;
}

.ready-info ul li a.cal .call-media {
    display: inherit;
    margin-left: 15px;
}

.ready-info ul li a.cal .call-media small {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: left;
    line-height: 15px;
}

.ready-info ul li a.cal i {
    vertical-align: super;
    color: #000;
}

.ready-info ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.ready-info ul {
    padding-left: 0;
}

/*ready-main*/


/*optimizations-sec*/

.optimizations-sec {
    padding: 100px 0;
    background-color: #eef4ff;
}

.optimizations-sec figure img {
    width: 100%;
}

.optimizations-sec article h3 {
    background-color: #448b87;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 4px;
    border: 1px solid #000;
    color: #fff;
}

.optimizations-sec p {
    margin: 20px 0 30px;
}

.optimizations-sec h5 {
    color: #448b87;
    font-weight: 500;
    padding-left: 25px;
}

.optimizations-sec h5 i {
    position: absolute;
    left: 10px;
}

.optimizations-sec h2 {
    margin-bottom: 0;
}

.optimizations-sec article {
    margin-top: 15%;
}

.optimizations-sec .services-item {
    margin-top: 75px;
}

.optimizations-sec .readmore {
    margin-top: 40px;
}

.centerCol{
    margin: 0 auto;
}


/*optimizations-sec*/

/*agency-sec*/

.agency-sec {
    position: relative;
    padding: 100px 0;
}

.agency-sec article:before {
    content: '';
    position: absolute;
    background: url(../images/quote.png) no-repeat;
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: contain;
    top: 30px;
}


.agency-sec .heading h2 {
    font-weight: 600;
    margin-bottom: 0;
}

.agency-sec .heading a {
    font-weight: 600;
    color: #797777;
}

.agency-sec .heading p {
    margin-bottom: 0;
}

.agency-sec img.img-fluid {
    margin-top: 60px;
    margin-bottom: 80px;
}

.agency-sec img.ancg-img {
    margin: 0;
    width: 100%;
}

.agency-sec article p {
    margin-bottom: 15px;
}

.agency-sec:before {
    content: '';
    background: url(../images/shap05.png) no-repeat;
    width: 270px;
    height: 369px;
    position: absolute;
    right: 0;
    background-size: cover;
    top: 0;
}

/*agency-sec*/

/*faqs-sec*/


.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}
.panel-group .panel .panel-heading {
    padding: 0;
}
.panel-group .panel .panel-heading h4 a {
    background: #f6f9fc;
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 15px;
    text-decoration: none;
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
    /*background: #fff;*/
    transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
    content: "-";
    font-size: 30px;
    line-height: 3px;
}
.panel-group .panel .panel-heading h4 a i {
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #000;
    font-size: 10px;
    padding-top: 5px;
    border-radius: 100px;
    color: #fff;
}
.panel-group .panel .panel-body {
    padding-top: 0;
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel-group .panel + .panel {
    border-top: none;
    margin-top: 0;
}

.faqs-sec .pxlr-club-faq i {
    float: right;
}

.panel-group .panel .panel-heading h4 a {
    color: #000;
}


.faqs-sec .heading {
    margin-bottom: 75px;
}

.faqs-sec {
    padding: 100px 0;
    position: relative;
}

.faqs-sec:before {
    position: absolute;
    content: '';
    background: url(../images/shap06.png) no-repeat;
    width: 200px;
    height: 279px;
    background-size: contain;
    top: 0px;
}


/*faqs-sec*/


/*bussines-sec*/

.bussines-sec {
    background-color: #448b87;
    padding: 60px 0;
    position: relative;
}

.bussines-sec:before{
    position: absolute;
    content: '';
    background: url(../images/bus-bf.png) no-repeat;
    width: 324px;
    height: 300px;
    background-size: contain;
    top: 0px;
}


.bussines-sec:after{
    position: absolute;
    content: '';
    background: url(../images/bus-af.png) no-repeat;
    width: 324px;
    height: 330px;
    background-size: cover;
    top: -27px;
    right: 10px;
}

.bussines-sec {
    background-color: #448b87;
    padding: 60px 0;
}

.bussines-sec h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.bussines-sec p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.bussines-sec a {
    color: #000;
    font-weight: 600;
    background-color: #8dc962;
    padding: 7px 25px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 20px;
}

/*bussines-sec*/

/*insider-sec*/

.insider-sec {
    padding: 60px 0;
}


.insider-info h3 {font-weight: 600;}

.insider-info span {
    margin-top: 19px;
    display: inherit;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #797777;
    font-weight: 500;
    margin-bottom: 10px;
}

.insider-info {
    background-color: #f3f7ff;
    padding: 35px;
    border: 1px solid #f0efef;
    border-radius: 4px;
    margin-top: 50px;
}

.insider-info a {
    color: #000;
    font-weight: 600;
}

.insider-sec .heading p {
    margin: 0;
}

/*insider-sec*/


 

/*footer*/


footer{
    background-size: cover;
    padding: 265px 0 45px;
}

.footer-info a.cal {
    border: 2px solid #fff;
    margin-left: 0;
    display: inline-block;
    padding: 2px 35px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    margin: 35px auto 0;
}

.footer-info a.cal .call-media {
    display: inherit;
    margin-left: 15px;
}

.footer-info a.cal .call-media small {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    line-height: 15px;
}

.footer-info a.cal i {
    vertical-align: super;
    color: #fff;
}

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


.footer-services ul {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.footer-services ul li {
    display: inline-block;
    position: relative;
    padding-right: 45px;
}

.footer-services ul li a {
    color: #fff;
    font-size: 18px;
}

.footer-services ul li >.dropdown button {
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
    border: none;
    font-size: 22px;
    color: #fff;
}

.footer-services ul li >.dropdown a {}

.footer-services ul li:before {content: '';}

.footer-services ul li:first-child:before {
}

.footer-services {
    position: relative;
}

.footer-services ul li:first-child:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 70px;
    background-color: #272937;
    right: 25px;
    top: -16px;
}

.footer-services ul li a i {
    margin-right: 6px;
}

.footer-services ul li >.dropdown button:focus {outline: none;}

.footer-services ul li>.dropdown >.dropdown-menu a {
    color: #000;
}

.footer-social ul li {
    display: inline-block;
    padding-left: 40px;
}

.footer-social ul {
    padding-left: 0;
    text-align: center;
    margin-top: 85px;
}

.footer-social ul li a {
    color: #fff;
}

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


.footer-social ul li a i {
    font-size: 25px;
}

.footer-social ul li:last-child {
    padding-right: 0;
}


footer .text-center p {
    margin-top: 50px;
    color: #fff;
}

footer .text-center p a {
    color: #fff;
}

footer .row:nth-child(2) {
    background-color: #090b19;
    padding: 45px 0;
    margin-top: 90px;
    position: relative;
}

footer .row:nth-child(2):before {
    content: '';
    position: absolute;
    background-color: #090b19;
    height: 119px;
    left: -385px;
    width: 55%;
    top: 0;
}


footer .row:nth-child(2):after {
    content: '';
    position: absolute;
    background-color: #090b19;
    height: 119px;
    right: -385px;
    width: 55%;
    top: 0;
}

/*footer*/