/*
Theme Name: perfectcartons
*/


/* main css starts */
body{
     font-family: "Space Grotesk", sans-serif!important;
     overflow-x: hidden;
}

a{
    text-decoration:none!important;
    color:#1893a6;
}

html {
    scroll-behavior: smooth;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
} 

::selection {
	background: #717171;
	color: #fff;
}

::-moz-selection {
	background: #ffcd38;
	color: #fff;
}

::-webkit-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: #898989;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #141414;
}

/* main css ends */

/* Slider section starts */

.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 25px;
	height: 70px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #fff;
    
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 1;
    color: #0b0b0b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
    content: '\276E'; 
    font-size: 18px;
}
[dir='rtl'] .slick-next:before {
    content: '\276E'; 
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
    content: '\276F'; 
    font-size: 18px;
}

[dir='rtl'] .slick-prev:before {
    content: '\276F'; 
}


/* Dots */

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* slider section ends */

/* header section starts */
.page-container{
    margin-top: 10px;
    margin-bottom: 10p
}
.header-logo-sec img{
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.header-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    transition-duration: 0.3s;
    padding-bottom: 15px;
    background-color: #ffffff00;
    width: 100%;
    z-index: 1020;
    position: fixed;
    left: 0px;
    top: 10px;
}
.header-wrapper .container-fluid{
    background-color: #fff;
    border-radius: 50px;
    padding: 10px;
}
.f-nav .header-wrapper {
    background-color: #fff;
    top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.common-button{
    padding: 10px 25px;
    background-color: #1893a6;
    color: #ffffff;
    border-radius: 50px;
     transition: all 0.3s ease;
}
.common-button:hover{
    background-color: #ffffff;
    color: #141414;
    box-shadow: 0px 0px 2px 0px #00000042;
}
.letstalk .common-button {
    padding: 15px 30px;
}
.letstalk {
    display: flex!important;
    justify-content: flex-end!important;
    padding-right: 17px!important;
}
/* header section ends */


.whatsapp-iconbtn {
    width: 50px;
    height: 50px;
   background: #17a76b!important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 160px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
     animation: floatUpDown 2s ease-in-out infinite;
}
.call-iconbtn {
    width: 50px;
    height: 50px;
    background: #004a35 !important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
    
      animation: floatUpDown 2s ease-in-out infinite;
}
.backtotop-iconbtn{
    width: 50px;
    height: 50px;
    background: #1893a6 !important;
    color: #ffffff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    animation: flipAnimation 5s infinite;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
   animation: floatUpDown 2s ease-in-out infinite;
}
.call-iconbtn:hover {
    color: #ffffff !important;
}
.whatsapp-iconbtn:hover  {
    color: #ffffff !important;
}
.backtotop-iconbtn:hover {
    color: #ffffff !important;
}


@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* banner section starts */

  .banner-wrapper {
    position: relative;
    width: 100%;
  }

.banner-image img {
    width: 100%;
    height: 120vh;
    display: block;
    border-radius: 50px;
    object-fit: cover;
}

  .banner-content {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 65%;
  }

.banner-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #0000008c;
}
  .banner-content p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-shadow: 0px 1px 0px #000000f7;
  }
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: 1;
    border-radius: 50px;
    pointer-events: none;
}

/* banner section ends */


/* solutions section starts */

.solutions-wrapper{
    padding: 80px 5% 0px;
}

.solutions-wrapper .content h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}
.solutions-wrapper .content h2 span {
    color: #1893a6;
    font-weight: 700;
    font-size: 50px;
}
.solutions-wrapper .main-title {
    margin-bottom: 20px;
}
.solutions-wrapper .solution-content {
    padding: 25px;
    background-color: #EDF6FF;
    border-radius: 30px;
    height: 100%;
    transition: 0.2s ease;
}
.solutions-wrapper .solution-content img {
    padding: 10px;
    background-color: #C8DBEE;
    border-radius: 50px;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}
.solutions-wrapper .solution-content h2 {
    font-size: 23px;
    font-weight: 700;
}
.solutions-wrapper .col-lg-3 {
    padding: 0px 7px;
    margin-bottom: 15px;
}
.solutions-wrapper .col-lg-6 {
    padding: 0px 7px;
    margin-bottom: 15px;
}

.solutions-wrapper .solution-content:hover {
    box-shadow: 0px 0px 11px 3px #dddddd59;
    cursor: pointer;
}
.solutions-wrapper .solution-content:hover img{
   animation: flip 0.6s forwards;
}
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}

/* solutions section ends */

/* sustainability section starts */

