body {
    font-family: lexend, sans-serif
}

a {
    text-decoration: none;
    color: #0880e8
}

a:hover {
    color: #2b99f8;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: signika, sans-serif
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0880e8;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all .4s
}

.back-to-top ul li {
    font-size: 28px;
    color: #050505;
    line-height: 0
}

.back-to-top {
    color: grey
}

.back-to-top:hover {
    background: #606161;
    color: #000
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #000
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #0880e8;
    border-top-color: #bfe0fd;
    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)
    }
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0 !important
    }
}

#topbar.topbar-scrolled {
    top: -60px
}

#topbar .contact-info a {
    line-height: 0;
    color: #000;
    transition: .3s
}

#topbar .contact-info a:hover {
    text-decoration: underline
}

#topbar .contact-info i {
    color: #f6b024;
    line-height: 0;
    margin-right: 5px
}

#topbar .contact-info .phone-icon {
    margin-left: 15px
}

#topbar .cta {
    background: 0 0
}

#topbar .cta a {
    color: #000;
    background: #d9dbdb;
    padding: 6px 24px 8px;
    display: inline-block;
    transition: .3s;
    border-radius: 50px
}

#topbar .cta a:hover {
    background: #000
}

#header {
    background: rgba(255, 255, 255, .1);
    transition: all .5s;
    z-index: 100000;
    height: 70px;
    top: 0;
    position: fixed
}

#header.header-scrolled {
    background: #504f4f;
    top: 0
}

#header .logo {
    font-size: 22px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase
}

#header .logo a {
    color: #f3f2f2
}

#header .logo img {
    max-height: 80px
}

.header-inner-pages {
    background: rgba(255, 255, 255, .9) !important
}

.topbar-inner-pages {
    background: rgba(6, 98, 178, .9) !important
}

.navbar {
    padding: 0
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center
}

.navbar li {
    position: relative
}

.navbar>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 24px;
    font-weight: 700
}

.navbar ul li button {
    border-radius: 30px;
    border: none;
    padding: 8px;
    font-size: 15px;
    color: #000;
    background: #2c2c2c;
    width: 120px;
    font-weight: 700
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    transition: .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: -5px;
    left: 0;
    background-color: #c9c9c9;
    visibility: hidden;
    width: 0;
    transition: all .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: red
}

.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;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25);
    transition: .3s;
    border-radius: 8px
}

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

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #032e54
}

.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: #0880e8
}

.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-nav-toggle {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

.mobile-nav-toggle.bi-x {
    color: #032e54
}

@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(247, 224, 19, .9);
    transition: .3s;
    z-index: 999;
}

.navbar-mobile .login {
    z-index: -3
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
}

.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: .3s
}

.navbar-mobile>ul>li {
    padding: 0
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #0665b7
}

.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: #032e54
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: relative;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    color: #000;
    box-shadow: 0 0 30px rgba(127, 137, 161, .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: #032e54
}

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

.hero {
    overflow-x: hidden;
    padding: 0
}

.hero .carousel {
    width: 100%;
    min-height: 100vh;
    padding: 80px 0;
    margin: 0;
    position: relative
}

.hero .carousel-item {
    position: absolute;
    inset: 0;
    background-color: #012970;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    transition-duration: .4s
}

.hero .carousel-item::before {
    content: "";
    position: absolute;
    background-color: #012970;
    inset: 0
}

.hero .info {
    position: absolute;
    inset: 0;
    z-index: 2
}

@media(max-width:768px) {
    .hero .info {
        padding: 0 50px
    }
}

.hero .info h2 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 31px;
    font-weight: 700;
    position: relative
}

#hero .btn-get-started {
    width: 200px;
    background-color: #012970;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 5px 5px 5px 5px #f30000;
    box-shadow: 3px 3px 3px 2px #414040
}

.hero .info h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 4px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@media(max-width:768px) {
    .hero .info h2 {
        font-size: 36px
    }
}

.hero .info p {
    color: rgba(255, 255, 255, .8);
    font-size: 18px
}

.hero .info .btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    color: #fff;
    border: 2px solid var(--color-primary)
}

.hero .info .btn-get-started:hover {
    background: var(--color-primary)
}

