@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');





*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}
body{
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}
html{
    scroll-behavior: smooth;
}
ul{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
p{
    margin: 0;
    padding: 0;
}



/* Top Header */

.topbar {
    position: relative;
    z-index: 100;
    padding: 15px 0;
}
.topbar-contact-info {
    padding-left: 60px;
}
.topbar-contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.topbar-contact-info ul li {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
}
.topbar-contact-info ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.topbar-contact-info ul li i {
    color:#7398ff;
    margin-right: 6px;
}
.topbar-contact-info ul li:last-child {
    margin-right: 0;
}
.topbar-contact-info ul li {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
}
.header-social-links {
    text-align: right;
    padding-right: 30px;
}
.header-social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-social-links ul li {
    display: inline-block;
    margin-left: 4px;
}
.header-social-links ul li a {
    width: 29px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 15px;
    background: #5582ff;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
}
.nav-bar {
    position: absolute;
    width: 100%;
}







/* Header Css */

.header-main {
    width: 100%;
    display: flex;
    padding: 6px 0;
    background-color: #fff;
    position: relative;
    max-width: 1134px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    border-bottom: 1px solid transparent;
    z-index: 100;
    }

/* .header-main:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0px;
    height: 100%;
    width: 36%;
    border-left: 0px solid transparent;
    border-top: 92px solid #fff;
    border-right: 123px solid transparent;
    transition: 0.5s all ease;
} */
.header-top-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding: 0 20px; */
}
.logo {
    width: 155px !important;
    position: relative;
    margin: 0 auto;
}
.logo img {
    width: 100%;
}
nav {
    display: flex;
    position: relative;
    z-index: 9999;
    position: relative;
    width: 60%;
}
nav>ul{
    display: flex;
}
nav>ul>li{
    padding: 0 12px;
}
nav>ul>li:first-child{
    padding-left: 0;
}
nav>ul>li:last-child{
    padding-right: 0;
}
nav>ul>li>a {
    color: #000000;
    font-weight: 600 !important;
    font-size: 19px;
    padding: 35px 0;
    transition: 0.3s allease;
    font-weight: 700;
}
nav>ul>li:hover a{
    color: #0a76a8;
}
nav>ul>li>a>i{
    transition: 0.3s ease;
    color: #000000;
    font-size: 17px;
}
nav>ul>li:hover>a>i{
    transform: rotate(180deg);
    color: #0a76a8;
}
.drop-down-menu{
    position: relative;
}
.drop-down-nav{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    top: 80px;
    left: 0;
    width: 330px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.drop-down-menu:hover .drop-down-nav {
    opacity: 1;
    overflow: visible;
    visibility: visible;
    top: 46px;
    transition: 0.5s;
}
.drop-down-nav>li{
    border-bottom: 1px solid #d8dadc;
}
.drop-down-nav>li:last-child{
    border-bottom: none;
}
.drop-down-nav>li>a {
    color: #000 !important;
    position: relative;
    padding: 13px 16px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
}
.drop-down-nav>li:hover{
    background-color: #0a76a8;
    transition: 0.3s;
}
.drop-down-nav>li:hover>a{
    color: #fff !important;
} 
.get-quote a:hover{
    background-color: #0a76a8;
}
.get-quote a:hover i{
    transition: .6s ease-in;
    transform: translateX(5px);
}
.get-quote a {
    padding: 15px 35px;
    font-size: 17px;
    background-color: #666666;
    color: white;
    border-radius: 5px;
}


.hamburger-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 22px;
    display: none;
}
.hamburger{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 5px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    height: 100%;
    width: 30px;
}
.bar{
    width: 30px;
    height: 2px;
    position: relative;
    background-color: #000;
    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: #000;
}
.header-contact .bar:nth-child(3){
    transform: rotate(225deg);
    top: -6px;
    background-color: #000;
    position: relative;
}



/* sticky-header */

.sticky-header.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    animation: sticky-header 1s;
}


@keyframes sticky-header{

    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }

}

.sticky-header {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 40px #000 !important;
    transition: all 0.3s ease;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
}


.sticky-header .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.sticky-header .logo img {
    width: 100%;
    margin-left: 0px;
}
.sticky-header nav {
    display: flex;
    position: relative;
    z-index: 9999;
    width: 60%;
    margin-left: auto;
    padding: 17px 0;
}
.sticky-header .header-top-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding: 0 20px; */
    padding: 10px 0;
}




/* Banner Part Start */

#banner {
    display: block;
    overflow: hidden;
    width: 100%;
  }
  
  .banner-slides {
    position: relative;
    overflow: hidden;
  }
  
  .banner-slides .banner-slide-img {
    width: 100%;
  }
  
  .banner-slides::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #5a0101d9 0%, rgb(137 1 3 / 91%) 117.71%);
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
    opacity: 0.9;
  }
  
  .banner-content {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 999;
  }
  
  .banner-content-main {
    position: relative;
    z-index: 9;
    width: 100%;
  }
  
  .banner-text {
    color: #fff;
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .banner-text h5 {
    opacity: 0;
    transform: translateX(50px);
    transition: 1s;
    font-size: 35px;
    color: #fff;
    z-index: 999;
    position: relative;
    text-align: center;
  }
  
  .banner-text h1 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    color: #fff;
    position: relative;
    z-index: 999;
    font-size: 80px;
    font-weight: 500;
    text-align: center;
  }
  
  .banner-text p {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    color: #fff;
    position: relative;
    z-index: 999;
    /* width: 1055px; */
    font-size: 24px;
    text-align: center;
    padding: 0 108px;
}
  
  /* 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.2);
      transform-origin: center;
    }
  }
  
  .banner-main .slick-active .banner-home-logo img {
    /* transform: rotateY(360deg); */
    transition-delay: 0.3s;
  }
  
  .banner-home-logo {
    width: 184px;
    padding-bottom: 20px;
    margin-left: 25px;
    position: relative;
    top: 89px;
    left: 629px;
}
  
  .banner-home-logo img {
    width: 100%;
    transition: 1s;
  }


  
/* about-us */


.content .sub-title {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    font-family: var(--sec-title-subtitle-font-family);
    color: #515d7e;
    text-transform: uppercase;
}

.content h2 {
    font-size: 33px;
    line-height: 1.2em;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #df1119;
}
.content h2 span {
    color: #21305a;
}
.content h5 {
    color: #002440;
    font-size: 23px;
    padding-bottom: 6px;
}
.content p {
    line-height: 28px;
    color: #444444;
    font-size: 17px;
    padding-bottom: 5px;
    text-align: justify;
    position: relative;
}

.read a {
    position: relative;
    font-size: 17px;
    /* line-height: 1.4; */
    padding: 15px 40px;
    background-color: #21305a;
    color: #f8f5f0;
    font-weight: 500;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: 1;
    margin-top: 15px;
  }
  
.read a::before {
    position: absolute;
    content: "";
    background-color: #DF1119;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
}  
.read a:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom left;
}    
.read a:hover {
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
section.about-part {
    /* margin-top: 80px; */
    padding-bottom: 80px;
    background-image: url(../images/choose-us-background-1.webp);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 70px;
    top: -9px;
}
.image-2 {
    position: absolute;
    bottom: -800x;
    /* left: -80px; */
    overflow: hidden;
    max-width: 265px;
    margin-bottom: 0;
    animation: bounce 6s linear infinite;
    top: -5%;
    left: 17px;
}
  
@keyframes bounce {
  
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(-30px);
    }
  
    100% {
      transform: translateY(0);
    }
}
.about-img-1 img {
    width: 100%;
}
.about-img img {
    width: 100%;
}




