body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Playfair Display', serif;
    color: #042E6F;
    font-weight: 900;
    letter-spacing: -.1rem;
    margin: 0 0 30px;
}

p,
.para {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.325rem;
    line-height: 2.25rem;
    font-weight: 400;
    color: #042E6F;
    margin: 0 0 36px
}

li {
    font-size: 1.325rem;
    line-height: 2.25rem
}

span.gc {
    color: #51DDBF;
}

span.db {
    display: block;
}

.fs-13 {
    font-size: 13px !important;
}

h1 {
    font-size: 4rem;
    line-height: 4.725rem
}

h2 {
    font-size: 3.5rem;
    line-height: 3.725rem
}

h3 {
    font-size: 3.25rem
}

h2 span,
h3 span {
    color: #51DDBF
}

h6 {
    color: #042E6F;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.325rem;
    line-height: 2.25rem;
}

::marker {
    color: #042E6F;
    font-weight: 700;
    font-size: 1.325rem;
    line-height: 2.25rem;
}

ol ol,
ul ol {
    list-style: lower-alpha;
    margin-bottom: 2rem;
}

ol ol.roman,
ul ol.roman {
    list-style: lower-roman;
    margin-bottom: 2rem;
}

ul li,
ol li {
    color: #042E6F;
}

.plain-content {
    background: none !important;
}

.plain-content p br {
    display: block !important;
}

.btns {
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    background-color: #042E6F;
    height: 45px;
    border-radius: 30px;
    padding: 9px 30px;
    display: inline-block;
    transition: 0.5s;
    line-height: 1.5;
}

.btns:hover {
    background-color: #51DDBF;
    color: #042E6F;
    transition: 0.5s;
    text-decoration: none;
}

.btns-ghost {
    color: #042E6F;
    background-color: #fff;
}

.heading {
    font-family: 'Playfair Display', serif;
    color: #042E6F;
    font-size: 62px;
    font-weight: 700;
    text-align: center;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.header .navbar {
    padding: 50px;
}

.header .navbar .nav-link {
    font-size: 1.375rem;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #042E6F;
    padding: 10px 20px;
}

.header .navbar .nav-link:hover {
    color: #51DDBF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar .nav-item.active {
    background: rgba(255, 255, 2555, .5);
    border-radius: 0 15px 0 15px;
}

.header .navbar .nav-item:last-child .nav-link {
    color: #fff;
    height: 48px;
    font-size: 20px;
    padding: 10px 25px;
    transition: 0.5s;
}

.header .navbar .nav-item:last-child .nav-link:hover {
    background-color: #51DDBF;
    color: #042E6F;
    transition: 0.5s;
    text-decoration: none;
}

.header .navbar .navbar-toggler {
    z-index: 9;
}

.header .navbar .navbar-toggler .navbar-toggler-icon {
    width: 25px;
    height: 3px;
    background-color: #042e6f;
    position: relative;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 1px;
}

.header .navbar .navbar-toggler .navbar-toggler-icon::before {
    content: '';
    width: 25px;
    height: 3px;
    background-color: #042e6f;
    position: absolute;
    top: -8px;
    right: 0;
    border-radius: 1px;
}

.header .navbar .navbar-toggler .navbar-toggler-icon::after {
    content: '';
    width: 25px;
    height: 3px;
    background-color: #042e6f;
    position: absolute;
    bottom: -8px;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 1px;
}

.header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    display: none;
}

