#preloader,
.navbar-mobile {
    position: fixed;
    left: 0;
    overflow: hidden
}

#header .logo,
#hero .btn-get-started,
.about .content h3,
.section-title h2,
.skills .progress .skill {
    text-transform: uppercase
}

#header .logo,
#hero .btn-get-started,
#hero h1,
.counts .count-box p,
.pricing .box h4,
.pricing .btn-buy,
.skills .progress .skill,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Manrope, sans-serif
}

::-moz-selection {
    color: #000;
    background: #0d58ba
}

::selection {
    color: #000;
    background: #0d58ba
}

body {
    color: #444
}

a {
    color: #0d58ba;
    text-decoration: none
}

a:hover {
    color: #3b8af2;
    text-decoration: none
}

#preloader {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #0d58ba;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: 1s linear infinite animate-preloader
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0d58ba;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: .4s
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0
}

.back-to-top:hover {
    background: #3284f1;
    color: #fff
}

.back-to-top.active {
    visibility: visible;
    opacity: 1
}

#topbar {
    background: #e5e5e5;
    height: 40px;
    width: 100% !important;
    font-size: 14px;
    transition: .5s;
    color: #000;
    padding: 0;
    font-weight: 600
}

#topbar .contact-info i {
    font-style: normal;
    color: #000
}

#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #000
}

#topbar .contact-info i a {
    line-height: 0;
    transition: .3s
}

#topbar .contact-info i a:hover {
    color: #000;
    text-decoration: underline
}

#topbar .social-links a {
    color: #000;
    line-height: 0;
    transition: .3s;
    margin-left: 20px
}

#topbar .social-links a:hover,
.faq .faq-list .collapsed {
    color: #000
}

#header {
    background: #fff;
    transition: .5s;
    z-index: 997;
    height: 86px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#header .logo {
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 24px
}

.navbar a,
.navbar a:focus,
.navbar ul {
    display: flex;
    align-items: center;
    padding: 0
}

#header .logo-text {
    margin-left: 10px
}

#header .logo a {
    color: #222
}

#header .logo a span {
    color: #0d58ba;
    display: none
}

#header .logo img {
    margin-right: 5px;
    max-height: 50px
}

.scrolled-offset {
    margin-top: 70px
}

.navbar,
.navbar-mobile>ul>li,
.portfolio-details .portfolio-description p {
    padding: 0
}

.navbar ul {
    margin: 0;
    list-style: none
}

#hero .container,
.navbar li {
    position: relative
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px
}

.navbar a,
.navbar a:focus {
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    transition: .3s;
    position: relative
}

.navbar a i,
.navbar a:focus i {
    font-size: 16px;
    line-height: 0;
    margin-left: 5px
}

.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover>a:before {
    visibility: visible;
    width: 100%
}

#footer .footer-top .footer-contact h3 span,
#hero .btn-watch-video:hover,
.about .content h3 span,
.faq .faq-list .collapsed: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,
.portfolio .portfolio-item .portfolio-info .details-link:hover,
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.section-title h3 span,
.services .icon-box:hover .icon i {
    color: #0d58ba
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .16) 0 10px 36px 0, rgba(0, 0, 0, .06) 0 0 0 1px;
    transition: .3s
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
    min-width: 200px
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400
}

.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: #222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s
}

.featured-services .icon-box:hover .description,
.featured-services .icon-box:hover .icon i,
.featured-services .icon-box:hover .title a,
.mobile-nav-toggle.bi-x,
.navbar .btn-cta:hover,
.services .icon-box:hover h4 a,
.services .icon-box:hover p {
    color: #fff
}

@media (max-width:991px) {
    .mobile-nav-toggle {
        display: block
    }

    .navbar ul {
        display: none
    }
}

.navbar-mobile {
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 9, 9, .9);
    transition: .3s;
    z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px
}

#hero:before,
.testimonials::before {
    left: 0;
    right: 0;
    content: "";
    bottom: 0
}

.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
}

#hero,
.about img,
.counts .count-box,
.testimonials {
    position: relative
}
@media (max-width:991px) {
   
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 5px 0px !important;
} 
}