/* Services-part */

.product {
    background-image: url(../images/service-background-1.webp);
    padding: 75px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    top: -8px;
}
.product::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b90a12f7;
    opacity: 0.9;
}
.product h2 {
    text-align: center;
    font-size: 42px;
    color: #fff;
    position: relative;
    margin-bottom: 60px;
}
.product h2::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 150px;
    height: 3px;
    top: 110%;
}
.product h4 {
    color: #fff;
    font-size: 35px;
    line-height: 36px;
    font-weight: 600;
    position: relative !important;
    /* padding: 9px; */
    text-align: center;
    padding-top: 10px;
}

.service-part {
    padding-top: 75px;
}
section.service-sec {
    padding-bottom: 40px;
}
.sub-title-1 {
    color: #878787;
    position: relative;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}
.service-block {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-block .inner-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-bottom: 20px;
}
.service-block .image {
    position: relative;
    margin-bottom: 20px;
    padding-right: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
}
figure {
    margin: 0 0 1rem;
}
.service-block .image:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 270px;
    background-color: #efe7dd;
    clip-path: polygon(44% 0, 100% 0, 100% 100%, 0 100%);
    content: "";
}
.inner-box a {
    color: #000;
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    transition: all 0.3s ease;
}
.service-block .image img {
    position: relative;
    width: 100%;
}
.service-block .content-box {
    position: absolute;
    left: 34px;
    right: 45px;
    bottom: 22px;
    padding: 32px 10px 30px 53px;
    margin-left: 12px;
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.service-block .content-box .fa-solid {
    position: absolute;
    left: -27px;
    top: 0;
    background-color: #182754;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    width: 70px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1em;
    z-index: 2;
    transition: all 200ms ease;
}
.service-block .content-box .fa-solid:after {
    position: absolute;
    left: 0;
    bottom: -14px;
    border-left: 27px solid transparent;
    border-top: 14px solid #182754;
    content: "";
    transition: all 300ms ease;
}
.service-block .inner-box:hover .fa-solid {
    background-color: #febe42;
    color: #000;
}
.service-block .inner-box:hover .fa-solid:after {
    border-top: 14px solid #db9f29;
}
.service-block .title {
    position: relative;
    font-weight: 700;
    z-index: 2;
    font-size: 17px;
}
.service-block .title:hover {
    color: #ca1f26;
}
.title a {
    color: inherit;
}
.service-block .content-box .inner {
    position: relative;
    display: none;
    overflow: hidden;
}
.service-block .text {
    position: relative;
    font-size: 16px;
    line-height: 25px;
    z-index: 2;
    /* margin-bottom: 5px; */
    transition: all 300ms ease;
    text-align: justify;
}
.service-block .read-more {
    position: relative;
    display: inline-flex;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 0px;
    transition: all 300ms ease;
}
.service-block .read-more i {
    font-size: 14px;
    margin-left: 10px;
    transform: rotate(45deg);
}
.service-block .inner-box:hover .content-box .inner {
    height: auto !important;
}
.content-box:hover .inner {
    display: block !important;
    height: auto !important;
    padding-top: 5px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    transition: all 0.3s ease-in-out;
}


.read-1 a {
    position: relative;
    font-size: 17px;
    /* line-height: 1.4; */
    padding: 15px 40px;
    background-color: #21305a;
    color: #f8f5f0;
    font-weight: 500;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    z-index: 1;
    margin-top: 15px;
  }
  
  .read-1 a::before {
    position: absolute;
    content: "";
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: top right;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: -1;
  }
  
  .read-1 a:hover::before {
    transform: scale(1, 1);
    transform-origin: bottom left;
  }
  
  .read-1 a:hover {
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
  .read-1 {
    text-align: center;
    padding-top: 15px;
}



/* choose-us */


.choose-us {
    background-image: url(../images/choose-us-background.webp);
    padding-top: 85px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 60px;
    top: -9px;  
}
/* .choose-us::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9f0202fa;
    opacity: 0.9;
} */


.sub-title-1 {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    color: #6e6e6e;
    text-transform: uppercase;
    text-align: center;
}
.sub-title {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    color: #e1e1e1;
    text-transform: uppercase;
    text-align: center;
}
.sub-title-2 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    color: #919191;
    text-transform: uppercase;
    text-align: center;
}
.choose-part {
    padding-top: 70px;
}
.choose-us h3 {
    text-align: center;
    padding-top: 6px;
    font-size: 36px;
    font-weight: 600;
}
.choose-us .col-lg-6 {
    position: relative;
}

.choose-img {
    /* position: absolute; */
    overflow: hidden;
    /* width: 97%; */
    animation: bounce 6s linear infinite;
}
@keyframes bounce {
  
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(-30px);
    }
  
    100% {
      transform: translateY(0);
    }
}
.choose-img img {
    width: 100%;
}
iframe {
    width: 100%;
}

/* .icon-plane-4 {
    position: absolute;
    top: 105px;
    right: 30px;
}
.icon-plane-4 {
    width: 301px;
    height: 336px;
    background-image: url(../images/icon-plane-4.webp);
}
.bounce-y {
    animation: bounce-y 10s infinite linear;
}
@keyframes bounce-y {
    0%, 100% {
      transform: translateY(0);
    }
    25% {
      transform: translateY(-20px);
    }
    50% {
      transform: translateY(0);
    }
    75% {
      transform: translateY(20px);
    }
} */
.icon-city-2 {
    width: 541px;
    height: 205px;
    background-image: url(../images/icon-city-2.webp);
}
.icon-city-2 {
    position: absolute;
    bottom: 0px;
    right: 0;
}
.bounce-x {
    animation: bounce-x 10s infinite linear;
}
@keyframes bounce-x {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(20px);
  }
}
.content-box-1 {
    border-bottom: 1px solid rgba(221, 221, 221, 0.4);
    padding: 11px 14px;
    background-color: #071847;
    color: #fff;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 165px;
    border-radius: 15px;
}
h5.title {
    font-size: 20px;
    font-weight: 600;
}
/* .tj-icon-box {
    margin-bottom: 30px;
    /* margin-right: 50px;
} */
.tj-icon-box .ab-text {
    margin-bottom: 10px;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
.tj-icon-box .ab-text .ab-icon {
    margin-right: 15px;
}
.ab-icon i {
    font-size: 33px;
    color: #ff4040;
}
p.desc {
    text-align: justify;
    line-height: 26px;
}
.choose-us .container {
    max-width: 1270px;
}




/* process-part */


.process-item .process-icon {
    background-color: #f8f5f1;
    color: #df1119;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.04);
    width: 100px;
    height: 100px;
    line-height: 75px;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #f7dddd;
    border-radius: 2px 2px 2px 2px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}
.process-item .process-icon i {
    font-size: 40px;
}
.logis {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.process-item .process-icon span {
    background-color: #df1119;
    color: #fff;
    box-shadow: 0px 0px 0px 3px #DF111950;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 0;
    text-align: center;
    position: absolute;
    position: absolute;
    right: -25px;
    top: 10px;
}
.process-item {
    text-align: center;
}
.process-item .process-content h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative;
}
.process-item .process-content p {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
}
.process-wrapper {
    background-image: url(../images/process-line.webp);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: contain;
}
.process-part {
    background-image: url(../images/map-pattern-1.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 80px;
    padding-top: 75px;
    /* margin-bottom: 62px; */
}
.process-part::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b7b7b714;
    opacity: 0.9;
}
.process-wrapper .col-lg-3:nth-child(2n + 2) {
    margin-top: 50px;
}
.process-part h3 {
    text-align: center;
    position: relative;
    font-size: 35px;
    font-weight: bold;
    padding-top: 5px;
}
.process-sec {
    margin-top: 70px;
}
.sub-title-3 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    color: #919191;
    text-transform: uppercase;
    text-align: center;
}


