/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Basic typography */
body {
    font-family: 'Arial Regular';
    line-height: 1.6;
    color: #1b1b1b;
    letter-spacing: 0.5px;
    ;
}

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

/* Container */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial Regular';
    margin: 0;

}

a {
    text-decoration: none;
    color: #0a044b;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.lp-header {
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 99;
}
/*banner*/
#desktop_banner {
    display: flex;
}
.banner_content_left {
    position: relative;
    width: 75%;
    min-width: 75%;
    max-width: 75%;
}
#desktop_banner .banner_content {
    width: 88%;
    margin-left: 0;
    left: 10%;
}
/*.baner_content_right{
     position: relative;
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}*/
/*banner*/
.banner_content {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
/*#desktop_banner .banner_content {
	background: rgba(0, 0, 0, 0.19);
}
*/
.banner_content_text h1 {
    font-size: 53px;
    color: #fff;
    font-weight: 600;
    font-family: 'Arial Medium';
    line-height: 1.1;
}
/* .banner_content_text h1 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    font-family: 'Arial Regular';
    margin: 35px 0 0 0px;
    letter-spacing: 1px;
} */
.banner_content_text h1 span {
    color: rgba(255, 245, 96, 1);
}

.banner_content_text p {
    color: #fff;
    margin: 24px 0;
    font-size: 16px;
}

.banner_content_text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 85%;
    margin: 40px 0 0 0;
}

.banner_content_text ul li {
    color: #fff;
    font-size: 16px;
    padding-left: 31px;
    position: relative;
    font-weight: 600;
}
.banner_content_text ul li i {
    display: ;
    font-weight: 500;
    font-size: 13px;
}
.banner_content_text ul li::after {
    content: "";
    background: url(../images/bnr_tivk.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background-size: cover;
    top: 1px;
    left: 0;
}
.stall_no {
    width: fit-content;
    padding: 15px 40px;
    display: block;
    background: radial-gradient(86.32% 205.71% at 84.2% 79.81%, #F98B15 0%, #FDA62E 49.04%, #f7840c 100%);
    text-transform: capitalize;
    color: #000;
    margin: 15px 0;
    border-radius: 10px;
}
.venue_location {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 19px;
    background: rgba(27, 35, 80, 0.57);
    border-radius: 10px;
    margin: 30px 0 0 0;
}
.venue_location li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
}
.venue_location li img {
    width: 22px;
    min-width: 22px;
    max-width: 22px;
}

.button_design_a {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    color: #fff;
    font-size: 15px;
    margin: 45px auto 0;
    background: radial-gradient(86.32% 205.71% at 84.2% 79.81%, #00344F 0%, #05679B 49.04%, #002437 100%);
    font-family: "Outfit", sans-serif;
    border: none;
}

.button_design_a img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0 0 0 10px;
}

.button_design_a:hover img {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.baner_content_right {
    background: url(../images/form_bg.png) no-repeat;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
  width: 27%;
  min-width: 27%;
  max-width: 27%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  height: 100%;
}
.bnr_form {
    max-width: 100%;
    margin-left: 0;
    padding: 0;
    width: 100%;
    padding: 50px 34px;
}
.bnr_form h3 {
    font-family: 'Arial Medium';
    color: #fff;
    font-size: 27px;
    font-family: 'Arial Bold';
    line-height: 35px;
    margin: 0 0 10px 0;
}

.bnr_form .form-control {
    border-radius: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 10px 0;
    margin: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: 'Arial Regular';
}

.bnr_form .form-control::placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.title_h2 {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
}

.paragraph_title {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

.card-why-choose {
    border: 1px solid rgba(105, 105, 105, 0.23);
    border-radius: 15px;
    padding: 30px;
    background: url(../images/why_c_box_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    /*min-height: 220px;*/
  min-height: 248px;
}

.slider-one {
    min-width: 1600px;
}

.card-why-choose p {
    color: rgba(0, 0, 0, 1);
    margin: 15px 0 0 0;
    font-size: 16px;
}

.slider-one-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0 0;
}

.slider-one-button .swiper-button-prev,
.slider-one-button .swiper-button-next {
    position: unset;
    border: 1px solid rgba(0, 0, 0, 0.37);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slider-one-button .swiper-button-prev::after,
.slider-one-button .swiper-button-next::after {
    font-size: 20px;
}

#DiscoverTab {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 35px;
    display: flex;
    justify-content: center;
}

#DiscoverTab li {
    flex: 1;
}

#DiscoverTab li button {
    width: 100%;
    margin: 0;
    padding: 10px;
    background-position: center center;
}

.custom-tabs .nav-link {
    border: none;
    border-radius: 30px;
    padding: 8px 20px;
    margin: 0 5px;
    color: #333;
    background-color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
}

.custom-tabs .nav-link.active {
    background: url(../images/tab_bg.svg) no-repeat;
    color: #fff;
    background-size: cover;
    background-size: 100%;
    background-position: center center;
}

.tab_discover_inr {
    display: flex;
    align-items: center;
    gap: 60px;
}

.tab_discover_inr figure,
.tab_discover_inr figcaption {
    flex: 1;
}

.tab_discover_inr h3 {
    color: #000;
    font-size: 25px;
    font-family: 'Arial Bold';
}

.tab_discover_inr p {
    font-size: 15px;
    margin: 20px 0;
}

.tab_discover_inr ul li {
    color: #000;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
    margin: 10px 0;
}

.tab_discover_inr ul li::after {
    content: "";
    background: url(../images/bnr_tivk.svg) no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-size: cover;
    top: 5px;
    left: 0;
}

.tab_discover_inr a {
    border-radius: 67px;
    background: radial-gradient(205.93% 108.87% at 84.2% 79.81%, #00344F 0%, #05679B 49.04%, #002437 100%);
    color: #fff;
    padding: 12px 26px;
    display: inline-flex;
    margin: 15px 0 0 0;
    font-family: "Outfit", sans-serif;
}

.tab_discover_inr a img {
    margin: 0 10px 0 0;
}

.discover_sec {
    background: url(../images/tower_image.png) no-repeat;
    background-position: right bottom;
    background-size: 140px;
}

.awardsTabmenu {
    display: flex;
    justify-content: center;
}

#awardsTab {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 35px;
    display: flex;
    justify-content: center;
}

#awardsTab li {
    flex: 1;
    margin: 0 5px;
}

