@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Nunito';
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: Nunito;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.button {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    background-color: #F68C09;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    font-size: 0.9em;
    line-height: 20px;
}

.holder {
    display: block;
    height: 200px;
}

.orange-text {
    color: #F68C09;
}

#coverage1,
#coverage4 {
    display: block;
    background-color: #26559F;
}

#coverage1.home-page {
    background-image: url(../images/header-top-img.svg);
    background-repeat: no-repeat;
    background-position: 85% 60%;
    background-size: 400px;
}

#heading-overlay {
    height: 300px;
    background-color: #26559F;
}

#heading-overlay>#container {
    display: flex;
    align-items: center;
    height: 300px;
}

#heading-overlay>#container h1 {
    font-weight: 900;
    font-size: 2em;
    line-height: 69px;
    /* identical to box height */

    letter-spacing: 0.07em;
    text-transform: uppercase;

    color: #FFFFFF;
}

#container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}

#container>header {
    display: flex;
    align-items: center;
    height: 123px;
}

#container>header>a {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    display: inline;
}

ul.header-nav-links {
    list-style-type: none;
    flex-grow: 1;
    text-align: right;
}

ul.header-nav-links>li {
    height: 123px;
    display: inline-block;
}

ul.header-nav-links>li>a {
    color: #fff;
    font-weight: 700px;
    font-size: 0.9em;
    display: flex;
    height: 123px;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    text-decoration: none;
}

ul.header-nav-links>li.active {
    background-color: #F68C09;
}

.coverage1-text {
    width: 65%;
    color: #fff;
    padding-left: 10px;
    transition: all 1s ease-in-out;
}

.coverage1-text h2 {
    padding-left: 20px;
    font-weight: 700;
}

.coverage1-text h2>.element {
    font-weight: 500;
    font-size: 0.9em;
    line-height: 30px;
}

.coverage1-text a.button {
    margin-left: 20px;
}

.coverage1-text.active {
    opacity: 1;
}

.coverage1-text h1 {
    color: #F68C09;
    font-weight: 400;
    font-size: 2.1em;
    line-height: 40px;
}

.coverage1-text h2 {
    font-size: 40px;
    line-height: 1em;
    line-height: 126%;
    text-transform: uppercase;
}

.coverage1-text h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 25.4054px;
    line-height: 29px;
}

.coverage1-text h2 .three-arrows {
    color: #F68C09;
}

.coverage1-text .button {
    margin: 10px 0px;
    padding: 15px 20px;
}

#coverage2 h1 {
    color: #26559F;
    text-align: center;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 52px;
    width: 80%;
    margin: 50px auto 20px auto;
}

#coverage2 {
    text-align: center;
    padding-bottom: 70px;
}

#coverage2 .button {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 14px 25px;
    text-transform: uppercase;
}

#coverage3 {
    background-color: #F9F9F9;
    padding: 20px 0px;
}

#coverage3>#container>h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 69px;
    letter-spacing: 0.07em;
    color: #26559F;
}

#coverage3>#container>h1 b {
    font-weight: 900;
}

#coverage4 {
    background-color: #26559F;
    padding: 20px 0px;
}

#coverage4>#container>h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 69px;
    letter-spacing: 0.07em;
    color: #fff;
}

#coverage4>#container>h1 b {
    font-weight: 700;
}

.content-boxes {
    margin: 20px 0px;
    display: flex;
    color: #fff;
}

.content-box {
    box-sizing: border-box;
    padding: 0px 20px;
    width: 33.33%;
    transition: all 0.1s linear;
}


.content-box:last-child.active,
.content-box:first-child.active {
    margin-left: 0px;
}


.content-box.active {
    margin-top: 0px;
}

.content-box:first-child {
    padding-left: 0;
}

.content-box:last-child {
    padding-right: 0;
}

.content-box>.style-bar {
    background-color: #F68C09;
    height: 10px;
    width: 40%;
    display: block;
}

.content-box .content-box-inner {
    text-align: center;
    background-color: #2F68C0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.content-box .content-box-inner img {
    display: inline-block;
    max-width: 100px;
    height: auto;
    margin: 40px auto;
}

.content-box .text-wrapper {
    width: 70%;
    margin: 10px auto;
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding-bottom: 50px;

}