.sustainability-wrapper{
     padding: 80px 5% 0px;
}
.sustainability-wrapper .container-fluid{
    background-image: url(./assets/img/sustainability-perfectcarton-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 50px;
}
.sustainability-wrapper .main-title{
    margin-bottom: 40px;
}
.sustainability-wrapper .content h2 {
    font-size: 40px;
    text-transform: uppercase;
    color:#fff;
}
.sustainability-wrapper .content p {
    color: #fff;
}
.sustainability-wrapper .sustain-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/* sustainability section ends */

/* about us section starts */

.about-wrapper {
    padding: 140px 5% 50px;
}
.about-wrapper .content h2{
    font-size: 20px;
    color: #1893a6;
}
.about-wrapper .content h1{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
}
.about-wrapper .content h1 span{
   color: #1893a6;
    font-weight: 700;
    font-size: 50px;
}
.about-wrapper .content p{
    text-align: justify;    
}
.about-wrapper .content ul{
    column-count: 2;
    margin-bottom: 30px;
    margin-top: 25px;
    padding-left: 0px;
}
.about-wrapper .content ul li {
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    padding-left: 30px; 
}
.about-wrapper .content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px; 
  width: 20px;
  height: 20px;
  background-image: url(./assets/img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.about-wrapper .images .image1 {
    width: 400px;
    height: 560px;
    object-fit: cover;
     margin: 5px;
     border-radius: 30px;
     transition: width 0.5s ease;
}
.about-wrapper .images .image2 {
    width: 200px;
    height: 560px;
    object-fit: cover;
    margin: 5px;
    border-radius: 30px;
      transition: width 0.5s ease;
}
.about-wrapper .images {
    display: flex;
    transition: all .3s ease;
}
.about-wrapper .images .image2:hover {
    width: 400px;
}
.about-wrapper .images:hover:has(.image2:hover) .image1 {
    width: 200px;
}
.about-wrapper .before-content h2{
    position: absolute;
    width: 220px;
    background-color: #175963;
    border-radius: 25px;
    padding: 30px;
    color: #fff;
    top: -40px;
    left: -30px;
     animation: moveLeftRight 3s ease-in-out infinite alternate;
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
.about-wrapper .after-content svg {
    position: absolute;
    border-radius: 25px;
    padding: 30px;
    bottom: -100px;
    right: -40px;
}
.about-wrapper .after-content text {
    font-size: 175px;
    stroke-width: 4px;
    font-weight: bold;
    fill: rgb(0 0 0 / 0%);
    stroke: #1893a6a1;
    letter-spacing: 4px;
    animation: effect 3s infinite alternate;
    dominant-baseline: middle;
    text-anchor: middle;
    text-shadow: 1px 1px 1px #00000099;
}
@keyframes effect{
0% {
    stroke-dasharray: 0 70%;
}

100% {
    stroke-dasharray: 10% 0%;
    stroke-dashoffset: 20%;
}
}

/* about us section ends */

/* Clients Section starts */

.client-wrapper{
    padding: 80px 5% 0px;
}
.client-wrapper .main-title {
    margin: auto;
    margin-bottom: 22px;
}
.client-wrapper .main-title h2{ 
   font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
}
.client-wrapper .clients img {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ffffff4d;
    box-shadow: 0px 2px 5px 0px #00000017;
    border-radius: 20px;
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
}

.client-wrapper .clients {
    margin-top: 10px;
    transition: 0.2s ease;
}
.client-page-wrap .clients:hover{
    cursor: pointer;
    margin-top: 4px;
     transition: all 0.2s ease;
} 
.client-page-wrap .clients:hover img{
    box-shadow: 0px 0px 11px 3px #dddddd59;
}
/* Clients Section ends */

/* industries section starts */
.industries-wrapper{
     padding: 80px 5% 0px;
}
.industries-wrapper .industries-content img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.industries-wrapper .industries-content{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    margin-bottom: 20px;
}
.industries-wrapper .industries-content h2 {
    background: rgb(1 37 26);
    background: linear-gradient(180deg, rgba(7, 145, 106, 0) 0%, rgb(29 29 29) 100%);
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding: 60px 13px 20px;
}
.industries-wrapper .content h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
}

.industries-wrapper .content h2 span {
    color: #1893a6;
    font-weight: 700;
    font-size: 50px;
}

.industries-wrapper .main-title {
    margin-bottom: 20px;
}

/* industries section ends */

.company-home-wrapper{
     padding: 80px 5% 80px;
}
.company-home-wrapper .title h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}
.company-home-wrapper .title h2 span{
   color: #1893a6;
    font-weight: 700;
    font-size: 50px;
}
.company-home-wrapper .title{
    margin-bottom: 40px;
}
/* inner page title section starts */

.page-title-section .container-fluid{
    background: linear-gradient(135deg, #000000d9, #1d95a814), url(./assets/img/perfect-cartons.webp) center center / cover no-repeat;
    padding: 120px 0 60px;
    text-align: center;
    border-radius: 50px;
}

.title-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    padding: 50px 30px;
}
.title-wrapper .icon {
    font-size: 3rem;
    color: #007b9f;
}

.page-title {
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-align: left;
}
.breadcrumbs{
    text-align: left;
}
.breadcrumbs a{
    color: #ffffff;
}
.breadcrumbs a:hover {
   color: #1893a6;
    text-decoration: none;
    background-color: transparent;
}
.breadcrumbs span{
    color: #ffffff;
}
.page-subtitle {
    font-size: 18px;
    color: #ffffff;
    margin-top: 8px;
    text-align: left;
    width: 50%;
}
.common-page-contents{
    padding: 100px 0px;
}
/* inner page title section ends */

/* about page starts */
.about-page-wrapper{
   padding: 80px 5% 50px;
}
.about-page-wrapper .about-content h2{
    font-size: 22px;
    color: #1893a6;
}
.about-page-wrapper .about-content h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}
.about-page-wrapper .about-content h1 span {
    color: #1893a6;
    font-weight: 700;
    font-size: 50px;
}
.about-page-wrapper .about-image .image-1 {
    position: relative;
    z-index: 1;  
}

