.nav-item ul li a,
.sub-heading p,
body {
    font-family: Krub, sans-serif
}

.d-table,
.navbar,
.tab-slider-container .row {
    width: 100%
}

.navbar,
.navbar-light.is-sticky {
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0
}

.btn,
.read-more-btn {
    text-transform: uppercase
}

.accordion .accordion-title,
.blog-details-content .customBtn:hover,
.contact-box .content p a,
a,
a:focus,
a:hover,
nav a {
    text-decoration: none
}

.main1 .main2,
.tab-slider-tabs,
nav ul {
    list-style: none
}

body {
    padding: 0;
    margin: 0
}

a {
    outline: 0!important;
    color: #153452;
    -webkit-transition: .4s;
    transition: .4s;
    display: inline-block
}

.blog-details-heading ul li i,
.cart-table table tbody tr td.product-name a:hover,
.clr-green,
.contact-box .content p a:hover,
.copyright-area ul li a:hover,
.footer-area.repair-footer-area .single-footer-widget .contact-list li a:focus,
.footer-area.repair-footer-area .single-footer-widget .contact-list li a:hover,
.footer-area.repair-footer-area .single-footer-widget .services-list li a:focus,
.footer-area.repair-footer-area .single-footer-widget .services-list li a:hover,
.footer-area.repair-footer-area .single-footer-widget .usefull-links li a:focus,
.footer-area.repair-footer-area .single-footer-widget .usefull-links li a:hover,
.nav-items>ul li:hover a,
.navbar-light .navbar-brand span,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show>.nav-link,
.order-details .order-table table tbody tr td.product-name a:hover,
.sidebarModal.modal.right .modal-body .logo a span,
.single-footer-widget .logo a span,
.single-repair-blog-post .blog-content ul li a:focus,
.single-repair-blog-post .blog-content ul li a:hover,
.single-repair-blog-post .blog-content ul li:last-child a,
.single-repair-box a:focus,
.single-repair-box a:hover,
.single-repair-services:focus i,
.single-repair-services:hover i,
.user-actions span a:focus,
.user-actions span a:hover,
a:focus,
a:hover {
    color: #0c2baf
}

img {
    max-width: 100%
}

.d-table {
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    line-height: 1
}

p {
    margin-bottom: 0;
    margin-top: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.6
}

.bg-fbf9f8 {
    background: #fbf9f8
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.about--sec .about-bottom-content,
.cart-buttons,
.faq-container,
.mt-30 {
    margin-top: 30px
}

.btn {
    font-size: 15px;
    font-weight: 700;
    border-radius: 100px;
    -webkit-box-shadow: 0 15px 25px 0 rgb(22, 52, 82, .2);
    box-shadow: 0 15px 25px 0 rgb(22, 52, 82, .2);
    padding: 14px 40px;
    border: none
}

.btn-primary {
    background-color: #495421;
    color: #fff
}

.btn-primary:focus,
.btn-primary:hover {
    color: #0c2baf;
    background-color: #fff;
    border-color: #fff
}

.section-title {
    margin-bottom: 60px;
    position: relative
}

.section-title span {
    color: #495520;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400
}

.billing-details .form-check,
.form-group {
    margin-bottom: 15px
}

.form-control {
    height: 50px;
    border: 1px solid #f3f5fe;
    outline: 0;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #f3f5fe
}

.owl-theme .owl-nav {
    margin-top: 0;
    display: none
}

.blog-details-meta .tags,
.blog-details-meta ul li,
.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi h6,
.dropdown-menu,
.navbar-right-side div,
.single-work .work-content ul li {
    display: inline-block
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 20px;
    margin: -20px 0 0;
    padding: 0;
    background: #d6d6d6;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 40px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    -webkit-transition: .4s;
    transition: .4s
}

.features-box:hover i,
.owl-theme .owl-nav [class*=owl-]:hover,
.shorting-menu .filter.active,
.shorting-menu .filter:hover,
.single-features:hover i {
    background: #0c2baf;
    color: #fff
}

.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 40px
}

.owl-theme .owl-dots {
    line-height: .1;
    margin-top: 20px
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.single-team:hover {
    background: #0c2baf
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

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

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.navbar.p-fixed {
    position: fixed
}

.navbar .row {
    width: 102%
}

.bg-light {
    background-color: transparent!important
}

.navbar-light.is-sticky {
    position: fixed;
    width: 100%;
    background-color: #fff!important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
    -webkit-animation: .5s ease-in-out fadeInDown;
    animation: .5s ease-in-out fadeInDown
}

.dropdown-menu,
.single-box {
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15)
}

.circle-pattern-2,
.rocket,
.vector {
    -webkit-animation: 3s linear infinite movebounce
}

.navbar-light .navbar-brand {
    color: #153452;
    text-transform: uppercase;
    font-weight: 900
}

.about-text span,
.analysis-text span,
.features-text h3,
.shorting-menu .filter {
    text-transform: capitalize
}

.check-your-website .text h3 span,
.heading-item,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.our_services .service-card .ser-btn:hover,
.read-more-btn:focus,
.read-more-btn:hover,
.single-repair-services:focus h3,
.single-repair-services:hover h3,
.woocommerce-topbar .woocommerce-topbar-ordering .form-control option,
a.get-latest-price-bt:hover {
    color: #153452
}

.navbar-light .navbar-nav .nav-item:last-child {
    padding-right: 0
}

.navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 8px 15px
}

.navbar-expand-lg .navbar-collapse {
    float: right;
    padding: 30px 50px 30px 0
}

.dropdown-menu {
    min-width: 15rem;
    padding: 15px 0;
    margin: 0;
    top: 105%;
    background-color: #fff;
    border: none;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .4s
}

.navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    min-height: 250px
}

.dropdown-item {
    font-size: 17px;
    font-weight: 500;
    color: #153452;
    padding: 0 20px;
    margin: 14px 0
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #0c2baf;
    background-color: transparent
}

.navbar-right-side {
    text-align: left;
    padding: 38px 0 0 10px
}

@media only screen and (max-width:767px) {
    .animatedBackground label {
        font-size: 25px!important;
        margin-bottom: 0!important
    }
    .mt-01 {
        margin-left: 10px!important
    }
}

@media only screen and (max-width:991px) {
    .navbar.p-fixed,
    header .item {
        position: relative
    }
    .mobile-logo,
    .nav-section ul.nav-pills li a i,
    .navbar-right-side {
        display: none
    }
    .mb-lg,
    .nav-section {
        display: block!important
    }
    header .item {
        height: 400px
    }
    .bg-light {
        background-color: #fff!important
    }
    .navbar {
        padding: 5px 15px 0;
        border-bottom: 1px solid #eeee
    }
    .navbar-light .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 30px;
        color: #0c2baf;
        border-color: #153452;
        outline: 0!important;
        border-radius: 0
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(160,192,68, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>")
    }
    .navbar-light .navbar-nav .nav-link {
        padding-left: 0;
        font-size: 17px;
        color: #153452
    }
    .navbar-light.is-sticky {
        padding: 0 15px
    }
    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em
    }
    .navbar-expand-lg .navbar-collapse {
        float: none;
        margin-top: 0;
        position: absolute;
        background: #fff;
        width: 100%;
        padding: 10px
    }
    .navbar-nav {
        height: 240px;
        overflow-y: auto
    }
    .navbar-nav .dropdown-menu {
        position: unset;
        float: none;
        display: none;
        opacity: 1;
        visibility: visible
    }
    .navbar-nav .dropdown-menu.show {
        display: block;
        border-top: none
    }
    .dropdown-item {
        font-size: 16px;
        margin: 12px 0
    }
    .nav-section ul.nav-pills {
        max-width: 100%!important
    }
}

.boxes-area .owl-thumbs,
.cart-table table tbody tr td.product-subtotal,
.clints-section,
.repair-subscribe-content form,
body.nav-open {
    overflow: hidden
}

.boxes-area .owl-thumb-item {
    float: left;
    width: 33.333%
}

.about-area {
    background-image: url(../../404.html);
    background-attachment: fixed;
    position: relative;
    overflow: hidden
}

.repair-content-slides.owl-theme .owl-dots .owl-dot:hover span,
.single-box,
.single-box:hover .read-more-btn::before,
.single-services:hover .read-more-btn::before {
    background: #fff
}

.single-box {
    text-align: center;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    -webkit-transition: .4s;
    transition: .4s
}

.single-box:hover,
.single-services:hover {
    background: #0c2baf;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.animatedBackground ul li a,
.clr-white,
.color-white,
.copyright-area p,
.funfacts-area .fun-fact i:before,
.mobile-quote a,
.repair-services-area .section-title h3,
.repair-services-area .section-title p,
.service_section .nav-link:hover h3.title-item,
.single-box:hover .read-more-btn,
.single-box:hover h3,
.single-box:hover p,
.single-feedback:hover .client-info h4,
.single-feedback:hover .client-info span,
.single-feedback:hover p,
.single-services:hover .read-more-btn,
.single-services:hover h3,
.single-services:hover p,
.single-team:hover .team-content h3,
.single-team:hover .team-content span,
.single-team:hover .team-content ul li a,
.single-work-process:hover .icon,
.tab-slider-trigger.active {
    color: #fff
}

.single-box .icon {
    background: #f4f6fd;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 40px;
    color: #0c2baf;
    line-height: 100px;
    -webkit-clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    -webkit-transition: .4s;
    transition: .4s
}

.services-box h3,
.single-box h3,
.single-services h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 30px
}

.about-text p,
.blog-details-comments .single-comments .content p,
.features-box p,
.funfacts-area .heading-item,
.mb-20,
.services-box p,
.single-box p,
.single-features p,
.single-services p {
    margin-bottom: 20px
}

.single-box h3,
.single-box p,
.single-feedback .client-info h4,
.single-feedback .client-info span,
.single-feedback p,
.single-services h3,
.single-services p,
.single-team .team-content h3,
.single-team .team-content span,
.single-team .team-content ul li a {
    -webkit-transition: .4s;
    transition: .4s
}

.read-more-btn {
    font-weight: 700;
    position: relative;
    color: #495520;
    z-index: 1
}

.read-more-btn::before {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 11px;
    width: 55px;
    height: 2px;
    background: #0c2baf;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: -1
}

.read-more-btn:focus::before,
.read-more-btn:hover::before {
    left: -20px;
    opacity: 1;
    visibility: visible
}

.services-box,
.single-services,
.single-work-process {
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    text-align: center
}

.features-box i,
.single-features i {
    background: #f4f6fd;
    -webkit-transition: .4s;
    color: #0c2baf
}

.circle-pattern-2,
.rocket {
    position: absolute;
    animation: 3s linear infinite movebounce
}

.about-text {
    margin-top: 120px;
    padding-left: 30px
}

.about-text span {
    color: #495520;
    font-size: 16px;
    font-weight: 600
}

.about-text h3,
.analysis-text h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0 25px;
    line-height: 40px
}

.about-text .read-more-btn,
.blogSec .blogBox .blogText {
    margin-top: 10px
}

.circle-pattern-2 {
    opacity: .5;
    height: 39em;
    width: 42em;
    bottom: -10px;
    left: -10px;
    background: #ffdd6e;
    border-radius: 50%/60% 60% 40% 40%
}

