:root {
    --color--black: #000;
    --color--one: #75CB9A;
    --color--two: #435563;
    --color--three: #272727;
    --color--four: #242424;
    --color--five: #222222;
    --color--accent-dark: #47A2B3;
    --color--accent-light: #DDF0F4;
    --color-white: #fff;
    --font-family--one: "Libre Franklin", sans-serif;
    --font-family--two: "Libre Franklin", sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

p {
    font-weight: 400;
    line-height: 32px;
    font-size: 20px;
    word-wrap: break-word;
}

body {
    font-family: var(--font-family--one);
    font-size: 18px;
    color: #000;
    line-height: 1.9;
    font-weight: 400;
    margin-top: 90px !important;
    background-image: url('https://overseascollegecounseling.com/wp-content/uploads/2026/01/Rectangle-7.png');
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}

@media (min-width:1600px) {
    p {
        font-size: 20px;
    }
}

body,
html {
    height: 100%;
}

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

img,
svg {
    vertical-align: inherit;
}

:focus {
    outline: none !important;
}

a {
    color: var(--color--accent-dark);
    font-weight: 400;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
    text-decoration: none
}

a:hover {
    font-weight: 500;
}

a,
.btn,
input,
select,
textarea,
button,
img {
    outline: 0 !important;
    box-shadow: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #c70e09;
}

ol {
    padding-left: 15px
}

select {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #000
}

a img {
    outline: 0
}

input,
select,
textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}

input[type="submit"] {
    cursor: pointer
}

a:hover,
a:focus {
    text-decoration: none
}

p:empty {
    display: none
}

p:last-child {
    margin-bottom: 0;
}

iframe {
    border: none;
    width: 100%;
    height: 100%
}

.alignnone {
    display: block;
    margin: 25px auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 8px 12px 0px 0px;
}

