/*
Theme Name: technerdit
Text Domain: technerdit
Version: 1.0.5.4
Requires at least: 5.1
Requires PHP: 5.2.4
Description: Our theme technerdit is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Altis Team
Author URI: altisinfonet.com
Theme URI: https://wordpress.org/
License: altisinfonet.com
License URI: altisinfonet.com
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Geist:wght@400;500;600;700;800&display=swap');

*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-body: #666666;
    --bs-dark: #4B4B4B;
    --bs-primary-gradient: linear-gradient(90deg, #20A9DF 0%, #2ED2D4 100%);
    --bs-primary-gradient-hover: linear-gradient(90deg, #2ED2D4 0%, #20A9DF 100%);
    --bs-primary: #2ED2D4;
    --bs-link-color: #2ED2D4;
    --bs-link-hover-color: #166aca;
    --bs-text-white: #fff;
    --bs-box-light: #e4e4e4;
    --fonts: 400 1rem/1.5 'DM Sans', sans-serif;
    --fonts-title: 'Geist', sans-serif;
}

html {
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
}

body {
    padding: 0;
    margin: 0;
    background-color: var(--bs-text-white);
    color: var(--bs-body);
    font: var(--fonts);
}

.row {
    --bs-gutter-x: 0 !important;
    margin-left: -1rem;
    margin-right: -1rem;
}

/* Wild card with global */
[class*='col-'] {
    padding: 0 1rem 15px 1rem;
}

.boxborder1 {
    border: 1px solid var(--bs-link-hover-color);
    border-radius: 10px;
    padding: 20px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 90%;
    margin: 0 auto;
    max-width: 1900px;
    padding-left: 0;
    padding-right: 0;
}

.topSide_gap {
    width: 100%;
    height: auto;
    padding-top: 60px
}

.bottomSide_gap {
    padding-bottom: 60px;
}

@media (max-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 92%;
    }

    .topSide_gap {
        padding-top: 40px
    }

    .bottomSide_gap {
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .topSide_gap {
        padding-top: 30px
    }

    .bottomSide_gap {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .topSide_gap {
        padding-top: 25px
    }

    .bottomSide_gap {
        padding-bottom: 25px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.rounded-100 {
    border-radius: 100%;
}

a {
    text-decoration: none;
    color: var(--bs-link-color);
}

a:hover {
    color: var(--bs-link-hover-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fonts-title);
    font-weight: 500;
    margin-bottom: 1rem;
    color: var(--bs-dark);
}

.h1,
.h2,
h1,
h2 {
    font-size: 1.88rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.h3,
h3 {
    font-size: 1.77rem;
}

.h4,
h4 {
    font-size: 1.44rem;
}

.h5,
h5 {
    font-size: 1.22rem;
}

.h6,
h6 {
    font-size: 1.22rem;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {    
    color: var(--bs-primary);
}

.lead {
    font: 500 1.88rem/1.2 'Geist', sans-serif;
    color: #3A3838;
}

p {
    margin-bottom: 1.5rem;
}
p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 600;
}

hr {
    margin: 2rem 0;
}

.btn {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    --bs-btn-padding-x: 25px;
    --bs-btn-padding-y: 6px;
    border-radius: 50px;
}

.btn-primary {
    background: var(--bs-primary-gradient);
    border: solid 1px var(--bs-primary-gradient);
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    background: var(--bs-primary-gradient-hover);
    border: solid 1px var(--bs-primary-gradient-hover);
    color: #fff;
}

.btn-readmore {
    color: var(--bs-dark);
    font-weight: 700;
    text-decoration: underline;
    padding: 5px 50px 5px 0;
    position: relative;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-readmore:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    background: url(assets/images/arrow-right-long.png) center center no-repeat;
    width: 23px;
    height: 8px;
    transition: all 0.3s ease;
}

.btn-readmore:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: var(--bs-primary);
    color: #fff;
}

.btn-readmore:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

.btn-readmore:hover:after {
    right: 5px;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.imgfull{ width: 100%; }

.fullwidth,
.alignfull,
.full-max-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    max-width: initial !important;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

/* Float CSS */
.float-start{
    margin-right: 40px;
    margin-bottom: 10px;   
}
.float-end{
    margin-left: 40px;
    margin-bottom: 10px;   
}

.float-start,
.float-end{
    border: 1px solid var(--bs-dark);
    border-radius: 10px;
    overflow: hidden;
}
.float-start img,
.float-end img{
    line-height: 0;
    width: 100%;
    object-fit: contain;
}

.float-start.w4,
.float-end.w4 {
    width: 40%;
}

.float-start.w3,
.float-end.w3 {
    width: 30%;    
}

@media (max-width: 575.98px) {
    .float-start.w4,
    .float-end.w4,
    .float-start.w3,
    .float-end.w3 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
}
/* End Float CSS */

/* Round Box CSS */
.roundbox {
    border: 1px solid var(--bs-dark);
    border-radius: 5px;
    padding: 10px 20px;
    height: 100%;
    text-align: center;
}

.roundbox.list {
    margin-top: 20px;
}

.roundbox.list:first-child {
    margin-top: 0;
}

.roundbox.tleft {
    text-align: left;
    cursor: auto;
}

.roundbox .lincursor {
    cursor: pointer;
}

/* End Round Box CSS */

#progressBar {
    margin-left: 0px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 80%;
    max-width: 500px;
}

/* Checklist CSS */

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.checklist li::before {
    content: "✔";
    color: var(--sk-primary);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.wrapper {}

/* Header CSS
------------------------------------------------ */
.header {
    padding: 0;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 998;
    transition: all ease-in 200ms;
}

.logo {
    width: 205px;
}

.header-in {
    background: rgba(60, 59, 59, 0.26);
    border-radius: 175px;
    padding: 10px 45px;
    border: solid 1px #858484;
}

.header-in [class*='col-'] {
    padding-bottom: 0;
}

@media screen and (min-width: 992px) {
    .scrollfix .header{position:fixed; width:100%; top:0; left:0; background:rgba(7, 26, 43, 1);  z-index:999; box-shadow:0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-animation-duration:1s; animation-duration:1s ;-webkit-animation-fill-mode:both; animation-fill-mode:both;
    -webkit-animation-name:fadeInDown;animation-name:fadeInDown;
    }
    @-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
    @keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
    .scrollfix .header-in{border: none; padding: 10px 0;}

    .top-menu {
        padding: 0;
    }

    .top-menu ul {
        padding: 0;
        margin: 0 -5px;
        list-style: none;
    }

    .menu-main-menu-container>ul {
        padding: 0;
        margin: 0 -15px;
        list-style: none;
    }

    .top-menu ul li {
        display: inline-block;
        position: relative;
        z-index: 991;
        margin: 0 15px;
    }

    .top-menu ul li a {
        padding: 10px 15px;
        color: #fff;
        font-family: 'DM Sans', sans-serif;
        font-weight: 700;
        font-size: 0.88rem;
        display: inline-block;
        position: relative;
    }

    .top-menu ul li a:before {
        content: '';
        position: absolute;
        z-index: 1;
        left: calc(50% - 3px);
        bottom: 0;
        width: 6px;
        height: 6px;
        background: var(--bs-info);
        border-radius: 100%;
        opacity: 0;
    }

    .top-menu ul li.dropdown>a:after {
        content: '\f0d7';
        margin-left: 8px;
        font-family: 'FontAwesome';
        font-size: 14px;
    }

    .top-menu ul li a:hover,
    .top-menu ul li:hover>a {
        color: #2ED2D4;
    }

    .top-menu ul li.current-menu-item>a:before,
    .top-menu ul li.current-menu-ancestor>a:before {
        opacity: 1;
    }

    .top-menu ul ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: absolute;
        left: 0;
        width: 220px;
        background: #171717;
        padding: 10px 0;
        text-align: left;
    }

    .top-menu ul ul li {
        float: none;
        padding: 0;
        margin: 0;
        display: block;
    }

    .top-menu ul ul li a {
        color: #fff;
        display: block;
        padding: 5px 15px;
        border: none;
        text-transform: none;
        letter-spacing: 0;
        font-size: 0.88rem;
    }

    .top-menu ul ul li.dropdown>a:after {
        display: none;
    }

    .top-menu ul ul li>a:before {
        display: none !important;
    }

    .top-menu ul ul li a:hover,
    .top-menu ul ul li:hover>a,
    .top-menu ul ul li.current-menu-item>a,
    .top-menu ul ul li.current-menu-ancestor>a {
        color: var(--bs-primary);
        text-shadow: none;
        background: none;
    }

    .top-menu ul ul ul {
        left: 100%;
        top: 0;
    }

    .top-menu ul li:hover>ul {
        display: block;
    }

    .top-menu ul li ul {
        opacity: 0;
        z-index: 10;
        top: -9999em;
        -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .4);
        box-shadow: 0 2px 7px rgba(0, 0, 0, .4);

        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition-property: -webkit-transform, opacity, top;
        transition-property: transform, opacity, top;

        -webkit-transition-duration: .3s, .3s, 0s;
        transition-duration: .3s, .3s, 0s;

        -webkit-transition-delay: 0s, 0s, .3s;
        transition-delay: 0s, 0s, .3s;
    }

    .top-menu ul li:hover>ul {
        top: 100%;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);

        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
}

.top-menu ul ul li:hover>ul {
    top: -5px;
    left: 100%;
}


.main-slider {
    z-index: 0;
    background-color: #202020;
}

.main-slider [class*='col-'] {
    padding-bottom: 0;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    top: auto;
    bottom: 20px;
}

.main-slider .slick-prev {
    left: auto;
    right: 230px;
}

.main-slider .slick-next {
    right: 160px;
}

.main-slider .slick-dots {
    position: absolute;
    z-index: 999;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%);
}

.main-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border-color: #ffffff;
    background: #ffffff !important;
}

