﻿
html, body {
    height: 100%;
    font-size: 14px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Eras Medium ITC;
    color: #525252;
    font-weight: 400;
    background-color: #faf8ff;
    line-height: 24px;
}

a {
    color: #9c9a9a;
}


.logo_box img {
    max-height: 100%;
    max-width: 85%;
}

a, btn {
    outline: none !important;
    box-shadow: none !important;
}

h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

ul {
    margin: 0px;
    padding: 0px;
}

a, a:hover {
    text-decoration: none;
    transition: all .2s ease-in-out;
}

li {
    list-style: none;
}

.container {
    max-width: 1170px;
}


.mini_container {
    max-width: 100%;
    margin: auto;
    width: 650px;
}

p {
    font-size: 16px;
    /*font-size: 1rem;*/
}

h1 {
    font-size: 2.857rem;
    color: #595959;
    font-family: Eras Medium ITC;
    font-weight: 600;
}

.banner_text h1 {
    font-weight: normal;
}

h1 span {
    font-family: Eras Demi ITC;
}

.bg-s {
    font-family: Eras Demi ITC;
}

h2 {
    font-size: 1.714rem;
    font-weight: 600;
    color: #595959;
    line-height: 24px;
}

h3 {
    font-size: 1.285rem;
    line-height: 24px;
}

h4 {
    font-size: 1.143rem;
    line-height: 24px;
}

header {
    position: relative;
}

.white {
    background-color: #fff;
}

.white-text {
    color: #fff;
}

.red {
    background-color: #fa4944;
}

.grey-text {
    color: #73799a;
}

.red-text {
    color: #fa4944;
}

.btn_red:hover {
    color: #9c9a9a;
}

.btn.btn_purple:hover {
    color: #fa4944 !important;
}

.purple {
    background-color: #9c9a9a;
}

.purple-text {
    color: #9c9a9a;
}

.shadow-1 {
    box-shadow: 2px 0px 15px rgba(156,154,154,0.3) !important;
}

.btn-border {
    border: 1px solid #efefef;
}

.icon_right img {
    margin-left: 8px;
}

.full-height {
    height: 100%;
}

.btn.link {
    position: relative;
    padding: 3px 0px;
    z-index: 9;
    color: #73799a;
    transition: all .3s ease-in-out;
}

    .btn.link span {
        top: 0px;
    }


.banner_repeat {
    content: "";
    position: absolute;
    background-image: url(../images/banner_bg_repeat.png);
    background-repeat: no-repeat;
    background-position: top left;
    top: -12px;
    right: 0px;
    height: 104%;
    width: 50%;
    z-index: -1;
    background-size: cover;
}