/* enquiry */


.quote-more {
    position: relative;
    padding: 65px 0px 65px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #e1252e;
}
/* .quote-more::before {
    background-color: #e1252e;
    /* opacity: 0.9;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
} */
/* .quote-sec .quote-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Optional for responsiveness
    gap: 20px;
} */
/* .quote-text {
    max-width: 70%; /* Or adjust as needed 
} */
.read-more a {
    display: inline-block;
    background-color: #e1252e; /* Customize your button color */
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.read-more a:hover {
    background-color: #0056b3;
}
.quote-more h2 {
    margin-bottom: 0px;
    color: #FFFFFF;
    line-height: normal;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    position: relative;
}
.quote-more p {
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    padding: 26px 15px;
    position: relative;
}
.read-more {
    text-align: center;
    /* margin-top: 70px; */
    margin: 50px 0;
}
.read-more a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 15px;
    border: 2px solid #fff;
    border-radius: 55px;
    position: relative;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
}


/* gallery */

section.gallery-part {
    padding-bottom: 80px;
    position: relative;
    background-image: url(../images/gallery-background-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -9px;
    padding-top: 80px;
}
.gallery-part::before  {
    background-color: #d1dcff4d;
    /* opacity: 0.9; */
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.gallery-part h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    padding-top: 4px;
    position: relative;
}
.gallery-sec {
    padding-top: 70px;
    position: relative;
}
.gallery-sec .slick-prev{
   
    display: none !important;
}
.gallery-sec .slick-next{
    display: none !important;
}
.gallery-img {
    width: auto;
    overflow: hidden !important;
    margin-bottom: 20px;
}
.gallery-img img {
    width: 100%;
    box-shadow: 4px 6px 11px #b3b7ad9e;
}

.gallery-img img:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: 3s;
}
section.gallery-more {
    padding-bottom: 55px;
}


/* footer-part */



footer {
    padding: 45px 0 40px 0;
    position: relative;
    background-image: url(../images/footer-bg-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
 footer::before {
    position: absolute;
    background-color: #06416f !important;
    content: "";
    height: 100%;
    left: 0;
    opacity: .93;
    right: 0;
    top: 0;
    width: 100%;
} 
/* footer .container {
    max-width: 1210px;
} */
.foot-logo img {
    width: 253px;
    position: relative;
    background-color: #fff;
    padding: 16px 8px;
    border-radius: 20px;
}
.foot-logo{
    padding-bottom: 19px;
    position: relative;
}
.first-foot p{
    color: #fff;
    position: relative;
    line-height: 28px;
    text-align: justify;
}
.first-foot h3 {
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    padding-bottom: 20px;
    position: relative;
    /* font-family: "Montserrat", sans-serif; */
}
.second-foot p{
    color: #fff;
    position: relative;
    line-height: 28px;
    text-align: justify;
}
.second-foot h3 {
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    padding-bottom: 20px;
    position: relative;
    /* font-family: "Montserrat", sans-serif; */
}
.third-foot {
    /* padding-right: 20px; */
    padding-top: 55px;
}
.third-foot p{
    color: #fff;
    position: relative;
    line-height: 28px;
    text-align: justify;
}
.third-foot h3 {
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    padding-bottom: 20px;
    position: relative;
    /* font-family: "Montserrat", sans-serif; */
}
/* .second-foot h3::before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #ffffff, #1212126e);
    width: 166px;
    height: 3px;
    top: 60%;
    left: 9px;
} */
.first-foot ul>li {
    padding-bottom: 16px;
    position: relative;
    display: flex;
    font-size: 19px;
}
.second-foot ul>li {
    padding-bottom: 12px;
    position: relative;
    display: flex;
    font-size: 18px;
}
.third-foot ul>li {
    padding-bottom: 15px;
    position: relative;
    display: flex;
}
.foot-social a{
    background-color: #3D4250;
    color: #fff;
    padding: 7px 12px;
    margin-right: 2px;
    display: inline-block;
}
.foot-social {
    padding-bottom: 25px;
    position: relative;
    padding-top: 14px;
}
.first-foot ul>li>i {
    color: #fff;
    padding-right: 12px;
    font-size: 18px;
    align-items: center;
    display: flex;
}
.first-foot ul>li>a{
    color: #fff;
    line-height: 28px;
    transition: 0.3s ease;
}
.second-foot ul>li>i {
    color: #fff;
    padding-right: 12px;
    font-size: 18px;
    align-items: center;
    display: flex;
}
.second-foot ul>li>a{
    color: #fff;
    line-height: 28px;
    transition: 0.3s ease;
    text-align: justify;
}
.third-foot ul>li>i {
    color: #fff;
    padding-right: 12px;
    font-size: 18px;
    align-items: center;
    display: flex;
}
.third-foot ul>li>a{
    color: #fff;
    line-height: 28px;
    transition: 0.3s ease;
}

.last-foot h3 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    position: relative;
    /* font-family: "Montserrat", sans-serif; */
}
/* .last-foot h3::before{
    position: absolute;
    content: '';
    background: linear-gradient(to right, #ffffff, #1212126e);
    width: 160px;
    height: 3px;
    top: 60%;
    left: 9px;
} */
.add-time{
    display: flex;
    position: relative;
    padding-bottom: 10px;
}
.add-icon i {
    /* width: 55px; */
    /* margin-right: 20px; */
    /* height: 55px; */
    /* background-color: #201818; */
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    color: #fff;
    /* border-radius: 50%; */
    /* position: relative; */
    padding-right: 20px;
    font-size: 30px;
}
.add-icon img {
    width: 30px;
}
.full-add{
    width: calc(100% - 75px);
    position: relative;
    color: #fff;
    line-height: 28px;
}
.new-add{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.new-add a{
    color: #ffffff;
}
.copy {
    color: #fff;
    position: relative;
    padding: 15px 0;
    font-size: 18px;
}
.power {
    color: #fff;
    position: relative;
    /* padding-top: 20px; */
    text-align: right;
    padding: 15px 0;
    font-size: 17px; 
}
.power a{
    color: #fff;
}
.botton-line {
    border-top: 1px solid #fff;
    position: relative;
    background-color: #dd0000;
}
.first-foot.third-foot {
    margin-bottom: 0px;
    margin-left: 8px;
}  

.foot-logo {
    /* width: 98%; */
    width: 203px;
    /* margin: auto; */
    padding: 20px 2px; 
    border-radius: 6px;
    text-align: center;
    margin: 0 auto;
}
.foot-first {
    margin-bottom: 25px;
}

.foot-logo img {
    width: 100%;
}
.last-foot {
    margin-left: 25px;
    font-size: 18px;
}
.foot-first p {
    width: 94%; 
    margin: auto;
    color: #ffffff;
    text-align: justify;
    line-height: 28px;
    font-size: 17px;
    position: relative;
}
 /* footer .container {
    max-width: 1210px;
}  */



/* inner-page about-us */

.breadcrum{
    background-image: url(../images/breadcrum-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 228px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 17px;
}
.breadcrum::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #091946f5 0%, rgb(255 0 0 / 65%) 117.71%) !important;
    opacity: .95;
}
.bread-cont{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    gap: 15px;
    top: 60px;
}
.bread-cont h1 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding: 0 10px;
}
.bread-last {
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
}
.bread-last a {
    color: #fff;
    transition: 0.3s ease;
}
.bread-last a:hover{
    color: #1a62ac;
}
.col-lg-6.part {
    padding-right: calc(var(--bs-gutter-x) * .0);
    padding-left: calc(var(--bs-gutter-x) * .0);
}
.about-sec {
    /* margin: 7px; */
    padding: 6px;   
}
section.about-text {
    margin-top: 70px;
}
.text-part p {
    text-align: justify;
    line-height: 32px;
}
.about-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 17px;
    box-shadow: rgb(179, 183, 173) 4px 6px 11px;
    border-radius: 10px;
}
.about-img img:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: 3s;
}