.main-slider .slick-dots li:hover button,
.main-slider .slick-dots li.slick-active button {
    border-color: var(--bs-primary);
    background: var(--bs-primary) !important;
}

.main-slider .slick-slide > div {
    line-height: 0;
}

.main-slider .figure {
    position: relative;
    display: block;
}

.main-slider .slide-image {
    height: 80vh;
    max-height: 900px;
    overflow: hidden;
    line-height: 0;
    z-index: 0;
}

.main-slider .slide-image::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #00000087; */
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.33) 4.54%, rgba(88, 88, 88, 0.33) 100%);
}

.main-slider .slide-image img {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 0;
}

.main-slider .caption {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 9;
    width: 100%;
    color: #fff;
}

.main-slider .con {
    transition: all ease-in-out 400ms;
    transform: translateY(-50px);
    opacity: 0;
    font-size: 1.22rem;
    font-weight: 500;
    line-height: normal;
}

.main-slider h5 {
    font-size: 1.33rem;
    font-weight: 700;
    color: var(--bs-primary);
    margin-bottom: 15px;
}

.main-slider h2 {
    font-size: 3.56rem;
    font-weight: 700;
    color: #fff;
}

.main-slider .slick-active .con {
    transform: translateY(0);
    opacity: 1;
}

@media screen and (min-width: 992px) {
    .main-slider .slide-image {
        height: 96vh;        
    }

    .main-slider .con .col1 {
        width: 53%;
    }
}

@media screen and (min-width: 768px) {
    .main-slider .caption {
       bottom: 70px;
    }
}

.slider-wrapper {
    position: relative;
}

.slider-controller-wrapper {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
}

.slider-controller-wrapper::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: calc(50% - 450px);
    height: 100%;
    background: #fff;
    clip-path: polygon(57px 0%, 100% 0, 100% 100%, 0% 100%);
}

.slider-controller {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
    position: relative;
    z-index: 9;
}

.slide-count {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    color: #28C7D9;
}

.slide-count .current {
    color: #28C7D9;
    font-size: 1.1rem;
}

.slide-count .total {
    color: #888;
}

.progress-bar {
    width: 60px;
    height: 3px;
    background: #d8d8d8;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.progress-bar span {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #8B8787;
    transition: all .4s ease;
}

