.getActiveMenu>li>a.active {
    color: #28A745 !important;
}

.getShadow,
.getBorder {
    transition: 200ms all;
    border-radius: .25rem;
    border: 1px solid transparent;
}

.getBorder:hover {
    transition: 300ms all;
    border: 1px solid #d5d5d5;
}

.getShadow:hover {
    box-shadow: 0 .35rem .75rem rgba(0, 0, 0, 0.15)!important;
    transition: 300ms all;
}

@media (max-width:500px) {
    .getMobileFlex {
        flex-direction: column !important;
        gap: .75rem !important;
    }
    .getMobileFlex>a:nth-child(2) {
        margin-top: 0 !important;
    }
    .responsiveElement {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .responsiveElement>img {
        width: 100%;
    }
    .responsiveElement>.centerinfo {
        padding-left: .25rem;
    }
}

.screen-reader {
    width: var(--screenReaderWidth, 1px) !important;
    height: var(--screenReaderHeight, 1px) !important;
    padding: var(--screenReaderPadding, 0) !important;
    border: var(--screenReaderBorder, none) !important;
    position: var(--screenReaderPosition, absolute) !important;
    clip: var(--screenReaderClip, rect(1px, 1px, 1px, 1px)) !important;
    overflow: var(--screenReaderOverflow, hidden) !important;
}

.rating {
    --uiRatingColor: var(--ratingColor, #6C757D);
    --uiRatingColorActive: var(--ratingColorActive, #28A745);
    display: var(--ratingDisplay, flex);
    font-size: var(--ratingSize, 1rem);
    color: var(--uiRatingColor);
    width: 5em;
}

.rating__control:nth-of-type(1):focus~.rating__item:nth-of-type(1)::before,
.rating__control:nth-of-type(2):focus~.rating__item:nth-of-type(2)::before,
.rating__control:nth-of-type(3):focus~.rating__item:nth-of-type(3)::before,
.rating__control:nth-of-type(4):focus~.rating__item:nth-of-type(4)::before,
.rating__control:nth-of-type(5):focus~.rating__item:nth-of-type(5)::before {
    content: "";
    position: absolute;
    top: -.15em;
    right: 0;
    bottom: -.15em;
    left: 0;
    z-index: -1;
}

.rating__item {
    cursor: pointer;
    position: relative;
}

.rating__item {
    padding-left: .1em;
    padding-right: .1em;
}

.rating__star {
    display: block;
    width: .8em;
    height: .8em;
    fill: currentColor;
}

.rating:hover,
.rating__control:nth-of-type(1):checked~.rating__item:nth-of-type(1),
.rating__control:nth-of-type(2):checked~.rating__item:nth-of-type(-n+2),
.rating__control:nth-of-type(3):checked~.rating__item:nth-of-type(-n+3),
.rating__control:nth-of-type(4):checked~.rating__item:nth-of-type(-n+4),
.rating__control:nth-of-type(5):checked~.rating__item:nth-of-type(-n+5) {
    color: var(--uiRatingColorActive);
}

.rating__item:hover~.rating__item {
    color: var(--uiRatingColor);
}

.rating {
    --ratingSize: 1.5rem;
    --ratingColor: #6C757D;
    --ratingColorActive: #28A745;
}

:root {
    --color-light: white;
    --color-dark: #000000;
    --color-signal: #000000;
    --color-background: var(--color-light);
    --color-text: var(--color-dark);
    --color-accent: var(--color-signal);
    --size-bezel: .5rem;
    --size-radius: 4px;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    overflow-x: hidden;
}

a {
    outline: medium none !important;
    color: #14a800;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus {
    color: #14a800;
    text-decoration: none !important;
}

a:hover {
    color: #000;
    text-decoration: none !important;
}

input {
    outline: medium none !important;
    color: #14a800;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    color: #1a2844;
    margin-top: 0px;
    font-weight: 700;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
}

h1,
.h1 {
    font-size: 52px;
    font-style: normal;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 30px;
}

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

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 16px;
}

p {
    line-height: 1.8;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p {
    color: #ffffff;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p {
    color: #ffffff;
}

.bg-primary-gradient h1,
.bg-primary-gradient h2,
.bg-primary-gradient h3,
.bg-primary-gradient h4,
.bg-primary-gradient h5,
.bg-primary-gradient h6,
.bg-primary-gradient p {
    color: #ffffff;
}

section {
    position: relative;
}

label {
    font-weight: normal;
}

.lead {
    font-weight: 400;
    font-size: 18px;
}

*::-moz-selection {
    background: #14a800;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #14a800;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #d9f0d9;
    color: #000;
    text-shadow: none;
}

.form-control {
    border: none;
    background-color: #ffffff;
    height: 48px;
    padding: 10px 55px 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #16243e;
    border-radius: 5px 5px 5px 5px !important;
    background-clip: inherit !important;
    border: 1px solid black;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #14a800;
    background-color: #f4f4f5;
}

.form-control::-moz-placeholder {
    color: #b7b7b7;
}

.form-control::-ms-input-placeholder {
    color: #b7b7b7;
}

.form-control::-webkit-input-placeholder {
    color: #b7b7b7;
}

.form-dark .form-control {
    background-color: #ffffff;
}

.form-dark .form-control:focus {
    -webkit-box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    border-color: #14a800;
}

.bg-white .form-control {
    background: #f6f6f6;
}

.form-dark .form-control::-moz-placeholder {
    color: #16243e;
}

.form-dark .form-control::-ms-input-placeholder {
    color: #16243e;
}

.form-dark .form-control::-webkit-input-placeholder {
    color: #16243e;
}

.form-dark .custom-checkbox .custom-control-label:before {
    border: 1px solid #c1c1c1;
}

.custom-file {
    height: 50px;
}

.custom-file .custom-file-input {
    height: 50px;
    color: #1a2844;
    border-radius: 5px;
    border-color: #eeeeee;
}

.custom-file .custom-file-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #14a800;
}

.custom-file .custom-file-label {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #1a2844;
    border-color: #eeeeee;
    padding: 15px 90px 15px 20px;
    border-radius: 5px;
}

.custom-file .custom-file-label:after {
    height: 48px;
    padding: 14px 25px;
}

.custom-file-input:focus~.custom-file-label {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #14a800;
}

.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
    background: transparent;
    border-color: #eeeeee;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-control-input:checked~.custom-control-label:before {
    background: #14a800;
    border-color: #14a800;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background: transparent;
    border-color: transparent;
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #eeeeee;
}

.custom-control-label:before {
    top: 2px;
}

.custom-control-label:after {
    top: 2px;
}

.custom-checkbox .custom-control-label:before {
    border-radius: 5px;
    border: 2px solid #f4f4f5;
}

.form-group .form-radio .custom-control-input:checked~.custom-control-label::after {
    background: #1a2844;
    border-color: #1a2844;
    border-radius: 50%;
}

.border {
    border-color: #eeeeee !important;
}

.border-top {
    border-top-color: #eeeeee !important;
}

.border-left {
    border-left-color: #eeeeee !important;
}

.border-right {
    border-right-color: #eeeeee !important;
}

.border-bottom {
    border-bottom-color: #eeeeee !important;
}

.border-primary {
    border-color: #14a800 !important;
}

.border-dark {
    border-color: #1a2844 !important;
}

.border-light {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.border-radius {
    border-radius: 5px !important;
}

.border-radius-none {
    border-radius: 0 !important;
}

.border-radius-left-none {
    border-radius: 0 3px 3px 0;
}

.border-radius-right-none {
    border-radius: 3px 0 0 3px;
}

.badge+.badge {
    margin-left: 6px;
}

.badge-md {
    padding: 5px 8px;
    font-size: 13px;
    font-weight: normal;
}

.badge-primary {
    background: #14a800;
}

.breadcrumb {
    padding-left: 0;
    background: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.breadcrumb .breadcrumb-item {
    color: #ffffff;
}

.breadcrumb .breadcrumb-item a {
    color: #ffffff;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #14a800;
}

.breadcrumb .breadcrumb-item:before {
    color: #ffffff;
}

.breadcrumb .active {
    color: #14a800;
}

@media (max-width: 991px) {
    h1,
    .h1 {
        font-size: 48px;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 42px;
        font-style: normal;
    }
    h2,
    .h2 {
        font-size: 28px;
    }
}

@media (max-width: 479px) {
    h1,
    .h1 {
        font-size: 32px;
        font-style: normal;
    }
    h2,
    .h2 {
        font-size: 26px;
    }
    h3,
    .h3 {
        font-size: 20px;
    }
    h4,
    .h4 {
        font-size: 18px;
    }
    h5,
    .h5 {
        font-size: 16px;
    }
    h6,
    .h6 {
        font-size: 14px;
    }
}

.text-primary {
    color: #14a800 !important;
}

.text-dark {
    color: #1a2844 !important;
}

.text-light {
    color: #f6f6f6 !important;
}

.text-muted {
    color: #16243e !important;
}

.text-gradient {
    background: -webkit-linear-gradient(#14a800, #fa3a72);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary {
    background: #14a800 !important;
}

.bg-dark {
    background: #1a2844 !important;
}

.bg-gray {
    background: #f4f4f5 !important;
}

.bg-light {
    background: #f6f6f6 !important;
}

.bg-primary-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #14a800), to(#fa3a72)) !important;
    background: linear-gradient(to right, #14a800 30%, #fa3a72 100%) !important;
}

.bg-dark-gradient {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1a2844), to(#1a2844)) !important;
    background: linear-gradient(to right, #1a2844 10%, #1a2844 100%) !important;
}

.fill-primary {
    fill: #14a800;
    fill-rule: evenodd;
}

.fill-dark {
    fill: #1a2844;
    fill-rule: evenodd;
}

.fill-gray {
    fill: #f4f4f5;
    fill-rule: evenodd;
}

.fill-light {
    fill: #f6f6f6;
    fill-rule: evenodd;
}

.fill-white {
    fill: #ffffff;
    fill-rule: evenodd;
}

.fill-gradient {
    fill: url(#Gradient);
    fill-rule: evenodd;
}

.fill-gradient-02 {
    fill: url(#Gradient-02);
    fill-rule: evenodd;
}

.fill-gradient-1 {
    stop-color: #14a800;
}

.fill-gradient-2 {
    stop-color: #fa3a72;
}

.space-lg-ptb {
    padding: 160px 0;
}

.space-lg-pt {
    padding-top: 160px;
}

.space-lg-pb {
    padding-bottom: 160px;
}

.space-ptb {
    padding: 5px 0;
}

.space-pt {
    padding-top: 100px;
}

.space-pb {
    padding-bottom: 100px;
}

.space-sm-ptb {
    padding: 70px 0;
}

.space-sm-pt {
    padding-top: 70px;
}

.space-sm-pb {
    padding-bottom: 70px;
}

.space-lg-mt {
    margin-top: 150px;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-50 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left-50 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.z-index-1 {
    z-index: 1;
}

.z-index-9 {
    z-index: 9;
}

.z-index-99 {
    z-index: 99;
}

.z-index-999 {
    z-index: 999;
}

.z-index-n1 {
    z-index: -1;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-70 {
    opacity: 0.7;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-90 {
    opacity: 0.9;
}

.opacity-100 {
    opacity: 1;
}

.display-1 {
    font-size: 9rem;
    line-height: 1;
    font-weight: 800;
}

.display-2 {
    font-size: 8rem;
    line-height: 1.2;
    font-weight: 800;
}

.display-3 {
    font-size: 7rem;
    line-height: 1.2;
    font-weight: 800;
}

.display-4 {
    font-size: 6rem;
    line-height: 1.2;
    font-weight: 800;
}

.display-5 {
    font-size: 5rem;
    line-height: 1.2;
}

.display-6 {
    font-size: 4rem;
    line-height: 1.2;
}

.display-7 {
    font-size: 3rem;
    line-height: 1.2;
}

.display-8 {
    font-size: 2.5rem;
    line-height: 1.2;
}

.display-9 {
    font-size: 1.5rem;
    line-height: 1.4;
}

.display-10 {
    font-size: 1rem;
    line-height: 1.4;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

@media (max-width: 1199px) {
    .display-1 {
        font-size: 8rem;
    }
    .display-2 {
        font-size: 7rem;
    }
    .display-3 {
        font-size: 6rem;
    }
    .display-4 {
        font-size: 5rem;
    }
    .display-5 {
        font-size: 4.5rem;
    }
    .display-6 {
        font-size: 4rem;
    }
    .display-7 {
        font-size: 2.5rem;
    }
    .display-8 {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .display-1 {
        font-size: 7rem;
    }
    .display-2 {
        font-size: 6rem;
    }
    .display-3 {
        font-size: 5rem;
    }
    .display-4 {
        font-size: 4.5rem;
    }
    .display-5 {
        font-size: 4rem;
    }
    .display-6 {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .display-1 {
        font-size: 6rem;
    }
    .display-2 {
        font-size: 5rem;
    }
    .display-3 {
        font-size: 4rem;
    }
    .display-4 {
        font-size: 3.5rem;
    }
    .display-5 {
        font-size: 3rem;
    }
    .display-6 {
        font-size: 2.5rem;
    }
    .display-7 {
        font-size: 2.3rem;
    }
    .display-9 {
        font-size: 1.3rem;
    }
}

@media (max-width: 575px) {
    .display-1 {
        font-size: 5rem;
    }
    .display-2 {
        font-size: 4rem;
    }
    .display-3 {
        font-size: 3rem;
    }
    .display-4 {
        font-size: 2.5rem;
    }
    .display-5 {
        font-size: 2rem;
    }
    .display-6 {
        font-size: 1.8rem;
    }
    .display-7 {
        font-size: 1.6rem;
    }
    .display-8 {
        font-size: 1.5rem;
    }
    .display-9 {
        font-size: 1.2rem;
    }
}

.h-100vh {
    height: 100vh !important;
}

.h-900 {
    height: 900px;
}

.h-800 {
    height: 800px;
}

.h-700 {
    height: 700px;
}

.h-600 {
    height: 600px;
}

.h-500 {
    height: 500px;
}

.h-400 {
    height: 400px;
}

.h-300 {
    height: 300px;
}

@media (max-width: 1199px) {
    .h-lg-800 {
        height: 800px;
    }
    .h-lg-700 {
        height: 700px;
    }
    .h-lg-600 {
        height: 600px;
    }
    .h-lg-500 {
        height: 500px;
    }
    .h-lg-400 {
        height: 400px;
    }
    .h-lg-300 {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .h-md-800 {
        height: 800px;
    }
    .h-md-700 {
        height: 700px;
    }
    .h-md-600 {
        height: 600px;
    }
    .h-md-500 {
        height: 500px;
    }
    .h-md-400 {
        height: 400px;
    }
    .h-md-300 {
        height: 300px;
    }
    .h-md-auto {
        height: auto;
    }
}

.h-sm-600 {
    height: 600px;
}

.h-sm-500 {
    height: 500px;
}

.h-sm-400 {
    height: 400px;
}

.h-sm-300 {
    height: 300px;
}

.h-sm-auto {
    height: auto;
}

.p-6 {
    padding: 5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 5rem !important;
}

.m-6 {
    margin: 7rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 7rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 7rem !important;
}

.mt-6,
.my-6 {
    margin-top: 7rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 7rem !important;
}

.m-7 {
    margin: 9rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 9rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 9rem !important;
}

.mt-7,
.my-7 {
    margin-top: 9rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 9rem !important;
}

.m-8 {
    margin: 10rem !important;
}

.mr-8,
.mx-8 {
    margin-right: 10rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 10rem !important;
}

.mt-8,
.my-8 {
    margin-top: 10rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 10rem !important;
}

.m-9 {
    margin: 12rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 12rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 12rem !important;
}

.mt-9,
.my-9 {
    margin-top: 12rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 12rem !important;
}

.m-10 {
    margin: 14rem !important;
}

.mr-10,
.mx-10 {
    margin-right: 14rem !important;
}

.ml-10,
.mx-10 {
    margin-left: 14rem !important;
}

.mt-10,
.my-10 {
    margin-top: 14rem !important;
}

.mb-10,
.my-10 {
    margin-bottom: 14rem !important;
}

.m-n6 {
    margin: -7rem !important;
}

.mt-n6,
.my-n6 {
    margin-top: -7rem !important;
}

.mr-n6,
.mx-n6 {
    margin-right: -7rem !important;
}

.mb-n6,
.my-n6 {
    margin-bottom: -7rem !important;
}

.ml-n6,
.mx-n6 {
    margin-left: -7rem !important;
}

.m-n7 {
    margin: -9rem !important;
}

.mt-n7,
.my-n7 {
    margin-top: -9rem !important;
}

.mr-n7,
.mx-n7 {
    margin-right: -9rem !important;
}

.mb-n7,
.my-n7 {
    margin-bottom: -9rem !important;
}

.ml-n7,
.mx-n7 {
    margin-left: -9rem !important;
}

.m-n8 {
    margin: -10rem !important;
}

.mt-n8,
.my-n8 {
    margin-top: -10rem !important;
}

.mr-n8,
.mx-n8 {
    margin-right: -10rem !important;
}

.mb-n8,
.my-n8 {
    margin-bottom: -10rem !important;
}

.ml-n8,
.mx-n8 {
    margin-left: -10rem !important;
}

.m-n9 {
    margin: -12rem !important;
}

.mt-n9,
.my-n9 {
    margin-top: -12rem !important;
}

.mr-n9,
.mx-n9 {
    margin-right: -12rem !important;
}

.mb-n9,
.my-n9 {
    margin-bottom: -12rem !important;
}

.ml-n9,
.mx-n9 {
    margin-left: -12rem !important;
}

.m-n10 {
    margin: -14rem !important;
}

.mt-n10,
.my-n10 {
    margin-top: -14rem !important;
}

.mr-n10,
.mx-n10 {
    margin-right: -14rem !important;
}

.mb-n10,
.my-n10 {
    margin-bottom: -14rem !important;
}

.ml-n10,
.mx-n10 {
    margin-left: -14rem !important;
}

@media (min-width: 576px) {
    .m-sm-n6 {
        margin: -7rem !important;
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -7rem !important;
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -7rem !important;
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -7rem !important;
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -7rem !important;
    }
    .m-sm-n7 {
        margin: -9rem !important;
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -9rem !important;
    }
    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -9rem !important;
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -9rem !important;
    }
    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -9rem !important;
    }
    .ml-sm-n9 {
        margin-left: -12rem !important;
    }
    .ml-sm-n10 {
        margin-left: -14rem !important;
    }
    .p-sm-6 {
        padding: 5rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 5rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 5rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 5rem !important;
    }
    .pr-sm-6,
    .py-sm-6 {
        padding-right: 5rem !important;
    }
    .border-sm-0 {
        border: 0 !important;
    }
    .border-sm-top {
        border-top: 1px solid #eeeeee !important;
    }
    .border-sm-right {
        border-right: 1px solid #eeeeee !important;
    }
    .border-sm-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }
    .border-sm-left {
        border-left: 1px solid #eeeeee !important;
    }
}

@media (min-width: 768px) {
    .m-md-n6 {
        margin: -7rem !important;
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -7rem !important;
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -7rem !important;
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -7rem !important;
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -7rem !important;
    }
    .m-md-n7 {
        margin: -9rem !important;
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -9rem !important;
    }
    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -9rem !important;
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -9rem !important;
    }
    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -9rem !important;
    }
    .ml-md-n9 {
        margin-left: -12rem !important;
    }
    .ml-md-n10 {
        margin-left: -14rem !important;
    }
    .py-md-0 {
        padding-bottom: 0rem !important;
        padding-top: 0rem !important;
    }
    .p-md-6 {
        padding: 5rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 5rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 5rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 5rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 5rem !important;
    }
    .border-md-0 {
        border: 0 !important;
    }
    .border-md-top {
        border-top: 1px solid #eeeeee !important;
    }
    .border-md-right {
        border-right: 1px solid #eeeeee !important;
    }
    .border-md-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }
    .border-md-left {
        border-left: 1px solid #eeeeee !important;
    }
}

@media (min-width: 992px) {
    .m-lg-n6 {
        margin: -7rem !important;
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -7rem !important;
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -7rem !important;
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -7rem !important;
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -7rem !important;
    }
    .m-lg-n7 {
        margin: -9rem !important;
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -9rem !important;
    }
    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -9rem !important;
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -9rem !important;
    }
    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -9rem !important;
    }
    .ml-lg-n9 {
        margin-left: -12rem !important;
    }
    .ml-lg-n10 {
        margin-left: -14rem !important;
    }
    .p-lg-6 {
        padding: 5rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 5rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 5rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 5rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 5rem !important;
    }
    .border-lg-0 {
        border: 0 !important;
    }
    .border-lg-top {
        border-top: 1px solid #eeeeee !important;
    }
    .border-lg-right {
        border-right: 1px solid #eeeeee !important;
    }
    .border-lg-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }
    .border-lg-left {
        border-left: 1px solid #eeeeee !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-n6 {
        margin: -7rem !important;
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -7rem !important;
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -7rem !important;
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -7rem !important;
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -7rem !important;
    }
    .m-xl-n7 {
        margin: -9rem !important;
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -9rem !important;
    }
    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -9rem !important;
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -9rem !important;
    }
    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -9rem !important;
    }
    .ml-xl-n9 {
        margin-left: -12rem !important;
    }
    .ml-xl-n10 {
        margin-left: -14rem !important;
    }
    .p-xl-6 {
        padding: 5rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 5rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 5rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 5rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 5rem !important;
    }
    .border-xl-0 {
        border: 0 !important;
    }
    .border-xl-top {
        border-top: 1px solid #eeeeee !important;
    }
    .border-xl-right {
        border-right: 1px solid #eeeeee !important;
    }
    .border-xl-bottom {
        border-bottom: 1px solid #eeeeee !important;
    }
    .border-xl-left {
        border-left: 1px solid #eeeeee !important;
    }
}

#pre-loader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden !important;
    right: 0px;
    z-index: 999999;
}

#pre-loader img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    margin: 0 auto;
}

.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}