/* mission & vission */

.mission-text {
    /* justify-items: center; */
    padding: 66px 0px 0 45px;
}
.Mission-part h2 {
    font-size: 39px;
    font-weight: 600;
    color: #e70000;
}
.Mission-part ul li {
    padding: 10px 0;
    display: flex;
}
.mission-panel {
    /* margin: 12px 0px 0 30px; */
    text-align: justify;
    padding: 20px 0px;
}
.mission-panel li i {
    font-size: 19px;
    padding-right: 10px;
    align-items: center;
    display: flex;
}
section.Mission-part {
    padding-bottom: 80px;
    margin-top: 85px;
}
.mission-img img {
    width: 100%;
    border-radius: 10px;
}
.mission-sec {
    /* border: 1px solid; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



/* product-part */

section.product-more {
    margin-top: 80px;
    padding-bottom: 70px;
}
.app-image img {
    transition: 0.5s ease;
    border-radius: 20px;
    box-shadow: rgba(42, 42, 161, 0.2) 0px 7px 29px 0px;
}
.product-part {
    box-shadow: 0px 5px 21px 7px rgba(194.60164794921877, 194.60164794921877, 194.60164794921877, 0.5);
    /* width: 100%; */
    /* border-radius: 10px; */
    border-right: 8px solid #fb3232;
    padding: 21px 21px 21px 21px;
    border-left: 8px solid #fb3232;
    border-radius: 35px;
}
.content-1 p {
    text-align: justify;
    line-height: 33px;
}
.content-sec p {
    text-align: justify;
    line-height: 30px;
}
/* .app-image {
    padding: 10px 0 !important;
} */
.image-item img {
    width: 100%;
}
.product-more .slick-prev{
    display: none !important; 
}
.product-more .slick-next{
    display: none !important; 
}

/* new css */
/* .process-card {
  background-color: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: #e70000;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  transition: background-color 0.3s ease;
}
.red-p-text{
    color: #e70000;
}
.animate-slide-up {
  opacity: 0;
  transform: translateY(40px);
  animation: slideUpFade 0.8s ease-out forwards;
}

.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}

@keyframes slideUpFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
} */
.red-p-text{
    color: #e70000;
    margin-bottom: 0 !important;
    font-weight: 500;
}


/* contact Us css */


.contact-section {
    background: #f2f2f2;
    padding: 60px 20px;
    text-align: center;
}
.contact-section h2 {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    margin-bottom: 40px;
}
.contact-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.contact-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: left;
    transition: transform 0.3s ease;
}
.contact-card:hover {
    transform: translateY(-5px);
}
.contact-card span {
    font-size: 26px;
    color: var(--main-color);
}
.contact-card p {
    color: #333;
    text-decoration: none;
    text-decoration: none;
    font-weight: 500;
    margin-top: 15px;
}
.contact-card a {
    color: #333;
    text-decoration: none;
    text-decoration: none;
    font-weight: 500;
    max-width: 100%;
    word-wrap: break-word;
}
.contact-card a:hover {
    text-decoration: underline;
}
.contact-card b {
    color: #000;
}
.contact-card i{
    background-color: #FF0000;
    color:#fff;
    padding: 10px;
    border-radius: 50%;
    margin-right: 7px;
}
.loc-pad{
    padding: 10px 13px !important;
}





/* Enquiry Form Css */

.page-part {
    padding-top: 75px;
    padding-bottom: 65px;
}
.form-control-feedback {
    display: none;
}
.has-feedback label~.form-control-feedback {
    top: 0 !important;
}
.error {
    text-align: left !important;
    display: table !important;
}
.thnak4 {
    margin-top: 50px;
}
.has-feedback .form-control {
    font-size: 16px !important;
    padding: 18px 10px;
}
.form-group {
    margin: 15px 0 !important;
}
.form-group input {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #ff0000;
}
.form-group textarea {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #ff0000;
}
.form-group select {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #ff0000;
}
.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    width: 100% !important;
}
.input-group .form-control:last-child,
.input-group-addon:last-child {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    width: 100% !important;
    border-bottom: 2px solid #31aad6;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin: 20px 0;
    width: 100% !important;
}
.Submit-box {
    background-color: #ff0000;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #ff0000;
    font-size: 17px;
    border-radius: 2px;
    transition: 0.3s ease;
}
.Submit-box:hover {
    background-color: #000;
    border: 1px solid #000;
}
.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #273a4b;
    border-bottom: 2px solid #273a4b;
}
.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}
.get {
    color: #ff0000;
    font-weight: bold;
    font-size: 34px;
    padding-bottom: 15px;
    text-align: center;
}
.fill {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}
.Submit-box {
    font-weight: 600;
}  

/* Enquiry Form Css End*/


/* contact us */

.info-box {
    color: #444444;
    text-align: left;
    padding: 10px 7px 10px 30px;
    background: #ffffff;
    box-shadow: 0px 4px 11px 4px #d1d1d17d;
    border-radius: 4px;
    margin-bottom: 30px;
}
.info-box h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 10px 0;
    font-family: "Poppins", sans-serif;
    text-align: left;
}
.info-box-1 {
    color: #444444;
    text-align: left;
    padding: 10px 7px 10px 30px;
    background: #ffffff;
    box-shadow: 0px 4px 11px 4px #d1d1d17d;
    border-radius: 4px;
    margin-bottom: 30px;
}
.info-box-1 h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 10px 0;
    font-family: "Poppins", sans-serif;
    text-align: left;
}

section.contact-more {
    margin: 50px 0;
}
iframe {
    width: 100%;
}
.info-box p {
    line-height: 43px;
    font-size: 18px;
    color: #000;
}
.info-box i {
    font-size: 24px;
    color: #ff0000;
    padding-right: 10px;
}
.info-box a {
    color: #000;
}
.info-box-1 p {
    line-height: 43px;
    font-size: 18px;
    color: #000;
}
.info-box-1 i {
    font-size: 24px;
    color: #ff0000;
    padding-right: 10px;
}
.info-box-1 a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.contact-more h2 {
    text-align: center;
    font-size: 49px;
    margin-bottom: 60px;
    font-weight: 600;
    color: #ff0000;
}



/* Media Query Start */

@media only screen and (max-width: 1900px) {

    .banner-home-logo {
        width: 193px;
        padding-bottom: 20px;
        margin-left: 25px;
        position: relative;
        top: 95px;
        left: 698px;
    }
    .banner-text {
        gap: 10px;
    }
    .image-2 { 
        top: -3%;
        left: 20px;
    }
}

