@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
 

 body {
 font-family: "Inter", serif;
  overflow-x: hidden;
     
    }

 h1, h2{
font-family: "Inter", serif;

  /*  font-family: "Quicksand", sans-serif;
 font-family: "Plus Jakarta Sans", sans-serif;*/
 } 

p {
        margin-top: 0;
    margin-bottom: 2rem;
    color: #666;
    line-height: 28px;
    font-size: 16px;
}
::placeholder {
    color: #222;
    font-size: 15px;
}
.blog-top .feather {
    color: #f9b220;
    font-size: 15px;
}
a:hover {
    color: #0CA3AB;transition: .3s;
}
.containe{
    max-width: 1400px;
   
}
.topheader {
    height: 35px;
    background: #111;
    padding: 5px;
}

.top-info {
    float: right;
    margin: 0;
    padding: 0;
}
.top-info li i {
    margin-right: 3px; color : #ddd;position: relative;top: 1px;
}
.top-info li {
    float: left;
    list-style: none;
    margin-left: 60px;
    color: #ddd;
    font-size: 15px;position: relative;
    top: 2px;
}
.top-info li a{
    color : #ddd;text-decoration: none;
}
.consult-bar {
    margin-left: 10px;
}
.consult-bar a {
    color: #fff;text-decoration: none;
}
   
     .consult-bar  h6 {
    font-size: 1rem;
    font-weight: 700;
}
   .consult-bar .btn-consult:hover  i{
    transform: translateX(2px);
}
.consult-bar {
    display: flex;margin-bottom: 0; padding: 0
}
.consult-bar i {
   font-size: 16px;
    position: relative;
    color: #fff;
}
.consult-bar li {
    list-style: none;
    margin: 5px 30px;
    display: flex;
}

.consult-bar .img-wrapper i {
 color: #fff2f2;
    background: #c7a04b;
    line-height: 3;
    padding: 15px 16px 14px;
    border-radius: 50%;
    outline: 3px solid #a97f296b;
    margin-right: 18px;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.consult-bar  {
   color: #fff;text-decoration: none;
}
.consult-bar p {
    margin-bottom: 0;
    font-size: 15px;
    color: #888;
}


.bg-dark-gray {
    border-radius: 100%;
    top: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
    margin-left: 5px;
    background: #161616;
    padding: 5px 7px;
    transition: all ease .3s;
    position: relative;
    left: 26px;
    margin-left: 2px;
}

.hvr-bounce-to-top:before {
    background:#c9aa67;
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}



        /* Navigation Bar */
        .navbar {
           box-shadow: none;
    padding: 8px 35px 4px;
    z-index: 9999;
        }
        .navbar-brand img {
            width: 100%
        }
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 7%;
  
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0CA3AB;
}
        .navbar-nav .nav-link {
            color: #0CA3AB;
             font-size: 17px;
            font-weight: 500;
            margin: 0 15px;
            transition: color 0.3s ease;
        }
        .navbar-nav .nav-link:hover {
            color: #9ea2c1; /* Lighter shade on hover */
        }
        .nav-link i {
            margin-right: 5px;
        }

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.navbar-collapse{
    background-color: transparent;
    box-shadow: none;
    padding: 10px 20px;
    border-radius: 50px;
    z-index: 9999;
    
}
        
        /* Hero Section Slider */
        .homeslider {
         margin-top: 100px; 
    position: relative;
 
        }

.fixed-top.scrolled {
    background: #0a112d;
}

.section-award  {
  position: relative;float: left;
    width: 100%;
}
.section-award img {
    margin: auto;
    border-radius: 20px;
}


       .homeslider  {
           margin-top: -100px;
        }
       .homeslider .carousel-item img {
            object-fit: cover;
           border-radius: 0px;
            width: 100%;height: 1050px
        }
.homeslider .carousel-control-next, .homeslider  .carousel-control-prev{
display: none;
}

