 /*Fonts */
strong{
    font-weight: 600;
}
body, span, div, html, a, p,
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6{
    color: #444444;
}
h1, h2, h3, h4, h5, h6{
    text-transform: capitalize;
}
body,
span,
div,
html,
a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: inherit;
}
a:focus {
    outline: none;
    box-shadow: none;
}
a {
    text-decoration: none;
}
.primary__btn.primary_outline {
    border: 1px solid #e6e6e6;
}
a:hover {
    color: #FA7931 !important;
}
.copyrightArea a:hover {
    color: #FA7931;
}
.copyrightArea p {
    font-size: 12px;
}
.btn .arrow {
    /*position: relative;*/
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-12.5px, -50%);
    width: 26px;
    height: 18px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    margin-left: 10px;
}
.btn .arrow:before {
    content: '';
    width: 25px;
    position: absolute;
    height: 2px;
    background: #fa7931;
    top: calc(50% - 1px);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 0;
}
.btn .arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 1px;
    width: 10px;
    height: 10px;
    transform-origin: 50% 50%;
    transform: translate(0, 0) rotate(45deg);
    border-radius: 0 0.15em 0 0;
    box-shadow: inset -2px 2px 0 0 #fa7931;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
/*.btn:hover .arrow {
    width: 40px;
}
.btn:hover .arrow:before {
    width: 40px;
}*/
.primary__btn {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 12.5px 50px 12.5px 15px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #ffffff;
    position: relative;
}
.primary__btn:hover {
    background: transparent;
    color: #ffffff;
}
.orange__btn {
    background: #FA7931;
    border: 1px solid #FA7931;
    color:  #ffffff;
}
.primary__btn:hover {
    background: #ffffff;
    color: #FA7931;
}
.orange__btn .arrow:before{
    background: #ffffff;
}
.orange__btn .arrow:after{
    box-shadow: inset -2px 2px 0 0 #ffffff;
}
.orange__btn:hover .arrow:before{
    background: #FF7134;
}
.orange__btn:hover .arrow:after{
    box-shadow: inset -2px 2px 0 0 #FF7134;
}
.bw__btn .arrow:before{
    background: #444444;
}
.bw__btn .arrow:after{
    box-shadow: inset -2px 2px 0 0 #444444;
}
.bw__btn:hover .arrow:before{
    background: #FF7134;
}
.bw__btn:hover .arrow:after{
    box-shadow: inset -2px 2px 0 0 #FF7134;
}

/* End Fonts  */
nav.navbar.navbar-expand-lg.stickyheader.fixed-top {
    padding: 0 !important;
}

nav.navbar.stickyheader {
    opacity: 0;
    transform: translate(0, -100%);
/*     transition: All 0.8s ease-in; */
    height: 0;
}
nav.navbar.stickyheader.fixed-top {
    opacity: 1;
    transform: translate(0, 0);
    height: auto;
    transition: All 0.8s ease-in;
}
nav.navbar.default {
    z-index: 4;
}
.stickyheader .contactDetails {
    text-align: right;
    padding: 0 25px;
}
.navbar.stickyheader .rightbar {
    padding: 0 15px;
}
.navbar.stickyheader .leftbar {
    padding: 0 15px;
}
.navbar .rightbar {
    padding: 0 40px;
}
.navbar .leftbar {
    padding: 0 25px;
}
.navbar {

    box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
}
.navbar .navbar-brand img.brand-img {
    height: 75px;
    width: auto;
    padding: 10px 0;
}

.main-content {
    /*margin-top: 120px;*/
    overflow: hidden;
}

.navbar .megamenu {
    padding: 0;
    /*padding: 20px 50px;*/
    border: none;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 52%);
}
.megamenu li {
    padding: 10px 0;
}
.megamenu > .container-fluid > .row {
    padding: 20px 50px;
}
.megamenu li a:hover .menuTitle .title, .megamenu li a:hover .menuTitle h6 {
    color: #FA7931;
}
.megamenu .seocounter .lsc_icon i {
    padding: 10px;
    background-color: rgb(250 121 49 / 34%);
    border-radius: 100%;
    margin: 5px 15px 5px 0;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    border: 4px solid rgb(254 182 142);
    box-shadow: 0 0 0px 4px rgb(250 121 49 / 19%);
    color: #292929;
}
.megamenu .seocounter .lsc_icon i:hover {
    transform: scale(1.1);
}
.megamenu .seocounter .lsc_icon i.fa-heart-o {
    background-color: rgb(207 2 71 / 85%);
    border: 4px solid #cf0247;
    box-shadow: 0 0 0px 4px rgb(207 2 71 / 20%);
    color: #ffffff;
    font-weight: 600;
}
.megamenu .seocounter .lsc_icon i.fa-share-alt {
    background-color: rgb(61 156 250 / 85%);
    border: 4px solid #3d9cfa;
    box-shadow: 0 0 0px 4px rgb(61 156 250 / 20%);
    color: #ffffff;
    font-weight: 600;
}
.megamenu .seocounter .lsc_icon i.fa-commenting-o {
    background-color: rgb(80 150 43 / 85%);
    border: 4px solid #50962b;
    box-shadow: 0 0 0px 4px rgb(80 150 43 / 20%);
    color: #ffffff;
    font-weight: 600;
}
.navbar-nav li.nav-item:hover .megamenu a.nav-link {
    border-bottom: none;
}
/* ============ desktop view ============ */
@media all and (min-width: 993px) {
    .navbar-nav>li>.dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        display: block;
        opacity: 0;
        transition: ease-out 0.3s;
        visibility: hidden;
    }
    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .navbar .has-megamenu {
        position: static !important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media(max-width: 992px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/* ============ mobile view .end// ============ */

.language .dropdown-menu.show {
    right: 0;
    left: auto;
    padding: 0;
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 8px;
}

.navbar-nav .nav-link {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

ul.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navbar-nav li.nav-item.dropdown:hover,
.navbar-nav li.is-selected a.nav-link,
.navbar-nav li .megamenu li.is-selected a.nav-link,
.navbar-nav li .megamenu li.is-selected a.nav-link .title {
    color: #FA7931;
}

.navbar-nav li.is-selected a.nav-link,
.navbar-nav li.nav-item:hover a.nav-link {
    color: #FA7931;
    border-color: #FA7931 !important;
}

.navbar-nav li.nav-item a.nav-link {
    border-bottom: 2px solid transparent;
}

.megamenu .menuIcon {
    width: 40px;
    /* display: inline-block;
    float: left; */
    margin-right: 10px;
}

.megamenu .menuTitle {
    width: calc(100% - 50px);
    /*width: 85%;
    display: inline-block;
    padding-left: 15px;*/
}

.megamenu .col-megamenu {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.megamenu .menuTitle .title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.megamenu p.menuContent {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 16px;
}

.megamenu .col-megamenu-rightsec .menuIcon {
    width: 30%;
}

.megamenu .col-megamenu-rightsec .menuTitle {
    width: 70%;
    padding-left: 15px;
}

/*.menuTitle a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}*/

.megamenu>.row>.col-md-8 {
    border-right: 1px dashed #A5A5A5;
}

.megamenu a:hover .arrow:after{
    box-shadow: inset -2px 2px 0 0 #FA7931;
}
.megamenu a:hover .arrow:before {
    background: #FA7931;
}
.megamenu .arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 10px;
    height: 10px;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    border-radius: 0 0.15em 0 0;
    box-shadow: inset -2px 2px 0 0 #444444;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.megamenu .arrow:before {
    content: '';
    width: 30px;
    position: absolute;
    height: 2px;
    background: #444444;
    top: calc(50% - 0px);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 0;
}
.megamenu .seocounter p {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
}
.megamenu .seocounter h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 51px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 0;
    color: #444444;
    text-transform: uppercase;
}
.seocounter h2 span {
    font-size: 30px;
    padding-right: 5px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #444444;
}
.megamenu .col-md-12:first-child:not(:last-child) .seocounter {
    padding-bottom: 15px;
    border-bottom: 1px solid #A5A5A5;
    margin-bottom: 15px;
}
.navbar-nav li.nav-item .megamenu  a.nav-link {
    border-bottom: none;
}
/* End Navbar */
/*  Footer  */


.blogsCarousel .blog {
    overflow: hidden;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.blogsCarousel .blog img {
    width: 100%;
    height: 100%;
}

.blogsCarousel .blog-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 30px 30px;
    transition: .3s linear;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.99) 0%, rgba(0, 0, 0, 0) 90%);
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
}
.blogsCarousel .blog-description i {
    transform: translate(640%, 0);
    font-size: 160%;
    width: 30px;
    height: 25px;
    transition: all 0.5s ease;
}
.blogsCarousel .owl-item.firstactiveitem .blog-description i,
.blogsCarousel a:hover .blog-description i {
    transform: translate(0, 0);
}

.blogsCarousel a.readblog {
    transform: translate(0, 0);
    position: absolute;
    right: 20px;
    transition: .3s ease-in-out;
}

.blogsCarousel .blog:hover .readblog,
.blogsCarousel .firstactiveitem .blog .readblog {
    right: auto;
    left: 30px;
}

.blogs.owl-carousel {
    padding-right: 0;
}

/*.blogsCarousel .firstactiveitem .blog .readblog {
    font-size: 30px;
    line-height: 30px;
}*/
.blogsCarousel .blog:hover .blog-description .title,
.blogsCarousel .firstactiveitem .blog .blog-description .title {
    opacity: 0;
    transform: translate(-100%, 0);
    width: 100%;
}

.blogsCarousel .title {
    color: #fff;
    font-weight: 500;
    margin: 5px 0;
    transition: .3s linear;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 25px;
    width: 85%;
}

.blogsCarousel .owl-stage {
/*    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
}

.blogsCarousel .owl-item {
/*    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-backface-visibility: hidden;
    padding: 0;
    margin: 15px;
    height: 300px*/
}

.blogsCarousel .owl-item {
/*    will-change: transform;
    -webkit-transition: all 0.8s -0.1s ease-in-out;
    -moz-transition: all 0.8s -0.1s ease-in-out;
    -o-transition: all 0.8s -0.1s ease-in-out;
    transition: all 0.8s -0.1s ease-in-out;*/
}

