/**
* Template Name: BizLand - v3.7.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

body {
    font-family: "Poppins", sans-serif;
    color: steelblue !important;
    background: #fff;
    overflow-x: hidden;
}

a {
    color: #106eea;
    text-decoration: none;
}

a:hover {
    /* color: #3b8af2; */
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #3bdb9f;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #106eea;
    border-top-color: #3bdb9f;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0076F6;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;
}

/* Whatsapp */
.btn_floating {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 9999;
    height: 50px;
    width: 50px;
    overflow: hidden;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    color: #fff;
    transition: .2s;
    background: #0076F6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_floating:hover {
    width: auto;
    padding: 0 10px ;
    cursor: pointer;
}
.btn_floating #text_wa {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    transition: .2s;
    line-height: 0px;
    display: none;
    font-weight: 600;
}
.btn_floating i {
    font-size: 25px;
}
.btn_floating:hover #text_wa {
    display: inline-block;
}
.btn_floating:hover i {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .btn_floating {
        width: 180px;
        padding: 0 10px ;
        cursor: pointer;
    }
    .btn_floating #text_wa {
        display: inline;
    }
}
/* End WA Live */

.back-to-top i {
    font-size: 35px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: steelblue;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    /* background-color: #119e77; */
    background-color: #2059C5;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
}
#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}
#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}
#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}
#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}
#topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}
#topbar .social-links a:hover {
    color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
}
#header.fixed-top {
    height: 70px;
}
#header .logo {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Poppins", sans-serif;
}

.text-logo {
    margin-left: 12px;
}

#header .logo a {
    color: #102e66;
}
#header .logo a span {
    color: #19418b;
}
#header .logo img {
    max-height: 60px;
}

.scrolled-offset {
    margin-top: 100px;
}

.text-bayes-blue {
    color: #2A6F97 !important;
}

.text-bayes-green {
    color: #1E8A4A !important;
}

.text-bayes-cyan {
    color: #89CFF0 !important;
}

.text-bayes-black {
    color: #181818 !important;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #102e66;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #106eea;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #106eea;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #106eea;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #106eea;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}
.navbar-mobile > ul > li {
    padding: 0;
}
.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #106eea;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
#  Section Home
--------------------------------------------------------------*/
#home {
    width: 100%;
    /* height: 100vh; */
    position: relative;
}
#home:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#home .container {
    position: relative;
}
#home h3 {
    margin: 0;
    font-weight: 700;
    line-height: 50px;
    color: #0076F6;
    font-family: "Poppins", sans-serif;
}
.button {
    color: #0a4dc9;
    border: 2px solid #0a4dc9;
    font-weight: 500;
    transition: all 500ms;
}

.button:hover {
    color: white !important;
    background: linear-gradient(to right, #0076F6, #0a4dc9);
}
.login-banner img {
    top: 110px;
    left: -27px;
    z-index: 1;
}

.login-form {
    background: linear-gradient(to right bottom, #2A6F97, #1E8A4A);
    border-radius: 20px;
    position: relative;
}
/* Show Password */
.password-login i {
    cursor: pointer;
    font-size: 18px;
}
#hide {
    display: none;
    right: 27px;
}

#show {
    right: 27px;
}
/*  */
.sign-in {
    color: white;
    font-weight: 500;
    background: #0076F6;
}
.sign-in:hover {
    color: #2A6F97;
    font-weight: 500;
    background: white;
}
#home h1 span {
    color: #106eea;
}
#home h2 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
}
#home .btn-get-started {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #106eea;
}
#home .btn-get-started:hover {
    background: #247cf0;
}
#home .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #222222;
    font-weight: 600;
    display: flex;
    align-items: center;
}
#home .btn-watch-video i {
    color: #106eea;
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}
#home .btn-watch-video:hover {
    color: #106eea;
}
#home .btn-watch-video:hover i {
    color: #3b8af2;
}
@media (min-width: 1024px) {
    #home {
        background-attachment: fixed;
    }
}
@media (max-width: 768px) {
    #home {
        height: 115vh;
    }
    #home h3 {
        font-size: 25px;
        line-height: 36px;
    }
    #home h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #home .btn-get-started,
    #home .btn-watch-video {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    #home {
        height: auto;
    }
}