.rocket {
    right: -20px;
    bottom: 20rem
}

.vector {
    position: absolute;
    right: -13rem;
    bottom: -18rem;
    animation: 3s linear infinite movebounce
}

@media only screen and (min-width:1400px) {
    .circle-pattern-2 {
        opacity: .2;
        height: 55em;
        width: 60em
    }
    .vector {
        right: -10rem;
        bottom: -2rem
    }
    .rocket {
        right: 45px;
        bottom: 20rem
    }
}

@-webkit-keyframes movebounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@keyframes movebounce {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@-webkit-keyframes moveleftbounce {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
}

@keyframes moveleftbounce {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
}

.analysis-area,
.features-area,
.pricing-area,
.testimonial-area {
    position: relative;
    overflow: hidden
}

.features-area .about-text {
    margin-top: 0
}

.features-area .rocket {
    bottom: 45rem
}

.features-text {
    margin-top: 40px
}

.features-text h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

.services-box .icon,
.single-features i,
.single-services .icon {
    font-size: 40px;
    display: inline-block
}

.features-text ul {
    padding: 0;
    margin: 15px 0 25px;
    list-style-type: none
}

.analysis-text ul li,
.features-text ul li {
    position: relative;
    color: #828893;
    margin-bottom: 15px;
    padding-left: 30px
}

.analysis-text ul li::before,
.features-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 17px;
    height: 17px;
    background: #0c2baf;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

.accordion .accordion-item:last-child,
.analysis-text ul li:last-child,
.blog-details-content ul.customUl li p,
.card-body-item p:last-child,
.cart-table table,
.clients_sec .simple-pagination ul,
.features-text ul li:last-child,
.page-title ul,
.project-details ul.features li:last-child,
.project-info ul li:last-child,
.side-bar .categories-box ul li:last-child a,
.single-footer-widget .contact-list li:last-child,
.single-footer-widget .services-list li:last-child a,
.single-footer-widget .usefull-links li:last-child a,
.single-footer-widget .working-hours li:last-child,
.sticky-left-container .sticky-left {
    margin-bottom: 0
}

.google-search .img-item,
.single-features,
.text-center,
.why-choose-sec .heading-item h2 {
    text-align: center
}

.single-features i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    -webkit-clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    transition: .4s
}

.single-features h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px
}

.features-area-three {
    padding-bottom: 55px
}

.features-box {
    margin-bottom: 45px;
    position: relative;
    padding-left: 75px
}

.features-box i {
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 60px;
    transition: .4s;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0
}

.features-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px
}

.gallery-area,
.services-area,
.team-area {
    padding-bottom: 70px
}

.services-area.bg {
    background-image: url(../img/bg-pattern-2.png);
    background-attachment: fixed
}

.services-box,
.single-services {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    -webkit-transition: .4s;
    transition: .4s
}

.single-feedback .client-info .img img,
.single-services:hover .icon,
.single-team img {
    border-radius: 50%
}

.single-services .icon {
    background: #f4f6fd;
    width: 80px;
    height: 80px;
    color: #0c2baf;
    line-height: 80px;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s
}

.fun-fact:hover,
.services-box:hover,
.timeline>li>.timeline-panel:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover,
.services-box:hover .icon {
    color: #fff;
    background-color: #0c2baf
}

.services-box .icon {
    border: 1px solid #0c2baf;
    width: 80px;
    height: 80px;
    position: relative;
    color: #0c2baf;
    line-height: 80px;
    border-radius: 50%;
    z-index: 1;
    margin: 20px 0;
    -webkit-transition: .4s;
    transition: .4s
}

.services-box .icon::before {
    display: block;
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    top: -21px;
    left: -21px;
    z-index: -1;
    border: .5em solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06);
    -webkit-transition: .4s;
    transition: .4s
}

.analysis-form {
    background: #fff;
    -webkit-box-shadow: 5px 7px 30px rgba(72, 73, 121, .15);
    box-shadow: 5px 7px 30px rgba(72, 73, 121, .15);
    padding: 40px;
    border-radius: 5px;
    text-align: center
}

.analysis-form h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px
}

.analysis-form form .btn {
    display: block;
    width: 100%;
    padding: 13px 40px;
    border-radius: 5px
}

.analysis-text {
    position: relative;
    z-index: 1;
    margin-top: 25px
}

.analysis-text span {
    color: #0c2baf;
    font-size: 16px;
    font-weight: 400
}

.analysis-text ul,
.contact-text .social-links {
    padding: 0;
    margin: 20px 0 0;
    list-style-type: none
}

.pattern-1 {
    position: absolute;
    bottom: 0;
    right: 0
}

.shorting-menu {
    display: inline-block;
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, .15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, .15);
    padding: 18px 20px;
    margin-bottom: 40px;
    border-radius: 50px
}

.shorting-menu.text-center {
    display: block;
    background: 0 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0
}

.shorting-menu .filter {
    border: none;
    background: #f4f4f4;
    padding: 9px 24px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
    color: #828893;
    outline: 0!important;
    font-size: 16px;
    font-weight: 600
}

.copyright-area ul li:first-child::before,
.dis-none,
.footer-area.repair-footer-area::before,
.is-sticky .navbar-brand .stricky-logo,
.is-sticky .navbar-rgt .stricky-logo,
.mb-lg,
.navbar-brand .stricky-logo1,
.navbar-rgt .stricky-logo1,
.order-details .payment-method p [type=radio]:checked,
.order-details .payment-method p [type=radio]:not(:checked),
.seo-section .single-work-process:before,
.shorting .mix,
.single-repair-blog-post .blog-content ul li:first-child::before,
.single-repair-blog-post .blog-content ul li:last-child::before,
.tabing_sec .hidden,
.toggle,
.working-process-area .col-lg-3:last-child .single-work-process::before,
[id^=drop] {
    display: none
}

.single-repair-blog-post .blog-image,
.single-work {
    overflow: hidden;
    position: relative
}

.single-work::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.single-work:hover::before {
    opacity: .85;
    visibility: visible
}

.single-work:hover .work-content {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.single-work:hover .link-btn,
.single-work:hover .popup-btn {
    top: 40px;
    opacity: 1;
    visibility: visible;
    -webkit-animation: 3s linear infinite movebounce;
    animation: 3s linear infinite movebounce
}

.single-work .work-content {
    position: absolute;
    bottom: -115px;
    width: 100%;
    background: #fff;
    left: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.single-work .work-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.accordion,
.blog-details-heading ul,
.blog-details-meta ul,
.copyright-area ul,
.pagination-area .pagination,
.side-bar .widget-box ul,
.sidebarModal.modal.right .modal-body ul,
.single-footer-widget ul,
.single-work .work-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.single-work .link-btn,
.single-work .popup-btn {
    position: absolute;
    top: 0;
    right: 40px;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 46px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.single-work .link-btn:hover,
.single-work .popup-btn:hover {
    background: #0c2baf;
    border-color: #0c2baf
}

.single-work .link-btn {
    top: 40px;
    right: auto;
    left: 0
}

.single-work:hover .link-btn {
    left: 40px
}

.project-slides.owl-theme .owl-dots {
    margin-top: 45px
}

.single-work .link-btn,
.testimonial-area .section-title {
    z-index: 1
}

.project-details ul.features li {
    position: relative;
    color: #828893;
    margin-bottom: 10px;
    padding-left: 24px
}

.project-details ul.features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background: #0c2baf;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

.project-info ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
    color: #5c5c5c
}

.project-info ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #0c2baf;
    font-size: 35px
}

.project-info ul li span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000
}

.single-work-process {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15)
}

.single-work-process::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: url(../images/arrow.png) center center no-repeat;
    width: 217px;
    height: 210px;
    top: -20px;
    right: -120px
}

.single-work-process .icon {
    background: #f4f6fd;
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 1;
    font-size: 55px;
    color: #0c2baf;
    line-height: 80px;
    -webkit-clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    -webkit-transition: .4s;
    transition: .4s
}

.single-work-process .icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: #0c2baf;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.single-feedback,
.single-team {
    background: #fff;
    border-radius: 5px;
    -webkit-transition: .4s;
    margin-bottom: 30px
}

.single-work-process:hover .icon::before {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.single-work-process h3 {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 600;
    color: #153452;
    margin-bottom: 20px
}

.single-team {
    text-align: center;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    padding: 25px 15px;
    transition: .4s
}

.about--sec .about-bottom-content .read-more-btn,
.blog-details-comments-form,
.service--details--sec .bottom-details-content,
.single-team .team-content {
    margin-top: 25px
}

.single-team .team-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

.single-team .team-content span {
    display: block;
    color: #828893
}

.single-team .team-content ul {
    padding: 0;
    margin: 15px 0 0;
    list-style-type: none
}

.single-team .team-content ul li {
    display: inline-block;
    margin: 0 3px
}

.pricing-area .pattern-1,
.subscribe-area .pattern-1,
.testimonial-area .pattern-1 {
    right: auto;
    left: 0;
    bottom: auto;
    top: 0
}

.single-feedback {
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .06);
    padding: 20px;
    position: relative;
    transition: .4s;
    margin-top: 25px
}

.single-feedback:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background: #0c2baf
}

.single-feedback:hover .client-info .img {
    top: -33px;
    -webkit-animation: 3s linear infinite movebounce;
    animation: 3s linear infinite movebounce
}

.check-your-website::after,
.fun-fact i {
    -webkit-animation: 3s linear infinite movebounce
}

.single-feedback:hover i {
    color: #fff;
    opacity: .14
}

.single-feedback .client-info {
    position: relative;
    padding-left: 118px;
    margin-bottom: 30px
}

.single-feedback .client-info .img {
    position: absolute;
    left: 0;
    top: -45px;
    width: 100px;
    -webkit-transition: .4s;
    transition: .4s
}

.single-feedback .client-info h4,
.timeline-heading h4 {
    font-size: 22px;
    font-weight: 700
}

.single-feedback .client-info span {
    display: block;
    font-size: 16px;
    color: #828893;
    margin-top: 8px
}

.single-feedback i {
    font-size: 104px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #6f8ba4;
    z-index: -1;
    margin-top: -6px;
    margin-left: -70px;
    opacity: .14;
    -webkit-transition: .4s;
    transition: .4s
}

.fun-fact,
.fun-fact i {
    -webkit-transition: .4s
}

.funfacts-area {
    position: relative;
    background: #0c2baf;
    padding: 50px 0
}

.check-your-website::before,
.funfacts-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-pattern-2.png)
}

.fun-fact {
    position: relative;
    transition: .4s
}

.fun-fact i {
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    animation: 3s linear infinite movebounce;
    transition: .4s
}

.fun-fact h3 {
    font-size: 36px;
    color: #153452;
    margin-bottom: 35px;
    line-height: 28px;
    text-align: center
}

.fun-fact p {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 25px;
    line-height: 24px
}

.check-your-website {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #0c2baf
}

.check-your-website::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../404.html) center center;
    z-index: -1;
    opacity: .7;
    animation: 3s linear infinite movebounce
}