.header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    -webkit-transform: rotate(90deg) translateX(-7px);
    transform: rotate(90deg) translateX(-7px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar .navbar-toggler:focus {
    outline: 0;
}

.banner {
    background-color: rgba(0, 0, 0, .1);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    padding: 13.5rem 0 0 8rem;
    height: 860px
}

.home-banner {
    background-image: url("../img/banner/home-page.jpg")
}

.about-banner {
    background-image: url("../img/banner/about-us.jpg")
}

.why-banner {
    background-image: url("../img/banner/why-edukoncept.jpg")
}

.products-banner {
    background-image: url("../img/banner/products.jpg")
}

.partner-banner {
    background-image: url("../img/banner/partners.jpg")
}

.banner h1 {
    font-size: 4rem;
    line-height: 4.725rem;
    margin: 0px 0 30px;
}

.banner h1 span {
    font-size: 6.25rem;
    line-height: 6.725rem
}

.banner p {
    text-align: left;
}

.banner .btns-ghost {
    margin: 0 20px 0 0;
    color: #042E6F;
}

.banner-btn {
    text-align: left;
}

.section {
    padding: 8.5rem 0 0;
    text-align: center;
    background: url("../img/header-pic.svg") no-repeat;
    background-position: center 6.5rem;
    background-size: 62px 18px;
}

.section.contact-page {
    padding: 20rem 0 0;
    background-position: center 17rem;
}

.section h2 {}

.section p {}

.section .act-btn {
    z-index: 0;
    position: relative;
}

.section .sec-header {
    margin: -24px 0 0 0;
}

.home-video {
    max-width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.slider-wrap {
    position: relative;
    padding: 5rem 30px 0;
}

.arrow-next {
    position: absolute;
    left: 0;
    top: 45%;
    width: 30px;
    height: 60px;
}

.arrow-prev {
    position: absolute;
    right: 0;
    top: 45%;
    width: 30px;
    height: 60px;
    transform: rotate(180deg);
}

.slick-prev:before {
    content: "";
    background: url('../img/next.svg');
}

.slick-next:before {
    content: "";
    color: red;
    font-size: 30px;
}

.page-header {
    padding-top: 15rem
}

.page-header .page-header-bg {
    background-color: #F8F8F8;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 4rem 5rem 3rem;
    margin: 0 0 50px
}

.page-header h3 {
    margin-bottom: 20px;
}

.page-header p {
    margin-bottom: 20px;
}

.page-header .page-header-img {
    margin-top: -15rem
}

.page-header .page-header-img.bottom {
    margin-bottom: -3rem;
    margin-top: -13rem;
}

.page-header .page-desc {
    text-align: center;
    margin-bottom: 50px
}

.success,
.leaders,
.freshers,
.opportunities,
.resolution,
.leadership {
    padding: 120px 0 0;
    text-align: center;
}

.success .btns,
.leaders .btns,
.freshers .btns,
.opportunities .btns,
.resolution .btns {
    z-index: 0;
    position: relative;
}

.touch {
    padding: 90px 0 0;
}

.item {
    position: relative;
}

.item-img {
    margin: 0 auto;
    height: 136px;
}

.item-title {
    font-size: 1.25rem;
    line-height: 1.725rem;
    color: #042E6F;
    padding: 35px 0 0;
}

.item-desc {
    position: absolute;
    top: 0;
    left: 0;
    background: #f6f6f6;
    height: 100%;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    display: none;
}

.item:hover .item-desc {
    display: flex;
}

.keypoint-list {
    margin-top: 150px;
}

.keypoint {
    text-align: left;
    padding: 3.5rem 3rem 2rem;
    background: #F4F4F4;
    margin: 0 1rem 3rem
}

.keypoint .counter {
    font-family: 'Economica', sans-serif;
    font-size: 5rem;
    font-weight: 400;
    position: absolute;
    top: -55px;
    left: 45px;
    color: #48486A;
}

.keypoint h4 {
    color: #48486A;
    font-size: 1.95rem;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: -.05rem
}

.feature-list {
    padding: 3rem;
}

.feature-list .col-sm-2 {
    max-width: 20% !important;
    flex: 0 0 20% !important
}

.feature-list .feature-item {
    margin: 2.5rem 0;
}

.feature-item .fitem-img {
    margin-bottom: 2rem;
    width: 6rem;
}

.feature-item p {
    margin: 0;
    line-height: 2rem;
    font-size: 1.325rem;
    text-transform: capitalize;
}

.feature-item .feature-item-desc {
    position: absolute;
    top: 0;
    left: 0;
    background: #f6f6f6;
    width: 100%;
    height: 100%;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    display: none;
}

.feature-item:hover .feature-item-desc {
    display: flex;
}

.opp-btm {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}

.opp-btm li {
    font-family: 'Playfair Display', serif;
    background-color: #F4F4F4;
    padding: 50px 70px;
    font-size: 32px;
    font-weight: 700;
    flex: 0 0 510px;
    margin: 40px;
    color: #48486A;
    position: relative;
    text-align: left;
}

.opp-btm li span.large-text {
    font-family: 'Economica', sans-serif;
    font-size: 74px;
    font-weight: 400;
    position: absolute;
    top: -55px;
    left: 35px;
}

.footer {
    font-size: 1rem;
    color: #fff;
    background: #042E6F;
    padding: 80px 0 0;
    position: relative;
    text-align: left
}

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

.footer ul li {
    font-weight: 700;
    padding: 5px 0;
}

.footer ul li a {
    color: #fff;
    font-weight: 400;
    display: block;
}

.footer .address {
    padding: 20px 0 0;
    line-height: 30px;
}

.footer-btm {
    background-color: rgb(255 255 255 / 5%);
    font-size: 14px;
    padding: 25px 0;
    margin: 80px 0 0;
}

.footer-btm a {
    color: #fff;
}

.footer-btm ul {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.footer-btm ul li {
    margin: 0 10px;
}

.footer-btm-left {
    line-height: 40px;
}

.why-inner {
    background-color: #F8F8F8;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 40px 90px;
    margin: 0 0 50px;
}

.why-inner .heading {
    text-align: left;
    font-size: 52px;
}

.why-inner .para {
    text-align: left;
    padding: 10px 0 20px;
}

.why {
    padding: 370px 0 0;
}

.why img.why-right-img {
    margin-top: -230px;
}

.wave-img {
    width: 100%;
    margin-top: -30px;
}

.results {
    padding: 100px 0 0px;
}

.results ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.results ul li {
    margin: 0 120px;
    position: relative;
}

.results ul li:first-child {
    margin-top: -50px;
}

.results ul li:nth-child(3) {
    margin-top: -50px;
}

.results ul li:last-child:after {
    margin-top: -7px;
}

.results ul li:first-child:after {
    content: '';
    height: 380px;
    width: 25px;
    position: absolute;
    background: url("../img/arrow1.png") no-repeat;
    background-size: contain;
}

.results ul li:nth-child(2):after {
    content: '';
    height: 338px;
    width: 25px;
    position: absolute;
    background: url("../img/arrow2.png") no-repeat;
    background-size: contain;
}

.results ul li:nth-child(3):after {
    content: '';
    height: 446px;
    width: 25px;
    position: absolute;
    background: url("../img/arrow3.png") no-repeat;
    background-size: contain;
}

.results ul li:last-child:after {
    content: '';
    height: 338px;
    width: 25px;
    position: absolute;
    background: url("../img/arrow4.png") no-repeat;
    background-size: contain;
}

.results .title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #042E6F;
    text-align: left;
    font-weight: 900;
}

.results .value {
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    color: #51DDBF;
    text-align: left;
    font-weight: 900;
}

.teams .col {
    padding: 60px;
}

.two-column {
    padding: 120px 0 0;
}

.d-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.person-name {
    font-size: 34px;
    color: #48486A;
    font-weight: 600;
    text-transform: uppercase;
    padding: 50px 0 0px;
}

.person-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #48486A;
}

.leadership .heading {
    padding: 100px 0 30px;
}

.leadership .para {
    margin: 0 0 100px;
}

.ds-section {
    padding: 100px 15px 0;
}

.ds-section .row:nth-child(even) .img-col {
    order: 2;
}

.ds-section .row:nth-child(even) .text-col {
    order: 1;
}

.ds-section .row .img-col {
    padding: 0;
    background-color: #ebebeb;
}

.ds-section .row .img-col img {
    width: 100%;
}

.ds-section .row .text-col {
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
}

.ds-section .row .text-col .para {
    text-align: left;
}

.ds-section .row .text-col ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ds-section .row .text-col-inner {
    padding: 0 120px;
    width: 100%;
}

.ds-section .row .text-col .heading {
    text-align: left;
    font-size: 52px;
    font-weight: 900;
    line-height: 66px;
}

.touch img {
    width: 100%;
    margin: 40px 0 0;
}

.slick.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.col-right {
    text-align: right;
}

.col-left .heading,
.col-left .para {
    text-align: left;
}

.contact-info .custom-5r {}

.contact-info h5 {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: .25rem;
    margin-top: 2rem;
}

.contact-info p {
    margin-bottom: 1rem;
}

.contact-info a {
    color: #042E6F;
}

.contact-info .divider {
    margin: 4rem 0 2rem;
    height: 1px;
    background: #ccc;
}


/* Forms */

.form-container {
    margin: 3rem 20rem 0;
    text-align: left;
}

.form-group {
    position: relative;
    margin-bottom: 3.5rem;
}

.form-control {
    font-size: 1.25rem;
    padding: 10px 10px 10px 5px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    height: calc(1.5em + .75rem + 8px);
}

.form-control:focus {
    border-color: #042E6F;
    outline: none;
    box-shadow: none;
}

.form-control.error {
    border-color: #f00;
}

.form-label {
    color: #042E6F;
    font-size: 1.25rem;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all
}

option:focus~label.form-label {
    top: -20px;
    transition: 0.5s;
    font-size: 1rem;
    font-weight: 600
}

label.error,
.required {
    color: #f00
}

input:focus~label.form-label,
textarea:focus~label.form-label,
select:focus~label.form-label,
input.valid:not(:focus)~label.form-label,
textarea.valid:not(:focus)~label.form-label,
select.valid:not(:focus)~label.form-label,
.form-control.error:not(:focus)~label.form-label,
input:not([value=""]):not(:focus):invalid~label.form-label {
    top: -20px;
    transition: 0.5s;
    font-size: 1rem;
    font-weight: 600
}

.error-message {
    margin-bottom: 45px;
}

button {
    border: none
}

.section.pt-0 {
    padding-top: 2.5rem !important;
    background-position: center 0;
}

.testimonial {
    margin-bottom: 3rem
}

.testimonial figure {
    background: #f8f8f8;
    padding: 90px 40px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: left;
    position: relative;
    height: 100%;
}

.testimonial .blockquote p {
    margin: 0;
}

.testimonial .blockquote p::before {
    content: ' ';
    position: absolute;
    top: 30px;
    background: url("../img/quote-icon.svg") no-repeat;
    width: 48px;
    height: 48px;
}

.testimonial .blockquote-footer {
    font-size: 1.325rem;
    line-height: 2.25rem;
    color: #042E6F;
}

.testimonial .blockquote-footer::before {
    content: "\2014\00A0";
}

.timeline {
    position: relative;
    margin-bottom: 60px;
}

.timeline::before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 60px;
    width: 4px;
    background: #ccc;
    height: calc(100% - 0px);
    margin-left: -2px;
}