.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222
}

.navbar-mobile .active:before,
.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before {
    visibility: hidden
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block
}

.navbar .btn-cta {
    background-color: #0d58ba;
    padding: 10px 40px;
    border-radius: 5px;
    color: #fff
}

.navbar .btn-cta:focus {
    color: #fff;
    padding: 10px 40px
}

#hero {
    width: 100%;
    height: 80vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background: url("../img/2.png") top 0 left 600px
}

#about img {
    height: 500px;
    object-fit: cover !important
}

#hero:before {
    background: #0d58ba;
    background: -moz-linear-gradient(90deg, #0d58ba 53%, rgba(13, 88, 186, .5327380952380952) 70%, rgba(13, 88, 186, 0) 98%);
    background: -webkit-linear-gradient(90deg, #0d58ba 53%, rgba(13, 88, 186, .5327380952380952) 70%, rgba(13, 88, 186, 0) 98%);
    background: linear-gradient(90deg, #0d58ba 53%, rgba(13, 88, 186, .5327380952380952) 70%, rgba(13, 88, 186, 0) 98%);
    position: absolute;
    top: 0
}

#hero .hero-badge {
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    text-align: left;
    background-color: #eeeeeec3;
    border: 1px solid #fff;
    color: #000;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 20px !important;
    width: fit-content
}

#hero h1 {
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    text-align: left
}

#hero h1 span {
    color: #d0d0d0
}

#hero h2 {
    text-align: left;
    color: #d6d6d6;
    margin: 5px 0 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6
}

#hero .btn-get-started {
    font-weight: 700 !important;
    font-size: 14px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: .5s;
    color: #0d58ba;
    background: #fff
}

#hero .btn-get-started:hover {
    color: #0d58ba;
    background: #fff
}

#hero .btn-white-ouline {
    border: 1px solid #fff;
    padding: 7px 20px;
    color: #fff;
    border-radius: 3px
}

#hero .btn-watch-video {
    font-size: 16px;
    transition: .5s;
    margin-left: 25px;
    color: #222;
    font-weight: 600;
    display: flex;
    align-items: center
}

#hero .btn-watch-video i {
    color: #0d58ba;
    font-size: 32px;
    transition: .3s;
    line-height: 0;
    margin-right: 8px
}

#hero .btn-watch-video:hover i {
    color: #3b8af2
}

@media (max-width:768px) {
    #hero {
        height: 100vh
    }

    #hero h1 {
        font-size: 28px;
        line-height: 36px
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px
    }

    #hero .btn-get-started,
    #hero .btn-watch-video {
        font-size: 13px
    }
}

@media (max-height:500px) {
    #hero {
        height: 120vh
    }
}

.about-us-button {
    font-weight: 600
}

section {
    padding: 60px 0;
    overflow: hidden
}

.section-bg {
    background-color: #fff;
    color: #000 !important
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #e7f1fd;
    color: #0d58ba;
    display: inline-block;
    border-radius: 50px
}

.section-title h3 {
    margin: 15px 0 0;
    font-size: 32px;
    font-weight: 700
}

.section-title p {
    margin: 15px auto 0;
    font-weight: 600
}

@media (min-width:1024px) {
    #hero {
        background-attachment: fixed
    }

    .section-title p {
        width: 50%
    }
}

.breadcrumbs {
    padding: 20px 0;
    background-color: #f1f6fe;
    min-height: 40px
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0
}

@media (max-width:992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/"
}

.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, .12);
    transition: .3s ease-in-out;
    border-radius: 8px;
    z-index: 1
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: .3s;
    z-index: -1
}

.featured-services .icon-box:hover::before {
    background: #0d58ba;
    top: 0;
    border-radius: 0
}

.featured-services .icon {
    margin-bottom: 15px
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #0d58ba;
    transition: .3s ease-in-out
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px
}

.featured-services .title a {
    color: #111
}

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0
}

.about .content h3 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px
}

.about .content ul li:first-child {
    margin-top: 35px
}