.blogsCarousel .owl-carousel .owl-nav i {
    background-color: #444444;
    border: 1px solid #444444;
    color: #F1F1F1;
    transition: .3s linear;
}

.blogsCarousel .owl-carousel .owl-nav:hover i {
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1;
    color: #444444;
}

.blogsCarousel .owl-item.firstactiveitem {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
}

.blogsCarousel .container-fluid {
    padding-left: 10%;
}

.blogsCarousel .owl-carousel .owl-nav .owl-next {
    transform: translate(-10px, -17.5px);
}
.footerLinks li {
    margin: 10px 0;
}
.footerLinks .heading p {
    padding-bottom: 15px;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 15px;
    display: inline-block;
    color: #FFFFFF;
}

.footerLinks>.col-md-3 {
    padding: 15px;
    z-index: 1;
}
.footer a:hover p,
.footer .call a:hover span,
.footerLinks ul li a:hover,
.ftctaright a:hover span{
    color: #F26515;
}
.footerLinks ul,
.footerLinks li,
.footerLinks ul,
.footerLinks a,
.footerLinks p,
.footerLinks span .footer ul,
.footer li,
.footer ul,
.footer a,
.footer p,
.footer span {
    color: #ffffff;
}

.footerLinks .content ul {
    padding-left: 20px;
}

.footerLinks a .phone-img {
    filter: brightness(100);
}

footer .backgrounShape {
    z-index: 0;
}

footer .backgrounShape img {
    position: absolute;
    max-width: 250px;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translate(0, -250px);
    z-index: 0;
}

footer.footer {
    position: relative;
}

footer .socialMedia li {
    display: inline-block;
    padding: 8px;
    margin: 2px;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #444444;
    background-color: #444444;
    transition: ease-out 0.3s;
    color: #ffffff;
    font-size: 15px;
}

footer .socialMedia li:hover {
    border-color: #FA7931;
    background-color: transparent;
    color: #FA7931;
}

footer .socialMedia li a {
    color: inherit;
}

.footerLinks .socialMedia ul {
    margin-top: 15px;
}

.subscribeForm input {
    border-radius: 3px;
    box-shadow: none;
    border: none;
}

.subscribeForm .form-control:focus {
    border: none;
    box-shadow: none;
}

.subscribeForm button.btn {
    border-radius: 3px;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.27em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 10%);
    position: relative;
}

.subscribeForm button.btn::before,
.subscribeForm button.btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(104.4deg, #666565 -4.72%, #000000 82.27%);
    z-index: -1;
    border-radius: 3px;
}

.subscribeForm button.btn::after {
    opacity: 0;
    background-image: linear-gradient(104.4deg, #000000 -4.72%, #666565 82.27%);
    ;
    transition: opacity.3s ease-in-out;
}

.subscribeForm button.btn:hover::after {
    opacity: 1;
}

/* End footer */
/* Home Page  -  default */
h1,
h2,
h3,
h4,
h5,
h6 P {
    font-family: 'Poppins', sans-serif;
}

section {
    padding: 50px 0;
}

/* Home Page  -  End default */
/* Home Page  -  client Slider */
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel {
    position: relative;
}

.clientsSlider .owl-carousel .owl-nav i,
.seoClients .owl-carousel .owl-nav i {
    box-shadow: 0 0 10px -2px rgb(0 0 0 / 30%);
}
.owl-carousel .owl-nav i {
    width: 35px;
    height: 35px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    color: #FA7931;
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav .owl-prev:hover i, 
.owl-carousel .owl-nav .owl-next:hover i {
    background-color: #E3E3E3;
    border-color: #E3E3E3;
}
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -17.5px);
}
.blogsCarousel .owl-carousel .owl-nav .owl-prev {
    transform: translate(-30px, -17.5px);
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -17.5px);
}

.owl-carousel {
    padding: 0 40px;
}

.clientsSlider .item,
.seoClients .item {
    padding: 20px;
}

/*Home Page  - End client Slider */
/*Home Page  -  feature Slider */
.step-vert-right .btn.readtory:hover {
    color: #444444;
    background-color: #ffffff;
}
.featuredIn .item img {
    padding: 10px;
    width: 100%;
}

/*Home Page  - End feature Slider */
/*Home Page  - Our Service */
.sectionDesc {
    padding: 0 5%;
    text-align: center;
}

.serviceTitle {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    line-height: 40px;
    color: #FA7931;
    z-index: 1;
}

.serviceDesc {
    width: 250px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 24px;
    z-index: 1;
    color: #444444;
}

.serviceLink i {
    font-size: 25px;
}

#service_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.servicePH {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 20px;
    background-position: 20px center;
}

.serviceIcon {
    z-index: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    margin-right: 0;
    text-align: right;
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform: scale(0.5);

}

#service_section>.col-md-4:hover .serviceCard .serviceIcon {
    opacity: 1;
    transform: scale(1);
}

#service_section .serviceLink {
    z-index: 1;
    padding-top: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#service_section .serviceCard .spacer {
    height: 220px;
}

#service_section .serviceIcon img {
    width: 160px;
    margin-right: 0;
}

#service_section .servContent {
    /*position: absolute;
    bottom: 20px;
    left: 20px; */
    min-height: 160px;
    position: relative;
    padding-bottom: 37px;
}
#service_section .servData{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#service_section>.col-md-4 {
    will-change: transform;
    -webkit-transition: all 0.8s 0s ease-in-out;
    -moz-transition: all 0.8s 0s ease-in-out;
    -o-transition: all 0.8s 0s ease-in-out;
    transition: all 0.8s 0s ease-in-out;
}

#service_section>.col-md-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-backface-visibility: hidden;
    padding: 0;
    margin: 15px;
}

#service_section>.col-md-4:hover {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
}

.serviceCard {
    background: linear-gradient(123.01deg, #F2F2F2 2.28%, #E8E8E8 105.13%);
    border-radius: 9px;
    position: relative;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    height: 100%;
}

#service_section>.col-md-4:hover .serviceCard {
    background: linear-gradient(359deg, #F2F2F2 2.28%, #E8E8E8 105.13%);
    -webkit-box-shadow: 0px 20px 40px -10px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 20px 40px -10px rgb(0 0 0 / 35%);
    box-shadow: 0px 20px 40px -10px rgb(0 0 0 / 35%);
}

#service_section .arrow {
    position: relative;
    width: 30px;
    height: 22px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#service_section .arrow:before {
    content: '';
    width: 30px;
    position: absolute;
    height: 2px;
    background: #fa7931;
    top: calc(50% - 2px);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#service_section .arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 14px;
    height: 14px;
    transform-origin: 50% 50%;
    transform: translate(0, 0) rotate(45deg);
    border-radius: 0 0.15em 0 0;
    box-shadow: inset -2px 2px 0 0 #fa7931;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#service_section>.col-md-4:hover .arrow:before {
    width: 40px;
}

#service_section>.col-md-4:hover .arrow {
    width: 40px;
}

/* Homepage - counter */
.counter .count-number:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: -18px;
    transform: rotate(45deg);
    box-shadow: inset -6px 6px 0 0 #E3E3E2;
    z-index: -1;
    top: -8px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.counter h2.count-number {
    display: inline-block;
    z-index: 3;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.counter {
    text-align: center;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.counter:hover .count-number:before {
    box-shadow: inset -6px 6px 0 0 #FA7931;
}

.counter .count-text {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.3em;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}

#counterDiv .col-md-3 {
    position: relative;
}

#counterDiv .cntrSep {
    position: absolute;
    height: 60px;
    width: 1px;
    top: 50%;
    right: 0;
    background-color: #FA7931;
    transform: translate(0, -30px);
}

/* Homepage - End counter */
/* Homepage - FAQ */
.faqSection .formDiv {
    padding: 30px;
}

.formDiv .headTitle h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0em;
    /*text-align: left;*/
    display: inline-block;
    width: 50%;
    position: relative;
}

.formDiv .headTitle h3:after {
    content: '';
    position: absolute;
    width: 35%;
    height: 2px;
    background: #F26515;
    top: 20px;
    margin-top: -1px;
    left: 100%;
    margin-left: 15px;
}

.faqdiv {
    padding: 30px;
    background: #F6F6F6;
    border-radius: 20px;
}

