:root {
    --primary-color: #05b169;
}

html {
    scroll-behavior: smooth !important;
}

.icon-box-info-title a:hover {
    color: #D12033 !important;
}

/*::selection {background: #050607; color: #FFFFFF; text-shadow: none;}*/
/* ::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #D12033;
} */

[class^="box-"] {
    display: none
}

[class^="box-"].showfirst {
    display: block
}

body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 700;
    color: #222222;
}

p {
    display: block;
    font-weight: 400;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

p,
a {
    font-size: 15px;
    color: #222222;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

a {
    font-family: inherit;
}

a:hover {
    text-decoration: none;
}

.slick-dots {
    display: block;
    position: absolute;
    bottom: -70px;
}

.slick-dots>li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots>li button {
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #e24659;
    border-radius: 25px;
    cursor: pointer;
    border: none;
}

.slick-arrow {
    font-size: 0;
    cursor: pointer;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    width: 90%;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.iti {
    height: auto;
    background-color: white;
    position: relative;
    display: block;
}

.iti__selected-flag {
    height: 43px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.phone-container {
    background-color: white;
    height: 45px;
    position: relative;
    border: 1px solid #bdbdbd;
    border-radius: 4%;
}

.phone1 {
    visibility: hidden !important;
}

.iti__flag-container {
    height: white;
}

.phone2 {
    height: 43px;
    position: absolute;
    top: 0;
    left: 85px;
    width: calc(100% - 85px);
    border-color: transparent;
}

.iti__selected-dial-code {
    width: 30px;
    font-size: 12px;
    font-weight: bold;
}

.iti__country-name {
    font-size: 12px;
}

.iti__dial-code {
    font-size: 12px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

::-webkit-input-placeholder {
    color: #3b3b3b
}

::-moz-placeholder {
    color: #3b3b3b
}

:-ms-input-placeholder {
    color: #3b3b3b
}

:-moz-placeholder {
    color: #3b3b3b
}


/* Custom Radio Button */
.customradio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    font-weight: 400;
    color: #FFFFFF;
}

.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 11px;
    width: 11px;
    border-radius: 3px;
    background-color: #e0e0e0;
}

.customradio input:checked~.checkmark {
    background: #ff6101;
}


/* Hamburger Menu */
.menu-bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 8;
    display: none;
}

.menu-bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #D12033;
    position: absolute;
    transition: .6s all;
    border-radius: 100px;
}

.menu-bar span:nth-child(1) {
    top: 0;
}

.menu-bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-bar span:nth-child(3) {
    top: 16px;
}



.menu-bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}

/* Global Css */
.over-hidden {
    overflow: hidden;
}

.overlay::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: 1;
}

.overlay {
    display: none;
}



/* Dropdown CSS*/
ul.dropdown {
    position: absolute;
    width: 200px;
    left: 0;
    margin: auto;
    background: #FFFFFF;
    padding: 10px 15px;
    text-align: left;
    border-radius: 2px;
    box-shadow: 0 0 10px 3px #00000014;
}

ul.dropdown li a::before {
    display: none;
}

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }

    100% {
        top: 115px;
        opacity: 0;
    }
}

.dropdown-nav:hover ul.dropdown {
    z-index: 9;
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }

    100% {
        top: 24px;
        opacity: 1;
    }
}

ul.dropdown li {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

ul.dropdown li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #000 !important;
    display: block;
    text-align: left;
    font-weight: 500;
}

ul.dropdown li a:hover {
    color: rgba(0, 0, 0, 0.5) !important;
}

.dropdown-nav {
    overflow: hidden;
    vertical-align: top;
}

.dropdown-nav:hover {
    overflow: visible;
}


/* General CSS  */

.element {
    position: absolute;
}


.dotted-shape {
    position: absolute;
    background-image: url(../images/mix/dotted-shape.png);
    background-repeat: repeat;
}

.ff-sans {
    font-family: 'Poppins', sans-serif;
}

.p-relative {
    position: relative !important;
}

.spacing__x {
    padding: 80px 0;
}

.p-40 {
    padding: 40px;
}

.p-60 {
    padding: 60px 40px 60px 40px;
}

.pt-40 {
    padding-top: 40px;
}

.bg-detail-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-detail-2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.bg-primary-color {
    background-color: #D12033;
}

.bg-color-1 {
    background-color: #f9f9f9;
}

.color-primary {
    color: #D12033;
}

.color-white {
    color: #FFFFFF;
}

.bb {
    border-bottom: 1px solid #EEEEEE;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 0;
}

ul li {
    list-style: none;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

ul.inline-block>li {
    display: inline-block;
    margin-right: 5px;
}

ul.inline-block1>li {
    display: inline-block;
    margin-right: 5px;
}

ul.inline-block1>li:last-child {
    margin-right: 0;
}

ul.inline-block>li:last-child {
    margin-right: 0;
}

.dtbl {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.dtbl .dtd {
    display: table-cell;
    vertical-align: middle;
}

.headingstyle1 {
    margin-bottom: 45px;
}

.headingstyle1 h4 {
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    line-height: 1;
}

.headingstyle1 h6 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 400;
}

.headingstyle1 h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 32px;
    margin-top: 8px;
    color:#fff !important
}