.content-box .text-wrapper .text-wrapper-inner-right {
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-box .text-wrapper .text-wrapper-inner-right.our-solutions-page {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-box .text-wrapper .text-wrapper-inner-right.our-solutions-page h1 {
    margin-bottom: 20px;
}

.content-box .text-wrapper .text-wrapper-inner-right.our-solutions-page p {
    margin-bottom: 100px;
}

.content-box .text-wrapper img {
    margin: 0;
}

.content-box .text-wrapper h1 {
    font-size: 20px;
    font-family: 'Nunito';
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
}

.content-box .text-wrapper p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    padding-top: 20px;
    width: 100%;
}

.standard-layout {
    display: flex;
    padding: 30px 0;
}

.standard-layout-image {
    flex: 4 1 0;
    box-sizing: border-box;
    padding: 30px 20px;
}

.standard-layout>div:first-child {
    padding-left: 0;
}

.standard-layout>div:last-child {
    padding-right: 0;
}

.standard-layout-image .image {
    height: 461px;
    background: #FFFFFF;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.1s linear;
}

.standard-layout-image .image img {
    max-width: 200px;
    height: auto;
}

.standard-layout-image .image.active {
    margin-top: 0px;
}

.standard-layout-description {
    display: flex;
    height: 521px;
    flex: 6 1 0;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 20px;
}

.standard-layout-description section h1 {
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    font-family: Nunito;
    color: #26559F;
}

.standard-layout-description section h1 b .orange-text {
    font-weight: 700;
    font-family: Nunito;
}

.standard-layout-description section p {
    font-family: 'Nunito';
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    padding-top: 20px;
    width: 70%;
    color: #000000;
}

.perspective-boxes {
    width: 80%;
    min-width: 800px;
    margin: 30px auto;
    margin-top: 70px;
    display: flex;
}

.perspective-boxes .perspective-box {
    padding: 10px 0;
    box-sizing: border-box;
    height: 450px;
    text-align: center;
    opacity: 0;
    flex: 3 1 0;
    transition: all 0.1s ease-in-out;
}

.perspective-boxes .perspective-box.active {
    opacity: 1;
}

.perspective-boxes .perspective-box:first-child,
.perspective-boxes .perspective-box:last-child {
    padding: 10% 0;
    flex: 2 1 0;
}



.perspective-boxes .perspective-box .content {
    background-color: #F68C09;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.perspective-boxes .perspective-box .content .content-inner {
    width: 100%;
}

.perspective-boxes .perspective-box .content h1 {
    font-family: 'Nunito';
    font-weight: 1000;
    font-size: 60px;
    line-height: 69px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.07em;
    color: #26559F;
}



.perspective-boxes .perspective-box:nth-child(2) .content h1,
.perspective-boxes .perspective-box:nth-child(2) .content p {
    color: #fff;
}

.perspective-boxes .perspective-box .content p {
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    font-size: 18.9062px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;

    color: #000000;
}

.perspective-boxes .perspective-box:first-child .content,
.perspective-boxes .perspective-box:last-child .content {
    background: #fff;
    color: #000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.effect-box {
    width: 100px;
    height: 100px;
    position: absolute;
    background: #26559F;
    opacity: 0.2;
}

.footer-bg-1 {
    height: 250px;
}

.footer-bg-2 {
    height: 150px;
    background-color: #26559F;
}

.footer-bg-3 {
    background-color: #26559F;
}

.floater-bg {
    background-color: #F68C09;
    position: relative;
    width: 100%;
    height: 300px;
    top: 100px;
    z-index: 100;
}

.floater-bg .content {
    position: absolute;
    text-align: center;
    top: 50px;
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
}

.floater-bg .content section {
    width: 100%;
}

.floater-bg .content section h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 68px;
    /* identical to box height */

    letter-spacing: 0.07em;
    text-transform: uppercase;

    /* White */

    color: #FFFFFF;
}

.floater-bg .content section .button {
    background-color: #26559F;
    margin-top: 20px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 20px 30px;
    color: #FFFFFF;
}

.client-holder-floater {
    height: 150px;
    width: 80%;
    z-index: 1000;
    left: 10%;
    position: absolute;
    top: 25px;
    background-image: url('../images/partner.png');
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
}

.relative-elem {
    position: relative;
}

.footer-info {
    padding: 30px 0px;
    color: #fff;
    display: flex;
}

.footer-info h1 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 1em;
    line-height: 38px;
    /* identical to box height */

    letter-spacing: 0.07em;
    text-transform: uppercase;

    /* White */

    color: #FFFFFF;
}

.footer-info section {
    flex: 1 1 0;
}

.footer-info section:first-child {
    flex: 2 1 0;
}

.sm-icons {
    margin: 10px 0px;
    display: flex;
}

.sm-icons li {
    margin: 0px 5px;
}

.sm-icons li:first-child {
    margin-left: 0px;
}

.footer-info section:first-child p {
    max-width: 400px;
    margin-top: 20px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 26px;
}

.footer-info section:nth-child(2) li,
.footer-info section:last-child li {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #FFFFFF;
}

.end-panel-content {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
}

.slides {
    width: 80%;
    margin: 0px auto;
    margin-bottom: 0px;
    height: 300px;
    overflow-y: hidden;
    overflow: hidden;
    position: relative;
}

.slides-all {
    display: flex;
    position: absolute;
    transition: all 0.5s linear;
}

.slide {
    display: block;
    flex: 1 1 0;
    z-index: 100000;
    display: flex;
}

.about-us .slide {
    background-color: none;
}

.slide>div {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-family: 'Nunito';
    font-style: normal;
}

