body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: "Syne", sans-serif;
}

p, h2 {
    margin-bottom: 0;
}

p {
    color: #6d6d6d;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.theme-btn {
    background-color: #e4915b;
    color: #000;
    border-radius: 0;
    padding: 12px 24px;
    font-weight: 500;
}

.theme-btn2 {
    background-color: #e4915b;
    color: #ffffff;
    border-radius: 0;
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 6px;
    text-transform: uppercase;
}

.theme-btn2:hover, .theme-btn:hover {
    background-color: #050505;
    color: #fff;
}

.subheading {
    color: #e4915b;
    font-size: 18px;
}

.heading {
    color: #000;
    font-size: 48px;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 22px;
}

.navbar-expand-lg .navbar-collapse {
    gap: 50px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e4915b;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: absolute;
    width: 100%;
    background-color: transparent !important;
}

.banner-sec {
    background-image: url(../images/bannerbg.png);
    padding: 640px 0 40px 0;
    background-color: #00000066;
    background-blend-mode: color;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-sec .heading {
    color: #fff;
    font-size: 68px;
}

.about-item {
    margin-bottom: 30px;
}

.about-cont .about-item {
    display: flex;
    align-items: center;
    gap: 24px;
}


.about-sec img {
    border-radius: 10px;
}

.about-item img {
    background-color: #ebebeb;
    padding: 15px;
}

.about-item:nth-child(2n) img {
    background-color: #050505;
}

.rating-main {
    display: flex;
    align-items: center;
    gap: 30px;
}

.rating-main i {
    color: #ffce00;    
}

.counter {
    border-right: 1px solid #c2c2c27a;
}

.clients-sec img {
    width: 100%;
    filter: grayscale(1);
    transition: all 0.5s;
}

.clients-sec img:hover {
    filter: grayscale(0);
}

.service-item {
    position: relative;
    margin-bottom: 90px;
}

.service-item img {
    border-radius: 10px;
}

.service-details {
    background-color: #050505;
    padding: 20px;
    position: absolute;
    width: 82%;
    height: 205px;
    left: 4%;
    bottom: -70px;
    border-radius: 8px;
}

.service-item h2 {
    color: #fff;
}

.service-item p {
    color: #949494;
    margin-bottom: 6px;
}

.service-btn {
    color: #e4915b;
    text-decoration: none;
}

.process-sec {
    background-image: url(../images/bannerbg.png);
}

.process-main {
    background-color: #fff;
    padding: 80px 30px;
    border-radius: 8px;
}

.process-item {
    margin-top: 40px;
    text-align: center;
    padding: 20px;
}

.process-item img {
    width: 50%;
}

.testi-item {
    margin-bottom: 16px;
    margin-right: 16px;
}

.testimonials-sec .testi-row .testi-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px 0 0 8px;
    margin: 0;
}

.testi-cont {
    background-color: #050505;
    max-height: 386px;
    padding: 40px;
    text-align: left;
    border-radius: 0 8px 8px 0;
}


.testi-cont.dual {
    background-color: #e4915b;
}

.testi-item .col-lg-6 {
    padding: 0;
}


.testi-cont p {
    color: #fff;
    margin-bottom: 14px;
}

.testi-cont h6 {
    color: #fff;
}

.testi-img {
    height: 100%;
}