.headingstyle1 h4 span {
    color: #D12033;
    font-weight: 800;
    /* text-shadow: -1px 0px 3px black; */
    font-size: 32px;
}

.headingstyle2 {
    margin-bottom: 45px;
}

.headingstyle2 h3 {
    font-size: 50px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
}

.headingstyle1 p {
    margin-bottom: 0;
}

.headingstyle1.style-2 h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.headingstyle1.style-3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.headingstyle1.style-3 h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn-style-1 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    background-color: #51B27E;
    border: 2px solid #51B27E;
    padding: 11px 35px;
    border-radius: 4px;
}

.btn-style-8 {
    position: relative;
    line-height: 0;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    background-color: #D12033;
    border: 2px solid #D12033;
    padding: 7px 30px;
    border-radius: 4px;
}


.btn-style-8 .h4 {
    color: #000;
    font-weight: 700;
    line-height: 8px;
    font-size: 15px;
}

.btn-style-8 .rating {
    color: #fff;
    font-weight: 700;
    line-height: 0;
    font-size: 15px;
}

.btn-style-8 img {
    font-size: 22px;
    color: #ffffff;
    z-index: 1000;
    position: relative;
    height: 18px;
    /* margin-left: 11px; */
}

.btn-style-1:hover {
    color: #51B27E;
    background-color: transparent;
}

.btn-style-1 i {
    margin-right: 5px;
    line-height: 0;
    font-size: 20px;
}

.btn-style-2 {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 11px 35px;
    border-radius: 4px;
}

.btn-style-2:hover {
    color: #FFFFFF;
    background-color: transparent;
}

.btn-style-2 i {
    margin-right: 5px;
}

.btn-style-3 {
    margin-right: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: rgb(66, 66, 66);
    background-color: #D12033;
    border: 2px solid #D12033;
    padding: 11px 35px;
    border-radius: 4px;
}

.btn-style-3:hover {
    color: #D12033;
    background-color: transparent;
    border: 2px solid #D12033;
}

.btn-style-3 i {
    margin-right: 5px;
}

.btn-style-5 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: rgb(66, 66, 66);
    background-color: #D12033;
    border: 2px solid #D12033;
    padding: 8px 12px;
    border-radius: 4px;
}

.blush-button {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-name: blush;
    animation-timing-function: ease-in-out;
}



.btn-style-5 i {
    margin-right: 3px;
    font-size: 18px;
    line-height: 0;
}

.btn-style-5:hover i {
    color: #222222;
}

.btn-style-5 i:hover {
    color: #222222;
}

.btn-style-4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: rgb(66, 66, 66);
    background-color: #51B27E;
    border: 2px solid #51B27E;
    padding: 11px 22px;
    border-radius: 4px;
}

.btn-style-4:hover {
    color: #51B27E;
    background-color: transparent;
    border: 2px solid #51B27E;
}

@keyframes blush {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.05);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(1);
    }
}


.btn-style-4 i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 0;
}



.vh-1000 {
    position: relative;
}

/* General CSS End */

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 4;
}

.header-top {
    background-color: #D12033;
    padding: 8px 0;
}

.header-top ul>li {
    margin-right: 15px;
    position: relative;
}

.header-top ul li:first-child:after {
    content: "";
    height: 20px;
    width: 1px;
    position: absolute;
    top: 1px;
    margin-left: 10px;
    background: black;
}

.header-top ul>li:last-child {
    margin-right: 0;
}

.header-top ul>li a {
    color: #000;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 500;
}

header.sticky-header .header-top {
    display: none;
}

header.sticky-header .header-bottom {
    box-shadow: 0 0 15px 5px #d9d9d9;
}

.header-bottom {
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px rgb(70 70 70 / 25%);
}

.header-bottom>.container {
    position: relative;
}

.header-bottom>.container .position-unset {
    position: unset;
}

.main-navigation>ul {
    font-size: 0;
}

.main-navigation>ul>li {
    display: inline-block;
    /* margin: 0 20px; */
}

.main-navigation>ul>li>a {
    color: #111111;
    text-transform: uppercase;
    position: relative;
    padding: 22px 0;
    font-weight: 600;
    font-size: 15px;
    margin-right: 30px;
}

.main-navigation>ul>li:last-child a {
    margin-right: 10px;
}

.main-navigation>ul>li>a::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: #D12033;
    width: 0;
    height: 2px;
    transition: all 500ms ease-in-out;
}

.main-navigation>ul>li>a:hover {
    color: #D12033;
}

.main-navigation>ul>li>a:hover::before {
    width: 100%
}


.contact-info ul li {
    margin-right: 5px;
}

.contact-info ul li:last-child {
    margin-right: 0;
}

.contact-info ul li a {
    color: #51B27E;
    border: 1px solid #51B27E;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.contact-info ul li a i {
    margin-right: 5px;
}

.contact-info ul li a:hover {
    color: #FFFFFF;
    background-color: #51B27E;
}

.banner-home {
    position: relative;
    /* height: 75vh; */
    display: flex;
    align-items: center;
}

.banner-content h3 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 20px;
}