.homeslider h5 {
    margin-bottom: 15px;
    margin-top: 20px;
    float: left;
    font-size: 17px;
    width: 55%;
    text-align: left;
    line-height: 30px;
}

  
      .homeslider .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 14.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;width: 60%;
  }   
    
  .vertical-title-center {
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    position: absolute;
    left: -180px;
    letter-spacing: 3px!important;
    font-size: 12px;
    padding-top: 25px!important;
    padding-bottom: 25px!important;
    height: 442px;bottom: 0px;
} 
.vertical-title-center .border-start {
    border-left: 1px solid #dee2e6!important;
    padding-bottom: 25px!important;
    padding-top: 25px!important;
}

   .slider-btn {
    text-align: left;
    float: left;
}  
        .hero-text h1 {
            font-size: 5rem;
           font-weight: 600;
    color: #fff;
    line-height: 100px;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    text-align: left;
    text-transform: capitalize;
        }

  .carousel-indicators{
    display: none;
  }      
        .btn-primary {
  background-color: #a9883f;
    border: none;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 40px;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
        }
      .btn-primary:hover {
    color: #fff;
    transition: all 0.4s ease-in-out;background-position: right
}

        
        .btn-outline-light {
            background-color: #ffac00;
    line-height: 2;
    color: #222;
    padding: 10px 40px;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
        }
       
.hvr-bounce-to-bottom:before {
  background-color: #a9883f;;
     color: #fff;
}
 .btn-primary.active, .btn-primary:active {
     background-color: transparent;
    border-color: transparent;
}

.home-contact {
    background: #0a112d;
    padding: 60px 30px;
    color: #fff;
}


.contact li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 0 0px;
}
.contact p {
    color: #838383;
    line-height: 28px;
    font-size: 16px;
    width: 75%;
}





    .homeblog{
padding: 70px 20px 70px;
       
    width: 100%;
    background: url(../userassets/bkg4.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    float: left;
    background-color: #fff;
        }
      .homeblog  .section-title {
            position: relative;
            margin-bottom: 4rem;
            color: #111;
            font-weight: 700;font-size: 45px;text-transform: capitalize;
        }    
        
        .homeblog  h5, .homeservice  h5, .homeabout  h5, .testimonials-section  h5, .homewhy  h5  {
           color: #111;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size:20px;
    position: relative;
    background-color: #feab00;
    box-shadow: 0px 10px 60px rgb(92 48 253 / 20%);
    padding: 6px 22px;
    border-radius: 40px;font-family: "Caveat", cursive;
        }

.homeblog .card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem .5rem;
}

  .homeblog .card-footer {
    padding: 0;
}
.homeblog .card-footer span {
    font-size: 14px;
    color: #888;
}

.homeblog .card-title:hover {
    color: #0CA3AB;
    transition: .3s;
    text-decoration: underline;
}
.blog-view {
    font-size: 15px;
    background: antiquewhite;
    padding: 7px 22px;
    color: #fff;
    text-decoration: none;
   background-image: radial-gradient( circle farthest-corner at 0.9% 98%, rgb(10 107 112) 0%, rgb(12 165 173) 92.1% );
    background-size: 200% auto;
    border-radius: 5px;
}
.blog-view:hover {
    color: #fff;
    transition: all 0.4s ease-in-out;
    background-position: right;
}
.blog-categories {
    position: absolute;
    top: 240px;
    left : 30px;
}
.blog-card.card img {
   height: 230px;
    border-radius: 22px 22px 0 0;
}
.categories-btn, .blog-date {
   
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #888;
    font-weight: 400;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

        /* Section Titles */


       .homeservice{
padding: 70px 20px 60px;
     width: 100%;
   background: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;/*background-color: #d8dbe9*/;
        }
      .homeservice  .section-title {
            position: relative;
            margin-bottom: 4rem;
            color: #111;
            font-weight: 700;font-size: 45px;
        }
.top-title {
    text-align: center;
}
   .homeservice  p {
    margin-top: 0;
    margin-bottom: 2rem;
}    
      
.service-card.card img {
        border-radius: 50%;
    height: 220px;
}
.service-card .img-wrapper{
overflow: hidden;
    position: relative;

}
.service-card .img-wrapper:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.service-card .img-wrapper:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;overflow: hidden;
}

.service-card .btn-primary {
    font-size: 15px;
    font-weight: 500;
    padding: 11px 35px;
   
}

        .service-card {
   background-color: #fff;
    border: none;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
   padding: 22px 30px;
    border: 2px solid #0b777c;
        }
 .case-card, .blog-card, .testimonial-card {
            background-color: #fff;
            border: none;
            border-radius: 28px;
            overflow: hidden;
           box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
            transition: transform 0.3s ease, box-shadow 0.3s ease;position: relative;padding: 10px;
    border: 2px solid #0b777c;
        }

        .service-card:hover, .case-card:hover, .blog-card:hover, .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .card-img-top {
            height: 200px;
            object-fit: cover;
        }
