@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    
    --secondary:#DE2C2C; 
    --primary:#000;
    
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0; text-decoration: none;
}

body {
    font-family: "Rajdhani", sans-serif;
    background-color: #FFF;
    color: #000; 
}

.container {
    width: 100%;
    max-width: 1200px; 
    margin: 0 auto;
    padding: 0 20px;
}



.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; 
}

.flex {
    display: flex;
    flex-wrap: wrap;
}


.col-2 {
    flex: 0 0 16.66667%; 
    max-width:16.66667%;
    padding: 0 10px; 
}

.col-3 {
    flex: 0 0 25%; 
    max-width: 25%;
    padding: 0 10px; margin: 20px 0 0 0; 
}
.col-3 img{
  max-width: 70%
}




.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px; 
}

.col-5 {    
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding: 0 10px; 
}

.col-6 {
    flex: 0 0 50%; 
    max-width: 50%;
    padding: 0 10px; 
}

.col-7 {    
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 0 10px; 
}

.col-7 {    
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding: 0 10px; 
}

.col-md-10  {  flex:fit-content;
    max-width: 100%;
    padding: 0 10px; 
}

.button {
    height: 56px;
    background:var(--secondary);
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 40px;
    padding: 0 20px;
    display: inline-block;
    line-height: 56px;
    min-width: 213px;
    text-align: center; margin: 20px 0 0 0;
}

img{max-width: 100%;}
.heading-section{margin-bottom:20px;}

section{padding:20px 0 50px 0 ;}

.heading-section p {
    font-size: 1.12rem;
    font-weight:600;
    line-height: 1.75; 
    padding: 10px 0;
}

.heading-section .page-heading {
    font-size: 2rem;
    margin: 0 0 10px;
}

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


.heading-section-center { 
    max-width: 620px;
    width: 100%;
    margin: 0 auto 40px; text-align: center;
}

.p-t-0{padding-top: 0 !important;}
.p-b-0{padding-bottom: 0 !important;}

.text-white *{color:#fff !important}

/* header css start   */

header {
    background-color: #040404;
    width: 100%;
    display: inline-block;
}

.top-header {
    background: #101015;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.header-contact {
    justify-content: space-between;
}

.email-ctn {
    color: #9D9EA4;
    font-weight: 600;
    border-right: 1px solid #9D9EA4;
    padding: 7px 10px; font-size: 16px;
}

.email-ctn:last-child{border-right: none;}
.email-ctn.flex span { padding-right: 5px;}
.header-follows ul{display: flex;}

.header-follows ul li {
    display: flex;
    color: #9D9EA4;
    font-weight: 600;
    border-right: 1px solid #9D9EA4;
    padding: 9px 10px;  font-size: 16px;
}

.header-follows a {

    color: #9D9EA4;
  
}


.header-follows ul li:last-child{border-right:none;}



  
.left-menu {
    display: flex;
    align-items: center;
} 
.navigation .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; justify-content: space-between; padding: 0px 0px;
}

.right-menu p {
    color: #fff;
    font-size: 1rem; font-family: "Barlow", sans-serif; font-weight: 600
}

.right-menu p span {
    padding: 0 10px 0 0;
}

.brand {
    margin-right: 50px;
}

.brand img {
 
}

.brand a {
    display: flex;
    align-items: center;
}

  nav ul {
    list-style: none;
    margin: 0;
    padding: 0; font-family: "Barlow", sans-serif; font-weight: 500
  }
  nav ul li {
    float: left;
    position: relative;
  }
  nav ul li a,
  nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
  }
  nav ul li a:hover,
  nav ul li a:visited:hover {
    background:var(--secondary);
    color: #ffffff;
  }
  nav ul li a:not(:only-child):after,
  nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
  }
  nav ul li ul li {
    min-width:350px;
  }
  nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
  }
  
  .nav-dropdown {
    position: absolute;
    display: none;
    z-index: 12;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    background:#040404;;
  }
  
  /* Mobile navigation */
  .nav-mobile {
    display: none;
    position: absolute;
    top: -6px;
    right: 20px;
    height: 50px;
    width: 50px;
}


 
  #nav-toggle {
    position: absolute;
    left: 18px;
    top:25px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
  }
  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width:25px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
  }

  #nav-toggle span:before {
    top: -10px;
  }
  #nav-toggle span:after {
    bottom: -10px;
  }
  #nav-toggle.active span {
    background-color: transparent;
  }
  #nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
  }
  #nav-toggle.active span:before {
    transform: rotate(45deg);
  }
  #nav-toggle.active span:after {
    transform: rotate(-45deg);
  }
  