#awardsTab li button {
    width: 100%;
    margin: 0;
    padding: 8px 32px;
    background-position: center center;
    background: transparent;
    color: #fff;
}

#awardsTab li button.active {
    background: url(../images/tab_bg.svg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    color: #fff;
    background-size: cover;
}

.award_sec {
    background: url(../images/award_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.awrd_sliderbox {
    border-radius: 16px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(19.850000381469727px);
    overflow: hidden;
}

.awrd_sliderbox figure {
    display: flex;
    height: 250px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 14px;
    background: #fff;
}

.awrd_sliderbox figure img {
    height: 100%;
}

.awrd_sliderbox p {
    margin: 0;
    padding: 16px;
    color: #fff;
    font-size: 16px;
    word-wrap: break-word;
}
#awards .awrd_sliderbox p {
  min-height: 112px;
}
#certifications .awrd_sliderbox p {
  min-height: 136px;
}

#awardsTabContent .slider-one-button .swiper-button-prev,
#awardsTabContent .slider-one-button .swiper-button-next {
    border: 1px solid rgba(255, 255, 255, 0.63);
}

#awardsTabContent .slider-one-button .swiper-button-prev::after,
#awardsTabContent .slider-one-button .swiper-button-next::after {
    color: #fff;
}

.usa_projectbox {
    border: 1px solid rgba(105, 105, 105, 0.23);
    border-radius: 15px;
    padding: 20px;
    background: url(../images/why_c_box_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 205px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.usa_projectbox h4 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
}

.usa_projectbox p {
    margin: 0;
    font-size: 16px;
}

#accordionDistribution .accordion-item {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cfcfcf;
    padding: 9px 0;
    background: transparent;
}

#accordionDistribution .accordion-item .accordion-button.collapsed {
    background: transparent;
    padding: 12px 0;
    font-size: 18px;
    color: #626E70;
    border: none;
    box-shadow: none;
    outline: none;
}

#accordionDistribution .accordion-item .accordion-button {
    background: transparent;
    padding: 12px 0;
    font-size: 18px;
    color: #F57C00;
    border: none;
    box-shadow: none;
    outline: none;
}

#accordionDistribution .accordion-body {
    padding: 10px 0;
}

#accordionDistribution .accordion-body p {
    color: #626E70;
}

#accordionDistribution .accordion-body p strong {
    display: block;
    font-size: 17px;
    color: #626E70;

}

#accordionDistribution .accordion-body ul {
    padding: 0 0 0 15px;
}

#accordionDistribution .accordion-body ul li {
    margin: 10px 0;
    color: #626E70;
    font-size: 14px;
    list-style: disc;
}

.usa_project_sec .img-fluid {
    padding-left: 45px;
}

.usa_project_sec .container {
    position: relative;
    z-index: 1;
}

.vector_img {
    position: absolute;
    bottom: 0;
    opacity: 0.3;
    width: 100%;
}