.slider-nav {
    display: flex;
    align-items: center;
    gap: 5px;
}

.slick-prev-custom,
.slick-next-custom {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #bdbdbd;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-size: 10px;
}

.slick-prev-custom:hover,
.slick-next-custom:hover {
    background: #28C7D9;
    color: #fff;
    border-color: #28C7D9;
}

.title-circle {
    position: relative;
}

.title-circle::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    background: var(--bs-primary);
    border-radius: 100%;
}

/* Main CSS
------------------------------------------------ */
.site-content {
    padding: 100px 0;
}


.slick-dotted.slick-slider {
    margin: 0;
}

.slick-prev,
.slick-next {
    z-index: 99;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: url(assets/images//arrow-right-dark.png) center center no-repeat;
    border: solid 1px #8B8787;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.slick-prev {
    transform: translateY(-50%) scaleX(-1);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: url(assets/images//arrow-right-white.png) center center no-repeat var(--bs-primary);
    border-color: var(--bs-primary);
}

.services-sec {
    /* padding: 60px 0 0; */
}

.services-slider {
    padding-bottom: 70px;
}

.services-slider::after {
    content: '';
    display: block;
    clear: both;
    height: 1px;
    width: calc(100% - 100px);
    background: #B9B4B4;
    position: absolute;
    left: 0;
    bottom: 0;
}

.services-slider .slick-list {
    margin: 0 -25px;
}

.services-slider .item {
    padding: 0 25px;
}

.services-box {
    position: relative;
    overflow: hidden;
}

.services-box .thumb {
    overflow: hidden;
    height: 70vh;
}

.services-box .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .6s ease;
}

.services-box .title {
    padding: 30px 0;
    transition: all .3s ease;
    opacity: 1;
}

.services-box:hover .title {
    opacity: 0;
}

.services-box .hover-content {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50px);
    opacity: 0;
    width: 100%;
    background: #fff;
    transition: all .6s ease;
    padding: 30px 10px;
}

.services-box:hover .hover-content {
    transform: translateY(0);
    opacity: 1;
}

.services-box:hover .thumb img {
    transform: scale(1.08);
}

.services-slider .slick-next,
.services-slider .slick-prev {
    top: auto;
    bottom: 0;
    right: 0;
    margin-bottom: -26px !important;
    position: absolute;
}

.services-slider .slick-prev {
    left: auto !important;
    right: 40px !important;
}

.servcat-list .float-start.w3, .float-end.w3 {
    height: 56vh;
    max-height: 300px;
}

.about-sec {
    /* padding: 60px 0; */
}

.growth-list .growth-value {
    font-size: 1.94rem;
    font-weight: 500;
    color: var(--bs-primary);
    margin-bottom: 0;
}

.growth-list h6 {
    font-size: 1.11rem;
    font-weight: 700;
}

/* Testimonials CSS
------------------------------------------------ */
.testimonials-sec {
    padding: 100px 0;
    /* margin-bottom: 70px; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.testimonials-sec::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #00000087; */
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(0deg, rgba(1, 6, 15, 0.46) 0%, rgba(1, 6, 15, 0.46) 100%)
}

.testimonials-slider {
    padding: 0 0 70px 0;
}

.testimonials-slider::after {
    content: '';
    display: block;
    clear: both;
    height: 1px;
    width: calc(100% - 100px);
    background: #B9B4B4;
    position: absolute;
    left: 0;
    bottom: 0;
}

.testimonials-slider .slick-next,
.testimonials-slider .slick-prev {
    top: auto;
    bottom: 0;
    right: 0;
    margin-bottom: -26px !important;
    background-color: #fff;
    border: solid 1px #fff;
}

.testimonials-slider .slick-prev {
    left: auto !important;
    right: 40px !important;
}

.testimonials-slider .slick-next:hover,
.testimonials-slider .slick-prev:hover,
.testimonials-slider .slick-next:focus,
.testimonials-slider .slick-prev:focus {
    background-color: var(--bs-primary);
    border: solid 1px var(--bs-primary);
}

.testimonials-box {
    text-align: center;
    color: #fff;
    max-width: 1440px;
    margin: 0 auto;
}