.service-card .card-body {
    padding: 2.5rem 2rem 1rem;
}
.card-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    color: #111;line-height: 28px;text-decoration: none;cursor: pointer;
}
.card-title:hover {
  color: #0CA3AB;
}



      /* Testimonial Slider */
        .testimonials-section {
            padding: 5rem 0;
            background-color:#eceef9;
            background: url(../userassets/bkg2.jpg);
            background-repeat: no-repeat;
    background-attachment: fixed;
        }
        .testimonial-carousel .carousel-item {
            height: auto;
        }
        .testimonial-card {
            margin: 0 auto;
            max-width: 600px;
            padding: 2.5rem;
            text-align: center;
            background-color: #fff;
            border: none;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;display: block;
        }
.review-star-icon {
    
    margin-bottom: 30px;
}

.testimonial-card .img-wrapper {
    float: left;
    width: 21%;
    margin-right: 30px;
    position: relative;
    top: 55px;
}
.quote {
    border-radius: 0!important;
    border: 0!important;
    width: 10%;
    display: inline;
    position: relative;left: -16px;
}
       .testi-cont {
    float: left;
    width: 73%;text-align: left;
} 
        .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .testimonial-card i {
            font-size: 2rem;
            color: #9ea2c1;
            margin-bottom: 1rem;
        }
        .testimonial-card p {
            font-size: 1rem;
            color: #666;margin-bottom: 20px;
        }
.testimonial-card h6 {
            font-size: 15px;
            color: #666;font-weight: 400;
        }
  .testimonial-card h4 {
    font-size: 20px;
    font-weight: 600;
}  
.testimonial-card i {
    font-size: 18px;
    color: #f5b21b;
    margin-bottom: 1rem;
}    
        .testimonial-card p strong {
            color: #0CA3AB;
            font-weight: 600;
        }

.testimonials-section .carousel-item img {
   object-fit: cover;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 3px solid #bcb9b952;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    box-shadow: 0 0 40px rgb(0 0 0 / 0%);
    padding: 3px;
}

.carousel-control-next-icon {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
}


        @media (max-width: 576px) {
            .testimonials-section {
                padding: 2rem 0;
            }
            .testimonial-card {
                padding: 1.5rem;
                max-width: 90%;
            }
            .testimonial-card p {
                font-size: 0.9rem;
            }
            .testimonial-card i {
                font-size: 1.5rem;
            }
        }
        /* List Items with Icons */
        .list-unstyled li i {
            color: #9ea2c1;
            margin-right: 10px;
        }
        /* Sections */
        
        .stats-section {
    background: linear-gradient(135deg, #d8dbe9, #9ea2c1);
    color: #fff;
    padding: 60px 30px;
}
.stats-section .section-title {
    margin-bottom: 10px;
}

        .stats-section i {
            font-size: 2rem;
            margin-bottom: 0.5rem;
        }
        .cta-section {
            background-color: #d8dbe9;
            padding: 4rem 0;
            text-align: center;
        }
        .footer {
            float: left;
    width: 100%;padding: 50px 0 0;
            background: #fff;
            color: #fff;
          
            }

.footer-top {
    padding-bottom: 33px;
    border-bottom: 1px solid #525151;
}

.footer-top h3 {
    font-family: "Quicksand", sans-serif;
    font-size: 30px;text-transform: capitalize;
}
.footer-top h3 a{
   color: #0CA3AB;
}



        .inside-footer {
            border-radius: 50px 50px 0 0;
            width: 100%;
           color: #fff;margin:auto;
            padding: 4rem 5rem 0;
            background:url(../userassets/footerbkg.jpg);background-size: cover;background-position: center;background-attachment: fixed;
        }
        .footer a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s ease;
        }

 footer .social-media a {
 text-decoration: none;
    float: left;
    margin-right: 14px;
    margin-top: 0px;
} 
.social-media i {
   background: #50505085;
    padding: 10px 10px 8px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 0px solid#ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ddd;
    font-size: 19px;
}
.social-media i:hover {
    background: #0CA3AB;
} 
.bottomfooter {
   background: #040404;
    padding: 10px 70px;
    width: 100%;
    float: left;
    margin: auto;
    position: relative;
}
 .bottomfooter  ul{
   margin-bottom: 0;padding: 0
} 
.webdesign a, .webdesign  {
    color: #ddd;
    text-decoration: none;
}