.client_stories_sec {
    background: url(../images/test_bg.png) no-repeat;
    background-size: cover;
    /* background-position: center center; */
}

.client_stories_box div {
    border: 1px solid rgba(105, 105, 105, 0.23);
    border-radius: 15px;
    padding: 20px;
/*    background: url(../images/why_c_box_bg.png) no-repeat;*/
    background: url(../images/tst_tower.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 205px;
    display: flex;
    gap: 20px;
}

.client_stories_box figure {
    width: 135px;
    max-width: 135px;
    min-width: 135px;
    height: 135px;
    max-height: 135px;
    min-height: 135px;
    position: relative;
}

.client_stories_box figure img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.client_stories_box figure span {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

/* .client_slider {
    width: 1600px;
}

.client_slider .swiper-slide {
    transform: scale(0.85);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.6;
}

.client_slider .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
} */

.client_stories_box p {
	font-size: 15px;
	margin: 0 0 20px 0;
	min-height: 192px;
}

.client_stories_box h6 {
    color: #000;
    font-size: 18px;
}

.client_stories_box span {
    display: block;
    color: #626E70;
    margin: 5px 0 0 0;
}

.client_stories_box {
    display: flex;
    min-height: 297px;
    align-items: center;
}

.event_sec {
    background: url(../images/event_bg.png) no-repeat;
    background-size: cover;
}

.event_box {
    background: url(../images/blur_effect.svg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 35px;
    position: relative;
}
.event_box img {
    height: 80px;
    margin: 15px 0 0 0;
}

.event_box h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.event_box p {
    color: #fff;
    margin: 20px 0 0 0;
    font-size: 16px;
}
.event_box h6 {
    font-size: 21px;
    margin: 24px 0 0 0;
    color: #fff;
}
.event_box ul {
    padding-left: 15px;
}
.event_box ul li {
    color: #fff;
    line-height: 1.5;
    margin: 10px 0;
    list-style: disc;
}

.event_qr {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
}

.event_qr img {
    width: 100%;
    height: 100%;
}

.high_qulity_box {
    background: url(../images/hight_quality_sec.png) no-repeat;
    background-position: center bottom;
    padding: 50px 150px;
    border-radius: 25px;
    text-align: center;
    background-size: cover;
}

.high_qulity_box p {
    color: #fff;
    margin: 20px 0 0 0;
    font-size: 16px;
}

.high_qulity_box .button_design_a {
    width: 270px;
}

footer p {
    text-align: center;
    padding: 20px 15px;
    color: #242C35;
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #e4e4e4;
}

.sticky_button {
    position: fixed;
    z-index: 9;
    background: #004A70;
    color: #fff;
    transform: rotate(-90deg);
    top: 50%;
    right: -65px;
    padding: 13px 17px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-family: "Outfit", sans-serif;
    border-radius: 15px 15px 0 0;
}

#mobile_banner {
    display: none;
}
#thank-header {
	position: unset;
	background: #004a70;
	padding: 15px 0;
    border: none;
}
.thank_body_inr {
	max-width: 46%;
	margin: 10% auto;
	padding: 50px;
	border: 1px dashed #c2c2c2;
}
.thank_body_inr p {
	font-size: 18px;
}

.thank_body_inr .button_design_a {
	width: 227px;
	margin: 25px auto 0;
}
.main_tab_menu_discover {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}
.main_tab_menu_discover ul {
    display: flex;
    justify-content: center;
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 35px;
}
.main_tab_menu_discover ul li button {
    padding: 7px 23px;
    border-radius: 35px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    color: #000;
}
.main_tab_menu_discover ul li button.btn.active {
    background: url(../images/tab_bg.svg) no-repeat;
    color: #fff;
    background-size: 100%;
    background-position: center center;
    background-size: cover;
}
.small_banner_box {
    display: flex;
    align-items: center;
    gap: 30px;
}
.small_banner_box figure {
    margin: 0 15px 0 0;
    padding-right: 40px;
    border-right: 1px solid #d2d2d2;
}

.small_banner_box figure img {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}
.small_banner_box figcaption {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    font-family: 'Arial Medium';
}

#download_brochure_Modal .bnr_form{
    padding: 30px;
}

/*#download_brochure_Modal .bnr_form h3 {
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
}
#download_brochure_Modal .bnr_form .form-control {
    border-radius: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 10px 0;
    margin: 25px 0;
    border-bottom: 1px solid rgb(205, 194, 194);
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: 'Arial Regular';
}
#download_brochure_Modal .bnr_form .form-control::placeholder {
    color: rgba(0, 0, 0, 1);
    opacity: 1;
}*/
#download_brochure_Modal .modal-content {
    background: url(../images/form_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}
