/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,
body {
    position: relative;
    height: 100%;
    font-size: 16px !important;
}

:root {
    scroll-behavior: smooth;
}

.theme-color {
    color: #1e71b8 !important;
}

.font-bold {
    font-weight: 700 !important;
}

strong {
    font-weight: 700 !important;
    font-size: 18px !important;
}

body {
    font-family: "Proxima Nova Lt", "Open Sans", sans-serif;
    color: #000000;
    background: #fff;
}

.text-primary,
.link-primary {
    color: #1e71b8 !important;
}

#toast-container>.toast {
    background: #1e71b8 !important;
    text-align: center !important;
    color: #ffff !important;
}

.text-white {
    color: #ffffff !important;
}

p, ul {
    color: #465a69;
    font-weight: 300;
    line-height: 2rem;
}

a {
    color: #1e71b8;
    text-decoration: none;
}

a:hover {
    color: #1e71b8;
    text-decoration: none;
}

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

h3 {
    font-size: 25px !important;
}


.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
    color: #1e71b8;
    text-transform: uppercase;
}

.section-header p {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 26px;
    line-height: 42px;
    font-weight: 400;
    color: #1e71b8;
    text-transform: uppercase !important;
    font-family: "Fjalla One", "Open Sans", sans-serif;
}

.title {
    font-family: "Fjalla One", "Open Sans", sans-serif;
    text-transform: uppercase !important;
}

@media (min-width: 768px) {
    .section-header p {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 1500px) {
    .section-header p {
        font-size: 30px;
        line-height: 32px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #1e71b8;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 75px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol a {
    color: #fff;
    transition: 0.3s;
}

.breadcrumbs ol a:hover {
    text-decoration: underline;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #8894f6;
    content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #1e71b8;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    transform: perspective(100px) translateZ(20px);
}

.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: 0s !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: .5rem 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
}

.header.header-scrolled {
    background: #fff;
    padding: 0 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.13);
}

.header.header-scrolled .navbar a,
.header.header-scrolled .navbar button {
    color: #1e71b8 !important;
}

.header.header-scrolled .navbar .getstarted {
    color: #ffffff !important;
}

.header .logo {
    line-height: 0;
}

.header .logo img {
    height: 40px !important;
    width: auto !important;
    margin-right: 6px;
}

.header .logo span {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #1e71b8;
    font-family: "Proxima Nova Lt", sans-serif;
    /*margin-top: 3px;*/
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Sub-Header
--------------------------------------------------------------*/
.sub-header {
    transition: all 0.5s;
    z-index: 997;
    padding: .5rem 0;
    /*box-shadow: 0 2px 20px rgba(0, 0, 0, 0.13);*/
    background-color: #ffffff;
}


/*--------------------------------------------------------------
# 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 a,
.navbar button,
.nav .nav-link {
    display: inline-block;
    /*align-items: center;*/
    /*justify-content: space-between;*/
    margin: 0;
    padding: 10px 0 10px 30px;
    font-family: "Proxima Nova Lt", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
    /*transition: 0.3s;*/
    text-transform: uppercase !important;
}

.nav-category .navbar a,
.nav-category .navbar button,
.nav-category .nav-link {
    padding: 10px 0 10px 0 !important;
}

.navbar form {
    padding: 10px 0 10px 10px;
}

/*.navbar a:after {
  margin-top: 5px;
  display: block;
  content: '';
  border-bottom: solid 2px #1e71b8;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}*/

.navbar a:hover:after {
    transform: scaleX(1);
}

.navbar a.active:after {
    transform: scaleX(1) !important;
}

/*.navbar a:after{ transform-origin:100% 50%; }*/

.navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar .active,
.navbar li:hover>a,
.nav .nav-link:hover {
    color: #1e71b8;
    /*border-bottom: 2px solid #1e71b8 !important;*/
    /*transition: linear 100ms;*/
}

.navbar .getstarted {
    background: #1e71b8;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    border: none !important;
    color: #fff;
}

.navbar .getstarted:hover {
    transform: perspective(100px) translateZ(-15px);
    transition: 400ms;
    color: #ffffff !important;
}


/* ============ desktop view ============ */
.dropdown-large {
    width: 100% !important;
    min-width: unset !important;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    width: 100% !important;
    /*background: linear-gradient(to left, transparent 50%, #1e71b8 50%);*/
    /*background-size: 200%;*/
    /*background-position: right;*/
    /*transition: background-position 500ms ease;*/
}

.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: #1e71b8;
    background-position: left bottom;
}

.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%;
    }
}

.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 0px;
    width: 100%;
}

.megamenu>li>ul {
    padding: 0;
    margin: 0;
}

.megamenu>li>ul>li {
    list-style: none;
}

.megamenu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.megamenu>li ul>li>a:hover,
.megamenu>li ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    color: #999999;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #00A7E8;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}

@media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }

    .megamenu>li {
        margin-bottom: 30px;
    }

    .megamenu>li:last-child {
        margin-bottom: 0;
    }

    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
    color: #1e71b8;
    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(1, 22, 61, 0.9);
    transition: 0.3s;
}