.testimonials-box h5 {
    color: var(--bs-primary);
    font-size: 1.44rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.testimonials-box .meta {
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials-box .star {
    font-size: 1rem;
}

.testimonials-box .star i {
    margin: 0 2px;
}

.testimonials-box img.testimonialsmallimg{
    width: 117px;
    object-fit: cover;
}

/* Testimonial Inner Page CSS */
/* .testimoniallist {
    width: 100%;
}

.testimoniallist h4{
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--bs-dark);
    margin-bottom: 10px;
}

.testimoniallist .thumbtesti {
    width: 200px;
    height: 35vh;
    margin-right: 40px;
}

.testimoniallist .thumbtesti img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.testimoniallist .meta {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 7px;
}
.testimoniallist .meta i{
   color: var(--bs-link-hover-color);
   margin-right: 5px;
}
.testimoniallist .meta span{
    margin-left: 20px;
}
.testimoniallist .meta span:first-child{
    margin-left: 0;
} */

.testimoniallist{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.testimoniallist .roundbox.list{
    margin-top:0;
}

.testimoniallist .roundbox.tleft{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:30px;
    padding:30px;
    border:none;
    border-radius:24px;
    background:#fff;
    box-shadow:
        0 10px 35px rgba(0,0,0,.08),
        0 2px 10px rgba(0,0,0,.04);
    overflow:hidden;
    transition:.35s ease;
}

.testimoniallist .roundbox.tleft:hover{
    transform:translateY(-6px);
    box-shadow:
        0 20px 50px rgba(0,0,0,.12),
        0 5px 15px rgba(0,0,0,.06);
}

.testimoniallist .roundbox.tleft::before{
    content:"\f10d";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    right:25px;
    top:20px;
    font-size:70px;
    opacity:.05;
    color:var(--bs-primary);
}

.testimoniallist .thumbtesti{
    flex:0 0 140px;
    width:140px;
    height:140px;
    margin:0;
}

.testimoniallist .thumbtesti img{
    width:100%;
    height:100%;
    border-radius:20px;
    object-fit:cover;
    object-position:top center;
    border:4px solid rgba(46,210,212,.15);
}

.testimoniallist .media-body{
    flex:1;
}

.testimoniallist h4.name{
    margin-bottom:8px;
    font-size:1.35rem;
    font-weight:700;
}

.testimoniallist .ratings_wrap{
    margin-bottom:15px;
}

.testimoniallist .ratings_wrap i{
    color:#ffb400;
    margin-right:3px;
}

.testimoniallist .meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:15px;
}

.testimoniallist .meta span{
    margin:0;
    padding:6px 12px;
    border-radius:50px;
    background:#f4f8fa;
    font-size:.85rem;
    font-weight:600;
}

.testimoniallist .meta i{
    color:var(--bs-primary);
    margin-right:6px;
}

.testimoniallist .content{
    position:relative;
}

.testimoniallist .desc{
    font-size:1rem;
    line-height:1.8;
    color:var(--bs-body);
}

.testimoniallist .desc p:last-child{
    margin-bottom:0;
}

@media (max-width:767px){

    .testimoniallist .roundbox.tleft{
        flex-direction:column;
        text-align:center;
        padding:25px;
    }

    .testimoniallist .thumbtesti{
        width:120px;
        height:120px;
        margin:auto;
    }

    .testimoniallist .meta{
        justify-content:center;
    }
}


/* News CSS
------------------------------------------------ */
.news-sec {
    /* padding: 100px 0; */
}

.recent-news-slider {
    margin: 0 -10px;
    padding-bottom: 70px;
}

.recent-news-slider .item {
    padding: 10px;
}

.recent-news-slider::after {
    content: '';
    display: block;
    clear: both;
    height: 1px;
    width: calc(100% - 100px);
    background: #B9B4B4;
    position: absolute;
    left: 0;
    bottom: 0;
}

.recent-news-slider .slick-next,
.recent-news-slider .slick-prev {
    top: auto;
    bottom: 0;
    right: 0;
    margin-bottom: -26px !important;
}

.recent-news-slider .slick-prev {
    left: auto !important;
    right: 40px !important;
}

.rnews {
    position: relative;
    background: #fff;
}

.rnews:after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 128%;
}

.rnews .thumb {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 130px);
    overflow: hidden;
    opacity: 1;
    transition: all ease-in-out 200ms;
}

.rnews .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.rnews .con {
    width: 100%;
    padding: 36px 0;
    background: #fff;
    transition: all ease-in-out 200ms;
    transform: translateY(-0);
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
}