/* header css closed */

/* banner css start */

.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner .content {
    max-width: 600px;
 
    padding: 7rem 0;  position: absolute;
    bottom: 8px;
    width: 100%; 
}

.banner .content h1 {
    font-size: 4.3rem;
    color: #fff;
}

.banner .content1 {
    max-width: 1200px;
    width: 100%;
    padding: 0rem 0;
}

.banner .content1 h1 {
    font-size: 2.3rem;
    color: #fff; text-align: center;
}

.banner .content p {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
}

.banner .content .button {
    margin: 50px 0 0;
}

.banner .content1 .button {
    margin: 0 auto;
}




/* banner css closed */



       /* CSS for slideshow */
       .slideshow-container {
        max-width: 100%;
        position: relative;
        margin: auto;
    }

    .mySlides {
        display: none;
    }

    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .prev:hover, .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    /* Caption text */
    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        top: 140px;
        width: 48%; left: 150px;
       
    }


    .text  h1 {
        font-size: 4.3rem;
        color: #fff; 
    }
    
    .text  p {
        font-size: 20px;
        line-height: 32px;
        color: #fff;
        font-weight: 500;
    }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .active, .dot:hover {
        background-color: #717171;
    }

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }



/* our achivment css start  */

.our-achivment .content-box {
    background: #F4F4F4;
    padding: 40px 15px;
    border-radius: 8px;
    border: 1px solid #DEDBDB; 
    display: flex; align-items: center; height: 100%;
}


.our-achivment .content-box h5 {
    font-size: 1.87rem;
    line-height: 1.8rem;
    font-weight: bold; margin: 0 0 5px;
}

.our-achivment .content-box p {
    font-size: 1.2rem;
    line-height: 1.12rem;
    font-weight: 600;
    color: #454545;
}

.our-achivment .content-box .icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

/* our achivment css closed */

/*HEADING*/
.custom-text--heading {
    color: #2d2de31;
    font-size:24px;
    font-weight: 600;
    margin-bottom: 18px;
}

/*BODY TEXT*/
.custom-text--copy {
    color: #2d2e31;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 0 20px 0 0;
}

/*LINK OR BUTTON*/
.custom-text--button {
    background: #252528;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    width: fit-content;
    cursor: pointer;
    text-decoration: none;
    text-transform: UPPERCASE;
}

/*HOVER AND KEYBOARD FOCUS EFFECT*/
.custom-text--button:hover, .custom-text--button:active, .custom-text--button:focus {
    background: #32343a;
    outline: 2px solid #425ccd;
}

/*====
MEDIA 
=====*/

/*whtsapp*/
.float-button {
    text-decoration: none;
    position: fixed;
    padding: 15px 20px;
    padding-right: 15px;
    bottom:25px;
    right: 16px;
    color: #fff;
    background-color:#25D366;
    border-radius:40px;
    z-index: 100;

    font-size: 18px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
    transition:all 0.3s ease-out; text-align: center
}

.float-button:hover {
     background-color: #128C7E;
      color: #fff;
}

.fa-whatsapp {
    font-size: 24px !important;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
}


/*call*/

.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 8rem;
	  background:var(--secondary);
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 1.8rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}


/*call*/




@keyframes whatsapp-animation {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%
    }
}