.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;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #1e71b8;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #1e71b8;
}

.navbar-mobile .getstarted {
    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: 0 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: #1e71b8;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Swiper Section
--------------------------------------------------------------*/
.swiper {
    width: 100% !important;
    /*height: 70vh !important;*/
}

.swiper-slide {
    text-align: center;
    font-size: 16px;
    /*background: #000000;*/

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: brightness(60%);*/
}

.swiper-slide h5 {
    font-size: 39px;
    font-weight: 800;
    line-height: 1.3em;
    color: #ffffff;
    filter: brightness(100%);
    font-family: "Fjalla One", "Open Sans", sans-serif;
    text-transform: uppercase !important;
}

.swiper-slide h5 span {
    background-color: #fff;
    padding: 5px;
    font-size: 49px;
    color: #1e71b8;
}

.swiper-slide h6 {
    color: #f0f0f0 !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6em;
    filter: brightness(100%);
}

.swiper-slide .swiper-content {
    max-width: 700px;
    position: absolute;
}

.swiper-slide .left {
    left: 15px;
}

.swiper-slide .right {
    right: 15px;
}

@media (max-width: 768px) {

    .swiper-slide .center,
    .swiper-slide .right,
    .swiper-slide .left {
        left: unset;
        right: unset;
        padding: 15px;
        width: 100%;
        margin: auto;

    }

    .swiper-slide h5 {
        font-size: 40px;
        font-weight: 800;
        line-height: 1.3em;
        color: #ffffff;
        filter: brightness(100%);
    }

    .swiper-slide h5 span {
        background-color: #fff;
        padding: 5px;
        font-size: 40px;
        color: #1e71b8;
    }
}

@media (min-width: 1700px) {
    .swiper-slide .swiper-content {
        max-width: 1000px;
        position: absolute;
    }

    .swiper-slide h5 {
        font-size: 52px;
        font-weight: 800;
        line-height: 1.3em;
        color: #ffffff;
        filter: brightness(100%);
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    height: 80vh;
    /*background: url(https://res.cloudinary.com/aime/image/upload/v1648557868/UPF/UPF_slidee_nzwgk9.jpg) top center no-repeat;*/
    background: #fff;
    background-size: cover;
}

.hero-short {
    width: 100%;
    height: 80vh;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(https://res.cloudinary.com/aime/image/upload/v1650909481/UPF/computer-screens-running-programming-code-in-empty-software-developing-agency-office-and-computers-parsing-data-algorithms-in-background-neural-network-servers-cloud-computing-in-data-room_yp1wf2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-blog {
    width: 100%;
    height: 70vh;
    background: url(../img/blog_hero.jpg) top center no-repeat;
    background-size: cover;
}

.hero h1 {
    margin-top: 0;
    font-size: 50px;
    font-weight: 400;
    color: #1e71b8;
}

.hero-blog h1 {
    margin-top: 0;
    font-size: 48px;
    font-weight: 600;
    color: #1e71b8;
}

.hero-short h1 {
    margin-bottom: 20px;
    font-size: 50px !important;
    font-weight: 600 !important;
    color: #1e71b8;
    font-family: "Fjalla One", "Open Sans", sans-serif;
    text-transform: uppercase !important;
}

.hero-short h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 200;
    color: #565656;
}


.hero h2 {
    color: #000000;
    margin: 15px 0 0 0;
    font-size: 16px;
    font-weight: 200;
    line-height: 2rem;
}

.hero h4 {
    color: #444444;
    margin: 15px 0 0 0;
    font-size: 16px;
    font-weight: 700;
}

.hero .btn-get-started {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #1e71b8;
    /*width: 100%;*/
}

.hero .btn-get-started2 {
    margin-top: 30px;
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #ff8e24;
    box-shadow: 0 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
    font-family: "Proxima Nova Lt", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.hero .btn-get-started i {
    margin-left: 5px;
    font-size: 16px;
    transition: 0.3s;
}

.hero .btn-get-started:hover {
    transform: translateY(15px);
}

.hero .btn-get-started:hover i {
    transform: translateX(5px);
}

.hero .hero-img {
    text-align: right;
}

@media (min-width: 1024px) {
    .hero {
        background-attachment: fixed;
    }

    .hero-short {
        background-attachment: fixed;
    }

    .hero-blog {
        background-attachment: fixed;
    }

}

@media (max-width: 991px) {
    .hero {
        height: auto;
        padding: 120px 0 60px 0;
    }

    .hero-short {
        height: auto !important;
        padding: 100px 0 100px 0;
    }

    .video-hero-content {
        height: auto !important;
    }


    .hero-short h1 {
        font-size: 36px;
    }

    .hero .hero-img {
        text-align: center;
        margin-top: 80px;
    }

    .hero .hero-img img {
        width: 80%;
    }

    .anim-mobile {
        height: 80% !important;
        width: 80% !important;
    }


}

@media (max-width: 768px) {
    .hero {
        text-align: center;
    }

    .hero h1 {
        font-size: 34px;
    }

    .hero-short h1 {
        font-size: 34px !important;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero .hero-img img {
        width: 100%;
    }

    .anim-mobile {
        height: 100% !important;
        width: 100% !important;
    }
}

/*--------------------------------------------------------------
# Video Hero
--------------------------------------------------------------*/
.video-hero {
    height: 100vh;
    position: relative;
}

video.hero-film {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.video-hero-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 150px;
    color: #fff;
    z-index: 3;
}

.video-hero-content h1 {
    font-family: "Proxima Nova Lt", "Open Sans", sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-size: 58px;
    line-height: 1.1;
}

.video-hero-content h3 {
    font-family: "Proxima Nova Lt", "Open Sans", sans-serif;
    text-align: left;
    font-size: 20px !important;
    line-height: 1.4 !important;
}

.middle-line {
    height: 200px;
    width: 2px;
    background: #fff;
    margin: 40px auto;
}

.video-hero-content a {}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
    padding: 40px 0;
}

.about h3 {
    font-size: 34px;
    font-weight: 400;
    color: #1e71b8;
}

.about h2 {
    font-size: 29px;
    font-weight: 600;
    color: #1e71b8;
    font-family: "Fjalla One", "Open Sans", sans-serif;
    text-transform: uppercase;
}

.about p {
    margin: 15px 0 30px 0;
    line-height: 1.8rem;
    font-size: 16px;
}

.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: rgba(0, 0, 0, 0.32);
}

.about .btn-read-more span {
    font-family: "Proxima Nova Lt", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.about .btn-read-more i {
    margin-left: 5px;
    font-size: 16px;
    transition: 0.3s;
}

.about .btn-read-more:hover {
    background-color: #ffffff;
    color: #1e71b8;
    transition: 400ms;
}

.about .btn-read-more:hover i {
    transform: translateX(5px);
}

.k-btn-o-light {
    /*line-height: 0;*/
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.k-btn-primary {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    border-color: #1e71b8;
    transition: 0.5s;
    color: #fff;
    background: #1e71b8;
}

.k-btn-success {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #198754;
}

.k-btn-warning {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #ffc107;
}

.k-btn-primary:hover,
.k-btn-success:hover,
.k-btn-warning:hover {
    color: #fff;
    transform: translateY(5px) !important;
}

.k-btn-primary:hover i,
.k-btn-success:hover i,
.k-btn-warning:hover i {
    transform: translateX(5px);
}


.k-btn-o-light span,
.k-btn-primary span,
.k-btn-success span,
.k-btn-warning span {
    font-family: "Proxima Nova Lt", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.k-btn-o-light i,
.k-btn-primary i {
    margin-left: 5px;
    font-size: 16px;
    transition: 0.3s;
}

.k-btn-o-light:hover {
    color: #000;
    background: #fff;
    transform: translateY(5px);
}

.k-btn-o-light:hover i {
    transform: translateX(5px);
}

.k-bg {
    background-color: #1e71b8;
}

.bg-transparent {
    background: transparent !important;
}

/*--------------------------------------------------------------
# Expertises
--------------------------------------------------------------*/
.services {
    background-color: #ffffff;
}

/*.services .section-header p {
    font-size: 29px;
}*/

.services .section-header {
    padding-bottom: 5px !important;
}

.blow-left:hover {
    transform: translateX(-20px) !important;
}

.blow-right:hover {
    transform: translateX(20px) !important;
}

.blow-top:hover {
    transform: translateY(-20px) !important;
}

.blow-down:hover {
    transform: translateY(20px) !important;
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.values-overlay {
    /*background: #1e71b8;
    opacity: .8;
    min-height: 100%;
    min-width: 100%;*/
    width: auto;
    padding: 0 0;
    height: 100% !important;
}

.values header h2,
.values header p {
    color: #ffff;
}

.values .box {
    /*padding: 30px;*/
    /*box-shadow:0 0 5px rgba(207, 207, 207, 0.247);*/
    text-align: center;
    transition: 0.3s;
    height: 100%;
    background-color: transparent;
    color: #fff !important;
}

/*.values .box lord-icon {*/
/*    text-align: center !important;*/
/*    padding-right: 30px;*/
/*    transition: 0.5s;*/
/*    transform: scale(1.1);*/
/*}*/

.values .box h3 {
    font-size: 24px;
    color: #1e71b8;
    font-weight: 700;
    margin-bottom: 18px;
}

.values .box p {
    color: #fff;
}

.values .box li {
    color: #1e71b8;
}

.values .box:hover {
    /*box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);*/
}

.values .box:hover img {
    transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding: 70px 0 60px;
}

.counts .count-box {
    display: flex;
    align-items: center;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
    color: #1e71b8;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #0b198f;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: "Proxima Nova Lt", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features {
    padding: 100px 0;
    background: #f9fafb;
}

@media (max-width: 991px) {
    .features {
        padding: 60px 0 !important;
    }
}

.features .feature-box {
    padding: 24px 20px;
    transition: 0.3s;
    height: 100%;
}

.features .feature-box h3 {
    font-size: 16px;
    color: #1e71b8;
    font-weight: 700;
    margin: 0;
}

.features .feature-box i {
    line-height: 0;
    background: #ecf3ff;
    padding: 4px;
    margin-right: 10px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.3s;
}

.features .feature-box:hover i {
    background: #1e71b8;
    color: #fff;
}

.features .feture-tabs {
    margin-top: 10px;
}

.features .feture-tabs p {
    color: #ffffff;
}

.feture-p-black p {
    color: #000000 !important;
}

.features .feture-tabs h3 {
    color: #1e71b8;
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 10px;
}

.features .feture-tabs h4 {
    font-size: 25px;
}

@media (max-width: 768px) {
    .features .feture-tabs h3 {
        font-size: 28px;
    }
}

.features .feture-tabs .nav-pills {
    border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #1e71b8;
    padding: 12px 0;
    margin-right: 25px;
    margin-bottom: -2px;
    border-radius: 0;
}

.features .feture-tabs .nav-link.active {
    color: #1e71b8;
    border-bottom: 3px solid #1e71b8;
}

.features .feture-tabs .tab-content h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
    color: #1e71b8;
}

.features .feture-tabs .tab-content i {
    font-size: 24px;
    line-height: 0;
    margin-right: 8px;
    color: #1e71b8;
}

.features .feature-icons {
    /*margin-top: 120px;*/
}

.feature-icon {
    font-size: 23px;
    padding: 15px;
    border-radius: 50%;
    background: #e5eef5;
    margin-bottom: 20px
}

.features .feature-icons h3 {
    color: #1e71b8;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .features .feature-icons h3 {
        font-size: 28px;
    }
}

.features .feature-icons .content .icon-box {
    display: flex;
}

.features .feature-icons .content .icon-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #1e71b8;
}

.features .feature-icons .content .icon-box i {
    font-size: 44px;
    line-height: 44px;
    color: #1e71b8;
    margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
    font-size: 16px;
    /*color: #1e71b8;*/
    text-align: left;
}

.quality-box {
    background: transparent;
    color: #1e71b8 !important;
    border-radius: 10px;
}

.down-part {
    margin-top: 15px;
}

.down-part div {
    padding: 15px;
    background: #ffff;
}

.down-part h4 {
    color: #1e71b8;
}

.down-part p {
    font-size: 16px;
}

.card-title {
    color: #1e71b8 !important;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
    background: transparent;
}

.services .service-box .icon {
    font-size: 36px;
    padding: 40px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
}

.services .service-box h3 {
    color: #1e71b8;
    font-weight: 700;
}

.services .service-box .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px;
}

.services .service-box .read-more i {
    line-height: 0;
    margin-left: 5px;
    font-size: 16px;
}

.services .service-box.blue {
    border-bottom: 3px solid #a7e8f2;
    background: #2db6fa31;
    color: #1e71b8;
}

.services .service-box.blue .icon {
    color: #2db6fa;
    background: #dbf3fe;
}

.services .service-box.blue .read-more {
    color: #2db6fa;
}


.services .service-box.white {
    border-bottom: 3px solid #f68c09;
    background: #ffffff;
    color: rgb(46, 46, 46);
}

.services .service-box.white h3 {
    color: rgb(46, 46, 46);
}

.services .service-box.white .icon {
    color: #f68c09;
    background: #fde3c4;
}

.services .service-box.white .read-more {
    color: #303030;
}

.services .service-box.white:hover {
    background: #ffffff;
    color: #303030;
}


.services .service-box.orange {
    border-bottom: 3px solid #ff0071;
    background: #ffffff;
    color: rgb(37, 37, 37) !important;
}

.services .service-box.orange .icon {
    color: #ff0071;
    background: #fde3c4;
}

.services .service-box.orange:hover {
    background: #ff007300;
}

.services .service-box.green {
    border-bottom: 3px solid #00dfc0;
    color: #000;
}

.services .service-box.green .icon {
    color: #00dfc0;
    background: #cffddf;
}

.services .service-box.red {
    border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
    color: #e9222c;
    background: #fef7f8;
}

.services .service-box.red .read-more {
    color: #e9222c;
}

.services .service-box.red:hover {
    background: #e9222c;
}

.services .service-box.purple {
    border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
    color: #b50edf;
    background: #f8e4fd;
}

.services .service-box.purple .read-more {
    color: #b50edf;
}

.services .service-box.purple:hover {
    background: #b50edf;
}

.services .service-box.pink {
    border-bottom: 3px solid #ff4f5a;
}

.services .service-box.pink .icon {
    color: #ff4f5a;
    background: #feecf7;
}

.services .service-box.pink .read-more {
    color: #ff4f5a;
}


.services .service-box:hover h3,
.services .service-box:hover .read-more {
    color: #1e71b8;
}

.services .service-box:hover .icon {
    background: transparent;
}

.services .service-box.blue:hover .icon {
    background: none;
}

.services .service-box.green:hover .icon {
    color: #00dfc0;
    background: #cffddf;
}

.expertise-box h3 {
    color: #1e71b8;
    font-weight: 700;
    margin-bottom: 55px;
}

.services-row {
    padding: 80px 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(54, 60, 70, 0.213);
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.pricing .box:hover {
    box-shadow: 0 0 15px rgba(2, 49, 131, 0.22);
}

.pricing h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.pricing .price {
    font-size: 36px;
    color: #444444;
    font-weight: 600;
    font-family: "Proxima Nova Lt", sans-serif;
}

.pricing .price sup {
    font-size: 16px;
    top: -15px;
    left: -3px;
}

.pricing .price span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing .subprice {
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    font-family: "Proxima Nova Lt", sans-serif;
}

.pricing .subprice sup {
    font-size: 10px;
    top: -15px;
    left: -3px;
}

.pricing .subprice span {
    color: #bababa;
    font-size: 6px;
    font-weight: 300;
}

.pricing img {
    padding: 30px 40px;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 25px;
}

.pricing ul li {
    padding-bottom: 10px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-buy {
    display: inline-block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: #1e71b8;
    transition: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Proxima Nova Lt", sans-serif;
    font-weight: 600;
    transition: 0.3s;
    border: 1px solid #1e71b8;
}

.pricing .btn-buy:hover {
    background: #1e71b8;
    color: #fff;
}

.pricing .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #1e71b8;
    color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
    border: 0;
}

.faq .accordion-button {
    padding: 30px 0;
    font-weight: 400;
    border: 0;
    font-size: 18px;
    color: #444444;
    text-align: left;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
    background: none;
    color: #1e71b8;
    border-bottom: 0;
}

.faq .accordion-body {
    padding: 0 0 30px 0;
    border: 0;
    font-weight: 300;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px 10px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #444444;
    margin: 0 4px 8px 4px;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #1e71b8;
    border-color: #1e71b8;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .portfolio-wrap img {
    transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    top: 35px;
    left: 35px;
    border-top: 3px solid rgba(1, 41, 112, 0.2);
    border-left: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid rgba(1, 41, 112, 0.2);
    border-right: 3px solid rgba(1, 41, 112, 0.2);
    transition: all 0.5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 16px;
    color: #1e71b8;
    font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #1e71b8;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #fff;
    background: #1e71b8;
    margin: 10px 2px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
    font-size: 24px;
    line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #1CB2C7;
}

.portfolio .portfolio-wrap:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1e71b8;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1e71b8;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 40px 30px;
    box-shadow: 0 0 20px rgba(1, 41, 112, 0.1);
    background: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
}

.testimonials .testimonial-item .stars {
    margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1e71b8;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1e71b8;
}

.testimonials .swiper-slide {
    opacity: .3;
}

@media (max-width: 1199px) {
    .testimonials .swiper-slide-active {
        opacity: 1;
    }

    .testimonials .swiper-pagination {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .testimonials .swiper-slide-next {
        opacity: 1;
        transform: scale(1.12);
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding: 60px 0;
}

.team .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .member-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../img/team-shape.svg) no-repeat center bottom;
    background-size: contain;
    z-index: 1;
}

.team .member .social {
    position: absolute;
    right: -100%;
    top: 30px;
    opacity: 0;
    border-radius: 4px;
    transition: 0.5s;
    background: rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.team .member .social a {
    transition: color 0.3s;
    color: rgba(1, 41, 112, 0.5);
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center;
}

.team .member .social a:hover {
    color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
    font-size: 16px;
}

.team .member .member-info {
    padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    color: #1e71b8;
}

.team .member .member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    padding-top: 15px;
    line-height: 26px;
    color: #5e5e5e;
}

.team .member:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
    right: 8px;
    opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
    opacity: 1;
}

.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #1e71b8;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1e71b8;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/

/*.recent-blog-posts {
    background-color: #f9f9f9;
}*/

.swiper-pagination {
    display: flex !important;
    justify-content: center !important;
}

.recent-blog-posts .post-box,
.post-box {
    box-shadow: 0 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-radius: 4px;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.recent-blog-posts .post-box .post-img,
.post-img {
    overflow: hidden;
    margin: -30px -30px 15px -30px;
    height: 300px !important;
    width: auto !important;
    position: relative;
}

.recent-blog-posts .post-box .post-img img,
.post-img img {
    transition: 0.5s;
}

.recent-blog-posts .post-box .post-date,
.post-date {
    font-size: 16px;
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
    display: block;
    margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title,
.post-title {
    font-size: 24px;
    color: #1e71b8;
    font-weight: 700;
    margin-bottom: 18px;
    position: relative;
    transition: 0.3s;
}

.recent-blog-posts .post-box .readmore,
.readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i,
.readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 16px;
}

.recent-blog-posts .post-box:hover .post-title {
    color: #1e71b8;
}

.recent-blog-posts .post-box:hover .post-img img {
    transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#conta label {
    font-weight: 400 !important;
    border-radius: 2px !important;
}

#conta .form-control,
#conta .form-select {
    font-weight: 300 !important;
    border-radius: 2px !important;
}

#conta .form-control {
    padding: 10px 15px !important;
}