@media (min-width: 1400px) {
    .login-banner img {
        top: 110px;
        left: 65px;
        z-index: 1;
    }
}

/* @media screen and (max-width: 500px) {
    #home h3 {
        margin-top: 15vh;
    }
}
@media screen and (max-width: 375px) {
    #home h3 {
        margin-top: 28vh;
    }
}
@media screen and (max-width: 320px) {
    #home h3 {
        margin-top: 75vh;
    }
} */
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 50px;
    color: #102e66 !important;
}
.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #106eea;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}
.section-title h1 {
    margin: 15px 0 0 0;
    font-size: 40px;
    font-weight: 700;
}
.section-title h3 span {
    color: #106eea;
}
.section-title p {
    margin: 15px auto 0 auto;
    font-weight: 600;
}
@media (min-width: 1024px) {
    .section-title p {
        width: 50%;
    }
}
@media (max-width: 425px) {
    section {
        overflow: visible;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #f1f6fe;
    min-height: 40px;
}
.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}
@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# Announce
--------------------------------------------------------------*/
.announce {
    height: auto;
    color: #102E66;
}

.title-announce {
    margin-bottom: 100px;
    font-size: 40px;
}
.announce .icon-box {
    padding: 70px 30px 20px 30px;
    position: relative;
    background: linear-gradient(to right, #0076F6, #0a4dc9);
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    z-index: 1;
}
.announce .icon-box2 {
    padding: 70px 30px 20px 30px;
    position: relative;
    background: linear-gradient(to left, #0076F6, #0a4dc9);
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    z-index: 1;
}
.announce .icon-box::before,
.announce .icon-box2::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.5s;
    z-index: -1;
}
.announce .icon-box:hover::before,
.announce .icon-box2:hover::before {
    /* background: #164958; */
    background: #003ba8;
    border-radius: 30px;
    top: 0;
}
.announce .title {
    font-weight: 600;
    padding: 15px 95px;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
    border-radius: 40px;
    color: white;
    background: #0547c2;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.announce .title2 {
    font-weight: 600;
    padding: 15px 160px;
    margin-bottom: 15px;
    font-size: 30px;
    text-align: center;
    border-radius: 40px;
    color: white;
    background: #0547c2;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.announce .description {
    line-height: 25px;
    margin-bottom: 0;
    color: #fff;
}
.announce .icon-box:hover .title,
.announce .icon-box:hover .description,
.announce .icon-box2:hover .title2,
.announce .icon-box2:hover .description {
    color: #fff;
}

.announce .icon-box:hover .description .dot {
    background: #fff;
}

/* icon-box */
.dot {
    background-color: #0038a1;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 45px;
    height: 30px;
    width: 30px;
}

/* icon-box2 */
.dots {
    height: 45px;
    width: 45px;
    background-color: #0076F6;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    color: #fff;
    font-weight: 450;
    font-size: 25px;
}

.desc {
    font-size: 15px;
    padding: 0px 70px;
}
.desc1 {
    font-size: 25px;
    font-weight: 600;
    padding-left: 70px;
}
.desc2 {
    font-size: 18px;
    padding-left: 65px;
}

@media screen and (max-width: 420px) {
    .title-announce {
        font-size: 35px;
    }
    .announce .title {
        padding: 10px 45px;
        font-size: 24px;
    }
    .announce .title2 {
        padding: 10px 65px;
        font-size: 24px;
    }
    .dots {
        height: 35px;
        width: 35px;
        font-size: 20px;
    }
    .desc1 {
        font-size: 20px;
    }
    .desc2 {
        font-size: 15px;
    }
}
@media screen and (min-width: 421px) and (max-width: 767px) {
    .announce .title {
        padding: 10px 70px;
    }
    .announce .title2 {
        padding: 10px 88px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .announce .title {
        padding: 10px 210px;
    }
    .announce .title2 {
        padding: 10px 230px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .announce .title {
        padding: 10px 65px;
    }
    .announce .title2 {
        padding: 10px 120px;
    }
}
/*--------------------------------------------------------------respon
# Regis
--------------------------------------------------------------*/
.regis .content h3 {
    font-weight: 600;
    font-size: 26px;
}
.regis .content ul {
    list-style: none;
    padding: 0;
}
.regis .content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.regis .content ul li:first-child {
    margin-top: 35px;
}
.regis .content ul i {
    background: #fff;
    box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
    font-size: 24px;
    padding: 20px;
    margin-right: 15px;
    color: #106eea;
    border-radius: 50px;
}
.regis .content ul h5 {
    font-size: 18px;
    color: #555555;
}
.regis .content ul p {
    font-size: 15px;
}
.regis .content p:last-child {
    margin-bottom: 0;
}
.showpass {
    right: 0;
    transform: translate(0, 0);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .showpass {
        right: 20em;
        transform: translate(55%, 0);
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .showpass {
        right: 20em;
        transform: translate(25%, 0);
    }
}
@media (min-width: 1400px) and (max-width: 1440px) {
    .showpass {
        right: 20em;
        transform: translate(6%, 0);
    }
}

/* Alur */

#alur {
    color: #145560;
}

.alur-text {
    top: -130px;
    font-weight: 600;
    font-size: 14px;
}
.alur-text2 {
    top: 115px;
    font-weight: 600;
    font-size: 14px;
}
.alur-text3 {
    top: -130px;
    font-weight: 600;
    font-size: 14px;
}
.alur-text4 {
    top: 115px;
    font-weight: 600;
    font-size: 14px;
}
.alur-text5 {
    top: -130px;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 765px) {
    #alur {
        height: auto;
        order: 1;
        padding-bottom: 150px;
    }
    #regis-form {
        order: 2;
    }
    .alur-text {
        font-size: 10px;
        top: 80px;
    }
    .alur-text2 {
        font-size: 10px;
        top: 80px;
    }
    .alur-text3 {
        font-size: 10px;
        top: 80px;
    }
    .alur-text4 {
        font-size: 10px;
        top: 80px;
    }
    .alur-text5 {
        font-size: 10px;
        top: 80px;
    }
    #alur img {
        width: 90px;
    }
}

