@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none !important;
    font-family: "Open Sans", sans-serif;
}
body{
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
}
html{
    scroll-behavior: smooth;
}
ul{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}
p{
    margin: 0;
    padding: 0;
}


/* header-sec */


.header-section {
    background-color: #f36422;
    width: 100%;
    height: auto;
}
.header-main{
    display: flex;
    width: 100%;
    padding: 12px 0;
    background-color: #fff;
}
.call_main {
    display: flex;
    color: #000;
    margin: 14px 0 14px 9px;
}
.box-1{
    border: 1px solid;
}
.call_main.one {
    text-align: end;
    display: block;
}
.brand-1 {
    display: inline;
    padding: 2px;
    font-size: 21px;
}
.brand-1 i {
    padding: 4px 5px;
    color: #fff;
}
.call_text span {
    margin-right: 26px;
    font-size: 17px;
    color: #fff;
}
.call_text i {
    font-size: 20px;
    padding-right: 5px;
    color: #fff;
}
 /*.header-main{
    width: 100%;
    display: flex;
    padding: 12px 0;
}
.header-top-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
}
.logo {
    width: 250px;
}
.logo img {
    width: 100%;
    margin-left: 14px;
}
.nav {
    position: relative;
    display: flex;
    z-index: 99;
    width: 74%;
}
.nav>ul{
    display: flex;
}
.nav>ul>li {
    padding: 0 11px;
    display: flex;
}
.nav>ul>li:first-child{
    padding-left: 0;
}
.nav>ul>li:last-child{
    padding-right: 0;
}
.nav>ul>li>a {
    padding: 20px 0;
    color: #1d184f;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s all ease;
    letter-spacing: 1px;
    text-decoration: none;
}
.nav>ul>li:hover a {
    color: #f36422;
}
.nav>ul>li>a>i{
    transition: 0.3s ease;
     color: #00032a;
}
.nav>ul>li:hover>a>i{
    transform: rotate(180deg);
    color: #f36422;
}
.drop-down-menu{
    position: relative;
}
.drop-down-nav{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    top: 80px;
    left: 0;
    width: 220px;
    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: 60px;
    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;
    position: relative;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}
.drop-down-nav>li:hover{
    background-color: #f36422;
    transition: 0.3s;
}
.drop-down-nav>li:hover>a{
    color: #fff !important;
} */


.header-main{
    width: 100%;
    display: flex;
    padding: 12px 0;
}
.header-top-main{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding: 0 20px; */
}
.logo {
    width: 240px !important;
}
.logo img {
    width: 100%;
    margin-left: 14px;
}
nav {
    display: flex;
    position: relative;
    z-index: 9999;
    position: relative;
    width: 67%;
}

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: #1d184f;
    font-weight: 500;
    font-size: 17px;
    padding: 35px 0;
    transition: 0.3s all ease;
    font-weight: 600;
}
nav>ul>li:hover a{
    color: #f36422;
}
nav>ul>li>a>i{
    transition: 0.3s ease;
     color: #00032a;
     font-size: 17px;
}
nav>ul>li:hover>a>i{
    transform: rotate(180deg);
    color: #f36422;
}

.drop-down-menu{
    position: relative;
}
.drop-down-nav{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    top: 80px;
    left: 0;
    width: 320px;
    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: #f36422;
    transition: 0.3s;
}
.drop-down-nav>li:hover>a{
    color: #fff !important;
} 


.read-btn{
    padding: 12px 40px;
}
.read-btn:hover{
    color: #fff !important;
    background-color: #0f6cb6;
}
.read-btn {
    padding: 15px 17px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    background-color: #101011;
    box-shadow: 1px 5px 8px #b3b7ad;
    /* border-radius: 10px; */
}
span {
    font-size: 16px;
    font-weight: 600;
}
.call_text a {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0px;
    color: #ffffff;
}

/* .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0;
} */


/* sticky Header */

/* .sticky-header {
    position: sticky;
    top: -2px;
    z-index: 1000;
    background-color: #ffffff;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@keyframes sticky-header{

    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }

} */
.sticky header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 40px #000;
    animation: sticky-header 1s;
    width: 100%;
}
@keyframes sticky-header{

    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }

}

/* hamburger */


.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;
    margin-right: 15px;
}
.bar{
    width: 30px;
    height: 2px;
    position: relative;
    background-color: #1d184f;
    transition: 0.3s;
    color: #000;
}
.bar:nth-child(2){
    width: 15px;
}
.header-contact .bar:nth-child(2){
    transform: translateX(-40px);
    transition: 0.8s;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    background-color: #1d184f;
}
.header-contact .bar:nth-child(1){
    transform: rotate(135deg);
    top: 8px;
    position: relative;
    background-color: #1d184f;
}
.header-contact .bar:nth-child(3){
    transform: rotate(225deg);
    top: -6px;
    position: relative;
    background-color: #1d184f;
}

/* banner */



.banner-slides{
    position: relative;
    overflow: hidden;
}
.banner-slides .banner-slide-img {
    width: 100%;
}
.banner-slides::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
	opacity: 0.7;
}
.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.3);
        transform-origin: center;
    }
}





/* about us */


.text h4 {
    position: relative;
    font-size: 26px;
    font-weight: 500;
    color: #f36422;
}
.text h1 {
    font-size: 45px;
    font-weight: bold;
    padding: 11px 0;
    color: #2d27ab;
    font-family: 'Cormorant Garamond', serif;
}
.text p {
    text-align: justify;
    line-height: 32px;
}
.icon-box {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    /* background: linear-gradient(#28ac6e, #0e9ed1); */
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    margin-bottom: 10px;
    box-shadow: inset 4px 8px 8px #0000001a, 4px 8px 8px #0000001a;
}
.icon-box i {
    color: #f36422;
    font-size: 30px;
    font-weight: 700;
}
.about-page {
    /* padding-top: 60px; */
    padding: 50px 0;
    background-image: url(../image/pattern-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 102px; */
    overflow: hidden;
}
.about-part h3 {
    font-size: 39px;
    font-weight: 600;
    padding: 7px 0;
    color: #000;
}
.about-img {
    margin-bottom: 17px;
    box-shadow: 4px 6px 11px #b3b7ad;
    border-radius: 10px;
}
.about-img img {
    border-radius: 10px;
    width: 100%;
}
.about-img img :hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: 3s;
}
.box p {
    font-size: 19px;
    font-weight: 500;
}
.text h4 i {
    font-size: 22px;
    padding: 0px 6px 0 0;
}
.box {
    padding: 10px 8px;
}
.box-1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    border-color: #eb6f28b0;
}
.about-part-1 {
    padding-top: 70px;
}
.about-part-1 .slick-prev{
    display: none !important; 
}
.about-part-1 .slick-next{
    display: none !important; 
}
.btu a {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    color: #ff5e14;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 18px 29px;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    margin-top: 30px;
    border: 2px solid;
}
.btu {
    text-align: center;
}
.about-img img:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: 3s;
}
.about-img {
    overflow: hidden;
    position: relative;
}