.rnews h2 {
    font-size: 26px;
    color: var(--bs-dark);
    margin: 0;
    padding-right: 50px;
    background: url(assets/images//arrow-right-long.png) right center no-repeat;
}

.rnews h2 a {
    color: var(--bs-dark);
}

.rnews:hover .con {
    transform: translateY(-70px);
}

.rnews .hove {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rnews .date{position: absolute; z-index: 9; top: 30px; right: 20px; background:var(--bs-primary); color: #fff; font-size: 18px; padding: 5px 10px;}

/* 
=============
Forms
=============
*/

.addressbox {
    border: 1px solid var(--bs-dark);
    border-radius: 5px;
    padding: 20px;
}

.addressbox p {
    margin-top: 6px;
}

.contact_form {
    width: 100%;
    padding: 20px 0;
}

label {
    font-size: 90%;
    letter-spacing: 1px;
    color: var(--sk-heading);
    margin-bottom: 2px;
    font-weight: 600;
}

label span {
    color: var(--sk-error);
}

input {
    width: 100%;
    height: 42px;
    padding: 5px 10px;
    line-height: 0;
    color: var(--bs-body);
    display: block;
    transition: none;
}

select {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    line-height: 0;
    color: var(--bs-body);
    border-radius: 6px;
    outline: 0;
    box-shadow: none;
}

textarea {
    width: 100%;
    padding: 5px 10px;
    line-height: normal;
    color: var(--bs-body);
}

/* Label scroll - CF7 */
.form-group {
    position: relative;
    /* margin-bottom: 35px; */
}

.form-group label {
    position: absolute;
    top: 10px;
    left: 15px;
    padding: 2px 4px;
    margin: 0;
    line-height: normal;
    pointer-events: none;
    transition: all .3s ease;
    font-size: 85%;    
    opacity: .6;
    z-index: 1;
}

.form-group:focus-within label,
.form-group.has-value label {
    top: -10px;
    left: 15px;
    font-size: 70%;
    opacity: 1;
    background: var(--bs-box-light);
    border-radius: 3px;
}

.form-group .form-control:focus {
    border: 1px solid var(--bs-link-hover-color);
    box-shadow: none !important;
}

/* 
===================
Inner page css
===================
*/
.innerbanner_sec {
    width: 100%;
    height: 40vh;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.innerbanner_sec::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00000096;
    z-index: 1;
}

.innerbanner_sec .container {
    position: relative;
    height: 100%;
    z-index: 2;
}

.innerbanner_sec .content {
    position: relative;
    top: 75%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-block;
}

.innerbanner_head {
    font-size: 300%;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
    color: var(--bs-text-white);
    font-family: var(--fonts-title);
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.innerbanner_head span {
    color: var(--bs-primary);
}

.gthumb {
    background: #fff;
    padding: 8px;
    box-shadow: 8px 7px 16px rgba(0, 0, 0, .25);
    margin-bottom: 30px;    
}

.gthumb img {
    width: 100%;
    margin: 0 !important;
    object-fit: contain;
    height: 100%;
}

/* Footer CSS
------------------------------------------------ */
.footer {
    background: #081C2D;
    color: #fff;
    padding: 60px 0 0;
}

.footer h2 {
    color: #fff;
    font-size: 1.44rem;
}

.footer a {
    color: #fff;
}

.footer a:not(.btn):hover {
    color: var(--bs-primary);
}

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

@media screen and (min-width: 1800px) {
    .footer .left-col {
        width: 62%;
        padding-right: 6%;
    }
}

.address-info {
    margin-bottom: 30px;
    align-items: center;
    font-size: 1.11rem;
}

.address-info .thumb {
    width: 58px;
    height: 58px;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 15px;
}

.address-info .media-body p {
    margin: 0;
}

.newsletter-widget {
    padding: 50px;
    background: #0A2136;
}

.newsletter-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
}

.newsletter-box input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    padding: 15px 0;
    color: #fff;
    margin-bottom: 25px;
}

.newsletter-box input:focus {
    outline: none;
}


.widget-links ul li {
    border-top: solid 1px rgba(158, 183, 202, 0.28);
}

.widget-links ul li:first-child {
    border-top: none;
}

/* remove border from first row items */
@media screen and (min-width: 576px) {
    .widget-useful-links ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 40px;
    }

    .widget-useful-links ul li:nth-child(-n+2) {
        border-top: none;
    }
}

.widget-links ul li a {
    display: block;
    position: relative;
    padding: 10px 0;
    transition: all 0.3s ease;
}

.widget-links ul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: var(--bs-primary);
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.widget-links ul li a:hover {
    padding-left: 20px;
}

.widget-links ul li a:hover::before {
    opacity: 1;
}



.footer-bottom {
    padding: 10px 0;
    color: #9EB7CA;
    border-top: solid 1px #8B8787;
    text-align: center;
}

ul.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.footer-social li {
    display: inline-block;
}

ul.footer-social li a {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    background-color: transparent;
}

ul.footer-social li a:hover {
    background: var(--bs-primary);
    color: #fff !important;
}

/* Responsive CSS
------------------------------------------------ */
@media (max-width: 1699.98px) {
    .top-menu ul li {
        margin: 0;
    }

    .main-slider h2 {
        font-size: 2.6rem;
    }

    .main-slider .con {
        font-size: 1rem;
    }

    .newsletter-widget {
        padding: 30px;
    }
}


@media (max-width: 1599.98px) {
    .top-menu ul li a {
        padding: 10px 10px;
    }

    .slider-controller-wrapper::before {
        width: calc(50% - 350px);
    }
}

@media (max-width: 1399.98px) {
    .header-in {
        padding: 10px 20px;
    }

    .top-menu ul li a {
        padding: 10px 8px;
        font-size: 0.77rem;
    }

    .main-slider h2 {
        font-size: 2.22rem;
    }

    .main-slider .slide-image {
        /* height: 700px; */
    }

    .slider-controller-wrapper::before {
        width: 420px;
    }

    .services-slider .slick-list {
        margin: 0 -15px;
    }

    .services-slider .item {
        padding: 0 15px;
    }
}

@media (max-width: 1599.98px) {
    html {
        font-size: 17px;
        -webkit-text-size-adjust: 100%;
    }

    .h1,
    .h2,
    h1,
    h2 {
        font-size: 1.6rem;
    }

    .h3,
    h3 {
        font-size: 1.4rem;
    }

    .h4,
    h4 {
        font-size: 1.2rem;
    }

    .h5,
    h5 {
        font-size: 1.1rem;
    }

    .h6,
    h6 {
        font-size: 1rem;
    }

    .lead {
        font-size: 1.2rem;
    }

    .footer h2 {
        font-size: 1.2rem;
    }

    .address-info {
        font-size: 1.1rem;
    }

    /* .growth-list .growth-value {
        font-size: 1.66rem;
    } */

    .growth-list h6 {
        font-size: 1.11rem;
    }
}

@media (max-width: 1199.98px) {
    .btn {
        font-size: 16px;
    }

    .logo {
        width: 150px;
    }

    .header .btn {
        font-size: 14px;
        padding: 8px 8px;
    }

    .top-menu ul li a {
        padding: 10px 6px;
    }

    .main-slider h2 {
        font-size: 2rem;
    }

    .main-slider .con {
        font-size: 1rem;
    }

    .newsletter-box {
        padding: 20px;
    }
}

@media (max-width: 991.98px) {
    .hidden-menu {
        overflow: hidden;
    }

    .btn-topmenu {
        color: #fff !important;
        box-shadow: none;
        border: none;
        font-size: 1rem;
        padding: 0;
        border-radius: 0;
        width: 36px;
        height: 36px;
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 999;
    }

    .scrollfix .btn-topmenu {
        background: var(--bs-primary);
    }

    .btn-topmenu .menu-bar {
        height: 2px;
        width: 26px;
        display: block;
        background: #fff;
        position: absolute;
        left: 5px;
        top: 48%;
    }

    .btn-topmenu .menu-bar:after,
    .btn-topmenu .menu-bar:before {
        position: absolute;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .btn-topmenu .menu-bar:after {
        content: '';
        width: 26px;
        height: 2px;
        display: block;
        background: #fff;
        bottom: 8px;
    }

    .btn-topmenu .menu-bar:before {
        content: '';
        width: 26px;
        height: 2px;
        display: block;
        background: #fff;
        top: 8px;
    }

    .btn-topmenu:focus,
    .btn-topmenu.focus {
        outline: 0;
        box-shadow: none;
    }

    .btn-topmenu.on .menu-bar {
        background-color: transparent;
    }

    .btn-topmenu.on .menu-bar:after {
        transform: rotate(45deg) translate(5px, 5px);
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        background: #fff;
    }

    .btn-topmenu.on .menu-bar:before {
        transform: rotate(-45deg) translate(6px, -6px);
        -webkit-transform: rotate(-45deg) translate(6px, -6px);
        background: #fff;
    }

    .menu-logo {
        text-align: center;
        padding: 15px 50px;
    }

    .menu-logo .custom-logo-link {
        width: 100%;
    }

    .top-menu {
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .top-menu {
        position: fixed;
        top: 0;
        right: -270px;
        z-index: 998;
        width: 270px;
        height: 100%;
        padding: 0;
        background: #282828;
        overflow-y: scroll;
    }

    .top-menu.open {
        right: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .top-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .top-menu ul li {
        border-top: solid 1px #4b4b4b;
        margin: 0;
    }

    .top-menu ul li a {
        padding: 10px 20px;
        display: block;
        font-weight: 400;
        font-size: 1rem;
        color: #fff;
    }

    .top-menu ul li a:hover,
    .top-menu ul li.current-menu-item a {
        color: var(--bs-primary);
    }

    .top-menu ul ul {
        padding-bottom: 10px;
        display: none;
    }

    .top-menu ul ul li {
        border: none;
    }

    .top-menu ul ul li a {
        padding: 4px 20px 4px 30px;
    }

    .top-menu ul li.dropdown .arrow {
        position: absolute;
        z-index: 8;
        top: 0;
        right: 0;
        width: 40px;
        height: 44px;
        line-height: 40px;
        text-align: center;
        color: #a3a3a3;
        font-size: 1.125rem;
        cursor: pointer;
    }

    .top-menu ul ul li.dropdown .arrow {
        height: 43px;
        line-height: 38px;
    }

    .top-menu ul li.dropdown .arrow:after {
        font-family: 'FontAwesome';
        content: "\f107";
    }

    .top-menu ul li.dropdown.open>.arrow:after {
        content: "\f106";
    }

    .top-menu ul li.dropdown>a {
        padding-right: 40px;
    }

    .top-menu ul li.dropdown.open>ul {
        display: block;
    }

    .services-sec {
        /* padding: 60px 0 0; */
    }

    .services-slider {
        padding-bottom: 50px;
    }

    .about-sec {
        /* padding: 60px 0; */
    }

    .testimonials-sec {
        /* padding: 60px 0;
        margin-bottom: 0; */
    }

    .testimonials-slider {
        padding: 0 0 50px 0;
    }

    .news-sec {
        /* padding: 60px 0; */
    }

    .rnews h2 {
        font-size: 1.44rem;
    }

    .recent-news-slider {
        padding-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .site-content {
        padding: 60px 0;
    }

    .services-slider .slick-list {
        margin: 0;
    }

    .recent-news-slider {
        margin: 0;
    }

    .main-slider .slide-image {
        /* height: 600px; */
    }

    .slider-controller-wrapper::before {
        width: 370px;
    }

    .services-slider .item {
        padding: 0;
    }

}

@media (max-width: 575.98px) {
    .logo {
        width: 120px;
    }

    .header .btn {
        font-size: 12px;
        padding: 6px 6px;
    }

    .main-slider h5 {
        font-size: 1.25rem;
    }

    .main-slider h2 {
        font-size: 1.5rem;
    }

    .footer-bottom {
        font-size: 0.87rem;
    }
}

@media (max-width: 479.98px) {}

@media (max-width: 399.98px) {}

/* Blog List */
.blog-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:
        0 10px 40px rgba(0,0,0,.06);
    margin-bottom:40px;
    transition:.35s ease;
}

.blog-card:hover{
    transform:translateY(-8px);
    box-shadow:
        0 20px 60px rgba(0,0,0,.12);
}

.blog-card-image{
    display:block;
    position:relative;
    overflow:hidden;
    height:320px;
}

.blog-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s ease;
}

.blog-card:hover .blog-card-image img{
    transform:scale(1.08);
}

.blog-date-badge{
    position:absolute;
    top:20px;
    left:20px;
    background:var(--bs-primary);
    color:#fff;
    padding:10px 16px;
    border-radius:50px;
    font-size:.85rem;
    font-weight:700;
    backdrop-filter:blur(8px);
}

.blog-card-content{
    padding:35px;
}

.blog-card-content h3{
    margin-bottom:15px;
    line-height:1.3;
}

.blog-card-content h3 a{
    color:var(--bs-dark);
}

.blog-card-content h3 a:hover{
    color:var(--bs-primary);
}

.blog-card-content p{
    margin-bottom:25px;
}

.blog-readmore{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-weight:700;
    color:var(--bs-primary);
}

.blog-readmore i{
    transition:.3s ease;
}

.blog-readmore:hover i{
    transform:translateX(5px);
}

@media (min-width:992px) {
    .blog-card{
        display:grid;
        grid-template-columns:1.1fr 1fr;
        align-items:center;
    }
}

/*********************************************/
/** Wordpress ***********************************/
/*********************************************/
/* : Wordpress Pagination Single Page : */
.fcnext,
.fcprev {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 120%
}

.fcnext a,
.fcprev a {
    display: block;
    padding: 40px 10px;
    background: #f1f1f1;
    font-size: 100%
}

/* : Wordpress Blog Home : */
article.post {
    margin-top: 75px;
}

article.post:nth-of-type(1) {
    margin-top: 0;
}

.blog-image {
    position: relative;
    line-height: 0;
    margin-bottom: 20px;
}

.blog-image a {
    display: block
}

.blog-image a img {
    width: 100%;
    height: auto
}

.blog-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0);
    transition: .3s;
    overflow: hidden;
    cursor: pointer
}

.blog-image .blog-overlay:hover {
    background: rgba(0, 0, 0, .3)
}

.blog-image .blog-overlay svg {
    fill: #fff;
    width: 70px;
    height: 70px;
    opacity: 0;
    transition: .3s;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: 0;
    padding: 15px;
    background: rgba(0, 0, 0, .85);
    display: block;
    -webkit-border-radius: 25px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-bottomright: 0;
    border-radius: 25px;
    border-bottom-right-radius: 0
}

.blog-image .blog-overlay:hover svg {
    opacity: 1;
    margin-top: -35px
}

.blog-author {
    margin-bottom: 5px
}

.blog-date {
    opacity: .7;
    font-size: 80%
}

.blog-title {
    font-size: 150%;
    line-height: 1.3
}

.blog-title a {
    color: inherit;
    text-transform: uppercase
}

.blog-title a:hover {
    color: #3b78bd
}

.blog-categories {
    margin-bottom: 25px
}

.blog-categories svg {
    position: relative;
    top: 2px;
    margin-right: 5px
}

.read-more-button-wrap {
    margin-bottom: 25px
}

/* : Wordpress Single Blog : */
p.blog-meta-single {
    margin-bottom: 20px;
    font-size: 80%;
    text-transform: uppercase;
}

p.blog-meta-single span.devider {
    color: #d0d0d0;
    position: relative;
    top: -2px;
    padding: 0 5px
}

.author-bio {
    padding-left: 120px;
    position: relative;
    margin: 50px auto 50px auto;
    width: 80%
}

.author-bio .avatar {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 90px;
    height: 90px
}

@media (max-width:768px) {
    .author-bio {
        padding-left: 100px;
        width: 100%
    }

    .author-bio .avatar {
        width: 80px;
        height: 80px
    }
}

.pagination-single-inner {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase
}

.pagination-single-inner:after {
    content: "";
    display: table;
    clear: both
}

.pagination-single-inner .previous-post {
    width: 48%;
    float: left
}

.pagination-single-inner .next-post {
    width: 48%;
    float: right
}

.comments-wrapper {
    margin: 0 auto;
    padding: 50px 50px 0 80px;
    width: 100%;
    text-align: center
}

@media (max-width:768px) {
    .comments-wrapper {
        padding: 0
    }
}

#commentform {
    max-width: 768px;
    /* margin: 0 auto */
}