.accordion .accordion-button {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #444444;
    padding: 10px 40px 10px 15px;
    background-color: transparent;
    border: none;
    position: relative;
}
.accordion .accordionButton {
    background: #f4f4f4;
    border: none !important;
    cursor: pointer;
}
.accordionTable .viewFold {
    width: 100%;
}
.accordionTable .viewFold tr td {
    border: none;
}
.accordionTable .viewFold tr td:nth-child(1),
.accordion > thead > tr > th:nth-child(1) {
    width: 60%;
}
.accordionTable .viewFold tr td:nth-child(2), 
.accordionTable .viewFold tr td:nth-child(3),
.accordion > thead > tr > th:nth-child(2), 
.accordion > thead > tr > th:nth-child(3) {
    width: 20%;
    text-align: center;
}
.accordion tr > th:nth-child(2), .accordion tr  > th:nth-child(3) {
    text-align: center;
}
.accordion .accordionButton {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.accordion .accordion-button::after,
.accordion .accordionButton::after {
    content: '+';
    background-image: none;
    font-size: 30px;
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #F26515;
    line-height: 40px;
    transform: translate(0, -50%);
    font-weight: 500;
}
.accordionButton > td {
    border: none;
}
.accordionButton > td {
    padding-right: 40px !important;
    padding-left: 15px;
}

.accordion .accordion-button:not(.collapsed)::after,
.accordion .accordionButton:not(.collapsed)::after {
    background-image: none;
    content: '-';
    transition: all 0.3s ease-in-out;
}

.accordion .accordion-button:not(.collapsed) {
    color: #F26515;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.accordion .accordion-item {
    border: none;
}

.accordion .accordion-button:focus {
    box-shadow: none;
}

.accordion {
    background-color: transparent;
    --bs-accordion-bg: transparent;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #D9D9D9;
}

.formsec button.btn {
    padding: 15px;
    border-radius: 6px;
    color: #ffffff;
    position: relative;
}

.formsec button.btn::before,
.formsec button.btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(105.36deg, #666565 -74.59%, #000000 160.68%);
    z-index: -1;
    border-radius: 6px;
}
.formsec button.btn::after {
    opacity: 0;
    background-image: linear-gradient(105.36deg, #000000 -74.59%, #666565 160.68%);
    transition: opacity.3s ease-in-out;
}

.formsec button.btn:hover::after {
    opacity: 1;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border: none;
    border-bottom: 1px solid #D9D9D9;
}

.form-control:valid:focus {
    box-shadow: none;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: none;
    border-color: #D9D9D9;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #D9D9D9;
    box-shadow: none;
}

.form-floating>label.error {
    position: unset;
    height: auto;
    display: inline-block;
    padding: 5px;
    transform: none !important;
    font-size: 14px;
    color: red;
}
.formsec button.btn::before, .formsec button.btn::after{
    z-index: 0;
}
.formsec button.btn span {
    z-index: 2;
    color: #ffffff;
    position: inherit;
}

/* Homepage - End FAQ */
/* Homepage - Process */
.step-vert-left .dotsBullets {
    position: absolute;
    right: 0;
    top: 150px;
    transform: translate(14px, 0);
}

.step-vert-right .dotsBullets {
    position: absolute;
    left: 0;
    top: 300px;
    transform: translate(-62px, 0);
}

.process .seperator {
    height: 65%;
    position: absolute;
    width: 2px;
    left: 50%;
    margin-left: -1px;
    top: 0;
    bottom: 0;
    border: 1px dashed #FA7931;
    margin-top: auto;
    margin-bottom: auto;
}

.process .step-vert-left {
    padding: 30px 35px;
    border-right-width: 1px;
    border-right-color: #caced6 !important;
    position: relative;
}

.process .step-vert-right {
    padding: 30px 35px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
}

.step-vert-right h3:after,
.step-vert-left h3:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #444444;
    top: 50%;
    left: 100%;
    margin-left: 10px;
}

.step-vert-right h3,
.step-vert-left h3 {
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 49px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

.step-vert-left .content img {
    width: auto;
    height: 250px;
    position: absolute;
    bottom: 0;
    transform: translate(0, -80px);
    right: 20px;
    z-index: -1;
}

.step-vert-left .content {
    padding-bottom: 150px;
    padding-right: 30px;
}

.step-vert-right .btn.readtory {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.4em;
    text-align: center;
    color: #FFFFFF;
    padding: 12.5px 15px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    margin-bottom: 20px;
}

.step-vert-right h3,
.step-vert-right p {
    color: #ffffff;
}

.step-vert-right h3:after {
    background-color: #ffffff;
}

/* Homepage - End Process */
/* Homepage - Testimonial */
.testimonial .shadow-effect {
    text-align: center;
}

.testimonial .shadow-effect p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    opacity: 0.3;
}
/* Testimonial readmore content */
/*.testimonial .morecontent span {
    display: none;
}
.testimonial .ReadMore {
    display: visible;
}*/
.testimonial .active.center .shadow-effect p {
    opacity: 1;
    color: #444444;
}
.testimonial .titleTest .case-name{
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
}
.testimonial .active.center .case-name {
    color: #444444;
}
.testimonial-name {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
}

.testimonial .item {
    text-align: center;
    padding: 20px;
    margin-bottom: 10px;
    opacity: .9;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.testimonial .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.testimonial .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    /*max-width: 90px;*/
    max-width: 110px;
    margin: 0;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
.testimonial .owl-item.active.center .imageTest img {
    transform: rotate(0deg) translate(-10px, 0);
}
.testimonial .owl-carousel .owl-dots .owl-dot.active span,
.testimonial .owl-carousel .owl-dots .owl-dot:hover span {
    background: #FA7931;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.testimonial .owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.testimonial .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial .owl-carousel .owl-dots .owl-dot span {
    background: #FA7931;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.testimonial .owl-item .imageTest:after {
    content: '';
    background: linear-gradient(331.98deg, #FA7931 -11.06%, rgba(250, 121, 49, 0) 46%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}

.testimonial .imageTest {
    position: relative;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 20px;
}

.testimonial .owl-item.active.center .imageTest::after {
    /*transform: rotate(0deg) translate(25px, 0);*/
    transform: rotate(0deg) translate(10px, 0);
}

.testimonial .owl-item.active.center {
    position: relative;
}

.testimonial .owl-item.active.center:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    width: 2px;
    border-left: 1px dashed #BFBFBF;
    height: 60%;
    margin: auto;
}

.testimonial .owl-item.active.center:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    width: 2px;
    border-left: 1px dashed #BFBFBF;
    height: 60%;
    margin: auto;
}

.testimonial .owl-nav .owl-prev {
    left: 33.33%;
    transform: translate(-15px, -40px);
}

.testimonial .owl-nav .owl-next {
    right: 33.33%;
    transform: translate(15px, -40px);
}
.testimonial .leftEllipse {
    position: absolute;
    left: -150px;
    top: -10px;
}
.testimonial .rightEllipse {
    position: absolute;
    right: -150px;
    bottom: -10px;
}
/* Homepage - End Testimonial */
/* Homepage - Case Study */
.listCaseStudy li {
    list-style: none;
    position: relative;
    /*padding-left: 25px;*/
    padding: 6px 25px;
}

.listCaseStudy li:before {
    content: '';
    width: 10px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
}

ul.listCaseStudy {
    padding-left: 0;
    margin-top: 20px;
}

.caseStudy h1,
.caseStudy p,
.caseStudy h2,
.caseStudy ul li {
    color: #ffffff;
}

.caseStudy .knowmore.btn {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    padding: 12.5px 15px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #ffffff;
}

.caseStudy .knowmore.btn:hover {
    background: transparent;
    color: #ffffff !important;
}

.caseStudy .shadow-effect {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 30px;
    transition: .3s linear;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0) 90%);
    border-radius: 15px;
    left: 0;
    right: 0;
}

.caseStudy .item {
    padding: 00px;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.caseStudy .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

/*
.caseStudy .owl-item .item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 15px;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    opacity:1;
}
.caseStudy .owl-item.active.firstactiveitem .item:before {
    background: linear-gradient(270deg, rgba(37,37,37,0) 30%, rgba(37,37,37,1) 100%);
}
.caseStudy .owl-item.active.lastactiveitem .item:before {
    background: linear-gradient(90deg, rgba(37,37,37,0) 30%, rgba(37,37,37,1) 100%);
}
*/
.caseStudy .owl-stage-outer:after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 25%;
    bottom: 0;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    opacity: 1;
    /*background: linear-gradient(90deg, rgba(37, 37, 37, 0) 0%, #2A2A2A 45%);*/
    background: linear-gradient(to left, rgba(42,42,42,1) 50%, rgba(42,42,42,0) 90%, rgba(42,42,42,0) 100%);
    z-index: 1;
}

.caseStudy .owl-stage-outer:before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    width: 25%;
    bottom: 0;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    opacity: 1;
    /*background: linear-gradient(270deg, rgba(37, 37, 37, 0) 0%, #2A2A2A 45%);*/
    background: linear-gradient(to right, rgba(42,42,42,1) 50%, rgba(42,42,42,0) 90%, rgba(42,42,42,0) 100%);
    z-index: 1;
}

.caseStudy .owl-item.active.center .item:before {
    opacity: 0;
}

.caseStudy .owl-carousel .owl-item img {
    border-radius: 15px;
    background: linear-gradient(270deg, #252525 -20.37%, rgba(37, 37, 37, 0) 113.79%);
}

.caseStudy .owl-carousel {
    padding: 0;
}

.caseStudy .owl-stage {
    display: flex;
}

.caseStudy .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}

.caseStudy .case-name {
    margin-bottom: 15px;
}

.caseStudy .case-name a {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
}

.caseStudy .case-name .readmore i {
    color: #ffffff;
    font-size: 22px;
    color: #FA7931;
}

.caseStudy .owl-item.active .shadow-effect .test-desc {
    opacity: 0;
    height: 0;
    margin-bottom: 0;
}

.caseStudy .owl-item.active.center .shadow-effect .test-desc {
    opacity: 1;
    height: auto;
}

.caseStudy .numberfield {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #FFFFFF;
    border-radius: 15px;
}

section.mainbanner {
    padding: 100px 0;
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
}

/* Homepage - End Case Study */
/* Homepage - Main Banner */
.typingContent {
    position: relative;
    margin-bottom: 15px;
}

.typingContent #text1 {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 86px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -0.05em;
    padding-bottom: 80px;
}

.typingContent #text2 {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 86px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -0.05em;
    animation: blink-caret .75s step-end infinite;
    position: absolute;
    bottom: -10px;
    left: 0;
    color: #FA7931;
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: rgb(68, 68, 68);
    }
}

.mainbanner .btn.getstarted {
    padding: 12.5px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5;
    line-height: 33px;
    text-align: center;
    background-color: #FA7931;
    border-radius: 11px;
    color: #ffffff;
    border: 1px solid #FA7931;
}

.mainbanner .btn.getstarted:hover {
    background-color: #ffffff;
    color: #FA7931;
}

/* Homepage - End Main Banner */

/********** Digital Marketing Start **********/
/* About Digital Marketing Section Starts Here */

.page-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.page-title:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 10%;
    height: 1%;
    background-color: #FA7931;
    transform: translate(-50%, 10px);
}

.about-dm-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.about-dm-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/* About Digital Marketing Section Ends Here */

/* What Makes Digital Marketing Section Starts Here */
.what-makes-dm-section .container-fluid {
    padding-left: 9%;
    padding-right: 0;
}

.what-makes-dm-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

.what-makes-dm-title b {
    font-weight: 600;
}

.what-makes-dm-section .owl-carousel {
    padding: 0;
}

.what-makes-dm-section .owl-carousel.owl-loaded.owl-drag {
    position: relative;
}

.what-makes-dm-section .owl-carousel.owl-loaded.owl-drag:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 65%;
    height: 105%;
    background-color: rgb(85 117 155 / 10%);
    transform: translate(-350px, 65px);
    z-index: -1;
}

.what-makes-dm-section .owl-carousel.owl-drag .owl-item .item {
    /*background: linear-gradient(152.44deg, #FFFFFF 0.37%, #E8E8E8 59.55%, #5E5E5E 106.58%, #4F4F4F 133.9%);*/
    border-radius: 10px;
    padding: 35px;
    position: relative;
}