/* products */

.product-part h2 {
    font-size: 50px;
    font-weight: bold;
    /* padding: 13px 0; */
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    padding-top: 45px;
}
.product-part {
    margin-top: 60px;
    background-color: #2e3091;
    /* margin: 88px 0px; */
    padding-bottom: 55px;
}
.product-sec {
    padding-top: 40px;
}
.product-image {
    box-shadow: inset 4px 8px 8px #0000002e, 4px 8px 8px #0000001a;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    position: relative;
    /* border: 9px solid #fff; */
    /* background-color: #fff; */
    transition: all .4s;
    display: inline-block;
    /* box-shadow: 0 0px 8px 0 rgba(18, 29, 39, 0.16) !important; */
    margin-bottom: 20px;
}
.slick-dots {
    display: none !important;
}
    
.product-image:before, .product-image:before, .product-image:after {
    content: '';
    background: #f06421;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    opacity: 0.75;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}
.product-image:after{ transform: scaleX(0); }
.product-image:hover:before{ transform: scaleY(1); }
.product-image:hover:after{ transform: scaleX(1); }
.product-image img{
    width: 100%;
    height: auto;
    transition: all 0.35s;
}
.box-content{
    color:#fff;
    width:100%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.6s ease;
}
.product-image:hover .box-content{ opacity: 1; }
.product-image .title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 25px;
}
.product-image .post{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}
.product-image .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-image .icon li{
    display: inline-block;
}
.product-image .icon li a {
    background-color: #fdfdfd;
    color: #000000;
    font-size: 14px;
    line-height: 32px;
    display: block;
    border: 2px solid transparent;
    transition: all 0.35s;
    width: 100%;
    padding: 2px 5px;
    border: 2px solid #fff;
}
.product-image .icon li a:hover{
    color: #fff;
    background: #000;
    border: 2px solid #fff;
}
.allpro {
    text-align: center;
}
.allpro {
    text-align: center;
}
.allpro a {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff;
    color: #ff5e14;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 20.5px 29px;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    margin-top: 45px;
    border: 2px solid;
}
.team-area .slick-prev {
    display: none !important; 
}
.team-area .slick-next {
    display: none !important; 
}
.text-more p {
    text-align: justify;
    line-height: 34px;
    margin-bottom: 6px;
}
.style-two.team-area {
    margin-top: 60px;
    background-color: #2e3091;
    /* margin: 88px 0px; */
    padding-bottom: 33px;
}
.style-two .single-team-box {
    position: relative;
    margin: 0 8px;
    margin-bottom: 25px !important;
}
.style-two .team-thumb img {
    width: 100%;
}
.style-two .team-content {
    position: relative;
    /* filter: drop-shadow(0px 10px 10px rgba(207, 218, 235, 0.2)); */
    box-shadow: rgba(192, 192, 192, 0.25) 0px 0px 4px 4px;
    text-align: center;
    padding: 35px 0 0;
    border-radius: 4px;
    /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 78%, 0 100%); */
    transition: 0.5s;
    height: 100px;
    background-color: #f06421;
    color: #fff;
}
.style-two .single-team-box:hover .team-content {
    background-color: #f06421;
    margin-top: -55px;
    height: 100px;
}
.style-two .team-shape {
    position: absolute;
    bottom: -6px;
    left: -10px;
}
.style-two .single-team-box:hover .team-content p, .style-two .single-team-box:hover .team-content h4 {
    color: #fff;
}
.style-two .team-content h3 {
    font-size: 21px;
    font-weight: 600;
    /* margin: 0 0 4px; */
    transition: 0.5s;
    /* text-align: center; */
    font-weight: bold;
    /* left: 50% !important; */
    /* top: 50% !important; */
    /* transform: translate(-50%, -50%); */
    /* position: absolute; */
    color: #fff;
}
.team-area h2 {
    font-size: 50px;
    font-weight: bold;
    /* padding: 13px 0; */
    color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    padding-top: 45px;
}
.team-work {
    padding-top: 60px;
}
.team-thumb {
    box-shadow: rgba(192, 192, 192, 0.25) 0px 0px 4px 4px;
}




.team-work .slick-prev {
    left: 15px;
    background-image: url(../image/arrow-icon-left.webp); 
    display: block !important;
    position: absolute;
    top: 40%;
    z-index: 9;
    width: 40px; 
    height: 40px; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    font-size: 0;
    border: 0;
    background-color: #ffffff00;
}

.team-work .slick-next {
    right: 15px;
    background-image: url(../image/arrow-icon-right.webp); 
    display: block !important;
    position: absolute;
    top: 40%;
    z-index: 9;
    width: 40px; 
    height: 40px; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    font-size: 0;
    border: 0;
    background-color: #ffffff00;
}





/* choose section */

.choose-part h2 {
    text-align: center;
    font-size: 49px;
    font-weight: bold;
    font-family: 'Cormorant Garamond', serif;
    color: #2d27ab;
    padding-bottom: 20px;
}
section.choose-part {
    margin-top: 55px;
}
.choose-part p {
    line-height: 30px;
    /* font-size: 17px; */
    text-align: justify;
}
.box-advantages {
    padding: 17px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    margin-bottom: 20px;
    transition: .5s ease;
}
.box-advantages:hover {
    background-color: #2d27ab12;
    transition: .5s ease;
    transform: translateY(10px) !important;
}
.icon-advantages i {    
    font-size: 40px !important;
    color: #fff;
    background-color: #2d27ab;
    margin-bottom: 20px;
    padding: 16px;
    transition: all 1s ease;
}
.box-advantages h4 {
    font-size: 19px;
    color: #0d0d0d;
    font-weight: 600;
}
.box-advantages  p {
    text-align: justify;
    font-size: 17px;
    padding-top: 8px;
    line-height: 30px;
    color: #282828;
}
.box h3 :hover {
    background-color: #0d3759 !important;
}
.part {
    padding-bottom: 35px;
}


/* gallery-sec */

.gallery-part h3 {
    text-align: center;
    font-size: 62px;
    font-weight: bold;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
    padding-top: 37px;
}
.gallery-part {
    margin-top: 59px;
    background-color: #2e3091;
    padding-bottom: 50px;
}
.gallery-more {
    padding-top: 60px;
}
.gallery-img img {
    box-shadow:  4px 8px 8px #0000001a;
}
.large {
    /* width: 330px;
    height: 330px; */
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 0 10px #01232C;
    -moz-box-shadow: 5px 5px 0 10px #01232C;
    box-shadow: 5px 5px 0 10px #01232C;
}
  /* .image-wrap img {
    width: 100%;
    margin-top: 0%;
} */
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50% !important;
    background-color: #fff;
    margin: 0 11px;
}