#commentform label {
    display: block;
    text-align: left;
    font-size: 80%
}

#commentform .comment-form-cookies-consent label {
    display: inline-block
}

#commentform .required {
    color: #bd0000;
    font-size: 150%;
    position: relative;
    top: 5px
}

#commentform #comment {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 25px;
    font-family: inherit;
    max-height: 150px;
    line-height: 1.6
}

.comment-form-author,
.comment-form-email {
    float: left;
    width: 47%;
    text-align: left
}

.comment-form-email {
    float: right
}

.comment-form-url {
    clear: both
}

#commentform input[type=email],
#commentform input[type=text],
#commentform input[type=url] {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 40px;
    font: inherit;
    color: #2d3c49;
    border: 1px solid #d2d2d2;
    background: #fff;
    cursor: pointer
}

.comments-inner {
    text-align: left;
    margin-top: 50px
}

.comments-inner .comment-author {
    font-size: 150%;
    font-weight: 700
}

.comments-inner .comment-author a {
    color: inherit;
    text-decoration: underline
}

.comments-inner .comment-author a:hover {
    text-decoration: none
}

.comments-inner img.avatar {
    margin-bottom: 10px;
    margin-left: -100px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    display: block
}

@media (max-width:768px) {
    .comments-inner img.avatar {
        margin-left: -80px;
        width: 60px;
        height: 60px
    }

    .comments-inner img.avatar {
        margin-left: 0;
        width: 80px;
        height: 80px;
        position: relative
    }
}

