@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*=========Vertical Scroller CSS==========*/
::-webkit-scrollbar {
  width:6px; // to adjust width
}
::-webkit-scrollbar-track {
  background: #595959;
  border: rgba(33, 33, 33, 1);
}
::-webkit-scrollbar-thumb {
  background:#DB0000;
}
::-webkit-scrollbar-thumb:hover {
  background: #DB0000;
}
::-webkit-scrollbar-thumb:active {
  background: #DB0000;
}
/*====Global CSS====*/
.mar-lg-lr-10{margin:0 10px}
.mar-lg-lr-20{margin:0 20px}
.mar-lg-lr-30{margin:0 30px}
.mar-lg-lr-40{margin:0 40px}
.mar-lg-lr-50{margin:0 50px}
.mar-lg-lr-60{margin:0 60px}
.mar-lg-lr-70{margin:0 70px}
.mar-lg-lr-80{margin:0 80px}
.mar-lg-lr-90{margin:0 90px}
.mar-lg-lr-100{margin:0 100px}
.mar-lg-tb-10{margin:10px 0px}
.mar-lg-tb-20{margin:20px 0px}
.mar-lg-tb-30{margin:30px 0px}
.mar-lg-tb-40{margin:40px 0px}
.mar-lg-tb-50{margin:50px 0px}
.mar-lg-tb-60{margin:60px 0px}
.mar-lg-tb-70{margin:70px 0px}
.mar-lg-tb-80{margin:80px 0px}
.mar-lg-tb-90{margin:90px 0px}
.mar-lg-tb-100{margin:100px 0px}

