﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --icon-font: "Font Awesome 6 Pro";
}


html,
body {
    font-size: 15px;
    color: #666666;
    font-family: 'Open Sans';
    vertical-align: baseline;
    font-weight: 400;
    line-height: 26px;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Slab", serif;
    color: #101010;
    margin: 0 0 26px;
    font-weight: 500;
    line-height: 1.3;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

a {
    color: #ff0000;
    transition: all 0.5s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

    a:active,
    a:hover {
        text-decoration: none;
        outline: 0 none;
        color: #000;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.mr-5 {
    margin-right: 2rem !important;
}
/* -----------------------------------
    02. Common CSS
-------------------------------------*/
.col-20 {
    margin-left: -20px;
    margin-right: -20px;
}

    .col-20 [class*="col-"] {
        padding-right: 20px;
        padding-left: 20px;
    }

[class^="flaticon-"]::before,
[class*=" flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::after {
    margin: 0;
    display: block;
    line-height: 1;
}

.clear {
    clear: both;
}

.display-flex,
.display-flex-center {
    display: flex;
}

.display-flex-center {
    align-items: center;
}

.z-index-0 {
    z-index: 0 !important;
}

.primary-color {
    color: #f20707e3;
}

.text-center {
    text-align: center;
}

.margin-center {
    margin: 0 auto;
}

.overflow-hidden {
    overflow: hidden;
}

.no-background {
    background-color: unset !important;
}

.no-border {
    border: none !important;
}

.relative {
    position: relative !important;
}

.normal {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

.semi-bold {
    font-weight: 600 !important;
}

.bold {
    font-weight: 700 !important;
}

.full-width {
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.bs-none {
    box-shadow: none !important;
}

.no-bg {
    background: none !important;
}

.lh-1 {
    line-height: 1 !important;
}

.block {
    display: block !important;
}

.sec-spacer {
    padding: 100px 0;
}

.sec-spacer2 {
    padding: 70px 0;
}

.radius-0 {
    border-radius: unset !important;
}

.box-shadow {
    box-shadow: 2px 10px 50px rgba(158, 158, 158, 0.25);
}

.body-color {
    color: #666666 !important;
}

.gray-color {
    color: #f9f9f9 !important;
}

.global-color {
    color: #bcbbbb !important;
}

.gray-bg {
    background-color: #f5f5f5 !important;
}

.white-color {
    color: #ffffff !important;
}

.white-bg {
    background-color: #ffffff !important;
}

.title-color {
    color: #101010 !important;
}

.title-bg {
    background-color: #101010 !important;
}

.secondary-color {
    color: #2547b7 !important;
}

.secondary-bg {
    background: #ef2f37 !important;
}

.primary-color {
    color: #f20707e3 !important;
}

.primary-bg {
    background: #f20707e3 !important;
}

.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.social-icons {
    padding-top: 20px;
    margin-top: 15px;
    position: relative;
}

    .social-icons ul li {
        display: inline;
        margin-right: 15px;
        font-size: 16px;
    }

        .social-icons ul li a {
            color: #bcbbbb;
        }

            .social-icons ul li a:hover {
                color: #f20707e3;
            }

        .social-icons ul li:last-child {
            margin-right: 0;
        }

    .social-icons:before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        width: 170px;
        transform: translateX(-50%);
        border-top: 1px dashed #e1e1e1;
    }

    .social-icons.style2:before {
        width: 100%;
    }

    .social-icons.border-none:before {
        position: unset;
        content: unset;
    }

.rs-vertical-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.rs-vertical-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

::-moz-selection {
    background: #eb3134;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #eb3134;
    text-shadow: none;
    color: #ffffff;
}

.align-center {
    align-items: center;
}

.owl-controls .owl-dots {
    text-align: center;
    margin-top: 30px;
}

    .owl-controls .owl-dots .owl-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 30px;
        background: #f20707e3;
        margin: 0 5px;
    }

        .owl-controls .owl-dots .owl-dot.active {
            color: #101010;
        }

.slider-nav button {
    position: absolute;
    bottom: 0;
    font-size: 0;
    padding: 0 !important;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 100%;
    border: 1px solid #d5d5d5;
    color: #666666;
    background: transparent;
    outline: none;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

    .slider-nav button:before {
        content: '\f14e';
        font-family: Flaticon;
        font-size: 15px;
    }

    .slider-nav button:hover {
        background-color: #2547b7;
        border-color: #2547b7;
        color: #ffffff;
    }

.slider-nav .slick-prev {
    left: -565px;
    transform: rotate(180deg);
}

.slider-nav .slick-next {
    left: -500px;
}
/*Section Title*/
.sec-title {
    z-index: 1;
    position: relative;
}

    .sec-title .title {
        font-size: 35px;
        font-weight: 600;
        position: relative;
        margin-bottom: 20px;
    }

    .sec-title.text-center .title {
        position: relative;
        padding-bottom: 15px;
    }

        .sec-title.text-center .title:before {
            content: "";
            position: absolute;
            background: #ef3536;
            height: 4px;
            width: 80px;
            bottom: 0;
            z-index: -1;
            left: 50%;
            transform: translateX(-50%);
        }

    .sec-title.image-title .title.bg-center:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .sec-title.image-title .title.bg-right:after {
        right: 2px;
    }

    .sec-title.image-title .title:after {
        content: "";
        position: absolute;
        z-index: -1;
        background: url(images/title-arrow.html);
        width: 30px;
        height: 50px;
        top: -10px;
        left: -34px;
        background-repeat: no-repeat;
    }

    .sec-title .sub-title {
        font-size: 20px;
        font-weight: 500;
        margin: 0 0 10px;
        display: inline-block;
        color: #f20707e3;
        text-transform: uppercase;
    }

    .sec-title.white-color .sub-title,
    .sec-title.white-color .title,
    .sec-title.white-color p {
        color: #fff;
    }

        .sec-title.white-color .title:after {
            background: url(images/title-arrow-wh.html);
        }

    .sec-title.text-center .title {
        display: inline;
    }

    .sec-title.text-center .btn-area {
        padding-top: 36px;
    }

    .sec-title .title.extra-none {
        display: block;
        margin-bottom: 8px;
    }

        .sec-title .title.extra-none:before,
        .sec-title .title.extra-none:after {
            display: none;
        }
/*Readon Button*/
.readon {
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.7s ease 0s !important;
    outline: none;
    text-transform: uppercase;
    height: 55px;
    line-height: 53px;
    padding: 0 70px 0 30px;
    z-index: 99;
    font-weight: 500;
    background: #000;
    border-radius: 30px;
    position: relative;
    border: 2px solid transparent;
}

    .readon:before {
        content: '\f14e';
        font-family: Flaticon;
        position: absolute;
        right: -10px;
        top: -2px;
        height: 55px;
        line-height: 55px;
        width: 55px;
        border-radius: 100%;
        text-align: center;
        background-color: #f20707e3;
        color: #666666;
    }

    .readon:hover {
        background: #e92d32;
        border-color: #f20707e3;
        color: #fff;
    }

    .readon.white-btn {
        color: #f20707e3;
        background: #ffffff;
        border: 2px solid transparent;
    }

        .readon.white-btn:before {
            background: #d2cdcd;
        }

    .readon.banner {
        color: #101010;
        border-radius: 5px;
        padding: 20px 95px 20px 35px;
        font-weight: 500;
        text-transform: uppercase;
        border: unset;
        overflow: hidden;
    }

        .readon.banner:before {
            font-family: Flaticon;
            content: "\f120";
            font-size: 18px;
            font-weight: 600;
            left: auto;
            right: 25px;
            z-index: 2;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }

        .readon.banner:after {
            content: '';
            position: absolute;
            width: 35%;
            height: 200%;
            transition: all 0.5s ease 0s;
            background: #f4b762;
            z-index: 1;
            right: 0;
            top: 0;
            -webkit-transform-origin: 0 0;
            -webkit-transform: rotate(-20deg);
            -moz-transform-origin: 0 0;
            -moz-transform: rotate(-20deg);
            -ms-transform-origin: 0 0;
            -ms-transform: rotate(-20deg);
            transform-origin: 0 0;
            transform: rotate(-20deg);
        }

        .readon.banner:hover {
            background: #f2ac4a;
        }

            .readon.banner:hover:after {
                width: 40%;
            }

        .readon.banner:focus {
            outline: none;
        }

.menu-btn {
    position: relative;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.7s ease 0s !important;
    text-transform: uppercase;
    height: 37px;
    line-height: 37px;
    padding: 0 25px;
    z-index: 99;
    font-weight: 500;
    color: #fff;
    background: #f20707e3;
    border-radius: 3px;
}

    .menu-btn:hover {
        background-color: #f20707e3;
        color: #fff;
    }
/*Pagination*/
.pagination-area .pagination-part li {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 0 5px;
}

    .pagination-area .pagination-part li i,
    .pagination-area .pagination-part li i:before {
        font-size: 28px;
        margin: 0;
        line-height: 60px;
    }

    .pagination-area .pagination-part li:hover,
    .pagination-area .pagination-part li.active {
        border-color: #f9f9f9;
    }
/*Video Icon*/
.media-icon {
    position: relative;
}

    .media-icon .popup-videos:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        transition: all 0.5s ease 0s;
    }

    .media-icon .popup-videos:hover:before {
        background: linear-gradient(-41deg, #f20707e3, #2547b7);
    }
/*Hover Pulse Effect*/
.hover-pulse:hover:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(-41deg, #f20707e3, #2547b7);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
/*Search Modal*/
.search-modal .modal-content {
    background: transparent;
    position: initial;
    border: 0;
}

.search-modal .search-block input {
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: transparent;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #ffffff;
    box-shadow: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 3px;
}

.search-modal .search-block ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
    opacity: 1;
}

.search-modal .search-block ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}

.search-modal .search-block :-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
    opacity: 1;
}

.search-modal .search-block :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
    opacity: 1;
}

.search-modal .close {
    color: #f20707e3;
    margin-top: 20px;
    font-size: 20px;
    background-color: #ffffff;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    transition: all 0.5s ease 0s;
}

    .search-modal .close span {
        line-height: 52px;
    }

        .search-modal .close span:before {
            margin: 0;
        }

    .search-modal .close:hover {
        background-color: #f20707e3;
        color: #ffffff;
    }

.modal-backdrop.show {
    opacity: 0.9;
    z-index: 999;
}
/*Navigation*/
.nav-style .owl-carousel {
    padding-top: 0;
}

    .nav-style .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

        .nav-style .owl-carousel .owl-nav [class*="owl-"] {
            background: transparent;
            border: 1px solid #f20707e3;
            color: #f20707e3;
            font-size: 0;
            width: 45px;
            height: 45px;
            line-height: 30px;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            opacity: 0 !important;
            visibility: hidden !important;
            transition: all 0.5s ease 0s;
        }

            .nav-style .owl-carousel .owl-nav [class*="owl-"]:before {
                font-family: FontAwesome;
                position: absolute;
                font-size: 20px;
                top: 50%;
                left: 50%;
                -webkit-transform: translateY(-50%) translateX(-50%);
                transform: translateY(-50%) translateX(-50%);
            }

            .nav-style .owl-carousel .owl-nav [class*="owl-"].owl-prev {
                left: 0;
            }

                .nav-style .owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
                    content: "\f104";
                }

            .nav-style .owl-carousel .owl-nav [class*="owl-"].owl-next {
                right: 0;
            }

                .nav-style .owl-carousel .owl-nav [class*="owl-"].owl-next:before {
                    content: "\f105";
                }

            .nav-style .owl-carousel .owl-nav [class*="owl-"]:hover {
                background-color: #f20707e3;
                color: #ffffff;
            }

    .nav-style .owl-carousel:hover [class*="owl-"] {
        opacity: 1 !important;
        visibility: visible !important;
    }

        .nav-style .owl-carousel:hover [class*="owl-"] .owl-prev {
            left: -60px;
        }

        .nav-style .owl-carousel:hover [class*="owl-"] .owl-next {
            right: -60px;
        }
/* listing style */
.listying li,
.check-list-circle li {
    margin-bottom: 10px;
    transition: 0.4s;
}

    .listying li:before,
    .check-list-circle li:before {
        content: "\f12c";
        font-family: Flaticon;
        padding-right: 10px;
        color: #f20707e3;
    }

    .listying li:last-child,
    .check-list-circle li:last-child {
        margin: 0;
    }
/*SVG Background*/
.svg-bg {
    position: relative;
}

    .svg-bg:before {
        content: '';
        background: url(images/svg/bg-shape.html);
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* ---------------------------
    03. Header Section CSS
------------------------------*/
#rs-header .menu-area {
    background: #ffffff;
}

    #rs-header .menu-area .logo-area a {
        transition: all 0.5s ease 0s;
    }

        #rs-header .menu-area .logo-area a img {
            display: inline-block;
            vertical-align: text-bottom;
        }

    #rs-header .menu-area .logo-area.sticky-logo {
        display: none;
    }

    #rs-header .menu-area .logo-area.normal-logo {
        display: block;
    }

    #rs-header .menu-area .rs-menu ul li {
        /* Dropdown Menu area */
    }

        #rs-header .menu-area .rs-menu ul li > a {
            color: #fff;
            font-weight: 500;
            font-family: 'Poppins';
        }

            #rs-header .menu-area .rs-menu ul li > a:hover {
                color: #fff;
            }

        #rs-header .menu-area .rs-menu ul li .sub-menu li a {
            color: #101010;
        }

            #rs-header .menu-area .rs-menu ul li .sub-menu li a:before,
            #rs-header .menu-area .rs-menu ul li .sub-menu li a:after {
                display: none;
            }

        #rs-header .menu-area .rs-menu ul li .sub-menu li:hover > a {
            color: #f20707e3;
        }

        #rs-header .menu-area .rs-menu ul li .sub-menu li.active > a {
            color: #f20707e3;
        }

        #rs-header .menu-area .rs-menu ul li.active-menu > a,
        #rs-header .menu-area .rs-menu ul li.current-menu-item > a {
            color: #f32222 !important;
            font-weight: 600 !important;
        }

    #rs-header .menu-area .right-bar-button {
        margin-left: 50px;
    }

    #rs-header .menu-area.sticky .rs-menu ul li > a {
        color: #101010;
    }

    #rs-header .menu-area.sticky .logo-area.normal-logo {
        display: none;
    }

    #rs-header .menu-area.sticky .logo-area.sticky-logo {
        display: block;
    }

#rs-header.transparent-header {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px dotted #000;
}

    #rs-header.transparent-header .menu-area.affix {
        background: #000 !important;
    }

    #rs-header.transparent-header .rs-menu-area {
        justify-content: flex-end;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    #rs-header.transparent-header .toolbar-area {
        padding: 0;
        border-bottom: 1px solid #e7e8ee;
    }

    #rs-header.transparent-header .menu-area,
    #rs-header.transparent-header .toolbar-area {
        background: transparent;
    }

    #rs-header.transparent-header .menu-sticky {
        box-shadow: none;
        transition: all 0.5s ease 0s;
        margin-bottom: -10px;
        background: #eb8211;
    }