@media screen and (max-width: 545px) {
    span {
        display: none;
    }

    .float-button {
        bottom: 15px;
        right: 15px;
        width: 60px;
        border-radius:40px;
    }

    .fa-whatsapp {
        font-size: 22px !important;
        padding: 4px;
    }
}
/*whtsap*/



/*PICTURE OR IMAGE*/
.custom-media--image {
    width: 100%;
    box-sizing: border-box;
}


/*==============================================
GENERAL LAYOUT

To make changes from this point on, 
we recommend having a basic understanding of CSS
===============================================*/

.custom-container {
    margin: auto;
    max-width: 1140px;
}

.custom-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 0px 0px; 
    background: #f2f5f9; margin: 30px 0 0 0;
    font-family: "Barlow", sans-serif; 
}

.custom-text {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.custom-media {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 950px) {
 .custom-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 0px;
 }
  .custom-text {
    padding: 60px;
    margin: auto;
    width: 90%;
    text-align: center;
    grid-row: 2;
  }
  .custom-text--heading {
    text-align: center;
  }
  .custom-text--button {
    display: flex;
    margin: auto;
  }
}

@media screen and (max-width: 568px) {
  .custom-text {
    padding: 60px 20px;
}
  .custom-text--heading {
    font-size: 25px;
  }
  .custom-text--copy,
  .custom-text--button {
    font-size: 16px;
  }
}



/* about css start */