body{font-family: "Roboto", sans-serif;font-weight: 500;font-style: normal;overflow-x: hidden;}
p{margin: 0;color: #5B5B5B}  
.onhover{transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s}
h1, h2, h3, h4, h5, h6{color: #595959}
/*====Header CSS====*/
header{border-top: solid 2px #61ac46;background: #fff;transition: background-color 0.3s ease;}
header .logo, header .date, header .under_the_patronage{padding: 5px 0px;}

header .date .datesec{text-align: center;}
header .date .datesec h6{font-size: 24px;font-weight: 900;color:#595959;
    margin-bottom:0px;letter-spacing: 1px;text-transform: uppercase;
    font-family: "Poppins", sans-serif;}
header .date .datesec p{font-size: 13px;color: #59595C;margin: 0px;text-align: center;line-height: normal;}
header .under_the_patronage {text-align: center;}
header .under_the_patronage p{font-size: 11px;color: #59595C;}
/*header .menu_section{width: 100%;background: rgba(89, 89, 92, 1);}
header.sticky .menu_section{position: fixed;top: 0px;z-index: 999}*/

header .menu_section {
  width: 100%;
  background: rgba(89, 89, 92, 1);
  transition: top 1s ease-in-out;
}

header.sticky .menu_section {
  position: fixed;
  top: -100px; /* Start off-screen */
  z-index: 999;
}

header.sticky.animate .menu_section {
  top: 0px; /* End position */
}
/*=========Slider======*/
.d_slider .container-fluid{padding-left: 0px; padding-right: 0px;}
.d_slider{background: #595959;}
.d_slider .owl-theme .owl-nav.disabled+.owl-dots{position: absolute;bottom: 10px;z-index: 99;left: 50%;transform: translateX(-50%);}
.d_slider .owl-theme .owl-dots .owl-dot span{width: 40px; height: 3px;border-radius: 0px;}
.d_slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #DB0000;}

.sheight {height: 430px;}
.spadding{padding-top: 130px;}
.banner_img1{background: url(../img/slider/banner1.png);background-size:cover;background-repeat:no-repeat;background-position:center center;position: relative;}
.banner_img2 {background: url(../img/slider/banner2.png);background-size: cover;background-repeat: no-repeat;background-position: center center;position: relative;}
.bnr_txt p{font-size: 24px;margin-bottom:25px;color: #fff;font-weight: 300;}
.banner_img1 h1,
.banner_img2 h2,
.banner_img3 h3 {color: #fff;text-align: left;font-size: 36px;margin-bottom:10px;font-weight: 600;text-transform: uppercase;}
.bnr_txt {position: relative;z-index: 9;}
.bnr_txt .anchor {margin-top: 15px;}
.bnr_txt .anchor a {background:#DB0000;padding: 10px 30px;font-size: 16px; color: #fff;display: inline-block;border-radius:2px;text-decoration: none;border-radius:3px}
.bnr_txt .anchor a:hover {background: #444446;color: #fff;}
.banner_img1:after,.banner_img2:after,.banner_img3:after{width: 100%;height: 100%;content: "";position: absolute;left: 0;top: 0;z-index: 1;pointer-events: none;background: linear-gradient(to right,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* Keyframes for sliding in from the right */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Apply the animation to the h1 and anchor tags */
.animate-right {
  animation: slideInRight 1s forwards; /* 1s duration, forwards to keep the final state */
}

/*======Section One=====*/
.sec_one{padding: 50px 0px;}
.sec_one h2{font-size: 26px;margin-bottom:10px;font-weight: 600;}
.sec_one p{font-weight: 400;line-height: 1.8;margin-bottom: 10px;}
.sec_one a.gray{background: #595959;color: #fff;font-weight: 500;padding: 10px 15px;text-decoration: none;display: inline-block;border-radius:3px}
.sec_one a.gray:hover{background:#DB0000}
.sec_one a.red{background: #DB0000;color: #fff;font-weight: 500;padding: 10px 15px;text-decoration: none;display: inline-block;border-radius:3px}
.sec_one a.red:hover{background:#595959}
.sec_one .about_img img{border-radius: 10px;}
.sec_one .about_img .name{text-align: center;padding: 10px;background: #EAEFF3;border-radius: 3px;font-weight:600}



/*======Section Two=====*/
.sec_two{padding: 50px 0px;background: #EAEFF3;}
.whitebg{background: #fff!important;}
.sec_two h2{font-size: 26px;margin-bottom:10px;font-weight: 600;}
.sec_two .exhibit{margin-top: 30px;}
.sec_two .exhibit img{max-width: 75px;}
.sec_two .exhibit p{font-weight: 800;line-height: 1.8;margin-bottom:0px;font-size: 24px;color:#DB0000;}
.sec_two .exhibit p+p{font-weight: 400;margin-bottom: 10px;font-size:16px;color: #5B5B5B}
.sec_two .exhibit_sec{margin-top: 20px;}
.sec_two .exhibit_sec img{max-width: 75px;}
.sec_two .exhibit_sec p{font-weight: 800;line-height: 1.8;margin-bottom:0px;font-size: 24px;color:#DB0000;}
.sec_two .exhibit_sec p+p{font-weight: 400;margin-bottom: 0px;font-size:16px;color: #5B5B5B}
.sec_two .owl-carousel .owl-item img{border-radius: 10px;}

/*======Section Three=====*/
.sec_three{padding: 50px 0px;}
.sec_three h3{font-size: 26px;margin-bottom:10px;font-weight: 600;}
.sec_three .card-wrapper {
  background-color: #ededed;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 0 0;
  transform: scale(1);
  transition: transform 0.5s, background-color 0.5s, box-shadow 0.5s;
}
.sec_three .card-container {
  width: 100%;
  height: 100%;
}

.sec_three .card-header {
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  padding: 0px;
  max-height: 400px;
}

.sec_three .card-header img {
  max-width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.sec_three .card-wrapper:hover .card-header img {
  transform: scale(.98) rotate(0deg);
}

.sec_three .card-footer {
  height: 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: color 500ms;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* New CSS for zooming card text */
.sec_three .card-footer p {
  transition: transform 0.5s;
  font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.sec_three .card-wrapper:hover .card-footer p {
  transform: scale(1.4);
}
.sec_three .gray {
    background: rgba(89, 89, 89, .9);
}
.sec_three .red {
    background: rgba(219, 0, 0, .9);
}

/*======Section Four=====*/
.sec_four{padding: 50px 0px;background: #EAEFF3;}
.sec_four h3{font-size: 26px;margin-bottom:10px;font-weight: 600;}
.sec_four .project_sec h4{font-weight: 800;line-height: 1.8;margin-bottom:0px;font-size: 22px;color:#DB0000;}
.sec_four .project_sec p{font-weight: 400;margin-bottom: 0px;font-size:16px;color: #5B5B5B}
.sec_four .owl-carousel .owl-item img{border-radius: 10px;}
/*======About Us*/

.aboutusbg{ background-image: url('../img/about-khuzestan.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.aboutahvazbg{ background-image: url('../img/aboutahvazbg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.whyexhibitbg{ background-image: url('../img/whyexhibitbg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.exhibitorprofilebg{ background-image: url('../img/exhibitorprofilebg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}

.visitorprofilebg{ background-image: url('../img/visitorprofilebg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}    
.innerpages {
   position: relative;
}

.iframe-wrapper {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   pointer-events: none;
}

.iframe-wrapper iframe {
   width: 100%;
   height: 100%;
   border: 0;
}
.innerpages .parallax-bg {
    position: relative;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.innerpages .parallax-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.innerpages .parallax-bg .content {
    position: relative;
    z-index: 1;
}

.page-heading {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: left;
}

.breadcrumb {
    background: rgba(89, 89, 92, .3);
    border-radius: 5px;
    padding: 10px 20px;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}

.breadcrumb-item.active {
    color: #DB0000;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .innerpages .parallax-bg {
        height: 300px;
    }

    .page-heading {
        font-size: 2rem;
    }

    .breadcrumb {
        padding: 5px 10px;
    }
}

/*======Section One=====*/
.sec_inner{padding: 50px 0px;}
.sec_inner h2{font-size: 26px;margin-bottom:10px;font-weight: 600;}
.sec_inner h2 span{display: block;font-size: 18px;font-style: italic;color:#DB0000}
.sec_inner h3{font-size: 26px;margin-bottom:10px;font-weight: 600;}
.sec_inner p{font-weight: 400;line-height: 1.8;margin-bottom: 10px;}
.sec_inner a.gray{background: #595959;color: #fff;font-weight: 500;padding: 10px 15px;text-decoration: none;display: inline-block;border-radius:3px}
.sec_inner a.gray:hover{background:#DB0000}
.sec_inner a.red{background: #DB0000;color: #fff;font-weight: 500;padding: 10px 15px;text-decoration: none;display: inline-block;border-radius:3px}
.sec_inner a.red:hover{background:#595959}

.sec_inner .heading h3{font-size: 20px;margin-bottom:10px;font-weight: 500;color: #DB0000}
.sec_inner .topic_contact h5{color: #595959;font-size: 22px;margin-bottom: 10px; font-weight: 600;}
.sec_inner .topic_contact p{font-weight: 400;line-height: 1.8;margin-bottom:0px;text-align: justify;}
.sec_inner .about_img img{border-radius: 10px;}
.cfp{
   position: relative;
   background: url('../img/challenges-and-future-prospects.jpg') no-repeat center center;
   background-size: cover;
   height: 40vh; /* Adjust height as needed */
   display: flex;
   align-items: center;
   justify-content: center;
   color: white; /* Adjust text color for better visibility on overlay */
   text-align: center;
}

.cfp::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.9);
   z-index: 0;
}

.cfp h4 {
   position: relative;
   z-index: 2;
   color: #fff;font-size: 26px;
}
.sec_inner_b{padding: 30px 0px;}
.sec_inner_b p{font-weight: 400;line-height: 1.8;margin-bottom: 0px;}

.sec_why{padding: 50px 0px;background: #EAEFF3;}
.sec_why h3{font-size: 26px;margin-bottom:30px;font-weight: 600;}
.sec_why p{font-weight: 400;line-height: 1.8;margin-bottom: 10px;}
.sec_why .content ul{padding: 0px 15px;}
.sec_why .content ul li{font-weight: 400;line-height: 1.8;margin-bottom: 10px;transition: all 0.3s ease-out;font-size: 16px;border-bottom: 1px solid #d9e2e9;padding-bottom: 10px;margin-bottom: 15px;}
.sec_why .content ul li:hover{font-size: 16px;padding-left: 10px;}
.sec_why .about_img img{border-radius: 10px;}


.sec_exhibit{padding: 50px 0px;}
.sec_exhibit h2{font-size: 26px;margin-bottom:30px;font-weight: 600;}
.sec_exhibit p{font-weight: 400;line-height: 1.8;margin-bottom: 10px;}
.sec_exhibit .content ul{padding: 0px 15px;}
.sec_exhibit .content ul li{font-weight: 400;line-height: 1.8;margin-bottom: 10px;transition: all 0.3s ease-out;font-size: 16px;border-bottom: 1px solid #d9e2e9;padding-bottom: 10px;margin-bottom: 15px;}
.sec_exhibit .content ul li:hover{font-size: 16px;padding-left: 10px;}

.forms{padding: 50px 0px;}
.forms h2{font-size: 26px;margin-bottom:0px;font-weight: 600;}
.forms P{font-size: 16px;margin-bottom:20px;font-weight: 400;}

.contact_person{background: #EAEFF3;padding: 40px 30px 30px;}
.contact_person h2{margin-bottom: 10px;border-bottom: 1px solid #dfe8ef;padding-bottom: 10px;font-size: 24px;font-weight: 500;}
.contact_person h3{margin-bottom: 10px;border-bottom: 1px solid #dfe8ef;padding-bottom: 10px;font-size: 22px;font-weight: 500;}
.contact_person ul{list-style: none;padding: 0px}
.contact_person ul li{margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #dfe8ef;}
.contact_person ul li a{font-size: 18px;text-decoration: none;display:inline-block;color: #59595c}
.contact_person ul li a+a{margin-left: 10px;}
.contact_person ul li a .fa-mobile{background:#0055a1;color: #fff;width: 35px;height: 35px;position: relative;padding: 10px 0px 10px 13px;
    border-radius: 50%;}
.contact_person ul li a .fa-phone{background:#5fa2dd;color: #fff;width: 35px;height: 35px;position: relative;padding: 10px;
    border-radius: 50%;}
.contact_person ul li a .fa-whatsapp{background:#00b43b;color: #fff;width: 35px;height: 35px;position: relative;padding: 10px;
    border-radius: 50%;}
.contact_person ul li a .fa-fax{background:#db0000;color: #fff;width: 35px;height: 35px;position: relative;padding: 10px;
    border-radius: 50%;}
.contact_person ul li a .fa-envelope{background:#226efd;color: #fff;width: 35px;height: 35px;position: relative;
    padding: 10px 0px 5px 8px;border-radius: 50%;}
.contact_person address{font-size: 16px;color: #59595c;display: flex; align-items: center;justify-content: space-between;}
.contact_person address .fa-map-marker{font-size: 18px;margin-right: 5px;background:#c97126;color: #fff;width: 35px;height: 35px;position: relative;padding:10px 5px 10px 11px;
    border-radius: 50%;}

.aboutus ul{padding: 0px 15px;}
.aboutus ul li{font-weight: 400;line-height: 1.8;margin-bottom: 10px;transition: all 0.3s ease-out;font-size: 16px;border-bottom: 1px solid #d9e2e9;padding-bottom: 10px;margin-bottom: 15px;}
.aboutus ul li:hover{font-size: 16px;padding-left: 10px;}


/*====footer=======#595959 */
footer{padding:30px 0px 20px;background: url(../img/footerbg.jpg) repeat center;position: relative;}
footer .footer_logo{text-align: center;display: inline-block;}
footer .footer_logo img{}
footer .footer_logo h5{font-weight: 500;line-height: 1.8;margin-bottom:0px;font-size: 18px;color:#fff;margin-bottom:10px;}
footer .footer_logo h6{font-weight: 400;margin-bottom:0px;font-size: 14px;color:#fff;margin:20px 0px 0px}
footer .footer_link h5{font-weight: 500;line-height: 1.8;margin-bottom:0px;font-size: 18px;color:#fff;margin-bottom:10px;}
footer .footer_link ul{padding: 0px;margin: 0px;list-style: none;}
footer .footer_link ul li{padding-bottom:5px;}
footer .footer_link ul li a{text-decoration: none;color: #fff;font-weight: 400;}
footer .footer_link ul li a:hover{color: #ccc}
footer .footer_cont h6{font-weight: 500;line-height: 1.8;margin-bottom:0px;font-size: 18px;color:#fff;margin-bottom:10px;}
footer .footer_cont ul{padding: 0px;margin: 0px;list-style: none;}
footer .footer_cont ul li{padding-bottom: 5px;}
footer .footer_cont ul li a{text-decoration: none;color: #fff;font-weight: 400;}
footer .footer_cont ul li a:hover{color: #ccc}

footer .bottom_link_social{}
footer .fb-like{margin: 20px 30px;padding: 10px 20px 4px;background:rgba(0, 171, 205, 0.7);border: 1px solid rgba(255, 255, 255, 0.2);}
footer .bottom_link_social .button_link{margin-top: 30px;}
footer .bottom_link_social .button_link ul{}
footer .bottom_link_social .button_link ul li{padding:8px 0 6px;border:1px solid #fff;width:40px;height:40px;text-align:center;display:inline-block}
footer .bottom_link_social .button_link ul li:hover{background: #026B99}
footer .bottom_link_social .button_link ul li a{color: #fff;font-size: 16px;}
footer .last_bottom_section {background: #026B99;padding: 20px;}

footer::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(89, 89, 89, 0.92);z-index: 1;}
footer * {position: relative;z-index: 2;}


#bottom{background:#414042;padding: 15px 0px;}
#bottom .footer_bottom{}
#bottom .footer_bottom p{color: #aeaeaf;font-size: 14px;}
#bottom .footer_bottom_links{text-align: right;}
#bottom .footer_bottom_links ul{margin:0px;}
#bottom .footer_bottom_links ul li{list-style: none;display: inline-block;}
#bottom .footer_bottom_links ul li:nth-child(even) {padding: 0px 15px;}
#bottom .footer_bottom_links ul li a{color:#aeaeaf;font-size: 14px;display: flex;font-weight: 300;text-decoration: none;}
#bottom .footer_bottom_links ul li a:hover{color:#DB0000;}

a#backToTop {
    width: 40px;
    height: 40px;
    background: #DB0000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
    text-indent: -10000px;
    outline: 0!important;
    background-image: url(../img/top.png);
    background-repeat: no-repeat;
    z-index: 99;
}

.partner_img{}
.partner_img a{}
.partner_img a img{border: 1px solid #ccc;padding: 5px;border-radius: 6px;background: #fdfdfd;}
