@import url("../css/bootstrap.css");  
body {
    font-family: "Poppins", sans-serif;
}  

nav ul {
    display: flex;
    list-style: none;
}

nav ul a {
    text-decoration: none;
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}
.banner video {
    width: 100%;
}

.banner {
    margin-top: -100px;
    height: 850px;
    overflow: hidden;
}

header {
    z-index: 9;
    position: relative;
    height: 100px;
    padding: 20px 0px;
	transition: .5s all ease;
	padding-top: 10px;
}

.fillButton {
    background: linear-gradient(to right, #992479, #BB276E, #E72E60);
    padding: 10px 40px;
    border-radius: 500px;
    font-weight: 500;
}

.banner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000000ab;
    position: absolute;
    top: 0;
    left: 0;
}

.banner {
    position: relative;
}

nav ul li a {
    color: #000;
    font-weight: 300;
}

nav ul {
    gap: 50px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.fillButton a {
    font-weight: 500;
}
.bannerShape {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 9;
}

.bannerShape img {
    width: 100%;
}
.banner-content {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 60%;
    text-align: center;
}

.banner-content h1 {
    font-family: "Lora", serif;
    color: #fff;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 38px;
    font-weight: 300;
}

.banner-content a {
    color: #fff;
    text-decoration: none;
}
.mb-100 {
    margin-bottom: 100px;
}
.commonheadingPara h2 {
    font-size: 35px;
    line-height: 70px;
    font-family: "Lora", serif;
    font-weight: 100;
}

.commonheadingPara {
    text-align: center;
}

.commonheadingPara p {}

p {
    font-size: 16px;
    line-height: 26px;
    color: #313131;
}

.commonheadingPara {
    width: 60%;
    margin: 0 auto;
}

.homeabout .commonheadingPara {
    margin-bottom: 75px;
}
.homeAboutLeft img {
    width: 100%;
}

.homeaboutGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.homeAboutRight img {
    width: 22px;
}
.homeAboutRight h3 {
    font-size: 30px;
    line-height: 45px;
    font-family: "Lora", serif;
    font-weight: 100;
    width: 70%;
    margin-bottom: 50px;
}

.homeAboutListContent {
    display: flex;
    gap: 24px;
}

.homeAboutListContent h4 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

.homeAboutList {
    display: flex;
    flex-direction: column;
    gap: 37px;
}
.homeAboutLeft figure {
    margin: 0;
}

.homeaboutGrid {
    width: 90%;
    margin: 0 auto;
    align-items: center;
}


.my-slider .slide {
    background: #fff;
    color: white;
    font-size: 24px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 0px #ccc;
    padding: 0;
    margin-right: 25px;
}

    .slick-slide { 
      box-sizing: border-box;
    }
	.slick-slide img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.my-slider .slide {}

.homeProduct {}

.my-slider {
    padding-left: 140px;
}
.sliderImage figure {
    margin-bottom: 0;
}

.sliderContent h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.sliderContent {
    text-align: left;
    padding: 25px;
}

.sliderContent p {
    font-size: 16px;
    color: #565656;
    line-height: 22px;
    margin-bottom: 0;
    min-height: 90px;
}

.sliderContent a {
    color: #EC2227;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #EC2227;
    padding-bottom: 3px;
}

.sliderImage figure img {
    border-radius: 15px 15px 0px 0px;
}	
.my-slider {
    margin-top: 50px;
}	
.slick-list {
    overflow: unset !important;
}

.slick-slider {
    overflow: hidden;
    padding-bottom: 5px;
}

.homeProduct.mb-100 {
    overflow: hidden;
}	
	.serviceLeft a svg {
    width: 23px;
    height: 23px;
}

.serviceContent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.serviceRight figure img {
    width: 100%;
    height: 479px;
    object-fit: cover;
}

.service-details .serviceRight figure img 
{
	height: 600px;	
}

.serviceLeft {
    padding: 100px;
}

.serviceLeft h3 {
    font-size: 28px;
    line-height: 70px;
    font-family: "Lora", serif;
    font-weight: 100;
    line-height: 36px;
    margin-bottom: 21px;
}

.serviceLeft p {
    color: #565656;
    margin-bottom: 21px;
}

.serviceLeft a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #EC2227;
}

.serviceLeft a {}

.serviceLeft a svg path {
    fill: #EC2227;
}

.homeServices  .commonheadingPara {
    margin-bottom: 80px;
}
	.order2 .serviceLeft {
    order: 1;
}
.serviceRight figure {
    margin-bottom: 0;
}	
.serviceRight:after {
    content: "";
    display: block;
    width: 95%;
    height: 95%;
    border: 2.50px solid #ffffff;
    position: absolute;
    top: 2.5%;
    left: 2.5%;
}

.serviceRight {
    position: relative;
}	
	
	.bgModdle {
    background-image: url(../images/bg.png);
}
	.bgModdle {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
}

.middlePart {
    margin: 25px;
    position: relative;
}

.bgModdle {
    border-radius: 20px;
}

.safetContent {
    position: absolute;
    top: 50%;
    left: 80px;
    color: #fff;
    transform: translateY(-50%);
}

.safetContent h2 {
    font-size: 35px;
    line-height: 70px;
    font-family: "Lora", serif;
    font-weight: 100;
    line-height: 50px;
    margin-bottom: 22px;
}

.safetContent p {
    color: #fff;
    margin-bottom: 32px;
}

.safetContent {
    width: 30%;
}

.safetContent ul {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
	
.safetContent ul li svg {
    width: 20px;
    height: 20px;
}

.safetContent ul li svg path {
    fill: #fff;
}

.safetContent ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}	
.specialContent figure img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.specialSolutionGrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.specialContent h2 {
    font-size: 18px;
}	
	.specialContent p {
    margin-top: 15px;
    font-size: 16px;
}
	
.footerUpContent svg {
    width: 25px;
    height: 25px;
}

