@import url(https://fonts.googleapis.com/css?family=Poppins:500,600,700|Roboto:400,400i,500,700&amp;display=swap);
.cta-section p,
.fi::before,
.shop-single-section .product-details p:last-child,
.shop-single-section .product-info .review-form form .rating a:last-child,
ul {
    margin: 0;
}
.btn-8,
.btn-9 {
    --tilt: 40px;
    overflow: hidden;
    text-transform: uppercase;
}
@font-face {
    font-family: "averta";
    src: url(../fonts/averta-regular-webfont.woff2) format("woff2"),
        url(../fonts/averta-bold-webfont.woff2) format("woff2"),
        url(../fonts/averta-semibold-webfont.woff2) format("woff2"),
        url(../fonts/Averta.woff) format("woff"),
        url(../fonts/Averta.ttf) format("ttf"),
        url(../fonts/Averta-Regular.ttf) format("ttf");
}
.cnt-block h3 a,
.theme-accordion-s1 .panel-heading a:focus,
a,
a:hover {
    text-decoration: none;
}
html {
    font-size: 16px;
}
body {
    font-family: averta, -apple-system, BlinkMacSystemFont, sans-serif !important;
    background-color: #fff;
    font-size: 14px;
    color: #777;
    -webkit-font-smoothing: antialiased;
}
p {
    color: #5b5b5b;
    font-weight: 100;
    line-height: 26px;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #139da4;
}
ul {
    /* list-style-type: none; */
    padding-left: 0;
}
a {
    transition: 0.2s;
}
img {
    max-width: 100%;
}
.page-wrapper {
    position: relative;
}
.shine,
.shop-pg-section .img-cart {
    position: relative;
    overflow: hidden;
}
.wow {
    visibility: hidden;
}
.section-padding {
    padding: 100px 0;
}
.blog-single-section .author-box .author-content p,
.blog-single-section .comments-area .comment-main-area p,
.mb-4,
.service-single-section .tab-content .tab-pane p {
    margin-bottom: 20px;
}
.contact-validation-active .error-handling-messages {
    width: 100% !important;
    margin-top: 15px !important;
}
.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 5px 0 0;
    text-align: left;
    display: block;
}
.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}
.contact-validation-active #loader i {
    font-size: 1.875rem;
    color: #f08f27;
    display: inline-block;
    animation: 2s linear infinite rotating;
}
.contact-validation-active #error,
.contact-validation-active #success {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}
.blog-grids .entry-body,
.blog-sidebar .about-widget,
.fun-fact-grids .info,
.page-title,
.pagination-wrapper,
.partners-section .grid,
.section-title-s3,
.section-title-s4,
.section-title-s5,
.service-section .view-all,
.service-sidebar .contact-widget,
.shop-single-section .shop-single-slider .slider-for,
.shop-single-section .shop-single-slider .slider-nav .slick-slide,
.social-links li a,
.testimonial .testi-content,
.testimonial > p {
    text-align: center;
}
.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px;
}
.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}
@-webkit-keyframes rotating {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.rotating {
    animation: 5s infinite alternate rotating;
}
.mfp-wrap {
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    backface-visibility: hidden;
    transition: 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999 !important;
}
.fancybox-wrap {
    z-index: 99999 !important;
}
.section-title,
.section-title-s2,
.section-title-s3,
.section-title-s4,
.section-title-s5 {
    margin-bottom: 17px;
}
.section-title-s2 > span,
.section-title-s3 > span,
.section-title-s4 > span,
.section-title-s5 > span,
.section-title > span {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #f08f27;
    text-transform: capitalize;
    display: block;
    margin-top: -0.2em;
}
.section-title h2,
.section-title-s2 h2,
.section-title-s3 h2,
.section-title-s4 h2,
.section-title-s5 h2 {
    font-size: 33px;
    margin: 0.1em 0 0;
}
@media (max-width: 991px) {
    .section-padding {
        padding: 90px 0;
    }
    .section-title h2,
    .section-title-s2 h2,
    .section-title-s3 h2,
    .section-title-s4 h2,
    .section-title-s5 h2 {
        font-size: 2.1875rem;
    }
}
@media (max-width: 767px) {
    .mobile-fixed-btn {
        display: block !important;
    }
    .artibot-wrapper--3PaNf
        .artibot-launcher--dBP9o.artibot-launcher-bottom-right--2_XHM,
    .call-buton,
    .call_me {
        display: none !important;
    }
    .for-mobile {
        display: inline-block;
    }
    .desktop-table-view,
    .for-desk {
        display: none;
    }
    body {
        font-size: 14px;
    }
    .right-text-box h2,
    .right-text-box p {
        text-align: center !important;
    }
    .right-text-box {
        margin-left: 0 !important;
    }
    .grid-container {
        min-height: 550px;
        position: unset !important;
        flex-direction: column;
    }
    .grid-container .desc,
    .grid-container h3.heading {
        padding: 10px;
        width: 100%;
        position: unset;
    }
    .grid-container > figure,
    figure > img {
        position: unset !important;
        width: 100% !important;
    }
    .grid-container > figure {
        background-color: transparent;
        object-fit: cover;
    }
    .grid-container > figure > img {
        object-fit: cover;
    }
    .table-first.col-sm-6.col-md-6.col-lg-6.col-6.col-xs-6 > div,
    .table-first.row-second.col-sm-6.col-md-6.col-lg-6.col-6.col-xs-6 > div {
        border-bottom: 1px solid #289dd2;
    }
    .table-first {
        padding: 0;
    }
    .table-first.row-second {
        padding-left: 0;
    }
    .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 22.5px 39px;
        border-color: transparent transparent #289dd2 !important;
        transform: rotate(90deg) !important;
        position: absolute;
        margin: auto;
        right: -20px;
        top: unset !important;
    }
    .table-first.row-second.col-sm-6.col-md-6.col-lg-6.col-6.col-xs-6 {
        border-left: none !important;
        border-right: 2px solid #289dd2 !important;
    }
    .table-first.col-sm-6.col-md-6.col-lg-6.col-6.col-xs-6 {
        border-right: none !important;
    }
    .contact-validation-active #error,
    .contact-validation-active #success {
        font-size: 15px;
    }
    .section-title,
    .section-title-s2,
    .section-title-s3,
    .section-title-s4,
    .section-title-s5 {
        margin-bottom: 20px;
    }
    .section-title h2,
    .section-title-s2 h2,
    .section-title-s3 h2,
    .section-title-s4 h2,
    .section-title-s5 h2 {
        font-size: 1.875rem;
    }
}
.section-title-s2,
.section-title-s3,
.section-title-s4,
.section-title-s5 {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .section-title-s2,
    .section-title-s3,
    .section-title-s4,
    .section-title-s5 {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .section-title-s2,
    .section-title-s3,
    .section-title-s4,
    .section-title-s5 {
        margin-bottom: 20px;
    }
    .section-title-s3,
    .section-title-s4 {
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .section-title-s3,
    .section-title-s4 {
        margin-bottom: 40px;
    }
}
.section-title-s3 h2,
.section-title-s4 h2 {
    color: #fff;
    margin-bottom: 0.5em;
}
.section-title-s3 p,
.section-title-s4 p {
    color: #d2d2d2;
    margin: 0;
}
.blog-pg-section .format-quote p,
.section-title-s4,
.service-single-section .tab-content .tab-pane p:last-child,
.shop-single-section .product-info .client-rv:last-child,
.shop-single-section .product-info .review-form form > div:last-child,
.shop-single-section .product-info .tab-pane p:last-child,
.site-footer .about-widget p:last-child,
.testi-inner p,
.theme-accordion-s1 {
    margin-bottom: 0;
}
.blog-pg-section .post h3 a,
.blog-section .entry-body h4 a,
.section-title-s4 h2,
.service-section .service-grids h4 a,
.service-section-s2 .service-grids h4 a {
    color: #131e4a;
}
@media (max-width: 991px) {
    .section-title-s4 {
        margin-bottom: 0;
    }
}
.blog-sidebar .about-widget .img-holder,
.section-title-s5 {
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .section-title-s5 {
        margin-bottom: 40px;
    }
}
.section-title-s5 h2 {
    margin-bottom: 0.4em;
}
.theme-btn,
.theme-btn-s2,
.theme-btn-s3 {
    background-color: #139da4;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 12px 27px;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    border: 2px solid #139da4;
}
.theme-btn-s2:active,
.theme-btn-s2:focus,
.theme-btn-s2:hover,
.theme-btn-s3:active,
.theme-btn-s3:focus,
.theme-btn-s3:hover,
.theme-btn:active,
.theme-btn:focus,
.theme-btn:hover {
    background-color: rgba(23, 40, 51, 0);
    color: #fff;
    border: 2px solid #fff;
}
@media (max-width: 991px) {
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}
@media (max-width: 767px) {
    .section-title-s4 {
        margin-bottom: 20px;
    }
    .section-title-s5 {
        margin-bottom: 30px;
    }
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        padding: 13px 20px;
        font-size: 13px;
    }
}
.theme-btn-s2,
.theme-btn-s3 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn-s3 {
    border: 2px solid #172833;
    padding: 12px 27px;
}
@media (max-width: 991px) {
    .theme-btn-s3 {
        font-size: 13px;
        padding: 13px 25px;
    }
}
.form input,
.form select,
.form textarea {
    border-color: #bfbfbf;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #595959;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
    border-color: #f08f27;
    box-shadow: #fd824a 0 0 5px 0;
}
.form ::-webkit-input-placeholder {
    font-style: italic;
    color: #595959;
}
.form select {
    font-style: italic;
    background: url("../images/select-icon.png/index.html") right center
        no-repeat;
    display: inline-block;
    appearance: none;
    cursor: pointer;
}
.blog-sidebar .recent-post-widget .post,
.blog-single-section .comment-respond .form-inputs,
.header-style-2 .topbar .contact-info ul,
.header-style-2 .topbar .social-icons,
.header-style-3 .topbar .contact-info ul,
.header-style-3 .topbar .social-icons,
.shop-single-section .product-details .product-option .product-row,
.site-footer .about-widget .social-icons,
.site-footer .link-widget,
.social-links,
.widget.service-list-widget {
    overflow: hidden;
}
.social-links li {
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 1px;
}
.social-links li a {
    background-color: #fd824a;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    color: #fff;
}
.blog-single-section .comments-area .comment-reply-link:hover,
.features-section-s2 .feature-grids > .grid:nth-child(2),
.social-links li a:hover {
    background-color: #f08f27;
}
.page-title {
    width: 100%;
    height: 87px;
    position: relative;
    background: #eaeaea;
    margin-top: 150px;
}
.page-title .container {
    height: 100%;
    display: table;
}
.page-title .container > .row {
    vertical-align: middle;
    display: table-cell;
}
.page-title h2 {
    font-size: 3.4375rem;
    font-weight: 900;
    color: rgb(19 157 164);
    margin: 0.5em 0 0.3em;
}
@media (max-width: 991px) {
    .page-title {
        height: 100px;
    }
    .page-title h2 {
        font-size: 2.8125rem;
    }
    .service-sidebar {
        margin-top: 80px;
    }
}
.preloader {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
}
.blog-pg-section .format-video .video-holder a,
.preloader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.preloader .gear {
    position: absolute;
    z-index: -10;
    width: 40px;
    height: 40px;
    animation: 5s infinite spin;
}
.preloader .two {
    left: 40px;
    width: 80px;
    height: 80px;
    animation: 5s infinite spin-reverse;
}
.preloader .three {
    top: 45px;
    left: -10px;
    width: 60px;
    height: 60px;
}
@-webkit-keyframes spin {
    50% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    50% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin-reverse {
    50% {
        transform: rotate(-360deg);
    }
}
@keyframes spin-reverse {
    50% {
        transform: rotate(-360deg);
    }
}
.service-sidebar > .widget + .widget {
    margin-top: 35px;
    padding-top: 10px;
}
.service-sidebar .service-list-widget ul {
    list-style: none;
    border: 1px solid #d7d7d7;
}
.service-sidebar .service-list-widget ul li {
    border-bottom: 1px solid #ebf3fd;
}
.blog-single-section .comments-area ol > li:last-child div,
.service-sidebar .service-list-widget ul > li:last-child {
    border-bottom: 0;
}
.service-sidebar .service-list-widget a {
    font-size: 0.875rem;
    background: #fff;
    font-weight: 700;
    display: block;
    color: #0a172b;
    padding: 15px 24px;
}
.service-sidebar .service-list-widget .current a,
.service-sidebar .service-list-widget a:hover {
    background-color: #172833;
    color: #fff;
    margin: 0 -5px;
}
.blog-sidebar .category-widget ul,
.portfolio-sigle-section .project-info ul,
.service-sidebar .download-widget ul,
.site-footer ul {
    list-style: none;
}
.service-sidebar .download-widget ul > li + li {
    margin-top: 5px;
}
.service-sidebar .download-widget ul a {
    background: #131e4a;
    color: #fff;
    padding: 18px 25px;
    font-weight: 600;
    display: block;
}
.service-sidebar .download-widget ul i {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
}
.service-sidebar .download-widget ul a:hover {
    background: #090e21;
}
.service-sidebar .contact-widget {
    background: url("../images/single-contact-widget-bg.jpg") center
        center/cover no-repeat local;
    position: relative;
}
.service-sidebar .contact-widget::before {
    content: "";
    background: #172833;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
}
.service-sidebar .contact-widget > div {
    position: relative;
    z-index: 1;
}
.service-sidebar .contact-widget h5 {
    font-size: 23px;
    line-height: 1.4em;
    color: #fff;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 24px;
}
.service-sidebar .contact-widget a {
    background-color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    color: #777;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 25px;
    border-radius: 50px;
}
.about-us-section ul li i,
.blog-pg-section .entry-meta li a:hover,
.blog-pg-section .post h3 a:hover,
.blog-section .entry-body h4 a:hover,
.blog-section .read-more:hover,
.blog-sidebar .about-widget a:hover,
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover::before,
.blog-sidebar .recent-post-widget .post h4 a:hover,
.blog-single-section .author-box .social-link a:hover,
.blog-single-section .entry-meta li a:hover,
.blog-single-section .more-posts a:hover .post-control-link,
.blog-single-section .tag-share .tag a:hover,
.header-style-2 .topbar .social-icons ul a:hover,
.header-style-3 .topbar .social-icons ul a:hover,
.portfolio-sigle-section .prev-next-project a:hover h5,
.quote-section ul li i,
.quote-section-s2 ul li i,
.service-section .service-grids .read-more:hover,
.service-section .service-grids h4 a:hover,
.service-section-s2 .service-grids .read-more:hover,
.service-section-s2 .service-grids h4 a:hover,
.service-sidebar .contact-widget a:hover,
.shop-pg-section .details h4 a:hover,
.shop-single-section .product-info .review-form form .rating a:hover,
.site-footer .about-widget .social-icons ul a:hover {
    color: #f08f27;
}
.service-sidebar .service-features-widget {
    padding: 45px 30px;
    position: relative;
    border: 2px solid #f7f7f7;
}
.service-sidebar .service-features-widget::before {
    font-family: averta, -apple-system, BlinkMacSystemFont, sans-serif !important;
    content: "";
    font-size: 1.5625rem;
    color: #f08f27;
    position: absolute;
    right: 30px;
    top: 40px;
    opacity: 0.5;
}
.service-sidebar .service-features-widget h3 {
    font-size: 1.125rem;
    margin: 0 0 0.8em;
    text-transform: capitalize;
}
.service-sidebar .service-features-widget ol {
    list-style-position: inside;
    padding-left: 0;
    margin: 0;
}
.service-sidebar .service-features-widget ol > li + li {
    margin-top: 8px;
}
@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 80px;
        max-width: 400px;
    }
}
.blog-sidebar .widget {
    padding: 35px 28px;
    border-radius: 0;
    border: 2px solid #f4f4f4;
}
.blog-sidebar .widget h3 {
    font-size: 1.125rem;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: capitalize;
}
.blog-sidebar .widget h3::before {
    content: "";
    background-color: #f08f27;
    width: 4px;
    height: 16px;
    position: absolute;
    left: -29px;
    top: 1px;
}
.blog-sidebar > .widget + .widget {
    margin-top: 65px;
}
.about-us-section .right-col,
.blog-pg-section .format-gallery,
.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p,
.blog-sidebar .search-widget form div,
.blog-single-section .tag-share .tag li,
.contact-pg-section .office-info > div,
.form-image-outer,
.header-style-1 .container-fluid,
.header-style-2 .container-fluid,
.header-style-3 .container-fluid,
.img-holder,
.moke-img,
.p-relative,
.service-sidebar,
.shop-pg-section .details,
.site-header .navigation > .container,
.team-section .team-grids .img-social,
.tickets,
section.map-out,
th.table-h span {
    position: relative;
}
.blog-sidebar .search-widget input {
    background-color: #f8f8f8;
    height: 50px;
    font-size: 1rem;
    padding: 6px 50px 6px 20px;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    transition: 0.3s;
}
.blog-sidebar .search-widget input:focus {
    background-color: rgba(253, 95, 23, 0.1);
}
.blog-sidebar .search-widget form button {
    background: 0 0;
    font-size: 1.25rem;
    color: #f08f27;
    border: 0;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 55%;
    transform: translateY(-50%);
}
.blog-sidebar .about-widget .img-holder img,
.blog-sidebar .recent-post-widget .post .img-holder img,
.blog-single-section .author-box .author-avatar img,
.blog-single-section .comments-area .comment-theme img,
.testimonials-section .client-info .img-holder img,
.testimonials-section-s2 .client-info .img-holder img {
    border-radius: 50%;
}
.blog-sidebar .about-widget p {
    font-size: 0.9375rem;
    margin-bottom: 1.2em;
}
.blog-sidebar .about-widget a {
    font-size: 0.875rem;
    font-weight: 700;
    color: #131e4a;
    text-decoration: underline;
}
.blog-sidebar .category-widget ul li {
    font-size: 0.9375rem;
    position: relative;
}
.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0;
}
.blog-sidebar .category-widget ul > li + li {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f3f2f2;
}
.blog-sidebar .category-widget ul a {
    display: block;
    color: #777;
    padding-left: 25px;
    position: relative;
}
.blog-sidebar .category-widget ul a::before {
    font-family: averta, -apple-system, BlinkMacSystemFont, sans-serif !important;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 11px;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f3f2f2;
}
.blog-sidebar .recent-post-widget .post .img-holder {
    width: 68px;
    float: left;
}
.blog-sidebar .recent-post-widget .post .details {
    width: calc(100% - 68px);
    float: left;
    padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
    font-size: 0.875rem;
    line-height: 1.3em;
    margin: 0 0 0.3em;
}
.blog-sidebar .recent-post-widget .post h4 a {
    display: inline-block;
    color: #131e4a;
}
.blog-sidebar .recent-post-widget .post .details .date {
    font-size: 0.8125rem;
    color: #777;
}
.blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px;
}
.blog-sidebar .tag-widget ul,
.header-style-2 .topbar .social-icons ul,
.header-style-3 .topbar .social-icons ul,
.site-footer .about-widget .social-icons ul,
.site-footer .lower-footer .extra-link ul {
    overflow: hidden;
    list-style: none;
}
.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
    font-size: 0.8125rem;
    display: inline-block;
    padding: 5px 14px;
    color: #777;
    border: 2px solid #efefef;
    border-radius: 0;
}
.blog-sidebar .tag-widget ul li a:hover,
.shop-single-section .product-info .nav-tabs .active a,
.shop-single-section .product-info .nav-tabs a:hover {
    background: #f08f27;
    color: #fff;
}
.pagination-wrapper {
    margin-top: 60px;
}
.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}
.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}
.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 1rem;
    font-weight: 700;
    color: #a9b8c4;
    border: 2px solid #c9cfd4;
    display: block;
    border-radius: 0;
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover,
.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:last-child
    .theme-btn-s2:hover,