#download_brochure_Modal .modal-header {
    border: none;
    padding: 0;
}
#download_brochure_Modal .btn-close {
    position: absolute;
    right: 15px;
    top: 14px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 11px;
    width: 25px;
    height: 25px;
    opacity: 1;
    z-index: 999;
    outline: none;
    box-shadow: none;
}
.team_slider_arrow .team-slider-prev, .team_slider_arrow .team-slider-next {
    position: unset;
/*    border: 1px solid rgba(0, 0, 0, 0.37);*/
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: cover !important;
  background-position: center center !important;
}
.team_slider_arrow .team-slider-prev{
background: url(../images/prev_btn.png) 0 0 no-repeat;
}
.team_slider_arrow .team-slider-next {
background: url(../images/next_btn.png) 0 0 no-repeat;
}

.team_slider_arrow {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
}
.team_box img {
    width: 100%;
    border-radius: 10px;
}
.team_box{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.team_name_box {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 102px;
    padding: 0 19px;
    background: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20.05px);
    border-radius: 0px 0px 10px 10px;
}
.team_name_box p {
    color: #fff;
    font-size: 14px;
}
.team_name_box h3 {
    color: #fff;
    font-size: 21px;
    margin: 7px 0;
}
.dateevent {
    padding: 15px !important;
    background: rgba(0,0,0,0.3);
    width: fit-content;
    border-radius: 10px;
    margin: 15px 0 0 0;
}
.dateevent li {
    list-style: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.dateevent li img {
    width: 21px;
    height: auto !important;
    min-width: 21px;
    max-width: 20px;
    margin: 0 !important;
}
/* media */
/* media */
/* media */
/* media */

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    #desktop_banner .banner_content {
    width: 67%;
    left: 12%;
}
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
    .banner_content_text h1 {
        font-size: 40px;
    }

    .banner_content_text p {
        margin: 12px 0 0 0;
        font-size: 15px;
    }

    .banner_content_text ul {
        margin: 20px 0 0 0;
    }

    .banner_content_text ul li {
        font-size: 14px;
    }

    .bnr_form h3 {
        font-size: 26px;
        line-height: 31px;
    }

    .button_design_a {
        height: 49px;
        margin: 20px auto 0;
    }

    .slider-one {
        min-width: 1500px;
    }

    .hight_sec .title_h2 {
        font-size: 32px;
    }
}

@media screen and (min-width: 1199px) and (max-width: 1280px) {
#desktop_banner .banner_content {
    width: 75%;
    left: 15%;
    align-items: flex-end;
    padding-bottom: 36px;
}}

@media only screen and (max-width:1199px) {
    .banner_content_text h1 {
        font-size: 35px;
    }

    .banner_content_text p {
        margin: 12px 0 0 0;
        font-size: 15px;
    }

    .banner_content_text ul {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .banner_content_text ul li {
        font-size: 14px;
    }

    .bnr_form h3 {
        font-size: 26px;
        line-height: 31px;
    }

    .button_design_a {
        height: 49px;
        margin: 20px auto 0;
    }

    .slider-one {
        min-width: 1500px;
    }

    .hight_sec .title_h2 {
        font-size: 32px;
    }

    .slider-one {
        min-width: 1300px;
    }

    .card-why-choose {
        min-height: 290px;
    }

    .title_h2 {
        font-size: 35px;
    }

    #DiscoverTab {
        width: 100%;
    }

    #DiscoverTab li button {
        font-size: 14px;
    }

    .slider-one-button .swiper-button-prev,
    .slider-one-button .swiper-button-next {
        width: 45px;
        height: 45px;
    }
    .team_slider_arrow .team-slider-prev, .team_slider_arrow .team-slider-next {
    width: 45px;
    height: 45px;
}

    .awrd_sliderbox figure {
        height: 145px;
    }

    .usa_projectbox h4 {
        font-size: 15px;
    }
}

@media only screen and (max-width:767px) {
  /*  #desktop_banner .col-md-7 {
        display: none;
    }*/

    #desktop_banner .banner_content {
        display: none;
    }