.about .content ul i {
    background: #fff;
    box-shadow: 0 6px 15px rgba(16, 110, 234, .12);
    font-size: 24px;
    padding: 20px;
    margin-right: 15px;
    color: #0d58ba;
    border-radius: 50px
}

.about .content ul h5 {
    font-size: 18px;
    color: #555
}

.about .content ul p {
    font-size: 15px
}

.about .content p:last-child {
    margin-bottom: 0
}

.about img {
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.about img::after {
    content: "";
    width: 450px;
    height: 490px;
    background: 0 0;
    position: absolute;
    top: -25px;
    right: -10px;
    z-index: -1;
    border: 15px solid #cf443d;
    animation: 3s infinite alternate bannerimage_translate
}

@keyframes bannerimage_translate {
    0% {
        transform: translateX(-30px) translateY(-12px)
    }
}

.skills .progress {
    height: 60px;
    display: block;
    background: 0 0;
    border-radius: 0
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px;
    display: block;
    font-weight: 600;
    color: #222
}

.skills .progress .skill .val {
    float: right;
    font-style: normal
}

.skills .progress-bar-wrap {
    background: #e2eefd;
    height: 10px
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: .9s;
    background-color: #0d58ba
}

.counts {
    padding: 70px 0 60px
}

.counts .count-box {
    padding: 30px 30px 25px;
    width: 100%;
    text-align: center;
    background: #f1f6fe
}

.counts .count-box i {
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #0d58ba;
    color: #fff;
    width: 76px;
    height: 76px;
    line-height: 0;
    border-radius: 50px;
    border: 5px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #0d58ba
}

.counts .count-box p {
    padding: 0;
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 600
}

.counts .section-head {
    margin-bottom: 100px;
    text-align: center
}

.counts .section-head h3 {
    font-size: 2.1rem
}

.counts .section-head p {
    font-size: 20px;
    opacity: .7
}

.counts .section-head h2 {
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: capitalize
}

.clients {
    padding: 15px 0;
    text-align: center
}

.clients img {
    max-width: 45%;
    transition: .4s ease-in-out;
    display: inline-block;
    padding: 15px 0
}

.clients img:hover {
    transform: scale(1.15)
}

.services .icon-box {
    border: 1px solid #e2eefd;
    padding: 30px 20px;
    width: 100%;
    transition: .3s ease-in-out
}

.services ul li {
    line-height: 24px;
    font-size: 14px
}

.services ul {
    padding-left: 15px;
    margin-left: 0
}

.services .icon-box .icon {
    width: 64px;
    height: 64px;
    background: #f8f9ff;
    border-radius: 4px;
    border: 1px solid #deebfd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: .3s ease-in-out
}

.services .icon-box .icon i {
    color: #0d58ba;
    font-size: 28px;
    transition: .3s ease-in-out
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px
}

.services .icon-box h4 a {
    color: #222;
    transition: .3s ease-in-out
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 20px 25px -5px, rgba(0, 0, 0, .04) 0 10px 10px -5px;
    background-color: #0d58ba
}

.services .icon-box:hover .icon {
    box-shadow: rgba(14, 30, 37, .12) 0 2px 4px 0, rgba(14, 30, 37, .32) 0 2px 16px 0;
    border-color: #fff
}

.cta {
    background-color: #eef0f2;
    background-size: contain;
    padding: 70px 0;
    color: #0d58ba
}

.cta h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 33px
}

#contactForm #button,
.cta a {
    background-color: #0d58ba;
    padding: 12px 40px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600
}

.testimonials {
    padding: 80px 0;
    background: url("../img/testimonials-bg.jpg") center center/cover no-repeat
}

.testimonials::before {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .7)
}

.pricing .box,
.team .member {
    background: #fff;
    overflow: hidden
}

.testimonials .section-header {
    margin-bottom: 40px
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden
}

.testimonials .testimonial-item {
    text-align: center;
    color: #fff
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, .15);
    margin: 0 auto
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #fff
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, .4);
    font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px;
    color: #eee
}