.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:last-child
    .theme-btn-s3:hover,
.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:last-child
    .theme-btn:hover {
    background: #f08f27;
    border-color: #f08f27;
    color: #fff;
}
.pagination-wrapper .pg-pagination .fi::before,
.service-section .service-grids .read-more .fi::before,
.service-section-s2 .service-grids .read-more .fi::before,
.shop-single-section .product-details .product-option .heart-btn i {
    font-size: 0.9375rem;
}
.pagination-wrapper-left,
td,
th {
    text-align: left;
}
.pagination-wrapper-right,
.right-text-box h2 {
    text-align: right;
}
.theme-accordion-s1 .panel-default {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.theme-accordion-s1 .panel-heading {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.quote-section .quote-area form > div + div,
.quote-section-s2 .quote-area form > div + div,
.service-single-section .service-single-content ul > li + li,
.site-footer .contact-widget ul > li + li,
.theme-accordion-s1 .panel + .panel {
    margin-top: 15px;
}
.theme-accordion-s1 .panel-heading a {
    background: #f08f27;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 18px 25px;
    position: relative;
}
@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 37px;
        font-size: 0.9375rem;
    }
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }
    .theme-accordion-s1 .panel-heading a {
        font-size: 0.9375rem;
        padding: 15px 25px;
    }
}
.theme-accordion-s1 .panel-heading a::before {
    font-family: averta, -apple-system, BlinkMacSystemFont, sans-serif !important;
    content: "";
    font-size: 0.9375rem;
    position: absolute;
    right: 25px;
    transform: rotate(180deg);
    transition: 0.3s;
}
.theme-accordion-s1 .panel-heading .collapsed {
    background-color: #fff;
    color: #131e4a;
    box-shadow: rgba(68, 68, 68, 0.1) 0 5px 15px 0;
}
.theme-accordion-s1 .panel-heading .collapsed::before {
    transform: rotate(0);
}
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    background-color: #fff;
    border: 0;
    padding: 40px 25px 15px;
    box-shadow: rgba(68, 68, 68, 0.1) 0 5px 15px 0;
}
@media (max-width: 991px) {
    .theme-accordion-s1 .panel-heading a::before {
        font-size: 1.125rem;
        right: 20px;
    }
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
        padding: 20px 25px 10px;
        font-size: 0.9375rem;
    }
}
.shop-single-section .product-details p,
.shop-single-section .product-info p,
.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
    margin-bottom: 1.3em;
}
.site-header {
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
    position: sticky;
    top: 0;
    z-index: 10;
}
.site-header .navigation {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
.site-header #navbar {
    transition: 1s;
}
.site-header ul.nav.navbar-nav {
    flex-direction: row;
    gap: 20px;
}
.site-header ul.nav.navbar-nav li {
    display: flex;
    align-items: center;
}

.site-header ul.nav.navbar-nav > li {
    padding: 1rem 0;
}