.bottomfooter  li{
   list-style: none;font-size: 15px;font-weight: 400;  color: #ddd;
} 
.bottomfooter  li a .webdesign a{
  font-size: 15px;  color: #ddd;
}
.bottomfooter  li:before{
 display: none;
}
.footer li {
    line-height: 2.5;
}
.footer-logo {
    width: 40%;
    margin-bottom: 10px;
}
footer h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    width: 70px;
    background-color: #f6b63a;
    opacity: 1;
    z-index: 1;
}
footer h5 {
   position: relative;
}

.logo1 p {
    width: 70%;
    
}
.footer li:before {
   
    font-size: 12px;
    color: #fff;
    font-weight: 100;
    left: -5px;
    top: -2px;
    transition: all 500ms ease;
    position: relative;
    content: "\e82c";
    font-family: feather!important;
}

.footerform {
    position: relative;
}
.footerform input[type="text"] {
    border-radius: 22px;
    background: #f6b63a;
    border: 0;
    padding: 14px 19px;
    width: 44%;
    color: #fff;
    height: 48px;
}
.footerform button {
    position: absolute;
    top: 8px;
    right: 10px;
    border: 0;
    background: transparent;
}
.footerform [type=submit] {
    -webkit-appearance: button;
    background: transparent;
    border: 0;
    font-size: 0;
}
.footerform button i {
    background: white;
    padding: 14px 16px;
    position: relative;
    right: -16px;
    border-radius: 0px 20px 20px 0;
    top: 3px;
}

        .footer a:hover {
            color: #0CA3AB;
        }
        .footer a:hover:before {
            color: #0CA3AB;
        }
        .footer .contact-info i {
     margin-right: 17px;
    background: #ffac00;
    border-radius: 50%;
    outline: 3px solid #ffac006b;
    color: #222;
    height: 39px;
    width: 36px;
    min-width: 38px;
    align-items: center;
    padding: 10px;
    margin-bottom: 0px;
    line-height: 1.3;
        }
.footer .contact-info p {
   position: relative;
    top: 10px;
    margin-top: 19px;
    display: flex;margin-bottom: 10px;
        }


        /* Animations */
        .fade-in {
            opacity: 0;
            animation: fadeIn 1s ease-in forwards;
        }
        @keyframes fadeIn {
            0% { opacity: 0; transform: translateY(20px); }
            100% { opacity: 1; transform: translateY(0); }
        }

.homecta {
    padding: 70px 30px;
    float: left;width: 100%;
  
}
.homecta .section-title {
   position: relative;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    text-align: left;
    width: 60%;
    text-transform: capitalize;
}
.homecta p {
   color: #fff;
     font-size: 18px;
   
}
.cta-inside{
    text-align: left;
    padding: 70px 70px;
 background:url(../userassets/ctainside.jpg);background-size: cover;
    background-repeat: no-repeat;background-position : center;border-radius: 50px;
}
.homecta h5 {
   border-radius: 30px;
    margin-bottom: 0px;
    color: #feab01;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
}
.homeabout{
padding: 90px 20px 85px;
 width: 100%;
 background: url(../userassets/bkg4.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    float: left;
}
.homeabout .img-wrapper img {
    border-radius: 0;
    margin-right: 23px;
    margin-top: -7px;
    width: 65px;
}
.homeabout h4 {
    font-weight: 700;
}

.customer-info {
    background: rgba(255,255,255,0.8);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    -moz-filter: blur(4px);
    border-radius: 0px 20px 0px 0px!important;
    max-width: 366px;
    padding: 30px 24px 35px 25px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-shadow: 0 0 20px #0a0a0a24;
}
.customer-info h5 {
 margin-bottom: 0;
    margin-top: -10px;
    font-weight: 700;color: #111;font-size: 20px;
}
.customer-info img {
   border-radius: 0!important;margin-right: 10px;}

.count-outer img {
    float: left;
}
.count-text {
    font-size: 49px;
    font-weight: 600;
    position: relative;
    top: -10px;
}
.homeabout  .section-title {
            position: relative;
            margin-bottom: 1rem;
            color: #111;
            font-weight: 700;font-size: 45px;
        }

 .homeabout li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #1c1c1c;
    padding-left: 0;
}  
.homeabout li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 700;
    left: 0px;
    top: 0px;
    padding-right: 10px;
    color: #847f9e;
}
     