#rs-header.transparent-white-color .menu-area .logo-area.sticky-hidden {
    display: none;
}

#rs-header.transparent-white-color .menu-area .rs-menu ul li > a {
    color: #fff;
}

#rs-header.transparent-white-color .menu-area .rs-menu ul .current-menu-item > a,
#rs-header.transparent-white-color .menu-area .rs-menu ul li:hover > a {
    color: #cccccc;
}

#rs-header.transparent-white-color .menu-area .right-bar-icon ul > li.icon-bar > a {
    color: #fff;
}

    #rs-header.transparent-white-color .menu-area .right-bar-icon ul > li.icon-bar > a:hover {
        color: #cccccc;
    }

#rs-header.transparent-white-color .menu-area.sticky .logo-area.sticky-hidden {
    display: block;
}

#rs-header.transparent-white-color .menu-area.sticky .logo-area.sticky-visible {
    display: none;
}

#rs-header.transparent-white-color .menu-area.sticky .rs-menu ul li > a {
    color: #666666;
}

#rs-header.transparent-white-color .menu-area.sticky .rs-menu ul li:hover > a,
#rs-header.transparent-white-color .menu-area.sticky .rs-menu ul li.current-menu-item > a {
    color: #f20707e3;
}

#rs-header.transparent-white-color .menu-area.sticky .right-bar-icon ul > li.icon-bar > a {
    color: #666666;
}

    #rs-header.transparent-white-color .menu-area.sticky .right-bar-icon ul > li.icon-bar > a:hover {
        color: #f20707e3;
    }

#rs-header.transparent-white-color .rs-sign-up-btn {
    margin-left: 70px;
}

    #rs-header.transparent-white-color .rs-sign-up-btn a {
        display: block;
        border-radius: 5px;
        background: #ffffff;
        color: #f20707e3;
        padding: 12px 30px;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        z-index: 10;
        border: 1px solid #f20707e3;
    }

        #rs-header.transparent-white-color .rs-sign-up-btn a:after {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 100%;
            content: '';
            border-radius: 5px;
            z-index: -1;
            background: #f20707e3;
            transition: 0.4s;
        }

        #rs-header.transparent-white-color .rs-sign-up-btn a:hover {
            color: #ffffff;
            background: #f20707e3;
        }

            #rs-header.transparent-white-color .rs-sign-up-btn a:hover:after {
                width: 100%;
            }

#rs-header.transparent-white-color .rs-quote-btn {
    margin-left: 40px;
}

    #rs-header.transparent-white-color .rs-quote-btn a {
        background-color: #f20707e3;
    }

        #rs-header.transparent-white-color .rs-quote-btn a:after {
            background: #3d42d1;
        }

        #rs-header.transparent-white-color .rs-quote-btn a:hover:after {
            width: 100%;
        }

#rs-header.transparent-white-color .toolbar-area .toolbar-contact ul li i,
#rs-header.transparent-white-color .toolbar-area .toolbar-sl-share ul li a,
#rs-header.transparent-white-color .toolbar-area .toolbar-contact ul li a {
    color: #ffffff;
}

    #rs-header.transparent-white-color .toolbar-area .toolbar-contact ul li i:hover,
    #rs-header.transparent-white-color .toolbar-area .toolbar-sl-share ul li a:hover,
    #rs-header.transparent-white-color .toolbar-area .toolbar-contact ul li a:hover {
        color: #f20707e3;
    }

#rs-header.inner-page-header .toolbar-area {
    border-color: #2f3cbb;
}

    #rs-header.inner-page-header .toolbar-area .toolbar-contact ul li,
    #rs-header.inner-page-header .toolbar-area .toolbar-contact ul li a,
    #rs-header.inner-page-header .toolbar-area .toolbar-sl-share ul li a {
        color: #fff;
    }

        #rs-header.inner-page-header .toolbar-area .toolbar-contact ul li a:hover,
        #rs-header.inner-page-header .toolbar-area .toolbar-sl-share ul li a:hover {
            color: #cccccc;
        }

#rs-header.inner-page-header .menu-area .rs-menu ul.nav-menu > li > a,
#rs-header.inner-page-header .menu-area .right-bar-icon ul > li.icon-bar > a {
    color: #fff;
}

    #rs-header.inner-page-header .menu-area .right-bar-icon ul > li.icon-bar > a:hover,
    #rs-header.inner-page-header .menu-area .rs-menu ul.nav-menu > li:hover > a,
    #rs-header.inner-page-header .menu-area .rs-menu ul li.current-menu-item > a {
        color: #cccccc;
    }

#rs-header .container-fluid {
    padding: 0 60px;
}

#rs-header.full-header .menu-area {
    padding: 15px 0;
}

#rev_slider_2 .rev-slidebg {
    width: 100%;
}
/*Chat CSS*/
li[hide] {
    display: none;
}

#chat-box {
    width: 275px;
    margin: 0;
}

.chat ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.message-left .message-time {
    display: block;
    font-size: 12px;
    text-align: left;
    padding-left: 30px;
    padding-top: 4px;
    color: #ccc;
}

.message-right .message-time {
    display: block;
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
    padding-top: 4px;
    color: #ccc;
}

.message-left {
    text-align: left;
    float: left;
    margin-bottom: 16px;
}

    .message-left .message-text {
        float: left;
        display: inline-block;
        background: #2547b7;
        padding: 15px;
        font-size: 14px;
        color: #ffffff;
        border-radius: 10px;
        font-weight: 100;
        line-height: 1.5em;
        margin-left: 15px !important;
        position: relative;
    }

        .message-left .message-text:after {
            content: "";
            position: absolute;
            border-right: 10px solid #2547b7;
            border-bottom: 10px solid #2547b7;
            border-top: 10px solid transparent;
            border-left: 10px solid transparent;
            top: 3px;
            left: -15px;
        }

.message-right {
    text-align: right;
    float: right;
    margin-bottom: 16px;
}

    .message-right .message-text {
        display: inline-block;
        background: #f20707e3;
        padding: 15px;
        font-size: 14px;
        color: #101010;
        border-radius: 10px;
        line-height: 1.5em;
        font-weight: 100;
        text-align: left;
        margin-right: 15px !important;
        position: relative;
    }

        .message-right .message-text:after {
            content: "";
            position: absolute;
            border-left: 10px solid #f20707e3;
            border-bottom: 10px solid #f20707e3;
            border-top: 10px solid transparent;
            border-right: 10px solid transparent;
            top: 3px;
            right: -15px;
        }

.chat {
    padding: 70px 30px;
    background: url(images/banner/phone.html);
    background-position: center center;
    background-repeat: no-repeat;
}

.chat-container {
    height: 400px;
    overflow: hidden;
}

.spinme-right {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 30px;
    line-height: 1.25em;
    font-weight: 100;
    opacity: 0.2;
    width: 100%;
}

    .spinme-right .spinner {
        float: right;
    }

.spinner {
    width: 40px;
    height: 40px;
    margin: -19px 0 0 -21px;
    background-color: #f20707e3;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinme-left {
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
    color: #ccc;
    border-radius: 30px;
    line-height: 1.25em;
    font-weight: 100;
    opacity: 0.2;
}

.spinner {
    margin: 0;
    width: 30px;
    text-align: center;
}

    .spinner > div {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        background: #000000;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.spinner {
    width: 40px;
    height: 40px;
    margin: -19px 0 0 -21px;
    background-color: #f20707e3;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
/*-----------------------------------------------
    04. Banner Section Css
-----------------------------------------------*/
.rs-banner .form-message,
.rs-banner .banner-title {
    color: #fff;
}

.rs-banner .dual-btn li {
    display: inline-block;
    padding: 0 13px;
}

.rs-banner form button,
.rs-banner form input {
    border: none;
    border-radius: 3px;
    height: 55px;
}

    .rs-banner form input[type='email'] {
        padding: 15px;
        background: rgba(255, 209, 0, 0.2);
        width: 340px;
        margin-right: 5px;
        color: #fff;
    }

.rs-banner form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}

.rs-banner form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.rs-banner form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1;
}

.rs-banner form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

.rs-banner form button {
    width: 130px;
    text-align: center !important;
    color: #101010;
    background-color: #f20707e3;
    cursor: pointer;
    transition: all 0.5s ease 0s !important;
    text-transform: uppercase;
    font-weight: 500;
}

    .rs-banner form button:hover {
        opacity: 0.8;
    }

.rs-banner .chatbox-img {
    position: relative;
}

    .rs-banner .chatbox-img .chat-txt {
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
        color: #ffffff;
    }

    .rs-banner .chatbox-img .chat-txt2 {
        position: absolute;
        left: 135px;
        top: 50%;
        transform: translateY(-50%);
        color: #101010;
    }