@media (max-width: 320px) {
    .alur-text {
        font-size: 8px;
        top: 80px;
    }
    .alur-text2 {
        font-size: 8px;
        top: 80px;
    }
    .alur-text3 {
        font-size: 8px;
        top: 80px;
    }
    .alur-text4 {
        font-size: 8px;
        top: 80px;
    }
    .alur-text5 {
        font-size: 8px;
        top: 80px;
    }
}

/*--------------------------------------------------------------
# Statistic
--------------------------------------------------------------*/
    .stat {
        padding: 100px 0 60px 0px;
    }
    .title-stats {
        font-size: 40px;
        color: #102E66;
    }
    .stat .count-box {
        padding: 30px 30px 25px 30px;
        width: 100%;
        position: relative;
        text-align: center;
        color: #0a4dc9 !important;
    }
    .stat .count-box span {
        font-size: 36px;
        display: block;
        font-weight: 600;
    }

    @media all {
        .stat .count-box p.text-stats {
            padding: 0;
            margin: 0;
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            font-weight: 550;
            position: absolute;
            top: 21%;
            left: 35%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats2 {
            padding: 0;
            margin: 0;
            font-family: "Poppins", sans-serif;
            font-size: 20px;
            font-weight: 550;
            position: absolute;
            top: 7%;
            left: 45%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats3 {
            padding: 0;
            margin: 0;
            font-family: "Poppins", sans-serif;
            font-size: 15px;
            font-weight: 550;
            position: absolute;
            top: 15%;
            right: 28%;
            transform: translate(-50%, -50%);
        }
        .img-stats {
            position: absolute;
            top: 55%;
            left: 35.5%;
            transform: translate(-50%, -50%);
        }
        .img-stats2 {
            position: absolute;
            top: 40%;
            left: 45.5%;
            transform: translate(-50%, -50%);
        }
        .img-stats3 {
            position: absolute;
            top: 48%;
            left: 55.5%;
            transform: translate(-50%, -50%);
        }
    }

    @media screen and (max-width: 420px) {
        .title-stats {
            font-size: 35px;
        }
        .stat .count-box p.text-stats {
            font-size: 10px;
            top: 26%;
            left: 18%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats2 {
            font-size: 15px;
            top: 13%;
            left: 40%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats3 {
            font-size: 10px;
            top: 21%;
            right: -2%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box {
            height: auto;
        }
        span.img-stats {
            top: 57%;
            left: 20%;
        }
        span.img-stats2 {
            top: 47%;
            left: 40%;
        }
        span.img-stats3 {
            top: 53%;
            left: 61%;
        }
    }
    @media screen and (min-width: 421px) and (max-width: 767px) {
        .stat .count-box p.text-stats {
            font-size: 12px;
            top: 21%;
            left: 18%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats2 {
            font-size: 15px;
            top: 8%;
            left: 39%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats3 {
            font-size: 12px;
            top: 15%;
            right: 10%;
            transform: translate(-50%, -50%);
        }
        span.img-stats {
            top: 57%;
            left: 20%;
        }
        span.img-stats2 {
            top: 45%;
            left: 40%;
        }
        span.img-stats3 {
            top: 52%;
            left: 61%;
        }
    }
    @media screen and (min-width: 768px) and (max-width: 991px) {
        .stat .count-box p.text-stats {
            font-size: 14px;
            top: 21%;
            left: 25%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats2 {
            font-size: 15px;
            top: 8%;
            left: 42%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats3 {
            font-size: 14px;
            top: 15%;
            right: 16%;
            transform: translate(-50%, -50%);
        }
        span.img-stats {
            top: 55%;
            left: 26%;
        }
        span.img-stats2 {
            top: 43%;
            left: 42.5%;
        }
        span.img-stats3 {
            top: 50%;
            left: 59%;
        }
    }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
        .stat .count-box p.text-stats {
            font-size: 15px;
            top: 19%;
            left: 32%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats2 {
            font-size: 15px;
            top: 6%;
            left: 44%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats3 {
            font-size: 15px;
            top: 13%;
            right: 24%;
            transform: translate(-50%, -50%);
        }
        span.img-stats {
            top: 55%;
            left: 32.5%;
        }
        span.img-stats2 {
            top: 42;
            left: 44.5%;
        }
        span.img-stats3 {
            top: 50%;
            left: 56.5%;
        }
    }
    @media screen and (min-width: 1400px) {
        .stat .count-box p.text-stats {
            font-size: 15px;
            top: 19%;
            left: 37%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats2 {
            font-size: 15px;
            top: 6%;
            left: 46%;
            transform: translate(-50%, -50%);
        }
        .stat .count-box p.text-stats3 {
            font-size: 15px;
            top: 14%;
            right: 31%;
            transform: translate(-50%, -50%);
        }
        span.img-stats {
            top: 55%;
            left: 37.6%;
        }
        span.img-stats2 {
            top: 42;
            left: 46.1%;
        }
        span.img-stats3 {
            top: 50%;
            left: 54.5%;
        }
    }

/*--------------------------------------------------------------
# Sponsor
--------------------------------------------------------------*/
.sponsor {
    padding: 15px 0;
    text-align: center;
    margin-bottom: 200px;
}
.sponsor img {
    max-width: 45%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
}
.sponsor img:hover {
    transform: scale(1.15);
}
@media (max-width: 768px) {
    .sponsor {
        margin-bottom: 100px;
    }
    .sponsor img {
        max-width: 70%;
    }
}

/*--------------------------------------------------------------
# Information
--------------------------------------------------------------*/
.information .icon-box {
    border: 1px solid #e2eefd;
    padding: 40px 30px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    position: relative;
    border-radius: 10px;
}
.information .icon-box .icon {
    margin: 0 auto;
    height: 180px;
    overflow-y: hidden;
    background: #f1f6fe;
    border-radius: 5px;
    border: 1px solid #deebfd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}
.information .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 23px;
}
.information .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}
.information .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.information .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 #a2b29f;
    transform: scale(1.05);
}
.information .icon-box:hover h4 a,
.information .icon-box:hover .icon i {
    color: #106eea;
}
.information .icon-box:hover .icon {
    border-color: #106eea;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}
.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #106eea;
}
.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}
.portfolio .portfolio-item {
    margin-bottom: 30px;
}
.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}
.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #222222;
}
.portfolio .portfolio-item .portfolio-info p {
    color: #555555;
    font-size: 14px;
    margin-bottom: 0;
    /* width: 240px; */
}
.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #3c3c3c;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #106eea;
}
.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}
.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-links a:hover {
    color: #6ba7f5;
}
.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}

/*--------------------------------------------------------------
# Work
--------------------------------------------------------------*/
.portfolio #portfolio-flters-work {
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}
.portfolio #portfolio-flters-work li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
.portfolio #portfolio-flters-work li:hover,
.portfolio #portfolio-flters-work li.filter-active {
    color: #106eea;
}
.portfolio #portfolio-flters-work li:last-child {
    margin-right: 0;
}
.portfolio .portfolio-item-work {
    margin-bottom: 30px;
}
.portfolio .portfolio-item-work .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}
.portfolio .portfolio-item-work .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #222222;
}
.portfolio .portfolio-item-work .portfolio-info p {
    color: #555555;
    font-size: 14px;
    margin-bottom: 0;
    /* width: 240px; */
}
.portfolio .portfolio-item-work .portfolio-info .preview-link,
.portfolio .portfolio-item-work .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #3c3c3c;
}
.portfolio .portfolio-item-work .portfolio-info .preview-link:hover,
.portfolio .portfolio-item-work .portfolio-info .details-link:hover {
    color: #106eea;
}
.portfolio .portfolio-item-work .portfolio-info .details-link {
    right: 10px;
}
.portfolio .portfolio-item-work .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-item-work .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}
.portfolio .portfolio-item-work .portfolio-links a:hover {
    color: #6ba7f5;
}
.portfolio .portfolio-item-work:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}

