*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;  */
}
#toTopBtn{
    padding: 6px 22px;
    font-size: 18px;
    font-family: inherit;
    background-color: transparent;
    border: 2px solid orangered;
    color: orangered;
    font-weight: 400;
    border-radius: 16px;
    cursor: pointer;
}

header{
    width: 100%;
    margin: auto;
    padding: 5px 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.navbar-brand img{
    width: 150px;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-toggler i{
    border: 1px solid #000;
    padding: 0px 5px;
    font-size: 30px;
    border-radius: 5px;
}
.nav-link{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin: 0 15px;
}
.nav-link:hover{
    color: #fc8105;
}

#hero{
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.hero-content h1{
    color: #000;
    font-size: 60px;
}
.hero-content p{
    color: #000;
    font-size: 16px;
}
.hero-btn{
    background-color: #f5cbb5a2;
    color: #fc8105;
    border: 1px solid #fc8105 !important;
    font-weight: 500;
    font-size: 17px;
}
.hero-btn:hover{
    background-color: #fc8105;
    color: #fff;
}
.hero-btn i{
    margin-left: 12px;
}

#toTopBtn{
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 999;
    display: none;
}
#toTopBtn.active{
    display: block;
    animation: toup .4s linear;
}
@keyframes toup {
    0%{
        transform: translateY(100px);
    }
    100%{
        transform: translateY(0px);
    }
}
/* .scroll{
     height: 800vh; 
} */

#features{
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.features-heading{
    text-align: center;
}
.features-heading span{
    background-color: #f5cbb5a2;
    padding: 3px 8px;
    border: 1px solid #fc8105;
    color: #ff8001;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
}
.features-heading h2{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin: 25px 0px;
}
.features-box{
    border: 1px solid #ddd;
    padding: 20px 25px;
}
.svg{
    font-size: 40px;
    margin-bottom: 16px;
}

#faq{
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.faq-heading{
    text-align: center;
    margin-bottom: 40px;
}
.faq-heading span{
    background-color: #f5cbb5a2;
    padding: 3px 8px;
    border: 1px solid #fc8105;
    color: #ff8001;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
}
.faq-heading h2{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin: 25px 0px;
}
.card-link{
    color: #000 !important;
    font-weight: 600;
}
#Portfolio{
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.Portfolio-heading{
    text-align: center;
    margin-bottom: 40px;
}
.Portfolio-heading span{
    background-color: #f5cbb5a2;
    padding: 3px 8px;
    border: 1px solid #fc8105;
    color: #ff8001;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
}
.Portfolio-heading h2{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin: 25px 0px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }

  #pricing{
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.price-content h2{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin-top: 15px;
}
.price-content span{
    background-color: #ea580c1a;
    padding: 3px 8px;
    border: 1px solid #e06d02;
    border-radius: 5px;
    color: #e06d02;
    font-weight: 600;
    text-transform: uppercase;
}
.price-content p{
    font-size: 18px;
    font-weight: 500;
}
.price-content ul li i{
    color: #e06d02;
    font-size: 17px;
}

.price-box{
    background-color: #eeeeee;
    padding: 20px;
    border-radius: 6px;
}

.price-box h6{
    text-transform: uppercase;
    color: #e06d02;
    font-weight: 700;
}
.price-box div{
    font-size: 29px;
    font-weight: 700;
}

.price-box ul li{
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}
.price-box button{
    background-color: #ea580c1a;
    border: 1px solid #e06d02 !important;
    color: #e06d02;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
}
.price-box button:hover{
    background-color: #e06d02;
    color: #fff;
}