.what-makes-dm-section .owl-carousel .owl-item a {
    position: relative;
}
.what-makes-dm-section .owl-carousel .owl-item a:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 10%;
    height: 10%;
    background: linear-gradient(135deg, #FFFFFF 28%, #cbcbcb 54%, #ffffff.64%);
}
.what-makes-dm-wrapper {
    position: relative;
    z-index: 2;
}

.what-makes-dm-carousel-title {
    margin-bottom: 30px;
}

.owl-carousel .owl-item .what-makes-dm-carousel img {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.what-makes-dm-section .owl-carousel.owl-drag .owl-item .item{
    transition: all 0.3s ease-in-out;
}
.what-makes-dm-section .owl-carousel.owl-drag .owl-item.firstactiveitem .what-makes-dm-carousel-title {
    color: #ffffff;
}
.what-makes-dm-section .firstactiveitem .what-makes-dm-carousel img {
    filter: invert(1);
}
.what-makes-dm-section .owl-carousel.owl-drag .owl-item .item:before {
    background: linear-gradient(152.44deg, #FFFFFF 0.37%, #E8E8E8 59.55%, #5E5E5E 106.58%, #4F4F4F 133.9%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    opacity:1;
}
.what-makes-dm-section .owl-carousel.owl-drag .owl-item.firstactiveitem .item:after {
    background:linear-gradient(152.44deg, #616161 -3.62%, #3E3D3D 45.23%, #1A1A1A 106.58%, #000000 133.9%);
    opacity:1;
}
.what-makes-dm-section .owl-carousel.owl-drag .owl-item .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    opacity:0;
}
.what-makes-dm-section .owl-carousel.owl-drag .owl-item.firstactiveitem .item:before{
    opacity:0;
}
.what-makes-dm-section .owl-carousel .owl-dots.disabled {
    display: block;
    z-index: -1;
}
.what-makes-dm-section .owl-carousel button.owl-dot {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.what-makes-dm-section .owl-carousel .owl-nav i {
    box-shadow: none;
    width: auto !important;
    height: auto !important;
}
/* What Makes Digital Marketing Section Ends Here */
/* CTA Section Starts Here */
.get-ranked-section {
    background-image: url('../assets/images/digital-marketing/get-ranked/get-ranked-bg.png'), linear-gradient(270deg, #181C47 6.59%, rgba(24, 28, 71, 0) 69.2%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.get-ranked__title {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
}

.get-ranked__img-wrapper {
    position: relative;
}
.get-ranked-section a.knowmore i {
    position: absolute;
    right: 5px;
    transform: translate(-50%, -50%);
    top: 50%;
}
/* CTA Section Ends Here */

/* Clients Service Section Starts Here */
.client-service__content {
    padding-bottom: 40px;
    margin: 0 auto;
}

#tabs-bar ul {
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    list-style: none;
    float: left;
    padding-left: 0;
    margin-bottom: 0;
}
#tabs-bar ul li {
    list-style: none;
    display: block;
    float: left;
}
#tabs-nav li a {
    text-align: center;
    display: inline-block;
}
#tabs-nav li a.current {
    position: relative;
}
#tabs-nav li a .tabs__bg {
    list-style: none;
    padding:10px 15px;
    background: #c0c0c0;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: left;
    border:1px solid #ececec;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: all 1s ease-in-out;
}

#tabs-nav li a p, #tabs-nav li a p {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 0;
    opacity:0;
    transition: all 1s ease-in-out;
}

#tabs-nav li a.current p, #tabs-nav li a:hover p {
    opacity:1;
    color: #444;
}

#tabs-nav li a.current .tabs__bg, #tabs-nav li a:hover .tabs__bg {
    /*border-bottom:0px solid #ececec;*/
    background: linear-gradient(139.25deg, #5F5F5F -4.86%, #121212 107.9%),
    linear-gradient(139.24deg, #FEFEFE 6.08%, rgba(143, 143, 143, 0) 99.69%);
}

#tabs-nav li a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    /*border-top: 20px solid #fff;*/
    /*border-left: 20px solid transparent;*/
    /*border-right: 20px solid transparent;*/
    transform: translate(-50%, 10px) rotate(45deg);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 0 0 5px 0;
}
#tabs-nav li a.current:after {
    opacity: 1;
}
#tabs-content-wrap .tab-content__image img {
    border-radius: 10px;
}
#tabs-nav li a .tabs__bg img {
    height: 63px;
    width: 63px;
}
#tabs-nav li a.current img, #tabs-nav li a:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#tabs-content-wrap ul {
    display: block;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
#tabs-content-wrap ul li {
    display: flex;
    list-style: none;
    background-image: url('../assets/images/digital-marketing/client-service/service-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* width: 60%; */
    padding: 40px;
    border-radius: 7px;
}

.tab-content__image {
    width: 30%;
}

.tab-content__body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    width: 70%;
    padding-left: 30px;
    padding-right: 10%;
}

.tab-content__body p {
    margin-bottom: 0;
}

.tab-content__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.tab-content__title:after {
    position: absolute;
    content: '';
    width: 12%;
    height: 1%;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
/* Clients Service Section Ends Here */

/********** Digital Marketing End **********/

/********** Contact page **********/
section.mainbanner .overlay,
.about-us .mainbanner .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.64);
}
.bannerTitle {
    padding: 0 50px;
}
.bannerTitle h1 {
    color: #ffffff;
    font-family: Poppins;
    font-size: 54px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
}
.bannerTitle p{
    color: #ffffff;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}
.contact-us .mainbanner {
    padding: 150px 0;
   /* display: flex;
    justify-content: center;
    flex-direction: column;*/
    height: auto;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    background-color: transparent;
}
.formDiv.contactform .headTitle h3 {
    width: 70%;
}
.formDiv.contactform .headTitle h3:after {
    width: 30%;
}
.contact-us .mainbanner p {
    margin: auto;
    width: 80%;
}

.contact-us .mainbanner  h1 {
    font-size: 45px;
    line-height: 50px;
}

/********** Contact page End **********/
/********** About us page **********/

.about-us .divider {
    text-align: center;
    display: flex;
    justify-content: center;
    border-width: none !important;
    border-style: none !important;
    border-color: #FA7931;
    position: relative;
}
.about-us .divider > span {
    padding: 5px 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 50px;
    position: relative;
    color: #5A5A5A;
    z-index: 1;
    background: #E9E9E9;
}
.about-us .divider:after {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: inherit;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30%;
    right: 0;
    margin-top: -0.5;
    margin-left: auto;
    margin-right: auto;
}
.about-us .storycontent {
    padding-right: 10%;
}
.about-us .videoSec .videoImage {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.about-us .videoSec {
    position: relative;
}
.about-us .videoSec img.quote {
    position: absolute;
    right: -120px;
    z-index: 0;
    width: 150px;
}
.about-us .videoSec  a.videoImage {
    width: 60%;
    display: block;
    margin: auto;
}
.about-us .videoSec a.video1 {
    position: relative;
    width: 75%;
    display: block;
    margin: auto;
}
.about-us .desc img.quote2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 50px;
    position: absolute;
    left: -20px;
    top: 15px;
}
.about-us .desc blockquote {
    font-family: Playfair Display;
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
}
.about-us .desc {
    background: #ffffff;
    width: 33.33%;
    margin: auto;
    padding: 30px 70px 50px 40px;
    position: relative;
}
.about-us .video2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    transform: translate(-70px, -60px);
}

.about-us .video2 .videoImage2 {
    width: 100%;
}
.about-us .video2 a .fa {
    position: absolute;
    color: #FFFFFF;
    padding: 10px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: linear-gradient(144.45deg, rgba(255, 255, 255, 0.28) -57.44%, rgba(255, 255, 255, 0.39) 164.22%);
    opacity: 0.4;
    border-radius: 100%;
    border: 8px solid rgba(255, 255, 255, 0.4);
    left: 50%;
    top: 50%;
    font-size: 20px;
    line-height: 22px;
    transform: translate(-20px, -28px);
    backdrop-filter: blur(60px);
    transition: all 0.8s ease-in-out;
}
.about-us .video2 a .fa-play:before {
    margin-right: -5px;
}
.about-us .video2 a {
    display: block;
    position: relative;
    transition: all 0.8s ease-in-out;
}
.about-us .video2 a:hover .fa {
    opacity: 1;
}
.about-us .moretext {
    display: none;
}
.about-us .readmoreSec.active .overlay {
    transform: translate(0, 500%);
    opacity: 0;
    visibility: hidden;
}
.about-us .readmoreSec .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(233,233,234,0) 10%, rgba(248,248,248,0.8) 50%);
    padding-bottom: 50px;
    transform: translate(0, 0%);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}