.banner_repeat_inner {
    content: "";
    position: absolute;
    background-image: linear-gradient(to right, #f53547 -30%, #fe5c43 100%);
    background-repeat: no-repeat;
    background-position: top left;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 50%;
    z-index: -1;
    background-size: cover;
}

.banner_box:after {
    content: "";
    position: absolute;
    background-image: url(../images/banner_bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    top: -20px;
    right: 0px;
    height: 110%;
    width: 100%;
    z-index: -1;
    background-size: cover;
}

.nav_top {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.nav li a {
    color: #fff;
    position: relative;
    font-size: 15px;
}

    .nav li a img, .icon_left img {
        margin-right: 8px;
    }

.small {
    font-size: inherit;
}

.nav_top button {
    margin: 0px 15px;
    font-size: 1rem;
    padding: .375rem .75rem;
}

.btn span, .bg span {
    /*position: relative;
    top: -3px;*/
}

.mac .btn span, .mac .bg span {
    position: relative;
    top: 0px;
}


.nav-link.active {
    background-color: rgba(255,255,255,0.2) !important;
    border-radius: 3px;
    pointer-events: none;
    color: #fff !important;
}

.banner_image {
    margin-top: 30px;
    margin-bottom: 37px;
}

.banner_text {
    width: 180%;
    margin-top: 120px;
}

.btn_box {
    margin: 30px 0px 0px 0px;
}

    .btn_box .btn {
        margin-right: 20px;
    }

.btn {
    padding: 9px 15px;
    font-size: 1.143rem;
    font-weight: 600;
    transition: all .3s ease-in-out;
    position: relative;
}

.btn_box .btn.underline:after {
    bottom: 11px;
}

.btn.underline:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #73799a;
}

.btn.purple-text {
    color: #9c9a9a;
    padding-right: 24px;
}

    .btn.purple-text.underline:after {
        background-color: #9c9a9a;
    }

.arrow_forward {
    background: url(../images/arrow.png) no-repeat;
    width: 15px;
    height: 11px;
    position: absolute;
    right: 0px;
    top: 10px;
    transition: all .2s ease-in-out;
}

.btn.purple-text:hover .arrow_forward {
    background-position: 0px -11px;
}

.forward_arrow_red, .forward_arrow_purple {
    background: url(../images/forward_arrow.png) no-repeat top center;
    height: 25px;
    width: 25px;
    background-position: 0px 0px;
    margin-left: 8px;
    transition: all .2s ease-in-out;
}

.btn:hover .forward_arrow_red {
    background-position: 0px -27px;
}

.forward_arrow_purple {
    background-position: 0px -27px;
}

.btn:hover .forward_arrow_purple {
    background-position: 0px -54px;
}

section {
    margin: 70px 0px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.about_sec:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0px;
    background: url(../images/about_sec_bg.png) no-repeat;
    width: 100%;
    height: 140px;
    z-index: -1;
    background-size: contain;
}


.about_box {
    position: relative;
}

    .about_box:before {
        border: 5px solid #595959;
        display: inline-block;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 50px;
        right: 30px;
    }

    .about_box img {
        margin: 20px;
        max-width: 95%;
        box-shadow: 3px 0px 45px rgba(156,154,154,0.35);
        position: relative;
        z-index: 9;
    }

.inner_page_heading h2 {
    font-size: 2.1rem;
}

.sec_right:after {
    right: 0px;
    left: auto;
    background: url(../images/about_sec_bg_right.png) no-repeat;
    width: 220px;
}

.about_bg:after {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    background: url(../images/about_img_bg.png) no-repeat top center;
    width: 100%;
    height: 500px;
    z-index: -1;
    background-size: contain;
}

.heading_icon_box {
    width: 78px;
    height: 78px;
    background-color: #ffbfb8;
    border-radius: 50%;
    margin-bottom: 30px;
}

.heading_icon_box_inner {
    background-color: #fff;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    margin: 10px 20px;
    display: inline-block;
    box-shadow: 12px 20px 18px rgba(156,154,154, 0.35);
}

.icon_heading {
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 2.857rem;
    line-height: 1.2;
}

.product_sec:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0px;
    background: url(../images/product_bg.png) no-repeat;
    width: 100%;
    height: 220px;
    z-index: -1;
    background-size: contain;
}


/* Hover Effects */

a.btn {
    position: relative;
}

.hover-1 a::before {
    position: absolute;
    top: 0px;
    left: 0;
    overflow: hidden;
    padding: 3px 0;
    max-width: 0;
    border-bottom: 2px solid #9c9a9a;
    color: #9c9a9a;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
    z-index: 9;
}

.hover-1 a.purple-text::before {
    border-bottom: 2px solid #fa4944;
    color: #fa4944;
    text-align: left;
}

.hover-1 a.purple-text:hover::before,
.hover-1 a.purple-text:focus::before {
    width: 150%;
}


.hover-1 a.btn_red.white::before, .hover-1 a.btn_purple.white::before {
    top: auto;
    line-height: 28px;
    left: 0px;
    border-bottom: 2px solid #9c9a9a;
    color: #9c9a9a;
    right: 0px;
    text-align: left;
    bottom: 0px;
}

.hover-1 a.btn_purple.white::before {
    border-bottom: 2px solid #fa4944;
}


.hover-1 a:hover::before,
.hover-1 a:focus::before {
    max-width: 100%;
}

.hover-1.footer-link a::before {
    border-bottom: 2px solid #f95742;
    color: transparent;
    margin-left: 20px;
    padding: 0;
    top: -3px;
}

.list_icon .hover-1.footer-link a::before {
    margin-left: 25px;
}


/* Hover Effects */


.product_sec .slider_box {
    padding: 25px;
    border-radius: 5px;
    background-image: url(../images/product_box_bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 395px;
}

.panel-thumbnail img {
    max-height: 60px;
    max-width: 100%;
}

.slider_box h2 {
    margin: 35px 0px;
    position: relative;
}

    .slider_box h2 span {
        position: relative;
        z-index: 1;
    }

    .slider_box h2:after {
        content: "";
        position: absolute;
        top: -15px;
        left: -20px;
        width: 60px;
        height: 60px;
        background-color: #f6efff;
        border-radius: 50%;
    }


.info_sec:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 120px;
    background: url(../images/info_bg_left.png) no-repeat;
    height: 302px;
    width: 325px;
}

.info_sec:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../images/info_bg_right.png) no-repeat;
    height: 302px;
    width: 325px;
    z-index: -1;
}