.site-header #navbar > ul li a:focus,
.site-header #navbar > ul li a:hover {
    text-decoration: none;
    color: #109da4 !important;
}
@media screen and (min-width: 992px) {
    .blog-sidebar {
        padding-left: 45px;
    }
    .site-header #navbar .has-mega-menu,
    .site-header #navbar li,
    .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul > li > a {
        font-size: 1rem;
    }
    .site-header #navbar > ul .sub-menu {
        background-color: #fff;
        width: fit-content;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        box-shadow: rgba(0, 0, 0, 0.1) 0 8px 15px;
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #efefef;
    }
    .site-header #navbar > ul > li .sub-menu a {
        font-size: 0.875rem;
        display: block;
        padding: 13px 20px;
        color: #131e4a;
        font-weight: 500;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }
    .site-header
        #navbar
        > ul
        > li
        > .sub-menu
        > .menu-item-has-children
        > a::before {
        font-family: averta, -apple-system, BlinkMacSystemFont, sans-serif !important;
        content: "";
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .site-header #navbar > ul > li:hover > .sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1;
        left: 0%;
        width: 126px;
    }
    .site-header #navbar .sub-menu > li:hover > .sub-menu {
        left: 100%;
        visibility: visible;
        opacity: 1;
    }
    .site-header #navbar {
        display: flex;
        max-width: 70%;
        justify-content: flex-end;
        gap: 20px;
    }
    .site-header #navbar .half-mega-menu,
    .site-header #navbar .mega-menu {
        background-color: #fff;
        padding: 20px;
        border-top: 2px solid #f08f27;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
    }
    .site-header #navbar .mega-menu {
        width: 1140px;
        left: 15px;
    }
    .site-header #navbar .half-mega-menu {
        width: 585px;
    }
    .site-header #navbar .mega-menu-box-title {
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar .mega-menu-list-holder li a {
        font-size: 0.875rem;
        display: block;
        padding: 7px 8px;
        margin-left: -8px;
    }
    .site-header #navbar .has-mega-menu:hover > ul {
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .site-header #navbar .close-navbar,
    .site-header .navbar-header .open-btn {
        display: none;
    }
    .header-style-1,
    .header-style-2,
    .header-style-3 {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .header-style-1 #navbar > ul > li > a,
    .header-style-2 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        font-size: 0.875rem;
        font-weight: 500;
        color: #fff;
        /* padding: 36px 25px; */
    }
}
@media screen and (min-width: 1500px) {
    .header-style-1 .container-fluid,
    .header-style-2 .container-fluid,
    .header-style-3 .container-fluid {
        margin: 0 75px;
    }
}
.header-style-1 .navbar-brand,
.header-style-2 .navbar-brand,
.header-style-3 .navbar-brand {
    margin-top: 0;
}
.header-style-1 .navbar-brand img,
.header-style-2 .navbar-brand img,
.header-style-3 .navbar-brand img {
    max-width: 213px;
}
.header-style-1 .search-contact,
.header-style-2 .search-contact,
.header-style-3 .search-contact {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 111px;
}
.header-style-1 .search-contact > div,
.header-style-2 .search-contact > div,
.header-style-3 .search-contact > div {
    display: inline-block;
    float: left;
}
.header-style-1 .search-contact .header-search-area,
.header-style-2 .search-contact .header-search-area,
.header-style-3 .search-contact .header-search-area {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 8px;
}
.header-style-1 .search-contact .open-btn,
.header-style-2 .search-contact .open-btn,
.header-style-3 .search-contact .open-btn {
    background-color: transparent;
    color: #fff;
    padding: 0;
    border: 0;
    position: relative;
    top: 0;
}
@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
    }
    .site-header #navbar > ul .mega-menu {
        width: 950px;
        right: 15px;
    }
    .site-header #navbar > ul .half-mega-menu {
        width: 485px;
    }
    .header-style-1 .search-contact .open-btn,
    .header-style-2 .search-contact .open-btn,
    .header-style-3 .search-contact .open-btn {
        margin-right: 20px;
    }
}
@media (max-width: 991px) {
    .site-header #navbar > ul > li a {
        display: block;
        font-size: 0.875rem;
    }
    .site-header #navbar > ul > li .sub-menu li {
        border-bottom: 1px solid #e6e6e6;
    }
    .site-header #navbar > ul .sub-menu > li:last-child {
        border-bottom: 0;
    }
    .site-header #navbar > ul > li > .sub-menu a {
        padding: 0 15px 8px 45px;
    }
    .site-header #navbar > ul > li > .sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px;
    }
    .site-header #navbar > ul .menu-item-has-children > a {
        position: relative;
    }
    .site-header #navbar > ul .menu-item-has-children > a::before {
        font-family: averta, -apple-system, BlinkMacSystemFont, sans-serif !important;
        content: "";
        font-size: 0.6875rem;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .site-header #navbar > ul .half-mega-menu,
    .site-header #navbar > ul .mega-menu {
        width: auto;
    }
    .site-header #navbar > ul .half-mega-menu .row,
    .site-header #navbar > ul .mega-menu .row,
    .site-header .navbar-header button span:last-child {
        margin: 0;
    }
    .site-header #navbar .mega-menu-content > .row > .col {
        margin-bottom: 25px;
    }
    .site-header #navbar .mega-menu .mega-menu-list-holder a {
        padding: 5px 15px 5px 40px;
    }
    .site-header #navbar .mega-menu .mega-menu-box-title {
        font-size: 0.875rem;
        text-transform: uppercase;
        display: block;
        border-bottom: 1px dotted #b3b3b3;
        padding: 0 0 4px 5px;
        margin: 0 25px 8px;
    }
    .site-header .container {
        width: 100%;
    }
    .site-header .navbar-header button {
        /* background-color: #109da4; */
        width: 40px;
        height: 35px;
        border: 0;
        padding: 5px 10px;
        outline: 0;
        position: absolute;
        right: 15px;
        top: 6px;
        z-index: 20;
    }
    .site-header .navbar-header button span {
        width: 30px;
        background-color: #02b6c0;
        display: block;
        height: 3px;
        margin-bottom: 5px;
        border-radius: 50%;
    }
    .site-header #navbar {
        background: #fff;
        width: 80%;
        margin: 0;
        padding: 0;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: fixed;
        right: -90%;
        border: 0;
        z-index: 0;
        display: block !important;
        height: 100svh;
        overflow: scroll;
        top: 11%;
    }
    .site-header #navbar ul a {
        color: #000;
    }
    .site-header #navbar ul a:hover,
    .site-header #navbar ul li.current a {
        color: #f08f27;
    }
    .site-header #navbar .navbar-nav {
        height: 90%;
        overflow: auto;
        padding-bottom: 2rem;
    }
    .site-header #navbar .close-navbar {
        background-color: #fff;
        width: 40px;
        height: 40px;
        color: #000;
        border: 0;
        outline: 0;
        position: absolute;
        right: -41px;
        top: 90px;
        z-index: 20;
    }
    .site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px;
    }
    .site-header #navbar > ul > li {
        border-bottom: 1px solid #f2f2f2;
        position: relative;
        width: 100%;
    }
    .site-header #navbar > ul > li > a {
        padding: 10px 15px 10px 35px;
    }
    .site-header .slideInn {
        right: 0 !important;
    }
    .site-header .navbar-collapse.collapse {
        display: none;
    }
    .site-header .navbar-collapse.collapse.in,
    .site-header .navbar-header .collapse,
    .site-header .navbar-toggle {
        display: block;
    }
    .site-header .navbar-header {
        float: none;
        display: flex;
        align-items: center;
    }
    .site-header .navbar-nav,
    .site-header .navbar-nav > li,
    .site-header .navbar-right {
        float: none;
    }
    .page-wrapper {
        transition: 0.3s;
    }
    .body-overlay::before {
        content: "";
        width: 100%;
        height: 200%;
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        left: 0;
        top: -20%;
        z-index: 9;
        transition: 0.3s;
    }
    .header-style-1 .navigation,
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        padding: 15px 0;
        background: #fff !important;
    }
    .header-style-1 .navbar-brand,
    .header-style-2 .navbar-brand,
    .header-style-3 .navbar-brand {
        margin-top: 0;
        padding-top: 0;
        position: relative;
        top: -2px;
    }
    .header-style-1 .search-contact,
    .header-style-2 .search-contact,
    .header-style-3 .search-contact {
        right: 55px;
        top: 16px;
        height: 0;
        line-height: 0;
    }
    .header-style-1 .search-contact .open-btn,
    .header-style-2 .search-contact .open-btn,
    .header-style-3 .search-contact .open-btn {
        margin-right: 10px;
    }
}
.header-style-1 .search-contact .open-btn:focus,
.header-style-2 .search-contact .open-btn:focus,
.header-style-3 .search-contact .open-btn:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}
.header-style-1 .search-contact .call,
.header-style-2 .search-contact .call,
.header-style-3 .search-contact .call {
    float: left;
    position: relative;
    padding-left: 82px;
    padding-right: 30px;
}
.header-style-1 .search-contact .call i,
.header-style-2 .search-contact .call i,
.header-style-3 .search-contact .call i {
    position: absolute;
    left: 30px;
}
.header-style-1 .search-contact .call i::before,
.header-style-2 .search-contact .call i::before,
.header-style-3 .search-contact .call i::before {
    font-size: 40px;
    color: #f08f27;
}
.header-style-1 .search-contact .call p,
.header-style-2 .search-contact .call p,
.header-style-3 .search-contact .call p {
    font-size: 0.9375rem;
    color: #fff;
    padding-top: 30px;
    margin: 0;
}
.header-style-1 .search-contact .call h5,
.header-style-2 .search-contact .call h5,
.header-style-3 .search-contact .call h5 {
    font-size: 1.25rem;
    color: #fff;
    margin: 0;
}
@media (max-width: 1100px) {
    .header-style-1 .search-contact .call + a,
    .header-style-2 .search-contact .call + a,
    .header-style-3 .search-contact .call + a {
        display: none;
    }
}
.header-style-2 .topbar,
.header-style-3 .topbar {
    background-color: #fff;
    padding: 6px 40px;
    border-bottom: 1px solid #e8e8e8;
}
.blog-single-section .author-box .author-avatar,
.blog-single-section .tag-share .tag,
.blog-single-section .tag-share ul li,
.header-style-2 .topbar .social-icons ul li,
.header-style-3 .topbar .social-icons ul li,
.portfolio-sigle-section .prev-next-project > div:first-child,
.site-footer .about-widget .social-icons ul li,
.site-footer .lower-footer .extra-link ul li,
.team-section .team-grids ul li {
    float: left;
}
.header-style-2 .topbar .social-icons ul > li + li,
.header-style-3 .topbar .social-icons ul > li + li,
.shop-single-section .product-details .product-option .product-row > div + div,
.site-footer .about-widget .social-icons ul > li + li {
    margin-left: 15px;
}
.header-style-2 .topbar .social-icons ul a,
.header-style-3 .topbar .social-icons ul a,
.site-footer .about-widget .social-icons ul a,
.site-footer .lower-footer .extra-link ul a {
    font-size: 0.875rem;
    color: #fff;
}
.header-style-2 .topbar .contact-info ul li,
.header-style-3 .topbar .contact-info ul li {
    float: left;
    color: #03969e;
    font-size: 14px;
}
.header-style-2 .topbar .contact-info ul > li + li,
.header-style-3 .topbar .contact-info ul > li + li {
    margin-left: 25px;
}
.header-style-2 .topbar .contact-info i,
.header-style-3 .topbar .contact-info i {
    display: inline-block;
    padding-right: 11px;
    color: #109da4;
}
.header-style-2 .topbar .contact-info ul > li:first-child i,
.header-style-3 .topbar .contact-info ul > li:first-child i {
    position: relative;
    top: 0;
}
@media (max-width: 1350px) {
    .header-style-1 .search-contact .header-search-area,
    .header-style-2 .search-contact .header-search-area,
    .header-style-3 .search-contact .header-search-area {
        border-right: 0px;
    }
    .header-style-1 .search-contact .call,
    .header-style-2 .search-contact .call,
    .header-style-3 .search-contact .call {
        display: none;
    }
    .header-style-2 .call,
    .header-style-3 .call {
        display: block !important;
    }
}
@media screen and (min-width: 992px) {
    .header-style-2 #navbar > ul > li > a,
    .header-style-2 .search-contact .call h5,
    .header-style-2 .search-contact .open-btn,
    .header-style-3 #navbar > ul > li > a,
    .header-style-3 .search-contact .call h5,
    .header-style-3 .search-contact .open-btn {
        color: #139da4;
    }
    .header-style-2 .search-contact,
    .header-style-3 .search-contact {
        height: 81px;
        line-height: 81px;
        margin-left: 100px;
    }
    .header-style-2 .search-contact .call,
    .header-style-3 .search-contact .call {
        padding-right: 0;
    }
    .header-style-2 .search-contact .call p,
    .header-style-3 .search-contact .call p {
        color: #777;
    }
    .header-style-2 .search-contact .header-search-area,
    .header-style-3 .search-contact .header-search-area {
        border-right: none;
    }
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        padding: 10px 40px;
    }
    .header-style-3 .navigation {
        background-color: #fff;
    }
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        display: none;
    }
}
.header-search-form {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.65);
}
.header-search-form form {
    width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header-search-form form input {
    height: 60px;
    font-size: 16px;
    padding: 15px 25px;
    border: 0;
    box-shadow: none;
    border-radius: 60px;
}
.header-search-form form input:focus {
    box-shadow: none;
}
.header-search-form form .btn {
    background-color: #f08f27;
    width: 60px;
    height: 100%;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 60px 60px 0;
}
.header-search-form form .btn:active,
.header-search-form form .btn:focus {
    outline: 0;
    box-shadow: none;
}
.hero-slider {
    width: 100%;
    height: 700px;
    display: flex;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
@media (max-width: 991px) {
    /* html, body{
        overflow-x: hidden;
    } */
    .header-style-2 .topbar,
    .header-style-3 .topbar {
        padding: 6px 0 10px;
    }
    .header-style-2 .topbar .social-icons,
    .header-style-3 .topbar .social-icons {
        float: none;
        display: block;
        text-align: center;
    }
    .header-style-2 .topbar .social-icons ul,
    .header-style-3 .topbar .social-icons ul {
        display: inline-block;
    }
    .header-style-2 .navigation,
    .header-style-3 .navigation {
        background-color: #fff;
    }
    .header-style-2 .search-contact .open-btn,
    .header-style-3 .search-contact .open-btn {
        color: #131e4a;
    }
    .hero-slider,
    .hero-style-1 {
        height: 600px;
    }
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-slider .slide-inner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    background: #109da4;
    width: 35px;
    height: 35px;
    line-height: 33px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
}
.hero-slider .swiper-button-prev {
    left: 25px;
}
.hero-slider .swiper-button-prev::before {
    font-family: FontAwesome;
    content: "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ";
    font-size: 15px;
    color: #d4d3d3;
}
.hero-slider .swiper-button-next {
    right: 25px;
}
.hero-slider .swiper-button-next::before {
    font-family: FontAwesome;
    content: "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â";
    font-size: 15px;
    color: #d4d3d3;
}
.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.hero-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #f08f27;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}
.hero-style-1 .slide-btns,
.hero-style-1 .slide-text,
.hero-style-1 .slide-title {
    max-width: 697px;
    text-align: center;
    margin: 0 auto;
}
.hero-style-1 .slide-title h2 {
    font-size: 3.8rem;
    color: #fff;
    margin: 0 0 0.4em;
    text-transform: capitalize;
    font-family: averta, -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: bolder;
}
@media (max-width: 1199px) {
    .header-style-2 .search-contact .header-search-area,
    .header-style-3 .search-contact .header-search-area {
        border-right: 0px;
    }
    .header-style-2 .call,
    .header-style-3 .call {
        display: none !important;
    }
    .hero-style-1 .slide-title h2 {
        font-size: 3.625rem;
    }
}
@media (max-width: 991px) {
    .hero-style-1 .slide-title h2 {
        font-size: 3.125rem;
    }
}
.hero-style-1 .slide-text p {
    font-size: 1rem;
    font-weight: 500;
    color: #bfbfbf;
    margin: 0 0 2em;
}
.about-us-section .btns > a,
.hero-style-1 .slide-btns > a:first-child,
.hero-style-2 .slide-btns > a:first-child,
.hero-style-3 .slide-btns > a:first-child,
.mobile-fixed-btn a i {
    margin-right: 10px;
}
.hero-style-2,
.hero-style-3 {
    height: 750px;
}
@media (max-width: 991px) {
    .hero-style-2,
    .hero-style-3 {
        height: 600px;
    }
}
.hero-style-2 .slide-title,
.hero-style-3 .slide-title {
    max-width: 740px;
}
.hero-style-2 .slide-text,
.hero-style-3 .slide-text {
    max-width: 645px;
}
.hero-style-2 .slide-title h2,
.hero-style-3 .slide-title h2 {
    font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.4em;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 3.625rem;
    }
    .site-footer .link-widget {
        padding-left: 20px;
    }
}
@media (max-width: 991px) {
    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 3.125rem;
    }
}
.hero-style-2 .slide-text p,
.hero-style-3 .slide-text p {
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    margin: 0 0 2em;
}
@media (max-width: 767px) {
    .theme-btn-s3 {
        padding: 11px 20px;
        font-size: 13px;
    }
    .page-title h2 {
        font-size: 1.5rem;
    }
    .blog-sidebar {
        margin-top: 60px;
        max-width: 400px;
    }
    .blog-sidebar .category-widget ul li {
        font-size: 0.875rem;
    }
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
    .theme-accordion-s1 .panel-heading a {
        padding: 12px 15px;
    }
    .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
        padding: 15px 15px 8px;
    }
    .site-header .navbar-header .navbar-brand {
        font-size: 24px;
    }
    .site-header #navbar .navbar-nav {
        margin: 0;
        flex-direction: column;
        gap: 0;
        overflow: unset;
        flex-wrap: nowrap;
        padding-bottom: 4rem;
    }
    .header-style-2 .topbar .contact-info,
    .header-style-3 .topbar .contact-info {
        float: none;
        text-align: center;
    }
    .header-style-2 .topbar .contact-info ul,
    .header-style-3 .topbar .contact-info ul {
        display: flex;
        justify-content: space-between;
    }
    .header-style-2 .topbar .contact-info ul li,
    .header-style-3 .topbar .contact-info ul li {
        font-size: 10px;
        margin-top: 5px;
    }
    .header-search-form form {
        width: 300px;
    }
    .header-search-form form input {
        height: 45px;
        font-size: 17px;
    }
    .hero-slider,
    .hero-style-1,
    .hero-style-2,
    .hero-style-3 {
        height: 500px;
    }
    .hero-slider .swiper-button-next,
    .hero-slider .swiper-button-prev {
        display: none;
    }
    .hero-style-1 .slide-title h2,
    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 2.1875rem;
    }
    .hero-style-1 .slide-text p,
    .hero-style-2 .slide-text p,
    .hero-style-3 .slide-text p {
        font-size: 1rem;
        font-weight: 400;
    }
}
.hero-style-3 {
    height: 700px;
}
@media (max-width: 991px) {
    .hero-style-3 {
        height: 600px;
    }
}
@media screen and (min-width: 992px) {
    .hero-style-1 .container {
        padding-top: 95px;
    }
    .hero-style-2 .container,
    .hero-style-3 .container {
        margin-top: -110px;
    }
    .hero-style-3 .container {
        margin-top: 0;
    }
}
.site-footer {
    background-color: #172833;
    background-image: url("../images/dots.png");
    background-size: cover;
    position: relative;
    font-size: 15px;
    overflow: hidden;
}
.about-us-section .video-holder a,
.desc > p,
.features-section-s2 .feature-grids > .grid:nth-child(2) .fi::before,
.features-section-s2 .feature-grids > .grid:nth-child(2) h4,
.quicklinks a,
.shop-pg-section .details h4 a,
.site-footer .lower-footer .copyright a,
.site-footer li,
.site-footer p,
.text-white,
.white-heading > h2,
p.white-text {
    color: #fff;
}
.site-footer .upper-footer {
    padding: 90px 0;
}
@media (max-width: 991px) {
    .site-footer .upper-footer {
        padding: 90px 0 20px;
    }
    .site-footer .upper-footer .col {
        min-height: 235px;
        margin-bottom: 70px;
    }
}
.site-footer .widget-title {
    margin-bottom: 6px;
}
.site-footer .widget-title h3 {
    font-size: 1.125rem;
    margin: 0;
    padding-bottom: 0.4em;
    text-transform: capitalize;
    position: relative;
    color: #fff;
}
.site-footer .about-widget .logo {
    max-width: 250px;
}
.site-footer .about-widget p {
    margin-bottom: 0.8em;
    line-height: 1.9em;
}
@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
    .site-footer .link-widget {
        padding-left: 20px;
    }
    .site-footer .contact-widget {
        padding-left: 25px;
    }
}
@media (max-width: 991px) {
    .site-footer .widget-title h3 {
        padding-bottom: 0;
    }
    .site-footer .about-widget .social-icons {
        float: none;
        display: block;
        text-align: center;
    }
    .site-footer .about-widget .social-icons ul {
        display: inline-block;
    }
    .site-footer .link-widget {
        padding-left: 0;
    }
}
.site-footer .link-widget ul li {
    position: relative;
    margin-bottom: 20px;
}
.site-footer .link-widget ul a {
    color: #fff;
    font-weight: 500;
    text-wrap: nowrap;
    padding-left: 0;
}
.contact-widget .quote-section .quote-area,
.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover::before {
    background: 0 0;
}
.site-footer .contact-widget ul {
    margin-top: 25px;
}
.site-footer .contact-widget ul li {
    position: relative;
    display: flex;
}
.site-footer .contact-widget li span {
    color: #fff;
    font-weight: 500;
    display: block;
    margin-right: 10px;
}
.site-footer .newsletter-widget form {
    margin-top: 25px;
    position: relative;
}
.site-footer .newsletter-widget form input {
    background-color: #fff;
    height: 50px;
    color: #777;
    padding: 6px 20px;
    border-radius: 5px;
    border: 1px solid #dcdbdb;
    box-shadow: none;
}
.site-footer .newsletter-widget form .submit {
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
}
.site-footer .newsletter-widget form .submit button {
    background: 0 0;
    border: 0;
    outline: 0;
    font-size: 20px;
    color: #f08f27;
    margin-top: -2px;
    position: relative;
    right: -5px;
}
.site-footer .lower-footer {
    text-align: center;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.site-footer .lower-footer .row {
    padding: 20px 0;
    position: relative;
}
.site-footer .lower-footer .row .separator {
    background: #e8e8e8;
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
}
.site-footer .lower-footer .copyright {
    display: inline-block;
    font-size: 0.875rem;
    margin: 0;
}
.site-footer .lower-footer .extra-link {
    display: inline-block;
    float: right;
    overflow: hidden;
}
.site-footer .lower-footer .extra-link ul > li + li {
    margin-left: 35px;
    position: relative;
}
.site-footer .lower-footer .extra-link ul > li + li::before {
    content: "";
    background: #131e4a;
    width: 15px;
    height: 1px;
    position: absolute;
    left: -25px;
    top: 11px;
}
.site-footer .lower-footer .extra-link ul a:hover {
    text-decoration: underline;
}
.sticky-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    z-index: 9999;
    opacity: 0;
    transition: 0.7s;
}
.sticky-on {
    opacity: 1;
    top: 0;
}
.header-style-1 .sticky-header,
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background: #131e4a;
}
.header-style-2 .sticky-header,
.header-style-3 .sticky-header {
    background: #172833;
    box-shadow: rgba(0, 0, 0, 0.2) 0 8px 24px;
}
.about-us-section {
    background: rgba(23, 40, 51, 0.06);
    position: relative;
    z-index: 1;
    padding-top: 130px;
    overflow: hidden;
}
.about-us-section::before {
    content: "";
    background: url("../images/dots.png") center center/cover no-repeat local;
    top: 0;
}
.about-us-section .details p,
.quote-section .details p,
.quote-section .quote-area p,
.quote-section-s2 .details p,
.quote-section-s2 .quote-area p {
    margin-bottom: 2em;
}
.about-us-section .details ul,
.blog-single-section .more-posts > div,
.error-404-section .error {
    width: 50%;
    float: left;
}
.about-us-section ul li,
.quote-section ul li,
.quote-section-s2 ul li {
    color: #131e4a;
    font-weight: 500;
    margin-bottom: 7px;
}
.about-us-section .btns,
.quote-section .btns,
.quote-section-s2 .btns,
.side-container .side-content .contact-info {
    margin-top: 30px;
}
.about-us-section .video-holder {
    width: 100%;
    background-color: #f08f27;
    padding: 8px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 600px;
}
.about-us-section .video-holder i {
    display: inline-block;
    padding-right: 8px;
}
.service-section {
    padding-bottom: 90px;
}
@media (max-width: 991px) {
    .site-footer .lower-footer .copyright {
        float: none;
        display: block;
    }
    .site-footer .lower-footer .extra-link {
        float: none;
        display: block;
        text-align: center;
    }
    .site-footer .lower-footer .extra-link ul {
        display: inline-block;
    }
    .about-us-section .right-col {
        margin-top: 60px;
    }
    .service-section {
        padding-bottom: 80px;
    }
}
.service-section .title-text,
.service-section-s2 .title-text {
    text-align: right;
    padding-top: 20px;
}
.blog-section .blog-grids,
.service-section .service-grids,
.service-section-s2 .service-grids,
.team-section .team-grids,
.why-choose-section .why-choose-grids {
    margin: 0 -15px;
}
.service-section .service-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    padding: 40px 35px;
    text-align: center;
    box-shadow: rgba(19, 30, 74, 0.1) 0 5px 47.2px 11.8px;
    transition: 0.3s;
    position: relative;
    top: 0;
}
@media (max-width: 1199px) {
    .about-us-section .details ul {
        width: 100%;
        float: none;
    }
    .service-section .service-grids .grid {
        padding: 40px 35px;
    }
}
@media (max-width: 991px) {
    .service-section .title-text {
        text-align: left;
        margin-bottom: 50px;
        padding-top: 0;
    }
    .service-section .service-grids .grid {
        width: calc(50% - 30px);
    }
}
@media (max-width: 767px) {
    .hero-style-3 {
        height: 500px;
    }
    .site-footer .upper-footer {
        padding: 80px 0 10px;
    }
    .site-footer .upper-footer .col {
        min-height: auto;
        margin-bottom: 45px;
    }
    .site-footer .widget-title {
        margin-bottom: 20px;
    }
    .site-footer .link-widget {
        max-width: 350px;
        padding-left: 0 !important;
    }
    .site-footer .lower-footer .extra-link ul > li + li {
        margin-left: 15px;
    }
    .site-footer .lower-footer .extra-link ul > li + li::before {
        display: none;
    }
    .service-section {
        padding-bottom: 70px;
    }
    .service-section .service-grids {
        margin: 0 -7.5px;
    }
    .service-section .service-grids .grid {
        width: calc(50% - 15px);
        padding: 30px 20px;
        margin: 0 7.5px 15px;
    }
}
.service-section .service-grids .grid:hover {
    top: -10px;
    transition: 0.3s;
}
.features-section .fi::before,
.features-section-s2 .fi::before,
.service-section .service-grids .grid > .fi::before,
.service-single-section .why-choose-service .list .fi::before,
.why-choose-section .why-choose-grids .fi::before {
    font-size: 3.125rem;
    color: #f08f27;
}
.service-section .service-grids h4 {
    font-size: 1.125rem;
    margin: 1em 0;
}
.service-section .service-grids p,
.service-section-s2 .service-grids p {
    font-size: 0.9375rem;
    margin: 0 0 1em;
}
.service-section .service-grids .read-more,
.service-section-s2 .service-grids .read-more {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #131e4a;
}
.service-section .view-all p {
    color: #131e4a;
    margin: 25px 0 0;
}
.service-section .view-all a {
    text-decoration: underline;
    color: #f08f27;
}
.services-pg-section {
    padding-bottom: 80px;
}
@media (max-width: 991px) {
    .services-pg-section {
        padding-bottom: 70px;
    }
}
.why-choose-section {
    background-color: #131e4a;
    padding-bottom: 70px;
}
@media (max-width: 991px) {
    .why-choose-section {
        padding-bottom: 60px;
    }
}
.why-choose-section .why-choose-grids .grid {
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px 30px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 35px 25px;
    transition: 0.3s;
    position: relative;
    top: 0;
}
@media (max-width: 1199px) {
    .why-choose-section .why-choose-grids .grid {
        width: calc(50% - 30px);
    }
}
@media (max-width: 767px) {
    .service-section .service-grids h4 {
        font-size: 1rem;
    }
    .service-section .service-grids .read-more,
    .service-section .service-grids p {
        font-size: 0.875rem;
    }
    .services-pg-section {
        padding-bottom: 60px;
    }
    .why-choose-section {
        padding-bottom: 65px;
    }
    .why-choose-section .why-choose-grids {
        margin: 0 -7.5px;
    }
    .why-choose-section .why-choose-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 15px;
    }
}
.why-choose-section .why-choose-grids h3 {
    font-size: 1.125rem;
    color: #fff;
    margin: 0.8em 0 0.7em;
}
.why-choose-section .why-choose-grids p {
    font-size: 0.875rem;
    color: #d2d2d2;
    margin: 0;
}
.testimonials-section {
    background-color: #f0fbff;
    position: relative;
    padding-top: 110px;
}
@media (max-width: 991px) {
    .testimonials-section {
        padding: 90px 0 80px;
    }
}
.testimonials-section::before {
    background: url("../images/testimonials-bg-2.png") left bottom/cover
        no-repeat local;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.testimonials-section .testimonial-grids img {
    width: auto;
}
.testimonials-section .testimonial-grids {
    padding-left: 60px;
}
.testimonials-section .grid .fi::before {
    font-size: 3.75rem;
    color: #f08f27;
    display: block;
    padding-left: 3px;
    margin: 1em 0 0.3em;
}
@media (max-width: 991px) {
    .testimonials-section .testimonial-grids {
        padding-left: 0;
    }
    .testimonials-section .grid .fi::before {
        font-size: 3.125rem;
        margin: 0 0 0.3em;
    }
    .testimonials-section .testimonial-left-img-holder {
        display: none;
    }
}
.testimonials-section .quote p {
    font-size: 1.1875rem;
    color: #131e4a;
    font-style: italic;
}
.testimonials-section .client-info {
    margin-top: 35px;
    position: relative;
    padding-left: 75px;
    height: 65px;
}
.featured-project-section-s2 .img-holder,
.testimonials-section .client-info .img-holder,
.testimonials-section-s2 .client-info .img-holder {
    position: absolute;
    left: 0;
    top: 0;
}
.testimonials-section .client-info h5,
.testimonials-section-s2 .client-info h5 {
    font-size: 1rem;
    margin: 0 0 0.3em;
    padding: 0.8em 0 0;
}
.testimonials-section .client-info p,
.testimonials-section-s2 .client-info p {
    font-size: 0.75rem;
    margin: 0;
    line-height: 1.7em;
}
.testimonials-section .owl-theme .owl-controls {
    margin-top: 25px;
    text-align: left;
}
.testimonials-section .owl-theme .owl-dots .owl-dot span {
    background: #a6b5c0;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"]:hover,
.testimonials-section .owl-theme .owl-dots .owl-dot.active span {
    background: #f08f27;
}
.featured-project-section,
.featured-project-section-s2,
section.support {
    padding-bottom: 0;
}
.featured-project-section .project-grids {
    background: url("../images/featured-project-bg.jpg") center center/cover
        no-repeat local;
}
.featured-project-section .project-grids .grid {
    width: 25%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
    overflow: hidden;
}
@media (max-width: 1199px) {
    .featured-project-section .project-grids .grid {
        width: 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .fun-fact-section .fun-fact-grids .grid {
        width: 33%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
}
.featured-project-section .project-grids .overlay {
    padding: 280px 60px 60px;
    position: relative;
    top: 60px;
    transition: 0.5s;
}
.featured-project-section .project-grids .grid:hover .overlay {
    background-color: rgba(19, 30, 74, 0.9);
    top: 0;
}
.featured-project-section .project-grids .count,
.featured-project-section-s2 .count {
    font-family: averta, -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}
.featured-project-section .project-grids h3,
.featured-project-section-s2 h3 {
    font-size: 1.375rem;
    color: #fff;
    margin-bottom: 1em;
}
.featured-project-section .project-grids p,
.featured-project-section-s2 .grid p {
    color: #cecccc;
    margin-bottom: 0;
    padding-bottom: 2em;
    transition: 0.3s;
}
.featured-project-section .project-grids .overlay > a,
.featured-project-section-s2 .overlay > a {
    position: relative;
    top: 100px;
}
.featured-project-section .project-grids .grid:hover .overlay > a,
.featured-project-section-s2 .grid:hover .overlay > a {
    top: 0;
}
.partners-section .container {
    position: relative;
    padding: 45px 15px;
}
.partners-section .grid img {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}
.fun-fact-section .fun-fact-grids .grid {
    width: 33%;
    float: left;
    padding: 35px;
    transition: 0.3s;
    position: relative;
    top: 0;
}
.fun-fact-section .fun-fact-grids .fi,
.service-single-section .why-choose-service .list i {
    position: absolute;
    left: 25px;
}
.fun-fact-section .fun-fact-grids .fi::before {
    font-size: 3.125rem;
    color: #131e4a;
}
.fun-fact-section .fun-fact-grids h3 {
    font-size: 66px;
    font-weight: 700;
    color: #172833;
    margin: 0 0 0.1em;
}
.btn-8,
.side-container .side-content .contact-info .social-icons ul li a i {
    font-size: 17px;
}
.fun-fact-section .fun-fact-grids p {
    color: #299dd2;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}
.team-section {
    padding-bottom: 45px;
}
@media (max-width: 991px) {
    .featured-project-section .project-grids .grid {
        background-color: rgba(19, 30, 74, 0.9);
    }
    .featured-project-section .project-grids .overlay {
        padding: 80px 30px 50px;
        top: 0;
    }
    .featured-project-section .project-grids .count {
        font-size: 1.875rem;
    }
    .featured-project-section .project-grids h3 {
        font-size: 1.125rem;
    }
    .featured-project-section .project-grids p {
        font-size: 0.875rem;
    }
    .featured-project-section .project-grids .overlay > a {
        top: 0;
    }
    .team-section {
        padding-bottom: 25px;
    }
}
.team-section .team-grids .grid {
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px 50px;
    text-align: center;
}
@media (max-width: 991px) {
    .team-section .team-grids .grid {
        width: calc(50% - 30px);
    }
}
@media (max-width: 767px) {
    .testimonials-section {
        padding: 80px 0 70px;
    }
    .testimonials-section .grid .fi::before {
        font-size: 2.5rem;
    }
    .testimonials-section .quote p {
        font-size: 1rem;
    }
    .testimonials-section .client-info h5 {
        font-size: 0.875rem;
    }
    .fun-fact-section .fun-fact-grids h3 {
        font-size: 1.875rem;
    }
    .team-section {
        padding-bottom: 15px;
    }
    .team-section .team-grids {
        margin: 0 -7.5px;
    }
    .team-section .team-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 50px;
    }
}
@media (max-width: 500px) {
    .team-section .team-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}
.team-section .team-grids ul {
    list-style: none;
    display: inline-block;
}
.blog-single-section .tag-share .share ul > li + li,
.blog-single-section .tag-share ul > li + li,
.team-section .team-grids ul > li + li {
    margin-left: 10px;
}
.team-section .team-grids ul li a {
    background-color: #f08f27;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 0.8125rem;
    color: #fff;
    border-radius: 3px;
}
.team-section .team-grids ul li a:hover {
    background-color: #df4702;
}
.team-section .team-grids .social {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.team-section .team-grids .grid:hover .social {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.portfolio-sigle-section .challange-solution-section > div + div,
.team-section .team-grids .details {
    padding-top: 20px;
}
.team-section .team-grids h3 {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 0.1em;
}
.team-section .team-grids h3 + span {
    font-size: 0.8125rem;
    color: #f08f27;
    font-weight: 600;
}
.quote-section .left-col,
.quote-section-s2 .left-col {
    width: 50%;
    float: left;
    padding: 150px 185px 150px 100px;
}
@media (max-width: 1199px) {
    .quote-section .left-col,
    .quote-section-s2 .left-col {
        padding: 120px 185px 120px 60px;
    }
}
@media (max-width: 991px) {
    .quote-section .left-col,
    .quote-section-s2 .left-col {
        width: 100%;
        float: none;
        padding: 80px 50px;
        height: auto !important;
    }
}
.quote-section .right-col,
.quote-section-s2 .right-col {
    width: 50%;
    float: right;
    position: relative;
}
.quote-section .left-col h2,
.quote-section-s2 .left-col h2 {
    font-size: 2.375rem;
    margin: 0 0 0.8em;
    text-transform: capitalize;
    line-height: 1.3em;
}
@media (max-width: 1199px) {
    .quote-section .left-col h2,
    .quote-section-s2 .left-col h2 {
        font-size: 2.0625rem;
    }
}
.quote-section .btns > a,
.quote-section-s2 .btns > a {
    margin-right: 10px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .quote-section .right-col,
    .quote-section-s2 .right-col {
        width: 100%;
        float: none;
        height: 800px !important;
    }
    .quote-section .quote-area,
    .quote-section-s2 .quote-area {
        /* left: 45px; */
        padding-right: 20px;
        padding-bottom: 10px;
    }
}
.quote-section .quote-area h3,
.quote-section-s2 .quote-area h3 {
    font-size: 1.5rem;
    margin: 0 0 0.5em;
}
.form-control,
.quote-section .quote-area input,
.quote-section .quote-area textarea,
.quote-section-s2 .quote-area input,
.quote-section-s2 .quote-area textarea {
    border: 1px solid #919191;
    height: 41px;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-left: 0;
}
.quote-section .quote-area textarea,
.quote-section-s2 .quote-area textarea {
    height: 120px;
}
.blog-section {
    padding-bottom: 65px;
    background: #172833;
}
@media (max-width: 991px) {
    .blog-section {
        padding-bottom: 55px;
    }
    .blog-section .blog-grids .grid {
        width: calc(50% - 30px);
    }
}
.blog-section .blog-grids .grid {
    float: left;
    margin: 0 15px 30px;
}
@media (max-width: 767px) {
    .team-section .team-grids h3 {
        font-size: 1rem;
    }
    .quote-section .left-col,
    .quote-section-s2 .left-col {
        padding: 60px 30px;
    }
    .quote-section .left-col h2,
    .quote-section-s2 .left-col h2 {
        font-size: 1.5625rem;
    }
    .quote-section .right-col,
    .quote-section-s2 .right-col {
        height: 700px !important;
    }
    .quote-section .quote-area,
    .quote-section-s2 .quote-area {
        left: 0;
        padding: 40px 25px;
        margin: 0 15px;
        top: calc(50% - 283px);
    }
    .blog-section {
        padding-bottom: 45px;
    }
    .blog-section .blog-grids {
        margin: 0 -7.5px;
    }
    .blog-section .blog-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}
.blog-section .cats {
    font-size: 0.875rem;
    color: #f08f27;
}
.blog-section .entry-body h4 {
    font-size: 1.125rem;
    margin: 0.5em 0 0.8em;
    line-height: 1.3em;
    color: #fff;
}
.blog-section .date {
    font-size: 0.875rem;
}
.blog-section .read-more {
    font-size: 0.875rem;
    color: #131e4a;
    font-weight: 500;
}
.blog-section .read-more .fi::before {
    font-size: 0.875rem;
    position: relative;
    top: 1px;
}
.cta-section {
    background: #f1f2f3;
    padding: 70px 0 60px;
}
.cta-section h3,
.cta-section h4 {
    color: #172833;
    margin: 0;
}
.cta-section h3 {
    font-size: 33px;
    margin: 0 0 0.6em;
}
.cta-section .contact-info {
    overflow: hidden;
    float: right;
}
.cta-section .contact-info > div {
    float: left;
    position: relative;
    padding-left: 60px;
    padding-bottom: 5px;
    padding-top: 25px;
}
.cta-section .contact-info > div + div {
    margin-left: 55px;
}
@media (max-width: 400px) {
    .cta-section .contact-info > div {
        float: none;
    }
    .cta-section .contact-info > div + div {
        margin-left: 0;
    }
}
.cta-section .contact-info i {
    position: absolute;
    left: 0;
}
.cta-section .contact-info .fi::before {
    font-size: 2.8125rem;
    color: #f08f27;
}
.cta-section .contact-info h4 {
    font-size: 1.5rem;
    margin: 0 0 0.3em;
}
.features-section {
    margin-top: -131px;
}
.features-section .feature-grids .grid {
    background-color: rgba(0, 0, 0, 0.4);
    width: 33.33%;
    float: left;
    padding: 35px 25px 35px 100px;
    position: relative;
}
.features-section .feature-grids > .grid + .grid,
.features-section-s2 .feature-grids > .grid + .grid {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.blog-single-section .comments-area .comment-theme,
.features-section .icon,
.features-section-s2 .icon {
    position: absolute;
    left: 35px;
}
.features-section .count {
    font-family: averta, -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
}
.features-section h4 {
    font-size: 1.125rem;
    color: #fff;
    margin: 0;
}
.service-section-s2 {
    padding-bottom: 33px;
    background: url("../images/dots.png") left top/100% no-repeat local;
}
@media (max-width: 991px) {
    .cta-section h3 {
        font-size: 1.5625rem;
    }
    .cta-section .contact-info {
        float: none;
    }
    .cta-section .contact-info > div {
        padding-left: 0;
    }
    .cta-section .contact-info .fi::before {
        font-size: 2.1875rem;
    }
    .cta-section .contact-info h4 {
        font-size: 1.125rem;
    }
    .features-section {
        margin: 90px 0 0;
    }
    .features-section .feature-grids .grid {
        background-color: #fff;
        padding: 35px 25px;
        text-align: center;
        box-shadow: rgba(19, 30, 74, 0.1) 0 5px 47.2px 11.8px;
    }
    .features-section .icon {
        position: relative;
        left: auto;
    }
    .features-section .count {
        color: #131e4a;
    }
    .features-section h4 {
        font-size: 1rem;
        color: #131e4a;
        margin: 0.7em 0 0;
    }
    .service-section-s2 {
        padding-bottom: 23px;
    }
    .service-section-s2 .title-text {
        text-align: left;
        margin-bottom: 50px;
        padding-top: 0;
    }
}
.service-section-s2 .service-grids .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 60px;
}
@media (max-width: 991px) {
    .service-section-s2 .service-grids .grid {
        width: calc(50% - 30px);
    }
    .featured-project-section-s2 .grid {
        background-color: rgba(19, 30, 74, 0.9);
    }
}
@media (max-width: 767px) {
    .blog-section .entry-body h4 {
        font-size: 1rem;
    }
    .features-section .feature-grids .grid {
        width: 100%;
        float: left;
    }
    .service-section-s2 {
        padding-bottom: 13px;
    }
    .service-section-s2 .service-grids {
        margin: 0 -7.5px;
    }
    .service-section-s2 .service-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 60px;
    }
}
.service-section-s2 .service-grids h4 {
    font-size: 1.125rem;
    margin: 1.4em 0 0.7em;
}
.featured-project-section-s2 .grid {
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}
.featured-project-section-s2 .overlay {
    padding: 280px 60px 60px;
    position: relative;
    top: 60px;
    opacity: 0;
    transition: 0.5s;
}
.featured-project-section-s2 .grid:hover {
    cursor: grab;
}
.featured-project-section-s2 .grid:hover .overlay {
    background-color: rgba(19, 30, 74, 0.9);
    top: 0;
    opacity: 1;
}
.featured-project-pg-section {
    margin-bottom: -20px;
}
.features-section-s2 {
    margin: 100px 0 0;
}
.features-section-s2 .feature-grids .grid {
    background-color: #fff;
    width: 33.33%;
    float: left;
    padding: 35px 25px 35px 100px;
    position: relative;
    box-shadow: rgba(25, 38, 62, 0.16) 0 9px 42.32px 3.68px;
}
.features-section-s2 .count {
    font-family: averta, -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 1.875rem;
    font-weight: 700;
    color: #131e4a;
}
.features-section-s2 h4 {
    font-size: 1.125rem;
    color: #131e4a;
    margin: 0;
}
.testimonials-section-s2 {
    background-color: #f0fbff;
    padding-bottom: 40px;
    position: relative;
}
.testimonials-section-s2::before {
    background: url("../images/testimonials-bg.png") left bottom/cover no-repeat
        local;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 991px) {
    .featured-project-section-s2 .overlay {
        padding: 80px 30px 50px;
        top: 0;
    }
    .featured-project-section-s2 .count {
        font-size: 1.875rem;
    }
    .featured-project-section-s2 h3 {
        font-size: 1.125rem;
    }
    .featured-project-section-s2 .grid p {
        font-size: 0.875rem;
    }
    .featured-project-section-s2 .overlay > a {
        top: 0;
    }
    .features-section-s2 {
        margin: 90px 0 0;
    }
    .features-section-s2 .feature-grids .grid {
        background-color: #fff;
        padding: 35px 25px;
        text-align: center;
        box-shadow: rgba(19, 30, 74, 0.1) 0 5px 47.2px 11.8px;
    }
    .features-section-s2 .icon {
        position: relative;
        left: auto;
    }
    .features-section-s2 .count {
        color: #131e4a;
    }
    .features-section-s2 h4 {
        font-size: 1rem;
        color: #131e4a;
        margin: 0.7em 0 0;
    }
    .testimonials-section-s2 {
        padding-bottom: 30px;
    }
    .testimonials-section-s2 .testimonial-grids .grid {
        width: calc(50% - 30px);
    }
}
.testimonials-section-s2 .testimonial-grids {
    margin: 40px -15px 0;
}
.testimonials-section-s2 .testimonial-grids .grid {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 70px;
}
.testimonials-section-s2 .quote {
    background: #fff;
    padding: 45px;
    position: relative;
    border-radius: 5px;
}
.testimonials-section-s2 .quote p {
    font-style: italic;
}
.testimonials-section-s2 .quote::before {
    content: "";
    border-right: 30px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    left: 35px;
    bottom: -20px;
}
.testimonials-section-s2 .client-info {
    margin-top: 35px;
    position: relative;
    padding-left: 75px;
}
.contact-pg-section {
    padding-bottom: 35px;
}
@media (max-width: 991px) {
    .contact-pg-section {
        padding-bottom: 100px;
    }
}
.contact-pg-section form input,
.contact-pg-section form select,
.contact-pg-section form textarea {
    background: #fff;
    width: 100%;
    height: 55px;
    border: 2px solid #ebedef;
    border-radius: 0;
    box-shadow: none !important;
}
@media (max-width: 991px) {
    .contact-pg-section form input,
    .contact-pg-section form select,
    .contact-pg-section form textarea {
        height: 45px;
    }
}
.contact-pg-section form input:focus,
.contact-pg-section form select:focus,
.contact-pg-section form textarea:focus,
.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
    border-color: #f08f27;
}
.contact-pg-section form textarea {
    height: 180px;
}
.contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden;
}
.contact-pg-section form ::-webkit-input-placeholder {
    font-style: normal;
    color: #9d9c9c;
}
.contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 12px;
    font-size: 0.9375rem;
}
.contact-pg-section form > div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
}
.contact-pg-section form .fullwidth {
    width: calc(100% - 30px);
    float: none;
    clear: both;
}
.contact-pg-section .office-info {
    background-color: #172833;
    position: relative;
    padding: 40px;
    margin-top: -92px;
    margin-left: 50px;
}
.contact-pg-section .office-info > div + div {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-pg-section .office-info h3 {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    margin: 0 0 0.8em;
}
.contact-pg-section .office-info li {
    font-size: 0.875rem;
    color: #fff;
    display: flex;
}
.contact-pg-section .office-info li i {
    color: #f08f27;
    display: block;
    padding-right: 5px;
}
.contact-pg-section .office-info ul > li + li {
    margin-top: 17px;
}
.contact-map-section .contact-map {
    height: 550px;
}
.contact-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}
.service-single-section .service-single-content .theme-btn,
.service-single-section .service-single-content .theme-btn-s2,
.service-single-section .service-single-content .theme-btn-s3 {
    margin-top: 10px;
}
.service-single-section .service-single-content h2 {
    font-size: 1.875rem;
    margin: 0 0 0.7em;
    text-transform: capitalize;
}
@media (max-width: 991px) {
    .contact-pg-section .office-info {
        margin-top: 0;
    }
    .service-single-section .service-single-content h2 {
        font-size: 1.5625rem;
    }
}
.service-single-section .service-single-content h3 {
    font-size: 1.375rem;
    text-transform: capitalize;
    margin: 0 0 1em;
}
.service-single-section .service-single-content p {
    margin-bottom: 1.3em;
    margin-top: 9px;
}
.service-single-section .service-single-content blockquote {
    background: #f5f9ff;
    padding: 45px;
    margin: 55px 0 80px;
    border-width: 0 0 0 5px;
    border-image: initial;
    position: relative;
    font-size: 1.0625rem;
    color: #131e4a;
    font-weight: 600;
    border-style: initial initial initial solid;
    border-color: initial initial initial #e5eaf1;
}
.service-single-section .service-single-content blockquote p {
    margin-bottom: 0.5em;
}
.service-single-section .service-single-content blockquote > span {
    font-size: 0.8125rem;
}
.service-single-section .service-single-content .service-single-slider {
    position: relative;
    margin-bottom: 30px;
}
.service-single-section .service-single-content .benefit {
    margin-top: 23px;
}
.service-single-section .service-single-content .benefit .details {
    float: left;
    padding-right: 25px;
}
.service-single-section .service-single-content .benefit .img-holder {
    width: 270px;
    float: right;
}
.service-single-section .service-single-content ul {
    margin-bottom: 30px;
}
.service-single-section .service-single-content ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}
.service-single-section .service-single-content ul li span {
    background: #f08f27;
    width: 20px;
    height: 20px;
    line-height: 21px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    font-size: 10px;
}
.service-single-section .service-single-content ul li .fi::before {
    font-size: 0.75rem;
    color: #fff;
}
.service-single-section .why-choose-service {
    margin-top: 40px;
    margin-bottom: 90px;
}
@media (max-width: 991px) {
    .service-single-section .service-single-content h3 {
        font-size: 1.25rem;
    }
    .service-single-section .service-single-content blockquote {
        font-size: 0.875rem;
        padding: 35px 25px;
        margin: 45px 0 70px;
    }
    .service-single-section .service-single-content .service-single-slider {
        margin-bottom: 50px;
    }
    .service-single-section .service-single-content .benefit {
        margin-top: 50px;
    }
    .service-single-section .why-choose-service {
        margin-top: 30px;
    }
}
.service-single-section .why-choose-service .list {
    margin: 40px 0 0;
    clear: both;
}
.service-single-section .why-choose-service .list div {
    width: 50%;
    background-color: #131e4a;
    float: left;
    padding: 45px 25px 45px 105px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 650px) {
    .service-single-section .why-choose-service .list div {
        width: 100%;
        float: none;
        padding: 40px 25px 40px 95px;
    }
    .service-single-section .why-choose-service .list i {
        top: 30px;
    }
    .service-single-section .why-choose-service .list .fi::before {
        font-size: 2.5rem;
    }
}
.service-single-section .why-choose-service h4 {
    font-size: 1.25rem;
    margin: 0 0 0.5em;
    color: #fff;
}
.service-single-section .why-choose-service .list p {
    font-size: 0.9375rem;
    color: #d2d2d2;
    margin: 0;
}
.service-single-section .service-single-tab {
    margin: 50px 0;
    clear: both;
}
.service-single-section .service-single-tab .nav {
    overflow: hidden;
    margin: 0;
}
.service-single-section .service-single-tab .nav li {
    float: left;
    padding-left: 0;
}
.service-single-section .service-single-tab .nav > li + li {
    margin-top: 0;
    margin-left: 3px;
}
.service-single-section .service-single-tab .nav a {
    background: #fff;
    font-size: 1rem;
    font-weight: 700;
    color: #131e4a;
    padding: 13px 25px;
    border: 1px solid rgba(19, 30, 74, 0.2);
}
@media (max-width: 767px) {
    .service-section-s2 .service-grids h4,
    .service-single-section .why-choose-service h4 {
        font-size: 1rem;
    }
    .service-section-s2 .service-grids .read-more,
    .service-section-s2 .service-grids p,
    .service-single-section .why-choose-service .list p,
    .testimonials-section-s2 .client-info h5 {
        font-size: 0.875rem;
    }
    .features-section-s2 .feature-grids .grid {
        width: 100%;
        float: left;
    }
    .testimonials-section-s2 {
        padding-bottom: 10px;
    }
    .testimonials-section-s2 .quote {
        padding: 30px 25px;
    }
    .contact-pg-section {
        padding-bottom: 80px;
    }
    .service-single-section .service-single-content h2 {
        font-size: 1.375rem;
    }
    .service-single-section .service-single-content h3 {
        font-size: 1.25rem;
    }
    .service-single-section .service-single-content .benefit .details {
        width: 100%;
        float: none;
    }
    .service-single-section .service-single-content .benefit .img-holder {
        width: 100%;
        float: none;
        margin: 45px 0;
    }
    .service-single-section .why-choose-service {
        margin-bottom: 70px;
        margin-top: 10px;
    }
    .service-single-section .service-single-tab .nav > li + li {
        margin-left: 1px;
    }
    .service-single-section .service-single-tab .nav a {
        font-size: 0.8125rem;
        padding: 8px 12px;
        text-transform: none;
    }
}
@media (max-width: 350px) {
    .service-single-section .service-single-tab .nav a {
        padding: 8px;
    }
}
.service-single-section .service-single-tab .nav .active a,
.service-single-section .service-single-tab .nav a:hover {
    background: #131e4a;
    color: #fff;
}
.service-single-section .tab-content {
    padding: 35px 40px;
    border: 1px solid rgba(19, 30, 74, 0.2);
    margin-top: -1px;
}
.portfolio-sigle-section .project-info {
    width: 340px;
    padding: 25px 45px;
    border: 5px solid #e9f2fb;
    float: right;
    margin-top: 15px;
}
.portfolio-sigle-section .project-info h3 {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 1.3em;
}
.portfolio-sigle-section .project-info ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.portfolio-sigle-section .project-info li {
    font-size: 0.875rem;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.portfolio-sigle-section .project-info li span {
    font-weight: 600;
    color: #333;
    min-width: 100px;
    display: inline-block;
}
.portfolio-sigle-section .project-details {
    width: calc(100% - 400px);
    float: left;
}
.portfolio-sigle-section .content-area {
    padding-top: 70px;
}
.portfolio-sigle-section .content-area h2 {
    font-size: 2rem;
    margin: 0 0 0.8em;
}
@media (max-width: 991px) {
    .service-single-section .service-single-tab {
        margin: 40px 0;
    }
    .portfolio-sigle-section .project-info {
        width: auto;
        max-width: 300px;
        float: none;
        margin: 0;
        padding: 25px;
    }
    .portfolio-sigle-section .project-details {
        width: 100%;
        float: none;
        margin-top: 70px;
    }
    .portfolio-sigle-section .content-area h2 {
        font-size: 1.75rem;
    }
}
.portfolio-sigle-section .content-area p {
    margin-bottom: 1.7em;
}
.portfolio-sigle-section .challange-solution-section h3 {
    font-size: 1.1875rem;
    margin: 2em 0 1em;
}
.portfolio-sigle-section .challange-solution-section p {
    margin-bottom: 1.4em;
}
.portfolio-sigle-section .challange-solution-section ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    color: #131e4a;
    margin-top: 5px;
}
.portfolio-sigle-section .challange-solution-section ul li i {
    position: absolute;
    left: 0;
    color: #f08f27;
    top: 2px;
}
.portfolio-sigle-section .prev-next-project {
    border: 5px solid #f5f5f5;
    padding: 28px 22px;
    margin-top: 80px;
    overflow: hidden;
}
.portfolio-sigle-section .prev-next-project > div {
    display: inline-block;
    position: relative;
    padding-left: 75px;
}
.portfolio-sigle-section .prev-next-project > div:last-child {
    float: right;
    padding: 0 75px 0 0;
}
.portfolio-sigle-section .prev-next-project .icon {
    position: absolute;
    left: 0;
    top: 5px;
    border-right: 1px solid #e8e8e8;
    padding-right: 18px;
}
.portfolio-sigle-section .prev-next-project .icon i {
    font-size: 1.875rem;
    color: #d2d4d9;
}
.portfolio-sigle-section .prev-next-project > div:last-child .icon {
    left: auto;
    right: 0;
    border-left: 1px solid #e8e8e8;
    padding-left: 18px;
    border-right: 0px;
    padding-right: 0;
}
.blog-single-section .more-posts .next-post > a > span,
.blog-single-section .more-posts .previous-post > a > span,
.portfolio-sigle-section .prev-next-project a,
.side-container .side-box.open-side {
    display: block;
}
.portfolio-sigle-section .prev-next-project a > span {
    font-size: 0.75rem;
    color: #7b7b7b;
    text-transform: uppercase;
}
.portfolio-sigle-section .prev-next-project a > h5 {
    font-size: 1rem;
    color: #131e4a;
    margin: 0.5em 0 0;
    transition: 0.2s;
}
.blog-pg-section .blog-content .post {
    margin-bottom: 100px;
}
@media (max-width: 991px) {
    .blog-pg-section .blog-content .post {
        margin-bottom: 70px;
    }
}
.blog-pg-section .entry-meta,
.blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    margin: 35px 0;
}
.blog-pg-section .entry-meta li,
.blog-single-section .entry-meta li {
    font-weight: 500;
    font-size: 0.875rem;
    float: left;
}
.blog-pg-section .entry-meta li i,
.blog-single-section .entry-meta li i {
    font-size: 1rem;
    display: inline-block;
    padding-right: 5px;
}
.blog-pg-section .entry-meta > li + li,
.blog-single-section .entry-meta > li + li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
.blog-pg-section .entry-meta li a,
.blog-single-section .entry-meta li a {
    color: #636893;
}
.blog-pg-section .entry-meta li:last-child i,
.blog-single-section .entry-meta li:last-child i {
    position: relative;
    top: 3px;
}
.blog-pg-section .post h3 {
    font-size: 1.875rem;
    line-height: 1.2em;
    margin: -0.27em 0 0.7em;
}
@media (max-width: 991px) {
    .blog-pg-section .post h3 {
        font-size: 1.5625rem;
    }
    .blog-pg-section .post p {
        font-size: 1rem;
    }
}
.blog-pg-section .post p,
.error-404-section .error-message p {
    margin-bottom: 1.8em;
}
.blog-pg-section .format-quote,
.blog-pg-section .format-standard {
    background-color: #f5f9fd;
    padding: 25px 35px 45px;
}
@media (max-width: 767px) {
    .service-single-section .tab-content {
        padding: 25px 20px;
    }
    .service-single-section .tab-content .tab-pane p {
        margin-bottom: 15px;
    }
    .portfolio-sigle-section .content-area h2 {
        font-size: 1.5625rem;
    }
    .portfolio-sigle-section .challange-solution-section > div + div {
        padding-top: 0;
    }
    .portfolio-sigle-section .prev-next-project {
        text-align: center;
        padding: 35px 22px;
    }
    .portfolio-sigle-section .prev-next-project > div,
    .portfolio-sigle-section .prev-next-project > div:last-child {
        display: block;
        float: none;
        padding: 0;
    }
    .portfolio-sigle-section .prev-next-project > div:first-child {
        display: block;
        float: none;
        margin-bottom: 25px;
    }
    .portfolio-sigle-section .prev-next-project .icon {
        display: none;
    }
    .portfolio-sigle-section .prev-next-project a > h5 {
        font-size: 1rem;
        margin: 0.1em 0 0;
    }
    .blog-pg-section .blog-content .post {
        margin-bottom: 60px;
    }
    .blog-pg-section .entry-meta {
        margin: 25px 0;
    }
    .blog-pg-section .entry-meta li,
    .blog-pg-section .entry-meta li i {
        font-size: 0.75rem;
    }
    .blog-pg-section .post h3 {
        font-size: 1.375rem;
    }
    .blog-pg-section .format-quote,
    .blog-pg-section .format-standard {
        padding: 25px 20px 45px;
    }
}
.blog-pg-section .format-gallery .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"] {
    background: rgba(133, 133, 133, 0.5);
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    transition: 0.3s;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
    left: 15px;
}
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
    right: 15px;
}
.blog-pg-section .format-quote {
    text-align: center;
    padding: 80px 60px;
    position: relative;
}
.blog-pg-section .format-quote::before {
    font-family: Flaticon;
    content: "";
    font-size: 12.5rem;
    color: #ecf3fb;
    margin-left: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blog-pg-section .format-video .video-holder {
    position: relative;
    text-align: center;
}
.blog-pg-section .format-video .video-holder::before {
    content: "";
    background-color: #131e4a;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0.5;
}
.blog-pg-section .format-video .video-holder:hover::before {
    opacity: 0.7;
}
.blog-pg-section .format-video .video-holder .fi::before {
    font-size: 5rem;
    color: #fff;
}
@media (max-width: 600px) {
    .blog-section .blog-grids .grid,
    .service-section .service-grids .grid,
    .service-section-s2 .service-grids .grid,
    .why-choose-section .why-choose-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
    .featured-project-section .project-grids .grid,
    .featured-project-section-s2 .grid,
    .fun-fact-section .fun-fact-grids .grid {
        width: 100%;
        float: none;
    }
    .contact-pg-section form > div,
    .testimonials-section-s2 .testimonial-grids .grid {
        width: calc(100% - 30px);
        float: none;
    }
    .blog-pg-section .entry-meta li,
    .blog-single-section .entry-meta li {
        float: none;
        display: block;
        margin-bottom: 5px;
    }
    .blog-pg-section .entry-meta > li + li,
    .blog-single-section .entry-meta > li + li {
        margin-left: 0;
        padding-left: 0;
    }
}
.blog-single-section .post h2 {
    font-size: 1.875rem;
    margin: -0.22em 0 0.7em;
    line-height: 1.3em;
}
@media (max-width: 991px) {
    .blog-single-section .post h2 {
        font-size: 1.875rem;
    }
}
.blog-single-section .post p {
    margin-bottom: 1.5em;
}
.blog-single-section .post h3 {
    font-size: 1.5rem;
    line-height: 1.3em;
    margin: 1.8em 0 1em;
}
@media (max-width: 991px) {
    .blog-single-section .post h3 {
        font-size: 1.375rem;
    }
}
.blog-single-section .post blockquote {
    background-color: #f08f27;
    color: #fff;
    line-height: 1.6em;
    padding: 120px 45px 50px;
    margin-top: 60px;
    border: 0;
    text-align: center;
    position: relative;
}
.blog-single-section .post blockquote::before {
    font-family: Flaticon;
    content: "";
    font-size: 3.75rem;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
}
.blog-single-section .post blockquote .quoter {
    font-size: 0.875rem;
    display: block;
    margin-top: 15px;
}
.blog-single-section .tag-share {
    border-top: 1px solid #e6f0fb;
    border-bottom: 1px solid #e6f0fb;
    margin: 75px 0 0;
    padding: 30px 0;
    color: #131e4a;
}
.blog-single-section .tag-share ul {
    list-style: none;
    display: inline-block;
    overflow: hidden;
}
.blog-single-section .tag-share .tag > span {
    color: #131e4a;
    font-weight: 700;
    display: inline-block;
    padding-right: 8px;
}
.blog-single-section .tag-share .tag ul {
    list-style: none;
    position: relative;
    top: 5px;
}
.blog-single-section .tag-share .tag li::after {
    content: ",";
    position: absolute;
    right: -4px;
    bottom: 0;
}
.blog-single-section .tag-share .tag a {
    font-size: 0.875rem;
    color: #131e4a;
}
.blog-single-section .tag-share .share {
    float: right;
    position: relative;
    top: -15px;
}
.blog-single-section .tag-share .share > span {
    color: #131e4a;
    font-weight: 600;
    display: inline-block;
    padding-right: 8px;
}
.blog-single-section .tag-share .share ul {
    position: relative;
    top: 15px;
}
.blog-single-section .tag-share .share a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #eae6e6;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.875rem;
    color: #627381;
}
.blog-single-section .tag-share .share a:hover {
    background: #f08f27;
    border-color: #f08f27;
    color: #fff !important;
}
.blog-single-section .tag-share .share ul > li:first-child a {
    color: #3c5ba4;
}
.blog-single-section .tag-share .share ul > li:nth-child(2) a {
    color: #47a0d9;
}
.blog-single-section .tag-share .share ul > li:nth-child(3) a {
    color: #0073b1;
}
.blog-single-section .tag-share .share ul > li:nth-child(4) a {
    color: #933f94;
}
.blog-single-section .author-box {
    padding: 35px 40px 25px;
    margin: 70px 0;
    border: 2px solid #f4f4f4;
}
@media (max-width: 991px) {
    .blog-single-section .author-box {
        padding: 35px 40px;
    }
}
.blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px;
}
.blog-single-section .author-box .author-name {
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    color: #131e4a;
}
.blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none;
}
.blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 12px;
}
.blog-single-section .author-box .social-link a {
    display: block;
    font-size: 0.8125rem;
    color: #131e4a;
}
.blog-single-section .more-posts {
    overflow: hidden;
    border: 2px solid #f4f4f4;
    padding: 0 25px;
}
.blog-single-section .more-posts > div > a,
.shop-single-section .product-info .review-form form .rating-wrapper > div,
.shop-single-section .shop-single-slider .slider-for img,
.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
    display: inline-block;
}
.blog-single-section .more-posts .next-post,
.blog-single-section .more-posts .previous-post {
    padding: 40px 0;
}
@media (max-width: 767px) {
    .blog-pg-section .format-quote {
        padding: 40px 20px;
    }
    .blog-pg-section .format-video .video-holder .fi::before {
        font-size: 3.75rem;
    }
    .blog-single-section .entry-meta {
        margin: 25px 0;
    }
    .blog-single-section .entry-meta li,
    .blog-single-section .entry-meta li i {
        font-size: 0.75rem;
    }
    .blog-single-section .post h2 {
        font-size: 1.5625rem;
    }
    .blog-single-section .post h3 {
        font-size: 1.25rem;
    }
    .blog-single-section .post blockquote {
        padding: 55px 25px;
    }
    .blog-single-section .post blockquote::before {
        display: none;
    }
    .blog-single-section .tag-share ul li,
    .blog-single-section .tag-share ul > li + li {
        margin: 2px;
    }
    .blog-single-section .tag-share .share a,
    .blog-single-section .tag-share .tag a {
        font-size: 0.8125rem;
    }
    .blog-single-section .tag-share .share ul > li + li {
        margin-left: 8px;
    }
    .blog-single-section .tag-share .share ul > li {
        margin: 5px;
    }
    .blog-single-section .author-box {
        padding: 25px;
    }
    .blog-single-section .author-box .author-avatar {
        float: none;
    }
    .blog-single-section .author-box .author-content {
        padding: 0;
        margin: 15px 0 0;
    }
    .blog-single-section .more-posts > div {
        width: 100%;
        float: none;
    }
    .blog-single-section .more-posts .next-post,
    .blog-single-section .more-posts .previous-post {
        padding: 25px 15px !important;
    }
}
.blog-single-section .more-posts .next-post {
    text-align: right;
    border-left: 1px solid #f4f4f4;
    padding-left: 15px;
    padding-right: 5px;
}
.blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 25px;
    position: relative;
}
.blog-single-section .more-posts .next-post .post-control-link::before {
    font-family: Flaticon;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}