@media only screen and (max-width: 1440px) {

    .banner-text {
        gap: 11px;
    }
    .banner-text p {
        font-size: 25px;
        text-align: center;
        padding: 0 177px;
    }
    .banner-home-logo {
        width: 186px;
        padding-bottom: 20px;
        margin-left: 23px;
        position: relative;
        top: 93px;
        left: 705px;
    }
    .header-main {
        max-width: 1097px;
    }
    .logo {
        width: 172px !important;
        position: relative;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 1399px) {

    .banner-home-logo {
        width: 195px;
        padding-bottom: 20px;
        margin-left: 23px;
        position: relative;
        top: 84px;
        left: 607px;
    }
    .banner-text p {
        font-size: 25px;
        padding: 0 100px;
    }
    .image-2 {
        top: -4%;
        left: 20px;
    }
}



@media only screen and (max-width: 1199px) {

    .header-main {
        max-width: 935px;
    }
    nav {
        width: 63%;
    }
    .topbar-contact-info {
        padding-left: 8px;
    }
    .sticky-header nav {
        width: 66%;
    }
    .content h2 {
        font-size: 30px;
    }
    .image-2 {
        top: -8%;
    }
    .last-foot {
        margin-left: 0px;
        padding-top: 0px;
    }
    .add-icon i {
        padding-right: 10px;
    }
    .foot-logo {
        width: 211px;
    }
    .foot-logo img {
        padding: 16px 11px; 
    }
    .new-add a {
        color: #ffffff;
        font-size: 17px;
    }
    .second-foot {
        /* padding-right: 20px; */
        margin-left: 15px !important;
    }
    .first-foot {
        margin-left: 30px;
    }
    .last-foot h3 {
        font-size: 32px;
        padding-bottom: 22px;
    }
    .second-foot h3 {
        font-size: 29px;
        padding-bottom: 20px;
    }
    .first-foot h3 {
        font-size: 29px;
        padding-bottom: 20px;
    }
    .foot-first {
        margin-bottom: 22px;
    }
    footer {
        padding: 30px 0 21px 0;
    }
    .power {
        text-align: justify;
        padding: 12px 0;
    }
    .copy {
        padding: 16px 0;
        font-size: 18px;
    }
    .image-item img {
        width: 100%;
        height: 400px;
    }
    .content-1 p {
        text-align: justify;
        line-height: 31px;
    }
    section.product-more {
        margin-top: 65px;
        padding-bottom: 65px;
    }
    .mission-text {
        padding: 66px 0px 0 35px;
    }
    section.Mission-part {
        padding-bottom: 65px;
        margin-top: 65px;
    }
    section.about-text {
        margin-top: 60px;
    }
    .logo {
        width: 160px !important;
    }
    .gallery-sec {
        padding-top: 60px;
        position: relative;
    }
    section.gallery-more {
        padding-bottom: 35px;
    }
    .banner-text h1 {
        font-size: 60px;
    }
    .banner-text p {
        font-size: 20px;
        text-align: center;
        padding: 0 70px;
    }
    .banner-home-logo {
        width: 168px;
        padding-bottom: 20px;
        margin-left: 25px;
        top: 83px;
        left: 517px;
    }
    .banner-content {
        top: 57%;
    }
    .banner-text {
        gap: 7px;
    }
    section.contact-more {
        margin: 45px 0 25px;
    }
    .service-block .image:before {
        width: 240px;
    }
    .service-block .content-box .fa-solid {
        left: -27px;
        height: 65px;
        width: 65px;
        font-size: 31px;
    }
    .service-block .title {
        font-weight: 700;
        font-size: 16px;
    }
    .service-block .content-box {
        position: absolute;
        left: 27px;
        right: 31px;
        bottom: 28px;
        padding: 29px 5px 29px 43px;
        margin-left: 12px;
    }
    .service-block .image {
        position: relative;
        margin-bottom: 23px;
        padding-right: 19px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .choose-us .container {
        max-width: 995px;
    }
    .process-part {
        padding-top: 65px;
        padding-bottom: 45px;
    }
    .quote-more {
        padding: 55px 0px 55px;
    }
    .ab-icon i {
        font-size: 31px;
        color: #ff4040;
    }
    .tj-icon-box .ab-text .ab-icon {
        margin-right: 10px;
    }
    .content-box-1 {
        border-bottom: 1px solid rgba(221, 221, 221, 0.4);
        padding: 15px 13px;
        height: 186px;
    }
    h5.title {
        font-size: 17px;
        font-weight: 600;
    }
    section.about-part {
        padding-top: 55px;
        padding-bottom: 60px;
    }
    .choose-us h3 {
        padding-top: 3px;
        font-size: 34px;
    }
    .gallery-part h3 {
        font-size: 30px;
        padding-top: 2px;
    }
    nav>ul>li {
        padding: 0 10px;
    }
    nav>ul>li>a {
        font-size: 18px;
    }
    .process-item .process-content h3 {
        font-size: 18px;
    }
    .bread-cont {
        top: 70px;
    }
    .breadcrum {
        padding: 180px 0;
    }
    .bread-cont h1 {
        font-size: 35px;
        padding: 0 7px;
    }
    .banner-slides .banner-slide-img {
        width: 100%;
        height: 100vh;
    }
    .page-part {
        padding-top: 55px;
        padding-bottom: 56px;
    }
    .choose-us {
        padding-top: 65px;
        padding-bottom: 53px;
    }
}


@media only screen and (max-width: 991px) {

    .first-foot {
        margin-left: 75px;
    }
    .second-foot {
        margin-left: 0px !important;
    }
    .hamburger-menu {
        display: block;
        cursor: pointer;
    }
    nav{
        display: none;
    }
    nav>ul{
        position: fixed;
        top: 0;
        left: 0;
        width: 315px;
        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;
        z-index: 999999999999;
    }
    .header-contact nav>ul{
        transform: translateX(0);
    }
    nav{
        display: initial;
    }
    nav>ul{
        display: initial;
        flex-direction: column;
    }
    nav>ul>li>a {
        padding: 15px 0;
        display: block;
        color: #000000;
        padding-left: 20px;
    }
    nav>ul>li{
        border-bottom: 1px solid #d4d4d4;
        padding-left: 0;
    }
    nav>ul>li>a>i{
        display: none !important;
    }
    nav>ul>li.drop-down-menu{
        padding-right: 60px;
        position: relative;
        overflow: hidden;
    }
    nav>ul>li.drop-down-menu::after {
        position: absolute;
        top: 7px;
        right: 22px;
        content: "+";
        font-size: 27px;
        color: #0e9ed1;
    }
    nav>ul>li.drop-down-menu.responsive-header::after {
        content: "-" !important;
    }
    .drop-down-nav{
        position: initial;
        visibility: visible;
        opacity: 1;
        overflow: visible;
        top: 0;
        left: 0;
        background-color: #df1119;
        z-index: 9;
        height: 0;
        transition: none !important;
        padding: 0;
    }
    .responsive-header .drop-down-nav{
        height: 100%;
        overflow-y: scroll;
        width: 150%;
    }
    .drop-down-nav>li>a{
        color: #fff !important;
        font-size: 17px;
    }
    .page-part {
        padding-top: 46px;
        padding-bottom: 47px;
    }
    .process-part {
        padding-top: 51px;
        padding-bottom: 15px;
    }
    .image-item img {
        width: 100%;
        margin-bottom: 12px;
        height: 100%;
    }
    section.product-more {
        margin-top: 55px;
        padding-bottom: 60px;
    }
    .mission-img {
        text-align: center;
    }
    .quote-more p {
        font-size: 22px;
        padding: 21px 15px;
    }
    .mission-img img {
        width: auto;
        border-radius: 10px;
    }
    .mission-text {
        padding: 25px 26px 15px 35px;
    }
    .mission-panel {
        /* margin: 12px 0px 0 30px; */
        text-align: justify;
        padding: 15px 0px;
    }
    .stay-text {
        display: flex;
        flex-direction: column-reverse;
    }
    section.about-text {
        margin-top: 40px;
    }
    section.Mission-part {
        padding-bottom: 65px;
        margin-top: 47px;
    }
    .topbar {
        padding: 15px 0;
        display: none;
    }
    .contact-more h2 {
        font-size: 49px;
        margin-bottom: 41px;
    }
    section.about-part {
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .content {
        padding-top: 15px;
    }
    .product h4 {
        font-size: 30px;
        line-height: 25px;
        padding-top: 9px;
    }
    .service-part {
        padding-top: 77px;
    }
    .product {
        padding: 89px 0 70px;
    }
    .image-2 {
        top: -6%;
    }
    .read a {
        margin-top: 40px;
    }
    .service-block .image:before {
        width: 275px;
    }
    .service-block .content-box {
        position: absolute;
        left: 34px;
        right: 40px;
        bottom: 26px;
        padding: 29px 5px 29px 46px;
        margin-left: 12px;
    }
    .service-block .title {
        font-size: 18px;
    }
    .service-block .image {
        margin-bottom: 23px;
        padding-right: 21px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .choose-us {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .read {
        text-align: center;
    }
    .choose-us .container {
        max-width: 890px;
    }
    .choose-img {
        padding-bottom: 15px;
    }
    .content-box-1 {
        border-bottom: 1px solid rgba(221, 221, 221, 0.4);
        padding: 20px 15px;
        height: 162px;
    }
    h5.title {
        font-size: 19px;
        font-weight: 600;
    }
    .ab-icon i {
        font-size: 32px;
        color: #ff4040;
    }
    .tj-icon-box .ab-text .ab-icon {
        margin-right: 13px;
    }
    .gallery-part h3 {
        font-size: 26px;
        padding-top: 2px;
    }
    .process-wrapper {
        background-image: none;
    }
    .process-wrapper .col-lg-3:nth-child(2n + 2) {
        margin-top: 0px;
    }
    .process-sec {
        margin-top: 93px;
    }
    .process-sec .col-md-6 {
        margin-top: 0;
    }
    .process-item {
        text-align: center;
        margin-bottom: 40px;
    }
    .quote-more h2 {
        margin-bottom: -11px;
        font-size: 35px;
    }
    .quote-more p {
        font-size: 20px;
        padding: 18px 15px;
    }
    .process-item .process-content h3 {
        font-size: 20px;
    }
    .header-main {
        padding: 9px 0;
        width: 100%;
    }
    .last-foot {
        margin-left: 59px;
        padding-top: 0px;
        margin-top: -7px;
    }
    .nav-bar {
        position: relative;
        width: 100%;
    }
    .banner-content {
        top: 40%;
        transform: translate(-51%, -50%);
    }
    .banner-slides .banner-slide-img {
        width: 100%;
        height: auto;
    }
    .banner-text {
        gap: 10px;
    }
    .banner-text p {
        font-size: 21px;
        text-align: center;
        padding: 0 0px;
    }
    .banner-home-logo {
        width: 176px;
        padding-bottom: 20px;
        margin-left: 24px;
        top: 82px;
        left: 397px;
    }
    .breadcrum {
        padding: 140px 0;
    }
    .bread-cont {
        top: 0px;
    }
    .bread-cont h1 {
        font-size: 34px;
        padding: 0 7px;
    }
    .logo {
        width: 175px !important;
    }
    .contact-part {
        display: flex;
        flex-direction: column-reverse;
    }
    section.contact-more {
        margin: 45px 0 45px;
    }
    .copy {
        padding: 10px 0 0;
        font-size: 18px;
    }
    .fill {
        font-size: 18px;
    }
    .get {
        font-size: 32px;
        padding-bottom: 7px;
    }
    .foot-logo {
        width: 185px;
    }
    .foot-logo img {
        padding: 12px 8px;
    }
}



@media only screen and (max-width: 767px) {

    .last-foot {
        margin-left: 0px;
        padding-top: 0px;
    }
    .add-icon i {
        font-size: 22px;
    }
    .add-icon i {
        padding-right: 8px;
    }
    .foot-logo {
        width: 175px;
    }
    .foot-logo img {
        padding: 15px 9px;
    }
    .new-add a {
        color: #ffffff;
        font-size: 16px;
    }
    .product-part {
        padding: 21px 15px 20px 15px;
    }
    .mission-text {
        padding: 25px 26px 0px 35px;
    }
    .contact-more h2 {
        margin-bottom: 30px;
    }
    .service-block .content-box {
        left: 51px;
        right: 60px;
        bottom: 21px;
        padding: 31px 5px 31px 58px;
        margin-left: 12px;
    }
    .service-block .title {
        font-size: 20px;
    }
    .service-block .content-box .fa-solid {
        left: -27px;
        height: 70px;
        width: 70px;
        font-size: 35px;
    }
    .product h4 {
        font-size: 24px;
        line-height: 13px;
        padding-top: 6px;
    }
    .sub-title {
        font-size: 24px;
    }
    .breadcrum {
        padding: 135px 0;
    }
    .choose-us h3 {
        padding-top: 0px;
        font-size: 30px;
        line-height: 30px;
    }
    .choose-us .container {
        max-width: 670px;
    }
    .content-box-1 {
        height: 171px;
    }
    section.gallery-part {
        padding-bottom: 69px;
        padding-top: 63px;
    }
    .choose-us {
        padding-top: 65px;
        padding-bottom: 45px;
    }
    .gallery-part h3 {
        font-size: 20px;
        padding-top: 0px;
        line-height: 20px;
    }
    .sub-title-2 {
        font-size: 25px;
    }
    .process-sec .col-sm-6 {
        margin-top: 0;
    }
    .process-item .process-content h3 {
        font-size: 20px;
    }
    .read-more {
        text-align: center;
        margin: 4px 0;
    }
    .content h2 {
        font-size: 29px;
    }
    .image-2 {
        top: -2%;
        left: 8px;
    }
    .service-part {
        padding-top: 65px;
    }
    .product {
        padding: 95px 0 70px;
    }
    .first-foot {
        margin-left: 20px;
    }
    .banner-home-logo {
        width: 164px;
        padding-bottom: 20px;
        /* margin-left: 24px; */
        top: 72px;
        left: 292px;
    }
    .banner-text {
        gap: 5px;
    }
    .banner-text h1 {
        font-size: 52px;
    }
    .banner-text h5 {
        font-size: 30px;
    }
    .banner-text p {
        font-size: 18px;
        padding: 0 0px;
    }
    .banner-content {
        top: 37%;
    }
    .logo {
        width: 165px !important;
    }
    .get {
        font-size: 21px;
        padding-bottom: 7px;
    }
    .fill {
        font-size: 17px;
    }
    .power a {
        color: #fff;
        font-size: 16px;
    }
}


@media only screen and (max-width: 576px) {

    section.product-more {
        margin-top: 45px;
        padding-bottom: 45px;
    }
    section.Mission-part {
        padding-bottom: 50px;
        margin-top: 47px;
    }
    .foot-logo {
        width: 170px;
    }
    .foot-logo img {
        padding: 12px 8px;
    }
    section.gallery-more {
        padding-bottom: 23px;
    }
    section.contact-more {
        margin: 38px 0 31px;
    }
    .info-box {
        padding: 10px 7px 10px 17px;
    }
    .info-box-1 {
        padding: 10px 7px 10px 17px;
    }
    .choose-us h3 {
        padding-top: 0px;
        font-size: 24px;
        line-height: 26px;
    }
    .tj-icon-box .ab-text .ab-icon {
        margin-right: 10px;
    }
    h5.title {
        font-size: 18px;
        font-weight: 600;
    }
    .content-box-1 {
        height: 196px;
    }
    .gallery-sec {
        padding-top: 45px;
        position: relative;
    }
    section.gallery-part {
        padding-top: 60px;
    }
    .page-part {
        padding-top: 30px;
        padding-bottom: 36px;
    }
    .process-part h3 {
        font-size: 28px;
        padding-top: 0px;
    }
    .image-2 {
        max-width: 195px;
        left: 11px;
        display: none;
    }
    .product {
        padding: 51px 0 50px;
    }
    .product h4 {
        font-size: 21px;
        line-height: 24px;
        padding-top: 0px;
    }
    .choose-us .container {
        max-width: 515px;
    }
    .choose-us h3 {
        padding-top: 0px;
        font-size: 21px;
        line-height: 26px;
    }
    .service-part {
        padding-top: 50px;
    }
    .sub-title-1 {
        font-size: 24px;
    }
    .gallery-part h3 {
        font-size: 20px;
        padding-top: 0px;
        line-height: 27px;
    }
    .content h2 {
        font-size: 23px;
    }
    .process-part {
        padding-top: 40px;
        padding-bottom: 7px;
    }
    .sub-title-3 {
        font-size: 22px;
    }
    .banner-text p {
        font-size: 17px;
        padding: 0 10px;
    }
    .banner-text {
        gap: 3px;
    }
    .banner-text h1 {
        font-size: 43px;
    }
    .banner-text h5 {
        font-size: 26px;
    }
    .banner-home-logo {
        width: 111px;
        padding-bottom: 20px;
        /* margin-left: 24px; */
        top: 61px;
        left: 311px;
        display: none;
    }
    .banner-content {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .breadcrum {
        padding: 100px 0;
    }
    .bread-cont h1 {
        font-size: 28px;
        padding: 0 7px;
    }
    .bread-cont {
        gap: 12px;
    }
    .bread-last {
        font-size: 17px;
        padding: 0 10px;
    }
    .logo {
        width: 158px !important;
    }
    .sticky-header .header-top-main {
        padding: 8px 0;
    }
}



@media only screen and (max-width: 450px) {

    .logo {
        width: 160px !important;
        position: relative;
        margin: 0 auto;
    }
    section.product-more {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    nav>ul {
        width: 300px;
    }
    .mission-text {
        padding: 25px 20px 0px 20px;
    }
    .Mission-part h2 {
        font-size: 34px;
    }
    .gallery-sec {
        padding-top: 35px;
        position: relative;
    }
    .banner-content {
        transform: translate(-50%, -50%);
    }
    .foot-logo {
        width: 167px;
    }
    .foot-logo {
        padding: 15px 0px;
    }
    .image-2 {
        display: none;
    }
    section.about-part {
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .product {
        padding: 55px 0 50px;
    }
    .contact-more h2 {
        font-size: 45px;
        margin-bottom: 33px;
    }
    .page-part {
        padding-top: 25px;
        padding-bottom: 32px;
    }
    .choose-part {
        padding-top: 60px;
    }
    .sub-title {
        font-size: 24px;
    }
    .product h4 {
        line-height: 25px;
    }
    .sub-title-1 {
        font-size: 21px;
    }
    .choose-us {
        padding-top: 55px;
        padding-bottom: 40px;
    }
    h5.title {
        font-size: 20px;
        font-weight: 600;
    }
    .content-box-1 {
        height: auto;
    }
    .process-part h3 {
        font-size: 26px;
        padding-top: 0px;
    }
    .sub-title-3 {
        font-size: 22px;
    }
    .process-part {
        padding-top: 45px;
        padding-bottom: 9px;
    }
    .third-foot {
        /* padding-right: 20px; */
        padding-top: 0;
    }
    .second-foot {
        margin-left: 0px !important;
        padding-top: 15px;
    }
    .second-foot h3 {
        font-size: 33px;
        padding-bottom: 15px;
    }
    .last-foot h3 {
        font-size: 35px;
        padding-bottom: 17px;
    }
    .last-foot {
        margin-left: 0px;
        padding-top: 20px;
    }
    .first-foot h3 {
        font-size: 34px;
        padding-bottom: 13px;
    }
    .first-foot {
        margin-left: 0px;
    }
    .quote-more p {
        font-size: 19px;
        padding: 18px 15px;
    }
    .quote-more h2 {
        margin-bottom: -11px;
        font-size: 34px;
    }
    .second-foot ul>li {
        padding-bottom: 15px;
        position: relative;
        display: flex;
        font-size: 18px;
    }
    .new-add a {
        color: #ffffff;
        font-size: 17px;
    }
    .copy {
        padding: 16px 0 0;
        font-size: 18px;
    }
    .power {
        padding: 10px 0;
    }
    .choose-us h3 {
        padding-top: 0px;
        font-size: 18px;
        line-height: 26px;
    }
    .get {
        font-size: 19px;
        padding-bottom: 4px;
    }
    .header-main {
        padding: 6px 0;
        width: 100%;
    }
    .full-add {
        position: relative;
        color: #fff;
        line-height: 30px;
    }
    .content h2 {
        padding-top: 5px;
        padding-bottom: 4px;
    }
    .process-sec {
        margin-top: 70px;
    }
    .service-block .content-box {
        left: 41px;
        right: 55px;
        bottom: 21px;
        padding: 31px 8px 31px 58px;
        margin-left: 10px;
    }
    section.service-sec {
        padding-bottom: 23px;
    }
    .service-part {
        padding-top: 35px;
    }
    .service-block .title {
        font-size: 18px;
    }
    .product h4 {
        font-size: 17px;
        line-height: 24px;
        padding-top: 0px;
    }
    .sub-title {
        font-size: 23px;
        font-weight: 600;
    }
    .banner-text h1 {
        font-size: 35px;
    }
    .banner-text h5 {
        font-size: 23px;
    }
    .banner-text p {
        font-size: 16px;
        padding: 0 0px;
    }
    .breadcrum {
        padding: 80px 0;
    }
    .bread-cont {
        gap: 9px;
    }
    .bread-cont h1 {
        font-size: 32px;
        padding: 0 3px;
    }
    .bread-last {
        text-align: left;
    }
    .breadcrum {
        padding: 78px 0;
    }
    .bread-last {
        font-size: 17px;
        padding: 0 3px;
    }
    .info-box {
        padding: 10px 7px 10px 7px;
    }
    .info-box i {
        font-size: 21px;
        color: #ff0000;
        padding-right: 6px;
    }
    .info-box-1 {
        padding: 10px 7px 10px 7px;
    }
    .info-box-1 i {
        font-size: 21px;
        color: #ff0000;
        padding-right: 6px;
    }
    .info-box a {
        color: #000;
        font-size: 16px;
    }
    .read-more {
        text-align: center;
        margin: 12px 0;
    }
    section.gallery-part {
        padding-top: 48px;
    }
    .quote-more {
        padding: 44px 0px 45px;
    }
    .choose-us .container {
        max-width: 440px;
    }


}



@media only screen and (max-width: 400px) {

    nav>ul {
        width: 280px;
    }
    .logo {
        width: 153px !important;
        position: relative;
        margin: 0 auto;
    }
    .Mission-part h2 {
        font-size: 30px;
    }
    .contact-more h2 {
        font-size: 39px;
    }
    section.contact-more {
        margin: 28px 0 30px;
    }
    .content h2 {
        padding-top: 4px;
        padding-bottom: 6px;
        font-size: 21px;
    }
    .fill {
        font-size: 16px;
    }
    .content .sub-title {
        font-size: 21px;
    }
    .read a {
        margin-top: 30px;
    }
    section.about-part {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .quote-more h2 {
        margin-bottom: -11px;
        font-size: 27px;
    }
    .quote-more p {
        font-size: 18px;
        padding: 17px 10px;
    }
    .quote-more {
        padding: 47px 0px 44px;
    }
    .process-part h3 {
        font-size: 22px;
        padding-top: 0px;
    }
    .sub-title-3 {
        font-size: 20px;
    }
    .gallery-part h3 {
        font-size: 17px;
        padding-top: 0px;
        line-height: 24px;
    }
    .choose-us h3 {
        padding-top: 0px;
        font-size: 20px;
        line-height: 26px;
    }
    .process-sec {
        margin-top: 60px;
    }
    .process-part {
        padding-top: 40px;
        padding-bottom: 3px;
    }
    .service-block .title {
        font-size: 17px;
    }
    .service-block .content-box {
        left: 41px;
        right: 49px;
        bottom: 21px;
        padding: 29px 6px 29px 45px;
        margin-left: 7px;
    }
    .service-block .content-box .fa-solid {
        left: -27px;
        height: 65px;
        width: 65px;
        font-size: 31px;
    }
    .add-icon i {
        font-size: 19px;
        padding-right: 6px;
    }
    .full-add {
        /* width: calc(109% - 79px); */
        position: relative;
        color: #fff;
        line-height: 28px;
        font-size: 17px;
    }
    .add-icon i {
        font-size: 17px;
        padding-right: 5px;
    }
    .new-add a {
        color: #ffffff;
        font-size: 15px;
    }
    .product h4 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 0px;
    }
    .get {
        font-size: 16px;
        padding-bottom: 4px;
    }
    .sub-title {
        font-size: 22px;
        font-weight: 600;
    }  
    .second-foot h3 {
        font-size: 30px;
        padding-bottom: 14px;
    }
    .second-foot {
        margin-left: 0px !important;
        padding-top: 3px;
    }
    .first-foot h3 {
        font-size: 31px;
        padding-bottom: 13px;
    }
    .last-foot {
        margin-left: 0px;
        padding-top: 9px;
    }
    .second-foot ul>li {
        font-size: 17px;
    }
    .first-foot ul>li {
        font-size: 18px;
    }
    .foot-logo {
        width: 170px;
    }
    .banner-text h1 {
        font-size: 30px;
    }
    .banner-text h5 {
        font-size: 21px;
    }
    .banner-text p {
        font-size: 15px;
        padding: 0 1px;
    }
    .banner-content {
        top: 52%;
    }
    .bread-cont h1 {
        font-size: 28px;
        padding: 0 7px;
    }
    .bread-last {
        font-size: 16px;
        padding: 0 3px;
    }
    .bread-cont h1 {
        font-size: 27px;
        padding: 0 3px;
    }
    .breadcrum {
        padding: 65px 0;
    }
    .info-box a {
        color: #000;
        font-size: 15px;
    }
    .info-box i {
        font-size: 16px;
        color: #ff0000;
        padding-right: 5px;
    }
    .info-box-1 i {
        font-size: 19px;
        color: #ff0000;
        padding-right: 5px;
    }
    .info-box {
        padding: 10px 7px 10px 4px;
    }
    section.service-sec {
        padding-bottom: 14px;
    }
    .quote-more p {
        font-size: 17px;
        padding: 17px 10px 8px;
    }
    section.gallery-part {
        padding-top: 45px;
        padding-bottom: 73px;
    }
    .choose-us {
        padding-top: 45px;
        padding-bottom: 38px;
    }
}


@media only screen and (max-width: 360px) {
    .info-box a {
        color: #000;
        font-size: 14px;
    }
}

@media only screen and (max-width: 350px) {

    section.product-more {
        margin-top: 35px;
        padding-bottom: 35px;
    }
    .get {
        font-size: 16px;
        padding-bottom: 4px;
    }
    .page-part {
        padding-top: 22px;
        padding-bottom: 29px;
    }
    nav>ul {
        width: 260px;
    }
    .copy {
        padding: 11px 0 0;
        font-size: 17px;
    }
    .power {
        padding: 10px 0;
    }
    .sticky-header .header-top-main {
        padding: 8px 0;
    }
    section.Mission-part {
        padding-bottom: 43px;
        margin-top: 35px;
    }
    .Mission-part h2 {
        font-size: 26px;
    }
    section.gallery-more {
        padding-bottom: 15px;
    }
    .banner-content {
        transform: translate(-50%, -50%);
    }
    .gallery-sec {
        padding-top: 30px;
        position: relative;
    }
    .bread-last {
        font-size: 17px;
        padding: 0 3px;
    }
    .contact-more h2 {
        font-size: 36px;
    }
    .contact-more h2 {
        margin-bottom: 22px;
    }
    section.contact-more {
        margin: 24px 0 26px;
    }
    .service-block .content-box .fa-solid {
        left: -27px;
        height: 57px;
        width: 57px;
        font-size: 29px;
    }
    .service-block .content-box {
        left: 35px;
        right: 41px;
        bottom: 21px;
        padding: 29px 6px 29px 35px;
        margin-left: 7px;
    }
    .service-block .title {
        font-size: 16px;
    }
    .service-block .image:before {
        width: 245px;
    }
    .read-1 a {
        font-size: 17px;
        padding: 15px 25px;
        margin-top: 10px;
    }
    .process-part h3 {
        font-size: 20px;
        padding-top: 0px;
    }
    .sub-title-3 {
        font-size: 18px;
    }
    .sub-title-2 {
        font-size: 24px;
    }
    .sub-title {
        font-size: 21px;
        font-weight: 600;
    }
    .sub-title-1 {
        font-size: 20px;
    }
    .choose-us {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .quote-more h2 {
        margin-bottom: -11px;
        font-size: 24px;
    }
    .quote-more p {
        font-size: 17px;
        padding: 17px 4px;
    }
    section.gallery-part {
        padding-top: 40px;
        padding-bottom: 46px;
    }
    .process-part {
        padding-top: 33px;
        padding-bottom: 3px;
    }
    .product {
        padding: 47px 0 46px;
    }
    .copy {
        padding: 16px 0 0;
        font-size: 17px;
    }
    .last-foot h3 {
        font-size: 31px;
        padding-bottom: 13px;
    }
    .last-foot {
        margin-left: 0px;
        padding-top: 10px;
    }
    .foot-logo {
        width: 168px;
    }
    .foot-logo img {
        padding: 10px 8px;
    }
    .banner-text p {
        font-size: 14px;
        padding: 0 4px;
    }
    .banner-text h1 {
        font-size: 32px;
    }
    .banner-text h5 {
        font-size: 20px;
    }
    .banner-content {
        top: 52%
    }
    .banner-text {
        gap: 2px;
    }
    .content h2 {
        padding-top: 4px;
        padding-bottom: 6px;
        font-size: 19px;
    }
    .choose-us h3 {
        padding-top: 0px;
        font-size: 19px;
        line-height: 25px;
    }
    .read-more {
        text-align: center;
        margin: 0px 0;
    }
    .product h4 {
        font-size: 19px;
        line-height: 24px;
        padding-top: 0px;
    }
    .logo {
        width: 155px !important;
        margin: 0 auto;
    }
    .drop-down-nav>li>a {
        color: #fff !important;
        font-size: 16px;
    }
    .drop-down-nav>li>a {
        padding: 13px 8px;
    }
    .hamburger-menu {
        padding-right: 5px;
    }
    .breadcrum {
        padding: 76px 0;
    }
    .bread-cont h1 {
        font-size: 28px;
        padding: 0 3px;
    }
    .info-box a {
        color: #000;
        font-size: 14px;
    }
    .info-box {
        padding: 10px 7px 10px 6px;
    }
}
