@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif
}

.primaryBg_color {
    background: #0baa56 !important
}

.secondaryBg_color {
    background: #129d98 !important
}

.whiteBg_color {
    background: #fff !important
}

.color_white {
    color: #fff !important
}

.secondary_primary {
    color: #129d98 !important
}

.color_primary {
    color: #0baa56 !important
}

.color_block {
    color: #000
}

.color_text,
.innerBanner .breadcrumb .breadcrumb-item a:hover,
.mobileMenu .offcanvas-body ul li a h6,
p a:hover {
    color: #001319
}

html {
    scroll-behavior: smooth
}

html::-webkit-scrollbar {
    width: 8px
}

html::-webkit-scrollbar-track {
    border-radius: 0;
    background: #001319
}

html::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #0baa56;
    opacity: 1
}

.modal {
    z-index: 9999
}

.btn-close {
    box-shadow: none;
    outline: 0;
    border: 0
}

.position-relative {
    z-index: 1
}

body {
    background: #fff;
    overflow-x: hidden;
    position: relative;
    font-family: "Inter", sans-serif;
    color: #000
}

.hide,
form .form-group #file-input {
    display: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

h1 {
    font-size: 75px
}

.font-40,
h1,
h2 {
    font-family: "Playfair Display", serif
}

.font-40 {
    font-size: 40px;
    color: #001319
}

h2 {
    font-size: 44px
}

h1,
h2,
h3,
p a {
    font-weight: 700
}

h1,
h2,
h3,
h4 {
    margin: 0;
    color: #001319
}

h3 {
    font-size: 32px;
    font-family: "Playfair Display", serif
}

h4 {
    font-size: 26px
}

.font-22,
.font-24 {
    font-size: 24px;
    color: #001319
}

.font-22 {
    font-size: 22px
}

h5,
h6 {
    margin: 0;
    font-size: 20px
}

h6 {
    font-size: 18px;
    line-height: 1.3
}

.font-16 {
    font-size: 16px
}

ul {
    padding-left: 0
}

ol li,
ul li {
    margin-bottom: 7px;
    line-height: 1.6
}

.font-16,
h5,
h6,
ul li {
    color: #001319
}

ul li {
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    list-style: none
}

ol,
p,
ul {
    margin-bottom: 0
}

ol {
    margin-left: 15px
}

ol li {
    padding-left: 10px
}

p {
    line-height: 1.7
}

p b,
p strong {
    color: #000;
    font-weight: 600
}

ol li,
p,
p strong {
    color: #001319
}

p a {
    margin-left: 7px;
    color: #0baa56
}

a,
button,
i {
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

a,
button,
ol li,
p {
    font-weight: 400;
    font-size: 15px
}

a,
button {
    line-height: 1.6;
    text-decoration: none;
    color: #0bbb56
}

.textWrapper p {
    margin-bottom: 10px
}

.textWrapper p a,
ol {
    padding-left: 0
}

.textWrapper p:last-child {
    margin-bottom: 0
}

.textWrapper ul {
    margin-top: 5px;
    margin-bottom: 10px
}

.textWrapper ul li {
    margin-bottom: 9px;
    position: relative;
    padding-left: 27px
}

.textWrapper ul li::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../images/svg/list-square.svg)no-repeat;
    background-size: 15px
}

.textWrapper img {
    margin-top: 15px;
    margin-bottom: 20px;
    border-radius: 10px
}

.textWrapper h1,
.textWrapper h2,
.textWrapper h3,
.textWrapper h4,
.textWrapper h5,
.textWrapper h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 15px;
    display: block
}

form label {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

form label span {
    color: red
}

form .form-group {
    position: relative;
    margin-bottom: 25px
}

form .form-group .error {
    color: red;
    text-align: left;
    font-size: 12px;
    margin-top: 5px
}

form .form-group .form-control {
    margin-bottom: 0;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dadbe4;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #001319;
    padding: 17px 16px
}

form .form-group .form-control:focus {
    box-shadow: none
}

form .form-group .form-control::placeholder {
    color: #001319;
    opacity: 1
}

form .form-group .form-control:-ms-input-placeholder {
    color: #001319
}

form .form-group .form-control::-ms-input-placeholder {
    color: #001319
}

form .form-group textarea.form-control {
    resize: none;
    height: 130px
}

form .form-group .iti__selected-flag {
    padding: 0 20px;
    font-weight: 600
}

form .form-group .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

form .form-group .iti__arrow {
    border: 0;
    width: 12px;
    height: 7px;
    background: url(../images/numberDownArrow.png)center no-repeat;
    background-size: 11px;
    margin-left: 10px
}

form .form-group .iti__flag-box {
    display: flex;
    align-items: center
}

form .form-group .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    position: relative;
    border-right: 1px solid #000
}

form .form-group .iti--separate-dial-code .iti__selected-flag::after {
    position: absolute;
    right: 0;
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%
}

form .form-group .iti__active,
form .form-group .iti__highlight {
    background-color: #0baa56;
    color: #fff
}

form .form-group .iti__active .iti__dial-code,
form .form-group .iti__highlight .iti__dial-code {
    color: #fff
}

form .form-group .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px
}

form .form-group .iti__country-name,
form .form-group .iti__dial-code {
    font-size: 14px
}

form .form-group .iti__country-list {
    scroll-behavior: smooth
}

.systemWork .systemWorkCard p::-webkit-scrollbar,
form .form-group .iti__country-list::-webkit-scrollbar {
    width: 5px
}

form .form-group .iti__country-list::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #cecec5
}

form .form-group .iti__country-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #0baa56;
    opacity: 1
}

form .form-group .iti__country {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1px
}

form .form-group .iti {
    width: 100% !important
}

form .form-group .select2-container--default .select2-selection--single {
    border: 0 !important;
    font-weight: 400;
    border-radius: 0;
    background: #fff;
    height: inherit !important
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.3
}

form .form-group .select2-container {
    border: 0
}

form .form-group .select2-results__option {
    padding: 5px 15px;
    font-size: 14px
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0 transparent;
    width: 13px;
    height: 7px;
    background: url(../images/svg/downArrow.svg)center no-repeat;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: inherit !important;
    bottom: 9px !important;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

form .form-group .select2.select2-container.select2-container--default {
    padding: 14px 20px;
    border: 1px solid #6d6d6d !important;
    position: inherit;
    border-radius: 5px;
    width: 100%
}

form .form-group .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f7f7f7;
    color: #0baa56
}

form .form-group .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0baa56;
    color: #fff
}

form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #f9f9f9
}

form .form-group .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 7px
}

form .form-group .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    border-radius: 0;
    background: #000
}

form .form-group .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #0baa56;
    opacity: 1
}

form .form-group label[for=file-input] * {
    vertical-align: middle;
    cursor: pointer
}

form .form-group label.form-control {
    display: flex;
    padding: 0;
    min-height: 50px
}

form .form-group .file-inputSpan {
    color: #202528 !important;
    word-break: break-all;
    font-size: 14px;
    padding: 13px 15px;
    line-height: 1.4
}

form .form-group .file-inputBtn,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover svg path {
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in
}

form .form-group .file-inputBtn {
    position: relative;
    border-radius: 0 0 0 0;
    background: 0 0;
    color: #000;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 13px 15px;
    font-size: 14px;
    border-right: 1px solid #6d6d6d
}

form .form-group .file-inputBtn:hover {
    background: #0baa56;
    color: #fff
}

form textarea.form-control {
    resize: none;
    height: 64px
}