.fotterUp {
    /* background-image: linear-gradient(to right, red , yellow); */
}

.fotterUp figure {
    /* position: absolute; */
    top: -74px;
    width: 100%;
}

.fotterUp {
    position: relative;
}

.footerUpContent {
    position: relative;
    top: 120px;
}

.fotterUp {
    margin-top: 70px;
}

.fotterUp figure img {
    width: 100%;
}

.footerUpContent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footerUpContent svg {
}

.footerUpContent svg path {
}
.fotterUp {
    background-image: url(../images/shape3.svg);
}
.fotterUp {
    height: 300px;
    background-repeat: no-repeat;
}

.footerUpContent b {
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footerUpContent div {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.footerUpContent span i {
    display: block;
    font-style: normal;
    font-size: 22px;
    font-weight: 500;
}

.footerUpContent b {
    flex-shrink: 0;
}

.footerUpContent {
    width: 100%;
}

.footerUpContent span {
    font-size: 16px;
    color: #fff;
}

.footerUpContent span i a {
    display: block;
    font-style: normal;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

footer {
    background: #000000;
    padding: 100px;
    margin-top: -54px;
    padding-bottom: 20px;
}

.footerGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.footerContent h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 35px;
}

.footerContent a {
    color: #fff;
    text-decoration: none;
}

.footerContent ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footerContent p {
    color: #fff;
    width: 80%;
}
ul.footnavi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.copy {
    text-align: center;
    color: #fff;
}

.copy p {
    color: #fff;
    margin-top: 60px;
	margin-bottom: 5px;
}

span.gstn {
    font-size: 14px;
    color: #cfcfcf;
}











.inner-page.banner {
    margin-top: -100px;
    height: 400px;
    overflow: hidden;
}

.inner-page.banner video {
    position: absolute;
    top: -360px;
}

.banner-content.breadcrumb {
    display: flex;
    flex-direction: column;
}

.banner-content.breadcrumb h2 {
    color: #fff;
    font-family: "Lora", serif;
    font-size: 45px;
}

.banner-content.breadcrumb ul {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
    list-style-type: none;
    color: #fff;
    padding-left: 0;
    column-gap: 18px;
	font-size: 16px;
}

.banner-content.breadcrumb ul li a {
    color: #ffffff;
    font-weight: 400;
    opacity: .5;
}

.banner-content.breadcrumb ul li img {
    width: 16px;
}


.aboutUsLeft img {
    width: 100%;
}

.aboutUsRight .commonheadingPara {
    width: 100%;
    text-align: left;
	    margin-bottom: 0;
}

.aboutUsRight .commonheadingPara h2 {
    width: 100%;
    line-height: 55px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 45px;
}

.para-wrap p:last-child {
    margin-bottom: 0;
}

.para-wrap .leftBorder {
    border-left: 2px solid #dc2d64;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.aboutUsLeft {
    overflow: hidden;
    border-radius: 20px;
    padding: 15px 15px 0 0;
    position: relative;
}
.avi-content-top h2 {
    width: 100%;
    line-height: 55px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 45px;
}
.aboutUsLeft figure {
    margin-bottom: 0; 
    border-radius: 20px; 
}

/* .aboutUsLeft figure:before { */
    /* content: ''; */
    /* position: absolute; */
    /* top: 0px; */
    /* right: 0; */
    /* width: 92%; */
    /* height: 90%; */
    /* border: 2px solid #e42d60; */
    /* border-radius: 20px; */
/* } */

.aboutUsLeft img {
    height: 100%;
    z-index: 999;
    position: relative;
	object-fit:cover;
}

.aboutUsGrid {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    height: 100%;
	    align-items: center;
}

.aviation-history {
    overflow: hidden;
    position: relative;
    height: 730px;
}

.avi-content-top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avi-content-top .commonheadingPara {
	text-align: left;
    width: 86%;
    color: #fff;
}

.avi-content-top .commonheadingPara p{
    color: #fff;
}

.commonheadingPara p:last-of-type
{
	margin-bottom:0;
}

.aviation-history:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000ab;
    width: 100%;
    height: 100%;
}

.whychoosebox
{
	padding:100px 0;
}

.why-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
	margin-top: 50px;
}

.why-wrapper .sliderImage figure img {
    width: 100%;
}