.banner-content h2 {
    color: #D12033;
    font-size: 3.2rem;
    text-shadow: 4px 3px 3px #060606;
}

.banner-content p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

.banner-content p::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #D12033;
    width: 76px;
    height: 6px;
    z-index: 1;
}

.banner-content p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: #636160;
    width: 100%;
    height: 1px;
}

.banner-content ul li {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.banner-content ul li i {
    color: #D12033;
    font-size: 14px;
    margin-right: 5px;
}

.banner-content .btn-style-4 i {
    color: #FFFFFF;
    margin-right: 5px;
    font-size: 20px;
    line-height: 0;
}

.review-color {
    color: #872166 !important;
    text-transform: uppercase;
    font-weight: 800 !important;
}

.top-viewer-list {
    margin: 0 12px;
    vertical-align: middle;
    max-width: 220px;
    position: relative;
    margin: 0 auto;
}

.top-viewer-logo {
    text-decoration: none;
    cursor: pointer;
}

.inline-block-5 li a {
    color: #fff;
}

.top-viewer-logo img {
    width: 40px;
    height: 40px;
    margin-right: 7px;
    margin-top: 7px;
}

.top-viewer-logo p {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 0;
    color: #000000;
    letter-spacing: 1.2px;
    text-align: left;
}

.top-viewer-logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0;
}

.top-viewer-logo li {
    display: inline-block;
    margin: 0;
    background-color: #872166;
    width: 20px;
    height: 20px;
    border-radius: 35px;
    padding: 1px;
    text-align: center;
    line-height: 15px;
}

.top-viewer-logo i {
    color: #ffffff;
    font-size: 12px;
}

.banner-content .btn-style-4:hover i {
    color: #51B27E;
}

.mt-130 {
    padding: 170px 0 100px 0;
}


.ftr-links-wrap {
    padding: 50px 0;
}

.ftr-links-wrap .container {
    padding-left: 0;
    padding-right: 0;
}

footer p {
    line-height: 1.5;
    text-align: left;
}

footer ul li {
    padding-bottom: 0.5rem;
    color: #ffffff;
    line-height: 1.4;
}

footer ul li a:hover {
    color: #D12033 !important;
}

footer ul li i {
    color: #D12033 !important;
}

p.rape {
    margin-bottom: 0;
}