.slide>.image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide>.image>img {
    width: 200px;
    height: auto;
}

.slide>.image2>img {
    width: auto;
    height: 100%;
}

.slide>.image2 {
    display: flex;
    justify-content: center;
    align-items: center;

}

.slide>div.text-wrapper {
    box-sizing: border-box;
    padding: 50px 0px;
    margin: 50px 0px;
    display: flex;
    flex: 2 1 0;
    box-sizing: border-box;
}

.slide>div.text-wrapper>div>h1 {
    text-align: left;
    font-family: 'Nunito';
    font-weight: 700;
    text-transform: uppercase;
    color: #F68C09;
    font-size: 27px;
}

.slide>div.text-wrapper>div>p {
    margin-top: 20px;
    text-align: left;
    width: 80%;
    line-height: 25px;
}

.slide>div.text-wrapper>div:first-child {
    align-items: flex-start;
    flex: 1 1 0;
    display: none;
}

.slider-control {
    height: 70px;
    display: block;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.slider-control .control-btn {
    width: 20px;
    height: 20px;
    margin: 30px 5px;
    margin-bottom: 0px;
    transition: all 0.1s linear;
    background-color: #2F68C0;
}

.slider-control .control-btn:hover,
.slider-control .control-btn.active {
    margin: 25px 5px;
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
    background-color: #F68C09;
}



.img-boxes {
    display: flex;
    margin: 20px 0px;
}

.img-boxes .img-box {
    flex: 1 1 0;
    margin: 0px 10px;
    height: 300px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    transition: all 0.1s linear;
}

.img-boxes .img-box:hover {
    background-color: #26559F;
}

.img-boxes .img-box .image {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-boxes .img-box .image img.other {
    max-width: 100px;
    height: auto;
}

.img-boxes .img-box h1 {
    color: #26559F;
    font-size: 25px;
}

.img-boxes .img-box:hover h1 {
    color: #fff;
}

.img-boxes .img-box:hover .inactive {
    display: none;
}

.img-boxes .img-box .inactive {
    display: inline;
}

.img-boxes .img-box:hover .active {
    display: inline;
}

.img-boxes .img-box .active {
    display: none;
}


.img-boxes .img-box h1 .orange-text,
.img-boxes .img-box h1 {
    font-family: Nunito;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}

h1,
p {
    padding-left: 20px;
}

.header-nav-links-out {
    display: none;
    align-items: center;
    flex-direction: column;
}

.header-nav-links-out li {
    flex: 1 1 0;
    padding: 20px 0px;
}

.header-nav-links-out li a {
    display: block;
    height: 100%;
    color: #F68C09;
    font-weight: 700;
    transition: all 0.1s linear;
    text-decoration: none;
}

.hamburger-menu {
    margin: 2rem;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    height: 2.5rem;
    width: 2.5rem;
    display: none;
    cursor: pointer;
}

.bar-top,
.bar-middle,
.bar-bottom {
    height: 5px;
    background: white;
    border-radius: 5px;
    margin: 3px 0;
    transform-origin: left;
    transition: all 0.5s;
}


.btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active {
    color: #f68c09;
    background-color: #f68c09;
    border-color: #f68c09;
}



@media screen and (max-width: 1000px) {

    .hamburger-menu {
        display: block;
    }

    #container>header>a.hide {
        display: none;
    }

    ul.header-nav-links li {
        display: none;
    }

    .slide>.image {
        display: none;
    }

    .slide>.image>img {
        display: none;
    }

    .slide>div.text-wrapper {
        margin: 0;
        padding: 0;
    }

    .content-boxes {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 5px auto;
    }

    .content-box {
        margin: 0px auto;
        width: 90%;
        justify-content: center;
        align-items: center;
        padding: 0;

    }

    #coverage1.home-page {
        background-image: none;
    }

    .standard-layout-image {
        display: none;
    }

    .standard-layout-description {
        height: auto;
    }

    .perspective-boxes {
        width: 100%;
        display: block;
        min-width: 100%;
        box-sizing: border-box;
    }

    .perspective-boxes .perspective-box,
    .perspective-boxes .perspective-box:first-child,
    .perspective-boxes .perspective-box:last-child {
        flex: 1 1 0;
    }

    .perspective-boxes .perspective-box .content {
        margin-top: 0;
        box-sizing: border-box;
        padding: 40px 0;
    }

    .img-boxes {
        display: block;
    }

    .img-boxes .img-box {
        margin: 20px auto;
        height: auto;
    }

    .img-boxes .img-box .image {
        height: 200px;
    }

    .img-boxes .img-box h1 {
        font-size: 20px;
    }

    .footer-info {
        display: block;
        text-align: center;
    }

    .footer-info section {
        padding: 30px 0;
    }

    .footer-info section p {
        display: block;
        margin: 10px auto;
    }

    .effect-box {
        display: none;
    }

    .standard-layout>div:first-child,
    .standard-layout>div:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}