.check-your-website .text {
    position: relative;
    text-align: center;
    max-width: 820px;
    margin: 0 auto
}

.check-your-website .text h3 {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 20px
}

.check-your-website .text p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px
}

.check-your-website .text .form-control {
    border-radius: 50px;
    border: none;
    height: 60px
}

.check-your-website .text .btn {
    margin-top: 25px;
    padding: 16px 40px
}

.check-your-website .text .btn-primary {
    background: #fff;
    color: #0c2baf
}

.check-your-website .text .btn-primary:focus,
.check-your-website .text .btn-primary:hover {
    background: #153452;
    color: #fff
}

.tab-slider-nav {
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px
}

.tab-slider-tabs {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    border-radius: 35px;
    background: #fff
}

.tab-slider-tabs::after {
    content: "";
    width: 50%;
    background: #0c2baf;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 35px
}

.tab-slider-tabs.slide::after {
    left: 50%
}

.tab-slider-trigger {
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-details .thumb {
    position: relative;
    margin-bottom: 20px
}

.blog-details .date {
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    background: #0c2baf;
    color: #fff;
    padding: 10px 20px;
    font-size: 22px;
    border-radius: 0 10px 0 0
}

.blog-details-heading ul li {
    display: inline-block;
    margin-right: 15px;
    color: #777;
    font-size: 15px;
    font-weight: 500
}

.blog-details-content p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.8
}

.blog-details-content .blockquote {
    margin: 25px 0;
    background: #0c2baf;
    padding: 25px;
    color: #fff
}

.blog-details-content .blockquote p {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    line-height: 1.6
}

.blog-details-content .blockquote .blockquote-footer {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase
}

.blog-details-content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px
}

.blog-details-meta {
    border-top: 1px solid #eee;
    margin: 25px 0;
    border-bottom: 1px solid #eee;
    padding: 20px 0
}

.blog-details-meta .tags li a {
    border: 1px solid #eee;
    padding: 5px 14px;
    border-radius: 6px;
    color: #6f8ba4;
    font-size: 15px
}

.blog-details-meta .share li a:hover,
.blog-details-meta .tags li a:hover,
.social-links li a:focus,
.social-links li a:hover {
    background: #0c2baf;
    color: #fff;
    border-color: #0c2baf
}

.blog-details-meta ul .title {
    font-size: 18px;
    font-weight: 500;
    margin-right: 5px;
    margin-bottom: 0;
    color: #777
}

.blog-details-meta .share {
    display: inline-block;
    float: right
}

.blog-details-meta .share li a {
    color: #6f8ba4;
    border: 1px solid #eee;
    width: 35px;
    font-size: 14px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%
}

.blog-details-comments .single-comments {
    position: relative;
    padding-left: 130px
}

.blog-details-comments .single-comments .thumb {
    position: absolute;
    left: 0;
    top: 0
}

.blog-details-comments .single-comments .content h4 {
    font-size: 20px;
    font-weight: 600
}

.blog-details-comments .single-comments .content span {
    font-size: 14px;
    color: #6f8ba4;
    display: block;
    margin: 8px 0 15px
}

.blog-details-comments .border {
    border-color: #eee!important;
    margin: 25px 0
}

.single-comments.left-mr {
    margin-left: 80px;
    margin-top: 35px
}

.blog-details-heading h2,
.blog-details-heading h3,
.service--details--sec .blog-details-heading h1 {
    color: #153452;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px
}

.page-title {
    background: url(../images/breadcrumb.webp) #f4f6fd;
    padding-bottom: 30px;
    padding-top: 50px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-align: center
}

.page-title ul,
.timeline {
    padding: 0;
    list-style-type: none
}

.page-title h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.animatedBackground h1,
.animatedBackground label,
.breadcrumb--sec p {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff
}

.animatedBackground ul li {
    color: #0c2baf!important
}

.page-title ul li {
    display: inline-block;
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500
}

.page-title ul li.dot-divider {
    display: inline-block;
    height: 4px;
    width: 4px;
    background: #0c2baf;
    border-radius: 50%;
    margin: 0 5px;
    vertical-align: middle
}

.page-title .bg-pattern {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%
}

.side-bar .widget-box {
    background: #fff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    padding: 30px 25px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px
}

.side-bar .widget-box .title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 35px;
    position: relative;
    color: #0f3657
}

.side-bar .widget-box .title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    background: #0c2baf;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%)
}

#pagination-blog-sidebar ul li a i::before,
#pagination-blog-sidebar ul li span i::before,
.clints-section .section-wrapper .clients,
.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span,
.clints-section .section-wrapper .clients .client-list .client-thumb,
.clints-section .section-wrapper .clients .client-list .client-thumb img,
.error form,
.google-search .inpu-area,
.google-search form,
.newsletter form,
.process_sec .forth-child-item::before,
.side-bar .search-box form,
li.portfolio-nav {
    position: relative
}

.side-bar .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    cursor: pointer;
    border: none;
    background: #0c2baf;
    color: #fff;
    outline: 0!important
}

.side-bar .categories-box ul li a {
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    max-width: 100%
}

.side-bar .categories-box ul li a i {
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.side-bar .categories-box ul li a:hover {
    padding-left: 18px
}

.clints-section .section-wrapper .clients .client-list:hover .client-content,
.side-bar .categories-box ul li a:hover i {
    opacity: 1;
    visibility: visible
}

.pagination-area {
    text-align: center;
    margin-top: 40px
}

.page-link {
    padding: 11px 20px;
    margin: 0 3px;
    color: #6f8ba4;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6
}

.page-link:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.contact-text p,
.heading-text-item,
.mt-20,
.newsletter form .validation-success,
.repair-about-content .read-more-btn,
.sidebarModal.modal.right .modal-body p,
.single-repair-blog-post .blog-content {
    margin-top: 20px
}

.accordion .accordion-item {
    display: block;
    margin-bottom: 15px
}

#map,
.gallery-area .section-title {
    margin-bottom: 40px
}

.accordion .accordion-title {
    display: block;
    color: #fff;
    padding: 10px 20px;
    background: #0c2baf;
    border-radius: 30px
}

.accordion .accordion-title:hover {
    background-color: #0c2baf
}

.accordion .accordion-title.active {
    background: #0c2baf;
    border-radius: 0
}

.accordion .accordion-content {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 15px 15px 0
}

.accordion .accordion-content.show,
.cart-table table tbody tr td.product-thumbnail a,
.is-sticky .navbar-brand .stricky-logo1,
.is-sticky .navbar-rgt .stricky-logo1,
.sidebarModal.modal.right .modal-body .modal-contact-info li b,
.single-gallery-item a,
.single-repair-blog-post .blog-image a {
    display: block
}

.error-area {
    height: 100vh;
    text-align: center;
    background: rgba(255, 78, 0, .8)
}

.error {
    max-width: 550px;
    margin: 0 auto
}

.error h1 {
    opacity: .8;
    font-size: 268px;
    font-weight: 700;
    color: #fff
}

.error p {
    color: #fff;
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 30px
}

.error .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    border-radius: 0;
    background: #000;
    border-color: #000;
    height: 100%;
    width: 60px;
    padding: 0
}

.contact-box {
    background: #fff;
    padding: 25px 25px 25px 95px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%
}

.contact-box:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, .15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, .15);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.cart-totals,
.single-repair-box,
.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08)
}

.contact-box:hover .icon,
.go-top:hover {
    color: #fff;
    background: #0c2baf
}

.contact-box .icon {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #0c2baf;
    line-height: 47px;
    border: 1px dashed #0c2baf;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .4s;
    transition: .4s
}

.contact-box .content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px
}

.contact-box .content p {
    margin-bottom: 4px;
    font-size: 16px
}

.contact-box .content p a {
    color: #777
}

#map {
    width: 100%;
    height: 400px;
    margin-top: 40px
}

.contact-text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0
}

#contactForm .list-unstyled li,
.billing-details .form-group label .required {
    color: red
}

#contactForm .btn {
    padding: 12px 40px;
    margin-top: 15px;
    font-size: 18px
}

.single-gallery-item {
    overflow: hidden;
    margin-bottom: 30px
}

.single-gallery-item a img,
.single-repair-blog-post .blog-image a img {
    -webkit-transition: 1.5s ease-out;
    transition: 1.5s ease-out
}

.single-gallery-item:focus a img,
.single-gallery-item:hover a img {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}

.footer-area.repair-footer-area .social-links li a:focus,
.footer-area.repair-footer-area .social-links li a:hover {
    background-color: #0c2baf;
    color: #fff
}

.footer-area {
    padding-top: 30px;
    position: relative;
    background: #153452
}

.footer-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/map.png) fixed;
    opacity: .05
}

.footer-area.repair-footer-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: transparent
}

.footer-area.repair-footer-area::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 201%;
    background: #002c60;
    z-index: -1;
    -webkit-transform: skewY(177deg);
    transform: skewY(177deg)
}

.footer-area.repair-footer-area .copyright-area {
    background-color: #000
}

.footer-area.repair-footer-area .single-footer-widget p {
    color: #f2f2f2
}

.footer-area.repair-footer-area .social-links li a {
    border: none;
    color: #fff;
    background-color: #343434;
    line-height: 35px;
    font-size: 14px
}

.single-footer-widget .logo {
    margin-top: -10px;
    background: #fff;
    border-radius: 70px;
    max-width: 220px;
    text-align: center
}

.single-footer-widget .logo a {
    color: #153452;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900
}

.single-footer-widget p {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #fff;
    text-align: left
}

.single-footer-widget h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #f4ad01
}

.single-footer-widget .services-list li a,
.single-footer-widget .usefull-links li a {
    margin-bottom: 12px;
    font-weight: 600;
    color: #fff
}

.single-footer-widget .services-list li a:hover,
.single-footer-widget .usefull-links li a:hover {
    padding-left: 10px
}

.single-footer-widget .contact-list li,
.single-footer-widget .working-hours li {
    margin-bottom: 12px;
    font-weight: 500;
    color: #fff;
    position: relative
}

.bold-text,
.single-footer-widget .contact-list li span,
.single-footer-widget .working-hours li span {
    font-weight: 700
}

.social-links li {
    display: inline-block;
    margin-right: 5px
}

.social-links li a {
    border: 1px solid #153452;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 15px
}

.copyright-area {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #153452;
    margin-top: 20px;
    border-top: 1px dashed #eee
}

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    font-size: 25px;
    color: #fff;
    background-color: #000;
    z-index: 1;
    display: none;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 10px 0 0 10px;
    line-height: 46px;
    -webkit-transition: .4s;
    transition: .4s
}

.ml-30 {
    margin-left: 30px
}

.max-1200 {
    max-width: 1200px!important
}

.pd-0 {
    padding: 0!important
}

.pd-ul {
    padding-left: 10px;
    display: inline
}

.pdtop {
    padding-top: 130px
}

.is-sticky .navbar-nav .nav-link,
.is-sticky .navbar-right-side .clr-white {
    color: #000
}

.pd-50,
.process_sec,
.why-choose-sec,
section.middle-image {
    padding: 50px 0
}

.do-section-heading,
.do-section-heading-light {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    margin-top: 20px
}

