@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
}

body {
    font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

.img-responsive {
    width: 100%;
    height: auto;
}


#navbar {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
}

#navbar .nav-item {
    padding: 7px 10px;
    transition: .3s all;
}

#navbar .nav-link {
    transition: .3s all;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 19.2px;
}

#navbar .nav-link:hover {
    transition: .3s all;
    color: #000000;
    background-color: #FFC3000D;
    border-bottom: 2px solid#FFC300;
    padding: 10px;
    width: fit-content;
}

#navbar .active {
    background-color: #FFC3000D;
    border-bottom: 2px solid#FFC300;
    padding: 10px;
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

.home_banner {
    padding-top: 62px;
    margin-bottom: 100px;
    position: relative;
    background-image: url(./images/bgg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home_banner-left {
    padding-top: 50px;
    padding-right: 50px;
}

.eclips-img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.effect-img {
    position: absolute;
    top: 10px;
    left: 500px;
}

.home_banner-left-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 20px;
}

.home_banner-left p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

.carder{
    overflow:hidden;
    cursor:pointer;
    border-radius: 10px;
}
.img_carder{
    width:100%;
    transition:all 0.3s ease-in-out;
    border-radius: 10px;
}
.carder:hover .img_carder{
    transform:scale(1.1);
    filter:brightness(0.7);
    border-radius: 10px;
}

.home_banner-left-btns {
    display: flex;
    gap: 20px;
    align-items: center;
}

.home_banner-left-btns-mobile {
    display: flex;
    gap: 20px;
    align-items: center;
    display: none;
}

.btn_pry button {
    border: none;
    outline: none;
    background-color: #FFC300;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    transition:all 0.3s ease-in-out;
}

.btn_pry button:hover {
    font-weight: 500;
    font-size: 18px;
    color: #FFC300;
    border: 1px solid #FFC300;
    background-color: transparent;
    transition:all 0.3s ease-in-out;
}

.btn_sec button {
    border: none;
    outline: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    transition:all 0.3s ease-in-out;
}

.btn_sec button:hover {
    font-weight: 500;
    font-size: 18px;
    transition:all 0.3s ease-in-out;
}

.btn_sec button span {
    color: #FFC300;
    margin-left: 10px;
}

.home-bg {
    position: absolute;
    top: 0px;
    left: 0px;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 500;
    font-size: 16px;
    color: #FFC300;
}

.fixed_socials {
    position: fixed;
    top: 150px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.fixed_socials-icon {
    background-color: #FFC300;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.fixed_socials-icon a {
    color: #FFFFFF;
}

.fixed_socials-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.home_counts {
    background-color: #FFC3000D;
    padding-top: 37px;
    padding-bottom: 39px;
}

.home_counts-row-count {
    display: flex;
    font-weight: 600;
    font-size: 50px;
    line-height: 48px;    
    margin-bottom: 10px;
}

.home_counts-row p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.home_counts-row2 {
    border-left: 1px solid #FFC300;
    border-right: 1px solid #FFC300;
    padding-left: 50px;
}

.home_counts-row {
    color: #FFC300;
    transition: opacity 0.3s ease;
}

.home_counts-row2 {
    color: #FFC300;
    transition: opacity 0.3s ease;
}

.home_counts-row2 p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.home_counts-row2:hover {
    opacity: 0.5;
    cursor: pointer;
}

.home_counts-row:hover {
    opacity: 0.5;
    cursor: pointer;
}

.what_i_do {
    background-image: url(./images/eclips.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 100px;
    padding-bottom: 63px;
    position: relative;
}



.side-effectL {
    position: absolute;
    top: 30px;
}

.side-effectR {
    position: absolute;
    bottom: 30px;
    right: 80px;
}

.what_i_do-left-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 20px;
}

.what_i_do-left p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
}

.what_i_do-right-head {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.what_i_do-right p {
    font-weight: 400;
    font-size: 14px;
}

.what_i_do-right-icon {
    color: #FFC300;
    margin-bottom: 10px;
}

.what_i_do-right-row1 {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 50px 0px #00000008;
    border-radius: 5px;
    padding: 21px 15px;
    margin-bottom: 28px;
}

.what_i_do-right-row1:hover {
    border: 1px solid #FFC300;
    cursor: pointer;
    box-shadow: 5px 0px 100px 0px #F7F7F780;
}

.what_i_do-right-row2 {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 50px 0px #00000008;
    border-radius: 5px;
    padding: 21px 15px;
    margin-top: 28px;
}

.what_i_do-right-row2:hover {
    border: 1px solid #FFC300;
    cursor: pointer;
    box-shadow: 5px 0px 100px 0px #F7F7F780;
}

.who-is-lu {
    background-color: #FFC30008;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

.who-is-lu-right-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 10px;
    color: #0B0C0C;
}

.who-is-lu-right-sub {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    margin-bottom: 10px;
    color: #323433;
}

.who-is-lu-right p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.who-is-lu-left {
  position: relative;
  border: 5px solid transparent; 
  border-radius: 8px;
  height: 100%;
}

.who-is-lu-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #FFC300;
  border-radius: 8px;
  backdrop-filter: blur(20px);
  z-index: -1;
}

.who-is-lu-left-img {
    position: absolute;
    top: -40px;
}

.who-is-lu-left-img img {
    height: 100%;
}

.carderlu {
    overflow:hidden;
    cursor:pointer;
}

.img_carderlu {
    width:100%;
    transition:all 0.3s ease-in-out;
}

.carderlu:hover .img_carderlu {
    transform:scale(1.05);
}

.inner-banner {
    background-image: url(./images/inner-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 108px;
    padding-bottom: 104px;
    color: #FFFFFF;    
    margin-bottom: 100px;
}

.inner-banner-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    border-bottom: 4px solid #FFFFFF;
    text-shadow: 0px 10px 40px 0px #00000040;    
}

.inner-banner-text {    
    display: flex;
    align-items: center;
    justify-content: center;
}

.expertise_body {
    position: relative;
    margin-bottom: 100px;
}

.side-effectL2 {
    position: absolute;
    left: 0;
}

.expertise_body-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 20px;
    color: #0B0C0C;
}

