/*
-------------------------------------------------------------------------
* Template Name    : Yuktto - Multi Purpose Html5 Landing Page         *
* Author           : Vrishank Softtech                                  *
* Version          : 1.0.0                                              *
* Created          : March 2020                                         *
* File Description : Main Css file of the template                      *
*------------------------------------------------------------------------
*/

/************************
    1.BASIC             *
    2.HELPER            *
    3.NAVBAR            *
    4.HOME              *
    5.ABOUT US          *
    6.COUNTER           *
    7.HOW DOES IT WORK  *
    8.JUMBOSTRON        *
    9.TESTIMONIAL       *
    10.PRICING          *
    11.FAQ's            *
    12.CONTACTUS        *
    13.FOOTER           *
    14.RESPONSIVE       *
************************/

/*======================
        1.BASIC
========================*/

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
    background-color: #fff;
    animation: pageAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes pageAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.theme-text {
    color: #EE247A;
}

.theme-bg {
    color: #EE247A;
}
.bg-blue{background-color:#EE247A!important}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}


p {
    line-height: 1.6;
    font-size: 15px;
    font-weight: 500;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

.back_top {
    background: #fff;
    border: 2px solid #EE247A;
    text-align: center;
    position: fixed;
    bottom: 20px;
    height: 45px;
    width: 45px;
    display: none;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
    border-radius: 45px !important;
    z-index: 99;
}

    .back_top i {
        line-height: 40px;
        font-size: 32px;
        display: block;
        color: #EE247A;
    }

    .back_top:hover {
        background: #EE247A;
        border: 2px solid #EE247A;
    }

        .back_top:hover i {
            color: #fff;
        }

.z-index {
    position: relative;
    z-index: 9;
}
/*==========================
        2.HELPER
============================*/
.form-control {
    padding: 7px 20px;
}

.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    overflow: hidden;
}

.title-txt {
    font-size: 40px;
    font-weight: 600;
}

.box-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.box-description {
    font-size: 16px;
    color: #333;
}

.animated-btn {
    transition: all .25s ease-in-out;
}

    .animated-btn:hover {
        transform: scale(1) translateY(-4px) translateZ(20px);
    }

.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #333;
    border-radius: 30px;
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

    .btn-white:hover {
        background: transparent;
        color: #ffffff;
    }

.btn-theme {
    background: #EE247A;
    border-color: #EE247A;
    color: #fff;
    border-radius: 30px;
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

    .btn-theme:hover {
        background: transparent;
        color: #EE247A;
    }

.btn-theme-border {
    background: #ffffff;
    border-color: #EE247A;
    color: #EE247A;
    border-radius: 30px;
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

    .btn-theme-border:hover {
        background: #EE247A;
        color: #ffffff;
    }
/*==========================
        3.NAVBAR
============================*/
.logo-dark {
    display: none;
}

.sticky-header .logo-dark {
    display: block;
}

.sticky-header .logo-light {
    display: none;
}

.custom-nav {
    background-color: #ffffff;
    width: 100%;
    padding: 10px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    z-index: 999;
    transition: all 0.2s;
}

    .custom-nav .container-fluid {
        width: 90%;
    }

    .custom-nav.sticky-header {
        background-color: #fff;
        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    }

    .custom-nav .navbar-nav li a {
        color: #EE247A;
        font-size: 14px;
        font-weight: 500;
        padding: 20px !important;
        opacity: .8;
    }

    .custom-nav .navbar-nav li.active a {
        color: #EE247A;
        opacity: 1;
    }

    .custom-nav.sticky-header .navbar-nav li a {
        color: #EE247A;
    }

.navbar-toggler {
    font-size: 28px;
    margin-top: 2px;
    margin-bottom: 0px;
}

.navbar-toggle {
    color: #ffffff;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.custom-nav .navbar-brand.brand-logo img {

    width: 100%;
    max-width: 200px;
}

.menu-close-btn {
    display: none;
}
/*==========================
        4.HOME
============================*/
.home-section {
    position: relative;
}

.home-bg {
    margin: 0 0 0;
    height: 100vh;
   /* background: url('../images/slider-img/banner_bg.jpg')no-repeat center center;*/
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .home-bg::before {
        position: absolute;
        content: '';

        background: linear-gradient(to left, rgb(239, 43, 126,0.6), rgb(239, 43, 126,0.6));
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.banner-content-left, .banner-img-right {
    position: relative;
    z-index: 9;
}

    .banner-content-left h1 {
        font-weight: 700;
        font-size: 40px;
    }

    .banner-content-left .lead {
        font-size: 16px;
        line-height: 30px;
        background-color: #EE247A;
    }

.shape-bottom img {
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 1;
}

/*==========================
        5.ABOUT US
============================*/
.help-box {
    margin-top: 30px;
    text-align: center;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all .2s cubic-bezier(.02,.54,.58,1);
    background-color: #fff;
}
.help-box .back-white{
    background-color: #fff;
}

    .help-box i {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .help-box:hover {
        background-color: #fff;
        -webkit-transform: translate3d(0,-20px,0);
        -moz-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        box-shadow: 0 10px 40px 5px rgba(137,173,255,.2);
    }

        .help-box:hover i, .help-box:hover .box-title {
            color: #EE247A;
        }

.about-text-block {
    margin-top: 30px;
}

.feature-box {
    position: relative;
    padding: 50px 30px 30px;
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 18px rgba(52, 58, 64, 0.05);
    box-shadow: 0 4px 18px rgba(52, 58, 64, 0.05);
    transition: all .2s cubic-bezier(.02,.54,.58,1);
}

    .feature-box:hover, .feature-box.active {
        background-color: #fff;
        -webkit-transform: translate3d(0,-20px,0);
        -moz-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        box-shadow: 0 10px 40px 5px rgba(137,173,255,.2);
    }

    .feature-box .feature-ico {
        position: relative;
        z-index: 1;
        font-size: 40px;
    }

    .feature-box .feature-title {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .feature-box p {
        font-size: 14px;
        font-weight: 500;
    }

    .feature-box .feature-ico::after {
        content: "";
        background: linear-gradient(45deg, transparent, rgba(109, 98, 253, 0.06));
        height: 70px;
        width: 70px;
        position: absolute;
        border-radius: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0px;
        top: -16px;
    }

    .feature-box:hover .feature-title, .feature-box:hover .feature-ico {
        color: #EE247A;
    }

/*==========================
        6.COUNTER
============================*/
.parallax {
    min-height: 120px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: transparent;
}

    .parallax:before {
        content: '';

        background: linear-gradient(to left, rgba(239, 43, 126,0.85), rgb(239, 43, 126,0.88));
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

.parallax-mirror {
    z-index: 1 !important;
}

.counter-box {
    margin: 20px 0;
}

    .counter-box p {
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
    }

    .counter-box h3.number {
        font-size: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        margin: 0;
        font-weight: 500;
    }

.counter-ico {
    background: #fff;
    color: #EE247A;
    font-size: 40px;
    margin-bottom: 10px;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .05), 0 4px 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .05), 0 4px 15px 0 rgba(0, 0, 0, .05);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
/*==========================
        7.HOW DOES IT WORK
============================*/
.color-1-bg {
    background: rgba(255, 22, 78, 0.15);
}

.color-3-bg {
    background: rgba(52, 19, 247, 0.15);
}

.color-2-bg {
    background: rgba(145, 35, 255, 0.15);
}

.color-4-bg {
    background: rgba(255, 124, 63, 0.15);
}

.color-1 {
    color: #ff164e;
}

.color-2 {
    color: #9123ff;
}

.color-3 {
    color: #3413f7;
}

.color-4 {
    color: #ff7c3f;
}

.single-work-process {
    margin-top: 40px;
}

.work-icon-wrap {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
}

    .work-icon-wrap i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.icon-md {
    font-size: 40px;
    line-height: 40px;
}

.work-icon-wrap .process-step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 20px;
    font-weight: 700;
}
/*==========================
        8.JUMBOSTRON
============================*/

.bg-gradient {
    background: linear-gradient(to left, rgba(239, 43, 126,0.85), rgba(239, 43, 126,0.88));
   /* background: linear-gradient(to left, rgba(188, 32, 32, 1), rgba(141, 42, 42, 1))*/
}

.bg-jumbstron-overlay {
    background-image: url("../images/jubstron-bg.png");
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*==========================
        9.TESTIMONIAL
============================*/
.client-Testimonials {
    position: relative;
}

    .client-Testimonials .pattern-img-2 {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 500px;
        z-index: 0;
    }

    .client-Testimonials .client-slider {
        margin: 30px 0 0;
    }

        .client-Testimonials .client-slider .client {
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            border-bottom: 2px solid transparent;
            background: #ffffff;
            padding: 30px;
            -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            margin: 15px;
        }


            .client-Testimonials .client-slider .client .client-image {
                width: 200px;
                height: 100px;
                margin: 0 auto 5px;
            }

                .client-Testimonials .client-slider .client .client-image img {
                    width: 100%;


                }

            .client-Testimonials .client-slider .client .client-say {
                margin-bottom: 0;
                font-size: 15px;
                margin-top: 10px;
                text-align: center;
            }

            .client-Testimonials .client-slider .client .client-name {
                color: #242424;
                font-size: 15px;
                font-weight: 600;
                line-height: 23px;
                margin-bottom: 0px;
                margin-top: 5px;
            }

            .client-Testimonials .client-slider .client .designation {
                color: #555;
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0px;
                font-weight: 300;
            }

.owl-theme .owl-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

    .owl-theme .owl-dots span {
        display: block;
        width: 14px;
        height: 4px;
        background-color: #EE247A;
        margin: 5px 7px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        transition: all 0.5s;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        width: 20px;
        height: 4px;
        opacity: 1;
        background-color: #EE247A;
    }

/*==========================
        10.PRICING
============================*/
.package-box {
    position: relative;
    margin-top: 30px;
    z-index: 1;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .package-box .btn {
        max-width: 165px;
        margin: auto;
        z-index: 1;
    }

    .package-box .p-box-inner {
        position: relative;
        background-color: #ffffff;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
    }


    .package-box .try-now-btn {
        margin: 40px 0;
    }

    .package-box:hover {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .package-box .ribbon {
        position: absolute;
        left: 20px;
        top: 0px;
        background: #EE247A;
        padding: 8px 4px 16px 4px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
        z-index: 1;
    }

        .package-box .ribbon p {
            font-size: 12px;
        }

    .package-box .plan-icons {
        display: flex;
        margin: auto;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        font-size: 40px;
        justify-content: center;
        align-items: center;
        color: #EE247A;
        background: #fff;
        position: relative;
        margin: 40px auto;
        -webkit-box-shadow: 0 0 30px 0px rgba(109, 98, 253, 0.12);
        box-shadow: 0 0 30px 0px rgba(109, 98, 253, 0.12);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .package-box:hover .plan-icons {
        color: #fff;
        background: #EE247A;
    }

    .package-box .p-box-inner h2 {
        position: relative;
        font-size: 36px;
        font-weight: 700;
        line-height: 36px;
        color: #EE247A;
        margin: 20px 0 20px;
        display: flex;
        justify-content: center;
    }

        .package-box .p-box-inner h2 em {
            font-size: 16px;
            font-style: normal;
        }

    .package-box .p-box-inner .package-list-data {
        margin: 0;
        padding: 0 20px;
    }

        .package-box .p-box-inner .package-list-data li {
            position: relative;
            color: #404040;
            padding: 0px 30px;
            font-size: 16px;
            width: 100%;
            height: 35px;
            display: flex;
            justify-content: center;
            border-bottom-width: 3px;
        }

/*==========================
        11.FAQ's
============================*/
.faq-accordion-panel {
    margin-top: 30px;
}

.question-card {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #fff;
    border-radius: 0;
}

    .question-card .card-header {
        background: #fff;
        border: none;
    }

    .question-card .btn-link {
        position: relative;
        background: #fff;
        text-align: left;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        width: 100%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }

    .question-card h4:hover {
        color: #EE247A;
    }

    .question-card .card-body {
        padding: 1.5rem 0;
    }

        .question-card .card-body p {
            margin-bottom: 0;
        }

    .question-card .btn-link.collapsed {
        color: #EE247A !important;
    }

    .question-card.active .btn-link {
        color: #EE247A;
    }

    .question-card.active h4::after {
        top: 14px;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.caret-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    line-height: 20px;
    width: 25px;
}

.question-card.active .btn-link .caret-icon {
    transform: rotateZ(-180deg);
}

/*==========================
        12.CONTACTUS
============================*/
/*==========================
        12.CONTACTUS
============================*/
.contact-box {
    margin-top: 30px;
    text-align: center;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all .2s cubic-bezier(.02,.54,.58,1);
}

.contact-box i {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.contact-box:hover {
    background-color: #fff;
    -webkit-transform: translate3d(0,-20px,0);
    -moz-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    box-shadow: 0 10px 40px 5px rgba(137,173,255,.2);
}

.contact-box:hover i, .contact-box:hover .contact-box-title {
    color: #EE247A;
}

.contact-box-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact_form {
    padding: 30px;
    background: #fff;
    margin-top: 30px;
}

.contact_form .form-group {
    margin: 0;
}

.contact-img {
    margin-top: 30px;
}

.contact_form .form-control {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    color: #00438B;
    margin-top: 30px;
    font-weight: 400;
    border: none;
    background: #f4fafe;
}

.contact_form textarea {
    min-height: 137px;
    padding: 15px 20px;
    resize: none;
}

.contact_form .form-control:focus {
    border-color: #00438B;
}

.contact-txt a {
    margin: 0;
    font-weight: 400;
    color: #000;
}

.contact_form .form-control:focus {
    border: 1px solid red;
    box-shadow: none;
}

.send-btn, .map {
    margin-top: 30px;
}
.contact_form {
    padding: 30px;
    background: #fff;
    margin-top: 30px;
}

    .contact_form .form-group {
        margin: 0;
    }

.contact-img {
    margin-top: 30px;
}

.contact_form .form-control {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    color: #EE247A;
    margin-top: 30px;
    font-weight: 400;
    border: none;
    background: #f4fafe;
}

.contact_form textarea {
    min-height: 137px;
    padding: 15px 20px;
    resize: none;
}

.contact_form .form-control:focus {
    border-color: #EE247A;
}

.contact-txt a {
    margin: 0;
    font-weight: 400;
    color: #000;
}

.contact_form .form-control:focus {
    border: 1px solid red;
    box-shadow: none;
}

.send-btn {
    margin-top: 30px;
}
/*==========================
        13.FOOTER
============================*/
.footer {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    z-index: 2;
}

    .footer .footer_menu_list {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

        .footer .footer_menu_list li {
            margin-bottom: 10px;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
        }

            .footer .footer_menu_list li:hover {
                -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
            }

            .footer .footer_menu_list li a {
                display: inline-block;
                font-size: 14px;
                color: #fff;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                transition: all 0.2s;
                font-size: 16px;
                font-weight: 400;
                padding: 0 20px;
            }

                .footer .footer_menu_list li a:hover {
                    color: #EE247A;
                }

.copyrights {
    padding-top: 20px;
}

    .copyrights p {
        color: #fff;
    }

.contact-menu-list li {
    display: flex;
    align-items: flex-start;
    line-height: normal;
}

.social-icons {
    color: #fff;
    font-size: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 15px;
}

    .social-icons:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        color: #fff;
    }

/*==========================
        14.RESPONSIVE
============================*/
@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .logo-dark {
        display: block;
    }

    .logo-light {
        display: none;
    }

    .header_btn {
        display: flex;
        align-items: center;
    }

    .btn {
        height: 45px;
    }

    .header_btn .white-btn {
        background: #EE247A;
        color: #fff;
    }

    .navbar-toggler i {
        font-size: 28px;
        color: #EE247A;
    }

    .custom-nav {
        background-color: #fff !important;
        margin-top: 0px;
        padding: 10px 0px !important;
    }

        .custom-nav .navbar-nav li a {
            text-align: center;
            margin: 0 0px;
            padding: 10px !important;
            font-size: 24px;
        }

        .custom-nav.sticky-header .navbar-nav li a {
            color: #EE247A;
        }

            .custom-nav.sticky-header .navbar-nav li a::before, .custom-nav.sticky-header .navbar-nav li a::after {
                background: #fff;
            }

        .custom-nav .navbar-nav li.active a,
        .custom-nav .navbar-nav li:hover a {
            border-radius: 0;
        }

        .custom-nav > .container {
            width: 90%;
        }

        .custom-nav .brand-logo {
            padding: 0px;
        }

        .custom-nav .navbar-brand.brand-logo img {
            height: 36px;
        }

    .navbar-collapse {
        background: rgba(0,0,0,0.8);
        border-top: 2px solid #eee;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        padding: 0;
        height: 100% !important;
        z-index: 99;
        transition: all 0.5s;
        display: flex;
        align-content: center;
    }

    .navbar-nav {
        margin-top: 0px;
        width:100%;
    }

    .custom-nav {
        padding: 12px 0;
    }

    .menu-close-btn {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 40px;
        color: #fff;
        cursor: pointer;
    }

    .card-body p {
        text-align: left;
    }

    .footer .footer_menu_list li a {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-work-process, .feature-box{
        text-align: center;
    }
	.home-section{
        margin-top:60px;
    }
    .shape-bottom img{
        bottom:-2px;
    }
    .home-bg{
        overflow:visible;
    }
    .banner-img-right {
        width: 70%;
        margin: 30px auto 0;
    }
    .banner-content-left{
        text-align:center;
        padding-top:50px;
    }
	.feature-box .feature-ico::after {
		left: -15px;
		top: -15px;
	}
    .section {
        padding: 60px 0;
    }
    .title-txt, .banner-content-left h1 {
        font-size: 30px;
    }
    .about-text-block {
        display: table;
        margin: 30px auto 0;
    }

    .footer .footer_menu_list {
        margin-top: 20px;
        display: table;
        text-align: center;
    }

        .footer .footer_menu_list li {
            width: 25%;
            float: left;
        }
}

@media (max-width: 575px) {
    .btn {
        height: 40px;
        font-size: 12px;
        min-width: 120px;
    }

    .footer .footer_menu_list li {
        width: 50%;
    }

    .custom-nav .brand-logo {
        margin: 0 !important;
    }

    .custom-nav .navbar-brand.brand-logo img {

        width: 100%;
        max-width: 200px;
    }
}

.service-shadow{
    -webkit-box-shadow: 0px 3px 13px 3px rgba(239, 43, 126,0.6);
    -moz-box-shadow: 0px 3px 13px 3px rgba(239, 43, 126,0.6);
    box-shadow: 0px 3px 13px 3px rgba(239, 43, 126,0.6);
}

.icon-bar-side {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

/* Style the icon bar links */
.icon-bar-side a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar-side a:hover {
    background-color: #000;
}

.facebook-side {
    background: #3B5998;
    color: white;
}
.whatsapp-side {
    background: #25d366;
    color: white;
}
.phone-side {
    background: #EE247A;
    color: white;
}
.email-side {
    background: #000;
    color: white;
}

.twitter-side {
    background: #55ACEE;
    color: white;
}

.google-side {
    background: #dd4b39;
    color: white;
}

.linkedin-side {
    background: #007bb5;
    color: white;
}

.youtube-side {
    background: #bb0000;
    color: white;
}

.sticky-side {
    position: -webkit-sticky;
    position: sticky;
    color: #ffffff;
    top: 0;
    background-color: #007bb5;
    padding: 50px;
    font-size: 20px;
}
