@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
        url('../fonts/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/Satoshi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
        url('../fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
        url('../fonts/Satoshi-VariableItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

body,
button,
input,
select,
textarea {
    font-family: 'Satoshi', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Satoshi', sans-serif !important;
}

.elementor h1,
.elementor h2,
.elementor h3,
.elementor h4,
.elementor h5,
.elementor h6,
.elementor p {
    font-family: 'Satoshi', sans-serif !important;
}

/*--------------------------------fonts--------------------------------------------*/
.inside-header {
    padding: 0px 0px;
    justify-content: space-between;
}

.separate-containers .site-main {
    margin: 0px;
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0px;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin-top: 0px;
}

.sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
}

.footer-widgets-container {
    padding: 40px 10px;
}

.elementor-page .wp-social-link {
    border-radius: 35px;
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 8px;
    margin: 0px !important;
    transition: .3s all;
}

.elementor-page .wp-social-link:hover {
    transform: scale(1.1)
}

.elementor-page .widget .wp-block-social-links a svg {
    fill: #fff;
}

.site-header {
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 10px 0px;
}

.site-header .site-logo {
    padding: 15px 0px
}

.site-header .header-image {
    filter: brightness(0) invert(1);
}

.home-hero {
    min-height: 100vh;
}

.color-heading span {
    color: #00C682;
}

.main-navigation {
    display: none !important;
}

.header-btn {
    text-decoration: none;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4px;
    background: #00C682;
    width: 100%;
    display: block;
}

.logo-cnt {
    margin-top: -125px;
}

.logo-cnt .elementor-col-25 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo-cnt .elementor-col-25 img {
    filter: brightness(0) invert(1);
}

.logo-cnt .elementor-col-25 {
    cursor: pointer;
}

.logo-cnt .elementor-col-25:hover {
    background: #fff;
}

.logo-cnt .elementor-col-25:hover img {
    filter: none;
}

.timeline-p p {
    margin-bottom: 15px;
}

.timeline-section:before {
    content: "";
    text-align: center;
    position: absolute;
    top: 20px;
    left: 53px;
    height: 100%;
    margin-left: 0;
    border-right: 2px dashed #00C682;
    width: 15px;
}

.footer-widgets .widget {
    margin-bottom: 10px;
}

.footer-widgets {
    font-size: 15px;
    font-weight: 500;
}

.footer-widgets a {
    text-decoration: none;
}

.footer-widgets a:hover {
    color: #00C682;
}

.footer-widget-2 {
    text-align: right;
}

.footer-widget-2 .widget:first-child {
}
.inside-footer-widgets {
    align-items: center;
}
.footer-widget-2 .wp-block-social-links {
    transform: scale(.9);
    gap: 12px;
}

.cus-form p {
    margin-bottom: 15px;
}

.cus-form .col-full {
    width: 100%;
}

.cus-form label {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cus-form input[type="text"],
.cus-form input[type="email"],
.cus-form input[type="url"],
.cus-form input[type="password"],
.cus-form input[type="search"],
.cus-form input[type="tel"],
.cus-form input[type="number"],
.cus-form textarea,
.cus-form select {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FBFBFB;
    width: 100%;
    margin-top: 5px;
    outline: none;
    color: #00212B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.cus-form input[type="text"]::placeholder,
.cus-form input[type="email"]::placeholder,
.cus-form input[type="tel"]::placeholder,
.cus-form textarea::placeholder {
    color: #626D77;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.cus-form textarea {
    height: 150px;
}

.cus-form input[type=submit] {
    border-radius: 4px;
    background: #00C682;
    padding: 10px 20px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    transition: .3s all;
}

.cus-form input[type=submit]:hover {
    transform: scale(1.05);
}

/*--------------------------------POPUPS---------------------------------------------*/
.full-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: white;
    overflow-y: auto;
    pointer-events: auto;
    max-height: 100vh;
    overflow: hidden;
}

.full-popup.is-open {
    display: block;
}

.popup-closebar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background: #f4f4f4;
    cursor: pointer;
}

.popup-close {
    background: none;
    border: none;
    cursor: pointer;
    color: #161616;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.popup-close:hover {
    background: none;
    color: #161616;
}

.popup-close span {
    font-size: 29px;
}

.popup-content {
    padding: 50px 0px 0px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.popup-content-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
    padding: 4.5%;
    max-width: 50%;
	    margin: 0 auto;
}

.popup-content-text img {}

.popup-content-text h4 {
    margin-bottom: 10px;
    color: #0F3337;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.popup-content-text p {
    color: #0F3337;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
}

.popup-content-img {
    flex: 1 1 0;
}

.popup-btn {
    border-radius: 4px;
    background: #0F3337;
    padding: 10px 60px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    transition: .3s all;
    position: relative;
}

.popup-btn:hover {
    background: #00C682;
    color: #fff;
}

.re-btn.popup-btn {
    padding: 10px 60px 10px 30px;
}

.re-btn:after {
    content: '';
    width: 43px;
    height: 32px;
    background: url(../images/re-icon.png);
    position: absolute;
    transform: scale(.8);
    top: 6px;
}

.popup-inner-cnt {
    display: flex;
    gap: 30px;
    margin: 20px 0px;
}

.popup-inner-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.popup-inner-col img {}

.popup-inner-col p {
    font-size: 22px;
}
.popup-content-img{
	display:none;
}
/*--------------------------------large screens---------------------------------------------*/
@media screen and (min-width: 1400px) {}

@media screen and (min-width: 1600px) {}

@media screen and (min-width: 1900px) {}

/*--------------------------------Responsive goto---------------------------------------------*/
@media only screen and (max-width: 768px) {
    .has-inline-mobile-toggle .inside-header {
        justify-content: center;
    }

    .site-header {
        padding: 10px 15px;
    }

    .site-header .site-logo {
        padding: 5px 0px;
    }

    .site-header .header-widget {
        margin-top: 10px;
    }

    .home-hero {
        min-height: 95vh;
    }

    .nobr br {
        display: none;
    }

    .logo-cnt {
        margin-top: -227px;
    }

    .timeline-section:before {
        top: 20px;
        left: 37px;
    }
    .full-popup{
        overflow: auto;
    }
    .popup-content {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .popup-content-text {
        gap: 10px;
        padding: 20px;
        max-width: 100%;
    }

    .popup-content-text h4,
    .popup-content-text p {
        font-size: 20px;
    }

    .popup-inner-cnt {
        gap: 10px;
        flex-direction: column;
    }

    .popup-inner-col {
        width: 100%;
    }
	
	    .footer-widget-2 {
        text-align: left;
    }

    .footer-widget-2 .widget:first-child {
        align-items: flex-start;
        justify-content: flex-start;
    }
}