.bg-overlay-black-10 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-10:before {
    background: rgba(26, 40, 68, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-20 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-20:before {
    background: rgba(26, 40, 68, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-30 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-30:before {
    background: rgba(26, 40, 68, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-40 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-50 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-50:before {
    background: rgba(26, 40, 68, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-60 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-60:before {
    background: rgba(26, 40, 68, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-70 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-70:before {
    background: rgba(26, 40, 68, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-80 {
    position: relative;
    z-index: 1;
}

.bg-overlay-black-80:before {
    background: rgba(26, 40, 68, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-black-90 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-10 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-10:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-20 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-20:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-30 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-40 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-40:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-50 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-50:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-60 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-70 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-70:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-80 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-80:before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-white-90 {
    position: relative;
    z-index: 1;
}

.bg-overlay-white-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-primary-20 {
    position: relative;
    z-index: 1;
}

.bg-overlay-primary-20:before {
    background: rgba(166, 29, 55, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-primary-50 {
    position: relative;
    z-index: 1;
}

.bg-overlay-primary-50:before {
    background: rgba(166, 29, 55, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-primary-70 {
    position: relative;
    z-index: 1;
}

.bg-overlay-primary-70:before {
    background: rgba(166, 29, 55, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.bg-overlay-primary-90 {
    position: relative;
    z-index: 1;
}

.bg-overlay-primary-90:before {
    background: rgba(166, 29, 55, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.avatar {
    width: 50px;
    height: 50px;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar.avatar-sm {
    width: 20px;
    height: 20px;
}

.avatar.avatar-md {
    width: 80px;
    height: 80px;
}

.avatar.avatar-lg {
    width: 145px;
    height: 145px;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.grayscale .grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.grayscale:hover {
    -webkit-filter: inherit;
    filter: inherit;
}

.contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

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

.contact-info ul li span {
    margin-left: 15px;
}

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

.post-navigation .nav-previous a {
    padding: 0;
    text-align: left;
}

.post-navigation .nav-previous a span {
    margin-left: 0;
    margin-right: 15px;
}

.post-navigation .nav-previous a span:before {
    right: auto;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.post-navigation .nav-previous a span:after {
    right: auto;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.post-navigation .nav-previous a:hover {
    color: #14a800;
}

.post-navigation .nav-previous a:focus {
    color: #14a800;
}

.post-navigation .nav-previous a:active {
    color: #14a800;
}

.post-navigation .nav-next a {
    padding: 0;
    text-align: right;
}

.post-navigation .nav-next a:hover {
    color: #14a800;
}

.post-navigation .nav-next a:focus {
    color: #14a800;
}

.post-navigation .nav-next a:active {
    color: #14a800;
}

.post-navigation .nav-title {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    display: inline-block;
}

.post-tags a {
    color: #666666;
}

.post-tags a:hover {
    color: #14a800;
}

@media (max-width: 991px) {
    .space-lg-ptb {
        padding: 100px 0;
    }
    .space-lg-pt {
        padding-top: 100px;
    }
    .space-lg-pb {
        padding-bottom: 100px;
    }
    .space-ptb {
        padding: 70px 0;
    }
    .space-pt {
        padding-top: 70px;
    }
    .space-pb {
        padding-bottom: 70px;
    }
    .space-sm-ptb {
        padding: 50px 0;
    }
    .space-sm-pt {
        padding-top: 50px;
    }
    .space-sm-pb {
        padding-bottom: 50px;
    }
    .space-lg-mt {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .space-lg-ptb {
        padding: 70px 0;
    }
    .space-lg-pt {
        padding-top: 70px;
    }
    .space-lg-pb {
        padding-bottom: 70px;
    }
    .space-ptb {
        padding: 50px 0;
    }
    .space-pt {
        padding-top: 50px;
    }
    .space-pb {
        padding-bottom: 50px;
    }
    .space-sm-ptb {
        padding: 30px 0;
    }
    .space-sm-pt {
        padding-top: 30px;
    }
    .space-sm-pb {
        padding-bottom: 30px;
    }
    .space-lg-mt {
        margin-top: 70px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .clipped-title {
        background-image: none;
    }
    .team.team-02 .team-img .shape-04 {
        height: 168px;
    }
    .bg-primary-gradient .counter .counter-icon i {
        color: #1a2844;
        background: transparent !important;
    }
    .feature-step-item.bg-primary .step-number {
        background: transparent !important;
        color: #ffffff;
    }
}

.accordion .card {
    border: none;
}

.accordion .card:last-child .card-header {
    margin-bottom: 0;
}

.accordion .card-body {
    padding: 20px 30px 30px 30px;
}

.accordion .card-body ul li {
    margin-bottom: 5px;
}

.accordion .card-header {
    background: none;
    border-bottom: none;
    padding: 0;
}

.accordion>.card .card-header {
    margin-bottom: 10px;
}

.accordion .accordion-icon.card-header button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #14a800;
    font-size: 18px;
    color: #ffffff;
    padding: 20px;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: normal;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
}

.accordion .accordion-icon.card-header .btn:after {
    content: "\f078";
    margin-left: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px;
}

.accordion .accordion-icon.card-header button.collapsed {
    background: #1a2844;
}

.accordion .accordion-icon.card-header button.collapsed:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion .card-header .btn:before {
    content: none;
    position: inherit;
}

.accordion .card-header .btn:after {
    content: none;
    position: inherit;
}

button {
    outline: medium none !important;
    color: #14a800;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn {
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "Poppins", sans-serif;
}

.btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.show>.btn.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #ffffff;
}

.show>.btn-primary.dropdown-toggle {
    background: #14a800;
    border-color: #14a800;
}

.btn-primary {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-primary:hover {
    background: #2bc950;
    border-color: #2bc950;
    color: #fff;
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
    background: #14a800;
    border-color: #14a800;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
    background: #14a800;
    border-color: #14a800;
}

.btn-primary:focus {
    background: #4aed4a;
    border-color: #4aed4a;
    color: #000;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #14a800;
    border-color: #14a800;
}

.btn-dark {
    background: #1a2844;
    border-color: #1a2844;
}

.btn-dark:hover {
    background: #213356;
    border-color: #213356;
}

.btn-dark:not(:disabled):not(.disabled):active:focus {
    color: #ffffff;
}

.btn:not(:disabled):not(.disabled).active:focus {
    color: #ffffff;
}

.btn i {
    padding: 0px 10px 0px 0px;
}

.btn+.btn {
    margin-left: 3px;
}

.btn-link {
    color: #14a800;
}

.btn-link:hover {
    color: #1a2844;
    text-decoration: none;
    outline: none;
}

.btn-link:focus {
    color: #1a2844;
    text-decoration: none;
    outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
    color: #1a2844;
}

.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #1a2844;
}

.btn-white:hover {
    background: #f4f4f5;
    border-color: #f4f4f5;
    color: #1a2844;
}

.btn-white:active {
    color: #1a2844;
}

.btn-white:focus {
    color: #1a2844;
}

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
    color: #1a2844;
}

.btn-light:active {
    color: #1a2844;
}

.btn-light:focus {
    color: #1a2844;
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
    color: #1a2844;
}

.btn.btn-sm {
    padding: 6px 16px;
}

.btn.btn-md {
    padding: 8px 30px;
}

.btn.btn-lg {
    padding: 12px 35px;
    font-size: 18px;
}

.btn.btn-xl {
    padding: 15px 60px;
    font-size: 18px;
}

.btn-outline-secondary {
    border: 2px solid #eeeeee;
    color: #1a2844;
}

.btn-outline-secondary:hover {
    background: #1a2844;
    color: #ffffff;
    border-color: #1a2844;
}

.btn-outline-secondary:focus {
    background: #1a2844;
    color: #ffffff;
    border-color: #1a2844;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
    background: #1a2844;
    color: #ffffff;
    border-color: #1a2844;
}

.btn-outline-primary {
    color: #14a800;
    border-color: #14a800;
}

.btn-outline-primary:hover {
    background: #14a800;
    color: #ffffff;
    border-color: #14a800;
}

.btn-outline-primary:focus {
    background: #14a800;
    color: #ffffff;
    border-color: #14a800;
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    background: #14a800;
    color: #ffffff;
    border-color: #14a800;
}

.btn-arrow {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
}

.btn-arrow span {
    margin-left: 15px;
    width: 18px;
    height: 2px;
    display: inline-block;
    position: relative;
    background: #14a800;
    -webkit-transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    transition: all 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}

.btn-arrow span:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    border-radius: 2px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    right: 0px;
    width: 10px;
}

.btn-arrow span:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    border-radius: 2px;
    background: inherit;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    bottom: -4px;
    right: 0px;
}

.btn-arrow:hover span {
    width: 50px;
}

.btn-white.btn-arrow span {
    background: #1a2844;
}

.btn-dark.btn-arrow span {
    background: #ffffff;
}

.btn-primary-gradient.btn-arrow span {
    background: #ffffff;
}

.btn-primary.btn-arrow span {
    background: #ffffff;
}

.btn-arrow.arrow-gradient span {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #14a800), to(#fa3a72));
    background-image: linear-gradient(to right, #14a800 50%, #fa3a72 100%);
}

.btn-arrow.arrow-white span {
    background: #ffffff;
}

.btn-arrow.arrow-dark span {
    background: #1a2844;
}

.btn-primary-gradient {
    background-size: 200% auto;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #14a800), color-stop(51%, #fa3a72), to(#14a800));
    background-image: linear-gradient(to right, #14a800 5%, #fa3a72 51%, #14a800 100%);
    color: #ffffff;
}

.btn-primary-gradient:hover {
    background-position: right center;
    color: #ffffff;
}

.btn-dark-gradient {
    background-size: 200% auto;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #161427), color-stop(51%, #592036), to(#161427));
    background-image: linear-gradient(to right, #161427 5%, #592036 51%, #161427 100%);
    color: #ffffff;
}

.btn-dark-gradient:hover {
    background-position: right center;
    color: #ffffff;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-btn i {
    font-size: 22px;
    padding-right: 0;
}

.video-btn-02 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-btn-02 i {
    font-size: 22px;
    padding-right: 0;
}

.btn-animation i {
    position: relative;
    width: 3.125rem;
    height: 3.125rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #14a800;
    border-radius: 50%;
    text-align: center;
    line-height: 3.125rem;
    color: #ffffff;
    z-index: 9;
}

@media (max-width: 767px) {
    .video-btn {
        width: 50px;
        height: 50px;
    }
    .video-btn i {
        font-size: 14px;
    }
}

.category {
    cursor: pointer;
}

.category .category-item {
    display: block;
}

.category .category-item .category-icon i {
    font-size: 50px;
    line-height: 50px;
    color: #1a2844;
}

.category .category-item h5 {
    font-weight: 500;
    font-size: 18px;
}

.category {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.category .category-item h5 {
    font-size: 18px;
}

.category:hover .category-icon i {
    color: #ffffff !important;
}

.category:hover .category-item h5 {
    color: #ffffff !important;
}

.category-style-2 {
    cursor: pointer;
}

.category-style-2:hover {
    background: #14a800 !important;
    border-radius: 5px;
    color: #ffffff;
}

.category-style-2:hover .category-icon i {
    color: #ffffff !important;
}

.category-style-2:hover h5 {
    color: #ffffff !important;
}

.our-clients.owl-carousel {
    padding: 40px 50px;
    background-color: #14a800;
}

.our-clients.owl-carousel .owl-item img {
    padding: 0 25px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-partners .item img {
    width: 90%;
    display: inherit;
    background: #f6f6f6;
    padding: 20px 20px;
    height: 70px;
}

.countdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.countdown-wrapper .countdown {
    padding: 25px 50px 25px 0px;
    width: 100%;
}

.countdown-wrapper .countdown span {
    font-size: 54px;
    line-height: 54px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #1a2844;
}

.countdown-wrapper .countdown p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .countdown-wrapper {
        margin-bottom: 20px;
    }
    .countdown-wrapper .countdown {
        padding: 0px 10px;
    }
    .countdown-wrapper .countdown span {
        font-size: 32px;
        line-height: 54px;
    }
    .countdown-wrapper .countdown p {
        font-size: 14px;
    }
}

.counter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.counter .counter-icon {
    margin-right: 30px;
}

.counter .counter-icon i {
    font-size: 60px;
    line-height: 60px;
    color: #14a800;
}

.counter .counter-content .timer {
    position: relative;
    font-size: 44px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #1a2844;
    margin-bottom: 10px;
    line-height: 44px;
    display: inline-block;
}

.counter .counter-content .counter-icon-sign {
    font-size: 52px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #1a2844;
    margin-bottom: 10px;
    line-height: 52px;
}

.counter .counter-content label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
}

.bg-primary-gradient .counter .counter-icon i {
    background: #1a2844;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #1a2844;
}

.bg-primary-gradient .counter .counter-content .timer {
    color: #ffffff;
}

.bg-primary-gradient .counter .counter-content .counter-icon-sign {
    color: #ffffff;
}

.bg-primary-gradient .counter .counter-content label {
    color: #ffffff;
}

.bg-dark-gradient .counter .counter-icon i {
    background: #ffffff;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
}

.bg-dark-gradient .counter .counter-content .timer {
    color: #ffffff;
}

.bg-dark-gradient .counter .counter-content .counter-icon-sign {
    color: #ffffff;
}

.bg-dark-gradient .counter .counter-content label {
    color: #ffffff;
}

@media (max-width: 1199px) {
    .counter {
        margin-left: 0;
    }
    .counter .counter-icon {
        margin-right: 10px;
    }
    .counter .counter-content .time {
        font-size: 38px;
        line-height: 38px;
    }
    .counter .counter-content label {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .counter .counter-content .timer {
        font-size: 40px;
        line-height: 40px;
    }
    .counter .counter-content .counter-icon-sign {
        font-size: 40px;
        line-height: 40px;
    }
}

.course-item {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #f6f6f6;
}

.course-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.course-item .coures-img {
    position: relative;
}

.course-item .coures-img img {
    border-radius: 5px;
}

.course-item .coures-img .course-tag {
    position: absolute;
    top: 10px;
    left: 20px;
}

.course-item .coures-img .course-tag a {
    padding: 2px 12px;
    background: #14a800;
    border-radius: 5px;
    display: block;
    color: #ffffff;
    font-size: 13px;
}

.course-item .coures-img .course-tag a:hover {
    background: #ffffff;
    color: #14a800;
}

.course-item .course-conten {
    position: relative;
    border-top: 0;
}

.course-item .course-conten h5 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}

.course-item .course-author img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin-right: 10px;
}

.course-item .course-author span {
    font-weight: 500;
    color: #4d586d;
}

.course-item .course-meta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-item .course-meta ul li {
    padding-right: 10px;
}

.course-item .course-meta ul li:last-child {
    padding-right: 0;
}

.course-item .course-meta ul .price {
    font-size: 16px;
    color: #14a800;
    font-weight: 600;
}

.course-item .course-meta ul .price span {
    color: #c1c1c1;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
}

.review .review-body .review-rating ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.review .review-body .review-rating ul li {
    list-style: none;
    display: inline-block;
}

.lecturer-schedule ul li {
    width: 100px;
    display: inline-block;
    border-right: 1px solid #cdcdcd;
    margin-right: 15px;
    height: 58px;
}

.course-details-lecturer ul li .lecturer-img img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin-right: 20px;
}

.course-details-lecturer ul li .lecturer-content {
    border-right: 1px solid #cdcdcd;
    padding-right: 20px;
    margin-right: 10px;
    width: 26%;
}

.popular-courses .accordion .card {
    margin-bottom: 20px;
    border-radius: 5px;
}

.popular-courses .accordion .card .card-header {
    margin-bottom: 0;
}

.popular-courses .accordion .card .card-header .btn {
    padding: 15px 25px;
    color: #1a2844;
    font-size: 16px;
}

.popular-courses .accordion .card .card-body {
    border-top: 2px solid #14a800;
    padding: 25px 25px;
}

.popular-courses .accordion .card .card-body a {
    display: block;
    margin-bottom: 5px;
}

.popular-courses .accordion .card .card-body p {
    margin-bottom: 0;
}

.course-sidebar {
    -webkit-box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px;
}

.course-sidebar .widget {
    margin-bottom: 50px;
}

.course-sidebar .widget .widget-title {
    margin-bottom: 30px;
}

.course-sidebar .widget .search {
    position: relative;
}

.course-sidebar .widget .search .form-control {
    background-color: #ffffff;
    color: #1a2844;
    border: 1px solid #14a800;
}

.course-sidebar .widget .search i {
    position: absolute;
    right: 0;
    top: 0;
    background: #14a800;
    color: #ffffff;
    padding: 17px 16px;
    cursor: pointer;
    border-radius: 5px;
    border-radius: 0px 5px 5px 0px;
}

.course-sidebar .widget .widget-course ul li {
    border-bottom: 1px solid rgba(205, 205, 205, 0.4);
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.course-sidebar .widget .widget-course ul li a {
    display: block;
    color: #1a2844;
}

.course-sidebar .widget .widget-course ul li a:hover {
    color: #14a800;
}

.course-sidebar .widget .widget-course ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.course-sidebar .widget .widget-course ul i {
    right: 47px;
    position: absolute;
}

.course-sidebar .widget .recent-posts a {
    font-size: 13px;
    color: #1a2844;
}

.course-sidebar .widget .recent-posts a:hover {
    color: #14a800;
}

.course-sidebar .widget .recent-posts .date {
    font-size: 11px;
}

.course-sidebar .widget .social ul {
    margin-bottom: 0;
}

.course-sidebar .widget .social ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 15px;
}

.course-sidebar .widget .social ul li a {
    font-size: 18px;
    color: #1a2844;
}

.course-sidebar .widget .social ul li a:hover {
    color: #14a800;
}

.course-sidebar .widget .social ul li:last-child {
    padding-right: 0;
}

.course-sidebar .widget .social ul li:first-child {
    padding-left: 0;
}

.course-sidebar .widget:last-child {
    margin-bottom: 0;
}

.review .review-rating ul {
    padding-left: 0px;
}

.review .review-rating ul li {
    list-style: none;
    display: inline-block;
}

.widget .progress {
    height: 8px;
    margin-bottom: 15px;
}

.widget .progress .progress-bar {
    height: 8px;
}

.widget-categories ul li {
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.widget-categories ul li a {
    display: block;
    color: #1a2844;
}

.widget-categories ul li a:hover {
    color: #14a800;
}

.widget-categories ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .course-sidebar {
        padding: 20px;
    }
    .course-sidebar .widget {
        margin-bottom: 30px;
    }
    .course-details-lecturer .lecturer-img {
        margin-bottom: 10px;
    }
    .course-details-lecturer ul li .lecturer-content {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .lecturer-schedule ul li {
        border-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 479px) {
    .course-item .course-conten {
        padding: 5px 0px;
    }
    .popular-courses .accordion .card .card-header .btn {
        font-size: 14px;
    }
}

.events .events-img img {
    border: 5px solid #14a800;
    border-radius: 5px;
}

.events .events-content .events-tag a {
    padding: 3px 10px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    background: rgba(166, 29, 55, 0.1);
    color: #14a800;
}

.events .events-content .events-tag a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.events .events-content .events-tag .badge-danger {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.events .events-content .events-tag .badge-success {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.events .events-content .events-tag .badge-warning {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.events .events-content .events-tag .badge-info {
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
}

.events .events-content .events-tag .badge-dark {
    background: rgba(52, 58, 64, 0.1);
    color: #343a40;
}

.events .events-content .events-meta ul li {
    margin-right: 5px;
}

.events .events-content .events-meta ul li a {
    color: #666666;
    font-weight: 500;
}

.events .events-content .events-meta ul li a:hover {
    color: #14a800;
}

.events .events-content .events-meta ul li i {
    color: #14a800;
}

.event-list .event-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}

.event-list .event-content .event-meta ul li {
    margin-right: 5px;
}

.event-list .event-content .event-meta ul li a {
    color: #666666;
    font-weight: 500;
}

.event-list .event-content .event-meta ul li a:hover {
    color: #14a800;
}

.event-list .event-content .event-meta ul li i {
    color: #14a800;
}

.feature-box {
    padding: 50px;
}

.feature-box .feature-icon {
    border-radius: 50%;
    text-align: center;
    width: 130px;
    height: 130px;
    line-height: 130px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
}

.feature-box .feature-icon i {
    font-size: 52px;
}

@media (max-width: 1199px) {
    .feature-box {
        padding: 30px;
    }
    .feature-box .feature-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }
    .feature-box .feature-icon i {
        font-size: 30px;
    }
}

.course-form {
    padding: 30px 50px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
}

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

.course-form .form-group label {
    color: #1a2844;
    font-weight: 600;
}

.course-form .form-group .form-control {
    background: transparent;
    border: 1px solid #eeeeee;
    color: #b7b7b7;
}

.course-form .form-group i {
    position: absolute;
    right: 15px;
    top: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #14a800;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-control {
    padding: 10px 40px 10px 20px;
}

.subscribe-form i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .course-form {
        padding: 20px 20px;
    }
}

.gallery {
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery .gallery-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.gallery .gallery-content i {
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    background: #14a800;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.gallery:hover .gallery-content {
    opacity: 1;
    visibility: visible;
}

.gallery:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 40, 68, 0.5);
}

.list-check {
    margin: 0;
    padding: 0;
}

.list-check li {
    position: relative;
    list-style-type: none;
    margin-bottom: 20px;
}

.list-check li i {
    background: #f4f4f5;
    color: #14a800;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    margin-right: 15px;
}

.list-check li:last-child {
    margin-bottom: 0;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inherit;
}

.owl-carousel .owl-nav {
    cursor: pointer;
    z-index: 999;
    width: 100%;
}

.owl-carousel .owl-nav button span {
    position: relative;
    top: -4px;
    width: 18px;
    height: 2px;
    display: inline-block;
    background: #14a800;
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}

.owl-carousel .owl-nav button span:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    border-radius: 2px;
    background: inherit;
}

.owl-carousel .owl-nav button span:after {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    border-radius: 2px;
    background: inherit;
}

.owl-carousel .owl-nav button span.prev-arrow {
    margin-right: 15px;
}

.owl-carousel .owl-nav button span.prev-arrow:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -4px;
    left: 0px;
    width: 10px;
}

.owl-carousel .owl-nav button span.prev-arrow:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    bottom: -4px;
    left: 0px;
}

.owl-carousel .owl-nav button span.next-arrow {
    margin-left: 15px;
}

.owl-carousel .owl-nav button span.next-arrow:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    right: 0px;
    width: 10px;
}

.owl-carousel .owl-nav button span.next-arrow:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    bottom: -4px;
    right: 0px;
}

.owl-carousel .owl-nav button:hover span {
    width: 50px;
}

.owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 0px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0;
}

.owl-carousel .owl-nav .owl-next {
    display: block;
    position: absolute;
    text-indent: inherit;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 0px;
    display: block;
    position: absolute;
    text-indent: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 !important;
    display: inline-block;
    margin: 14px 2px 0;
}

.owl-carousel .owl-dots .owl-dot span {
    background: #c1c1c1;
    width: 10px;
    min-height: 4px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background: #14a800;
    width: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #14a800;
    width: 30px;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0px 4px 0;
}

.owl-dots-bottom-left {
    padding-bottom: 40px;
}

.owl-dots-bottom-left .owl-dots {
    bottom: 0px;
    position: absolute;
    left: 0px;
    width: auto;
}

.owl-dots-bottom-center {
    padding-bottom: 40px;
}

.owl-dots-bottom-center .owl-dots {
    bottom: 0px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .owl-carousel .owl-nav {
        display: none;
    }
}

.my-shuffle-container {
    margin-left: -15px;
    margin-right: -15px;
}

.my-shuffle-container .grid-item {
    width: 33.33%;
    padding: 15px;
}

.portfolio-item img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.portfolio-item .portfolio-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.portfolio-item .portfolio-img i {
    font-size: 20px;
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 5px;
}

.portfolio-item .portfolio-overlay .portfolio-img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    right: inherit;
}

.portfolio-item .portfolio-overlay .portfolio-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #ffffff;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border: 2px solid #14a800;
    border-radius: 5px;
    background: #14a800;
}

.portfolio-item .portfolio-info {
    margin-top: 25px;
    margin-bottom: 35px;
    position: relative;
}

.portfolio-item .portfolio-info .portfolio-category {
    margin-bottom: 5px;
    display: block;
}

.portfolio-item .portfolio-info .portfolio-category a {
    font-size: 14px;
    font-weight: 600;
    background: #14a800;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.portfolio-item .portfolio-info .portfolio-title {
    color: #1a2844;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.portfolio-item .portfolio-info .portfolio-title:hover {
    color: #14a800;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    background: rgba(26, 40, 68, 0.5);
}

.portfolio-item.portfolio-item-02 {
    overflow: hidden;
}

.portfolio-item.portfolio-item-02 .portfolio-info {
    padding: 20px;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 2;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.portfolio-item.portfolio-item-02:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}

.my-shuffle-container .portfolio-item .portfolio-info {
    margin-bottom: 0px;
}

.filters-group button {
    margin: 0 5px 10px;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #1a2844;
    background: inherit;
    border: none;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filters-group button:hover {
    background: #14a800;
    color: #ffffff;
}

.filters-group button.active {
    background: #14a800;
    color: #ffffff;
}

.bg-dark .portfolio-item .portfolio-info .portfolio-title {
    color: #ffffff;
}

.bg-dark .portfolio-item .portfolio-info .portfolio-title:hover {
    color: #14a800;
}

.my-shuffle-container.grid-style .grid-item {
    padding: 0 !important;
}

.my-shuffle-container.columns-1 .grid-item {
    width: 100%;
    padding: 15px;
}

.my-shuffle-container.columns-2 .grid-item {
    width: 50%;
    padding: 15px;
    float: left;
}

.my-shuffle-container.columns-3 .grid-item {
    width: 33.33333333%;
    padding: 15px;
}

.my-shuffle-container.columns-4 .grid-item {
    width: 25%;
    padding: 10px;
}

.my-shuffle-container.columns-5 .grid-item {
    width: 20%;
    padding: 15px;
}

.my-shuffle-container.columns-6 .grid-item {
    width: 16.666666%;
    padding: 0px;
}

.my-shuffle-container.columns-2 .grid-item-full,
.my-shuffle-container.columns-3 .grid-item-full,
.my-shuffle-container.columns-4 .grid-item-full,
.my-shuffle-container.columns-5 .grid-item-full,
.my-shuffle-container.columns-6 .grid-item-full {
    width: 100%;
}

@media (max-width: 991px) {
    .my-shuffle-container.columns-3 .grid-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .my-shuffle-container .grid-item,
    .my-shuffle-container.columns-3 .grid-item,
    .my-shuffle-container.columns-4 .grid-item,
    .my-shuffle-container.columns-5 .grid-item,
    .my-shuffle-container.columns-6 .grid-item {
        width: 100%;
    }
    .filters-group button {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .my-shuffle-container.columns-2 .grid-item,
    .my-shuffle-container .grid-item {
        width: 100%;
    }
    .my-shuffle-container .grid-item,
    .my-shuffle-container.columns-2 .grid-item,
    .my-shuffle-container.columns-3 .grid-item,
    .my-shuffle-container.columns-4 .grid-item,
    .my-shuffle-container.columns-5 .grid-item,
    .my-shuffle-container.columns-6 .grid-item {
        width: 100%;
    }
}

.pricing-tab {
    text-align: center;
}

.pricing-tab span {
    vertical-align: middle;
}

.pricing-tab .yearly-tab {
    font-weight: 700;
    font-size: 18px;
    color: #1a2844;
}

.pricing {
    padding: 50px 30px;
    text-align: center;
    -webkit-box-shadow: 0 1rem 3rem rgba(22, 36, 62, 0.175);
    box-shadow: 0 1rem 3rem rgba(22, 36, 62, 0.175);
    border-radius: 5px;
    border-bottom: 5px solid #14a800;
}

.pricing .pricing-title {
    margin-bottom: 20px;
}

.pricing .pricing-price {
    display: inline-block;
    position: relative;
    color: #14a800;
    font-weight: 600;
    margin-top: 30px;
}

.pricing .pricing-price sup {
    position: absolute;
    top: 15px;
    left: -20px;
    font-size: 24px;
    color: #1a2844;
}

.pricing .pricing-price strong {
    color: #1a2844;
    font-size: 60px;
    line-height: 60px;
    padding-right: 10px;
    font-weight: 500;
}

.pricing .change-pricing-price .yearly-price {
    display: block;
}

.pricing .pricing-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pricing .pricing-list li {
    padding: 6px 0;
    color: #1a2844;
    font-weight: 600;
}

.pricing .pricing-list li:last-child {
    padding-bottom: 0;
}

.pricing.active {
    background: #14a800;
    color: #ffffff;
    border-top: 5px solid #14a800;
    border-bottom: 5px solid #14a800;
}

.pricing.active .pricing-list li {
    color: #ffffff;
}

.pricing.active .pricing-title {
    color: #ffffff;
}

.pricing.active .pricing-price {
    color: #ffffff;
}

.pricing.active sup {
    color: #ffffff;
}

.pricing.active strong {
    color: #14a800;
}

.select2-container .select2-selection--single {
    height: auto;
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1a2844;
    line-height: inherit;
}

.bigdrop {
    min-width: 196px !important;
}

.select2-results__options {
    padding: 8px 2px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted {
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    padding-left: 10px;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 1px;
    right: 0px;
    height: 21px;
    width: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #14a800;
}

.select2-container--default .select2-search--dropdown {
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #eeeeee;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f6f6f6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(166, 29, 55, 0.1);
    color: #14a800;
}

.select2-dropdown {
    border: none;
    border-radius: 0px;
    z-index: 9;
}

.select-border .select2-container--default .select2-selection--single {
    border: 1px solid #eeeeee;
    height: 50px;
    padding: 15px 20px;
    border-radius: 3px;
}

.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 20px;
}

.select2-container--default .select2-results>.select2-results__options {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #b7b7b7;
}

.select2-container--open .select2-dropdown {
    background: #f6f6f6;
    padding: 7px;
    border: 1px solid #eeeeee;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}

.skill {
    position: relative;
    width: 100%;
    height: 7px;
    margin: 70px 0 20px 0;
    background-color: #f4f4f5;
    border-radius: 5px;
}

.skill .skill-bar {
    position: relative;
    height: 100%;
    border-radius: 5px;
    padding: 0px;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #14a800), to(#fa3a72));
    background: linear-gradient(to right, #14a800 30%, #fa3a72 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .9s ease;
    transition: width .9s ease;
}

.skill .skill-bar .skill-title {
    color: #1a2844;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    margin-left: 0;
    margin-top: -28px;
    text-align: left;
}

.skill .skill-bar .skill-title i {
    margin-right: 8px;
}

.skill .skill-bar .progress-number {
    color: #1a2844;
    float: right;
    margin-top: -18px;
    position: absolute;
    right: 14px;
    top: -10px;
    font-size: 15px;
    font-weight: 600;
}

.skill .skill-bar .progress-type {
    color: #1a2844;
    float: right;
    margin-top: -18px;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 15px;
    font-weight: 600;
}

.skill .skill-bar:before {
    content: "";
    position: absolute;
    right: 0;
    background: #14a800;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

.social-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.social-icon ul li {
    list-style-type: none;
    margin-right: 20px;
}

.social-icon ul li a {
    font-size: 14px;
    color: #ffffff;
    display: block;
}

.social-icon ul li a:hover {
    color: #14a800;
}

.social-icon ul li:last-child {
    margin-right: 0;
}

.social-icon.social-icon-style-02 ul {
    padding-left: 0px;
}

.social-icon.social-icon-style-02 ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}

.social-icon.social-icon-style-02 ul li a {
    background: #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    color: #1a2844;
}

.social-icon.social-icon-style-02 ul li a:hover {
    color: #ffffff;
    background: #14a800;
}

.swiper-button-prev {
    background-image: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #1a2844;
    height: 40px;
    border-radius: 5px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    left: 5%;
}

.swiper-button-next {
    background-image: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #1a2844;
    height: 40px;
    border-radius: 5px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    right: 5%;
}

@media (max-width: 767px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    background: #14a800;
    width: 100% !important;
    color: #ffffff;
    border-radius: 7px;
    border: none;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 600;
    width: 25%;
    text-align: center;
}

.nav-tabs .nav-item:not(:first-child) {
    margin-left: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    color: #14a800;
    background-color: #ffffff;
}

@media (max-width: 575px) {
    .nav-tabs .nav-link {
        padding: 15px 30px;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-tabs .nav-link {
        font-size: 13px;
    }
}

.team {
    text-align: center;
    position: relative;
}

.team img {
    border-radius: 5px;
}

.team .team-img {
    padding: 10px;
    border-radius: 7px;
}

.team:hover .team-img {
    z-index: 9;
    position: relative;
}

.team:hover .team-info {
    z-index: 9;
    position: relative;
}

.team:hover .team-info ul {
    opacity: 1;
    top: -15px;
}

.team:hover .team-bg {
    opacity: 1;
    z-index: -99;
}

.team .team-info {
    padding: 25px 0px 25px 0px;
    text-align: center;
    margin: -30px 25px 0;
    -webkit-box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    background-color: #ffffff;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    font-weight: 300;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    color: #1a2844;
    font-size: 18px;
    line-height: 1.2;
}

.team .team-info:hover {
    color: #1a2844;
}

.dddg-logo {
    height: 200px;
}

.team .team-info .team-name {
    color: #1a2844;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team .team-info .team-name:hover {
    color: #14a800;
}

.team .team-info p {
    font-size: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
    padding: 5px;
}

.team .team-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team .team-info ul li a {
    display: block;
    margin: 0 5px;
    color: #ffffff;
    background: #1a2844;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}

.team .team-info ul li a:hover {
    color: #14a800;
    background: #ffffff;
}

.team .team-info ul li a i {
    font-size: 14px;
}

.team:hover .team-info {
    background-color: #14a800;
}

.team:hover .team-info .team-name {
    color: #ffffff;
}

.team:hover .team-info p {
    color: #ffffff;
}

.team-02 {
    position: relative;
    overflow: hidden;
}

.team-02 .team-title {
    display: block;
    color: #ffffff;
    font-size: 18px;
}

.team-02 .team-title:hover {
    color: #1a2844;
}

.team-02 .team-img {
    background-size: cover;
    min-height: 249px;
    border-radius: 5px;
    background-position: center center;
}

.team-02 .team-info {
    padding: 20px;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: -90px;
    z-index: 2;
    opacity: 0;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: #14a800;
}

.team-02 .team-info p {
    max-height: 66px;
    overflow: auto;
}

.team-02 .team-info .team-social ul {
    padding-left: 0px;
}

.team-02 .team-info .team-social ul li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}

.team-02 .team-info .team-social ul li i {
    color: #ffffff;
}

.team-02:hover .team-info {
    opacity: 1;
    bottom: 20px;
}

.team-single .social {
    margin-top: 40px;
}

.team-single .social ul li {
    list-style: none;
    display: inline-block;
}

.team-single .social ul li a {
    background: #14a800;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    border-radius: 5px;
}

.sin-pag-img img {
    height: 50px;
}

.list ul li {
    margin-bottom: 15px;
    list-style: none;
}

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

@media (max-width: 991px) {
    .team .team-info {
        margin: -30px 15px 0;
    }
}

.testimonial-item {
    position: relative;
}

.testimonial-item .testimonial-quote {
    margin-bottom: 20px;
}

.testimonial-item .testimonial-quote i {
    font-size: 28px;
    display: inline-block;
    line-height: 28px;
    background: #14a800;
    border-radius: 50%;
    padding: 15px;
}

.testimonial-item .testimonial-content p {
    font-size: 16px;
    color: #1a2844;
    margin-bottom: 25px;
}

.testimonial-item .testimonial-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-item .testimonial-author .testimonial-avatar {
    margin-right: 15px;
    margin-bottom: 15px;
}

.testimonial-item .testimonial-author .testimonial-avatar img {
    border-radius: 50%;
}

.testimonial-item .testimonial-author .testimonial-name span {
    color: #14a800;
    font-weight: 500;
}

.testimonial-center .testimonial-item {
    text-align: center;
    padding: 0 15%;
}

.testimonial-center .testimonial-item .testimonial-author {
    margin-bottom: 0;
    display: inline-block;
}

@media (max-width: 992px) {
    .testimonial-center .testimonial-item {
        padding: 0 5%;
    }
}

.header {
    position: relative;
    z-index: 99;
}

@media (min-width: 992px) {
    .header .navbar,
    .dropdown {
        position: inherit !important;
    }
}

.header .navbar-brand img {
    height: 50px;
}

.header .header-contact-info i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c1c1c1;
    border-radius: 50px;
    color: #1a2844;
    margin-right: 10px;
}

.header .navbar {
    position: unset;
}

@media (max-width: 1000px) {
    .header .navbar {
        width: 40px;
        z-index: 9;
        padding: 0px 0;
    }
    .header .user-icon {
        width: 40px;
        display: block;
        font-size: 27px;
    }
}

@media (min-width: 1000px) {
    .header .navbar {
        position: relative;
        width: 100%;
        z-index: 9;
        padding: 0px 0;
        width: max-content;
    }
}

.header .navbar .navbar-brand {
    padding: 20px 0px;
    margin-right: 0;
    color: #ffffff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}

.header .navbar .navbar-brand img {
    height: 50px;
}

.header .navbar .navbar-toggler-icon {
    position: relative;
    width: 30px;
    height: 2px;
    background: #14a800;
}

.header .navbar .navbar-toggler-icon:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #14a800;
    left: 0;
    top: -10px;
}

.header .navbar .navbar-toggler-icon:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #14a800;
    left: 0;
    bottom: -10px;
}

.header .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 14.5px;
    padding: 18px 22px !important;
    color: #1a2844;
    text-transform: capitalize;
    max-height: 100%;
    display: flex;
    align-items: center;
}

.header .navbar .navbar-nav .nav-item .nav-link i {
    padding-left: 5px;
    font-size: 12px;
}

.header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #14a800;
}

.header .navbar .dropdown .dropdown-menu {
    padding: 20px 30px;
    z-index: 9999;
    width: 250px;
}

.header .navbar .dropdown.cat .dropdown-menu {
    width: 100% !important;
}

.header .navbar .dropdown .dropdown-menu li a {
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px 10px 0;
    border-radius: 3px;
    min-width: 180px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .navbar .dropdown .dropdown-menu li a:hover {
    color: #14a800;
    padding-left: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .navbar .dropdown .dropdown-menu li a:before {
    position: absolute;
    content: "";
    background: #14a800;
    height: 3px;
    width: 0;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .navbar .dropdown .dropdown-menu li a:hover:before {
    width: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header .dropdown-toggle:after {
    content: none;
}

.sticky-top .header-main {
    padding: 10px 0 !important;
}

.sticky-top.header .navbar-brand img {
    height: 40px;
}

.sticky-top.header .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 18px;
}

.navbar .dropdown>.dropdown-menu li.active>a {
    color: #14a800;
    padding-left: 25px;
}

.navbar .navbar-nav .dropdown-menu li.active>a:before {
    width: 15px;
}

.header.header-style-02.sticky-top .header-main {
    display: none;
}

.header.header.header-style-02.sticky-top .navbar .navbar-brand {
    padding: 10px 0px;
}

.header.header.header-style-02.sticky-top .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
}

.header.header.header-style-02.sticky-top .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #ffffff;
}

.header.header-style-02 .navbar .navbar-nav .nav-item:hover .nav-link {
    color: #ffffff;
    background: #1a2844;
}

.header.header-style-02 .navbar .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
    background: #1a2844;
}

.header.header-style-02 .navbar-brand.logo-sticky {
    display: none;
}

.header.header-style-02.sticky-top .navbar .navbar-brand {
    display: block;
}

.header.header-style-02 .navbar .dropdown .dropdown-menu {
    top: 50px;
}

.header.header-style-02.sticky-top .navbar-collapse {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header.header-transparent {
    position: absolute;
    background: transparent !important;
    width: 100%;
    z-index: 99;
}

.header.header-transparent .navbar .navbar-brand {
    margin-right: 40px;
    padding: 20px 0;
}

.header.header-transparent .navbar .navbar-brand img {
    height: 40px;
}

.header.header-transparent .navbar .navbar-nav .nav-link {
    color: #ffffff;
}

.header-transparent .navbar .navbar-nav .nav-item.active .nav-link {
    background: inherit;
    color: #14a800;
}

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

.header.header-transparent.header-sticky.sticky-top .sticky-logo {
    display: block;
}

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

.header .navbar .navbar-nav .nav-item.active .nav-link {
    background: inherit;
    color: #212529;
}

.header .navbar-toggler {
    border: none;
    position: absolute;
    right: 0px;
    padding: 0;
}

@media only screen and (max-width: 700px) {
    .header .navbar-toggler {
        border: none;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        right: unset;
        padding: 0;
    }
}

.search-icon li {
    list-style: none;
}

.serach .input-group i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search {
    vertical-align: middle;
    display: table;
    height: 100%;
}

.search .search-btn {
    display: block;
    height: 22px;
    line-height: 22px;
    position: relative;
    text-indent: -9999px;
    width: 14px;
    color: #14a800;
    -webkit-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.search .search-btn:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}

.search.search-open .search-btn:before {
    content: "\f00d";
}

.search-box {
    display: block;
    margin: 0;
    opacity: 0 !important;
    position: absolute;
    right: 0;
    top: 76px;
    -webkit-transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
    visibility: hidden;
    width: 327px;
    z-index: 888;
    border-radius: 3px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.search-box.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.search.search-open .search-box {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-box-shadow: 0 1rem 3rem rgba(22, 36, 62, 0.175);
    box-shadow: 0 1rem 3rem rgba(22, 36, 62, 0.175);
}

.search .search-box a {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.search .search-box .form-control {
    height: 58px;
    padding: 10px 50px 10px 20px;
    background: #ffffff;
}

.header.bg-light .navbar .navbar-nav .nav-link {
    color: #1a2844;
}

.header.bg-primary .search-btn {
    color: #ffffff;
}

.header.bg-primary .navbar .navbar-nav .nav-item .nav-link {
    color: #ffffff;
}

.header.bg-primary .navbar .navbar-nav .nav-item.active .nav-link,
.header.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ffffff;
}

@-webkit-keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.header.sticky-top {
    position: sticky;
    left: 0;
    width: 100%;
    background: #ffffff !important;
    -webkit-box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
    -webkit-animation: stickySlideDown 1s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 1s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.header.sticky-top .topbar {
    display: none !important;
}

.header.sticky-top .navbar .navbar-brand {
    padding: 15px 0px;
}

.header.sticky-top .navbar .navbar-nav .nav-item .nav-link {
    color: #1a2844;
}

.header.sticky-top .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #1a2844;
}

.header.sticky-top .navbar-nav .nav-item.active .nav-link {
    color: #14a800;
}

.header.sticky-top .navbar-nav .nav-item.active .nav-link:hover {
    color: #14a800;
}

.header.sticky-top .search-btn {
    color: #14a800 !important;
}

.header.bg-primary.sticky-top .btn {
    background: #14a800;
    color: #ffffff;
    border-color: #14a800;
}

.header.sticky-top .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #14a800;
}

.header.sticky-top.bg-primary .navbar .navbar-nav .nav-item.active .nav-link,
.header.sticky-top.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #14a800;
}

@media (min-width: 992px) {
    .dropdown {
        display: inline-block;
    }
    .dropdown .dropdown-menu {
        margin: 0px;
        font-size: 14px;
        border-radius: 5px;
        border: none;
        right: 0;
        left: inherit;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        visibility: hidden;
        opacity: 0;
        display: block !important;
    }
    .dropdown.cat .dropdown-menu {
        left: 15px;
    }
    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1199px) {
    .btn {
        padding: 12px 22px;
    }
    .header .navbar .navbar-nav .nav-item .nav-link {
        padding: 20px 16px;
        border-bottom: 1px solid #f2f2f2;
        font-size: 16px !important;
    }
    .header.sticky-top .navbar-brand img {
        height: 40px !important;
    }
    .search-box {
        top: 66px;
    }
}

@media (max-width: 991px) {
    .header {
        -webkit-box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
        box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    }
    .header.header-style-02 .navbar-brand.logo-sticky {
        display: block;
    }
    .header.header-style-02 .navbar-brand {
        display: none;
    }
    .header-style-02 .navbar-toggler {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header.header-transparent {
        position: relative;
        background: #ffffff !important;
    }
    .header.header-transparent.bg-primary {
        position: relative;
        background: #1a2844 !important;
    }
    .header.header-transparent.sticky-top {
        position: fixed;
    }
    .navbar-toggler {
        border: none;
        position: absolute;
        right: 0px;
        padding: 0;
        top: -64px;
    }
    .header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        background: #ffffff;
        width: 100%;
        max-height: 350px;
        overflow: auto;
        margin-left: 0px;
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }
    .navbar .navbar-nav .dropdown-menu li.active>a {
        padding-left: 25px;
    }
    .header .navbar .dropdown .dropdown-menu {
        margin: 0px;
        font-size: 14px;
        border-radius: 0px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #f4f4f5;
        padding: 14px 30px;
        font-size: 13px;
        width: 100%;
    }
    .navbar .navbar-nav .nav-link i {
        position: absolute;
        right: 20px;
    }
    .header.header-transparent .navbar .navbar-nav .nav-link {
        color: #1a2844;
    }
    .header.header-transparent.header-sticky .sticky-logo {
        display: inline-block;
    }
    .header.header-transparent .logo {
        display: none;
    }
    .header.bg-primary .navbar .navbar-nav .nav-item .nav-link {
        color: #1a2844;
    }
    .header.bg-primary .navbar .navbar-nav .nav-item.active .nav-link,
    .header.bg-primary .navbar .navbar-nav .nav-item .nav-link:hover {
        color: #14a800;
    }
}

@media (max-width: 767px) {
    .header .navbar .dropdown .dropdown-menu li a,
    .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }
    .header .navbar-brand img {
        height: 40px !important;
    }
}

.section-title .title {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    width: max-content;
}

.section-title p {
    margin-bottom: 30px;
}

.get-touch {
    background: #f6f6f6;
    padding: 30px;
    text-align: center;
    position: relative;
    height: 350px;
    overflow: hidden;
}

.get-touch svg {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0;
    height: auto;
}

.clipped-title {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url(../images/bg/06.jpg);
    font-weight: 900;
    color: #14a800;
}

.sticky-img {
    position: fixed;
    top: 160px;
    width: 50%;
}

.sticky-img.right-split {
    right: 0;
}

.sticky-img.left-split {
    left: 0;
}

.subscribe {
    position: relative;
}

.subscribe .form-group .form-control {
    padding-right: 75px;
}

.subscribe button {
    position: absolute;
    right: 10px;
    top: 50%;
    padding: 23px 10px;
    background: none;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.frame-layout {
    padding: 20px;
}

.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
    z-index: 998;
}

.back-to-top {
    background: #14a800;
    border-radius: 5px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
    z-index: 9;
}

.back-to-top:hover,
.back-to-top.auto {
    color: rgba(255, 255, 255, 0);
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}

.back-to-top:hover:before,
.back-to-top.auto:before {
    -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
    animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:hover:after,
.back-to-top.auto:after {
    -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
    animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #ffffff;
    width: 3px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -2px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.back-to-top:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    color: #ffffff;
    border-top: 3px solid;
    border-left: 3px solid;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -7px;
    -webkit-transform: translateY(50px) rotateZ(45deg);
    transform: translateY(50px) rotateZ(45deg);
}

@-webkit-keyframes tipUp {
    0% {
        -webkit-transform: translateY(50px) rotateZ(45deg);
        transform: translateY(50px) rotateZ(45deg);
    }
    100% {
        -webkit-transform: translateY(-70px) rotateZ(45deg);
        transform: translateY(-70px) rotateZ(45deg);
    }
}

@keyframes tipUp {
    0% {
        -webkit-transform: translateY(50px) rotateZ(45deg);
        transform: translateY(50px) rotateZ(45deg);
    }
    100% {
        -webkit-transform: translateY(-70px) rotateZ(45deg);
        transform: translateY(-70px) rotateZ(45deg);
    }
}

@-webkit-keyframes lineUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}

@keyframes lineUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    display: block;
    width: 100%;
}

.social-bg-hover {
    position: relative;
    color: #ffffff;
}

.social-bg-hover:before {
    content: "";
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.social-bg-hover:hover {
    color: #ffffff;
}

.social-bg-hover:hover:before {
    background-color: rgba(0, 0, 0, 0.1);
}

.social-bg-hover span {
    position: relative;
}

.facebook-bg {
    background-color: #445c8e;
}

.twitter-bg {
    background-color: #43afe9;
}

.google-bg {
    background-color: #dc0510;
}

.instagram-bg {
    background-color: #DD2A7B;
}

.linkedin-bg {
    background-color: #007eb3;
}

.error-text {
    font-size: 268px;
    line-height: 266px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #1a2844;
}

.owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    border: 2px solid #14a800;
    background: inherit !important;
    border-radius: 50%;
    margin-right: 10px;
    opacity: 0.5;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
}

.owl-carousel button.owl-dot.active {
    background: #14a800 !important;
    opacity: 1;
}

.registration img {
    position: absolute;
    left: -100px;
    top: 7%;
    bottom: 0;
    border: 7px solid #14a800;
}

.form-group .form-icon {
    border: 2px solid #f4f4f5;
    padding: 5px;
    border-radius: 5px;
}

.form-group .form-icon i {
    color: #ffffff;
    background: #14a800;
    height: 48px;
    padding: 15px;
    line-height: 20px;
    border-radius: 3px 0px 0px 3px;
}

.form-group .form-icon .form-control {
    border-radius: 0px 3px 3px 0px;
    background: inherit;
}

.icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #14a800;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
}

.icon-btn:hover {
    color: #ffffff;
}

.btn-animation:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #14a800;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-animation.icon-btn-lg:before {
    width: 80px;
    height: 80px;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

@keyframes sonarWave {
    from {
        opacity: 0.4;
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0;
    }
}

.login {
    border-top: 7px solid #14a800;
    border-radius: 5px;
}

.inner-banner {
    padding: 150px 0;
}

.course-archive .navbar-form a {
    background: #14a800;
    height: 48px;
    line-height: 48px;
    padding: 0px 15px;
    border-radius: 0px 5px 5px 0px !important;
}

.pagination {
    border-radius: 5px;
}

.pagination .page-item .page-link {
    padding: 14px 25px;
    color: #1a2844;
    border-color: rgba(26, 40, 68, 0.1);
    border-radius: 0px;
}

.pagination .page-item .page-link:hover {
    background: #14a800;
    color: #ffffff;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    background: #14a800;
    border-color: #14a800;
    color: #ffffff;
}

.swiper-button-prev {
    background-image: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #000;
    height: 40px;
    border-radius: 5px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    left: 5%;
}

.swiper-button-next {
    background-image: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #000;
    height: 40px;
    border-radius: 5px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    right: 5%;
}

.navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation .nav-links .nav-previous {
    width: 47%;
    border: 1px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 3px;
}

.navigation .nav-links .nav-previous a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1a2844;
}

.navigation .nav-links .nav-previous .pagi-text {
    padding: 12px 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation .nav-links .nav-previous:hover {
    background: #f8f9fa;
}

.navigation .nav-links .nav-previous:hover .pagi-text {
    background: #14a800;
    color: #ffffff;
    border-radius: 3px 0 0 3px;
}

.navigation .nav-links .nav-previous:hover .nav-title {
    color: #14a800;
}

.navigation .nav-links .nav-previous .nav-title {
    padding: 12px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation .nav-links .nav-previous .pagi-text {
    border-right: 1px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation .nav-links .nav-next {
    width: 47%;
    border: 1px solid #f6f6f6;
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 3px;
}

.navigation .nav-links .nav-next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1a2844;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.navigation .nav-links .nav-next .pagi-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 25px;
    border-left: 1px solid #f6f6f6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation .nav-links .nav-next:hover {
    background: #f8f9fa;
}

.navigation .nav-links .nav-next:hover .pagi-text {
    background: #14a800;
    color: #ffffff;
    border-radius: 0 3px 3px 0;
}

.navigation .nav-links .nav-next:hover .nav-title {
    color: #14a800;
}

.navigation .nav-links .nav-next .nav-title {
    padding: 12px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.table {
    -webkit-box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    border: 1px solid #eeeeee;
}

.blockquote-quote {
    position: relative;
    font-size: 18px;
    border-left: 0 solid #14a800;
    padding-left: 30px;
    font-style: italic;
    display: block;
    z-index: 1;
}

.blockquote-quote i {
    position: absolute;
    top: -20px;
    font-size: 60px;
    line-height: 60px;
    color: rgba(166, 29, 55, 0.2);
}

.blockquote .blockquote-info {
    padding: 25px 20px;
    border-left: 5px solid rgba(166, 29, 55, 0.7);
    -webkit-box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    border-radius: 5px;
}

.blockquote .blockquote-content {
    font-size: 18px;
}

.map iframe {
    border: 0;
}

@media (max-width: 991px) {
    .imageblock-section-img {
        position: relative;
        height: 400px;
    }
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
    }
    .section-title p {
        margin-bottom: 20px;
    }
    .get-touch {
        margin-top: 50px;
    }
    .sticky-img.right-split,
    .sticky-img.left-split {
        position: inherit;
        top: 0;
        width: 90%;
        right: 0;
        left: 0;
        margin: auto;
        margin-bottom: 30px;
    }
    .error-text {
        font-size: 210px;
        line-height: 220px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

@media only screen and (max-width: 767px) and (min-width: 575px) {
    .get-touch svg {
        bottom: -50px;
    }
}

@media (max-width: 991px) {
    .inner-banner {
        padding: 100px 0;
    }
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
    }
    .inner-banner {
        padding: 70px 0;
    }
}

@media (max-width: 575px) {
    .error-text {
        font-size: 120px;
        line-height: 130px;
    }
    .pagination .page-item .page-link {
        padding: 10px 16px;
    }
    .table {
        width: 500px;
    }
}

.footer .footer-logo {
    height: 60px;
}

.footer .contact-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.footer .contact-item i {
    color: #fff;
    font-size: 22px;
    width: 20px;
}

.footer .footer-link ul li {
    margin-bottom: 15px;
}

.footer .footer-link ul li:last-child {
    margin-bottom: 0;
}

.blog {
    position: relative;
    overflow: hidden;
}

.blog .blog-content {
    border-radius: 0px;
}

.blog .blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.blog .blog-meta .blog-date {
    position: relative;
    padding-right: 16px;
}

.blog .blog-meta .blog-date:before {
    position: absolute;
    right: 0;
    width: 2px;
    height: 15px;
    background: #666666;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog .blog-meta a {
    color: #666666;
    font-weight: 500;
}

.blog .blog-meta a:hover {
    color: #14a800;
}

.blog .blog-meta ul li {
    margin-right: 10px;
}

.blog .blog-meta ul li i {
    color: #14a800;
}

.blog .blog-title {
    line-height: 28px;
    margin-bottom: 0;
}

.blog .blog-image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.blog .blog-image .blog-tag {
    position: absolute;
    top: 15px;
    left: 15px;
}

.blog .blog-image .blog-tag a {
    padding: 6px 10px;
    border-radius: 5px;
    display: block;
}

.blog-post .blog-date {
    padding: 30px;
}

.blog-post .blog-date h3 {
    font-size: 36px;
    color: #14a800;
}

.blog-post .blog-date span {
    color: #14a800;
    font-size: 16px;
    font-weight: 500;
}

.blog-post .blog-contant {
    padding: 15px;
    padding-left: 0;
}

.blog-post .blog-contant .blog-meta ul li {
    margin-right: 10px;
}

.blog-post .blog-contant .blog-meta ul li a {
    color: #666666;
    font-weight: 500;
}

.blog-post .blog-contant .blog-meta ul li a:hover {
    color: #14a800;
}

.blog-sidebar {
    -webkit-box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    box-shadow: 0px 4px 20px -3px rgba(22, 36, 62, 0.15);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 40px;
}

.blog-sidebar .widget {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.blog-sidebar .widget .widget-title {
    margin-bottom: 20px;
}

.blog-sidebar .widget .search {
    position: relative;
    width: 100%;
}

.blog-sidebar .widget .search .form-control {
    background-color: #ffffff;
    color: #1a2844;
    border: 1px solid #14a800;
    border-radius: 5px !important;
}

.blog-sidebar .widget .search i {
    position: absolute;
    right: 0;
    top: 0;
    background: #14a800;
    color: #ffffff;
    padding: 17px 16px;
    cursor: pointer;
    border-radius: 5px;
    border-radius: 0px 5px 5px 0px;
}

.blog-sidebar .widget .widget-categories ul li {
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.blog-sidebar .widget .widget-categories ul li a {
    display: block;
    color: #1a2844;
}

.blog-sidebar .widget .widget-categories ul li a:hover {
    color: #14a800;
}

.blog-sidebar .widget .widget-categories ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.blog-sidebar .widget .recent-posts a {
    font-size: 13px;
    color: #1a2844;
}

.blog-sidebar .widget .recent-posts a:hover {
    color: #14a800;
}

.blog-sidebar .widget .recent-posts .date {
    font-size: 11px;
}

.blog-sidebar .widget .social ul {
    margin-bottom: 0;
}

.blog-sidebar .widget .social ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 15px;
}

.blog-sidebar .widget .social ul li a {
    font-size: 18px;
    color: #1a2844;
}

.blog-sidebar .widget .social ul li a:hover {
    color: #14a800;
}

.blog-sidebar .widget .social ul li:last-child {
    padding-right: 0;
}

.blog-sidebar .widget .social ul li:first-child {
    padding-left: 0;
}

.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .blog-sidebar {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .blog-post .blog-contant .blog-meta ul li {
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .container {
        max-width: 96%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {
    .space-ptb {
        padding: 70px 0;
    }
    .space-pt {
        padding-top: 70px;
    }
    .space-pb {
        padding-bottom: 70px;
    }
    .space-sm-ptb {
        padding: 50px 0;
    }
    .space-sm-pt {
        padding-top: 50px;
    }
    .space-sm-pb {
        padding-bottom: 50px;
    }
    .space-lg-mt {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
    .space-ptb {
        padding: 50px 0;
    }
    .space-pt {
        padding-top: 50px;
    }
    .space-pb {
        padding-bottom: 50px;
    }
    .space-sm-ptb {
        padding: 30px 0;
    }
    .space-sm-pt {
        padding-top: 30px;
    }
    .space-sm-pb {
        padding-bottom: 30px;
    }
    .space-lg-mt {
        margin-top: 70px;
    }
}

.header-auth-button {
    display: flex;
    margin-left: 5px;
    align-items: center;
}

.header-auth-button-1-1 {
    padding: 10px;
    max-height: 40px;
    text-align: center;
    color: #000;
}

.header-auth-button-1-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 40px;
    text-align: center;
    color: white;
    border-radius: 20px;
    background-color: #14a800;
    border: #14a800;
    padding-left: 20px;
    padding-right: 20px;
}

.header-auth-button-2-1 {
    height: 40px;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.padding-button-2-2 {
    padding: 0px;
}

.px-1 {
    font-size: 22px!important;
}

.dropdown-margin {
    margin-left: 40px;
}

.header-education {
    width: 100%;
}

.header-main {
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 8%);
    border-bottom: 1px solid #d1d7dc;
    border-top: 1px solid #d1d7dc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-main>.row {
    max-width: 100%;
    margin: 0;
}

.header-main>.row>.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

i.fa {
    color: #fff;
}

.title-bc {
    padding: 20px;
    background-color: #009b36;
    color: #fff;
    border-radius: 7px;
    margin-bottom: 30px;
}

.team-bc {
    padding: 50px;
    background-color: #154b46;
    border-radius: 5px;
    color: #fff;
}

@media (min-width: 1200px) {
    .team-bc {
        max-width: calc(1170px - 30px);
    }
}

.team-dsc {
    border-radius: 5px;
    background-color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.title-bc-team {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.bc-section {
    background-color: #f2f7f1;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .container-banner {
        max-width: 96%;
    }
}

@media (min-width: 991px) {
    .container-banner {
        max-width: 98%;
    }
}

@media (min-width: 1250px) {
    .container-banner {
        max-width: 1140px;
    }
}

@media (min-width: 1500px) {
    .container-banner {
        max-width: 1140px;
    }
}

@media (max-width: 767px) {
    .container-banner {
        max-width: 100%;
    }
}

.footer-logos {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
}

.footer-text {
    text-align: center;
    font-size: 8.4px;
}

.logo-item img {
    max-height: 100px;
}

.text-md-start {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.copyright {
    background-color: #e1f1da;
    border-radius: 10px;
}

@media (max-width: 1000px) {
    .dropdown-margin {
        margin-left: 0px;
    }
    .col-sm-12-1-1-1 {
        padding-left: 40px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .footer-logos>.logo-item>img {
        max-height: 60px;
    }
}

@media (max-width: 992px) {
    .crs-video {
        height: 400px;
    }
}

@media (max-width: 765px) {
    #main-slider {
        border-radius: 0px !important;
    }
}

@media (max-width: 765px) {
    .navbar-brand {
        margin-left: 1rem !important;
    }
}

.input:not(:first-child) {
    position: relative;
}

.input__label {
    position: absolute;
    left: 0;
    top: 0;
    padding: 22px;
    padding-top: 22px;
    white-space: nowrap;
    transition: all 150ms ease-in;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

.input__field {
    border-radius: 0 !important;
    border: none;
    background-color: #ffffff;
    padding: 38px 55px 20px 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    background-clip: inherit !important;
    border: 1px solid #000;
}

.input__field.error {
    border-color: #ff0000;
}

.input__field:focus+.input__label,
.input__field:not(:placeholder-shown)+.input__label {
    padding-top: 10px;
    font-size: 12px;
    color: var(--color-accent);
}

.input__field:focus {
    background-color: #fff;
}

.btn-black {
    background-color: #000;
    border-radius: 0px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    transition: background-color .25s;
}

.btn-black:hover {
    background-color: #2b2b2b;
}

label.error {
    display: block !important;
    height: 20px;
    transition: all .25s;
    overflow: auto;
    margin-bottom: 0;
}

label.error:empty {
    visibility: none;
    height: 0;
}

button>div.ld {
    display: none;
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    font-size: 20px;
}

button:disabled>div.ld {
    display: inherit;
}

.alertify-notifier .ajs-message {
    color: #fff;
    text-align: center;
}

.alertify-notifier .ajs-message.ajs-warning {
    color: #000;
}

.set-size {
    font-size: 10em;
}

.charts-container:after {
    clear: both;
    content: "";
    display: table;
}

.pie-wrapper {
    height: 1em;
    width: 1em;
    float: left;
    margin: 15px;
    position: relative;
}

.pie-wrapper:nth-child(3n+1) {
    clear: both;
}

.pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
    left: 0;
    position: absolute;
    top: 0;
}

.pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    border: 0.1em solid #3498db;
    border-radius: 50%;
    clip: rect(0, 0.5em, 1em, 0);
    left: 0;
    position: absolute;
    top: 0;
}

.pie-wrapper .label {
    background: #34495e;
    border-radius: 50%;
    bottom: 0.4em;
    color: #ecf0f1;
    cursor: default;
    display: block;
    font-size: 0.25em;
    left: 0.4em;
    line-height: 2.8em;
    position: absolute;
    right: 0.4em;
    text-align: center;
    top: 0.4em;
}

.pie-wrapper .label .smaller {
    color: #bdc3c7;
    font-size: 0.45em;
    padding-bottom: 20px;
    vertical-align: super;
}

.pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    border: 0.1em solid #bdc3c7;
    border-radius: 50%;
}

.pie-wrapper.style-2 .label {
    background: none;
    color: #7f8c8d;
}

.pie-wrapper.style-2 .label .smaller {
    color: #bdc3c7;
}

.pie-wrapper.progress-30 .pie .half-circle {
    border-color: #3498db;
}

.pie-wrapper.progress-30 .pie .left-side {
    transform: rotate(108deg);
}

.pie-wrapper.progress-30 .pie .right-side {
    display: none;
}

.pie-wrapper.progress-60 .pie {
    clip: rect(auto, auto, auto, auto);
}

.pie-wrapper.progress-60 .pie .half-circle {
    border-color: #9b59b6;
}

.pie-wrapper.progress-60 .pie .left-side {
    transform: rotate(216deg);
}

.pie-wrapper.progress-60 .pie .right-side {
    transform: rotate(180deg);
}

.pie-wrapper.progress-90 .pie {
    clip: rect(auto, auto, auto, auto);
}

.pie-wrapper.progress-90 .pie .half-circle {
    border-color: #e67e22;
}

.pie-wrapper.progress-90 .pie .left-side {
    transform: rotate(324deg);
}

.pie-wrapper.progress-90 .pie .right-side {
    transform: rotate(180deg);
}

.pie-wrapper.progress-45 .pie .half-circle {
    border-color: #1abc9c;
}

.pie-wrapper.progress-45 .pie .left-side {
    transform: rotate(162deg);
}

.pie-wrapper.progress-45 .pie .right-side {
    display: none;
}

.pie-wrapper.progress-75 .pie {
    clip: rect(auto, auto, auto, auto);
}

.pie-wrapper.progress-75 .pie .half-circle {
    border-color: #8e44ad;
}

.pie-wrapper.progress-75 .pie .left-side {
    transform: rotate(270deg);
}

.pie-wrapper.progress-75 .pie .right-side {
    transform: rotate(180deg);
}

.pie-wrapper.progress-95 .pie {
    clip: rect(auto, auto, auto, auto);
}

.pie-wrapper.progress-95 .pie .half-circle {
    border-color: #e74c3c;
}

.pie-wrapper.progress-95 .pie .left-side {
    transform: rotate(342deg);
}

.pie-wrapper.progress-95 .pie .right-side {
    transform: rotate(180deg);
}

.pie-wrapper--solid {
    border-radius: 50%;
    overflow: hidden;
}

.pie-wrapper--solid:before {
    border-radius: 0 100% 100% 0/50%;
    content: "";
    display: block;
    height: 100%;
    margin-left: 50%;
    transform-origin: left;
}

.pie-wrapper--solid .label {
    background: transparent;
}

.pie-wrapper--solid.progress-65 {
    background: linear-gradient(to right, #e67e22 50%, #34495e 50%);
}

.pie-wrapper--solid.progress-65:before {
    background: #e67e22;
    transform: rotate(126deg);
}

.pie-wrapper--solid.progress-25 {
    background: linear-gradient(to right, #9b59b6 50%, #34495e 50%);
}

.pie-wrapper--solid.progress-25:before {
    background: #34495e;
    transform: rotate(-270deg);
}

.pie-wrapper--solid.progress-88 {
    background: linear-gradient(to right, #3498db 50%, #34495e 50%);
}

.pie-wrapper--solid.progress-88:before {
    background: #3498db;
    transform: rotate(43.2deg);
}

.chart {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.chart>span {
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 0;
    transform: translate(-50%, -50%);
    color: #000
}

.video-container {
    width: 100%;
    background: #000;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

video {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: inline;
}

.video-controls {
    right: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    bottom: 0;
    transition: all 0.2s ease;
    background: #0707078a;
    backdrop-filter: brightness(0.5) blur(4px);
    margin: 10px;
    border-radius: 5px;
}

.video-controls.hide {
    opacity: 0;
    pointer-events: none;
}

.video-progress {
    position: relative;
    height: 8.4px;
    margin-bottom: 10px;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    width: 100%;
    height: 8.4px;
    pointer-events: none;
    position: absolute;
    top: 0;
}

progress::-webkit-progress-bar {
    background-color: #474545;
    border-radius: 2px;
}

progress::-webkit-progress-value {
    background: #14a800;
    border-radius: 2px;
}

progress::-moz-progress-bar {
    border: 1px solid #14a800;
    background: #14a800;
}

.seek {
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    margin: 0;
}

.seek:hover+.seek-tooltip {
    display: block;
}

.seek-tooltip {
    display: none;
    position: absolute;
    top: -50px;
    margin-left: -20px;
    font-size: 12px;
    padding: 3px;
    content: attr(data-title);
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.bottom-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-controls {
    display: flex;
    align-items: center;
    color: #fff;
}

.volume-controls {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.volume-controls input {
    width: 100px;
    opacity: 1;
    transition: all 0.4s ease;
}

.volume-controls:hover input,
.volume-controls input:focus {
    width: 100px;
    opacity: 1;
}

.bottom-controls button {
    cursor: pointer;
    position: relative;
    margin-right: 7px;
    font-size: 12px;
    padding: 3px;
    border: none;
    outline: none;
    background-color: transparent;
}

.bottom-controls button * {
    pointer-events: none;
}

.bottom-controls button::before {
    content: attr(data-title);
    position: absolute;
    display: none;
    right: 0;
    top: -50px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    padding: 4px 6px;
    word-break: keep-all;
    white-space: pre;
}

.bottom-controls button:hover::before {
    display: inline-block;
}

.fullscreen-button {
    margin-right: 0;
}

.pip-button svg {
    width: 26px;
    height: 26px;
}

.playback-animation {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 8.4px;
    background: transparent;
    cursor: pointer;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-radius: 1.3px;
    -webkit-appearance: none;
    transition: all 0.4s ease;
}

input[type=range]::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: #14a800;
    cursor: pointer;
    -webkit-appearance: none;
    margin-left: -1px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
}

input[type=range].volume {
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
}

input[type=range].volume::-webkit-slider-runnable-track {
    background-color: transparent;
}

input[type=range].volume::-webkit-slider-thumb {
    margin-left: 0;
    height: 14px;
    width: 14px;
    background: #fff;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 1.3px;
}

input[type=range]::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50px;
    border: 1px solid #14a800;
    background: #14a800;
    cursor: pointer;
    margin-top: 5px;
}

input[type=range]:focus::-moz-range-track {
    outline: none;
}

input[type=range].volume::-moz-range-thumb {
    border: 1px solid #fff;
    background: #fff;
}

.hidden {
    display: none;
}

svg {
    width: 28px;
    height: 28px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
}

.absolute-a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.absolute-a:hover {
    cursor: pointer;
}

.goto-login {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background: #0000009c;
    backdrop-filter: blur(5px);
    z-index: 1;
    border-radius: 7px;
    transition: all .25s;
}

.start-training {
    visibility: visible;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background: #0000009c;
    backdrop-filter: blur(5px);
    z-index: 1;
    border-radius: 7px;
    transition: all .25s;
}

.start-training.hidden {
    opacity: 0;
    visibility: hidden;
}

.signin-continue .goto-login {
    visibility: visible;
    opacity: 1;
}

.header-h {
    color: #012239;
    width: max-content;
    margin-bottom: 0px !important;
    font-weight: 600;
    margin-top: 30px
}

section.banner {
    display: flex;
    justify-content: center;
}

section.banner .container-banner {
    width: 100%;
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f7f1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

section.banner .container-banner .content {
    border-radius: 5px;
    padding: 25px;
    color: #000
}

section.banner .container-banner .content h1 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

section.banner .container-banner .content a {
    margin-top: 15px;
}

.btn.btn-black:hover {
    color: #fff;
}

#earth {
    width: 500px;
    height: 500px;
    background: url(/themes/default/assets/images/digital-world.png);
    border-radius: 50%;
    background-size: 610px;
    background-color: #000000;
    box-shadow: inset 8px 36px 80px 36px rgb(233 233 233), inset -6px 0 12px 4px rgb(255 255 255 / 30%);
    animation-name: rotate;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 12s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@keyframes rotate {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: 500px 0px;
    }
}

@-webkit-keyframes rotate {
    from {
        background-position: 0px 0px;
    }
    to {
        background-position: 500px 0px;
    }
}

@media (max-width: 991px) {
    .world-con {
        min-height: 120px;
    }
}

nav,
.header {
    background-color: #fff;
    z-index: 102;
}

.overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgb(0 0 0 / 80%);
    visibility: hidden;
    opacity: 0;
    transition: all .25s;
}

.dropdown-active .overlay-box {
    visibility: visible;
    opacity: 1;
}

.training-head {
    font-size: 25px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.training-short-info {
    position: sticky;
    top: 80px;
    height: max-content;
    padding-top: 20px;
    padding-bottom: 15px;
    background-color: #fff;
}

.training-short-info-table>tbody>tr>td {
    padding: 10px;
}

.training-short-info-table>tbody>tr:nth-child(odd) {
    background-color: #f2f7f054;
}

.training-short-info-table>tbody>tr>td {
    color: #000
}

.training-short-info-table>tbody>tr>td:first-child {
    font-weight: 600;
}

.training-short-info-table>tbody>tr>td:last-child {
    text-align: right;
    font-weight: 100;
}

.training-short-info-table>tbody>tr>td>.seperator {
    margin-right: 10px;
}

.training-to-trainer-photo {
    height: 90px;
    width: 90px;
    border-radius: 20px;
}

.share-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.share-box>span {
    color: #1a2844
}

.share-box>ul {
    list-style: none;
    padding-left: 0;
    margin-left: 20px;
    margin-bottom: 0;
    display: flex;
}

.share-box>ul>li>a {
    color: #1a2844;
    width: 30px;
    height: 30px;
    display: flex;
    border: 1px solid #1a2844;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.share-box>ul>li:not(:last-child)>a {
    margin-right: 10px;
}

.log-con {
    padding-top: 100px;
    padding-bottom: 100px;
}

.slider-video-box {
    position: relative;
    height: max-content;
}

.slider-video-box>img {
    border-radius: 10px;
}

.slider-video-box>i {
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: max-content;
    color: #fff;
    font-size: 20px;
    transition: all .25s;
    z-index: 100;
}

.slider-video-box::after {
    content: ' ';
    visibility: hidden;
    opacity: 0;
    background-color: #009b36;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all .25s;
}

.slider-video-box:hover::after {
    visibility: visible;
    opacity: .3;
}

.slider-video-box:hover>i {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.back-button {
    font-size: 20px;
    min-height: 70px;
}

@media only screen and (min-width: 700px) {
    .back-button {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .training-head {
        text-align: center;
    }
}

.video-sub-title {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #000000a1;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    bottom: 85px;
    transition: bottom .25s;
}

.video-sub-title.bottom {
    bottom: 10px;
}