@charset "utf-8";
/*************** DEFAULT CSS ***************/
@font-face {
    font-family: 'Neuzeit Grotesk';
    src: local('../fonts/Neuzeit Grotesk Light'), local('Neuzeit-Grotesk-Light'),
        url('../fonts/NeuzeitGro-Lig.woff2') format('woff2'),
        url('../fonts/NeuzeitGro-Lig.woff') format('woff'),
        url('../fonts/NeuzeitGro-Lig.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

  @font-face {
    font-family: 'Neuzeit Grotesk';
    src: local('../fonts/Neuzeit Grotesk Regular'), local('Neuzeit-Grotesk-Regular'),
        url('../fonts/NeuzeitGro-Reg.woff2') format('woff2'),
        url('../fonts/NeuzeitGro-Reg.woff') format('woff'),
        url('../fonts/NeuzeitGro-Reg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'Neuzeit Grotesk';
    src: local('../fonts/Neuzeit Grotesk Bold'), local('Neuzeit-Grotesk-Bold'),
        url('../fonts/NeuzeitGro-Bol.woff2') format('woff2'),
        url('../fonts/NeuzeitGro-Bol.woff') format('woff'),
        url('../fonts/NeuzeitGro-Bol.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

  @font-face {
    font-family: 'Neuzeit Grotesk';
    src: local('../fonts/Neuzeit Grotesk Black'), local('Neuzeit-Grotesk-Black'),
        url('../fonts/NeuzeitGro-Bla.woff2') format('woff2'),
        url('../fonts/NeuzeitGro-Bla.woff') format('woff'),
        url('../fonts/NeuzeitGro-Bla.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }


:root {
    --body-font: 'Neuzeit Grotesk', sans-serif;
    --body-font-Size: 18px;
    --body-color: #000;
    --primary-color: #1550a3;
    --secondary-color: #1c1c1c;
    --white: #fff;
    --black: #000;
    --light-blue:#f1f5fa;
    
}
body{
     font-family: var(--body-font);
     font-size:var(--body-font-Size);
     font-style: normal;
     line-height: normal;
     font-weight:400;
     color: var(--body-color);
     text-decoration: none;
     margin:0px;
     -webkit-font-smoothing: antialiased;
     padding:0;
     font-optical-sizing: auto;
}
 html{
     scroll-behavior: smooth;
}
 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 ::selection {
    background: #000;
     color:#fff;
}
 ::-moz-selection {
    background: #000;
    color:#fff;
}
 a {
    color:var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 a:hover {
    color: var(--primary-color);
}
 p {
    margin:0 0 30px 0;
    clear:left;
    padding:0;
    line-height: 26px;
}
 ul{
    padding: 0px;
     margin: 0 0 25px;
}
 ul li{
    list-style: none;
}
/******* Headings Style *******/
 h1 {
    font-size: 43px;
}
 h2 {
    font-size: 35px;
}
 h3 {
    font-size: 20px;
}
 h4 {
    font-size: 17px;
}
 h5 {
    font-size: 15px;
}
 h6 {
    font-size: 13px;
}
 h1, h2, h3, h4, h5, h6 {
    margin:0 0 20px 0;
    padding:0;
    font-weight:normal;
}
 hr {
    margin:40px 0 60px 0;
    height:1px;
    border:0;
    border-top:1px solid #c1c1c1;
    border-bottom:1px solid #c1c1c1;
    float:left;
    width:100%;
    position:relative;
}
 img{
    border:0;
     max-width: 100%;
}
 a img {
    border: 0;
}
/*************** PRELOADER ***************/
 #preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:var(--white);
     z-index:999999;
}
 #status {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-image:url(../images/new-vision-metal-construction-industry-logo.svg);
     background-repeat:no-repeat;
    background-position:center;
    margin:0;
}
/*************** COLUMS AND ROWS ***************/
 main{
     position:relative;
}
 .row{
     width: 100%;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}
 .justify-content-center {
     justify-content: center;
}
 .space-between{
     justify-content: space-between;
}
 .justify-content-flex-end{
     justify-content: flex-end 
}
 .section-spacing{
    padding:100px 0;
}
 .sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px;
    width:100%;
}
 .clearfix{
    width:100%;
    height:100px;
    margin:0;
    padding:0;
    display:block;
}
 .container{
    width:1400px;
    margin:0 auto;
}
 .fullwidth{
     width:100%;
    display:block;
}
 .two-col{
    flex:0 0 48%;
}
 .three-col{
     flex:0 0 31%;
}
 .four-col{
    flex:0 0 22%;
}
 section {
    width: 100%;
     display: block;
    position: relative;
}
 aside {
     flex:0 0 25%;
     margin: 0;
     padding: 0;
}
 summary {
     flex:0 0 70%;
     margin: 0;
     padding: 0;
}
 .list{
    padding: 0px;
    margin: 0 0 25px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
 .list li{
    list-style: none;
    color: #3a4455;
    padding-left: 22px;
    margin-bottom: 6px;
    line-height: 24px;
    position: relative;
}
 .list li:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid var(--primary-color);
    left: 0px;
    top: 8px;
    border-radius: 50px;
}
 .list li a{
     color: #3a4455;
}
 .list-02 li{
     font-size: 18px;
     font-weight: 700;
     text-transform: uppercase;
     color: var(--black);
}
 .list-02 li:after{
     width: 0;
     height: 0;
     border: none;
     border-top: 5px solid transparent;
     border-left: 10px solid var(--primary-color);
     border-bottom: 5px solid transparent;
     border-radius: 0px;
     top: 6px;
}
 .text-center{
    text-align: center;
}
 .scrollwrap{
    width: calc(50vw + 692px);
    overflow: hidden;
}
 .scrollwrap-left{
     margin-left: calc(-50vw + 50%);
}



 .gap-1{
    gap:1%
}
 .gap-2{
    gap:2%
}
 .gap-3{
    gap:3%
}
 .gap-4{
    gap:4%
}
 .gap-5{
    gap:5%
}
 .gap-10, .gap-20, .gap-30, .gap-40, .gap-50, .gap-60, .gap-70, .gap-80, .gap-90, .gap-100{
    display: flex;
     width: 100%;
     height: 10px;
}
 .gap-10{
     height: 10px;
}
 .gap-20{
     height: 20px;
}
 .gap-30{
     height: 30px;
}
 .gap-40{
     height: 40px;
}
 .gap-50{
     height: 50px;
}
 .gap-60{
     height: 60px;
}
 .gap-70{
     height: 70px;
}
 .gap-80{
     height: 80px;
}
 .gap-90{
     height: 90px;
}
 .gap-100{
     height: 100px;
}
 .button-style a, .button-style-span{
    position: relative;
    color: var(--secondary-color);
    font-size: 18px;
    padding: 18px 75px 17px 25px;
    border-radius: 50px;
    display: inline-block;
}
 .button-style a span{
     position: relative;
     z-index: 1;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .button-style a:hover span{
     color:var(--white)
}
 .button-style a:after, .button-style-span:after{
    color: var(--secondary-color);
    content: "\f061";
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    right: 0;
    position: absolute;
    top: 0;
    border-radius: 50px;
    text-align: center;
    transition: .3s ease-in-out;
    transform: rotate(1deg);
    font-size: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 54px;
    height: 54px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    text-align: right;
    /* background-color: var(--white);
     */
}
 .button-style a:hover:after, .button-style-span:after{
    /* transform: rotate(328deg);
     */
    /* width: 100%;
     */
    /* display: flex;
     */
    /* justify-content: flex-end;
     */
    /* padding-right: 20px;
     */
    /* background-color: var(--primary-color);
     */
    color: var(--white);
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}
 .button-style a:before{
    position:absolute;
    content:'';
    height: 54px;
    right: 0px;
    top: 0px;
    border-radius: 8px;
    width: 54px;
    background-color: transparent;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #e0e0e0;
}
 .button-style a:hover:before{
     width: 100%;
     border: 1px solid var(--primary-color);
     background-color: var(--primary-color);
}
/*************** HOME PAGE CSS ***************/
 header{
     top:-100px;
     -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
 .logo{
     line-height: 0px;
}
 .logo img{
     width: 316px;
}

 .header-wrap{
     display: flex;
     justify-content: space-between;
     align-items: center;
     position: relative;
     z-index: 1;
}
 .right-head{
     display: flex;
     align-items: center;
     gap: 22px;
}
 .header-contact{
     display: flex;
     flex-direction: column;
     padding: 25px 0px;
     padding-left: 30px;
     border-left: 1px solid #ededed;
     gap: 8px;
}
 .header-contact a{
     font-size: 16px;
     color: var(--body-color);
     display: flex;
     align-items: center;
     gap: 10px;
}
 .header-contact span{
     font-size: 22px;
}
 .header-contact a:last-child{
     font-size: 16px;
}
 .header-contact a:last-child span{
     font-size: 15px;
}
 .iso-logo-wrap{
     position: absolute;
     bottom: -1px;
     left: auto;
     background-color: var(--white);
     border-radius: 10px 0 0 0;
     display: flex;
     align-items: center;
     clip-path: polygon(0 0, 0 0, 83% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -webkit-clip-path: polygon(0 0, 0 0, 83% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -moz-clip-path: polygon(0 0, 0 0, 83% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -ms-clip-path: polygon(0 0, 0 0, 83% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -o-clip-path: polygon(0 0, 0 0, 83% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     padding-right: 85px;
}
 .iso-icon{
     display: flex;
     align-items: center;
     padding: 16px 25px;
     gap: 10px;
}
 .iso-icon h6{
     font-size: 13px;
     text-transform: uppercase;
     margin-bottom: 0px;
}
 .iso-icon h5{
     margin-bottom: 0px;
     font-size: 19px;
     font-weight: 700;
}
 .iso-icon:last-child{
     border-left: 1px solid #e2e2e2;
}
 .solutions{
     padding: 80px 0px 0;
}
 .heading{
     font-weight: 700;
     font-size: 56px;
     color: var(--black);
     margin-bottom: 30px;
}
 .subheading{
     font-weight: 700;
     font-size: 36px;
     color: var(--black);
 
}
 .solution-box{
    border-radius: 20px ;
    position: relative;
    display: flex;
    overflow: hidden;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
     clip-path: polygon(0 0, 0 0, 76% 0, 100% 23%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -webkit-clip-path: polygon(0 0, 0 0, 76% 0, 100% 23%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -moz-clip-path: polygon(0 0, 0 0, 76% 0, 100% 23%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -ms-clip-path: polygon(0 0, 0 0, 76% 0, 100% 23%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -o-clip-path: polygon(0 0, 0 0, 76% 0, 100% 23%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
 .solution-box:after{
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
     width: 100%;
     height: 180px;
    left: 0px;
    bottom: 0px;
}
 .solution-box img{
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
     border-radius: 20px ;
}
 .solution-box:hover{
     clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -moz-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -ms-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -o-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
 .solution-box:hover img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
     -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
 .solution-box h3{
     position: absolute;
     left: auto;
     bottom: 0;
     font-size: 30px;
     font-weight: 700;
     color: var(--white);
     padding-left: 40px;
     margin-bottom: 30px;
     z-index: 1;
}
 .intro{
     padding: 0 0 80px;
}
 .intro-wrap{
     display: flex;
}
 .intro-left{
     flex: 0 0 33%;
     padding-top: 80px;
     padding-right: 20px;
}
 .head-cap{
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #5a5a5a;
    padding-left: 20px;
}
 .head-cap:before{
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    background-color: var(--primary-color);
    left: 0px;
    top: 4px;
}
 .text-white:before{
     background-color:#fff;
}
 .intro-right{
     display: flex;
     justify-content: flex-start;
     align-items: flex-end;
     height: 862px;
     flex: 0 0 67%;
     background-image: url(../images/bg1.jpg);
     background-position: center;
     background-repeat: no-repeat;
     position: relative;
     background-attachment: fixed;
}
 .intro-right:after{
    position: absolute;
    content: '';
    width: 1850px;
    left: -1px;
    height: 862px;
    background-image: url(../images/shape-1.svg);
    background-repeat: no-repeat;
    background-size: 1850px;
    object-fit: cover;
    background-position: left top;
}
 .certi-logo{
     margin-bottom: 110px;
     margin-left: 52px;
}
 .fun-facts{
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     padding:20px 0;
      gap: 10px 1.5%;
}
.fun-facts .fun-box {
    display: flex;
    padding: 35px 55px;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 18px;
    flex-direction: column;
    min-height: 350px;
    background: url(../images/logo-bg-dark.png) no-repeat;
    background-position: center;
    background-size: contain;
    gap: 20px;
    /* text-transform: uppercase; */
    /* outline: 1px solid #ffffff75; */
    /* outline-offset: -5px; */
    /* margin-left: -1px; */
    /* border-radius: 0 50px 0 50px; */
    /* background-color: var(--primary-color); */
}
.fun-cnt {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 25px;
    width: 100%;
}

.fun-facts .fun-box:nth-child(2), .fun-facts .fun-box:nth-child(4) {
    /* background-color: #69adff; */
    background: url(../images/logo-bg-light.png) no-repeat;
    background-position: center;
    background-size: contain;
}
 


.fun-icon img {
    display: inline-block;
    max-width: 80px;
}
 .fun-facts .fun-box span{
     font-size: 16px;
     font-weight: 400;
}
 .box-style{
     position:relative;
     border:1px solid var(--grey);
     padding:20px;
     overflow:hidden;
}
 .box-style:after{
     position: absolute;
     content: '';
     width: 100%;
     height: 0;
     left: 0px;
     bottom: 0px;
     background-color:var(--grey-light);
     z-index:-1;
     transition: all 0.4s ease;
}
 .box-style:hover:after{
     height: 100%;
}
 .box-style h3{
     font-size: 20px;
     line-height:normal;
     background-clip: text;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     font-weight:var(--font-bold);
     padding:15px 0 0 0;
     text-align:center;
     margin:0;
}
 .fun-facts .fun-box h2, .fun-facts .fun-box h2 span{
     font-size: 45px;
     line-height:normal;
     font-weight: 700;
     margin-bottom: 8px;
     line-height: 35px;
     color: var(--white);
}
.fun-facts .fun-box span {
    color: var(--white);
}   
 .services{
     padding: 80px 0px;
     background-image: url(../images/bg2.png);
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     background-attachment: fixed;
}
 .service-home-wrap{
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-top: 1px solid #d9e3f0;
     border-bottom: 1px solid #d9e3f0;
     padding: 30px 0px;
}
 .service-home-left{
     flex: 0 0 35%;
}
 .service-home-left h4{
     font-size: 44px;
     color: var(--primary-color);
}
 .service-home-left .list{
    padding-left: 30px;
    border-left: 1px solid #e2e2e2;
    margin-bottom: 0px;
}
 .projects{
     background-color: var(--light-blue);
     padding: 100px 0px;
}
 .projects:after, .projects:before, footer:after{
    position: absolute;
    content: '';
    width: 335px;
    height: 60px;
    right: 0px;
    top: -1px;
    background-color: var(--white);
    clip-path: polygon(0 0, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 22% 100%);
    -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 22% 100%);
    -moz-clip-path: polygon(0 0, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 22% 100%);
    -ms-clip-path: polygon(0 0, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 22% 100%);
    -o-clip-path: polygon(0 0, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 22% 100%)
}
 .projects:before{
     top: auto;
     right: auto;
     left: 0px;
     bottom: 0px;
     clip-path: polygon(0 0, 0 0, 78% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -webkit-clip-path: polygon(0 0, 0 0, 78% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -moz-clip-path: polygon(0 0, 0 0, 78% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -ms-clip-path: polygon(0 0, 0 0, 78% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -o-clip-path: polygon(0 0, 0 0, 78% 0, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
 .projects:after{
     background-color:#1550A3;
}
 .pro-box h3{
     font-size: 20px;
    
}
 .pro-box{
    clip-path: polygon(0 0, 0 0, 83% 0, 100% 23%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -webkit-clip-path: polygon(0 0, 0 0, 83% 0, 100% 23%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -moz-clip-path: polygon(0 0, 0 0, 83% 0, 100% 23%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -ms-clip-path: polygon(0 0, 0 0, 83% 0, 100% 23%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -o-clip-path: polygon(0 0, 0 0, 83% 0, 100% 23%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
 .clients-home-wrap{
     display: flex;
     justify-content: space-between;
}
 .clients-home-left{
     display: flex;
     justify-content: flex-start;
     align-items: flex-end;
     height: 862px;
     flex: 0 0 57%;
     background-image: url(../images/bg3.jpg);
     background-position: left center;
     background-repeat: no-repeat;
     position: relative;
     background-attachment: fixed;
}
 .clients-home-left:after{
     position: absolute;
     content: '';
     width: 1850px;
     right: -1px;
     height: 862px;
     background-image: url(../images/shape-1.svg);
     background-repeat: no-repeat;
     background-size: 1850px;
     object-fit: cover;
     background-position: left top;
}
 .clients-home-right{
     flex: 0 0 43%;
     padding: 100px 0 100px 50px;
}
 .client-list{
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 90px;
}
 .client-list li{
     flex: 0 0 33.3333333333%;
     border-bottom: 1px solid #d8d8d8;
     border-right: 1px solid #d8d8d8;
     text-align: center;
     padding: 8px 0px;
     overflow: hidden;
}
 .client-list li img{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .client-list li:hover img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
     -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
 .client-list li:nth-child(3){
     border-right: none;
}
 .client-list li:nth-child(6){
     border-right: none;
}
 .client-list li:nth-child(7){
     border-bottom: none;
}
 .client-list li:nth-child(8){
     border-bottom: none;
}
 .client-list li:nth-child(9){
     border-right: none;
     border-bottom: none;
}
 .news{
     padding: 100px 0px;
}
 .news-image{
    margin-bottom: 35px;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
     clip-path: polygon(0 0, 0 0, 84% 0, 100% 17%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -webkit-clip-path: polygon(0 0, 0 0, 84% 0, 100% 17%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -moz-clip-path: polygon(0 0, 0 0, 84% 0, 100% 17%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -ms-clip-path: polygon(0 0, 0 0, 84% 0, 100% 17%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -o-clip-path: polygon(0 0, 0 0, 84% 0, 100% 17%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
 .news-box:hover .news-image{
    clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -moz-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -ms-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -o-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
 .news-box h6{
     font-size: 14px;
     color: var(--secondary-color);
     text-transform: uppercase;
}
 .news-box h3{
     font-size: 26px;
     color: var(--black);
     font-weight: 700;
}


.des-text{
	padding:20px 0;
	border-bottom:1px solid #ccc;
	margin:0 0 25px 0;
}
.des-text h2{
     font-size: 20px;
     color: var(--black);
     font-weight: 700;
	 margin:0 0 10px;
	 line-height:normal;
	
	 }
.des-text p:last-child{
	margin:0;
	 font-size:16px;
	 color:#333333;
	
}
/*******Add on************/
 .smd25 {
     width: 25% 
}
 .smd65 {
     width:65% 
}
 .group-style{
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     padding:40px 60px;
     margin-bottom:20px;
     justify-content: space-between;
     background-color:#F1F5FA;
     border-radius: 20px;
     overflow:hidden;
     overflow: hidden;
     clip-path: polygon( 0 0, 0 0, 95% 0, 100% 60px, 100% 100%, 100% 100%, 100% 100%, 0% 100% );
}
 .group-style h2{
     font-size:30px;
     font-weight: 700;
     color: var(--black);
}
 .order{
     order:-1;
}
 .company-logos{
     display: grid;
     grid-gap:20px;
     grid-template-columns: repeat(5, 1fr);
}
 .company-logos div{
     background-color:var(--white);
     padding:10px;
     border-radius: 10px;
     overflow:hidden;
}
 .company-logos div img{
     width:100%;
     display:block;
}
 .text-white{
     color:#fff !important;
}
 .bg-blue {
     padding: 80px 0px;
     background-color:#1550A3;
     color:#fff;
}
 .bg-blue .button-style a, .button-style-span{
     color: var(--white) 
}
 .bg-blue .button-style a:after, .bg-blue .button-style-span:after{
     color: var(--white);
}
 .img-style {
     border-radius: 20px;
     overflow:hidden;
     overflow: hidden;
     clip-path: polygon( 0 0, 0 0, 90% 0, 100% 60px, 100% 100%, 100% 100%, 100% 100%, 0% 100% );
	 
}

/************/
 .img-style a{
 	position:relative;
 
 
 }
 .zoom{
 	position:absolute;
 	left:20px;
 	top:20px;
 	z-index:2;
	background-color:var(--white);
    color:var(--primary-color);
    width:60px;
    height:60px;
	text-align:center;
	display:flex;
	border-radius: 50%;
	justify-content: center;
 	align-items: center;
	transition: all 0.4s ease;
	opacity:0;
	
	}
 .img-style a:hover .zoom{
 	opacity:0.9;
 }
   
   
 .gutter{
 	gap:24px 2%
 }
  .facility-box{
     background-color: var(--light-blue);
     padding: 50px;
     flex: 0 0 32%;
     border-radius: 20px;
      
}
  .facility-box h2{
     color: var(--primary-color);
     font-weight: 700;
     font-size: 30px;
     border-bottom: 1px solid rgba(255, 255, 255, .2);
     padding-bottom: 10px;
}

 .facility-box p{
    margin-bottom: 0px;
     
}
 /*****************************/
 
	
 .img-style img {
     width:100%;
     display:block;
}
 .boxy{
     padding:40px;
     background-color: #F1F5FA;
     border-radius: 20px;
     overflow:hidden;
     overflow: hidden;
     clip-path: polygon( 0 0, 0 0, 90% 0, 100% 60px, 100% 100%, 100% 100%, 100% 100%, 0% 100% );
}
/*********Add on end******************/
 footer{
     background-color: var(--primary-color);
     background-image: url(../images/bg4.png);
     background-position: bottom center;
     background-repeat: no-repeat;
     position: relative;
     color: var(--white);
}
 .footer-wrap{
     display: flex;
}
 .ftr-col{
     flex: 0 0 25%;
     border-left: 1px solid rgba(255, 255, 255, .3);
     padding: 100px 0px 50px 40px;
}
 .ftr-col:first-child{
     border-left: none;
     padding-left: 0;
}
 .ftr-col h2{
     font-size: 20px;
     font-weight: 700;
     margin-bottom: 30px;
}
 .ftr-list li{
     font-size: 16px;
     margin-bottom: 10px;
}
 .ftr-list li a{
     color: var(--white);
}
 .ftr-list li a:hover{
    color: #00ffff;
}
 .ftr-list li:after{
     content: "\f061";
     font-weight: 900;
     font-family: "Font Awesome 7 Free";
     color: #00ffff;
     font-size: 10px;
     top: -2px;
     left: 0;
     width: auto;
     height: auto;
}
 footer p{
     font-size: 16px;
}
 footer p a{
     color: var(--white);
}
 footer p a:hover{
     color: rgba(255, 255, 255, .3);
}
 .copy-right-outer{
     border-top: 1px solid rgba(255, 255, 255, .3);
}
 .copy-right-wrap{
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 20px 0px;
}
 .copy-right-wrap p{
     margin-bottom: 0px;
}
 .google-map{
     width:100%;
     height:450px;
     border:0;
     padding:0;
     outline:none;
     display:block;
	 overflow:hidden;
	 border-radius: 20px;
}
 .social a{
     color: var(--white);
     font-size: 22px;
}
 .intro-right-about{
     background-image: url(../images/bg5.jpg);
}
 .abt-mngmt-box{
     border: 1px solid #e2e2e2;
     border-radius: 15px;
     padding: 20px;
     margin-bottom: 10px;
}
 .abt-mngmt-box h4{
     font-weight: 700;
     color: var(--primary-color);
     font-size: 24px;
     margin-bottom: 8px;
}
 .abt-mngmt-box p{
     margin-bottom: 0px;
}
 .msn-vsn-wrap{
    display: flex;
    gap: 20px 2%;
}
 .msn-box{
     background-color: var(--primary-color);
     padding: 50px;
     flex: 0 0 32%;
     border-radius: 20px;
     background-image: url(../images/abt-icon1.png);
     background-position: left bottom;
     background-repeat: no-repeat;
}
 .msn-box:nth-child(2){
    background-image: url(../images/abt-icon2.png);
}
 .msn-box:nth-child(3){
    background-image: url(../images/abt-icon3.png);
}
 .msn-box h2{
     color: var(--white);
     font-weight: 700;
     font-size: 30px;
     border-bottom: 1px solid rgba(255, 255, 255, .2);
     padding-bottom: 10px;
}

 .msn-box p{
    margin-bottom: 0px;
    color: var(--white);
}
 .msn-box-bg-none{
  background-image:none !important;
  }
 .qlty-plcy-wrap{
     display: flex;
    /*background-image: url(../images/bg6.jpg);
     background-repeat: no-repeat;
     background-position: center;
    */
     position: relative;
     border-radius: 20px;
     overflow: hidden;
}
 .qlty-plcy{
     flex: 0 0 100%;
     padding: 50px;
     position: relative;
     z-index: 1;
     color: var(--white);
}
 .qlty-plcy h3{
     font-size: 40px;
     font-weight: 700;
}
 .qlty-plcy h4{
     font-size: 40px;
}
 .qlty-plcy-wrap:before{
    position:absolute;
    content:'';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
     background: linear-gradient(to right, rgba(21,80,163,0.9) 25%,rgba(21,80,163,0) 100%);
}
 .pad{
     padding: 80px 0px;
}
 .product-inn-wrap{
     display: flex;
     flex-wrap: wrap;
     gap: 35px 2%;
}
 .product-inn-box{
     flex: 0 0 23.5%;
     border-bottom: 1px solid #e2e2e2;
}
 .pro-img-align, .image-side-style{
     clip-path: polygon(0 0, 0 0, 84% 0, 100% 17%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
     -webkit-clip-path: polygon(0 0, 0 0, 84% 0, 100% 17%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -moz-clip-path: polygon(0 0, 0 0, 84% 0, 100% 17%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -ms-clip-path: polygon(0 0, 0 0, 84% 0, 100% 17%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -o-clip-path: polygon(0 0, 0 0, 84% 0, 100% 17%, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
 .product-inn-box:hover .pro-img-align, .image-side-style:hover{
    clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -moz-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -ms-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
     -o-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 100% 100%, 0% 100%);
}
 .product-inn-box .pro-img-align img, .news-box img, .image-side-style img{
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .product-inn-box:hover .pro-img-align img, .news-box:hover img, .image-side-style:hover img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
     -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
 .product-inn-box h2{
     font-size: 19px;
     color: var(--black);
     padding: 20px 0px;
     margin-bottom: 0px;
}
 .product-inn-detail-wrap{
    display: flex;
    gap: 25px 4%;
}
 .product-inn-detail-left{
    overflow: hidden;
    border-radius: 20px;
    flex: 0 0 46%;
}
 .product-inn-detail-right h1{
     font-weight: 700;
     font-size: 36px;
     border-bottom: 1px solid #e2e2e2;
     padding-bottom: 12px;
     margin-bottom: 25px;
     color: var(--primary-color);
}
 .product-inn-detail-right{
     flex: 0 0 50%;
}
 .product-inn-detail-right h5{
     font-size: 28px;
     color: var(--primary-color);
     margin-bottom: 12px;
}
.cap-text {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}
.product-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    background-color: var(--light-blue);
    border-radius: 35px;
    margin-bottom: 35px;
}
.product-box:nth-child(odd) {
    flex-direction: row-reverse;
}
.prd-inn-left,
.prd-inn-right {
    flex: 0 0 50%;
}
.prd-inn-right {
    padding: 0 50px;
}
.prd-inn-right .list {
    margin-bottom: 0;
}
.prd-inn-right .subheading {
    color: var(--primary-color);
}
.mb-0 {
    margin-bottom: 0 !important;
}
.align-center {
    align-items: center;
}
.product-cap {
    display: block;
    margin-bottom: 35px;
    font-size: 23px;
}
.product-cap::before {
    top: 8px;
}
.news-inn-wrap{
     display: flex;
     flex-wrap: wrap;
     gap: 25px 2%;
}
 .news-inn-wrap .news-box{
     flex: 0 0 32%;
}
 .news-inn-wrap .news-box h6{
     margin-bottom: 10px;
}
 .news-inn-detail-wrap{
     display: flex;
     gap: 25px 3%;
}
 .news-inn-detail-right{
     flex: 0 0 59%;
}
 .news-inn-detail-right h6 span{
     background-color: var(--primary-color);
     color: var(--light-blue);
     display: inline-block;
     padding: 9px 15px 8px;
     border-radius: 50px;
     font-size: 14px;
}
 .news-inn-detail-right h1{
     font-weight: 700;
     font-size: 32px;
     border-bottom: 1px solid #e2e2e2;
     padding-bottom: 10px;
}
.contact-page-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 2%;
}
 .contactstyle {
     flex: 0 0 27%;
     display: inline-block;
     position: relative;
     margin: 0 0 12px;
     padding: 30px 20px;
     background-color: var(--primary-color);
     border-radius: 15px;
}
 .coic, .contactstyle a:hover, .label-style {
     color: var(--secondary-color) 
}
 .coic {
     position: absolute;
     left: 0;
     top: 0;
     width: 40px;
     background-color: var(--white);
     font-size: 16px;
     border-radius: 50px;
     -moz-border-radius: 50px;
     -webkit-border-radius: 50px;
     -ms-border-radius: 50px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .coic, .out-inn-links a {
     line-height: 41px;
     height: 40px;
     color: var(--primary-color);
}
 .contactstyle h4 {
     font-size: 18px;
     margin-bottom: 6px;
     color: var(--white);
     font-weight: 700;
}
 .contactstyle p {
     margin-bottom: 0;
     color: var(--white);
}
 .contactstyle p a{
    color:var(--white)
}
 .contactstyle p a:hover{
    color:rgba(255, 255, 255, 0.5);
}
 .contact-left {
     flex: 0 0 30% 
}
 .cont-inn-box{
    position: relative;
    padding: 0 0 20px 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2f68b7;
}
 .cont-inn-box:last-child{
    margin-bottom:0px;
    border-bottom: none;
    padding-bottom: 0px;
}
 .contactstyle h3{
     font-weight: 700;
     font-size: 24px;
     border-bottom: 1px solid #2f68b7;
     padding-bottom: 10px;
     margin-bottom: 15px;
     color: var(--white);
}
 .contact-right{
    flex: 0 0 42%;
}
 .map{
     display: flex;
     width: 100%;
     margin-top: 30px;
}
 .contact-right .form-group{
     margin-bottom: 15px;
}
 .label-style {
    position: absolute;
    top: -11px;
    left: 16px;
    font-size: 16px;
    background-color: #fff;
    padding: 0 5px;
    color: var(--primary-color);
    z-index: 1;
}
 .form-group{
     position: relative;
}
 .contact-form{
     display: flex;
     flex-direction: column;
}
 .contact-form .form-group{
     flex: 0 0 49%;
}
 .contact-form .form-group-full{
     flex: 0 0 100%;
}
 .contact-right .heading:after{
     display: none;
}
 .contact-right .heading{
     padding-bottom: 0px;
}z
 .contact-page-wrap{
     display: flex;
     flex-wrap: wrap;
     gap: 25px 2%;
}

.number-count {
    background-color: var(--light-blue);
    padding: 80px 0;
}
.sperator {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 4px double #ccc;
}

/*************** INNER BANNER ***************/
 .banner {
     width: 100%;
     height:200px;
     overflow:hidden;
     display: flex;
     flex-direction:column;
     position: relative;
     background-repeat: no-repeat;
     background-position: center center;
     -moz-background-size: cover;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     background-image: url(../images/banner.jpg);
     background-color: var(--primary-color);
     justify-content: center;
     border-radius: 0 0 130px 0px;
}
 .banner h2 {
     color:var(--white);
     font-size: 30px;
     margin: 0;
     padding:0;
     font-weight: 700;
}
 .breadcrumb {
     display: flex;
     color: var(--white);
     margin:0;
     position:relative;
     z-index:2;
}
 .breadcrumb ul {
     display: flex;
     flex-wrap: wrap;
     list-style: none;
     margin: 10px 0 0 0;
}
 .breadcrumb li {
     margin: 0;
     font-size:12px;
     text-transform:uppercase;
     color: var(--white);
}
 .breadcrumb li:not(:last-child)::after {
     display: inline-block;
     margin: 0 8px;
    /*content: " → ";
     */
     content: " / ";
}
 .breadcrumb a{
     color: var(--white);
}
 .breadcrumb a:hover{
     color:#cccccc;
}
/********* FIXED HEADER ***************/
 header.smaller{
    position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     z-index: 10;
     top: 0;
     box-shadow: 0px 1px 25px #0000003d;
     background-color: var(--white);
     -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
/*************** table style ***************/
 .responsive-table{
    overflow-x: auto;
}
 .table-style {
    border-collapse: collapse;
    width: 100%;
}
 td, th {
    border: 1px solid #ddd;
    padding: 8px;
}
 tr:nth-child(even){
    background-color: #f2f2f2;
}
 tr:hover {
    background-color: #ddd;
}
 th {
     padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: var(--primary-color);
    color:var(--white);
}
/**********forms**************/
 form{
    margin:0;
    padding:0;
}
 *:focus {
    outline: none;
}
 .fieldset{
    width:100%;
    height: 55px;
    padding: 8px 15px;
    background-color: var(--white);
    display:block;
    border: 1px solid #c1c1c1;
    margin:0 0 10px 0;
    color: #262626;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
}
 textarea.fieldset, textarea{
    height: 140px;
    padding-top: 15px;
}
 .sendbutton{
    width:auto;
    height:auto;
    border:0;
    outline:0;
    margin:0 5px 0 0;
    float:left;
    color:var(--white);
    font-size: 18px;
    cursor:pointer;
     vertical-align:top;
    padding: 14px 25px 16px;
    text-align:center;
    background-color: var(--secondary-color);
    text-transform:uppercase;
     border-radius: 50px;
}
 .sendbutton:hover{
    background-color:var(--primary-color);
    color:var(--white);
}
 ::-webkit-input-placeholder {
    color: #262626 !important;
}
 :-moz-placeholder {
    color: #262626 !important;
}
 ::-moz-placeholder {
     color: #262626 !important;
}
 :-ms-input-placeholder {
     color: #262626 !important;
}
/*************HOVER EFFECT*******/
 .hover-effect{
    width:100%;
    display: block;
    position:relative;
    overflow:hidden;
    border-radius: 20px;
}
 .hover-effect i{
    width:50px;
    height:50px;
    background-color:var(--primary-color);
    color:var(--white);
    position:absolute;
    left:50%;
    top:-100px;
    z-index:1;
    line-height:50px;
     text-align:center;
    margin:0 0 0 -25px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
 .hover-effect:hover i{
    top:50%;
    margin:-25px 0 0 -25px;
}
 .hover-effect:hover i:hover{
    background-color:var(--secondary-color);
}
 .hover-effect img {
    display:block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width:100%;
    border-radius: 20px;
}
 .hover-effect:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
     -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
/*************BACK TO TOP*******/
 .progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
     z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
 .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
 .progress-wrap::after {
    position: absolute;
    content: "\f30c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-align: center;
    line-height: 45px;
     font-size: 20px;
    color: #00ffff;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
     transition: all 200ms linear;
}
 .progress-wrap svg path {
    fill: none;
}
 .progress-wrap svg.progress-circle path {
    stroke: #00ffff;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/************************************* 1400px *************************************/
 @media only screen and (max-width: 1450px) {
     .container{
         width:95%;
    }
     .scrollwrap {
         width: 100% !important;
         padding: 0;
    }
     .solutions .container, .intro .container, .projects .container, .news .container{
         width: 100%;
         padding-left: 33px;
    }
     .inner-pad-full{
         padding-right: 33px;
    }
}
/************************************* 1366px *************************************/
 @media only screen and (max-width: 1366px) {
     .intro-right {
         height: 774px;
    }
     .intro-right:after {
         width: 1660px;
         height: 774px;
         background-size: 1660px;
    }
     .clients-home-left {
        height: 722px;
    }
     .clients-home-left:after {
        width: 1550px;
        height: 722px;
        background-size: 1550px;
    }
     .clients-home-left {
         flex: 0 0 55%;
    }
     .clients-home-right {
        flex: 0 0 45%;
    }
     .certi-logo {
         margin-bottom: 95px;
         margin-left: 26px;
    }
}
/************************************* 1180px *************************************/
 @media only screen and (max-width: 1180px) {
     .intro-left {
         flex: 0 0 40%;
    }
     .intro-right {
         flex: 0 0 60%;
    }
     .fun-facts .fun-box h2, .fun-facts .fun-box h2 span {
         font-size: 38px;
    }
     .ftr-col {
        padding: 100px 0px 50px 15px;
    }
     .solution-box h3 {
         font-size: 20px;
         padding-left: 22px;
    }
     .heading {
         font-size: 42px;
    }
     .contact-right {
         flex: 0 0 35%;
    }
     .contactstyle {
         flex: 0 0 30.5%;
    }
}
/************************************* 1024px *************************************/
 @media only screen and (max-width: 1024px) {
     .container{
         width:90%;
    }
     .solutions .container, .intro .container, .projects .container, .news .container {
         padding-left: 25px;
    }
     .inner-pad-full{
         padding-right: 25px;
    }
     .msn-vsn-wrap {
         flex-wrap: wrap;
        justify-content: center;
    }
     .msn-box {
        flex: 0 0 49%;
    }
     .qlty-plcy {
         flex: 0 0 80%;
    }
     .product-inn-box {
         flex: 0 0 32%;
    }
     .contact-right {
         flex: 0 0 100%;
    }
     .contactstyle {
         flex: 0 0 49%;
    }
}
/************************************* 980px *************************************/
 @media only screen and (max-width: 980px) {
     .intro-wrap, .clients-home-wrap, .footer-wrap {
        flex-wrap: wrap;
    }
     .intro-left, .intro-right, .clients-home-left, .clients-home-right {
         flex: 0 0 100%;
         padding-right: 25px;
    }
	
	 footer:after{
		display:none;
	}
	 footer{
         padding-top: 50px!important;
    }
	 
     .ftr-col{
         flex: 0 0 50%;
		 padding:20px !important;
		 border:0; 
    }
      
     .ftr-list{
         margin-bottom: 0px;
    }
     .copy-right-wrap {
         padding: 50px 0px;
         flex-direction: column;
         gap: 20px;
         text-align: center;
    }
     .clients-home-right{
         padding-bottom: 0px;
    }
    .fun-facts {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 1.5%;
    }
}
/************************************* 800px *************************************/
 @media only screen and (max-width: 800px) {
     .product-inn-detail-wrap{
         flex-direction: column;
    }
     .news-inn-wrap .news-box {
         flex: 0 0 49%;
    }
}
/************************************* 767px *************************************/
 @media only screen and (max-width: 767px) {
     .two-col, .three-col, .four-col, aside, summary{
         flex:0 0 100%;
         margin:0 0 25px 0;
    }
     header .container{
         width: 100%;
         padding-left: 15px;
         padding-right: 15px;
    }
     .intro-right, .clients-home-left {
         height: 569px;
    }
     .intro-right:after, .clients-home-left:after {
         width: 1220px;
         height: 569px;
         background-size: 1220px;
    }
     .fun-facts .fun-box {
         padding: 12px;
    }
     .fun-facts .fun-box h2, .fun-facts .fun-box h2 span {
         font-size: 30px;
    }
     .fun-facts .fun-box span {
         font-size: 15px;
         font-weight: 400;
    }
     .certi-logo {
         margin-bottom: 71px;
         margin-left: 20px;
         width: 258px;
    }
     .service-home-wrap{
         flex-direction: column;
    }
     .service-home-left{
         margin-bottom: 25px;
    }
     .solution-box h3 {
         font-size: 18px;
    }
     .news-box h3 {
         font-size: 22px;
    }
     .logo img {
         width: 245px;
    }
     .msn-vsn-wrap{
         flex-direction: column;
    }
     .qlty-plcy{
         flex: 0 0 100%;
    }
     .qlty-plcy-wrap:before{
         background-color: var(--primary-color);
         opacity: .8;
    }
     .product-inn-box {
         flex: 0 0 49%;
    }
     .contactstyle {
         flex: 0 0 100%;
    }
     .company-logos{
         grid-gap:10px;
    }
}


/************************************* 575px *************************************/
 @media only screen and (max-width: 640px) {
.fun-facts {
        grid-template-columns: repeat(1, 1fr);

    }

 }
/************************************* 575px *************************************/
 @media only screen and (max-width: 575px) {
     .gap-50{
         height: 25px;
    }
     .gap-100{
         height: 50px;
    }
     .iso-logo-wrap{
         position: initial;
         clip-path: initial;
         -webkit-clip-path: initial;
         -moz-clip-path: initial;
         -ms-clip-path: initial;
         -o-clip-path: initial;
         padding-right: 0px;
    }
     .iso-icon:first-child{
         padding-left: 0px;
    }
     .iso-icon:last-child{
         padding-right: 0px;
    }
     .heading {
         font-size: 34px;
    }
	     .subheading {
         font-size:28px;
    }
     .intro-right:after, .clients-home-left:after {
         width: 1000px;
         height: 466px;
         background-size: 1000px;
    }
     .certi-logo {
         margin-bottom: 60px;
         margin-left: 18px;
         width: 220px;
    }
     .intro-right, .clients-home-left {
         height: 466px;
    }
     /* .fun-facts {
         grid-template-columns: repeat(2, 1fr);
    } */
     .fun-facts .fun-box{
         margin-top: -1px;
    }
     .service-home-left h4 {
         font-size: 30px;
    }
     .solution-box h3 {
         font-size: 16px;
    }
     .clients-home-right {
         padding: 100px 0 100px 25px;
    }
     .client-list li {
         flex: 0 0 50%;
    }
     .client-list li:nth-child(2), .client-list li:nth-child(4), .client-list li:nth-child(8){
         border-right: none;
    }
     .client-list li:nth-child(3){
         border-right: 1px solid #d8d8d8;
    }
     .client-list {
         justify-content: center;
    }
     .client-list li:nth-child(9){
        border-top: 1px solid #d8d8d8;
    }
     .projects:after, .projects:before, footer:after {
         width: 160px;
    }
     .solutions{
         border-top: 1px solid #e2e2e2;
    }
     .solutions {
         padding: 50px 0px 0;
    }
     .heading{
         margin-bottom: 20px;
    }
     .client-list {
         margin-bottom: 15px;
    }
     .clients-home-right {
         padding: 60px 0 0px 25px;
    }
     .news {
         padding: 60px 0px;
    }
     .services {
         padding: 60px 0px;
    }
     .header-contact {
         padding: 12px 0px;
         padding-left: 20px;
    }
     .right-head {
         gap: 15px;
    }
     .iso-icon h5 {
         font-size: 16px;
    }
     .header-contact a, .header-contact a:last-child{
         font-size: 0px;
         gap: 0px;
    }
     .header-contact span {
         color: var(--primary-color);
    }
     .msn-box, .qlty-plcy {
         padding: 30px;
    }
     .banner h2 {
         font-size: 34px;
    }
     .banner {
         height: 150px;
    }
     .group-style{
         padding:30px 40px;
         clip-path:none;
         gap:20px 0;
    }
     .smd25, .smd65{
         width:100%;
    }
	
 .section-spacing{
    padding:50px 0;
}
}
/************************************* 480px *************************************/
 @media only screen and (max-width: 480px) {
     .heading {
         font-size: 32px;
    }
     .intro-right, .clients-home-left {
         height: 387px;
    }
     .intro-right:after, .clients-home-left:after {
         width: 830px;
         height: 387px;
         background-size: 830px;
    }
     .certi-logo {
         margin-bottom: 48px;
         margin-left: 13px;
         width: 185px;
    }
     .logo img {
         width: 225px;
    }
     .msn-box h2, .qlty-plcy h3, .qlty-plcy h4 {
         font-size: 28px;
    }
     .product-inn-box h2 {
         font-size: 16px;
    }
     .news-inn-wrap{
         flex-direction: column;
    }
     .news-inn-wrap .news-image {
         margin-bottom: 25px;
    }
     .company-logos{
         grid-template-columns: repeat(3, 1fr);
    }
     .group-style{
         padding:20px 30px;
    }
     .ftr-col{
         flex: 0 0 100%;
		 padding:20px 0 !important;
		 
    }
      
     footer p {
         margin-bottom: 15px;
    }
     .ftr-col h2 {
         margin-bottom: 15px;
    }
     
}
/************************************* 360px *************************************/
 @media only screen and (max-width: 360px) {
     .right-head {
         gap: 10px;
    }
     .header-contact {
         padding: 12px 0px;
         padding-left: 13px;
    }
     .logo img {
         width: 194px;
    }
     .iso-icon {
         padding: 16px 10px;
    }
     .iso-icon h5 {
         font-size: 14px;
    }
     .iso-icon h6 {
         font-size: 12px;
    }
     .fun-facts .fun-box h2, .fun-facts .fun-box h2 span {
         font-size: 24px;
    }
     .service-home-left h4 {
         font-size: 24px;
    }
     .projects .container{
         padding-right: 25px;
    }
     .footer-wrap{
         flex-direction: column;
		
    }
   
    
     .product-inn-wrap{
         flex-direction: column;
         gap: 25px 2%;
    }
}
/************************************* 320px *************************************/
 @media only screen and (max-width: 350px) {
     .news .container, .solutions .container{
         padding-right: 25px;
    }
}