.timeline::after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -70px;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 3px solid #ccc;
    border-radius: 50%;
    margin-left: -14px;
}

.event {
    padding: 40px;
    position: relative;
    text-align: left;
}

.event::before {}

.event::after {}

.event.left {}

.event.left::before {
    content: ' ';
    height: 4px;
    width: 55px;
    background: #ccc;
    position: absolute;
    right: -15px;
    bottom: 120px;
}

.event.left::after {}

.event.right {}

.event.right::before {
    content: ' ';
    height: 4px;
    width: 55px;
    background: #ccc;
    position: absolute;
    left: -15px;
    top: 120px;
}

.event.right::after {}

.event.center {
    width: 50%;
    left: 50%;
    margin-left: -25%;
    z-index: 1;
}

.event.center::before {}

.event.center::after {}

.event-content {
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 30px
}

.event-content::before {}

.event-content::after {}

ul.home-bullet {
    list-style-position: inside
}

ul.home-bullet li {
    line-height: 35px;
    color: #042E6F;
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 375px) {
    .banner {
        padding: 9rem 2rem 4rem !important
    }
    .btns {
        height: 36px !important;
        font-size: .875rem !important;
        padding: 7px 8px !important;
        margin-right: 5px !important
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    h1,
    .banner h1 {
        font-size: 2rem;
        line-height: 2.5rem
    }
    h2 {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }
    h3 {
        font-size: 1.5rem
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        letter-spacing: 0;
    }
    h3 br {
        display: none
    }
    p br {
        display: none;
    }
    p,
    li,
    h6,
    ::marker {
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .testimonial .blockquote-footer {
        font-size: 1rem;
        line-height: 1.875rem
    }
    .navbar.navbar-expand-lg {
        padding: 2rem 1rem 0 2rem;
    }
    .banner {
        height: calc(50%);
        background-position: top left;
        padding: 13rem 2rem 4rem;
    }
    .banner h1 {
        margin-bottom: 1.5rem
    }
    .banner h1 span {
        font-size: 2.825rem;
        line-height: 3rem;
    }
    .banner p {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .banner p br {
        display: none;
    }
    .btns {
        height: 40px;
        font-size: 1rem;
        padding: 8px 15px
    }
    .banner .btns-ghost {
        margin-right: 10px
    }
    .section {
        padding: 4.5rem 0 0;
        background-position: center 2.25rem;
        background-size: 40px 18px;
    }
    .section .sec-header {
        margin: -20px 0 0;
    }
    .item-img {
        height: 90px;
    }
    .item-title {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-top: 10px
    }
    .slider-wrap {
        padding-top: 3rem;
    }
    .arrow-next,
    .arrow-prev {
        height: 36px;
        top: 60%
    }
    .slick-arrow img {
        height: 36px
    }
    .keypoint-list {
        margin-top: 5rem;
    }
    .keypoint {
        padding: 2.5rem 1.25rem 1rem;
        margin: 0 1rem 3rem;
    }
    .keypoint .counter {
        font-size: 3rem;
        top: -35px;
    }
    .keypoint h4 {
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }
    .footer {
        padding-top: 3rem;
    }
    .footer-top {
        padding: 0 1rem;
    }
    .footer-top .address-col {
        margin-bottom: 2rem;
    }
    .footer ul {
        margin-bottom: 1rem;
    }
    .footer-btm {
        margin-top: 1rem;
        padding: 1rem 0;
        text-align: center
    }
    .footer-btm ul {
        justify-content: center;
        margin: 0;
    }
    .page-header {
        padding-top: 1rem;
        text-align: center;
    }
    .page-header .page-header-bg {
        padding: 1rem
    }
    .page-header .page-header-img {
        margin-top: 3rem
    }
    .results {
        display: none
    }
    .person-img img {
        max-width: 70% !important;
    }
    .person-name {
        font-size: 1.5rem;
        padding-top: 1rem;
    }
    .person-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .page-header .page-header-img.bottom {
        margin-bottom: -1rem;
        margin-top: 2rem;
    }
    .form-container {
        margin: 5rem 0 0
    }
    .form-control {
        height: 36px;
        font-size: 1rem
    }
    .form-label {
        font-size: 1rem
    }
    .success,
    .ds-section {
        padding: 0;
    }
    .ds-section .row .text-col-inner {
        padding: 2rem;
    }
    .ds-section .row .text-col-inner br {
        display: block;
    }
    .feature-list {
        padding: 3rem 1rem 0
    }
    .feature-list .feature-item {
        margin-bottom: 3rem;
    }
    .feature-item .fitem-img {
        margin-bottom: 1rem;
        width: 6rem;
    }
    .feature-item p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .ds-section .row:nth-child(even) .img-col {
        order: 1;
    }
    .ds-section .row:nth-child(even) .text-col {
        order: 2;
    }
    .home-video {
        max-width: 100% !important;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 991.98px) {
    .container {
        max-width: 680px;
    }
    h1,
    .banner h1 {
        font-size: 2.5rem;
        line-height: 3rem
    }
    h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }
    h3 {
        font-size: 2rem
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        letter-spacing: 0;
    }
    p,
    li,
    h6,
    ::marker {
        font-size: 1rem;
        line-height: 1.875rem;
    }
    p br {
        display: none;
    }
    .testimonial .blockquote-footer {
        font-size: 1rem;
        line-height: 1.875rem
    }
    .navbar.navbar-expand-lg {
        padding: 2rem 1rem 0 2rem;
    }
    .banner {
        height: calc(50%);
        background-position: top left;
        padding: 12rem 2rem 9rem !important
    }
    .banner h1 {
        margin-bottom: 1.5rem
    }
    .banner h1 span {
        font-size: 3.825rem;
        line-height: 4rem;
    }
    .banner p {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem
    }
    .banner p br {
        display: block;
    }
    .btns {
        height: 40px;
        font-size: 1rem;
        padding: 8px 15px
    }
    .banner .btns-ghost {
        margin-right: 10px
    }
    .section {
        padding: 4.5rem 0 0;
        background-position: center 2.25rem;
        background-size: 40px 18px;
    }
    .section .sec-header {
        margin: -20px 0 0;
    }
    .item-img {
        height: 90px;
    }
    .item-title {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-top: 10px
    }
    .slider-wrap {
        padding-top: 3rem;
    }
    .arrow-next,
    .arrow-prev {
        height: 36px;
        top: 60%
    }
    .slick-arrow img {
        height: 36px
    }
    .keypoint-list {
        margin-top: 5rem;
    }
    .keypoint {
        padding: 2.5rem 1.25rem 1rem;
        margin: 0 0 2.5rem;
    }
    .keypoint .counter {
        font-size: 3rem;
        top: -35px;
    }
    .keypoint h4 {
        font-size: 1.5rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }
    .footer {
        padding-top: 3rem;
    }
    .footer-top {
        padding: 0 1rem;
    }
    .footer-top .address-col {
        margin-bottom: 2rem;
    }
    .footer ul {
        margin-bottom: 1rem;
    }
    .footer-btm {
        margin-top: 1rem;
        padding: 1rem 0;
        text-align: center
    }
    .footer-btm ul {
        justify-content: center;
        margin: 0;
    }
    .page-header {
        padding-top: 1rem;
        text-align: center;
    }
    .page-header .page-header-bg {
        padding: 1rem
    }
    .page-header .page-header-img {
        margin-top: 3rem
    }
    .results {
        display: none
    }
    .person-img img {
        max-width: 70% !important;
    }
    .person-name {
        font-size: 1.5rem;
        padding-top: 1rem;
    }
    .person-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .page-header .page-header-img.bottom {
        margin-bottom: -1rem;
        margin-top: 2rem;
    }
    .form-container {
        margin: 5rem 0 0
    }
    .form-control {
        height: 36px;
        font-size: 1rem
    }
    .form-label {
        font-size: 1rem
    }
    .success,
    .ds-section {
        padding: 0;
    }
    .ds-section .row .text-col-inner {
        padding: 2rem;
    }
    .ds-section .row .text-col-inner br {
        display: block;
    }
    .feature-list {
        padding: 3rem 1rem 0
    }
    .feature-list .feature-item {
        margin-bottom: 3rem;
    }
    .feature-item .fitem-img {
        margin-bottom: 1rem;
        width: 6rem;
    }
    .feature-item p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 920px;
    }
    .form-container {
        margin: 5rem 0 0
    }
    .form-control {
        height: 36px;
        font-size: 1rem
    }
    .form-label {
        font-size: 1rem
    }
    .results {
        display: block;
    }
    .results .value {
        font-size: 2.5rem;
    }
    .results .title {
        font-size: 1.5rem;
    }
    .results ul li {
        margin: 0 2rem
    }
    .results ul li:first-child:after {
        height: 190px
    }
    .results ul li:nth-child(2):after {
        height: 140px
    }
    .results ul li:nth-child(3):after {
        height: 200px
    }
    .results ul li:last-child:after {
        height: 160px
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {
    h1,
    .banner h1 {
        font-size: 2.5rem;
        line-height: 3rem
    }
    h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 1rem;
    }
    h3 {
        font-size: 2rem
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        letter-spacing: 0;
    }
    p,
    li,
    h6,
    ::marker {
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .testimonial .blockquote-footer {
        font-size: 1rem;
        line-height: 1.875rem
    }
    .header .navbar {
        padding: 2rem;
    }
    .header .navbar .nav-link {
        font-size: 1rem;
        padding: 5px 10px;
    }
    .header .navbar .nav-item:last-child .nav-link {
        font-size: 1rem;
        padding: 5px 15px;
        height: 36px;
    }
    .banner {
        height: calc(50%);
        background-position: bottom left;
        padding: 12rem 2rem 9rem !important
    }
    .banner h1 {
        margin-bottom: 1.5rem
    }
    .banner h1 span {
        font-size: 3.825rem;
        line-height: 4rem;
    }
    .banner p {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem
    }
    .banner p br {
        display: block;
    }
    .btns {
        height: 40px;
        font-size: 1rem;
        padding: 8px 15px
    }
    .banner .btns-ghost {
        margin-right: 10px
    }
    .section {
        padding: 4.5rem 0 0;
        background-position: center 2.25rem;
        background-size: 40px 18px;
    }
    .section .sec-header {
        margin: -20px 0 0;
    }
    .item-img {
        height: 90px;
    }
    .item-title {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-top: 10px
    }
    .slider-wrap {
        padding-top: 3rem;
    }
    .arrow-next,
    .arrow-prev {
        height: 36px;
        top: 60%
    }
    .slick-arrow img {
        height: 36px
    }
    .keypoint-list {
        margin-top: 5rem;
    }
    .keypoint {
        padding: 2.5rem 1.25rem 1rem;
        margin: 0 0 2.5rem;
    }
    .keypoint .counter {
        font-size: 3rem;
        top: -35px;
    }
    .keypoint h4 {
        font-size: 1.25rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }
    .footer {
        padding-top: 3rem;
    }
    .footer-top {
        padding: 0 1rem;
    }
    .footer-top .address-col {
        margin-bottom: 2rem;
    }
    .footer ul {
        margin-bottom: 1rem;
    }
    .footer-btm {
        margin-top: 1rem;
        padding: 1rem 0;
        text-align: center
    }
    .footer-btm ul {
        justify-content: center;
        margin: 0;
    }
    .page-header {
        padding-top: 3rem;
        text-align: center;
    }
    .page-header .page-header-bg {
        padding: 4rem 2rem 2rem
    }
    .page-header .page-header-img {
        margin-top: -3rem
    }
    .person-img img {
        max-width: 70% !important;
    }
    .person-name {
        font-size: 1.5rem;
        padding-top: 1rem;
    }
    .person-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .page-header .page-header-img.bottom {
        margin-bottom: -2rem;
        margin-top: -4rem;
    }
    .form-container {
        margin: 5rem 5rem 0
    }
    .form-control {
        height: 36px;
        font-size: 1rem
    }
    .form-label {
        font-size: 1rem
    }
    .success,
    .ds-section {
        padding: 0;
    }
    .ds-section .row .text-col-inner {
        padding: 2rem;
    }
    .ds-section .row .text-col-inner br {
        display: block;
    }
    .feature-list {
        padding: 3rem 1rem 0
    }
    .feature-list .feature-item {
        margin-bottom: 3rem;
    }
    .feature-item .fitem-img {
        margin-bottom: 1rem;
        width: 6rem;
    }
    .feature-item p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .contact-info h5 {
        font-size: 1.25rem;
    }
    .results .value {
        font-size: 2.5rem;
    }
    .results .title {
        font-size: 1.5rem;
    }
    .results ul li {
        margin: 0 4rem
    }
    .results ul li:first-child:after {
        height: 240px
    }
    .results ul li:nth-child(2):after {
        height: 190px
    }
    .results ul li:nth-child(3):after {
        height: 270px
    }
    .results ul li:last-child:after {
        height: 190px
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) and (max-width: 1440px) {
    .container {
        max-width: 976px;
    }
    h1,
    .banner h1 {
        font-size: 2.725rem;
        line-height: 3.225rem
    }
    h2 {
        font-size: 2.5rem;
        line-height: 2.725rem;
        margin-bottom: 1.25rem;
    }
    h3 {
        font-size: 2.25rem
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        letter-spacing: 0;
    }
    p,
    li,
    h6,
    ::marker {
        font-size: 1rem;
        line-height: 1.725rem;
    }
    .testimonial .blockquote-footer {
        font-size: 1rem;
        line-height: 1.725rem
    }
    .header .navbar {
        padding: 2rem;
    }
    .header .navbar .nav-link {
        font-size: 1rem;
        padding: 5px 10px;
    }
    .header .navbar .nav-item:last-child .nav-link {
        font-size: 1rem;
        padding: 5px 15px;
        height: 36px;
    }
    .banner {
        height: calc(100vh);
        background-position: bottom right;
        padding: 16rem 7rem 12rem !important
    }
    .banner h1 {
        margin-bottom: 1.5rem
    }
    .banner h1 span {
        font-size: 4.5rem;
        line-height: 5rem;
    }
    .banner p {
        font-size: 1.125rem;
        line-height: 1.725rem;
        margin-bottom: 1.75rem;
    }
    .banner p br {
        display: block;
    }
    .btns {
        height: 40px;
        font-size: 1rem;
        padding: 8px 15px
    }
    .banner .btns-ghost {
        margin-right: 10px
    }
    .section {
        padding: 4.5rem 0 0;
        background-position: center 2.25rem;
        background-size: 40px 18px;
    }
    .section .sec-header {
        margin: -20px 0 0;
    }
    .item-img {
        height: 90px;
    }
    .item-title {
        font-size: 1rem;
        line-height: 1.5rem;
        padding-top: 10px
    }
    .slider-wrap {
        padding-top: 3rem;
    }
    .arrow-next,
    .arrow-prev {
        height: 36px;
        top: 60%
    }
    .slick-arrow img {
        height: 36px
    }
    .keypoint-list {
        margin-top: 5rem;
    }
    .keypoint {
        padding: 2.5rem 1.25rem 1rem;
        margin: 0 0 2.5rem;
    }
    .keypoint .counter {
        font-size: 3rem;
        top: -35px;
    }
    .keypoint h4 {
        font-size: 1.25rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }
    .footer {
        padding-top: 3rem;
    }
    .footer-top {
        padding: 0 1rem;
    }
    .footer-top .address-col {
        margin-bottom: 2rem;
    }
    .footer ul {
        margin-bottom: 1rem;
    }
    .footer-btm {
        margin-top: 1rem;
        padding: 1rem 0;
        text-align: center
    }
    .footer-btm ul {
        justify-content: center;
        margin: 0;
    }
    .page-header {
        padding-top: 3rem;
        text-align: center;
    }
    .page-header .page-header-bg {
        padding: 4rem 2rem 2rem
    }
    .page-header .page-header-img {
        margin-top: -3rem
    }
    .person-img img {
        max-width: 70% !important;
    }
    .person-name {
        font-size: 1.5rem;
        padding-top: 1rem;
    }
    .person-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .page-header .page-header-img.bottom {
        margin-bottom: -2rem;
        margin-top: -4rem;
    }
    .form-container {
        margin: 3rem 7rem 0
    }
    .form-control {
        height: 36px;
        font-size: 1rem
    }
    .form-label {
        font-size: 1rem
    }
    .feature-list {
        padding: 0rem 1rem 0
    }
    .feature-item p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .contact-info h5 {
        font-size: 1.25rem;
    }
    .results .value {
        font-size: 2.5rem;
    }
    .results .title {
        font-size: 1.5rem;
    }
    .results ul li {
        margin: 0 5rem
    }
    .results ul li:first-child:after {
        height: 270px
    }
    .results ul li:nth-child(2):after {
        height: 220px
    }
    .results ul li:nth-child(3):after {
        height: 320px
    }
    .results ul li:last-child:after {
        height: 220px
    }
}

@media (max-width: 1440px) {}

@media (min-width: 1441px) and (max-width: 1600px) {
    h1,
    .banner h1 {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    h2 {
        font-size: 2.75rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
    }
    h3 {
        font-size: 2.5rem
    }
    h1,
    h2,
    h3,
    h4,
    h5 {
        letter-spacing: 0;
    }
    p,
    li,
    h6,
    ::marker {
        font-size: 1.125rem;
        line-height: 2rem;
    }
    .banner {
        height: calc(100vh)
    }
    .banner h1 {
        margin-bottom: 1.5rem
    }
    .banner h1 span {
        font-size: 5.25rem;
        line-height: 5.725rem;
    }
    .banner p {
        margin-bottom: 1.5rem;
    }
    .section {
        padding: 7.5rem 0 0;
        background-position: center 5.25rem;
        background-size: 40px 18px;
    }
    .item-img {
        height: 130px;
    }
    .item-title {
        font-size: 1.25rem;
        line-height: 1.5rem;
        padding-top: 30px
    }
    .slider-wrap {
        padding-top: 5rem;
    }
    .arrow-next,
    .arrow-prev {
        height: 48px;
        top: 50%
    }
    .slick-arrow img {
        height: 48px
    }
    .keypoint-list {
        margin-top: 7rem;
    }
    .keypoint {
        padding: 3rem 2.25rem 2rem;
        margin: 0 0 3.5rem;
    }
    .keypoint .counter {
        font-size: 4rem;
        top: -50px;
    }
    .keypoint h4 {
        font-size: 1.5rem;
        line-height: 2.75rem;
        margin-bottom: 1rem;
    }
    .footer {
        padding-top: 3rem;
    }
    .footer-top {
        padding: 0 1rem;
    }
    .footer-top .address-col {
        margin-bottom: 2rem;
    }
    .footer ul {
        margin-bottom: 1rem;
    }
    .footer-btm {
        margin-top: 1rem;
        padding: 1rem 0;
        text-align: center
    }
    .footer-btm ul {
        justify-content: center;
        margin: 0;
    }
    .page-header {
        padding-top: 3rem;
        text-align: center;
    }
    .page-header .page-header-bg {
        padding: 4rem 2rem 2rem
    }
    .page-header .page-header-img {
        margin-top: -3rem
    }
    .person-img img {
        max-width: 70% !important;
    }
    .person-name {
        font-size: 1.5rem;
        padding-top: 1rem;
    }
    .person-title {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .page-header .page-header-img.bottom {
        margin-bottom: -2rem;
        margin-top: -4rem;
    }
    .form-container {
        margin: 3rem 7rem 0
    }
    .form-control {
        height: 36px;
        font-size: 1rem
    }
    .form-label {
        font-size: 1rem
    }
    .results .value {
        font-size: 2.5rem;
    }
    .results .title {
        font-size: 2rem;
    }
    .results ul li:first-child:after {
        height: 320px
    }
    .results ul li:nth-child(2):after {
        height: 270px
    }
    .results ul li:nth-child(3):after {
        height: 370px
    }
    .results ul li:last-child:after {
        height: 270px
    }
}

@media (min-width: 1601px) and (max-width: 1859px) {
    .form-container {
        margin: 3rem 7rem 0
    }
    .contact-info p {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .event {
        padding: 10px;
    }
    .event.center {
        width: 100%;
        left: auto;
        margin-left: 0
    }
    .event.left::before {
        display: none;
    }
    .event.right::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar-brand {
        z-index: 1
    }
    .navbar-brand img {
        height: 40px
    }
    .navbar-collapse {
        background-color: rgba(255, 255, 255, .95);
        height: 100vh;
        position: fixed;
        width: 100%;
        padding: 6rem 2rem;
        top: 0;
        left: 0;
        text-align: left
    }
    .header .navbar .nav-link {
        padding: 10px 0;
        font-size: 1.125rem;
    }
    .header .navbar .nav-item:last-child .nav-link {
        height: 40px;
        font-size: 1.125rem;
        padding: 7px 20px;
    }
    .contact-info h5 {
        font-size: 1.25rem;
    }
}

@media (min-width: 1860px) {
    .container {
        max-width: 1600px;
    }
    .container-fluid {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media (min-width: 1601px) {
    .contact-info .container {
        max-width: calc(100vw - 200px);
    }
    .contact-info .col-xxl {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .contact-info .custom-5r {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}