.select2-position .position-relative {
    z-index: inherit !important
}

.fw-Regular {
    font-weight: 400 !important
}

.fw-Medium {
    font-weight: 500 !important
}

.fw-SemiBold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-ExtraBold {
    font-weight: 800 !important
}

.fw-Black {
    font-weight: 900 !important
}

.primary_btn {
    margin: 0;
    overflow: hidden;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    box-shadow: none;
    outline: 0;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: ease-in .5s;
    position: relative;
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%)
}

.primary_btn:hover {
    background: #129d98;
    color: #fff
}

.slick-track {
    margin-left: 0 !important
}

.slick-arrow {
    width: 45px;
    height: 45px;
    z-index: 9
}

.slick-prev {
    left: 0
}

.slick-dots li button,
.slick-next::before,
.slick-prev::before {
    display: none
}

.slick-prev,
.slick-prev:hover {
    background: url(../images/svg/sliderPrev.svg)center no-repeat !important;
    background-size: 42px !important
}

.slick-next {
    right: 0
}

.slick-next,
.slick-next:hover {
    background: url(../images/svg/sliderNext.svg)center no-repeat !important;
    background-size: 42px !important
}

.slick-dots,
.slick-dots li,
.slickSliderNav {
    position: relative;
    display: flex;
    align-items: center
}

.slickSliderNav {
    grid-gap: 20px;
    justify-content: end;
    width: 100%
}

.slickSliderNav .slick-next,
.slickSliderNav .slick-prev {
    position: relative;
    top: 0 !important;
    transform: inherit !important
}

.slickSliderNav .slick-prev {
    left: 0 !important
}

.slickSliderNav .slick-next {
    right: 0 !important
}

.slick-dots,
.slick-dots li {
    justify-content: center
}

.slick-dots {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
    bottom: 0;
    grid-gap: 12px
}

.slick-dots li {
    margin: 0;
    outline: 0;
    box-shadow: none;
    background-color: transparent !important;
    width: 17px;
    height: 17px;
    border: 2px solid #0baa56;
    border-radius: 0;
    opacity: .5
}

.slick-dots li::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #0baa56;
    border-radius: 0;
    position: absolute
}

.slick-dots .slick-active {
    border: 2px solid #0baa56;
    opacity: 1
}

@media (max-width:1199.98px) {
    .slick-arrow {
        width: 35px;
        height: 35px
    }
    .slick-prev {
        left: 0
    }
    .slick-next::before,
    .slick-prev::before {
        display: none
    }
    .slick-prev,
    .slick-prev:hover {
        background: url(../images/svg/sliderPrev.svg)center no-repeat !important;
        background-size: 32px !important
    }
    .slick-next {
        right: 0
    }
    .slick-next,
    .slick-next:hover {
        background: url(../images/svg/sliderNext.svg)center no-repeat !important;
        background-size: 32px !important
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important
}

@media (max-width:1699.98px) {
    h1 {
        font-size: 65px
    }
}

@media (max-width:1499.98px) {
    h1 {
        font-size: 60px
    }
    h2 {
        font-size: 40px
    }
    .font-40 {
        font-size: 36px
    }
    h3 {
        font-size: 28px
    }
    h4 {
        font-size: 24px
    }
    .font-24 {
        font-size: 23px
    }
    .font-22 {
        font-size: 21px
    }
    h5 {
        font-size: 19px
    }
    h6 {
        font-size: 17px
    }
    .font-16 {
        font-size: 15px
    }
}

@media (max-width:1399.98px) {
    h1 {
        font-size: 55px
    }
    h2 {
        font-size: 36px
    }
    .font-40 {
        font-size: 32px
    }
}

@media (max-width:1299.98px) {
    h1 {
        font-size: 55px
    }
    h2 {
        font-size: 36px
    }
    .font-40 {
        font-size: 32px
    }
    .primary_btn,
    a,
    button,
    ol li,
    p,
    ul li {
        font-size: 15px
    }
    form .form-group .form-control {
        padding: 11px 20px
    }
    form .form-group .form-control,
    form .form-group .iti--separate-dial-code .iti__selected-dial-code,
    form .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
        line-height: 24px
    }
    form .form-group .select2.select2-container.select2-container--default {
        padding: 13px 20px
    }
    form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        bottom: 9px !important
    }
}

@media (max-width:1199.98px) {
    h1 {
        font-size: 50px
    }
    h2 {
        font-size: 32px
    }
    .font-40 {
        font-size: 28px
    }
    h3 {
        font-size: 26px
    }
    h4 {
        font-size: 24px
    }
    .font-24 {
        font-size: 22px
    }
    .font-22 {
        font-size: 20px
    }
    h5 {
        font-size: 18px
    }
    h6 {
        font-size: 16px
    }
    .font-16 {
        font-size: 15px
    }
}

@media (max-width:991.98px) {
    h1 {
        font-size: 45px
    }
    h2 {
        font-size: 29px
    }
    .font-40 {
        font-size: 25px
    }
    h3 {
        font-size: 24px
    }
    h4 {
        font-size: 22px
    }
    .font-24 {
        font-size: 20px
    }
    .font-22 {
        font-size: 19px
    }
    h5 {
        font-size: 17px
    }
    h6 {
        font-size: 15px
    }
    .font-16,
    .primary_btn,
    a,
    button,
    ol li,
    p,
    ul li {
        font-size: 14px
    }
    .primary_btn {
        padding: 10px 25px;
        border-radius: 7px
    }
    .textWrapper ul li::before {
        top: 5px;
        padding-left: 20px;
        width: 10px;
        height: 10px;
        background-size: 10px
    }
    .textWrapper h1,
    .textWrapper h2,
    .textWrapper h3,
    .textWrapper h4,
    .textWrapper h5,
    .textWrapper h6 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 40px
    }
    h2 {
        font-size: 26px
    }
    .font-40,
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 20px
    }
    .font-22,
    .font-24 {
        font-size: 18px
    }
    .textWrapper h1,
    .textWrapper h2,
    .textWrapper h3,
    .textWrapper h4,
    .textWrapper h5,
    .textWrapper h6,
    h5 {
        font-size: 16px
    }
    .primary_btn,
    a,
    button,
    h6,
    ol li,
    p,
    ul li {
        font-size: 14px
    }
}

@media (max-width:650px) {
    h1 {
        font-size: 35px
    }
}

@media (max-width:575px) {
    form .form-group .iti__country-list {
        width: 320px
    }
}

@media (min-width:1550px) {
    .container {
        max-width: 90%
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 85%
    }
}