.about-page-wrapper .about-image .image-1 img {
    position: absolute;
    border-radius: 50px;
    width: 350px;
    height: 400px;
    z-index: 2; 
    display: inline-block;
  animation: moveLeftRight 5s ease-in-out infinite;
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

.about-page-wrapper .about-image .image-2 {
    position: relative; 
    z-index: 3;  
}

.about-page-wrapper .about-image .image-2 img {
   position: relative;
    width: 400px;
    height: 450px;
    border-radius: 50px;
    float: right;
    object-fit: cover;
    margin-top: 150px;
    z-index: 4;
    border: 9px solid #fff;
}
.about-page-wrapper .abouttext{
    position: absolute;
  right: 70px;
    top: 40px;
    animation: moveUpDown 3s ease-in-out infinite;
}
.about-page-wrapper .abouttext b {
    font-size: 90px;
    line-height: 0px;
    color: white;
    -webkit-text-stroke: 2px #1893a6;
    text-stroke: 2px black;
}
.about-page-wrapper .abouttext p {
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Move up */
  }
  100% {
    transform: translateY(0); /* Back to original position */
  }
}

.counter-wrapper .counter-section {
    display: flex;
    padding: 0px 15px 10px;
    border-radius: 40px;
    justify-content: center;
    gap: 60px;
}
.counter-wrapper {
    padding: 45px 0px 0px;
    background-color: #0068789c;
    margin-top: 60px;
    border-radius: 50px;
}
.counter-number {
    color: #ffffff;
    font-weight: 700;
    font-size: 50px;
    -webkit-text-stroke: 2px #f7feff;
    text-stroke: 2px black;
    transition: all .3s ease;
}
.counter-wrapper p.counter-description {
    font-size: 20px;
    line-height: 1.2;
    text-transform: inherit;
    font-weight: 600;
    color: #ffffff;
}
.counter-wrapper img{
        width: 100%;
    object-fit: contain;
    border-radius: 50px;
}
.why-choose-wrapper {
    padding: 45px;
    margin: 80px 0px 0px;
    background-color: #178ea00f;
    border-radius: 50px;
}
.why-choose-wrapper .page-title-why-choose {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    color: #178fa2;
}
.why-choose-wrapper .image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 30px;
    border: 3px solid #ffffff;
    box-shadow: 0px 0px 5px 0px #0000004d;
}
.why-choose-wrapper .why-choose-content {
    padding: 18px;
    background-color: #ffffff;
    border-radius: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
    min-height: 200px;
    box-shadow: 0px 0px 5px 0px #0000000a;
}
.why-choose-wrapper .why-choose-content h2 {
    font-size: 21px;
    font-weight: 700;
    color: #2f2f2fc7;
}
.why-choose-wrapper .why-choose-content p{
    margin-bottom: 0px;
}
.why-choose-wrapper .why-choose-content i{
    padding: 10px;
    background-color: #178fa2;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    display: inline-block;
  animation: fadeInSlideRight 2s ease-in-out infinite;
}
@keyframes fadeInSlideRight {
  0% {
    opacity: 0;
    transform: translateX(-4px);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(4px);
  }
}

/* about page ends */

/* solutions page starts */

.solutions-page-wrapper {
     padding: 80px 5%;
}
.solutions-page-wrapper .solution-content a {
    color: #000000ab;
    padding: 6px 13px;
    border: 1px solid #1893a6ba;
    transition: all .3s ease-in-out;
    border-radius: 6px;
}
.solutions-page-wrapper .solution-content a i{
    display: inline-block;
    animation: fadeInSlideRightt 2s ease-in-out infinite;
}
@keyframes fadeInSlideRightt {
  0% {
    opacity: 0;
    transform: translateX(0px);
  }
  50% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(8px);
  }
}
.solutions-page-wrapper .solution-content h2 {
    font-size: 26px;
    font-weight: 700;
}
.solutions-page-wrapper .solution-content p{
        min-height: 72px;
}
.solutions-page-wrapper .solution-content a:hover {
    color: #ffffff;
    padding: 6px 13px;
    border: 1px solid #1893a6ba;
    background-color: #1893a6;
}
/* solutions page ends */

/* infrastructure page starts */
.infrastructure-page-wrap{
    padding: 80px 5%;
}
.infrastructure-page-wrap .content h2 span {
    color: #1893a6;
    font-weight: 700;
    font-size: 50px;
}
.infrastructure-page-wrap .content h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}
.infrastructure-page-wrap .main-title {
    margin-bottom: 20px;
}
.infrastructure-page-wrap .infrastructure-content img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 50px;
}
.infrastructure-content {
      position: relative;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.infrastructure-content img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 50px;
  display: block;
}