.banner-inner {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.mt-80 {
    margin-top: 80px;
}

.banner-inner .banner-inner-content h2 {
    color: #FFFFFF;
    font-size: 36px;
}

.about-company {
    padding-bottom: 110px;
}

.about-company .img-area {
    position: relative;
}

.about-company .img-area>a {
    position: absolute;
    right: 17%;
    top: 13%;
}

.our-stats {
    background-color: #D12033;
}

.stats-box {
    position: relative;
    text-align: center;
    top: -40px;
}

.stats-box .main-round {
    border-radius: 100px;
    width: 119px;
    height: 119px;
    margin: auto auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 400ms ease-in-out;
}

.stats-box .main-round span {
    background-color: #FFFFFF;
    width: 93px;
    height: 93px;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #D12033;
}

.stats-box .main-round span i {
    /* background: url(../images/sprite.png) no-repeat;  */
    /* background-position: 0 0; */
    /* width: 55px; */
    /* height: 39px; */
    /* display: inline-block; */
    font-size: 50px;
    text-align: center;
}

.stats-box .main-round span i.ic2 {
    background-position: -66px 0;
    width: 48px;
    height: 48px;
}

.stats-box .main-round span i.ic3 {
    background-position: -125px 0;
    width: 47px;
    height: 43px;
}

.stats-box .main-round span i.ic4 {
    background-position: -183px 0;
    width: 38px;
    height: 48px;
}

.stats-box h5 {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    margin: 0;
}

.stats-box p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.stats-box:hover .main-round {
    background-color: #D12033;
}

.stats-box:hover .main-round>span {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
}

.subject-list {
    text-align: center;
}

.subject-list ul li {
    margin-right: 15px;
    margin-bottom: 20px;
}

.subject-list ul li a {
    display: block;
    border: 1px solid #898989;
    font-size: 15px;
    color: #FFFFFF;
    padding: 8px 20px;
    border-radius: 4px;
    text-transform: capitalize;
}

.subject-list ul li a:hover {
    background-color: #D12033;
    border-color: #D12033;
}

.style-box-1 h4 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.style-box-1 h5 {
    font-size: 26px;
    font-weight: 600;
}

.style-box-1 ul li {
    color: #fff;
    margin-bottom: 22.5px;
    position: relative;
    padding-left: 20px;
}

.style-box-1 ul li:last-child {
    margin-bottom: 0;
}

.style-box-1 ul li i {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 5px;
}

.style-box-1.bg-2 {
    background-color: #7cdab3;
    padding: 24px 30px;
}

.style-box-1.bg-3 {
    background-color: #bef6df;
    padding: 27px 30px;
}


.cta-1 {
    padding: 50px 0;
}

.cta-1 .text-area h3 {
    margin-bottom: 0;
    color: #FFFFFF;
}

.cta-1 .text-area h3 span {
    display: inline-block;
    padding: 1px 8px;
    line-height: normal;
    color: #000;
    border-radius: 8px;
}

.cta-1 .button-area {
    text-align: right;
}

.cta-1 .button-area ul li {
    margin-right: 15px;
}

.cta-1 .button-area ul li:last-child {
    margin-right: 0;
}


.process-box {
    position: relative;
    padding: 60px 0 0 20px;
    margin-bottom: 20px;
}

.process-box .count {
    font-size: 99px;
    color: rgb(246 171 4 / 10%);
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}

.process-box h5 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.process-box p {
    margin: 0;
    line-height: 1.4;
    padding-bottom: 30px;
    border-bottom: 1px solid #D12033;
}

.process-box .link-area {
    background-color: #D12033;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 25%;
}

.process-box .link-area i {
    text-align: center;
    padding-top: 6px;
    font-size: 20px;
}


.client-review {
    position: relative;
    min-height: 518px;
    font-size: 0;
}

.client-review::before {
    content: '';
    background: url(../images/bg/bg-testimonial-left.jpg) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.client-review::after {
    content: '';
    position: absolute;
    right: 0;
    top: -26px;
    width: 50%;
    height: 105%;
    background-color: #D12033;
    border-radius: 12px 0 0 0;
    z-index: -1;
}

.client-review .headingstyle1 {
    margin-bottom: 34px;
}

.client-review .text-area h4 {
    color: #FFFFFF;
    font-size: 34px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.client-review .text-area h4 span {
    display: block;
    font-size: 50px;
    font-weight: 700;
    color: #D12033;
}

.client-review .text-area p {
    color: #FFFFFF;
    font-size: 24px;
    margin-bottom: 25px;
}

.client-review .testimonial-slide {
    position: relative;
}

.client-review .testimonial-slide::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(5, 177, 105, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(5, 177, 105, 1) 100%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #D12033 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#05b169', GradientType=0);
}

.client-review .testimonial-box {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 25px;
    position: relative;
}

.client-review .testimonial-box p {
    font-size: 16px;
}

.client-review .testimonial-box p img {
    display: inline-block;
}

.client-review .testimonial-box .d-flex {
    justify-content: space-between;
}

.client-review .testimonial-box h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    font-style: italic;
    font-family: sans-serif;
}

.client-review .testimonial-box ul li i {
    color: #ffa200;
    font-size: 14px;
}

.testimonial-slider .slick-dots {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex !important;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.testimonial-slider .slick-dots li {
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 25px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.testimonial-slider .slick-dots li button {
    background-color: #000;
    opacity: 0;
}

.testimonial-slider .slick-dots li.slick-active button {
    opacity: 1;
}

.top-list {
    position: relative;
    -webkit-box-shadow: inset 0px 0px 20px -4px rgba(204, 204, 204, 1);
    -moz-box-shadow: inset 0px 0px 20px -4px rgba(204, 204, 204, 1);
    box-shadow: inset 0px 0px 20px -2px rgb(204 204 204);
}

.top-list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background-color: #D12033;
}

.top-list .heading {
    height: 100%;
    padding: 40px 0;
    border-radius: 0 60px 60px 0;
    background-color: #D12033;
}

.top-list .heading h5 {
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.institution-slider-box {
    padding: 15px 0;
}

.institution-slider li img {
    margin: auto;
}

.institution-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
    z-index: 1;
    background: url(../images/sprite.png) no-repeat;
    background-position: -57px -63px;
    width: 13px;
    height: 24px;
    border: none;
}

.institution-slider .slick-prev {
    left: -20px;
}

.institution-slider .slick-next {
    transform: rotate(180deg);
    right: -20px;
}

.institution-slider .slick-arrow:hover {
    filter: grayscale(100%);
}

.banner-form {
    padding: 33px 20px 20px 20px;
    border-radius: 7px;
    width: 400px;

}

.banner-form h5 {
    position: relative;
    font-size: 30px;
    margin: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner-form h5 span {
    display: inline-block;
    background: #fff;
    padding: 0px 5px;
    text-align: center;
    border-radius: 8px;
    color: #000;
    font-size: 32px;
}



.countdown {
    border-radius: 5px;
    margin: 0 auto 5px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 230px;
}

.count-div {
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10%;
    display: flex;
    flex-direction: column;
    margin: 15px 7px;
    position: relative;
    border: 2px solid black;
}

.count-div span {
    align-self: center;
    font-size: 24px;
    color: black;
    font-weight: 700;
    margin-top: -11px;
}

.count-div p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -1px;
    font-size: 10px;
    height: 20px;
    font-weight: 600;
    border-radius: 50px;
    padding-top: 3px;
    color: rgb(131, 131, 131);
}

.banner-form .form-group {
    position: relative;
}

.banner-form .form-group i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    display: flex;
    align-items: center;
    color: black;
}

.banner-form .form-group .sprite {
    right: 30px;
    left: auto;
}

.custom-input-style {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    border-radius: 4px;
    height: 49px;
    padding: 0 10px 0 40px;
}

.custom-input-style.error {
    border: 2px solid #f50b0b;
}

label.error {
    display: none !important;
}

.custom-select-style {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    border-radius: 4px;
    height: 49px;
    padding: 0 10px 0 40px;
}

.custom-submit-style {
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: rgb(66, 66, 66);
    background-color: black;
}

.custom-textarea-style {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px 0 0px 10px;
    resize: none;
}

.sprite {
    background: url(../images/sprite.png) no-repeat;
    background-position: -1px -103px;
    width: 19px;
    height: 16px;
}

footer .footer-top {
    padding: 15px 0;
}

footer .footer-nav {
    text-align: right;
}

footer .footer-nav ul li {
    padding: 0 10px 0 20px;
    margin: 0 10px;
    position: relative;
}

footer .footer-nav ul li+li::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 1px;
    height: 55%;
    background-color: #d3d3d3;
}

footer .footer-nav ul li a {
    font-size: 14px;
    text-transform: uppercase;
}

footer .footer-nav ul li a:hover {
    color: #05b169;
}

footer .footer-middle {
    background-color: #f9f9f9;
    padding: 15px 0;
}

footer .disclaimer {
    text-align: center;
}

footer .disclaimer h6,
footer .disclaimer p {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 5px;
}

footer .footer-bottom {
    background-color: #212121;
    padding: 10px 0;
}

footer .footer-bottom p {
    margin: 0;
    color: #FFFFFF;
    font-size: 14px;
}

footer .footer-bottom ul li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ffffff;
}