.blog-single-section .more-posts .previous-post {
    padding-right: 15px;
    padding-left: 5px;
}
.blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 25px;
    position: relative;
}
.blog-single-section .more-posts .previous-post .post-control-link::before {
    font-family: Flaticon;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.blog-single-section .more-posts .post-control-link {
    font-size: 0.875rem;
    color: #777;
}
.blog-single-section .more-posts .post-name {
    font-size: 1.0625rem;
    color: #131e4a;
    margin: 0.7em 0 0;
    font-weight: 600;
}
.blog-single-section .comment-respond,
.blog-single-section .comments-area {
    margin-top: 70px;
}
.blog-single-section .comments-area .comments {
    border: 2px solid #f4f4f4;
}
.blog-single-section .comments-area li > div {
    border-bottom: 1px solid #f4f4f4;
    padding: 35px;
    position: relative;
}
.blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0;
}
.blog-single-section .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
}
.blog-single-section .comments-area .comments-title {
    font-size: 1.375rem;
    font-weight: 600;
    margin: 0 0 1.5em;
}
.blog-single-section .comments-area .comment-main-area {
    padding-left: 100px;
}
.blog-single-section .comments-area .comments-meta h4 {
    font-size: 1rem;
    color: #131e4a;
    font-weight: 700;
    margin: 0 0 1em;
}
.blog-single-section .comments-area .comments-meta h4 span {
    font-size: 0.8125rem;
    color: #777;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    display: inline-block;
    padding-left: 5px;
}
.blog-single-section .comments-area .comment-reply-link {
    background: #fe9363;
    font-size: 0.8125rem;
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
}
.blog-single-section .comment-respond .comment-reply-title {
    font-size: 1.375rem;
    margin: 0 0 1.5em;
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #fff;
    width: 100%;
    height: 50px;
    border: 2px solid #f4f4f4;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    transition: 0.3s;
}
.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
    box-shadow: none;
    border-color: #f08f27;
}
@media (max-width: 991px) {
    .blog-single-section .more-posts .post-name {
        font-size: 1.125rem;
    }
    .blog-single-section .comments-area li > div {
        padding: 35px 25px;
    }
    .blog-single-section .comment-respond .comment-reply-title,
    .blog-single-section .comments-area .comments-title {
        font-size: 1.25rem;
    }
    .blog-single-section .comment-respond form input,
    .blog-single-section .comment-respond form textarea {
        height: 40px;
    }
}
.blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px;
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}
.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}
.blog-single-section .comment-respond .form-submit input {
    max-width: 180px;
    background-color: #f08f27;
    color: #fff;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 50px;
}
.blog-single-section .comment-respond .form-submit input:hover {
    background-color: #131e4a;
}
.error-404-section .error h2 {
    font-size: 12.5rem;
    margin: 0;
}
@media (max-width: 991px) {
    .blog-single-section .comment-respond form textarea {
        height: 150px;
    }
    .error-404-section .error {
        width: 100%;
        float: none;
        text-align: center;
    }
    .error-404-section .error h2 {
        font-size: 9.375rem;
    }
}
.error-404-section .error-message {
    width: 50%;
    float: left;
    margin-top: 40px;
}
.error-404-section .error-message h3 {
    font-size: 1.25rem;
    margin: 0 0 0.8em;
}
.shop-pg-section .shop-grids {
    margin: 0 -15px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.shop-pg-section .shop-grids .grid {
    width: calc(40.33% - 30px);
    margin: 0 15px 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
    .error-404-section .error-message {
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 0;
    }
    .shop-pg-section .shop-grids .grid {
        width: calc(50% - 30px);
    }
}
@media (max-width: 550px) {
    .shop-pg-section .shop-grids .grid {
        width: calc(100% - 30px);
        float: none;
        margin-top: 30px;
    }
}
.shop-pg-section .grid:hover .cart-details li {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.shop-pg-section .cart-details {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
}
.shop-pg-section .cart-details ul {
    overflow: hidden;
    display: inline-block;
    list-style-type: none;
}
.shop-pg-section .cart-details li {
    float: left;
    margin: 7px;
    position: relative;
    bottom: -50px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.shop-pg-section .cart-details li:last-child {
    transition: 0.5s 0.1s;
}
.shop-pg-section .cart-details li a {
    background: #f08f27;
    line-height: 53px;
    text-align: center;
    font-size: 0.9375rem;
    color: #fff;
    padding: 7px 20px;
}
.shop-pg-section .cart-details li a:hover {
    background: #333;
}
.shop-pg-section .details {
    text-align: center;
    padding: 12px 15px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-us-section::before,
.app-feature-main {
    background-color: rgba(23, 40, 51, 0.06);
}
.shop-pg-section .details h4 {
    font-size: 13px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    z-index: 3;
    position: relative;
}
.shop-pg-section .details del {
    color: #aaa;
    font-weight: 500;
    display: inline-block;
    padding-right: 10px;
}
.shop-pg-section .details .price {
    color: #131e4a;
    font-weight: 500;
}
.shop-pg-section .pagination-wrapper {
    text-align: center;
    clear: both;
}
.shop-single-section .shop-single-slider .slider-nav {
    padding: 0 25px;
    margin-top: 35px;
}
.shop-single-section .shop-single-slider .slider-nav > i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 100;
}
.shop-single-section .shop-single-slider .slider-nav > i:hover {
    cursor: pointer;
}
.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
    left: auto;
    right: 0;
}
.shop-single-section .product-details {
    padding: 30px 30px 93px;
}
@media (max-width: 1199px) {
    .contact-pg-section .office-info {
        margin-left: 0;
    }
    .shop-single-section .product-details {
        padding: 40px 30px 85px;
    }
    /* .header-style-1 #navbar > ul > li > a,
    .header-style-2 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        padding: 36px 7px;
    } */
    .fun-fact-section .fun-fact-grids h3 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .shop-pg-section .details h4 {
        font-size: 1rem;
    }
    .shop-pg-section .details .price,
    .shop-pg-section .details del {
        font-size: 0.875rem;
    }
    .shop-single-section .product-details {
        margin-top: 45px;
        padding: 40px 30px;
    }
}
.shop-single-section .product-details h2 {
    font-size: 1.75rem;
    line-height: 1.4em;
    margin: 0 0 0.33em;
}
.shop-single-section .product-details .price {
    font-size: 2.25rem;
    color: #f08f27;
    margin: 7px 0 14px;
}
@media (max-width: 991px) {
    .shop-single-section .product-details .price {
        font-size: 1.875rem;
    }
}
.shop-single-section .product-details .price .old {
    font-size: 1.5rem;
    font-weight: 400;
    color: #aaa;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
}
@media (max-width: 991px) {
    .shop-single-section .product-details .price .old {
        font-size: 1.25rem;
    }
    .shop-single-section .product-info .review-form {
        margin-top: 45px;
    }
    .for-mobile1 {
        margin-top: 25px;
        margin-left: 31px;
    }
}
.shop-single-section .product-details .product-option {
    margin-top: 45px;
}
.class-inner2::after,
.for-mobile,
.nav-phn1,
.odometer-formatting-mark,
.shop-single-section
    .product-details
    .product-option
    .product-row
    button::after,
.shop-single-section .product-details .product-option .theme-btn-s2::before,
.shop-single-section .product-details .product-option .theme-btn-s3::before,
.shop-single-section .product-details .product-option .theme-btn::before {
    display: none;
}
.shop-single-section .product-details .product-option .product-row > div {
    height: 35px;
    display: inline-block;
    float: left;
}
.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:first-child {
    width: 85px;
}
.shop-single-section .product-details .product-option .theme-btn,
.shop-single-section .product-details .product-option .theme-btn-s2,
.shop-single-section .product-details .product-option .theme-btn-s3 {
    background-color: transparent;
    color: #333;
    font-size: 0.875rem;
    padding: 0 20px;
    height: 35px;
    line-height: 32px;
    outline: 0;
    border: 2px solid #e6e6e6;
}
.shop-single-section .product-details .product-option .theme-btn-s2:hover,
.shop-single-section .product-details .product-option .theme-btn-s3:hover,
.shop-single-section .product-details .product-option .theme-btn:hover {
    background-color: #f08f27;
    color: #fff;
    border-color: #f08f27;
}
.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:last-child
    .theme-btn,
.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:last-child
    .theme-btn-s2,
.shop-single-section
    .product-details
    .product-option
    .product-row
    > div:last-child
    .theme-btn-s3 {
    background-color: #fff;
    font-size: 1.125rem;
    color: #777;
    border: 1px solid #e6e6e6;
}
.shop-single-section .product-details #product-count {
    border-radius: 0;
    border: 1px solid #e6e6e6;
}
.shop-single-section .product-details #product-count:focus,
.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
    box-shadow: none;
    outline: 0;
}
.shop-single-section
    .product-details
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-down,
.shop-single-section
    .product-details
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-up {
    border-radius: 0;
    border-color: #e6e6e6;
}
.shop-single-section
    .product-details
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-down:hover,
.shop-single-section
    .product-details
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-up:hover,
.shop-single-section .product-info .review-form form .theme-btn-s4:hover {
    background-color: #f08f27;
    color: #fff;
}
.shop-single-section .product-info {
    margin-top: 75px;
}
.shop-single-section .product-info h4 {
    font-size: 0.9375rem;
    margin: 0;
    line-height: 1.7em;
}
.shop-single-section .product-info .nav-tabs {
    border: 0;
}
.shop-single-section .product-info .nav-tabs li {
    border: 2px solid #efefef;
    margin-right: 1px;
}
.shop-single-section .product-info .nav-tabs li.active a {
    border: 0;
    outline: 0;
}
.shop-single-section .product-info .nav-tabs a {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #777;
    border: 0;
    border-radius: 0;
    margin: 0;
    display: block;
    padding: 12px 20px 11px;
}
.shop-single-section .product-info .tab-content {
    border: 2px solid #efefef;
    padding: 35px 25px;
    margin-top: -1px;
}
.shop-single-section .product-info .client-rv {
    overflow: hidden;
    margin-bottom: 30px;
}
.shop-single-section .product-info .client-rv .client-pic {
    width: 60px;
    float: left;
}
.shop-single-section .product-info .client-rv .details {
    width: calc(100% - 80px);
    float: right;
}
.shop-single-section .product-info .client-rv .name-rating-time {
    border-bottom: 1px solid #e6e6e6;
}
.shop-single-section .product-info .client-rv .name-rating-time > div,
.shop-single-section .product-info .client-rv .name-rating > div {
    display: inline-block;
    font-size: 0.875rem;
}
.shop-single-section .product-info .client-rv .rating {
    font-size: 12px;
    color: #f08f27;
    padding-left: 12px;
}
.shop-single-section .product-info .client-rv .name-rating-time .time {
    float: right;
    color: #b3b3b3;
    text-transform: uppercase;
}
.shop-single-section .product-info .client-rv .review-body {
    padding-top: 12px;
}
@media screen and (min-width: 1200px) {
    .service-single-section .service-single-content {
        padding-left: 20px;
    }
    .blog-pg-left-sidebar .blog-sidebar,
    .blog-single-left-sidebar-section .blog-sidebar {
        padding-right: 45px;
        padding-left: 0;
    }
    .blog-pg-fullwidth .blog-content {
        padding: 0;
    }
    .shop-single-section .product-info .review-form-wrapper {
        padding-left: 45px;
    }
}
.shop-single-section .product-info .review-form h4 {
    margin-bottom: 1.73em;
}
.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
    background: #fbfbfb;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    border: 2px solid #efefef;
}
.shop-single-section .product-info .review-form form textarea {
    height: 130px;
}
.shop-single-section .product-info .review-form form > div {
    margin-bottom: 27px;
}
.float-end,
.shop-single-section
    .product-info
    .review-form
    form
    .rating-wrapper
    > div:last-child {
    float: right;
}
.shop-single-section .product-info .review-form form .rating a {
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    margin-right: 10px;
}
.shop-single-section .product-info .review-form form .theme-btn-s4 {
    background-color: transparent;
    color: #908f8f;
    outline: 0;
    box-shadow: none;
}
@media screen and (min-width: 767px) {
    .shop-single-section .product-info .review-form form .theme-btn-s4 {
        font-size: 0.9375rem;
        padding: 0 20px;
    }
}
.shop-single-section .slider-nav .slick-slide:focus {
    outline: 0;
}
.partner-grids.partners-slider.owl-carousel.owl-theme.owl-loaded {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    border-radius: 8px;
}
section.under-banner {
    padding: 50px 0;
}
.partner-grids.partners-slider .grid h3 {
    text-wrap: wrap;
    font-size: 14px;
    margin-top: 2px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 0;
}
.partner-grids.partners-slider .grid {
    text-align: center;
    text-wrap: wrap;
    padding: 20px 20px 10px;
}
.partner-grids.partners-slider .grid i::before {
    font-size: 55px;
    color: #172833;
}
section.shop-pg-section.section-padding {
    background: #172833;
}
.shop-pg-section .shop-grids .grid .img-holder img {
    transform: scale(1);
    transition: 1s 0.1s;
}
.shop-pg-section .shop-grids .grid:hover .img-holder img {
    transform: scale(1.1);
    transition: 1s 0.1s;
}
.about-us-section::before {
    content: "";
    width: 350px;
    height: 100%;
    position: absolute;
    left: 64%;
    transform: skew(-40deg, 0deg);
    z-index: -1;
}
.avatar-sm {
    height: 3rem;
    width: 3rem;
}
.features-item .image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px 0;
}
.features-item .image-box .icon-text h3 {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center;
    display: flex;
}
.features-item1 li:first-child,
.features-item1 li:last-child {
    margin-right: -85px;
}
.features-item1 li:nth-child(2) {
    margin-left: -116px;
}
.features-item2 li:first-child,
.features-item2 li:last-child {
    margin-left: -85px;
}
.features-item2 li:nth-child(2) {
    margin-right: -110px;
}
.features-item li .featured-img {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.font-bg-altec {
    background-image: url("../images/All-tech-trans.jpg");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-left: -1px;
}
@media (min-width: 768px) {
    .table-first div {
        font-size: 18px;
    }
    .tickets .tick {
        font-size: 15px;
        color: #fff;
        border: 1px solid #289dd2;
        padding: 10px 21px;
        border-radius: 100px;
        background: #139da4;
        white-space: break-spaces;
        width: 100% !important;
        display: block;
    }
    .mobile-table-view {
        display: none !important;
    }
    .mobile-table-view- {
        display: none;
    }
    #enquiry-m .modal-dialog {
        width: 500px;
        margin: 30px auto;
    }
}
.featured-img svg {
    position: absolute;
    z-index: -1;
    width: 223px;
    left: -53px;
    transform: translate(-50%, -50%);
    animation: 15s infinite gelatine;
}
img.form-profile,
th.table-h span p {
    transform: translateX(-50%);
    left: 50%;
}
#enquiry-m .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
#enquiry-p .quote-area .close,
.quote-area .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    opacity: 1;
}
.widget.about-widget p a {
    color: #b7b7b7;
    font-weight: 600;
}
.pl-100 {
    padding-left: 100px !important;
}
.p-0 {
    padding: 0 !important;
}
.pl-10 {
    padding-right: 10px !important;
}
.btn-8,
.btn-9 {
    padding: 10px 20px;
}
.moke-img::before {
    content: "";
    width: 350px;
    height: 841px;
    position: absolute;
    top: -160px;
    right: -25%;
    transform: translateX(-50%) skew(40deg, 0deg);
    z-index: -1;
    background-color: rgba(23, 40, 51, 0.06);
}
.menu2 {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 25px;
    cursor: pointer;
}
.menu2 span {
    margin: 0 auto;
    position: relative;
    top: 12px;
}
.menu2 span::after,
.menu2 span::before {
    position: absolute;
    content: "";
}
.menu2 span,
.menu2 span::after,
.menu2 span::before {
    width: 21px;
    height: 2px;
    background-color: #fff;
    display: block;
}
.btn-8,
.btn-9,
.cnt-block figure {
    display: inline-block;
}
.menu2 span::before {
    margin-top: -6px;
}
.menu2 span::after {
    margin-top: 6px;
}
.example9 span {
    transition-property: margin, width;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
}
.example8 span,
.side-container .side-content .contact-info .social-icons ul li a,
.side-container .side-content .contact-info .social-icons ul li a i {
    transition: 0.2s;
}
.example8 span::after,
.example8 span::before {
    transition-property: margin, opacity;
    transition-duration: 0.2s, 0s;
    transition-delay: 0.2s;
}
.example8:hover span {
    width: 16px;
    height: 16px;
    margin-top: -5px;
    border-radius: 50%;
    transition-delay: 0.2s;
}
.example8:hover span::after,
.example8:hover span::before {
    margin-top: 0;
    opacity: 0;
    transition-delay: 0s, 0.2s;
}
.side-container {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999;
}
.side-container .side-box {
    background-color: #fff;
    padding: 43px;
    position: relative;
    width: 0;
    display: none;
    height: 100%;
    z-index: 10;
}
.side-container .side-close-btn {
    color: #172833;
    cursor: pointer;
}
.side-container .side-content {
    margin-top: 50px;
    color: #fff;
    width: 300px;
}
.side-container .side-content .contact-info i {
    color: #172833;
    font-size: 27px;
}
.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: 1s;
    z-index: 9;
    background: #f1f8fc;
    border-bottom: 1px solid #f2f2f2 !important;
}
.side-container .side-content .contact-info .inner-contact {
    display: flex;
    align-items: center;
    margin: 20px 0;
    border: 1px solid rgba(229, 229, 229, 0.62);
    padding: 15px 10px;
}
.side-container .side-content .contact-info .inner-contact p {
    font-size: 15px;
    margin-bottom: 0;
    color: #6b6b6b;
    line-height: 19px;
    margin-top: 4px;
}
.side-container .side-content .contact-info .inner-contact h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}
.side-container .side-content img {
    width: 180px;
    margin-bottom: 10px;
}
.side-container .side-content .contact-info .social-icons ul {
    display: flex;
    margin-top: 30px;
}
.slide-bar-p a {
    color: #172833;
    font-weight: 600;
}
.btn-8 span,
.btn-9 span {
    font-weight: 900;
    z-index: 9;
}
.loader img {
    width: 336px !important;
}
.theme-btn:hover {
    background-color: rgba(23, 40, 51, 0);
    color: #172833;
    border: 2px solid #172833;
}
#enquiry-p .modal-content,
.theme-btn-s3:hover {
    background-color: #172833;
}
.hero-style-1 .slide-btns .theme-btn:hover {
    background-color: rgba(23, 40, 51, 0);
    border: 2px solid #fff;
    color: #fff;
}
.theme-btn-s3:hover {
    color: #fff;
    border: 2px solid #fff;
}
.side-container .side-content .contact-info .inner-contact i {
    margin-right: 20px;
}
.partner-grids.partners-slider .grid::after {
    content: "";
    width: 1px;
    height: 62px;
    position: absolute;
    right: 0;
    background-color: #e1e1e1;
    top: 50%;
    transform: translate(0, -50%);
}
.side-container .side-content .contact-info .social-icons ul li a {
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid rgba(229, 229, 229, 0.62);
    line-height: 30px;
    margin-right: 17px;
    text-align: center;
}
.shop-pg-section .details::after {
    content: "";
    width: 60%;
    height: 100%;
    background-color: #172833;
    left: -14px;
    top: 0;
    position: absolute;
    z-index: 1;
    transform: skew(31deg);
}
.shop-pg-section .details::before {
    content: "";
    width: 46%;
    height: 100%;
    background-color: #f08f27;
    right: -15px;
    top: 0;
    position: absolute;
    z-index: 1;
    transform: skew(31deg);
}
.shop-pg-section .product-btn {
    z-index: 2;
    color: #fff;
    font-size: 13px;
    margin-right: 13px;
    transition: 1s;
}
.shop-pg-section .shop-grids .grid:hover .product-btn i {
    transform: translateX(5px);
    transition: 1s;
}
.features-item li .featured-img:hover img {
    transform: scale(1.2);
    transition: 0.2s;
}
.features-item li .featured-img img {
    transition: 0.2s;
    transform: scale(1);
}
.side-container .side-content .contact-info .social-icons ul li a:hover {
    background: #172833;
    transition: 0.2s;
}
.side-container .side-content .contact-info .social-icons ul li a:hover i {
    color: #fff;
    transition: 0.2s;
}
.img-holder::before {
    content: "";
    position: absolute;
    height: 80%;
    width: 40%;
    background: url("../images/bg-5.png");
    right: -43px;
    bottom: -40px;
    opacity: 0.6;
    animation: 4s linear infinite up-down;
    transform-origin: 50% 50%;
}
@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }
    24% {
        transform: translate(1px, 30px);
    }
    50% {
        transform: translate(1px, 12px);
    }
    100%,
    74% {
        transform: translate(1px, 22px);
    }
}
@-webkit-keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }
    24% {
        transform: translate(1px, 30px);
    }
    50% {
        transform: translate(1px, 12px);
    }
    100%,
    74% {
        transform: translate(1px, 22px);
    }
}
.scroll-arrow {
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    animation: 1s infinite alternate arrow-wave;
}
.scroll-arrow:first-child {
    animation-delay: 0.1s;
}
.scroll-arrow:nth-child(2) {
    animation-delay: 0.2s;
}
.scroll-arrow:nth-child(3) {
    animation-delay: 0.3s;
}
@keyframes arrow-wave {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.banner-arrow-down {
    position: absolute;
    bottom: 14%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -14%);
}
.btn-8,
.btn-8 span,
.btn-9,
.btn-9 span,
.call_me i {
    position: relative;
}
.shine::before {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.3) 100%
    );
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.btn-8::after,
.btn-8::before,
.btn-9::after,
.btn-9::before {
    z-index: 1;
    width: calc(100% + var(--tilt));
    height: 100%;
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 100%, 0 100%);
    transition: transform 0.6s;
    content: "";
}
.shine:focus::before,
.shine:hover::before {
    animation: 0.85s shine;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.mt--40 {
    margin-top: -40px;
}
.btn-8 {
    color: #fff;
    background: #139da4;
    border: 2px solid #139da4;
    border-radius: 10px;
}
.btn-8::after,
.btn-8::before {
    background: #fff;
}
.btn-8::before,
.btn-9::before {
    left: calc(-100% - var(--tilt));
}
.btn-8::after,
.btn-9::after {
    left: 100%;
    transform: rotate(180deg);
}
.btn-8:hover::before,
.btn-9:hover::before {
    transform: translateX(100%);
}
.btn-8:hover::after,
.btn-9:hover::after {
    transform: rotate(180deg) translateX(100%);
}
.btn-8:hover span {
    opacity: 1;
    color: #172833 !important;
}
.btn-9 {
    color: #fff;
    background: 0 0;
    border: 2px solid #172833;
}
.btn-9 span {
    color: #293741;
}
.btn-9::after,
.btn-9::before {
    background: #293741;
}
.call_me,
.call_me::before {
    width: 60px;
    height: 60px;
    left: 30px;
    bottom: 30px;
}
.btn-9:hover span {
    opacity: 1;
    color: #fff !important;
}
.site-header #navbar > ul li > a::after {
    content: "";
    display: block;
    height: 2.3px;
    background: #109da4;
    transform: scaleX(0);
    transition: transform 0.3s;
}
.site-header #navbar > ul li > a:hover::after {
    transform: scaleX(1);
    transition: transform 0.3s;
}
@keyframes gelatine {
    0%,
    100% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}
