html {
    scroll-behavior: smooth;
}

/* fonts */
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Thin.eot');
    src: url('../font/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Thin.woff2') format('woff2'),
        url('../font/Roboto-Thin.woff') format('woff'),
        url('../font/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Black.eot');
    src: url('../font/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Black.woff2') format('woff2'),
        url('../font/Roboto-Black.woff') format('woff'),
        url('../font/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.eot');
    src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff'),
        url('../font/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.eot');
    src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff'),
        url('../font/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.eot');
    src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff'),
        url('../font/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Light.eot');
    src: url('../font/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Light.woff2') format('woff2'),
        url('../font/Roboto-Light.woff') format('woff'),
        url('../font/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html{
    overflow-x: auto;
}
body{
    font-family: 'Roboto', Sans-serif;
   
}
h1{
    font-size:60px;
    font-weight:700;
    line-height:1em;
    letter-spacing:-2px;
}
h2{
    font-size:40px;
    font-weight:700;
    line-height:1.2em;
}

h5{
    font-size:20px;
    font-weight:300;
    line-height:1.5rem;
}
h6{
    font-size:14px;
    color: #54595f;
    font-weight:600;
    line-height:1.6px;
    margin-bottom: 20px;
}
a:focus, a:hover{
    outline:none;
    box-shadow:none;
}
.btn:focus, .btn:hover{
    outline:none;
    box-shadow:none;
}

.container{
    max-width: 1280px;
    padding: 0px;
}
header {
    position: absolute;
    width: 100%;
}
nav {
    margin-top: 0%;
    margin-bottom: -8%;
    padding: 5px 45px 5px 45px;
    z-index: 9;
}
.navbar-nav {
    padding: 6px 0px;
}
.navbar li {
    margin-right: 21px;
}
.navbar li a{
    color: #002855;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-weight:500;
    line-height:24px;
    font-size:17px;
}
.navbar li.active a, .navbar li a:hover, .navbar li a:focus{
    color: #ff8743;
}
.nav-btns{
    padding:5px 0px 5px 5px;
}

/* text color */
.text-white{
    color:#fff;
}