.contact {
    color: #ffff;
    background: #3e3e41;
}

.contact .info-box {
    color: rgb(59, 59, 59);
    background: #ffffffd7;
    padding: 30px;
}

.contact .info-box i {
    font-size: 38px;
    line-height: 0;
    color: #1e71b8;
}

.contact .info-box h3 {
    font-size: 16px;
    color: #1e71b8;
    font-weight: 700;
    margin: 20px 0 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    background: #535353;
    padding: 30px;
    height: 100%;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.contact .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;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #1e71b8;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form span {
    color: red;
}


.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #1e71b8;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #1CB2C7;
}

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

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog {
    padding: 0 0 20px 0;
}

#blog-head-swiper article {
    background: rgba(255, 255, 255, 0.13) !important;
}

#blog-head-swiper article a {
    color: #ffffff !important;
}

#blog-head-swiper article .badge {
    color: #000000 !important;
}

#blog-head-swiper .swiper-scrollbar {
    background: rgba(255, 255, 255, 0.33);
}

#blog-head-swiper .swiper-scrollbar-drag {
    background: rgb(255, 255, 255);
}

.blog-carousel-section {
    padding: 80px 0 !important;
    background: #f9f9f9;
}

#blog-content-carousel .swiper-slide,
#blog-recent-carousel .swiper-slide {
    background: transparent;
    padding-bottom: 10px;
}