.about-us .readmoreSec > div {
    position: relative;
    margin-bottom: 20px;
    color: #444444;
    font-size: 18px;
}
.about-us .storycontent p {
    color: #444444;
    font-size: 18px;
}
.about-us .readmoreSec .moreless-button {
    font-family: 'Poppins', sans-serif; 
    font-size: 20px; 
    font-weight: 500; 
    line-height: 25px;
    cursor: pointer;
}
.about-us .readmoreSec {
    padding: 20px 0;
    border-bottom: 1px solid #D9D9D9;
}
.about-us a.outlinearrow {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.04em;
    padding: 10px 20px;
    border: 2px solid #585858;
    margin: 15px 0; 
}
.about-us a.outlinearrow i.fas {
    font-weight: 600;
    line-height: 25px;
}
.about-us .ourclients .item img {
    width: 100%;
    padding: 10px;
}
.about-us .ourclients .item {
    width: 20%;
    display: inline-block;
    float: left;
}
.about-us .journey h3 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
}
.about-us .journey h3:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 1px;
    background: #FA7931;
    bottom: 0;
    left: 50%;
    transform: translate(-50px, 0);
}
.about-us .btn.getstarted {
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.04em;
    text-align: center;
    background-color: #FA7931;
    border-radius: 11px;
    color: #ffffff;
    border: 1px solid #FA7931;
}
.about-us .btn.getstarted:hover {
    background-color: #ffffff;
    color: #FA7931;
}
.about-us .visMission .list p.listtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 10px;
    color: #6A6A6A;
}
.about-us .visMission .list p.listtitle .highlight {
    font-weight: 600;
    color: #444444;
}
.about-us .visMission .list ul {
    padding-left: 0;
    list-style: none;
}
.about-us .visMission .list ul li {
    padding-left: 40px;
    position: relative;
}
.about-us .visMission .list ul li:before {
    content: '';
    position: absolute;
    left: 19px;
    top: 14px;
    width: 10px;
    height: 10px;
    background: #FA7931;
    border-radius: 100%;
    transform: translate(-5px, 0);
}
.about-us .visMission .list ul li:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 27px;
    left: 20px;
    border-left: 1px dashed #FA7931;
    transform: translate(-1.5px, 0);
    z-index: 1;
}
.about-us .visMission .list ul li:last-child:not(:first-child):after {
    display: none;
}
.about-us .descript {
    width: 300px;
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #ffffff;
    /*background: linear-gradient(180deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 65%);*/
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%);
}
.about-us .descript .flipcontent .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #444444;
    text-transform: uppercase;
    margin-bottom: 0;
}
.about-us .descript .flipcontent {
    width: 80%;
    padding-right: 10px;
}
.about-us .descript .flipheading {
    width: 20%;
    text-align: center;
}
.about-us .descript .flipcontent .data {
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 0;
    color: #858585;
    text-align: justify;
}
.about-us .flipheading p {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0;
    color: #444444;
}
.about-us .flipster--carousel .flipster__item--past-2,
.about-us .flipster--carousel .flipster__item--future-2 {
    opacity: 0.4;
}
.about-us .flipster--carousel .flipster__item--past-1, 
.about-us .flipster--carousel .flipster__item--future-1 {
    opacity: 0.9;
}
.about-us .flipster--carousel .flipster__item.flipster__item--current .descript {
    transform: translate(0, 0);
    opacity: 1;
}
.about-us .flipster--carousel .flipster__item .descript {
    transform: translate(0, -100%);
    opacity: 0;
    -webkit-transition: all 0.8s -0.1s ease-in-out;
    -moz-transition: all 0.8s -0.1s ease-in-out;
    -o-transition: all 0.8s -0.1s ease-in-out;
    transition: all 0.8s -0.1s ease-in-out;
}
.about-us .flipster__button {
    margin: 0;
    padding: 0 5px;
}
.about-us .flipster__button svg {
    stroke: #ffffff;
    filter: drop-shadow(0 0 5px rgb(0 0 0 / 0.3));
}
/********** About us page End **********/
/********** SEO page **********/
.wiseo p, .wdsc p,
.wiseo h6, .wdsc h6 {
    color: #2E2E2E;
}
.wiseo h2, .wdsc h2 {
    font-size: 100px;
    font-weight: 300;
    line-height: 110px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #2E2E2E;
}
.ptfyn h2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
    text-align: center;
    color: #2E2E2E;
}
.wsiiygtsc h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 65px;
    text-align: center;
    margin-bottom: 30px;
    color: #2E2E2E;
}
.innerpages .bannerTitle h1 {
    font-size: 46px;
    line-height: 57px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.innerpages .row.wcus:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #d9d9d9;
    left: 50%;
    top: 50%;
    transform: translate(-50px, -50px);
    border-radius: 100%;
}
.innerpages .text u {
    font-weight: 500;
}
.innerpages .row.wcus {
    position: relative;
}
.innerpages .wcus .item {
    padding: 10px;
}
.innerpages .wcus .item .itemInner {
    padding: 25px;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 15px;
    transition: all 1s ease-in-out;
    height: 100%;
}
.innerpages .wcus .item .itemInner hr {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    border-color: #FA7931;
    opacity: 1;
}
.innerpages .wcus .item .itemInner:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px -1px rgba(51,51,51,0.6);
    -moz-box-shadow: 0px 0px 20px -1px rgba(51,51,51,0.6);
    box-shadow: 0px 0px 20px -1px rgba(51,51,51,0.6);
}
.innerpages .bannerTitle h1 span{
    font-weight: 700;
    text-transform: capitalize;
}
.innerpages .bannerTitle p{
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}
.innerpages .bannerTitle h1:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #F26515;
    bottom: 0;
    margin-top: -1px;
    left: 50%;
    margin-left: 0;
    transform: translate(-50px, 0);
}
.innerpages .bannerTitle a.primary__btn,
a.secondry__btn,
.innerpages .seoCta a.primary__btn {
    background-color: #FA7931;
    color: #ffffff;
    border-color: #FA7931;
}
a.secondry__btn .arrow:before,
.innerpages .bannerTitle a.primary__btn .arrow:before,
.innerpages .seoCta a.primary__btn .arrow:before {
    background-color: #ffffff;
}
a.secondry__btn .arrow::after,
.innerpages .bannerTitle a.primary__btn .arrow::after,
.innerpages .seoCta a.primary__btn .arrow::after {
    box-shadow: inset -2px 2px 0 0 #ffffff;
}
a.secondry__btn:hover,
.innerpages .bannerTitle a.primary__btn:hover,
.innerpages .seoCta a.primary__btn:hover {
    background-color: transparent;
}
a.secondry__btn:hover .arrow:before,
.innerpages .bannerTitle a.primary__btn:hover .arrow:before,
.innerpages .seoCta a.primary__btn:hover .arrow:before {
    background-color: #FA7931;
}
a.secondry__btn:hover  .arrow::after,
.innerpages .bannerTitle a.primary__btn:hover .arrow::after,
.innerpages .seoCta a.primary__btn:hover .arrow::after {
    box-shadow: inset -2px 2px 0 0 #FA7931;
}
.seoClientsTitle h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    color:#444444;
}
.seoClientsTitle h2 span {
    display: block;
}
.wwaTitle p {
    margin-bottom: 0;
    font-family: Poppins;
    font-size: 110px;
    font-weight: 300;
    line-height: 100px;
    color: #E8E8E8;
}
.wwa img.arrowImg {
    width: auto;
    height: 100px;
}
.wwalink .arrowImg {
    position: absolute;
    bottom: -20px;
    right: 100px;
}
.wwaTitle {
    padding-bottom: 20px;
}
.wwa .leftsection {
    position: relative;
}
.wwa .leftsection:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 70px solid white;
    border-right: 70px solid transparent;
}
.wwa .leader, 
.innerpages .leader {
    font-size: 40px; 
    font-weight: 600; 
    line-height: 50px; 
    text-align: center;
    padding: 0 5%;
    text-transform: capitalize;
}
.wwa .text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}
.wiseo .formulaDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wiseo .formulaDiv img {
    width: 100%;
    height: auto;
}
.wiseo .formulaDiv .formula1, 
.wiseo .formulaDiv .formula2,
.wiseo .formulaDiv .formula3 {
    position: relative;
}
/* Horizontal Tabs */
.wdsc .seoRowtabs .tab-menu,
.ptfyn .seoRowtabs .tab-menu {
    margin-top: 34px;
}
.wdsc .seoRowtabs .tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.ptfyn .seoRowtabs .tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
}
.ptfyn .seoRowtabs .tab-menu ul li {
    max-width: 100%;
    text-align: center;
    margin: 0;
}
.ptfyn .accordionTable h4 {
    margin-bottom: 30px;
}
.ptfyn section.accordionTable {
    padding: 20px;
}
.wdsc .seoRowtabs .tab-menu ul li a {
    color: #404040;
    padding: 10px 30px;
    display: block;
    text-decoration: none;
    transition: 0.5s all;
    background:#EAEAEA;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    border-radius: 100px;
}
.ptfyn .seoRowtabs .tab-menu ul li a {
    color: #404040;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    transition: 0.5s all;
    background:#E0E0E0;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid transparent;
    position: relative;
}
.ptfyn .seoRowtabs .tab-main-box {
    background-color: #ffffff;
    padding: 40px 20px 50px 20px;
    text-align:center;
}
.ptfyn .seoRowtabs .tab-main-box h5 {
    opacity: 0.6;
    margin-bottom: 25px;
}
.wdsc .seoRowtabs .tab-menu ul li a:hover{
    background: #2F2F2F;
    color: #ffffff !important;
    text-decoration: none;
}
.wdsc .seoRowtabs .tab-menu ul li a.active{
    background: #2F2F2F;
    color: #ffffff;
    text-decoration: underline;
}
.ptfyn .seoRowtabs .tab-menu ul li a.active,
.ptfyn .seoRowtabs .tab-menu ul li a:hover {
    /*background: #2F2F2F;*/
    /*color: #ffffff;*/
    /*text-decoration: underline;*/
    border-color: #FA7931;
}
.wdsc .seoRowtabs .tab-box,
.ptfyn .seoRowtabs .tab-box {
    display: none;
}
.wdsc .seoRowtabs .tab-teaser,
.ptfyn .seoRowtabs .tab-teaser {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.wdsc .seoRowtabs .tab-main-box{
    background: transparent;
    padding: 30px 40px;
    margin-top: -2px;
},
.ptfyn .seoRowtabs .tab-main-box {
    padding: 30px 40px;
    margin-top: 0;
}
.wdsc .seoRowtabs .tabImage,
.ptfyn .seoRowtabs .tabImage {
    position: relative;
    margin-bottom: 30px;
}
.wdsc .seoRowtabs .tabImage:after,
.ptfyn .seoRowtabs .tabImage:after {
    content: '';
    position: absolute;
    left: -1px;
    bottom: -1px;
    border-bottom: 70px solid #D9D9D9;
    border-right: 70px solid transparent;
}
.seo-reseller .wdsc .seoRowtabs .tabImage::after {
    border-bottom: 70px solid #ffffff;
}
.wdsc .seoRowtabs .tab-box h3,
.ptfyn .seoRowtabs .tab-box h3 {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.wdsc .seoRowtabs .tab-main-box .tab-box,
.ptfyn .seoRowtabs .tab-main-box .tab-box {
    text-align: left;
}
.ptfyn .btn.primary__btn {
    background: linear-gradient(123.18deg, #FFA16C 8.26%, #E7783B 37.42%, #FD6B1A 66.58%);
    border: none;
    color: #ffffff !important;
}
.ptfyn .btn.primary__btn .arrow::before {
    background: #ffffff;
    top: calc(50% - -1px);
}
.ptfyn .btn.primary__btn .arrow::after {
    box-shadow: inset -2px 2px 0 0 #ffffff;
    top: calc(50% - 3px);
}
/* End Horizontal Tabs  */
/* Vertical Tabs */
.ospo .seoColtabs .tab-menu {
    margin-top: 34px;
    width: 30%;
}
.ospo .seoColtabs .tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.ospo .seoColtabs .tab-menu ul li {
    max-width: 100%;
    text-align: center;
}
.ospo .seoColtabs .tab-menu ul li a {
    color: #565656;
    padding: 10px 30px;
    display: block;
    text-decoration: none;
    transition: 0.5s all;
    background:transparent;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    border-right: 1px solid transparent;
}
.ospo .seoColtabs .tab-menu ul li a:hover {
    color: #FA7931;
    text-decoration: none;
    border-color: #FA7931;
}
.ospo .seoColtabs .tab-menu ul li a.active {
    color: #FA7931;
    text-decoration: underline;
    border-color: #FA7931;
}
.ospo .seoColtabs .tab-box {
    display: none;
}
.ospo .seoColtabs .tab-teaser {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.ospo .seoColtabs .tab-main-box {
    background: transparent;
    padding: 30px 40px;
    margin-top: -2px;
    width: 70%;
}
.ospo .seoColtabs .tabImage {
    position: relative;
}
.ospo .seoColtabs .tabImage:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 70px solid #D9D9D9;
    border-right: 70px solid transparent;
}
.ospo .seoColtabs .tab-box h3 {
    font-family: Poppins;
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.ospo .seoColtabs .tab-main-box .tab-box {
    text-align: left;
}
.ospo .seoColtabs .tab-teaser {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ospo .seoColtabs .tab-menu ul {
    display: block !important;
}
.ospo .seoColtabs .primary__btn {
    border-color: #dddddd;
    transition: 0.5s all;
    margin: 20px auto;
}
.ospo .seoColtabs .primary__btn:hover {
    color: #FA7931;
    border-color: #FA7931;
}
.ospo .seoColtabs .primary__btn .arrow::after {
    width: 12px;
    height: 12px;
    top: calc(50% - 5px);
    right: 0;
}
.ospo .seoColtabs .primary__btn .arrow:before {
    top: calc(50% - 0px);
}
/* Vertical End Tabs  */
/* SEO Services */
.text-white > p {
    color: #ffffff !important;
}
.msstfyb .seoServices {
    padding: 30px;
}
.seoServices .col-md-4 {
    /*padding: 35px;*/
    /*background-color: #E9E8E8;*/
    /*text-align: center;*/
    padding: 0;
}
.seoServices .seviceBox a {
    padding: 35px;
    display: block;
}
.seoServices .seviceBox {
    padding: 0;
    background-color: #E9E8E8;
    text-align: center;
    transition: all 0.9s ease-in-out;
}
.seoServices .seviceBox:hover {
    background-color: #FDC9AD !important;
}
.seoServices .seviceBox a[href="javascript:void(0);"]:hover {
    cursor: auto;
}
.seoSeviceIcon {
    margin-bottom: 20px;
}
.seoServiceTitle p {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
    color: #292929;
}
.seoServiceDesc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #292929;
}
.seoSeviceIcon img {
    width: auto;
    height: 99px;
}
.seoServices .seviceBox:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: inherit;
    transform: translate(10px, -50%) rotate(45deg);
    z-index: 1;
}
.seoServices .seviceBox {
    position: relative;
}
.seoServices .seviceBox:nth-child(2) img,
.seoServices .seviceBox:nth-child(6) img,
.seoServices .seviceBox:nth-child(2n+2) img {
    filter: contrast(0) invert(1) brightness(100) drop-shadow(0px 1px 1px rgb(0 0 0 / 40%));
}
.seoServices .seviceBox:nth-child(2n+2) .seoServiceTitle p,
.seoServices .seviceBox:nth-child(2n+2) .seoServiceDesc p {
    color: #ffffff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 55%);
}
.wsiiygtsc ul,
ul.withIcon {
    padding: 0;
    list-style-type: none;
}
.wsiiygtsc ul li,
.withIcon li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 5px;
}
.wsiiygtsc ul li i.fa,
.withIcon li i.fa {
    position: absolute;
    left: 20px;
    font-size: 15px;
    transform: translate(-5.5px, 5px);
    top: 0;
}
ul.withIcon.coloured i {
    color: #4BAE4F;
    font-size: 16px;
}
.custscrolltoNext .scrollLink[href*="#"],
.wwa a.scrollLink[href*="#"] {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-32.81500px, 0);
    padding: 25px 25px 0;
}
.custscrolltoNext.scrolltoNext i,
.wwa .scrolltoNext i {
    font-size: 25px;
    z-index: 46;
}
.custscrolltoNext.scrolltoNext,
.wwa .scrolltoNext {
    position: relative;
    text-align: center;
}
.custscrolltoNext.scrolltoNext a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    left: 50%;
    border-radius: 100px;
    background: #eeeeee;
    z-index: -1;
    transform: translate(-40px, 10px);

}
.wwa .scrolltoNext a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    left: 50%;
    border-radius: 100px;
    background: #D9D9D9;
    z-index: -1;
    transform: translate(-40px, 10px);
}
.wdsc .seoRowtabs button.accBtn, 
.ptfyn .seoRowtabs button.accBtn, 
.ospo .seoColtabs button.accBtn {
    display: none;
}
/* SEO Services End */
/********** SEO page End *********/
/********** website portfolio gallery  *********/
.galItem .galBox {
    padding: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    position: relative;
    background: #ffffff;
}
.galItem .galBox a:hover i {
    opacity: 1;
}
.galItem .galBox i {
    position: absolute;
    color: #FFFFFF;
    padding: 10px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: linear-gradient(144.45deg, rgba(250,121,49,0.29) -57.44%, rgba(250,121,49, 1) 164.22%);
    opacity: 0;
    border-radius: 100%;
    border: 8px solid rgba(255, 255, 255, 0.4);
    left: 50%;
    top: 50%;
    font-size: 20px;
    line-height: 22px;
    backdrop-filter: blur(60px);
    transition: all 0.8s ease-in-out;
    transform: translate(-28px, -28px);
}
.galItem .galBox a:hover img {
    transform: scale(1.15);
}
.galItem .galBox a img {
    transition: all 0.8s ease-in-out;
}
.galItem .galBox a {
    overflow: hidden;
    display: block;
    position: relative;
}
.galItem {
    padding: 10px;
}
.galItem .galBox a .galCaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.8s ease-in-out;
}
.galItem .galBox a:hover .galCaption {
    background:rgba(0,0,0,0.5);
}
.galCaption h5, .galCaption p {
    color: #ffffff;
    margin-bottom: 0;
    transition: all 0.8s ease-in-out;
    opacity:0;
}
.galCaption h5 {
    transform: translate(-100%, 0);
    margin-bottom:15px;
}
.galCaption p {
    transform: translate(100%, 0);
    margin-top:15px;
    margin-bottom:15px;
}
.galItem .galBox a:hover .galCaption h5,
.galItem .galBox a:hover .galCaption p{
    transform: translate(0, 0);
    opacity:1;
}
.galItem .galBox a .galSeperator{
    position:relative;
}
.galItem .galBox a .galSeperator:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    transition: all 0.8s ease-in-out;
    height: 2px;
    background-color: transparent;
    transform: translate(-50%, 0);
}
.galItem .galBox a:hover .galSeperator:after {
    width: 50px;
    background-color: #ffffff;
}
.galItem .galBox a .galCaption span.btn {
    opacity: 0;
    transition: all 0.8s ease-in-out;
    scale: 0;
}
.galItem .galBox a:hover .galCaption span.btn {
    width: auto;
    opacity: 1;
    background-color: #FA7931;
    color: #ffffff;
    border-color: #FA7931;
    scale: 1;
}
/********** End Lightbox gallery plugin *********/
/********** table 2 header *********/
.pricingData .table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
}
.pricingData .table-scroll table {
  width: 100%;
  min-width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.pricingData .table-wrap {
  position: relative;
}
.pricingData .table-scroll th,
.pricingData .table-scroll td {
    padding: 10px 15px;
    /*border: 1px solid #000;*/
    vertical-align: top;
    width:25%;
    transition: all 0.3s ease-in-out;
  background: rgb(250 121 49 / 5%);
}
.pricingData .table-scroll thead th {
  background: #fa7931;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  text-align: center;
}
/* safari and ios need the tfoot itself to be position:sticky also */
.pricingData th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
.pricingData tr:nth-child(odd) {
    background: rgb(250 121 49 / 10%);
}
.pricingData thead th:first-child {
  z-index: 5;
}
.pricingData .table-scroll thead th .price_tenure {
    display: block;
    font-size: 13px;
}
/********** table 2 header end *********/

.accordion-collapse td i.fa.fa-check {
 color: #009245;
}
.accordion-collapse td i.fa.fa-times {
 color: #ff0000;
}
/********** SEO page End *********/
/********** Awards *********/
.awardsSec .card .itemImages img {
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 12px;
}
.awardsSec .card {
    padding: 20px;
    border: none;
    background: rgba(255,255,255,0.5);
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px -1px rgb(0 0 0 / 15%);
    border-bottom: 5px solid #cccccc;
    border-radius: 15px;
    margin-bottom: 20px;
}
.awardsSec .card:hover {
    border-color: rgb(242 101 21 / 50%);
}
.awardsSec .card .itemImages img{
    transition: all 0.9s ease-in-out;
    position: relative;
    z-index: 2;
}
.awardsSec .card .itemImages:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(242 101 21 / 20%);
    transition: all 0.9s ease-in-out;
    z-index: 1;
    border-radius: 10px;
}
.awardsSec .card:hover .itemImages img {
    transform: rotate(-2deg);
}
.awardsSec .cardSec:nth-child(even) .card:hover .itemImages img {
    transform: rotate(2deg);
}
.awardsSec .card:hover .itemImages:after {
    transform: rotate(2deg);
}
.awardsSec .cardSec:nth-child(even) .card:hover .itemImages:after {
    transform: rotate(-2deg);
}
.awardsSec .card .itemImages {
    position: relative;
    z-index: 36;
}
/********** Awards End *********/
/********** Testimonial Page *********/
.testimonialSec .card .itemImages img {
    /*height: 100%;*/
    /*width: 100%;*/
    text-align: center;
    border-radius: 12px;
}
.testimonialSec .card {
    padding: 20px;
    border: none;
    background: rgba(255,255,255,0.5);
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px -1px rgb(0 0 0 / 15%);
    border-bottom: 5px solid #cccccc;
    border-radius: 15px;
    margin-bottom: 20px;
}
.testimonialSec .card:hover {
    border-color: rgb(242 101 21 / 50%);
}
.testimonialSec .itemImages {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0, -75px);
    background-color: #ffffff;
    transition: All 0.8s ease-in-out;
}