/*-----------------------------------------------
    05. Blog Section Css
-----------------------------------------------*/
.rs-blog {
    padding-bottom: 95px;
}

    .rs-blog .item {
        padding: 0 15px 30px;
    }

        .rs-blog .item .single-blog-slide {
            position: relative;
            -webkit-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
            -moz-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
            -o-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.06);
        }

            .rs-blog .item .single-blog-slide .blog-image {
                position: relative;
                overflow: hidden;
            }

                .rs-blog .item .single-blog-slide .blog-image img {
                    border-radius: 5px;
                    height: 300px;
                }

                .rs-blog .item .single-blog-slide .blog-image .date-meta {
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 80px;
                    height: 80px;
                    background: #ed2e34;
                    color: #ffffff;
                    text-align: center;
                    z-index: 99;
                    padding-top: 16px;
                }

                    .rs-blog .item .single-blog-slide .blog-image .date-meta span {
                        display: block;
                        font-size: 34px;
                        line-height: 1;
                    }

            .rs-blog .item .single-blog-slide .blog-informations {
                padding: 24px 40px 20px;
                background-color: #fff;
            }

                .rs-blog .item .single-blog-slide .blog-informations ul {
                    list-style: none;
                    border-top: 1px solid #f1f1f1;
                    padding-top: 15px;
                }

                    .rs-blog .item .single-blog-slide .blog-informations ul li {
                        display: inline-block;
                        margin-right: 15px;
                    }

                        .rs-blog .item .single-blog-slide .blog-informations ul li:last-child {
                            margin-right: 0;
                        }

                        .rs-blog .item .single-blog-slide .blog-informations ul li i {
                            color: #f03437;
                            margin-right: 10px;
                            font-weight: 700;
                        }

                    .rs-blog .item .single-blog-slide .blog-informations ul.border-0 {
                        padding-top: 4px;
                    }

                .rs-blog .item .single-blog-slide .blog-informations .bl-title {
                    margin-bottom: 23px;
                }

                    .rs-blog .item .single-blog-slide .blog-informations .bl-title a {
                        color: #101010;
                    }

                        .rs-blog .item .single-blog-slide .blog-informations .bl-title a:hover {
                            color: #f20707e3;
                        }

    .rs-blog.blog-details .blog-content .categories li {
        display: inline;
    }

        .rs-blog.blog-details .blog-content .categories li a {
            font-weight: 300;
            color: #666666;
        }

            .rs-blog.blog-details .blog-content .categories li a:hover {
                color: #f20707e3;
            }

        .rs-blog.blog-details .blog-content .categories li:after {
            content: ",";
        }

        .rs-blog.blog-details .blog-content .categories li:last-child:after {
            content: unset;
        }

    .rs-blog.blog-details .blog-content .quote-blog {
        color: #222222;
        font-size: 17px;
        border-left: 5px solid #d4d4d4;
        padding-left: 28px;
    }

    .rs-blog.blog-details .blog-content .tags span {
        margin-right: 20px;
    }

    .rs-blog.blog-details .blog-content .tags a {
        display: inline-block;
        background: #ededed;
        border-radius: 3px;
        padding: 2px 20px;
        font-weight: 500;
        color: #101010;
        margin-right: 10px;
    }

        .rs-blog.blog-details .blog-content .tags a:hover {
            background: #f20707e3;
            color: #ffffff;
        }

    .rs-blog.blog-details .blog-content .post-author {
        display: flex;
        align-items: center;
        background: #f3f3f3;
        border-radius: 5px;
        padding: 42px 45px 40px;
    }

        .rs-blog.blog-details .blog-content .post-author .avatar {
            margin-right: 20px;
        }

        .rs-blog.blog-details .blog-content .post-author .info .name {
            margin: 0;
            color: #101010;
            transition: all 0.5s ease 0s;
        }

        .rs-blog.blog-details .blog-content .post-author .info .designation {
            font-weight: 300;
            color: #666666;
            font-size: 14px;
        }

        .rs-blog.blog-details .blog-content .post-author:hover .info .name {
            color: #f20707e3;
        }

    .rs-blog.blog-details .blog-content .post-nav {
        display: flex;
        padding: 28px 40px;
        border-radius: 5px;
        border: 2px solid #eeeeee;
    }

        .rs-blog.blog-details .blog-content .post-nav .controller {
            padding-top: 26px;
            padding-bottom: 22px;
            border-right: 1px solid #eee;
        }

            .rs-blog.blog-details .blog-content .post-nav .controller .title {
                margin-bottom: 5px;
            }

                .rs-blog.blog-details .blog-content .post-nav .controller .title a {
                    color: #101010;
                }

                    .rs-blog.blog-details .blog-content .post-nav .controller .title a:hover {
                        color: #f20707e3;
                    }

            .rs-blog.blog-details .blog-content .post-nav .controller .post-nav-link {
                color: #666666;
                font-weight: 600;
            }

                .rs-blog.blog-details .blog-content .post-nav .controller .post-nav-link i {
                    font-weight: normal;
                    position: relative;
                    top: 2px;
                }

                .rs-blog.blog-details .blog-content .post-nav .controller .post-nav-link:hover {
                    color: #f20707e3;
                }

            .rs-blog.blog-details .blog-content .post-nav .controller.prev-post {
                padding-right: 20px;
            }

                .rs-blog.blog-details .blog-content .post-nav .controller.prev-post i {
                    margin-right: 10px;
                }

            .rs-blog.blog-details .blog-content .post-nav .controller.next-post {
                text-align: right;
                padding-left: 20px;
                border: none;
            }

                .rs-blog.blog-details .blog-content .post-nav .controller.next-post i {
                    margin-left: 10px;
                }

    .rs-blog .sidebar .common {
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.07);
        padding: 40px 47px;
        border-radius: 4px;
    }

    .rs-blog .sidebar .widget-title {
        color: #101010;
    }

    .rs-blog .sidebar .search-wrap form {
        position: relative;
        overflow: hidden;
        border-radius: 4px;
    }

        .rs-blog .sidebar .search-wrap form [type=search] {
            border: 1px solid #ececec;
            color: #444444;
            padding: 14px 20px;
            width: 100%;
            font-weight: 300;
            outline: none;
        }

        .rs-blog .sidebar .search-wrap form ::-webkit-input-placeholder {
            color: #444;
        }

        .rs-blog .sidebar .search-wrap form ::-ms-input-placeholder {
            color: #444;
        }

        .rs-blog .sidebar .search-wrap form ::placeholder {
            color: #444;
        }

        .rs-blog .sidebar .search-wrap form button {
            background: transparent;
            border: medium none;
            color: #101010;
            position: absolute;
            display: block;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 100%;
            padding: 0 20px;
            font-size: 20px;
            cursor: pointer;
            transition: all 0.5s ease 0s;
            outline: none;
        }

            .rs-blog .sidebar .search-wrap form button:hover {
                background: #f20707e3;
                color: #ffffff;
            }

    .rs-blog .sidebar .recent-post .recent-post-widget {
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .rs-blog .sidebar .recent-post .recent-post-widget .post-img {
            width: 100px;
        }

            .rs-blog .sidebar .recent-post .recent-post-widget .post-img img {
                width: 100%;
                border-radius: 3px;
            }

        .rs-blog .sidebar .recent-post .recent-post-widget .post-desc {
            padding-left: 25px;
        }

            .rs-blog .sidebar .recent-post .recent-post-widget .post-desc a {
                color: #101010;
                font-weight: 500;
                font-size: 16px !important;
            }

                .rs-blog .sidebar .recent-post .recent-post-widget .post-desc a:hover {
                    color: #f20707e3;
                }

            .rs-blog .sidebar .recent-post .recent-post-widget .post-desc .date {
                font-size: 14px;
                color: #666666;
                font-weight: 300;
                display: block;
            }

                .rs-blog .sidebar .recent-post .recent-post-widget .post-desc .date i {
                    font-size: 12px;
                    line-height: 12px;
                    color: #666666;
                    font-weight: 400;
                }

        .rs-blog .sidebar .recent-post .recent-post-widget:last-child {
            margin: 0;
            padding: 0;
            border: none;
        }

    .rs-blog .sidebar .categories li {
        margin-bottom: 8px;
    }

        .rs-blog .sidebar .categories li a {
            position: relative;
            color: #101010;
            font-weight: 500;
            padding-right: 30px;
        }
            /* .rs-blog .sidebar .categories li a:after {
  font-family: Flaticon;
  content: "\f151";
  position: absolute;
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  right: 0;
} */
            .rs-blog .sidebar .categories li a:hover {
                color: #f20707e3;
                padding-right: 35px;
            }

        .rs-blog .sidebar .categories li:last-child {
            margin: 0;
        }
/*-----------------------------------------------
    06. Services Section Css
-----------------------------------------------*/
.rs-services .single-services {
    box-shadow: 3px 3px 0px #0000008f;
    padding: 20px 0px;
    transition: all 0.5s ease 0s;
}

    .rs-services .single-services .service-icon {
        margin-bottom: 25px;
    }

    .rs-services .single-services .service-text .service-title {
        margin-bottom: 15px;
    }

        .rs-services .single-services .service-text .service-title a {
            color: #101010;
        }

            .rs-services .single-services .service-text .service-title a:hover {
                color: #f20707e3;
            }

    .rs-services .single-services .service-text .service-desc {
        margin-bottom: 35px;
    }

    .rs-services .single-services .service-btn a {
        color: #101010;
    }

        .rs-services .single-services .service-btn a i:before {
            font-size: 30px;
        }

        .rs-services .single-services .service-btn a:hover {
            color: #f20707e3;
        }

    .rs-services .single-services:hover {
        box-shadow: 10px 10px 20px rgba(38, 59, 94, 0.1);
    }
/*-----------------------------------------------
    07. About Section Css
-----------------------------------------------*/
.rs-about .about-img {
    position: relative;
}

    .rs-about .about-img .img-shape {
        position: absolute;
    }

        .rs-about .about-img .img-shape.msg1 {
            left: 0;
            top: 95px;
        }

        .rs-about .about-img .img-shape.msg2 {
            left: 120px;
            top: 0;
        }

        .rs-about .about-img .img-shape.msg3 {
            right: 50px;
            top: 0;
        }

        .rs-about .about-img .img-shape.shape1 {
            left: 85px;
            bottom: 140px;
        }

        .rs-about .about-img .img-shape.shape2 {
            top: 85px;
            right: 130px;
        }

        .rs-about .about-img .img-shape.shape3 {
            top: 137px;
            right: 115px;
        }

        .rs-about .about-img .img-shape.shape4 {
            top: 0;
            right: 50%;
        }

        .rs-about .about-img .img-shape.shape5 {
            top: 50%;
            right: 200px;
            transform: translateY(-50%);
        }

        .rs-about .about-img .img-shape.shape6 {
            bottom: 100px;
            right: 215px;
            padding: 12px;
            background: #2547b7;
            border-radius: 10px;
            z-index: 2;
        }

        .rs-about .about-img .img-shape.phone {
            bottom: 35px;
            left: 245px;
            z-index: 1;
        }

        .rs-about .about-img .img-shape.lady {
            bottom: 36px;
            left: 105px;
            z-index: 2;
        }
/*-----------------------------------------------
    08. Testimonial Section Css
-----------------------------------------------*/
.rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list {
    max-height: 455px;
    padding: 30px 0px;
}

    .rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list .item {
        margin: 50px 0;
        max-width: 100%;
    }

        .rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list .item img {
            border-radius: 100%;
            float: right;
            opacity: 0.5;
            transition: all 0.5s ease 0s;
            cursor: pointer;
            height: 80px;
            width: 80px;
        }

            .rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list .item img:hover {
                opacity: 1;
            }

        .rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list .item.slick-center {
            margin: 0;
        }

            .rs-testimonial .testimonial-vertical-carousel .slider-nav .slick-list .item.slick-center img {
                float: left;
                opacity: 1;
            }

.rs-testimonial .testimonial-vertical-carousel .slider-for {
    margin-left: 65px;
    background: url(images/testimonial/circle-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0 125px;
    position: relative;
}

    .rs-testimonial .testimonial-vertical-carousel .slider-for .item .author-img img {
        border-radius: 100%;
        margin: 0 auto;
        height: 100px;
        width: 100px;
    }

    .rs-testimonial .testimonial-vertical-carousel .slider-for .item .author-desc {
        position: relative;
        padding: 45px 0;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        max-width: 435px;
        margin: 0 auto;
    }

    .rs-testimonial .testimonial-vertical-carousel .slider-for .item .author-info {
        text-align: center;
    }

        .rs-testimonial .testimonial-vertical-carousel .slider-for .item .author-info .name {
            font-size: 18px;
            margin: 0;
        }

    .rs-testimonial .testimonial-vertical-carousel .slider-for:before {
        content: '\f117';
        font-family: Flaticon;
        font-size: 115px;
        line-height: 1;
        color: #f20707e3;
        opacity: 0.2;
        transform: rotate(180deg);
        position: absolute;
        top: 0;
        left: 0;
    }

    .rs-testimonial .testimonial-vertical-carousel .slider-for:after {
        content: '';
        background: url(images/testimonial/small-circle.html);
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
        height: 125px;
        width: 125px;
        animation: zoom 2.75s infinite alternate;
        -webkit-animation: zoom 2.75s infinite alternate;
        -moz-animation: zoom 2.75s infinite alternate;
        -o-animation: zoom 2.75s infinite alternate;
    }
/* ------------------------------------
   09.Partner Section CSS
---------------------------------------*/
.rs-partner .partner-top .single-partner {
    width: 20%;
    float: left;
    text-align: center !important;
}

.rs-partner .partner-bottom {
    max-width: 80%;
    margin: 0 auto;
}

    .rs-partner .partner-bottom .single-partner {
        width: 25%;
        float: left;
        text-align: center !important;
    }
/*-----------------------------------------------
    10. Contact Section Css
-----------------------------------------------*/
.rs-contact {
    background: #f9f9f9;
}

    .rs-contact .contact-form input,
    .rs-contact .contact-form textarea {
        width: 100%;
        border: none;
        padding: 10px 15px;
        outline: none;
        border-radius: 5px;
        margin-bottom: 30px;
    }

    .rs-contact .contact-form textarea {
        height: 150px;
        display: inherit;
    }

    .rs-contact .contact-form button {
        border: none;
        cursor: pointer;
    }

    .rs-contact .contact-form ::placeholder {
        color: #999999;
    }

    .rs-contact .contact-form ::-webkit-input-placeholder {
        color: #999999;
    }

    .rs-contact .contact-form :-ms-input-placeholder {
        color: #999999;
    }

    .rs-contact .content-part .contact-info .info {
        display: flex;
    }

        .rs-contact .content-part .contact-info .info .icon-part {
            margin-right: 15px;
        }

            .rs-contact .content-part .contact-info .info .icon-part i {
                font-size: 30px;
                margin-top: 3px;
                color: #f20707e3;
            }

                .rs-contact .content-part .contact-info .info .icon-part i.fa-map-marker {
                    margin-top: 5px;
                }

                .rs-contact .content-part .contact-info .info .icon-part i.fa-mobile {
                    font-size: 35px;
                }

                .rs-contact .content-part .contact-info .info .icon-part i.fa-envelope-o {
                    font-size: 20px;
                }

        .rs-contact .content-part .contact-info .info .content a {
            color: #666666;
        }

            .rs-contact .content-part .contact-info .info .content a:hover {
                color: #f20707e3;
            }

        .rs-contact .content-part .contact-info .info .content.width {
            max-width: 267px;
        }

    .rs-contact .content-part ul.social-links li {
        display: inline;
        margin-right: 10px;
    }

        .rs-contact .content-part ul.social-links li a {
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 53px;
            border-radius: 100%;
            display: inline-block;
            background: #f20707e3;
            font-size: 16px;
            color: #ffffff;
        }

            .rs-contact .content-part ul.social-links li a:hover {
                background: #2547b7;
                color: #ffffff;
            }

        .rs-contact .content-part ul.social-links li:last-child {
            margin: 0;
        }

    .rs-contact .contact-map iframe {
        float: left;
        width: 100%;
        height: 460px;
        border: none;
    }
/* -----------------------
    11. Footer Section CSS
--------------------------*/
.rs-footer {
    position: relative;
    background-color: #f9f9ff;
    background: url(images/bg/footer-bg.html);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    box-shadow: 0px 0px 3px 0px;
}

    .rs-footer .footer-top {
        padding-bottom: 90px;
    }

    .rs-footer .contact-info .info {
        display: flex;
        align-items: center;
    }

        .rs-footer .contact-info .info .icon-part {
            margin-right: 25px;
        }

            .rs-footer .contact-info .info .icon-part i {
                font-size: 18px;
                color: #fff;
                width: 35px;
                height: 35px;
                text-align: center;
                line-height: 35px;
                border-radius: 50px;
                background: #f20707e3;
                box-shadow: 0 0 12px #ccc;
            }

                .rs-footer .contact-info .info .icon-part i.fa-envelope-o {
                    font-size: 20px;
                }

        .rs-footer .contact-info .info .content a {
            color: #666666;
            font-size: 16px;
        }

            .rs-footer .contact-info .info .content a:hover {
                color: #f20707e3;
            }

        .rs-footer .contact-info .info .content.width {
            max-width: 267px;
        }

    .rs-footer .footer-widget .footer-services li {
        margin-bottom: 10px;
    }

        .rs-footer .footer-widget .footer-services li a {
            color: #666666;
        }

            .rs-footer .footer-widget .footer-services li a:hover {
                color: #f20707e3;
            }

        .rs-footer .footer-widget .footer-services li:last-child {
            margin-bottom: 0;
        }

    .rs-footer .footer-widget .social-links li {
        display: inline-block;
        font-size: 20px;
    }

        .rs-footer .footer-widget .social-links li a {
            color: #fff;
            background-color: #f20707e3;
            padding: 6px 11px;
            width: 37px;
            height: 37px;
            border-radius: 100%;
            display: block;
            transition: all 0.7s ease 0s;
        }

            .rs-footer .footer-widget .social-links li a:hover {
                color: #fff;
            }

        .rs-footer .footer-widget .social-links li:last-child {
            margin-right: 0;
        }

    .rs-footer .footer-widget .footer-logo {
        margin-bottom: 30px;
    }

    .rs-footer .footer-widget .footer-title {
        margin-bottom: 30px;
        position: relative;
        text-transform: uppercase;
        line-height: 26px;
        font-size: 20px;
        z-index: 1;
        font-weight: 600;
    }

    .rs-footer .footer-widget .copyright p {
        margin: 0;
        font-size: 14px;
        text-transform: capitalize;
    }

    .rs-footer .footer-widget .copyright p,
    .rs-footer .footer-widget .copyright a {
        color: #666666;
    }

        .rs-footer .footer-widget .copyright a:hover {
            color: #f20707e3;
        }

    .rs-footer .footer-widget .address-widget p {
        margin-bottom: 5px;
        line-height: 35px;
    }

    .rs-footer .footer-widget .address-widget li {
        margin-bottom: 7px;
    }

        .rs-footer .footer-widget .address-widget li a {
            color: #666666;
        }

            .rs-footer .footer-widget .address-widget li a:hover {
                color: #f20707e3;
            }

        .rs-footer .footer-widget .address-widget li:last-child {
            margin-bottom: 0;
        }

    .rs-footer .footer-bottom {
        padding: 50px 0 30px;
    }

    .rs-footer .footer-form {
        background: #fff;
        border-radius: 30px 30px 30px 30px;
        position: relative;
        max-width: 356px;
        outline: unset;
    }

        .rs-footer .footer-form .form-input {
            border: none;
            border-radius: 5px;
            padding: 0 100px 0 30px;
            box-shadow: 0px 0px 2px 0px;
            height: 50px;
            line-height: 50px;
            background: #fff;
            color: #666666;
            outline: none;
            width: 100%;
        }

            .rs-footer .footer-form .form-input ::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #666666;
            }

            .rs-footer .footer-form .form-input ::-moz-placeholder {
                /* Firefox 19+ */
                color: #666666;
            }

            .rs-footer .footer-form .form-input :-ms-input-placeholder {
                /* IE 10+ */
                color: #666666;
            }

            .rs-footer .footer-form .form-input :-moz-placeholder {
                /* Firefox 18- */
                color: #666666;
            }

        .rs-footer .footer-form .form-button {
            position: absolute;
            border-radius: 0 5px 5px 0;
            top: 0;
            right: 0;
            background: #f20707e3;
            color: #ffffff;
            height: 50px;
            line-height: 50px;
            width: 70px;
            border: none;
            outline: none;
            cursor: pointer;
            transition: all 0.5s ease 0s;
        }

            .rs-footer .footer-form .form-button i {
                padding-top: 12px;
                font-size: 24px;
                color: #666666;
            }

            .rs-footer .footer-form .form-button:hover {
                opacity: 0.6;
            }

    .rs-footer .copyright a {
        color: #2547b7;
    }

        .rs-footer .copyright a:hover {
            color: #f20707e3;
        }

    .rs-footer ul.download-links {
        padding-top: 30px;
    }

        .rs-footer ul.download-links li {
            display: inline-block;
            margin-right: 10px;
        }

            .rs-footer ul.download-links li a {
                display: inline-block;
            }

                .rs-footer ul.download-links li a img {
                    max-width: 110px;
                    border-radius: 5px;
                    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
                    transition: all 0.5s ease 0s;
                }

                .rs-footer ul.download-links li a:hover img {
                    opacity: 0.8;
                }

            .rs-footer ul.download-links li:last-child {
                margin: 0;
            }
/* -----------------------
   12. Scroll Up CSS
--------------------------*/
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}

    #scrollUp i {
        background: #f20707e3;
        border-radius: 50%;
        height: 40px;
        font-size: 24px;
        font-weight: 600;
        width: 42px;
        color: #fff;
        line-height: 36px;
        transition: all 0.5s ease 0s;
        margin-left: 2px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    }

        #scrollUp i:hover {
            background-color: #f4b762;
        }