.homewhy .list-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 5px;
}
.homewhy {
    padding: 70px 30px;
}
.homewhy .list-item {
    float: left;margin-bottom: 15px;
}
.homewhy .list-item p {
    margin-bottom: 0;
}
.homewhy .icon-box {
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;min-height: 100px;
}

.homewhy img {
    border-radius: 20px;width: 59px;
}
.homewhy  .section-title {
            position: relative;
            margin-bottom: 1rem;
            color: #111;
            font-weight: 700;font-size: 45px;
        }

        .testimonials-section   .section-title {
            position: relative;
    margin-bottom: 3rem;
    color: #111;
    font-weight: 700;
    font-size: 45px;
        }

     .footer   p {
   
    margin-bottom: 1rem;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

 

.carousel-start {
    margin-right: -20vw;
}


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

 .consult-bar .btn-consult {
   font-size: 15px;
 padding: 13px 36px;
    
}

.bg-dark-gray {
   left: 8px;
  
}
.navbar-light .navbar-brand {
  
    width: 10%;
}

.vertical-title-center .border-start {
   
    padding-bottom: 26px!important;
    padding-top: 26px!important;
}

.homeslider .carousel-item img {
   
    height: 700px;
}

.homeslider, .homeslider .carousel-item {
    height: 700px;
    position: relative;
}
.hero-text h1 {
 font-size: 3rem;
    line-height: 61px;
   
}
.homeslider h5 {
   width: 56%;
    
}
.vertical-title-center{
    display: none;
}
.homeslider .carousel-caption {
    left: 110px;
    height: auto;
    width: 100%;
    bottom: 10.25rem;
}
.shape-image-animation{
    display: none;
}
.homeabout .section-title, .homewhy .section-title, .homeservice .section-title, .homecta .section-title, .testimonials-section .section-title, .homeblog .section-title {
   
    font-size: 32px;
}
.homeabout li {
  
    width: 100%;
    
}
.btn-primary {
 padding: 14px 25px;
    font-size: 16px;
    min-width: 236px;
  
}
.mt-lg-0 {
    margin-top: 25px!important;
}
.service-card {
    padding: 50px;
   
}
.service-card.card img {
    height: 220px;
    width: 230px!important;
    margin: auto;
}
.card-title {
   
    font-size: 24px;
   
}
.footerform input[type="text"] {
   width: 90%;
   
}
}
@media only screen and (max-width: 768px) {
.consult-bar {
    top: 15px;
    position: absolute;
    left: 513px;
}
.consult-bar .btn-consult {
    padding: 10px 22px;
    font-size: 15px;
   
}
.homeabout, .homeblog, .testimonials-section, .homewhy, .homeservice {
    padding: 40px 30px 50px;
    width: 100%;
}
.homeslider, .homeslider .carousel-item {
    height: 530px;
    position: relative;margin-top: 0px;
}
.homeslider .carousel-caption {
   top: 200px;
    left: 75px;
    height: auto;
    width: 100%;
}
.homeslider h5 {
    margin-bottom: 10px;
    margin-top: 10px;
   font-size: 15px;
   
}
.section-award {
    margin: 20px 0;
   
}
.inside-footer {
    padding: 3rem 4rem 3rem;
    
}

.bottomfooter {
    font-size: 13px;
   padding: 0px 10px;
  
}
.bottomfooter  li {
    
    font-size: 13px;
}

.footerform  form {
    margin: 10px 0;
}
.vertical-title-center {
   left: -71px;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
.blog-card.card img, .service-card.card img {
    height: 230px;
}
.blog-categories {
    top: 192px;
   
}
.service-card .card-body {
    padding: 30px 0 0;
}
.service-card .btn-primary {
    font-size: 15px;
   
}
.homecta .section-title {
  width: 80%;
    
}

.btn-primary {
    padding: 14px 30px;
    font-size: 16px;
}
.navbar-light .navbar-toggler {
   font-size: 27px;
    position: relative;
    left: 10px;
    border-color: transparent;
    top: -6px;
    color: rgb(255 255 255);display: none;
}
.bg-dark-gray {
    right: -9px;
    top: 1px;
}
.navbar-light .navbar-brand {
   width: 14%;
    padding: 0;
}
}

@media only screen and (max-width: 480px) {
.consult-bar {
    
    display: none;
}
.navbar-light .navbar-brand {
   
    width: 23%;
}
.navbar {
   padding: 10px 15px;
}

.homeslider, .homeslider .carousel-item, .homeslider .carousel-item img {
    position: relative;
  
    height: 450px;
   
}
.homeslider .carousel-caption {
    top: 220px;
    left: 38px;
    height: auto;
    width: 95%;
}
.bg-dark-gray {
    left: 12px;
}
.hero-text h1 {
   font-size: 26px;
    line-height: 41px;
}
.contact p {
    width: 100%;
}
.homeslider h5 {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
}
.contact li {
    width: 100%;
    padding: 0;
}

.slider-btn {
    display: block!important;margin-top: 10px!important;
}
.btn-primary {
    margin-bottom: 13px;
}
.homeabout .section-title, .homewhy .section-title, .homeservice .section-title, .homecta .section-title, .testimonials-section .section-title, .homeblog .section-title {
    font-size: 25px;
}
.homeblog h5, .homeservice h5, .homeabout h5, .testimonials-section h5, .homewhy h5 {
   font-size: 17px;
    line-height: 23px;
    margin-bottom: 14px
}
.homeservice .section-title {
     margin-bottom: 3rem;
   
}
.homeservice .btn-primary {
    padding: 14px 30px;
    font-size: 15px;
    margin: 0;
}
.card-title {
   font-size: 20px;
   
}
.homewhy .list-item h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0px;
}
.homewhy .list-item p {
    margin-bottom: 0;
    display: flex;
}
.homeabout, .homeblog, .testimonials-section, .homewhy, .homeservice {
    padding: 50px 25px 45px;
  
}
.service-card {
    padding: 40px;
}
.homecta {
    padding: 45px 20px;
    
}
.homecta .section-title {
    width: 100%;
}
.cta-inside {
    padding: 50px 40px;
    height: 380px;
}
footer .container-fluid {
    width: 100%;
    padding: 0;
}
.inside-footer {
    padding: 2.5rem 3rem 3rem;
    border-radius: 0;width: 100%;
}

.homecta h5 {
    font-size: 17px;
     letter-spacing: 0px;
    line-height: 26px;text-align: left!important;
}
.customer-info {
    max-width: 100%;
    padding: 30px 24px 35px 25px;
    position: relative;
    margin-top: 0px;
    width: 100%;
   
}
.footerform input[type="text"] {
    width: 100%;
}
.footer-top h3 {
   font-size: 26px;margin-bottom: 12px;
   
}
.bottomfooter {
    font-size: 13px;
    padding: 5px 10px 10px;
    width: 100%;
}

.footer {
    padding: 0rem 0px 0rem;
    
}
.footer .container {
    padding: 0 35px;
}

.footer p {
     font-size: 15px;
    width: 100%;margin-bottom: 9px;
}
.footer .list-unstyled {
    
    margin: 0;
}
.footer .social-media a {
  margin-bottom: 10px;
}
.footer  h5 {
    font-size: 18px;
    margin-bottom: 10px!important;
}
.copyright {
    text-align: center;
}
.bottomfooter li {
  font-size: 13px;
   
}
.webdesign a {
    font-size: 13px;
}
.testimonial-card .img-wrapper {
   width: 100%;
    margin-right: 0px;
   top: 22px;margin-bottom: 20px
}
.testi-cont {
    float: none;
    width: 100%;
    text-align: center;
}
.testimonial-card i {
    font-size: 1rem;
}
.testimonial-card h4 {
    font-size: 17px;
   
}
.testimonial-card h6 {
    font-size: 13px;
    
}
.quote {
    top: 13px;
     width: 15%;
    left: 0;
}
.homecta p {
   font-size: 16px;
}
.topheader {
   display: none;
}
.homeslider .btn-primary {
    margin-bottom: 20px;
}

.contact  h5 {
    font-size: 16px;
}
.contact h4 {
    font-size: 18px;
}

}

@media screen and (min-width: 1500px) and (max-width: 3500px) {
.homeslider .carousel-caption {
  
    
}

.footer-top h3 {
  
    font-size: 35px;
}

}