.hero .carousel-control-prev {
    justify-content: start
}

@media(min-width:640px) {
    .hero .carousel-control-prev {
        padding-left: 15px
    }
}

.hero .carousel-control-next {
    justify-content: end
}

@media(min-width:640px) {
    .hero .carousel-control-next {
        padding-right: 15px
    }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
    background: 0 0;
    font-size: 40px;
    line-height: 0;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
    z-index: 3;
    transition: .3s
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
    opacity: .5
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
    opacity: .9
}

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

.section-bg {
    background-color: #fafafa
}

.section-title {
    text-align: center;
    padding-bottom: 20px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    color: #054a85
}

.section-title p {
    margin-bottom: 5;
    font-style: italic
}

.icon-boxes {
    padding-top: 0;
    position: relative;
    top: -25px;
    z-index: 79
}

.icon-boxes .icon-box {
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, .2);
    transition: all .3s ease-in-out;
    border-radius: 10px;
    height: 280px
}

.icon-boxes .icon {
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.icon-boxes .icon i {
    font-size: 50px;
    line-height: 1;
    color: #f6b024
}

.icon-boxes .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.icon-boxes .title a {
    color: #05579e
}

.icon-boxes .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: #777
}

.portfoio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px;
    list-style: none;
    text-align: center;
    border-radius: 50px
}

.portfoio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 18px 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444;
    margin: 0 3px 10px;
    transition: all ease-in-out .3s;
    border-radius: 50px;
    margin-bottom: 200px
}

.portfoio #portfolio-flters li:hover,
.portfoio #portfolio-flters li.filter-active {
    color: #fff;
    background: #0880e8
}

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

.portfoio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden
}

.portfoio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1)
}

.portfoio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out .3s;
    background: #0880e8;
    padding: 15px 20px
}

.portfoio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600
}

.portfoio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.portfoio .portfolio-item .portfolio-info .preview-link,
.portfoio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: ease-in-out .3s
}

.portfoio .portfolio-item .portfolio-info .preview-link:hover,
.portfoio .portfolio-item .portfolio-info .details-link:hover {
    color: #8ec8fb
}

.portfoio .portfolio-item .portfolio-info .details-link {
    right: 15px
}

.portfoio .portfolio-item:hover img {
    top: -30px
}

.portfoio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0
}

.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 #0880e8
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0880e8
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(246, 176, 36, .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
}

.call-to-action .container {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/feedback.webp") center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 60px;
    border-radius: 15px;
    overflow: hidden
}

.call-to-action h2 {
    color: #fcec11;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.call-to-action span {
    color: #fcec11;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

.call-to-action p {
    color: #fff;
    margin-bottom: 20px;
    background: 0 0
}

.call-to-action .play-btn {
    width: 94px;
    height: 94px;
    margin-bottom: 20px;
    background: radial-gradient(var(--color-primary) 50%, rgba(61, 250, 3, 0.4) 52%);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden
}

.call-to-action .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 25px solid #fcec11;
    top: -15%;
    left: -15%;
    background: transparent
}

.call-to-action .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55, .055, .675, .19)
}

.call-to-action .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0
}

.call-to-action .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20)
}

.call-to-action .cta-btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 48px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff
}

.call-to-action .cta-btn:hover {
    background: red;
    border: 2px solid var(--color-primary)
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    padding-left: 28px;
    position: relative
}

.about .content ul li+li {
    margin-top: 10px
}

.about .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #3498db;
    line-height: 1
}

.about .content p:last-child {
    margin-bottom: 0
}

.about .content .btn-learn-more {
    font-family: raleway, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: .3s;
    line-height: 1;
    color: #3498db;
    animation-delay: .8s;
    margin-top: 6px;
    border: 2px solid #3498db
}

.about .content .btn-learn-more:hover {
    background: #3498db;
    color: #fff;
    text-decoration: none
}

.counts {
    padding-top: 0
}

.counts .content {
    padding: 0
}

.counts .content h3 {
    font-weight: 700;
    font-size: 34px;
    color: #222
}

.counts .content p {
    margin-bottom: 0
}

.counts .content .count-box {
    padding: 20px 0;
    width: 100%
}