/* ------------------------------------
    13. Preloader CSS
---------------------------------------*/
#tekhub-load {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0;
    top: 0;
    background: #fff;
}

.loader-new {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#loader-1:after,
#loader-1:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 6px solid transparent;
    border-top-color: #f20707e3;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1.5s infinite;
}

#loader-1:after {
    border: 6px solid #2547b7;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header-top.bg-gray {
    background-color: #0d3666;
}

.social-link a {
    margin: 7px;
    color: #fff;
}

.social_color {
    color: #fff;
}

.color_white {
    color: #fff;
}

.side-forms {
    background-color: #f2f2f2;
    padding: 35px 25px;
    border-radius: 6px;
}

.btn-yellow {
    background-color: #000;
    color: #fff;
    padding: 7px 30px;
    border-radius: 2px;
    outline: none;
}

.btn_igs_banner {
    background-color: #fff;
    color: #000;
    padding: 13px 40px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
    /* .btn-yellow:hover {
  background-color: #eb3235;
} */

    .btn_igs_banner:hover {
        background-color: #f20707e3;
        color: #fff;
    }

.home_testimonials {
    background: #f8f8f8;
}

.bg_igs_color {
    background-color: #f2f2f2;
}

.rs-services .single-services {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
}


/*-----------------------------------------------
    10. Features Seatures Section Css
-----------------------------------------------*/
.rs-features .features-wrap {
    position: relative;
}

    .rs-features .features-wrap .features-inner {
        position: relative;
    }

        .rs-features .features-wrap .features-inner .number {
            width: 80px;
            height: 80px;
            line-height: 80px;
            font-weight: 700;
            font-size: 30px;
            text-align: center;
            margin: -40px auto 0;
            color: #ffffff;
            border-radius: 100%;
            background: #fca719;
        }

        .rs-features .features-wrap .features-inner .features {
            text-align: center;
            padding: 30px 30px 40px;
            background: #ffffff;
            box-shadow: 0px 2px 6px 0px #111111;
        }

            .rs-features .features-wrap .features-inner .features .icon-part {
                margin-bottom: 25px;
            }

                .rs-features .features-wrap .features-inner .features .icon-part i {
                    font-size: 60px;
                    line-height: 1;
                    color: #fca719;
                    transition: all 0.3s ease 0s;
                }

                    .rs-features .features-wrap .features-inner .features .icon-part i:before {
                        font-size: 60px;
                    }

            .rs-features .features-wrap .features-inner .features .title {
                margin-bottom: 15px;
            }

                .rs-features .features-wrap .features-inner .features .title a {
                    color: #101010;
                    transition: all 0.3s ease 0s;
                }

                    .rs-features .features-wrap .features-inner .features .title a:hover {
                        color: #fca719;
                    }

            .rs-features .features-wrap .features-inner .features:hover .icon-part i {
                color: #101010;
            }

        .rs-features .features-wrap .features-inner:after {
            position: absolute;
            content: '';
            left: 50%;
            top: 0;
            height: 50%;
            border: 1px dashed #fca719;
            z-index: -1;
        }

    .rs-features .features-wrap:before {
        position: absolute;
        content: '';
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        width: 90%;
        margin: 0 auto;
        opacity: 0.10;
        border-top: 3px solid #fca719;
    }

.color1 {
    color: #fca719 !important;
}

.color2 {
    color: #25aae3 !important;
}

.color3 {
    color: #b3ca34 !important;
}

.color4 {
    color: #ef4023 !important;
}

.color5 {
    color: #ffd401 !important;
}

.color6 {
    color: #03b5a5 !important;
}

.color7 {
    color: #93268f !important;
}

.color8 {
    color: #313245 !important;
}

.bgcolor1 {
    background: #fca719 !important;
}

.bgcolor2 {
    background: #25aae3 !important;
}

.bgcolor3 {
    background: #b3ca34 !important;
}

.bgcolor4 {
    background: #ef4023 !important;
}

.bgcolor5 {
    background: #ffd401 !important;
}

.bgcolor6 {
    background: #03b5a5 !important;
}

.bgcolor7 {
    background: #93268f !important;
}

.bgcolor8 {
    background: #313245 !important;
}

.colors1.features-inner:after {
    border-color: #fca719 !important;
}

.colors1 .icon-part i {
    color: #fca719 !important;
}

.colors2.features-inner:after {
    border-color: #25aae3 !important;
}

.colors2 .icon-part i {
    color: #25aae3 !important;
}

.colors3.features-inner:after {
    border-color: #b3ca34 !important;
}

.colors3 .icon-part i {
    color: #b3ca34 !important;
}

.colors4.features-inner:after {
    border-color: #ef4023 !important;
}

.colors4 .icon-part i {
    color: #ef4023 !important;
}

/*-----------------------------------------------
    07. Services Section CSS
-----------------------------------------------*/
.rs-services .single-service {
    display: flex;
    align-items: center;
}

    .rs-services .single-service .service-icon {
        position: relative;
        float: left;
        margin-right: 30px;
    }

        .rs-services .single-service .service-icon i {
            display: inline-block;
            text-align: center;
            padding: 10px;
            color: #04b7e4;
            border: 2px solid #00163f;
        }

            .rs-services .single-service .service-icon i:before {
                font-size: 46px;
            }

        .rs-services .single-service .service-icon:before,
        .rs-services .single-service .service-icon:after {
            content: '';
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            height: 2px;
            width: 40px;
            background: #00163f;
        }

        .rs-services .single-service .service-icon:after {
            top: unset;
            bottom: -15px;
        }

        .rs-services .single-service .service-icon.vertical-line:before,
        .rs-services .single-service .service-icon.vertical-line:after {
            width: 2px;
            height: 40px;
            top: -55px;
        }

        .rs-services .single-service .service-icon.vertical-line:after {
            top: unset;
            bottom: -55px;
        }

    .rs-services .single-service .service-text .service-title {
        margin: 0 0 10px;
        font-size: 20px;
        font-weight: 600;
        color: #00163f;
    }

    .rs-services .single-service .service-text .service-txt {
        margin: 0 0 10px;
    }

.desc {
    margin-top: 25px;
}

.title_igs {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: -20px;
}

.title_igs_1 {
    font-size: 27px;
    font-weight: 500;
}

.background_igs {
    background-color: #fff;
}

    .background_igs:hover {
        background-color: #ef3538;
        color: #fff;
    }

.btn_coaching {
    /* background-color: #000; */
    border: 1px solid #000;
    color: #000;
    padding: 4px 20px;
    border-radius: 2px;
}

.service-paragraph {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

/*-----------------------------------------------
    15. Working Process Section Css
-----------------------------------------------*/
.rs-working-process .process-wrap {
    text-align: center;
    position: relative;
}

    .rs-working-process .process-wrap .number.one {
        /* right: 0px; */
    }

    .rs-working-process .process-wrap .number {
        font-size: 89px;
        font-weight: 700;
        position: absolute;
        color: #101010;
        opacity: 0.05;
        right: 0px;
        top: -8px;
    }


        .rs-working-process .process-wrap .number.four {
            right: -10px;
        }

    .rs-working-process .process-wrap .icon-part {
        width: 150px;
        height: 150px;
        line-height: 150px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0px 1px 2px 0px #1111117d;
    }

        .rs-working-process .process-wrap .icon-part img {
            max-width: 60px;
            margin-top: -30px;
        }

        .rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner {
            width: 300%;
        }

            .rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner .wave.waveone {
                animation: move_wave 20s linear infinite;
                background-size: 50% 58px;
            }

            .rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner .wave.wavetwo {
                animation: move_wave 15s linear infinite;
                background-size: 50% 66px;
            }

    .rs-working-process .process-wrap .line {
        height: 100px;
        position: relative;
    }

        .rs-working-process .process-wrap .line:after {
            position: absolute;
            height: 100%;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            content: '';
            border: 1px dashed #fca719;
        }

    .rs-working-process .process-wrap .title {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }

    .rs-working-process .process-wrap .mark-img {
        position: absolute;
        content: '';
        transform: rotate(10deg);
        right: -99px;
        top: 48%;
    }

        .rs-working-process .process-wrap .mark-img.down {
            top: 26%;
            transform: rotate(-11deg);
            right: -121px;
        }

.rs-working-process .shape img {
    position: absolute;
    right: 0;
    top: -210px;
    z-index: -1;
}

/* Wave Animation */
.wave-wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

    .wave-wrap .wave-inner {
        position: absolute;
        width: 100%;
        overflow: hidden;
        height: 100%;
        bottom: -1px;
    }

        .wave-wrap .wave-inner .wave {
            position: absolute;
            left: 0;
            width: 200%;
            height: 100%;
            background-repeat: repeat no-repeat;
            background-position: 0 bottom;
            transform-origin: center bottom;
        }

            .wave-wrap .wave-inner .wave.waveone {
                animation: move_wave 25s linear infinite;
                background-size: 50% 132px;
                background-image: url(images/shape/waveone.html);
            }

            .wave-wrap .wave-inner .wave.wavetwo {
                animation: move_wave 30s linear infinite;
                background-size: 50% 132px;
                background-image: url(images/shape/wavetwo.html);
            }

        .wave-wrap .wave-inner.bgone {
            z-index: 2;
            opacity: 0.60;
        }

        .wave-wrap .wave-inner.bgtwo {
            z-index: 1;
            opacity: 0.70;
        }

.background_color_footer {
    background-color: #000000ed;
    color: #fff;
}

.font_weight_exam {
    font-weight: 600;
}

.ssc_title {
    font-weight: 600;
}

/* .bg_img_size{

  padding:20px 30px;
  border-radius: 5px 20px 5px 20px;
    background-position: revert;
    background-repeat: no-repeat;
} */

.bg_img_size {
    padding: 20px 30px;
    border-radius: 5px 20px 5px 20px;
    background-position: revert;
    background-repeat: no-repeat;
    border: 2px dashed #000;
}

/* ------------------------------------
    06. Counter Section CSS
-------------------------------------*/
.rs-counter .counter-part .counter-text .rs-count {
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 20px;
}

    .rs-counter .counter-part .counter-text .rs-count:after {
        content: '';
        margin-left: 5px;
    }

    .rs-counter .counter-part .counter-text .rs-count.plus:after {
        content: '+';
    }

    .rs-counter .counter-part .counter-text .rs-count.k:after {
        content: 'k';
        font-size: 30px;
    }

.rs-counter .counter-part .counter-text .counter-txt {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

/* ------------------------------------
    17. Shop Page
-------------------------------------*/
.rs-shop .product-grid .shop-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #f8f8f8;
    box-shadow: 0px 0px 3px 0px;
}

    .rs-shop .product-grid .shop-item .icon-area {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '';
        z-index: 1;
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

        .rs-shop .product-grid .shop-item .icon-area ul li {
            display: inline;
        }

            .rs-shop .product-grid .shop-item .icon-area ul li i {
                width: 30px;
                height: 30px;
                line-height: 30px;
                border: 1px solid #ffffff;
                color: #ffffff;
                transition: all 0.5s ease 0s;
                text-align: center;
            }

                .rs-shop .product-grid .shop-item .icon-area ul li i:hover {
                    border-color: #04b7e4;
                    color: #04b7e4;
                }

    .rs-shop .product-grid .shop-item:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        background: rgb(237 49 53);
        transition: all 0.5s ease 0s;
    }



.rs-shop .product-grid .shop-content {
    text-align: center;
    background: #fbfbfb;
    padding: 30px 10px 35px 10px;
    box-shadow: 0px 0px 2px 0px;
}

    .rs-shop .product-grid .shop-content h4.title {
        margin-bottom: 10px;
    }

    .rs-shop .product-grid .shop-content span.price {
        display: block;
        margin-bottom: 11px;
        font-weight: 700;
        color: #04b7e4;
    }

        .rs-shop .product-grid .shop-content span.price del {
            opacity: .4;
            margin-right: 5px;
        }

    .rs-shop .product-grid .shop-content a.readon {
        padding: 11px 32px;
        width: unset;
        text-transform: uppercase;
        font-weight: 600;
        border: 1px solid #04b7e4;
    }

.rs-shop .product-grid:hover .shop-item:after {
    opacity: 1;
}

.rs-shop .product-grid:hover .shop-item .icon-area {
    opacity: 1;
}

.rs-shop .product-grid:hover .shop-content a.readon {
    background: transparent;
    color: #101010;
}

    .rs-shop .product-grid:hover .shop-content a.readon:hover {
        color: #04b7e4;
    }

.rs-shop .product-grid.offer-product {
    position: relative;
}

    .rs-shop .product-grid.offer-product:after {
        position: absolute;
        content: "Sale!";
        top: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-weight: 600;
        border-radius: 50%;
        text-align: center;
        background: #04b7e4;
        color: #ffffff;
        z-index: 1;
    }

.rs-shop .rp-title {
    margin-top: 65px;
    font-weight: 700;
    margin-bottom: 30px;
}

.rs-shop .bullet {
    text-align: center;
    margin-top: 25px;
}

    .rs-shop .bullet ul li {
        display: inline;
        margin-right: 10px;
    }

        .rs-shop .bullet ul li a {
            border-radius: 50%;
            background: transparent;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            display: inline-block;
            color: #101010;
        }

        .rs-shop .bullet ul li:last-child {
            margin-right: 0;
        }

        .rs-shop .bullet ul li.active a {
            background: #04b7e4;
            color: #ffffff;
        }

        .rs-shop .bullet ul li:hover a {
            background: #04b7e4;
            color: #ffffff;
        }

.title_width {
    color: #fff;
    font-size: 16px;
    width: 250px;
    overflow: hidden;
    height: 50px;
}

    .title_width:hover {
        color: white !imprtant;
    }

.bg_image_coaching {
    background: #11111157 url(assets/images/banner/steam-contact.html) !important;
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
}

h4.service-title {
    color: #fff;
    font-size: 16px;
}

.star_width {
    max-width: 5%;
    height: 5%;
}

.star_alignment {
    display: contents;
}

.shop-item {
    height: 220px !important;
}

.img-part {
}

/* ------------------------------------
    05. Breadcrumbs CSS
-------------------------------------*/
.rs-breadcrumbs .breadcrumbs-wrap {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 7px 0px;
}

    .rs-breadcrumbs .breadcrumbs-wrap img {
        width: 100%;
    }

    .rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner {
        width: 100%;
        position: absolute;
        top: 70%;
        transform: translateY(-44%);
    }

        .rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text {
            text-align: center;
        }

            .rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-title {
                font-size: 40px;
                text-transform: capitalize;
                color: #00163f;
                font-weight: 600;
                margin: 0 0 15px;
            }

            .rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li {
                display: inline;
                color: #666666;
                font-size: 16px;
            }

                .rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li a {
                    color: #666666;
                }

                    .rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li a:hover {
                        opacity: 0.7;
                    }

                .rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li:after {
                    content: "><";
                    margin: 0 3px 0 7px;
                    color: #666666;
                }

                .rs-breadcrumbs .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .categories ul li:last-child:after {
                    content: unset;
                    margin: 0;
                }

.rs-breadcrumbs.blog-details .breadcrumbs-wrap > img {
    min-height: 400px;
}

.rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text {
    max-width: 955px;
    margin: 0 auto;
    text-align: center;
}

    .rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-bar .breadcrumbs-title {
        color: #00163f;
        font-size: 36px;
        line-height: 1.55;
        font-weight: 600;
    }

    .rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        padding-top: 100px;
    }

        .rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info {
            display: flex;
            align-items: center;
            z-index: 1;
            color: #374358;
            transition: 0.8s;
        }

            .rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info .name {
                margin-bottom: 0;
                font-size: 20px;
                color: #00163f;
            }

            .rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info .des {
                font-size: 16px;
                font-weight: 300;
            }

                .rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info .des a {
                    color: #00163f;
                }

                    .rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info .des a:hover {
                        color: #04b7e4;
                    }

            .rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info img {
                border-radius: 50%;
                max-width: 50px;
            }

            .rs-breadcrumbs.blog-details .breadcrumbs-wrap .breadcrumbs-inner .breadcrumbs-text .breadcrumbs-author .blog-author-info .author-details {
                margin-left: 16px;
                text-align: left;
            }

/*-----------------------------------------------
    13. Contact Section CSS
-----------------------------------------------*/
.rs-contact .info-wrap {
    background: url(images/contacts.html) no-repeat left top;
    padding: 100px 0 100px 0;
}

    .rs-contact .info-wrap .info-wrap-inner {
        padding: 40px 50px 44px;
        background: #ffffff;
        margin-left: 0px;
        box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
    }

        .rs-contact .info-wrap .info-wrap-inner .social-links {
            display: flex;
            flex-wrap: nowrap;
        }

            .rs-contact .info-wrap .info-wrap-inner .social-links li a {
                color: #04b7e4;
            }

    .rs-contact .info-wrap .title {
        font-size: 30px;
        line-height: 40px;
        color: #101010;
        padding-bottom: 13px;
        margin-bottom: 24px;
        position: relative;
    }

        .rs-contact .info-wrap .title:before {
            content: '';
            position: absolute;
            background: #04b7e4;
            height: 2px;
            width: 80px;
            left: 0;
            bottom: 0px;
            display: block;
            z-index: 1;
        }

    .rs-contact .info-wrap ul.contact-address li {
        padding: 0 0 35px;
    }

        .rs-contact .info-wrap ul.contact-address li a {
            color: #374358;
        }

            .rs-contact .info-wrap ul.contact-address li a:hover {
                color: #04b7e4;
            }

    .rs-contact .info-wrap ul.contact-address:last-child {
        margin: none;
    }

    .rs-contact .info-wrap ul.social-links li {
        padding: 0;
    }

        .rs-contact .info-wrap ul.social-links li a {
            color: #374358;
        }

            .rs-contact .info-wrap ul.social-links li a i {
                font-size: 18px;
                line-height: 26px;
                display: inline-block;
                margin-right: 15px;
            }

            .rs-contact .info-wrap ul.social-links li a:hover {
                color: #04b7e4;
            }

        .rs-contact .info-wrap ul.social-links li:last-child {
            padding: 0;
        }

.rs-contact .contact-map {
    overflow: hidden;
}

    .rs-contact .contact-map iframe {
        float: left;
        width: 100%;
        height: 416px;
        border: none;
    }

.rs-from-contact-part .title-part .title {
    font-size: 36px;
    color: #101010;
    line-height: 46px;
    margin: 17px 0 0;
    font-weight: 600;
}

.rs-from-contact-part #message {
    height: 115px;
}

