:root {
    --color-1: #0A4657;
    --color-2: #01BEF2;
    --color-3: #E2E7EA;
    --color-4: #0671B3;
    --color-5: #FFCD4E;
}
::selection {
    background: var(--color-4);
    color: #ffffff;
}
@font-face {
  font-family: 'HelveticaCe';
  src: url('../fonts/helvetica-ce-bold.ttf') format('truetype'); /* Path relative to your CSS file */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Optional: controls font loading behavior */
}
.font-helvetica-bold{
    font-family: 'HelveticaCe', Helvetica;
}
.color-1{
    color: var(--color-1) !important;
}
.color-2{
    color: var(--color-2) !important;
}
.bg-color-1{
    background-color: var(--color-1) !important;
}
.bg-color-2{
    background-color: var(--color-2) !important;
}
.bg-color-4{
    background-color: var(--color-4) !important;
}
.bg-img-1{
    background: url(../images/background/12.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.bg-img-2{
    background: url(../images/background/13.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.bg-img-3{
    background: url(../images/background/14.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.column-2{
    column-count: 2;
    column-gap: 35px;
}
body{
    color: #444444;
}
p{
    color: #444444;
}
.sec-title h2{
    color: var(--color-1);
}
.section {
    padding: 60px 0;
}
.btn-style-one{
    background-color: var(--color-4);
}
.btn-style-one::before {
    background-color: var(--color-2);
}
.btn-style-one:hover {
    color: #15212f;
    border-color: var(--color-2);
}
.header-btn-main .header-btn-box a {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    padding: 6px 12px;
    line-height: 20px;
    font-size: 14px;
    /* border-radius: 20px; */
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}
.header-btn-main .header-btn-box a::before {
    background-color: var(--color-2);
}
.header-btn-main .header-btn-box a:hover {
    color: #15212f;
    font-weight: 500;
    border-color: var(--color-2);
}
.fw-600{
    font-weight: 600;
}
ol{
    font-size: 1rem;
}
ol>li{
    list-style: auto;
}
.main-menu .navigation > li > ul > li.active a {
    background: var(--color-2);
}
.copyright-text {
    text-align: center;
    color: #ffffff;
}
.copyright-text p {
    color: #ffffff;
    font-size: 14px;
}
.footer-logo-box p {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
}
.footer-logo-box img{
    /* max-width: 150px; */
}
.footer-logo-box .logo img{
    /* max-width: 292px; */
}
.social-icon-one li a .fab{
    color: #ffffff;
}
.social-icon-one .x_icon{
    width: 40px;
    height: 40px;
    background: #373851;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.social-icon-one .x_icon:hover{
    background-color: #32CCFE;
    transform: rotate(360deg);
}
.fm-box{
    margin-bottom: 15px;
}
.fm-box .fm-title{
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
}
.fm-box figure{
    margin-bottom: 0px;
}

.contact-area{
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: space-between;
}
.contact-box{
    /* display: flex;
    gap: 15px; */
    margin-bottom: 15px;
    min-height: 100px;
    /*box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);*/
    padding: 20px;

    flex: 0 0 50%;
    background-color: #fafafa;
}
.contact-box .contact-image{
    /* flex-shrink: 0; */
    width: 250px;
    /* margin: 0 auto 30px; */
    margin: 0 auto 0px;

}
.contact-box .contact-name{
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #1e1f36;
    margin-bottom: 10px;
}
.contact-box .contact-text{
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 10px;
}
.contact-box .contact-text p{
    line-height: 25px;
    margin-bottom: 0px;
    min-height: 75px;
}
.contact-box .contact-text ul{
    padding-left: 0;
    /* margin-top: 50px; */
    margin-top: 0px;
    /* color: #000000; */
}
.contact-box .contact-text ul span{
    font-weight: 600;
}
.contact-page-section .contact-info li{
    padding-left: 0px;
    margin-bottom: 5px;
}
.contact-box .org_by{
    text-align: center;
    color: #1e1f36;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.contact-box-2{
    display: block;
    border-radius: 20px;
}
.contact-box-2 .contact-image-box{
    margin-bottom: 30px;
}
.contact-box-2 .contact-image-box.first-box{
    width: 90%;
    border-right: 1px solid gray;
}
.contact-box-2 .contact-image-box.second-box{
    width: 98%;
    border-right: 1px solid gray;
}
.contact-page-section .contact-info{
    margin-bottom: 0px;
}
.contact_info_list {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    gap: 20px;
    list-style: none;
}
.contact_info_list li {
    position: relative;
    padding-right: 20px;
}
.contact_info_list li:first-child{
    border-right: 2px solid #ccc;
}
/* .contact_info_list li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
} */
 .contact_info_list li p{
    margin-bottom: 0px;
 }
.contact_info_list li span{
    display: block;
}
.mobile-menu .nav-logo img{
    /* max-width: 100px; */
    /* max-height: 93px; */
    max-height: 50px;
    max-width: none;
}
.about-section .image-column .image:before{
    display: none;
}
.img-radius{
	border-radius: 50%;
    /* border: 8px solid #ffffff; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
header .date-box {
    display: inline-block;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    position: relative;
    /* left: 50px; */
    left: 25px;
    /* top: 18px; */
    /* top: 22px; */
    top: 18px;
    line-height: 35px;
}
header .date-box span {
    display: block;
}
header .date-box .date-title{
    color: var(--color-4);
    /* font-size: 30px; */
    font-size: 18px;
}
.date-box.new{
    /* font-size: 16px;
    line-height: 22px; */
    font-size: 13px;
    line-height: 18px;
}
.main-menu .navigation > li.current > a {
    background: var(--color-2);
}
.main-menu .navigation > li > a:before{
    display: none;
}
.main-menu .navigation > li:not(.current):hover > a {
    background: var(--color-2);
}
.main-menu .navigation > li > ul > li:hover > a {
    background: var(--color-2);
    color: #222222;
}
.main-menu .navigation > li > ul {
    border-bottom-color: var(--color-2);
}
.venue_text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.1;
    text-align: left;
    margin: 0px;
}
.header-btn-main {
    padding: 10px 0 10px 0;
}
.header-btn-main .header-btn-box{
    line-height: 0px;
}
.banner-carousel .content-box h2{
    margin-bottom: 20px;
}
.banner-carousel .content-box .title{
    line-height: 1.2em;
}
.coming-soon-section .outer-box{
    background: var(--color-1);
    background: linear-gradient(0deg,rgba(10, 70, 87, 1) 0%, rgba(6, 113, 179, 1) 100%);
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}
.about-section .content-column .sec-title h2{
    color: var(--color-1);
}
.home_booth_btn {
    background-color: var(--color-4);
    border: 1px solid var(--color-4);
    padding: 6px 15px;
    border-radius: 10px;
}
.home_booth_btn::before {
    background-color: var(--color-2);
}
.home_booth_btn:hover {
    color: #15212f;
    border-color: var(--color-2);
}
.call-to-action{
    background: url(../images/background/11.jpg) no-repeat scroll 0 0;
    background-size: cover;
}
.call-to-action:before{
    display: none;
}
.call-to-action .content-box h2{
    color: var(--color-2) !important;
}
.call-to-action .content-box p{
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 30px;
}
.sec-title .text{
    color: #444444;
}
.why_exhibit_section{
    margin-top: -75px;
}
.home_visitor_profile_section .list-style-one li{
    color: #ffffff;
    list-style: disc;
    padding-left: 0px;
}
.home_exhibitor_profile_section .list-style-one li{
    list-style: disc;
    padding-left: 0px;
}
.home_visitor_profile_section .list-style-one li::before,
.home_exhibitor_profile_section .list-style-one li::before{
    display: none;
}
.home_exhibitor_profile_section .image-box{
    padding-right: 80px;
}
.home_visitor_profile_section .image-box{
    padding-left: 80px;
}
.exhibitor_profile_section .image-box,
.visitor_profile_section .image-box{
    padding-right: 80px;
}
.grid-layout-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    gap: 15px;
}
.why_uzbekistan_section .grid-layout-4 .grid-item{
    /* border-right: 1px solid #ffffff; */
    padding: 20px 20px;
    background: #155668;
    border-radius: 10px;
}
.why_uzbekistan_section .grid-layout-4 .grid-item .grid-icon{
    text-align: center;
}
.why_uzbekistan_section .grid-layout-4 .grid-item .grid-icon img{
    max-width: 150px;
}
.why_uzbekistan_section .grid-layout-4 .grid-item .grid-title{
    color: var(--color-2);
    font-weight: 500;
    line-height: 1.2em;
    min-height: 70px;
    text-align: center;
}
.why_uzbekistan_section .grid-layout-4 .grid-item .grid-text{
    color: #ffffff;
    margin: 10px 0 0 0;
    text-align: center;
}
.why-choose-us .list-style-one{
    padding-left: 20px;
}
.list-style-one li:before{
    color: var(--color-1);
}
.user-links li a{
    border: none;
    font-size: 16px;
}
.user-links li a:before{
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 14px;
    line-height: 24px;
    /* color: #ff00ff; */
    /* color: #097373; */
    color: #ffffff;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
}
footer .contact-info{
    color: #ffffff;
    font-weight: 300;
}
footer .contact-info span{
    font-weight: 600;
}
.social-icon-three{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-icon-three li {
    position: relative;
    margin: 0 -.5px;
}
.social-icon-three li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.social-icon-three li a:hover {
    background-color: var(--color-4);
    color: #ffffff;
}
.user-links li a:hover{
    color: var(--color-4);
}
.user-links li a:hover:before {
    color: var(--color-4);
}
.page-title {
    padding: 30px 0;
    background: var(--color-4) !important;
}
.page-title h1 {
    font-size: 32px;
    margin-bottom: 0px;
}
.sec-title {
    margin-bottom: 30px;
}
/* .client-block .image-box {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}
.client-block .image-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);
} */
.why-choose-us .list-style-one{
    padding-left: 20px;
} 
.why-choose-us .list-style-one li{
    list-style: disc;
    padding: 0;
 }
  .why-choose-us .list-style-one li:before{
    display: none;
 }
 .banner-carousel .slide-item{
    padding: 100px 0 100px;
 }
 .main-footer .footer-logo-box{
    margin-bottom: 0px;
 }
 .fun-fact-section .count-box .counter-title{
    color: #ffffff !important;
 }
 .fun-fact-section.style-two .count-box .count-text{
    color: var(--color-2);
    margin-top: 20px;
    font-size: 40px;
    font-weight: 700;
 }
.fun-fact-section.style-two .count-box  .icon-img{
    width: 100px;    
 }
 .fun-fact-section .count-box .counter-title{
    font-weight: 500;
 }
 .header-style-two .main-box{
    /* padding: 0 15px !important; */
 }
 .contact-form label.error{
    text-transform: none;
 }
 .privacy-policy-section .text-content{
    text-align: justify;
 }
.privacy-policy-section .text-content h4{
    font-weight: 500;
    margin-bottom: 10px;
}
header .header-menu{
    background-color: var(--color-3);
    padding: 5px 0 5px 0;
}
header .supported-logo-box{
    float: right;
    position: relative;
    top: 15px;
}
header .supported-logo-box .supported-logo img{
    max-height: 65px;
}
.main-header .logo-box .logo img{
    max-height: 75px;
}
form .form-label{
    font-size: 18px;
    line-height: 26px;
    color: #555555;
    font-weight: 400;
}