.counts .content .count-box i {
    display: block;
    font-size: 36px;
    color: #3498db;
    float: left;
    line-height: 0
}

.counts .content .count-box span {
    font-size: 36px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    color: #222;
    margin-left: 50px
}

.counts .content .count-box p {
    padding: 15px 0 0;
    margin: 0 0 0 50px;
    font-family: raleway, sans-serif;
    font-size: 14px;
    color: #484848
}

.counts .content .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #484848;
    font-size: 15px;
    font-family: poppins, sans-serif;
    transition: ease-in-out .3s
}

.counts .content .count-box a:hover {
    color: #6f6f6f
}

@media(max-width:1024px) {
    .counts .image {
        text-align: center
    }
    .counts .image img {
        max-width: 70%
    }
}

@media(max-width:667px) {
    .counts .image img {
        max-width: 100%
    }
}

.why-us {
    background: #f1f8ff;
    padding: 0
}

.why-us .content {
    padding: 60px 100px 0
}

.why-us .typed-text {
    /* position: fixed; */
    
    font-weight: 700
}

.typed-text {
    /* text-align: center; */
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    font-size: 25px;
    color: #230de4;
    /* left: 90px; */
}

.why-us .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
    position: relative
}

.why-us .accordion-list {
    padding: 0 100px 60px
}

.why-us .accordion-list ul {
    padding: 0;
    list-style: none
}

.why-us .accordion-list li+li {
    margin-top: 15px
}

.why-us .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px
}

.why-us .accordion-list a {
    display: block;
    position: relative;
    font-family: poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    cursor: pointer
}

.why-us .accordion-list span {
    color: #0880e8;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px
}

.why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}

.why-us .accordion-list .icon-show {
    display: none
}

.why-us .accordion-list a.collapsed {
    color: #343a40
}

.why-us .accordion-list a.collapsed:hover {
    color: #0880e8
}

.why-us .accordion-list a.collapsed .icon-show {
    display: inline-block
}

.why-us .accordion-list a.collapsed .icon-close {
    display: none
}

.why-us .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

.why-us .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55, .055, .675, .19)
}

.why-us .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(8, 128, 232, .7);
    top: -15%;
    left: -15%;
    background: transparent
}

.why-us .play-btn:hover::after {
    border-left: 15px solid #0880e8;
    transform: scale(20)
}

.why-us .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@media(max-width:1024px) {
    .why-us .content,
    .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0
    }
    .why-us .content {
        height: 200px
    }
}

@media(max-width:992px) {
    .why-us .content .typed-text {
        font-size: 35px;
        top: 20px;
        padding-right: 70px
    }
    .why-us .accordion-list {
        padding-bottom: 30px
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.clients .swiper-slide img {
    transition: .3s;
    height: 50px
}

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

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

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    display: none;
    border: 1px solid #0880e8
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0880e8
}

.clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px
}

.clients .owl-item img {
    width: 100%;
    opacity: .5;
    transition: .3s
}

.clients .owl-item img:hover {
    opacity: 1
}

.clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important
}

.clients .owl-dot.active {
    background-color: #0880e8 !important
}

.clients .swiper-slide .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none;
    background-color: #008b8b
}

.clients .swiper-slide .thumbnail {
    position: relative;
    width: 320px;
    height: 240px;
    cursor: pointer;
    overflow: hidden
}

.clients .swiper-slide .thumbnail img {
    height: 150px;
    width: 200px;
    background-repeat: no-repeat
}

#about {
    background-size: cover;
    padding: 60px 0 40px;
    position: relative
}

#about::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .92);
    z-index: 9
}

#about .container {
    position: relative;
    z-index: 10
}

#about .about-col {
    background: #5f5f5f;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    margin-bottom: 20px;
    border-radius: 40px
}

#about .about-col .img {
    position: relative;
    height: auto;
    width: 100%
}

#about .about-col {
    height: 540px;
    width: 100%
}

@media(max-width:900px) {
    #about .about-col {
        height: 450px
    }
}

@media(max-width:750px) {
    #about .about-col {
        height: 750px
    }
    #about .about-col .img img {
        height: 500px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media(max-width:500px) {
    #about .about-col {
        height: 650px
    }
}

