.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: 0 0;
    position: relative;
    z-index: 1;
}
.container-contact100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(173, 173, 173, 0.4);
    pointer-events: none;
}
.wrap-contact100 {
    width: auto;
    background: #fff;
    border-radius: 2px;
    position: relative;
    margin-top: 55px;
    margin-bottom: 20px;
    padding: 64px 50px 28px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}
.contact100-form {
    width: 100%;
}
.contact100-form-title {
    width: 100%;
    display: block;
    font-family: Comfortaa, sans-serif;
    font-size: 28px;
    color: #2d20d2;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 23px;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    margin-bottom: 20px;
}
.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    font-family: Comfortaa, sans-serif;
    color: #333;
    line-height: 1.2;
}
input.input100 {
    height: 30px;
    padding: 0 20px 0 15px;
    font-size: 15px;
    border: 1px solid #e7e7e7;
}
textarea.input100 {
    min-height: 199px;
    padding: 25px 20px 15px 25px;
    font-size: 15px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #ff4b5a;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: -10px;
}
.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 100px;
    height: 40px;
    background-color: #2d20d2;
    border-radius: 2px;
    font-family: Comfortaa, sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
    border: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact100-form-btn:hover {
    background-color: #333;
}
@media (max-width: 768px) {
    .wrap-input100.rs1 {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .wrap-contact100 {
        padding: 92px 15px 88px;
    }
}
.validate-input {
    position: relative;
}
#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}
#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}
#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
    height: 210px;
    background: #ccc;
    text-align: center;
    line-height: normal;
}
a.control_next,
a.control_prev {
    position: absolute;
    top: 40%;
    z-index: 100;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}
a.control_next:hover,
a.control_prev:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}
a.control_prev {
    border-radius: 0 2px 2px 0;
}
a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}
.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}
#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
#customers tr:nth-child(odd) {
    background-color: #f2f2f2;
}
#customers tr:nth-child(even) {
    background-color: #fff;
}
#customers tr:hover {
    background-color: #ddd;
}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #fff;
    color: #fff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.get_quote {
    position: fixed;
    right: -50px;
    top: 200px;
    background: #0050df;
    z-index: 1001;
    font-size: 18px;
    color: #fff !important;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    letter-spacing: 1px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
}
.waves-effect {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1001;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.product-blue {
    background: #0a336b;
}
#bottom-box-cta {
    z-index: 11;
    position: absolute;
    top: -9999px;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
    #bottom-box-cta .img-w {
        display: none;
    }
}
#bottom-box-cta .img-w {
    width: 172px;
    height: 100%;
    display: none;
}
#bottom-box-cta .img-w .img {
    position: absolute;
    top: -60px;
}
#bottom-box-cta .text {
    padding: 15px 20px 15px 0;
}
#bottom-box-cta .title {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 600;
    margin: 0;
    color: #26282d;
}
#bottom-box-cta .description {
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 300;
    color: #26282d;
}
#bottom-box-cta .btn {
    letter-spacing: 1px;
    padding: 10px 25px;
    border-radius: 2px;
    font-size: 14px;
    color: #f16334;
    border: 1px solid #f16334;
}
#bottom-box-cta .btn:hover {
    color: #fff;
    background: #f16334;
}
.blog-btn {
    background: #0050df;
    color: #fff !important;
    padding: 11px 14px;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}
@media (max-width: 768px) {
    .blog-btn {
        background: #0050df;
        color: #fff !important;
        padding: 11px 14px;
        line-height: 1;
        font-size: 14px;
        display: inline-block;
        text-align: center;
        margin-top: 10px;
    }
}
.blog-btn:hover {
    background: #0050df;
    color: #fff !important;
    padding: 11px 14px;
    line-height: 1;
    display: inline-block;
    width: 30%;
    text-align: center;
}
.blog-btn-red {
    background: #d41c21;
    color: #fff !important;
    padding: 11px 14px;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    width: 30%;
    text-align: center;
}
.blog-btn-red:hover {
    background: #1bba0d;
    color: #fff !important;
    padding: 11px 14px;
    line-height: 1;
    display: inline-block;
    width: 30%;
    text-align: center;
}
.btn-custome {
    background: #06f !important;
    color: #fff !important;
    padding: 10px 6px;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}
.btn-custome:hover {
    background: #0057d9 !important;
    color: #fff !important;
    padding: 11px 14px;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}