.comments-inner .comment-metadata {
    margin-bottom: 30px
}

.comments-inner .comment-metadata a {
    color: inherit;
    opacity: .7;
    font-size: 80%
}

.comments-inner .comment-metadata a:hover {
    opacity: 1
}

.bypostauthor .comment-footer-meta .by-post-author {
    margin-top: 15px;
    display: block;
    font-size: 80%
}

.comment-body {
    margin-bottom: 50px
}

.comment .comment {
    padding-left: 10%
}

/* : Wordpress Blog : */
hr.styled-separator {
    background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
    background-color: transparent !important;
    border: none;
    height: 1px;
    overflow: visible;
    position: relative;
    color: #d0d0d0;
    display: block
}

hr.styled-separator::after,
hr.styled-separator::before {
    background: #d0d0d0;
    content: "";
    display: block;
    height: 1.6rem;
    position: absolute;
    top: calc(50% - .8rem);
    transform: rotate(22.5deg);
    width: .1rem
}

hr.styled-separator::before {
    left: calc(50% - .5rem)
}

hr.styled-separator::after {
    right: calc(50% - .5rem)
}

hr.styled-separator.last-none {
    margin: 75px 0
}

hr.styled-separator.last-none:last-of-type {
    display: none
}

.post-meta-wrapper {
    margin-bottom: 20px
}

ul.post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%
}

ul.post-meta svg {
    position: relative;
    top: 4px;
    margin-right: 5px
}

.nav-links {
    text-align: center;
    text-transform: uppercase
}

.nav-links .page-numbers {
    margin: 0 15px;
    font-size: 80%
}

.nav-links .page-numbers.current {
    font-size: 100%
}

.nav-links .nav-prev-text {
    margin-left: 10px
}

.nav-links .nav-next-text {
    margin-right: 10px
}

/* : Wordpress Post Tags :*/
.post-tags-single {
    margin: 0 0 30px 10px
}

.post-tags-single a {
    position: relative;
    display: inline-block;
    color: inherit;
    margin-right: 17px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 22px;
    background-color: #d4d7dc;
    z-index: 2;
    padding: 0 8px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s
}

.post-tags-single a:before {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 12px;
    height: 12px;
    top: 5px;
    left: -5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: -1;
    transform: skew(-45deg, 45deg)
}

.post-tags-single a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    left: -5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff
}

.post-tags-single a:hover {
    color: #fff;
    background-color: #3b78bd
}

/* : Wordpress Related Post : */
.related-post {
    margin-bottom: 50px;
    padding: 0 15px
}