@media(max-width:400px) {
    #about .about-col {
        height: 550px
    }
}

#about .about-col .img img {
    border-radius: 4px 4px 0 0
}

#about .about-col .icon {
    width: 64px;
    height: 64px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    background-color: #a6a8a7;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #fff;
    left: calc( 50% - 32px);
    bottom: -30px;
    transition: .3s
}

.about a .button {
    padding: 10px;
    margin-top: 15px;
    width: 130px;
    border: none;
    border-radius: 15px;
    text-align: center;
    background-color: #012970;
    color: #fff
}

#about .about-col i {
    font-size: 36px;
    line-height: 1;
    color: #d8d6d6;
    transition: .3s
}

#about .about-col:hover .icon {
    background-color: #fff
}

#about .about-col:hover #iconone i {
    color: #ff0
}

#about .about-col:hover #iconone i {
    color: green
}

#about .about-col h2 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding: 0;
    margin: 40px 0 12px
}

#about .about-col h2 a {
    color: #000
}

#about .about-col h2 a:hover {
    color: #515251
}

#about .about-col p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 0;
    padding: 0 20px 20px
}

.icon-box {
    /* height: 400px; */
    width: 100%;
    position: relative;
    transition: transform .6s
}

.icon-box:hover {
    position: relative;
    transform: scaleX(1);
    opacity: 1
}

.overlayOne {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(../img/SMC/11.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .6s
}

.icon-box:hover .overlayOne {
    transform: scaleX(1);
    opacity: 1
}

.overlaySecond {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(../img/SMC/22.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .6s
}

.icon-box:hover .overlaySecond {
    transform: scaleX(1);
    opacity: 1
}

.overlayThree {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(../img/SMC/33.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .6s
}

.icon-box:hover .overlayThree {
    transform: scaleX(1);
    opacity: 1
}

.overlayFour {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(../img/SMC/44.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .6s
}

.icon-box:hover .overlayFour {
    transform: scaleX(1);
    opacity: 1
}

.services .icon-box {
    margin-bottom: 20px;
    padding: 50px 40px;
    border-radius: 6px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.services .icon-box i {
    float: left;
    color: #f6b024;
    font-size: 40px;
    line-height: 0
}

.services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 10px;
    color: #757677
}

.services .icon-box h4 a {
    color: #757677;
    transition: .3s;
    margin-left: 30px
}

.services .icon-box h4 a:hover {
    color: #0d0d0e
}

.row .icon-box img {
    position: absolute;
    left: -20px;
    top: 30px
}

.services .icon-box p {
    margin-left: 90px;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px
}

.services .icon-box img {
    margin-left: 15px
}

@media(max-width:900px) {
    .services {
        min-height: 1550px
    }
    .services .icon-box {
        min-width: 150px;
        min-height: 100px
    }
    .services .icon-box p {
        min-width: 300px;
        font-size: 25px
    }
    .services .icon-box h2 {
        font-size: 55px;
        margin-left: 250px
    }
}

@media(max-width:700px) {
    .services .icon-box p {
        font-size: 18px;
        margin-left: 150px
    }
}

@media(max-width:600px) {
    .services .icon-box h2 {
        font-size: 17px;
        margin-right: 250px;
        position: absolute;
        top: 50px;
        left: 10px
    }
}

@media(max-width:500px) {
    .services .icon-box p {
        font-size: 16px;
        position: absolute;
        top: 50px;
        left: 10px
    }
}

.values {
    width: 100%
}

.values .box {
    padding: 10px;
    text-align: center;
    transition: .3s;
    box-shadow: 0 0 30px rgba(1, 20, 53, .08);
    height: 100%;
    background-color: #01f7ce
}

.values .box p {
    font-size: 25px;
    font-family: lexend, sans-serif
}

.values .box3 {
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #f5f5f5;
    box-shadow: 0 0 30px rgba(1, 41, 112, .08);
    transition: .3s;
    margin-bottom: 30px
}

.values .box4 {
    height: 100%;
    text-align: left;
    transition: .3s;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .11)
}

.values .box2 {
    text-align: center;
    transition: .3s;
    box-shadow: 0 0 30px rgba(1, 41, 112, .08);
    height: 50vh
}

.values .box img {
    transition: .5s;
    max-width: 30px;
    transform: scale(1.1)
}

.values .box2 img {
    transition: .5s;
    padding-top: 7px;
    max-width: 338px;
    transform: scale(1.05)
}

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

.values form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.values form input {
    width: 250px;
    padding: 10px;
    border: none;
    border-radius: 15px;
    text-align: center;
    background-color: #012970;
    color: #fff
}

.values form button {
    padding: 10px;
    margin-top: 15px;
    width: 130px;
    border: none;
    border-radius: 15px;
    text-align: center;
    background-color: #012970;
    color: #fff
}

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

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

@media(max-width:900px) {
    .values {
        min-height: 1600px
    }
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #c5dbf8;
    color: #414040;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .7s ease
}

.hover-container:hover .hover-overlay {
    height: 350px
}

.hover-text {
    color: #2e2d2d;
    font-size: 20px;
    text-align: left
}

.hover-text ul {
    padding: 15px 30px
}

.hover-text li {
    padding: 10px 0;
    list-style: none
}

.hover-text i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #870000, #190a05);
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 15px
}

.steps {
    background-color: blue;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    position: relative
}

.steps p {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0%;
    padding: 10px 0 0;
    text-transform: uppercase
}

.steps span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -65%;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-image: grey;
    margin: 0 auto;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 28px
}

.cta {
    background: linear-gradient(rgba(101, 104, 243, 0.8), rgba(2, 137, 255, 0.9)), url("../img/cta-bg.jpg") fixed center center;
    background-size: cover
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: signika, sans-serif
}

.cta p {
    color: #fff;
    font-family: lexend, sans-serif
}

.cta .cta-btn {
    font-family: lexend, sans-serif;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    padding: 40px;
    border-radius: 20px;
    transition: .5s;
    margin-top: 80px;
    border-radius: 50px;
    color: #fff;
    width: 250px;
    border: 3px solid grey
}

.cta .cta-btn:hover {
    background: #0885f3
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.team .member {
    position: relative;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    padding: 30px;
    border-radius: 10px;
    background: #e2e2e2
}

.team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%
}

.team .member .pic img {
    transition: ease-in-out .3s
}

.team .member:hover img {
    transform: scale(1.1)
}

.team .member .member-info {
    padding-left: 30px
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #05579e
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500
}

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #bfe0fd;
    bottom: 0;
    left: 0
}