#services{
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.service-content span{
    background-color: #f5cbb5a2;
    padding: 3px 8px;
    border: 1px solid #fc8105;
    color: #ff8001;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
}
.service-content p{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
.service-box{
    width: 80%;
    border: 1px solid #dddddd;
    border-radius: 20px;
}
.line{
    border-bottom: 1px solid #dddddd;
}
.service-item{
    padding: 20px;
}
.service-item h3{
    font-size: 24px;
}
.service-item i{
    font-size: 28px;
    color: #8f8e8e;
    border: 1px solid #d0cfcf;
    border-radius: 100%;
    padding: 3px 8px;
    cursor: pointer;
}
.service-item i:hover{
   background-color: #fc8105;
   color: #fff;
   border: currentColor;
}
.service-image{
    width: 100%;
    height: 490px;
    position: relative;
}
.service-image img{
    width: 100%;
    height: 100%;
}
.service-image-content{
    width: 350px;
    height: auto;
    padding: 20px;
    font-weight: 500;
    background-color: #f4f4f5;
    border-radius: 10px;
    position: absolute;
    top: 46%;
    left: -20%;
}
.service-image-content a{
    color: #000 !important;
    font-weight: 500;
}

.swiper{
    align-items: center;
    justify-content: space-around;
    display: flex;
    padding: 20px 0 !important;
}

#Since-From{
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.Since-From-heading{
    text-align: center;
    margin-bottom: 40px;
}
.Since-From-heading span{
    background-color: #f5cbb5a2;
    padding: 3px 8px;
    border: 1px solid #fc8105;
    color: #ff8001;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
}
.Since-From-heading h2{
    color: #000;
    font-size: 54px;
    font-weight: 500;
    margin: 25px 0px;
}
.Since-From-heading p{
    font-size: 16px;
    font-weight: 500;
    color: #8f8e8e;
}
.Since-From-10k-120k{
    justify-content: space-between;
}
.Since-From-10k {
    gap: 32px;
}
.Since-From-10k h4{
    font-size: 54px;
    font-weight: 600;
}
.Since-From-10k p{
    font-size: 18px;
    font-weight: 500;
    color: #161616;
}
.Since-From-120k {
    gap: 32px;
}
.Since-From-120k h4{
    font-size: 54px;
    font-weight: 600;
}
.Since-From-120k p{
    font-size: 18px;
    font-weight: 500;
    color: #161616;
}
.scienceFrom-img{
    width: 100px;
    height: 100px;
}
.scienceFrom-img img{
    border-radius: 100px;
    padding: 10px;
}
.scienceFrom-content{
    padding: 34px 20px;
}
.scienceFrom-content h4{
    font-size: 20px;
    font-weight: 600;
    color: #161616;
}
.scienceFrom-slide p{
    font-size: 16px;
    font-weight: 700;
    color: #776e6e;
    padding: 10px 16px;
}
.scienceFrom-slide ul{
    list-style: none;
    padding: 0px 26px;
}
.scienceFrom-slide ul li{
    display: inline-block;
    color: gold;
}

#blog{
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.blog-heading{
    text-align: center;
    margin-bottom: 40px;
}
.blog-heading span{
    background-color: #f5cbb5a2;
    padding: 3px 8px;
    border: 1px solid #fc8105;
    color: #ff8001;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
}
.blog-heading h2{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin: 25px 0px;
}
.blog-content1{
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 5px 8px;
}
.blog-content1 h3{
    font-size: 18px;
    font-weight: 600;
}
.blog-content1 p{
    font-size: 16px;
    font-weight: 500;
    color: #8f8e8e;
}
.blog-content1 a{
    color:#161616 !important;
    font-weight: 700;
}

footer{
    width: 100%;
    margin: auto;
    padding: 50px 0;
}
.footer-info img{
    width: 164px;
}
.footer-info p{
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.footer-info-email-container {
    display: flex;
    align-items: center; 
    border: 1px solid #ccc; 
    padding: 10px; 
    border-radius: 5px; 
    background-color: #ececec;
}
.footer-info-email-container input[type="email"] {
    border: none; 
    outline: none; 
    padding: 5px; 
    flex-grow: 1; 
    min-width: 0; 
    width: 100%;
    background-color: transparent;
}
.footer-info-email-container button {
    background-color: #fccfa2; 
    color: #fc8105; 
    border: none; 
    padding: 5px 10px; 
    margin-left: 5px; 
    border-radius: 5px; 
    cursor: pointer; 
    width: 64px;
    font-size: 20px;
    font-weight: 800;
}
.footer-info-email-container button:hover {
    color: #e0e0e0; 
    background-color: #e06d02;
}
.col-sm-4-h6{
    font-size: 18px;
    font-weight: 700;
}
.company-content li{
    padding:  11px 0;
}
.company-content a{
    color: #776e6e;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.company-content a:hover{
    color: #161616;
    font-size: 16px;
    font-weight: 700;
}
.socialMedia-content li{
    padding:  8px 0;
    font-size: 16px;
    font-weight: 700;
}
.socialMedia-content li svg{
        font-size: 40px;
        color: #000 !important;
        border: 1px solid #d0cfcf;
        border-radius: 10px;
        padding: 3px 8px;
        cursor: pointer;
}
.socialMedia-content li svg:hover{
    font-size: 40px;
    color: #ffffff !important;
    background-color: #e06d02;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 3px 8px;
    cursor: pointer;
}
.socialMedia-content li a{
    padding: 0 10px;
}
.LegalPress-content ul li a{
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    /* padding: 200px 0 !important; */
}

