﻿@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");

body {
    background: #fff;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #101010;
    font-family: "Dosis", sans-serif;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}


.ts-top-bar {
    position: relative;
    z-index: 2;
}

    .ts-top-bar:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        content: "";
        background: #2f3967;
    }

.top-bar-angle {
    position: relative;
    z-index: 2;
    padding: 9px 0 3px;
}

    .top-bar-angle:after {
        /*z-index: -1;
        content: "";
        position: absolute;
        background: #2f3967;
        display: block;
        width: 68%;
        height: 100%;
        right: 0;
        top: 4px;*/
        z-index: -1;
        content: "";
        position: absolute;
        background: #2f3967;
        display: block;
        width: 68%;
        height: 91%;
        right: 0;
        top: 3px;
    }

    .top-bar-angle:before {
        /*content: '';
        position: absolute;
        right: 68%;
        z-index: 0;
        border-right: 65px solid #2f3967;
        border-left: 0 solid #2f3967;
        border-bottom: 40px solid transparent;
        bottom: 0;
        top: 0;*/
        content: '';
        position: absolute;
        right: 68%;
        z-index: 0;
        border-right: 58px solid #2f3967;
        border-left: 0 solid #2f3967;
        border-bottom: 36px solid transparent;
        bottom: 0;
        top: 0;
    }

.top-bar-social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar-social-icon li {
    display: inline-block;
}

    .top-bar-social-icon li a {
        display: block;
        padding: 0 8px;
    }

    .top-bar-social-icon li::last-child a {
        padding-right: 0;
    }

.top-bar-social-icon i {
    font-size: 14px;
    color: #fff;
}

.top-bar-event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .top-bar-event i,
    .top-bar-event span {
        color: #fff;
    }

    .top-bar-event i {
        font-size: 16px;
        margin-right: 10px;
        position: relative;
        top: 2px;
    }

    .top-bar-event span {
        font-size: 14px;
    }

    .top-bar-event.ts-top {
        display: block;
        width: 100%;
        margin-left:3px;
        text-align: right;
    }

/* Logo Area
=================================*/
.ts-logo-area {
    /*padding: 6px 0;*/
    padding: 0px 0;
}

.top-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

    .top-contact-info li {
        display: inline-block;
        position: relative;
        top: 18px;
    }

        .top-contact-info li span {
            display: inline-block;
            position: relative;
            top: -5px;
            font-size: 24px;
            margin-right: 10px;
            color: #d20023;
        }

    .top-contact-info a.btn-primary {
        position: relative;
        top: -15px;
    }

    .top-contact-info .btn {
        /*height: 40px;
        padding: 8px 32px;
        line-height: 24px;*/
        height: 40px;
        padding: 8px 18px;
        line-height: 24px;
    }

.info-wrapper {
    display: inline-block;
    margin-right: 50px;
}

    .info-wrapper p {
        margin-bottom: 0;
    }

    .info-wrapper .info-title {
        font-size: 14px;
        font-weight: 500;
        color: #101010;
        line-height: 18px;
    }

    .info-wrapper .info-subtitle {
        color: #666666;
        font-size: 14px;
    }

/* Tw Header
===========================*/
.ts-header {
    /*position: relative;
    z-index: 2;
    margin-top: 4px;*/
    position: relative;
    z-index: 2;
    margin-top: -44px;
}

.aksh_logo {
    width: 119px;
    padding-top: 9px;
    position: relative;
    top: 14px;
}


.ts-header:after {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    background: #ee3131;
}

.header-angle {
    position: relative;
    z-index: 2;
    /*margin-bottom: -15px;*/
    margin-bottom: -17px;

}

    .header-angle:after {
        /*position: absolute;
        top: 0;
        right: 0;
        width: 68%;
        height: 100%;
        content: "";
        background: #ee3131;
        z-index: -1;*/
        position: absolute;
        top: -16px;
        right: 0;
        width: 68%;
        height: 100%;
        content: "";
        background: #ee3131;
        z-index: -1;
    }

    .header-angle:before {
        position: absolute;
        top: -16px;
        right: 68%;
        content: "";
        border-right: 45px solid #ee3131;
        border-top: 46px solid transparent
    }

@media (min-width: 1600px) {
    .top-bar-angle:before {
        right: 62.5%;
    }

    .top-bar-angle:after {
        width: 62.5%;
    }

    .header-angle:before {
        right: 62.5%;
    }

    .header-angle:after {
        width: 62.5%;
    }
}
/* Navbar
===============================*/
.cart-link a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

    .cart-link a sup {
        font-size: 8px;
        top: -15px;
        background: #fff;
        color: #ee3131;
        width: 10px;
        height: 10px;
        display: inline-block;
        line-height: 10px;
        text-align: center;
        border-radius: 50%;
        right: 5px;
        font-weight: 700;
    }

