/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible;
}

progress,
sub,
sup {
    vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

details,
main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

[hidden],
template {
    display: none;
}

body {
    font: 14px/1.333 "Montserrat", sans-serif !important;
    font-weight: 400;
    color: #999999 !important;
    min-width: 360px;
}

@media (max-width: 1199px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
}

h1 {
    font-size: 43px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -1.25px;
    margin: 0;
}

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

h2 {
    font-size: 41px;
    color: #999999;
    text-transform: capitalize;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 50px 0;
}

@media (max-width: 1200px) {
    h2 {
        font-size: 35px;
    }
}

h3 {
    font-size: 30px;
    color: #999999;
    padding: 16px;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 22px 0;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 22px;
        margin: 0 0 12px;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 16px;
        margin: 0 0 12px;
    }
}

h4 {
    font-size: 22px;
    color: #999999;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 36px;
    color: #999999;
}

@media (max-width: 767px) {
    h4 {
        font-size: 16px;
        margin: 0 0 12px;
    }
}

p {
    font-weight: 400;
}

h3:last-child,
h4:last-child,
h5:last-child,
h6 h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: #999999;
}

a,
input,
button {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    outline: none !important;
}

input,
button {
    font-family: inherit;
}

.text-green {
    color: #32B185;
    display: block;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

a {
    display: block;
}

a:hover {
    color: #1b9f72;
}

.title {
    font-size: 36px;
    font-weight: 700;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

textarea {
    outline: none;
}

/* General Layout Styles */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-width: 360px;
    background: #fff;
    color: white;
}

#wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.container {
    max-width: 1150px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

@media (min-width: 768px) {
    .flex-direction-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
}

@media (min-width: 768px) {
    .flex-direction-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
}

.btn {
    color: #fff;
    background: #32B185;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn:hover {
    background: #1b9f72;
    color: white;
}

.btn-yellow {
    background: #e3d31f;
    text-transform: uppercase;
}

.btn-yellow:hover {
    color: #e3d31f;
    background: #504da0;
}

/* Slick slider styles */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-dots {
    position: relative;
    margin: 15px 0 0;
    padding: 0;
    z-index: 50;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.slick-dots li {
    padding: 0 5px;
}

.slick-dots li.slick-active button {
    border-color: #f0f0f0;
}

.slick-dots li.slick-active button:after {
    background: #f0f0f0;
}

.slick-dots li button {
    width: 26px;
    height: 26px;
    font-size: 0;
    line-height: 0;
    border: 0;
    position: relative;
    cursor: pointer;
    background: none;
    border: 2px solid transparent;
    border-radius: 50%;
}

.slick-dots li button:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #C0C2C7;
}

.slick-dots li button:hover {
    border-color: #f0f0f0;
}

.slick-dots li button:hover:after {
    background: #f0f0f0;
}

.slick-arrow {
    -webkit-appearance: none;
    width: 70px;
    border: 0;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    bottom: -35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 55;
    border: 0;
    outline: none;
    color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: inherit;
    opacity: 1;
}

@media (max-width: 1023px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.slick-arrow.slick-arrow {
    background: transparent;
    border: 1px solid #627a98;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slick-arrow:hover {
    color: #999999;
    opacity: 0.6;
}

.slick-arrow.slick-hidden {
    display: none;
}

.header {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 600;
    width: 100%;
    color: #fff;
    padding: 32px 0 0;
}

.header .header-wrapper {
    position: relative;
}

.header .header-wrapper::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    background: white;
    height: 1px;
    content: "";
    opacity: 40%;
}

.header .header-wrapper .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .header-wrapper .header-inner .header-left {
    width: 10%;
}

@media (max-width: 1023px) {
    .header .header-wrapper .header-inner .header-left {
        width: auto;
    }
}

@media (max-width: 1023px) {
    .header .header-wrapper .header-inner .header-left .logo {
        width: 75px;
    }
}

.header .header-wrapper .header-inner .header-middle {
    width: 70%;
}

@media (max-width: 1023px) {
    .header .header-wrapper .header-inner .header-middle {
        width: auto;
    }
}

.header .header-wrapper .header-inner .header-middle .header-holder .main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

@media (max-width: 1023px) {
    .header .header-wrapper .header-inner .header-middle .header-holder .main-menu {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        width: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        padding: 100px 0 30px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: #32b185;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        z-index: 1;
        overflow-x: auto;
    }
}

.header .header-wrapper .header-inner .header-middle .header-holder .main-menu li {
    padding: 0 13.5px;
}

@media (max-width: 1100px) {
    .header .header-wrapper .header-inner .header-middle .header-holder .main-menu li {
        padding: 0 11.5px;
    }
}

@media (max-width: 1023px) {
    .header .header-wrapper .header-inner .header-middle .header-holder .main-menu li {
        padding: 0;
        margin: 0 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

.header .header-wrapper .header-inner .header-middle .header-holder .main-menu li a {
    text-transform: uppercase;
    color: white;
    font-weight: 400;
}

.header .header-wrapper .header-inner .header-middle .header-holder .main-menu li a:hover {
    color: #32B185;
}

@media (max-width: 1023px) {
    .header .header-wrapper .header-inner .header-middle .header-holder .main-menu li a {
        padding: 15px 20px;
    }
}

.header .header-wrapper .header-inner .header-middle .header-holder .main-menu li.last {
    border-bottom: none;
}

@media (min-width: 1024px) {
    .header .header-wrapper .header-inner .header-middle .header-holder .main-menu li.last {
        display: none;
    }
}

.header .header-wrapper .header-inner .header-middle .header-holder .main-menu li .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #1b9f72;
}

.header .header-wrapper .header-inner .header-middle .header-holder .main-menu li .btn:hover {
    color: white;
}

@media (max-width: 1023px) {
    .header .header-wrapper .header-inner .header-middle .header-holder .main-menu li .btn {
        margin-left: 20px;
        margin-top: 15px;
    }
}

@media (max-width: 1023px) {
    .header .header-wrapper .header-inner .header-right {
        display: none;
    }
}

.header .header-wrapper .header-inner .header-right .btn-holder .btn {
    display: block;
    max-width: 155px;
    font-weight: 700;
}

.nav-opener {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0 0 0 20px;
    background: #1b9f72;
    border-radius: 4px;
    z-index: 50;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (min-width: 1024px) {
    .nav-opener {
        display: none;
    }
}

.nav-opener .main-menu {
    right: 5px;
    top: 10px;
    position: absolute;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    width: 24px;
    height: 2px;
    background: #fff;
    content: "";
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-opener:before {
    margin-bottom: 6px;
}

.nav-active .nav-opener:before {
    margin-bottom: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-opener:after {
    margin-top: 6px;
}

.nav-active .nav-opener:after {
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active {
    overflow: hidden;
}

.nav-active .header .main-menu {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.visual-slider .slick-dots {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 50%;
    right: 3.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.visual-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    background: none;
    border: 2px solid transparent;
}

.visual-slider .slick-dots li button:hover {
    border: none;
}

.visual-slider .slick-dots li button::after {
    border: 1px solid white;
    border-radius: 0;
    background: transparent;
}

.visual-slider .slick-dots li.slick-active button {
    border: none;
}

.visual-slider .slick-dots li.slick-active button::after {
    background: #32B185;
    border: 1px solid #32B185;
    height: 17px;
}

.visual-inner {
    position: relative;
    min-height: 766px;
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    bottom: 0;
}

@media (max-width: 1023px) {
    .visual-inner {
        min-height: 500px;
    }
}

.visual-inner::after {
    background: black;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 40%;
    position: absolute;
}

.visual-inner .container {
    width: 100%;
    position: relative;
    z-index: 1;
}

.visual-inner .container .text-box {
    padding: 90px 0 0;
    max-width: 752px;
}

@media (max-width: 1023px) {
    .visual-inner .container .text-box {
        padding: 50px 20px 0 0;
        max-width: 100%;
    }
}

.visual-inner .container .text-box .title {
    font-size: 84px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -6px;
}

@media (max-width: 1023px) {
    .visual-inner .container .text-box .title {
        font-size: 60px;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .visual-inner .container .text-box .title {
        font-size: 40px;
    }
}

.visual-inner .container .text-box .text-green {
    display: unset;
}

.visual-inner .container .text-box p {
    font-size: 24px;
    margin: 0;
}

@media (max-width: 1023px) {
    .visual-inner .container .text-box p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .visual-inner .container .text-box p {
        font-size: 14px;
    }
}

.visual-inner .container .text-box .btn-holder a {
    text-transform: uppercase;
    width: 191px;
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 55px;
}

@media (max-width: 1023px) {
    .visual-inner .container .text-box .btn-holder a {
        margin-top: 20px;
        width: 130px;
        padding: 10px;
    }
}

.support-services .card-holder {
    margin: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -65px;
    position: relative;
    z-index: 55;
}

@media (max-width: 1023px) {
    .support-services .card-holder {
        margin: -10px;
        margin-top: -65px;
    }
}

@media (max-width: 767px) {
    .support-services .card-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.support-services .card-holder .card {
    padding: 47px 18px 33px;
    background: white;
    margin: 16px;
    width: calc(33.33333% - 32px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
    .support-services .card-holder .card {
        margin: 10px;
        width: calc(33.33333% - 20px);
    }
}

@media (max-width: 767px) {
    .support-services .card-holder .card {
        width: 100%;
        padding: 20px;
    }
}

.support-services .card-holder .card.green {
    background: #32b185;
}

.support-services .card-holder .card.green .title {
    color: white;
}

.support-services .card-holder .card.green .text {
    color: white;
}

.support-services .card-holder .ico-holder {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
}

.support-services .card-holder .title {
    color: #3F3F3F;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
}

@media (max-width: 1023px) {
    .support-services .card-holder .title {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .support-services .card-holder .title {
        font-size: 18px;
    }
}

.support-services .card-holder .text {
    text-align: center;
    font-size: 14px;
    color: #7A7A7A;
    margin-top: 16px;
}

.support-services .card-holder .text.last {
    margin-top: 27px;
}

.support-services .card-holder .btn-holder .btn {
    margin: 27px 0 0;
    display: block;
    background: white;
    color: #32b185;
}

.about-us {
    padding: 95px 0 75px;
}

@media (max-width: 767px) {
    .about-us {
        padding: 50px 0;
    }
}

.about-us .boxholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 767px) {
    .about-us .boxholder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.about-us .boxholder:after {
    position: absolute;
    content: "";
    bottom: -75px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #CCCCCC;
}

@media (max-width: 767px) {
    .about-us .boxholder:after {
        bottom: -50px;
    }
}

.about-us .boxholder .left-col {
    width: 543px;
}

@media (max-width: 1199px) {
    .about-us .boxholder .left-col {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .about-us .boxholder .left-col {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 479px) {
    .about-us .boxholder .left-col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 25px;
    }
}

.about-us .boxholder .left-col .image-holder {
    max-width: 543px;
    max-height: 547px;
}

@media (max-width: 767px) {
    .about-us .boxholder .left-col .image-holder {
        max-width: 100%;
        max-height: 100%;
    }
}

@media (max-width: 479px) {
    .about-us .boxholder .left-col .image-holder {
        width: 100%;
    }
}

.about-us .boxholder .left-col .text-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: -32% 0 0;
    position: relative;
}

@media (max-width: 1023px) {
    .about-us .boxholder .left-col .text-holder {
        margin: 0;
    }
}

@media (max-width: 479px) {
    .about-us .boxholder .left-col .text-holder {
        width: 100%;
    }
}

.about-us .boxholder .left-col .text-holder::before {
    position: absolute;
    content: "";
    top: 169px;
    left: 146px;
    border-left: 33px solid transparent;
    border-right: 33px solid transparent;
    border-top: 33px solid #228C67;
    clear: both;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

@media (max-width: 1199px) {
    .about-us .boxholder .left-col .text-holder::before {
        display: none;
    }
}

.about-us .boxholder .left-col .text-holder .textbox {
    background: #32b185;
    color: white;
    font-weight: 700;
    padding: 59px 52px 48px 43px;
    max-width: 352px;
    font-size: 14px;
}

@media (max-width: 1023px) {
    .about-us .boxholder .left-col .text-holder .textbox {
        padding: 20px;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .about-us .boxholder .left-col .text-holder .textbox {
        padding: 30px 70px 20px 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 479px) {
    .about-us .boxholder .left-col .text-holder .textbox {
        padding: 20px 70px 20px 20px;
    }
}

.about-us .boxholder .left-col .text-holder .textbox .ico-holder {
    position: absolute;
    top: -25px;
    right: 40px;
}

@media (max-width: 1023px) {
    .about-us .boxholder .left-col .text-holder .textbox .ico-holder {
        right: 0;
        top: -35px;
    }
}

@media (max-width: 767px) {
    .about-us .boxholder .left-col .text-holder .textbox .ico-holder {
        right: 10px;
        top: 5px;
    }
}

.about-us .boxholder .left-col .text-holder .textbox span {
    font-weight: 400;
    display: block;
    margin-top: 20px;
}

.about-us .boxholder .right-col {
    width: 543px;
    padding: 63px 0 74px;
}

@media (max-width: 1199px) {
    .about-us .boxholder .right-col {
        padding: 0;
        width: 49%;
    }
}

@media (max-width: 767px) {
    .about-us .boxholder .right-col {
        width: 100%;
    }
}

.about-us .boxholder .right-col .box-holder {
    display: block;
}

.about-us .boxholder .right-col .box-holder .text-green {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.about-us .boxholder .right-col .box-holder .title {
    font-weight: 700;
    color: black;
    font-size: 36px;
    letter-spacing: -1px;
}

@media (max-width: 1023px) {
    .about-us .boxholder .right-col .box-holder .title {
        font-size: 24px;
    }
}

.about-us .boxholder .right-col .box-holder .title span {
    text-transform: uppercase;
}

.about-us .boxholder .right-col .box-holder .text p {
    color: #999999;
    font-size: 14px;
    text-align: justify;
}

.about-us .boxholder .right-col .box-holder .text .btn-holder .btn {
    font-size: 14px;
    margin-top: 35px;
    text-align: center;
    padding: 14px 19px;
    display: inline-block;
}

@media (max-width: 1023px) {
    .about-us .boxholder .right-col .box-holder .text .btn-holder .btn {
        margin-top: 25px;
    }
}

.our-services {
    padding: 135px 0 160px;
}

.our-services.home-section {
    padding: 78px 0 110px;
}

@media (max-width: 1023px) {
    .our-services {
        padding: 50px 0;
    }
}

.our-services .services-inner .text-green {
    font-weight: 700;
    text-align: center;
    display: block;
}

.our-services .services-inner .title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: black;
}

@media (max-width: 1023px) {
    .our-services .services-inner .title {
        font-size: 24px;
    }
}

.our-services .services-inner .card-holder {
    margin: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 79px 0 0;
}

@media (max-width: 1023px) {
    .our-services .services-inner .card-holder {
        padding: 40px 0 0;
        margin: -10px;
    }
}

.our-services .services-inner .card-holder .card {
    padding: 56px 18px 48px 30px;
    width: calc(33.3333% - 32px);
    margin: 16px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

@media (max-width: 1023px) {
    .our-services .services-inner .card-holder .card {
        padding: 20px;
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media (max-width: 767px) {
    .our-services .services-inner .card-holder .card {
        width: 100%;
    }
}

.our-services .services-inner .card-holder .card .ico-holder {
    margin: 0 0 25px;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our-services .services-inner .card-holder .card .ico-holder .white {
    display: none;
}

.our-services .services-inner .card-holder .card .ico-holder .green {
    display: block;
}

.our-services .services-inner .card-holder .card .title {
    text-align: left;
    font-size: 24px;
    padding: 0 0 17px;
    max-width: 265px;
    color: #3F3F3F;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1023px) {
    .our-services .services-inner .card-holder .card .title {
        font-size: 21px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .our-services .services-inner .card-holder .card .title {
        font-size: 18px;
    }
}

.our-services .services-inner .card-holder .card .services-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-services .services-inner .card-holder .card .services-list li {
    color: #999999;
    padding: 0 0 11px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.our-services .services-inner .card-holder .card .services-list li i {
    color: #32B185;
    margin: 0 12px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.our-services .services-inner .card-holder .card .btn-holder a {
    margin-top: 38px;
    text-transform: uppercase;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 1023px) {
    .our-services .services-inner .card-holder .card .btn-holder a {
        margin-top: 0;
    }
}

.our-services .services-inner .card-holder .card .btn-holder a i {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.our-services .services-inner .card-holder .card:hover {
    background: #32B185;
}

.our-services .services-inner .card-holder .card:hover .ico-holder .white {
    display: block;
}

.our-services .services-inner .card-holder .card:hover .ico-holder .green {
    display: none;
}

.our-services .services-inner .card-holder .card:hover .title,
.our-services .services-inner .card-holder .card:hover li,
.our-services .services-inner .card-holder .card:hover a,
.our-services .services-inner .card-holder .card:hover i {
    color: white !important;
}

.our-services .services-inner .card-holder .card:last-child .text-green {
    margin-top: 70px;
}

@media (max-width: 1023px) {
    .our-services .services-inner .card-holder .card:last-child .text-green {
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .our-services .services-inner .card-holder .card:last-child .text-green {
        margin-top: 0;
    }
}

.news-events .news-events-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .news-events .news-events-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.news-events .news-events-inner .left-col {
    width: 50%;
}

@media (max-width: 767px) {
    .news-events .news-events-inner .left-col {
        width: 100%;
        margin-bottom: 30px;
    }
}

.news-events .news-events-inner .left-col .img-holder {
    width: 100%;
    height: 550px;
    position: relative;
}

.news-events .news-events-inner .left-col .img-holder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.news-events .news-events-inner .left-col .text-box {
    padding: 32px 18px 36px 31px;
    background: #32B185;
    color: white;
    max-width: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 1023px) {
    .news-events .news-events-inner .left-col .text-box {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .news-events .news-events-inner .left-col .text-box {
        max-width: 100%;
    }
}

.news-events .news-events-inner .left-col .text-box .title {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .news-events .news-events-inner .left-col .text-box .title {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .news-events .news-events-inner .left-col .text-box .title {
        font-size: 18px;
    }
}

.news-events .news-events-inner .left-col .text-box .text {
    font-size: 14px;
}

.news-events .news-events-inner .left-col .text-box .text p {
    margin: 13px 0 23px;
}

.news-events .news-events-inner .left-col .text-box .text a {
    color: white;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.news-events .news-events-inner .left-col .text-box .text a i {
    margin: 0 0 0 5px;
    font-size: 12px;
}

.news-events .news-events-inner .right-col {
    width: 50%;
    background: #32B185;
    color: white;
}

@media (max-width: 767px) {
    .news-events .news-events-inner .right-col {
        width: 100%;
    }
}

.news-events .news-events-inner .right-col .text-holder {
    max-width: 570px;
    padding: 82px 38px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .news-events .news-events-inner .right-col .text-holder {
        padding: 20px;
        max-width: 100%;
    }
}

.news-events .news-events-inner .right-col .text-holder .title {
    font-size: 36px;
    font-weight: 700;
}

@media (max-width: 1023px) {
    .news-events .news-events-inner .right-col .text-holder .title {
        font-size: 24px;
    }
}

.news-events .news-events-inner .right-col .text-holder .ico-holder {
    background: white;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 52px auto 30px;
}

.news-events .news-events-inner .right-col .text-holder .ico-holder img {
    width: auto;
}

.news-events .news-events-inner .right-col .text-holder .subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

@media (max-width: 1023px) {
    .news-events .news-events-inner .right-col .text-holder .subtitle {
        font-size: 16px;
    }
}

.news-events .news-events-inner .right-col .text-holder .btn-holder a {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 60px;
}

.news-events .news-events-inner .right-col .text-holder .btn-holder a i {
    margin-left: 5px;
}

@media (max-width: 1023px) {
    .news-events .news-events-inner .right-col .text-holder .btn-holder a {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

.certification {
    padding: 73px 0 78px;
}

@media (max-width: 1023px) {
    .certification {
        padding: 40px 0;
    }
}

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

.certification .title {
    font-size: 36px;
    font-weight: 700;
    color: black;
    text-align: center;
}

@media (max-width: 1023px) {
    .certification .title {
        font-size: 24px;
    }
}

.certification .box-holder {
    max-width: 812px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 54px 0 0;
}

@media (max-width: 767px) {
    .certification .box-holder {
        width: 100%;
        padding: 20px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.certification .box-holder .ico-holder {
    max-width: 162px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .certification .box-holder .ico-holder {
        width: 20%;
        max-width: 100%;
    }
}

.contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    bottom: 0;
    position: relative;
    min-height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: black;
    opacity: 60%;
    width: 100%;
    height: 100%;
}

.contact .container {
    width: 100%;
}

.contact .textbox {
    position: relative;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1023px) {
    .contact .textbox {
        margin: -80px 0 0;
    }
}

.contact .textbox .heading {
    font-size: 36px;
    font-weight: 700;
    color: white;
    max-width: 788px;
    text-align: center;
    margin-bottom: 26px;
}

@media (max-width: 1023px) {
    .contact .textbox .heading {
        font-size: 24px;
    }
}

.contact .textbox .text {
    color: #999999;
    max-width: 700px;
    text-align: center;
}

.contact-form {
    padding: 0 0 92px;
}

@media (max-width: 767px) {
    .contact-form {
        padding: 0 0 50px;
    }
}

.contact-form .box-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -75px 0 0;
}

@media (max-width: 767px) {
    .contact-form .box-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-form .box-holder .left-col {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    bottom: 0;
    position: relative;
    min-height: 550px;
    padding: 46px 42px 63px 60px;
}

@media (max-width: 1199px) {
    .contact-form .box-holder .left-col {
        padding: 30px;
        min-height: auto;
    }
}

@media (max-width: 1023px) {
    .contact-form .box-holder .left-col {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .contact-form .box-holder .left-col {
        width: 100%;
    }
}

.contact-form .box-holder .left-col::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #32B185;
    opacity: 80%;
}

.contact-form .box-holder .left-col .title {
    color: white;
    font-size: 36px;
    font-weight: 700;
    color: white;
    position: relative;
    z-index: 11;
}

@media (max-width: 1023px) {
    .contact-form .box-holder .left-col .title {
        font-size: 24px;
    }
}

.contact-form .box-holder .left-col .text {
    position: relative;
    z-index: 1;
    color: white;
}

.contact-form .box-holder .left-col .text p {
    font-weight: 500;
}

.contact-form .box-holder .left-col .text .service-list {
    list-style: none;
    padding: 0;
    font-weight: 400;
}

.contact-form .box-holder .left-col .text .service-list li {
    padding: 5.5px 0;
}

.contact-form .box-holder .left-col .text .service-list li i {
    margin-right: 10px;
}

.contact-form .box-holder .left-col .text .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .contact-form .box-holder .left-col .text .btn-holder .btn {
        padding: 10px;
    }
}

.contact-form .box-holder .left-col .text .btn-holder .btn.first {
    background: white;
    color: #32B185;
    margin: 0 20px 0 0;
}

.contact-form .box-holder .left-col .text .btn-holder .btn.second {
    background: transparent;
}

.contact-form .box-holder .right-col {
    display: block;
    background: white;
    width: 50%;
    padding: 78px 67px 63px 78.5px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
    .contact-form .box-holder .right-col {
        padding: 30px !important;
    }
}

@media (max-width: 1023px) {
    .contact-form .box-holder .right-col {
        padding: 20px !important;
    }
}

@media (max-width: 767px) {
    .contact-form .box-holder .right-col {
        width: 100%;
    }
}

.contact-form .box-holder .right-col .field-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -16px;
}

.contact-form .box-holder .right-col .field-holder .name,
.contact-form .box-holder .right-col .field-holder .email,
.contact-form .box-holder .right-col .field-holder .telephone,
.contact-form .box-holder .right-col .field-holder .select-tag {
    width: calc(50% - 32px);
    margin: 16px;
}

@media (max-width: 767px) {

    .contact-form .box-holder .right-col .field-holder .name,
    .contact-form .box-holder .right-col .field-holder .email,
    .contact-form .box-holder .right-col .field-holder .telephone,
    .contact-form .box-holder .right-col .field-holder .select-tag {
        width: 100%;
    }
}

.contact-form .box-holder .right-col .field-holder .name input,
.contact-form .box-holder .right-col .field-holder .name select,
.contact-form .box-holder .right-col .field-holder .email input,
.contact-form .box-holder .right-col .field-holder .email select,
.contact-form .box-holder .right-col .field-holder .telephone input,
.contact-form .box-holder .right-col .field-holder .telephone select,
.contact-form .box-holder .right-col .field-holder .select-tag input,
.contact-form .box-holder .right-col .field-holder .select-tag select {
    border: 1px solid #EEEEEE;
    background: transparent;
    border-radius: 6px;
    padding: 16px 57px 16px 32px;
    width: 100%;
    color: #999;
    margin: 8px 0 0;
    text-transform: capitalize;
}

@media (max-width: 1023px) {

    .contact-form .box-holder .right-col .field-holder .name input,
    .contact-form .box-holder .right-col .field-holder .name select,
    .contact-form .box-holder .right-col .field-holder .email input,
    .contact-form .box-holder .right-col .field-holder .email select,
    .contact-form .box-holder .right-col .field-holder .telephone input,
    .contact-form .box-holder .right-col .field-holder .telephone select,
    .contact-form .box-holder .right-col .field-holder .select-tag input,
    .contact-form .box-holder .right-col .field-holder .select-tag select {
        padding: 16px;
    }
}

.contact-form .box-holder .right-col .field-holder .select-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.contact-form .box-holder .right-col .field-holder .select-tag i {
    position: absolute;
    right: 5px;
    top: 39px;
    border: 10px solid white;
    color: #999;
    pointer-events: none;
    font-size: 12px;
}

.contact-form .box-holder .right-col .Additional-details {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 32px 0 35px;
}

.contact-form .box-holder .right-col .Additional-details textarea {
    border-radius: 6px;
    border: 1px solid #EEEEEE;
    padding: 12px 0 0 32px;
    height: 86px;
    color: #999;
    margin: 8px 0 0;
    resize: none;
}

@media (max-width: 767px) {
    .contact-form .box-holder .right-col .Additional-details textarea {
        padding: 12px 15px;
    }
}

.contact-form .box-holder .right-col label {
    font-size: 16px;
    font-weight: 700;
    color: black;
    text-transform: capitalize;
}

.contact-form .box-holder .right-col .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.visual-inner.about {
    min-height: 420px;
}

.visual-inner.about::after {
    opacity: 60%;
}

.visual-inner.about .text-box {
    max-width: 100%;
    text-align: center;
}

.visual-inner.about .text-box .title {
    font-size: 36px;
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.visual-inner.about .text-box .bread-crumbs ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.visual-inner.about .text-box .bread-crumbs ul li {
    position: relative;
    margin: 20px 30px;
}

@media (max-width: 767px) {
    .visual-inner.about .text-box .bread-crumbs ul li {
        margin: 20px;
    }
}

.visual-inner.about .text-box .bread-crumbs ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}

.visual-inner.about .text-box .bread-crumbs ul li a:hover {
    color: #1b9f72;
}

@media (max-width: 767px) {
    .visual-inner.about .text-box .bread-crumbs ul li a {
        font-size: 14px;
    }
}

.visual-inner.about .text-box .bread-crumbs ul li+li::before {
    position: absolute;
    content: "\f054";
    top: 0;
    left: -33px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    color: #32B185;
}

.about-us.about-page-section {
    padding: 108px 0 137px;
}

@media (max-width: 1199px) {
    .about-us.about-page-section {
        padding: 50px 0 50px;
    }
}

.about-us.about-page-section .boxholder::after {
    bottom: -137px;
}

@media (max-width: 1199px) {
    .about-us.about-page-section .boxholder::after {
        bottom: -50px;
    }
}

.core-values {
    padding: 72px 0 133px;
}

@media (max-width: 1199px) {
    .core-values {
        padding: 50px 0 50px;
    }
}

.core-values .core-values-inner {
    max-width: 910px;
    margin: 0 auto;
}

.core-values .core-values-inner .text-green {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    display: block;
}

.core-values .core-values-inner .title {
    font-size: 36px;
    font-weight: 700;
    color: black;
    text-align: center;
    margin-top: 10px;
}

.core-values .core-values-inner .value-holder {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    padding: 75px 0 0;
}

@media (max-width: 1023px) {
    .core-values .core-values-inner .value-holder {
        padding: 50px 0 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: -10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .core-values .core-values-inner .value-holder {
        margin: -15px;
    }
}

.core-values .core-values-inner .value-holder li {
    width: calc(20% - 52px);
    margin: 26px;
}

@media (max-width: 1023px) {
    .core-values .core-values-inner .value-holder li {
        width: calc(25% - 20px);
        margin: 10px;
    }
}

@media (max-width: 767px) {
    .core-values .core-values-inner .value-holder li {
        width: calc(50% - 30px);
        margin: 15px;
    }
}

.core-values .core-values-inner .value-holder li .ico-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 44px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    height: 140px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.core-values .core-values-inner .value-holder li .ico-wrapper .ico-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 60px;
    max-width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.core-values .core-values-inner .value-holder li .ico-wrapper .ico-holder img {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.core-values .core-values-inner .value-holder li .ico-wrapper .ico-holder .green {
    opacity: 1;
}

.core-values .core-values-inner .value-holder li .ico-wrapper .ico-holder .white {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.core-values .core-values-inner .value-holder li span {
    color: black;
    font-size: 16px;
    margin-top: 42px;
    display: block;
    text-align: center;
    text-transform: capitalize;
    min-height: 30px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-weight: 700;
}

.core-values .core-values-inner .value-holder li:hover .ico-wrapper {
    background: #32B185;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 1023px) {
    .core-values .core-values-inner .value-holder li:hover .ico-wrapper {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.core-values .core-values-inner .value-holder li:hover .ico-wrapper .ico-holder .green {
    opacity: 0;
}

.core-values .core-values-inner .value-holder li:hover .ico-wrapper .ico-holder .white {
    opacity: 1;
}

.core-values .core-values-inner .value-holder li:hover span {
    font-weight: 700;
    font-size: 20px;
}

.contact-form.contact-form-about {
    padding: 0;
}

.contact-form.contact-form-about .contact-form-about-inner {
    border-top: 1px solid #CCCCCC;
    padding: 0 0 132px;
}

@media (max-width: 767px) {
    .contact-form.contact-form-about .contact-form-about-inner {
        padding: 0 0 50px;
    }
}

.contact-form.contact-form-about .contact-form-about-inner .served-number {
    padding: 0;
    max-width: 854px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    list-style: none;
    padding: 100px 0 0;
    position: relative;
}

@media (max-width: 767px) {
    .contact-form.contact-form-about .contact-form-about-inner .served-number {
        padding: 50px 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.contact-form.contact-form-about .contact-form-about-inner .served-number li {
    width: 20%;
    text-align: center;
}

@media (max-width: 767px) {
    .contact-form.contact-form-about .contact-form-about-inner .served-number li {
        width: 24%;
    }
}

@media (max-width: 575px) {
    .contact-form.contact-form-about .contact-form-about-inner .served-number li {
        width: 50%;
        margin: 10px 0;
    }
}

.contact-form.contact-form-about .contact-form-about-inner .served-number li .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-form.contact-form-about .contact-form-about-inner .served-number li .number .counter {
    font-weight: 700;
    font-size: 52px;
    color: black;
}

@media (max-width: 1023px) {
    .contact-form.contact-form-about .contact-form-about-inner .served-number li .number .counter {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .contact-form.contact-form-about .contact-form-about-inner .served-number li .number .counter {
        font-size: 30px;
    }
}

.contact-form.contact-form-about .contact-form-about-inner .served-number li .number span {
    color: #32B185;
    font-weight: 400;
    font-size: 36px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .contact-form.contact-form-about .contact-form-about-inner .served-number li .number span {
        font-size: 24px;
    }
}

.contact-form.contact-form-about .contact-form-about-inner .served-number li .text {
    color: #999999;
    margin-top: 11px;
}

.about-us.services-detail {
    padding: 42px 0 172px;
}

@media (max-width: 767px) {
    .about-us.services-detail {
        padding: 0 0 50px;
    }
}

@media (max-width: 767px) {
    .about-us.services-detail.reverse {
        padding: 50px 0;
    }
}

.about-us.services-detail .boxholder::after {
    display: none;
}

@media (max-width: 767px) {
    .about-us.services-detail .boxholder .left-col {
        margin-bottom: 20px;
    }
}

.about-us.services-detail .boxholder .left-col .image-holder {
    max-height: 600px;
}

.about-us.services-detail .boxholder .right-col {
    padding: 0;
}

.about-us.services-detail .boxholder .right-col .box-holder .text .key-points {
    list-style: none;
    padding: 15px 0 0;
}

.about-us.services-detail .boxholder .right-col .box-holder .text .key-points li {
    padding: 5.5px 0;
}

.about-us.services-detail .boxholder .right-col .box-holder .text .key-points li i {
    color: #32B185;
    margin: 0 10px 0 0;
}

.about-us.reverse {
    padding: 108px 0 48px;
}

@media (max-width: 767px) {
    .about-us.reverse {
        padding: 50px 0;
    }
}

.about-us.reverse .boxholder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.faq {
    padding: 90px 0 48px;
    /* Accordion
  ================================================== */
}

@media (max-width: 1023px) {
    .faq {
        padding: 50px 0;
    }
}

.faq .content {
    max-width: 928px;
    margin: 0 auto;
}

.faq .acc {
    margin: 0 auto;
    max-width: 1300px;
}

.faq .acc__card {
    margin: 18px 0;
    position: relative;
    border: 1px solid #EEEEEE;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 24px 25px;


}

.faq .acc__card.active {
    background: #32b185;
    border-color: transparent;
}

.faq .acc__card.active .btn-holder .btn {
    background: #fff;
    border-radius: 0;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: 700;
    height: 46px;
    font-size: 14px;
    color: #32b185;
}

.faq .acc__title {
    color: #261F25;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: left;
    font-size: 20px;
    font-weight: 700;

}

@media (max-width: 767px) {
    .faq .acc__title {
        font-size: 16px;
        padding-right: 105px;
    }
}

.faq .acc__card.active .acc__title {
    color: #fff;
}

.faq .acc__panel {
    color: #fff;
    display: none;
    margin: 0;
    padding: 2em 2em;
    text-align: left;
}

.faq .acc__panel h4 {
    color: white;
    margin-bottom: 15px;
}

.visual-inner.career .text-box .title {
    margin: 0 0 11px;
}

.visual-inner.career .text-box span {
    display: block;
    margin-bottom: 35px;
}

.network-engineer {
    padding: 75px 0 50px;
}

@media (max-width: 1023px) {
    .network-engineer {
        padding: 50px 0;
    }
}

.network-engineer .box-holder .title {
    font-size: 36px;
    font-weight: 700;
    color: black;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .network-engineer .box-holder .title {
        font-size: 24px;
    }
}

.network-engineer .box-holder span {
    display: block;
}

.network-engineer .box-holder .key-points {
    padding: 20px 0 0 10px;
    margin: 0;
    max-width: 544px;
    list-style: none;
}

.network-engineer .box-holder .key-points li {
    padding: 5px 0 5px 15px;
}

.network-engineer .box-holder .requirment {
    margin: 0;
    padding: 41px 0 0 10px;
    max-width: 640px;
    list-style: none;
}

.network-engineer .box-holder .requirment .title {
    font-weight: 700;
    color: black;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 22px;
    margin: 0 0 17px -10px;
    padding: 0 !important;
}

@media (max-width: 1023px) {
    .network-engineer .box-holder .requirment .title {
        font-size: 18px;
    }
}

.network-engineer .box-holder .requirment .title:before {
    display: none;
}

.network-engineer .box-holder .requirment li {
    padding: 5px 0 5px 15px;
}

.network-engineer .box-holder .benifit {
    margin: 0;
    padding: 41px 0 0 10px;
    max-width: 640px;
    list-style: none;
}

.network-engineer .box-holder .benifit .title {
    font-weight: 700;
    color: black;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 22px;
    margin: 0 0 17px -10px;
    padding: 0 !important;
}

@media (max-width: 1023px) {
    .network-engineer .box-holder .benifit .title {
        font-size: 18px;
    }
}

.network-engineer .box-holder .benifit .title:before {
    display: none;
}

.network-engineer .box-holder .benifit li {
    padding: 5px 0 5px 15px;
}

.network-engineer .box-holder ul li {
    position: relative;
}

.network-engineer .box-holder ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    background: #999999;
    width: 2px;
    height: 2px;
    border-radius: 50%;
}

.apply-online .box-holder {
    margin: 0;
    display: block;
}

.apply-online .box-holder .title p {
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .apply-online .box-holder .title p {
        font-size: 18px;
    }
}

.apply-online .box-holder .right-col {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0 !important;
    max-width: 735px;
}

.apply-online .box-holder .Additional-details {
    position: relative;
    width: calc(50% - 32px) !important;
    margin: 16px !important;
}

@media (max-width: 767px) {
    .apply-online .box-holder .Additional-details {
        width: 100% !important;
    }
}

.apply-online .box-holder .Additional-details select {
    border: 1px solid #EEEEEE;
    background: transparent;
    border-radius: 6px;
    padding: 16px 57px 16px 32px;
    width: 100%;
    color: #999;
    margin: 8px 0 0;
    text-transform: capitalize;
}

.apply-online .box-holder .Additional-details i {
    position: absolute;
    right: 5px;
    top: 39px;
    border: 10px solid white;
    color: #999;
    pointer-events: none;
    font-size: 12px;
}

.apply-online .box-holder .attach-resume {
    width: calc(50% - 32px) !important;
    margin: 16px;
}

@media (max-width: 767px) {
    .apply-online .box-holder .attach-resume {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .apply-online .box-holder .attach-resume label {
        width: 100%;
    }
}

.apply-online .box-holder .attach-resume .form-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #EEEEEE;
    background: transparent;
    border-radius: 6px;
    padding: 11px 18px 11px 32px;
    width: 100%;
    color: #999;
    margin: 8px 0 0;
    text-transform: capitalize;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .apply-online .box-holder .attach-resume .form-upload {
        width: 100%;
    }
}

.apply-online .box-holder .attach-resume .form-upload label {
    height: 35px;
    width: 100px;
    border: none;
    border-radius: 5px;
    background: #32B185;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
}

.apply-online .box-holder .attach-resume .form-upload label:hover {
    opacity: 0.7;
}

.apply-online .box-holder .attach-resume .form-upload label .file-upload {
    position: absolute;
    left: -9999px;
}

.apply-online .box-holder .attach-resume .form-upload p {
    margin: 0;
    font-size: 1rem;
}

.apply-online .box-holder .btn-holder {
    padding: 50px 0 0;
}

.apply-online .box-holder .btn-holder .btn {
    border: none
}

@media (max-width: 1023px) {
    .apply-online .box-holder .btn-holder {
        padding: 50px 0 0;
    }
}

.post {
    padding: 106px 0 26px;
}

@media (max-width: 1199px) {
    .post {
        padding: 50px 0 30px;
    }
}

.post .post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.post .post-inner .left-col {
    width: 60%;
}

.post .post-inner .left-col .article {
    padding: 0 0 94px;
}

@media (max-width: 1199px) {
    .post .post-inner .left-col .article {
        padding-bottom: 0px;
        margin-bottom: 25px;
    }
}

@media (max-width: 1199px) {
    .post .post-inner .left-col {
        padding-bottom: 20px;
    }
}

@media (max-width: 1023px) {
    .post .post-inner .left-col {
        width: 100%;
    }
}

.post .post-inner .left-col .img-holder {
    max-width: 672px;
    max-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .post .post-inner .left-col .img-holder {
        width: 100%;
        max-width: 100%;
        max-height: inherit;
    }
}

.post .post-inner .left-col .text-box span {
    font-weight: 500;
    margin-top: 40px;
    display: block;
}

.post .post-inner .left-col .text-box .heading {
    font-size: 24px;
    font-weight: 700;
    color: black;
    text-transform: capitalize;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .post .post-inner .left-col .text-box .heading {
        font-size: 18px;
    }
}

.post .post-inner .left-col .text-box p {
    margin: 15px 0 20px;
}

.post .post-inner .left-col .text-box .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: transparent;
    color: #32B185;
    margin: 0 0 0 -20px;
}

.post .post-inner .right-col {
    width: 34%;
}

@media (max-width: 1199px) {
    .post .post-inner .right-col {
        width: auto;
    }
}

@media (max-width: 1023px) {
    .post .post-inner .right-col {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .post .post-inner .right-col .recent-posts {
        margin: 0 -10px;
    }
}

.post .post-inner .right-col .recent-posts .heading {
    font-size: 24px;
    font-weight: 700;
    color: black;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 5px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

@media (max-width: 1199px) {
    .post .post-inner .right-col .recent-posts .heading {
        margin: 0 0 10px;
    }
}

@media (max-width: 1023px) {
    .post .post-inner .right-col .recent-posts .heading {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .post .post-inner .right-col .recent-posts .heading {
        font-size: 18px;
    }
}

.post .post-inner .right-col .recent-posts .box-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
}

@media (max-width: 1023px) {
    .post .post-inner .right-col .recent-posts .box-holder {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 33.33%;
        padding: 10px;
        float: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start;
    }
}

@media (max-width: 767px) {
    .post .post-inner .right-col .recent-posts .box-holder {
        width: 100%;
    }
}

.post .post-inner .right-col .recent-posts .box-holder .img-holder {
    max-width: 130px;
    max-height: inherit;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .post .post-inner .right-col .recent-posts .box-holder .img-holder {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

.post .post-inner .right-col .recent-posts .box-holder .img-holder img {
    height: 100%;
}

@media (max-width: 1023px) {
    .post .post-inner .right-col .recent-posts .box-holder .img-holder img {
        width: 100%;
    }
}

.post .post-inner .right-col .recent-posts .box-holder .text {
    max-width: 230px;
}

@media (max-width: 1199px) {
    .post .post-inner .right-col .recent-posts .box-holder .text {
        margin-left: 20px;
    }
}

@media (max-width: 1023px) {
    .post .post-inner .right-col .recent-posts .box-holder .text {
        margin-top: 20px;
        margin-left: 0;
    }
}

.post .post-inner .right-col .recent-posts .box-holder .text span {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.post .post-inner .right-col .recent-posts .box-holder .text .heading {
    font-size: 16px;
    font-weight: 600;
    color: black;
    text-transform: capitalize;
    margin: 0;
}

@media (max-width: 1023px) {
    .post .post-inner .right-col .recent-posts .box-holder .text .heading {
        padding: 0;
    }
}

.post .post-inner .right-col .recent-posts .box-holder .text .heading:hover {
    color: #1b9f72;
}

.post.news-detail {
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .post.news-detail {
        padding-bottom: 30px;
    }
}

.news-detail .post-inner .left-col {
    padding: 0;
}

.news-detail .post-inner .left-col .text-box p {
    font-weight: 500;
}

.contact-us {
    padding: 90px 0 54px;
}

@media (max-width: 767px) {
    .contact-us {
        padding: 50px 0;
    }
}

.contact-us .box-holder {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .contact-us .box-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.contact-us .box-holder .right-col {
    padding: 53px 62px 78px;
    width: 48%;
}

@media (max-width: 767px) {
    .contact-us .box-holder .right-col {
        padding: 30px 30px 30px;
        width: 100%;
    }
}

.contact-us .box-holder .right-col .field-holder .name {
    width: 100%;
    margin-bottom: 45px;
}

.contact-us .box-holder .right-col .field-holder .select-tag {
    width: 100%;
    margin-top: 30px;
}

.contact-us .box-holder .right-col .field-holder .select-tag select {
    color: #CCCCCC;
}

@media (max-width: 767px) {
    .contact-us .box-holder .right-col .Additional-details {
        margin-bottom: 0;
    }
}

.contact-us .box-holder .right-col .Additional-details textarea {
    padding: 25px 0 0 32px;
    height: 142px;
}

@media (max-width: 767px) {
    .contact-us .box-holder .right-col .Additional-details textarea {
        padding: 12px 15px;
    }
}

.contact-us .box-holder .right-col .btn-holder {
    padding-top: 27px;
}

.contact-us .box-holder .left-col {
    width: 46%;
    padding: 34px 0 0;
}

@media (max-width: 767px) {
    .contact-us .box-holder .left-col {
        padding: 15px 0;
        width: 100%;
    }
}

.contact-us .box-holder .left-col::after {
    display: none;
}

.contact-us .box-holder .left-col .text-green {
    margin-bottom: 5px;
}

.contact-us .box-holder .left-col .title {
    color: black;
    text-transform: uppercase;
    padding: 0 0 5px;
}

.contact-us .box-holder .left-col .text {
    color: #999999;
    padding: 0 0 50px;
}

@media (max-width: 767px) {
    .contact-us .box-holder .left-col .text {
        padding: 0;
    }
}

.contact-us .box-holder .left-col .address {
    max-width: 335px;
    padding: 50px 0 27px;
}

.contact-us .box-holder .left-col .address .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}

.contact-us .box-holder .left-col .address .text {
    padding: 0;
    font-weight: 500;
    font-style: normals;
}

.contact-us .box-holder .left-col .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 420px;
    padding: 27px 0 45px;
}

@media (max-width: 767px) {
    .contact-us .box-holder .left-col .contact-info {
        padding: 15px 0 20px;
    }
}

.contact-us .box-holder .left-col .contact-info .title {
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.contact-us .box-holder .left-col .contact-info .text {
    font-weight: 500;
    padding: 0;
}

.contact-us .box-holder .left-col .social-links {
    border-top: 1px solid #CCCCCC;
    padding: 37px 0 0;
}

.contact-us .box-holder .left-col .social-links .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0;
}

.contact-us .box-holder .left-col .social-links ul {
    list-style: none;
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.contact-us .box-holder .left-col .social-links ul li {
    padding: 7.5px;
}

.contact-us .box-holder .left-col .social-links ul li a i {
    color: #C0C0C0;
    font-size: 28px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.contact-us .box-holder .left-col .social-links ul li a i:hover {
    color: #1b9f72;
}

.map {
    padding: 0 0 61px;
}

@media (max-width: 767px) {
    .map {
        padding: 0 0 30px;
    }
}

.map iframe {
    width: 100%;
    height: 293px;
}

.footer {
    background-color: #272B36;
    padding: 62px 0 50px;
}

@media (max-width: 767px) {
    .footer {
        padding: 50px 0 20px;
    }
}

.footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1056px;
    padding: 0 0 58px;
    position: relative;
}

@media (max-width: 1199px) {
    .footer .footer-inner {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media (max-width: 767px) {
    .footer .footer-inner {
        padding: 0 0 20px;
    }
}

.footer .footer-inner::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: #3E3F4B;
    width: 100%;
    height: 1px;
}

.footer .footer-inner .col-1 {
    width: 30%;
}

@media (max-width: 1023px) {
    .footer .footer-inner .col-1 {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .footer .footer-inner .col-1 {
        width: 100%;
    }
}

.footer .footer-inner .col-1 .img-holder {
    max-width: 106px;
    max-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-inner .col-1 .text-holder {
    padding: 55px 0 0;
}

.footer .footer-inner .col-1 .text-holder .title {
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.footer .footer-inner .col-1 .text-holder .subtitle {
    color: #999999;
    font-weight: 700;
    padding: 13px 0 15px;
}

.footer .footer-inner .col-1 .text-holder .text {
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -17.5px;
}

.footer .footer-inner .col-1 .text-holder .text span {
    display: block;
    margin: 17.5px;
    position: relative;
}

.footer .footer-inner .col-1 .text-holder .text span+span::after {
    position: absolute;
    content: "";
    top: 0;
    left: -17.5px;
    background: #3E3F4B;
    width: 1px;
    height: 100%;
}

.footer .footer-inner .col-2 {
    width: 20%;
}

@media (max-width: 1023px) {
    .footer .footer-inner .col-2 {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .footer .footer-inner .col-2 {
        width: 50%;
    }
}

.footer .footer-inner .col-2 .other-pages {
    list-style: none;
}

@media (max-width: 767px) {
    .footer .footer-inner .col-2 .other-pages {
        padding: 0;
    }
}

.footer .footer-inner .col-2 .other-pages .heading {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 38px;
    margin-top: 34px;
}

@media (max-width: 767px) {
    .footer .footer-inner .col-2 .other-pages .heading {
        margin-bottom: 15px;
    }
}

.footer .footer-inner .col-2 .other-pages li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999999;
    padding: 6.5px 0;
}

.footer .footer-inner .col-2 .other-pages li a {
    color: #999999;
    margin-left: 10px;
}

.footer .footer-inner .col-2 .other-pages li a:hover {
    color: #1b9f72;
}

.footer .footer-inner .col-2 .other-pages li i {
    font-size: 10px;
}

.footer .footer-inner .col-3 {
    width: 20%;
}

@media (max-width: 1023px) {
    .footer .footer-inner .col-3 {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .footer .footer-inner .col-3 {
        width: 50%;
    }
}

.footer .footer-inner .col-3 .quick-links {
    list-style: none;
}

@media (max-width: 767px) {
    .footer .footer-inner .col-3 .quick-links {
        padding: 0;
    }
}

.footer .footer-inner .col-3 .quick-links .heading {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 38px;
    margin-top: 34px;
}

@media (max-width: 767px) {
    .footer .footer-inner .col-3 .quick-links .heading {
        margin-bottom: 15px;
    }
}

.footer .footer-inner .col-3 .quick-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999999;
    padding: 6.5px 0;
}

.footer .footer-inner .col-3 .quick-links li a {
    color: #999999;
    margin-left: 10px;
}

.footer .footer-inner .col-3 .quick-links li a:hover {
    color: #1b9f72;
}

.footer .footer-inner .col-3 .quick-links li i {
    font-size: 10px;
}

.footer .footer-inner .col-4 {
    width: 30%;
}

@media (max-width: 1023px) {
    .footer .footer-inner .col-4 {
        width: 100%;
    }
}

.footer .footer-inner .col-4 .contact-us {
    list-style: none;
    padding: 0 0 0 40px;
}

@media (max-width: 1023px) {
    .footer .footer-inner .col-4 .contact-us {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .footer .footer-inner .col-4 .contact-us {
        padding: 0;
    }
}

.footer .footer-inner .col-4 .contact-us .heading {
    color: white;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 38px;
    margin-top: 34px;
}

@media (max-width: 767px) {
    .footer .footer-inner .col-4 .contact-us .heading {
        margin-bottom: 15px;
    }
}

.footer .footer-inner .col-4 .contact-us li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #999999;
    padding: 6.5px 0;
}

.footer .footer-inner .col-4 .contact-us li i {
    max-width: 14px;
    max-height: 14px;
}

.footer .footer-inner .col-4 .contact-us li a {
    color: #999999;
    margin-left: 10px;
}

.footer .footer-inner .col-4 .contact-us li a:hover {
    color: #1b9f72;
}

.footer .copy-rights {
    color: #999999;
    padding: 52px 0 0;
}

@media (max-width: 767px) {
    .footer .copy-rights {
        padding: 30px 0 0;
    }
}

.contact-form.apply-online p {
    margin: 0;
}

.contact-form.apply-online {
    padding: 92px 0;
}

.apply-online .box-holder .title {
    color: black;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.faq .acc__card .btn-holder {
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 11;
}

.faq .acc__card .btn-holder .btn {
    background: #32b185;
    border-radius: 0;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: 700;
    height: 46px;
    font-size: 14px;

}

@media (max-width: 767px) {
    .faq .acc__card .btn-holder .btn {
        padding: 10px !important;
        font-size: 12px !important;
        height: auto !important;
    }


    .faq .acc__card .btn-holder {
        right: 15px;
        top: 15px;
    }
   

    .faq .acc__card {
        padding: 22px 15px;
    
    
    }

    .faq .acc__panel ul{
        padding: 0;
    }

    .faq .acc__panel p strong {
        font-size: 14px;
       
    }
   
}

.faq .acc__panel p  {
    margin: 0;
   
}

.contact-form .box-holder .right-col .wpcf7-submit  {
    color: #fff;
    background: #32B185;
    padding: 14px 20px;
    text-transform: uppercase;
    font-weight: 700;
    border:none;
    width:170px;
}

.footer .footer-inner .col-2 .heading {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 38px;
  margin-top: 34px;
  padding-left:40px;
}

.footer .footer-inner .col-3 .heading {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 38px;
  margin-top: 34px;
  padding-left: 40px;
}