.choose-item {
	background-color: white;
	padding: 30px 20px;
	position: relative;
	overflow: hidden;
	z-index: 2;
    border-radius: 15px;
    box-shadow: 0px 0px 7px 0px #ccc;	
}
.choose-item:hover .choose-thumb {
  opacity: 1;
  visibility: visible;
}
.choose-item:hover .num {
  color: #EC2227;
}
.choose-item:hover .title {
  color: white;
}
.choose-item:hover p {
  color: white;
}
.choose-item .choose-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s;
}
.choose-item .choose-thumb img {
  width: 100%;
  height: 100%;
}
.choose-item .choose-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000ab;
  opacity: .7;
}
.choose-item .num {
	font-size: 65px;
    line-height: 65px;
    color: #E8E9EA;
    font-weight: 900;
    margin-bottom: 15px;
    display: inline-block;
}
.choose-item .title {
	margin-bottom: 8px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.choose-item p {
    margin-bottom: 0;
}

.para-wrap {
    width: 93%;
}

.product-sect
{
	padding:0px 0 100px;
}

.product-grid .sliderImage figure img {
    width: 100%;
    object-fit: cover;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.product-grid .sliderImage {
	border-radius: 15px;
    box-shadow: 0px 0px 7px 0px #ccc;
}

.product-grid .sliderContent h3 {
    margin-bottom: 20px;
}

.mb75
{
	margin-bottom:75px;
}

.product-grid .sliderContent a{
	border-bottom: unset;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.product-grid .sliderContent a svg {
    width: 22px;
    height: 22px;
}


.item-card {
    border-radius: 8px;
    padding: 30px 30px 40px 30px;
    border: 1px solid rgba(236, 34, 39, 0.3);
    transition: all 300ms ease-in-out;
    margin-bottom: 35px;
}


.item-card:hover {
  background: #EC2227;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.item-icon {
  display: inline-block;
  position: relative;
  color: #19232D;
  font-size: 65px;
  z-index: 0;
}

.item-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background-color: #f9bcbe;
  z-index: -1;
}


.item-icon svg {
  width: 65px;
  height: 65px;
}


.item-content {
  margin-top: 10px;
}

.item-title {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
}

.item-content a {
    text-decoration: none;
}

.item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 86px;
  border-bottom: 1px dashed rgba(61, 61, 61, 0.3);
}

.item-card:hover .item-title::after {
  border-color: #19232D;
}


.item-description {
  color: #19232D;
  position: relative;
  z-index: 0;
  margin: 0; 
  padding-bottom: 20px; 
}

.item-card:hover .item-description::after {
  border-color: #19232D;
}


.item-card:hover .item-title,
.item-card:hover .item-content a,
.item-card:hover .item-content p
{
	color:#fff;
}

.item-card:hover .item-title:after
{
	border-bottom: 1px dashed #fff;
}
.item-card:hover .item-icon svg path
{
	fill:#fff;
}

.item-card:hover .item-icon::before {
    background-color: #21202024;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}


.service-grid .readmorewrap a {
    border-bottom: unset;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    color: #EC2227;
    font-size: 16px;
    text-decoration: none;
	column-gap: 5px;
}


.service-grid .readmorewrap a svg {
    width: 22px;
    height: 22px;
}

.item-card:hover .readmorewrap a
{
	color:#fff;
}

.item-card:hover .readmorewrap a svg path
{
	fill:#fff;
}


nav ul li a:hover {
    transition: .5s al ease;
    color: #fff;
    transition: .5s al ease;
}

nav ul li a {
    transition: .5s al ease;
}

.fillButton:hover {
    background: #de2d63;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 112px;
    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #ff00cc, #3333ff) border-box;
}

 

li.lastNavigation.fillButton {
    border: 2px solid #000;
}

a.fillButton:hover {
    color: #000;
}

.sliderImage:hover img {transform: scale(1.2);}

.sliderImage figure {
    overflow: hidden;
}

.sliderImage img {
    transition: .5s all ease;
    border-radius: 10px;
}

.sliderImage figure {}

.sliderImage figure:hover {
    border-radius: 15px;
}

.sliderContent a:hover {position: relative;transition: .5s all ease; margin-left: 5px;}

.sliderContent a {
    transition: .5s all ease; 
}

.serviceLeft a:hover {
    margin-left: 10px;
    transition: .5s all ease;
}

.serviceLeft a {
    transition: .5s all ease;
}

.serviceRight:hover figure img {
    transform: scale(1.1);
    transition: .5s all ease;
}

.serviceRight:hover figure {
    overflow: hidden;
}

.serviceRight figure img {
    transition: .5s all ease;
}

.serviceRight {
    overflow: hidden;
}

.specialContent figure {
    overflow: hidden;
	 transition: .5s all ease;
}

.specialContent:hover figure img{ 
	 transform: scale(1.1);
    transition: .5s all ease;
}

.specialContent figure img{  
    transition: .5s all ease;
}
.footerContent a:hover {
    color: #e72e60;
}

.aviation-history {
    height: 800px;
}

.avi-content-top .commonheadingPara p {
    margin-bottom: 30px;
}

.whychoosebox h2 {
    width: 100%;
    line-height: 55px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 25px;
}

.why-wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    gap: 35px;
}

.choose-item .num {
    font-size: 60px;
    font-weight: 700;
    color: #f5f5f5;
}

.choose-item .title {
    margin-bottom: 19px;
}

.why-wrapper {}

.choose-item {
    box-shadow: 0px 0px 7px 0px #cccccc78;
}
.banner-content.breadcrumb {
    top: 57%;
}
.banner.inner-page.mb-100 {
    margin-bottom: 50px;
}









.serviceGrid.insideServiceGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    grid-row-gap: 70px;
}

.insideServiceGrid .serviceContent {
    display: flex;
    flex-direction: column;
    gap: 30px;
    grid-column-gap: 160px;
}

.insideServiceGrid .serviceLeft {
    padding: 0;
    order: 1;
}

.insideServiceGrid .serviceRight {
    order: 0;
}

.insideServiceGrid .serviceRight {
    width: 100%;
}

.insideServiceGrid .serviceLeft p {
    margin-bottom: 40px;
}
.serviceGrid.insideServiceGrid.serviceDetails {
    display: block;
    width: 80%;
    margin: 0 auto;
}


.contContent svg {
    width: 20px;
    height: 20px;
}

.contact-right {
    background: #000;
    border-radius: 10px;
    padding: 25px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
    margin: 0 auto;
}

.form-container h2 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}

.form-container input {
    background: #f6f6f6;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 3px;
}

.form-container label {
    color: #fff;
    display: block;
    font-size: 14px;
}