/* buttons */
.btn{
    border-radius: 50px 50px 50px 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.btn-full-width{
    width:100%;
}
.blue-btn {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #002855;
    background-color: #02010100;
    padding: 10px 43px 10px 43px;
    color: #002855;
    font-weight:600;
    line-height:24px;
    font-size:16px;
}
.blue-btn:hover{
    color: #ffba00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ffba00;
}
.orange-btn{
    background-color: color(srgb 1 0.73 0.0014);
    padding: 12px 43px 12px 43px;
    border:0px;
    color: #fff;
}
.orange-btn:hover{
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(135deg, #002855 0%, #1253a4 100%);
}
.white-btn{
    
    border-color: #ffffff;
    color:#fff;
    background-color: #02010100;
    padding: 10px 20px 10px 20px;
    font-weight:600;
}
.white-btn:hover{
    color: #ffba00;
    border-color: #ffba00;
}


/* Banner section */
.section-banner{
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 3em 0em 0em 0em;
    background-color: #edf1fc;
    position: relative;
}
.banner-bg-overlay{
    background-image:url("../img/bg-overlay.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-color:#fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.section-banner .container{
    position:relative;
    z-index:3;
}
.section-banner .col-lg-6 {
    display: flex;
    align-items: center;
}
.banner-left {
    padding: 4em 0em 4em 3em;
}
.banner-right {
    padding-left: 3rem;
}
.section-banner p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    margin: 1.5rem 0rem;
}
.section-banner span {
    font-size: 13px;
    font-weight: 300;
    color: #7A7A7A;
    margin: 20px 0px;
    display: block;
}
.banner-float-one{
    text-align: left;
    width: auto;
    max-width: auto;
    top: 247px;
    position: absolute;
    right: 18rem;
}
.banner-float-inner {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    position: relative;
}
.banner-float-one img{
    width: 50%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.banner-float-two{
    text-align: right;
    width: auto;
    max-width: auto;
    top: 367px;
    position:absolute;
    right: 0;
}
.banner-float-two img{
    width: 70%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.banner-float-three{
    text-align: center;
    width: auto;
    max-width: auto;
    bottom: 1.2rem;
    position: absolute;
}
.banner-float-three img{
    width: 70%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.section-blue-row {
    background-color: transparent;
    background-image: linear-gradient(135deg, #002855 0%, #1253a4 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 2em 2.7em 2em 2.7em;
}
.card{
    background-color:transparent;
    border:0px;
}
.card-body {
    padding: 1rem 1rem 0rem 1rem;
}
.card-text {
    font-size: 14px;
    margin-top: 1rem;
}
.rounded-icon-white-bg {
    display: block;
    background-color: #fff;
    border-radius: 50%;
    padding: 12px 12px;
    height: 57px;
    width: 57px;
}

/* Counter section */
.section-w-counter {
    padding: 5em 0em 8em 0em;
    background-color: #ffffff;
    position: relative;
    z-index:2;
}
.counter-bg-overlay{
    background-image:url("../img/bg_map.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position:absolute;
    height:100%;
    width:100%;
    top: 0px;
    z-index:-1;
}
.section-counter-header p {
    margin: 20px auto 0px;
    font-size: 19px;
    max-width: 1000px;
    line-height: 30px;
}
.box{
    height: 1000px;
    background-color: red;
}
#counter-section-container {
  width: 100%;
  text-align: center;
}

#counter-box {
  width: 300px;
  min-width: 200px;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  text-align: center;
}
.title{
    color: inherit;
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2rem;
    display: inline-flex;
}
.level {
    justify-content: center;
}
.counter-box-left span img {
    height: 63px;
    filter: invert(66%) sepia(27%) saturate(2315%) hue-rotate(334deg) brightness(107%) contrast(101%);
}
.counter-box-left {
    margin-right: 15px;
    display: flex;
    align-items: end;
}
.counter-box-right span {
    font-size: 36px;
    color: #ff8743;
    font-weight: 700;
    margin-left: 3px;
}
.counter-box-right .counter-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.counter-label {
    margin: 0px;
}
.counter {
  font-size: 36px;
  font-weight:700;
  line-height:1.2em;

}


/* About us section */
.section-aboutus {
    background-color: #edf1fc;
    padding: 5em 0em 5em 0em;
}
.aboutus-right {
    padding: 2em 2em 2em 2em;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: start;
}

/* Solutions section */
.section-solutions {
    padding: 8em 0em 8em 0em;
}
.solutions-header {
    text-align: center;
    margin-bottom: 4rem;
}
.solutions-box {
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #f5f5f5;
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position:relative;
    margin-bottom:25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 2;
}
.solutions-box:hover{
    transform: translateY(-8px);
    color:#fff;
}
.solutions-box.active:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: 101% 101%;
    background-color: transparent;
    background-image: linear-gradient(135deg, #002855 0%, #1253a4 100%);
    z-index: -1;
}
.solutions-box.active {
    color: #fff;
}
.solutions-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: -101%;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background-size: 101% 101%;
    background-color: transparent;
    background-image: linear-gradient(135deg, #002855 0%, #1253a4 100%);
    z-index: -1;
}
.solutions-box:hover:before{
    left: 0;
}
.solutions-icon {
    margin-bottom: 25px;
}
.sm-icons {
    display: block;
    width: 45px;
    height: auto;

}
.solutions-box p {
    font-size: 14px;
}
.orange-icon{
    filter: invert(66%) sepia(27%) saturate(2315%) hue-rotate(334deg) brightness(107%) contrast(101%);
}
.xs-icon {
    width: 12px;
    display: inline-flex;
    margin-bottom: 0px;
}
.btn-learn-more {
    color: #ff8743;
    font-size: 14px;
    background-color: #FF874300;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px 0px 0px 0px;
    border-color: #ff8743;
    padding: 0px 0px 10px 0px;
    margin: 1em 0em 0em 0em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.solutions-box:hover .btn-learn-more {
    color: #fff;
    border-color: #fff;
}
.btn.btn-learn-more:hover {
    transform: translateY(-8px);
}
.solutions-box:hover .btn-learn-more img{
    filter: invert(1);
}

/* full image section */
.section-full-image-bg{
    background-color: #002855;
    position:relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 13em 0em 4em 0em;
}
.full-image-bg-overlay{
    background-image:url("../img/full-img-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position:absolute;
    height:100%;
    width:100%;
    top: 0px;
}
.section-full-image-bg .container{
    position:relative;
    max-width: 840px;
}
.full-image-bg {
    padding: 0em 3em 3em 3em;
}
.full-image-bg .btn{
    width:40%;
}

/* Testimonial section */
.section-testimonial {
    background-color: #edf1fc;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 5em 0em 5em 0em;
}
.testimonial-right {
    padding: 3em 3em 3em 3em;
}
.testimonial-carousel {
    width: calc( 100% - 40px );
    margin: auto;
    padding-top:1rem;
    cursor: grab;
}
.testimonial-bubble {
    padding: 2em 2em 2em 2em;
    border-radius: 30px 30px 30px 30px;
    background-color: #fff;
}
.testimonial-bubble:after {
    content: "";
    display: none;
    width: 14px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    -webkit-transform: scaleX(.75) rotate(45deg);
    -ms-transform: scaleX(.75) rotate(45deg);
    transform: scaleX(.75) rotate(45deg);
    border-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    top: calc(100% - 132px);
    right: auto;
    margin-left: 20px;
}
.round-image{
    border-radius: 50%;
    overflow: hidden;
    width: 65px;
    height: auto;
}
.testimonial-image{
    padding: 30px 30px;
}
.testimonial-image-left {
    padding-right: 20px;
}
.testimonial-image-right {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.testimonial-image-right p {
    margin: 0px;
    font-weight: 600;
}
.testimonial-image-right span {
    color: #ff8743;
    font-size: 14px;
}
.testimonial-bubble p {
    font-size: 18px;
    margin: 0px;
    line-height: 1.9em;
}
.carousel-indicators {
    margin: 0px;
}
.carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: #000;
    opacity: .2;
    margin-right: 5px;
    margin-left: 5px;
}
.carousel-indicators .active {
    opacity: 1;
}

/* FAQ section */
.section-faq {
    margin-top: 2em;
    margin-bottom: 2em;
}
.faq-left {
    padding: 2em 2em 2em 2em;
}
.faq-right {
    padding: 2em 2em 2em 2em;
}
.accordion-button {
    color: #191e24;
    background-color: #02010100;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #edf1fc;
    border-radius: 30px 30px 0px 0px;
    padding: 30px 30px 30px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5rem;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #002855;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-item:first-of-type .accordion-button {
    border-radius: 30px 30px 0px 0px;
}
.accordion-body {
    background-color: #edf1fc;
    border-radius: 0px 0px 30px 30px;
    font-size: 18px;
    line-height: 1.9rem;
    padding: 30px;
}
.accordion-item{
    border:0px;
    margin-bottom: 10px;
}
.accordion-button:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
    background-image:url("../img/icons/up-arrow.png");
    transform: rotate(360deg);
    filter: invert(1);
    transition: none;
}
.accordion-button::after {
    transition: none;
}
.section-faq p {
    font-size: 19px;
    line-height: 2rem;
    font-weight: 400;
    margin-top: 20px;
}

/* Filler section */
.section-filler {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 7em 5em 6em 5em;
    background-color: transparent;
    margin: 0px 30px;
    border-radius: 25px 25px 25px 25px;
}
.filler-header .btn {
    width: 26%;
}

/* Footer */

footer {
    padding: 0px;
}
footer a {
    font-size: 14px;
    text-decoration: none;
    color: #191e24;
    transition: color 0.3s;
}
footer a:hover{
    color:#ff8743;
}
.footer-top ul{
    list-style-type: none;
    padding: 0px;
    margin-top: 20px;
}
.footer-first-column .d-flex img {
    width: 45%;
}
.footer-first-column{
    padding:2em 2em 2em 2em;
}
.footer-mid {
    padding: 1em 0em 3em 0em;
}
.footer-mid-links {
    display: flex;
    padding: 0px;
}
.footer-mid-links li {
    margin-right: 15px;
    font-weight: 300;
    list-style-type: none;
}
.footer-mid-links li a{
    font-size:13px;
}
.footer-mid p{
    font-size:13px;    
    text-align: right;
    font-weight: 300;
}
.social-icons {
    display: flex;
    list-style-type: none;
    justify-content: center;
}
.social-icons li {
    margin: 0px 10px;
}
.social-icons li img {
    width: 15px;
    height: 15px;
    filter: invert(12%) sepia(70%) saturate(1854%) hue-rotate(192deg) brightness(97%) contrast(104%);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.social-icons li:hover img{
    filter: invert(74%) sepia(24%) saturate(6694%) hue-rotate(330deg) brightness(102%) contrast(101%);
    transform: translateY(-8px);
}
.footer-bottom p {
    font-size: 13px;
    font-weight: 300;
    line-height: 2.3rem;
}


/* page animations */
  
.reveal {
    position: relative;
    opacity: 0;
}
.reveal.active {
    opacity: 1;
}
.active.fade-top {
    animation: fade-top;
    animation-duration: 1.25s;
}
.active.fade-bottom {
    animation: fade-bottom;
    animation-duration: 1.25s;
}
.active.fade-left {
    animation: fade-left;
    animation-duration: 1.25s;
}
.active.fade-right {
    animation: fade-right;
    animation-duration: 1.25s;
}
@keyframes fade-top {
0% {
    transform: translate3d(0,-100%,0);
    opacity: 0;
}
100% {
    transform: none;
    opacity: 1;
}
}
@keyframes fade-bottom {
0% {
    transform: translate3d(0,100%,0);
    opacity: 0;
}
100% {
    transform: none;
    opacity: 1;
}
}
@keyframes fade-left {
0% {
    transform: translate3d(-100%,0,0);
    opacity: 0;
}
100% {
    transform: none;
    opacity: 1;
}
}

@keyframes fade-right {
0% {
    transform: translate3d(100%,0,0);
    opacity: 0;
}
100% {
    transform: none;
    opacity: 1;
}
}