.rs-from-contact-part .home-appointment {
    max-width: 940px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

    .rs-from-contact-part .home-appointment .from-control {
        outline: unset;
        width: 100%;
        padding: 10px 20px;
        border: none;
        border-radius: 4px;
        outline: none;
        background: #ffffff;
        box-shadow: 0 3px 20px rgba(34, 34, 34, 0.1);
    }

    .rs-from-contact-part .home-appointment textarea {
        height: 130px;
        display: inherit;
    }

    .rs-from-contact-part .home-appointment ::-webkit-input-placeholder {
        color: #b1b1b1;
        opacity: 1;
    }

    .rs-from-contact-part .home-appointment ::-moz-placeholder {
        color: #b1b1b1;
        opacity: 1;
    }

    .rs-from-contact-part .home-appointment :-ms-input-placeholder {
        color: #b1b1b1;
        opacity: 1;
    }

    .rs-from-contact-part .home-appointment :-moz-placeholder {
        color: #b1b1b1;
        opacity: 1;
    }

.contact-map {
    max-height: 520px;
}

    .contact-map iframe {
        border: none;
        width: 100%;
        height: 520px;
        filter: grayscale(1);
    }


/* ------------------------------------
    12. Blog Section CSS
-------------------------------------*/
.rs-blog .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}

.rs-blog .single-blog {
    padding: 50px 40px 40px;
    box-shadow: 0px 4px 34px 6px rgba(23, 57, 105, 0.05);
}

    .rs-blog .single-blog .blog-informations .blog-title {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 5px;
    }

        .rs-blog .single-blog .blog-informations .blog-title a {
            color: #00163f;
        }

            .rs-blog .single-blog .blog-informations .blog-title a:hover {
                color: rgb(236 44 49);
            }

    .rs-blog .single-blog .blog-informations .blog-date {
        margin: 0 0 25px;
        display: block;
    }

    .rs-blog .single-blog .blog-informations .blog-txt {
        margin: 0 0 40px;
    }

    .rs-blog .single-blog .blog-informations .blog-icon {
        text-align: right;
        display: block;
        padding-right: 45px;
    }

        .rs-blog .single-blog .blog-informations .blog-icon i:before {
            color: #00163f;
            font-size: 30px;
        }

        .rs-blog .single-blog .blog-informations .blog-icon:hover i:before {
            color: rgb(236 44 49);
        }

.rs-blog.blog-details .blog-content .categories li {
    display: inline;
}

    .rs-blog.blog-details .blog-content .categories li a {
        font-weight: 300;
        color: #374358;
    }

        .rs-blog.blog-details .blog-content .categories li a:hover {
            color: rgb(236 44 49);
        }

    .rs-blog.blog-details .blog-content .categories li:after {
        content: ",";
    }

    .rs-blog.blog-details .blog-content .categories li:last-child:after {
        content: unset;
    }

.rs-blog.blog-details .blog-content .quote-blog {
    color: #222222;
    font-size: 17px;
    border-left: 5px solid #d4d4d4;
    padding-left: 28px;
}

.rs-blog.blog-details .blog-content .tags span {
    margin-right: 20px;
}

.rs-blog.blog-details .blog-content .tags a {
    display: inline-block;
    background: #ededed;
    border-radius: 3px;
    padding: 2px 20px;
    font-weight: 500;
    color: #00163f;
    margin-right: 10px;
}

    .rs-blog.blog-details .blog-content .tags a:hover {
        background: rgb(236 44 49);
        color: #ffffff;
    }

.rs-blog.blog-details .blog-content .post-author {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 42px 45px 40px;
}

    .rs-blog.blog-details .blog-content .post-author .avatar {
        margin-right: 20px;
    }

    .rs-blog.blog-details .blog-content .post-author .info .name {
        margin: 0;
        color: #00163f;
        transition: all 0.5s ease 0s;
    }

    .rs-blog.blog-details .blog-content .post-author .info .designation {
        font-weight: 300;
        color: #374358;
        font-size: 14px;
    }

    .rs-blog.blog-details .blog-content .post-author:hover .info .name {
        color: #04b7e4;
    }

.rs-blog.blog-details .blog-content .post-nav {
    display: flex;
    padding: 28px 40px;
    border-radius: 5px;
    border: 2px solid #eeeeee;
}

    .rs-blog.blog-details .blog-content .post-nav .controller {
        padding-top: 26px;
        padding-bottom: 22px;
        border-right: 2px solid #eee;
    }

        .rs-blog.blog-details .blog-content .post-nav .controller .title {
            margin-bottom: 5px;
        }

            .rs-blog.blog-details .blog-content .post-nav .controller .title a {
                color: #00163f;
            }

                .rs-blog.blog-details .blog-content .post-nav .controller .title a:hover {
                    color: rgb(236 44 49);
                }

        .rs-blog.blog-details .blog-content .post-nav .controller .post-nav-link {
            color: #00163f;
            font-weight: 600;
        }

            .rs-blog.blog-details .blog-content .post-nav .controller .post-nav-link i {
                font-weight: normal;
                position: relative;
                top: 2px;
            }

            .rs-blog.blog-details .blog-content .post-nav .controller .post-nav-link:hover {
                color: #04b7e4;
            }

        .rs-blog.blog-details .blog-content .post-nav .controller.prev-post {
            padding-right: 20px;
        }

            .rs-blog.blog-details .blog-content .post-nav .controller.prev-post i {
                margin-right: 10px;
                display: inline-block;
            }

        .rs-blog.blog-details .blog-content .post-nav .controller.next-post {
            text-align: right;
            padding-left: 20px;
            border: none;
        }

            .rs-blog.blog-details .blog-content .post-nav .controller.next-post i {
                margin-left: 10px;
                display: inline-block;
            }

.rs-blog.blog-details .blog-content .recent-comments-area h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 42px 0 6px;
    color: #00163f;
}

.rs-blog.blog-details .blog-content .recent-comments-area span {
    font-size: 13px;
    font-weight: 500;
}

    .rs-blog.blog-details .blog-content .recent-comments-area span a {
        font-size: 13px;
        font-weight: 500;
    }

    .rs-blog.blog-details .blog-content .recent-comments-area span i {
        font-size: 13px;
    }

.rs-blog.blog-details .blog-content .recent-comments-area h4 {
    font-size: 15px;
    font-weight: 700;
    color: #00163f;
}

.rs-blog.blog-details .blog-content .recent-comments-area ul {
    padding: 0;
    margin: 0;
}

    .rs-blog.blog-details .blog-content .recent-comments-area ul li {
        margin: 0 0 2px;
        padding: 20px 22px;
        border-bottom: 1px solid #ddd;
    }

        .rs-blog.blog-details .blog-content .recent-comments-area ul li:nth-child(2) {
            margin-left: 100px;
        }

            .rs-blog.blog-details .blog-content .recent-comments-area ul li:nth-child(2) .col-sm-2 {
                padding: 0;
            }

        .rs-blog.blog-details .blog-content .recent-comments-area ul li:last-child {
            border-bottom: none;
        }

        .rs-blog.blog-details .blog-content .recent-comments-area ul li .image-comments {
            margin-top: 0;
        }

            .rs-blog.blog-details .blog-content .recent-comments-area ul li .image-comments img {
                width: 90px;
                border-radius: 100%;
            }

        .rs-blog.blog-details .blog-content .recent-comments-area ul li .reply {
            display: block;
            position: absolute;
            text-align: right;
            width: 95%;
        }

            .rs-blog.blog-details .blog-content .recent-comments-area ul li .reply a {
                color: #04b7e4;
            }

                .rs-blog.blog-details .blog-content .recent-comments-area ul li .reply a:hover {
                    color: #00163f;
                }

            .rs-blog.blog-details .blog-content .recent-comments-area ul li .reply i {
                color: rgb(236 44 49);
            }

        .rs-blog.blog-details .blog-content .recent-comments-area ul li .dsc-comments .reply-btn {
            border: 1px solid #04b7e4;
            color: #04b7e4;
            display: inline-block;
            padding: 5px 25px;
            border-radius: 30px;
            transition: all 0.5s ease 0s;
        }

            .rs-blog.blog-details .blog-content .recent-comments-area ul li .dsc-comments .reply-btn:hover {
                color: #ffffff;
                background: rgb(236 44 49);
                cursor: pointer;
            }

        .rs-blog.blog-details .blog-content .recent-comments-area ul li .dsc-comments h4 {
            margin: 0 0 10px;
        }

        .rs-blog.blog-details .blog-content .recent-comments-area ul li .dsc-comments p {
            margin: 5px 0;
        }

.rs-blog.blog-details .blog-content .leave-comments-area {
    padding-top: 20px;
}

    .rs-blog.blog-details .blog-content .leave-comments-area .form-group {
        margin-bottom: 20px;
    }

    .rs-blog.blog-details .blog-content .leave-comments-area h3.title {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Roboto Slab", serif;
        color: #00163f;
    }

    .rs-blog.blog-details .blog-content .leave-comments-area label {
        font-weight: normal;
        letter-spacing: 1px;
    }

    .rs-blog.blog-details .blog-content .leave-comments-area input {
        background: transparent;
        border: 1px solid #d7d7d7;
        box-shadow: none;
        border-radius: 0;
        height: 45px;
        width: 100%;
    }

    .rs-blog.blog-details .blog-content .leave-comments-area textarea {
        background: transparent;
        border: 1px solid #d7d7d7;
        box-shadow: none;
        border-radius: 0;
        height: 45px;
        height: 150px;
        width: 100%;
        max-width: 100%;
    }

    .rs-blog.blog-details .blog-content .leave-comments-area .btn-send {
        outline: none;
        border: 2px solid #04b7e4;
        line-height: 47px;
    }

        .rs-blog.blog-details .blog-content .leave-comments-area .btn-send:hover {
            background: transparent;
            color: #04b7e4;
        }

.rs-blog .sidebar .common {
    box-shadow: 0 0px 3px 0;
    padding: 30px 25px;
    border-radius: 0px;
}

.rs-blog .sidebar .widget-title {
    color: rgb(0 0 0);
    background-color: rgb(251 221 35);
    padding: 7px 30px;
    font-size: 23px;
}