.infrastructure-content .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgb(98 98 98 / 14%);
  border-radius: 50px;
  color: #fff;
  padding: 20px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.infrastructure-content .overlay h2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    font-size: 19px;
    pointer-events: auto;
    z-index: 3;
    background-color: #ffffffcc;
    padding: 18px;
    border-radius: 30px;
    color: #000;
}

.infrastructure-content .overlay .arrow {
 position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 26px;
    pointer-events: auto;
    z-index: 3;
    transition: transform 0.3s ease;
    background-color: #ffffffcc;
    padding: 12px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 25px;
      color: #000;
}

.infrastructure-content:hover .overlay .arrow {
  transform: translateX(5px);
}

.infrastructure-content .overlay p {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    background-color: #1893a69e;
    border-radius: 50px;
    padding: 20px;
}

.infrastructure-content:hover .overlay p {
  opacity: 1;
  max-height: 100vh;
}

.testing-title{
    padding:80px 0px
}
.testing-infra-row .testing-content img {
    width: 260px;
    height: 320px;
    object-fit: cover;
    border-radius: 30px;
}
.testing-infra-row .testing-content .content, 
.testing-infra-row .testing-content .image {
    width: 50%
}

.testing-infra-row .testing-content {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: #1893a60f;
    border-radius: 30px;
}
.testing-infra-row .testing-content h2 {
    font-size: 30px;
}
.testing-infra-row .testing-content h2 {
    font-size: 23px;
    padding-right: 12px;
    color: #1893a6;
}
.testing-infra-row .testing-content p {
    padding-right: 12px;
}
.company-home-wrapper .common-button{
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    padding: 10px 30px;
}
.company-home-wrapper .common-button a{
    color:#fff;
}
.company-home-wrapper .common-button a:hover{
    color:#000;
}
/* infrastructure page ends */

/* client page starts */
.client-page-wrap{
     padding: 80px 5%;
}
.client-page-wrap .clients img {
    border: 1px solid #1893a6;
    box-shadow: none;
}
/* client page ends */

/* industries page starts */
.industries-page-wrapper{
    padding: 80px 5%;
}
.industries-page-wrapper .content h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}
.industries-page-wrapper .content h2 span {
    color: #1893a6;
    font-weight: 700;
    font-size: 50px;
}
.industries-page-wrapper .main-title {
    margin-bottom: 30px;
}

.industries-page-wrapper .industries-content {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    margin-bottom: 20px;
}
.industries-page-wrapper .industries-content img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.industries-page-wrapper .industries-content h2 {
    background: rgb(1 37 26);
    background: linear-gradient(180deg, rgba(7, 145, 106, 0) 0%, rgb(29 29 29) 100%);
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding: 60px 13px 20px;
}
/* blog page starts */
.blog-page-wrapper{
    padding: 80px 5%;
}
.blog-page-wrapper .content h2 span {
    color: #1893a6;
    font-weight: 700;
    font-size: 50px;
}
.blog-page-wrapper .content h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}
.blog-page-wrapper .main-title {
    margin-bottom: 30px;
}
.blog-page-wrapper .blog-section {
   padding: 10px 10px 15px;
    box-shadow: 0px 0px 2px 0px #00000021;
    border-radius: 30px;
    transition: all .3s ease-in-out;
        margin-bottom: 15px;
}
.blog-page-wrapper .blog-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
}
.blog-page-wrapper .blog-content h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
    color: #000000cc;
}

.blog-page-wrapper .blog-content p {
    margin-bottom: 15px;
    color: #000000cc;
}

.blog-page-wrapper .blog-section:hover img{
     animation: flip 1s ease-in-out forwards;
}
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
.blog-page-wrapper .blog-section:hover {
   box-shadow: 0px 0px 14px 0px #7d7d7d14;
    transform: scale(1.01);
}
.blog-page-wrapper .blog-date{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.single-blog-page{
     padding: 80px 5%;
}
.single-blog-page .blog-image img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 20px;
}
.single-blog-page .blog-date{
    color: #fff;
    position: absolute;
    top: 0px;
    background-color: #1893a6;
    padding: 19px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.sidebar .blog-image img {
    width: 300px;
    height: 120px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
  
}
.sidebar .blog-image {
    position: relative;
}
.sidebar .blog-date {
    color: #fff;
    position: absolute;
    top: 0px;
    background-color: #1893a6;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 9px;
}
.sidebar a {
    width: 100%;
}
.sidebar .blog-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    position: relative;
}
.sidebar .blog-content h2 {
       font-size: 15px;
    color: #000;
}
.sidebar .blog-content p {
    color: #000;
}
.sidebar {
    padding: 10px;
    border: 1px solid #0000001c;
    border-radius: 20px;
}
/* blog page ends */

/* certification page starts */
.certification-wrapper{
     padding: 80px 5%;
}