.team .member p {
    margin: 10px 0 0;
    font-size: 14px
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.team .member .social a {
    transition: ease-in-out .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #ecf6fe;
    color: #0665b7
}

.team .member .social a i {
    font-size: 16px;
    margin: 0 2px
}

.team .member .social a:hover {
    background: #0880e8;
    color: #fff
}

.team .member .social a+a {
    margin-left: 8px
}

.pricing .row {
    border: none
}

.pricing .card {
    border: none;
    transition: transform .1s;
    background-color: #f0f0f0
}

.pricing .card:hover {
    transform: scale(1);
    cursor: pointer
}

.pricing button:hover {
    color: #fff;
    background-color: #012970
}

.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.pricing h3 {
    font-weight: 400;
    /* margin: -20px -20px 20px; */
    /* padding: 20px 15px; */
    font-size: 18px;
    font-weight: 700;
    color: blue;
    background: white;
    font-family: signika, sans-serif
}

.pricing h4 {
    font-size: 36px;
    color: blue;
    font-weight: 600;
    font-family: poppins, sans-serif;
    margin-bottom: 20px
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
    color: #05579e
}

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

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-family: lexend, sans-serif
}

.pricing ul li {
    padding-bottom: 16px
}

.pricing ul i {
    color: #0880e8;
    font-size: 18px;
    padding-right: 4px
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
    font-family: lexend, sans-serif
}

.pricing .btn-wrap {
    /* margin: 20px -20px -20px; */
    /* padding: 20px 15px; */
    background: white;
    text-align: center
}

.pricing .btn-buy {
    background: blue;
    display: inline-block;
    padding: 8px 35px 10px;
    border-radius: 50px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: raleway, sans-serif;
    font-weight: 600;
    transition: .3s
}