#blog-content-carousel .card-footer,
#blog-recent-carousel .card-footer {
    padding: .5rem 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    margin: 0 15px;
}

#blog-content-carousel .badge,
#blog-recent-carousel .badge,
#blog-recent-posts .badge {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.89), rgba(16, 77, 126)) !important;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

#blog-content-carousel .avatar-img,
#blog-recent-carousel .avatar-img {
    width: 48px !important;
    height: auto !important;
    object-fit: unset !important;
    filter: brightness(100%);
}

#blog-content-carousel .swiper-slide img,
#blog-recent-carousel .swiper-slide img {
    filter: unset;
}

#blog-content-carousel .author-name,
#blog-recent-carousel .author-name {
    font-size: 14px;
    line-height: 26px;
}

#blog-content-carousel .article-title,
#blog-recent-carousel .article-title {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.publish-date {
    font-size: 14px;
}

#blog-content-carousel h3 a:hover,
#blog-recent-carousel h3 a:hover {
    color: #000 !important;
}

.blog .entry {
    margin: 20px;
    padding: 0;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}


.blog .entry .entry-pad {
    padding: 30px;
}

.blog .entry .entry-img {
    max-height: 440px;
    overflow: hidden;
}

.blog .entry .entry-title {
    font-size: 22px !important;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
    color: #1e71b8;
    transition: 0.3s;
}