.do-section-heading h4 {
    color: #0d2d4b!important;
    font-size: 29px;
    text-transform: uppercase
}

.do-section-heading h2 span,
.do-section-heading h3 span,
.do-section-heading h4 span {
    font-weight: 400;
    font-size: 29px;
    color: #495520;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase
}

.sub-heading p {
    font-size: 20px;
    padding: 6px 0;
    color: #255b89
}

.do-section-heading::after {
    content: "";
    width: 45px;
    height: 4px;
    background-color: #9bbc3b;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.nav-item ul li .icon1:after,
.nav-item ul li .icon2:after,
.nav-item ul li .icon3:after,
.nav-item ul li .icon4:after,
.nav-item ul li .icon5:after,
.nav-item ul li .icon6:after {
    top: -5px;
    left: 15px;
    width: 26px;
    height: 26px;
    opacity: 0;
    transform: scale(0);
    transition: .5s;
    position: absolute;
    bottom: 0;
    content: ""
}

.nav-item ul li {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%
}

.nav-item ul li a {
    position: relative;
    display: block;
    color: #153452;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    border-bottom: 1px solid #e2e8f0;
    text-transform: capitalize;
    transition: .5s;
    padding: 0 10px 15px 15px
}

.nav-item ul li .icon1:after {
    background: url(../images/dropdown-menu-arrow1.html)
}

.nav-item ul li .icon2:after {
    background: url(../images/dropdown-menu-arrow2.html)
}

.nav-item ul li .icon3:after {
    background: url(../images/dropdown-menu-arrow3.html)
}

.nav-item ul li .icon4:after {
    background: url(../images/dropdown-menu-arrow4.html)
}

.nav-item ul li .icon5:after {
    background: url(../images/dropdown-menu-arrow5.html)
}

.nav-item ul li .icon6:after {
    background: url(../images/dropdown-menu-arrow6.html)
}

.nav-item ul li:hover a:after {
    opacity: 1;
    transform: scale(1)
}

header .item {
    height: 800px;
    position: relative
}

header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(22, 52, 82, .8);
    display: flex;
    align-items: center
}

header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden
}

header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%)
}

header .owl-nav .owl-next,
header .owl-nav .owl-prev {
    top: 43%;
    background: rgba(0, 0, 0, .5)!important;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 1000;
    border-radius: 0;
    position: absolute;
    cursor: pointer;
    opacity: 0
}

header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff
}

header .item .cover .header-content label {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    line-height: 1
}

header .item .cover .header-content h1,
header .item .cover .header-content p {
    font-size: 56px;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    font-weight: 600
}

header .item .cover .header-content p {
    line-height: 1
}

header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff
}

header .owl-item.active h1,
header .owl-item.active h2,
header .owl-item.active label,
header .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: .3s
}

header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: .3s
}

header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: .3s
}

header .owl-nav .owl-prev {
    left: 15px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

header .owl-nav .owl-next span,
header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff
}

header .owl-nav .owl-next:focus,
header .owl-nav .owl-prev:focus {
    outline: 0
}

header .owl-nav .owl-next:hover,
header .owl-nav .owl-prev:hover {
    background: #000!important
}

header .owl-nav .owl-next {
    right: 15px;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

header:hover .owl-prev {
    left: 0;
    opacity: 1
}

header:hover .owl-next {
    right: 0;
    opacity: 1
}

.clr-fff {
    color: #fff!important
}

.analysis-text1 ul li::before {
    background: #fff!important
}

.bg-blue {
    background: #153452!important
}

.cnt-padding {
    padding: 70px 0 50px
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info,
.clints-section .section-wrapper .clients .client-list .client-content .client-info .rating ul,
.same-block {
    display: flex;
    flex-wrap: wrap
}

.footer-social {
    float: left;
    padding: 30px 0;
    display: flex
}

.social-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px!important;
    height: 35px!important;
    border: 1px solid #eee !important;
    transition: 0.3s;
    margin-right: 5px;
}

.social-cont:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.fnt-25 {
    font-size: 20px!important
}

.captcha-style {
    color: #1953c6!important;
    font-size: 18px;
    width: 72px;
    border: 3px solid #000;
    padding: 7px 10px
}

.cnt-form {
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #f3f5fe;
    outline: 0;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #f3f5fe
}

.posrel {
    position: relative!important
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.icon-animation {
    -webkit-animation: 3s linear infinite movebounce;
    animation: 3s linear infinite movebounce;
    -webkit-transition: .4s;
    transition: .4s;
    padding-bottom: 20px
}

.clr-blue {
    color: #153452!important;
    font-weight: 600
}

.pd-rgt {
    padding-right: 5px
}

.pd-btm {
    padding-bottom: 15px
}

.pt-10 {
    padding-top: 10px
}

.bg1 {
    background-color: #0c2baf!important
}

.bg2 {
    background-color: #0d2d4b!important
}

.bg3 {
    background-color: #255b89!important
}

.bg4 {
    background-color: #4563c0!important
}

.bg5 {
    background-color: #6545c0!important
}

.bg6 {
    background-color: #31a7ab!important
}

.abt-hd h1 {
    font-size: 25px;
    padding: 20px 0;
    font-weight: 700
}

.do-section-heading h2,
.do-section-heading h3 {
    color: #0d2d4b!important;
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1
}

.error-btn a {
    text-align: center;
    background: #153452;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 190px;
    padding: 10px 0;
    margin-top: 40px
}

.error-btn a:hover {
    color: #153452;
    background: #fff;
    border: 1px solid #153452
}

.error-btn {
    margin: 0 auto;
    max-width: 200px
}

.portfolio-screen {
    background-image: url(../images/laptop.html);
    display: block;
    height: 320px;
    overflow: hidden;
    position: relative;
    border-radius: 1px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 7
}

.portfolio-screen img {
    width: 75%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 11s;
    -moz-transition: top 11s;
    -ms-transition: top 11s;
    -o-transition: top 11s;
    transition: bottom 11s
}

.nav-item.dropdown,
.nav-items>ul {
    position: initial
}

.portfolio-screen:hover img {
    bottom: 0;
    -webkit-transition: 11s;
    -moz-transition: 11s;
    -ms-transition: 11s;
    -o-transition: 11s;
    transition: 11s
}

.portfolio-screen1 img {
    bottom: -615px
}

.portfolio-screen2 img {
    bottom: -893px
}

.portfolio-screen3 img {
    bottom: -1238px
}

.portfolio-screen4 img {
    bottom: -817px
}

.portfolio-screen5 img {
    bottom: -1230px
}

.portfolio-screen6 img {
    bottom: -917px
}

.portfolio-screen7 img {
    bottom: -1091px
}

.portfolio-screen8 img {
    bottom: -652px;
    left: 12.6%
}

.portfolio-section h3,
.tabing_sec .blocks .block h3 {
    font-weight: 700;
    text-align: center;
    padding: 40px 0 10px;
    font-size: 21px;
    margin-bottom: 20px
}

.blog-details-content h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    color: #103758;
    bottom: -655px;
    left: 12.6%
}

.blog-details-content h2 {
    font-size: 18px;
    padding: 15px 0 10px;
    font-weight: 700;
    color: #103758
}

.blogSec {
    padding: 60px 0
}

.blogSec .blogBox .blogText h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
    color: #153452;
    font-weight: 600
}

.blogSec .blogBox .blogText p {
    text-align: justify;
    margin-bottom: 15px
}