.info_box {
    /*height: 220px;
    width: 220px;*/
    height: 170px;
    width: 170px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 10px 10px 30px rgba(156,154,154,0.35);
    margin: auto;
    text-align: center;
}

.info_margin {
    margin-top: 150px;
}

.count {
    font-size: 2.92rem;
}

.info_box h4, .count {
    font-weight: 600;
}

    .count span {
        font-size: 2.14rem;
        color: #fd8676;
    }

.info_txt {
    line-height: 60px;
}


.section_bg {
    position: relative;
}

    .section_bg:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 120px;
        background: url(../images/service_left_bg.png) no-repeat;
        height: 100%;
        width: 191px;
    }

    .section_bg:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 0px;
        background: url(../images/service_right_bg.png) no-repeat;
        height: 100%;
        width: 144px;
        z-index: -1;
    }

.service_box {
    padding-left: 90px;
    position: relative;
    margin: 50px 0px;
}

    .service_box h2 {
        margin: 15px 0px;
        display: inline-block;
    }

    .service_box a {
        font-size: 1rem;
    }

.service_image_box {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.testimonial_box {
    padding: 30px;
    position: relative;
    margin-top: 30px;
}

    .testimonial_box:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../images/testimonial_bg_top.png) repeat-x;
        height: 60px;
        width: 100%;
    }

.testimonial_data {
    position: relative;
    z-index: 9;
}

.testimonial_box:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(../images/testimonial_bg_bottom.png) no-repeat;
    height: 67px;
    width: 66px;
}

.large_text {
    font-size: 2.857rem;
}

.project_sec .carousel-item .panel {
    padding: 0px;
    margin-bottom: 30px;
}

.project_sec .panel-thumbnail img {
    max-height: inherit;
    max-width: 100%;
}

.client_box {
    height: 100px;
    margin-bottom: 20px;
}

footer {
    background: linear-gradient(to top, #faf7ff 0%, #ffffff 100%);
    color: #73799a;
    padding: 70px 0px 0px;
    position: relative;
    font-size: 15px;
}

    footer:before {
        content: "";
        position: absolute;
        left: -50px;
        top: 0px;
        background: url(../images/footer_left_bg.png) no-repeat;
        height: 100%;
        width: 206px;
    }

    footer:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 100px;
        background: url(../images/footer_right_bg.png) no-repeat;
        height: 103px;
        width: 87px;
    }

.footer_link_box {
    padding-left: 40px;
}

footer h2 {
    margin-bottom: 30px;
}

.list_icon li, .footer_links {
    display: inline-block;
    width: 100%;
}

.social_icon {
    margin-top: 30px;
}

    .social_icon li {
        display: inline-block;
        margin-right: 10px;
    }

        .social_icon li a {
            background-color: #fff;
            width: 45px;
            height: 45px;
            display: flex;
            box-shadow: 24px 4px 26px rgba(192, 168, 255, 0.35) !important;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #9c9a9a;
            text-decoration: none;
            transition: all .2s ease-in-out;
        }

            .social_icon li a:hover {
                background-color: #9c9a9a;
                color: #fff;
            }