.mt-10 {
    margin-top: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

@media (max-width:1199.98px) {
    .pt-100 {
        padding-top: 70px !important
    }
    .pt-90 {
        padding-top: 60px !important
    }
    .pt-80 {
        padding-top: 50px !important
    }
    .pt-70 {
        padding-top: 40px !important
    }
    .pt-60 {
        padding-top: 50px !important
    }
    .pb-100,
    .pb-90 {
        padding-bottom: 70px !important
    }
    .pb-80 {
        padding-bottom: 50px !important
    }
    .pb-70 {
        padding-bottom: 40px !important
    }
    .pb-60 {
        padding-bottom: 50px !important
    }
    .mt-30 {
        margin-top: 20px !important
    }
    .mt-40 {
        margin-top: 30px !important
    }
    .mt-50 {
        margin-top: 40px !important
    }
    .mt-60 {
        margin-top: 50px !important
    }
    .mt-70 {
        margin-top: 60px !important
    }
    .mt-90 {
        margin-top: 80px !important
    }
    .mb-30 {
        margin-bottom: 25px !important
    }
    .mb-40 {
        margin-bottom: 30px !important
    }
    .mb-50 {
        margin-bottom: 40px !important
    }
    .mb-60 {
        margin-bottom: 50px !important
    }
    .mb-70 {
        margin-bottom: 60px !important
    }
    .mt-100 {
        margin-top: 70px !important
    }
    .mb-100 {
        margin-bottom: 70px !important
    }
}

@media (max-width:991.98px) {
    .pt-100 {
        padding-top: 50px !important
    }
    .pt-90 {
        padding-top: 40px !important
    }
    .pt-80 {
        padding-top: 30px !important
    }
    .pt-50,
    .pt-60,
    .pt-70 {
        padding-top: 40px !important
    }
    .pb-100,
    .pb-90 {
        padding-bottom: 50px !important
    }
    .pb-80 {
        padding-bottom: 30px !important
    }
    .pb-50,
    .pb-60,
    .pb-70 {
        padding-bottom: 40px !important
    }
    .mb-40 {
        margin-bottom: 20px !important
    }
    .mt-100 {
        margin-top: 50px !important
    }
    .mb-100 {
        margin-bottom: 50px !important
    }
    .mt-70 {
        margin-top: 50px !important
    }
    .mb-70 {
        margin-bottom: 60px !important
    }
    .mt-90 {
        margin-top: 70px !important
    }
}

@Media (max-width:767px) {
    .mt-60 {
        margin-top: 40px !important
    }
    .mt-90 {
        margin-top: 70px !important
    }
}

header {
    background: #fff;
    position: sticky;
    z-index: 999;
    padding: 0;
    top: 0;
    width: 100%
}

header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: space-between
}

header .navbar .navbar-brand,
header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
    padding: 0
}

header .navbar .navbar-collapse .navbar-nav {
    grid-gap: 30px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
    vertical-align: inherit;
    content: "";
    border: 0;
    background: url(../images/svg/downArrow.svg)center;
    background-size: contain;
    width: 16px;
    height: 8px;
    margin-top: 2px;
    margin-left: 10px;
    display: none
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #001319;
    padding: 38px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    transition: ease all .3s
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg {
    margin-left: 10px;
    transition: ease all .3s
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg path {
    transition: ease all .3s
}

.mobileMenu .offcanvas-body ul li .current-menu h6,
.mobileMenu .offcanvas-body ul li a:hover h6,
.prfCard a.postP:hover,
.videoSection .videoCard:hover h6,
footer .infoBox a:hover,
footer ul li .current-menu,
footer ul li a:hover,
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #0baa56
}

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover svg path {
    stroke: #0baa56
}

header .navbar .navbar-collapse .navbar-nav .nav-item .current-menu {
    color: #0baa56 !important
}

header .navbar .navbar-collapse .navbar-nav .nav-item .current-menu::before {
    width: 100%;
    background: #0baa56
}

header .navbar .navbar-collapse .navbar-nav .nav-item .current-menu svg path {
    stroke: #0baa56
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    padding: 20px 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .11);
    min-width: 230px;
    max-width: 310px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 8px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    background-color: #fff;
    color: #001319;
    display: flex;
    align-items: center;
    white-space: inherit;
    grid-gap: 10px
}