.blog-details-content ul.customUl {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.blog-details-content ul.customUl li {
    flex: 0 0 50%
}

.blog-details-content .customBtn {
    text-decoration: underline
}

.categories-box ul li {
    display: flex;
    justify-content: space-between
}

.categories-box ul li a {
    flex: 0 0 67%;
    max-width: 67%
}

.mega-menu ul.nav-pills,
.sidebarDesign {
    flex: 0 0 30%;
    max-width: 30%
}

.blogimage {
    width: 100%;
    height: 60px
}

.blogimage img,
img.logo-img-one {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.ptb-30 {
    padding: 30px 0
}

.blogSec .blogBox,
.seo-section .single-work-process {
    margin-bottom: 30px
}

.dis-flex,
ul.sticky-left {
    display: flex
}

.image-center {
    margin: 0 auto;
    display: block
}

.smm-image {
    height: 400px;
    border: 1px solid #ddd
}

.clints-section .section-wrapper {
    height: 400px;
    background: url(../images/bg.png) center/100% 100% no-repeat
}

.clints-section .section-wrapper .clients .client-list:hover .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:hover .client-thumb::before {
    -webkit-animation: 1.05s infinite circle-2;
    -moz-animation: 1.05s infinite circle-2;
    -ms-animation: circle-2 1.05s infinite;
    -o-animation: 1.05s infinite circle-2;
    animation: 1.05s infinite circle-2
}

.clints-section .section-wrapper .clients .client-list:first-child {
    top: 70px;
    left: 20%
}

.clints-section .section-wrapper .clients .client-list:nth-child(2) {
    top: 40px;
    left: 40%
}

.clints-section .section-wrapper .clients .client-list:nth-child(2) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(2) .client-thumb::before {
    background: #7256df
}

.clints-section .section-wrapper .clients .client-list:nth-child(3) {
    top: 115px;
    left: 60%
}

.clints-section .section-wrapper .clients .client-list:nth-child(3) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(3) .client-thumb::before {
    background: #eb59d5
}

.clints-section .section-wrapper .clients .client-list:nth-child(4) {
    top: 285px;
    left: 25%
}

.clints-section .section-wrapper .clients .client-list:nth-child(4) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(4) .client-thumb::before {
    background: #37d87b
}

.clints-section .section-wrapper .clients .client-list:nth-child(5) {
    top: 210px;
    left: 50%
}

.clints-section .section-wrapper .clients .client-list:nth-child(5) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(5) .client-thumb::before {
    background: #fe7855
}

.clints-section .section-wrapper .clients .client-list:nth-child(6) {
    top: 288px;
    left: 70%
}

.clints-section .section-wrapper .clients .client-list:nth-child(6) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(6) .client-thumb::before {
    background: #ffc313
}

.clints-section .section-wrapper .clients .client-list:nth-child(7) {
    top: 75px;
    left: 70%
}

.clints-section .section-wrapper .clients .client-list:nth-child(7) .client-thumb::after,
.clints-section .section-wrapper .clients .client-list:nth-child(7) .client-thumb::before {
    background: #26aeea
}

.clints-section .section-wrapper .clients .client-list .client-thumb {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer
}

.clints-section .section-wrapper .clients .client-list .client-thumb::after,
.clints-section .section-wrapper .clients .client-list .client-thumb::before {
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #0ca5f1
}

.clints-section .section-wrapper .clients .client-list .client-thumb::after {
    width: 55px;
    height: 55px;
    opacity: .09
}

.clints-section .section-wrapper .clients .client-list .client-thumb::before {
    width: 45px;
    height: 45px;
    opacity: .2
}

.clints-section .section-wrapper .clients .client-list .client-thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 1
}

.clints-section .section-wrapper .clients .client-list .client-content {
    opacity: 0;
    visibility: hidden;
    width: 200px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(136, 136, 136, .2);
    bottom: 50%;
    right: 50%;
    z-index: 3;
    transform: translate(50%, 50%)
}

@media (max-width:575px) {
    .clints-section .section-wrapper .clients .client-list {
        position: static!important;
        margin: 15px
    }
    .clints-section .section-wrapper .clients .client-list.active .client-content {
        opacity: 1;
        visibility: visible
    }
    .clints-section .section-wrapper .clients .client-list .client-content {
        width: 250px;
        right: 40%
    }
}

@media (min-width:768px) {
    .clints-section .section-wrapper .clients .client-list:first-child .client-content,
    .clints-section .section-wrapper .clients .client-list:nth-child(2) .client-content {
        top: 50px;
        bottom: auto;
        left: 0;
        right: auto
    }
    .clints-section .section-wrapper .clients .client-list:first-child .client-content::after,
    .clints-section .section-wrapper .clients .client-list:nth-child(2) .client-content::after {
        top: -15px;
        bottom: auto;
        left: 25px;
        right: auto
    }
    .clints-section .section-wrapper .clients .client-list:nth-child(3) .client-content,
    .clints-section .section-wrapper .clients .client-list:nth-child(7) .client-content {
        top: 0;
        bottom: auto;
        right: 50px
    }
    .clints-section .section-wrapper .clients .client-list:nth-child(3) .client-content::after,
    .clints-section .section-wrapper .clients .client-list:nth-child(7) .client-content::after {
        top: 0;
        bottom: auto;
        right: -12px;
        left: auto
    }
    .clints-section .section-wrapper .clients .client-list:nth-child(4) .client-content {
        left: 0;
        right: auto
    }
    .clints-section .section-wrapper .clients .client-list:nth-child(4) .client-content::after {
        left: 25px;
        right: auto
    }
    .clints-section .section-wrapper .clients .client-list .client-content {
        width: 440px;
        bottom: 50px;
        right: -30px;
        transform: translate(0, 0)
    }
}

@media (min-width:991px) {
    .clints-section .section-wrapper .clients .client-list .client-content {
        width: 530px
    }
}

.clints-section .section-wrapper .clients .client-list .client-content:after {
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 25px;
    background: #fff;
    transform: rotate(45deg) translateY(10px)
}

@media (max-width:767px) {
    .clints-section .section-wrapper .clients .client-list .client-content:after {
        display: none
    }
}

.clints-section .section-wrapper .clients .client-list .client-content p {
    margin-bottom: 10px
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info {
    justify-content: space-between
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span {
    color: #555;
    margin-left: 10px
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span::after {
    top: 50%;
    left: -6px;
    width: 5px;
    height: 1px;
    background: #555;
    transform: translateY(-50%)
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info .rating ul {
    margin-bottom: 0!important
}

.clints-section .section-wrapper .clients .client-list .client-content .client-info .rating ul li {
    color: #e9ba17;
    margin: 1px
}

.clints-section.bg-color {
    background-color: #fefff1
}

@media (min-width:992px) {
    .padding-tb {
        padding: 120px 0
    }
}

.padding-tb {
    padding: 70px 0
}

.clints-section .section-wrapper .clients .client-list,
.clints-section .section-wrapper .clients .client-list .client-content,
.clints-section .section-wrapper .clients .client-list .client-content .client-info .name-desi span::after,
.clints-section .section-wrapper .clients .client-list .client-content:after,
.clints-section .section-wrapper .clients .client-list .client-thumb::after,
.clints-section .section-wrapper .clients .client-list .client-thumb::before {
    position: absolute;
    content: ""
}

.header-menu {
    min-width: 100%;
    left: 10%
}

.mega-menu {
    background: #fff;
    border-top: 4px solid #0c2baf;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 24px -5px #ccc;
    -moz-box-shadow: 0 8px 24px -5px #ccc;
    box-shadow: 0 8px 24px -5px #ccc;
    padding: 0
}

.nav-section {
    display: none;
    justify-content: flex-start;
    min-height: 250px
}

.mega-menu .tab-content {
    flex: 0 0 70%;
    max-width: 70%
}

.nav-section ul li a {
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 25px
}

.nav-section ul li a.active {
    background: #fff;
    font-weight: 500;
    color: #0c2baf
}

.nav-section ul.nav-pills li a i {
    border-radius: 50px;
    border: 1px dashed #ddd;
    padding: 10px;
    margin-right: 15px;
    font-size: 30px
}

.nav-items>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.nav-items>ul li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    position: relative;
    margin-bottom: 15px
}

.nav-items>ul li a {
    border-bottom: none;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 700;
    justify-content: center;
    width: fit-content;
    line-height: 25px;
    position: relative
}

.nav-items>ul li a span {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px
}

.nav-items>ul li a:after {
    position: absolute;
    top: 35px;
    right: 0;
    content: "";
    padding: 3px;
    border-right: 2px solid #0c2baf;
    border-top: 2px solid #0c2baf;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.nav-items>ul li:hover a:after {
    opacity: 1;
    transform: rotate(45deg);
    right: -4px
}

.arrow {
    font-size: 32px;
    height: 20px
}

.mobile-quote {
    background: #0c2baf;
    text-align: center
}

.header-bottom-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.menu-right {
    display: flex;
    align-items: center
}

.quote-btn {
    background: #153452;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    margin-left: 30px
}

.menu-section li:hover .nav-section {
    display: flex;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 79px;
    border-top: 3px solid #0c2baf;
    border-radius: 4px;
    box-shadow: 0 22px 34px 4px rgba(0, 0, 0, .15)
}

.nav-pills {
    flex: 0 0 30%;
    max-width: 30%;
    display: block;
    position: initial;
    background: #f1f1f1
}

.nav-pills li {
    display: contents
}

.tab-content {
    flex: 0 0 70%;
    max-width: 70%;
    padding-top: 20px;
    padding-left: 30px
}

nav:after {
    content: "";
    display: table;
    clear: both
}

nav ul {
    float: left;
    padding: 0;
    margin: 0
}

nav ul li {
    margin: 0;
    display: inline-block;
    float: left;
    height: 80px;
    display: flex;
    align-items: center
}

nav a {
    display: block;
    color: #153452;
    line-height: 60px;
    font-weight: 500;
    padding: 0 12px;
    font-size: 16px
}

nav ul ul {
    display: none;
    position: absolute;
    top: 60px
}

nav ul li:hover>ul {
    display: inherit
}

@media all and (max-width:991px) {
    .nav-toggle,
    .toggle {
        text-decoration: none;
        margin-bottom: 0
    }
    .toggle,
    nav a {
        line-height: 40px
    }
    nav {
        margin: 0
    }
    .dis-data,
    .menu,
    .toggle a,
    nav ul li:hover>ul,
    nav ul ul li:hover>ul {
        display: none
    }
    .toggle {
        display: block;
        padding: 0 18px;
        color: #153452;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    .nav-toggle {
        background-color: #153452;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        line-height: 23px;
        border: none;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px
    }
    .dis-none,
    nav ul li,
    nav ul ul li {
        display: block
    }
    [id^=drop]:checked ul {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        top: 80px;
        border-top: 5px solid #0c2baf;
        border-radius: 4px;
        box-shadow: 0 22px 34px 4px rgba(0, 0, 0, .15);
        height: 250px;
        overflow: scroll
    }
    nav ul li {
        width: 100%;
        height: unset;
        border-bottom: 1px solid #f1f1f1
    }
    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px
    }
    nav ul ul ul a {
        padding: 0 20px 0 70px
    }
    nav ul ul {
        float: none;
        position: static;
        color: #fff
    }
    nav ul ul li {
        width: 100%;
        background: #f3f3f3
    }
    nav ul ul ul li {
        position: static;
        background: #fff
    }
    .next-menu {
        top: auto!important;
        height: auto!important;
        position: relative!important;
        border-top: none!important;
        box-shadow: none!important;
        overflow: unset!important
    }
}

@media all and (max-width:330px) {
    nav ul li {
        display: block;
        width: 94%
    }
}

@media all and (max-width:480px) {
    .quote-btn {
        display: none
    }
}

.blocks .block {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 50px;
    position: relative
}

.blocks .block .window.macpro {
    width: 415px;
    position: absolute;
    top: 17px;
    left: 19px
}

.blocks .block .window.macpro img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 248px
}

.blocks .block .window.imac {
    width: 292px;
    position: absolute;
    top: 12px;
    left: 79px
}

.blocks .block .window.imac img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 182px
}

.blocks .block .window img {
    transition: 5s
}

.blocks .block .window img:hover {
    -o-object-position: bottom;
    object-position: bottom
}

.blocks svg {
    width: 450px
}

.portfolio-section {
    padding: 50px 0 0
}

@media only screen and (max-width:991px) {
    .blocks .block .window.imac img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        height: 150px
    }
    .blocks svg {
        width: 365px
    }
    .blocks .block .window.imac {
        width: 237px;
        position: absolute;
        top: 9px;
        left: 64px
    }
    .blocks .block .window img:hover {
        -o-object-position: bottom;
        object-position: bottom
    }
}

@media only screen and (max-width:767px) {
    .portfolio-section {
        padding: 50px 0 0
    }
    .blocks .block .window.imac {
        width: 324px;
        position: absolute;
        top: 14px;
        left: 88px
    }
    .blocks svg {
        width: 500px
    }
    .blocks .block .window.imac img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        height: 202px
    }
    .blocks .block .window img:hover {
        -o-object-position: bottom;
        object-position: bottom
    }
}

@media only screen and (max-width:575px) {
    .blocks .block .window.imac img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        height: 195px
    }
    .blocks .block .window img:hover {
        -o-object-position: bottom;
        object-position: bottom
    }
    .blocks .block .window.imac {
        width: 312px;
        position: absolute;
        top: 13px;
        left: 84px
    }
    .blocks svg {
        width: 480px
    }
}

@media only screen and (max-width:400px) {
    .blocks .block .window.imac img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
        height: 143px
    }
    .blocks .block .window.imac {
        width: 228px;
        position: absolute;
        top: 9px;
        left: 61px
    }
    .blocks .block {
        margin-bottom: 25px;
        margin-left: -12px
    }
    .blocks svg {
        width: 350px
    }
    .blocks .block .window img:hover {
        -o-object-position: bottom;
        object-position: bottom
    }
}

.tabing_sec {
    padding: 100px 0;
    overflow: hidden
}

.tabing_sec .tabs {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
    border-bottom: 2px solid #ebebeba3;
    flex-wrap: wrap
}

.tabing_sec .tab-content .row {
    border-bottom: 2px solid #ebebeba3;
    margin-bottom: 45px
}

.tabing_sec .tab-button {
    cursor: pointer;
    padding: 13px 20px;
    border: none;
    background-color: #f2f2f2;
    margin: 0 8px 20px;
    outline: 0;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 8px 8px 10px #52525247;
    border-radius: 50px;
    color: #153452
}

.tabing_sec .tab-button.active {
    background-color: #f4ad01;
    color: #fff;
    border: none;
    outline: 0
}

.tabing_sec .tab-content {
    border: 0;
    border-radius: 0 0 5px 5px;
    max-width: 100%;
    width: 100%;
    padding: 50px 0 0
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px
}