.testimonialSec .cardSec {
    margin-top: 75px;
    position: relative;
}

.testimonialSec .cardSec .card {
    padding-top: 95px;
}
#viewContent .clientLogo img,
.testimonialSec .itemImages img{
    z-index: 9999;
}
#viewContent .clientLogo:after,
.testimonialSec .itemImages:after {
    content: '';
    background: linear-gradient(331.98deg, #FA7931 -11.06%, rgba(250, 121, 49, 0) 46%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    transform: rotate(0) translate(0, 0);
    z-index: 1;
}
#viewContent .clientLogo:before,
.testimonialSec .itemImages:before {
    content: '';
    background: linear-gradient(35deg, #FA7931 -11.06%, rgba(250, 121, 49, 0) 46%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    transform: rotate(0) translate(0, 0);
    z-index: 1;
}
#viewContent .modal-body:hover .clientLogo:after,
.testimonialSec .card:hover .itemImages:after {
    transform: rotate(-10deg) translate(20px, 10px);
}
#viewContent .modal-body:hover .clientLogo:before,
.testimonialSec .card:hover .itemImages:before {
    transform: rotate(10deg) translate(-20px, 10px);
}
#viewContent .clientLogo {
    position: relative;
    width: 129px;
    margin: 0 auto 20px auto;
    height: auto;
}
#viewContent .content__wrapper {
    margin-bottom: 20px;
    padding: 5px 20px;
}
.testimonialSec .tstmonial__btns {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
}
.testimonialSec .tstmonial__cont {
    margin-bottom: 44px;
}

