@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.button {
  transition: transform 0.3s ease;
}

.button:hover {
  transform: scale(1.1);
}

a{
    text-decoration: none !important;
}

.yollow-highlight{
    color: #fdc20e;
}
.container{
    width: 1320px !important;
}
/* Top Bar Css */
.top-bar{
    background-color: #020e28;
    width: 100%;
    height: 75px !important;
    overflow: hidden;
}
.top-bar .container{
    height: 75px;
}
.top-bar-box{
    text-align: center;
    color: white;
    height: 100%;
}
.top-bar-box ul{
    text-decoration: none;
    list-style: none;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    padding-left: 0px !important;
}
.top-bar-box ul li{
    padding: 0 18px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.top-bar-box ul li + li {
border-left: 1px solid #fff;
padding-left: 18px;
}
.top-bar-box ul li p{
    margin-bottom: 0 !important;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.top-bar-box ul li p span{
    padding-right: 10px;
    color: #027bfe;
}

/* Header Css - desktop */
.site-header {
    padding-block-end: 0rem !important;
    padding-block-start: 0rem !important;
}
header.header{
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}
.header-body{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-body .logo{
    flex: 0 0 20%;
}
.header-body .menu{
    flex: 0 0 60%;
    text-align: right;
    margin-top: 46px;
}
.header-body .est-button{
    flex: 0 0 20%;
    text-align: right;
}
.menu ul.nav-menu{
    list-style: none;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: right;
    align-items: center;
    margin-bottom: 0px;
    padding-left: 0px !important;
}
.menu ul.nav-menu li{
    padding: 0px 18px 46px 18px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.menu ul.nav-menu li:hover{
    padding: 0px 18px 44px 18px;
    border-bottom: 2px solid #fdc20e;
}
.menu ul.nav-menu li:hover a{
    color: #fdc20e;
}
.menu ul.nav-menu li.current-menu-item{
    padding: 0px 18px 44px 18px;
    border-bottom: 2px solid #fdc20e;
}
.menu ul.nav-menu li.current-menu-item a{
    color: #fdc20e;
}
.menu ul.nav-menu li a{
    text-decoration: none;
    margin-bottom: 0 !important;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.est-button .est-btn-box{
    width: fit-content;
    background: linear-gradient(-83deg, #007dff, #fdc20e);
    padding: 10px 11px 10px 14px;
    border-radius: 22.5px;
    float: right;
}
.est-button .est-btn-box a{
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}
.est-button .est-btn-box a span{
    padding-right: 10px;
}

/* Hamburger Button CSS */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #000;
    border-radius: 3px;
}

/* Off-canvas menu CSS */
.offcanvas {
    position: fixed;
    top: 0;
    right: -350px;
    width: 250px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    padding: 20px;
    transform: translateX(100%);
    transition: transform 1s ease;
    z-index: 1000;
}

.offcanvas ul {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.offcanvas ul li {
    margin-bottom: 15px;
}

.offcanvas ul li a {
    color: #000;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.offcanvas ul li a:hover, .offcanvas ul li a.active{
    color: #fdc20e;
    border-bottom: 2px solid #fdc20e;
}

.offcanvas.show {
    right: 0;
}

.close-btn {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
}
.off-canvas-head{
    display: flex;
}
.off-logo{
    width: 30%;
}
.off-logo img{
    width: 100%;
}
.off-est-button .off-est-btn-box{
    width: fit-content;
    background: linear-gradient(-83deg, #007dff, #fdc20e);
    padding: 10px 11px 10px 14px;
    border-radius: 22.5px;
    float: left;
}
.off-est-button .off-est-btn-box a{
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}
.off-est-button .off-est-btn-box a span{
    padding-right: 10px;
}


/* Hero Section Css */
.hero{
    height: 720px;
    width: 100%;
    overflow: hidden;
    background-image: url('../img/bg-hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-box{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.hero-content, .hero-slider{
    flex: 0 0 50%;
    text-align: left;
}
.hero-content h2{
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 700;
}
.hero-content p{
    width: 80%;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 29px;
    font-weight: 400;
}
/* Slider CSS */

.owl-carousel .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    overflow: hidden;
    padding: 10px;
    gap: 15px;
}

.owl-carousel .item img {
    width: 100% ;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}
.slider {
position: relative;
width: 100%;
max-width: 600px;
margin: auto;
overflow: hidden;
}



/* Footer Section CSS */
footer{
    width: 100%;
    overflow: hidden;
}
.footer{
    width: 100%;
    background-color: #020e28;
    padding: 45px 0px 30px 0px;
}
.footer-logo{
    width: 100%;
    margin-bottom: 55px;
}
.footer-logo img{
    width: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: block;
}
.footer-details {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-box{
    flex: 0 0 25%;
}
.footer-box .fc-title h4{
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 34px;
}
.footer-box .fc-text{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin-bottom: 10px;
}
.footer-box a{
    color: #fdc20e;
    display: flex;
    width: 80%;
}
.footer-box a span{
    margin-right: 10px;
}
.footer-box a .fc-text:hover{
    color: #fdc20e;
}
.social-contact{
    width: 40%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
}
.social-contact i{
    color: #fff;
    background-color: #000;
    padding: 5px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.social-contact i:hover{
    color: #141d32;
    background-color: #fdc20e;
}
.footer-box .footer-button{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 55%;
    background: linear-gradient(-83deg, #007dff, #fdc20e);
    padding: 10px 11px 10px 14px;
    border-radius: 22.5px;
}
.footer-box .footer-button a{
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
}
.copyright{
    background-color: #000818;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}


/* Custom Template */
.page-content{
    margin: 60px 0px;
}
.page-content .page-title{
    color: Black;
    font-size: 44px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.page-content .page-description{
    text-align: justify;
    margin: 30px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b9b9b9;
}

.page-content .page-description p {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-decoration: none;
}
.author-info {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    background-color: #efefef;
    overflow: hidden;
    gap: 10px;
    border-radius: 5px;
}
.auth-img-social{
    flex: 0 0 30%;
}
.auth-img-social .author-image img{
    width: 100%;
    border-radius: 100px;
}
.author-details{
    flex: 0 0 70%;
    padding-left: 10px;
}
.author-details h3{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.author-details p{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: justify;
    text-decoration: none;
    margin-bottom: 0px !important;
}

.social-links {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.social-links .social-icon {
    font-size: 1.2em;
    color: #fff;
    padding: 4px 10px;
    border-radius: 100px;
    transition: color 0.3s;
}

.social-links .facebook{
    background-color: #1877F2;
}
.social-links  .twitter{
    background-color: #1DA1F2;
}
.social-links .linkedin{
    background-color: #0077B5;
}
.social-links .instagram{
    background-color: #E1306C;
}

.social-links .whatsapp{
    background-color: #25D366;
}
.social-links .gmail{
    background-color: #D14836;
}
.social-links .skype{
    background-color: #00AFF0;
}
.social-links .social-icon:hover {
    transform: scale(1.2);
}

@media (max-width: 1366px) {
    .hero{
        height: auto;
        padding: 40px 0px;
    }
    .footer-box .footer-button{
        width: 55%;
    }
    .footer-box .footer-button a{
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .hero{
        height: auto;
        padding: 40px 0px;
    }
    .footer-box .footer-button{
        width: 55%;
    }
    .footer-box .footer-button a{
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    /* Top Bar Css */
    .top-bar{
        height: 55px !important;
    }
    .top-bar .container{
        height: 55px;
    }
    .top-bar-box ul li{
        font-size: 12px;
    }
    .top-bar-box ul li p{
        font-size: 12px;
    }

    /* Header Css - desktop */
    .header-body{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-body .logo{
        flex: 0 0 15%;
    }
    .header-body .logo a img{
        width: 80%;
    }
    .header-body .menu{
        flex: 0 0 60%;
        margin-top: 36px;
    }
    .header-body .est-button{
        flex: 0 0 20%;
        text-align: right;
    }
    .menu ul.nav-menu li{
        padding: 0px 14px 36px 14px;
        font-size: 12px;
    }
    .menu ul.nav-menu li:hover{
        padding: 0px 14px 34px 14px;
    }
    .menu ul.nav-menu li.active{
        padding: 0px 14px 34px 14px;
    }
    .menu ul.nav-menu li a{
        font-size: 12px;
    }
    .est-button .est-btn-box{
        width: fit-content;
        background: linear-gradient(-83deg, #007dff, #fdc20e);
        padding: 8px 11px 8px 14px;
    }
    .est-button .est-btn-box a{
        font-size: 12px;
    }
    .est-button .est-btn-box a span{
        padding-right: 10px;
    }

    /* Hero Section Css */
    .hero{
        height: auto;
        padding: 40px 0px;
    }
    .hero-content h2{
        font-size: 44px;
    }
    .hero-content p{
        font-size: 20px;
    }

    /* Slider CSS */
    .slider {
        position: relative;
        width: 100%;
        max-width: 400px;
        margin: auto;
        overflow: hidden;
    }

    /* Footer Section CSS */
    .footer{
        width: 100%;
        background-color: #020e28;
        padding: 35px 0px 20px 0px;
    }
    .footer-logo{
        width: 100%;
        margin-bottom: 35px;
    }
    .footer-details {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .footer-box{
        flex: 0 0 50%;
    }
    .footer-box .fc-title h4{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-box .fc-text{
        font-size: 12px;
    }
    .footer-box .footer-button{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 35%;
        background: linear-gradient(-83deg, #007dff, #fdc20e);
        padding: 10px 11px 10px 14px;
        border-radius: 22.5px;
    }
    .footer-box .footer-button a{
        font-size: 12px;
    }
    .author-info {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 10px 10px;
        background-color: #efefef;
        overflow: hidden;
        gap: 10px;
        border-radius: 5px;
    }
    .author-info h3{
        text-align: center;
    }
    .author-info .author-image{
        display: flex;        
        justify-content: center; 
        align-items: center;
    }
    .author-info .author-image img{
        width: 70%;
        border-radius: 100%;
    }
    .page-content{
        margin: 40px 0px;
    }
    .page-content .page-title{
        color: Black;
        font-size: 34px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }

    .page-content .page-description{
        text-align: justify;
        margin: 15px 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #b9b9b9;
    }
}

@media (max-width: 768px) {
    /* Header CSS */
    .menu, .est-button{
        display: none;
    }
    .hamburger {
        display: flex;
    }
    header{
        padding: 15px 0px;
    }
    .header-body .logo {
        flex: 0 0 20%;
    }
    .header-body .logo a img {
        width: 100%;
    }

    /* Hero Section Css */
    .hero{
        height: auto;
        padding: 60px 0px;
    }
    .hero-content h2{
        font-size: 36px;
    }
    .hero-content p{
        width: 95%;
        font-size: 20px;
    }

    /* Slider CSS */
    .slider {
        position: relative;
        width: 100%;
        max-width: 360px;
        margin: auto;
        overflow: hidden;
    }

    /* Footer Section CSS */
    .footer{
        width: 100%;
        background-color: #020e28;
        padding: 35px 0px 20px 0px;
    }
    .footer-logo{
        width: 100%;
        margin-bottom: 35px;
    }
    .footer-details {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .footer-box{
        flex: 0 0 50%;
    }
    .footer-box .fc-title h4{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-box .fc-text{
        font-size: 12px;
    }
    .footer-box .footer-button{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 48%;
        background: linear-gradient(-83deg, #007dff, #fdc20e);
        padding: 10px 11px 10px 14px;
        border-radius: 22.5px;
    }
    .footer-box .footer-button a{
        font-size: 12px;
    }
    .author-info {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 10px 10px;
        background-color: #efefef;
        overflow: hidden;
        gap: 10px;
        border-radius: 5px;
    }
    .author-info h3{
        text-align: center;
    }
    .author-info .author-image{
        display: flex;        
        justify-content: center; 
        align-items: center;
    }
    .author-info .author-image img{
        width: 70%;
    }

    .page-content{
        margin: 40px 0px;
    }
    .page-content .page-title{
        color: Black;
        font-size: 30px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }

    .page-content .page-description{
        text-align: justify;
        margin: 15px 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #b9b9b9;
    }

}
@media (max-width: 426px) {
    .container{
        width: 90% !important;
    }
    /* Top Bar CSS */
    .top-bar{
        display: none;
    }

    /* Header CSS */
    .menu, .est-button{
        display: none;
    }
    .hamburger {
        display: flex;
    }
    header{
        padding: 15px 0px;
    }
    .header-body .logo {
        flex: 0 0 20%;
    }
    .header-body .logo a img {
        width: 100%;
    }
    
    /* Hero Section */
    .hero{
        height: auto;
        padding: 50px 0px;
    }
    .hero-box{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    .hero-content, .hero-slider{
        flex: 0 0 100%;
        text-align: center;
    }
    .hero-content h2{
        font-size: 34px;
    }
    .hero-content p{
        width: 100%;
        font-size: 18px;
    }

    /* Slider CSS */
    .slider {
        position: relative;
        width: 100%;
        max-width: 370px;
        margin: auto;
        overflow: hidden;
    }

    /* Footer Section CSS */
    .footer-logo{
        margin-bottom: 45px;
    }
    .footer-details {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        flex-direction: column;
    }
    .footer-box{
        flex: 0 0 100%;
        margin-bottom: 0px;
    }
    .footer-box .fc-title h4{
        font-size: 16px;
        margin-bottom: 14px;
    }
    .footer-box .fc-text{
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-box a{
        width: 100%;
    }
    .footer-box a span{
        margin-right: 10px;
    }
    .footer-box .footer-button{
        width: 42%;
    }
    .footer-box .footer-button a{
        font-size: 14px;
    }
    .copyright{
        font-size: 10px;
    }
    .author-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 10px 10px;
        background-color: #efefef;
        overflow: hidden;
        gap: 10px;
        border-radius: 5px;
    }
    .author-info h3{
        text-align: center;
    }
    .author-info .author-image{
        display: flex;        
        justify-content: center; 
        align-items: center;
    }
    .author-info .author-image img{
        width: 70%;
    }

    .page-content{
        margin: 40px 0px;
    }
    .page-content .page-title{
        color: Black;
        font-size: 24px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }

    .page-content .page-description{
        text-align: justify;
        margin: 15px 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #b9b9b9;
    }
}

@media (max-width: 376px) {
    .container{
        width: 90% !important;
    }
    /* Top Bar CSS */
    .top-bar{
        display: none;
    }

    /* Header CSS */
    .menu, .est-button{
        display: none;
    }
    .hamburger {
        display: flex;
    }
    header{
        padding: 15px 0px;
    }
    .header-body .logo {
        flex: 0 0 20%;
    }
    .header-body .logo a img {
        width: 100%;
    }
    
    /* Hero Section */
    .hero{
        height: auto;
        padding: 50px 0px;
    }
    .hero-box{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    .hero-content, .hero-slider{
        flex: 0 0 100%;
        text-align: center;
    }
    .hero-content h2{
        font-size: 34px;
    }
    .hero-content p{
        width: 100%;
        font-size: 18px;
    }

    /* Slider CSS */
    .slider {
        position: relative;
        width: 100% !important;
        max-width: 280px;
        margin: auto;
        overflow: hidden;
    }

    /* Footer Section CSS */
    .footer-logo{
        margin-bottom: 45px;
    }
    .footer-details {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        flex-direction: column;
    }
    .footer-box{
        flex: 0 0 100%;
        margin-bottom: 0px;
    }
    .footer-box .fc-title h4{
        font-size: 16px;
        margin-bottom: 14px;
    }
    .footer-box .fc-text{
        font-size: 12px;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-box a{
        width: 100%;
    }
    .footer-box a span{
        margin-right: 10px;
    }
    .footer-box .footer-button{
        width: 42%;
    }
    .footer-box .footer-button a{
        font-size: 12px;
    }
    .copyright{
        font-size: 10px;
    }

    .author-info {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 10px 10px;
        background-color: #efefef;
        overflow: hidden;
        gap: 10px;
        border-radius: 5px;
    }
    .author-info h3{
        text-align: center;
    }


    /* Custom Template */
    .page-content{
        margin: 40px 0px;
    }
    .page-content .page-title{
        color: Black;
        font-size: 24px;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
    }

    .page-content .page-description{
        text-align: justify;
        margin: 15px 0px;
        padding-bottom: 15px;
        border-bottom: 1px solid #b9b9b9;
    }
}