.about { background: #f4f4f4; padding: 50px 0}

.about .content-box {
    background: #fff;
    border-radius: 60px;
    padding:25px 40px 15px;
    margin: 0 0 15px;
    display: flex;
    box-shadow: 1px 2px 9.8px 0px rgba(0, 0, 0, 0.2);
}

.about .content-box:last-child{margin: 0;}

.about .content-box .content p {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight:600;
    margin: -6px 0 0 10px;
}

/* about css closed */

/* service css start  */

.service .content-box .icon {
max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center; margin: 0 auto;
}

.service .content h5 {
    font-size: 1.37rem;
    text-align: center;
    margin: 20px 0 5px; line-height: 2rem;
    color:#3D3D3F;
}

.service .content p {
    font-size: 1.12rem;
    line-height: 1.62rem;
    color: #7B7575;
    font-weight: 600;
    text-align: center;
}

.service .content-box {
    border-radius: 20px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    box-shadow: 0px 3px 20.6px 0px rgba(0, 0, 0, 0.05);
    padding: 41px 30px;
    text-align: center;
    margin: 20px 0 0;
}

/* service css closed */

/* why choose us css start */

.black-bg {background: #070B0C;}
.why-choosep-bnr { display: flex;}
.why_choose-us .heading-section { padding: 120px 0 0;  margin: 0;}

.benifits .content-box {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 5px 11.6px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 20px 20px;
    height: 100%;
}

.benifits .content-box h6 {
    font-size: 1.25rem;
}

.benifits {
    position: relative;
    top: -80px;
}

.why-choose-qlty .content-box {
    border-radius: 20px;
    background: #F0F0F0;
    box-shadow: 0px 3px 20.6px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 30px;
    height: 100%;
}

.why-choose-qlty .content-box h5 {
    font-size: 1.37rem;
    margin: 5px 0 10px;
    color:#1B1B1B;
}

.why-choose-qlty .content-box p {
    font-size: 1.12rem;
    font-weight: 500;
    color:#7B7575;
}

/* why choose us css closed */




/* testimonial  css start */


.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }

  .swiper-pagination-bullets {
    display: none;
}

  .testimonial-section{background: #070B0C;}

  .testimonial-img {
    height: 154px;
    width: 154px;
    border: 5px solid #131313;
    border-radius: 100%;
    margin: -100px auto 30px;
}

.testimonial-box .content {
    background: #fff;
    max-width: 870px; 
    margin: 0 auto 0; 
    padding: 50px;
    border-radius: 60px 60px 0 60px;
}

.testimonial-box {
    padding: 50px 0 0;
}

.user-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:30px 0 0;
}


.user-rating .user-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.testimonial-box .user-name h6 {
    font-size: 1.47rem; width: 100%; text-transform: uppercase;
}

.testimonial-box .user-name p {
    font-size: 1.2rem; font-weight: 500;
}

.testimonial-box  .rating-start span {
    color: #c9c9c9;
}

.testimonial-box  .rating-start span.active {
    color:#E21B1B; background-color: #fff;
}

.testimonial-box .content p {
    color: #505050;
    font-size: 1.12rem;
    text-align: center;
    font-weight: 500;
}


/* testimonial  css close */


/* gallery  css start */


.photo-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photo-gallery .gallery a {
    display: block;
    text-decoration: none;
    width: 24%;
    overflow: hidden;
    outline: none;
    border-radius: 8px;
    margin-bottom: 15px;
}

.photo-gallery .gallery a img {
    height: 100%;
    transform: scale(1,1);
    transition: all 300ms ease;
}

.photo-gallery .gallery a img:hover {
    transform: scale(1.1,1.1);
}



.photo-gallery .bg {
    width: 100%;
    height: 270px;
    background-size: cover;
    transform: scale(1,1);
    transition: all 300ms ease;
}

.photo-gallery .bg:hover {
    transform: scale(1.1,1.1);
}


/* gallery  css close */

/* footer  css start */
.footer {
    background: #000;
    padding: 50px 0 0;
}

.footer .social-icn-footer a {
    color: #858585;
    text-decoration: none;
    padding-right: 10px;
    font-size: 1.3rem;
}

.footer p {
    color: #858585;
    font-size: 1.12rem;
    font-weight: 500;
}

.footer .social-icn-footer {
    margin: 15px 0 0;
}

.footer .content h6 {
    color:var(--secondary);
    font-size: 1.37rem; margin: 0 0 10px;
}

.footer .content ul li span {
    color: #858585;
    font-size: 1.12rem;
    font-weight: 500;
}

.footer .content ul li a {
    color: #858585;
    font-size: 1.12rem;
    font-weight: 500;
}

.footer .content ul li span:first-child {
    color:var(--secondary); 
    display: inline-block;
    width: 34%;
}

.footer .content ul li{list-style: none; padding: 0 0 5px;}
.footer-contact {display: flex; align-items: center; margin:10px 0 0;}
.footer-contact span{color: #858585;}

.footer-contact span {
    color: #858585;
    font-size: 1.3rem;;
    padding: 0 15px 0 0;
}

.bottom-footer {
    background: #101015;
    text-align: center;
    padding: 15px 0;  margin:40px 0 0;
}

.bottom-footer p{color: #fff;}
.bottom-footer a {color:var(--secondary);}







@media(max-width: 1199px) 
{
.banner .content h1 {font-size: 3.5rem; color: #fff;}
.banner .content {padding: 5rem 0;}
.our-achivment .content-box h5 { font-size: 1.4rem; line-height: 1.5rem;}
.our-achivment .content-box p {font-size: 1rem;line-height: 1rem;}
.our-achivment .content-box .icon {width: 60px; height: 60px;}
.about .content-box .content p {font-size: 1rem; line-height: 1.7;}
.heading-section .page-heading {font-size: 1.6rem;}
.heading-section p {font-size: 1rem; line-height: 1.7;}
.service .content h5 {font-size: 1.2rem; margin: 15px 0 5px; line-height: 1.5rem;}
.benifits .content-box h6 {font-size: 1rem; line-height: 1rem;}
.why-choose-qlty .content-box h5 {font-size: 1.2rem;}
.why-choose-qlty .content-box {padding: 20px 20px;}
.testimonial-box .content p {color: #505050; font-size: 1rem;}
.testimonial-box .user-name h6 {font-size: 1.2rem;}
.footer p {font-size: 1rem; line-height: 1.2;}
.footer .content ul li span {font-size: 1rem;}
.footer .content ul li a {font-size: 1rem;}
.footer .content ul li {padding: 0 0 2px;}
.footer-contact span {font-size: 1rem;  padding: 0 10px 0 0;}
.footer .content h6 {font-size: 1.2rem;}
.footer .social-icn-footer a{font-size: 1rem;}

}




@media(max-width: 991px) {

.photo-gallery .gallery a {width:49%;}
.benifits {top: -30px;}
.why_choose-us .heading-section {padding: 80px 0 0;}
nav ul li a, nav ul li a:visited {padding: 0 10px;}
.footer .content ul li span {font-size: 0.9rem;}

}

@media screen and (min-width: 768px) 
{
.nav-list {display: block !important; }
}

@media (max-width: 767px) 
{ 
.container {padding: 0 10px;}
.photo-gallery .gallery a {width: 100%;}
.photo-gallery .bg {height: 300px;	}

.nav-mobile { display: block;  }  
nav { width: 100%; z-index: 999999}
nav ul {display: none; }
nav ul li {float: none;    }
nav ul li a { padding: 15px; line-height: 20px; }
nav ul li ul li a {padding-left: 30px; }  
.nav-dropdown { position: static; }
.right-menu{display: none;}
.left-menu {display: flex; align-items: center;  width: 100%;position: relative; padding: 10px 0; }
.brand { margin-right: 0; }
.brand img {height: auto;}
ul.nav-list {position: absolute; top: 56px; width: 100%; background: #1c1c1c; right: 0;}
.brand a {display: inline-block; }

.text { top: 0px; width:90%; left:40px }
	.text h1 {font-size:1.9rem; }
	.text p {display: none}	
	
	.benifits  .col-3 {flex: 0 0 100% !important; max-width:50%;}

.our-achivment .col-3 {flex: 0 0 50%; max-width: 50%; margin: 0 0 15px;}
.about .col-5 {flex: 0 0 100%; max-width: 100%; text-align: center;}
.about .col-7 {flex: 0 0 100%; max-width: 100%; }
.heading-section { margin-bottom: 40px; text-align: center;}
.service .col-4 {flex: 0 0 100%; max-width:100%; }
.why-choosep-bnr{display: none;}
.why_choose-us .col-6{flex: 0 0 100%; max-width: 100%; }
.why_choose-us .heading-section { padding: 50px 0 50px;}
.benifits .col-2 {flex: 0 0 50%; max-width: 50%;margin-bottom:15px; }
.why-choose-qlty .col-4{flex: 0 0 100%; max-width: 100%; margin-top:15px; }
.why-choose-qlty .content-box {text-align: center;}
.testimonial-img {height: 100px;   width: 100px; border: 3px solid #131313;border-radius: 100%;margin: -75px auto 20px;}
.testimonial-box .user-name h6 {font-size: 0.9rem;}
.testimonial-box .content p {font-size: 0.8rem;}
.testimonial-box .rating-start span {font-size: 0.8rem;}
.testimonial-section .page-heading{margin-bottom: 0;}
.user-rating {margin: 20px 0 0;}
.testimonial-box .content {padding: 30px;border-radius: 20px 20px 0 20px;}
ul li span {font-size: 0.9rem;}
.footer p {font-size: 0.9rem;}
.footer .col-3 {flex: 0 0 100%; max-width:100%;margin-bottom:15px; }
.footer .content ul li span:first-child {width: 90px;}
.footer { padding: 30px 0 0;}
.bottom-footer {margin: 10px 0 0;}
section {padding: 30px 0;}
.banner .content h1 {font-size: 2rem; }
.banner .content p {font-size: 16px;line-height: 22px;}
.button {height: 45px;font-size: 18px; border-radius: 30px;padding: 0 20px;line-height: 45px; min-width: 190px; margin:5px 0 0 0;}
.banner .content .button {margin: 20px 0 0;}
.header-follows { display: none;}
.email-ctn {padding: 5px 8px;font-size: 12px;}
.top-header {padding: 5px 0;}
#nav-toggle {left: 40px;top: 18px; padding: 10px 35px 16px 0px;}
.service .content-box .icon { padding:10px;}
.footer .content ul li span { font-size: 0.9rem;}
.footer .content ul li a {font-size: 0.9rem;}

}



 