@charset"utf-8";

:root {
  --primary: #74BBFB;
  --secondary: #ee8275;
  --white: #ffffff;
  --black: #000000;
  --lightGrayBg: #f6f6f7;
  --lightSkyBg: #f3f9ff;
  --hdnColor: #222222;
  --textColor: #484646;
  --textColorGray: #888888;
  --grayBorder: #d4d2cf;
  --hdnFont: 'Montserrat', sans-serif;
}


@font-face {
  font-family: 'freestyle_scriptregular';
  src: url('../fonts/freescpt-webfont.woff2') format('woff2'),
    url('../fonts/freescpt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body,
html {
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Hind", sans-serif;
  color: var(--black);
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  background-color: #ffffff;
}
body.body-fixed{
  position: fixed;
  overflow: hidden;
}

div,
table,
td,
tr,
section,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
article,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hdnFont);
  color: var(--hdnColor);
  font-weight: normal;
}

a {
  text-decoration: none;
  border: none;
  outline: 0;
  transition: all ease-in-out 0.3s;
  color: #fdc716;
}

a:hover {
  text-decoration: none;
  border: none;
  outline: 0;
  color: #74BBFB;
}

a:focus {
  text-decoration: none;
  border: none;
  outline: 0;
}

button,
button:focus {
  text-decoration: none;
  border: none;
  outline: 0;
}

