@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #fff;
    overflow-x: hidden;
    font-size: 16px;
    font-family: "Oswald", sans-serif;
}
ul{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
    padding: 0;
    margin: 0;
}

/* Header Css Start */

header{
    position: relative;
}
.logo{
    position: absolute;
    top: 0;
    left: 0;
}
.logo img{
    width: 300px;
}
.top-nav{
    background-color: #000;
    color: #fff;
    padding: 11px 0;
}
.top-social{
    display: flex;
    justify-content: flex-end;
    line-height: 21px;
}
.top-social a{
    padding-left: 18px;
    color: #fff;
    font-size: 16px;
}
.bor{
    border-left: 1px solid #a7a7a7;
    padding-left: 10px;
}
.header-link{
    margin-left: 210px;
}
.header-link>ul{
    display: flex;
}
.header-link>ul>li{
    position: relative;
    display: inline-block;
    border-right: 1px solid #a7a7a7;
    padding-right: 25px;
    font-family: "Lato", sans-serif;
    line-height: 20px;
}
.header-link>ul>li>a{
    color: #fff;
}
.header-link>ul>li:not(:last-child){
    margin: 0 25px 0 0;
}
.header-link>ul>li:last-child{
    border-right: none;
}
.header-link>ul>li>i{
    padding-right: 10px;
    position: relative;
    top: 1px;
}
.menubar{
    background-color: #be1515;
    position: relative;
}
nav{
    display: flex;
    position: relative;
    justify-content: flex-end;
}
nav>ul{
    display: flex;
}
nav>ul>li{
    padding: 0px 20px;
}
nav>ul>li:first-child{
    padding-left: 0;
}
nav>ul>li:last-child{
    padding-right: 0;
}
nav>ul>li>a{
    color: #fff;
    padding: 34px 0;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ser-1{
    position: relative;
}
.ser-1 i{
    font-size: 15px;
    position: relative;
    top: -2px;  
    transition: all 0.3s ease-in-out;
}
.ser-1:hover i{
    transform: rotate(180deg);
}
.ser-2{
    position: absolute;
    width: 250px;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0px 0px 15px 0px #ddd;
    border-left: 3px solid #fa4612;
    padding: 15px 5px;
    left: 0;
    transition: all 0.3s ease-in-out;
    display: block;
    border-radius: 4px 0 0 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.ser-2>li{
    border-bottom: 1px dashed #0046c047;
}
.ser-2>li>a{
    color: #4a6f8a;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px 15px;
    margin: 0;
    display: block;
    transition: all 0.3s ease-in-out;
}
.ser-2>li>a:hover{
    padding-left: 20px;
    color: #be1515;
}
.ser-2>li:last-child{
    border-bottom: none;
}
.ser-1:hover .ser-2{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.hamburger-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    
}
.hamburger{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
    position: relative;
    z-index: 9;
    cursor: pointer;
    height: 100%;
    justify-content: center;
    width: 30px;
}
.bar{
    width: 30px;
    height: 2px;
    position: relative;
    background: #fff;
    transition: 0.3s;
}
.bar:nth-child(2){
    width: 15px;
}
.header-contact .bar:nth-child(2){
    transform: translateX(-40px);
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    background-color: #000;
}
.header-contact .bar:nth-child(1){
    transform: rotate(135deg);
    top: 8px;
    position: relative;
    background-color: #fff;
}
.header-contact .bar:nth-child(3){
    transform: rotate(225deg);
    top: -6px;
    background-color: #fff;
    position: relative;
}


/* Banner Part Start */

#banner{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.banner-slides{
    position: relative;
    overflow: hidden;
}
.banner-slides .banner-slide-img {
    width: 100%;
}
.banner-slides::before{
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.4) 117.71%);
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
	opacity: 0.9;
}
.banner-slides .banner-slide-img{
    width: 100%;
}
.banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    z-index: 999;
}
.banner-content-main{
    /* display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 20px; */
    position: relative;
    z-index: 9;
    width: 100%;
}
.banner-text{
    color: #fff;
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.banner-text h5{
    opacity: 0;
    transform: translateX(50px);
    transition: 1s;
    font-size: 28px;
    color: #fff;
    z-index: 999;
    position: relative;
}
.banner-text h1 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
	color: #fff;
	position: relative;
	z-index: 999;
}
.banner-text p{
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
	color: #fff;
	position: relative;
	z-index: 999;
	width: 500px;
    font-family: "Lato", sans-serif;
}