.pricing .btn-buy:hover {
    background: blue
}

.pricing .featured h3 {
    color: #fff;
    background: #0880e8
}

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

.pricing #button1.active {
    background-color: #012970;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 700
}

.pricing #button2.active {
    background-color: #012970;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 700
}

.pricing #button3.active {
    background-color: #012970;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: 700
}

.pricing button:hover {
    background-color: #012970
}

.faq .faq-list {
    padding: 0 100px
}

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

.faq .faq-list li+li {
    margin-top: 15px
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: poppins, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: none;
    cursor: pointer
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #75bdfa
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}

.faq .faq-list .icon-show {
    display: none
}

.faq .faq-list a.collapsed {
    color: #343a40
}

.faq .faq-list a.collapsed:hover {
    color: #0880e8
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block
}

.faq .faq-list a.collapsed .icon-close {
    display: none
}

@media(max-width:1200px) {
    .faq .faq-list {
        padding: 0
    }
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #012970
}

a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: poppins, Arial, sans-serif;
    color: #000
}

.bg-primary {
    background: #012970 !important
}

.ftco-section {
    padding: 7em 0
}

.ftco-no-pt {
    padding-top: 0
}

.ftco-no-pb {
    padding-bottom: 0
}

.heading-section {
    font-size: 28px;
    color: #000
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.form-control {
    height: 44px;
    background: #fff;
    color: rgba(0, 0, 0, .8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none
}

.formm-control {
    height: 44px;
    color: rgba(163, 163, 163, .8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: 700
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, .3) !important
}

.form-control:focus,
.form-control:active {
    border-color: #012970 !important
}

textarea.form-control {
    height: inherit !important
}

.wrapper {
    width: 100%
}

.contact-wrap {
    background: #e7eff7
}

.dbox {
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px
}

@media(min-width:768px) {
    .dbox {
        margin-bottom: 0;
        padding: 0
    }
}

.dbox p {
    margin-bottom: 0
}

.dbox p span {
    font-weight: 500;
    color: #000
}

.dbox p a {
    color: #012970
}

.dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #012970;
    margin: 0 auto;
    margin-bottom: 20px
}

.dbox .icon span {
    font-size: 20px;
    color: #fff
}

.dbox .text {
    width: 100%
}

.contactForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.contactForm .form-control {
    border: none
}

#map {
    width: 100%;
    height: 200px
}

@media(max-width:767.98px) {
    #map {
        height: 300px
    }
}

#contactForm .error {
    color: red;
    font-size: 12px
}

#contactForm .form-control {
    font-size: 16px
}

#message {
    resize: vertical
}

#form-message-warning,
#form-message-success {
    display: none
}

#form-message-warning {
    color: red
}

#form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 500
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #012970
}

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

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

.blog {
    padding: 40px 0 20px
}

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

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

.blog .entry .entry-title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 20px
}

.blog .entry .entry-title a {
    color: #054a85;
    transition: .3s
}

.blog .entry .entry-title a:hover {
    color: #f6b024
}

.blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #2b99f8
}

.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: #777;
    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: #f6b024;
    color: #fff;
    padding: 6px 20px;
    transition: .3s;
    font-size: 14px;
    border-radius: 4px
}

.blog .entry .entry-content .read-more a:hover {
    background: #f7b93c
}

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

.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: #444;
    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: #0880e8;
    margin-top: 20px;
    margin-bottom: 20px
}

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

.blog .entry .entry-footer i {
    color: #8ec8fb;
    display: inline
}

.blog .entry .entry-footer a {
    color: #138df7;
    transition: .3s
}

.blog .entry .entry-footer a:hover {
    color: #f6b024
}

.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, .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: #0880e8
}

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

.blog .blog-author .social-links a {
    color: rgba(8, 128, 232, .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: 700
}

.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: 700;
    color: #444;
    transition: .3s
}

.blog .blog-comments .comment h5 a:hover {
    color: #f6b024
}

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

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

.blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #2b99f8;
    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, .1)
}

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

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

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

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

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

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

.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: #0880e8
}

.blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #138df7
}