.footer_links li {
    margin-bottom: 15px;
    font-size: 15px;
}

    .footer_links li a {
        position: relative;
        padding-left: 20px;
        color: #73799a;
        white-space: nowrap;
    }

        .footer_links li a:after {
            background: url(../images/arrow.png) no-repeat;
            content: "";
            position: absolute;
            /*top: 8px;*/
            top: 2px;
            left: 0px;
            height: 11px;
            width: 15px;
            transition: all .2s ease-in-out;
        }

        .footer_links li a:hover:after {
            background-position: 0px -11px;
        }

.list_icon li {
    margin-bottom: 5px;
}

    .list_icon li a {
        font-size: 15px;
        font-weight: 400;
        color: #73799a;
        padding-left: 25px;
    }

        .list_icon li a:after {
            background: url(../images/phone_icon_purple.png) no-repeat;
            background-position: 0px -18px;
            height: 16px;
            width: 16px;
        }

        .list_icon li a:hover:after {
            background-position: 0px -35px;
        }

    .list_icon li.email_icon a:after {
        background: url(../images/email_icon_purple.png) no-repeat;
        background-position: 0px -15px;
        height: 13px;
    }

    .list_icon li.gmail_icon a:after {
        background: url(../images/gmail.png) no-repeat;
        background-position: 0px -15px;
        height: 13px;
    }

    .list_icon li.email_icon a:hover:after {
        background-position: 0px -29px;
    }

    .list_icon li.gmail_icon a:hover:after {
        background-position: 0px -29px;
    }

.copyright {
    border-top: 1px solid #f0e6fe;
    margin: 40px 0px 0px;
    padding: 15px 0px 0px;
}

.chat_box {
    position: fixed;
    right: 25px;
    bottom: 25px;
    padding: 12px;
    border-radius: 3px;
    border: 1px solid #efefef;
    cursor: pointer;
    z-index: 9;
}

    .chat_box.active span {
        display: block !important;
        position: absolute;
        top: -10px;
        right: -5px;
        background-color: #f95742;
        width: 24px;
        border-radius: 60%;
        height: 24px;
        text-align: center;
        line-height: 15px;
        color: #fff;
        border: 2px solid #fff;
    }

.slick-dots li button {
    display: none;
}

