@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');



html {
    scroll-behavior: smooth;
  }



body
{
    font-family: "DM Sans", serif;


}

header
{
    padding: 10px 0px;
}

ul.navbar-nav li a {
    font-size: 0.92rem;
    color: #333;
    padding: 0px 13px !important;
}

ul.navbar-nav li .active
{
    color:#fa6800!important;
}

a.get-btn {
    background: #f56a00;
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 47px;
    font-weight: 500;
    /* box-shadow: rgb(240 108 0) 0px 48px 100px 0px; */
    box-shadow: rgb(236 212 197) 0px 20px 25px -5px, rgb(225 108 0) 0px 10px 10px -5px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.2s;
}



a.get-btn:hover
{
        color: #fff;
        background-color: #000;
        transform: translateY(-3px);
        -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
        box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
        text-decoration: none;
    
}




.banner-area
{
    background-color: #fff9f3;
    padding: 60px 0px;
    padding-bottom: 120px;
}

.banner-text h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

.banner-text h3 {
    font-size: 1.5rem;
    color: #f06c00;
}

.banner-text p {
    margin-bottom: 30px;
}

.learn-btn
{
    background: #f56a00;
    color: #fff;
    text-decoration: none;
    padding: 15px 32px;
    border-radius: 47px;
    font-weight: 500;
    /* box-shadow: rgb(240 108 0) 0px 48px 100px 0px; */
    box-shadow: rgb(236 212 197) 0px 20px 25px -5px, rgb(225 108 0) 0px 10px 10px -5px; 
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.2s;
}