footer .footer-bottom ul li:last-child {
    border-right: 0;
}

footer .footer-bottom ul li a {
    color: #FFFFFF;
    font-size: 14px;
}

footer .footer-bottom ul li a:hover {
    color: #05b169
}

.style-box-2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.style-box-2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 99%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 79%) 99%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
}

.style-box-2 h5 {
    position: absolute;
    color: #FFFFFF;
    bottom: 20px;
    left: 30px;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    padding-left: 50px;
}

.style-box-2 h5::before {
    content: '';
    position: absolute;
    left: 0;
    width: 43px;
    height: 4px;
    background-color: #D12033;
    top: 0;
    bottom: 0;
    margin: auto;
}

.style-box-2 .hover-box {
    position: absolute;
    width: 97%;
    height: 96%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(246 171 4 / 86%);
    padding: 50px 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    transform: translateY(-120%);
}

.style-box-2 .hover-box i {
    background: url(../images/sprite.png) no-repeat;
    background-position: -11px -131px;
    width: 130px;
    height: 130px;
}

.style-box-2 .hover-box i.ic2 {
    background-position: -11px -270px;
}

.style-box-2 .hover-box h6 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 15px 0;
}

.style-box-2 .hover-box p {
    color: #FFFFFF;
    margin: 0;
}

.style-box-2:hover>img {
    filter: blur(5px);
}

.style-box-2:hover .hover-box {
    transform: translateY(0);
    opacity: 1;
}

.style-box-2:hover h5 {
    opacity: 0;
}

.contact-options h6 {
    margin-bottom: 15px;
    position: relative;
}

.contact-options h6::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 1px;
    background-color: #CCCCCC;
}

.contact-options ul li {
    display: block;
    margin-bottom: 5px;
}

.contact-options ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.contact-options ul li a i {
    margin-right: 5px;
}

.img-box {
    margin-bottom: 30px;
}

.contact-us .banner-form2 {
    padding: 60px 40px 40px 40px;
    border-radius: 4px;
}

.banner-form2 .form-group i {
    position: absolute;
    top: 12px;
    left: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    color: #000;
}

.icon-box-icon i {
    color: #D12033 !important;
    font-size: 2.3rem !important;
}

.contact-us .form-group .sprite {
    right: -40px;
    top: 16px;
}

.contact-us .custom-submit-style {
    text-align: left;
    padding: 0 0 0 25px;
}

.contact-us .banner-form2 h5 {
    text-align: left;
}

.contact-us .banner-form2 h5::before,
.contact-us .banner-form2 h5::after {
    display: none;
}

.list-style-1 {
    margin-bottom: 20px;
}

.list-style-1>li {
    margin-bottom: 2px;
}

.list-style-1>li i {
    color: #05b169;
    margin-right: 2px;
}

.subject-box {
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 40px 30px;
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
}