.form-container .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.two-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.one-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contContent span {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    background: linear-gradient(to right, #992479, #BB276E, #E72E60);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contContent svg path {
    fill: #fff;
}

.contContent {
    display: flex;
    gap: 15px;
}

.contContent h4 {
    font-size: 18px;
    font-weight: 600;
}

.locGrid {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.contact-left p {
    margin-bottom: 40px;
}

.one-grid button {
    background: linear-gradient(to right, #992479, #BB276E, #E72E60);
}

.one-grid button {
    color: #fff;
    border: 2px solid #000000;
}

.one-grid button:hover {
    color: #000;
}

.serv-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0;
}


.serv-right {
    margin-top: 50px;
}

.serv-right ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    column-gap: 70px;
    padding-left: 0;
    row-gap: 50px;
}

.serv-right ul li {
    display: grid;
    column-gap: 15px;
    grid-template-columns: 120px 1fr;
}

.serv-left h4 {
    font-size: 28px;
    line-height: 70px;
    font-family: "Lora", serif;
    font-weight: 100;
    line-height: 36px;
    margin-bottom: 21px;
}

.serv-left p {
    width: 100%;
    color: #565656;
    margin-bottom: 20px;
}


.serv-right ul li h3 {
    font-size: 20px;
}


.serv-right .num 
{
    font-size: 80px;
    font-weight: 400;
    opacity: 0.1;
    color: #a72574;
}

.li-head p {
    font-size: 15px;
    line-height: 25px;
    color: #565656;
}

.serv-left figure 
{
    height: 500px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.serv-left figure img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all ease;
    position: relative;
}

.serv-left figure img:hover 
{
    transform: scale(1.1);
    transition: .5s all ease;
}

.serv-define 
{
    margin-top: 20px;
}

.typical-grid 
{
    display: grid;
    grid-template-columns: 45% 55%;
	align-items: stretch;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
}

.tg-box {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 50px;
}

.typical-grid h4 {
    margin-bottom: 30px;
    text-align: left;
    width: 80%;
}

.typical-grid ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    text-align: left;
}

.tg-box img
{
	width:100%;
}

.tg-right .figure {
    height: 100%;
}

.tg-box figure
{
    height: auto;
    overflow: hidden;
    border-radius: 20px;
	max-height: 479px;	
}

.tg-box figure img
{
    width: 100%;
	object-fit: cover;
	transition: .5s all ease;
}

.tg-box figure:hover img
{
    transform: scale(1.1);
    transition: .5s all ease;
}

.tg-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tg-wrap ul li {
    display: flex;
    column-gap: 15px;
}

.tg-wrap img {
    height: ;
}

.tg-wrap ul li figure {
    height: auto;
}

.assist-wrap {
    display: grid;
    grid-template-columns: 50% 35%;
    gap: 15%;
    margin-top: 40px;
    padding: 40px 20px;
    border-radius: 20px;
	align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px #cccccc78;
}

.awrap-right h4 {
    font-size: 20px;
    line-height: 28px;
}

.awrap-right .contContent {
    margin-top: 20px;
    align-items: center;
}

.awrap-right .contContent a {
    color: #000;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
}

.awrap-right .contContent span {
    width: 40px;
    height: 40px;
	flex-shrink: 0;
}

.serv-detail-wrap {
    margin-bottom: 30px;
    display: flex;
    column-gap: 30px;
}

.serv-detail-wrap .serv-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    text-align: center;
    box-shadow: 0px 0px 7px 0px #cccccc78;
    border-radius: 20px;
    padding: 40px 0;
}

.eacrkeyapplication-grid .tg-wrap ul {
    padding-left: 0;
    margin-top: 10px;
}

.eacrkeyapplication-grid .tg-left.tg-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 100px;
}

.eacrkeyapplication-grid .tg-left.tg-box .tg-wrap h4 
{
    margin-bottom: 15px;
}

.eacrkeyapplication-grid .tg-left.tg-box .tg-wrap ul 
{
    display: flex;
    flex-direction: column;
    row-gap: 11px;
}

.assist-wrap.less-cont .awrap-left p
{
	width: 60%;
    margin-bottom: 0;	
}

.assist-wrap.less-cont .awrap-right .contContent
{
    margin-top: 0;	
}

.product-grid .sliderImage figure {
    height: 303px;
}

.product-grid .sliderImage figure img {
    height: 100%;
}


.assist-wrap.shortContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.assist-wrap.shortContent .awrap-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: anchor-center;
}

.assist-wrap.shortContent .awrap-right .contContent {
    flex-direction: column;
}

.assist-wrap.shortContent .awrap-right h4 {
    font-weight: 400;
    font-size: 18px;
}

.assist-wrap.shortContent .awrap-left {
    font-weight: 500;
}

.tg-wrap ul li img {
    width: 100% !important;
    height: 16px !important;
    flex-shrink: 0;
}

.tg-wrap ul li figure {
    flex-shrink: 0;
}

header .logo img {
    width: 270px;
}

.footerContent figure img {
    width: 240px;
}

header {
  position: relative;
  width: 100%;
  z-index: 9;
  background: transparent;
  transition: all 0.3s ease;
  transform: none;
}

body.scrolled header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 3px rgba(18, 20, 32, 0.14);
  backdrop-filter: blur(10px);
  animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}

body.scrolled header nav ul li a {
    color: #000;
    font-weight: 400;
}

.scroll-logo
{
	display:none;
}

body.scrolled header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgb(255 255 255) !important;
  box-shadow: 0px 1px 3px rgba(18, 20, 32, 0.14);
  backdrop-filter: blur(10px);
  transform: translateY(0); /* slide to 0 */
  transition: all 0.4s ease;
}

body.scrolled header .mlogo
{
	display:none;
}

body.scrolled header .scroll-logo
{
	display:block;
}

body.scrolled .fillButton { 
    background-color: #000;
}

body.scrolled .fillButton a{
    color:#fff;
}