.page-number {
    margin: 0 10px
}

.next-button,
.prev-button {
    cursor: pointer;
    margin: 0 10px;
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none
}

.simple-pagination .current,
.simple-pagination li a,
.simple-pagination li span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    font-size: 20px;
    line-height: normal;
    padding: 0
}

.whatsapp {
    width: max-content
}

.simple-pagination ul {
    margin: 50px 0 68px;
    padding: 0;
    list-style: none;
    text-align: center
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    align-items: center;
    justify-content: center
}

.simple-pagination .current {
    color: #fff;
    background-color: #0c2baf;
    border-color: #153452;
    align-items: center;
    justify-content: center;
    box-shadow: 7px 0 8px #15345269
}

.service_section .nav-link.active::before,
.simple-pagination .next.current,
.simple-pagination .prev.current {
    background: #153452
}

.simple-pagination li a {
    box-shadow: 7px 0 8px #15345269;
    border: 2px solid #2222224f
}

.blocks .block:before {
    content: "";
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    width: 100%;
    height: 30px;
    background: url("../../images/computer-bottom-img.html") 0 0/100% no-repeat
}

.faq-container .faq-item {
    padding: 10px;
    border: 1px solid #153452;
    cursor: pointer;
    transition: .5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 0;
    border-bottom: 0;
    background: #1010100d;
    color: #000
}

.faq-container .faq-answer {
    font-size: 16px;
    overflow: hidden;
    height: 0;
    transition: .5s;
    padding: 0 10px;
    border: 1px solid #153452;
    border-top: 0;
    background: #f3f3f3
}

.faq-container .icon-container i {
    font-size: 20px;
    cursor: pointer;
    transition: .5s
}

.text h1,
.why-choose-sec .heading-item h2 {
    font-size: 25px
}

.faq-container .icon-container i.active {
    transform: rotate(90deg)!important;
    display: block!important;
    transition: .5s
}

.faq-container .faq-answer p {
    margin: 0;
    padding: 10px 0;
    text-align: start
}

.faq-container .faq-answer.active {
    height: auto;
    transition: .5s;
    min-height: inherit
}

.why-choose-item .img-item:after,
.why-choose-item .img-item:before {
    content: "";
    left: 0;
    height: 100%;
    border-radius: 100%;
    width: 100%;
    right: 0
}

.why-choose-item {
    padding-top: 50px
}

.why-choose-item .img-item {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 auto 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center
}

.why-choose-item .img-item:before {
    position: absolute;
    top: 0;
    z-index: -1;
    background: #153452;
    background: linear-gradient(260deg, #153452 0, #153452 34%, #a0c045 100%)
}

.why-choose-item .img-item:after {
    position: absolute;
    top: 5px;
    z-index: -1;
    background: #fff;
    box-shadow: 5px 5px 10px #1534524a
}

.blog-details-area .blog-details-content h2 {
    text-transform: capitalize;
    margin: 0;
    text-align: start
}

.process_sec .heading-item h2 {
    margin-bottom: 40px;
    text-align: center
}

.process_sec .single-work-process {
    padding: 25px 15px;
    height: 100%
}

.process_sec .single-work-process p {
    font-size: 15px;
    margin-top: 0
}

.process_sec .single-work-process h3 {
    margin-bottom: 10px;
    line-height: normal
}

.why-choose-item .content-item h2 {
    text-align: center;
    font-size: 20px
}

.about--bottom--sec,
.dynamic h2,
.dynamic-website-design,
.service--details--sec .faq-container .faq-answer p {
    padding-top: 0
}

.port-image,
.pt-20,
.top-section {
    padding-top: 20px
}

@font-face {
    font-family: icomoon;
    src: url("../../fonts/icomoond94e.html?scl5b3");
    src: url("../../fonts/icomoond94e.html?scl5b3#iefix") format("embedded-opentype"), url("../../fonts/icomoond94e.ttf?scl5b3") format("truetype"), url("../../fonts/icomoond94e-2.html?scl5b3") format("woff"), url("../../fonts/icomoond94e-3.html?scl5b3#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.icon-low-maintenance:before {
    content: "\e910"
}

.icon-launch-the-website .path1:before {
    content: "\e900";
    color: #000
}

.icon-launch-the-website .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: #fff
}

.icon-launch-the-website .path3:before {
    content: "\e902";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path4:before {
    content: "\e903";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path5:before {
    content: "\e904";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path6:before {
    content: "\e905";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path7:before {
    content: "\e906";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path8:before {
    content: "\e907";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path9:before {
    content: "\e908";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path10:before {
    content: "\e909";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path11:before {
    content: "\e90a";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path12:before {
    content: "\e90b";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path13:before {
    content: "\e90c";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path14:before {
    content: "\e90d";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path15:before {
    content: "\e90e";
    margin-left: -1em;
    color: #000
}

.icon-launch-the-website .path16:before {
    content: "\e90f";
    margin-left: -1em;
    color: #000
}

.icon-determine-the-scope-of-your-project .path1:before {
    content: "\e911";
    color: #000
}

.icon-determine-the-scope-of-your-project .path2:before {
    content: "\e912";
    margin-left: -1em;
    color: #000
}

.icon-determine-the-scope-of-your-project .path3:before {
    content: "\e913";
    margin-left: -1em;
    color: #000
}

.icon-determine-the-scope-of-your-project .path4:before {
    content: "\e914";
    margin-left: -1em;
    color: #000
}

.icon-determine-the-scope-of-your-project .path5:before {
    content: "\e915";
    margin-left: -1em;
    color: #000
}

.icon-determine-the-scope-of-your-project .path6:before {
    content: "\e916";
    margin-left: -1em;
    color: #000
}

.icon-determine-the-scope-of-your-project .path7:before {
    content: "\e917";
    margin-left: -1em;
    color: #000
}

.icon-determine-the-scope-of-your-project .path8:before {
    content: "\e918";
    margin-left: -1em;
    color: #000
}

.icon-determine-the-scope-of-your-project .path9:before {
    content: "\e926";
    margin-left: -1em;
    color: #fff
}

.icon-identify-your-goal:before {
    content: "\e919";
    top: 10px;
    position: absolute;
    left: 10px
}

.icon-cost-efficiency:before {
    content: "\e91a"
}

.icon-reliable-support:before {
    content: "\e91b"
}

.icon-scalability:before {
    content: "\e91c"
}

.icon-custom-solutions:before {
    content: "\e91d"
}

.icon-delivery-and-support:before {
    content: "\e91e"
}

.icon-testing-and-optimization:before {
    content: "\e91f"
}

.icon-dsesign-and-development:before {
    content: "\e920"
}

.icon-consultation:before {
    content: "\e921"
}

.icon-fast-loading:before {
    content: "\e922"
}

.icon-security:before {
    content: "\e924"
}

.icon-affordable-pricing:before {
    content: "\e925"
}

.why-choose-item .img-item i {
    font-size: 55px;
    color: #153452
}

.text h1 {
    padding: 20px 0
}

.port-image {
    max-width: 500px;
    margin: 0 auto;
    display: block
}

@font-face {
    font-family: icomoon;
    src: url("../../fonts/font/icomoon013c.html?t7imw4");
    src: url("../../fonts/font/icomoon013c.html?t7imw4#iefix") format("embedded-opentype"), url("../../fonts/font/icomoon013c.ttf?t7imw4") format("truetype"), url("../../fonts/font/icomoon013c-2.html?t7imw4") format("woff"), url("../../fonts/font/icomoon013c-3.html?t7imw4#icomoon") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-clean-sleek-design:before {
    content: "\e900";
    color: #153452
}

.icon-design-creative-services:before {
    content: "\e901";
    color: #153452
}

.icon-digital-marketing:before {
    content: "\e902";
    color: #153452
}

.icon-domian-registration-hosting:before {
    content: "\e903";
    color: #153452
}

.icon-fast-delivery:before {
    content: "\e904";
    color: #153452
}

.icon-free-updates-support:before {
    content: "\e905";
    color: #153452
}

.icon-fully-responsive:before {
    content: "\e906";
    color: #153452
}

.icon-high-quality:before {
    content: "\e907";
    color: #153452
}

.icon-light-weight:before {
    content: "\e908";
    color: #153452
}

.icon-low-cost:before {
    content: "\e909";
    color: #153452
}

.icon-seo:before {
    content: "\e90a";
    color: #153452
}

.icon-smo:before {
    content: "\e90b";
    color: #153452
}

.icon-unique-design:before {
    content: "\e90c";
    color: #153452
}

.icon-web-development:before {
    content: "\e90d";
    color: #153452
}

.funfacts-area .fun-fact {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px
}

.single-work-process .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.fun-fact i,
.our_services .service-card .icon-box i {
    font-size: 55px
}

.top {
    top: 100px!important
}

.about_section {
    padding: 80px 0 40px
}

.about_section .about-item .img-item img {
    width: 100%;
    border-radius: 20px;
    transition: .5s
}

.about_section .about-item .img-item {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 5px #00000057
}

.about_section .content-item p {
    margin-bottom: 5px
}

.about_section .content-item {
    padding-left: 20px
}

.about_section .about-item .img-item:hover img {
    transform: scale(1.3) rotate(10deg);
    transition: .5s
}

.about--bottom--sec .content-item {
    margin-bottom: 8px;
    border-left: 4px solid #0c2baf;
    padding: 20px 0;
    padding-left: 35px!important;
    background: #000;
    background: linear-gradient(90deg, rgb(0 0 0 / 0%) 0, rgb(0 0 0 / 3%) 0, rgba(0, 0, 0, 0) 100%);
    border-radius: 150px
}

.about--bottom--sec .content-item h3.title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #153553
}

.about--bottom--sec .content-item.text-right {
    padding-left: 0;
    border-left: 0;
    border-right: 4px solid #0c2baf;
    padding-right: 35px!important;
    background: #000;
    background: linear-gradient(280deg, rgb(0 0 0 / 0%) 0, rgb(0 0 0 / 3%) 0, rgba(0, 0, 0, 0) 100%)
}

.testimonial--sec .do-section-heading span {
    margin-right: 10px
}

.testimonial--sec .do-section-heading h3,
.testimonial--sec .do-section-heading h3 span {
    font-size: 25px;
    padding-bottom: 10px;
    margin-bottom: 50px
}

.testimonial--sec {
    padding-bottom: 60px
}

.testimonial--sec #testimonial--slider .item {
    background: #fbfbfb;
    padding: 30px;
    margin: 10px 10px 30px;
    box-shadow: 0 0 10px #0000001c;
    border-radius: 60px 0;
    position: relative;
    z-index: 6;
    overflow: hidden;
    height: 260px
}

.testimonial--sec #testimonial--slider .item:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #1535531a;
    z-index: -1
}

.testimonial--sec #testimonial--slider .item:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 42%;
    height: 36%;
    background-image: url("../img/quotes.png");
    background-repeat: no-repeat;
    opacity: .2;
    z-index: -1
}

.testimonial--sec #testimonial--slider .item h4 {
    font-size: 18px;
    margin-top: 15px;
    color: #153452
}

.testimonial--sec #testimonial--slider .item p {
    font-size: 16px;
    font-weight: 500;
    color: #2e2e2e
}

.testimonial--sec .slick-dots li button:before {
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.testimonial--sec .slick-dots li {
    margin: 2px
}

.testimonial--sec .slick-dots .slick-active button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0c2baf;
    border-radius: 100%;
    padding: 0
}

.testimonial--sec .slick-dots .slick-active button:before {
    background: #0c2baf
}

.heading-item {
    font-size: 29px!important
}

nav ul li label.toggle {
    font-size: 16px;
    padding: 0 12px
}

.about_section .content-item h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0f3657
}

.sticky-left-container {
    padding: 3px;
    margin: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    right: auto;
    width: 100%;
    background-color: #0d2d4b
}

.sticky-left li:nth-child(3) {
    border: none
}

.sticky-left li {
    list-style-type: none;
    background-color: none;
    color: #efefef;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-right: 1px solid #fff;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    display: flex;
    justify-content: center
}

.sticky-left-container .sticky-left li img {
    width: 32px;
    height: 32px
}

section {
    overflow-x: hidden;
    overflow: hidden
}

.abt-hd h1 {
    line-height: normal
}

.about_section .content-item-bottom h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600
}

.side-bar .categories-box ul li {
    display: block;
    border-bottom: 1px dashed #ddd;
    padding-top: 8px
}

.blogImgbred {
    border: 1px solid #a5a5a5
}

.banner-btn:hover {
    color: #fff;
    transition: .5s;
    box-shadow: 0 0 15px #ffffff52
}

.banner-btn {
    padding: 12px 35px;
    margin-top: 40px;
    position: relative;
    background: #f4ad01;
    box-shadow: 0 0 7px #15345259;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    z-index: 8;
    transition: .5s;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid transparent
}

.banner-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    background: #153452;
    z-index: -1;
    transition: .3s;
    width: 100%;
    height: 100%;
    border-radius: 50px
}

.banner-btn:hover:before {
    left: 0
}

.banner-btn:hover {
    left: 0;
    border: 1px solid #fff
}

.service_section {
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative
}

.service_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/services-bg.html");
    opacity: 11%
}

.service_section .do-section-heading {
    margin-bottom: 60px
}

.service_section .tab-content {
    padding: 0;
    max-width: 100%;
    height: 100%
}

.service_section .tab-content .tab-pane {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 30px;
    height: 100%
}

.service_section .nav-link {
    background: #fff;
    padding: 18px 20px!important;
    margin-bottom: 20px;
    box-shadow: 7px 5px 10px #dddddde0;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    z-index: 5;
    overflow: hidden;
    border-radius: 50px 0 0 50px
}

.service_section .nav-link.active {
    background: #9bbc3b
}

.service_section .nav-link:before {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #9bbc3b;
    transition: .5s;
    z-index: -1
}

.service_section .nav-link:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: .5s;
    bottom: 0;
    right: 0
}

.service_section .tab-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #153452;
    margin-bottom: 15px
}

.service_section .tab-content p {
    font-size: 18px;
    font-weight: 400;
    color: #606060
}

.service_section .nav-pills {
    width: 100%;
    flex: inherit!important;
    max-width: 100%;
    background: 0 0
}

.service_section .nav-link .icon-item {
    max-width: 50px;
    height: 50px;
    width: 100%;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #00000052;
    background: #fff;
    border: 1px dashed #15345299
}

.service_section .nav-link .icon-item i:before {
    color: #153452;
    font-size: 30px
}

.service_section .nav-link:nth-child(4) .icon-item i:before {
    font-size: 17px
}

.service_section .nav-link h3 {
    font-size: 17px;
    line-height: normal
}

.service_section .tab-content .tab-pane .img-card {
    margin-top: 30px;
    height: 350px;
    width: 100%;
    border: 1px dashed #000;
    padding: 12px
}

.service_section .tab-content .tab-pane .img-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 1px solid #ddd
}

.service--details--sec .bottom-details-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #153452
}