.subject-box>span {
    width: 98px;
    height: 98px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D12033;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.subject-box>span i {
    background: url(../images/sprite.png) no-repeat;
    background-position: -111px -60px;
    width: 50px;
    height: 43px;
}

.subject-box>span i.ic2 {
    background-position: -168px -55px;
    width: 50px;
    height: 50px;
}

.subject-box>span i.ic3 {
    background-position: -225px -57px;
    width: 50px;
    height: 50px;
}

.subject-box>span i.ic4 {
    background-position: -282px -60px;
    width: 50px;
    height: 38px;
}

.subject-box h6 {
    font-size: 20px;
    margin-top: 15px;
}

.subject-box p {
    margin-bottom: 20px;
}

.subject-box:hover {
    box-shadow: 0 0 20px 1px rgb(204 204 204 / 40%);
}

.subject-box:hover>span {
    background-color: #D12033;
    box-shadow: 0 0 10px 1px rgb(248 179 24 / 82%);
}

.subject-box:hover>span i {
    filter: brightness(0) invert(1);
}

/* Tab Style  */
.tab>ul {
    font-size: 0;
    padding: 11px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.tab>ul li {
    display: inline-block;
}

.tab>ul li:last-child {
    margin-bottom: 0;
}

.tab>ul li a {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 5px 50px;
    border-radius: 4px;
}

.tab>ul li.active a {
    color: #D12033;
    background-color: #FFFFFF;
}

.subject-list {
    font-size: 0;
}

.subject-list>li {
    display: block;
    margin-bottom: 20px;
}

.subject-list>li a {
    display: block;
    background-color: #f9f9f9;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 16px 15px;
    border-radius: 6px;
}

.sub-img-box {
    position: relative;
    padding-right: 8px;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.sub-img-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 97%;
    height: 97%;
    border-radius: 4px;
    background-color: #05b169;
    z-index: -1;
}


.client-review.for-small-device {
    display: none;
}

.blog-title .inner-wrap {
    position: relative;
    padding: 40px 0 !important;
}

.blog-title .inner-wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    left: 0;
    top: 0;
    border-radius: 8px;
}

.nav-submenu {
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    transform: initial;
    text-transform: initial;
    letter-spacing: initial;
    z-index: 2222;
    padding: 30px;
    position: absolute;
    top: 100%;
    transition: all .1s linear;
    border-top: 6px solid #145857;
    -webkit-box-shadow: 0px 5px 16px -4px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 5px 16px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 16px -4px rgb(0 0 0 / 50%);
}

.main-navigation ul li.dropdown-nav:hover .nav-submenu {
    opacity: 1;
    visibility: visible;
}

.nav-submenu.style-2 {
    width: 60%;
}

.main-navigation ul li.dropdown-nav:hover>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #145857;
}

.menu-tab-content h5 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.menu-tab-content p {
    font-size: 14px;
}

.menu-tab-content .btn-style-1 {
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 2px;
}

.menu-tab-content .btn-style-1>i {
    margin: 0 0 0 5px;
}

.menu-tab-content h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}


.menu-tab-content>ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.menu-tab-content>ul li a>i {
    color: #D12033;
    margin-right: 3px;
}

.menu-tab-content>ul li>a:hover {
    color: #05b169;
}


.thankyouBanner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
}

.thank-hdr {
    background-color: #FFFFFF;
    padding: 50px 50px;
}

.thank-hdr h1 {
    font-size: 54px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 57px;
    text-align: center;
    color: #29bb89;
    margin-bottom: 13px;
}

.thank-hdr p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
    padding: 0;
    margin-bottom: 10px;
}

.thank-hdr a {
    color: #222222;
    text-decoration: underline;
    font-style: italic;
    font-size: 16px;
}

@media (max-width: 800px) {
    .menu-wrapper.open {
        display: block;
        left: -22px !important;
    }

    .menu-wrapper {
        position: absolute;
        padding: 15px;
        left: -250% !important;
    }
}