ul,
ol,
ul li,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p:empty {
  display: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

h2{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

p {
  font-size: 18px;
  color: var(--textColor);
  line-height: 28px;
  margin-bottom: 20px;
}

a.dfltBtn {
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 6px;
  padding: 22px 45px;
  background-color: #1b95da;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.dfltBtn:hover {
  background-color: #000000;
}
.lightGrayBg{
  background-color: var(--lightGrayBg);
}
.lightSkyBg{
  background-color: var(--lightSkyBg);
}


/*================ Page Loader Style Start ================*/
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: #ffffff;
  z-index: 1000;
}
/*================ Header Style Start ================*/
.hdrMenuSec{
  position: relative;
  background-color: var(--primary);
  padding: 10px 0;
}
.logoContactInfoSec{
  position: relative;
  padding: 20px 0;
}
.logoContactInfoRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hdrLogo{
  width: 30%;
}
.hdrLogo img{
  max-width: 220px;
}
.hdrContactInfo{
  width: 57%;
}
.hdrContactInfo ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.hdrContactInfo ul li{
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 5px 0 5px 25px;
}
.hdrContactInfo ul li:first-child{
  margin-left: 0;
}
.hdrContactInfo ul li a{
  color: var(--hdnColor);
}
.hdrContactInfo ul li a:hover{
  color: var(--secondary);
}
.hdrContactInfo ul li .fi{
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 10px;
}
.hdrContactInfo ul li .fa{
  margin-right: 10px;
  color: var(--secondary);
}
.hdrContactInfo ul li .fa-envelope{
  font-size: 18px;
}
.hdrContactInfo ul li .fa-whatsapp{
  font-size: 28px;
}
.hdrContactInfo ul li .fa-users{
  font-size: 24px;
  margin-left: 20px;
}
/*================ Header Style End ================*/


/*================ Footer Style Start ================*/
.mainFooter{
  position: relative;
  background-color: #252525;
  padding: 60px 0;
}
.fooerMenuRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footerLogoClm{
  width: 37%;
}
.footerAddressClm{
  width: 32%;
}
.footerMenuClm{
  width: 22%;
}

.footerLogoClm img{
  max-width: 250px;
  margin-bottom: 20px;
}


.mainFooter h2{
  font-family: var(--hdnFont);
  font-size: 18px;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.mainFooter h2::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background-color: var(--white);
  bottom: 0;
  left: 0;
}
.mainFooter p{
  color: var(--secondary);
  font-weight: 300;
}

.footerAddressClm ul li{
  font-size: 20px;
  margin: 12px 0;
  display: flex;
}
.footerAddressClm ul li a{
  color: var(--white);
}
.footerAddressClm ul li a:hover{
  color: var(--secondary);
}
.footerAddressClm ul li .fi{
  position: relative;
  top: 3px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 10px;
}
.footerAddressClm ul li .fa{
  position: relative;
  margin-right: 10px;
  color: var(--secondary);
}
.footerAddressClm ul li .fa-envelope{
  top: 4px;
  font-size: 20px;
}
.footerAddressClm ul li .fa-whatsapp{
  font-size: 28px;
}
.footerAddressClm ul li .fa-users{
  font-size: 24px;
  margin-left: 20px;
}





.footerMenuClm .footerMenuItem li{
  font-size: 16px;
  color: var(--white);
  font-weight: normal;
  margin-top: 15px;
}
.footerMenuClm .footerMenuItem li a{
  color: var(--white);
}
.footerMenuClm .footerMenuItem li a:hover{
  color: var(--secondary);
}

.ftrCopyrightBg{
  position: relative;
  background-color: #1a1a1a;
  padding: 20px 0;
}
.footerCopyrightPrt{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.landFooter .footerCopyrightPrt{
  position: relative;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footerCopyrightPrt p{
  font-size: 13px;
  color: #999;
  font-weight: 500;
  margin: 0;
}
.footerCopyrightPrt ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footerCopyrightPrt ul li{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 15px;
}
.footerCopyrightPrt ul li:first-child{
  margin-left: 0;
}
.footerCopyrightPrt ul li a{
  color: #999;
}
.footerCopyrightPrt ul li a:hover{
  color: var(--secondary);
}
/*.footerCopyrightPrt ul li a{
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid var(--white);
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
}
.footerCopyrightPrt ul li a .fa{
  font-size: 15px;
  color: var(--white);
}
.footerCopyrightPrt ul li a:hover{
  background-color: var(--white);
}
.footerCopyrightPrt ul li a:hover .fa{
  color: var(--mediumBlue);
}*/
/*================ Footer Style End ================*/




/*================ Banner Style Start ================*/
.homBannerSec{
  position: relative;
  background: rgb(73,192,64);
  background: linear-gradient(90deg, rgba(73,192,64,1) 0%, rgba(0,112,206,1) 100%);
  padding: 50px 0 20px 0;
}
.homBnrItmRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.homBnrCaption{
  width: 38%;
}
.homBnrImg{
  width: 58%;
}
.homBnrImg img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.homBannerSec .carousel-inner{
  padding-bottom: 90px;
}
.homBannerSec .carousel-indicators [data-bs-target]{
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.homBnrCaption .banner-title{
  font-size: 32px;
  color: var(--white);
  font-weight: 300;
  margin-bottom: 15px;
}
.homBnrCaption .banner-subtitle{
  font-size: 20px;
  color: var(--white);
  font-weight: 300;
  opacity: 0.8;
  margin: 0;
}

/*================ Home Body Exhibition Stands Style Start ================*/
.exhibitionStandSec{
  position: relative;
  padding: 60px 0;
  text-align: center;
}
.exhibitionStandSec h2{
  margin-bottom: 10px;
}
.exhibitionStandSec img{
  margin-top: 40px;
}

/*================ Home Body Famous Company Style Start ================*/
.famousCompanySec{
  position: relative;
  padding: 60px 0;
}

/*================ Home Body Gallery Style Start ================*/
.homGlrySec{
  position: relative;
  padding: 60px 0;
}
.glryTypeImgBox ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.glryTypeImgBox ul li{
  padding: 8px;
  width: 33%;
}
.glryTypeImgBox ul li img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border: 1px solid var(--grayBorder);
}
.homGlryTextPrt{
  margin-top: 30px;
}

/*================ Home Manufacture Quality Style Start ================*/
.homManufactureQualitySec{
  position: relative;
  padding: 60px 0;
}
.homMnufctureQualityImgPrt ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.homMnufctureQualityImgPrt ul li{
  padding: 8px;
  width: 20%;
}
.homMnufctureQualityImgPrt ul li img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 1px solid var(--grayBorder);
}
.homMnufctureQualityImgPrt .item img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 1px solid var(--grayBorder);
}
.homMnufctureQualityImgPrt p{
  text-align: center;
  font-weight: 600;
  color: var(--hdnColor);
  margin-top: 20px;
}
.homMnufctureQualityTextPrt{
  margin-top: 40px;
}
.homMnufctureQualityTextPrt h2{
  margin-bottom: 20px;
}


/*======================================== Inner Page Style Start ========================================*/

/*=============== Inner Page One First Section Style ===============*/
.inrOneFirstSec{
  position: relative;
  padding: 60px 0;
}
.inrOneFirstSec h1{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.inrOneFirstSecBdyImg{
  margin: 10px 0 30px 0;
}
.inrOneFirstSecBdyImg img{
  border-radius: 6px;
  background-color: var(--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 12px;
}

/*=============== Inner Page One Second Section Style ===============*/
.inrOneScndSec{
  position: relative;
  padding: 60px 0;
}
.inrOneScndSec h2{
  margin-bottom: 10px;
}

/*=============== Inner Page One Third Section Style ===============*/
.inrOneThirdSec{
  position: relative;
  background-color: var(--primary);
  padding: 60px 0;
}
.inrOneThirdSecRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inrOneThirdSecImgPrt{
  width: 45%;
}
.inrOneThirdSecImgPrt img{
  border-radius: 6px;
}
.inrOneThirdSecTextPrt{
  width: 50%;
}



/*=============== Inner Page Two First Section Style ===============*/
.inrTwoFirstSec{
  position: relative;
  padding: 60px 0;
}
.inrTwoFirstSec h1{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

/*=============== Inner Page Two Second Section Style ===============*/
.inrTwoSecondSec{
  position: relative;
  padding: 60px 0;
}
.inrTwoSecondSecRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inrTwoSecondSecClm{
  width: 48.5%;
  text-align: center;
}
.inrTwoSecondSecClm img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.inrTwoSecondSecClm h3{
  font-size: 24px;
  font-weight: 600;
  margin: 25px 0 15px 0;
}


/*=============== Contact Page Body Style ===============*/
.contactBodySec{
  position: relative;
  padding: 80px 0;
}
.inrContactInfo{
  margin-top: 20px;
}
.inrContactInfo ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inrContactInfo ul li{
  display: flex;
  align-items: center;
  width: 32%;
  margin-top: 15px;
}
.inrContactInfo ul li .fa{
  width: 45px;
  height: 45px;
  border-radius: 100%;
  font-size: 20px;
  color: var(--secondary);
  text-align: center;
  line-height: 45px;
  border: 1px dashed var(--secondary);
  margin-right: 12px;
  display: inline-block;
}
.inrContactInfo ul li .fa.fa-envelope{
  font-size: 16px;
}
.inrContactInfo ul li h3{
  width: calc(100% - 58px);
  font-size: 15px;
  color: var(--textColor);
  font-weight: 600;
}

.requestQuotePrt{
  position: relative;
  background-color: #ee8275;
  padding: 20px 15px;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.requestQuotePrt h3{
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
}
a.requestQuoteBtn{
  font-size: 15px;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--black);
  display: inline-block;
  padding: 16px 30px;
  border-radius: 6px;
}
a.requestQuoteBtn:hover{
  background-color: #fdc716;
}


/*=============== Responsive Style ===============*/
@media (max-width: 1400px) {
  
}


@media (max-width: 1300px) {
  
}


@media (max-width: 1199px) {
  .hdrMenuSec{
    padding: 0;
  }
  .logoContactInfoRow{
    align-items: center;
  }
  .hdrContactInfo{
    margin-right: 90px;
  }
  .collapse-button{
    top: 50px;
  }
}


@media (max-width: 991px) {
  .logoContactInfoSec{
    padding: 10px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .hdrContactInfo{
    width: 100%;
    margin-right: 0;
  }
  .hdrContactInfo ul{
    justify-content: flex-start;
  }
  .hdrContactInfo ul li{
    width: 100%;
    margin-left: 0;
  }
  
  .hdrLogo{
    width: 50%;
  }
  .hdrLogo img{
    max-width: 150px;
  }
  .collapse-button{
    top: 25px;
  }
  .homBnrCaption{
    width: 100%;
    order: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 10px 15px;
    z-index: 2;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .homBnrImg{
    position: relative;
    width: 100%;
  }
  .homBnrImg::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .homBnrImg img{
    height: 350px;
  }
  .homBannerSec .carousel-inner{
    padding-bottom: 50px;
  }
  .carousel-indicators{
    margin-bottom: 0;
  }
  .requestQuotePrt{
    justify-content: center;
  }
  .requestQuotePrt h3{
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}


@media (max-width: 767px) {
  .homBannerSec{
    padding: 25px 0 20px 0;
  }
  .homBnrCaption h2{
    font-size: 28px;
    font-weight: 400;
  }
  .exhibitionStandSec img{
    margin-top: 0;
  }
  .glryTypeImgBox ul li{
    width: 50%;
  }
  .footerLogoClm,
  .footerAddressClm,
  .footerMenuClm{
    width: 100%;
  }
  .footerAddressClm{
    margin: 25px 0;
  }
  .footerCopyrightPrt p{
    width: 100%;
    order: 1;
    margin-top: 15px;
    text-align: center;
  }
  .footerCopyrightPrt ul{
    justify-content: center;
    width: 100%;
  }
  .inrOneThirdSecImgPrt{
    width: 100%;
    text-align: center;
  }
  .inrOneThirdSecTextPrt{
    width: 100%;
    margin-top: 25px;
  }
  .inrTwoSecondSecClm{
    width: 100%;
  }
  .inrTwoSecondSecClm:first-child{
    margin-bottom: 30px;
  }
  .inrContactInfo ul li{
    width: 100%;
  }


  .exhibitionStandSec,
  .famousCompanySec,
  .homGlrySec,
  .homManufactureQualitySec,
  .inrTwoFirstSec,
  .inrOneScndSec,
  .inrOneFirstSec,
  .inrOneThirdSec,
  .contactBodySec{
    padding: 30px 0;
  }
  h2,
  .homBnrCaption h2,
  .inrTwoFirstSec h1,
  .inrOneFirstSec h1{
    font-size: 25px;
  }
  p,
  .homBnrCaption p{
    font-size: 16px;
  }
}


@media (max-width: 576px) {
  .homBnrImg img{
    height: 300px;
  }
  .glryTypeImgBox ul li{
    padding: 5px;
  }
  .glryTypeImgBox ul li img{
    height: 150px;
  }



  h2,
  .homBnrCaption h2,
  .inrTwoFirstSec h1,
  .inrOneFirstSec h1,
  .inrTwoSecondSecClm h3{
    font-size: 22px;
  }
  p,
  .homBnrCaption p{
    font-size: 15px;
  }
}


@media (max-width: 480px) {
  h2,
  .homBnrCaption h2,
  .inrTwoFirstSec h1,
  .inrOneFirstSec h1,
  .inrTwoSecondSecClm h3{
    font-size: 20px;
  }
}


/*======= Responsive End  =======*/