.portfolio-details .portfolio-details-slider .swiper-pagination,
.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .5);
    opacity: 1
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active,
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0d58ba
}

@media (min-width:992px) {
    .testimonials .testimonial-item p {
        width: 80%
    }
}

.portfolio #portfolio-flters {
    padding: 2px 15px;
    margin: 0 auto 15px;
    list-style: none;
    text-align: center;
    border-radius: 50px
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 5px;
    transition: .3s ease-in-out
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
.portfolio .portfolio-item {
    margin-bottom: 30px
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: .3s ease-in-out;
    background: rgba(255, 255, 255, .9);
    padding: 15px
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #222
}

.portfolio .portfolio-item .portfolio-info p {
    color: #555;
    font-size: 14px;
    margin-bottom: 0
}

.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #3c3c3c
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px
}

.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: .3s ease-in-out
}

.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: .3s
}

.portfolio .portfolio-item .portfolio-links a:hover {
    color: #6ba7f5
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px
}

.portfolio-details {
    padding-top: 40px
}

.portfolio-details .portfolio-details-slider img {
    width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0d58ba
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(34, 34, 34, .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
}

.faq,
.team {
    padding: 60px 0
}

.team .member {
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 15px rgba(16, 110, 234, .15)
}

.team .member .member-img {
    position: relative;
    overflow: hidden
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: .3s ease-in-out;
    text-align: center
}

.team .member .social a {
    transition: .3s ease-in-out;
    margin: 0 3px;
    padding-top: 7px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background: rgba(16, 110, 234, .8);
    display: inline-block;
    color: #fff
}

.contact .php-email-form button[type=submit]:hover,
.pricing .btn-buy:hover,
.team .member .social a:hover {
    background: #3b8af2
}

.team .member .social i {
    font-size: 18px
}

.team .member .member-info {
    padding: 25px 15px
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #222
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaa
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px
}

.pricing .box {
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    border-radius: 5px;
    position: relative
}

.pricing .box h3,
.pricing .btn-wrap {
    padding: 20px 15px;
    background: #f8f8f8
}

.pricing .box h3 {
    margin: -20px -20px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #777
}

.contact .php-email-form .form-group,
.faq .faq-list li,
.pricing .box h4,
.text-for-about h4,
.text-for-about p {
    margin-bottom: 20px
}

.pricing .box h4 {
    font-size: 36px;
    color: #0d58ba;
    font-weight: 600
}

.pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px
}

.pricing .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300
}

.pricing .box ul {
    padding: 0;
    list-style: none;
    color: #444;
    text-align: center;
    line-height: 20px;
    font-size: 14px
}

.pricing .box ul li {
    padding-bottom: 16px
}

.pricing .box ul i {
    color: #0d58ba;
    font-size: 18px;
    padding-right: 4px
}

.pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through
}

.pricing .btn-wrap {
    margin: 20px -20px -20px;
    text-align: center
}

.pricing .btn-buy {
    background: #0d58ba;
    display: inline-block;
    padding: 8px 35px 10px;
    border-radius: 4px;
    color: #fff;
    transition: .3s;
    font-size: 14px;
    font-weight: 600
}

.pricing .featured h3 {
    color: #fff;
    background: #0d58ba
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px;
    background: #0d58ba;
    color: #fff
}

.faq .faq-list {
    padding: 0;
    list-style: none
}

.faq .faq-list li {
    border-bottom: 1px solid #d4e5fc;
    padding-bottom: 20px
}

.faq .faq-list .question {
    display: block;
    position: relative;
    font-family: #0d58ba;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    color: #0d58ba;
    transition: .3s
}

.faq .faq-list i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -2px
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px
}

.faq .faq-list .icon-show {
    display: none
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: .6s
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: .6s
}

.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, .3);
    padding: 20px 0 30px
}

.contact .info-box i {
    font-size: 32px;
    color: #0d58ba;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #b3d1fa
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777;
    font-weight: 700;
    margin: 10px 0
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, .4);
    padding: 30px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.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;
    animation: 1s linear infinite animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #0d58ba
}