.blog .entry .entry-title a:hover {
    color: #1e71b8;
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #4084fd;
}

.blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .entry .entry-meta ul li+li {
    padding-left: 20px;
}

.blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
}

.blog .entry .entry-meta a {
    color: #777777;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .entry .entry-content p {
    line-height: 24px;
}

.blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #1e71b8;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
    background: #1CB2C7;
}

.blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #1e71b8;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
    color: #0d64fd;
    display: inline;
}

.blog .entry .entry-footer a {
    color: #013289;
    transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
    color: #1e71b8;
}

.blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .entry .entry-footer .cats li {
    display: inline-block;
}

.blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .entry .entry-footer .tags li {
    display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
}

.blog .entry .entry-footer .share {
    font-size: 16px;
}

.blog .entry .entry-footer .share i {
    padding-left: 5px;
}

.blog .entry-single {
    margin-bottom: 30px;
}

.blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
    width: 120px;
    margin-right: 20px;
}

.blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
    color: #1e71b8;
}

.blog .blog-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
    color: rgba(1, 41, 112, 0.5);
    margin-right: 5px;
}

.blog .blog-author p {
    font-style: italic;
    color: #b7b7b7;
}

.blog .blog-comments {
    margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
    font-weight: bold;
}

.blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .blog-comments .comment .comment-img {
    margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
    width: 60px;
}

.blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #444444;
    transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
    color: #1e71b8;
}

.blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #1e71b8;
}

.blog .blog-comments .comment h5 .reply i {
    font-size: 16px;
}

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #013ca3;
    margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .blog-comments .reply-form p {
    font-size: 14px;
}

.blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #1e71b8;
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #0b4673;
}

.blog .blog-pagination {
    color: #1e71b8;
}

.page-item.active .page-link {
    background-color: #1e71b8 !important;
    border-color: #1e71b8 !important;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #1e71b8;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #1e71b8;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #fff;
}

.blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #1e71b8;
    position: relative;
}

.blog .sidebar .sidebar-item {
    margin-bottom: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #1e71b8;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: #5465f2;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #1e71b8;
    transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
    color: #1e71b8;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
}

.blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
    color: #1e71b8;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #1e71b8;
}

.blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #aaaaaa;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #0257ee;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #d7e6ff;
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #1e71b8;
    background: #1e71b8;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #a5c5fe;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #ffffff;
    font-size: 16px;
}

.footer .footer-newsletter {
    margin: 10px 0;
    padding-right: 55px;
}

.footer .newsletter-input {
    width: 100%;
    border: none;
    padding: 0 16px;
    background: none;
    color: #000000;
    font-family: '"Proxima Nova Lt"';
    font-size: 12px;
    font-weight: 300;
}