.aligncenter,
div.aligncenter {
    width: auto !important;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no_result a {
    text-decoration: underline;
}

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

/*============ Heading CSS ============*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 500;
    color: var(--color--black);
    font-family: var(--font-family--one);
    text-transform: none;
}

.h2,
h2,
.heading {
    color: var(--color--black);
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 42px;
    text-transform: uppercase;
}

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

h3 {
    font-size: 28px;
    font-weight: 400;
}

h5 {
    font-size: 28px;
    font-weight: 600;
}

.black-heading {
    color: #1f1f1f;
}

/*============ Heading CSS END ============*/


/*================ Pagination CSS =================*/
.pagination h2.screen-reader-text {
    display: none !important;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    position: relative;
    width: 100%;
}

.pagination .nav-links * {
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    margin: 0 4px;
    text-transform: uppercase;
    color: var(--color--black);
    border: 1px solid #C6C6C6;
    border-radius: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.pagination .nav-links * font {
    border: none !important;
}

.pagination .nav-links .current,
.pagination .nav-links *:hover,
.pagination .nav-links .current font,
.pagination .nav-links * font:hover {
    color: var(--color-white);
    border-color: var(--color--two);
    background: var(--color--two);
}

.pagination .nav-links svg,
.pagination .nav-links img {
    border: none;
    width: 26px;
    height: 26px;
    background: none;
    fill: var(--color--one);
}

.pagination .nav-links svg path {
    fill: var(--color--one);
}

.pagination .nav-links *:hover svg,
.pagination .nav-links *:hover svg path {
    border: none;
    background: none;
    fill: var(--color-white);
}

/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.wp-block-group__inner-container {
    margin: 0 auto;
}

.space-pd,
.wp-block-group {
    padding-top: 60px;
    padding-bottom: 60px;
}

.space-mr {
    margin-top: 60px;
    margin-bottom: 60px;
}

.btn {
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
    background-color: var(--color--accent-dark);
    color: var(--color-white);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-radius: 40px;
    height: 62px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 240px;
}

a.btn:hover {
    color: var(--color--accent-dark);
    border-color: var(--color--accent-dark);
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.white-outline:active,
:not(.btn-check)+.white-outline:active,
.btn-check:checked+.white-outline,
.white-outline.active,
.white-outline:first-child:active,
:not(.btn-check)+.white-outline:active,
.white-outline:hover {
    background: none;
    color: var(--color-white);
    border-color: var(--color-white);
}

.btn-grp {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.btn-grp .btn {
    margin-right: 20px;
}

.btn-grp .btn:last-child {
    margin-right: 0px;
}

a.prev.page-numbers svg {
    transform: rotateY(180deg);
}

/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.review-schema-wrapper {
    margin-top: 50px;
}

.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 50px;
}

.clientreviews p strong,
.testimonialTitle strong {
    font-weight: 600;
}

.clientreviews .heading {
    font-size: 28px;
}

.video-schema iframe {
    height: 260px;
}

/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7 {
    position: relative;
    z-index: 9;
}

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

.form-control:focus {
    box-shadow: none;
    background: #f3f3f3;
    color: var(--color--black);
    border: 1px solid var(--color--accent-dark);
}

.form-control {
    border: 1px solid transparent;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 label.error,
.wpcf7 .email-error {
    color: #DC3231;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 5px;
    font-size: 11px;
    padding: 2px 3px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
    font-weight: 500;
}

.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.3;
    /* position: absolute;
    left: 0;
    bottom: -45px;
    right: 0; */
    text-align: center;
    color: green;
    font-weight: normal;
    padding: 5px 0 !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}

.wpcf7 label {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
}

.form-select:focus {
    box-shadow: none;
    border: 1px solid var(--color--accent-dark);
}

.quiz-gp .wpcf7-form-control-wrap {
    display: block !important;
}

.form-control,
.infusion-field input[type="text"] {
    border: 1px solid #ffffff00;
    border-bottom: navajowhite;
    padding: 20px 29px;
    color: var(--color--black);
    outline: none;
    border-radius: 50px;
    background-color: #F3F3F3;
    width: 100%;
    font-size: 18px;
    max-height: 62px;
}

.form-control::placeholder {
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

textarea.form-control {
    max-height: 270px !important;
    resize: none;
    border-radius: 30px;
}

.select-box select {
    color: var(--color--black);
    text-shadow: none;
    background: none;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding: 20px 29px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 30px;
    background-image: url(https://overseascollegecounseling.com/wp-content/uploads/2026/02/Shape.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.select-box select::-ms-expand {
    display: none;
}

.select-box p>span {
    position: relative;
}

.select-box p>span::after {
    content: "";
    right: 15px;
    position: absolute;
    top: 51%;
    width: 16px;
    height: 10px;
    background-image: url(../img/select-box-arrow.svg);
    pointer-events: none;
    background-size: 16px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.wpcf7-acceptance span.wpcf7-list-item,
.checkbox span.wpcf7-list-item {
    margin: 0;
    margin-right: 30px;
    display: block;
}

.wpcf7-acceptance input[type="checkbox"],
.checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: var(--color--four);
    display: block;
    line-height: 1.4;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid var(--color--four);
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
}

.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    border-color: var(--color--four);
    background: var(--color--four);
}

.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #217B8C;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
    border-radius: 4px;
}

.checkbox label input:checked+.wpcf7-list-item-label {
    color: #217B8C;
}

.checkbox label input:checked+.wpcf7-list-item-label::before {
    border-color: #217B8C;
    background: #217B8C;
}

.checkbox label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpcf7-acceptance label a {
    color: #DCAC35;
}

.submit-btn {
    position: relative;
    display: inline-flex;
}

.submit-btn input[type="submit"] {
    border-radius: 50px;
    background: var(--color--two);
    width: auto;
    border: none;
    padding: 15px 70px 15px 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-white);
    border: 2px solid var(--color--two);
    line-height: 24px;
    width: 100%;
    margin: 0;
    text-align: left;
    transition: background-color 500ms linear, color 500ms linear, border-color 500ms linear;
}

.submit-btn input[type="submit"]:hover,
body form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--color--one);
    color: var(--color-white);
    opacity: 1;
    border-color: var(--color--one);
}

.submit-btn:after {
    content: "";
    background: url(../img/btn-arrow.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.wpcf7 .ajax-loader {
    display: none;
}

div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100px;
    background-color: var(--color--skyblue);
    background-image: url(../img/loader-w.svg);
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    top: 0;
    bottom: auto;
}

.msg-side-form {
    position: absolute;
    color: var(--color-white);
    font-size: 12px;
    right: 62px;
    margin: 0;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: normal;
    letter-spacing: 0;
    bottom: -22px;
    display: none;
}

.radio-btn .wpcf7-radio {
    margin-top: 20px;
}

.radio-btn input[type=radio] {
    display: none;
}

.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 30px;
    margin-right: 30px;
    position: relative;
}

.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: var(--color--four);
}

.radio-btn span.wpcf7-list-item:last-child {
    margin-right: 0;
}

.radio-btn label .wpcf7-list-item-label::before {
    border: 1px solid var(--color--one);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 2px;
    left: 0;
    border-radius: 100%;
}

.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::before {
    border-color: var(--color--four);
    background: var(--color--four);
}

/*============ Form CSS END ============*/

.star-rating {
    display: flex;
    align-items: center;
    margin-top: 8px;
    justify-content: center;
}

.star-rating svg,
.star-rating img {
    width: 22px;
    height: 22px;
    margin-right: 4px;
}

.star-rating svg:last-child {
    margin-right: 0;
}