.awrap-left {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.awrap-right {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.assist-wrap 
{
    width: 70%;
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
}

.assist-wrap.less-cont 
{
    width: 60%;
    row-gap: 10px;
}

.awrap-right 
{
    flex-direction: column;
    align-items: center;
}

.footerContent figure {
    width: fit-content;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
}


.mShow
{
	display:none;
}

.dShow
{
	display:block;
}

/*.hig-blue*/
/*{*/
/*    color:#3d3f91;*/
/*    font-weight: 600;*/
/*}*/

/*.hig-pink*/
/*{*/
/*    color:#ca3970;*/
/*    font-weight: 600;*/
/*}*/


.homeabout h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #000 !important;
}

.dflexcol
{
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    align-items: flex-start !important;
}

.dflexcol a
{
    text-decoration: none;
    color: #fff;
    display: block;
    font-style: normal;
    font-size: 22px;
    font-weight: 500;
}

.product-grid .sliderContent h3 {
    height: 35px;
}

.product-grid .sliderContent h3
{
    display:flex;
    flex-direction:column;
}

.sliderContent p {
    margin-bottom: 0;
    height: 100px;
}
.seprateSection {
    margin-bottom: 50px;
}

.seprateSection ul {display: flex;flex-direction: column;gap: 15px;}

textarea {
    resize: vertical;
    background: #f6f6f6;
    border: none;
    width: 100%;
    padding: 12px;
    border-radius: 3px;
}

body.contactPage .fillButton {
    background: unset;
    background-color: #992479;
}
body.contactPage .fillButton:hover {
    background: none;
    border: 2px solid #fff;
    color: #ffffff;
}

body.contactPage .fillButton {
    border: 2px solid #000000;
}
.aboutUsLeft figure {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
	    overflow: hidden;
}

.aboutUsLeft figure img {
    height: 300px;
}

.aboutUsLeft {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fillButton a {
    font-weight: 500;
    color: #fff;
}
.bannerAnchor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.banner-content a {
    border: 1px solid #a42576;
}

.banner-content a:hover {
    border: 1px solid #a42576;
}
.zigzagContainer {
    display: flex;
    flex-direction: column;
}

.zigzagss img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /* border-radius: 15px; */
}

.zigzagss {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}

.zigzagss.ordering .specialLeft {
    order: 1;
}

.specialLeft {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.specialLeft h3 {
    font-size: 35px;
    font-family: "Lora", serif;
}

.specialRight figure {
    margin-bottom: 0;
}

nav ul li a {
    font-weight: 400;
}
.footerMainContainer {
}

footer {
    padding-top: 0px;
    margin-top: 0;
}

.footerGrid {
    display: none;
}

.copy {
    padding-top: 1px;
}

.copy p {
    margin-top: 30px;
}

.footerUpContent {
    top: 120px;
}

.fotterUp {
    height: 242px;
}
figure.aboutONeImage {
    display: block;
}

.banner-content h1 span {
    color: #e02d63;
    font-weight: 700;
}


a.fillButton:hover {
    color: #000000;
    background: #fff;
}
li.menuNormal a:hover {
    color: #dd2d64;
}
.contact-right .form-container .one-grid button.fillButton:hover {
    background: linear-gradient(to right, #992479, #BB276E, #E72E60);
    border: 2px solid #000000;
    color: #fff;
}
.footerUpContent span i em {
    font-style: normal;
}
.contact-left p em {
    font-style: normal;
}

.produHeadingg h2 span {
    display: block;
}

.produHeadingg h2 {
    line-height: 45px;
    margin-bottom: 20px;
}
h2.df span {
    color: #e02d63;
    font-weight: 700;
}








































@media only screen and (min-width: 1000px) and (max-width: 1199px)
{
	.product-grid .sliderContent h3 {
    height: auto;
}
.sliderContent p {
    margin-bottom: 0;
    height: auto;
}
.product-grid .sliderContent h3 {
    height: auto;
}
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1140px;
    }
	
	    .container, .container-lg, .container-md, .container-sm {
        max-width: 1160px;
    }
}
	
	@media only screen and (min-width: 1150px) and (max-width: 1299px)
{
		.zigzagContainer { 
    padding-bottom: 100px;
}

	.banner {
		margin-top: -100px;
		height: 720px;
	}	
	
	.banner-content 
	{
		position: absolute;
		width: 80%;
	}
	
	.homeAboutRight h3 {
		font-size: 27px;
		line-height: 38px;
		width: 70%;
	}	
	
	.homeAboutListContent p 
	{
		font-size: 14px;
	}

	.homeAboutList {
		gap: 20px;
	}

	.homeaboutGrid {
		width: 100%;	
	}
	
	.safetContent {
		width: 40%;
	}

	.specialSolutionGrid {
		grid-template-columns: repeat(3, 1fr);
	}

	.commonheadingPara {
        margin-bottom: 40px;
        width: 80%;
	}

	.tg-wrap p {
		font-size: 18px;
	}

	.tg-wrap li span {
		font-size: 17px !important;
		width: 80%;
	}

	.serviceLeft h3 {
		font-size: 26px;
	}

	.insideServiceGrid .serviceLeft p {
		font-size: 17px;
	}

	.typical-grid h4 {
		width: 90%;
	}

	.inner-page.banner {
		height: 360px;
	}

	.service-details .serviceRight figure img {
		height: 470px;
	}
	
	.sliderContent p {
		margin-bottom: 10px;
		min-height: 110px;
	}

	.product-grid .sliderContent h3 
	{
		font-size: 18px;
	}

	.product-grid .sliderImage figure 
	{
		height: 220px;
	}
	
	.product-sect 
	{
		padding: 0px 0 50px;
	}	

	.fotterUp 
	{
		margin-top: -30px;
		background-position: center center;
	}

	.footerUpContent 
	{
		top: 120px;
		position: relative;
	}

	.avi-content-top .commonheadingPara 
	{
		width: 100%;
		margin-bottom: 0;
	}

	.avi-content-top .commonheadingPara p:last-child 
	{
		margin-bottom: 0;
	}
	
	.contact-grid 
	{
		width: 100%;
		grid-column-gap: 100px;
	}	
	
	.serviceRight figure img 
	{
		height: 380px;
	}

	.service-sect.service-cover 
	{
		margin-bottom: 50px;
	}
	
    .homeabout h2 {
        font-size: 28px;
    }	
	
}

@media only screen and (min-width: 1300px) and (max-width: 1399px)
{
		.zigzagContainer { 
    padding-bottom: 100px;
}

	.banner-content h1 
	{
		font-size: 40px;
		line-height: 53px;
	}

	.banner 
	{
		margin-top: -100px;
		height: 720px;
	}	
	
	.banner-content 
	{
		position: absolute;
		width: 80%;
	}
	
	.homeAboutRight h3 
	{
		font-size: 27px;
		line-height: 38px;
		width: 70%;
	}	
	
	.homeAboutListContent p 
	{
		font-size: 16px;
	}

	.homeAboutList 
	{
		gap: 20px;
	}

	.homeaboutGrid 
	{
		width: 100%;	
	}
	
	.safetContent 
	{
		width: 40%;
	}

	.specialSolutionGrid 
	{
		grid-template-columns: repeat(3, 1fr);
	}

	.commonheadingPara 
	{
		margin-bottom: 20px;
	}
	
	.commonheadingPara 
	{
		width: 70%;
	}

	.tg-wrap p 
	{
		font-size: 18px;
	}

	.tg-wrap li span 
	{
		font-size: 17px !important;
		width: 80%;
	}

	.serviceLeft h3 {
		font-size: 26px;
	}

	.insideServiceGrid .serviceLeft p 
	{
		font-size: 17px;
	}

	
	.service-details .serviceRight figure img 
	{
		height: 470px;
	}

	.product-grid .sliderImage figure 
	{
		height: 233px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.sliderContent h3 
	{
		font-size: 17px;
	}

	.sliderContent p 
	{
		font-size: 15px;	
	}
	
	.sliderContent p 
	{
		min-height: 90px;
		margin-bottom: 20px !important;
	}

	.product-grid .sliderContent h3 
	{
		font-size: 18px;
	}

	.product-grid .sliderImage figure 
	{
		height: 220px;
	}
	
	.product-sect 
	{
		padding: 0px 0 50px;
	}	

	.fotterUp 
	{
		margin-top: -30px;
		background-position: center center;
	}

	.footerUpContent 
	{
		top: 120px;
		position: relative;
	}

	.avi-content-top .commonheadingPara 
	{
		width: 100%;
		margin-bottom: 0;
	}

	.avi-content-top .commonheadingPara p:last-child 
	{
		margin-bottom: 0;
	}
	
	.avi-content-top h2 
	{
		margin-bottom: 20px;
	}

	.aboutUsRight .commonheadingPara h2 
	{
		font-size: 34px;
		line-height: 42px;
	}

	.contact-grid {
		width: 90%;
		grid-column-gap: 100px;
	}

	.service-sect.service-cover .serviceRight figure img 
	{
		height: 350px;
	}

	.service-sect.service-cover 
	{
		margin-bottom: 50px;
	}
	
    .homeabout h2 {
        font-size: 28px;
    }		
	.eacrkeyapplication-grid .tg-left.tg-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 100px;
}
	
}

@media only screen and (min-width: 1400px) and (max-width: 1499px)
{
	.zigzagContainer { 
    padding-bottom: 100px;
}
	
	.eacrkeyapplication-grid .tg-left.tg-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 100px;
}
	.banner {
		margin-top: -100px;
		height: 720px;
	}	
	
	.banner-content 
	{
		position: absolute;
		width: 80%;
	}
	
	.homeAboutRight h3 {
		font-size: 29px;
		line-height: 38px;
		width: 70%;
	}	
	
	.homeAboutListContent p 
	{
		font-size: 16px;
	}

	.homeAboutList {
		gap: 20px;
	}

	.homeaboutGrid {
		width: 100%;	
	}
	
	.safetContent {
		width: 40%;
	}

	.specialSolutionGrid {
		grid-template-columns: repeat(3, 1fr);
	}

	.commonheadingPara {
		margin-bottom: 20px;
	}

	.tg-wrap li span {
		font-size: 17px !important;
		width: 80%;
	}

	.awrap-right h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.awrap-left p
	{
		font-size: 18px;
	}
	
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl	
	{
	    max-width: 1360px !important;	
	}

	.sliderContent p {
		min-height: 80px;
		margin-bottom: 30px !important;
	}
	
	.product-grid .sliderContent h3 
	{
		font-size: 18px;
	}

	.product-grid .sliderImage figure 
	{
		height: 220px;
	}
	
	.product-sect 
	{
		padding: 0px 0 50px;
	}	

	.fotterUp 
	{
		margin-top: -30px;
		background-position: center center;
	}

	.footerUpContent 
	{
		top: 150px;
		position: relative;
	}	
	
	.product-grid .sliderContent h3 
	{
		font-size: 18px;
	}

	.product-grid .sliderImage figure 
	{
		height: 220px;
	}
	
	.product-sect 
	{
		padding: 0px 0 50px;
	}	

	.fotterUp 
	{
		margin-top: -30px;
		background-position: center center;
	}

	    .footerUpContent {
        top: 110px;
        position: relative;
    }
	
	.avi-content-top .commonheadingPara p:last-child 
	{
		margin-bottom: 0;
	}
	
	.avi-content-top h2 
	{
		margin-bottom: 20px;
	}

	.aboutUsRight .commonheadingPara h2 
	{
		font-size: 34px;
		line-height: 42px;
	}

	.avi-content-top .commonheadingPara 
	{
		margin-bottom: 0;
	}

	.service-sect.service-cover 
	{
		margin-bottom: 50px;
	}
	
    .homeabout h2 {
        font-size: 32px;
    }		
	
}
 
@media only screen and (min-width: 300px) and (max-width: 991px) 
{
	.mShow
	{
		display:block;
	}

	.dShow
	{
		display:none;
	}
	
	.mobile-header .humb svg 
	{
		width: 30px;
		height: 30px;
	}	

    body.mobileMenu .mobile-nav 
	{
        left: 0;
        transition: .5s all ease;
    }
	
	body.mobNav
	{
		overflow:hidden;
	}

	.mobile-nav 
	{
        top: 0;
        left: -100%;
        position: fixed;
		transition: .5s all ease;
	}

    .mobNav .mobile-nav 
	{
		display: block;
        position: fixed;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100vh;
        padding: 45px 15px 0 15px;
        transition: .5s all ease;
        z-index: 999999999999;
        background: linear-gradient(90deg, #992479 0%, #BB276E 48%, #E72E60 100%);
    }	
	
	a.crossMobMenu svg
	{
		width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 15px;	
	}

	.mobile-header 
	{
		display: flex;
		width: 100%;
		padding: 20px;
		justify-content: space-between;
		animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
		-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;				
	}	

	body.header-sticky .mobile-header 
	{
		top: -1px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 20px 20px;
        position: fixed;
        width: 100%;	
        z-index: 999999;	
        background-color: #fff;		
		box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
		animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
		-webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;		
	}

	.mobile-header a img 
	{
		width: 260px;
	}

	.mobile-nav ul 
	{
        list-style-type: none;
        padding-left: 15px;
        display: flex;
        flex-direction: column;
        row-gap: 40px;
        align-items: baseline;
        justify-content: flex-start;
        height: 100%;
        margin-top: 60px;
	}

	.mobile-nav ul li a 
	{
        text-decoration: none;
        color: #fff;
        font-size: 22px;
        font-weight: 500;
	}

	.mobile-nav a.crossMobMenu svg	path
	{
		fill:#fff;
	}
	
	.mobile-nav .filled-btn
	{
		color:#203754;
		background-color: #ffffff;
		border: 1px solid #fff;
	}
	.bannerAnchor {
    flex-flow: wrap;
}
	.mobile-responsive 
	{
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999999;
		position: fixed;
		background-color: #ffff;
	}
	
	.banner-content 
	{
		top: 59%;
		width: 100%;
	}
	
	.banner video 
	{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.banner-content h1 
	{
        font-family: "Lora", serif;
        color: #fff;
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 38px;
        font-weight: 300;
        padding: 0 19px;
	}


	.mobile-header .humb {
		display: flex;
		align-items: center;
	}	
	
	html 
	{
		scroll-padding-top: 80px;  
	}
		
	.commonheadingPara 
	{
		width: 100%;
	}

	.commonheadingPara h2 
	{
		font-size: 32px;
		line-height: 42px;
	}

	.homeaboutGrid 
	{
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
	}

	.homeAboutLeft figure img 
	{
		height: 370px;
		object-fit: cover;
	}

	.homeAboutLeft figure 
	{
		overflow: hidden;
		border-radius: 20px;
	}

	.homeAboutRight h3 
	{
		width: 100%;
	}

	.homeaboutGrid 
	{
		gap: 50px;
	}

	.homeAboutListContent p 
	{
		margin-bottom: 0;
	}

	.homeAboutRight h3 
	{
		width: 100%;
	}

	.homeaboutGrid 
	{
		gap: 50px;
	}

	.homeAboutListContent p 
	{
		margin-bottom: 0;
	}

	.homeabout .container 
	{
		padding: 0 20px;
	}

	.homeabout .commonheadingPara ,
	.homeabout.mb-100,
	.homeProduct.mb-100,
	.banner.mb-100,
	.homeServices .commonheadingPara,
	.homeServices.mb-100	
	{
		margin-bottom: 50px;
	}

	.my-slider 
	{
		padding-left: 0;
		padding: 6px 20px;
	}

	.serviceLeft {
		padding: 0 20px;
	}

	.serviceContent {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 30px;
	}	
	
	.serviceContent.order1 .serviceLeft
	{
		order: 2;
	}

	.serviceContent.order1, 
	.serviceContent.order2 
	{
		margin-bottom: 30px;
	}

	.serviceRight figure img 
	{
		height: 350px;
	}

	.safetContent 
	{
		width: 92%;
	}
	
	.safetContent 
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}	

	.safetContent h2 
	{
		font-size: 30px;
		line-height: 38px;
	}
	
	.bgModdle 
	{
		height: 600px;	
	}
	
	.safetContent h2 
	{
        font-size: 27px;
        line-height: 40px;
	}

	.safetContent ul 
	{
        margin-bottom: 0;
		grid-template-columns: repeat(1, 1fr);
	}

	.serviceGrid .serviceContent:last-child 
	{
		margin-bottom: 0 !important;
	}

	.specialSolutionGrid 
	{
        margin-top: 30px;
        grid-row-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
	}

	.specialContent figure img 
	{
		height: 250px;
	}
	
	.specialContent h2 
	{
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 0 !important;
	}	

	.specialContent p 
	{
		margin-top: 7px;
		font-size: 17px;
	}
	
	.specialContent p 
	{
		margin-bottom: 0;
	}	

	.footerUpContent 
	{
		grid-template-columns: repeat(1, 1fr);
	}

	.fotterUp 
	{
        height: auto !important;
        padding: 50px 20px;
        background: linear-gradient(90deg, #992479 0%, #BB276E 48%, #E72E60 100%);
	}

	.footerUpContent 
	{
		top: unset;
		display: flex;
		flex-direction: column;
		justify-content: unset;
		align-items: unset;
		row-gap: 50px;
	}

	.footerUpContent div 
	{
		justify-content: left;
	}

	.footerUpContent div 
	{
		justify-content: left;
	}

	footer 
	{
		padding: 50px;
		margin-top: 0;
		padding-bottom: 20px;
	}
	
	.footerGrid 
	{
        grid-row-gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}

    footer 
	{
        padding:40px 20px 40px;	
	}
	
	.footerContent p 
	{
		margin-bottom: 0;
	}

	.footerMainContainer .container 
	{
		padding: 0;
		margin-bottom: 40px;
	}

	.copy p 
	{
		margin-top: 30px;
	}

	.copy p 
	{
		margin-bottom: 0;
	}

	.banner {
		height: 650px;
	}

    .mobile-nav .fillButton 
	{
        color: #000;
        background: unset !important;
        background-color: #fff !important;
        border: 1px solid #fff !important;
    }

	.mobile-nav .fillButton	a
	{
		color:#000;
	}
	
	.footerUpContent b 
	{
		width: 50px;
		height: 50px;	
	}
	
	.footerUpContent svg 
	{
		width: 20px;
		height: 20px;
	}

    .inner-page.banner {
        margin-top: 0;
    }

	.inner-page.banner video {
		position: absolute;
		top: 0;
	}

	.banner-content.breadcrumb {
		top: 47%;
	}

    .banner.inner-page .banner-content.breadcrumb {
        top: 60%;
    }

	.service-details .serviceRight figure img {
		height: 300px;
	}

	.serviceGrid.insideServiceGrid.serviceDetails {
		display: block;
		width: 96%;
		margin: 0 auto;
	}

	.typical-grid {
		grid-template-columns: 100%;
	}

	.assist-wrap {
        grid-template-columns: 100%;
        gap: 0;
        grid-row-gap: 20px;
	}
	.assist-wrap {
    width: 100%;
    grid-template-columns: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
}
.banner-content a {
    border: 1px solid #a42576;
}
	
	.awrap-left p {
		margin-bottom: 0;
	}

	.serviceLeft p:last-child {
		margin-bottom: 0;
	}

	.tg-wrap 
	{
		margin-bottom: 20px;
	}

	.banner-content.breadcrumb h2 
	{
		font-size: 38px;
	}

	.eacrkeyapplication-grid .tg-left.tg-box {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 0;
	}

	.assist-wrap.less-cont {
		width: 90%;
		margin-top: 0;
	}

	.assist-wrap.less-cont .awrap-left p {
		width: 90%;
		margin-bottom: 0;
	}

	.awrap-right .contContent span {
		flex-shrink: 0;
	}

	.serv-right ul {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
	}

	.serv-left figure 
	{
        height: 270px;
        margin-bottom: 0;
	}

	.serv-right ul li {
		grid-template-columns: 100%;
	}

	.serv-right .num {
		font-size: 50px;
	}

	.tg-box figure {
		max-height: 300px;
	}

	.banner.inner-page .banner-content.breadcrumb h2
	{
		font-size: 24px;
	}

	.serviceLeft h3 {
		font-size: 26px;
	}

	.serv-detail-wrap {
		flex-direction: column;
		row-gap: 20px;
	}

	.serv-detail-wrap .serv-box {
		width: 100% !important;
	}

    .serviceLeft h3 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;
    }
	
	.serv-left h4
	{
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;		
	}

	.product-grid 
	{
		grid-template-columns: repeat(1, 1fr);
	}

	.commonheadingPara.mb75 {
		margin-bottom: 30px;
	}

	.commonheadingPara.mb75 p {
		font-size: 15px;
	}

	.product-grid .sliderImage figure {
		height: 240px;
	}

	.product-sect 
	{
		padding: 0px 0 0px;
	}

	.sliderContent p 
	{
		margin-bottom: 20px;
	}
	
	.fotterUp {
		margin-top: 50px;
	}

	.serv-left h4 {
		font-size: 24px;
	}

	.serv-right {
		margin-top: 10px;
	}

	.serv-right .li-head p {
		margin-bottom: 0;
	}

	.banner.inner-page .banner-content.breadcrumb 
	{
		padding: 0 25px;
	}

	.awrap-left {
		display: none;
	}

	.typical-grid h4 {
		width: 100%;
	}

	body.mobNav .mobile-nav .fillButton a {
		color: #000 !important;
	}

	.aboutUsGrid 
	{
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
	}

	.aboutUsRight .commonheadingPara h2 
	{
        font-size: 33px;
        line-height: 40px;
	}

	.inner-page.banner 
	{
		height: 280px;
	}

	.banner.inner-page .banner-content.breadcrumb 
	{
		top: 70%;
	}

	    .bannerShape {
        bottom: -17px;
        display: none;
    }

	.aboutUsGrid {
		gap: 0px;
	}

	.aboutUsLeft figure {
		height: 340px;
	}

	.avi-content-top .commonheadingPara {
		width: 100%;
	}

	.avi-content-top {
		position: absolute;
		top: 2%;
		left: 0;
		transform: unset;
		padding: 25px;
	}

	.aviation-history {
        height: auto;
        position: relative;
        overflow: hidden !important;
	}

	.avi-content-top .commonheadingPara p:last-child {
		margin-bottom: 0;
	}	
	
	.whychoosebox {
		padding: 50px 0;
	}

	.why-wrapper {
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
	}

	body.about-us. .fotterUp 
	{
		margin-top:0;
	}

	.avi-content-top 
	{
		position: relative;
		top: unset;
		left: unset;
		transform: unset;
		padding: 35px 25px;
		z-index: 999;
	}

	.aviation-history video 
	{
		position: absolute;
	}

	.aviation-history:before 
	{
		z-index: 99;
	}

	.avi-content-top h2 
	{
		margin-bottom: 25px;
	}

	.contact-grid 
	{
        width: 100%;
        padding: 0 10px;
        grid-template-columns: repeat(1, 1fr);
	}

	.contContent span {
		width: 50px;
		height: 50px;
	}

	.contact-left p {
		margin-bottom: 20px;
	}	
	
	.contact-left 
	{
		margin-bottom: 30px;
	}

	.serviceGrid.insideServiceGrid 
	{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.service-sect.service-cover .serviceRight figure img 
	{
		height: 300px;
	}

	.service-sect.service-cover .serviceGrid.insideServiceGrid 
	{
		grid-row-gap: 20px;
	}
	
.zigzagss {
    flex-direction: column;
    display: flex;
}

.zigzagss img {
    height: 200px;
}

.zigzagss.ordering .specialLeft {
    order: 0;
}

.zigzagss.ordering .specialRight {
    order: 0;
}

.specialLeft h3 {
    font-size: 28px;
}	
.zigzagContainer {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
footer {
    padding-top: 1px;
}

.copy p {
    margin-top: 0;
}
.contact-left p em {
    font-style: normal;
    display: block;
}
.footerUpContent span i {
    font-size: 16px;
}

.footerUpContent span i em {
    font-style: normal; 
}

.dflexcol a {
    font-size: 16px;
}












}