@media (max-width: 992px) {
    .footer .footer-newsletter {
        margin-bottom: 25px;
        padding-right: 0;
        width: 100%;
    }
}

.footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    color: #1e71b8;
}

.footer .footer-newsletter form {
    margin-top: 20px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: calc(100% - 80px);
}

.footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: none;
    font-size: 16px;
    padding: 0 10px;
    margin: 3px;
    background: #262a2d;
    border: 1px solid #262a2d;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
    transform: perspective(100px) translateZ(-10px);
}

.footer .footer-newsletter form input[type="email"]:focus {
    border: none !important;
}

.footer .footer-newsletter form input[type="email"]:active {
    border: none !important;
}

.footer .footer-newsletter form input[type="email"]::selection {
    border: none !important;
    border-color: #6a1a21 !important;
}

.footer .footer-top {
    background: #f9f9f9;
    background-size: contain;
    /*border-top: 1px solid #e1ecff;*/
    border-bottom: 1px solid #e1ecff;
    padding: 50px 0;
}

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
    line-height: 0;
    margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Proxima Nova Lt", sans-serif;
    margin-top: 3px;
}

.footer .footer-top .footer-info p {
    font-size: 16px;
    line-height: 1.8rem;
    margin-bottom: 0;
    font-family: "Proxima Nova Lt", sans-serif;
    color: #000000;
}

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: #000000;
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    color: #1e71b8;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #1e71b8;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

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

/*.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}*/

.footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    color: #000000;
    transition: 0.3s;
    display: inline-block;
    /*line-height: 1;*/
    font-weight: 300;
    font-size: 16px !important;
}

.footer .footer-top .footer-links ul a:hover {
    color: #1e71b8;
}

.footer .footer-top .footer-contact p {
    line-height: 26px;
    color: #000000;
}

.footer .copyright {
    text-align: center;
    padding: 15px 0;
    color: #1e71b8;
    font-weight: 300 !important;
}

.footer-band {
    min-height: 8px !important;
}

.footer-band span {
    list-style: none !important;
    max-width: 30px !important;
}

.footer-band>* {
    height: 8px !important;
}

.footer-band> :first-child {
    background: #108757;
}

.footer-band> :first-child+* {
    background: #ffbe00;
}

.footer-band> :first-child+*+* {
    background: #eb0000;
}

/*.footer .credits {
    text-align: center;
    font-size: 13px;
    color: #1e71b8;
}*/

/* Modali */