.expertise_bodyP {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.expertise_body-row1 {
    background-color: #FFC300;
    box-shadow: 0px 10px 50px 0px #00000008;
    border-radius: 5px;
    padding: 21px 10px;
    margin-bottom: 28px;
    color: #FFC300;
}

.expertise_body-row {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 50px 0px #00000008;
    border-radius: 5px;
    padding: 21px 10px;
    margin-bottom: 28px;
}

.expertise_body-row:hover {
    border: 1px solid #FFC300;
    cursor: pointer;
    box-shadow: 5px 0px 100px 0px #F7F7F780;
}

.expertise_body-row p {
    font-weight: 400;
    font-size: 14px;
    color: #323433;
}

.footer {
    background-color: #BB920D;
    padding-top: 51px;
    padding-bottom: 30px;
    color: #FFFFFF;
}

.footer-row2 ul li {
    list-style: none;
    line-height: 50px;
}

.footer-row2 ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.footer-row2 ul li a:hover {
    color: #0B0C0C;
}

.footer-row1-logo {
    margin-bottom: 24px;
}

.footer-row1 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.footer-row2 {
    margin-top: 30px;
}

.footer-copy {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    border-top: 1px solid #FFFFFF4D;
    padding-top: 20px;
}

.footer-copy-left {
    font-weight: 400;
    font-size: 14px;
}

.footer-copy-right-icons a {
    color: #FFFFFF;
    margin-right: 5px;
}

.contact-body-left {
    padding-right: 50px;
}

.contact-body-left-box {
    display: flex;
    gap: 20px;
    background-color: #FFC30008;
    padding: 32px;
    border-radius: 5px;
    margin-bottom: 24px;
}

.contact-body-left-boxR-sub {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-body-left-boxR-head {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.contact-body-left-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #132238;
    margin-bottom: 24px;
}

.contact-body-left p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
}

.contact-body-right {
    box-shadow: 0px 10px 40px 0px #0000000D;
    padding: 40px 30px;
    border-radius: 10px;
}

.contact-body-right-head {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
    color: #132238;
}

.contact-body-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 36px;
    color: #424E60;
}

.contact-body-right-form-box {
    border: 1px solid #E6E8EB;
    border-radius: 4px;
    padding: 12px 18px;
    margin-bottom: 16px;
}

.contact-body-right-form-box input {
    outline: none;
    border: none;
    width: 100%;
}

.contact-body-right-form-box .form-select {
    outline: none;
    border: none;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.contact-body-right-form-box input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.contact-body-right-form-box textarea {
    outline: none;
    border: none;
    width: 100%;
}

.contact-body-right-form-box textarea::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.my_journey {
    background-color: #FFC3000D;
    padding-top: 40px;
    padding-bottom: 47px;
    margin-bottom: 100px;
}

.my_journey-right-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 30px;
    color: #0B0C0C;
}

.my_journey-right-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.my_journey-right-row-left {
    background-color: #FFC300;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    padding: 13px 18px;
    border-radius: 5px;
    height: fit-content;
}

.my_journey-right-row-right-head {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    color: #323433;
}

.my_journey-right-row-right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #323433;
}

.my_journey-right-row-dot {
    color: #323433;
    margin-top: 10px;
}

.my_journey-right-rows {
    position: relative;
}

.jLine {
    position: absolute;
    top: 100px;
    left: 122px;
}

#r-dot1 {
    margin-left: -4px;
}

.ach-cert-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    color: #0B0C0C;
    margin-bottom: 40px;
}

.ach-cert {
    margin-bottom: 100px;
}

.slick-slide {
    margin: 0px 20px;
}

/* .slick-slide img {
    width: 100%;
} */

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.what-people-say-left {
    padding-right: 50px;
}

.what-people-say-left-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 20px;
    color: #0B0C0C;
}