/*==================== Header CSS ====================*/
header.main-header {
    z-index: 999;
    top: 0px;
    width: 100%;
    position: absolute;
    padding: 28px 0;
}

.header-left {
    width: 300px;
}

.header-right {
    width: 300px;
    display: flex;
}

.header-right .btn {
    background-color: #B69DD6;
    border: 1px solid #B69DD6;
}

.header-right .btn:hover {
    border-color: #B69DD6;
    color: #B69DD6;
    background-color: #ffffff00;
}

.header-center {
    width: calc(100% - 600px);
}

.header-logo {
    width: 100%;
}

header:not(.small-header) .sociallink li a svg path {
    fill: var(--color--black);
}

header:not(.small-header) .sociallink li {
    background-color: var(--color-white);
    border-radius: 30px;
}

header:not(.small-header) .sociallink li:hover {
    background-color: var(--color--black);
}

header:not(.small-header) .sociallink li:hover a svg path {
    fill: var(--color-white) !important;
}

.small-header .sociallink li a svg path {
    fill: var(--color-white);
}

.small-header .sociallink li {
    background-color: var(--color--black);
    border-radius: 30px;
}

.small-header .sociallink li:hover {
    background-color: var(--color-white);
}

.small-header .sociallink li:hover a svg path {
    fill: var(--color--black) !important;
}

.social-head {
    font-size: 18px;
}

.header-ph:hover {
    color: var(--color-white);
}

header.small-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
    position: fixed;
    padding: 28px 0;
    background: var(--color-white);
}

header.small-header .header-logo {
    /*    width: 90%;
        padding: 5px;*/
    border-radius: 5px;
}


/*==================== Header CSS END ====================*/

/*========= Nav Multiple CSS =========*/
.main-menu {
    align-items: center;
    width: 100%;
    justify-content: center;
}

header .sociallink {
    margin: 3px 0 !important;
}

header.small-header .header-row .main-menu {
    margin-top: 0;
}

.wrap-header {
    display: flex;
    align-items: center;
    background: var(--color-white);
    padding: 20px 20px;
    border-radius: 100px;
}

.menu-top {
    position: relative;
    display: flex;
}

ul.menu-top li {
    color: var(--color-white);
    position: relative;
    padding: 0px 10px;
    line-height: normal;
}

ul.menu-top>li.menu-item-has-children {
    padding-right: 17px;
}

ul.menu-top li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all ease-in-out 0.5s;
    transform: translateY(1.50em);
}

.menu-top li a {
    color: var(--color--black);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
    height: 100%;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
    font-family: var(--font-family--one);
}

.menu-top li a:hover {
    transition: 0.5s ease-in-out all;
    color: var(--color--accent-dark);
}

/*.menu-top li a::before {
    position: absolute;
    content: "";
    background: var(--color--two);
    left: 0;
    bottom: 0;
    height: 2px;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    opacity: 0;
    border-radius: 10px;
    width: 1%;
}
.menu-top li a:hover::before,
.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before,
.menu-header .menu-top>li.current-menu-ancestor>a::before {
    width: 100%;
    opacity: 1;
}*/

.menu-header>ul>li.current_page_item>a,
.menu-header>ul>li.current_page_ancestor>a {
    color: var(--color--accent-dark);
}

/*.menu-header>ul>li.current_page_item>a::before, .menu-header>ul>li.current_page_ancestor>a::before {
    position: absolute;
    content: "";
    background: var(--color--black);
    left: 0;
    bottom: 0;
    height: 1px;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
    opacity: 1;
    width: 100%;
    border-radius: 10px;
}*/

#mainNav>li.menu-item-has-children::before {
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
    transform-origin: 3px 0px;
}

.small-header .menu-top::before {
    display: none;
}

.sub-menu li.menu-item-has-children {
    position: relative;
}

.menu-top li>.sub-menu>li.menu-item-has-children:after {
    content: "";
    right: 7px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg) translateY(-50%);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform-origin: 0px 5px;
}

ul.menu-top li:hover>ul {
    visibility: visible;
    position: absolute;
    bottom: auto;
    opacity: 1;
    transform: translateY(0);
}

ul.menu-top li:hover li {
    float: none;
}

header .sub-menu li ul.sub-menu {
    position: absolute;
    background-color: var(--color-white);
    z-index: 99;
    top: 0 !important;
}

.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

ul.menu-top li .sub-menu li ul.sub-menu li>a {
    background-color: var(--color-white);
    color: var(--color--black);
}

ul.menu-top li:hover li a:hover,
ul.menu-top li .sub-menu li ul.sub-menu li>a:hover {
    background: #e4e4e4;
    color: var(--color--black);
}