.blog .blog-pagination {
    color: #0880e8
}

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

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

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

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: #f6b024
}

.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, .1)
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px;
    color: #0665b7;
    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: 0 0;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #f6b024;
    color: #fff;
    transition: .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: #f8c255
}

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

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

.blog .sidebar .categories ul a {
    color: #0665b7;
    transition: .3s
}

.blog .sidebar .categories ul a:hover {
    color: #f6b024
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #aaa;
    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: 700
}

.blog .sidebar .recent-posts h4 a {
    color: #0665b7;
    transition: .3s
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #f6b024
}

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

.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: #0880e8;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #fff;
    display: inline-block;
    transition: .3s
}

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

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

*/ #form-submit-button {
    background: #971632;
    padding: 5px 20px;
    border-radius: 3px;
    transition: .5s;
    margin: 8px 0;
    height: 40px;
    border: none;
    color: #fff;
    max-width: 200px;
    width: 100%
}

#form-submit-button-last:hover {
    background: #020202;
    max-width: 210px;
    transition: .5s
}

#form-submit-button-wp {
    background: #b69440;
    padding: 5px 20px;
    border-radius: 3px;
    transition: .5s;
    margin: 8px 0;
    height: 40px;
    border: none;
    color: #fff;
    max-width: 200px;
    width: 100%
}

#form-submit-button-wp:hover {
    background: #ffd05b;
    max-width: 210px;
    transition: .5s
}

#form-submit-button-wp {
    background: #b69440;
    padding: 5px 20px;
    border-radius: 3px;
    transition: .5s;
    margin: 8px 0;
    height: 40px;
    border: none;
    color: #fff;
    max-width: 200px;
    width: 100%
}

#form-submit-button-wp:hover {
    background: #ffd15c;
    max-width: 210px;
    transition: .5s
}

input[type=text]:focus {
    border: 1px solid #000;
    background-color: #fff
}

input[type=number]:focus {
    border: 1px solid #000;
    background-color: #fff
}

input[type=text] {
    width: 100%;
    height: 43px;
    font-size: 14px;
    font-family: nunito, sans-serif;
    border-radius: 3px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid rgba(204, 204, 204, .34);
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
    color: #000
}

input[type=email] {
    width: 100%;
    height: 43px;
    font-size: 14px;
    font-family: nunito, sans-serif;
    border-radius: 3px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid rgba(204, 204, 204, .34);
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
    background-color: rgba(255, 255, 255, .9);
    color: #000
}

input[type=email]:focus {
    border: 1px solid #000;
    background-color: #fff
}

input[type=date] {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 12px 20px;
    margin: 8px 0;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: nunito, sans-serif;
    border: 1px solid rgba(204, 204, 204, .34);
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
    background-color: transparent;
    color: #fff
}

select {
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 20px;
    margin: 8px 0;
    border: 1px solid rgba(204, 204, 204, .34);
    font-family: nunito, sans-serif;
    border-radius: 3px;
    -webkit-transition: .5s;
    transition: .5s;
    height: 40px;
    outline: none;
    color: #000;
    font-size: 14px
}

select:focus {
    border: 1px solid #000;
    background-color: #fff
}

.option {
    color: #000
}

::placeholder {
    color: #000
}

#footer {
    background: #05579e;
    padding: 0 0 30px;
    color: #fff;
    font-size: 14px
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #05579e
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1;
    font-weight: 600
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px
}

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

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px;
    background: #05579e;
    color: #fff;
    transition: .3s;
    border-radius: 50px
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #05579e
}

#footer .footer-top {
    background: #05579e;
    padding: 60px 0 30px
}

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

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: raleway, sans-serif;
    color: #fff
}

#footer .footer-top .social-links a {
    font-size: 16px;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .footer-top .social-links a:hover {
    background: #f6b024;
    color: #fff;
    text-decoration: none
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    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: #5db1f9;
    font-size: 18px;
    line-height: 1
}

#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: rgba(255, 255, 255, .75);
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    color: #fff
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px
}

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

#footer .copyright {
    text-align: center;
    padding-top: 30px
}

#footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #fff
}

#footer .credits a {
    color: #f6b024
}