.contact .php-email-form input {
    padding: 10px 15px
}

.contact .php-email-form textarea {
    padding: 12px 15px
}

.contact .php-email-form button[type=submit] {
    background: #0d58ba;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: .4s;
    border-radius: 4px
}

@keyframes animate-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#footer {
    color: #444;
    font-size: 14px;
    background: #000
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #f1f6fe;
    text-align: center;
    font-size: 15px
}

#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: 4px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .06);
    text-align: left
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #0d58ba;
    font-size: 16px;
    padding: 0 20px;
    color: #fff;
    transition: .3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #0d58ba
}

#footer .footer-top {
    background: #dfeaff;
    color: #000
}

#footer .footer-top img {
    height: 80px
}

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    color: #777
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    position: relative;
    padding-bottom: 12px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #0d58ba;
    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: #777;
    transition: .3s;
    display: inline-block;
    line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #0d58ba
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #0d58ba;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .footer-top .social-links a:hover {
    background: #3b8af2;
    color: #fff;
    text-decoration: none
}

#footer .copyright {
    text-align: center;
    float: left
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #444
}

@media (max-width:768px) {
    .breadcrumbs .d-flex {
        display: block !important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }

    .clients img {
        max-width: 40%
    }

    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0
    }
}

.primar-bg {
    background-color: #dbe1ff
}

.choosing-section h2 {
    font-size: 16px;
    font-weight: 600
}

.choosing-section h3 {
    font-size: 38px;
    color: #6ba7f5
}

.choosing-section p,
.choosing-section ul li {
    font-size: 14px;
    line-height: 1.6
}

#about {
    background-image: radial-gradient(circle at 85% 1%, rgba(176, 176, 176, .05) 0, rgba(176, 176, 176, .05) 96%, transparent 96%, transparent 100%), radial-gradient(circle at 14% 15%, rgba(176, 176, 176, .05) 0, rgba(176, 176, 176, .05) 1%, transparent 1%, transparent 100%), radial-gradient(circle at 60% 90%, rgba(176, 176, 176, .05) 0, rgba(176, 176, 176, .05) 20%, transparent 20%, transparent 100%), radial-gradient(circle at 79% 7%, rgba(176, 176, 176, .05) 0, rgba(176, 176, 176, .05) 78%, transparent 78%, transparent 100%), radial-gradient(circle at 55% 65%, rgba(176, 176, 176, .05) 0, rgba(176, 176, 176, .05) 52%, transparent 52%, transparent 100%), linear-gradient(135deg, #fff, #fff)
}

.services {
    background-color: #0d58ba;
    color: #fff
}

.accordion .accordion-button {
    font-size: 24px;
    font-weight: 700;
    background: 0 0 !important;
    color: #fff !important
}

.accordion .accordion-item {
    background-color: #0d58ba;
    border: none !important;
    color: #fff;
    font-size: 16px;
    border-radius: 0 !important;
    border-bottom: 1px solid #fff !important
}

.accordion .accordion-button::after {
    color: #fff !important;
    filter: invert(1.5)
}

.accordion-button,
.accordion-button:active,
.accordion-button:focus,
.accordion-header,
.accordion-header:active,
.accordion-header:focus,
.accordion-item,
.accordion-item:active,
.accordion-item:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.accordion .accordion-body {
    font-size: 16px !important;
    line-height: 1.5;
    color: #ededed
}

#services .section-head h2 {
    margin-top: 30px;
    font-size: 60px
}