.rs-blog .sidebar .search-wrap form {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

    .rs-blog .sidebar .search-wrap form [type=search] {
        border: 1px solid #ececec;
        color: #444444;
        padding: 14px 20px;
        width: 100%;
        font-weight: 300;
        outline: none;
    }

    .rs-blog .sidebar .search-wrap form ::-webkit-input-placeholder {
        color: #444;
    }

    .rs-blog .sidebar .search-wrap form ::-ms-input-placeholder {
        color: #444;
    }

    .rs-blog .sidebar .search-wrap form ::placeholder {
        color: #444;
    }

    .rs-blog .sidebar .search-wrap form button {
        background: transparent;
        border: medium none;
        color: #101010;
        position: absolute;
        display: block;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        padding: 0 20px;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.5s ease 0s;
        outline: none;
    }

        .rs-blog .sidebar .search-wrap form button:hover {
            background: rgb(236 44 49);
            color: #ffffff;
        }

.rs-blog .sidebar .recent-post .recent-post-widget {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .rs-blog .sidebar .recent-post .recent-post-widget .post-img {
        width: 70px;
    }

        .rs-blog .sidebar .recent-post .recent-post-widget .post-img img {
            width: 100%;
            border-radius: 3px;
        }

    .rs-blog .sidebar .recent-post .recent-post-widget .post-desc {
        padding-left: 25px;
    }

        .rs-blog .sidebar .recent-post .recent-post-widget .post-desc a {
            color: #00163f;
            font-weight: 500;
        }

            .rs-blog .sidebar .recent-post .recent-post-widget .post-desc a:hover {
                color: rgb(236 44 49);
            }

        .rs-blog .sidebar .recent-post .recent-post-widget .post-desc .date {
            font-size: 14px;
            color: #374358;
            font-weight: 300;
            display: block;
        }

            .rs-blog .sidebar .recent-post .recent-post-widget .post-desc .date i {
                font-size: 12px;
                line-height: 12px;
                color: #374358;
                font-weight: 400;
            }

    .rs-blog .sidebar .recent-post .recent-post-widget:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.rs-blog .sidebar .categories li {
    margin-bottom: 8px;
}

    .rs-blog .sidebar .categories li a {
        position: relative;
        color: rgb(0, 22, 63);
        font-weight: 500;
        padding-left: 5px;
        font-size: 16px;
    }
        /* .rs-blog .sidebar .categories li a:after {
  font-family: Flaticon;
  content: "\f10d";
  position: absolute;
  top: 50%;
  font-size: 15px;
  transform: translateY(-50%);
  right: 0;
} */
        .rs-blog .sidebar .categories li a:hover {
            color: rgb(236 44 49);
            padding-right: 35px;
        }

    .rs-blog .sidebar .categories li:last-child {
        margin: 0;
    }

.rs-blog-grid .rs-blog-results {
    display: block;
    font-weight: 300;
    font-style: 16px;
}

.rs-blog-grid .single-blog .blog-img {
    position: relative;
    overflow: hidden;
}

    .rs-blog-grid .single-blog .blog-img img {
        border-radius: 4px;
    }

    .rs-blog-grid .single-blog .blog-img .blog-author-info {
        position: absolute;
        left: 26px;
        top: -150px;
        display: flex;
        align-items: center;
        z-index: 1;
        color: #ffffff;
        transition: 0.8s;
        opacity: 0;
        visibility: hidden;
    }

        .rs-blog-grid .single-blog .blog-img .blog-author-info .name {
            margin-bottom: 0;
            font-size: 20px;
            color: #ffffff;
            font-weight: 600;
            line-height: 20px;
        }

        .rs-blog-grid .single-blog .blog-img .blog-author-info .des {
            font-size: 16px;
            font-weight: 300;
        }

        .rs-blog-grid .single-blog .blog-img .blog-author-info img {
            border-radius: 50%;
            width: 50px;
        }

        .rs-blog-grid .single-blog .blog-img .blog-author-info .author-details {
            margin-left: 16px;
        }

    .rs-blog-grid .single-blog .blog-img:after {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        left: 0;
        top: 101%;
        position: absolute;
        border-radius: 4px;
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
    }

.rs-blog-grid .single-blog .blog-item-text .blog-details {
    margin-top: 25px;
}

    .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-title {
        margin: 0px 0 13px;
        font-weight: 600;
        font-size: 24px;
        line-height: 1.5;
    }

        .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-title a {
            color: #00163f;
        }

            .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-title a:hover {
                color: rgb(236 44 49);
            }

    .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author {
        margin: 0 0 17px;
    }

        .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .author {
            text-transform: capitalize;
        }

        .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .seperator {
            margin: 0 5px;
        }

        .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .blog-date,
        .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category {
            font-size: 16px;
            font-weight: 300;
        }

        .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category {
            position: relative;
            padding-right: 16px;
            margin-right: 6px;
        }

            .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category:after {
                position: absolute;
                content: "";
                width: 5px;
                height: 5px;
                border-radius: 15px;
                background: rgb(236 44 49);
                right: 0;
                top: 7px;
            }

            .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category a {
                color: #374358;
            }

                .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-author .category a:hover {
                    color: rgb(236 44 49);
                }

    .rs-blog-grid .single-blog .blog-item-text .blog-details .blog-desc {
        margin-bottom: 18px;
    }

    .rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn {
        color: #101010;
        font-size: 16px;
        transition: all 0.5s ease 0s;
        font-weight: 600;
        position: relative;
    }

        .rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn:after {
            position: absolute;
            content: "\f10d";
            font-family: Flaticon;
            font-size: 15px;
            color: #101010;
            transition: all 0.5s ease 0s;
            font-weight: 400;
            right: -20px;
            top: -2px;
        }

        .rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn:hover {
            color: rgb(236 44 49);
        }

            .rs-blog-grid .single-blog .blog-item-text .blog-details .readmore-btn:hover:after {
                right: -25px;
                color: #04b7e4;
            }

.rs-blog-grid .single-blog:hover .blog-img:after {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.rs-blog-grid .single-blog:hover .blog-img .blog-author-info {
    top: 20px;
    opacity: 1;
    visibility: visible;
}

.font_weight_title {
    font-weight: 700;
    color: #f00;
}

/* ------------------------------------
    09. Team Section CSS
-------------------------------------*/
.rs-team-section {
    padding-bottom: 340px;
}

    .rs-team-section .owl-stage-outer {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .rs-team-section .sec-title {
        max-width: 525px;
        margin: 0 auto;
    }

        .rs-team-section .sec-title .title {
            display: block;
        }

    .rs-team-section .item {
        padding: 20px 0 20px 20px;
        overflow: hidden;
        position: relative;
    }

    .rs-team-section .team-item {
        background: #f9f9ff;
        margin-right: 30px;
    }

        .rs-team-section .team-item .img-part {
            position: relative;
        }

        .rs-team-section .team-item .content-part {
            position: absolute;
            right: 0;
            bottom: 48px;
            text-align: right;
        }

            .rs-team-section .team-item .content-part .name,
            .rs-team-section .team-item .content-part .category {
                transform: translateX(300px);
                opacity: 0;
                visibility: hidden;
            }

            .rs-team-section .team-item .content-part .name {
                font-size: 17px;
                line-height: 26px;
                color: #ffffff;
                background: #eb3134;
                padding: 7px 45px 7px;
                border-radius: 3px;
                margin: 0 0 10px;
                transition: 0.6s;
            }

                .rs-team-section .team-item .content-part .name .title {
                    color: #ffffff;
                }

                    .rs-team-section .team-item .content-part .name .title:hover {
                        opacity: 0.7;
                    }

            .rs-team-section .team-item .content-part .category {
                color: #ffffff;
                background: #eb3134;
                border-radius: 3px;
                display: inline-block;
                padding: 7px 25px 7px;
                font-weight: 500;
                transition: 0.8s;
            }

        .rs-team-section .team-item:hover .content-part .name,
        .rs-team-section .team-item:hover .content-part .category {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }

    .rs-team-section .grid-box:hover .team-item:hover .content-part .name,
    .rs-team-section .grid-box:not(:hover) .active .content-part .name,
    .rs-team-section .grid-box:hover .team-item:hover .content-part .category,
    .rs-team-section .grid-box:not(:hover) .active .content-part .category {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .rs-team-section .center .team-item .content-part .name,
    .rs-team-section .center .team-item .content-part .category {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

.rs-team-section2 .item .team-item {
    margin-bottom: 50px;
    box-shadow: 0 0 30px #f1f1f1;
    border-radius: 0 0 3px 3px;
}

    .rs-team-section2 .item .team-item .img-part {
        position: relative;
        overflow: hidden;
    }

        .rs-team-section2 .item .team-item .img-part img {
            border-radius: 3px 3px 0 0;
        }

        .rs-team-section2 .item .team-item .img-part h3 {
            position: absolute;
            bottom: 0;
            font-size: 15px;
            font-weight: 600;
            left: 0;
            right: 0;
            margin: 0 auto;
            text-align: center;
            padding: 9px 36px;
        }

            .rs-team-section2 .item .team-item .img-part h3 a.title {
                background: #ffbf66;
                color: #fff;
                padding: 10px 36px;
                border-radius: 3px 3px 0 0;
            }

        .rs-team-section2 .item .team-item .img-part:hover h3 a {
            color: #101010;
        }

        .rs-team-section2 .item .team-item .img-part:hover .social-links {
            right: 0;
        }

        .rs-team-section2 .item .team-item .img-part .social-links {
            position: absolute;
            top: 0;
            right: -42px;
            background: #ffbf66;
            padding: 11px 12px;
            border-radius: 3px 0 0 3px;
            transition: all .8s ease;
        }

            .rs-team-section2 .item .team-item .img-part .social-links li a {
                color: #fff;
                padding: 5px 0px 5px 2px;
                display: block;
                font-size: 16px;
            }

                .rs-team-section2 .item .team-item .img-part .social-links li a:hover {
                    color: #101010;
                }

    .rs-team-section2 .item .team-item .content-part {
        text-align: center;
        padding: 18px 0;
    }

        .rs-team-section2 .item .team-item .content-part .category {
            font-size: 22px;
            line-height: 28px;
            font-weight: 600;
            color: #333;
        }


/*-----------------------------------------------
    08. Services Section CSS
-----------------------------------------------*/
.rs-services .col-lg-4 {
    padding: 0 25px !important;
}

.rs-services .services-grid {
    text-align: center;
}

    .rs-services .services-grid .icon-part {
        margin-bottom: 25px;
    }

    .rs-services .services-grid .content-part .title {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 600;
    }

        .rs-services .services-grid .content-part .title a {
            color: #101010;
        }

            .rs-services .services-grid .content-part .title a:hover {
                color: #ffbf66;
            }

    .rs-services .services-grid .content-part .desc {
        font-size: 15px;
    }

.rs-services.rs-border-style .services-grid {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 30px 35px 30px;
    transition: all 0.5s ease 0s;
    position: relative;
    background: #fff;
}

    .rs-services.rs-border-style .services-grid:after {
        content: "";
        position: absolute;
        background: #f9ede0;
        width: 96%;
        height: 96%;
        left: 28px;
        top: 24px;
        display: block;
        z-index: -1;
        border-radius: 3px;
    }

    .rs-services.rs-border-style .services-grid:hover {
        border-color: transparent;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.04);
    }

.rs-services .flip-icon-box .icon-part {
    margin-right: 0;
    background: url(images/services/icon-bg.html);
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 150px;
}

    .rs-services .flip-icon-box .icon-part i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: unset;
        width: unset;
        border-radius: unset;
    }

        .rs-services .flip-icon-box .icon-part i:before {
            font-size: 35px;
        }

    .rs-services .flip-icon-box .icon-part.primary i {
        color: #ffbf66;
        background: unset;
    }

    .rs-services .flip-icon-box .icon-part.secondary i {
        color: #05d4ef;
        background: unset;
    }

.rs-services .services-image-part {
    position: relative;
    background: url(images/services/services-scanner-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.color_title_courses {
    color: #000;
    font-weight: 600;
}

.bg_color_courses {
    background-color: #f2f2f2;
    box-shadow: 0px 0px 2px 0px;
    padding: 20px 20px 1px;
}

.modal {
    margin-top: 20px;
}


.out_border {
    outline: none !important;
    box-shadow: none !important;
}

.modal {
    margin-top: 36px;
}
/* .navbar-dark .navbar-nav a.nav-link{font-weight:bold;color:#000 !important;text-transform:uppercase;
                                     font-size: 14px;}
 .navbar-dark .navbar-nav a.nav-link:hover{color:blue !important;} */
a.dropdown-item {
    background-color: #f2f2f2 !important;
    color: #000 !important;
}

    a.dropdown-item:hover {
        color: #f00 !important;
        font-weight: 500;
    }

.dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
}

.dropdown-menu.new_bottom a {
    border-bottom: 1px solid rgb(0,0,0,.2);
    font-size: 15px !important;
    padding: 8px 20px !important;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: #fff !important;
}

.banner_title {
    color: #fff;
    font-weight: 600;
    padding-top: 30px;
    font-size: 42px;
}

.banner_title_1 {
    font-size: 40px;
    color: #f20707e3;
    padding-top: 20px;
}

.title_size_form {
    font-weight: 600;
    font-size: 18px;
}

.icon_size {
    font-size: 22px;
}

.accountLogin-mobile-field-code {
    border-right: 1px solid #c4cdd5;
    padding: 12px;
    border-radius: 8px 0 0 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,.87);
    box-sizing: border-box;
    height: 48px;
    position: absolute;
    top: 33px;
}

.accountLogin-mobile-field {
    display: flex;
    margin-top: 16px;
    flex-direction: column;
    position: relative;
}

.accountLogin-label {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.accountLogin-label {
    margin: 0 0 8px !important;
}

.accountLogin-input-mobile {
    padding-left: 60px !important;
}

.accountLogin-input {
    padding: 12px 0 12px 10px;
    background: #fff;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    height: 48px;
}

.btn_proceed {
    background-color: #f20707e3;
    color: #000;
    padding: 8px;
    font-weight: 600;
    border: 1px solid #000;
    padding-left: 20px !important;
}

.rs-shop .product-grid .store-product:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #111111a1 !important;
    transition: all 0.5s ease 0s;
}

.btn_igs_banner_1 {
    background-color: #000;
    color: #fff;
    padding: 10px 30px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}


    .btn_igs_banner_1:hover {
        background-color: #f32222;
        color: #fff;
    }

.bg_franchise_color {
    background-color: #f2f2f2;
    box-shadow: 0px 0px 2px 0px;
    border-radius: 20px 0px 20px 0px;
    padding: 9px;
    padding-left: 25px;
    border: 1px dotted;
    text-transform: uppercase;
    font-size: 23px;
    width: 85%;
}

.bg_color_courses {
    background-color: #fff;
}

.img_width_courses {
    max-width: 70%;
    margin-left: 40px;
    padding: 10px;
}

.side-forms-2 {
    background-color: #fff;
    padding: 35px 25px;
    border-radius: 6px;
}

.bg_franchise {
    background-color: #ec3136;
    color: #fff;
    /* box-shadow: 0px 0px 3px 0px; */
    border-radius: 0px 20px 0px 20px;
    padding: 9px;
    padding-left: 20px;
    border: 1px dashed;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    width: 85%;
}

.font_size_city {
    font-size: 20px;
}

.img_size_student {
    width: 340px;
    height: 300px;
}

.img-part > .name {
    margin-left: 10px;
}

.padding_headertop {
    padding: 10px;
}

.bg_loved_app {
    background-color: #f20707e3;
    color: #000;
    padding: 6px 15px;
    width: 70%;
}

.font_size_cities {
    color: #fff;
    text-align: center;
}

.imgsize_student {
    background: #1111116b url(images/team/students-image.html);
    margin-top: 140px;
    background-blend-mode: overlay;
    background-position: top;
}

.banner_title_student {
    color: #fff;
    font-weight: 600;
    padding-top: 30px;
    font-size: 42px;
}

/*-----------------------------------------------
    09. Priceing Plan Section Css
-----------------------------------------------*/
.rs-priceing-plan.style2 .pricing-wrap {
    padding: 20px 30px 30px;
    box-shadow: 2px 10px 50px rgba(158, 158, 158, 0.1);
    background-image: url(images/shape/price-shape.html);
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 5px;
    background-position: top center;
}

    .rs-priceing-plan.style2 .pricing-wrap .top-part {
        text-transform: uppercase;
        display: block;
    }

        .rs-priceing-plan.style2 .pricing-wrap .top-part .icon-part {
            height: 75px;
            width: 75px;
            margin: 0 auto 12px;
            border-radius: 100%;
            background: #fff;
            position: relative;
        }

            .rs-priceing-plan.style2 .pricing-wrap .top-part .icon-part i {
                line-height: 75px;
            }

                .rs-priceing-plan.style2 .pricing-wrap .top-part .icon-part i:before {
                    font-size: 40px;
                    color: #fca719;
                }

        .rs-priceing-plan.style2 .pricing-wrap .top-part .title,
        .rs-priceing-plan.style2 .pricing-wrap .top-part .plan-detail {
            color: #101010;
            font-size: 22px;
        }

        .rs-priceing-plan.style2 .pricing-wrap .top-part .title {
            margin-bottom: 2px;
            text-transform: uppercase;
            font-weight: 600;
        }

        .rs-priceing-plan.style2 .pricing-wrap .top-part .plan-detail {
            font-weight: 500;
        }

    .rs-priceing-plan.style2 .pricing-wrap .middle-part {
        padding: 60px 0 30px;
        margin: 0 auto;
    }

        .rs-priceing-plan.style2 .pricing-wrap .middle-part ul li {
            margin-bottom: 10px;
            color: #666666;
        }

            .rs-priceing-plan.style2 .pricing-wrap .middle-part ul li i:before {
                font-size: 13px;
                margin-right: 5px;
                display: inline;
                font-weight: 600;
            }

            .rs-priceing-plan.style2 .pricing-wrap .middle-part ul li:last-child {
                margin-bottom: 0;
            }


.services_detail .side-forms h4 {
    padding: -1px 0 12px;
}

.services_detail .side-forms {
    padding: 15px 25px !important;
}

.rs-team-section .owl-carousel .owl-item img {
    width: 50%;
}

.ser_detail blockquote {
    margin: 0 0 1rem;
    color: #222222;
    /* font-size: 17px; */
    border-left: 3px solid #d4d4d4;
    padding-left: 28px px;
    padding-left: 20px;
}

.ser_detail ul li {
    list-style: disc;
    margin-bottom: 2px !important;
    margin-left: 20px;
}

.ser_detail table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    width: 100%;
}

    .ser_detail table tr {
        border: 1px solid #ddd;
    }

        .ser_detail table tr td, .ser_detail table tr th {
            padding: 4px 8px;
        }

.f_course .bg_image_coaching {
    margin: auto;
}

@media screen and (min-width: 480px) {
    .f_course {
        width: 370px;
        margin: auto;
    }
}


.color_white:hover {
    color: #fff;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    margin-top: 2px;
    margin-bottom: 20px;
    line-height: 70px;
}

    .section-title h2:before {
        content: "";
        position: absolute;
        display: inline-block;
        bottom: 0px;
        width: 50px;
        height: 2px;
        background: #D03129;
        left: 50%;
        margin-left: -30px;
        z-index: 1;
    }

    .section-title h2:after {
        content: "";
        position: absolute;
        display: inline-block;
        bottom: 0px;
        width: 150px;
        height: 1px;
        background: #dadada;
        left: 50%;
        margin-left: -80px;
    }

.section-title h3 {
    font-size: 24px;
    line-height: 1;
}

.programme-tab .nav-item {
    width: 170px;
    padding: 15px 0px 0px;
}

.program-text h3 {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 700;
}

.programme-tab .programme-content {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.programme-tab .programme-text {
    padding: 0 25px 25px 25px;
}

.onl-ofl {
    border-bottom: 1px solid #dee2e6 !important;
}

    .onl-ofl a {
        color: #677083;
        padding: 5px 20px 5px 20px;
        line-height: 40px;
        font-weight: 500;
    }

    .onl-ofl .active {
        background: #D03129 !important;
        color: white !important;
        border-radius: 8px;
    }

.oflonl-class {
    margin-top: 40px;
}

    .oflonl-class .img-left {
        margin: 0px 0 0 0px;
        position: relative;
    }

        .oflonl-class .img-left:before {
            position: absolute;
            z-index: 0;
            width: 114px;
            height: 114px;
            background: #FBD16D;
            content: "";
            top: -20px;
            right: -20px;
            border-radius: 10px;
        }

        .oflonl-class .img-left img, .oflonl-class .img-right img {
            border-radius: 24px;
            position: relative;
            z-index: 1;
        }

        .oflonl-class .img-left:after {
            position: absolute;
            z-index: 0;
            width: 150px;
            height: 150px;
            background: #D03129;
            content: "";
            bottom: -20px;
            left: -20px;
            border-radius: 10px;
        }

.onl-ofl-content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.md-title {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
}

.sm-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 11px;
}

.mb-10 {
    margin-bottom: 10px;
}

.onl-ofl-content p span {
    font-weight: 500;
    margin-right: 20px;
}

.btn-common {
    background-color: #D03129;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
    padding: 0 30px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #D03129;
    border-radius: 5px;
    transition: .3s;
}

.single-product {
    text-align: center;
    transition: .3s;
    background: #F8F8F8;
    height: 100%;
    border-radius: 10px;
}

.product-thumb-sin {
    /*position: relative;
    overflow: hidden;*/
    padding: 20px;
}

.three-items_2 .slick-slide img {
    display: inline-block;
}

.product-text {
    margin-top: 5px;
    padding: 20px 15px 25px;
    border-top: 1px solid #ECECEC;
    position: relative;
}

    .product-text .adcart {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #F8F8F8;
        z-index: 1;
        display: none;
        opacity: 0;
        transition: all -0.3s ease-in-out;
        line-height: 110px;
    }

.adcart .btn-common {
    height: 40px;
    line-height: 38px;
}

.product-text h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

    .product-text h4 a {
        color: #343e51;
        font-weight: 600;
    }

.single-product:hover .adcart {
    opacity: 1;
    display: block;
}

.bnrt-red {
    color: #D03129 !important;
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.md-title {
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
}

.profile-thumb {
    width: 165px;
    height: 165px;
    margin: auto;
    position: relative;
}

    .profile-thumb img {
        width: 100%;
        height: 100%;
        border-radius: 100%;
        box-shadow: 0px 15px 24px 5px rgba( 110, 132, 152, .10);
        object-fit: cover;
        border: 6px transparent;
    }

    .profile-thumb:after {
        width: 182px;
        height: 182px;
        border-radius: 100%;
        border: 3px solid #D03129;
        position: absolute;
        content: "";
        top: -9px;
        left: -9px;
    }

.rank {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background: #D03129;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: -25px auto 0 auto;
    position: relative;
    z-index: 1;
}

    .rank .achive {
        font-size: 24px;
        font-weight: bold;
        display: block;
        line-height: 14px;
        padding-top: 10px;
    }

.resust-single {
    text-align: center;
    margin: 30px 0 0 0;
}

    .resust-single .course-text {
        padding: 0 20px;
        margin: 10px 0 0 0;
    }

    .resust-single .course-text-fullpage {
        margin: 10px 0 0 0;
    }

    .resust-single h3 {
        margin: 10px 0 0 0;
        font-size: 20px;
    }

    .resust-single p {
        font-weight: 500;
        margin-bottom: 0;
    }

    .resust-single h5 {
        margin-bottom: 0;
    }

.phone-call {
    width: 125px;
    height: 40px;
    background: #D03129;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px 15px;
    line-height: 38px;
    position: fixed;
    right: -78px;
    top: 40%;
    z-index: 11;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .phone-call img {
        max-width: 20px;
        margin-right: 10px;
    }

    .phone-call a {
        color: #fff;
    }

    .phone-call:hover {
        right: 0;
    }

    .phone-call.share {
        margin-top: 42px;
    }

.info-link {
    display: flex;
    flex-wrap: wrap;
}

    .info-link .info {
        width: 50%;
    }

.fixed-callout {
    padding: 15px 20px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    position: fixed;
    bottom: 27px;
    text-align: center;
    animation: move 6s infinite forwards;
    z-index: 9999;
}

    .fixed-callout h4 {
        padding: 0;
        margin: 0 0 8px 0;
        color: red;
        font-weight: 700;
        font-size: 15px;
    }

    .fixed-callout .hidden-xs a {
        margin: 8px 0;
    }

    .fixed-callout a {
        display: block;
        padding: 2px 0;
        font-size: 15px;
        color: #323232 !important;
        text-decoration: none;
    }

    .fixed-callout img {
        width: 24px;
    }

@keyframes move {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
    }
}


.programme-area h3 {
    font-weight: 700;
    color: #171717;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0.5rem;
}

.programme-area p {
    color: #000;
    margin-bottom: 0.5rem;
    text-align: justify;
}


.upper-header {
    background-image: url(../../assets/images/Graduation.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px 100px 0px;
}

.features-area h6 {
    margin: 0;
    font-size: 23px;
    color: red;
    font-weight: 600;
}

.features-area span {
    font-weight: 600;
}

.faculty-area {
    padding: 80px 0;
    position: relative;
    background: url(../images/bg-1.png);
}

    .faculty-area:after {
        content: "";
        /*background:url(../images/bg-1.png) no-repeat fixed center center / cover;*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .15;
        z-index: 0;
    }

    .faculty-area .auto-container {
        position: relative;
        z-index: 1;
    }

.faculty-single {
    padding: 20px;
    background: rgb(241 241 241);
    text-align: center;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 15px;
}

    .faculty-single:hover {
        background: #f20707e3;
    }

    .faculty-single figure {
        width: 160px;
        height: 160px;
        margin: 0 auto 20px;
        border-radius: 50%;
        overflow: hidden;
        border: 4px solid #f20707e3;
        transition: .7s;
        background: #bbb;
    }

    .faculty-single:hover figure {
        width: 70px;
        height: 70px;
        border: 2px solid #fff;
    }

    .faculty-single figure img {
        width: 100%;
    }

.faculty-details div {
    opacity: 0;
    transition: 1s;
    margin-bottom: -30%;
    padding-top: 10px;
}

.faculty-single:hover div {
    opacity: 1;
    margin-bottom: -0%;
}

.faculty-single h3 {
    font-size: 22px;
    color: #333;
    line-height: normal;
    font-weight: 600;
    transition: .7s;
}

    .faculty-single h3 small {
        font-weight: 600;
        display: block;
        line-height: 16px;
        margin: 0 0 10px 0;
        font-size: 15px;
        transition: .7s;
        color: #f20707e3;
    }

.faculty-single:hover h3, .faculty-single:hover h3 small, .faculty-single:hover p {
    color: #fff;
}

.faculty-single p {
    font-size: 15px;
    line-height: normal;
    transition: .7s;
    text-align: center;
}

.oflonl-class img {
    width: 100%;
    height: 370px;
}

.page-title {
    position: relative;
    padding: 60px 0;
    text-align: center;
}

    .page-title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgb(0 0 0 / 40%);
    }

    .page-title h1 {
        color: #fff;
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 0;
        font-weight: 600;
        padding-bottom: 25px;
        position: relative;
    }

        .page-title h1:before {
            position: absolute;
            content: '';
            height: 3px;
            width: 76px;
            bottom: 0;
            left: 0;
            background-image: url(../../../resources.edunexttechnologies.com/website-clients-img/dpsrudrapur/images/shape/shape-1.png);
            left: 50%;
            transform: translateX(-50%);
        }

    .page-title .bread-crumb {
        position: relative;
    }

        .page-title .bread-crumb li {
            color: #fff;
            position: relative;
            display: inline-block;
            margin-right: 15px;
            font-size: 16px;
            font-weight: 500;
            padding-right: 35px;
        }

            .page-title .bread-crumb li:before {
                font-family: 'FontAwesome';
                content: "\f101";
                position: absolute;
                right: 0;
                top: 0;
                line-height: 25px;
                font-size: 17px;
                color: #fff;
                font-weight: 400;
            }

            .page-title .bread-crumb li a {
                color: #fff;
            }

            .page-title .bread-crumb li:last-child {
                margin-right: 0;
                padding-right: 0;
            }

                .page-title .bread-crumb li:last-child:before {
                    content: "";
                }

.course-nav-tabs ul li a {
    color: #000;
    font-size: 14px;
    display: block;
    padding: 5px 20px;
    transition: .3s;
}

    .course-nav-tabs ul li a:hover, .course-nav-tabs ul li a.active {
        background-color: #D03129;
        color: #ffffff;
    }

.course-nav-tabs ul li a {
    border-radius: 5px;
}

.result_data_rank .resust-single .rank .achive {
    font-size: 15px;
}

.result_data_rank .resust-single h3 {
    font-size: 16px;
    font-weight: 600;
}

.result_data_rank .resust-single p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.5;
}

.vission-icon {
    background-color: #074DA2;
    padding: 25px 35px 25px 35px;
    border-radius: 100px 100px 0px 0px;
    width: fit-content;
}

.vission {
    display: flex;
    justify-content: center;
}

.vission-content {
    background-color: #074DA2;
    border-radius: 5px;
    margin: 27px 20px 0px 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 35px 35px;
    height: 600px;
}

    .vission-content h4 {
        font-size: 30px;
        text-align: center;
        color: #fff;
    }

    .vission-content p {
        color: #fff;
        text-align: justify;
    }

    .vission-content h6 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 0.5rem;
        color: #fff;
    }

    .vission-content .objectives li {
        font-weight: 500;
        color: #fff;
        text-align: justify;
    }

.leader_b {
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(34, 34, 34, 0.2);
    transition: all 0.3s ease 0s;
    overflow: hidden;
    margin-bottom: 15px;
}

.partner .leader_b {
    height: 200px;
}

.venture .leader_b img {
    height: 100px;
    object-fit: contain;
}

.venture .leader_b {
    height: 170px;
}

    .venture .leader_b .normal-text h4 {
        margin-bottom: 0px;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-top: 10px;
        line-height: 1.2;
        font-size: 17px;
        font-weight: 600;
        color: red;
    }

.partner .leader_b img {
    object-fit: contain;
    height: 100px;
}

.partner .leader_b .normal-text h4 {
    margin-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 1.2;
    font-size: 17px;
    font-weight: 600;
    color: red;
}

.leader_b .normal-text {
    text-align: center;
}

.leader_b img {
    height: 240px;
    width: 100%;
}

.filter-button {
    width: 239px;
    font-size: 17px;
    border: 2px solid #f20707e3;
    padding: 5px 6px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    background: transparent;
    display: inline-block;
    background-color: #f20707e3;
    cursor: pointer;
    border-radius: 30px;
}

    .filter-button:hover,
    .filter-button:focus,
    .filter-button.active {
        background-color: #f20707e3;
    }



.filter {
    margin-bottom: 20px;
    margin-top: 5px;
}

.notice {
    /*background-image: url(../image/about-us.png);*/
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right center;
    background-attachment: scroll;
    background-color: #e8e8e8;
}

.head-note {
    font-size: 20px;
    text-align: start;
    font-weight: bold;
}

.notice {
    padding: 50px 0% 50px 0%;
}

.batch-time {
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 10px;
    background: #FFF;
    padding: 20px 15px;
    margin: 0 10px 10px 10px;
}

    .batch-time .col-sm-12 {
        background: #ededed;
        border-radius: 5px;
        padding: 5px;
        margin: 5px 0;
    }

    .batch-time .col-sm-6 {
        text-align: center;
    }

    .batch-time h1 {
        color: #333;
        font-size: 24px;
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: 900;
        text-align: center;
    }

    .batch-time h2 {
        color: #d31e2d;
        font-size: 30px;
        margin: 0 0 10px 0;
        padding: 0;
        font-weight: 900;
        text-align: center;
    }

    .batch-time h3 {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -1px;
        color: #000;
        margin: 0;
        padding: 3px 0;
    }

    .batch-time h4 {
        background: green;
        font-size: 16px;
        color: #FFF;
        border: 1px solid #999;
        border-radius: 3px;
        margin: 0 6px;
        padding: 3px 0;
    }

    .batch-time h5 {
        font-size: 14px;
        color: #FF0000;
        margin: 0;
        padding: 3px 0;
    }

    .batch-time p {
        color: #333;
        font-size: 15px;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 30px;
        text-align: justify;
    }

.appl {
    background: #FF0000;
    font-size: 16px;
    padding: 10px 15px;
    margin: 10px auto 5px auto !important;
    border-radius: 50px;
    width: 200px !important;
    text-align: center;
}

    .appl a {
        color: #FFF;
        text-decoration: none;
    }

    .appl:hover {
        background: #000;
        color: #FFF;
        transition: 1s;
    }

@media screen and (max-width:425px) {
    .filter-button {
        width: 100%;
        font-size: 16px;
        padding: 3px 6px;
        text-align: center;
        margin-bottom: 27px;
        display: inline-block;
    }
}


.contact-address {
    padding: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #9A0C0C;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    margin-bottom: 10px;
    height: 175px;
}

    .contact-address i {
        font-size: 60px;
        position: relative;
        display: block;
    }

.contact-inner h1 {
    font-size: 26px;
    font-weight: 600;
    color: red;
    margin-bottom: 0.5rem;
}

.contact-inner p {
    text-align: center;
    line-height: 1;
}

.custom-tab a {
    border-width: 1px 1px 1px 1px;
    border: 1px solid #961818;
    padding: 15px 50px 15px 50px !important;
    font-size: 17px !important;
}

.course-content {
    padding: 20px 30px 20px 30px;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #D8D8D8;
    border-radius: 5px 5px 5px 5px;
    box-shadow: -1px 7px 15px 0px rgb(0 0 0 / 7%);
    background: #fff;
}

    .course-content p {
        text-align: justify;
    }

.explore-button {
    background: #D03129;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
}

    .explore-button:hover {
        color: #fff;
    }

.batch-details {
    padding: 20px 40px;
}

    .batch-details h1 {
        color: #C72C2C;
        font-weight: 600;
        line-height: 1.25em;
        margin: 0;
        font-size: 2rem;
        position: relative;
    }

        .batch-details h1::before {
            content: "";
            position: absolute;
            bottom: 0;
            width: 17%;
            height: 3px;
            background: #C72C2C;
        }

    .batch-details h2 {
        font-size: 23px;
        margin: 0.5em 0;
    }

.course-list li {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    color: #000;
}

.faculty-details {
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C72C2C94;
    margin: 2px 2px 2px 2px;
    padding: 15px 10px 20px 10px;
    text-align: center;
}

.faculty-heading h2 {
    color: #C72C2C;
    font-weight: 600;
    line-height: 1.25em;
    margin: 20px 0;
    font-size: 2rem;
    position: relative;
    text-align: center;
}

.faculty-details h3 {
    font-size: 23px;
    font-weight: 700;
    margin: 0;
}

.faculty-details p {
    margin: 0;
}

.faculty-details .first {
    font-size: 20px;
    color: red;
    font-weight: 600;
}

.faculty-details .second, .faculty-details .third {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.book-free {
    padding: 85px 0px 85px 0px;
    position: relative;
}

    .book-free::before {
        content: "";
        background-color: #961818;
        opacity: 0.7;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.book-demo h1 {
    color: #EFEBEB;
    margin: 0px 0px 12px 0px;
    font-size: 36px;
    font-weight: 700;
}


.book-demo h3 {
    margin: 0px 0px 15px 0px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.book-demo p {
    color: #F2F2F2;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0.5rem 0 0;
}

.booking-now-content {
    background-color: #ffffff;
    padding: 25px 45px 25px 45px;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0px;
    color: #1a1a1a;
    fill: #1a1a1a;
    border-style: none;
    border-radius: 50px 50px 50px 50px;
}

.batch-details p {
    color: #000;
    margin-bottom: 0.5rem;
    font-size: 17px;
    text-align: justify;
}

.testimonial-single {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 35px 40px;
    font-size: 14px;
    margin-bottom: 30px;
    background: #fff;
}

    .testimonial-single p {
        color: #000;
        font-weight: 500;
        text-align: justify;
    }

.testimonial-author {
    display: table;
    margin-top: 27px;
}

.testimonial-author-thumb, .testimonial-author-info {
    display: table-cell;
}

    .testimonial-author-thumb img {
        width: 60px !important;
    }

.testimonial-author-info {
    vertical-align: middle;
    padding-left: 30px;
}

    .testimonial-author-info h4 {
        margin: 0;
        font-weight: 600;
    }

.popup-overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.containers {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    color: #fff !important;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
}

.input-box {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-ones {
    width: 100%;
    padding: 10px 0;
    background-color: #e62f43;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
}

.hone_exam_pattern h4 {
    font-size: 24px;
}

table, th, td {
    border: 1px solid #000;
    border-collapse: collapse;
    text-align: start;
}

    table th {
        background: #5e6e61;
        color: #fff;
        font-weight: 700;
    }

    table td {
        font-weight: 400;
    }

.table-img {
    height: 35px;
}

.review-section {
    background: #fff;
    border-bottom-right-radius: 90px;
    border-top-left-radius: 90px;
    padding: 50px 20px;
    margin-bottom: 25px;
}

.review-section-user h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2957a4;
}

.review-section-user .star-review {
    color: gold;
}

.review-section-user p:last-child {
    font-size: 17px;
    text-align: justify;
    margin-bottom:15px;
}
ol li ol{
    padding-left:5rem;
}
ol li ol li{
    list-style-type:decimal
}

.custom-row{
    display:flex;
    flex-wrap:wrap;
    
}

.job-box {
    height: 90px;
    border: 4px solid #ffffff;
    padding: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.custom-width{
    width:25%

}


.job-box a {
    color: #ffffff;
    font-size: 16pt;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

/* Background colors */

.custom-row .custom-width:nth-child(1) { background: #868b08; }
.custom-row .custom-width:nth-child(2) { background: #0505b4; }
.custom-row .custom-width:nth-child(3) { background: #fb5f06; }
.custom-row .custom-width:nth-child(4) { background: #8c0200; }
.custom-row .custom-width:nth-child(5) { background: #ff0b01; }
.custom-row .custom-width:nth-child(6) { background: #0a600b; }
.custom-row .custom-width:nth-child(7) { background: #fe01bf; }
.custom-row .custom-width:nth-child(8) { background: #0181ff; }

/* 🔁 Repeat colors after 8 */
.custom-row .custom-width:nth-child(8n + 1) { background: #868b08; }
.custom-row .custom-width:nth-child(8n + 2) { background: #0505b4; }
.custom-row .custom-width:nth-child(8n + 3) { background: #fb5f06; }
.custom-row .custom-width:nth-child(8n + 4) { background: #8c0200; }
.custom-row .custom-width:nth-child(8n + 5) { background: #ff0b01; }
.custom-row .custom-width:nth-child(8n + 6) { background: #0a600b; }
.custom-row .custom-width:nth-child(8n + 7) { background: #fe01bf; }
.custom-row .custom-width:nth-child(8n + 8) { background: #0181ff; }


.custom-para-size p span{
    font-size: 19px !important;
}


.th-menu-toggle {
    border: none;
    background: no-repeat;
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

    .th-menu-wrapper .mobile-logo {
        padding-bottom: 30px;
        padding-top: 40px;
        display: block;
        text-align: center;
        background-color: #F5F5F5;
    }

        .th-menu-wrapper .mobile-logo svg {
            max-width: 185px;
        }

    .th-menu-wrapper .th-menu-toggle {
        border: none;
        font-size: 22px;
        position: absolute;
        right: -16.5px;
        top: 25px;
        padding: 0;
        line-height: 1;
        width: 33px;
        height: 33px;
        line-height: 35px;
        font-size: 18px;
        z-index: 1;
        color: #fff;
        background-color: #0d3666;
        border-radius: 50%;
    }

        .th-menu-wrapper .th-menu-toggle:hover {
            background-color: #0d3666;
            color: #fff;
        }

    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 310px;
        background-color: #fff;
        border-right: 3px solid #0d3666;
        height: 100%;
        position: relative;
        left: -110%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
        z-index: 1;
    }

    .th-menu-wrapper.th-body-visible {
        opacity: 1;
        visibility: visible;
    }

        .th-menu-wrapper.th-body-visible .th-menu-area {
            left: 0;
            opacity: 1;
            visibility: visible;
        }

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 20px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

    .th-mobile-menu ul {
        margin: 0;
        padding: 0 0;
    }

        .th-mobile-menu ul li {
            border-bottom: 1px solid #fdedf1;
            list-style-type: none;
        }

            .th-mobile-menu ul li li:first-child {
                border-top: 1px solid #fdedf1;
            }

            .th-mobile-menu ul li a {
                display: block;
                position: relative;
                padding: 12px 0;
                line-height: 1.4;
                font-size: 16px;
                text-transform: capitalize;
                color: #1A1A1A;
                padding-left: 18px;
            }

                .th-mobile-menu ul li a:before {
                    content: '\f105';
                    font-family: var(--icon-font);
                    position: absolute;
                    left: 0;
                    top: 12px;
                    margin-right: 10px;
                    display: inline-block;
                }

            .th-mobile-menu ul li.th-active > a {
                color: #0d3666;
            }

                .th-mobile-menu ul li.th-active > a:before {
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

            .th-mobile-menu ul li ul li {
                padding-left: 20px;
            }

                .th-mobile-menu ul li ul li:last-child {
                    border-bottom: none;
                }

        .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
            position: absolute;
            right: 0;
            top: 50%;
            font-weight: 400;
            font-size: 12px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-top: -12.5px;
            display: inline-block;
            text-align: center;
            background-color: #F6F2F1;
            color: #1A1A1A;
            box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
            border-radius: 50%;
        }

            .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
                content: '\f067';
                font-family: var(--icon-font);
            }

        .th-mobile-menu ul .menu-item-has-children > a:after {
            content: "\f067";
            font-family: var(--icon-font);
            width: 22px;
            height: 22px;
            line-height: 22px;
            display: inline-block;
            text-align: center;
            font-size: 12px;
            border-radius: 50px;
            background-color: #F6F2F1;
            float: right;
            margin-top: 1px;
        }

        .th-mobile-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
            content: '\f068';
        }

        .th-mobile-menu ul .menu-item-has-children.th-active > a:after {
            content: "\f068";
        }

    .th-mobile-menu > ul {
        padding: 0 40px;
    }

        .th-mobile-menu > ul > li:last-child {
            border-bottom: none;
        }

        
@media screen and (max-width:900px) {
    .pay-online {
        justify-content: center;
    }

    #rs-header.transparent-header {
        height: 168px;
    }

    .login-content {
        text-align: center;
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 50px;
    }

    .icon-img img {
        height: 50px;
    }

    .program-text h3 {
        font-size: 15px;
    }

    .programme-tab .nav-item {
        width: 100px;
    }

    .oflonl-class img {
        height: 210px;
    }

    .oflonl-class .img-left:before, .oflonl-class .img-left:after {
        height: 90px;
        width: 90px;
    }

    .section-title h3 {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }

    .md-title {
        font-size: 20px;
        margin-top: 30px;
    }

    .onl-ofl {
        justify-content: center;
    }

    .onl-ofl-content p {
        margin-bottom: 0.5rem;
    }

    .btn-common {
        font-size: 14px;
        height: 40px;
        line-height: 38px;
    }

    .bnrt-red {
        font-size: 33px;
        padding-top: 20px;
    }

    .hone_exam_pattern p {
        text-align: justify;
    }

    .testimonial-single {
        margin: 0 15px;
        padding: 35px 17px 10px;
    }

    .rs-features .features-wrap .features-inner .number {
        margin: -12px auto 0;
    }

    .rs-features {
        padding-top: 0 !important;
    }

    .mt-122 {
        margin-top: 60px !important;
    }

    .custom-center{
        text-align: center;
    }
    .rs-menu.menu-indicator{
        display: none;
    }

    .px-5{
        padding:0 10px !important
    }

    #rs-header .container-fluid{
        padding:0 30px;
    }

    .custom-center img{
        height:90px !important;
        margin-bottom:5px;
    }

     #rs-header.transparent-header .rs-menu-area{
         padding : 0px;
     }
     .batch-time{
         padding: 20px 15px;
     }
     .custom-row{
         gap: 6px;
     }

     .job-box a{
         font-size:15px;
     }
     .custom-width{
         width:49%;
     }

     .section-custopn-padding{
         padding-top:30px;
     }

     table td h2{
         font-size: 14pt !important;
     }
    .marque-custom {
        height:auto !important;
    }
}