.image--cover {
  
    height: 100%;
    border-radius: 50%;
    margin: 0px;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}
.gallery-more img:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: 3s;
}
.gallery-more img  {
    overflow: hidden;
}


/* quote-sec */

.quote-more {
    background-image: url(../image/machine-background-image.webp);
    position: relative;
    padding: 2px 0px 48px;
    background-size: cover;
    background-position: center;
}
.quote-more::before {
    background: #000000ab;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.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;
    padding-top: 23px;
}    
.quote-more p {
    font-size: 23px;
    color: #FFFFFF;
    text-align: center;
    padding: 20px 15px;
    position: relative;
}
.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;
}
.read-more {
    text-align: center;
    margin-top: 34px;
}
.img-quote img {
    width: 100%;
    height: auto;
} 
.read-more a:hover {
    background-color:#0e3656db;
    color: #fff;
}
.btn-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 10px auto 35px;
  }
  .btn {
    position: relative;
    display: inline-block;
    width: auto; height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    min-width: 150px;
  }
    .btn span {         
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      top: 0; left: 0;
      width: 100%;
      padding: 15px 20px;
      transition: 0.3s;
    }
  

/* footer-sec */


.footer_section {
    background: #000000;
    position: relative;
    background-image: url(../image/footer-shape2.webp);
    padding-top: 55px;
}
.footer_section::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: imageChangeTwo 1s linear 1s infinite;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} 
.footer_section_1 {
    padding-top: 20px;
}
.first-foot p {
    color: #fff;
    font-size: 16px;
    padding-top: 6px;
    text-align: justify;
    margin: 0 136px;
}
.first-foot {
    justify-items: center;
    padding-bottom: 41px;
}
ul {
    list-style: none;
    font-size: 20px;
}
.social_from li {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 11px 0;
}
.social_from ul li a {
    color: #fff;
    text-decoration: none;
}
.second_footer h3 {
    font-size: 26px !important;
    font-weight: 600;
    color: #fff;
} 
.third_footer {
    margin-left: 10px;
}
.third_footer h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
} 
.four_footer h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
} 
h6 {
    color: #fff;
    font-size: 17px;
    display: inline;
}
.address_section {
    /* margin-top: 10px; */
    padding-top: 19px;
}
.location span {
    line-height: 33px;
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.phone_num a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    margin: 12px 0;
    color: #fff;
}
.phone_num {
    margin-top: 13px;
}
.gmail_num{
    margin-top: 13px;
}
.gmail_num a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0;
    color: #fff;
}
.message-bt a {
    color: #000;
    text-decoration: none;
    font-size: 17px ;
    font-weight: 500;
    margin: 12px 0;
    color: #fff;
}
.message-bt{
    margin-top: 13px;
}
.box_2 {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    text-align: center;
}
.first_logo .img-fluid {
    max-width: 92%;
    margin: 17px 11px;
}
.social_from ul li i {
    font-weight: 900;
    color: #fff;
    padding: 0 7px 0 0;
}
.social_from h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
.message-bt i {
    font-weight: 900;
    color: #fff;
    padding: 0 0px 0 0;
}
.phone_num i {
    color: #fff;
}
.location i {
    color: #fff;
}
.copyright_section {
    width: 100%;
    display: flex;
}
.copyright_text {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 21px 0px;
}
.copyright_text a {
    color: #fff;
    transition: 0.4s;
    text-decoration: none;
}
.copyright_text a:hover{
    color: #8cc63f;
}
.foot-logo {
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    width: 26%;
    margin: 0px;
}
.map-part iframe {
    width: 100%;
}
.foot-social a {
    background-color: #3D4250;
    color: #fff;
    padding: 7px 12px;
    margin-right: 2px;
    display: inline-block;
}   
.foot-social {
    margin-top: 23px;
}



/* About Us Page Css */