.circleWrap {
    position: relative;
    right: 50px;
    z-index: 1;
    opacity: 0;
    animation: 3s ease-in-out forwards fade-in
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.circleWrap .hello {
    background: 0 0;
    color: #fff !important;
    font: 3vw/3vw times;
    top: calc(50% - 3vw);
    width: 100%;
    height: 100px;
    text-align: center
}

.circleWrap svg {
    -webkit-animation: 10s linear infinite rotate;
    animation: 10s linear infinite rotate;
    width: 22vw;
    height: 22vw;
    top: calc(50% - 14vw);
    left: calc(50% - 15vw);
    overflow: hidden
}

.circleWrap svg .circle-text {
    font: 700 100px/100px times;
    font-family: Manrope, sans-serif;
    letter-spacing: 20.5px;
    width: 100%;
    text-transform: uppercase;
    fill: #fff
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

.footer-top .logo-footer {
    display: flex;
    align-items: center !important;
    justify-content: flex-start;
    margin-left: -18px
}

.footer-top .logo-footer h3 {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0;
    color: #0d58ba
}

.footer-top .logo-desc {
    font-size: 10px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-top: 2px;
    font-weight: 600
}

#inner-hero {
    background-color: #0d58ba;
    display: flex;
    align-items: center;
    height: 25dvh
}

#inner-hero h3 {
    font-size: 56px;
    color: #fff
}

.about-inner-page {
    height: 350px;
    object-fit: cover
}

.text-for-about p {
    font-size: 16px;
    font-weight: 500;
    color: #6c757d
}

.text-for-about h4 {
    font-size: 32px;
    font-weight: 600
}

.mobile-social-link{
    display: none;
}
@media screen and (max-width:768px) {
    .navbar-mobile ul{
        background-color: #dfeaff;
        color: #000;
        border-radius: 3px;
    }
    .nav-link{
        color: #000000 !important;
    }
    .mobile-head h5{
        color: #0d58ba;
        margin-top: 30px;
        font-weight: 700 !important;
    }
    .mobile-social-link{
        display: flex;
        padding: 10px 0 10px 28px;
        /* justify-content: space-around; */
    }
    .mobile-social-link a{
        background-color: #0d58ba;
        padding: 10px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px !important;
        color: #ffffff;
        border-radius: 3px;
    }
    .mobile-social-link a i{
        margin-left: 0 !important;
    }
    

    [data-aos-delay] {
        transition-delay: 0 !important
    }

    .cta a,
    .cta h3 {
        text-align: center
    }

    #about img,
    #footer .footer-top h4 {
        margin-top: 20px
    }

    #hero {
        height: 80dvh;
        background-position: top 0 left 0;
        align-items: end !important
    }

    #hero h1 {
        font-size: 28px
    }

    #hero h2 {
        font-size: 12px;
        line-height: normal
    }

    #hero q,
    .accordion .accordion-body p {
        font-size: 13px
    }

    #hero:before {
        content: "";
        background: #0d58ba;
        background: -moz-linear-gradient(90deg, rgba(13, 88, 186, .7764355742296919) 53%, rgba(13, 88, 186, .8072478991596639) 78%);
        background: -webkit-linear-gradient(90deg, rgba(13, 88, 186, .7764355742296919) 53%, rgba(13, 88, 186, .8072478991596639) 78%);
        background: linear-gradient(90deg, rgba(13, 88, 186, .7764355742296919) 53%, rgba(13, 88, 186, .8072478991596639) 78%);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0
    }

    .section-title h3 {
        font-size: 24px
    }

    .about .content h3 {
        font-size: 18px;
        font-weight: 800;
        line-break: anywhere
    }

    #about img {
        width: 100%;
        height: 300px
    }

    .circleWrap {
        left: 70%;
        top: -110px
    }

    .circleWrap svg .circle-text {
        font-size: 6em
    }

    .accordion .accordion-button {
        font-size: 18px
    }

    .cta h3 {
        font-size: 26px;
        margin-bottom: 20px !important
    }

    .cta a {
        display: block;
        margin-top: 10px
    }

    .about-inner-page {
        width: 100%;
    }

    #services .section-head {
        margin-bottom: -80px;
    }
    .contacts-in-phone{
       display: inline !important;
       color: #000000 !important; 
    }
    .contacts-in-phone i{
        color: #000000; 
    }
    .navbar>ul>li{
        padding: 1px 0 10px 28px !important;
    }
     #topbar .bi-envelope::before{
        margin-bottom: -3px !important;
}
    
}


 #topbar .bi-envelope::before{
        margin-bottom: -3px !important;
}
    
    