.testimonialSec .cardSec .card {
    height: calc(100% - 20px);
}
.modal-dialog {
    max-width: 800px;
    margin:  30px auto;
}
.modal-body {
    position:relative;
    padding:0px;
}
.close {
    background-color: #ffffff;
    border: none;
    right: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -10px;
    transition: all 0.3s;
    box-shadow: 4px 2px 5px rgb(0 0 0 / 27%);
    position:absolute;
    z-index:999;
    font-weight: normal;
    opacity:1;
}
.close i.fa {
    font-size: 25px;
    line-height: 25px;
    padding: 5px;
    color: #1e1e1e;
    transition: all 0.3s;
}
.close:hover {
    background-color: #FA7931;
    color: #fff;
}

.close:hover i {
    color: #ffffff;
}
.modal.show .modal-dialog .modal-content {
    box-shadow: 0 0 50px rgb(0 0 0 / 55%);
}
/********** Testimonial End *********/
.stickybanner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

/* common changes inner subpages */
.innerpages.sem .innerbgSec,
.innerpages.smo .innerbgSec,
.innerpages.google_ads_mngmnt .innerbgSec,
.innersubpages .innerbgSec,
.local-seo .innerbgSec {
    padding: 40px;
    background-color: #ffffff;
    background-image: url(https://savit.in/assets/images/local-seo/Local-SEO-bg.png);
    background-size: 100% auto;
    background-position: bottom center;
    position: relative;
    background-repeat: no-repeat;
}
.innerpages.sem .innerbgSec .contentSec,
.innerpages.smo .innerbgSec .contentSec,
.innerpages.google_ads_mngmnt .innerbgSec .contentSec,
.innersubpages .innerbgSec .contentSec,
.local-seo .innerbgSec .contentSec {
    z-index: 2;
}
.innersubpages .Sframes,
.local-seo .Sframes {
    position: relative;
    height: 28px;
}
.innersubpages .Sframes .shape,
.local-seo .Sframes .shape {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FFD447;
    border-radius: 100%;
    right: 20%;
    top: 0;
}
.innersubpages .Sframes .shape:before,
.local-seo .Sframes .shape:before {
    position: absolute;
    width: 30px;
    height: 10px;
    background-color: #00A09E;
    border-radius: 15px;
    right: calc(20% + 20px);
    bottom: 0;
    content: '';
}
.innersubpages .Sframes .shape:after,
.local-seo .Sframes .shape:after {
    position: absolute;
    width: 30px;
    height: 10px;
    background-color: #F2715B;
    border-radius: 15px;
    right: -20px;
    top: 20px;
    content: '';
}
.innersubpages .wybnls h2,
.local-seo .wybnls h2 {
    font-size: 74px;
    font-style: italic;
    font-weight: 600;
    line-height: 87px;
    text-align: center;
    margin-bottom:30px;
    text-transform: capitalize;
}
.innerpages.sem .wybnls .withIcon li,
.innerpages.smo .wybnls .withIcon li,
.innerpages.google_ads_mngmnt .wybnls .withIcon li,
.innersubpages .wybnls .withIcon li,
.local-seo .wybnls .withIcon li {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    padding: 8px 10px 8px 40px;
}
.innerpages.sem .wybnls .withIcon li i.fa,
.innerpages.smo .wybnls .withIcon li i.fa,
.innerpages.google_ads_mngmnt .wybnls .withIcon li i.fa,
.innersubpages .wybnls .withIcon li i.fa,
.local-seo .wybnls .withIcon li i.fa {
    font-size: 24px;
    left: 20px;
    transform: translate(-11.5px, 15px);
    top: 0;
    color: #4BAE4F;
}
.innersubpages #oycitlmlss .leader,
.local-seo #oycitlmlss .leader {
    font-size: 40px;
    line-height: 54px;
    text-transform: capitalize;
}
.innersubpages .slss h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 20px;
}
.innersubpages .slss .item .iconSec {
    margin-bottom: 20px;
}
.innersubpages .slss .item .titleSec {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}
.innersubpages .slss .item hr {
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    border-width: 2px;
    opacity: 1;
}
.innersubpages .slss .item .discrSec {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.innersubpages .slss .item {
    padding: 15px 10px;
}
.innersubpages .wiseo p, 
.innersubpages .wybnls p:not(.leader), 
.innersubpages .wdsc p:not(.leader){
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
}
.innersubpages .wybnls .right__sec {
    padding: 0px 30px;
}
.common__sec.innersubpages .slss .item .titleSec {
    font-size: 20px;
    line-height: 28px;
}
.common__sec.innersubpages .wdsc p:not(.leader) {
    /*font-size: 16px !important;*/
    /*line-height: 28px !important;*/
}
.common__sec.innersubpages .wybnls h2 {
    font-size: 45px;
    line-height: 55px;
}
.sem .seoServices .seviceBox:nth-child(2n+2) img {
    filter: none;
}
.innerpages.web-design .wiseo h2,
.innerpages.sem .wiseo h2,
.innerpages.smo .wiseo h2,
.innerpages.google_ads_mngmnt .wiseo h2,
.common__sec .wiseo h2 {
    font-size: 45px;
    line-height: 54px;
    text-transform: capitalize;
}
/* common changes inner subpages */
/* SMO changes inner Page */
.sem .seoServiceTitle p,
.google_ads_mngmnt .seoServiceTitle p,
.smo .seoServiceTitle p {
    font-size: 25px;
    line-height: 35px;
}
.ecommerce-website-design-services .withIcon li i.fa,
.website_maintenance .withIcon li i.fa {
    font-size: 20px;
    left: 20px;
    transform: translate(-11.5px, 5px);
    top: 0;
    color: #4BAE4F;
}
.ecommerce-website-design-services .withIcon li .innerAngle i.fa {
    font-size: 15px;
    color: #444444;
    transform: translate(-11.5px, 8px);
}
.what-makes-dm-section .owl-carousel .owl-nav i:hover {
    background: none;
}
.local-seo .mainbanner .overlay {
    background-color: rgba(7, 7, 7, 0.52);
}
/* SMO changes inner Page */
/* Privacy Page */
.unknown-facts .mainbanner,
.privacyPolicy .mainbanner {
    height: auto;
}
.unknown-facts .bannerTitle h1,
.privacyPolicy .bannerTitle h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.unknown-facts .bannerTitle h1:after,
.privacyPolicy .bannerTitle h1:after {
    display: none;
}
.process.timeline .seperator {
    left: 30px;
    height: calc(100% - 140px);
    top: 0;
    margin: auto;
    border-color: #ffdecc;
    bottom: 0;
}
.process.timeline .step_vert_right {
    padding: 20px 40px;
    border-left-width: 1px;
    border-left-color: #caced6 !important;
    position: relative;
    margin-left: 80px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 100px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
}
.process.timeline .step_vert_right p.title {
    margin-bottom: 10px;
    font-weight:600;
}
.process.timeline .step_vert_right p.desc {
    margin-bottom: 0;
}
/*.step_vert_right .dots_Bullets::after {
    counter-increment: my-process-counter;
    content: counter(my-process-counter);
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 13;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translate(0, -50%);
}*/
.process.timeline .dots_Bullets {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -50px;
    padding: 12.5px;
    text-align: center;
    color: #ffffff;
    border: 5px solid rgb(250 121 49 / 55%);
    box-shadow: 0 0 0 5px rgb(250 121 49 / 20%);
    font-size: 22px;
    line-height: 25px;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
}
.process.timeline .step_vert_right .dots_Bullets::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;top: 0;
    border-radius: 100%;
    background-color: #FA7931;
    z-index: -1;
}
.best_search_engines td {
    padding: 10px 15px;
    border: 1px solid #eee;
    background-color: #f8f8f8;
    transition: all 0.5s ease-in;
}
.best_search_engines td:hover {
    box-shadow: 0 0 25px rgb(255 113 52 / 33%) inset;
    background-color: rgb(255 113 52 / 5%);
}
.tse .row.leftSection, .row.rightSection {
    padding: 30px 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 5px;
}
.tse .row.leftSection:nth-child(odd),
.tse .row.leftSection {
    background-color: #f5f5f5;
}
.tse .row.leftSection:nth-child(even),
.tse .row.leftSection {
    background-color: #ffffff;
}
.tse h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.tse h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 2px;
    left: 0;
    background-color: #FF7134;
}
/* Privacy Page */
.ecommerce-website-design-services .wdsc p:not(.leader) {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.innersubpages.aso .wiseo h2 {
    font-size: 58px;
    line-height: 70px;
}
.wikipediaPage_creation .withIcon p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 0;
}
.unknown-facts .contentSec {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.unknown-facts .contentSec p {
    width: calc(100% - 350px);
    text-align: left;
    padding: 0 20px;
    margin-bottom: 0;
}
.franchise__form__wrap .formDiv .headTitle h3:after {
    top: auto;
    bottom: 0;
    left: 50%;
    margin: 0;
    width: 90px;
    transform: translate(-50%, 0);
}
.franchise__form__wrap .formDiv .headTitle h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.franchise__form__wrap .card {
    border: none;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}
.franchise__form__wrap .form-check-input:checked {
    background-color: #FA7931;
    border-color: #fa7931;
    box-shadow: 0 0 0 0.25rem rgb(250 121 49 / 25%);
}
.franchise__form__wrap .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(250 121 49 / 25%);
}
.franchise__form__wrap .form-check .form-check-input, 
.franchise__form__wrap .form-check .form-check-input + label {
    cursor: pointer;
    transition: all 0.5s ease;
}
.form-floating>.form-control, 
.form-floating>.form-control-plaintext {
    padding: 30px 10px 10px !important;
    margin-bottom: 5px;
}