.breadcrum{
    background-image: url(../image/breadcurm-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 106px 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, #00022b4f 0%, rgb(0 2 43 / 37%) 117.71%) !important;
    width: 100%;
    height: 100%;
}
.breadcrum-1{
    background-image: url(../image/breadcurm-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 106px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 17px;
  }
  .breadcrum-1::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #00022b4f 0%, rgb(0 2 43 / 37%) 117.71%) !important;
    width: 100%;
    height: 100%;
}
  .breadcrum h1 {
      position: relative;
      color: #fff;
      font-size: 44px;
      text-align: center;
      line-height: 45px;
      font-weight: 700;
  }
  .breadcrum h2 {
      position: relative;
      color: #fff;
      font-size: 36px;
      text-align: center;
      line-height: 45px;
      font-weight: 700;
  }
  .breadcrum-1 h2 {
    position: relative;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 45px;
    font-weight: 700;
}
.bread-last {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
  .bread-last a{
    color: #fff;
    transition: 0.3s ease;
  }
  .bread-last a:hover{
    color: #1a62ac;
  }
/* .img-horizontal {
    border-radius: 10px;
} */
.img-horizontal {
    box-shadow: 0 2px 15px 0 rgb(2 6 85 / 56%);
    padding: 5px;
    /* border-radius: 9px; */
}
.text-part p {
    text-align: justify;
    line-height: 39px;
}


/* induction-power-supplies */

.induction-power {
    background-image: url(../image/pattern-3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 102px; */
    overflow: hidden;
    margin-top: 10px;
}
.text-line h1 {
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 500;
    width: 510px;
    padding: 0px 0px 0px 20px;
    clip-path: polygon(0px 0px, 80% 0px, 90% 100%, 0% 100%);
    /* background-image: linear-gradient(to right, rgb(41, 77, 118), rgb(161, 49, 52)); */
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    line-height: 45px;
    margin-top: 15px;
    background-color: #25288c;
    text-align: justify;
}
.text-line-1 h1 {
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 500;
    width: 510px;
    padding: 0px 0px 0px 20px;
    clip-path: polygon(0px 0px, 80% 0px, 90% 100%, 0% 100%);
    /* background-image: linear-gradient(to right, rgb(41, 77, 118), rgb(161, 49, 52)); */
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    line-height: 45px;
    margin-top: 15px;
    background-color: #25288c;
    text-align: justify;
}
.content-part {
    box-shadow: 0px 5px 21px 0px rgba(194.60164794921877, 194.60164794921877, 194.60164794921877, 0.5);
    /* width: 100%; */
    /* border-radius: 10px; */
    border-right: 8px solid #25288c;
    padding: 21px 21px 21px 30px;
    /* margin-top: 35px; */
    border-left: 8px solid #25288c;
    border-radius: 35px;
}
.content-part ul li i {
    font-size: 17px;
    color: #25288c;
    background-position: 7px 19px;
    padding-top: 6px;
    margin-right: 10px;
}
.text-more ul li {
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 16px;
    /* padding-left: 25px; */
    display: flex;
    text-align: justify;
    line-height: 32px;
}
.text-part ul li {
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 17px;
    /* padding-left: 25px; */
    text-align: justify;
}
.induction-supplies {
    padding: 25px 0;
}
.in-pro-1 {
    text-align: center;
}
.induction-supplies-1 {
    padding-bottom: 45px;
    margin-top: 13px;
}
.induction-supplies-2 {
    padding-bottom: 20px;
}
.content-part h4 {
    font-size: 22px;
    color: #ef6421;
    font-weight: 700;
    /* border-top: 1px solid #ccc; */
    /* padding-top: 15px; */
    margin: 0px;
    margin-top: 10px;
    padding-bottom: 16px;
}
.content-part-1 h4 {
    font-size: 22px;
    color: #ef6421;
    font-weight: 700;
    /* border-top: 1px solid #ccc; */
    /* padding-top: 15px; */
    margin: 0px;
    margin-top: 10px;
    padding-bottom: 9px;
}
.content-part-1 {
    box-shadow: 0px 5px 21px 0px rgba(194.60164794921877, 194.60164794921877, 194.60164794921877, 0.5);
    /* width: 100%; */
    /* border-radius: 10px; */
    border-right: 8px solid #25288c;
    padding: 21px 21px 21px 30px;
    border-left: 8px solid #25288c;
    border-radius: 35px;
}
.content-part-1 ul li i {
    font-size: 17px;
    color: #25288c;
    padding-top: 6px;
    margin-right: 10px;
}
/* .content-part-1 li {
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 17px;
} */
.product {
    padding-top: 30px;
}
.er_contact_box .in-add {
    display: inline-block;
}


/* application part */


.application-part {
    box-shadow: 0px 5px 21px 0px rgba(194.60164794921877, 194.60164794921877, 194.60164794921877, 0.5);
    /* width: 100%; */
    /* border-radius: 10px; */
    border-right: 8px solid #25288c;
    padding: 21px 21px 21px 30px;
    border-left: 8px solid #25288c;
    border-radius: 35px;
}
.content 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%;
}
section.application-more {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.application-more .slick-prev{
    display: none !important; 
}
.application-more .slick-next{
    display: none !important; 
}

/* 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;
}
section.contact-more {
    margin: 50px 0;
}
.info-box p {
    line-height: 43px;
    font-size: 18px;
    color: #000;
}
.info-box i {
    font-size: 24px;
    color: #27ac74;
}
.info-box a {
    color: #000;
}
.contact-more h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    font-weight: bold;
    color: #0e9ed1;
}


/* gallery part */


.gallery-img {
    margin-bottom: 20px;
    box-shadow: 4px 6px 11px #b3b7ad;
    display: inline-block;
    width: auto;
    overflow: hidden;
}
.gallery-img img:hover {
    transform: scale(1.2);
    cursor: pointer;
    transition: 3s;
}
.gallery-photo {
    padding: 60px 0px;
}


/* Enquiry Form Css */

.page-part {
    padding-top: 40px;
    padding-bottom: 40px;
}

.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 #273a4b;
}

.form-group textarea {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #273a4b;
}

.form-group select {
    font-size: 14px !important;
    line-height: 24px;
    border-radius: 2px;
    border-bottom: 2px solid #273a4b;
}

.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: #2f3193;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #2f3193;
    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: #2f3193;
    font-weight: bold;
    font-size: 35px;
    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 Page */


.contact-page{
    padding: 50px 0;
}
.contact-page h2{
    text-align: center;
    text-transform: uppercase;
    font-family: 'Sophia Nubian';
    padding-bottom: 40px;
    font-size: 30px;
    background: linear-gradient(to right, #f80503 0%, #ff7d09 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-info p {
    line-height: 27px;
    color: #000;
}
.pb-50{
    padding-bottom: 50px;
}
.er_contact_box {
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    background-color: #fe7b2d;
    height: 290px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}
.er_contact_icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto 20px
}
.er_contact_icon img {
    max-width: 48px;
    max-height: 48px;
    object-fit: cover;
    transition: all .6s ease-in-out
}
.in-add h4 {
    font-size: 26px;
    color: #fff;
    padding: 0 0 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.in-add p {
    color: #E7E7E7;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    padding-left: 50px;
}
.number a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.number {
    text-align: left;
    padding-left: 20px;
}
.email a {
    color: #fff;
    font-size: 18px;
}
.email {
    text-align: left;
    padding-left: 20px;
}

.in-location {
    color: #ffffff;
    line-height: 28px;
    font-size: 18px;
    /* justify-content: center; */
}
.er_contact_box:hover {
    transform: translateY(-10px)
}
.er_contact_box:hover .er_contact_icon img {
    transform: scale(-1) rotate(180deg)
}
.eleganc{
    padding-top: 30px;
}
.contact-info>ul{
    margin-top: 15px;
}
.info-list li {
    position: relative;
    display: block;
    padding-left: 90px;
    margin-bottom: 30px;
}
.info-list li:last-child{
  margin-bottom: 0px;
}
.info-list li i {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 2px;
    width: 65px;
    height: 65px;
    line-height: 70px;
    background-color: #fe7b2d;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}
.contact-part {
    padding-top: 40px;
}
.info-list li h5 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 4px;
}
.info-list li p {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.info-list li p a {
    display: inline-block;
    color: #000000;
    font-size: 18px;
}
.info-list li p a:hover{
    color: #923b00;
}  
.info-inner {
  position: relative;
  display: block;
  padding-bottom: 91px;
}
.info-inner .shape {
  position: absolute;
  bottom: 0px;
  right: 90px;
  width: 8px;
  height: 394px;
  background-repeat: no-repeat;
}
.four_footer {
    margin-left: 20px;
}
.social_from {
    padding-top: 8px;
}


/* spart part */


.part-sec {
    padding-top: 50px;
}
.box-part h3 {
    color: #2f3291;
    text-align: center;
    font-size: 18px;
    padding: 13px;
    font-weight: bold;
}
.box-part {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    margin-bottom: 25px;
}
.box-part:hover {
    background-color: #fff;
    transition: .5s ease;
    transform: translatey(10px) !important;
}
.box-part-1 {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    margin-bottom: 25px;
}
.box-part-1 h3 {
    color: #2f3291;
    text-align: center;
    font-size: 18px;
    padding: 13px;
    font-weight: bold;
    height: 67px;
}
.spare-part img {
    width: 100%;
}
section.spare-part {
    padding-top: 45px;
    
}
.spare-part h2 {
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    color: #2f3193;
}
.spare-part-1 h2 {
    text-align: center;
    font-size: 31px;
    font-weight: 700;
    color: #2f3193;
}
.spare-part-1 img {
    width: 100%;
}
section.spare-part-1 {
    padding-top: 45px;
}

/* services */

section.services-part {
    margin-top: 40px;
    margin-bottom: 40px;
}
.sercives-sec {
    box-shadow: 0px 5px 21px 0px rgba(194.60164794921877, 194.60164794921877, 194.60164794921877, 0.5);
    /* width: 100%; */
    /* border-radius: 10px; */
    border-right: 8px solid #25288c;
    padding: 21px 21px 21px 30px;
    border-left: 8px solid #25288c;
    border-radius: 35px;
}


/* Induction Heating */

.induction-power .slick-prev{
    display: none !important; 
}
.induction-power .slick-next{
    display: none !important; 
}



/* Media Query Start */


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


    .logo {
        width: 225px;
    }
    nav>ul>li {
        padding: 0 8px;
    }
    .style-two .team-content h3 {
        font-size: 23px;
    }
    .style-two .team-content {
        height: 115px;
        padding: 40px 0 0;
   }
   .style-two .single-team-box:hover .team-content {
    background-color: #f06421;
    margin-top: -60px;
    height:  115px;
   }
   .number a {
    font-size: 19px !important;
    }
    .in-location {
        font-size: 19px !important;
    }
    .email a {
        font-size: 19px !important;
    }
    .in-add h4 {
        font-size: 29px;
    }
    .location span {
        font-size: 17px !important;
    }
    .phone_num a {
        font-size: 15px !important;
    }
    .message-bt a {
        font-size: 17px !important;
    }
    .social_from li {
        font-size: 17px;
    }
    .third_footer h3 {
        font-size: 27px;
    }
    .second_footer h3 {
        font-size: 27px;
    }
    .four_footer h3 {
        font-size: 28px;
    }
    .footer_section {
        padding-top: 27px;
    }
    .box-part-1 h3 {
        padding: 21px 0;
    }
    .in-pro {
        text-align: center;
    }
    .app-image {
        text-align: center;
    }
    .box-part-1 h3 {
        padding: 17px 0;
        font-size: 17px;
    }
    .breadcrum-1 h2 {
        font-size: 40px;
    }
}


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


    .logo {
        width: 210px !important;
    }
    nav {
        width: 76%;
    }
   
    
}





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

    
    .hamburger-menu{
        display: block;
    }
    nav{
        display: none;
    }
    nav>ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 368px;
        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: #2f3291;
        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: #2f3291;
    }
    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: #2f3291;
        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;
    }
    .item-1 {
        margin: 2%;
        width: 29%;
        padding: 20px;
        box-shadow: rgba(192, 192, 192, 0.25) 0px 0px 4px 4px;
    }
    .btn:hover {
        background-color: #001a56;
        color: #fff;
    }
    .product-images img {
        max-width: 100%;
        width: 100% !important;
    }
    .site-p {
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 747px 629px !important;
    }
    .footer_section {
        padding-top: 30px;
    }
    .about-page {
        padding: 35px 0;
    }
    .logo {
        width: 255px !important;
    }
    .text h1 {
        font-size: 39px;
    }
    .choose-part h2 {
        padding-bottom: 25px;
    }
    .style-two .team-content {
        height: 115px;
        padding: 40px 0 0;
   }
   .style-two .single-team-box:hover .team-content {
    background-color: #f06421;
    margin-top: -60px;
    height:  115px;
   }
    .box-advantages {
        padding: 17px 12px;
    }
    .gallery-part {
        margin-top: 22px;
    }
    .style-two .team-content {
        padding: 35px 0 0;
    }
    .style-two .team-content h3 {
        font-size: 20px;
    }
    .team-work .slick-prev {
        top: 30%;
    }
    .team-work .slick-next {
        top: 30%;
    }
    .second_footer h3 {
        font-size: 27px;
    }
    .third_footer h3 {
        font-size: 27px;
    }
    .four_footer h3 {
        font-size: 29px;
    }
    .social_from li {
        font-size: 17px;
        margin: 14px 0;
    }
    .social_from h4 {
        font-size: 26px;
    }
    .location i {
        font-size: 27px;
    }
    .location span {
        font-size: 17px;
    }
    .phone_num i {
        font-size: 20px;
    }
    .phone_num a {
        font-size: 17px !important;
    }
    .message-bt i {
        font-size: 22px;
        padding: 0 4px 0 0;
    }
    .message-bt a {
        font-size: 17px;
    }
    .map-part iframe {
        width: 100%;
        padding-top: 30px;
    }
    .foot-social {
        margin-left: 25px;
    }
    .style-two .team-content {
        height: 105px;
        padding: 40px 0 0;
   }
   .style-two .single-team-box:hover .team-content {
    background-color: #f06421;
    margin-top: -60px;
    height:  105px;
   }
   .box-advantages h4 {
    font-size: 17px;
    }
    section.spare-part-1 {
        padding-top: 30px;
    }
    .get {
        font-size: 30px;
    }
    .er_contact_box {
        padding: 20px 20px;
        height: 295px;
    }
    .in-location {
        font-size: 18px !important;
    }
    .content-sec p {
        text-align: justify;
        line-height: 27px;
        font-size: 16px;
    }
    .content p {
        text-align: justify;
        line-height: 27px;
        font-size: 16px;
    }
    .number {
        text-align: left;
        padding-left: 0px;
    }
    .number a {
        font-size: 15px !important;
    }
    .email {
        text-align: left;
        padding-left: 15px;
    }
    .email a {
        font-size: 18px !important;
    }
    .induction-supplies {
        padding: 22px 0;
    }
    .induction-supplies-1 {
        padding-bottom: 20px;
        margin-top: 13px;
    }
    section.application-more {
        padding: 30px 0;
    }
    .gallery-photo {
        padding: 40px 0px 0;
    }
    .text-line h1 {
        font-size: 26px;
    }
    .app-image {
        padding: 10px 0;
        text-align: center;
    }
    .contact-page {
        padding: 40px 0;
    }
    .team-work {
        padding-top: 40px;
    }
    .call_text a {
        font-size: 15px;
        font-weight: 600;
        padding: 0 0px;
        color: #ffffff;
    }
    .call_main {
        margin: 12px 0 0 0px;
        display: none;
    }
    


}


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

    .map-part iframe {
        padding-top: 20px;
    }
    .social_from li {
        font-size: 17px !important;
    }
    .second_footer h3 {
        font-size: 24px !important;
    }
    .third_footer h3 {
        font-size: 24px;
    }
    .four_footer h3 {
        font-size: 27px;
    }
    .social_from h4 {
        font-size: 27px;
    }
    .copyright_text {
        font-size: 18px;
    }
    .content p {
        text-align: justify;
        line-height: 33px;
    }
    .content-sec p {
        text-align: justify;
        line-height: 30px;
    }
    .logo {
        width: 218px !important;
    }
    .team-work .slick-prev {
        left: 10px;
        top: 27%;
    }
    .team-work .slick-prev {
        left: 10px;
        top: 27%;
    }
    .style-two .team-content h3 {
        font-size: 19px;
    }
    .call_text span {
        margin-right: 17px;
    }
    .about-page {
        padding: 25px 0;
    }
    .about-part-1 {
        padding-top: 40px;
    }
    .style-two .team-content {
        position: relative;
        padding: 35px 0 0px;
        height: 95px;
    }
    .style-two .single-team-box:hover .team-content {
        background-color: #f06421;
        margin-top: -40px;
        height:  95px;
    }
    .box-advantages h4 {
        font-size: 21px;
    }
    .allpro a {
        margin-top: 30px;
    }
    .box-advantages {
        padding: 15px 15px;
        height: 477px;
    }
    .call_main {
        margin: 12px 0 0 -2px;
    }
    .call_text a {
        font-size: 16px;
    }
    .call_main.one {
        margin: 12px 22px 8px 0px;
    }
    .text {
        padding-top: 16px;
    }
    .style-two.team-area {
        margin-top: 50px;
    }
    .circle {
        margin-bottom: 45px;
    }
    .third_footer {
        margin-left: 0px;
    }
    .social_from li {
        font-size: 16px !important;
    }
    .foot-social {
        margin-left: 0px;
    }
    .location span {
        font-size: 17px;
    }
    .phone_num a {
        font-size: 17px;
    }
    .message-bt a {
        font-size: 17px;
    }
    .four_footer {
        margin-left: 0px;
    }
    nav>ul {
        width: 360px;
    }
    .drop-down-nav>li>a {
        padding: 13px 13px;
    }
    nav>ul>li>a {
        font-size: 18px;
    }
    .logo {
        width: 240px !important;
    }
    .breadcrum h2 {
        font-size: 32px;
    }
    .bread-last {
        font-size: 19px;
    }
    .gallery-photo {
        padding: 40px 0px 10px;
    }
    .fill {
        font-size: 18px;
    }
    .er_contact_box {
        margin-bottom: 20px;
    }
    .in-add h4 {
        font-size: 28px;
        padding: 0 0 17px;
    }
    .number a {
        color: #fff;
        font-size: 19px;
    }
    .induction-power {
        margin-top: 0px;
    }
    .induction-supplies-1 {
        padding-bottom: 20px;
        margin-top: 5px;
    }
    .in-pro {
        /* margin: 0 auto; */
        text-align: center;
        padding: 10px 0;
    }
    .app-image {
        padding: 10px 0;
        text-align: center;
    }
    .in-pro-1 {
        text-align: center;
        /* padding-top: 20px; */
        padding: 10px 0;
    }
    .power-induction {
        display: flex;
        flex-direction: column-reverse;
    }
    .product {
        padding-top: 4px;
    }
    .application-part {
        padding: 21px 21px 21px 21px;
    }
    section.application-more {
        padding: 30px 0;
    }
    section.spare-part-1 {
        padding-top: 30px;
    }
    .part-sec {
        padding-top: 39px;
    }
    section.spare-part {
        padding-top: 35px;
    }
    .slick-dots {
        display: none !important;
    }
    .team-work .slick-next {
        top: 27%;
    }
    .in-location {
        font-size: 19px;
        /* justify-content: center; */
    }
    .er_contact_box {
        padding: 30px 10px;
        height: 295px;
    }
    .email a {
        color: #fff;
        font-size: 21px;
    }
    .map-part iframe {
        padding-top: 13px;
    }
    .box-part-1 h3 {
        padding: 21px 2px;
        font-size: 16px;
    }
    .quote-more h2 {
        font-size: 27px;
    }
    .quote-more p {
        padding: 8px 15px;
    }
    .quote-more p {
        font-size: 21px;
    }
    .spare-part h2 {
        font-size: 28px;
    }
    section.spare-part-1 {
        padding-top: 19px;
    }
    .phone_num a {
        font-size: 16px !important;
    }

}    


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

    .box-part h3 {
        font-size: 16px;
        padding: 20px 0;
    }
    .spare-part h2 {
        font-size: 23px;
    }
    .er_contact_box {
        padding: 20px 0;
    }
    .in-add p {
        padding-left: 9px;
    }
    .in-location {
        font-size: 16px !important;
    }
    .about-page {
        padding: 35px 0;
    }
    .text h1 {
        font-size: 38px;
    }
    .text h1 {
        font-size: 38px;
    }
    .quote-more h2 {
        font-size: 28px;
    }
    .quote-more p {
        font-size: 19px;
    }
    .read-more {
        margin-top: 26px;
    }
    section.choose-part {
        margin-top: 35px;
    }
    .about-part-1 {
        padding-top: 40px;
    }
    .call_text span {
        margin-right: 20px;
    }
    .call_text a {
        font-size: 16px;
    }
    .call_main {
        display: flex;
        color: #000;
        margin: 12px 0 0 12px;
    }
    .call_main {
        display: none;
        color: #000;
        margin: 12px 0 0 5px;
    }
    .call_main.one {
        margin: 12px 8px 8px 0px;
    }
    .logo {
        width: 235px !important;
    }
    .box-advantages h4 {
        font-size: 19px;
    }
    .style-two .single-team-box {
        margin: 0 5px;
    }
    .style-two .team-content h3 {
        font-size: 20px !important;
    }
    .style-two .team-content {
        padding: 33px 0 0px;
        height: 95px;
    }
    .allpro a {
        font-size: 15px;
        padding: 19px 10px;
    }
    .style-two .single-team-box:hover .team-content {
        background-color: #f06421;
        margin-top: -45px;
        height: 95px;
    }
    .box-advantages {
        padding: 15px 15px;
        height: 565px;
    }
    .footer_section {
        padding-top: 13px;
    }
    .team-area h2 {
        padding-top: 33px;
    }
    .four_footer {
        padding-top: 20px;
    }
    .phone_num i {
        font-size: 16px !important;
    }
    .message-bt i {
        font-size: 17px;
    }
    .power-induction {
        display: flex;
        flex-direction: column-reverse;
    }
    .message-bt i {
        padding: 0px 1px 0 0;
    }
    .message-bt a {
        font-size: 16px !important;
    }
    .location i {
        font-size: 22px;
    }
    .location span {
        font-size: 15px;
    }
    .phone_num a {
        font-size: 14px !important;
    }
    .team-work {
        padding-top: 40px;
    }
    .box-part-1 h3 {
        font-size: 16px;
        padding: 13px 0;
    }
    section.spare-part-1 {
        padding-top: 17px;
    }
    .get {
        font-size: 26px;
    }
    .fill {
        font-size: 17px;
    }
    .page-part {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .box p {
        font-size: 19px;
        font-weight: 500;
    }
    
    .slick-dots {
        display: none !important;
    }
    .team-work .slick-prev {
        display: none !important;
    }
    .team-work .slick-next {
        display: none !important;
    }
    .in-add h4 {
        font-size: 26px;
        padding: 0 0 11px;
    }
    .in-location {
        font-size: 16px;
        /* justify-content: center; */
    }
    .number a {
        color: #fff;
        font-size: 15px !important;
    }
    .number {
        text-align: left;
        padding-left: 3px !important;
    }
    .email {
        text-align: left;
        padding-left: 6px;
    }
    .email a {
        font-size: 17px !important;
    }
    .er_contact_box {
        padding: 30px 0px;
        height: 286px;
    }
    .content-part {
        padding: 21px 21px 21px 21px;
    }
    .application-part {
        padding: 21px 21px 21px 21px;
    }
    .breadcrum h2 {
        font-size: 31px;
    }
    .map-part iframe {
        padding-top: 20px;
    }
    .quote-more {
        background-image: url(../image/machine-background-image.webp);
        background-position: left;
    }
    .text-line-1 h1 {
        font-size: 23px;
    }
    

}


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

    .about-page {
        padding: 30px 0;
    }
    .drop-down-nav>li>a {
        color: #fff !important;
        font-size: 17px;
    }
    .logo {
        width: 240px !important;
    }
    .power-induction {
        display: flex;
        flex-direction: column-reverse;
    }
    .induction-supplies {
        padding: 20px 0;
    }
    .breadcrum h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .drop-down-nav>li>a {
        padding: 13px 10px;
    }
    .team-work .slick-prev {
        display: none !important;
    }
    .team-work .slick-next {
        display: none !important;
    }
    .bread-last {
        font-size: 18px;
        text-align: center;
    }
    .style-two .team-content h3 {
        font-size: 20px !important;
    }
    .text h1 {
        font-size: 33px;
    }
    .text-line h1 {
        width: 485px;
    }
    .second_footer h3 {
        font-size: 27px !important;
    }
    .third_footer h3 {
        font-size: 27px;
    }
    .four_footer h3 {
        font-size: 30px;
    }
    .location span {
        font-size: 15px !important;
    }
    .text-line-1 h1 {
        width: 475px;
    }
}