.cart-link form {
    display: inline-block;
    padding: 0 15px;
    padding-right: 0;
    position: relative;
    z-index: 1;
}

    .cart-link form button {
        color: #fff;
    }

        .cart-link form button .icon-cross {
            position: absolute;
            top: 0;
            font-size: 25px;
            left: 20px;
            opacity: 0;
            visibility: hidden;
        }

            .cart-link form button .icon-cross.show {
                opacity: 1;
                visibility: visible;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

        .cart-link form button .icon-search {
            visibility: hidden;
            opacity: 0;
        }

            .cart-link form button .icon-search.show {
                opacity: 1;
                visibility: visible;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

    .cart-link form .search-box {
        position: absolute;
        bottom: -100px;
        left: auto;
        right: 0;
        background: #fff;
        padding: 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .cart-link form .search-box input[type=search] {
            border: 1px solid rgba(238, 49, 49, 0.12);
            background: transparent;
            padding: 5px 0;
        }

        .cart-link form .search-box input::-webkit-input-placeholder {
            font-family: "Dosis", sans-serif;
            font-size: 14px;
            color: #101010;
            padding-left: 10px;
            font-weight: 300;
            font-style: italic;
            letter-spacing: 0.5px;
        }

        .cart-link form .search-box input::-moz-placeholder {
            font-family: "Dosis", sans-serif;
            font-size: 14px;
            color: #101010;
            padding-left: 10px;
            font-weight: 300;
            font-style: italic;
            letter-spacing: 0.5px;
        }

        .cart-link form .search-box input:-ms-input-placeholder {
            font-family: "Dosis", sans-serif;
            font-size: 14px;
            color: #101010;
            padding-left: 10px;
            font-weight: 300;
            font-style: italic;
            letter-spacing: 0.5px;
        }

        .cart-link form .search-box input::-ms-input-placeholder {
            font-family: "Dosis", sans-serif;
            font-size: 14px;
            color: #101010;
            padding-left: 10px;
            font-weight: 300;
            font-style: italic;
            letter-spacing: 0.5px;
        }

        .cart-link form .search-box input::placeholder {
            font-family: "Dosis", sans-serif;
            font-size: 14px;
            color: #101010;
            padding-left: 10px;
            font-weight: 300;
            font-style: italic;
            letter-spacing: 0.5px;
        }

        .cart-link form .search-box input:focus {
            outline: 0 solid;
        }

        .cart-link form .search-box.show {
            bottom: -73px;
            opacity: 1;
            visibility: visible;
        }

.ts-navbar {
    margin-right: 20px;
}



/* Navbar */
.navbar {
    padding: 1px 0;
}

    .navbar .nav-item {
        margin-right: 30px;
    }

        .navbar .nav-item:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
        }

        .navbar .nav-item .nav-link {
            /*padding: 17px 5px;
            display: block;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            position: relative;
            font-family: "Dosis", sans-serif;
            z-index: 2;
            color: #fff;*/
            padding: 10px 5px;
            display: block;
            top: -14px;
            left: 102px;
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
            position: relative;
            font-family: "Dosis", sans-serif;
            z-index: 2;
            color: #fff;
        }

            .navbar .nav-item .nav-link:hover {
                color: #fff;
            }

            .navbar .nav-item .nav-link:after {
                position: absolute;
                bottom: -1px;
                left: 0;
                content: "";
                background: #fff;
                width: 100%;
                height: 4px;
                opacity: 0;
                visibility: hidden;
                -webkit-transform: scale(0);
                transform: scale(0);
                -webkit-transition: all ease .5s;
                transition: all ease .5s;
            }

            .navbar .nav-item .nav-link.active {
                color: #fff;
            }

                .navbar .nav-item .nav-link.active:after {
                    opacity: 1;
                    visibility: visible;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                }

            .navbar .nav-item .nav-link:hover:after {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

.navbar-nav .nav-item .dropdown-menu {
    top: 57px;
    border-radius: 0;
    background: #fff;
    border-color: transparent;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    min-width: 220px;
    border: none;
}

    .navbar-nav .nav-item .dropdown-menu li {
        padding-bottom: 0px;
    }

        .navbar-nav .nav-item .dropdown-menu li a {
            color: #101010;
            font-size: 15px;
            font-weight: 400;
            text-transform: uppercase;
            display: block;
            padding: 13px 23px;
            -webkit-transition: all ease 500ms;
            transition: all ease 500ms;
            font-family: "Dosis", sans-serif;
        }

            .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-nav .nav-item .dropdown-menu li a.active {
                color: #fff;
                background: #ee3131;
            }

@media (min-width: 992px) {
    .navbar-nav .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }
}

.navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-nav:focus {
    color: #fff;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* owl carousel home slider */
.owl-stage-outer .owl-item.active .slider-items .slider-content h1 {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.owl-stage-outer .owl-item.active .slider-items .slider-content p {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.owl-stage-outer .owl-item.active .slider-items .slider-content .btn {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* Owl Carousel Common */
.owl-carousel.owl-loaded .owl-nav button {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ee3131;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 10px;
}

    .owl-carousel.owl-loaded .owl-nav button:hover {
        background: #101010;
        color: #fff;
    }

.owl-carousel .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .owl-carousel .owl-dots button {
        width: 9px;
        height: 9px;
        display: inline-block;
        background: #b2b2b2;
        border-radius: 50%;
        margin-right: 8px;
        margin-top: 40px;
    }

        .owl-carousel .owl-dots button.active {
            width: 14px;
            height: 14px;
            background: #ee3131;
        }

.owl-carousel.owl-loaded .owl-nav .owl-next.disabled,
.owl-carousel.owl-loaded .owl-nav .owl-prev.disabled {
    background: #101010;
    color: #fff;
}

.btn-primary:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #ee3131;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}



/* Slider Area
=================================== */
.slider-items {
    height: 645px;
    background-size: 100% 100% !important;
    background-size: cover !important;
}

    .slider-items .row,
    .slider-items .container {
        height: 100%;
    }

.slider-overlay {
    position: relative;
    z-index: 2;
}

    .slider-overlay:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.3);
        z-index: -1;
    }

.slider-content h1 {
    font-family: "Dosis", sans-serif;
    font-size: 60px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}

    .slider-content h1 small {
        font-family: "Dosis", sans-serif;
        font-size: 20px;
        color: #fff;
        display: block;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .slider-content h1 span {
        color: #ee3131;
    }

.slider-content .slider-desc {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 30px;
}

.ts-slider-area.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -30px;
}

    .ts-slider-area.owl-carousel .owl-nav button {
        position: absolute;
        top: 0;
        left: 30px;
        width: 60px;
        height: 60px;
        line-height: 65px !important;
        background: rgba(0, 0, 0, 0.5) !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: -15px;
        margin-left: 0px;
    }

        .ts-slider-area.owl-carousel .owl-nav button i {
            color: #fff;
            font-size: 25px;
        }

        .ts-slider-area.owl-carousel .owl-nav button.owl-next {
            left: auto;
            right: 30px;
        }

        .ts-slider-area.owl-carousel .owl-nav button:hover {
            background: #ee3131 !important;
        }



.card_section {
    margin-top: -70px;
}

    .card_section .card_icon {
        font-size: 45px;
        color: #e80566;
        margin-bottom: 20px;
    }

    .card_section .card_bg1 {
        background-image: linear-gradient(to left, #fff, #fff);
        /*background-image: linear-gradient(to left, #02AABD, #00CDAC);*/
        padding: 5px;
        text-align: center;
        background: #2f3967;
        z-index:11;
        height:208px;
    }

    .card_section .card_bg2 {
        background-image: linear-gradient(to left, #fff, #fff);
        padding: 5px;
        text-align: center;
        z-index: 11;
        background: #ee3131 !important;
        height: 208px;
    }

    .card_section .card_bg3 {
        background-image: linear-gradient(to left, #fff, #fff);
        padding: 5px;
        text-align: center;
        z-index: 11;
        background: #2f3967;
        height: 208px;
    }

    .card_section .card_bg1::before {
        content: '';
        width: 100%;
        height: 100%;
        opacity: 0.15;
        background-image: linear-gradient(to right, #1a2c79a6, #e805668c), url(../images/card1.jpg) !important;
        background-size: cover;
        position: absolute;
        bottom: 0;
        right: 0;
        transform: perspective(200px) scaleY(0);
        -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
        transition: opacity 500ms ease, -webkit-transform 500ms ease;
        transition: transform 500ms ease, opacity 500ms ease;
        transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
        opacity: 0;
        transform-origin: bottom;
    }

    .card_section .card_bg1:hover::before {
        opacity: 1;
        transform: perspective(200px) scaleY(1);
    }

    .card_section .card_bg2::before {
        content: '';
        width: 100%;
        height: 100%;
        opacity: 0.15;
        background-image: linear-gradient(to right, #1a2c79a6, #e805668c), url(../images/card2.jpg) !important;
        background-size: cover;
        position: absolute;
        bottom: 0;
        right: 0;
        transform: perspective(200px) scaleY(0);
        -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
        transition: opacity 500ms ease, -webkit-transform 500ms ease;
        transition: transform 500ms ease, opacity 500ms ease;
        transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
        opacity: 0;
        transform-origin: bottom;
    }

    .card_section .card_bg2:hover::before {
        opacity: 1;
        transform: perspective(200px) scaleY(1);
    }

    .card_section .card_bg3::before {
        content: '';
        width: 100%;
        height: 100%;
        opacity: 0.15;
        background-image: linear-gradient(to right, #1a2c79a6, #e805668c), url(../images/card3.jpg) !important;
        background-size: cover;
        position: absolute;
        bottom: 0;
        right: 0;
        transform: perspective(200px) scaleY(0);
        -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
        transition: opacity 500ms ease, -webkit-transform 500ms ease;
        transition: transform 500ms ease, opacity 500ms ease;
        transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
        opacity: 0;
        transform-origin: bottom;
    }

    .card_section .card_bg3:hover::before {
        opacity: 1;
        transform: perspective(200px) scaleY(1);
    }

    .card_section .card .card-content {
        border-radius: 0 0 2px 2px;
        padding: 30px 13px 30px 13px;
        position: inherit;
        height:188px;
        
    }
.para_top {
    color:#fff;
}
.card_section .card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .card_section .clearfix::after {
        display: block;
        content: "";
        clear: both;
    }

.card-content:hover .card_icon,
.card-content:hover h4,
.card-content:hover p {
    color: #fff !important;
}


/*About Section*/

.about_img {
    width: 100%;
    height: auto;
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    border: 10px solid #ee3131;
}

.bg_shape {
    width: 100%;
    height: auto;
    position: absolute;
    top: -5px;
    left: -10px;
    z-index: -1;
}

.dot-shape {
    bottom: -3px;
    left: auto;
    right: -3px;
    z-index: -1;
}

.btn1 {
    padding: 12px 30px;
    background-color: #1a2c79;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}

    .btn1:hover {
        background-color: #13215a;
    }

.sec_title {
    /*font-family: "Archivo", sans-serif;*/
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sec_subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

/*Service section*/

.bg_service {
    background-color: #F5F5F5;
}

    .bg_service .card {
     
        padding: 25px 20px;
        height: 166px;
    }

    .bg_service .card1 {
     
        padding: 25px 20px;
      
    }

.service_img1 {
    width: 70px;
    height: auto;
}

.service_img {
    width: 70px;
    height: auto;
}

.bg_service h4 {
    font-size: 22px;
    font-weight: 600;
}

.section_padding_about {
    /*padding-top: 50px;*/
    padding-bottom: 50px;
}

/*App Section*/
.bg_appsection {
    /*background-image: linear-gradient(85deg, #1a2c79cc, #e80566e6), url('../images/app_section.png');*/
    background-image: linear-gradient(85deg, #2f3967, #ee3131c4), url(../images/app_section.png);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 80px;
}

    .bg_appsection p {
        color: #fff;
    }

.app_btn {
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    margin-bottom: 20px;
}

    .app_btn i {
        font-size: 35px;
    }

    .app_btn h5 {
        margin-bottom: 0;
        font-size: 15px;
    }

    .app_btn h4 {
        margin-bottom: 0;
        font-size: 20px;
    }

    .app_btn:hover {
        padding: 15px 30px;
        background-color: #fff;
        color: #000;
    }



/*Tab Section*/

#tsum-tabs p {
    margin: 0 0 20px;
    line-height: 1.5;
}

#tsum-tabs main {
    /*min-width: 320px;*/
    max-width: 100%;
    /*padding: 50px;*/
    /*margin: 0 auto;*/
    background: #fff;
}

#tsum-tabs section {
    display: none;
    padding: 30px 0 0;
    /*border-top: 1px solid #ddd;*/
}

#tsum-tabs input {
    display: none;
}

#tsum-tabs label {
    display: inline-block;
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 600;
    text-align: center;
    color: #ee3131;
    border: 1px solid #ee3131;
    margin-right: 10px;
}

    #tsum-tabs label:before {
        font-family: fontawesome;
        font-weight: normal;
        margin-right: 10px;
    }

    /*#tsum-tabs label[for*='1']:before { content: '\f1cb'; }
#tsum-tabs label[for*='2']:before { content: '\f17d'; }
#tsum-tabs label[for*='3']:before { content: '\f16b'; }
#tsum-tabs label[for*='4']:before { content: '\f1a9'; }*/

    #tsum-tabs label:hover {
        color: #fff;
        background-color: #ee3131;
        cursor: pointer;
    }

#tsum-tabs input:checked + label {
    /*border: 1px solid #1a2c79;*/
    border: 1px solid #ee3131;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
    display: block;
}

@media screen and (max-width: 650px) {
    #tsum-tabs label {
        font-size: 14px;
        padding: 8px 18px;
    }

        #tsum-tabs label:before {
            margin: 0;
            font-size: 18px;
        }
}

@media screen and (max-width: 400px) {
    #tsum-tabs label {
        padding: 5px 10px;
    }
}

.box {
    /*font-family: 'Amaranth', sans-serif;*/
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .box:before {
        content: "";
        background: linear-gradient(to right, #1a2c79, #ee3131 );
        height: 0;
        border-radius: 0 0 100% 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

    .box:hover:before {
        height: 100%;
        border-radius: 0;
        top: 0px;
        left: 0px;
        right: 0px;
        opacity: 0.8;
    }

    .box img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease 0s;
    }

    .box:hover img {
        filter: blur(3px);
    }

.box-content {
    color: #fff;
    width: 100%;
    padding: 0 15px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease 0.1s;
}

.box:hover .box-content {
    opacity: 1;
    top: 55%;
}

.box .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 1px;
}

.box .post {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: capitalize;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 0 12px;
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

/*Latest News*/

.bg_news {
    background-color: #F5F5F5;
}

.post-slide {
    margin: 0 15px;
    background: #fff;
    border-bottom: 1px solid #dedde1;
}

    .post-slide .post-header {
        padding: 15px 20px 5px;
    }

    .post-slide .title {
        margin-bottom: 5px;
    }

        .post-slide .title a {
            font-size: 15px;
            color: #333;
            font-weight: bold;
            text-transform: uppercase;
            transition: all 0.4s ease 0s;
        }

            .post-slide .title a:hover {
                color: #fd6058;
                text-decoration: none;
            }

    .post-slide .post-bar {
        margin: 15px 0 0 0;
        padding: 0;
        list-style: none;
    }

        .post-slide .post-bar li {
            display: inline-block;
            /*margin-right: 20px;*/
            text-align: left;
            color: #808080;
        }

            .post-slide .post-bar li:nth-child(2) {
                display: inline-block;
                /*margin-right: 20px;*/
                float: right;
                color: #808080;
            }

            .post-slide .post-bar li a {
                font-size: 15px;
                color: #808080;
                text-transform: capitalize;
            }

                .post-slide .post-bar li a:hover {
                    text-decoration: none;
                    color: #fd6058;
                }

            .post-slide .post-bar li img {
                width: 35px;
                height: 35px;
                border-radius: 50%;
            }

            .post-slide .post-bar li i,
            .post-slide .post-bar li img {
                margin-right: 5px;
            }

    .post-slide .pic {
        overflow: hidden;
        position: relative;
    }

        .post-slide .pic:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(255,255,255,0);
            transition: all 0.9s ease 0s;
        }

    .post-slide:hover .pic:after {
        background: rgba(255,255,255,0.2);
    }

    .post-slide .pic img {
        width: 100%;
        height: auto;
        transform: rotate(0deg) scale(1,1);
        transition: all 0.6s ease-in-out 0s;
    }

    .post-slide:hover .pic img {
        transform: rotate(10deg) scale(1.5,1.5);
    }

    .post-slide .post-category {
        padding: 5px 15px;
        margin: 0;
        list-style: none;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #1a2c79;
        z-index: 1;
    }

        .post-slide .post-category li {
            display: inline-block;
            text-transform: uppercase;
        }

            .post-slide .post-category li:after {
                content: " ,";
                color: #fff;
            }

            .post-slide .post-category li:last-child:after {
                content: "";
            }

            .post-slide .post-category li a {
                color: #fff;
            }

                .post-slide .post-category li a:hover {
                    text-decoration: none;
                    color: #333;
                }

    .post-slide .post-description {
        font-size: 16px;
        color: #808080;
        padding: 0 15px 15px;
    }

@media only screen and (max-width: 480px) {
    .post-header .post-bar li {
        margin-right: 5px;
    }
}



/*Team Section*/

.team_card {
    padding: 35px 20px;
    background-color: #F5F5F5;
}

.team_card img{
    width:130px;
    height:130px;
    border-radius:50%;
    border:8px solid #fff;
    margin-bottom:25px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.team_card h4{
    margin-bottom:15px;
}

.team_card h6{
    margin-bottom:15px;
}

.team_card i{
    font-size:18px;
    color:#1a2c79;
    margin:0 8px;
}



/*Testinomial*/

.bg_testinomial {
    background-color: #F5F5F5;
}

.testimonial{
    background: #fff;
    text-align: center;
    margin: 0 20px;
}
.testimonial .description{
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #e80566;
    border-left: 1px solid #e80566;
    font-size: 15px;
    color: #887e7f;
    line-height: 30px;
    text-align: left;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #1a2c79;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}
.testimonial .description:after{
    content: "";
    width: 50%;
    height: 1px;
    background: #e80566;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial .testimonial-content{ 
    position: relative;
    padding-bottom: 20px;
}
.testimonial .testimonial-content:before{
    content: "";
    width: 1px;
    height: 20px;
    background: #e80566;
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 2px;
    height: 40px;
    background: #e80566;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #1a2c79;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #1a2c79;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: #e80566;
}



/* Footer */
.footer {
    background: #06163a;
    position: relative;
}

.footer-top {
    position: absolute;
    width: 100%;
    z-index: 2;
}

    .footer-top .row {
        margin-top: -50px;
        position: relative;
        z-index: 1;
    }

    .footer-top [class*=col] {
        background: #2f2f2f;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 24px 0;
        position: relative;
    }

        .footer-top [class*=col] i,
        .footer-top [class*=col] h3,
        .footer-top [class*=col] p {
            color: #fff;
        }

        .footer-top [class*=col] p {
            margin-bottom: 0;
        }

        .footer-top [class*=col]:nth-child(1):after {
            content: "";
            position: absolute;
            top: 0;
            right: -50px;
            border-style: solid;
            border-color: transparent transparent transparent #2f2f2f;
            border-width: 50px 0px 50px 50px;
            z-index: 1;
        }

        .footer-top [class*=col]:nth-child(2) {
            background: #d20022;
        }

            .footer-top [class*=col]:nth-child(2):after {
                content: "";
                position: absolute;
                top: 0;
                right: -50px;
                border-style: solid;
                border-color: transparent transparent transparent #d20022;
                border-width: 50px 0px 50px 50px;
                z-index: 1;
            }

        .footer-top [class*=col]:nth-child(3) {
            background: #ee3131;
        }

    .footer-top .footer-box i {
        font-size: 36px;
        position: relative;
        top: 3px;
    }

    .footer-top .footer-box-content {
        padding-left: 25px;
    }

        .footer-top .footer-box-content h3 {
            font-weight: 600;
        }

.footer-main {
    position: relative;
    margin: 0 0 13px;
    padding-top: 105px;
}

    .footer-main:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/footer_img.png);
        background-size: cover;
        background-position: bottom left;
    }

    .footer-main .footer-about {
        color: #fff;
        font-size: 14px;
    }

        .footer-main .footer-about p {
            margin-bottom: 18px;
           text-align:justify;
        }

    .footer-main .footer-logo {
        margin-bottom: 25px;
    }

        .footer-main .footer-logo p {
            margin-bottom: 10px;
        }

    .footer-main .footer-social ul li {
        display: inline-block;
        margin-right: 5px;
    }

        .footer-main .footer-social ul li a {
            display: block;
            width: 35px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            border: 1px solid #3e4a65;
            border-radius: 50%;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            color: #838b9d;
        }

            .footer-main .footer-social ul li a:hover {
                background: #d20022;
                color: #fff;
                border-color: #d20022;
            }

.footer-widget .widget-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}

    .footer-widget .widget-title span {
        font-weight: 400;
    }

.footer-widget .unstyled li {
    margin-bottom: 12px;
}

    .footer-widget .unstyled li.news-text > span {
        font-size: 14px;
        display: block;
        color: #999;
    }

    .footer-widget .unstyled li a {
        font-size: 14px;
        color: #ffffff;
    }

.footer-widget.widget-service {
    padding-left: 80px;
}

.unstyled.service-time li {
    border-bottom: 1px dashed #2a3856;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
}

    .unstyled.service-time li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

.copyright {
    position: relative;
    background: #030e28;
    padding: 23px 0;
}

    .copyright .copyright-info {
        color: #fff;
    }

    .copyright .back-btn {
        width: 46px;
        height: 46px;
        font-size: 25px;
        background: #ee3131;
        text-align: center;
        line-height: 35px;
        position: fixed;
        right: 22px;
        bottom: 17px;
        border-radius: 50px;
        color: #fff;
        z-index: 2;
    }

.footer-menu .nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .footer-menu .nav li {
        margin-left: 40px;
    }

        .footer-menu .nav li a {
            color: #fff;
        }

.unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}
.btn-orange {
    color: #fff;
    background-color: #ee3131 !important;
    border-color: #ee3131 !important;
    position: relative;
    top: -10px;
    left:-5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.font_h3{
    font-size:16px;
}

/************************* About Page *************************/

.about_banner {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/sldier1.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}

    .about_banner h1 {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

.breadcrumb {
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    background: transparent
}

    .breadcrumb a {
        color: #ffffffbf;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffffbf;
}

.breadcrumb-item.active {
    color: #fffffff0;
}

.about_icon {
    width: 85px;
    height: 85px;
    font-size: 30px;
    padding-top: 27px;
    background-color: #1a2c79;
    color: #fff;
    border-radius: 10px;
}

.contact_banner {
    background-image: linear-gradient(85deg, #810100cc 30%, #00a3ffe6 100%), url('../images/contact_banner.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}

    .contact_banner h1 {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

.contact_card {
    /*box-shadow: 0 0.125rem 0.25rem rgba(24, 28, 50, 0.07) !important;
    border-radius: 1rem;*/
    box-shadow: 0 0 0.125rem 0.25rem #07000014 !important;
    border-radius: 1rem;
}


    .contact_card i {
        font-size: 30px;
        color: #ee3131;
        margin-bottom: 20px;
    }

    .contact_card a {
        color: #7E8299;
        margin-bottom: 20px;
    }

.iocn_hover {
    width: 60px;
    height: 60px;
    padding: 12px;
    border: 2px solid #ee3131;
    border-radius: 50%;
    margin: 10px 13px;
    text-align: center -webkit-animation: full-circle 1.1s ease-out;
    animation: full-circle 1.1s infinite;
}
    .iocn_hover:hover {
        background: #ee3131;
        border: 2px solid #fff;
        color: #fff;
    }

@-webkit-keyframes full-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.about_para {
    font-size: 16px;
    font-weight: 400;
    TEXT-ALIGN: justify;
    line-height: 28px;
    margin-bottom: 5px !important;
}

.joindiv {
    /*padding: 60px;
    background: linear-gradient(45deg, #ee313154, #ee3131b5),url(https://image.slidesdocs.com/responsive-images/background/an-orange-cube-structure-by-pixelo-powerpoint-background_0520abd47c__960_540.jpg);
    text-align: center;*/
    padding-bottom: 40px;
    /*background: linear-gradient(45deg, #d52e3000, #ee3131),url(https://thumbs.gfycat.com/BasicEagerHydra-size_restricted.gif);*/
    text-align: center;
    background-size: cover;
}



    .joindiv h3 {
        color: #ee3131;
        text-align: center;
        font-size: 50px;
    }
    

.section_padding{
    padding-top:50px;
    padding-bottom:100px;
}


.img_width {

    width:50px;

}


/*****services******/
.serviceBox {
    font-family: 'Montserrat', sans-serif;
    height: 300px;
    text-align: center;
    padding: 15px 25px 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .serviceBox:before,
    .serviceBox:after {
        content: '';
        background: linear-gradient(#da75e5,#da75e5,#7131bf,#7131bf);
        height: 900px;
        border-radius: 50%;
        transform: translateY(-50%);
        position: absolute;
        left: 2px;
        right: 2px;
        top: 50%;
        z-index: -1;
    }

    .serviceBox:after {
        background: #fff;
        border-radius: 0;
        height: 100%;
        box-shadow: 0 0 3px rgba(0,0,0,0.6);
        transform: translateY(0);
        top: 0;
        left: 10px;
        right: 10px;
    }

    .serviceBox .service-icon {
        font-size: 50px;
        background: linear-gradient(#da75e5,#7131bf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

        .serviceBox .service-icon:after {
            content: '';
            background-color: #e7e7e7;
            height: 4px;
            width: 50px;
            margin: 0 auto 15px;
            border-radius: 5px;
            display: block;
            clear: both;
        }

    .serviceBox .title {
        color: #292323;
        font-size: 16px;
        font-weight: 700;
        padding: 10px;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .serviceBox .description {
        color: #323232b0;
        font-size: 14px;
        line-height: 24px;
        margin: 0 10px;
    }

    .serviceBox.blue:before {
        background: linear-gradient(#4ae2d6,#4ae2d6,#00b5e2,#00b5e2);
    }

    .serviceBox.blue .service-icon {
        background: linear-gradient(#4ae2d6,#00b5e2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .serviceBox.yellow:before {
        background: linear-gradient(#ffd747,#ffd747,#ff6905,#ff6905);
    }

    .serviceBox.yellow .service-icon {
        background: linear-gradient(#ffd747,#ff6905);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .serviceBox.darkblue:before {
        background: linear-gradient(#70def9,#70def9,#8370ff,#8370ff);
    }

    .serviceBox.darkblue .service-icon {
        background: linear-gradient(#70def9,#8370ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }




@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}


.line_para {
    line-height: 30px;
}

.vision11{
    font-size:30px;
    padding-bottom:20px;
}
.v_para {
    text-align: justify;
    line-height: 26px;
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }
}



.btn-orange_get {
    color: #fff;
    background-color: #ee3131 !important;
    border-color: #ee3131 !important;
    position: relative;
    top: -10px;
    left: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}


.img-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: all .25s ease;
}

.Service_cards .card {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
    .Service_cards .card:hover {
        box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    }
.Service_cards .card-content {
    padding: 15px;
    text-align: left;
}
.Service_cards .card-read-more {
    border-top: 1px solid #D4D4D4;
}
.Service_cards .card-title {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
}
.Service_cards .card-title a {
    color: #0e2b3d;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    text-decoration: none !important;
}

.Service_cards .card-read-more a {
    text-decoration: none !important;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 42px;
}
.services_banner_erp {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services_icons/erpbackground1.jpg') ;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
   
}
.services_banner_training {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services_icons/training_bg.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}
.services_banner_techsupport {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services_icons/tech_support_bg.png');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}
.services_banner_webdesign {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services_icons/web_design.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}
.services_banner_digital {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services_icons/digital_bg.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}
.services_banner_kpo {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services_icons/KPO-Services.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}
.services_banner_bpo {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services_icons/bpo_bg.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}
.services_banner_wellness {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services_icons/Healthnwellness.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}
.services_banner_video {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services_icons/video_bg1.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}
.services_banner_music {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services_icons/livemusic_bg.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}

.services_banner_musicstudio {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services/music_studio_bg.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}

.services_banner_carwashing {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services/carwashing_bg.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}

.services_banner_realestate {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services/real_estate_bg.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}

.services_banner_privatemusic {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services/music_bg.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}

.services_banner_franchise {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services/franchisee_bg.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}

.services_banner_film {
    background-image: linear-gradient(85deg, #1a2c79a6 30%, #e805668c 100%), url('../images/services_icons/filmmaking_bg.jpg');
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 130px;
    color: #fff;
}

@media only screen and (max-width:435px) {
    .aksh_logo {
        width: 100px;
        padding-top: 2px;
        padding-bottom: 14px;
        top: 39px;
    }

    .header-angle:after {
        top: 0px;
    }

    .slider-items {
        height: 280px;
    }

    .about_banner {
        padding-top: 70px;
        padding-bottom: 70px;
        height: 215px;
    }

    .card_section {
        margin-top: 30px;
    }

    section, .section {
        padding: 20px 0px !important;
    }

    .sec_title {
        font-size: 36px;
        text-align: center;
    }

    .bg_service .card {
        padding: 15px 20px;
        height: 199px;
    }

    .sec_subtitle {
        font-size: 16px;
    }

    .vision11 {
        font-size: 30px !important;
        text-align: center;
    }

    .order_img {
        order: 1 !important;
    }

    .order_img1 {
        order: 2 !important;
    }

    .joindiv h3 {
        font-size: 40px;
    }

    .services_banner_erp {
        padding-top: 70px;
        padding-bottom: 70px;
        height: 215px;
    }

    .joindiv {
        padding-bottom: 20px;
    }

    .services_banner_training {
        padding-top: 70px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_techsupport {
        padding-top: 70px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_webdesign {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_digital {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_kpo {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_bpo {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_wellness {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_video {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_privatemusic {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_music {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_musicstudio {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_carwashing {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_franchise {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_realestate {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

    .services_banner_film {
        padding-top: 40px;
        padding-bottom: 70px;
        height: 215px;
    }

 

   
   
}