.what-people-say-left p {
    font-weight: 400;
    font-size: 18px;
    color: #323433;
    margin-bottom: 48px;
}

.what-people-say {
    margin-bottom: 69px;
    position: relative;
}

.side-effect-people {
    position: absolute;
    top: 150px;
}

.carderlee{
    overflow:hidden;
    cursor:pointer;
    border-radius: 20px;
}
.img_carderlee{
    width:100%;
    transition:all 0.3s ease-in-out;
    border-radius: 20px;
}
.carderlee:hover .img_carderlee{
    transform:scale(1.1);
    filter:brightness(0.7);
    border-radius: 20px;
}

.latest_blog {
    background-color: #FFC30008;
    padding-bottom: 63px;
    padding-top: 67px;
    position: relative;
    margin-bottom: 100px;
}

.side-effect-blog {
    position: absolute;
    bottom: 70px;
    right: 0;
}

.latest_blog-row-img {
    margin-bottom: 20px;
}

.latest_blog-row-head {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.latest_blog-row p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}

.home_contacts {
    margin-bottom: 100px;
}

.carousel-indicators {
    position: absolute;
    bottom: -70px;
}

.carousel-indicators li {
    background-color: #DFE3E5;
	width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-indicators .active {
    color: #FFC300;
    background-color: #FFC300;
    width: 32px;
    height: 12px;
    border-radius: 13px;
}

/* .carousel-control-next-icon {
    background-color: #BB920D;
}

.carousel-control-prev-icon {
    background-color: #E8F1FC;
    color: #121314;
} */

.carousel-control-prev {
    position: absolute;
    bottom: -350px;
    left: 180px;
}

.carousel-control-next {
    position: absolute;
    bottom: -350px;
    right: 180px;
}

.what-people-say-body {
    background-color: #FFC30008;
    padding: 40px;
    border-radius: 8px;
}

.what-people-say-left .card-body {
    padding: 0;
}

.what-people-say-left .card {
    border: none;
}

.what-people-say-body p {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #121314;
    margin-bottom: 24px;
}

.what-people-say-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #121314;
}

.what-people-say-name span {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #5E6971;
}


/* MEDIA */

@media (max-width: 736px) {  

    .carousel-control-prev {
        position: absolute;
        bottom: -460px;
        left: 80px;
    }
    
    .carousel-control-next {
        position: absolute;
        bottom: -460px;
        right: 80px;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -50px;
    }

    .what-people-say-left {
        margin-bottom: 50px;
    }

    .latest_blog-row {
        margin-bottom: 30px;
    }

    .what-people-say-left {
        padding-right: 0px;
    }
    

    .jLine img {
        height: 250%;
    }

    .contact-body-left {
        padding-right: 0px;
    }

    .footer-copy {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        margin: auto;
        border-top: 1px solid #FFFFFF4D;
        padding-top: 20px;
    }

    .inner-banner {
        background-image: url(./images/inner-banner.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 108px;
        padding-bottom: 104px;
        color: #FFFFFF;    
        margin-bottom: 100px;
    }

    .who-is-lu-left-img {
        position: relative;
        top: 0px;
    }

    .side-effectR {
        position: absolute;
        bottom: 30px;
        right: 20px;
    }
    
    .what_i_do-right-row1 {
        margin-bottom: 20px;
    }
    
    .what_i_do-right-row2 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .what_i_do-left {
        margin-bottom: 30px;
    }

    .home_counts-row2 {
        border-top: 1px solid #FFC300;
        border-bottom: 1px solid #FFC300;
        border-left: none;
        border-right: none;
        padding-left: 0px;
    }

    .btn_sec button span {
        color: #FFC300;
        margin-left: 5px;
    }

    .btn_pry button {
        border: none;
        outline: none;
        background-color: #FFC300;
        padding: 10px 15px;
        border-radius: 5px;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        transition:all 0.3s ease-in-out;
    }
    
    .btn_pry button:hover {
        font-weight: 500;
        font-size: 16px;
        color: #FFC300;
        border: 1px solid #FFC300;
        background-color: transparent;
        transition:all 0.3s ease-in-out;
    }
    
    .btn_sec button {
        border: none;
        outline: none;
        background-color: transparent;
        font-weight: 400;
        font-size: 14px;
        color: #000000;
        transition:all 0.3s ease-in-out;
    }
    
    .btn_sec button:hover {
        font-weight: 500;
        font-size: 16px;
        transition:all 0.3s ease-in-out;
    }

    .home_banner-left-btns-mobile {
        display: flex;
        gap: 10px;
        margin-top: 30px;
    }

    .home_banner-left-btns {
        display: none;
    }

    .home_banner-left-head {
        font-weight: 600;
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 20px;
    }

    .home_banner-left {
        padding-top: 0px;
        padding-right: 0px;
    }

    .eclips-img {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .effect-img {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    
    #navbar .active {
        background-color: #FFC3000D;
        border-bottom: 2px solid#FFC300;
        padding: 10px;
        width: fit-content;
    }
	
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}