/*--------------------------------------------------------------
# Information Details
--------------------------------------------------------------*/
.information-details {
    padding-top: 40px;
    color: #145560 !important;
}
.information-details .information-details-slider img {
    width: 100%;
}
.information-details .information-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.information-details
    .information-details-slider
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #106eea;
}
.information-details
    .information-details-slider
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #106eea;
}
.information-details .information-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.information-details .information-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.information-details .information-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.information-details .information-info ul li + li {
    margin-top: 10px;
}
.information-details .information-description {
    padding-top: 30px;
}
.information-details .information-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.information-details .information-description p {
    padding: 0;
}

.responsive {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 62.5%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.qna {
    padding: 60px 0;
    color: #145560 !important;
}
.qna .qna-list {
    padding: 0;
    list-style: none;
}
.qna .qna-list li {
    border-bottom: 1px solid transparent;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.qna .qna-list .question {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #145560;
    transition: 0.3s;
}
.qna .qna-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px;
}
.qna .qna-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}
.qna .qna-list .icon-show {
    display: none;
}
.qna .qna-list .collapsed {
    color: #2b2b2b;
}
.qna .qna-list .collapsed:hover {
    color: #106eea;
}
.qna .qna-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}
.qna .qna-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .section-title {
    color: #0a4dc9;
}
.about .info-box {
    color: #145560;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    padding: 20px 0 0px 0;
}
.about .info-box i {
    font-size: 32px;
    color: #106eea;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa;
}
.about .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}
.about .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.about .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
}
.about .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.about .php-email-form .error-message br + br {
    margin-top: 25px;
}
.about .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.about .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.about .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.about .php-email-form .form-group {
    margin-bottom: 20px;
}
.about .php-email-form input,
.about .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}
.about .php-email-form input:focus,
.about .php-email-form textarea:focus {
    border-color: #106eea;
}
.about .php-email-form input {
    padding: 10px 15px;
}
.about .php-email-form textarea {
    padding: 12px 15px;
}
.about .php-email-form button[type="submit"] {
    background: #106eea;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.about .php-email-form button[type="submit"]:hover {
    background: #3b8af2;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .footer-top {
    padding: 0 0 30px 0;
    color: #fff !important;
    font-size: 14px;
    position: relative;
}
.content-footer {
    margin: 0px 80px;
}
.copyright {
    color: #145560;
    margin: 130px 0px 50px 0px;
}
#footer {
    background: #2059C5;
    padding: 50px 0px;
}
@media (max-width: 768px) {
    #footer .footer-top {
        padding: 0px;
    }
    .footer-contact h4 {
        font-size: 18px;
    }
    .footer-contact .btn-footer button {
        font-size: 15px;
        font-weight: 600;
    }
    .footer-contact img {
        width: 130px;
    }
    .copyright {
        padding: 2px 0;
        font-size: 12px;
        margin: 50px 0px 50px 0px;
    }
}

@media (max-width: 375px) {
    .copyright {
        padding: 2px 0;
        font-size: 10px;
        margin: 50px 0px 50px 0px;
    }
}