/**********  packages page *********/
.ptfyn .seoRowtabs .tab-menu ul {
    background-color: #ffffff !important;
}
.ptfyn .seoRowtabs .tab-menu ul li a {
    background: #f5f5f5 !important;
}
.ptfyn .seoRowtabs .tab-main-box {
    background-color: #f5f5f5 !important;
}
.localPackages .accordion .accordionButton {
    background: #E0E0E0 !important;
}
.ptfyn #localPackages .viewFold tr td:not(:first-child),
.ptfyn #localPackages .accordion > thead > tr > th:not(:first-child){
    width: 20%;
    text-align: center;
}
.ptfyn #localPackages .viewFold tr td:nth-child(1), 
.ptfyn #localPackages .accordion > thead > tr > th:nth-child(1) {
    width: 60%;
}
.ptfyn .accordionButton > td {
    padding-left: 40px !important;
    padding-right: 15px;
}

.ptfyn .accordion .accordion-button::after,
.ptfyn .accordion .accordionButton::after {
    content: '\f107';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none;
    font-size: 20px;
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    left: 0;
    right: auto;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #F26515;
    line-height: 40px;
    transform: translate(0, -50%);
}
.ptfyn .accordion .accordion-button:not(.collapsed)::after,
.ptfyn .accordion .accordionButton:not(.collapsed)::after {
    background-image: none;
    content: '\f106';
    transition: all 0.3s ease-in-out;
}
.ptfyn .accordion-collapse {
    transition: all 0.3s ease;
}

.ptfyn .accordion-collapse td {
    padding: 10px;
}
.ppc-packages .wybnls .withIcon li {
    font-size: 17px;
    line-height: 25px;
    padding: 4px 10px 4px 40px;
}
.ppc-packages .wybnls .withIcon li i.fa {
    font-size: 22px;
    transform: translate(-11.5px, 8px);
}
.ptfyn .withIcon i.fa {
    color: #009245;
    font-size: 18px !important;
}
/**********  packages End *********/

.ptfyn .seoRowtabs .tab-menu ul li:nth-child(3) a {
    background-color: rgba(255, 113, 52, 0.5) !important;
}
.ptfyn .seoRowtabs .tab-menu ul li:nth-child(2) a {
    background-color: rgba(255, 113, 52, 0.7) !important;
}
.ptfyn .seoRowtabs .tab-menu ul li:nth-child(1) a {
    background-color: rgba(255, 113, 52, 0.9) !important;
}
.ptfyn .seoRowtabs .tab-menu ul li a,
.ptfyn .seoRowtabs .tab-menu ul li a:hover{
    color: #ffffff !important;
    border:none;
}

.ptfyn .seoRowtabs .tab-menu ul li a.active{
    background-image: linear-gradient(103.01deg, #FFA47D 0.57%, #FF6320 55.89%) !important;
    box-shadow: 10px 17px 30px rgb(255 99 32 / 30%);
}
.ptfyn .seoRowtabs .tab-menu ul li a:hover{
    background: #FF6320 !important;
}

.ptfyn .seoRowtabs .tab-menu ul li a:after {
    margin-left: 0;
    vertical-align: 0.255em;
    content: "";
    border-top: 15px solid #FF6320;
    border-right: 15px solid transparent;
    border-bottom: 0;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 15px);
    left: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.ptfyn .localPackages .accordion .accordionButton {
    background: #E0E0E0 !important;
}
.ptfyn .accordionButton > td {
    /*background: #e6e6e6;*/

    background: linear-gradient(90deg, rgba(213, 213, 213, 0.4) 5.99%, rgba(198, 198, 198, 0) 62.48%);
}
.ptfyn .accordion-collapse td {
    padding: 10px;
    border:  none !important;
}
.ptfyn .accordion-collapse td i.fa.fa-check {
    color: #009245;
}
.ptfyn .accordion-collapse td i.fa.fa-times {
    color: #ff0000;
}
.seo-packages .ptfyn #nationalPackages .viewFold tr td:not(:first-child),
.seo-packages .ptfyn #nationalPackages .accordion > thead > tr > th:not(:first-child),
.seo-packages .ptfyn #ecommercePackages .viewFold tr td:not(:first-child),
.seo-packages .ptfyn #ecommercePackages .accordion > thead > tr > th:not(:first-child){
    width: 15%;
    text-align: center;
}
.seo-packages .ptfyn #nationalPackages .viewFold tr td:nth-child(1), 
.seo-packages .ptfyn #nationalPackages .accordion > thead > tr > th:nth-child(1),
.seo-packages .ptfyn #ecommercePackages .viewFold tr td:nth-child(1), 
.seo-packages .ptfyn #ecommercePackages .accordion > thead > tr > th:nth-child(1) {
    width: 40%;
}
.seo-packages .ptfyn #localPackages .viewFold tr td:not(:first-child),
.seo-packages .ptfyn #localPackages .accordion > thead > tr > th:not(:first-child){
    width: 15%;
    text-align: center;
}
.seo-packages .ptfyn #localPackages .viewFold tr td:nth-child(1), 
.seo-packages .ptfyn #localPackages .accordion > thead > tr > th:nth-child(1) {
    width: 55%;
}
.ptfyn .seoRowtabs .tab-menu ul li a.active:after {
    opacity: 1;
}
.ptfyn .accordion > thead > tr > th {
    text-transform: uppercase;
    color: #2E2E2E;
}
.ptfyn .accordion > thead > tr, 
.ptfyn .accordion > thead > tr th {
    border: none !important;
}
.ptfyn .accordionButton > td .viewFold td {
    text-transform: uppercase;
    color: #F26515;
    font-weight: 500;
}
.smo-packages .ptfyn #localPackages .viewFold tr td:not(:first-child),
.smo-packages .ptfyn #localPackages .accordion > thead > tr > th:not(:first-child){
    width: 20%;
    text-align: center;
}
.smo-packages .ptfyn #localPackages .viewFold tr td:nth-child(1), 
.smo-packages .ptfyn #localPackages .accordion > thead > tr > th:nth-child(1) {
    width: 60%;
}
/* 404 and Thankyou page */
.ty404 .icon__box_inner a {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background: #f5f5f5;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    position: relative;
    background-image: linear-gradient(to right, #FA7931 50%, #f5f5f5 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition:all 0.8s ease;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
}
.ty404 .icon__box_inner a img {
    width: 50px;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #f5f5f5;
}
.ty404 .icon__box_inner a .desc {
    width: calc(100% - 70px);
    padding-right: 15px;
}
.ty404 .icon__box_inner a .desc p {
    margin-bottom: 0;
    transition:all 0.9s ease;
    font-size: 18px;
}
.ty404 .icon__box_inner a:hover {
    background-position: left bottom;
    color:#ffffff;
}
.ty404 .icon__box_inner a:hover .desc p {
    color: #ffffff;
}
/* 404 and Thankyou page */
/* Fixed mail, call, and whatsapp icon in tab and mob */
.contactIcons i {
    font-size: 22px;
    line-height: 22px;
    padding: 15px;
    display: block;
}
.contactIcons a {
    display: block;
    text-align: center;
    background-color: #f5f5f5;
    color: #F26515;
    transition: all 0.3s ease;
}
.contactIcons .col-4 {
    padding: 0;
}
.contactIcons .col-4:not(:last-child) a {
    border-right: 1px solid #e6e6e6;
}
.contactIcons a:hover {
    background-color: #F26515;
    color: #ffffff !important;
}
.contactUSMobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 95%;
    margin: auto;
    -webkit-box-shadow: 0px -1px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -1px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px -1px 30px 0px rgba(0,0,0,0.2);
    border-radius: 20px 20px 0 0;
}
.contactIcons .col-4:first-child:not(:last-child) a {
    border-radius: 20px 0 0 0;
}
.contactIcons .col-4:last-child:not(:first-child) a {
    border-radius: 0 20px 0 0;
}
/* End Fixed mail, call, and whatsapp icon in tab and mob */
a.internalLink {
    font-size: inherit;
    font-weight: 500;
    color: #FA7931;
    display: inline-block;
    transition:all 0.8s ease;
    position:relative;
}
a.internalLink:after{
    content:'';
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #FA7931;
    transition:all 0.8s ease;
}
a.internalLink:hover:after{
    width: 100%;
}
.seoClients .owl-dots {display: none;}
.language img.flag {width: 36px; margin-right: 10px;height: 24px;}.contactDetails { display: flex; align-items: center;justify-content: flex-end;}
.language .dropdown-menu.show li.nav-item a { padding: 7px 10px; }
.language .dropdown-menu.show li.nav-item a:hover { background-color: #fa7931; color: #ffffff !important; }
.language .dropdown-menu.show li:first-child:not(last-child) a {border-radius: 8px 8px 0 0;}
.language .dropdown-menu.show li:last-child:not(first-child) a {border-radius: 0 0 8px 8px;}.clientsSlider .owl-dots {display: none;}


.content{
    padding: 30px;
}