p {
    margin-bottom: 1em;
}

.inside-header {
    padding: 0px 15px;
}

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

.grid-container {
    max-width: 100%;
}

.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;
}

.sticky.site-header {
    background-color: #fff;
    position: fixed;
    z-index: 9;
    width: 100%;
    padding: 5px 0px;
}

.elementor-page .wp-social-link {
    border-radius: 35px;
    width: 35px;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 9px;
    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;
}
body:not(.page-revealed) {
    overflow: hidden;
}
#intro-loader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 1;
    transition: opacity 0.6s ease;
}

#intro-loader video {
    height: auto;
    max-width: 100%;
}

#intro-loader.fade-out {
    opacity: 0;
    pointer-events: none;
}
body:not(.page-revealed) .site-header,
body:not(.page-revealed) .elementor-section,
body:not(.page-revealed) main,
body:not(.page-revealed) #content {
    opacity: 0;
    transform: translateY(24px);
}
.site-header,
.elementor-section,
main,
#content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
body.page-revealed .site-header {
    transition-delay: 0.05s;
}

body.page-revealed .elementor-section:nth-child(1) {
    transition-delay: 0.1s;
}

body.page-revealed .elementor-section:nth-child(2) {
    transition-delay: 0.2s;
}

body.page-revealed .elementor-section:nth-child(3) {
    transition-delay: 0.3s;
}

.header-btn {
    background: #8D42E8;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
    transition: .3s all;
    font-weight: 600 !important;
    color: #fff !important;
    display: inline-block;
}

.header-btn:hover {
    color: #fff !important;
    background: #38FF11;
}

.hero {
    min-height: 100vh;
    max-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
}

.video-1 {
    min-height: 360px;
}

.image-1 {
    min-height: 300px;
}

.text-2 {
    min-height: 375px;
}

.image-2 {
    min-height: 402px;
}

.footer-widgets-container {
    padding: 60px 25px;
    background: #0A242B;
    border-top: 1px solid #505050;
}

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

.footer-links a,
.footer-links,
.footer-crp {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}

.footer-links {
    margin-bottom: 4px;
}

.footer-heading-tagline {
    font-size: 80px;
    font-weight: bold !important;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1em;
    text-align: right;
}

/*--------------------------------large screens---------------------------------------------*/
@media screen and (max-width: 1400px) {
    .text-2 {
        min-height: 425px;
    }

    .image-2 {
        min-height: 452px;
    }

    p {
        margin-bottom: 1em;
        font-size: 15px !important;
        line-height: 1.7em;
    }
}

@media screen and (max-width: 1200px) {
    .text-2 {
        min-height: 425px;
    }

    .image-2 {
        min-height: 452px;
    }

    p {
        margin-bottom: 1em;
        font-size: 14px !important;
        line-height: 1.7em;
    }
}

@media screen and (min-width: 1200px) {
    .site-header {
        background-color: transparent;
        color: var(--white);
        position: absolute;
        z-index: 9;
        width: 100%;
        padding: 30px 0px 10px;
    }
}

@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) {
    .inside-header {
        flex-direction: row;
        text-align: center;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
    }

    .site-header {
        background-color: transparent;
        position: absolute;
        z-index: 9;
        width: 100%;
        padding: 15px 10px;
    }

    .sticky.site-header {
        background-color: #fff;
        position: fixed;
        z-index: 9;
        width: 100%;
        padding: 5px 10px;
    }

    .site-header .header-image {
        width: 160px;
    }

    .site-header .header-widget {
        margin-top: 0px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .hero {
        min-height: 95vh;
        max-height: 95vh;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .video-1 {
        min-height: 200px;
    }

    .long-img {
        min-height: 400px;
    }

    .text-2,
    .image-2 {
        min-height: 305px;
    }

    .text-3 {
        min-height: 405px;
    }

    .footer-widgets-container {
        padding: 50px 15px;
    }

    .footer-links a,
    .footer-links,
    .footer-crp {
        font-size: 14px;
    }

    .footer-heading-tagline {
        font-size: 40px;
        text-align: left;
    }

    .header-btn {
        padding: 8px 20px;
        font-size: 15px;
    }
	.br-icon img{
	max-width:30px;
	height:auto;
}
}