/* contact page starts */
.contact-page-wrap{
     padding: 80px 5%;
}
.contact-page-wrap .icon{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.contact-page-wrap .icon i {
    font-size: 30px;
    padding: 9px 15px;
    background-color: #ffffff1c;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    color: #fff;
     display: inline-block;
    animation: sway 3s ease-in-out infinite;
    transform-origin: top center;
}
@keyframes sway {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(5deg); }
    50%  { transform: rotate(0deg); }
    75%  { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
.contact-page-wrap .contact-info h2{
        font-size: 24px;
        color: #fff;
}
.contact-page-wrap .contact-info a{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.contact-page-wrap .contact-info p{
     margin-bottom: 0px;
         color: #fff;
}

.contact-page-wrap .phone.contact-info{
    padding: 30px;
    background-color: #2689998f;
    border-radius: 50px;
    height: 100%;
    box-shadow: 0px 0px 4px 3px #00000008;
}

.contact-page-wrap .email.contact-info{
    padding: 30px;
    background-color: #EDF6FF;
    border-radius: 50px;
    height: 100%;
    box-shadow: 0px 0px 4px 3px #00000008;
}
.contact-page-wrap .email.contact-info a {
    color: #4b4b4b;
}
.contact-page-wrap .email.contact-info h2 {
    color: #4b4b4b;
}
.contact-page-wrap .email.contact-info .icon i {
    background-color: #74cfdd6e;
}
.contact-page-wrap .email.contact-info p {
    margin-bottom: 0px;
    color: #000000;
}
.contact-page-wrap .address.contact-info{
    padding: 30px;
    background-color: #ffffff85;
    border-radius: 50px;
    height: 100%;
    box-shadow: 0px 0px 4px 3px #00000008;
}
.contact-page-wrap .address.contact-info p {
    color: #292828;
}
.contact-page-wrap .address.contact-info h2 {
    color: #292828;
}
.contact-page-wrap .address.contact-info .icon i {
    background-color: #1893a6;
}
.contact-page-wrap .contact-info{
    transition: all .3s ease;
}
.contact-page-wrap .contact-info {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform;
}

.contact-page-wrap .contact-info:hover {
    transform: translateY(-10px);
}
.contact-map .google-map iframe{
    border: 0;
    border-radius: 50px;
    width: 100%;
    height: 300px;
}
.google-map{
    margin: 50px 0px;
}
.contact-form input{
    width: 100%;
    background: none;
    height: 42px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #40abbb69;
    border: 0px;
    color: #fff;
    border-radius: 7px;
}
.contact-form select {
    word-wrap: normal;
    width: 100%;
    background: none;
    height: 42px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #40abbb69;
    border: 0px;
    color: #fff;
    border-radius: 7px;
}
.contact-form{
    padding: 50px 50px 30px;
    background-color: #1893a60a;
    border-radius: 50px;
}
.wpcf7-submit:hover{
  background-color: #1893a630;
  color:#000;
}
input::placeholder{
    color:#fff!important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #1893a6;
}
.quick-contact {
    padding: 30px;
    height: 100%;
    color: #fff;
    background: linear-gradient(135deg, #121d1f, #6c848814), url(./assets/img/perfect-cartons.webp) center center / cover no-repeat;
    border-radius: 50px;
}
.company-profile {
    padding: 12px 30px;
    background-color: #f8f8f8;
    width: fit-content;
    transition: all .3s ease;
}
.company-profile a{
   color: #000;
}
.company-profile a:hover{
   color: #1893a6;
}
.company-profile:hover{
   cursor: pointer;
}
/* contact page  ends */

/* team page starts */
.team-page-wrap{
    padding: 80px 5%;
}
.team-page-wrap .main-title .content h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
}
.team-page-wrap .main-title {
    margin-bottom: 10px;
}
.team-page-wrap .content h2 span {
    color: #1893a6;
    font-weight: 700;
    font-size: 50px;
}
.team-page-wrap .our-team .image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #1893a6;
    box-shadow: 0px 0px 13px 0px #4a4a4a24;
}
.team-page-wrap .our-team .image {
   text-align: center;
}
.team-page-wrap .team-content h2 {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 2px;
}
.team-page-wrap .team-content p {
    text-align: center;
    color: #1893a6;
    font-weight: 500;
    text-transform: uppercase;
}
.team-page-wrap .our-team {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px #0000001c;
    border-radius: 30px;
    margin-bottom: 15px;
}
h2.department-title {
    color: #1893a6;
    font-weight: 600;
    font-size: 40px;
   margin-bottom: 20px;
    margin-top: 40px;
}

/* team page ends */

/* company page starts */
.company-page-wrap{
     padding: 80px 5%;
}
/* company page starts */

/* footer section starts */
.footer-logo img{
    width: 220px;
    height: auto;
    object-fit: contain;
    display: block;
}
.footer-section-wrapper {
    margin-bottom: 10px;
}
.footer-section-wrapper .container-fluid{
    background-color: #1893a6;
    border-radius: 50px;
    padding: 80px 0px 0px;
}
.footer-bottom-sec {
      background-color: #1e7987;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-top: 40px;
}
.footer-bottom-sec .footer-copyright p{
    text-align: center;
    color: #fff;
}
.footer-top-sec{
        padding: 0px 60px;
}

.footer-logo p{
    margin-top: 20px;
    color: #fff;
}
.social-media-div a {
    font-size: 16px;
    padding: 9px 10px 5px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    transition: all .3s ease;
}

.social-media-div a:hover {
     color: #242424;
}

.footer-menu h1 {
    font-size: 24px;
    color: #fff;
}
.footer-menu a {
    color:#fff;
    transition: all .3s ease;
}
.footer-menu p {
    color:#fff;
}

.footer-menu a:hover {
    color: #242424;
}

.footer-menu ul{
    list-style-type: none;
    padding-left: 0px;
    line-height: 1.7;
    transition: all 0.3s ease;
}

/* footer section ends */

/* error page starts*/

.errorpage .errorcontents {
    text-align: center;
}
.errorcontents img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.errorpage .error-details h1 {
    font-size: 45px;
    text-transform: capitalize;
    line-height: 1.1;
    font-weight: 600;
}
.errorpage .error-details p {
    font-weight: 600;
}
/* error page ends*/

/* exhibition page starts */
.exhibition-wrapper{
	 padding: 180px 5% 80px;
}
.page-template-page-exhibition .page-title-section.container-fluid {
    display: none;
}
.exhibition-wrapper .exhi-title-section h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
	text-align:center;
    margin-bottom: 50px;
}
.exhibition-wrapper .exhi-title-section h1 span {
    color: #1893a6;
    font-weight: 700;
    font-size: 32px;
}
.exhi-image img{
	width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 30px;
    box-shadow: 0px 0px 6px 0px #00000066;
    border: 5px solid #fff;
}
.exhibition-wrapper .form-wrapper input {
	width: 100%;
    background: none;
    height: 42px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    background-color: #d6d6d647;
    color: #000000;
    border-radius: 7px;
    border: 1px solid #1893a6d4;
}
.exhibition-wrapper .form-wrapper input::placeholder{
	color: #000000!important;
}
.exhibition-wrapper .form-wrapper .wpcf7-submit{
    background-color: #1893a6;
    color: #fff;
}
.exhi-form {
    padding: 40px;
    box-shadow: 0px 0px 4px 0px #00000014;
    border-radius: 30px;
}
.exhi-form h3 {
    font-size: 25px;
    margin-bottom: 25px;
}
/* responsive section starts */


  @media (min-width: 768px) {
    #mega-menu-item-2050{
        display: none!important;
    }
    #mega-menu-item-2082{
        display: none!important;
    }
  }
  
  /* mobile responsive */

  @media (max-width: 767.5px) {
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        animation: anim1 1s infinite alternate;
    }
    @keyframes anim1{
        0% {
            width: 100%;
        }
        50% {
            width: 60%;
        }

        100% {
            width: 100%;
        }
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        animation: anim2 1s infinite alternate;
    }
    @keyframes anim2{
      0% {
            width: 60%;
        }
        50% {
            width: 100%;
        }
        100% {
            width: 60%;
        }
    }
     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        animation: anim3 1s infinite alternate;
    }
    @keyframes anim3{
        0% {
            width: 100%;
        }
        50% {
            width: 60%;
        }

        100% {
            width: 100%;
        }
    }
    .header-logo-sec img {
        width: 140px;
    }
    .letstalk  {
        display: none;
    }
    .banner-image img {
        height: 80vh;
    }
    .banner-content h1 {
      font-size: 20px;
    }
    .banner-content p {
        font-size: 17px;
        line-height: 1.2;
    }
	  .letstalk .common-button {
    display: none!important;
}
    .banner-content {
        width: 95%;
    }
    .solutions-wrapper .content h2 {
        font-size: 30px;
    }
    .sustainability-wrapper .content h2 {
        font-size: 30px;
    }
    .sustainability-wrapper .container-fluid {
        padding: 50px 20px;
    }
    .sustainability-wrapper .sustain-content {
        border-right: 0px solid #ffffff00 !important;
    }
    .about-wrapper .content h1 {
        font-size: 30px;
    }
    .about-wrapper .content ul {
        column-count: 1;
    }
    .about-wrapper .images .image2:hover {
        width: 300px;
    }
    .about-wrapper .images {
        flex-direction: column;
    }
    .about-wrapper .images .image1 {
        width: 300px;
        height: 300px;
    }
    .about-wrapper .before-content h2 {
        width: 280px;
        padding: 25px;
        font-size: 23px;
        left: 0px;
    }
    .about-wrapper .images .image2 {
        width: 250px;
        height: 300px;
    }
    .about-wrapper .after-content text {
        font-size: 210px;
        stroke: #303333cc;
    }
    .about-wrapper {
        padding: 80px 5% 50px;
    }
    .client-wrapper {
        padding: 50px 5% 0px;
    }
    .company-home-wrapper .title h2 {
       font-size: 30px;
        padding-left: 0px;
        padding-right: 20px;
        text-align: left;
    }
    .about-wrapper .after-content svg {
        right: 0px;
    }
    .industries-wrapper .content h2 {
        font-size: 30px;
    }
    .company-home-wrapper .title h2 span {
        font-size: 40px;
    }
    .footer-top-sec {
        padding: 0px 20px;
    }
   .social-media-div{
        margin-bottom: 20px;
    }
    .footer-bottom-sec {
        margin-top: 20px;
    }
    .footer-bottom-sec .footer-copyright p {
        padding: 6px;
    }
    .why-choose-wrapper .image img {
        height: 290px;
    }
    .why-choose-wrapper {
        padding: 45px 27px;
    }
  
    .counter-wrapper .counter-section {
        gap: 0px;
        flex-direction: column;
    }
    .counter-wrapper {
        border-radius: 35px;
    }
    .counter-number {
        font-weight: 700;
        font-size: 40px;
        -webkit-text-stroke: 0px #f7feff;
        text-stroke: 2px black;
        transition: all .3s ease;
    }
    .about-page-wrapper .about-content h1 {
        font-size: 30px;
    }
    .about-page-wrapper .about-image .image-2 img {
        width: 360px;
        height: 300px;
        margin-top: 50vh;
        margin-bottom: 20px;
    }
    @keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-12px);
    }
    100% {
        transform: translateX(0);
    }
    }

    .about-page-wrapper .abouttext {
        z-index: 99;
    }
    .about-page-wrapper .abouttext b {
        color: #1893a6;
        -webkit-text-stroke: 2px #ffffff;
        text-stroke: 2px black;
    }
    .about-page-wrapper .abouttext p {
        color: #fff;
    }
    .about-page-wrapper .abouttext {
        top: 70px;
        right: 30px;
    }
    .about-page-wrapper {
        padding: 80px 0% 50px;
    }
    .solutions-wrapper .content h2 span {
        line-height: 1;
    }
    .infrastructure-page-wrap .content h2 {
        font-size: 30px;
    }
    .infrastructure-page-wrap .content h2 span {
        font-size: 40px;
    }
    .infrastructure-content .overlay h2 {
               font-size: 15px;
        padding: 10px;
        width: 70%;
    }
    .infrastructure-page-wrap .infrastructure-content img {
        height: 300px;
    }
    .infrastructure-content .overlay .arrow {
        font-size: 18px;
        padding: 10px;
        width: 40px;
        height: 40px;
        line-height: 20px;
    }
    .infrastructure-page-wrap {
        padding: 80px 0%;
    }
    .infrastructure-content:hover .overlay p {
        font-size: 10px;
    }
    .infrastructure-page-wrap .main-title {
        margin-bottom: 0px;
    }
    .testing-title {
        padding: 50px 0px;
    }
    .testing-infra-row .testing-content {
        flex-direction: column;
        }
    .testing-infra-row .testing-content .content, .testing-infra-row .testing-content .image {
        width: 100%;
    }
    .testing-infra-row .testing-content img {
        width: 100%;
        height: 400px;
    }
    .testing-content .content{
        padding: 15px;
    }
     .page-template-page-clients .client-wrapper {
        padding: 50px 0% 50px;
    }
    .industries-page-wrapper .content h2 {
        font-size: 30px;
    }
    .blog-page-wrapper {
        padding: 80px 0%;
    }
    .blog-page-wrapper .content h2 {
       font-size: 30px;
    }
    .contact-page-wrap {
        padding: 80px 0%;
    }
    .contact-page-wrap .icon {
        align-items: flex-start;
        flex-direction: column;
    }
    .contact-page-wrap .col-lg-4 {
        margin-bottom: 20px;
    }
    .google-map {
        margin: 30px 0px;
    }
    .contact-form {
        padding: 50px 20px 30px;
        margin-bottom: 20px;
    }
    .solutions-page-wrapper {
        padding: 80px 2%;
    }
    .page-title {
        font-size: 35px;
    }
       .single-post .page-title {
        font-size: 25px;
    }
    .single-blog-page .blog-image img {
        width: 100%;
        height: 300px;
    }
    .single-blog-page {
        padding: 80px 2%;
    }
    .sidebar .blog-image img {
        width: 260px!important;
        height: 120px !important;
    }
    .team-page-wrap .main-title .content h2 {
        font-size: 30px;
    }
	.exhibition-wrapper .exhi-title-section h1 {
		font-size: 25px;
	}
	.exhibition-wrapper .exhi-title-section h1 span {
		font-size: 20px;
	}
	.exhibition-wrapper {
		padding: 130px 2% 80px;
	}
	.exhi-image img {
		margin-bottom: 25PX;
	}
	.exhi-form {
		padding: 30px;

	}
}
/* tab responsive */

  @media only screen and (min-width:768px) and (max-width:991px){
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        animation: anim1 1s infinite alternate;
    }
    @keyframes anim1{
        0% {
            width: 100%;
        }
        50% {
            width: 60%;
        }

        100% {
            width: 100%;
        }
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
        animation: anim2 1s infinite alternate;
    }
    @keyframes anim2{
      0% {
            width: 60%;
        }
        50% {
            width: 100%;
        }
        100% {
            width: 60%;
        }
    }
     #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        animation: anim3 1s infinite alternate;
    }
    @keyframes anim3{
        0% {
            width: 100%;
        }
        50% {
            width: 60%;
        }

        100% {
            width: 100%;
        }
    }
    .header-logo-sec img {
        width: 140px;
    }
    .letstalk  {
        display: none;
    }
    .banner-image img {
        height: 80vh;
    }
    .banner-content h1 {
      font-size: 30px;
    }
	  	  .letstalk .common-button {
    display: none!important;
}
    .banner-content p {
        font-size: 17px;
        line-height: 1.2;
    }
    .banner-content {
        width: 95%;
    }
    .solutions-wrapper .content h2 {
        font-size: 30px;
    }
    .sustainability-wrapper .content h2 {
        font-size: 30px;
    }
    .sustainability-wrapper .container-fluid {
        padding: 50px 20px;
    }
    .sustainability-wrapper .sustain-content {
        border-right: 0px solid #ffffff00 !important;
    }
    .about-wrapper .content h1 {
        font-size: 30px;
    }
    .about-wrapper .content ul {
        column-count: 1;
    }
    .about-wrapper .images .image2:hover {
        width: 300px;
    }
    .about-wrapper .images .image1 {
        width: 300px;
        height: 300px;
    }
    .about-wrapper .before-content h2 {
        width: 280px;
        padding: 25px;
        font-size: 23px;
        left: 0px;
    }
    .about-wrapper .images .image2 {
        width: 250px;
        height: 300px;
    }
    .about-wrapper .after-content text {
        font-size: 210px;
        stroke: #303333cc;
    }
    .about-wrapper {
        padding: 80px 5% 50px;
    }
    .client-wrapper {
        padding: 50px 5% 0px;
    }
    .company-home-wrapper .title h2 {
       font-size: 30px;
        padding-left: 0px;
        padding-right: 20px;
        text-align: left;
    }
    .about-wrapper .after-content svg {
        right: 0px;
    }
    .industries-wrapper .content h2 {
        font-size: 30px;
    }
    .company-home-wrapper .title h2 span {
        font-size: 40px;
    }
    .footer-top-sec {
        padding: 0px 20px;
    }
   .social-media-div{
        margin-bottom: 20px;
    }
    .footer-bottom-sec {
        margin-top: 20px;
    }
    .footer-bottom-sec .footer-copyright p {
        padding: 6px;
    }
    .why-choose-wrapper .image img {
        height: 290px;
    }
    .why-choose-wrapper {
        padding: 45px 27px;
    }
  
    .counter-wrapper .counter-section {
        gap: 30px;
    }
    .counter-wrapper {
        border-radius: 35px;
    }
    .counter-number {
        font-weight: 700;
        font-size: 40px;
        -webkit-text-stroke: 0px #f7feff;
        text-stroke: 2px black;
        transition: all .3s ease;
    }
    .about-page-wrapper .about-content h1 {
        font-size: 30px;
    }

    @keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-12px);
    }
    100% {
        transform: translateX(0);
    }
    }

    .about-page-wrapper .abouttext {
        z-index: 99;
    }
    .about-page-wrapper .abouttext b {
        color: #1893a6;
        -webkit-text-stroke: 2px #ffffff;
        text-stroke: 2px black;
    }
    
    .about-page-wrapper {
        padding: 80px 0% 50px;
    }
    .solutions-wrapper .content h2 span {
        line-height: 1;
    }
    .infrastructure-page-wrap .content h2 {
        font-size: 30px;
    }
    .infrastructure-page-wrap .content h2 span {
        font-size: 40px;
    }
   
    .infrastructure-page-wrap {
        padding: 80px 0%;
    }
  
    .infrastructure-page-wrap .main-title {
        margin-bottom: 0px;
    }
    .testing-title {
        padding: 50px 0px;
    }
    .testing-infra-row .testing-content {
        flex-direction: column;
        }
    .testing-infra-row .testing-content .content, .testing-infra-row .testing-content .image {
        width: 100%;
    }
    .testing-infra-row .testing-content img {
        width: 100%;
        height: 400px;
    }
    .testing-content .content{
        padding: 15px;
    }
     .page-template-page-clients .client-wrapper {
        padding: 50px 0% 50px;
    }
    .industries-page-wrapper .content h2 {
        font-size: 30px;
    }
    .blog-page-wrapper {
        padding: 80px 0%;
    }
    .blog-page-wrapper .content h2 {
       font-size: 30px;
    }
    .contact-page-wrap {
        padding: 80px 0%;
    }
    .contact-page-wrap .icon {
        align-items: flex-start;
        flex-direction: column;
    }
    .contact-page-wrap .col-lg-4 {
        margin-bottom: 20px;
    }
    .google-map {
        margin: 30px 0px;
    }
    .contact-form {
        padding: 50px 20px 30px;
        margin-bottom: 20px;
    }
    .solutions-page-wrapper {
        padding: 80px 2%;
    }
    .page-title {
        font-size: 35px;
    }
.exhibition-wrapper {
		padding: 130px 2% 80px;
	}
	.exhi-image img {
		margin-bottom: 25PX;
	}
	.exhi-form {
		padding: 30px;

	}
  }

@media only screen and (min-width:1800px){
	.header-logo-sec img{
		width: 250px; 
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    	font-size: 22px;
	}
	.letstalk .common-button {
		padding: 18px 30px;
		font-size: 26px;
	}
	.about-wrapper .images .image2 {
		width: 330px;
	}
	.testing-infra-row .testing-content img {
		width: 400px;
		height: 360px;
	}
	.title-wrapper {
		padding: 130px 30px;
	}
	.client-wrapper .clients img {
		height: 150px;
	}
	.industries-page-wrapper .industries-content img {
		height: 400px;
	}
	.blog-page-wrapper .blog-image img {
		height: 350px;	 
	}
}