.form-inner img,
.shop-pg-section .shop-grids2 .grid,
.slide-bg-image img,
section.support img {
    width: 100%;
}
.form-inner.p-5:after,
.form-inner.p-5:before {
    width: 120px;
    z-index: 0;
    background-size: 100% 100%;
}
.pt-0 {
    padding-top: 0 !important;
}
.d-flex {
    display: flex;
    text-align: left !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.flex-column {
    flex-direction: column !important;
}
.product-tag {
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 27px;
    background: rgba(255, 255, 255, 0.12);
}
.product-tag h4 {
    color: #fff;
    font-size: 21px;
    line-height: 27px;
}
.product-tag h4:first-child {
    margin-bottom: 40px;
}
.section-title-s5 h6 {
    color: #c9c9c9;
    line-height: 26px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: -4px;
}
.fixed-btn img,
a.btn-primary.fixed-btn img {
    width: 39px;
    margin-bottom: 7px;
}
.theme-btn.btn-8 {
    border: 2px solid #fff;
    margin-top: 21px;
}
#enquiry-p .quote-section .quote-area {
    max-width: 100% !important;
}
#enquiry-p .modal-dialog {
    width: 900px;
}
#contact-quote-form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 12px;
    font-size: 0.9375rem;
    background: #fff;
    width: 100%;
    height: 45px;
    border: 2px solid #ebedef;
    border-radius: 0;
    box-shadow: none !important;
}
.product-tag-div {
    background: url("../images/product-tag.jpg") 0 0 / cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 40px 10px;
    border-radius: 4px;
}
.product-tag-div h6 {
    text-align: center;
    color: #fff;
    font-size: 21px;
}
#enquiry-p .quote-area p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
}
#enquiry-p .quote-area h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}
#enquiry-p .form-control {
    background-color: transparent;
}
#enquiry-p #contact-quote-form select {
    border: 1px solid #e1dfdd;
}
@media screen and (max-width: 768px) {
    .tickets .tick {
        color: #fff;
        border-radius: 100px;
        border: 1px solid #289dd2;
        padding: 8px 20px;
        background: #118d93;
    }
    .table-first > div:nth-child(odd) {
        padding-left: 21px;
    }
    .header-style-1 .navbar-brand img,
    .header-style-2 .navbar-brand img,
    .header-style-3 .navbar-brand img {
        /*max-width: 190px;*/
        max-width: 50%;
    }
    a.btn-header.for-mobile {
        background: 0 0;
        color: #109da4;
        border-bottom: 1px solid #109da4;
        padding: 0 0 4px;
        border-radius: 0;
    }
    .for-mobile {
        display: block !important;
    }
    .flex-d-m {
        flex-direction: column;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-1 {
        order: 1;
    }
    .contact-info-c {
        margin-bottom: 20px;
    }
    .nav-phn1 {
        display: block;
    }
    .nav-phn {
        display: none;
    }
}
.call_me {
    position: fixed;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100000 !important;
}
.call_me,
.call_me::before,
.mobile-fixed-btn .whatsapp {
    background: radial-gradient(#33a93c, #33a93c, #18791f);
}
.call_me i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    animation: 1.5s linear infinite uptocallphone;
    z-index: 10001;
}
.call_me::before {
    content: "";
    transform: scale(1, 1);
    opacity: 0.5;
    display: block;
    position: fixed;
    border-radius: 100%;
    z-index: 9999;
    animation: 1.5s infinite uptocallmini;
}
@keyframes uptocallphone {
    0%,
    100%,
    50% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(30deg);
    }
    75% {
        transform: rotate(-30deg);
    }
}
@keyframes uptocallmini {
    0%,
    100% {
        transform: scale(1, 1);
        opacity: 0.5;
    }
    80% {
        opacity: 0;
        transform: scale(1.5, 1.5);
    }
    85% {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
}
.fixed-btn {
    position: fixed;
    top: 50%;
    right: 0;
    width: 73px;
    padding: 5px 7px;
    font-size: 12px;
    line-height: 1.4;
    text-transform: capitalize;
    border-radius: 5px 0 0 5px;
    z-index: 3;
}
.cnt-block h3,
.name {
    text-transform: uppercase;
}
.fixed-btn img {
    background: #bc9325;
    border-radius: 100px;
    padding: 8px;
}
.fixed-btn:hover {
    background-color: #d0a835;
    color: #fff;
}
.nav-phn1 img {
    padding: 5px 19px 0 0;
}
@media screen and (max-width: 767px) {
    .site-footer .widget-title h3 {
        font-size: 1.125rem;
        margin: 0;
        padding-bottom: 0.4em;
        text-transform: capitalize;
        position: relative;
        color: #fff;
        font-weight: 700;
    }
    .prodcts {
        display: flex;
        flex-direction: column;
    }
    .banner-arrow-down,
    .fill-box,
    .nav-text {
        display: none;
    }
    .upper-icn {
        display: flex;
    }
    .shop-pg-section .shop-grids {
        margin: 30px -10px;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .product-tag-div h6 {
        color: #fff;
        font-size: 15px;
    }
}
@media (max-width: 330px) {
    .header-style-2 .topbar .contact-info ul li,
    .header-style-3 .topbar .contact-info ul li {
        font-size: 10px;
        margin-top: 5px;
    }
}
.enq-form {
    padding: 39px;
    background: #fff;
}
.moda-box,
td.first-td {
    padding: 0;
}
.fill-box {
    padding: 30px;
}
@media screen and (max-width: 525px) {
    .tble {
        width: 85%;
        margin: 0;
        padding: 0;
        overflow-x: scroll;
    }
    .form-title {
        font-size: 23px !important;
        font-weight: 600 !important;
        color: #000 !important;
        display: block !important;
    }
    .enq-form {
        padding: 20px;
        background: #fff;
    }
    .quote-section .quote-area,
    .quote-section-s2 .quote-area {
        position: absolute;
        left: 0;
        padding: 0;
        margin: 0 15px;
        top: 0;
        background: 0 0;
    }
    .moda-frm.modal-body {
        position: relative;
        padding: 80px 0;
    }
    .imgone,
    .imgtwo {
        position: static !important;
    }
    .imgone img {
        margin-left: 4px;
        width: 50% !important;
    }
    .imgtwo img {
        margin-right: -431px;
        top: 0;
        right: 420px;
        position: absolute;
        width: 50% !important;
    }
    .img-para {
        padding-top: 50px;
    }
}
@media screen and (max-width: 400px) {
    .enq-form {
        width: 40%;
        background: #fff;
    }
}
@media screen and (max-width: 330px) {
    .quote-section .quote-area p,
    .quote-section-s2 .quote-area p {
        font-size: 9.9px;
    }
    .enq-form {
        width: 70%;
        padding: 39px;
        background: #fff;
    }
}
.form-title {
    display: none;
    color: #000 !important;
}
.quote-section .quote-area,
.quote-section-s2 .quote-area {
    background-color: transparent;
    max-width: 470px;
    position: relative;
}
@media screen and (max-width: 325px) {
    .table {
        font-size: 10px;
    }
    .enq-form {
        width: 33%;
    }
}
.quote-area.quote-area2 {
    background: #fff;
    padding: 18px !important;
}
table,
td,
th {
    border: 1px solid #000;
    text-align: center;
}
table {
    margin-bottom: 45px !important;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #000;
}
.testimonial {
    background: #fff;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 50px;
    margin: 40px 0;
}
.classes,
.fun-fact-grids.clearfix {
    box-shadow: rgba(0, 0, 0, 0.1) 0 20px 25px -5px,
        rgba(0, 0, 0, 0.04) 0 10px 10px -5px;
}
.testimonial img {
    border-radius: 50%;
    height: 100px;
    object-fit: cover;
    width: 100px !important;
}
.name {
    font-size: 17px;
    color: #18776f;
}
.stars {
    color: #f0932b;
    margin-bottom: 20px;
}
.table-inner ul li,
.testi-inner {
    margin-bottom: 10px;
    display: flex;
}
.testi-inner {
    align-items: center;
    border-bottom: 2px solid #18776f;
    padding-bottom: 15px;
}
.testi-inner img {
    margin-right: 15px;
}
.testimonial .testi-content i {
    font-size: 30px;
    color: #18776f;
}
.ptb-70,
section.testimonials {
    padding: 70px 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    background-color: transparent;
    color: #18776f;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -50px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
    right: -50px;
}
.mobile-fixed-btn .message,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #139da4;
}
.course-content h2 {
    color: #000;
    font-size: 45px !important;
}
.course-content h2 > span {
    color: #139da4;
}
.col-md-12.m-auto.single-accordian,
.courses-img {
    display: flex;
    justify-content: center;
}
.class-inner img {
    height: 121px;
    margin-bottom: 13px;
}
.class-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.class-inner h5 {
    text-align: center;
    color: #4a4a4a;
}
.cnt-block h3,
.cnt-block h3 a {
    color: #269dd4;
    font-weight: 700;
}
.classes {
    margin-top: 85px;
    background-color: #ecf5f6;
    border-radius: 15px;
    padding: 25px;
    z-index: 8;
    position: relative;
}
.contact-info-c,
.form-inner {
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.class-inner::after {
    content: "";
    background-color: rgba(24, 162, 213, 0.35);
    width: 1px;
    height: 50%;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    display: none;
}
.table-inner ul li::before {
    background: url("../img/check.png") 0 0 / cover;
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    margin-right: 8px;
    position: absolute;
    left: 0;
}
.table-inner {
    padding: 20px;
    border: 2px solid #139da4;
    border-radius: 15px;
    margin-bottom: 15px;
}
.table-inner ul li {
    position: relative;
    align-items: center;
    padding-left: 26px;
}
.table-inner h5 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}
.table-inner .btns {
    text-align: center;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.table-hr {
    width: 65%;
    height: 3px;
    background: #6dcbd6;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px !important;
}
.table-hr2 {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}
.table-hr2 img {
    width: 215px;
}
.bg-light {
    background-color: #f5f8fc;
}
section.why-bottom .classes {
    margin-top: -80px;
    z-index: 8;
    position: relative;
}
.why-choose {
    padding-bottom: 120px;
}
.why-bottom .class-inner img {
    height: auto;
    width: 75px;
}
.why-bottom .class-inner h5 {
    text-align: center;
    font-size: 12px;
    margin: 0;
}
.support-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
img.heiding-line {
    margin: 10px auto;
    width: 300px !important;
}
.fun-fact-grids.clearfix {
    background-color: #ecf5f6;
    border-radius: 20px;
}
.cnt-block {
    float: left;
    width: 100%;
    padding: 30px 45px;
    text-align: center;
    border: 2px solid #d5d5d5;
    margin: 0 0 28px;
    background: rgb(236 245 246);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    min-height: 405px;
}
.cnt-block::after {
    content: "";
    content: "";
    width: 100%;
    height: 127px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(287deg, #32c6f4 0, #69cce0 100%);
    display: none;
}
.cnt-block figure {
    width: 148px;
    height: 148px;
    border-radius: 100%;
    margin-bottom: 15px;
    border: 9px solid #fff;
    overflow: hidden;
    z-index: 22;
    position: relative;
    background: linear-gradient(287deg, #0a5ab3 0, #32c6f4 100%);
}
.cnt-block img {
    border-radius: 100%;
}
.cnt-block h3 {
    font-size: 24px;
    padding: 6px 0;
    margin-top: 0;
}
.cnt-block h3 a {
    font-size: 22px;
}
.cnt-block h3 a:hover {
    color: #337ab7;
}
.cnt-block p {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.cnt-block h5 {
    color: #000;
    font-size: 15px;
}
.form-inner {
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}
button.btn-8:hover button.btn-8 > span {
    position: relative;
    z-index: 2;
}
.form-heading {
    padding: 12px 0 5px;
    position: relative;
    margin-bottom: 15px;
}
.form-heading::before {
    content: "";
    background-color: rgb(7 236 236);
    width: 315px;
    height: 39px;
    position: absolute;
    left: -37px;
    top: 56%;
    transform: translateY(-50%);
    border-radius: 0 25px 25px 0;
}
.form-heading h4 {
    font-size: 25px;
    font-weight: 900;
}
img.form-profile {
    position: absolute;
    top: 0;
    width: 315px;
}
.mt-5,
.widget.link-widget.mt-5 {
    margin-top: 50px;
}
img.bg-line-img {
    position: absolute;
    opacity: 0.1;
    z-index: -1;
}
a.btn-header.for-desk {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
a.btn-header {
    background: #139da4;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: 30px;
}
/* h2 {
    font-size: 33px !important;
} */
section.about {
    position: relative;
    margin-top: 66px;
    height: 700px;
}
section.about .img-1 {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
section.about .img-2 {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}
.term-ul li {
    display: flex;
    margin-bottom: 30px;
}
.term-ul img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.text-dark,
h2 > span {
    color: #000;
}
#accordion,
.panel-group {
    margin: 40px auto auto;
}
.panel-heading a {
    display: block;
    position: relative;
    font-weight: 700;
}
.panel-heading a::after {
    content: "";
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: -20px;
    top: 0;
    transform: rotate(45deg);
}
.panel-heading a[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    top: 5px;
}
.paper-nav .nav-tabs > li.active > a {
    color: #fff;
    cursor: default;
    background-color: #139da4;
    border: 1px solid #050404;
    border-bottom-color: transparent;
    border-radius: 50px;
    text-align: center;
}
.paper-nav .nav-tabs > li > a {
    border-radius: 50px;
    text-align: center;
    background-color: #e1e1e18c;
    color: #000;
    border: 1px solid #0f0c0c;
    margin-bottom: 15px;
    padding: 5px 10px;
    margin: 5px;
    width: 100%;
    display: block;
}
.tab-pane ul {
    gap: 1rem;
}
.paper-nav .nav-tabs {
    border: none;
    width: 90%;
    margin: auto auto 20px;
    overflow: auto;
    justify-content: flex-start;
    padding-bottom: 20px;
}
.nav-stacked li {
    width: 90%;
}
.career.table-inner,
.iframe-box {
    justify-content: center;
    display: flex;
}
.border-around {
    border: 1px solid #dfdfdf;
    padding: 20px;
}
.section-title-s5 h3 {
    color: #000 !important;
}
img.gallery {
    min-height: 400px;
    width: 100% !important;
    border-radius: 0 !important;
}
.testimonial.gallery-box {
    padding: 0 !important;
    overflow: hidden;
}
img.left-section-img {
    border-radius: 20px;
    margin-bottom: 2rem;
}
.right-text-box {
    margin-left: 6rem;
}
.iframe-box {
    margin: 2.5rem auto 2rem;
    width: 100%;
    align-items: center;
}
.download-tab-design .tab-content.custom-border {
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 20px;
}
.download-tab-design .nav-tabs > li > a {
    margin: 0 12px;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    white-space: nowrap;
}
.download-tab-design .nav-tabs > li.active > a {
    border-radius: 20px 20px 0 0;
    z-index: 9;
    color: #fff;
    background-color: #139da4;
}
.blue-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #e1edfd;
    color: #000;
    padding: 0 20px;
    border-radius: 6px;
    margin: 20px 0;
}
.blue-row h3 {
    color: #000;
    margin: 15px 0;
    font-weight: 900;
    font-size: 27px;
}
.download-btn a {
    background-color: #269dd4;
    color: #fff;
    padding: 10px 50px;
    font-weight: 800;
    border-radius: 10px;
}
section.courses-body {
    background-color: #efefef;
}
.section-title-s5.sec-1 {
    margin-top: 2rem;
}
.pl-3 {
    padding-left: 15px;
}
.p-5 {
    padding: 15px;
}
.bg-blue {
    background-color: #139da4;
}
.contact-info-c {
    border: 2px solid #10befc;
    border-radius: 50px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    text-align: center;
    min-height: 310px;
}
.panel-body,
.white-btn > a {
    padding: 10px 40px;
}
.contact-info-c img {
    width: 200px;
}
.contact-info-c p {
    font-size: 18px;
    font-weight: 600;
}
.contact-info-c p a {
    color: #949292;
    font-size: 16px;
}
section.form-sec.quote-section.ptb-70.bg-blue {
    padding-bottom: 250px;
}
section.contact-info-main {
    margin-top: -150px;
}
.address img {
    width: 100px;
}
section.map-out::after {
    content: "";
    width: 100%;
    height: 400px;
    left: 0;
    top: 0;
    background: #10befc;
    margin-top: 50px;
    position: absolute;
    z-index: -1;
}
section.map-out.ptb-70 h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.form-inner.p-5 {
    position: relative;
    border-radius: 0 !important;
    border: none;
}
.form-inner.p-5:before {
    content: "";
    height: 100%;
    position: absolute;
    left: -95px;
    top: 0;
    bottom: 0;
    background-image: url(../img/side2.png);
}
.form-inner.p-5:after {
    content: "";
    height: 100%;
    position: absolute;
    right: -95px;
    top: 0;
    bottom: 0;
    background-image: url(../img/side1.png);
}
.career.table-inner {
    padding-right: 55px;
    padding-left: 55px;
    padding-top: 5rem;
    position: relative;
    align-items: center;
    flex-direction: column;
}
img.career-img {
    position: absolute;
    top: -60px;
    max-width: 140px;
}
.white-heading {
    height: 100%;
    margin: auto;
}
.white-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}
.white-btn > a {
    color: #fff;
    background-color: #172833;
    border-radius: 100px;
}
section.light-bg {
    padding: 25px 0;
}
.accordian-m {
    margin-bottom: 4rem;
    margin-top: 2rem;
}
.tickets ul {
    display: flex;
    top: 0;
    z-index: 10;
    padding-bottom: 14px;
}
.tickets li {
    list-style: none;
    flex: 1;
}
.tickets li:last-child {
    border-right: 1px solid #ddd;
}
.tickets button {
    width: 100%;
    border: 1px solid #ddd;
    border-right: 0;
    border-top: 0;
    padding: 10px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 60px;
    color: #999;
}
.tickets li.active button {
    background: #f5f5f5;
    color: #000;
}
.tickets table {
    width: 100%;
    border: none;
}
.tickets th {
    background: #fff;
    display: none;
}
.tickets td,
.tickets th {
    border: 2px solid rgb(40 157 210);
    padding: 10px;
    empty-cells: show;
    height: 100px;
    text-align: center;
}
.tickets td + td,
.tickets th + th {
    text-align: center;
    display: none;
}
.tickets td.default {
    display: table-cell;
}
.tickets .sep {
    background: #f5f5f5;
    font-weight: 700;
}
.tickets h1 {
    font-size: 48px;
    text-align: center;
    margin: 30px 0;
}
.tickets .txt-l {
    font-size: 28px;
    font-weight: 700;
}
.tickets .txt-2 {
    font-size: 18px;
    margin: 10px 0;
}
.tickets .txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}
.tickets .hide {
    border: 0;
    background: 0 0;
}
@media (min-width: 640px) {
    .tickets ul {
        display: none;
    }
    .tickets td,
    .tickets th {
        display: table-cell !important;
        width: 203px;
    }
}
th.table-h span p {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    width: 150px;
    top: calc(50% - 33px);
    -webkit-transform: translateX(-50%);
}
@media (max-width: 1024px) {
    th.table-h span p {
        width: 105px;
    }
}
table.table-first tr {
    display: flex;
    flex-direction: column;
}
table.table-first img {
    img: margin-t;
    margin-top: -68px;
    width: 146px;
}
.table-first div {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    position: relative;
}
.table-first {
    border: 2px solid #289dd2;
}
.triangle,
p.tickets-main::after {
    border-style: solid;
    width: 0;
    height: 0;
}
.table-first img {
    width: 150px;
    margin-top: -110px;
}
.bg-color {
    background: #289dd2;
    color: #fff !important;
}
.triangle {
    border-width: 0 11.5px 20px;
    border-color: #289dd2 transparent #fff;
    transform: rotate(180deg);
    position: absolute;
    top: -10px;
}
.grid-container,
p.tickets-main {
    position: relative;
    display: flex;
}
td.br-b-r {
    border: 2px solid #fff;
}
.main-carousel .owl-controls .owl-nav .owl-prev {
    left: 3%;
}
.main-carousel .owl-controls .owl-nav .owl-next {
    right: 3%;
}
.main-carousel .owl-controls .owl-nav {
    top: 40%;
}
.career .table-inner {
    height: 450px;
}
@media (max-width: 767px) {
    .blog-single-section .more-posts .next-post {
        border-left: 0;
        text-align: left;
        border-top: 1px solid #dae9f9;
    }
    .blog-single-section .more-posts .next-post .post-control-link {
        padding-right: 0;
    }
    .blog-single-section .more-posts .next-post .post-control-link::before,
    .blog-single-section .more-posts .previous-post .post-control-link::before {
        display: none;
    }
    .blog-single-section .comments-area .comments-meta h4 span,
    .blog-single-section .more-posts .previous-post .post-control-link {
        padding-left: 0;
    }
    .blog-single-section .comments-area .comment-theme {
        position: static;
    }
    .blog-single-section .comments-area .comment-main-area {
        padding-left: 0;
        margin-top: 25px;
    }
    .blog-single-section .comment-respond .form-inputs > input:nth-child(2),
    .blog-single-section .comment-respond .form-inputs > input:nth-child(3),
    .shop-single-section .product-info .client-rv .details {
        width: 100%;
        float: none;
    }
    .error-404-section .error h2 {
        font-size: 6.25rem;
    }
    .shop-single-section .product-details {
        padding: 0;
    }
    .shop-single-section .product-details h2 {
        font-size: 1.375rem;
    }
    .shop-single-section .product-details .price {
        font-size: 1.5625rem;
    }
    .shop-single-section .product-details .price .old {
        font-size: 1.125rem;
    }
    .shop-single-section .product-details .product-option .theme-btn,
    .shop-single-section .product-details .product-option .theme-btn-s2,
    .shop-single-section .product-details .product-option .theme-btn-s3 {
        font-size: 0.875rem;
    }
    .shop-single-section .product-info .nav-tabs {
        margin-bottom: 20px;
    }
    .shop-single-section .product-info .nav-tabs a {
        font-size: 0.875rem;
        font-weight: 400;
        padding: 10px 10px 8px;
        text-transform: none;
    }
    .shop-single-section .product-info .tab-content {
        border: 0;
        padding: 0;
        margin: 0;
    }
    .shop-single-section .product-info .client-rv .client-pic {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .shop-single-section .product-info .client-rv .name-rating-time {
        padding-bottom: 3px;
    }
    .shop-single-section .product-info .client-rv .name-rating-time > div,
    .shop-single-section .product-info .client-rv .name-rating > div {
        font-size: 0.75rem;
        display: block;
    }
    .shop-single-section .product-info .client-rv .rating {
        padding-left: 0;
        margin: 4px 0 7px;
    }
    .shop-single-section .product-info .client-rv .name-rating-time .time {
        float: none;
    }
    .shop-single-section .product-info .review-form form .rating-wrapper > div {
        display: block;
        float: none !important;
    }
    .shop-single-section
        .product-info
        .review-form
        form
        .rating-wrapper
        > div:last-child {
        margin-top: 20px;
    }
    .shop-single-section .product-info .review-form form .rating a {
        font-size: 12px;
        margin-right: 5px;
    }
    .section-padding {
        padding: 50px 0;
    }
    .download-tab-design .nav-tabs > li > a {
        margin: 0 1px;
        padding: 9px 23px;
    }
    .paper-nav .nav-tabs {
        overflow: auto;
        justify-content: normal;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .download-tab-design {
        margin: 0;
    }
    .download-tab-design .tab-content.custom-border {
        padding: 10px;
    }
    .download-btn a {
        padding: 13px 12px;
        font-weight: 600;
    }
    .blue-row h3 {
        color: #000;
        margin: 10px 0;
        font-weight: 600;
        font-size: 19px;
    }
    .main-carousel .owl-controls .owl-nav .owl-next,
    .main-carousel .owl-controls .owl-nav .owl-prev {
        top: 30%;
        font-size: 15px;
    }
    .inner-courses .table-inner {
        height: 850px;
    }
    .career .col-md-4 {
        margin-bottom: 75px;
    }
}
.site-footer .link-widget ul {
    margin-left: 0;
}
p.tickets-main {
    background-color: #7cd0ea;
    height: 80px;
    border-radius: 0 0 30px 30px;
    justify-content: center;
    align-items: center;
    top: -38px;
}
p.tickets-main::after {
    content: "";
    border-width: 0 20.5px 25.8px 12.5px;
    transform: rotate(225deg);
    position: absolute;
    top: 7px;
    right: -13px;
    z-index: -999999999;
    border-bottom: 15px solid #1672c0;
    border-right: 15px solid #1672c000;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
}
p.tickets-main::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20.5px 25.8px 12.5px;
    transform: rotate(225deg);
    position: absolute;
    top: 7px;
    left: -13px;
    border-bottom: 15px solid #1672c000;
    border-right: 15px solid #1672c0;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
}
tbody.second-tbody > tr > td {
    border-right: none;
    border-left: none;
}
.mobile-table-view {
    display: flex;
    flex-direction: row;
    padding: 0 10px;
}
.testi-grids-new .cnt-block {
    background-color: #c40a0a !important;
    min-height: 400px;
    color: #fff !important;
}
.testi-grids-new figure {
    position: absolute;
    min-height: 300px;
    left: 0;
    width: 300px;
    border-radius: 30px !important;
    z-index: 99;
}
.desc,
.testi-grids-new h3 {
    border-radius: 20px;
    color: #fff !important;
}
.testi-grids-new h3 {
    position: absolute;
    z-index: 9;
    width: 50%;
    background-color: #269dd4;
    margin-left: auto;
    text-align: center;
    padding: 10px 0 10px 50px;
}
.testi-grids-new h5 {
    color: #fff !important;
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 80px;
    background-color: #269dd4;
}
.grid-container {
    min-height: 410px;
    background-color: #e8e8e800;
    margin: auto;
    padding: 20px !important;
    justify-content: end;
    align-items: baseline;
    max-width: 600px;
}
.grid-container > figure {
    background-color: grey;
    overflow: hidden;
}
.grid-container h3.heading {
    display: inline-flex;
}
.desc {
    position: absolute;
    background-color: #269dd4;
    bottom: 0;
    width: 60%;
    padding: 50px 0 50px 110px;
}
.btn-toggle,
.btn-toggle:hover {
    background-color: #ec8b00;
}
/* div#navbar {
    z-index: 99999999999999999999999999 !important;
} */
.panel-heading {
    padding-right: 40px;
}
.mobile-fixed-btn {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}
.mobile-fixed-btn .inner {
    display: flex;
    justify-content: space-between;
}
.mobile-fixed-btn a {
    text-align: center;
    width: 33.33%;
    color: #fff;
    padding: 7px;
}
.mobile-fixed-btn .call {
    background: #ec8b00;
}
.main-carousel .owl-nav > div {
    background: #02b6c0 !important;
    border-radius: 50% !important;
}
.main-carousel .owl-nav > div > i {
    color: #fff !important;
}
@media (max-width: 991px) {
    .header-style-1 #navbar > ul > li > a,
    .header-style-2 #navbar > ul > li > a,
    .header-style-3 #navbar > ul > li > a {
        padding: 13px 40px;
    }
    .key-points-list {
        max-height: 291px !important;
    }
}
.key-points-list {
    max-height: 253px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.key-points-list.expanded {
    max-height: none !important;
}
.btns {
    text-align: center;
    margin-top: 10px;
}
.btns-btm {
    text-align: center;
    margin-top: 5px;
}
.btn-toggle {
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
}
/* .coursetbl h5 {
    min-height: 81px;
} */
.quicklinks {
    flex-wrap: wrap;
    gap: 25px;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
    font-family: averta, -apple-system, BlinkMacSystemFont, sans-serif !important;
}
.media-heading {
    margin-top: 0;
    /* margin-bottom: 15px; */
}

/* courses animation */

/* 🎨 Improved Card Design */
.courses-section-wrapper .table-inner {
    background: linear-gradient(to right, #ffffff, #f8f8f8);
    padding: 10px 20px;
    border-radius: 15px;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    height: 100% !important;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.courses-section-wrapper .gap-class {
    row-gap: 20px;
}

/* .courses-section-wrapper .table-inner:hover {
    transform: translateY(-12px);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
} */

/* ✅ Key Points List */
.courses-section-wrapper .key-points-list li {
    font-size: 12px;
    color: #333;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateX(-20px);
    animation: fadeIn 0.6s ease-out forwards;
}

.courses-section-wrapper .key-points-list li i {
    color: #28a745;
    margin-right: 8px;
}

/* 🟢 Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 🟠 Button Styles */
.courses-section-wrapper .btn-toggle {
    background: linear-gradient(90deg, #ff7f50, #ff5722);
    color: white;
    border: none;
    width: 100%;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.courses-section-wrapper .btn-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 8px rgba(255, 87, 34, 0.4);
}

/* 🌟 "Enroll Now" Button */
.courses-section-wrapper .btn-8 {
    background: #139da4;
    padding: 5px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
    width: 100%;
}

.courses-section-wrapper .btn-8:hover {
    background: #218838;
}

/* 💡 Modal Animation */
.courses-section-wrapper .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    animation: fadeInModal 0.3s ease-in-out;
}

.courses-section-wrapper .modal-content {
    background-color: white;
    margin: 30px auto;
    padding: 20px;
    width: 40%;
    border-radius: 20px;
    text-align: center;
    animation: slideUp 0.5s ease-out;
}

/* 📌 Modal Close Button */
.courses-section-wrapper .close {
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    background: #159ea5;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

ul#modalContent {
    list-style: none;
}

ul#modalContent li {
    text-align: justify;
    padding: 3px 10px;
    font-weight: 600;
}

ul#modalContent li i {
    color: #159ea5;
    margin-right: 5px;
}

/* 🎬 Modal Animations */
@keyframes fadeInModal {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.open-btn {
    width: 35px;
    height: 30px;
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    transition: transform 0.3s ease-in-out;
}

.open-btn .icon-bar {
    width: 100%;
    height: 3px;
    background: #139da4;
    display: block;
    position: absolute;
    left: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.open-btn .icon-bar:nth-child(2) {
    top: 3px;
    transform-origin: top left;
}

.open-btn .icon-bar:nth-child(3) {
    top: 13px;
    transform-origin: center;
}

.open-btn .icon-bar:nth-child(4) {
    top: 23px;
    transform-origin: bottom left;
}

/* Active State Animation */
.open-btn.active {
    transform: rotate(360deg);
}

.open-btn.active .icon-bar:nth-child(2) {
    width: 80%;
    transform: rotate(45deg) translate(2px, -2px);
}

.open-btn.active .icon-bar:nth-child(3) {
    transform: scaleX(0);
    opacity: 0;
}

.open-btn.active .icon-bar:nth-child(4) {
    width: 80%;
    transform: rotate(-45deg) translate(2px, 2px);
}

/* Hover Effects */
.open-btn:hover .icon-bar {
    background: #02b6c0;
}

.open-btn:not(.active):hover .icon-bar:nth-child(2) {
    transform: translateX(-3px);
}

.open-btn:not(.active):hover .icon-bar:nth-child(4) {
    transform: translateX(3px);
}

/* header */
.dks {
    display: none !important;
}

.site-header #navbar li span {
    position: absolute;
    top: 0px;
    right: -26%;
    background: #ec8b00;
    padding: 0px 4px;
    color: white;
    border-radius: 10px;
    font-size: 7px;
}

.topbar {
    background: #139da4 !important;
}

.upper-icn li a {
    color: white !important;
    font-size: 12px;
}

.faqbr a {
    border: 1px solid white;
    padding: 2px 14px !important;
    border-radius: 15px;
}

.iconcon {
    background: white;
    margin-right: 3px;
    padding: 2px 4px;
    border-radius: 50%;
}

.iconcon i {
    color: #139da4;
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.header-col-class {
    display: flex;
    gap: 5px;
    align-items: anchor-center;
}

.header-col-class div .iconcon {
    background: white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-col-class .contact-no,
.header-col-class .contact-no > div {
    display: flex;
    align-items: anchor-center;
}
.header-col-class .contact-no {
    flex-direction: column;
}

.pay-now {
    background: #fff;
    padding: 5px 15px;
    border-radius: 30px;
}

.upper-icn {
    display: flex;
    align-items: anchor-center;
    justify-content: flex-end;
}

.upper-icn .pay-now a {
    color: #30969e !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upper-icn .pay-now a i {
    padding: 4px !important;
    font-size: 16px;
}

html.overflow-class,
body.overflow-class {
    overflow: hidden;
}
.nav-below {
    display: none;
}
.nav-image {
    width: 15%;
}

.site-header #navbar ul li.nav-login a:hover,
.site-header #navbar ul li.nav-login a:focus {
    color: #fff !important;
}

.banner-section .col-lg-12{
    padding: 0;
}

.accordion-header {
    background-color: #f7f7f7;
    padding: 15px;
    border: none;
    width: 100%;
    text-align: left;
    outline: none;
    font-weight: bold;
    transition: background 0.3s;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .accordion-header.active {
    background-color: #e0f3ff;
  }
  .accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #fafafa;
    padding: 0 15px;
  }
  .accordion-body p {
    margin: 15px 0;
  }
  .accordion-item {
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 4px;
  }

@media (max-width: 991px) {
    .nav-below {
        display: flex;
    }
    .topbar {
        display: none !important;
    }

    .dks {
        display: block !important;
    }
    .courses-section-wrapper .modal-content {
        width: 60%;
    }
    .category-sidebar {
        margin-bottom: 2rem;
        top: 12% !important;
        z-index: 99;
    }
    .header-style-2 #navbar > ul > li > a {
        padding: 0px 40px;
    }
    .nav-login {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-login a {
        font-size: 18px !important;
        color: #fff !important;
        padding: 10px 60px !important;
        border-radius: 10px !important;
        display: flex !important;
        gap: 10px !important;
    }
    .nav-below {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
    }
    .nav-below span {
        padding: 0px 20px;
        position: relative;
        min-width: 70px;
    }
    .nav-below span:last-of-type::after {
        display: none;
    }
    .nav-below span::after {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background: #139da4;
        position: absolute;
        top: 0;
        right: 0;
    }
    .site-header ul.nav.navbar-nav {
        gap: 0px;
    }
    .site-header ul.nav.navbar-nav > li {
        padding: 0;
    }
    .overflow-class .artibot-wrapper--3PaNf .artibot-launcher--dBP9o {
        z-index: 9 !important;
    }
    .site-header #navbar li span {
        top: 15px;
        left: auto;
        right: unset;
    }
    .nav-image {
        width: 20%;
    }
    .site-header #navbar > ul > li.menu-item-has-children {
        flex-flow: column;
        gap: 1rem;
        align-items: baseline;
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .owl-nav {
        display: none;
    }
    .fun-fact-section .row {
        width: 100%;
        margin: 0 auto;
    }
    .main-carousel {
        padding: 1rem 0;
    }
    button#goToTop {
        bottom: 50px;
        right: 10px;
    }
    .courses-section-wrapper .modal-content {
        width: 90%;
    }
    .site-header #navbar > ul > li {
        padding: 10px 0rem;
    }
    .site-footer .lower-footer {
        padding-bottom: 2rem;
    }
    .nav-image {
        width: 40%;
    }
    .nav-below span {
        width: 90px;
    }
    .course-content h2 {
        font-size: 30px !important;
        margin-top: 1rem;
        margin-bottom: 5px !important;
    }
    .mobile-fixed-btn,
    .call-buton,
    .call_me {
        display: none !important;
    }
    .ticket-container .ticket-table th,
    .ticket-container .ticket-table td {
        height: 70px;
    }
    .ticket-container .ticket-table th {
        width: 13%;
        border-radius: 30px 0 0 0 !important;
    }
}
.mobile-fixed-btn,
.call-buton,
.call_me {
    display: none !important;
}