/* The Modal (background) */
.modali {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modali-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.btn-soft-secondary {
    color: #71869d;
    background-color: rgba(113, 134, 157, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-secondary,
.btn-soft-secondary:focus,
.btn-soft-secondary:hover {
    color: #fff;
    background-color: #71869d;
    border-color: transparent
}

.btn-check:active+.btn-soft-secondary,
.btn-check:checked+.btn-soft-secondary,
.btn-soft-secondary.active,
.btn-soft-secondary:active,
.show>.btn-soft-secondary.dropdown-toggle {
    color: #fff;
    background-color: #71869d;
    border-color: transparent
}

.btn-soft-secondary.disabled,
.btn-soft-secondary:disabled {
    color: #71869d;
    background-color: #71869d;
    border-color: transparent
}

.btn-soft-success {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-success,
.btn-soft-success:focus,
.btn-soft-success:hover {
    color: #fff;
    background-color: #00c9a7;
    border-color: transparent
}

.btn-check:active+.btn-soft-success,
.btn-check:checked+.btn-soft-success,
.btn-soft-success.active,
.btn-soft-success:active,
.show>.btn-soft-success.dropdown-toggle {
    color: #fff;
    background-color: #00c9a7;
    border-color: transparent
}

.btn-soft-success.disabled,
.btn-soft-success:disabled {
    color: #00c9a7;
    background-color: #00c9a7;
    border-color: transparent
}

.btn-soft-info {
    color: #09a5be;
    background-color: rgba(9, 165, 190, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-info,
.btn-soft-info:focus,
.btn-soft-info:hover {
    color: #fff;
    background-color: #09a5be;
    border-color: transparent
}

.btn-check:active+.btn-soft-info,
.btn-check:checked+.btn-soft-info,
.btn-soft-info.active,
.btn-soft-info:active,
.show>.btn-soft-info.dropdown-toggle {
    color: #fff;
    background-color: #09a5be;
    border-color: transparent
}

.btn-soft-info.disabled,
.btn-soft-info:disabled {
    color: #09a5be;
    background-color: #09a5be;
    border-color: transparent
}

.btn-soft-warning {
    color: #f5ca99;
    background-color: rgba(245, 202, 153, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-warning,
.btn-soft-warning:focus,
.btn-soft-warning:hover {
    color: #000;
    background-color: #f5ca99;
    border-color: transparent
}

.btn-check:active+.btn-soft-warning,
.btn-check:checked+.btn-soft-warning,
.btn-soft-warning.active,
.btn-soft-warning:active,
.show>.btn-soft-warning.dropdown-toggle {
    color: #000;
    background-color: #f5ca99;
    border-color: transparent
}

.btn-soft-warning.disabled,
.btn-soft-warning:disabled {
    color: #f5ca99;
    background-color: #f5ca99;
    border-color: transparent
}

.btn-soft-danger {
    color: #ed4c78;
    background-color: rgba(237, 76, 120, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-danger,
.btn-soft-danger:focus,
.btn-soft-danger:hover {
    color: #fff;
    background-color: #ed4c78;
    border-color: transparent
}

.btn-check:active+.btn-soft-danger,
.btn-check:checked+.btn-soft-danger,
.btn-soft-danger.active,
.btn-soft-danger:active,
.show>.btn-soft-danger.dropdown-toggle {
    color: #fff;
    background-color: #ed4c78;
    border-color: transparent
}

.btn-soft-danger.disabled,
.btn-soft-danger:disabled {
    color: #ed4c78;
    background-color: #ed4c78;
    border-color: transparent
}

.btn-soft-light {
    color: #f7faff;
    background-color: rgba(247, 250, 255, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-light,
.btn-soft-light:focus,
.btn-soft-light:hover {
    color: #000;
    background-color: #f7faff;
    border-color: transparent
}

.btn-check:active+.btn-soft-light,
.btn-check:checked+.btn-soft-light,
.btn-soft-light.active,
.btn-soft-light:active,
.show>.btn-soft-light.dropdown-toggle {
    color: #000;
    background-color: #f7faff;
    border-color: transparent
}

.btn-soft-light.disabled,
.btn-soft-light:disabled {
    color: #f7faff;
    background-color: #f7faff;
    border-color: transparent
}

.btn-soft-dark {
    color: #21325b;
    background-color: rgba(33, 50, 91, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-dark,
.btn-soft-dark:focus,
.btn-soft-dark:hover {
    color: #fff;
    background-color: #21325b;
    border-color: transparent
}

.btn-check:active+.btn-soft-dark,
.btn-check:checked+.btn-soft-dark,
.btn-soft-dark.active,
.btn-soft-dark:active,
.show>.btn-soft-dark.dropdown-toggle {
    color: #fff;
    background-color: #21325b;
    border-color: transparent
}

.btn-soft-dark.disabled,
.btn-soft-dark:disabled {
    color: #21325b;
    background-color: #21325b;
    border-color: transparent
}

.corner-badge {
    background-color: #1e71b8;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.3rem .6rem;
    min-width: 250px;
    font-size: 1.3em;
    color: #fff !important;
}


/* ----------------------------------------------------------- */

.news-widget-two {
    position: relative;
}

.widget-title-three {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}

.news-widget-two .post-wrapper {
    position: relative;
    padding-left: 85px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.news-widget-two .image {
    position: absolute;
    left: 0;
    top: 10px;
}

.news-widget-two .category {
    font-size: 13px;
    color: #a9a9a9;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    padding-top: 10px;
}

.news-widget-two h4 {
    font-size: 16px;
    font-weight: 500;
}

.news-widget-two h4 a {
    color: var(--dark-color);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.news-widget-two h4 a:hover {
    color: var(--main-color);
}

.newsletter-widget-two {
    position: relative;
}

.newsletter-widget-two input[type="email"] {
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 10px;
}

.newsletter-widget-two .theme-btn {
    padding: 16px 48px;
}

.newsletter-widget-two .theme-btn i {
    font-size: 13px;
    margin-right: 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 5;
}

.newsletter-widget-two .theme-btn:hover i {
    color: #fff;
}

/*.offcanvas-start {*/
/*    min-width: 600px !important;*/
/*}*/

.hamburger-icon {
    position: relative;
}

.notification-badge {
    position: absolute;
    top: 0;
    left: 5px;
    background-color: red;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.notification-badge2 {
    position: absolute;
    top: 0;
    left: 5px;
    background-color: red;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}


@keyframes wave {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.notification-badge {
    animation: wave 1.5s linear infinite;
}

.fc-toolbar-title {
    font-size: 16px !important;
}

.fc .fc-button {
    background-color: #1e71b8;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0.25em;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.2em 0.32em;
    text-align: center;
    user-select: none;
    vertical-align: middle;
}