.learn-btn:hover
{
    color: #fff;
    background-color: #000;
    transform: translateY(-3px);
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.banner-img img
{
border-radius: 16px;
border: 8px solid #fff;
box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}


.about-section {
    margin-top: -100px;
    position: relative;
}





.about-section
{
    margin-top: -60px;
    position: relative;
}

.ab-row
{
    background: #000000;
    padding: 50px 50px;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ab-box {
    background: #fff;
    padding: 34px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #eee;
}

.ab-box h3 {
    font-size: 25px;
    font-weight: 500;
}



.ab-box p {
    font-size: 16px;
    font-weight: 400;
    padding-right: 0px;
    color: #333;
    margin-bottom: 0px;
}


.ab-box img {
    width: 60px;
    margin-bottom: 15px;
    background: #fff9f2;
    padding: 11px;
    border-radius: 9px;
}

.title-left h4 {
    color: #f06c00;
    font-size: 20px;
    /* text-transform: uppercase; */
}

.title-left h2 {
    font-size: 2.2rem;
    color: #0a0a0a;
    font-weight: 400;
}


a.about-btn {
    text-decoration: none;
    border: 1px solid #f06c00;
    color: #f06c00;
    padding: 12px 36px;
    border-radius: 47px;
}

a.about-btn:hover
{
    background-color: #f06c00;
    color: #fff;
}

.service-section
{

    padding: 60px 0px;
}

.service-box {
    border: 1px solid #ebe6e6;
    /* border-bottom: 1px solid #ebe6e6; */
    padding: 34px;
    background: #fff;
    text-align: left;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.2s;
}

.service-box:hover
{
    transform: translateY(-3px);
    border: 1px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    
}



.no-border
{

    border-bottom:0px ;
}

.no-border-right
{
    border-right: 0px;
}

.service-box img {
    width: 80px;
    /* background: #fff9f2; */
    padding: 12px;
    border-radius: 9px;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.service-box h3 {
    color: #000;
    font-size: 23px;
    margin-top: 6px;
}

.service-box p {
    color: #5b5b5b;
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 26px;
}



.service-box a {
    background: #f06c00;
    color: #fff;
    padding: 11px 26px;
    border-radius: 41px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-duration: 0.2s;
}

.service-box a:hover
{
    transform: translateY(-3px);
}


.howit-works
{
    background-color: #fff9f2;
    padding: 80px 0px;
}

.steprow {
    border: 1px dashed #a5a6aa;
    position: relative;
}


.steprow::before {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    left: -2px;
    top: -10px;
    content: '';
    border-radius: 49px;
    border: 3px solid #ec6e00;
}


.steprow::after{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    right: -2px;
    top: -10px;
    content: '';
    border-radius: 49px;
    border: 3px solid #ec6e00;
}

.step-box
{
    text-align: center;
}


.step-lines {
    width: 2px;
    height: 60px;
    border: 1px dashed #a5a6aa;
    margin: 0px auto;
}

.step-box h3 {
    background: #e87000;
    color: #fff;
    padding: 9px 20px;
    width: fit-content;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0px auto;
    border-radius: 5px;
    font-weight: 600;
}


.step-box img {
    width: 130px;
    margin: 20px 0px;
}

.step-box h1 {
    font-size: 20px;
    font-weight: 600;
}

.team-section {
    padding: 60px 0px;
}

.team-box img {
    border-radius: 16px;
    margin-bottom: 16px;
}

.team-box h3 {
    font-size: 19px;
    margin-bottom: 1px;
}

.team-box p {
    margin-bottom: 0px;
}


























footer {
    background: #000000;
    padding: 60px 0px;
    padding-bottom: 0;
}



.footer-copyright .row {
    border-top: 1px dashed #98999b;
    padding: 30px 0px;
    margin-top: 40px;
}

.footer-copyright p {
    color: #fff;
    margin-bottom: 0px;
}

.footer-widget h3 {
    color: #fff;
    font-size: 20px;
}

ul.f-menu {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    margin-top: 20px;
}

ul.f-menu li a {
    color: #b8c7eb;
    text-decoration: none;
    font-size: 0.92rem;
}

ul.f-menu li a:hover
{
    color: #e87000;
}

ul.f-menu li {
    padding: 6px 0px;
}

.footer-widget p {
    color: #fff;
    font-size: 0.92rem;
    margin-top: 20px;
    line-height: 26px;
}

.footer-widget .social-media li a {
    color: #fff;
    font-size: 22px;
}

.footer-widget .social-media {
    display: flex;
    list-style: none;
    gap: 16px;
    margin-bottom: 0px;
    justify-content: end;
}

.footer-widget .social-media {
    display: flex;
    list-style: none;
    gap: 16px;
    margin-bottom: 0px;
}



ul.info-list {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}


  .info-list li {
    display: flex;
    margin-bottom: 25px;
  }

  .info-list li i {
    width: 40px;
    height: 40px;
    /* background: #3b4d6d; */
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 11px;
}

  .add-info {
    text-align: left;
  }

  .add-info b {
    color: #fff;
  }


  .add-info p {
    margin-bottom: 0px;
    color: #727272;
    margin-top: 0px;
}

.add-info p a {
    color: #aeb9cc;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}


.footer-top {
    text-align: left;
    padding-bottom: 23px;
    border-bottom: 1px dashed #98999b;
    margin-bottom: 40px;
}

.footer-top h3 {
    color: #fff;
    font-size: 2.8rem;
}


.footer-top h3 span{
    color: #e87000;
   
}




.breadcumb {
    width: 100%;
    background-image: url(../assets/img/breadcum-bg.webp);
    background-size: cover;
    background-position: center center;
    padding: 140px 0px;
    position: relative;
}

.breadcumb::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
}

.breadcumb h3 {
    color: #fff;
    text-align: center;
    z-index: 1;
    font-size: 3rem;
}






/* Gallery Css */

.gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .gallery-img:hover {
    transform: scale(1.05);
  }

  .modal-img {
    width: 100%;
    border-radius: 10px;
  }


  /* Contact CSS */

  .single-adderss-block {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 10px 60px 0px #0510360D;
    border: 1px solid #eee;
}

.single-adderss-block h3 {
    font-size: 1.4rem;
}

.single-adderss-block ul li i {
    background: #f06c00 !important;
}

ul.social-section {
    list-style: none;
    padding-left: 0px;
    display: flex;
}

ul.social-section li a {
    width: 40px;
    height: 40px;
    background-color: #f06c00;
    display: block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 64px;
}

ul.social-section li a i{
    background: none!important;
}

form.contact-page {
    background: #000000;
    padding: 40px;
    border-radius: 0px;
}

form.contact-page h3 {
    /* font-family: 'BigMoore'; */
    font-size: 2.5rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.Contact-box-form p {
    color: #fff;
}

.Contact-box-form form input {
    width: 100% !important;
    background: #fff;
    border: 0px;
    /* border-bottom: 1px solid #f3e6e3; */
    padding: 14px 16px;
    border-radius: 0px;
    margin-bottom: 10px;
}

.Contact-box-form form textarea {
    width: 100% !important;
    background: #fff;
    border: 0px;
    /* border-bottom: 1px solid #f3e6e3; */
    padding: 28px 16px;
    border-radius: 0px;
    margin-bottom: 10px;
    height: 130px;
    padding-top: 10px;
}

.Contact-box-form form button {
    width: 100%;
    padding: 16px 0px;
    background-color: #ec6e00;
    border: 2px solid #ec6e00;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}


/* Event Css */

.news-box {
    position: relative;
    border: 1px solid #eee;
    border-radius: 0px 0px 10px 10px;
}

.news-img {
    position: relative;
}
.news-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: -webkit-linear-gradient(90deg, #121315 0%, rgba(18, 19, 21, 0) 100%); */
}

.blog-date {
    position: absolute;
    top: 30px;
    right: 17px;
    background-color: #f56a00;
    padding: 13px 15px 8px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blog-date p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}

.blog-date p span {
    font-weight: 700;
}

.box-content {
    padding: 10px 20px;
}

.blog-content {
    margin-top: 15px;
}

.tag {
    position: relative;
    display: inline-block;
    background-color: #333;
    padding: 3px 13px;
    border-radius: 4px;
    font-size: 13px;
}

.tag p {
    margin-bottom: 0;
    color: #fff;
}

.blog-content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
}


.blog-content h3 a {
    color: #000;
    text-decoration: none;
}


.blog-comnt-arrow {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    align-items: center;
}

.comnt-box {
    color: #333;
    font-size: 14px;
}

.comnt-box i {
    color: #f56a00;
    font-size: 18px;
    margin-right: 3px;
}

.blog-arrow a {
    background: #fff;
    display: block;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
    color: #e47200;
    font-size: 16px;
}

.blog-arrow a i {
    color: #f56a00;
    margin-left: 3px;
}




@media only screen and (max-width: 768px) {

    .banner-text h1 {
        font-size: 2.1rem;
       
    }


    .banner-img
    {
        margin-top: 40px;
    }

    .ab-box
    {
        margin-bottom: 15px;
    }

    .service-box{margin-bottom: 15px;}
    .team-box{margin-bottom: 15px;}

    .news-box{margin-bottom: 15px;}
}