.banner_content_left {
    display: none;
}
.baner_content_right {
    border-radius: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: unset;
}
    #desktop_banner picture {
        display: none;
    }

    #mobile_banner {
        display: block;
    }

    .banner_content_text p {
        margin: 25px 0 0 0;
    }

    .banner_content_text ul {
        margin: 30px 0 0 0;
    }

    .bnr_form {
        max-width: 100%;
        margin-top: 0;
        padding: 25px;

    }

    .slider-one {
        min-width: 100%;
    }

    .card-why-choose {
        min-height: auto;
    }

    .title_h2 {
        font-size: 30px;
    }

    .title_h2 br {
        display: none;
    }

    .tab_discover_inr {
        display: block;
    }


    #DiscoverAccordion .accordion-item {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #cfcfcf;
        padding: 9px 0;
        background: transparent;
    }

    #DiscoverAccordion .accordion-item .accordion-button.collapsed {
        background: transparent;
        padding: 12px 0;
        font-size: 18px;
        color: #626E70;
        border: none;
        box-shadow: none;
        outline: none;
    }

    #DiscoverAccordion .accordion-item .accordion-button {
        background: transparent;
        padding: 12px 0;
        font-size: 18px;
        color: #F57C00;
        border: none;
        box-shadow: none;
        outline: none;
    }

    #DiscoverAccordion .accordion-body {
        padding: 10px 0;
    }

    .tab_discover_inr h3 {
        font-size: 22px;
    }

    .usa_project_sec .img-fluid {
        padding-left: 0;
        margin: 25px 0 0 0;
    }

    /* .client_slider {
        width: 100%;
    } */

    /* .client_slider .swiper-slide {
        transform: scale(1);
    } */

    .client_stories_box div {
        min-height: auto;
        display: block;
        text-align: center;
    }

    .client_stories_box figure {
        width: 100px;
        max-width: 100px;
        min-width: 100px;
        height: 100px;
        max-height: 100px;
        min-height: 100px;
        position: relative;
        margin: 0 auto 20px;
    }

    .event_box h3 {
        font-size: 23px;
    }

    .event_box {
        padding: 25px;
        margin: 15px 0 0 0;
    }

    .event_qr {
        position: unset;
        width: 85px;
        height: 85px;
        display: block;
        margin: 15px 0 0 0;
    }

    .high_qulity_box {
        padding: 25px;
    }

    .hight_sec .title_h2 {
        font-size: 25px;
    }

    .high_qulity_box p {
        font-size: 15px;
    }

    .client_stories_sec .slider-one-button {
        margin: 0;
    }

    #awardsTabContent {
        padding-bottom: 0 !important;
    }
    .thank_body_inr {
	max-width: 100%;
    padding: 25px;
}
.thank_body_inr p {
	font-size: 16px;
}
/*  #mobile_banner .banner_content {
	background: rgba(0, 0, 0, 0.19);
}*/
  #desktop_banner .banner_content {
	background: transparent;
}
.small_banner_box figcaption {
    font-size: 29px;
}
.small_banner_box figure img {
    width: 55px;
    min-width: 55px;
    max-width: 55px;
}
.small_banner_box figure {
    padding-right: 30px;
    margin: 0;
}
.stall_no {
    padding: 13px 22px;
}
.venue_location {
    background: rgba(27, 35, 80, 0.57);
     padding: 15px 12px;
}

}


@media only screen and (max-width:575px) {
    .banner_content_text h1 {
        font-size: 23px;
    }

    .banner_content_text p {
        margin: 10px 0 0 0;
    }

    .banner_content_text p br {
        display: none;
    }

    .banner_content_text ul {
        margin: 15px 0 0 0;
    }

    .lp-header img {
        height: 42px;
    }

    .bnr_form {
        padding: 20px;
    }

    .bnr_form h3 {
        font-size: 21px;
        line-height: 27px;
    }

    .paragraph_title {
        font-size: 15px;
    }

    .title_h2 {
        font-size: 25px;
    }

    .card-why-choose p {
        font-size: 15px;
    }

    .card-why-choose {
        padding: 20px;
    }

    .slider-one-button .swiper-button-prev::after,
    .slider-one-button .swiper-button-next::after {
        font-size: 15px;
    }

    #DiscoverAccordion .accordion-item .accordion-button.collapsed {
        font-size: 17px;
    }

    .tab_discover_inr p {
        margin: 12px 0;
    }

    .awrd_sliderbox figure {
        height: 210px;
    }

    .usa_projectbox {
        min-height: auto;
    }

    .mt-5 {
        margin-top: 35px !important;
    }

    .mb-5 {
        margin-bottom: 35px !important;
    }

    .pt-5 {
        padding-top: 35px !important;
    }

    .pb-5 {
        padding-bottom: 35px !important;
    }
    #awards .awrd_sliderbox p {
  min-height: auto;
}
#certifications .awrd_sliderbox p {
  min-height: auto;
}
/* .banner_content {
    align-items: flex-end;
    padding-bottom: 35px;
} */
.venue_location li {
    font-size: 14px;
}
}