/* Animation */

.banner-main .slick-active .banner-text h5{
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.5s;
}
.banner-main .slick-active .banner-text h1{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.9s;
}
.banner-main .slick-active .banner-text p{
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 1.3s;
}
.banner-main .slick-active .banner-content-main::before {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.8;
    transition-delay: 0.8s;
}
.banner-main .slick-initialized .slick-slide {
    overflow: hidden;
}
.slick-active .banner-slide-img{
    animation: zoom-in-out 12s linear infinite alternate;
}
@keyframes zoom-in-out{

    0%{
        transform: scale(1);
        transform-origin: center;
    }

    100%{
        transform: scale(1.5);
        transform-origin: center;
    }
}

.banner-main .slick-active .banner-home-logo img {
    transform: rotateY(360deg);
    transition-delay: 0.3s;
}
.banner-home-logo {
    width: 50px;
    padding-bottom: 20px;
    margin-left: 25px;
}

.banner-home-logo img {
    width: 100%;
    transition: 1s;
}

/* Feature Css */

.feature-bg{
    padding: 0;
    position: relative;
}
.feature-bg .feature-inner{
    position: relative;
    overflow-x: hidden;
    margin-top: -100px;
}
.service-block{
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.service-block .inner-box{
    position: relative;
    padding: 25px 27px 38px;
    background-color: #fff;
    transition: 0.3s all ease;  
}
.new-box{
    padding: 25px 30px 38px !important;
}
.service-block .inner-box::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: 0.6s ease all;
    background-image: linear-gradient(to top, #be1515 0%, #C2292A 100%);
}
.service-block .inner-box .content-box{
    position: relative;
    overflow: hidden;
}
.service-block .inner-box .icon-box{
    position: relative;
}
.service-block .inner-box h5{
    position: relative;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    color: #000;
}
.service-block .inner-box h5 a{
    position: relative;
    color: #be1515;
    line-height: 1.3em;
    transition: 0.3s all ease;
}
.service-block .inner-box h5::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 50px;
    background-image: linear-gradient(to right, #D1641A 0%, #C2292A 100%);
}
.service-block .inner-box p{
    position: relative;
    font-size: 16px;
    color: #222222;
    line-height: 1.8em;
    transition: 0.3s all ease;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    text-align: justify;
}
.service-block .inner-box img{
    transition: 0.3s all ease;
}
.service-block .inner-box:hover::before {
	width: 100%;
}
.service-block .inner-box:hover h5 a {
	color: #fff;
}
.service-block .inner-box:hover h5::before{
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}
.service-block .inner-box:hover p{
	color: #fff;
}
.service-block .inner-box:hover img{
    filter: invert(1);
}

/* About Us Css */


.about{
    position: relative;
}
.exp{
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #be1515;
    color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.exp h3{
    font-size: 42px;
    display: flex;
    align-items: center;
    line-height: 38px;
}
.exp h3 span{
    font-size: 50px;
}
.exp p{
    font-size: 17px;
}
.rot-bor{
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    border: 3px dashed #be1515;
    border-radius: 50%;
    animation: rotation 40s infinite linear;
}
@keyframes rotation{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.about-content h2{
    position: relative;
    color: #be1515;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: capitalize;
}
.about-content h1{
    position: relative;
    color: #222222;
    line-height: 45px;
    margin-bottom: 22px;
    font-size: 32px;
}
.about-content p{
    font-family: "Lato", sans-serif;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 14px;
    color: #666666;
}
.about img{
    width: 100%;
    height: 600px;
}
.check{
    display: flex;
    align-items: center;
    line-height: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.check img{
    width: 18px;
}
.check h6{
    font-size: 18px;
    padding-left: 5px;
}
.check-icon{
    width: 30px;
}
.check-time{
    border-bottom: 1px solid #c4c4c4;
}
.view-but{
    margin-top: 34px;
    position: relative;
    background-color: #be1515;
    padding: 12px 30px;
    display: inline-block;
}
.view-but a{
    color: #fff;   
    font-size: 16px;
    position: relative;
}
.view-but::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: 0.6s ease all;
    background-color: #222222;
}
.view-but:hover::before{
    width: 100%;
}

/* Product CSS */

.product{
    margin-top: 60px;
    background-image: url(../images/service_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product h2{
    text-align: center;
    font-size: 45px;
    color: #be1515;
    position: relative;
    margin-bottom: 60px;
}
.product h2::before{
    position: absolute;
    content: "";
    background-color: #be1515;
    width: 150px;
    height: 3px;
    top: 100%;
}
.servic-pro{
    position: relative;
    margin-bottom: 160px;
    margin-left: 10px;
    margin-right: 10px;
}
.servic-box-img{
    position: relative;
    overflow: hidden;
}
.servic-box-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease-in-out;
    
}
.servic-box-img:hover::before{
    opacity: 1;
    visibility: visible;
}
.servic-box-img img{
    width: 100%;
    height: 100%;
    transition: 0.4s all ease-in-out;
}
.servic-pro .service-box_content{
    
    position: absolute;
    top: auto;
    bottom: -120px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px 40px 22px 40px;
    z-index: 9999;
    transition: 0.4s all ease-in-out;
    width: 85%;
    transform: translate(8.5%);
    background-color: #fff;
}
.servic-pro .service-box_content::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.4s all ease-in-out;
}

.box-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
    transition: 0.4s all ease-in-out;
}
.service-box_text{
    max-width: 270px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid rgba(18, 18, 18, 0.1);
    padding-bottom: 18px;
    margin-bottom: 18px;
    transition: 0.4s all ease-in-out;
}
.line-btn{
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    display: inline-block;
    line-height: 26px;
    position: relative;
    padding-bottom: 0;
    margin-bottom: -1px;
    text-transform: uppercase;
    color: #be1515;
}
.servic-pro:hover .service-box_content::before{
    height: 100%;
    background-color: #be1515;
}
.servic-pro:hover .service-box_content .box-title{
    color: #fff;
}
.servic-pro:hover .service-box_content .service-box_text{
    color: #fff;
    border-color: #fff;
}
.servic-pro:hover .service-box_content .line-btn{
    color: #fff;
    border-color: #fff;
}
.servic-pro .service-box_icon{
    position: absolute;
    right: 15px;
    top: -50px;
    background-color: #be1515;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    transition: 0.4s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servic-pro .service-box_icon img{
    width: 40px;
    transition: 0.4s all ease-in-out;
}
.servic-pro:hover .service-box_icon{
    background-color: #fff;
}
.servic-pro:hover .service-box_icon img{
    filter: brightness(0);
    transform: rotateY(180deg);
}
.product .slick-prev{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #be1515;
    border: none;
    font-size: 0;
    top: -9%;
    right: 5%;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    transform: rotate(180deg);
}
.product .slick-next{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #be1515;
    border: none;
    font-size: 0;
    top: -9%;
    right: 1%;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

/* Clients Css */

.clients{
    margin-top: 60px;
}
.clients-logo{
    display: flex;
    justify-content: center;
}
.clients-logo img{
    width: 110px;
}
.clients .slick-prev{
    display: none !important;
}
.clients .slick-next{
    display: none !important;
}
.clients h2{
    text-align: center;
    font-size: 45px;
    color: #be1515;
    position: relative;
    margin-bottom: 60px;
}
.clients h2::before{
    position: absolute;
    content: "";
    background-color: #be1515;
    width: 150px;
    height: 3px;
    top: 100%;
}

 /* Footer Css Start */

 .footer{
    background-color: #be1515;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-top: 50px;
}
.footer-logo img{
    width: 200px;
}
.first-footer{
    padding: 0 40px 40px 0;
}
.footer-logo{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}
.first-footer p{
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    text-align: justify;
    font-family: "Lato", sans-serif;
}
.location span i{
    color: #fff;
    font-size: 18px;
}
.location span{
    padding-right: 18px;
}
.location{
    color: #fff;
    line-height: 28px;
    margin-bottom: 8px;
    display: flex;
}
.location a{
    color: #fff;
    transition: 0.3s;
}
.location a:hover{
    color: #000;
}
.head-office{
    margin-bottom: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.second-foot{
    margin-bottom: 35px;
    margin-left: 25px;
}
.second-foot i{
    color: #fff;
    font-size: 14px;
}
.second-foot h3{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.second-foot ul li{
    /* width: 100%; */
    padding: 5px 0;
}
.second-foot ul li a{
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}
.second-foot ul li a:hover{
    color: #000;
}
.third-foot{
    margin-bottom: 22px;
}
.third-foot i{
    color: #fff;
    font-size: 14px;
}
.third-foot h3{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.third-foot ul li{
    width: 100%;
    padding: 5px 0;
}
.third-foot ul li a{
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}
.third-foot ul li a:hover{
    color: #1a62ac;
}
.social{
    padding-left: 25px;
}
.social ul{
    display: flex;
    margin-top: 20px;
}
.social ul li a{
    color: #000;
    background-color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    margin-right: 5px;
    transition: 0.3s;
}
.social ul li a:hover{
    background-color: #000;
}
.social ul li:hover a{
    color: #fff !important;
}
.bottom-foot{
    border-top: 1px solid #1a1a1a;
    background-color: #111111;
}
.last-line{
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
}
.last-liness{
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    text-align: right;
}
.last-liness a{
    color: #fff;
    transition: 0.4s;
}
.last-liness a:hover{
    color: #fff;
}
.last-line span{
    color: #fff;
}
.last-lines{
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    text-align: right;
    padding-right: 60px;
}
.last-lines span{
    color: #d67b21;
}
.khat{
    padding-left: 6px;
}


/* Counter Css */

.counter-section{
    margin-top: 40px;
}
.counter-section h2{
    text-align: center;
    font-size: 45px;
    color: #be1515;
    position: relative;
    margin-bottom: 60px;
}
.counter-section h2::before{
    position: absolute;
    content: "";
    background-color: #be1515;
    width: 200px;
    height: 3px;
    top: 100%;
}
.countertime{
    border: 1px solid #e1e1e1;
    display: flex;
  }
  .countertime > div{
    width: 25%;
  }
  .first-count{
    border-right: 1px solid #e1e1e1;
    padding: 40px 22px;
  }
  .count-icon-box{
    height: 95px;
    width: 95px;
    line-height: 95px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
  }
  .count-icon-box img{
    transition: 0.3s all ease-in-out;
  }
  .count-icon-box:hover img{
    transform: rotateY(180deg);
  }
  .counternum{
    font-size: 40px;
    line-height: 30px;
    font-weight: 800;
    color: #be1515;
  }
  .counter-content p{
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4c4d56;
    margin-bottom: 0;
  }
  .countertime .first-count:last-child{
    border-right: none;
  }
  .plus{
    font-size: 40px;
    font-weight: 800;
    color: #be1515;
  }

    /* Stickey Header */

.sticky .menubar{
    position: fixed;
    top: 0;
    left: 0;
    animation: stickey-header 1s;
    z-index: 8;
    box-shadow: 0 0 40px #000;
    width: 100%;
    background-color: #be1515;
  }

  .sticky .logo{
    position: fixed;
    top: 0;
    left: 0;
    animation: stickey-header 1s;
    z-index: 99;
    padding-left: 117px;
  }
  .sticky .logo img{
    width: 205px;
    
  }
  
  @keyframes stickey-header {
    0%{
      transform: translateY(-100px);
    }
    100%{
      transform: translateY(0px);
    }
  }


  /* Why Choose us Css */

  .why-choose{
    margin-top: 60px;
  }
  .why-us h2{
    position: relative;
    color: #be1515;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.why-us h3{
    position: relative;
    color: #222222;
    line-height: 45px;
    margin-bottom: 22px;
    font-size: 32px;
}
.we-provide{
    display: flex;
    margin-top: 5px;
}
.why-icon{
    width: 35px;
    
}
.why-icon i{
    color: #be1515;
    position: relative;
    top: 4px;
    font-size: 18px;
}
.we-provide p{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    color: #4c4d56;
    width: calc(100% - 35px);
}



/* Parcel & Sundary Booking Css */

.breadcrum{
    background-image: url(../images/bread.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 17px;
}
.breadcrum::before{
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.4) 117.71%);
    width: 100%;
    height: 100%;
}
.breadcrum h2{
    position: relative;
    color: #fff; 
    font-size: 36px;
    text-align: center;
}
.bread-last{
    position: relative;
    color: #fff;
    font-size: 18px;
}
.bread-last a{
    color: #fff;
    transition: 0.3s ease;
}
.bread-last a:hover{
    color: #be1515;
}
.sun-inner{
    margin-top: 50px;
}
.sun-cont{
    padding: 25px;
    border: 1px solid #be1515;
    border-radius: 10px;
}
.sundry-cont h2{
    color: #be1515;
    position: relative;
    font-size: 35px;
    margin-bottom: 20px;
}
.sundry-cont p{
    font-family: "Lato", sans-serif;
    line-height: 28px;
    text-align: justify;
    color: #666666;
}

/* About Us Page Css */

.in-about{
    margin-top: 50px;
}
.abouts img{
    width: 100%;
    height: 370px;
}
.new-sun{
    margin-top: 25px;
}
.borimg{
    border-radius: 10px;
}
.pure-red{
    background-color: #be1515;
    width: 80%;
    margin: auto;
}

/* Mission vision Css */

.serviceBox{
    text-align: center;
    padding: 40px 15px 15px;
    box-shadow: 0 0 25px -8px rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
    height: 347px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    
}
.serviceBox:before{
    content: "";
    background-color: #be1515;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 100%, 0% 100%);
    border-radius: 0 0 0 10px;
}
.serviceBox .title{
    color: #be1515;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.serviceBox .description{
    color: #555;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 25px;
    text-align: justify;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}
.serviceBox .service-icon{
    color: #fff;
    background-color: #be1515;
    font-size: 40px;
    line-height: 68px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 50%;
}
.mis-vis{
    margin-top: 50px;
}
.purple{
    text-align: left;
    padding: 40px 40px 15px;
    box-shadow: 0 0 25px -8px rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
    border-radius: 10px;  
}
.purple:before{
    content: "";
    background-color: #be1515;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 100%, 0% 100%);
    border-radius: 0 0 0 10px;
}
.purple .title{
    color: #be1515;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 25px;
    text-align: center;
}
.purple .description{
    color: #555;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 25px;
    text-align: justify;
    font-family: "Lato", sans-serif;
}
.purple .service-icon{
    color: #fff;
    background-color: #be1515;
    font-size: 40px;
    line-height: 69px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.new-provide p{
    font-weight: normal;
}
.new-provide p b{
    font-weight: 800;
    color: #000;
}

/* Our Clients Page Css */

.our-clint{
    margin-top: 50px;
}
.clint-page{
    /* width: 330px; */
    margin: auto;
    border: 2px solid #be1515;
    padding: 20px;
    transition: 0.4s all ease;
    background-color: #f5f5f5;
}
.clint-page img{
    width: 100%;
    transition: 0.4s all ease;
}
.clint-page:hover img{
    transform: scale(1.1);
    cursor: pointer;
}

/* Contact Us Page Css */

.contact-page{
    margin-top: 50px;
}
.contact-time{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.contact-time h4{
    padding-left: 25px;
    line-height: 40px;
    font-size: 29px;
}
.con-loc{
    margin-bottom: 23px;
}
.locations{
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px 35px;
    cursor: pointer;
    height: 295px;
}
.locations h2{
    font-size: 28px;
    margin-bottom: 14px;
}
.locations address{
    font-size: 16px;
    font-family: "Lato", sans-serif;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
}
.locations img{
    transition: 0.4s all ease-in-out;
}
.locations:hover img{
    transform: rotateY(180deg);
}
.number{
    margin-bottom: 6px;
    font-family: "Lato", sans-serif;
}
.number:last-child{
    margin-bottom: 0;
}
.number a{
    color: #212529;
    font-weight: 600;
    transition: 0.4s ease;
}
.number a:hover{
    color: #be1515;
}

/* Branches Page Css */

.branch-page{
    margin-top: 50px;
}
.map-time{
    text-align: center;
}


/* Media Query Start */

@media only screen and (max-width: 1270px) {

    .header-link{
        margin-left: 240px;
    }

}

@media only screen and (max-width: 1060px) {

    .header-link{
        margin-left: 256px;
    }
    nav>ul>li{
        padding: 0 16px;
    }
    .sticky .logo{
        padding-left: 62px;
    }

}

@media only screen and (max-width: 1199px) {

    .service-block .inner-box{
        height: 349px;
        
    }
    .service-block{
        margin: 5px 10px 50px 10px;
    }
    .first-footer{
        padding: 0 0 30px 0;
    }
    .footer-logo{
        margin-bottom: 20px;
    }
    .second-foot{
        margin-left: 0;
    }
    .social{
        padding-left: 0;
    }
    .countertime{
        display: block;
        border: none;
        text-align: center;
    }
    .countertime > div{
        width: 32%;
        display: inline-block;
        border: 1px solid #e1e1e1;
        margin-bottom: 35px;
        margin-right: 35px;
    }
    .countertime .first-count:last-child{
        border-right: 1px solid #e1e1e1;
    }
    .counter-content{
        text-align: left;
    }
    .product .slick-prev{
        right: 6%;
    }

}


@media only screen and (max-width: 991px){

    .hamburger-menu{
        display: block;
        text-align: -webkit-right;
    }
    nav>ul{
        display: none;
    }
    .menubar{
        padding: 34px 0;
    }
    nav{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        width: 300px;
        background-color: #fff;
        height: 100vh;
        box-shadow: rgb(17 12 46 / .15) 0 48px 100px 0;
        transform: translateX(-100%);
        transition: 0.5s;
        overflow-y: auto;
        display: flex;
        justify-content: flex-start;
    }
    .header-contact nav {
        transform: translateX(0);
    }
    nav>ul{
        display: initial;
        flex-direction: column; 
        width: 100%;
    }
    nav>ul>li>a{
        color: #000;
    }
    nav>ul>li:first-child{
        padding: 0 20px;
    }
    nav>ul>li>a{
        padding: 15px 0;
    }
    nav>ul>li{
        border-bottom: 1px solid #d4d4d4;
    }
    .ser-1 i{
        display: none;
    }
    nav>ul>li.ser-1{
        padding-right: 60px;
        position: relative;
        overflow: hidden;
    }
    nav>ul>li.ser-1::after{
        position: absolute;
        content: "+";
        top: 4px;
        right: 22px;
        font-size: 31px;
    }
    li.ser-1.responsive-header::after {
        content: "-" !important
    }
    .ser-1:hover .ser-2{
        visibility: visible;
        opacity: 1;
        overflow: visible;
        top: 0;
        transition: 0s !important;
        z-index: 999;
    }
    .ser-2{
        position: initial;
        overflow: visible;
        visibility: visible;
        opacity: 1;
        top: 0;
        left: 0;
        width: 300px;
        background-color: #fff;
        z-index: 9;
        box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
        height: 0;
        padding: 0;
    }
    .responsive-header .ser-2 {
        height: 100% !important;
    }

    .top-social{
        display: none;
    }

    .sticky .menubar{
        /* padding: 18px 0; */
        display: none;
    }
    .sticky .logo{
        display: none;
    }

    /* .sticky nav{
        position: fixed;
        z-index: 99999999999999999999999 !important;
    } */
    .feature-bg .feature-inner{
        margin-top: 40px;
    }
    /* .about img{
        height: auto;
    } */
    .about-content{
        margin-top: 40px;
    }
    .count-icon-box{
        margin: auto;
    }
    .logi img{
        width: 100%;
    }
    .why-us{
        margin-top: 50px;
    }
    .sundri-img{
       text-align: center;
    }
    .sundry-cont h2{
        text-align: center;
    }
    .new-sundari{
        padding-top: 0;
        text-align: center;
    }
    .sundry-cont{
        padding-top: 15px;
    }
    .pure-red{
        width: 100%;
    }
    .sundry-cont p{
        width: 100% !important;
    }
    .countertime > div{
        width: 40%;
    }
    .product .slick-prev{
        right: 7%;
    }
        .new-inner{
        height: auto;
    }
    .service-block .new-inner{
        height: auto;
    }
    .abouts img{
        height: auto;
    }
    .borimg{
        margin-top: 25px;
    }
    .new-suns{
        padding-top: 0;
    }
    .sun-cont{
        padding: 10px;
    }

}

@media only screen and (max-width: 768px) {

    .top-nav{
        display: none;
    }
    .menubar{
        padding: 44px 0;
    }
    .logo img{
        width: 230px;
    }
    .service-block .inner-box{
        height: auto;
    }
    .service-block{
        margin-bottom: 25px;
    }
    .about img{
        padding-right: 10px;
    }
    .about-us{
        margin-top: 25px;
    }
    .third-foot{
        margin-top: 40px;
    }
    .last-liness{
        text-align: center;
        padding-top: 0;
    }
    .last-line{
        text-align: center;
        padding-bottom: 10px;
    }
    .about img{
        height: auto;
    }
    .countertime > div{
        width: 49%;
        margin-right: 0;
        margin-bottom: 3px;
    }
    .product .slick-prev{
        display: none !important;
    }
    .product .slick-next{
        display: none !important;
    }
    .locations{
        height: auto;
    }


}


@media only screen and (max-width: 576px) {

    .banner-text p{
        display: none;
    }
    .banner-content{
        text-align: center;
    }
    .banner-home-logo{
        margin: auto;
    }
    .banner-text{
        gap: 10px;
    }
    .banner-text h5{
        font-size: 22px;
    }
    .banner-text h1{
        font-size: 25px;
    }
    .about-content h1{
        font-size: 24px;
        line-height: 38px;
    }
    .new-check{
        margin-bottom: 12px;
    }
    .countertime > div{
        width: 60%;
        margin-bottom: 30px;
    }
    .mis-vis .gx-5{
        display: none !important;
    }
    .con-loc{
        text-align: center;
    }
    .locations h2{
        text-align: center;
    }
    .locations address{
        text-align: center;
    }
    .number{
        text-align: center;
    }
    .why-us h2{
        text-align: center;
    }
    .sticky .logo{
        padding-left: 0;
    }

}

@media only screen and (max-width: 450px){
    .countertime > div{
        width: 70%;
    }
    .counter-section h2{
        font-size: 38px;
        margin-bottom: 35px;
    }
    .product h2{
        font-size: 38px;
        margin-bottom: 35px;
    }
    .logo img{
        width: 200px;
    }
    .menubar{
        padding: 36px 0;
    }
    .exp{
        display: none;
    }
    .rot-bor{
        display: none;
    }
    .clients h2{
        font-size: 38px;
        margin-bottom: 35px;
    }
    .breadcrum h2{
        font-size: 32px;
    }
    .breadcrum{
        padding: 40px 0;
    }
}

@media only screen and (max-width: 374px){
    .countertime > div{
        width: 100%;
    }
    .banner-text{
        grid-area: 5px;
    }
    .banner-text h1{
        font-size: 22px;
    }
    .banner-home-logo img{
        width: 85%;
    }
    .banner-home-logo{
        padding-bottom: 10px;
    }
    nav{
        width: 270px;
    }
}







