@charset"utf-8";

:root {
  --primary: #222931;
  --secondary: #be9e7c;
  --white: #ffffff;
  --black: #000000;
  --blackBtnBg: #222931;
  --lightGrayBg: #f6f6f7;
  --lightSkyBg: #f3f9ff;
  --hdnColor: #222222;
  --textColor: #303338;
  --textColorGray: #888888;
  --grayBorder: #d4d2cf;
  --hdnFont: "Hind", 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: "Open Sans", sans-serif;
  color: var(--black);
  font-weight: 400;
  font-size: 17px;
  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: #dd2727;
}

a:hover {
  text-decoration: none;
  border: none;
  outline: 0;
  color: var(--secondary);
}

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-family: var(--hdnFont);
  font-size: 45px;
  color: var(--black);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

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

a.dfltBtn{
  font-size: 14px;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 25px;
  display: inline-block;
  -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.blackBtn {
  background-color: var(--blackBtnBg);
}
a.blackBtn:hover {
  background-color: var(--secondary);
}
a.scndryBtn {
  background-color: var(--secondary);
}
a.scndryBtn:hover {
  background-color: var(--blackBtnBg);
}
.lightGrayBg{
  background-color: var(--lightGrayBg);
}
.lightSkyBg{
  background-color: var(--lightSkyBg);
}
.dflx{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}





/*================ 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(--secondary);
  padding: 0;
}
.logoContactInfoSec{
  position: relative;
  padding: 20px 0;
}
.logoContactInfoRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hdrLogo img{
  max-width: 200px;
}
.hdrContactInfo{
  width: calc(100% - 250px);
}
.hdrContactInfo p{
  font-weight: 700;
  margin-bottom: 10px;
}

.hdrContactInfo .email-title{
  font-weight: 700;
  margin-bottom: 10px;
}

.hdrContactInfo ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hdrContactInfo ul li{
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.hdrContactInfo ul li:first-child{
  margin-left: 0;
}
.hdrContactInfo ul li h3{
  position: absolute;
  width: 100%;
  top: -32px;
  left: 0;
  font-size: 18px;
  font-weight: 700;
}
.hdrContactInfo ul li p{
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.hdrContactInfo ul li p a{
  color: var(--secondary);
}
.hdrContactInfo ul li p a:hover{
  color: var(--primary);
}
.hdrContactInfo ul li .fa{
  font-size: 22px;
  color: var(--secondary);
  text-align: center;
  line-height: 45px;
  margin-right: 5px;
}
.hdrContactInfo ul li .fa-whatsapp{
  font-size: 30px;
  margin: 0 20px 0 10px;
}
.hdrContactInfo ul li .fa-users{
  font-size: 25px;
}
.hdrContactInfo ul li .fa.fa-envelope{
  font-size: 16px;
}
.hdrContactInfo ul li a .ti-email{
  position: relative;
  font-size: 16px;
  top: 2px;
}
/*================ Header Style End ================*/


/*================ Footer Style Start ================*/
.mainFooter{
  position: relative;
  padding: 60px 0;
}
.footerRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footerClm{
  width: 23%;
}


.mainFooter h3{
  font-family: var(--hdnFont);
  font-size: 22px;
  color: var(--secondary);
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.footerEventClm p{
  font-weight: 700;
  margin: 10px 0 0 0;
}

.footerAddressClm ul li{
  display: flex;
}
.footerAddressClm ul li i{
  font-size: 20px;
  color: var(--secondary);
  margin: 5px 10px 0 0;
}
.footerAddressClm p{
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.footerAddressClm a{
  color: var(--textColor);
}
.footerAddressClm a:hover{
  color: var(--secondary);
}
.footerAddressClm ul li .fa-whatsapp{
  font-size: 30px;
}
.footerAddressClm ul li .fa-users{
  font-size: 24px;
  margin-left: 15px;
}

.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: #1b2027;
  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: 14px;
  color: #999;
  font-weight: 500;
  margin: 0;
}
.footerCopyrightPrt p a{
  color: var(--secondary);
  margin-left: 20px;
}
.footerCopyrightPrt p a:hover{
  color: var(--white);
}
.footerCopyrightPrt ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footerCopyrightPrt ul li{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 20px;
}
.footerCopyrightPrt ul li:first-child{
  margin-left: 0;
}
.footerCopyrightPrt ul li a{
  color: var(--white);
}
.footerCopyrightPrt ul li a:hover{
  color: var(--secondary);
}
.footerCopyrightPrt ul li a .fa{
  font-size: 20px;
}
/*.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;
}
.homBnrImg{
  position: relative;
}
.homBnrImg::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.homBnrImg img{
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.homBnrCaption{
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.homBnrCaption .banner-title{
  font-size: 40px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 15px;
}
.homBnrCaption .banner-subtitle{
  font-size: 20px;
  color: var(--white);
  font-weight: 500;
  margin: 0;
}

/*================ Home Body International Acting Style Start ================*/
.internationalActingSec{
  position: relative;
  padding: 60px 0;
}
.internationalActingSec h2{
  margin-bottom: 40px;
}

/*================ Home Body Trade Booth Style Start ================*/
.tradeBoothSec{
  position: relative;
  padding: 60px 0;
}
.tradeBoothSec h2{
  margin-bottom: 40px;
}
.tradeBoothSec .ti-angle-right{
  font-size: 10px;
}
.tradeBoothSec .scndryBtn{
  margin-right: 30px;
}
.tradeBoothSec .dfltBtn{
  margin-top: 30px;
}

/*================ Home Body Service Style Start ================*/
.homBdySrvcSec{
  position: relative;
  padding: 60px 0;
}
.homBdySrvcRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homBdySrvcItm{
  width: 31.5%;
}
.homBdySrvcItm img{
  width: 100%;
}
.homBdySrvcItm h3{
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0 20px 0;
  padding-bottom: 15px;
}
.homBdySrvcItm h3::after{
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background-color: var(--secondary);
  bottom: 0;
  left: 0;
}


/*================ Home Partner Style Start ================*/
.homPrtnrSec{
  position: relative;
  background: url(../images/partner-bg.jpg) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
  color: #ffffff;
}
.homPrtnrSec::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.homPrtnrSec .container{
  position: relative;
  z-index: 1;
}
.prtnrHdn{
  text-align: center;
}
.prtnrHdn h2,
.prtnrHdn p{
  color: var(--white);
}
.homPrtnrRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homPrtnrItm{
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
.homPrtnrItm .fa{
  position: relative;
  width: 100px;
  height: 100px;
  background-color: var(--secondary);
  border-radius: 100%;
  margin-right: 25px;
  font-size: 45px;
  text-align: center;
  line-height: 98px;
}
.homPrtnrItm .fa::after{
  position: absolute;
  content: '';
  width: 120px;
  height: 120px;
  border-radius: 100%;
  top: -10px;
  left: -10px;
  background-color: var(--secondary);
  opacity: 0;
  -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;
}
.homPrtnrItm:hover .fa::after{
  opacity: 0.3;
}
.homPrtnrItmText{
  width: calc(100% - 130px);
}
.homPrtnrItm h3{
  font-family: var(--hdnFont);
  font-size: 16px;
  color: var(--secondary);
  font-weight: 700;
  margin-bottom: 10px;
}
.homPrtnrItm p{
  color: var(--white);
}


/*================ Home Development Style Start ================*/
.homDevelopmentSec{
  position: relative;
  padding: 60px 0;
}
.homDevelopmentRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homDevelopmentItm{
  width: 23%;
  margin-top: 30px;
}
.homDevelopmentItm img{
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.homDevelopmentItm h3{
  font-size: 18px;
  color: var(--secondary);
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0 10px 0;
}
.homDevelopmentSec .dfltBtn{
  margin-top: 20px;
}


/*================ Home Service Contractor Style Start ================*/
.homSrvcContractorSec{
  position: relative;
  padding: 60px 0;
}
.homSrvcContractorSec a{
  text-decoration: underline;
}
.homSrvcContractorSec a:hover{
  text-decoration: none;
}
.homSrvcContractorSec h2{
  font-size: 34px;
  color: var(--secondary);
  text-transform: inherit;
}


/*================ Home Exhibition Creation Style Start ================*/
.homExhibitionCreationSec{
  position: relative;
  padding: 60px 0;
}
.homExhibitionCreationSec h2{
  font-size: 34px;
  color: var(--secondary);
  text-transform: inherit;
}


/*==========={===== Home Build Service Style Start ================*/
.buildSrvcSec{
  position: relative;
  background: url(../images/build-service-bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 60px 0;
}
.buildSrvcSec::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.buildSrvcSec h2,
.buildSrvcSec p{
  color: var(--white);
}
.buildSrvcSec h3{
  font-size: 34px;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  max-width: 500px;
  margin: 30px 0;
}
.buildSrvcSec .container{
  position: relative;
  z-index: 1;
}

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

/*=============== Inner Page Breadcrumb Section Style ===============*/
.inrBrdcumbSec{
  position: relative;
  background-color: var(--lightGrayBg);
  padding: 25px 0;
}
.brdcumbRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.inrBrdcumbSec h1{
  font-family: var(--hdnFont);
  font-size: 22px;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
}
.inrBrdcumbSec ul{
  display: flex;
  flex-wrap: wrap;
}
.inrBrdcumbSec ul li{
  position: relative;
  font-size: 13px;
  color: var(--primary);
  text-transform: uppercase;
  margin-left: 20px;
}
.inrBrdcumbSec ul li:first-child{
  margin-left: 0;
}
.inrBrdcumbSec ul li::after{
  position: absolute;
  content: '/';
  font-size: 14px;
  width: 10px;
  height: 100%;
  top: 0;
  right: -18px;
}
.inrBrdcumbSec ul li:last-child::after{
  display: none;
}
.inrBrdcumbSec ul li a{
  color: var(--primary);
}
.inrBrdcumbSec ul li a:hover{
  color: var(--secondary);
}


/*=============== Inner Page One Modern Exhibition Section Style ===============*/
.modernExhibitionSec{
  position: relative;
  padding: 60px 0;
}
.modernExhibitionRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.modernExhibitionSec img{
  width: 48%;
}
.modernExhibitionText{
  width: 47%;
}
.modernExhibitionText h2{
  text-align: left;
}

/*=============== Inner Page One European Show Section Style ===============*/
.europeanShowSec{
  position: relative;
  padding: 60px 0;
}
.europeanShowSec h2{
  font-size: 35px;
  color: var(--secondary);
}
.europeanShowRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.europeanShowItm{
  width: 49%;
  padding: 20px 25px;
  margin-top: 25px;
  -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;
}
.europeanShowItm:hover{
  background-color: var(--white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
.europeanShowItm h3{
  position: relative;
  font-family: var(--hdnFont);
  font-size: 22px;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 15px 0 0 55px;
}
.europeanShowItm h3::before{
  position: absolute;
  font-family: "Fontawesome";
  content: '\f18e';
  top: 0;
  left: 0;
  font-size: 44px;
  color: #dd2727;
  font-weight: 400;
}


/*=============== Inner Page One Type and Style Section Style ===============*/
.typeStyleSec{
  position: relative;
  padding: 60px 0;
}
.typeStyleSec ul.glry{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.typeStyleSec ul.glry li{
  width: 31%;
  margin: 10px 1%;
}
.typeStyleSec ul.glry li:first-child,
.typeStyleSec ul.glry li:nth-child(2){
  width: 48%;
}


/*=============== Inner Page One Cudtom Exhibition Section Style ===============*/
.customExhibitionSec{
  position: relative;
  padding: 60px 0;
}
.customExhibitionRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.customExhibitionText{
  width: 50%;
}
.customExhibitionText h2{
  font-size: 35px;
  color: var(--secondary);
  text-align: left;
  text-transform: inherit;
}
.customExhibitionSec img{
  width: 46%;
}


/*=============== Inner Page One Cudtom Design Request Section Style ===============*/
.customDesignRequestSec{
  position: relative;
  padding: 60px 0;
}
.customDesignRequestRow{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customDesignRequestClm{
  width: 48%;
}
.customDesignRequestClm h2{
  text-align: left;
  font-size: 28px;
  margin-bottom: 30px;
}
.customDesignRequestClm ul{
  list-style: none;
}
.customDesignRequestClm ul li{
  position: relative;
  font-size: 17px;
  color: var(--textColor);
  margin-top: 15px;
  padding-left: 20px;
}
.customDesignRequestClm ul li::before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #dd2727;
  top: 8px;
  left: 0;
}


/*=============== Inner Page One Creative Idea Section Style ===============*/
.creativeIdeaSec{
  position: relative;
  padding: 60px;
}
.creativeIdeaSec h2{
  font-size: 35px;
  color: var(--secondary);
  text-transform: inherit;
}


/*=============== Inner Page Two First Section Style ===============*/
.inrTwoFirstSec{
  position: relative;
  padding: 60px 0;
}
.inrTwoFirstSec h1{
  text-align: left;
}


/*=============== Inner Page Two Second Section Style ===============*/
.inrTwoSecondSec{
  position: relative;
  padding: 60px 0;
}
.inrTwoSecondSec img{
  width: 46%;
}
.inrTwoSecondSecTextPrt{
  width: 50%;
}
.inrTwoSecondSecTextPrt h2{
  text-align: left;
  font-size: 20px;
  text-transform: inherit;
}



/*=============== 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;
}



/*=============== Mass Page One Body Style ===============*/
.massPageTitlePrt{
  position: relative;
  padding: 50px 0;
  text-align: center;
}
.massPageTitlePrt h1{
  font-size: 60px;
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
}


.massPageBannerPrt{
  position: relative;
}
.massPageBannerImg img{
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}
.massPageBnrCaption{
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.massPageBnrTextPrt{
  max-width: 700px;
  float: right;
  text-align: left;
  padding-right: 100px;
}
.massPageBnrCaption h2{
  font-size: 28px;
  color: var(--primary);
  font-weight: 600;
  text-align: left;
}


.massPageOneGlryPrt{
  position: relative;
  padding: 20px 0 100px 0;
}
.massPageOneGlryPrt ul.glry{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.massPageOneGlryPrt ul.glry li{
  width: 31%;
  margin: 10px 1%;
}

.dfltList{
	margin-top: 20px;
}
.dfltList li{
	position: relative;
	font-size: 15px;
	color: var(--primary);
	margin-top: 10px;
	padding-left: 25px;
}
.dfltList li::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: var(--primary);
	/*background: url(../images/yellow-arrow.png) no-repeat 0 0;*/
	top: 6px;
	margin-left: -25px;
}




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


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


@media (max-width: 1199px) {
  .hdrContactInfo{
    width: 100%;
  }
  .hdrContactInfo ul{
    margin-right: 70px;
  }
}


@media (max-width: 991px) {
  .hdrMenuSec{
    position: absolute;
    width: 100%;
    top: 0;
  }
  .hdrContactInfo{
    margin-top: 30px;
  }
  .hdrContactInfo ul li{
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }
  .hdrContactInfo ul li h3{
    position: relative;
    top: 0;
    margin-top: 15px;
  }
  .hdrContactInfo ul li .fa-whatsapp{
    margin-left: 0;
  }
  .homBnrImg img{
    height: 400px;
  }
  .homDevelopmentItm{
    width: 49%;
  }
  .buildSrvcSec h3{
    max-width: 100%;
  }
  .footerClm{
    width: 100%;
  }
  .footerEventClm{
    margin: 10px 0 30px 0;
  }
  .footerCopyrightPrt{
    flex-direction: column;
  }
  .footerCopyrightPrt p{
    order: 1;
    margin-top: 20px;
    text-align: center;
  }
  .modernExhibitionRow{
    justify-content: center;
  }
  .modernExhibitionSec img{
    width: 100%;
    max-width: 400px;
  }
  .modernExhibitionText{
    width: 100%;
    margin-top: 30px;
  }
  .europeanShowItm{
    width: 100%;
    padding: 0;
  }
  .customExhibitionRow{
    justify-content: center;
  }
  .customExhibitionText{
    width: 100%;
    order: 1;
    margin-top: 30px;
  }
  .customExhibitionSec img{
    width: 100%;
    max-width: 400px;
  }
  .creativeIdeaSec{
    padding: 60px 0;
  }


  h2,
  .homSrvcContractorSec h2,
  .homExhibitionCreationSec h2{
    font-size: 35px;
  }
}


@media (max-width: 767px) {
  .homBnrImg img{
    height: 350px;
  }
  .homBnrCaption h2{
    font-size: 30px;
  }
  .homBnrCaption p{
    font-size: 16px;
  }
  .homBdySrvcItm{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .homBdySrvcItm:nth-child(2){
    margin: 20px auto;
  }
  .homPrtnrItm{
    width: 100%;
    margin-top: 20px;
  }
  .inrBrdcumbSec ul{
    display: none;
  }
  .europeanShowItm h3{
    font-size: 20px;
  }
  .europeanShowItm h3::before{
    font-size: 35px;
    top: 5px;
  }
  .customDesignRequestClm{
    width: 100%;
  }
  .customDesignRequestClm:first-child{
    margin-bottom: 30px;
  }
  .europeanShowItm h3{
    padding-left: 40px;
  }
  .inrTwoSecondSec .dflx{
    justify-content: center;
  }
  .inrTwoSecondSec img{
    width: 100%;
    max-width: 400px;
  }
  .inrTwoSecondSecTextPrt{
    width: 100%;
    margin-top: 30px;
  }


  .internationalActingSec,
  .tradeBoothSec,
  .homBdySrvcSec,
  .homPrtnrSec,
  .homDevelopmentSec,
  .homSrvcContractorSec,
  .homExhibitionCreationSec,
  .buildSrvcSec,
  .mainFooter,
  .modernExhibitionSec,
  .europeanShowSec,
  .typeStyleSec,
  .customExhibitionSec,
  .customDesignRequestSec,
  .creativeIdeaSec,
  .inrTwoFirstSec,
  .inrTwoSecondSec{
    padding: 30px 0;
  }
  h2,
  .homSrvcContractorSec h2,
  .homExhibitionCreationSec h2,
  .buildSrvcSec h3,
  .europeanShowSec h2,
  .customExhibitionText h2,
  .customDesignRequestClm h2,
  .creativeIdeaSec h2,
  .inrTwoSecondSecTextPrt h2{
    font-size: 18px;
    margin-bottom: 20px !important;
  }
  p{
    font-size: 16px;
    margin-bottom: 15px;
  }
}


@media (max-width: 576px) {
  .hdrLogo img{
    max-width: 150px;
  }
  .homDevelopmentItm{
    width: 100%;
    max-width: 400px;
    margin: 15px auto;
  }
  .inrBrdcumbSec h1{
    font-size: 20px;
  }
  .modernExhibitionSec img{
    max-width: 100%;
  }
  .inrTwoSecondSec img{
    max-width: 100%;
  }
}


@media (max-width: 480px) {
  .homBnrImg img{
    height: 300px;
  }
  .homBnrCaption h2{
    font-size: 25px;
  }
  .homPrtnrItm .fa{
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 35px;
    margin-right: 20px;
  }
  .homPrtnrItmText{
    width: calc(100% - 95px);
  }
  .europeanShowItm h3{
    font-size: 18px;
  }
  .typeStyleSec ul.glry li,
  .typeStyleSec ul.glry li:first-child,
  .typeStyleSec ul.glry li:nth-child(2){
    width: 100%;
  }


  .inrBrdcumbSec h1{
    font-size: 18px;
  }
  .mainFooter h3{
    font-size: 18px;
  }
  h2,
  .homSrvcContractorSec h2,
  .homExhibitionCreationSec h2,
  .buildSrvcSec h3,
  .europeanShowSec h2,
  .customExhibitionText h2,
  .customDesignRequestClm h2,
  .creativeIdeaSec h2,
  .inrTwoSecondSecTextPrt h2{
    font-size: 22px;
  }
}


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