footer ul li:last-child a,
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:last-child .dropdown-item {
    padding-bottom: 0
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .current-menu {
    color: #0baa56 !important
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .current-menu .iconBox svg path {
    fill: #fff;
    stroke: none
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li {
    padding: 0;
    margin-bottom: 0
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li a {
    padding: 10px 20px !important
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li .icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #0baa56;
    flex-shrink: 0
}

.mobileMenu .offcanvas-body .servLis li a .icon img,
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li .icon img {
    width: 20px;
    height: 20px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li .current-menu,
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li a:hover {
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%);
    color: #fff !important
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu3 {
    max-width: 550px
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu[data-bs-popper] {
    left: inherit;
    margin-top: inherit
}

header .navbar .navbar-toggler {
    box-shadow: none;
    padding: 0;
    margin-left: 20px
}

header .navbar .navbar-toggler:focus {
    box-shadow: none
}

header .navbar .mobile_right {
    margin-left: 30px;
    display: flex;
    grid-gap: 10px;
    align-items: center
}

header .navbar .mobile_right .hamburgerMenu {
    display: none
}

header .navbar .mobile_right .hamburgerMenu img {
    width: 30px
}

header .navbar .mobile_right .hamburgerMenu:hover {
    cursor: pointer
}

header .dropdown-menu[data-bs-popper] {
    top: inherit
}

.mobileMenu,
header.sticky {
    background: #fff
}

@media (max-width:1699.98px) {
    header .navbar .navbar-collapse .navbar-nav {
        grid-gap: 25px
    }
}

@media (max-width:1599.98px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 15px
    }
    header .navbar .mobile_right .primary_btn {
        font-size: 16px
    }
}

@media (max-width:1399.98px) {
    header .navbar .navbar-collapse .navbar-nav {
        grid-gap: 20px
    }
    header .navbar .navbar-brand img {
        width: 150px
    }
    header .navbar .mobile_right .primary_btn {
        font-size: 15px
    }
}

@media (max-width:1299.98px) {
    header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item,
    header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 14px
    }
}

@media (max-width:1199.98px) {
    header {
        padding: 15px 0
    }
    header .navbar .collapse {
        display: none !important
    }
    header .navbar .mobile_right .hamburgerMenu {
        display: block !important
    }
    header .navbar .mobile_right .hamburgerMenu img {
        width: 30px
    }
    header .navbar .mobile_right .primary_btn {
        font-size: 14px
    }
}

@media all and (min-width:992px) {
    header .dropdown-menu>li:hover {
        background-color: #fff
    }
    header .dropdown-menu>li:hover a.dropdown-itemSubmenu {
        color: #fff
    }
    .navbar .has-megamenu {
        position: static !important
    }
    .navbar .nav-item.has-megamenu:hover .dropdown-menu2 {
        display: block !important;
        border: 0
    }
    .navbar .nav-item.has-megamenu:hover .dropdown-menu3 {
        display: grid !important;
        grid-template-columns: 1fr 1fr
    }
}

.mobileMenu {
    width: 65%
}

.mobileMenu .logo {
    width: 150px
}

.mobileMenu .btn-close {
    box-shadow: none;
    outline: 0;
    opacity: 1;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")center/1em auto no-repeat
}

.mobileMenu .offcanvas-header {
    padding: 19px 20px;
    justify-content: space-between;
    grid-gap: 20px !important
}

.mobileMenu .offcanvas-header a {
    display: flex;
    align-items: center;
    grid-gap: 20px !important
}

.mobileMenu .offcanvas-body {
    padding-right: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column
}

.mobileMenu .offcanvas-body ul {
    margin-bottom: 20px
}

.mobileMenu .offcanvas-body ul li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(247, 248, 252, .2)
}

.mobileMenu .offcanvas-body ul li a {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px
}

.mobileMenu .offcanvas-body ul li a svg path {
    fill: #001319
}

.mobileMenu .offcanvas-body ul li a:hover svg path {
    fill: #0baa56
}

.mobileMenu .offcanvas-body ul li:last-child {
    border-bottom: 0
}

.mobileMenu .offcanvas-body .servLis li a {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: start
}

.mobileMenu .offcanvas-body .servLis li a .icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #df7e27;
    flex-shrink: 0
}

.mobileMenu .offcanvas-body .btnArea {
    padding: 0 20px;
    display: flex;
    align-items: center;
    grid-gap: 20px
}

.mobileMenu .offcanvas-body .submenu li a {
    justify-content: start;
    grid-gap: 15px
}

.mobileMenu .offcanvas-body .submenu li a .iconBox {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobileMenu .offcanvas-body .submenu li a svg,
.mobileMenu .offcanvas-body .submenu li a:hover .iconBox svg {
    width: 30px;
    height: 30px
}

.homePrgCard .btnWrapper .secondary_btn:hover svg path,
.mobileMenu .offcanvas-body .submenu li a svg path,
.mobileMenu .offcanvas-body .submenu li a:hover .iconBox svg path {
    fill: #fff
}

.mobileMenu .offcanvas-body .submenu li a:hover .iconBox {
    background: linear-gradient(90deg, #a0c129 0, #26bcb1 100%)
}

@media (max-width:767px) {
    .mobileMenu .logo,
    header .navbar .navbar-brand img {
        width: 120px
    }
    .mobileMenu {
        width: 100%
    }
    .mobileMenu .offcanvas-body ul li a {
        padding: 10px 20px
    }
    .mobileMenu .offcanvas-body ul li a h4 {
        font-size: 16px
    }
}

@media (max-width:575px) {
    header .navbar .mobile_right {
        margin-left: 10px
    }
    .mobileMenu {
        width: 100%
    }
    .mobileMenu .offcanvas-header {
        padding: 19px 10px
    }
    .mobileMenu .offcanvas-body .btnArea .primary_btn {
        padding: 10px 15px
    }
}

.homeSlider .slick-list {
    padding: 0 !important;
    display: flex;
    margin: 0
}

.homeSlider .slick-track {
    display: flex;
    height: auto
}

.homeSlider .slick-slide {
    margin: 0;
    line-height: 0
}

.demoClassSection .demoClassSlider div,
.demoClassSection .demoClassSlider02 div,
.demoClassSection .demoClassSlider03 div,
.homeSlider div,
.testimonial .testimonialSlider div,
.videoSection .videoSlider div {
    height: 100%
}

.homeSlider .slick-dots {
    position: absolute;
    bottom: 50px;
    width: 100%
}

.homeSlider .slick-dots .slick-active,
.homeSlider .slick-dots li {
    border: 2px solid #fff !important
}

.homeSlider .slick-dots li::before {
    background-color: #fff !important
}

.homeSlider .item {
    min-height: 50vh;
    overflow: hidden;
    background: linear-gradient(261deg, #0baa56 23.66%, #1696bb 109.77%);
    position: relative
}

.homeSlider .item .pt-50 {
    padding-top: 50px !important
}

.homeSlider .item h1 span {
    font-family: "Playfair Display", serif;
    font-size: 55px
}

.homeSlider .item h4 {
    font-size: 22px;
    line-height: 1.5
}

.homeSlider .item p {
    padding-top: 20px
}

.homeSlider .item .btnWrapper {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-top: 50px
}

.homeSlider .item .btnWrapper .primary_btn {
    padding-left: 35px;
    padding-right: 35px;
    background: #fff;
    color: #0baa56;
    border: 2px solid #fff
}

.homeSlider .item .btnWrapper .primary_btn:hover {
    background: #0baa56;
    border-color: #0baa56;
    color: #fff
}

.homeSlider .item .btnWrapper .secondary_btn {
    background: 0 0;
    color: #fff
}

.homeSlider .item .pattern {
    position: absolute;
    z-index: 1;
    right: 0;
    height: 100%;
    width: 50%
}

.homeSlider .item .pattern img {
    width: 100%;
    height: 100%;
    object-position: left;
    object-fit: cover
}

.homeSlider .item .textBanner {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    align-items: center
}

.homeSlider .item .textBanner .w-100 {
    height: auto
}

.homeSlider .item .carousel-caption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    text-align: left
}

.homeSlider .item .carousel-caption .row div {
    height: auto !important
}

.homeSlider .item .carousel-caption img {
    margin: 0 auto !important
}

.homeSlider .item .carousel-caption .tag {
    font-size: 13px;
    color: #fff;
    background: #0baa56;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex !important;
    height: auto !important;
    line-height: 18px;
    width: fit-content
}

@media (max-width:1699.98px) {
    .homeSlider .item h1 span {
        font-size: 48px
    }
    .homeSlider .item .pt-75 {
        padding-top: 75px !important
    }
}

@media (max-width:1499.98px) {
    .homeSlider .item h1 span {
        font-size: 42px
    }
    .homeSlider .item h4 {
        font-size: 20px
    }
    .homeSlider .item .btnWrapper {
        margin-top: 30px
    }
}

@media (max-width:1399.98px) {
    .homeSlider .item h1 span {
        font-size: 38px
    }
}

@media (max-width:1299.98px) {
    .homeSlider .item h1 span {
        font-size: 32px
    }
}

@media (max-width:1199.98px) {
    .homeSlider .item h1 span {
        font-size: 29px
    }
    .homeSlider .item h4 {
        font-size: 18px
    }
    .homeSlider .slick-dots {
        bottom: 30px
    }
}

@media (max-width:991.98px) {
    .homeSlider .item h1 span {
        font-size: 25px
    }
    .homeSlider .item h4 {
        font-size: 16px
    }
    .homeSlider .item .textBanner {
        padding-top: 60px;
        padding-bottom: 100px
    }
    .homeSlider .item .bannerImgBox {
        padding-top: 20px;
        display: none !important
    }
    .homeSlider .item .row {
        align-content: space-between !important
    }
}

@media (max-width:767.98px) {
    .homeSlider .item h1 span {
        font-size: 23px
    }
    .homeSlider .item .textBanner {
        padding-top: 40px;
        padding-bottom: 20px
    }
    .homeSlider .item .bannerImgBox {
        padding-top: 0 !important;
        display: flex !important
    }
    .homeSlider .item .btnWrapper {
        grid-gap: 15px
    }
    .homeSlider .item .btnWrapper .primary_btn {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width:420.98px) {
    .homeSlider .item .btnWrapper .primary_btn {
        padding-left: 20px;
        padding-right: 20px
    }
}

.homePrg {
    background-color: #fbfbfb;
    background-image: url(../images/hmPrgBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.homePrgCard {
    padding: 35px 25px;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column
}

.homePrgCard .homePrgHead {
    display: flex;
    align-items: center;
    grid-gap: 25px;
    width: 100%;
    margin-bottom: 25px
}

.homePrgCard .homePrgHead .iconBox {
    width: 80px;
    flex-shrink: 0 !important
}

.homePrgCard p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 35px
}

.homePrgCard .btnWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px
}

.homePrgCard .btnWrapper .primary_btn {
    padding: 12px 25px;
    font-weight: 500;
    border-color: 1px solid #0baa56
}

.homePrgCard .btnWrapper .secondary_btn {
    background: 0 0;
    color: #0baa56;
    border: 1px solid #129d98;
    display: flex;
    align-items: center;
    grid-gap: 10px
}

.homePrgCard .btnWrapper .secondary_btn svg path {
    transition: ease .5s;
    fill: #129d98
}

.homePrgCard .btnWrapper .secondary_btn:hover {
    background: #0baa56;
    color: #fff
}

@media (max-width:1399.98px) {
    .homePrgCard {
        padding: 30px 20px
    }
    .homePrgCard .btnWrapper .primary_btn {
        padding: 10px 15px;
        font-size: 15px
    }
}

@media (max-width:1299.98px) {
    .homePrgCard .homePrgHead {
        margin-bottom: 15px
    }
    .homePrgCard p {
        margin-bottom: 20px
    }
}

@media (max-width:1199.98px) {
    .homePrgCard .homePrgHead {
        grid-gap: 10px
    }
    .homePrgCard .homePrgHead .iconBox {
        width: 60px
    }
}

@media (max-width:1199.98px) and (min-width:992px) {
    .homePrgCard .homePrgHead {
        grid-gap: 10px
    }
    .homePrgCard .homePrgHead h3 {
        font-size: 24px
    }
    .homePrgCard .btnWrapper {
        flex-direction: column
    }
    .homePrgCard .btnWrapper .primary_btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media (max-width:766.98px) {
    .homePrgCard {
        padding: 25px 15px
    }
}

@media (max-width:332.99px) {
    .homePrgCard .btnWrapper {
        flex-direction: column
    }
    .homePrgCard .btnWrapper .primary_btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.leadershipSlider .slick-slide,
.ourTeamSlider .slick-slide,
demoClassSlider .slick-slide,
demoClassSlider02 .slick-slide,
demoClassSlider03 .slick-slide {
    margin: 0 15px !important
}

.leadershipSlider .slick-list,
.ourTeamSlider .slick-list,
demoClassSlider .slick-list,
demoClassSlider02 .slick-list,
demoClassSlider03 .slick-list {
    margin: 0-15px !important
}

@media (max-width:767.98px) {
    .leadershipSlider .slick-slide,
    .ourTeamSlider .slick-slide {
        margin: 0 10px !important
    }
    .leadershipSlider .slick-list,
    .ourTeamSlider .slick-list {
        margin: 0-10px !important
    }
}

.prfCard .imgBox {
    width: 220px;
    height: 220px;
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 15px;
    margin: 0 auto
}

.prfCard .imgBox::before {
    position: absolute;
    width: 210px;
    height: 210px;
    background: #fff;
    display: block;
    content: "";
    z-index: 1;
    border-radius: 10px
}

.prfCard .imgBox img {
    width: 195px;
    height: 195px;
    border-radius: 10px;
    position: relative;
    z-index: 2
}

.prfCard .postP,
.prfCard h6 {
    padding-right: 10px;
    padding-left: 10px
}

.prfCard h6 {
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

.prfCard .postP {
    font-size: 14px;
    padding-top: 5px;
    line-height: 1.4
}

.prfCard a.postP {
    color: #001319;
    word-break: break-all
}

.ourTeamSlider .prfCard .imgBox {
    width: 200px;
    height: 200px
}

.ourTeamSlider .prfCard .imgBox::before {
    width: 190px;
    height: 190px
}

.ourTeamSlider .prfCard .imgBox img {
    width: 175px;
    height: 175px
}

@media (min-width:1500px) {
    .prfCard h6 {
        font-size: 17px
    }
}

@media (max-width:1199.98px) {
    .prfCard .postP {
        font-size: 13px
    }
}

@media (max-width:991.98px) {
    .prfCard .imgBox {
        width: 200px;
        height: 200px
    }
    .prfCard .imgBox::before {
        width: 190px;
        height: 190px
    }
    .prfCard .imgBox img {
        width: 175px;
        height: 175px
    }
    .prfCard .postP {
        font-size: 12px
    }
}

.counterSection .counterCard {
    padding: 40px 20px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%);
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: space-between
}

.counterSection .counterCard h6 {
    color: #fff;
    font-weight: 600
}

.counterSection .counterCard h3 {
    padding: 15px 0 9px;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-weight: 900
}

.copy p,
.counterSection .counterCard p {
    font-size: 14px;
    color: #fff
}

.counterSection .counterCard .icon {
    width: 70px;
    flex-shrink: 0 !important
}

.counterSection .counterCard .icon svg {
    width: 70px;
    height: 70px
}

.counterSection .counterCard .icon svg g {
    transition: ease .5s
}

.counterSection .counterCard:hover .icon svg g {
    opacity: 1
}

@media (min-width:1400px) {
    .counterSection .counterCard h3 {
        font-size: 28px
    }
}

@media (max-width:1399.98px) {
    .counterSection .counterCard {
        padding: 30px 15px;
        flex-direction: column-reverse;
        align-items: start;
        justify-content: start
    }
    .counterSection .counterCard .icon {
        margin-bottom: 10px
    }
}

@media (max-width:991.98px) {
    .counterSection .counterCard {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
    .counterSection .counterCard .icon {
        margin-bottom: 0;
        width: 60px
    }
    .counterSection .counterCard .icon svg {
        width: 60px;
        height: 60px
    }
}

@media (max-width:575.98px) {
    .counterSection .counterCard {
        padding: 25px 15px;
        flex-direction: column-reverse;
        align-items: start;
        justify-content: start
    }
    .counterSection .counterCard .icon {
        margin-bottom: 10px
    }
    .counterSection .counterCard h3 {
        font-size: 20px
    }
}

@media (min-width:380px) and (max-width:575.98px) {
    .counterSection .col-6.col-lg-3:nth-child(2n) {
        padding-left: 6px
    }
    .counterSection .col-6.col-lg-3:nth-child(2n+1) {
        padding-right: 6px
    }
}

@media (min-width:380px) {
    .counterSection .mt-sm-0.mt-4 {
        margin-top: 0 !important
    }
}

@media (max-width:379.98px) {
    .counterSection .col-6.col-lg-3:nth-child(2n),
    .counterSection .col-6.col-lg-3:nth-child(2n+1) {
        width: 100%
    }
}

.testimonial {
    background: linear-gradient(180deg, #fff 0, #f4f4f4 84.17%)
}

.testimonial .testimonialSlider .slick-slide {
    margin: 0 10px;
    line-height: 0
}

.testimonial .testimonialSlider .slick-track {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    height: auto
}

.testimonial .testimonialSlider .slick-list {
    margin: 0-10px;
    padding: 0 !important;
    display: flex
}

.testimonialCard {
    padding: 30px 20px;
    border-radius: 10px;
    height: 100% !important;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.testimonialCard .h-auto {
    height: auto !important
}

.testimonialCard .testimonialHead {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    height: auto !important
}

.testimonialCard .testimonialHead .imgBox {
    width: 80px;
    height: 80px;
    flex-shrink: 0 !important;
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px
}

.testimonialCard .testimonialHead .imgBox::before {
    position: absolute;
    width: 75px;
    height: 75px;
    background: #fff;
    display: block;
    content: "";
    z-index: 1;
    border-radius: 10px
}

.testimonialCard .testimonialHead .imgBox img {
    width: 67px !important;
    height: 67px !important;
    border-radius: 10px;
    position: relative;
    z-index: 2
}

.testimonialCard .testimonialHead .tag {
    height: auto !important;
    font-size: 13px;
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%);
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    line-height: 19px;
    margin-bottom: 5px
}

.testimonialCard h6 {
    font-weight: 600;
    margin: 20px 0 15px
}

.testimonialCard .testBtn {
    display: flex;
    align-items: center;
    grid-gap: 10px
}

.demoClass:hover .cntBox h6,
.testimonialCard .testBtn:hover {
    color: #129d98
}

@media (max-width:991.98px) {
    .testimonial .mt-40 {
        margin-top: 20px !important
    }
}

.commonModal .btn-close {
    box-shadow: none;
    outline: 0
}

.testimonialTextModal .modal-dialog {
    max-width: 650px
}

.videoSection .videoSlider .slick-slide {
    margin: 0 10px;
    line-height: 0
}

.videoSection .videoSlider .slick-track {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    height: auto
}

.videoSection .videoSlider .slick-list {
    margin: 0-10px;
    padding: 0 !important;
    display: flex
}

.videoSection .videoCard {
    padding: 25px 20px;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    height: 100%;
    cursor: pointer
}

.videoSection .videoCard .imgBox {
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative
}

.videoSection .videoCard .imgBox .imgVideo {
    transition: ease .5s;
    position: relative;
    z-index: 1
}

.videoSection .videoCard .imgBox .btnBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.videoSection .videoCard .imgBox .btnBox img {
    width: 40px
}

.hPayment .detailSection h3,
.videoSection .videoCard h6 {
    font-weight: 700;
    font-family: "Playfair Display", serif
}

.videoSection .videoCard:hover .imgBox .imgVideo {
    transform: scale(1.1)
}

@media (max-width:991.98px) {
    .videoSection .videoCard {
        padding: 20px 15px;
        border-radius: 10px
    }
    .videoSection .videoCard .imgBox {
        margin-bottom: 10px
    }
}

.faqSection .faqSectionWrapper {
    border-radius: 20px;
    background: #f3f3f3
}

.faqSection .accordion .accordion-item {
    border: 0;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden
}

.faqSection .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faqSection .accordion .accordion-item .accordion-header .accordion-button {
    padding: 22px 30px
}

.faqSection .accordion .accordion-item .accordion-header .accordion-button h5 {
    font-family: "Playfair Display", serif;
    font-weight: 600;
    padding-right: 10px
}

.faqSection .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 35px;
    height: 35px;
    background-image: url(../images/svg/accordionDown.svg);
    background-repeat: no-repeat;
    background-size: 35px
}

.faqSection .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #001319;
    background-color: #fff;
    box-shadow: none
}

.faqSection .accordion .accordion-item .accordion-body {
    padding: 0 30px 25px
}

@media (max-width:991.98px) {
    .faqSection .faqSectionWrapper {
        border-radius: 10px
    }
    .faqSection .accordion .accordion-item .accordion-header .accordion-button {
        padding: 18px 20px
    }
    .faqSection .accordion .accordion-item .accordion-header .accordion-button::after {
        width: 27px;
        height: 27px;
        background-image: url(../images/svg/accordionDown.svg);
        background-repeat: no-repeat;
        background-size: 27px
    }
    .faqSection .accordion .accordion-item .accordion-body {
        padding: 0 20px 20px
    }
}

@media (max-width:767.98px) {
    .faqSection .accordion .accordion-item .accordion-header .accordion-button {
        padding: 18px 15px
    }
    .faqSection .accordion .accordion-item .accordion-body {
        padding: 0 15px 20px
    }
}

.cta,
footer .infoBox .iconBox {
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%)
}

.cta {
    padding: 40px 0
}

.cta h3,
footer .infoBox a,
footer .infoBox p {
    color: #fff
}

.cta .primary_btn {
    background: #fff;
    color: #0baa56;
    font-weight: 500
}

.cta .primary_btn:hover {
    background: #129d98;
    color: #fff
}

footer {
    background: #001319;
    padding: 80px 0
}

footer .infoBox {
    display: flex;
    align-items: start;
    grid-gap: 10px;
    margin-bottom: 30px
}

footer .infoBox .iconBox {
    flex-shrink: 0 !important;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.contactSection .infoBox .iconBox svg,
.contactSection .infoBox .socialBox a svg,
.demoClass .amtTime .time svg,
footer .infoBox .iconBox svg,
footer .infoBox .socialBox a svg {
    width: 15px;
    height: 15px
}

footer .infoBox .title {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px
}

footer .infoBox a {
    width: 100%;
    display: block
}

footer .infoBox:last-child,
footer ul li:last-child {
    margin-bottom: 0
}

footer .infoBox .socialBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 15px
}

footer .infoBox .socialBox a,
footer h4::after {
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%)
}

footer .infoBox .socialBox a {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-shrink: 0 !important
}

.contactSection .infoBox .socialBox a:hover,
footer .infoBox .socialBox a:hover {
    background: #0baa56
}

footer h4 {
    font-weight: 600;
    color: #fff;
    position: relative
}

footer h4::after {
    display: block;
    width: 65px;
    height: 3px;
    border-radius: 3px;
    content: "";
    margin-top: 4px
}

footer ul {
    margin-top: 40px
}

footer ul li {
    margin-bottom: 0
}

footer ul li a {
    display: flex;
    padding-bottom: 12px;
    color: #fff
}

@media (max-width:1199.98px) {
    footer {
        padding: 60px 0
    }
    footer .footerLogo {
        width: 180px
    }
}

@media (max-width:991.98px) {
    footer {
        padding: 50px 0
    }
    footer .footerLogo {
        width: 140px
    }
}

.copy {
    padding: 15px 0;
    background: #001319;
    border-top: 1px solid #868686
}

.fixedWhatsapp {
    position: fixed;
    left: 20px;
    bottom: 60px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

.innerBanner {
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%);
    padding: 120px 0
}

.innerBanner h1 {
    color: #fff;
    letter-spacing: 1px
}

.innerBanner .breadcrumb {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    grid-gap: 12px
}

.innerBanner .breadcrumb .breadcrumb-item {
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.innerBanner .breadcrumb .breadcrumb-item::before {
    color: #fff;
    padding-right: 10px
}

.innerBanner .breadcrumb .breadcrumb-item a {
    color: #fff;
    font-weight: 500
}

@media (max-width:1399.98px) {
    .innerBanner {
        padding: 100px 0
    }
}

@media (max-width:1199.98px) {
    .innerBanner {
        padding: 80px 0
    }
}

@media (max-width:991.98px) {
    .innerBanner {
        padding: 60px 0
    }
}

@media (max-width:767.98px) {
    .innerBanner {
        padding: 50px 0
    }
}

.moreAbout {
    background: #f3f3f3;
    position: relative
}

.moreAbout .pattern {
    position: absolute;
    z-index: 1;
    right: 0;
    height: 100%;
    width: 50%;
    top: 0
}

.moreAbout .pattern img {
    width: 100%;
    height: 100%;
    object-position: left;
    object-fit: cover
}

.moreAbout .textWrapper p {
    text-align: justify
}

.systemWork .systemWorkCard {
    padding: 0 25px 40px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    height: 100%
}

.systemWork .systemWorkCard svg {
    margin: -30px auto 25px
}

.systemWork .systemWorkCard p {
    margin-top: 20px;
    max-height: 107px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px
}

.systemWork .systemWorkCard p::-webkit-scrollbar-track {
    border-radius: 0;
    background: #001319
}

.systemWork .systemWorkCard p::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background-color: #0baa56;
    opacity: 1
}

@media (max-width:1299.98px) {
    .systemWork .systemWorkCard p {
        max-height: 128px
    }
}

@media (max-width:1199.98px) {
    .systemWork .systemWorkCard {
        padding: 0 15px 30px;
        border-radius: 10px
    }
    .systemWork .systemWorkCard p {
        max-height: 106px;
        margin-top: 15px
    }
    .systemWork .systemWorkCard svg {
        margin: -25px auto 15px;
        width: 50px;
        height: 50px
    }
}

@media (max-width:991.98px) {
    .systemWork .systemWorkCard p {
        max-height: 99px
    }
}

@media (max-width:767.98px) {
    .systemWork .systemWorkCard p {
        max-height: 500px
    }
}

.contactSection .infoBox {
    display: flex;
    align-items: start;
    grid-gap: 10px;
    margin-bottom: 30px
}

.contactSection .infoBox .iconBox {
    flex-shrink: 0 !important;
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.contactSection .infoBox .title {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    color: #b8b8b8;
    margin-bottom: 5px
}

.contactSection .infoBox a,
.contactSection .infoBox p {
    color: #001319;
    font-weight: 500
}

.contactSection .infoBox a {
    width: 100%;
    display: block
}

.contactSection .infoBox a:hover,
.newsCard:hover h5,
.recent .list:hover h6 {
    color: #0baa56
}

.contactSection .infoBox:last-child {
    margin-bottom: 0
}

.contactSection .infoBox h6,
.newsCard h5 {
    font-family: "Playfair Display", serif;
    font-weight: 700
}

.contactSection .infoBox h6 {
    margin-bottom: 15px
}

.contactSection .infoBox .socialBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 15px
}

.contactSection .infoBox .socialBox a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%);
    border-radius: 100%;
    flex-shrink: 0 !important
}

.contactSection form .form-group label {
    background: #fff;
    padding: 2px 8px;
    margin: 0 0 0 10px;
    font-size: 14px;
    z-index: 2;
    position: relative
}

.contactSection form .form-group label span {
    margin-left: 7px
}

.contactSection form .form-group .form-control {
    z-index: 0;
    position: relative;
    margin-top: -12px;
    border: 2px solid #dadbe4
}

.contactSection form .primary_btn {
    margin-top: 35px
}

.contactSection .map {
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 15px;
    overflow: hidden
}

.contactSection .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.contactSection .map:hover,
.contactSection .map:hover iframe,
.contactSection form .primary_btn {
    outline: 0;
    border: 0;
    box-shadow: none
}

.hPayment .detailSection {
    display: flex;
    align-items: center
}

.hPayment .detailSection .form-group .form-control {
    background: #f6f6f6
}

.hPayment .detailSection .primary_btn {
    width: 100%;
    border: 0;
    box-shadow: none;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 16px;
    margin-top: 25px
}

.hPayment .detailSection .items {
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 30px;
    margin-top: 30px
}

.hPayment .detailSection .items .num {
    flex-shrink: 0 !important;
    width: 45px;
    height: 45px;
    background: rgba(11, 170, 86, .2);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #0baa56
}

.hPayment .detailSection .items .num p {
    font-weight: 700;
    color: #0baa56
}

.hPayment .detailSection .items p strong {
    font-weight: 600
}

@media (max-width:991.98px) {
    .hPayment {
        padding: 50px 0
    }
    .hPayment .detailsRow {
        flex-direction: column-reverse
    }
    .hPayment img {
        position: relative;
        z-index: 1
    }
    .hPayment .detailSection {
        position: relative;
        z-index: 2;
        margin-top: -50px
    }
}

@media (max-width:766.98px) {
    .hPayment .detailSection .items {
        grid-gap: 20px
    }
}

.onlineFeatures {
    background: #f3f3f3;
    position: relative
}

.onlineFeatures .pattern {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 50%;
    top: 0
}

.onlineFeatures .pattern img {
    width: 100%;
    height: 100%;
    object-position: left;
    object-fit: cover;
    transform: rotate(180deg)
}

.onlineFeatures .wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px
}

.onlineFeatures .onlineFeaturesCard {
    padding: 30px 20px;
    border: 1px solid #9c9c9c;
    background: #fff;
    border-radius: 10px;
    height: 100%
}

.onlineFeatures .onlineFeaturesCard h6 {
    font-weight: 800;
    padding: 15px 0 7px
}

.onlineFeatures .onlineFeaturesCard p {
    font-weight: 600;
    font-size: 14px
}

@media (max-width:991.98px) {
    .onlineFeatures .onlineFeaturesCard {
        padding: 20px 15px
    }
    .onlineFeatures .onlineFeaturesCard p {
        font-size: 13px
    }
}

@media (max-width:767.98px) {
    .onlineFeatures .wrapper {
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px
    }
    .onlineFeatures .onlineFeaturesCard p {
        font-size: 12px
    }
}

@media (max-width:400.98px) {
    .onlineFeatures .wrapper {
        grid-template-columns: 1fr
    }
}

.videoDetailSection iframe {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 530px
}

@media (max-width:1399.98px) {
    .videoDetailSection iframe {
        height: 480px
    }
}

@media (max-width:1199.98px) {
    .videoDetailSection iframe {
        height: 380px
    }
}

@media (max-width:991.98px) {
    .videoDetailSection iframe {
        height: 350px
    }
}

@media (max-width:767.98px) {
    .videoDetailSection iframe {
        height: 300px
    }
}

@media (max-width:575.98px) {
    .videoDetailSection iframe {
        height: 260px
    }
}

@media (max-width:410.98px) {
    .videoDetailSection iframe {
        height: 200px
    }
}

.demoClassSection {
    background: linear-gradient(0deg, #fff 0, #f4f4f4 84.17%)
}

.demoClassSection .demoClassSlider .slick-slide,
.demoClassSection .demoClassSlider02 .slick-slide,
.demoClassSection .demoClassSlider03 .slick-slide {
    margin: 0 10px;
    line-height: 0
}

.demoClassSection .demoClassSlider .slick-track,
.demoClassSection .demoClassSlider02 .slick-track,
.demoClassSection .demoClassSlider03 .slick-track {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    height: auto
}

.demoClassSection .demoClassSlider .slick-list,
.demoClassSection .demoClassSlider02 .slick-list,
.demoClassSection .demoClassSlider03 .slick-list {
    margin: 0-10px;
    padding: 0 !important;
    display: flex
}

.demoClass {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    position: relative;
    display: flex !important;
    flex-direction: column;
    height: 100%
}

.demoClass .imgBox {
    overflow: hidden;
    height: auto !important
}

.demoClass .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180.13deg, rgba(209, 245, 255, 0) 14.96%, #d9f4ff 65.5%);
    z-index: 1
}

.demoClass .cntBox {
    position: relative;
    height: auto !important;
    z-index: 2;
    margin-top: -10px;
    padding: 0 20px
}

.demoClass .cntBox h6 {
    color: #001319;
    font-weight: 700;
    margin-bottom: 7px
}

.demoClass .cntBox p {
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px
}

.demoClass .amtTime,
.demoClass .amtTime .time {
    height: auto !important;
    display: flex;
    align-items: center
}

.demoClass .amtTime {
    position: relative;
    z-index: 2;
    justify-content: space-between;
    grid-gap: 10px;
    padding: 0 20px 25px
}

.demoClass .amtTime h6 {
    font-weight: 700;
    color: #0baa56
}

.demoClass .amtTime .time {
    grid-gap: 7px;
    font-size: 15px;
    color: #129d98;
    font-weight: 700
}

.demoClass02 .overlay {
    background: linear-gradient(182.87deg, rgba(209, 245, 255, 0) 7.04%, #dfffcc 75.08%)
}

@media (min-width:1600px) {
    .demoClass .cntBox h6 {
        font-size: 17px
    }
}

@media (min-width:1200px) {
    .demoClass .cntBox h6 {
        font-size: 16px
    }
}

@media (max-width:500px) {
    .demoClassSection .demoClassSlider .slick-list,
    .demoClassSection .demoClassSlider02 .slick-list,
    .demoClassSection .demoClassSlider03 .slick-list {
        padding-right: 120px !important
    }
}

@media (max-width:450px) {
    .demoClassSection .demoClassSlider .slick-list,
    .demoClassSection .demoClassSlider02 .slick-list,
    .demoClassSection .demoClassSlider03 .slick-list {
        padding-right: 100px !important
    }
}

@media (max-width:400px) {
    .demoClassSection .demoClassSlider .slick-list,
    .demoClassSection .demoClassSlider02 .slick-list,
    .demoClassSection .demoClassSlider03 .slick-list {
        padding-right: 80px !important
    }
}

@media (max-width:350px) {
    .demoClassSection .demoClassSlider .slick-list,
    .demoClassSection .demoClassSlider02 .slick-list,
    .demoClassSection .demoClassSlider03 .slick-list {
        padding-right: 60px !important
    }
}

@media (max-width:300px) {
    .demoClassSection .demoClassSlider .slick-list,
    .demoClassSection .demoClassSlider02 .slick-list,
    .demoClassSection .demoClassSlider03 .slick-list {
        padding-right: 40px !important
    }
}

.smOnFeatures .smOnFeaturesCard {
    padding: 30px 25px;
    border: 1px solid #9c9c9c;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px
}

.smOnFeatures .smOnFeaturesCard h6 {
    font-weight: 800
}

.smOnFeatures .smOnFeaturesCard .icon {
    width: 70px;
    flex-shrink: 0 !important
}

.smOnFeatures .smOnFeaturesCard .icon img {
    width: 100%
}

.smOnFeatures .smOnFeaturesCard02 {
    flex-direction: column;
    padding: 30px 15px;
    justify-content: flex-start
}

.smOnFeatures .smOnFeaturesCard02 .smOnFeaturesCardHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
    width: 100%
}

.smOnFeatures .smOnFeaturesCard02 p {
    font-size: 14px
}

@media (max-width:1399.98px) {
    .smOnFeatures .smOnFeaturesCard {
        padding: 30px 20px;
        grid-gap: 10px
    }
    .smOnFeatures .smOnFeaturesCard .icon {
        width: 60px
    }
    .smOnFeaturesCard02 .smOnFeaturesCardHead {
        display: flex;
        align-items: center;
        justify-content: space-between;
        grid-gap: 10px
    }
}

@media (max-width:1199.98px) {
    .smOnFeatures .smOnFeaturesCard {
        padding: 25px 15px;
        grid-gap: 10px
    }
    .smOnFeatures .smOnFeaturesCard .icon {
        width: 55px
    }
}

@media (max-width:480.98px) {
    .smOnFeatures .col-6.col-lg-3 {
        width: 100%
    }
}

@media (min-width:481px) {
    .smOnFeatures .mt-sm-0.mt-4 {
        margin-top: 0 !important
    }
}

.newsCard,
.smOnVideoSection iframe {
    border-radius: 10px;
    overflow: hidden;
    height: 400px
}

@media (max-width:1199.98px) {
    .smOnVideoSection iframe {
        height: 290px !important
    }
}

@media (max-width:991.98px) {
    .smOnVideoSection iframe {
        height: 200px !important
    }
}

@media (max-width:767.98px) {
    .smOnVideoSection iframe {
        height: 300px !important
    }
}

@media (max-width:575.98px) {
    .smOnVideoSection iframe {
        height: 260px !important
    }
}

@media (max-width:405.98px) {
    .smOnVideoSection iframe {
        height: 220px !important
    }
}

@media (max-width:360.98px) {
    .smOnVideoSection iframe {
        height: 200px !important
    }
}

.newsCard {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 30px
}

.newsCard .imgBox {
    position: relative;
    overflow: hidden
}

.newsCard .imgBox img {
    position: relative;
    z-index: 1;
    transition: ease .5s
}

.newsCard .imgBox .dateBox {
    position: absolute;
    bottom: 0;
    padding: 3px 10px;
    border-radius: 3px 3px 0 0;
    left: 25px;
    z-index: 2;
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%);
    width: fit-content;
    font-size: 13px;
    color: #fff
}

.newsCard h5 {
    padding: 20px 25px 15px
}

.newsCard .readMore {
    position: relative;
    left: 25px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #129d98;
    font-weight: 500
}

.newsCard:hover .imgBox img {
    transform: scale(1.1)
}

@media (max-width:1199.98px) {
    .newsCard {
        border-radius: 10px;
        padding-bottom: 25px
    }
    .newsCard .imgBox .dateBox {
        left: 15px;
        font-size: 12px
    }
    .newsCard h5 {
        padding: 20px 15px 15px
    }
    .newsCard .readMore {
        left: 15px
    }
}

.newsDetails .newsCard {
    box-shadow: none
}

.newsDetails .newsCard .textWrapper {
    padding: 0 25px
}

.newsDetails .newsCard .textWrapper h5 {
    padding: 0
}

@media (max-width:1199.98px) {
    .newsDetails .newsCard {
        box-shadow: none
    }
    .newsDetails .newsCard .textWrapper {
        padding: 0 15px
    }
}

.recent {
    background: #f3f3f3;
    border-radius: 15px;
    padding: 30px
}

.recent h5 {
    font-weight: 700;
    position: relative;
    margin-bottom: 25px
}

.recent h5::after {
    margin-top: 10px;
    width: 100px;
    height: 3px;
    content: "";
    display: block;
    background: #0baa56
}

.recent .list {
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 15px
}

.recent .list .imgBox {
    width: 70px;
    height: 70px;
    flex-shrink: 0 !important;
    border-radius: 10px;
    overflow: hidden
}

.galleryCard .imgBox img.galleryImage,
.recent .list .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.galleryCard h6,
.recent .list h6,
.recent h5 {
    font-family: "Playfair Display", serif
}

.galleryCard {
    padding: 25px 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    cursor: pointer;
    height: 100%
}

.galleryCard .imgBox {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.galleryCard .imgBox img.galleryImage {
    position: relative;
    z-index: 1;
    height: 350px
}

.galleryCard .imgBox .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #129d98 26%, #0baa56 84%);
    z-index: 2;
    opacity: 0;
    transition: ease .5s
}

.galleryCard .imgBox .icon {
    position: absolute;
    z-index: 3;
    opacity: 0;
    transition: ease .5s
}

.galleryCard h6 {
    font-weight: 600;
    margin-top: 15px
}

.galleryCard:hover .imgBox .overlay {
    opacity: .5
}

.galleryCard:hover .imgBox .icon {
    position: absolute;
    opacity: 1
}

@media (max-width:1499.98px) {
    .galleryCard .imgBox img.galleryImage {
        height: 300px
    }
}

@media (max-width:1399.98px) {
    .galleryCard .imgBox img.galleryImage {
        height: 280px
    }
}

@media (max-width:1199.98px) {
    .galleryCard {
        padding: 20px 10px
    }
    .galleryCard .imgBox img.galleryImage {
        height: 240px
    }
}

@media (max-width:767.98px) {
    .galleryCard .imgBox img.galleryImage {
        height: 200px
    }
}

@media (max-width:575.98px) {
    .galleryCard .imgBox img.galleryImage {
        height: 280px
    }
}

@media (max-width:455.98px) {
    .galleryCard .imgBox img.galleryImage {
        height: 240px
    }
}