.service--details--sec .bottom-details-content .list-item {
    padding: 0 0 0 20px
}

.service--details--sec .bottom-details-content .list-item li p {
    margin: 12px 0
}

.service--details--sec .bottom-details-content .list-item li strong {
    color: #153452;
    font-weight: 600
}

.service--details--sec .bottom-details-content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 35px
}

.service--details--sec .bottom-details-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.google-search form button.form-control {
    width: auto;
    background: #153452;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 4px;
    padding: 7px 25px;
    font-weight: 500;
    border-radius: 40px;
    height: 88%;
    border: 1px solid #0e3a5921;
    cursor: pointer
}

.google-search {
    padding: 35px 22px;
    margin: 30px 0;
    box-shadow: 0 0 10px #00000026
}

.google-search .img-item img {
    max-width: 180px;
    margin-bottom: 30px
}

.google-search form input.form-control {
    padding: 10px 20px 10px 50px;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    border-radius: 60px;
    border: 0;
    box-shadow: 0 0 8px #00000024
}

.google-search .inpu-area span svg {
    width: 15px;
    fill: #153452b3
}

.google-search .inpu-area span {
    position: absolute;
    top: 47%;
    left: 22px;
    transform: translateY(-50%)
}

.service--details--sec .modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    max-width: 700px;
    width: 100%;
    padding: 0 20px!important
}

.service--details--sec .modal .modal-dialog {
    margin: 0;
    max-width: 100%;
    height: 100%
}

.service--details--sec .modal .modal-content {
    position: relative;
    padding: 10px
}

.service--details--sec .modal .modal-content .captcha-style {
    margin: 0
}

.service--details--sec .modal .modal-content .formbtn {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px
}

.blog-details.seo_details h3,
.service--details--sec .faq-container h3,
.services_accordion .card-head .icon-item i.icon-seo {
    font-size: 22px
}

.google-search h4.heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #153452
}

.google-search h4.heading span {
    color: #95c112
}

.blog-details-heading h1 {
    color: #0f3657;
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: 700
}

.blog-details-area h4 b,
.dynamic span {
    font-size: 20px
}

.dynamic span {
    line-height: 0;
    color: #153452;
    font-weight: 500
}

.data span {
    font-size: 18px;
    font-weight: 600;
    color: #103758
}

.data h2 {
    font-size: 22px!important
}

.corporate-website h2 {
    padding-top: 0;
    line-height: 30px;
    font-size: 21px!important
}

.corporate-website .thumb {
    margin: 30px 0 40px
}

.corporate-website .thumb img {
    margin: 0!important
}

.corporate-website .blog-details-content .challenges-list {
    padding-top: 20px;
    padding-left: 20px
}

.corporate-website .blog-details-content .challenges-list li {
    padding-bottom: 10px;
    font-weight: 500
}

.process-list li p {
    font-weight: 400;
    margin: 10px 0
}

.title-size {
    color: #153452;
    font-size: 26px;
    padding: 10px 0 20px;
    font-weight: 700
}

span.heading-text {
    font-size: 21px;
    font-weight: 700;
    color: #103758
}

span.heading-text h2 {
    padding: 0;
    display: inline-block
}

.conclusion-heading {
    font-size: 22px!important;
    font-weight: 700;
    line-height: normal
}

@keyframes box-radius {
    0% {
        border-radius: 51% 49% 77% 23%/65% 50% 50% 35%
    }
    100% {
        border-radius: 30% 70% 28% 72%/53% 69% 31% 47%
    }
}

.heading-text-item h2,
.heading-text-item h3,
.heading-text-item h4,
.heading-text-item span {
    display: inline;
    line-height: 30px;
    font-size: 21px!important;
    font-weight: 700!important;
    color: #0f3657!important
}

.bottom-details-content h2 {
    font-weight: 700!important
}

.about_section .content-item-bottom h2 {
    margin-top: 20px;
    color: #153452
}

.about--bottom--sec .content-item-bottom h4 {
    margin-bottom: 22px;
    font-size: 24px;
    color: #153452
}

.about_section {
    padding-bottom: 28px
}

.simple-pagination .current {
    display: flex;
    align-items: center;
    justify-content: center
}

.simple-pagination li .prev i,
.simple-pagination li span.current.prev i {
    transform: rotate(270deg)
}

.services_accordion .card-head .button_area .btn.collapsed::after,
.simple-pagination li .next i {
    transform: rotate(90deg)
}

.object-fit-contain {
    object-fit: contain!important
}

.blog-details-content .list {
    padding-left: 20px;
    margin: 6px 0 15px
}

.blog-details-content .list li {
    margin-bottom: 8px
}

.blog-details-area .blog-details-heading h1 {
    font-size: 25px;
    line-height: 32px
}

.blog-details-area .blog-details-content h2 {
    font-size: 22px;
    line-height: 30px
}

.blog-details-area .faq-container h3 {
    font-size: 22px;
    font-weight: 700;
    color: #103758;
    margin-top: 30px;
    padding: 0!important;
    margin-bottom: 25px
}

.sticky-left-container .sticky-left {
    padding-left: 0
}

.service_section .tab-content .tab-pane p.paragraph {
    margin: 14px 0;
    color: #333;
    font-size: 16px;
    line-height: 1.6
}

.service_section .tab-content .tab-pane .service-btn span:before {
    content: "";
    position: absolute;
    top: 51%;
    left: -9px;
    width: 16px;
    height: 2px;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 0;
    background: #fff;
    background: linear-gradient(290deg, #fff 31%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%)
}

.service_section .tab-content .tab-pane .service-btn {
    border-radius: 5px;
    color: #fff;
    background: #153452;
    display: inline-block;
    padding: 8px 25px;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 6;
    transition: .3s
}

.service_section .tab-content .tab-pane .service-btn span {
    z-index: 9;
    font-weight: 500;
    margin-left: 15px;
    position: relative
}

.service_section .tab-content .tab-pane .service-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0;
    transition: .3s
}

.service_section .tab-content .tab-pane .service-btn:hover::before {
    transition: .3s;
    left: 0;
    background: #153452
}

.service_section .tab-content .tab-pane .service-btn:hover {
    box-shadow: 0 15px 25px 0 rgb(22, 52, 82, .2);
    transition: .3s
}

.service_section .tab-content h2 {
    position: relative;
    padding-left: 35px;
    line-height: 30px
}

.service_section .tab-content h2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #9bbc3b;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(45deg)
}

.blogSec .blogImg {
    margin-bottom: 21px
}

.blogSec .blogBox .blogImg a {
    height: 220px;
    width: 100%;
    display: block;
    border: 1px solid #15345270
}

.blogSec .blogBox .blogImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px
}

.blog-details-area .side-bar .widget-box .title {
    margin-bottom: 18px
}

#pagination-blog-sidebar ul {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap
}

#pagination-blog-sidebar ul li {
    border: 0
}

#pagination-blog-sidebar ul li a,
#pagination-blog-sidebar ul li span {
    box-shadow: 2px 0 8px #15345269;
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-self: center
}

#pagination-blog-sidebar ul li a i,
#pagination-blog-sidebar ul li span i {
    position: relative;
    opacity: 100%;
    visibility: visible;
    top: 0;
    color: #153452
}

#pagination-blog-sidebar ul li a.current i,
#pagination-blog-sidebar ul li span.current i {
    color: #ffff
}