.related-post .item-cont {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.related-post-thumb {
    width: 90px
}

.related-post-title {
    width: calc(100% - 100px);
    padding-right: 25px
}

.related-post-title p {
    margin: 0;
    line-height: 1.2
}

.related-post-title p small {
    opacity: .7
}

.related-post-thumb img {
    border-radius: 50%;
    width: 90px;
    height: 90px
}

/* : Wordpress Widget : */
.widget {
    background: #fff;
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #eff0ee;
    -moz-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgb(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgb(0, 0, 0, .1)
}

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

.widget ul li {
    margin: 0 0 10px 0;
    padding: 0
}

.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li {
    margin-bottom: 6px
}

.widget ul li:last-child {
    margin-bottom: 0
}

.widget .comment-author-link {
    font-weight: 700
}

.navigation {
    margin-top: 30px;
}

.pagination-wrapper {
    margin-top: 30px;
}

.pagination-separator {
    display: none;
}

.pagination .nav-links {
    margin: 0;
    font-size: 16px;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav-links>* {
    margin: 0 0 0 -1px;
    font-size: 13px;
    font-weight: 400;
    min-width: 42px;
    text-align: center;
    padding: 10px;
    border: solid 1px #d1d4d8;
    text-decoration: none !important;
    color: #444444;
}

.nav-links>.current {
    background: #444444;
    border-color: #444444;
    color: #fff;
}

.pagination .dots {
    transform: none;
}

.search-form {
    background: none;
    position: relative;
    padding-right: 36px;
    border-radius: 0;
}

.search-form label {
    margin: 0;
    width: 100%;
    display: none;
}

.search-form .search-field {
    width: 100%;
    border: none;
    background: none;
    height: 44px;
    padding: 10px;
    color: #000;
}

.search-form .search-submit {
    width: 36px;
    height: 44px;
    border: none;
    background: url(assets/images/search-icon.png) center center no-repeat #1e374b;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0 !important;
    cursor: pointer;
}

/* .widget-area {}

.widget-area .widget {
    padding: 0 15px 15px;
    background: #f8f8f8;
    color: var(--bs-dark);
}

.widget-area .widget+.widget {
    margin-top: 30px;
}

.widget-area .sidetitle {
    font-size: 125%;
    background: var(--sk-heading);
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
    margin: 0 -15px 15px;
}

.widget-area .widget a {
    color: var(--bs-dark);
}

.widget-area .widget a:hover {
    color: var(--sk-heading);
}

.widget-area .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-area .widget ul li {
    margin-bottom: 15px;
    line-height: 1.5;
    padding-left: 26px;
    position: relative;
}

.widget-area .widget ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 75%;
}

.widget-area .widget.widget_search {
    padding: 0;
    border: none;
    background: none;
} */

.widget-area .widget{
    background:#fff;
    border:none;
    border-radius:24px;
    padding:30px;
    margin-bottom:30px;
    box-shadow:
        0 10px 35px rgba(0,0,0,.06),
        0 2px 10px rgba(0,0,0,.03);
    overflow:hidden;
    position:relative;
}

.widget-area .widget::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:var(--bs-primary-gradient);
}

.widget-area .sidetitle{
    background:none;
    color:var(--bs-dark);
    margin:0 0 25px;
    padding:0;
    font-size:1.3rem;
    font-weight:700;
    position:relative;
}

.widget-area .sidetitle::after{
    content:'';
    display:block;
    width:60px;
    height:4px;
    margin-top:10px;
    border-radius:50px;
    background:var(--bs-primary-gradient);
}

.widget-area ul li{
    padding-left:0;
    margin-bottom:12px;
}

.widget-area ul li::before{
    display:none;
}

.widget-area ul li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 15px;
    border-radius:12px;
    background:#f8fafc;
    transition:.3s ease;
}

.widget-area ul li a:hover{
    background:var(--bs-primary);
    color:#fff;
    transform:translateX(5px);
}

.widget.widget_search{
    background:#fff !important;
}

.search-form{
    padding-right:0;
    display:flex;
    overflow:hidden;
    border-radius:50px;
    border:1px solid #e5e7eb;
}

.search-form .search-field{
    border:none;
    padding:15px 20px;
    height:auto;
}

.search-form .search-submit{
    position:static;
    width:60px;
    height:auto;
    background:var(--bs-primary-gradient);
}

.widget_recent_entries ul li{
    border-bottom:1px solid #edf1f5;
    padding-bottom:15px;
    margin-bottom:15px;
}

.widget_recent_entries ul li:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

.widget_recent_entries ul li a{
    background:none !important;
    padding:0 !important;
    font-weight:600;
}

.widget_recent_entries ul li a:hover{
    transform:none !important;
    color:var(--bs-primary);
}

@media(min-width:992px){

    .widget-area{
        position:sticky;
        top:120px;
    }

}

/* Blog Details */
.single-blog-post{
    background:#fff;
}

.single-blog-header{
    margin-bottom:35px;
}

.single-blog-title{
    font-size:clamp(2.2rem,4vw,3.5rem);
    line-height:1.15;
    font-weight:700;
    margin-bottom:0;
    color:var(--bs-dark);
}

.blog-meta-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:25px;
}

.meta-pill{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 16px;
    border-radius:50px;
    background:#f4f8fa;
    font-size:.9rem;
    font-weight:600;
}

.meta-pill i{
    color:var(--bs-primary);
}

.single-blog-image{
    margin-bottom:45px;
    overflow:hidden;
    border-radius:30px;
    box-shadow:
        0 15px 50px rgba(0,0,0,.12);
}

.single-blog-image img{
    width:100%;
    display:block;
}

.single-blog-content{
    font-size:1.08rem;
    line-height:1.9;
}

.single-blog-content h2{
    margin-top:3rem;
    margin-bottom:1rem;
    font-weight:700;
}

.single-blog-content h3{
    margin-top:2rem;
    margin-bottom:.8rem;
}

.single-blog-content p{
    margin-bottom:1.75rem;
}

.single-blog-content ul,
.single-blog-content ol{
    margin-bottom:2rem;
    padding-left:25px;
}

.single-blog-content blockquote{
    margin:40px 0;
    padding:30px;
    border-left:5px solid var(--bs-primary);
    background:#f8fafc;
    border-radius:20px;
}

#reading-progress{
    position:fixed;
    top:0;
    left:0;
    height:4px;
    width:0;
    z-index:9999;
    background:var(--bs-primary-gradient);
}

/***accordion-button*****/

.accordion-button {
    font-size: 120%;
    /* color: var(--bs-primary); */
}

.accordion-button::after {
    fill: var(--bs-primary);
}

.accordion-button:focus {
    box-shadow: none;
    font-size: 120%;
}

.accordion-button:not(.collapsed) {
    background-color: var(--bs-primary);
    color: var(--bs-text-white);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.custom_gf_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--bs-box-light);
}

/*****gform css****/
.gform-theme--foundation .gform_fields {
    row-gap: 20px !important;
}

.gfield_label {
    font-weight: 600 !important;
    color: var(--sk-heading) !important;
}