@media only screen and (max-width: 575px){
    .box-advantages {
        padding: 15px 15px;
        height: auto;
    }

}

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

  .breadcrum h1 {
      position: relative;
      color: #fff;
      font-size: 32px;
      text-align: center;
      line-height: 45px;
      font-weight: 700;
  }

    .box-part h3 {
        font-size: 20px;
        padding: 20px 0;
    }
    .quote-more p {
        font-size: 18px;
    }
    .spare-part h2 {
        font-size: 27px;
    }
    .part-sec {
        padding-top: 25px;
    }
    section.spare-part {
        padding-top: 27px;
    }
    .spare-part h2 {
        font-size: 18px;
    }
    .spare-part-1 h2 {
        font-size: 26px;
    }
    section.spare-part-1 {
        padding-top: 5px;
    }
    .breadcrum {
        padding: 90px 0;
    }
    .contact-page {
        padding: 30px 0 6px;
    }
    .text p {
        text-align: justify;
        line-height: 35px;
    }
    .text h1 {
        font-size: 26px;
    }
    .quote-more h2 {
        font-size: 21px;
    }
    .box-advantages {
        padding: 15px 15px;
        height: auto;
    }
    .logo img {
        width: 100%;
        margin-left: 0px;
    }
    .third_footer {
        margin-left: 0px;
        padding-top: 14px;
    }
    .footer_section {
        padding-top: 14px;
    }
    .second_footer h3 {
        font-size: 30px !important;
    }
    .third_footer h3 {
        font-size: 29px;
    }
    .third_footer {
        margin-left: 0px;
        padding-top: 9px;
    }
    .social_from li {
        font-size: 17px;
    }
    .four_footer h3 {
        font-size: 30px;
    }
    .four_footer {
        padding-top: 9px;
    }
    .team-work {
        padding-top: 35px;
    }
    .map-part iframe {
        padding-top: 20px;
       height: none !important;
    }
    
    .style-two .team-content {
        padding: 40px 0 0px;
        height: 107px;
    }
    .style-two .single-team-box:hover .team-content {
        background-color: #f06421;
        margin-top: -80px;
        height: 107px;
    }
    .style-two .team-content h3 {
        font-size: 22px !important;
    }
    .text-line h1 {
        width: 425px;
    }
    .induction-supplies {
        padding: 20px 0;
    }
    .text-more {
        padding-top: 9px;
    }
    .induction-power {
        margin-top: 0px;
    }
    .content-part {
        padding: 15px 15px 15px 20px;
        /* margin-top: 35px; */
    }
    .in-pro-1 {
        padding-top: 25px;
    }
    .breadcrum h2 {
        font-size: 28px;
        line-height: 31px;
    }
    .product {
        padding-top: 0px;
    }
    .content-part-1 h4 {
        font-size: 20px;
        margin-top: 6px;
        padding-bottom: 0px;
    }
    .text-line h1 {
        font-size: 24px;
    }
    .induction-supplies-1 {
        padding-bottom: 20px;
        margin-top: 13px;
    }
    .box-part-1 h3 {
        font-size: 17px;
        padding: 22px;
    }
    section.application-more {
        padding: 30px 0;
    }
    .app-image {
        padding: 0px;
    }
    .copyright_text {
        font-size: 17px;
        margin: 12px 0px;
    }
    .social_from h4 {
        font-size: 25px;
    }
    .content p {
        padding-top: 12px;
    }
    .social_from li {
        font-size: 17px !important;
    }
    .application-part {
        padding: 20px 20px 20px 20px;
    }
    .bread-last {
        font-size: 18px;
    }
    section.services-part {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .gallery-photo {
        padding: 30px 0px 0;
    }
    .get {
        font-weight: bold;
        font-size: 20px;
    }
    .page-part {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .email a {
        color: #fff;
        font-size: 18px !important;
    }
    .gallery-part {
        margin-top: 9px;
    }
    .gallery-part h3 {
        padding-top: 30px;
    }
    .gallery-more {
        padding-top: 45px;
    }
    .about-part-1 {
        padding-top: 20px;
    }
    .circle {
        margin: 0;
        width: 97%;
        margin-bottom: 45px;
    }
    .power-induction {
        display: flex;
        flex-direction: column-reverse;
    }
    .text-line-1 h1 {
        font-size: 20px;
        width: 405px;
        padding: 0px 0px 0px 13px;
    }
    .in-add h4 {
        font-size: 30px;
        padding: 0 0 11px;
    }
    .in-location {
        font-size: 18px !important;
    }
    .number a {
        color: #fff;
        font-size: 18px !important;
    }
    .location i {
        font-size: 26px;
    }
    .location span {
        font-size: 17px !important;
    }
    .phone_num a {
        font-size: 17px !important;
    }
    .message-bt a {
        font-size: 17px !important;
    }
    .message-bt i {
        font-size: 20px;
    }
    .hamburger {
        margin-right: 0px;
    }
    .drop-down-nav>li>a {
        padding: 13px 6px;
        font-size: 16px;
    }
    nav>ul {
        width: 335px;
    }
    .phone_num i {
        font-size: 18px !important;
    }
    .box-advantages h4 {
        font-size: 24px;
    }
}


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

    .contact-page {
        padding: 30px 0 0;
    }
    .get {
        font-size: 18px;
    }
    .fill {
        font-size: 15px;
    }
    .four_footer {
        padding-top: 5px;
    }
    .page-part {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-page {
        padding: 30px 0;
    }
    .breadcrum {
        padding: 70px 0;
    }
    .box-part-1 h3 {
        font-size: 17px;
        padding: 22px 0;
    }
    .box-part h3 {
        font-size: 21px;
        padding: 20px 0;
    }
    .spare-part-1 h2 {
        font-size: 23px;
    }
    .social_from h4 {
        font-size: 24px;
    }
    .four_footer h3 {
        font-size: 28px;
    }
    .sercives-sec {
        padding: 21px 21px 21px 21px;
    }
    .breadcrum h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .text-line h1 {
        width: 366px;
        padding: 0px 0px 0px 12px;
        font-size: 23px;
        clip-path: polygon(0px 0px, 80% 0px, 90% 100%, 0% 100%);
    }
    .second_footer h3 {
        font-size: 27px !important;
    }
    .third_footer {
        margin-left: 0px;
        padding-top: 5px;
    }
    .third_footer h3 {
        font-size: 27px;
    }
    .induction-supplies {
        padding: 20px 0;
    }
    .induction-supplies-1 {
        padding-bottom: 20px;
        margin-top: 9px;
    }
    .bread-last {
        font-size: 18px;
        text-align: center;
    }
    .text h1 {
        font-size: 24px;
    }
    .power-induction {
        display: flex;
        flex-direction: column-reverse;
    }
    .text-line-1 h1 {
        font-size: 18px;
        width: 357px;
        padding: 0px 0px 0px 10px;
    }
    .hamburger {
        margin-right: 0px;
    }
    .drop-down-nav>li>a {
        padding: 13px 6px;
        font-size: 15px;
    }
    nav>ul {
        width: 315px;
    }
    .quote-more h2 {
        font-size: 19px;
    }
    .quote-more {
        background-position: left;
        padding: 0px 0px 35px;
    }
    .quote-more p {
        padding: 8px 15px;
    }
    .quote-more p {
        font-size: 16px;
    }

}


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

    .contact-page {
        padding: 30px 0 0;
    }
    .breadcrum {
        padding: 65px 0;
    }
    .page-part {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .get {
        font-size: 15px;
    }
    .fill {
        font-size: 15px;
    }
    .location span {
        font-size: 16px !important;
    }
    .message-bt a {
        font-size: 16px !important;
    }
    .phone_num a {
        font-size: 16px !important;
    }
    .copyright_text {
        font-size: 15px;
        margin: 9px 0px;
    }
    .get {
        font-size: 16px;
    }
    .er_contact_box {
        padding: 30px 0px;
        height: 295px;
    }
    .induction-supplies {
        padding: 10px 0;
    }
    .logo {
        width: 210px !important;
    }
    .hamburger {
        width: 30px !important;
        margin-right: -6px;
    }
    .box-advantages h4 {
        font-size: 23px;
    }
    nav>ul {
        width: 290px !important;
    }
    .breadcrum h2 {
        font-size: 23px;
        line-height: 26px;
    }
    .bread-last {
        font-size: 18px;
        text-align: center;
    }
    .breadcrum-1 h2 {
        font-size: 36px;
    }
    .drop-down-nav>li>a {
        padding: 13px 6px;
        display: inline-block;
        width: 100%;
        font-weight: 500;
        font-size: 14px;
    }
    .copyright_text {
        font-size: 16px;
    }
    .spare-part h2 {
        font-size: 18px;
    }
    .box-part h3 {
        font-size: 18px;
        padding: 20px 0;
    }
    .spare-part-1 h2 {
        font-size: 19px;
    }
    .box-part-1 h3 {
        font-size: 16px;
        padding: 22px 0;
        height: auto;
    }
    .style-two .team-content h3 {
        font-size: 21px !important;
    }
    .style-two .team-content {
        padding: 35px 0 0px;
        height: 100px;
    }
    .style-two .single-team-box:hover .team-content {
        background-color: #f06421;
        margin-top: -70px;
        height: 100px;
    }
    .text h1 {
        font-size: 21px;
    }
    .power-induction {
        display: flex;
        flex-direction: column-reverse;
    }
    .quote-more h2 {
        font-size: 16px;
    }
    .quote-more p {
        font-size: 17px;
    }
    .read-more a {
        font-size: 15px;
        padding: 11px 5px;
    }
    .team-area h2 {
        font-size: 48px;
    }
    .choose-part h2 {
        font-size: 41px;
    }
    .text-line h1 {
        width: 330px;
        padding: 0px 0px 0px 7px;
        font-size: 20px;
        clip-path: polygon(0px 0px, 72% 0px, 86% 100%, 0% 100%);
    }
    .text-line-1 h1 {
        font-size: 17px;
        width: 328px;
        padding: 0px 0px 0px 8px;
        clip-path: polygon(0px 0px, 80% 0px, 90% 100%, 0% 100%);
    }
    .content-part-1 h4 {
        font-size: 18px;
    }
    .in-add h4 {
        font-size: 27px;
        padding: 0 0 20px;
    }
    .text-more ul li {
        font-size: 16px;
    }
    
}