#pagination-blog-sidebar ul li a {
    padding: 0
}

.blog-details-area .blog-details .thumb {
    height: 400px;
    width: 100%;
    margin: 30px 0
}

.blog-details-area .blog-details .thumb img {
    box-shadow: 0 0 15px #bbb9b9;
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin: 0
}

.blog-details-area .faq-container .faq-question h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0
}

.faq-container .faq-question {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0
}

.why-choose-title h2,
.why-choose-title span {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #103758
}

.why-choose-title {
    margin: 15px 0
}

.logo-image {
    width: 100%;
    height: 160px;
    padding: 25px
}

.card-wrapper div[class^=col-] {
    border-right: 1px dashed #33333385;
    border-bottom: 1px dashed #33333385
}

.card-wrapper div[class^=col-]:nth-child(4n) {
    border-right: 0
}

.card-wrapper div[class^=col-]:nth-child(16n 13),
.card-wrapper div[class^=col-]:nth-child(16n 14),
.card-wrapper div[class^=col-]:nth-child(16n 15),
.card-wrapper div[class^=col-]:nth-child(16n 16) {
    border-bottom: 0
}

.clients_sec {
    padding: 100px 0
}

#clients-pagination-container {
    padding-top: 0;
    border-top: 1px dotted #00000036;
    margin-top: 60px
}

.clients_sec .row {
    margin-right: auto;
    margin-left: auto
}

.features-area img,
.logo a img,
.logo-section a img {
    object-fit: contain
}

.portfolio-nav:hover .submenu-item {
    display: block;
    z-index: 8;
    position: absolute;
    width: 180px;
    opacity: 100%;
    background: #fff;
    border-top: 3px solid #0c2baf;
    padding: 10px 15px;
    top: 80px
}

.portfolio-nav .submenu-item li {
    width: 100%;
    height: auto
}

li.portfolio-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

li.portfolio-nav a span {
    margin-top: -6px;
    display: none
}

.portfolio-nav .submenu-item li a {
    line-height: normal;
    padding: 10px 10px 10px 0;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between
}

.portfolio-nav .submenu-item li a:after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    padding: 3px;
    border-right: 2px solid #0c2baf;
    border-top: 2px solid #0c2baf;
    opacity: 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.portfolio-nav .submenu-item li:hover a:after {
    opacity: 1;
    right: 0
}

@media screen and (max-width:991px) {
    li.portfolio-nav.selected .submenu-item {
        display: block!important;
        width: 100%;
        position: relative;
        top: 0
    }
    .portfolio-nav:hover .submenu-item {
        display: inline;
        border: 0;
        position: relative;
        top: 0;
        padding: 0;
        width: 100%
    }
    li.portfolio-nav .submenu-item {
        display: none!important
    }
    li.portfolio-nav a span {
        display: block;
        margin: 0
    }
    li.portfolio-nav>a {
        display: flex!important
    }
}

.card-wrapper .clients-card:hover .logo-image img {
    transform: scale(2.5);
    position: relative;
    background: #fff;
    z-index: 8;
    transition: .5s;
    box-shadow: 0 0 5px #dddddd4a
}

.card-wrapper .clients-card .logo-image img {
    transition: .5s
}

@media screen and (max-width:767px) {
    .card-wrapper .clients-card:hover .logo-image img {
        transform: scale(2)
    }
}

@media screen and (max-width:575px) {
    .card-wrapper .clients-card:hover .logo-image img {
        transform: scale(1.5)
    }
}

@media screen and (max-width:425px) {
    .card-wrapper .clients-card:hover .logo-image img {
        transform: scale(1.2)
    }
}

.services_accordion .card-head {
    display: flex;
    align-items: center;
    background: #fff;
    position: relative;
    z-index: 5
}

.services_accordion .card-head .button_area button {
    padding: 0 40px 0 0;
    background: 0 0;
    box-shadow: inherit;
    font-size: 17px;
    font-weight: 600;
    color: #153452;
    text-transform: capitalize;
    text-decoration: none
}

.services_accordion .card-head .icon-item {
    padding: 6px 10px;
    background: #153452;
    max-width: 55px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center
}

.services_accordion .card-head .icon-item i::before {
    color: #fffffff7
}

.services_accordion .card-item {
    border: 1px solid #153452;
    margin-bottom: 20px
}

.services_accordion .card-head .icon-item i {
    font-size: 35px
}

.services_accordion .card-head .button_area {
    height: 52px!important;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px
}

.services_accordion .card-head .button_area .btn:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 2px;
    background: #000
}

.services_accordion .card-head .button_area .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 2px;
    background: #153452;
    transform: rotate(90deg);
    transition: .3s
}

.card-body-item h2 {
    font-size: 19px;
    font-weight: 700;
    color: #153452;
    margin-bottom: 15px;
    line-height: 26px
}

.card-body-item p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px
}

.card-body-item .service-btn {
    font-weight: 800;
    margin-top: 10px;
    color: #0c2baf;
    text-transform: uppercase
}

.services_accordion .card-item .collapse.show .card-body-item {
    border-top: 1px solid #153452
}

.card-head.active:after {
    transform: rotate(360deg);
    transition: .3s
}

.services_accordion .card-head .button_area .btn::after {
    transform: rotate(0)
}

.site_map {
    padding: 80px 0
}

.site_map .sitemap-content ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.site_map .sitemap-content ul li {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
    padding-left: 18px;
    position: relative
}

.site_map .sitemap-content ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background: #0c2baf;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

.site_wrapper {
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 20px #15345217;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.site_wrapper:before {
    content: "";
    position: absolute;
    bottom: -190px;
    right: 80px;
    width: 40px;
    height: 500px;
    background: #a4c24c1f;
    transform: rotate(40deg);
    box-shadow: 8px 0 0 0 #fff, 15px 0 0 0 #f4f8e9
}

.site_map .sitemap-content ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -3px;
    width: 2px;
    height: 10px;
    background: #0c2baf;
    transform: translateY(-50%)
}

.site_map .sitemap-content ul li a:hover {
    padding-left: 2px
}

.object-fit-cover {
    object-fit: cover!important
}

#banner_slider .carousel-item {
    padding: 100px 0;
    background: #153551
}

.container.carousel_crd h3 {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
    line-height: 42px
}

.container.carousel_crd p {
    font-size: 17px;
    color: #fff;
    line-height: 24px
}

.banner-arrows {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin: 0 20px
}

.banner-arrows button {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: 0 0;
    opacity: 100%;
    cursor: pointer;
    z-index: 5;
    overflow: hidden
}

.banner-arrows button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #0c2baf;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100%;
    left: 100%;
    transition: .5s
}

.banner-arrows button.carousel-control-prev:hover:before,
.banner-arrows button:hover:before {
    left: 0;
    transition: .5s
}

.banner-arrows button.carousel-control-prev:before {
    left: -100%;
    transition: .5s
}

.banner-arrows .carousel-control-next-icon,
.banner-arrows .carousel-control-prev-icon {
    width: 15px;
    height: 15px
}

#banner_slider .carousel-indicators li {
    background: #fff;
    width: 15px;
    height: 7px;
    border-radius: 20px;
    transition: .8s
}

#banner_slider .carousel-indicators li.active {
    width: 35px;
    transition: .8s;
    background: #0c2baf
}

#banner_slider {
    background: #153551
}

#banner_slider .carousel_crd .image-item img {
    height: auto
}

.heading-item {
    font-weight: 800!important
}

.heading-subtitle {
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    color: #495520;
    letter-spacing: .5px
}

.our_services .heading--item {
    text-align: center;
    margin-bottom: 70px
}

.our_services .heading--item h2 {
    padding-bottom: 10px
}

.our_services {
    margin: 40px 0 20px
}

.our_services .service-card .icon-box {
    background-image: url("../images/service-bg1.png");
    width: 140px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    filter: drop-shadow(5px 5px 6px #e7e7e7a6)
}

.our_services .service-card .icon-box i:before {
    color: #193452
}

.our_services .services_wrapper .col-12:nth-child(2) .service-card .icon-box,
.our_services .services_wrapper .col-12:nth-child(5) .service-card .icon-box {
    background-image: url("../images/service-bg4.png")
}

.our_services .services_wrapper .col-12:nth-child(3) .service-card .icon-box {
    background-image: url("../images/service-bg2.png")
}

.our_services .services_wrapper .col-12:nth-child(4) .service-card .icon-box {
    background-image: url("../images/service-bg3.png")
}

.our_services .services_wrapper .col-12:nth-child(6) .service-card .icon-box {
    background-image: url("../images/service-bg5.png")
}

.our_services .service-card {
    text-align: center;
    margin-bottom: 60px
}

.our_services .service-card .ser-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #153452
}

.our_services .service-card .ser-para {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #606060;
    line-height: 27px
}

.our_services .services_wrapper .col-12:nth-child(4) .service-card .icon-box i {
    font-size: 38px
}

.our_services .service-card .ser-btn {
    font-weight: 800;
    color: #495520;
    padding-right: 15px;
    position: relative;
    letter-spacing: .4px
}

.our_services .service-card .ser-btn:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    background: 0 0;
    border-top: 2px solid #0c2baf;
    border-right: 2px solid #0c2baf;
    transition: .3s
}

.our_services .service-card .ser-btn:hover:before {
    right: -5px;
    transition: .3s;
    border-color: #153452
}

.topScrollbar {
    position: fixed;
    top: 80px;
    left: 0;
    height: 5px;
    background-color: #f4ad01;
    transition: .1s linear;
    min-width: 0;
    z-index: 1024
}

.header-bottom {
    position: sticky;
    background: #fff!important
}

.get-latest-price-bt:hover {
    color: 153452!important
}

a.get-latest-price-bt {
    color: #495520
}

p.price-bt {
    color: #ff0!important;
    font-weight: 800
}

.content-item-bottom h2 {
    font-size: 25px;
    color: #0f3657;
    line-height: 51px
}

.blog-details-area .ps-3 {
    padding-left: 15px
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5
}

.accordion button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1em;
    background: none;
    border: none;
    outline: none;
    font-size: 1.1rem;
    color: #444;
    position: relative;
    cursor: pointer
}

.accordion .icon {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    height: 1em
}

.accordion-content {
    display: none;
    padding: 1em;
    background-color: #f5f5f5
}

.accordion-content.active {
    display: block
}

.faqs-sec .accordion button {
    padding: 12px 30px 12px 15px;
    display: flex;
    align-items: center
}

.faqs-sec .accordion .accordion-title {
    background: transparent;
    color: #153452;
    font-weight: 600;
    padding: 0;
    font-size: 17px
}

.faqs-sec .accordion .accordion-item {
    border: 1px solid #15345229;
    margin: 0;
    box-shadow: 5px 5px 10px #eeeeee;
    border-radius: 5px;
    margin-bottom: 15px
}

.faqs-sec .accordion button .icon {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    right: 12px
}

.faqs-sec .accordion-content {
    background: transparent;
    border-top: 1px solid #d9dee3;
    padding: 15px
}

.faqs-sec .accordion-content p {
    font-weight: 500;
    font-size: 15px
}