.cta-sec {
    background-image: url(../images/ctabg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000000b0;
    background-blend-mode: color;
}

.cta-sec .heading {
    color: #fff;
}

.cta-sec p {
    color: #fff;
    margin-bottom: 16px;
}

footer {
    background-color: #050505;
}

footer .link h6 {
    color: #fff;
    font-size: 20px;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    padding: 5px 0;
}

footer ul a {
    color: #6d6d6d;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

footer ul a:hover {
    color: #e4915b;
}

.footer-tag {
    max-width: 80%;
}

footer .fa-circle {
    font-size: 4px;
}

footer .contact i {
    color: #e4915b;
}

.newsletter-footer .heading {
    color: #fff;
    font-size: 24px;
}

.newsletter-footer {
    background-color: #0f0f0f;
    padding: 40px;
    border-radius: 8px;
}

.newsletter-footer .form-control {
    border-radius: 5px;
    padding: 16px 20px;
}

.newsletter-form {
    position: relative;
}

.newsletter-form .btn {
    position: absolute;
    right: 8px;
    top: 4px;
}

.copyright-footer {
    background-color: #0f0f0f;
    padding: 14px 0;
}

.copyright-footer p a {
    color: #6d6d6d;
    text-decoration: none;
}

.social li {
    display: inline-block;
    margin-right: 10px;
}

.social a {
    color: #fff;
}

.owl-carousel .owl-item img {
    width: auto;
    text-align: center;
    margin: 0 auto;
}

.process-item h4 {
    margin-top: 20px;
}

/* page banner */

.page-banner {
    background-image: url(../images/page-banner.jpg);
    background-blend-mode: color;
    background-size: cover;
    background-color: #0000004b;
}

.page-banner-content {
    text-align: center;
    padding: 150px 0 100px;
}

.page-banner-heading {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    font-family: "Syne", sans-serif;
}

.page-banner-breadcrum .breadcrumb {
    justify-content: center;
}

.page-banner-breadcrum .breadcrumb .breadcrumb-item a{
    color: #fff;
    text-decoration: none;
}

.page-banner-breadcrum .breadcrumb .active{
    color: #e4915b;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

/* contact page */

.contact-page-sec {
    
}

.contact-page-sec .contact-page-info {
    display: flex;
    align-items: center;
}

.contact-page-sec .contact-page-info .contact-page-icon {
margin-right: 20px;
padding: 15px 25px;
background: #000;
color: #fff;
border-radius: 5px;
font-size: 40px;
}

.contact-page-sec .contact-page-info .contact-page-icon:hover {
    background: #d6d6d6;
    color: #000;
    transition: 0.5s ease-in-out;
}

.contact-page-sec .contact-page-info .contact-page-content {

}

.contact-page-sec .contact-page-info .contact-page-content h4{
    
}

.contact-page-sec .contact-page-info .contact-page-content a{
    color: #6d6d6d;
    text-decoration: none;
}

.contact-page-sec .contact-page-info .contact-page-content a:hover{
    color: #e4915b;
    transition: 0.5s ease-in-out;
}

.contact-page-form {
    background-color: #f7f6f6;
    padding: 30px 0;
}

.contact-page-form input {
    padding: 15px;
    margin: 0px 0 20px 0;
    width: 100%;
}

/* service page */

.service-page-item {
    margin-bottom: 200px;
    position: relative;
}

.service-page-item img {
    border-radius: 10px;
    width: 100%;
}


.service-page-details {
    background-color: #050505;
    padding: 20px 14px;
    position: absolute;
    width: 92%;
    height: 245px;
    left: 4%;
    bottom: -130px;
    border-radius: 8px;
}

.service-page-item h2 {
    color: #fff;
}

.service-page-item p {
    color: #cdcdcd;
    margin-bottom: 6px;
}

.col-long {
    overflow-y: scroll;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #e4915b;
    border-radius: 10px;
  }

  .process-page-item {
    margin-top: 40px;
    text-align: center;
    padding: 20px;
  }

  .process-page-item h4 {
    margin-top: 20px;
  }

  .contact-page-form input[type='submit'] {
    margin: 0px 0 0 0;
    background-color: #e29060;
}

.about-cont .rating-main {
    margin-top: 20px;
}

.contact-page-form input[type='submit']:hover {
    background-color: #000;
    color: #fff;
    transition: 0.5s ease-in-out;
}

.service-btn:hover {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.audio-sec .sec-title {
    text-align: center;
}

.audio-sec .audio {
    display: flex;
    align-items: center;
    margin-right: 30px;
    justify-content: center;
    background: #e4915b;
    padding: 30px;
    border-radius: 30px;
}

.audio-sec .audio i {
    margin-right: 30px;
    font-size: 30px;
}

.copyright-footer-mubile {
    display: none;
}

.copyright-footer-mubile p a {
    color: #e29060;
    transition: 0.5s ease-in-out;
    text-decoration: none;
}

.copyright-footer-mubile p a:hover {
    color: #fff;
}

.copyright-footer-mubile .social {
    color: #fff;
    margin: 20px 0;
}

.scroll{
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #e29060;
    border-radius: 10px;
  }