.inner_heading {
    background: linear-gradient(to top, #faf8fe 0%, #f5f1fd 100%);
    border: 1px solid #efefef;
    position: relative;
    padding: 15px 30px;
}

    .inner_heading:after {
        content: "";
        background: url(../images/testimonial_bg_bottom.png) no-repeat;
        position: absolute;
        right: 0px;
        bottom: 0px;
        height: 66px;
        width: 66px;
    }

.heading_txt_box {
    padding-left: 25px;
}

    .heading_txt_box:before {
        background-color: #f95742;
        content: "";
        position: absolute;
        left: 30px;
        top: 25px;
        width: 5px;
        height: 70px;
    }

    .heading_txt_box h1 span {
        font-size: 1.9rem;
    }

.inner_heading_shape {
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #ebe1fe;
    bottom: -1px;
    left: -15px;
    position: absolute;
}

    .inner_heading_shape:after {
        content: '';
        position: absolute;
        left: -15px;
        top: 15px;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top-color: #ebe1fe;
    }

.banner_box_inner {
    background: linear-gradient(to right, #f53547 0%, #fe5c43 100%);
    border-radius: 0px 0px 0px 110px;
    padding-left: 0px;
}

.main_nav {
    margin-bottom: 15px;
}

.inner_page_heading {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.data_box {
    padding: 30px;
    border-radius: 5px;
    background: url(../images/product_box_bg.png) no-repeat bottom right;
    background-color: #fff;
    height:360px;
}

    .data_box h2 {
        position: relative;
        margin-bottom: 20px;
    }

        .data_box h2:after {
            content: "";
            position: absolute;
            top: -15px;
            left: -20px;
            width: 60px;
            height: 60px;
            background-color: #f6efff;
            border-radius: 50%;
        }

        .data_box h2 span {
            position: relative;
            z-index: 1;
        }

.inner_saying img {
    position: absolute;
    left: 0px;
}

.inner_saying {
    padding: 10px 40px 30px;
}

.testimonial_data h3 {
    padding: 0px 55px;
}

.panel-title {
    position: relative;
}


    .panel-title a {
        background-color: #fff;
        padding: 15px;
        box-shadow: 2px 0px 35px rgba(166,137,137,0.25) !important;
        color: #73799a;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        position: relative;
    }

.panel-collapse {
    padding: 15px 0px;
    box-shadow: 2px 0px 35px rgba(166,137,137,0.25);
    margin-top: -7px;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.panel-title svg {
    position: absolute;
    right: 20px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    transform: rotate(90deg);
    transition: all .2s ease-in-out;
}

hr {
    width: 100%;
}

.panel-title a.collapsed ~ svg {
    transform: rotate(0deg);
}

.tab_inner .panel {
    border-top: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    width: 100%;
}

.tab_inner .panel-title {
    margin: 0px;
}

.list_box li {
    position: relative;
    margin-bottom: 10px;
}

.tab_inner {
    margin: 25px 0px -13px;
}

    .tab_inner .panel-collapse {
        box-shadow: none;
    }

    .tab_inner .panel-title svg {
        left: 15px;
        right: auto;
        top: 3px;
        transform: rotate(50deg);
    }

    .tab_inner .panel-title a.collapsed ~ svg {
        transform: rotate(0deg);
    }

    .tab_inner .panel-title a {
        background-color: transparent;
        box-shadow: none !important;
        padding-left: 32px;
    }

    .tab_inner .panel-collapse {
        padding: 10px 20px;
    }

    .tab_inner .panel-default {
        margin-bottom: 0px;
    }

.panel-default {
    margin-bottom: 20px;
}

.form-control {
    padding: 10px;
    border: 1px solid #f0e6fe;
    margin-bottom: 25px;
    outline: none !important;
    box-shadow: 0px 0px 25px rgba(166,137,137,0.1) !important;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
    padding: 12px 8px;
}

input[type="file"] {
    padding: 7px;
}

.login_btn:hover {
    background-color: #d4493d;
    color: #fff;
}

.card_box {
    box-shadow: 2px 0px 35px rgba(166,137,137,0.25) !important;
    background-color: #fff;
    padding: 15px 0px;
}

    .card_box h2 {
        font-size: 1.5rem;
    }

    .card_box h3 {
        color: #73799a;
    }

.full_width {
    width: 100%;
    padding: 15px;
    font-size: 1.2rem;
}

    .full_width .d-flex {
        justify-content: space-between;
    }

.nav-tabs li a {
    color: #525252;
    padding: 15px;
    display: inline-block;
    border-radius: 0px;
}

    .nav-tabs li a.active {
        background-color: #bd91ff;
        color: #fff;
    }

.tab-content {
    padding: 15px;
}

hr {
    position: relative;
}

.login_btn {
    margin: 0px 15px;
    font-size: 1rem;
    padding: .375rem .75rem;
    color: #fa4944 !important;
    align-items: flex-start;
}

.indian_client_sec .pagination li {
    margin: 0px 4px;
}

.indian_client_sec tr {
    display: flex;
    flex-flow: wrap;
}

.indian_client_sec .tab-content {
    padding: 2px 10px;
    display: inline-block;
    width: 32.33%;
    vertical-align: middle;
}

.form-group {
    position: relative;
}

.error {
    position: absolute;
    bottom: -20px;
    visibility: visible;
    font-size: 12px;
    right: 0px;
    font-weight: 600;
    color: #f95742 !important;
}

.submit_btn {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: transparent;
    border: none;
    z-index: 1;
    cursor: pointer;
    outline: none;
}

.login_box .card_box {
    width: 350px;
    max-width: 100%;
}

.gallery_box img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    pointer-events: none;
}

.gallery_box {
    background-color: #fff;
    height: 140px;
    box-shadow: 2px 0px 15px rgba(166,137,137,0.3) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6 !important;
    margin-bottom: 10px;
    padding: 5px;
}

.tags-bar {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

    .tags-bar li {
        display: inline-block;
        margin: 0px 15px 20px;
    }

        .tags-bar li a {
            color: #000;
            background-color: #fff;
            box-shadow: 2px 0px 15px rgba(166,137,137,0.1) !important;
            padding-bottom: 12px;
            text-transform: uppercase;
        }

            .tags-bar li a.active {
                background-color: #bd91ff !important;
                box-shadow: 24px 4px 26px rgba(192, 168, 255, 0.35) !important;
            }

.modal-body {
    padding: 20px;
}

@media (max-width: 991px) {
    .banner_repeat {
        content: none;
    }

    .banner_box:after {
        content: none;
    }

    .gallery_box {
        height: auto;
    }
}


@media (max-width: 1200px) {


    .btn span, .bg span {
        top: 0px;
    }

    .banner_text {
        margin-top: 100px;
    }

    .banner_image {
        margin-top: 90px;
        margin-bottom: 0px;
    }



    .main_nav {
        position: fixed;
        top: 18rem;
        /*top: 110px;*/
        left: 20px;
        right: 20px;
        background-color: #fff;
        box-shadow: 7px 0px 35px rgba(166,137,137,0.5) !important;
        z-index: 99;
        border-radius: 4px;
        margin-bottom: 0px;
    }

    ul.nav.open:before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        z-index: 9;
        right: 25px;
        top: -8px;
        box-shadow: 5px 0px 35px rgba(166,137,137,0.8) !important;
    }

    .nav_top {
        border: none;
        margin-bottom: 15px;
        padding-bottom: 10px;
        background-color: #fa4944;
        padding-top: 10px;
    }

    .cssmenu ul li {
        border-bottom: 1px solid #efefef;
        border-top: none;
    }

    .info_box {
        height: 170px;
        width: 170px;
    }

        .info_box h4 {
            font-size: 1rem;
        }

    .count {
        font-size: 3rem;
        margin-top: 0px !important;
    }
}

@media (max-width: 991px) {

    html, body {
        font-size: 12px;
    }

    P {
        font-size: 14px;
    }


    .btn_box .btn.underline:after {
        bottom: 15px;
    }

    section {
        margin: 40px 0px;
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .banner_text {
        width: 100% !important;
        margin-top: 60px !important;
    }

    .heading_icon_box {
        margin-top: 30px !important;
    }

    .service_box {
        text-align: left;
    }

    .slick-slider {
        padding-top: 80px;
        margin-top: 20px;
    }

    .arrow_forward {
        top: 8px;
    }

    .service_box {
        margin: 20px 0px;
    }

    .data_box {
        margin-bottom: 40px;
    }

    .inner_heading {
        margin: 30px 0;
    }

    .about_box img {
        margin: 0px;
        border: 5px solid #595959;
        padding: 10px;
    }

    .about_box:before {
        content: none;
    }

    .about_bg:after {
        left: 0px;
    }

    .indian_client_sec .tab-content {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .info_margin {
        margin: 40px auto;
    }

    .footer_link_box {
        padding-left: 15px;
    }

    footer h2 {
        margin-top: 30px;
    }

    .about_box img {
        max-width: 100%;
    }

    .about_box {
        max-width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: pink;
}

::-moz-placeholder { /* Firefox 19+ */
    color: pink;
}

:-ms-input-placeholder { /* IE 10+ */
    color: pink;
}

:-moz-placeholder { /* Firefox 18- */
    color: pink;
}

.has-sub a.nav-link.bg.active {
    background-color: #fb5042 !important;
}

.fontsize14 {
    font-size: 14px;
}

.fontsizeproduct16 {
    font-size: 16px;
    font-weight: normal;
}

.refresh_btn svg path {
    fill: #fa4944;
}

.refresh_btn:hover svg path {
    fill: #ccc;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 100px;
    z-index: 999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 55px;
        height: 50px;
        border-radius: 3px;
        /*border: 1px solid #efefef;*/
        background: #d4493d;
        color: #fff;
        transition: all 0.4s;
        /*box-shadow: 2px 0px 15px rgba(156,154,154,0.3) !important;*/
    }

.shadow-none {
    box-shadow: none !important;
}