.btn-custome-new {
    background: #167ac6 !important;
    color: #fff !important;
    padding: 11px 14px;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    width: 16%;
    text-align: center;
    margin: 2% 41%;
}
.btn-custome-new:hover {
    background: #10c800 !important;
    color: #fff !important;
    padding: 11px 14px;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    width: 16%;
    text-align: center;
    margin: 2% 41%;
}
.btn-custome-port {
    background: #0da200 !important;
    color: #fff !important;
    padding: 11px 14px;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    width: 45%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 13%;
}
.btn-custome-port:hover {
    background: #d41c21 !important;
    color: #fff !important;
    padding: 11px 14px;
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    width: 45%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 13%;
}
/* .blog-content {
    padding: 20px 0;
} */
.blog-area-2 {
    padding: 0 50px !important;
}
.social-media a {
    float: left;
    padding: 7px 10px;
    margin-right: 10px;
    line-height: 18px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #142856;
}
.social-media a:hover {
    background: #2c1ecc;
    border: 1px solid #2c1ecc;
    color: #fff;
}
.blog-content-2 h2 {
    margin: 0;
    margin-bottom: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 24px;
    line-height: 32px;
}
.order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
.call_shedule_img::before {
    content: "";
    width: 115%;
    height: 115%;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #ec7323;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.call_shedule_img {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    float: right;
    border: 1px solid #dddfe1;
    position: relative;
    margin: 20px 25px 20px 0;
}
.call_shedule_img img {
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    width: 200px;
}
.call_shedule_text {
    width: 100%;
}
.call_shedule_text h4 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #fff;
}
.call_shedule_text p {
    color: #3d3d3d;
    font-size: 16px;
}
.call_shedule_text ul {
    align-items: center;
    margin-top: 5px;
    width: 100%;
}
.call_shedule_text ul li {
    margin-right: 18px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    color: #000e9c;
}
.call_shedule_text ul li span {
    margin-right: 15px;
    color: #000e9c;
}
.call_shedule_text ul li a {
    color: #000e9c;
}
.call-icon-bg a {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-flex;
    background: #fff;
    border-radius: 50%;
    padding: 13px;
}
.cn1 {
    background: url(https://webdigitalmantra.in/assets/img/seo-banner-3.png);
    background-color: rgba(0, 0, 0, 0);
    margin-top: 30px;
}
.center-bg-block {
    height: 50vh;
    background-size: cover;
}
@media (max-width: 470px) {
    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }
    .btn-custome-new {
        background: #0da200 !important;
        color: #fff !important;
        padding: 11px 14px;
        line-height: 1;
        font-size: 14px;
        display: inline-block;
        width: 33%;
        text-align: center;
        margin: 2% 34%;
    }
}
.ltr1 {
    background: url(https://webdigitalmantra.in/assets/img/seo-banner-2.png);
}
.left-br-img {
    height: 850px;
    background: url(https://webdigitalmantra.in/assets/img/smo-side-img-2.png);
    border-radius: 0 25px 25px 0;
}
.twitter-block {
    background: #41abfc;
}
.seo-bg {
    padding-bottom: 150px;
}
.facebook-block-section,
.instagram-block,
.linkedin-block,
.twitter-block {
    background: #3f51b5;
    font-family: Comfortaa, sans-serif;
    position: relative;
    padding: 20px 0 20px;
    padding-bottom: 20px;
}
.facebook-block-section p,
.instagram-block p,
.linkedin-block p,
.twitter-block p {
    font-size: 1.1em;
    color: #fff;
    padding-top: 22px;
    line-height: 1.8;
}
.button-white {
    background: #fff;
    color: #333;
}
.reach-text {
    font-size: 55px;
    color: #fff;
    line-height: 1.2;
}
.align-right {
    text-align: right;
}
.text1tr {
    font-size: 110px;
    font-weight: 800;
    display: block;
    color: #b7a6a6;
}
.seo-icon {
    transform: scale(0.8);
}
.google-ads {
    background: #1f3092;
    padding-bottom: 30px;
}
.instagram-block {
    background: #1f3092;
}
.linkedin-block {
    background: #3f51b5;
}
.button-white {
    background: #fff;
    color: #333;
}
.time-line-block {
    background: url(https://webdigitalmantra.in/assets/img/bar.png) center top
        repeat-y;
    margin: 40px 0;
}
.number-icon {
    color: #05163b;
    font-size: 176px;
    font-weight: 700;
    line-height: 1;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.color1 {
    color: #3f51b5;
}
.color2 {
    color: #f64c67;
}
.color3 {
    color: #00a48d;
}
.color4 {
    color: #c2022d;
}
.color5 {
    color: #f7902e;
}
.inner-content-tl {
    padding: 0 30px 30px;
}
.inner-content-tl::after {
    content: "";
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 7px solid #707070;
    background: #fff;
    position: absolute;
    left: -18px;
    top: 0;
}
.inner-content-tl h4 {
    font-size: 28px;
    color: #111;
    font-weight: 500;
}
.inner-content-tl p {
    font-size: 1.1em;
    line-height: 1.7;
}
.seo_analysis {
    padding-top: 0;
}
.nav > li.html {
    font-size: 0.85em;
}
.nav li:first-child {
    margin-left: 0 !important;
}
.nav > li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    margin-left: 7px;
    transition: background-color 0.3s;
    font-size: 1.1em;
    font-weight: 600;
}
.email-box {
    width: 238px;
    height: 46px;
    float: left;
}
.top-icon {
    height: 46px;
    width: 42px;
    float: left;
}
.call-box {
    width: 150px;
    height: 46px;
    float: left;
    text-align: left;
    padding-left: 5px;
}
.call-us {
    height: 40px;
    width: 105px;
    float: left;
}
.areport a {
    background-color: #2d20d2 !important;
    font-size: 15px;
    border-radius: 99px;
    cursor: pointer;
    animation-name: shake;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    color: #fff;
}
@keyframes shake {
    0% {
        left: 0;
    }
    1% {
        left: -3px;
    }
    2% {
        left: 5px;
    }
    3% {
        left: -8px;
    }
    4% {
        left: 8px;
    }
    5% {
        left: -5px;
    }
    6% {
        left: 3px;
    }
    7% {
        left: 0;
    }
}
#areport {
    background-color: #009cde;
    border-radius: 10px;
    padding: 35px;
    max-width: 500px;
    text-align: center;
}
.testimonial-slider .owl-dots {
    top: -190px;
    position: absolute;
    margin: 12%;
}
.owl-dots .owl-dot button {
    top: 0;
    background: 0 0;
    border: 0 solid #f60;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
}
.owl-dots .owl-dot button:focus {
    outline: 0;
}
.owl-dots .owl-dot.active button {
    color: #fff;
    background: #1bb90d;
    border: 1px solid #1bb90d;
}