@media (max-width: 1200px) {

    .menu-bar {
        display: block;
    }


    .menu-wrapper.open {
        display: block;
        left: -50px;
    }

    .main-navigation>ul>li>a::before {
        bottom: 0;
    }

    .menu-wrapper {
        position: absolute;
        padding: 15px;
        left: -250%;
        right: 0;
        top: 218px;
        bottom: 0;
        margin: auto;
        background: #000000;
        height: fit-content;
        display: flex;
        justify-content: center;
        /* flex-flow: column; */
        transition: all 0.4s ease;
        z-index: 9999;
        width: 100vw;
        overflow-y: scroll;
    }

    .menu-wrapper>ul>li {
        display: block;
        margin-bottom: 34px;
    }

    .menu-wrapper>ul>li>a {
        color: #FFFFFF;
        padding: 0;
    }

    header .header-top .text-right {
        text-align: center !important;
    }

    header .contact-info {
        display: none;
    }

    .spacing__x {
        padding: 60px 0;
    }

    .cta-1 {
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {
    .mt-130 {
        padding: 120px 0 50px 0;
    }

    .single-service {
        height: 550px !important;
    }

    .menu-wrapper.open {
        display: block;
        left: 0 !important;
    }

    .contact-us button::before {
        left: 44% !important;
    }

    .menu-wrapper {
        position: absolute;
        padding: 15px;
        left: -210%;
        right: 0;
        top: 195px;
        bottom: 0;
        margin: auto;
        background: #000000;
        height: fit-content;
        display: flex;
        justify-content: center;
        /* flex-flow: column; */
        transition: all 0.4s ease;
        z-index: 9999;
        width: 100vw;
        overflow-y: scroll;
    }
}

@media (max-width: 825px) {
    ul.inline-block1>li {
        display: block;
    }

    .btn-style-7 {
        width: 100%;
        margin-bottom: 10px;
    }

    .btn-style-6 {
        width: 100%;
        font-size: 16px;
    }

    .contact-us .banner-form2 {
        padding: 60px 20px 40px 20px;
    }

    .contact-us .custom-submit-style {
        text-align: center;
        padding: 0;
    }

    .mt-80 {
        margin-top: 80px;
    }

    .contact-us .form-group .sprite {
        right: -100px;
        top: 17px;
    }

    .btn-45 {
        display: none;
    }

    p,
    a,
    ul li {
        font-size: 14px;
    }


    .spacing__x {
        padding: 40px 0
    }

    .dsp-none {
        display: none !important;
    }



    .banner-form h5 {
        font-size: 25px !important;
    }

    .headingstyle1 {
        margin-bottom: 20px;
    }

    .headingstyle1 h4 {
        font-size: 24px;
    }

    .headingstyle1 h3,
    .headingstyle1.style-2 h3,
    .headingstyle1.style-3 h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .headingstyle1 h6 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .header-top ul>li a {
        font-size: 12px;
    }

    .header-bottom {
        padding: 10px 0;
    }



    .banner-home,
    .banner-inner {
        height: auto;
        min-height: 300px;
    }

    .banner-content h3 {
        font-size: 1.3rem;
        line-height: 20px;
    }

    .banner-content h2 {
        font-size: 30px;
    }

    .banner-content p {
        font-size: 16px;
    }

    .banner-content ul li {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .banner-inner .banner-inner-content h2 {
        font-size: 26px;
    }

    .banner-form {
        position: relative;
        left: auto;
        right: 0;
        top: auto;
        width: 100%;
        margin: 15px 0;
    }

    .top-list::before {
        width: 0;
    }

    .top-list {
        text-align: center;
        -webkit-box-shadow: inset 0px 0px 80px -2px rgb(231 231 231);
        -moz-box-shadow: inset 0px 0px 80px -2px rgb(231 231 231);
        box-shadow: inset 0px 0px 80px -2px rgb(231 231 231);
    }

    .top-list .heading {
        background: transparent;
    }

    .top-list .heading h5 {
        color: #222222;
        font-size: 22px;
    }

    .institution-slider-box {
        padding: 15px 0 35px 0;
    }

    .cta-1 .text-area h3 {
        margin-bottom: 20px;
    }

    .cta-1 .button-area {
        text-align: left;
    }

    .cta-1 .button-area ul li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .process-box .link-area {
        transform: rotate(90deg);
    }

    .client-review.for-small-device,
    .client-review.for-small-device .text-area {
        display: block;
    }

    .client-review.for-small-device::before {
        width: 100%;
    }

    .client-review .text-area {
        display: none;
    }

    .client-review::before {
        width: 0%;
    }

    .client-review::after {
        width: 100%;
        top: 0;
    }

    .client-review {
        min-height: auto;
        padding: 40px 0;
    }

    .client-review .text-area h4 {
        font-size: 24px;
    }

    .client-review .text-area h4 span {
        font-size: 30px;
    }

    .client-review .text-area p {
        font-size: 18px;
    }

    .client-review .text-area {
        margin-bottom: 100px;
    }

    .client-review .headingstyle1 {
        margin-bottom: 10px;
    }

    .client-review .testimonial-box {
        margin-bottom: 0;
    }

    .client-review .testimonial-slide::before {
        height: 0;
    }

    .client-review .pt-40 {
        padding: 0 !important;
    }

    .ftr-links-wrap {
        padding: 40px 0 0 0;
    }

    .contacts-info {
        padding: 20px;
    }

    .contact-info {
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    footer .footer-bottom {
        text-align: center;
    }

    footer .disclaimer h6,
    footer .disclaimer p {
        font-size: 12px;
    }

    footer .footer-bottom .text-right {
        text-align: center !important;
    }

    .e-online {
        padding-bottom: 0;
    }

    .style-box-2 .hover-box i {
        display: none;
    }

    .style-box-2 .hover-box h6 {
        margin: 0 0 5px 0;
        font-size: 18px;
    }

    .style-box-2 .hover-box {
        padding: 15px;
    }

    .style-box-2 .hover-box p {
        font-size: 13px;
    }

    .tab>ul li {
        display: block;
        text-align: center;
    }

    .nav-submenu {
        opacity: 1;
        visibility: visible;
        position: relative;
        padding: 0;
        top: auto;
        border: none;
        box-shadow: none;
        transition: none;
        z-index: auto;
        background: transparent;
        left: auto;
        right: auto;
        width: 100% !important;
    }

    .menu-tab-content.mob-display-none {
        display: none;
    }

    .menu-tab-content {
        padding-left: 20px;
    }

    .menu-tab-content>ul {
        margin-top: 10px;
    }

    .menu-tab-content h6 {
        display: none;
    }

    .menu-tab-content>ul li a {
        color: #FFFFFF;
        font-family: inherit;
    }

    .main-navigation ul li.dropdown-nav:hover>a::after {
        display: none;
    }

    .cta-2 {
        display: none;
    }

    .mob-pb-0 {
        padding-bottom: 0 !important;
    }

}

.errorDisplay {
    text-align: center;
    width: 100%;
    color: red;
    font-size: 12px;
}


.single-service {
    margin-top: 40px;
    height: 470px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0.3rem 0.3rem 2rem rgb(0 0 0 / 15%) !important
}

.single-service:hover {
    background: #D12033;
    color: #fff !important;
    transition: all .2s ease-in-out;
}

.single-service:hover .part-1 {
    border-bottom: 2px solid #000;
}

.single-service:hover .part-1 i {
    color: #000 !important;
}

.single-service:hover .part-1 .title {
    color: #000 !important;
}

.contact-info {
    margin-left: 50px;
}

.single-service:hover .part-2 .description {
    color: #000 !important;
}

.single-service:hover .part-2 a {
    color: #000 !important;
}

.single-service:hover .part-2 a i {
    color: #000 !important;
}

.services .single-service .part-1 {
    padding: 30px 20px 20px;
    height: 150px;
    border-bottom: 2px solid #D12033;
}
.services .single-service .part-1:hover{
    border-bottom: 2px solid #000 !important;
}

.services .single-service .part-1 i {
    margin-bottom: 0;
    font-size: 50px;
    color: #D12033;
    display: block;
    text-align: center;
}

.services .single-service .part-1 .title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    text-align: center;
}

.services .single-service .part-2 {
    padding: 30px 40px 40px;
}

.services .single-service .part-2 .description {
    margin-bottom: 22px;
    color: #6f6f71;
    font-size: 14px;
    line-height: 1.8em;
}

.services .single-service .part-2 a {
    color: #D12033;
    font-size: 14px;
    text-decoration: none;
}

.services .single-service .part-2 a i {
    margin-right: 10px;
    color: #D12033;
}


/* offer */

.search-course {
    background: linear-gradient(rgba(29, 28, 28, .9), rgba(29, 32, 28, .9)), url(/assets/images/banner/banner-about.jpg);
    background-size: cover;
}

.search-course .online-course-inner {
    padding: 50px 40px;
}

.search-course .heading {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.search-course .online-course-inner h6 {
    color: #fff;
}

.search-course .count-text {
    color: #fff;
}



.search-course .cta-btn-box .left-btn::before {
    z-index: 1 !important;
    background: #cb1d31 !important;
}


.search-course .cta-btn-box span {
    z-index: 2 !important;
    position: inherit;
}

.search-course .cta-btn-box .left-btn::after {
    z-index: 1 !important;
    background: #cb1d31 !important;
}




.search-course .cta-btn-box .right-btn::before {
    z-index: 1 !important;
}



.search-course .cta-btn-box .right-btn::after {
    z-index: 1 !important;
}



.search-course .counter-box {
    text-align: center;
}

.search-course .counter {
    border: 1px solid #D12033;
    position: relative;
    padding: 3rem;
    margin-bottom: 1.5rem;
    border-radius: 5px;
}

.w-30 {
    width: 30% !important;
}

.search-course .count-title {
    position: absolute;
    bottom: -36px;
    padding: 0.1rem;
    /* color: #fff; */
    background: #D12033;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 130px;
    border-radius: 3px;
    font-size: 22px;
}


/* Course */

.online-course {
    padding: 65px 0 75px 0;
}

.online-course .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.online-course .nav-stacked>li {
    float: none;
}

.online-course .nav>li {
    position: relative;
    display: block;
}

.online-course .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #000;
    background-color: transparent;
}

.online-course .course-block {
    padding: 20px;
}

.online-course .course-block i {
    font-size: 60px;
    margin-top: -8px;
    color: #fff;
}

.online-course .course-block i::before {
    top: 10px;
    position: relative;
}

.online-course .course-block h4 {
    margin-top: 8px;
    font-size: 22px;
    margin-left: 10px;
    color: #fff;
}

.online-course .color-yellow {
    background: #D12033;
}


.online-course .heading {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.online-course .sec-title h4 {
    line-height: 1.2em;
    font-weight: 700;
    font-size: 20px;
}

.online-course .sec-title .divider {
    position: relative;
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-bottom: 15px;
    background: #908989;
    height: 1px;
    margin-top: 8px;
}

.online-course.divider .fa {
    color: #0c0b39;
}

.online-course .p-17 {
    font-size: 17px;
}


button[type="submit"]:disabled {
    opacity: .6;
    color: transparent !important;
}

.banner-form button.custom-submit-style::before {
    content: "";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 45%;
    text-align: center;
    top: 7px;
    display: none;
}

.banner-form button.custom-submit-style:disabled:before {
    display: block;
}

.entry-box button::before {
    content: "";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 45%;
    text-align: center;
    top: 15px;
    display: none;
}

.entry-box button:disabled:before {
    display: block;
}

.contact-us button::before {
    content: "";
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 41%;
    text-align: center;
    top: 8px;
    display: none;
}

.contact-us button:disabled:before {
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    padding: 10px 12px;
    background-color: #f8f9fa !important;
}

.fixed-button-bottom .whatsapp-theme2 {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 4px;
}

.fixed-button-bottom {
    display: none;
}

@media only screen and (max-width: 767px) {
    .whatsapp-theme2 {
        margin-left: 0;
    }

    .whatsapp-theme2 {
        background-color: #51B27E;
        color: #fff;
        font-size: 16px;
    }

    .fixed-button-bottom {
        display: block;
    }
}

.whatsapp-theme2 i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 0;
}

.fixed-button-bottom .order-now2 {
    background-color: #D12033;
    color: #000;
    border: 1px solid #D12033;
    border-radius: 4px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.order-now2 i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 0;
}

.phone-img .default-img, .phone-img:hover .hover-img{
    display: block;
}
.phone-img:hover .default-img, .phone-img .hover-img{
    display: none;
}