@import url('https://fonts.googleapis.com/css2?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

/* Apply Open Sans to the entire website */
body {
    font-family: 'Open Sans', sans-serif;
    background: #f4f4f5;
}

/* Additional styles */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
}

a,
button,
input,
textarea {
    font-family: 'Open Sans', sans-serif;
}

a,
a:hover {
    text-decoration: none
}

.navbar-mobile,
.team .member .pic,
section {
    overflow: hidden
}

#header .logo h1,
body {
    font-family: "Open Sans", sans-serif
}

#header .logo h1,
.back-to-top i,
.mobile-nav-toggle {
    font-size: 28px;
    line-height: 0
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
    z-index: 99;
    background: #fff;
    box-shadow: 0 0 30px #7f89a140
}

#hero,
.faq,
.team,
section {
    padding: 60px 0
}

#hero .hero-img,
.section-title {
    text-align: center
}

#hero,
.portfolio-details .portfolio-details-slider img {
    width: 100%
}

#header.header-scrolled,
.team .member .member-info {
    box-shadow: 0 2px 15px #0000001a
}

body {
    color: #444
}

#hero .btn-get-started,
.cta .cta-btn,
.pricing .btn-buy,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #009cea
}

a:hover {
    color: #1eb4ff
}

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

.back-to-top i,
.mobile-nav-toggle.bi-x {
    color: #fff
}

.back-to-top:hover {
    background: #14b1ff;
    color: #fff
}

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

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

#header {
    height: 72px;
    transition: .5s;
    z-index: 997;
    background: #fff
}

#header .logo h1 {
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #576971;
    text-decoration: none
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px
}

.header-social-links {
    margin: 0 0 0 30px
}

@media (max-width:768px) {
    .header-social-links {
        margin: 0 15px 0 0
    }
}

.header-social-links a {
    color: #7b909a;
    display: inline-block;
    line-height: 0;
    transition: .3s;
    padding-left: 10px
}

#footer .footer-top .footer-links ul a:hover,
.faq .faq-list .collapsed:hover,
.features .nav-link.active h4,
.header-social-links a:hover,
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a,
.navbar a:hover,
.navbar li:hover>a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a,
.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover,
.team .member .social a:hover {
    color: #009cea
}

.navbar,
.portfolio-details .portfolio-description p {
    padding: 0
}

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

.navbar li {
    position: relative
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #7b909a;
    white-space: nowrap;
    transition: .3s
}

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

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

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

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    color: #003651
}

.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
    font-size: 12px
}

.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: #364146;
    cursor: pointer;
    display: none;
    transition: .5s
}

#hero h1,
.about .content h3,
.features .nav-link,
.features .nav-link:hover h4 {
    color: #364146
}

#hero .btn-get-started,
.cta .cta-btn {
    color: #fff;
    letter-spacing: 1px;
    display: inline-block
}

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

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #202629e6;
    transition: .3s;
    z-index: 999
}

.about .container,
.section-bg {
    background-color: #f7f8f9
}

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

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s
}

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

.about .content h3,
.section-title h2 {
    font-size: 32px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

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

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    opacity: 1;
    visibility: visible
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

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

#hero {
    background-image: url(/images/frontend/hero-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    margin-top: 70px
}

#hero h1 {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px
}

#hero h2 {
    color: #576971;
    margin-bottom: 30px;
    font-size: 24px
}

#hero .btn-get-started {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 3px;
    transition: .5s;
    background: #009cea
}

#hero .btn-get-started:hover,
.cta .cta-btn:hover {
    background: #008bd1
}

#hero .hero-img img {
    width: 70%
}

.section-title {
    padding-bottom: 30px
}

.section-title h2 {
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #627680
}

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

.about {
    padding: 0;
    margin-top: 40px
}

.about .container {
    padding: 60px 50px
}

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

.about .content ul li {
    padding-bottom: 10px
}

.about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #28a745
}

.features {
    padding-bottom: 40px
}

.features .nav-tabs {
    border: 0
}

.features .nav-link {
    border: 0;
    padding: 20px;
    transition: .3s ease-in-out;
    border-radius: 0;
    border-left: 4px solid #fafbfb
}

.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: .3s ease-in-out;
    color: #576971
}

.features .nav-link p {
    font-size: 14px;
    margin-bottom: 0
}

.features .nav-link:hover {
    background: #fafbfb
}

.features .nav-link.active {
    border-radius: 0;
    border: 0;
    border-left: 4px solid #009cea;
    background: #fafbfb
}

.features .tab-pane.active {
    animation: .5s ease-out slide-down
}

.features .tab-content {
    text-align: right
}

@keyframes slide-down {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 #4458901a;
    transition: .3s ease-in-out;
    border-radius: 4px;
    text-align: center;
    border-bottom: 3px solid #fff
}

.services .icon-box:hover {
    transform: translateY(-5px)
}

.services .icon-box::before {
    display: none
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px
}

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

.services .title a {
    color: #111
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0
}

.services .icon-box-pink .icon i {
    color: #ff689b
}

.services .icon-box-pink:hover {
    border-color: #ff689b
}

.services .icon-box-cyan .icon i {
    color: #3fcdc7
}

.services .icon-box-cyan:hover {
    border-color: #3fcdc7
}

.services .icon-box-green .icon i {
    color: #41cf2e
}

.services .icon-box-green:hover {
    border-color: #41cf2e
}

.services .icon-box-blue .icon i {
    color: #2282ff
}

.services .icon-box-blue:hover {
    border-color: #2282ff
}

.contact .info {
    padding: 30px;
    background: #fff;
    width: 100%;
    border: 2px solid #e9ecee;
    border-radius: 4px;
}

.contact .info i {
    font-size: 20px;
    color: #009cea;
    float: left;
    width: 44px;
    height: 44px;
    background: #f2f4f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #364146;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #627680;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #009cea;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #009cea;
    color: #fff;
}

.cta h3 {
    color: #364146;
    font-size: 28px;
    font-weight: 700
}

.cta p {
    color: #576971
}

.cta .cta-btn {
    background: #009cea;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 4px;
    transition: .5s;
    margin: 10px
}

@media (min-width:1024px) {

    #hero,
    .cta {
        background-attachment: fixed
    }
}

@media (min-width:769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

@media (max-width:992px) {
    #hero h1 {
        font-size: 32px;
        line-height: 40px
    }

    #hero h2 {
        font-size: 20px
    }

    .about .container {
        padding: 30px
    }

    .team .member {
        margin-bottom: 110px
    }
}

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

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

.breadcrumbs {
    padding: 15px 0;
    background: #f4f6f7;
    min-height: 40px;
    margin-top: 70px
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 600
}

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

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

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

#footer {
    background: #f7f8f9;
    padding: 0 0 30px;
    color: #364146;
    font-size: 14px
}

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

/* Hide the Google Translate Toolbar */
.skiptranslate iframe {
    display: none;
}