.menu-top ul.sub-menu li.current_page_item a,
ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item>a,
.menu-top ul.sub-menu li.current_page_item a:hover,
.menu-top li.current-menu-parent ul.sub-menu li.menu-item-object-team_post.current-menu-item a {
    background: var(--color--two);
    color: #fff !important;
}

.menu-top ul.sub-menu li.current_page_item::after {
    border-right: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
}

ul.menu-top ul ul {
    left: 100%;
}

.menu-header .sub-menu {
    background-color: #f2f2f2;
    min-width: 240px;
    z-index: 9;
    text-align: left;
    /*    border-top: 3px solid var(--color--two);*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    top: 30px;
}

ul.menu-top li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

ul.menu-top li .sub-menu li:last-child {
    border-bottom: none;
}

ul.menu-top li .sub-menu li a {
    line-height: normal;
    margin: 0;
    color: var(--color--black);
    border: none;
    display: block;
    font-weight: 500;
    padding: 10px;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 14px;
}

ul.menu-top li .sub-menu li a:hover {
    border: none;
    color: var(--color--two) !important;
}

ul.menu-top li .sub-menu li a:hover::before,
ul.menu-top li .sub-menu li a:hover::after {
    display: none;
}

.pointer-hide a {
    pointer-events: none;
}

.submenu-scroll .sub-menu {
    overflow-y: scroll;
    height: 450px;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-track {
    background-color: var(--color-white);
}

.submenu-scroll .sub-menu::-webkit-scrollbar {
    width: 4px;
    background-color: var(--color-white);
}

.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
    background-color: var(--color-white);
}

/*========= Nav Multiple CSS END =========*/

/*==================== Footer CSS ====================*/
#footer {
    padding: 30px;
}

.footer-content p {
    color: var(--color-white);
}

.pre-footer-nav .current-menu-item a {
    color: var(--color-white) !important;
}

.pre-footer-nav .current-menu-item a:hover {
    text-decoration: none;
}

.pre-footer-nav li {
    display: inline-flex;
    line-height: normal;
}

#footer .sociallink li {
    display: inline-block;
    border-radius: 50px;
    margin-left: 5px;
}

ul.sociallink {
    margin-left: 10px;
}

#footer .social-head {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-heading {
    color: #20CE88;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.footer-content {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.9;
    font-weight: 300;
    color: var(--color-white);
    font-family: var(--font-family--one);
}

.footer ul li {
    display: block;
    line-height: normal;
    margin-bottom: 13px;
}

.footer ul li a {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    transition: color 600ms linear;
    line-height: 19px;
}

footer ul li a:hover,
footer ul li.current-menu-item a {
    font-weight: 600;
}

.nap-row .inner-item {
    margin-bottom: 30px;
}

.nap-row .inner-item:last-child {
    margin-bottom: 0px;
}

.nap-address .b-name {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    display: block;
}

.nap-address {
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    color: var(--color-white);
    font-family: var(--font-family--one);
}

span.b-name {
    color: #20CE88;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    font-family: var(--font-family--one);
}

.nap-address svg,
.nap-address img {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    /*    background-color: var(--color--two);*/
    padding: 5px;
    border-radius: 50px;
}

.nap-address svg path {
    fill: var(--color--two);
}

.nap-address .direction-link {
    text-transform: uppercase;
    border-bottom: 1px solid var(--color-white);
    margin-top: 8px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: var(--color-white);
}

.nap-address .direction-link:hover {
    color: var(--color--two);
    border-color: var(--color--two);
}

.footer-ph {
    position: relative;
    font-weight: 300;
    line-height: 1.5;
    color: var(--color-white);
    position: relative;
    padding-left: 30px;
    margin-top: 25px;
    display: none;
    font-size: 15px;
}

.footer-ph svg,
.footer-ph img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    fill: var(--color-white);
}

.footer-ph svg path {
    fill: var(--color-white);
}

.footer-ph:hover {
    color: var(--color--two);

}

.social-btn {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}

.sociallink li {
    display: block;
    margin-right: 8px;
}

.sociallink li:last-child {
    margin-right: 0px;
}

.sociallink li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.sociallink li a svg,
.sociallink li a img {
    width: 18px;
    height: 18px;
    fill: var(--color-white);
}

.sociallink li a svg path {
    fill: var(--color-white);
}

.sociallink li a:hover svg,
.sociallink li a:hover svg path {
    fill: var(--color--two);
}

.copyright {
    margin-top: 30px;
}

.copyright .container {
    border-top: 1px solid #ffffff20;
}

.copyright-text {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.5;
    padding: 40px 0 10px;
    font-family: var(--font-family--one);
    color: var(--color-white);
    margin-top: 40px;
    border-top: 1px solid #ffffff33;
    text-align: center;
}

/*==================== Footer CSS END ====================*/

.br-20 {
    border-radius: 20px !important;
}