@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&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");
/* Load custom fonts from local folder */
/* Local font */
@font-face {
    font-family: "Runalto";
    src: url("/assets/frontend/fonts/Runalto/Runalto.woff2") format("woff2"),
        url("/assets/frontend/fonts/Runalto/Runalto.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body,
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
a {
    text-decoration: none;
}
/* Utility classes for fonts */

body {
    font-family: var(--ThemeFont);
}
/* Reset and layout base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.p-0 {
    padding: 0;
}
p {
    color: var(--Gray);
}

:root {
    --Black: #181818;
    --White: #fff;
    --Gray: #2c2c2c;
    --Gray2: #b8b7b7;
    --Bg: #e7e0d6;
    --ThemeColor: #ee7f1a;
    --ThemeColor2: #007e3c;
    --ThemeColor3: #000000;
    --ThemeColor4: #eae0d4;
    --ThemeColor5: #fff6f1;
    --ThemeColor6: rgb(234, 189, 143);

    --Gradient: linear-gradient(360deg, rgba(61, 71, 73, 1) 0%, #2c3638 100%);
    --CardShadow: 0px 4px 11px rgba(217, 216, 216, 0.6);
    --ThemeFont: "Poppins", sans-serif;
    --ThemeFontTwo: "Obviously Extd";
    --Radius: 20px;
}
.--transition-ease {
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.--transition-ease:hover {
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.--transition-ease:after {
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.--transition-ease:before {
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

/*********** start col **********/

/* anky inserted below css */
.multi-select-box {
    position: relative;
    border: 1px solid #2e2f30 !important;
    padding: 16px 16px;
    cursor: pointer;
    background: transparent;
    min-height: 50px;
    margin-top: 5px;
    border-radius: 5px;
}

.selected-items {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 14px;
}

.selected-tag {
    background-color: #007bff;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.selected-tag .remove-tag {
    margin-left: 8px;
    background: #fff;
    color: #007bff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

.multi-select-box {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
}
.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #3d3e3f;
    border-top: none;
    z-index: 10;
    background-color: #2e2f30;
    display: none;
}

.dropdown-list ul {
    margin: 0 !important;
    display: block !important;
}
.dropdown-list.show {
    display: block;
}

.dropdown-list ul {
    list-style: none;
    padding: 0;
}

.dropdown-list li {
    padding: 8px 10px;
    cursor: pointer;
}

.dropdown-list li.disabled-result {
    cursor: default;
    font-weight: bold;
    background-color: #ce5d1d;
    color: #fff !important;
}
.selected-items {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.selected-item {
    background-color: #e2e2e2;
    padding: 5px 10px;
    border-radius: 3px;
    position: relative;
}

.selected-item .remove-btn {
    margin-left: 5px;
    color: red;
    cursor: pointer;
    font-weight: bold;
}

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

.dropdown-list li {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee14;
    text-align: left;
    font-size: 14px;
    color: var(--White);
}
.dropdown-list li:hover {
    background-color: #ce5d1d8a;
}
.dropdown-list li.selected {
    background-color: #ce5d1d8a;
}

/* anky inserted above css */

span.error,
label.error {
    color: #d33636 !important;
    font-family: Arial, sans-serif;
    font-size: 12px !important;
    text-transform: capitalize !important;
    font-weight: 200 !important;
}

.text-danger {
    color: #eccb0e !important;
    font-family: Arial, sans-serif;
    font-size: 12px !important;
    text-transform: capitalize !important;
    font-weight: 200 !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.row .rowin {
    padding: 0 12px;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.666667%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-12 {
    width: 100%;
}
.col-10 {
    width: 83.33333333%;
}
.p-0 {
    padding: 0 !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.d-none {
    display: none;
}
.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-3 {
    margin-top: 20px !important;
}
.mt-4 {
    margin-top: 30px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-2 {
    margin-bottom: 15px;
}
.mb-3 {
    margin-bottom: 20px;
}
.text-center {
    text-align: center;
}
.h-100 {
    height: 100%;
}
.w-100 {
    width: 100%;
}
.m-auto {
    margin: auto;
}
.text-center {
    text-align: center;
}
.text-end {
    text-align: right;
}
.text-start {
    text-align: left !important;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.align-center {
    align-items: center;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
h3,
h2,
h1,
h4 {
    font-family: var(--ThemeFontTwo);
}
p b {
    font-weight: 800;
}
p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.z-index {
    z-index: 99;
}

/************* end col ************/
.custom-btn img {
    height: 20px;
}
.custom-btn {
    transition: transform 0.2s;
    background-color: var(--ThemeColor2);
    color: var(--White);
    font-size: 18px;
    border-radius: 10px;
    padding: 13px 20px;
    box-shadow: 0 5px 18px #ce5d1d36;
    font-weight: 500;
    min-width: 180px;
    border: 1px solid var(--ThemeColor4) aliceblue;
    text-align: center;
}
.custom-btn:hover {
    transform: scale(1.05);
}
.custom-btn.white_btn {
    border: 1px solid var(--ThemeColor4);
    color: var(--Black);
    background: var(--White);
    font-weight: 500;
    text-transform: unset;
}
.custom-btn.orange_bg {
    border: 1px solid var(--ThemeColor);
    color: var(--White);
    background: var(--ThemeColor);
    font-weight: 500;
    text-transform: unset;
}

/*  */
.d-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.container {
    max-width: 1500px;
    padding: 0 20px;
    margin: 0 auto;
}
.container-fluid {
    padding: 0 20px;
    margin: 0 auto;
}
.heading h2 {
    font-size: 56px;
    margin-top: 25px;
    line-height: 65px;
    text-transform: uppercase;
}
.heading h2 img {
    height: 40px;
}
.heading {
    font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    color: var(--Black);
}
.heading span {
    color: var(--ThemeColor2);
    font-weight: 600;
}
.afterbg::after {
    background: #00000045;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.6;
}

.heading_boss .row {
    align-items: center;
}
.heading_boss h6 {
    font-size: 18px;
    color: var(--ThemeColor2);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.heading_boss {
    margin-bottom: 39px;
}
.heading_boss p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

/* WebKit Browsers (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 5px;
    background-color: var(--ThemeColor5);
}
::-webkit-scrollbar-track {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb {
    background-color: var(--ThemeColor);
    border-radius: 10px;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--ThemeColor) #ccc;
}
.custom-btn.fxdbtn {
    transform: rotate(90deg);
    right: -98px;
    position: fixed;
    bottom: 100px;
    z-index: 999999;
    border-radius: 10px;
    width: 251px;
    height: 53px;
}

/***************************************************************
********************************* Header ************************
*****************************************************************/

header {
    padding: 10px 0;
    background: var(--White);
    position: absolute;
    z-index: 999;
    width: 100%;
}
.header-top {
    margin-top: 0;
    border-radius: 6px;
    padding: 12px 20px;
    background: transparent;
    box-shadow: 0 0px 10px #cccc;
}
.header-top img.logo-img {
    width: 180px;
    height: auto;
}
.header-top ul {
    list-style: none;
}
.header-top ul li {
    margin: 0 20px;
}
.header-top ul li a {
    color: var(--Gray);
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: var(--ThemeFontOne);
}
.toggle-bar {
    background: transparent;
    border: none;
    display: none;
}
.toggle-bar img {
    width: 30px;
    height: 30px;
    margin-right: 0;
}
header.fixed {
    position: fixed;
    background: var(--White);
    z-index: 9999999;
    box-shadow: 0 0 15px #ccc;
}
header.fixed .header-top {
    margin: 5px 0;
    padding: 2px 0;
    box-shadow: none;
}
header.fixed .header-top img.logo-img {
    width: 160px;
}

.toggleclose {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    color: var(--White);
    display: none;
}
.dropdown {
    position: relative;
}
.header-top ul li a img {
    height: 5px;
    position: relative;
    top: -3px;
}
.dropdown-menu {
    list-style: none;
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    flex-direction: column;
    background: var(--ThemeColor);
    min-width: 320px;
    padding: 0;
    margin: 0;
    z-index: 1000;
}
.dropdown-menu::after {
    height: 15px;
    width: 16px;
    content: "";
    background: var(--ThemeColor);
    position: absolute;
    left: 24px;
    top: -7px;
    transform: rotate(228deg);
}
.header-top ul li .dropdown-menu li {
    margin: 0;
    border-radius: 0;
    overflow: hidden;
}
.header-top ul li .dropdown-menu li + li {
    border-top: 1px solid #ffffff26;
}
.dropdown-menu li a {
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    color: var(--White) !important;
    opacity: 0.9;
}

.dropdown-menu li a:hover {
    font-weight: 500;
    opacity: 1;
}
.dropdown.open .dropdown-menu {
    display: flex;
    border-radius: 5px;
}

/***************************************************************
********************************* banner ************************
*****************************************************************/

.banner {
    border-radius: 0 0 50px 50px;
    display: flex;
    align-items: end;
    min-height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 200px;
    background-position: top;
}
.banner .cont h4 {
    color: var(--White);
    font-size: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}
.banner .container {
    position: relative;
    z-index: 9;
}
.banner .cont {
    margin-bottom: 50px;
}
.banner .cont .text {
    margin: 30px 0 35px;
}
.banner .cont h5 {
    font-size: 22px;
    color: var(--White);
    margin-bottom: 0;
    margin-top: 25px;
    line-height: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.brnds .brnd {
    text-align: right;
    position: absolute;
    bottom: 38px;
    right: 0;
    color: #fff;
}
.brnds .brnd p {
    float: right;
    background: #fff;
    padding: 12px 24px;
    border-radius: 7px;
}
.brnds .brnd img {
    height: 42px;
    width: auto;
    margin: 0 !important;
}
.brnds .brnd h5 {
    font-size: 20px;
    margin-bottom: 6px;
}
.searchForm .custom-btn:disabled{
    opacity: 0.6 !important;
}

/* banner for image*/
/* .banner .cont .heading { font-size: 65px; color: var(--White); line-height: 68px; margin-bottom: 0; font-weight: bold;}
.banner::after {    content: ""; position: absolute; width: 100%; height: 419px; top: inherit; bottom: -130px; left: 0; background: linear-gradient(360deg, #000000d6, #000000b2, #826d6d00); opacity: 1;} */

/*banner for video*/
.banner video {
    width: 100%;
    height: 124%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: -50px;
    object-position: center;
}
.banner .cont .heading {
    font-size: 65px;
    color: var(--ThemeColor);
    line-height: 68px;
    margin-bottom: 0;
    font-weight: bold;
    text-shadow: 3px 5px 9px #00000036;
}
.banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1818186b;
    opacity: 1;
}

.banner .afterbg::after {
    opacity: 0.6;
}
.banner .custom-btn {
    min-width: 230px;
    margin-right: 10px;
}

.banner .cont .heading.heading2 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 30px;
    color: #fff;
}

/*************************************************************************
***************************** sectionTwo  ********************************
************************************************************************/
.sectionTwo .cont {
    margin-top: 65px;
    padding: 0 100px;
}
.contdiv_main {
    max-width: 1400px;
    margin: 0 auto 80px;
}
.dasknonenone {
    display: none;
}
.sectionTwo .col-3 + .col-3 .set {
    border-left: 1px solid var(--ThemeColor5);
}
.video1 span img {
    border-radius: 0;
    height: auto;
}
.video1 span {
    position: absolute;
    width: 90px;
    height: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.incont_img .row {
    align-items: center;
}
.video1 {
    position: relative;
    width: 109%;
}
.sectionTwo .aboutimg {
    height: 540px;
    border-radius: 20px;
    border: 14px solid var(--ThemeColor2);
    box-shadow: 0 0 28px #26211c80;
    object-fit: cover;
    object-position: center;
}
.video1 img {
    border-radius: 20px;
    overflow: hidden;
    height: 640px;
    object-fit: cover;
    object-position: center;
}
.sectionTwo .heading {
    text-align: center;
    margin-bottom: 40px;
    color: var(--ThemeColor5);
}
.sectionTwo .incont {
    border-top: 1px solid #faf7e452;
    padding-top: 50px;
    padding-bottom: 75px;
}
.sectionTwo .heading span.left {
    color: var(--ThemeColor2);
    margin-left: 21%;
    font-weight: 400;
}
.sectionTwo::after {
    content: "";
    position: absolute;
    background: var(--ThemeColor2);
    width: 100%;
    height: 75%;
    top: 0;
    z-index: -1;
}
.sectionTwo p {
    color: var(--ThemeColor5);
}
.sectionTwo .contdiv p {
    text-align: center;
}
.sectionTwo .cont .set h2 {
    font-size: 55px;
    font-weight: 500;
    line-height: 56px;
    color: var(--ThemeColor5);
    height: 60px;
}
.sectionTwo .cont .set h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--ThemeColor5);
}
.sectionTwo .cont .set p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #fff6f194;
}

.sectionTwo .set img {
    height: 224px;
    object-fit: cover;
}
.sectionTwo .cont .set h2 span {
    font-size: 28px;
}
.sectionTwo .arrowbtn img {
    height: 20px;
}
.sectionTwo .arrowbtn {
    z-index: 99;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    height: 50px;
    max-width: 220px;
}
.sectionTwo .cont .set.img {
    background-size: cover;
    width: 100%;
    height: 224px;
}
.sectionTwo .cont .set {
    position: relative;
    text-align: center;
    padding: 0 39px;
    min-height: 140px;
}
.sectionTwo .contdiv {
    margin: 0 -30px;
}
.sectionTwo .contdiv .rowin {
    padding: 0 30px;
}

.sectionTwo.sectionTwovisttor .cont .set {
    box-shadow: inset 0 0 5px #b8b7b778;
    padding: 20px;
    height: 224px;
    position: relative;
}

.sectionTwo.sectionTwovisttor .cont .set h2 {
    text-align: left;
    color: var(--ThemeColor2);
    font-size: 30px;
}
.sectionTwo.sectionTwovisttor .cont .set p {
    position: absolute;
    bottom: 20px;
    color: var(--Black);
}

.sectionTwo.sectionTwo2 {
    margin-bottom: 90px;
}
.sectionTwo.sectionTwo2::after {
    display: none;
}
.sectionTwo.sectionTwo2 .heading {
    color: var(--ThemeColor2);
}
.sectionTwo.sectionTwo2 .cont .set h2 {
    color: var(--ThemeFont);
}
.sectionTwo.sectionTwo2 .cont .set h6 {
    color: var(--Black);
}
.sectionTwo.sectionTwo2 .cont .set p {
    color: var(--Black);
}
.sectionTwo.sectionTwo2 .col-3 + .col-3 .set {
    border-left: 1px solid #65524378;
}
.sectionTesti.sectionTesti_profile2 {
    margin-bottom: 80px !important;
}

.sectionTwo.sectionTwo2 .incont {
    border-top: none;
    padding-bottom: 0;
}

.sectionTwo.sectionTwo2 .set {
    border: none !important;
}

/*************************************************************************
***************************** seven_section1  ********************************
***********************************************************************/
/* .sectionThree {margin: 120px 0 70px;}
.sectionThree .set h6 {background: var(--White); align-items: center; padding: 14px 15px; height: 46px; border-radius: 11px; font-size: 15px; margin-right: 11px; min-width: 100px; text-align: center; font-weight: 500;}
.sectionThree .set .img img {height: 35px;}
.sectionThree .set .img {height: 72px; width: 72px; background: var(--ThemeColor6); border-radius: 50%; justify-content: center !important;}
.sectionThree .set h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 53px;
  color: var(--ThemeColor2);
  display: flex;
  gap: 13px;
}
.sectionThree .set h2 span { font-size: 20px;}
.sectionThree .set p {
  font-size: 16px;
  min-height: 54px;
}
.sectionThree .cont {padding: 0 50px; margin-top: 0;}
.sectionThree .cont .heading {margin-bottom: 20px;}
.sectionThree .cont .set, .sectionThree .cont .seth {
  align-items: center;
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 2px 9px #00000021;
}
.sectionThree .cont .row .rowin { padding:0;}
.sectionThree .cont .row { margin: 0 0;}
.sectionThree .cont .blnone{border-left:none}
.sectionThree .cont .btnone{border-top:none}
.sectionThree .cont .seth { margin-top: -90px;}

.sectionThree .set .Compressedicon {
  position: absolute;
  right: 0;
  opacity: 0.06;
  top: 12px;
} */

.sectionThree {
    margin: 70px 0;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 434px;
}
.sectionThree .set h6 {
    background: var(--White);
    align-items: center;
    padding: 14px 15px;
    height: 46px;
    border-radius: 11px;
    font-size: 15px;
    margin-right: 11px;
    min-width: 100px;
    text-align: center;
    font-weight: 500;
}
.sectionThree .set .img img {
    height: 26px;
}
.sectionThree .set .img {
    height: 70px;
    width: 70px;
    background: var(--ThemeColor6);
    border-radius: 50%;
    justify-content: center !important;
}
.sectionThree .set h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    color: var(--ThemeColor2);
    display: flex;
    gap: 13px;
}
.sectionThree .set h2 span {
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
}
.sectionThree .set p {
    font-size: 16px;
}
.sectionThree .cont {
    padding: 0 0;
    margin-top: 60px;
}
.sectionThree .cont .heading {
    margin-bottom: 20px;
}
.sectionThree .cont .set,
.sectionThree .cont .seth {
    border-top: 1px solid #6552434f;
    padding: 20px 20px;
    border-left: 1px solid #6552434f;
    align-items: center;
}
.sectionThree .cont .row .rowin {
    padding: 0;
}
.sectionThree .cont .row {
    margin: 0 0;
}
.sectionThree .cont .blnone {
    border-left: none;
}
.sectionThree .cont .btnone {
    border-top: none;
}
.sectionThree .cont .seth {
    margin-top: -90px;
}
.sectionThree h3.heading {
    font-size: 23px;
    line-height: 30px;
}
.sectionThree .aboutimg {
    width: 70%;
    border-radius: 20px;
}

.sectionThree .aboutimg2 {
    width: 70%;
    border-radius: 20px;
    float: right;
    margin-top: -50px;
}
.sectionThree .aboutimg3 {
    width: 70%;
    border-radius: 20px;
    margin-top: -50px;
}
.sectionThree .custom-btn {
    display: inline-block;
    font-size: 17px;
}

/*************************************************************************
***************************** sectionFourGall ********************************
************************************************************************/
.sectionFourGall {
    margin: 00px 0 70px;
}
.sectionFourGall .cont .container {
    position: absolute;
    bottom: 38px;
    left: 0;
    z-index: 999;
    width: 100%;
    display: flex;
    justify-content: end;
    right: 0;
}
.sectionFourGall img {
    height: 700px;
    object-fit: cover;
    height: 700px;
    object-position: top;
}
.sectionFourGall .cont p {
    color: var(--White);
    font-size: 27px;
    max-width: 424px;
    line-height: 36px;
}
.sectionFourGall .owl-carousel {
    overflow: hidden;
}
.sectionFourGall .owl-dots {
    display: none;
}
.sectionFourGall .owl-prev,
.sectionFourGall .owl-next {
    background: #ffffff5c !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 40px;
}
.sectionFourGall .owl-next {
    right: 40px;
    left: inherit;
}
.sectionFourGall .owl-prev span,
.sectionFourGall .owl-next span {
    color: var(--ThemeColor);
    font-size: 43px;
    position: relative;
    top: -9px;
}
.sectionFourGall .owl-prev:hover,
.sectionFourGall .owl-next:hover {
    background: var(--White) !important;
}
.sectionFourGall .owl-nav.disabled {
    position: absolute;
    right: 0;
    bottom: 30px;
    display: flex !important;
    gap: 17px;
    left: 0;
    margin: auto;
    width: 114px;
}

/*************************************************************************
***************************** cta ********************************
************************************************************************/
.cta .custom-btn {
    display: inline-block;
    margin-top: 22px;
}
/* .cta p {max-width: 800px; margin: auto;} */
.cta {
    padding: 0 0 70px;
    max-width: 1920px;
    margin: auto;
}
.cta .cta1 {
    position: absolute;
    left: 0;
    top: -70px;
    width: 560px;
}
.cta.cta_new {
    padding: 100px 0 140px;
}
.cta2main .cta1 {
    left: 0;
    top: 0;
    width: 560px;
    bottom: 0;
    margin: auto;
}

.cta.cta_n {
    padding: 70px 0;
}
.cta.cta_n .cta1 {
    top: 0;
}

/*************************************************************************
***************************** section_five ********************************
************************************************************************/
.sectionFive .list {
    margin-top: 0;
}
.sectionFive2 .bbttnn {
    display: inline-grid;
    gap: 16px;
    margin-top: 10%;
}
.sectionFive {
    padding: 10px 0 70px;
    max-width: 1920px;
    background-position: left;
    background-repeat: no-repeat;
}
.sectionFive .aboutimg2 {
    border-radius: 20px;
}
.sectionFive .cta1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 560px;
}
.sectionFive .cont {
    max-width: 80%;
    margin: auto;
}
.sectionFive ul li {
    font-size: 18px;
    color: var(--Black);
    padding: 15px 15px 15px 60px;
    background-image: url(../images1/check.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left 20px;
}
.sectionFive ul {
    list-style: none;
    margin-top: 26px;
}
.sectionFive .cont p {
    color: var(--Black);
}
.sectionFive ul li + li {
    border-top: 1px solid #cccc;
}
.sectionFive .custom-btn.Contactbtn {
    margin-top: 60%;
    display: inline-table;
}

/*************************************************************************
***************************** sectionSix ********************************
************************************************************************/
.sectionSix {
    padding: 100px 0 70px;
    margin-bottom: 160px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.sectionSix .heading {
    color: var(--White);
}
.sectionSix p {
    color: var(--White);
}
.sectionSix .custom-btn.gapbtn1 {
    margin: 20px 0 0;
    display: inline-block;
}
.sectionSix .cont .heading {
    font-size: 28px;
    line-height: 40px;
    color: var(--Black);
}
.sectionSix .cont p {
    color: var(--Black);
}
.sectionSix .cont {
    background: var(--White);
    padding: 50px;
    position: relative;
    top: 180px;
    box-shadow: 0 0 16px #0003;
    border-radius: 20px;
}
.sectionSix .cont .row {
    margin: 0 -12px;
}

.sectionSix .cont .row .rowin {
    padding: 0 0;
}
.sectionSix .cont .set.btnone {
    border-top: none;
}
.sectionSix .cont .set.blnone {
    border-left: none;
}
.sectionSix .cont .set {
    border-top: 1px solid #6552434f;
    padding: 20px 20px;
    border-left: 1px solid #6552434f;
    align-items: center;
}
.sectionSix .cont .set h3 {
    color: var(--ThemeColor2);
    font-size: 26px;
}
.sectionSix1.sectionSix12 .tabmain .owl-dots {
    display: none;
}
.sectionSix1.sectionSix12 .tabmain {
    padding: 40px 30px;
    border: 1px solid #ccc9;
    border-radius: 20px;
}
.sectionSix1 .heading {
    margin-bottom: 100px;
}
.sectionSix1 {
    margin: 70px 0 70px;
}
.sectionSix1 ul {
    list-style: none;
    text-align: center;
}
.sectionSix1 ul li img {
    height: 108px;
    padding: 15px 15px;
}
.sectionSix1 ul li {
    display: inline-grid;
}
/*************************************************************************
***************************** cta ********************************
************************************************************************/
.cta2 .custom-btn {
    display: inline-block;
    margin-top: 22px;
}
.cta2 p {
    max-width: 700px;
    color: var(--White);
}
.cta2 {
    padding: 110px 0;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover;
    background-position: right;
}
.cta2 .heading {
    color: var(--Bg);
}
.cta2 .container {
    z-index: 9;
}
.cta2.afterbg::after {
    background: linear-gradient(460deg, #655243, #655243, #826d6d00);
    left: 0;
    width: 60%;
    opacity: 1;
}

/*************************************************************************
***************************** sectionSeven ********************************
************************************************************************/
.sectionSeven {
    padding: 70px 0;
    margin-bottom: 70px;
    border-radius: 0;
    background-attachment: fixed;
}
.sectionSeven ul li {
    color: var(--White);
    font-weight: 500;
    list-style: none;
    font-size: 16px;
    padding: 15px 15px 15px 54px;
    background-image: url(../images1/check.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left 10px;
}

.sectionSeven .custom-btn {
    display: inline-block;
}

.sectionSeven.afterbg::after {
    background: #000;
    opacity: 0.8;
    border-radius: 0;
}
.sectionSeven .heading {
    color: var(--White);
}
.sectionSeven .container {
    position: relative;
    z-index: 999;
}
.sectionSeven ul li span {
    opacity: 0.75;
}
.sectionSeven ul li:hover span {
    opacity: 1;
}
.sectionSeven ul.lstul {
    display: flex;
    justify-content: end;
}
.sectionSeven ul.lstul li {
    position: relative !important;
    top: inherit !important;
}
.sectionSeven .side_img3 {
    position: absolute;
    right: 0;
    top: -119px;
    width: 296px;
    z-index: 9;
}
.sectionSeven ul li + li {
    border-top: 1px solid #cccccc52;
}
.sectionSeven .img {
    position: absolute;
    width: 520px;
    right: -206px;
    border-radius: 38px;
    box-shadow: 0 0 35px #0000001c;
    height: 665px;
    object-fit: cover;
    object-position: top;
}
.sectionSeven .infocontent .row {
    margin: 0 -30px;
}
.sectionSeven .infocontent .row .rowin {
    padding: 0 30px;
}
.sectionSeven p {
    color: var(--White);
}

/* .sectionSeven ul li:first-child {position: absolute; top: -100px; left: 0;}
.sectionSeven ul li:nth-child(5n+2){  background: #ded6cc;}
.sectionSeven ul li:nth-child(5n+3){  background: #e7cfc4;}
.sectionSeven ul li:nth-child(5n+4){  background: #e3d7bf;}
.sectionSeven ul li:nth-child(5n+5){  background: #d6cbbe;} */

/* ***************************************************
*************************sectionMap ******************
*****************************************************/
.sectionMap {
    position: relative;
    margin-top: 70px;
    z-index: 9;
    background: var(--ThemeColor6);
}
.sectionMap iframe {
    width: 100%;
    height: 600px;
}
.sectionMap .custom-btn {
    display: inline-block;
    margin-top: 18px;
    min-width: 263px;
}
.sectionMap .custom-btn.gapbtn1 {
    margin-left: 0;
}

.sectionMap p img {
    display: block;
    margin: auto;
    height: 45px;
}
.sectionMap .cont {
    padding: 50px 0;
}
/* ***************************************************
*************************footer ******************
*****************************************************/
.footer {
    padding: 140px 0px 0;
    background-color: var(--ThemeColor4);
    border-radius: 0;
    margin-top: -48px;
    position: relative;
    z-index: 9;
    background-position: right bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.footer .logo-img {
    height: 100px;
}
.contform {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: 55px 0;
}
.contform form input::placeholder {
    color: var(--Gray2);
}
.contform form {
    min-width: 700px;
    margin-bottom: 10px;
    border-radius: 4px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.contform form input {
    height: 56px;
    padding: 0 20px;
    border: none;
    font-size: 15px;
    width: 100%;
    background: transparent;
    outline: none;
    border: 1px solid #948676;
    border-radius: 10px;
    color: var(--White);
}
.contform form button {
    background: var(--ThemeColor);
    height: 56px;
    padding: 0 20px;
    border: none;
    font-size: 15px;
    border-radius: 14px;
    min-width: 190px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 4px;
    color: var(--White);
    font-family: var(--ThemeFont);
}
.contform_main {
    border-radius: 40px;
    margin: -35px 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 35px #0000001c;
}
.footer .contact h6 {
    color: var(--ThemeColor);
    font-size: 19px;
    margin-top: 21px;
}

.footer p.text-center {
    color: var(--White);
    border-bottom: 1px solid #948676;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.footer .foot1 {
    margin-top: 50px;
}
.footer .cont {
    max-width: 508px;
}
.footer .heading {
    color: var(--White);
    margin-top: 0;
}
.footer h3 {
    font-size: 23px;
    margin-bottom: 11px;
    color: var(--Black);
    font-weight: 500;
}
.footer p {
    color: var(--Black);
}
.footer p .tel {
    font-size: 25px !important;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0;
    color: var(--White);
    font-weight: 500;
}
.footer h6 {
    color: var(--Gray2);
    font-size: 16px;
}
.footer_menu {
    margin-left: 15%;
}
.social_ul {
    text-align: center;
    text-decoration: none;
    display: flex;
    list-style: none;
    gap: 17px;
    margin-bottom: 50px;
}
.footer .foot1 {
    margin-top: 50px;
    border-bottom: 1px solid #948676;
    background: #00000021;
    border-top: 1px solid #948676;
    padding: 10px 30px;
}
.footer .foot1 .row {
    align-items: center;
}
.footer .contact {
    padding-left: 5%;
}
.footer-bottom p a {
    color: var(--ThemeColor);
    text-decoration: underline;
}

.footer-bottom {
    margin-top: 250px;
}
.footer-bottom p {
    text-align: center;
    font-size: 18px;
    padding: 26px 0;
    color: var(--White);
}
.footer p.contacta a {
    color: var(--ThemeColor);
    font-weight: 600;
    margin-top: 12px;
    display: inline-block;
    font-size: 20px;
    text-decoration: underline;
}
.footer_menu li {
    margin-left: 0;
    list-style: none;
}
.footer_menu li a {
    padding: 10px 0;
    display: inline-block;
    color: var(--Black);
    text-transform: uppercase;
}
.footer .ffot1 {
    margin-top: 60px;
}
.footer .custom-btn.white_btn {
    color: var(--White);
}
.footer_menu li a:hover {
    color: var(--ThemeColor);
}
.footer .contact p a {
    color: var(--White);
    font-size: 20px;
}
.social_ul li a img {
    height: 25px;
}
.social_ul li a {
    background: var(--ThemeColor);
    padding: 11px;
    width: 54px;
    height: 54px;
}
.footer .contact p img {
    width: 24px;
}
.footer .contact p a {
    color: var(--Black);
    font-size: 20px;
}
.footer .contact p {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}
.social_ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* sectionTwovisttor */
.sectionTwovisttor {
    margin-bottom: 70px;
    padding: 0 0 0;
    background: transparent;
}
.sectionTwovisttor .set h2 {
    font-size: 51px;
    color: var(--ThemeColor2);
}
.sectionTwovisttor .heading {
    margin-bottom: 40px;
    color: var(--Black);
}
.sectionTwovisttor::after {
    display: none;
}
.sectionTwovisttor .set img {
    height: 224px;
    object-fit: cover;
    object-position: center;
}
.sectionTwo.sectionTwovisttor .cont .set h6 {
    text-align: right;
    color: var(--Black);
}

.sectionTwovisttor .set {
    padding: 50px;
    text-align: center;
}
.sectionTwovisttor .rowin.rowin2 {
    padding-right: 80px;
}
.sectionTwovisttor .set img {
    height: 224px;
    object-fit: cover;
}
.sectionTwovisttor .col-4:nth-child(3) .set,
.sectionTwovisttor .col-4:last-child .set {
    border-right: none;
}
.sectionTwovisttor .set {
    padding: 50px;
    text-align: center;
    border-right: 1px solid #6552434a;
    border-bottom: 1px solid #6552434a;
}
.sectionTwovisttor .col-4:nth-child(4) .set,
.sectionTwovisttor .col-4:nth-child(5) .set,
.sectionTwovisttor .col-4:last-child .set {
    border-bottom: none;
}

/***************************************************************
********************************* inner_banner ************************
*****************************************************************/
.sectionThree .set.high {
    border: 1px solid var(--ThemeColor);
    box-shadow: 0 0 15px #ce5d1d3d;
}
.profile_banner .cont {
    position: absolute;
    bottom: 25vh;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 200px;
}
.profile_banner .heading {
    position: absolute;
    bottom: 184px;
    text-align: center;
    right: 0;
    left: 0;
    color: var(--White);
    font-size: 92px;
    text-shadow: 0 0 45px #655243;
    z-index: 9;
}
.profile_banner .cont .heading.heading2 {
    position: relative;
    bottom: 0;
}
.profile_banner,
.profile_banner img {
    height: 75vh;
    min-height: 500px;
    object-fit: cover;
    object-position: top;
}
.profile_banner .cont .row {
    align-items: center;
}
.profile_banner .cont .inst {
    margin: auto;
    text-align: center;
    width: 100%;
    z-index: 99;
    max-width: 900px;
    background: #ee7f1acc;
    padding: 41px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.profile_banner.afterbg::after {
    opacity: 1;
    background: #0000007d;
}

.profile_banner .cont .set h2 {
    font-size: 40px;
    color: var(--White);
    font-weight: 600;
}
.profile_banner .cont p {
    color: var(--White);
    width: 100%;
    text-align: center;
}
.profile_banner .cont .heading {
    font-size: 45px;
    color: var(--White);
    line-height: inherit;
    margin: 20px 0;
}
.inner_banner {
    min-height: auto !important;
}
.inner_banner img {
    height: 600px;
    object-position: center;
    object-fit: cover;
    width: 100%;
}
.inner_banner .afterbg::after {
    top: -3px;
}
.inner_banner .cont .set {
    padding: 15px 20px;
    border-radius: 6px;
    text-align: center;
}
.inner_banner .cont .set h2 {
    font-size: 55px;
    font-weight: 500;
    line-height: 50px;
    color: var(--ThemeColor);
    margin-bottom: 15px;
}
.inner_banner .inst {
    max-width: 800px;
    border-bottom: 1px solid #ffffff9c;
    border-top: 1px solid #ffffff9c;
    padding: 15px 0;
    margin: 0 auto 30px;
    background: #00000038;
}
.custom-btn.gapbtn1 {
    background: var(--ThemeColor);
    color: var(--White);
    margin-left: 10px;
}

/***************************************************************
********************************* flor_plan ************************
*****************************************************************/
.flor_plan .text p {
    max-width: 850px;
}
.flor_plan .text .custom-btn.gapbtn {
    display: inherit;
    gap: 16px;
    height: 50px;
}
.flor_plan .text {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc3b8;
    padding-top: 70px;
}
.flor_plan {
    padding: 0 0 20px;
}

/***************************************************************
********************************* why_exhibit ************************
*****************************************************************/
.why_exhibit {
    background: var(--ThemeColor6);
    padding: 80px 0;
    border-radius: 60px;
}
.why_exhibit h3 {
    font-size: 30px;
    color: var(--Black);
}
.why_exhibit .set h3 {
    font-size: 91px;
    color: var(--ThemeColor);
}
.why_exhibit .set {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 20px 40px;
    border-radius: 0;
    overflow: hidden;
    min-height: 150px;
    height: 100%;
    border: 1px solid #ccc;
}

.why_exhibit .maindiv {
    margin: 40px 0;
}

.why_exhibit .row .col-4 + .col-4 .set {
    border-left: 1px solid #65524378;
}
.why_exhibit .set p {
    text-align: left;
    font-size: 18px;
}

.why_exhibit .table th {
    background: #655243;
    padding: 18px;
    font-size: 18px;
    color: var(--White);
}
.why_exhibit .table {
    width: 100%;
    margin: 40px auto;
}
/* .why_exhibit .container{  max-width: 1400px;  margin: auto;} */

.why_exhibit .table td {
    padding: 12px 18px;
    font-size: 16px;
    color: var(--Black);
    border: 1px solid #b7b0a7;
}
.why_exhibit h5 {
    font-size: 20px;
    margin-bottom: 13px;
}
.why_exhibit .set img {
    height: 80px;
}

.sectionThree.Powered {
    margin: 40px 0 80px;
    background: #cccccc47;
    padding: 80px 0 60px;
}
.sectionThree.Powered .aboutimg2 {
    height: 488px;
    width: 100%;
    object-fit: cover;
    margin-top: -130px;
    border-radius: 30px;
}

.sectionThree.Powered .set h2 {
    font-size: 28px;
    line-height: 45px;
}

/***************************************************************
********************************* exhibition_profile1 ************************
*****************************************************************/
.exhibition_profile1 .phase .set p {
    min-height: auto;
}

.exhibition_profile1 .phase .set {
    display: flex;
    justify-content: space-between;
}
.sectionThree.exhibition_profile1 .set h6 {
    padding: 14px 0;
    text-align: left;
}
.sectionThree.commercials_profile .col-4 {
    width: 33.33%;
}
.exhibition_profile1 .set h2 {
    margin-top: 15px;
    font-size: 22px;
    line-height: 50px;
    color: var(--Black);
}
.exhibition_profile1 .custom-btn.orange_bg {
    margin-top: 30px;
    display: inline-block;
}
.exhibition_profile1 .set p {
    min-height: 52px;
}
.exhibition_profile1 .set h2 span {
    display: block;
    font-size: 20px;
    color: var(--ThemeColor);
    font-weight: 500;
}
.exhibition_profile1 .contdiv {
    margin-bottom: 30px;
}
.exhibition_profile1 .headingh3::after {
    height: 2px;
    width: 100px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--ThemeColor);
}
.exhibition_profile1 .headingh3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #655243;
    position: relative;
    padding-bottom: 12px;
}
.exhibition_profile1 .headingh3 img {
    height: 20px;
}
.exhibition_profile1 .heading_boss p {
    -webkit-line-clamp: inherit;
}
.exhibition_profile1 .heading_boss .row {
    align-items: self-start;
}
.exhibition_profile1 {
    margin: 70px 0;
    margin-top: -50px !important;
    background: var(--White);
    border-radius: 50px;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: left top 35px;
    background-size: 330px;
}
.sectionSix1.sectionSix12.Supported {
    margin: 50px 0 70px;
}
.exhibition_profile1 .set.setimg div {
    position: relative;
    z-index: 9;
}
.exhibition_profile1 .set.setimg {
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.exhibition_profile1 .rowin_set {
    margin-top: 20px;
    border: 1px solid #65524333;
    padding: 25px;
    border-radius: 10px;
}
.exhibition_profile1 .set.setimg h2,
.exhibition_profile1 .set.setimg p,
.exhibition_profile1 .set.setimg h2 span {
    color: var(--White);
}
.exhibition_profile1 .set.setimg .afterbg::after {
    opacity: 0.7;
}

.sectionThree.exhibition_profile1 .cont .row .rowin {
    padding: 0 12px;
}

.sectionThree.exhibition_profile1 .cont .row {
    margin: 0 -12px;
}

.sectionThree.exhibition_profile1 .set {
    background: var(--bg);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #d6cec3;
}
.sectionThree.exhibition_profile1 .set.high {
    border: 1px solid var(--ThemeColor2);
}

.sectionThree.exhibition_profile1 .set .Compressedicon {
    position: absolute;
    right: 0;
    opacity: 0.06;
    top: 12px;
}
.sectionThree .Stalldiv .set {
    background: var(--ThemeColor6);
}

.cont2 .set2 p span {
    font-weight: 600;
    font-size: 18px;
}
.cont2.p-0 {
    margin-top: 40px;
}
.cont2 .headingh3 {
    color: var(--ThemeColor);
}
.cont2 .set2 h4 {
    margin-bottom: 12px;
    color: var(--ThemeColor2);
    font-size: 22px;
    margin-top: 0;
    font-weight: 500;
}
.cont2 .set2 {
    border-bottom: 1px solid #bdbdbd;
    border-top: 1px solid #bdbdbd;
    padding: 29px 0;
}
.cont2 .set2 h4 span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: var(--ThemeColor2);
}
.exhibition_profile1 .set .inst h2 {
    font-size: 22px;
    margin-top: 30px;
}

.exhibition_profile1 .set .img img {
    height: 26px;
}
.exhibition_profile1 .set .img {
    height: 52px;
    width: 52px;
    background: rgb(236, 236, 236);
    border-radius: 50%;
    justify-content: center !important;
}

/***************************************************************
********************************* exhibition_profile2 ************************
*****************************************************************/
.sectionSeven.exhibition_profile2 .set ul li {
    font-size: 16px;
}
.exhibition_profile2 .container {
    position: relative;
    z-index: 9;
}
.exhibition_profile2 {
    margin-bottom: 0 !important;
    border-radius: 0;
    padding: 70px 0 !important;
    background-attachment: fixed;
    background-position: right center;
}
.sectionSeven.exhibition_profile2 .container {
    position: relative;
    z-index: 99;
}
.sectionSeven.exhibition_profile2.afterbg::after {
    opacity: 1;
    background: #0000007d;
}
.dark h1 {
    margin: 0;
    font-size: 20vw;
    text-transform: uppercase;
}
.dark h1 {
    color: #fff;
}
.dark img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.dark {
    background: #000;
}
.dark img {
    mix-blend-mode: darken;
}
.sectionSeven.exhibition_profile2 .set {
    border: none;
    background: transparent;
    box-shadow: none;
    text-align: left;
    padding: 0;
    margin-top: 0;
}
.sectionSeven.exhibition_profile2 .row .rowin {
    height: auto;
}
.sectionSeven.exhibition_profile2 .set h1 {
    font-size: 60px;
    color: var(--White);
}

.sectionSeven.exhibition_profile2 .heading span {
    color: var(--ThemeColor);
}

/***************************************************************
********************************* exhibition_profile3 ************************
*****************************************************************/
.exhibition_profile3 h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.exhibition_profile3 ul li + li {
    border-left: 1px solid #cccccc85;
    border-top: none;
}
/* .exhibition_profile3 {
  padding: 0 0 70px 0;
  position: relative;
} */
.exhibition_profile3 {
    position: relative;
    border-radius: 50px;
    max-width: 100%;
}
.exhibition_profile3 ul li {
    transition: transform 0.2s;
    padding: 15px 20px;
    margin: 14px -5px 14px 0;
    min-width: auto;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 400;
    color: var(--White);
    background-image: none;
}
.exhibition_profile3 ul {
    list-style: none;
    margin-top: 0px;
}
.exhibition_profile3 ul.ssp li {
    font-weight: 600;
    display: flex;
    background: var(--White);
}
.exhibition_profile3 ul.ssp {
    position: relative;
    z-index: 99;
    max-width: 448px;
}
/* .exhibition_profile3 .ing_img {
  position: absolute;
  right: -59px;
  width: 460px;
  bottom: -240px;
  z-index: 1;
} */
.exhibition_profile2 .heading {
    color: #fff;
    text-align: center;
}

.exhibition_profile3 ul {
    text-align: center !important;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.exhibition_profile3 p {
    color: var(--White);
    margin-top: 16px;
    text-align: center;
}
/* .exhibition_profile3 ul li:hover {
  transform: scale(1.06);
  box-shadow: 0 0 40px #655243;
  border: 2px solid #655243;
  color: #e63b24;
} */
/***************************************************************
********************************* vistor_profile3 ************************
*****************************************************************/
.vistor_profile3 ul li {
    padding: 18px;
    margin: 4px 10px 4px 0;
    border-radius: 11px;
    min-width: 220px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 0 19px #0000001f;
    text-align: center;
    justify-content: center;
    font-weight: 400;
}
.vistor_profile3 .ing_img {
    right: 190px;
}

/***************************************************************
********************************* video ************************
*****************************************************************/
.video video {
    border-radius: 50px;
}

/***************************************************************
********************************* exhibition_registration ************************
*****************************************************************/
.exhibition_registration .heading_boss .heading {
    color: var(--White);
    margin-bottom: 80px;
    font-size: 46px;
    line-height: 53px;
    margin-top: 0;
}

.exhibition_registration .main_img2 {
    position: relative;
    display: flex;
    margin-top: 110px;
}
.exhibition_registration .main_img2 img {
    border-radius: 25px;
    min-width: 370px;
    height: 420px;
    object-fit: cover;
    object-position: top;
}
.exhibition_registration .main_img2 img.aboutimg {
    margin-top: -77px;
}
.exhibition_registration .heading_boss {
    margin-top: -215px;
}
/* .inner_banner.reg, .inner_banner.reg img {
  height: 120px;
} */

.exhibition_registration .main_img2 img.aboutimg2 {
    position: relative;
    top: 25px;
    left: -120px;
}
.exhibition_registration .cta2 {
    position: absolute;
    right: 0;
    bottom: -70px;
    padding: 0;
    width: 520px;
    border-radius: 0;
}
.exhibition_registration ul {
    text-align: center;
    text-decoration: none;
    display: flex;
    list-style: none;
    margin: 50px 0 0;
    gap: 17px;
    justify-content: center;
}
.exhibition_registration ul li a img {
    width: 26px;
    height: auto !important;
    object-fit: scale-down;
}
.exhibition_registration ul li a {
    background: var(--ThemeColor);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
}

.exhibition_registration .row .exhibitionform .row .rowin {
    padding: 0 15px;
}
.exhibition_registration .row .exhibitionform .row {
    margin: 0 -15px;
}

.exhibition_registration .row .exhibitionform .row::after {
    display: none;
}

/* .exhibition_registration .row {
    align-items: center;
} */
.exhibition_registration .heading_boss p {
    color: var(--Gray);
    max-width: 900px;
    margin: auto;
}
.exhibition_registration {
    z-index: 9;
    position: relative;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 0 0 50px 50px;
}

.exhibition_registration .container {
    z-index: 99;
}
.exhibition_registration .form-group label {
    font-weight: 500;
    color: var(--Black);
    font-size: 15px;
}
.exhibition_registration .form-group span.error,
.exhibition_registration .form-group label.error {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -15px;
}

.exhibition_registration .form-group .form-control.whatsapp_codecontrol {
    display: flex;
    gap: 10px;
}

.exhibition_registration .form-group .form-control.whatsapp_codecontrol select,
.exhibition_registration .form-group .form-control.whatsapp_codecontrol input {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    color: var(--Black);
}
.exhibition_registration .form-group .form-control.whatsapp_codecontrol select {
    border-right: 1px solid #655243;
    max-width: 70px;
    padding-right: 10px;
}
.exhibition_registration .form-group .form-control::placeholder,
.exhibition_registration .form-group select {
    color: var(--Black);
}
.swal2-container.swal2-top-end.swal2-backdrop-show {
    z-index: 9999999999;
}
.exhibition_registration .form-group .form-control {
    width: 100%;
    padding: 14px 16px;
    box-shadow: 0 3px 5px #27322a17;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
    background: transparent;
    outline: none;
    color: var(--Black);
    border: 1px solid #d0d0d0;
}
.exhibition_registration .row .row {
    position: relative;
    margin: 0 -40px;
}
.exhibition_registration .row .row .rowin {
    padding: 0 40px;
}
.exhibition_registration .row .row::after {
    background: #2d2f301c;
    content: "";
    width: 1px;
    height: 600px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 15px;
}
.exhibition_registration .form-group {
    margin-bottom: 16px;
    position: relative;
    display: block;
}
.exhibition_registration h3#form_heading {
    color: #000;
    font-size: 17px;
    margin-bottom: 50px;
    text-align: center;
}
.exhibition_registration h3 {
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 400;
    color: var(--ThemeColor);
}
.registration2 .cont {
    border-radius: 50px;
    overflow: hidden;
}
.exhibition_registration .searchForm .dv {
    display: block;
    gap: 23px;
    border: 1px solid #d0d0d0;
    padding: 40px;
    border-radius: 10px;
}
/* Remove arrows in Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove arrows in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.exhibition_registration .searchForm {
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    display: block;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    max-width: 800px;
    text-align: center;
}

.verification .form-control {
    height: 60px;
    font-size: 33px !important;
    text-align: center;
}
.verification {
    display: flex;
    gap: 20px;
    max-width: 500px;
    margin: auto;
}
.exhibition_registration .searchForm h3 {
    margin: 0 0 14px;
    font-size: 24px;
    max-width: 100%;
    color: var(--Black);
    font-weight: 500;
    text-align: center !important;
}
.exhibition_registration .searchForm .custom-btn {
    max-width: 143px;
    margin-top: 16px;
}

.exhibition_registration form {
    padding: 45px;
    border-radius: 15px;
    width: 100%;
    position: relative;
    z-index: 9;
    max-width: 1200px;
    margin: auto;
    background: rgb(242, 242, 242);
    margin-top: 40px;
}
.exhibition_registration .custom-btn {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    border-radius: 5px;
    padding: 16px 20px;
    text-transform: uppercase;
    margin-top: 0;
    background: var(--ThemeColor2);
    color: var(--White);
}
.inner_banner2 img {
    height: 420px;
}
.exhibition_registration .form-group label b {
    color: var(--ThemeColor);
}
.exhibition_registration .form-group label span {
    font-size: 13px;
    float: right;
    color: var(--ThemeColor);
}
.social-icons ul {
    list-style: none;
    display: flex;
    gap: 10px;
}
.social-icons ul li a {
    background: var(--ThemeColor);
    width: 56px;
    height: 54px;
    display: flex;
    padding: 10px;
    justify-content: center;
}
.social-icons ul li a img {
    width: 26px;
    height: auto !important;
    object-fit: scale-down;
}
.exhibition_registration ul li a img {
    height: 28px;
}

/***************************************************************
********************************* sectionNine ************************
*****************************************************************/
.sectionNine {
    padding: 80px 0 100px;
    background-repeat: no-repeat;
    background-position: right top 41px;
    background-size: 290px;
}
.sectionNine .owl-carousel {
    margin: 40px auto 0;
    max-width: 1000px;
}
.sectionNine .owl-carousel .owl-item img {
    height: 100px;
    width: auto !important;
    margin: auto;
}

/***************************************************************
********************************* sponsors ************************
*****************************************************************/
.sponsors {
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-position: left top 0px;
    background-size: 290px;
}
.sponsors .heading span {
    font-size: 100px;
    display: block;
    line-height: 100px;
}
.sponsors .cont {
    padding: 80px 65px 60px;
    text-align: center;
    background-position: center;
    background-size: cover;
    border-radius: 31px 0px 0px 31px;
    overflow: hidden;
    position: relative;
    right: 0;
    width: 112%;
    background-attachment: fixed;
}
.sponsors .heading .heading_boss p {
    font-size: 24px;
    line-height: 32px;
}
.sponsors .set {
    margin: 20px 0;
    border: 1px solid #ce5d1d78;
    padding: 20px;
    height: 250px;
    border-radius: 20px;
    box-shadow: 0 0 35px #000;
    background: var(--White);
    line-height: 250px;
    display: flex;
    align-items: center;
}
.sponsors .set img {
    height: 200px;
    margin: auto;
    object-fit: contain;
}
.sponsors .set h3 {
    font-size: 40px;
    color: var(--White);
    text-align: left;
}
.sponsors .set p {
    color: var(--White);
    padding: 0 20px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: right;
}
.sponsors .row {
    align-items: center;
}
.sponsors .cont .row {
    z-index: 99;
}
.sponsors .cta {
    display: inline-flex;
    gap: 20px;
}
.sponsors .cta .custom-btn {
    display: inline-flex;
    gap: 16px;
}
.sponsors .tab-menu ul {
    display: flex;
    list-style: none;
    gap: 26px;
    justify-content: center;
    margin-bottom: 20px;
}
.sponsors .tab-menu ul li a {
    color: var(--White);
    font-size: 28px;
}
.sponsors .tab-menu ul li a.active {
    color: var(--ThemeColor);
    font-weight: 600;
    text-decoration: underline;
}
.sponsors .owl-dots {
    display: none;
}

.sponsors .tab-menu {
    position: relative;
    z-index: 999;
}

/***************************************************************
********************************* sectionTesti ************************
*****************************************************************/
.sectionTesti .owl-dots .owl-dot.active {
    height: 10px;
    width: 50px;
    background: var(--ThemeColor) !important;
}

.sectionTesti .owl-dots .owl-dot {
    height: 6px;
    width: 25px;
    background: #ce5d1d6b !important;
    border-radius: 0;
}
.sectionTesti .owl-dots {
    margin-top: 30px;
    justify-content: center;
    display: flex;
    gap: 14px;
    align-items: center;
}
.sectionTesti .cont img {
    width: auto !important;
    height: 94px !important;
    opacity: 0.3;
}
.sectionTesti .owl-stage {
    display: flex !important;
    align-items: stretch;
}
.sectionTesti .cont h6 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 3px;
}
/* .sectionTesti .cont p {
  margin: 40px 0;
  font-size: 32px;
  line-height: 38px;
  font-family: var(--ThemeFontTwo);
} */
.sectionTesti .cont p {
    margin: 60px 0 0;
    font-size: 17px;
    line-height: 26px;
    font-style: italic;
    font-weight: 300;
}
.sectionTesti .cont {
    display: flex;
}
.sectionTesti .cont h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--ThemeFontOne);
    line-height: 25px;
}
.sectionTesti .item {
    padding: 45px 40px 45px;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    opacity: 0.5;
}

.sectionTesti .center .item {
    background: #eabd8f;
    opacity: 1;
}
.sectionTesti .item img {
    height: 368px;
    object-fit: cover;
}
.sectionTesti .item .user {
    position: absolute;
    max-width: 200px;
    right: 0;
    top: 0;
}

.sectionTesti.sectionTesti_profile {
    margin-bottom: 70px;
    margin-top: 70px;
}

/***************************************************************
********************************* contact_page ************************
*****************************************************************/
.contact_page {
    z-index: 9;
    position: relative;
    padding-top: 70px;
    padding-bottom: 90px;
    border-radius: 0 0 50px 50px;
}
.contact_page form .form-group .form-control {
    width: 100%;
    padding: 19px 16px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
    border: 1px solid #d0d0d0;
    box-shadow: 0 3px 5px #27322a17;
}
.contact_page form .form-group textarea.form-control {
    min-height: 134px;
    font-family: var(--ThemeFont);
}
.contact_page form .form-group label {
    font-size: 16px;
    color: var(--Black);
    font-weight: 500;
}
.contact_page form .custom-btn {
    border: none;
    background: var(--ThemeColor);
    color: var(--White);
    padding: 16px 28px;
    min-width: 250px;
}
.contact_page form .form-group {
    margin-bottom: 16px;
}
.contact_page form {
    margin-top: 25px;
}
.contact_page .text {
    margin-bottom: 28px;
}
.contact_page .text.textinfo {
    background-color: #d6cec338;
    padding: 28px 28px 5px;
    border-radius: 15px;
    height: 100%;
}

.contact_page .text.textinfo img {
    width: 54px;
}
.contact_page .heading {
    color: var(--White);
    margin-bottom: 80px;
    font-size: 46px;
    line-height: 53px;
    margin-top: 0;
}

.contact_page .heading_boss p {
    color: var(--Gray);
    max-width: 900px;
    margin: auto;
}

.contact_info {
    margin-top: 50px;
}
.contact_page .heading_boss {
    margin-top: -168px;
}
.contact_page .text h6 {
    color: var(--ThemeColor);
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.contact_page .text a {
    color: var(--Black);
}

.contact_page .iframemap {
    width: 94%;
    border-radius: 16px;
    height: 100%;
    margin-left: 6%;
    max-height: 1006px;
    overflow: hidden;
}

.contact_page .iframemap iframe {
    width: 100%;
    height: 100%;
}

.contact_page .info {
    border-left: aliceblue;
    padding-left: 0;
    margin-left: 0;
}
.contact_page .info.info1 {
    margin-top: 30px;
}

.contact_page h4 {
    font-size: 30px;
    margin-bottom: 16px;
    color: var(--Black);
    font-weight: 500;
}
/***************************************************************
********************************* gallery ************************
*****************************************************************/
/* .inner_banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 419px;
  top: inherit;
  bottom: -130px;
  left: 0;
  background: linear-gradient(360deg, #655243, #655243, #826d6d00);
  opacity: 1;
} */
.inner_banner,
.inner_banner img {
    height: 450px;
}
.inner_banner .cont {
    position: absolute;
    bottom: 30px;
    z-index: 99;
    right: 0;
    left: 0;
    margin: auto;
}

.inner_banner .cont p {
    color: var(--White);
}
.inner_banner .cont .heading {
    color: var(--White);
    font-size: 46px;
    line-height: 53px;
}
/* .intpage::after {
  content: "";
  position: absolute;
  background: var(--ThemeColor6);
  width: 100%;
  height: 47%;
  top: 0;
  z-index: 9;
}
.intpage .container{position: relative;
z-index: 99;} */

.gallery .heading_boss {
    max-width: 800px;
    margin-bottom: 24px;
}

.gallery.intpage {
    padding-top: 50px;
}

.gallery {
    background: var(--White);
    position: relative;
    padding-top: 1px;
    margin-bottom: 120px;
    border-radius: 50px;
}
.mansory-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative;

    /* margin-top: -2px; */
}
.gallery .heading_boss {
    margin-bottom: 15px;
    margin-top: 10px;
}
.mansory-gallery .column img.img2 {
    height: 465px;
    object-fit: cover;
}
.mansory-gallery .column {
    flex: 25%;
    border: 3px solid #fff;
    border-bottom: none;
    border-top: none;
}
.mansory-gallery .column img {
    border-radius: 15px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    transition: transform 0.2s;
}
.mansory-gallery .column img:hover {
    transform: scale(1.02);
}
.gallery .heading {
    font-size: 32px;
    line-height: 36px;
}

/***************************************************************
********************************* videos ************************
*****************************************************************/
.videos .set {
    padding: 10px 10px 6px 10px;
    border-radius: 10px;
    background: rgb(242, 242, 242);
}

/***************************************************************
********************************* blogs ************************
*****************************************************************/

.blogs {
    margin: 50px 0 70px;
}
.blogs .col-10 {
    margin: auto;
}
.main_blogs.single_blogs {
    margin-top: -120px;
}
.main_blogs {
    position: relative;
}
.main_blogs img {
    border-radius: 20px;
    margin: auto;
    height: 700px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.blogs .cont p,
.left_blog .cont ul li {
    line-height: 28px;
    text-align: justify;
    font-size: 20px;
}
.main_blogs.single_blogs.main_news img {
    object-position: top;
}
.main_blogs.single_blogs.main_news {
    background: var(--White);
}
.main_blogs .text {
    position: absolute;
    bottom: 0;
    padding: 250px 0 40px;
    background: linear-gradient(0deg, #001421, #0b223100) !important;
    width: 100%;
    left: 0;
}
.carousel_blog .owl-nav .owl-prev,
.carousel_blog .owl-nav .owl-next {
    border: 1px solid var(--Gray) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.carousel_blog .owl-nav .owl-next {
    right: 30px;
    position: relative;
}
.carousel_blog .owl-nav .owl-prev {
    left: 30px;
    position: relative;
}
.carousel_blog .owl-nav.disabled span {
    color: var(--White);
    font-size: 35px;
    position: relative;
    top: -4px;
}
.carousel_blog .owl-nav.disabled {
    display: flex !important;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 50px;
    justify-content: space-between;
}
.carousel_blog {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 0;
    box-shadow: 0 8px 13px #0b223124;
}
.carousel_blog .owl-dots {
    display: none;
}
.main_blogs .text .text_in {
    padding: 0 100px;
}
.main_blogs .text .text_in h6 {
    color: var(--White);
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.main_blogs .text .text_in h6 span {
    margin-left: 15px;
    color: #ffffffdb;
    font-weight: 400;
    font-style: italic;
}
.main_blogs .text .text_in h6 i {
    margin-right: 8px;
    color: var(--ThemeColor);
    font-size: 22px;
}
.main_blogs h3 {
    font-size: 36px;
    margin: 0 0 15px;
    color: var(--White);
}
.main_blogs p {
    margin: 0 0 15px;
    color: var(--White);
}
.main_blogs .btn {
    color: var(--White);
    background: top;
    text-decoration: none;
    font-weight: 600;
    margin-top: 31px;
    border: 1px solid var(--White);
}
.right_blogs_main {
    background: var(--ThemeColor4);
    border-radius: 20px;
    height: 100%;
    padding: 25px;
}
.right_blogs_in {
    padding-left: 25px;
}
.blogs p {
    line-height: 24px;
    text-align: justify;
}
.blogs .set img {
    width: 190px;
    border-radius: 10px;
    height: 108px;
    object-fit: cover;
    object-position: center;
}
.blogs .set a {
    font-weight: 600;
    text-decoration: underline;
    color: var(--TextColor);
}
.blogs .set {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    gap: 20px;
    background: var(--off-white);
    border-radius: 13px;
}
.blogs .set h3 {
    margin: 0 0 10px;
    color: var(--TextColor);
    font-size: 18px;
    font-weight: 500;
}
.recent_blogs p {
    line-height: 24px;
}
.recent_blogs .set h6 a {
    text-decoration: none;
}
.recent_blogs .set h6 {
    line-height: 24px;
    text-align: justify;
    font-size: 15px;
    color: var(--Black);
    margin: 0;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.recent_blogs .set p {
    line-height: 24px;
    text-align: justify;
    font-size: 15px;
    color: var(--ThemeColor);
    margin: 14px 0;
}
.recent_blogs {
    margin-bottom: 70px;
}
.recent_blogs .main_heading {
    max-width: 820px;
    margin: 0 auto 25px;
}
.recent_blogs .set img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}
.recent_blogs .set a {
    font-weight: 600;
    text-decoration: underline;
    color: var(--TextColor);
}
.recent_blogs .set {
    margin-bottom: 40px;
}
.recent_blogs .set h6 i {
    margin-right: 8px;
    color: var(--ThemeColor2);
}
.recent_blogs .set h6 span {
    font-style: italic;
    color: var(--ThemeColor2);
}
.recent_blogs .set h3 {
    margin: 8px 0 10px;
    color: var(--Black);
    font-size: 22px;
    font-weight: 500;
}
.single_blogs p {
    font-weight: 400;
    font-size: 15px;
}
.single_blogs h4 {
    font-size: 22px;
    margin-bottom: 0;
    color: var(--ThemeColor2);
}
.single_blogs .main_blogs {
    margin-top: -98px;
}
.blogs .right_blogs .hdn {
    font-size: 28px;
    margin-top: 8px;
    padding-bottom: 10px;
    position: relative;
}
.blogs .right_blogs .hdn::after {
    background: var(--ThemeColor);
    width: 100px;
    height: 2px;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
}
.single_main_blogs {
    margin-top: 40px;
}
.banner_inner h6 {
    color: var(--White);
    font-size: 15px;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}
.banner_inner h6 span {
    margin-left: 15px;
    color: #ffffffdb;
    font-weight: 400;
    font-style: italic;
}
.banner_inner h6 i {
    margin-right: 8px;
    color: var(--ThemeColor2);
}
.single_blogs .right_blogs_cta {
    padding: 20px 0;
}
.single_blogs .right_blogs_cta .heading {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 20px;
}
.single_blogs .social {
    width: 53px;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 174px;
    left: -1px;
    background: var(--Gradient);
    padding: 15px 10px;
    box-shadow: 0 0 20px #07080996;
    border-radius: 0 12px 12px 0;
    border: 1px solid #ffffff82;
    z-index: 9;
}
.single_blogs .social li a:hover {
    background: var(--ThemeColor2);
    color: var(--White);
    border: 1px solid var(--ThemeColor2);
}
.single_blogs .social li {
    margin-bottom: 12px;
}
.single_blogs .social li a {
    color: var(--ThemeColor2);
    font-size: 25px;
    border: 1px solid #cccccc94;
    width: 48px;
    height: 48px;
    display: flex;
    text-align: center;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
}

/* sectionSix.sectionEight1 */
.sectionSix.sectionEight1 {
    margin: 70px 0;
    padding: 0;
}
.sectionSix.sectionEight1 .cont .custom-btn.white_btn {
    display: inline-block;
    margin-top: 78px;
}
.sectionSix.sectionEight1 .cont .row .rowin {
    padding: 0 12px;
}
.sectionSix.sectionEight1 .cont {
    top: 0;
    box-shadow: none;
    padding: 0;
}
.sectionSix.sectionEight1 .heading {
    color: var(--Black);
}
.sectionSix.sectionEight1 .heading_boss p {
    -webkit-line-clamp: inherit;
    color: var(--Black);
}
.sectionSix.sectionEight1 .set h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-align: right;
    font-family: var(--ThemeFontOne);
}
.sectionSix.sectionEight1 .set h3 {
    font-size: 30px;
    color: var(--ThemeColor2);
    font-weight: 300;
    margin-top: 12px;
}
.sectionSix.sectionEight1 .set {
    text-align: left;
    padding: 20px 20px;
    box-shadow: inset 0 0 5px #b8b7b778;
    margin: 6px 0;
}
.sectionSix.sectionEight1 .set.settop {
    position: relative;
    top: 50px;
}
.sectionSix.sectionEight1 .row {
    align-items: center;
}

.thanku .check {
    height: 180px;
    width: auto !important;
    margin-bottom: 27px;
}

.thanku .heading span {
    display: block;
    font-size: 21px;
    margin-top: 15px;
}
.thanku {
    margin-bottom: 100px;
}
.thanku .heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}
.exhibition_registration.thanku .custom-btn {
    margin-top: 24px;
}

/* 
.sectionThree.Powered  {
  margin: 80px 0 80px;
}

.sectionThree.Powered .aboutimg2 {
  height: 488px;
  width: 100%;
  object-fit: cover;
  margin-top: -140px;
  border-radius: 30px;
}

.sectionThree.Powered .set h2 {
  font-size: 46px;
  line-height: 45px;
}
 */

/*************************************************************************
***************************** project-info ********************************
***********************************************************************/
.sectionSix.sectionEight .set {
    display: block;
}
.sectionSix.sectionEight .set h3 {
    font-size: 40px;
    transform: rotate(0deg);
    height: auto;
    margin: 0 auto 15px;
    font-weight: 400;
    width: 100%;
}
.sectionSix.sectionEight .set.settop {
    top: 98px;
}
.sectionSix.sectionEight .join_div {
    margin-top: 150px;
}
.sectionSix.sectionEight .set h3::after {
    height: 1px;
    background: var(--ThemeColor2);
    content: "";
    position: absolute;
    right: 0;
    width: 92px;
    top: 54px;
    margin: auto;
    left: 0;
}
.sectionSix.sectionEight .set h4 {
    font-family: var(--ThemeFont);
    font-weight: 500;
}
.sectionSix.sectionEight .set {
    display: block;
    border: none !important;
}

.sectionSix.sectionEight .heading {
    color: var(--Black);
    height: auto;
}

.sectionSix.sectionEight p {
    color: var(--Black);
}
.sectionSix.sectionEight .cont {
    margin-top: -40px;
    box-shadow: none;
    top: 0;
    padding: 0;
}
.sectionThree.exhibition_profile1.commercials_profile .Stalldiv .set h6 {
    text-align: center;
}

.sectionSix.sectionEight {
    margin-bottom: 0;
    padding-top: 0;
}

.sectionSix1 .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 95px;
    margin: auto;
    max-width: 100%;
    object-fit: scale-down;
}

.sectionFive .list ul li {
    padding: 10px 15px 10px 60px;
    font-size: 15px;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .mansory-gallery .column {
        flex: 50%;
    }
}

@media (max-width: 500px) {
    .mansory-gallery .column {
        flex: 100%;
    }
}

@media only screen and (max-width: 1799px) {
    .footer::after {
        height: 240px;
        top: -240px;
    }
    .footer_menu li {
        margin-left: 25px;
    }
    .sectionFourGall img {
        height: 600px;
    }
    .main_img img {
        min-width: 430px;
    }
    .exhibition_registration .main_img2 img {
        max-width: 380px;
    }

    .profile_banner,
    .profile_banner img {
        height: 60vh;
        min-height: 420px;
    }
    .profile_banner .cont {
        bottom: 15vh;
    }

    .sectionThree.exhibition_profile1.commercials_profile .cont .row .rowin {
        padding: 0 6px;
    }

    .sectionThree.exhibition_profile1.commercials_profile .cont .row {
        margin: 0 -6px;
    }

    .sectionThree.exhibition_profile1.commercials_profile .set .img {
        height: 55px;
        width: 55px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .set h6 {
        padding: 14px 0;
    }
}

/*************************************************************************
********* @media only screen and (max-width: 1599px)  *********************
***********************************************************************/

@media only screen and (max-width: 1599px) {
    .banner .cont .heading.heading2 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    .thanku .heading {
        font-size: 36px;
    }
    .contact_page h4 {
        font-size: 26px;
    }
    .exhibition_registration .main_img2 img {
        min-width: 335px;
    }

    .inner_banner,
    .inner_banner img {
        height: 340px;
        overflow: hidden;
    }
    .sectionSeven .cta1 {
        top: -70px;
        width: 204px;
    }
    .container {
        max-width: 1320px;
    }
    .exhibition_registration .row .row .rowin {
        padding: 0 30px;
    }
    .exhibition_registration h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .exhibition_registration {
        margin-bottom: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    /* .exhibition_registration .form-group .form-control {
  padding: 10px 15px;
} */
    .exhibition_registration .main_img2 img {
        max-width: 340px;
        border-radius: 20px;
    }
    .sectionFourGall img {
        height: 500px;
    }
    .banner .cont .heading {
        font-size: 54px;
        line-height: 60px;
    }
    .banner {
        padding-top: 170px;
    }

    .sectionTwo .cont {
        padding: 0 50px;
    }
    .video1 img {
        height: 510px;
    }

    .sectionSeven ul li {
        margin: 6px 0;
    }
    .sectionSeven {
        padding: 70px 0;
    }

    .banner {
        min-height: 720px;
    }
    #thumbs .item img {
        height: 310px;
    }

    #thumbs .item h4 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    #thumbs .item p {
        font-size: 16px;
    }
    .banner .cont h6 {
        font-size: 20px;
    }
    .sectionTwo .heading {
        margin-bottom: 30px;
    }
    .sectionTwo .cont .set h2 {
        font-size: 48px;
        line-height: 48px;
        height: 55px;
    }
    .sectionTwo .cont .set {
        padding: 15px;
    }
    .sectionTwo .col-4 {
        width: 28%;
    }
    .sectionTwo .col-8 {
        width: 72%;
    }
    .sectionThree .set h2 {
        font-size: 44px;
        line-height: 47px;
    }
    .heading {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 18px;
    }
    .sectionThree h3.heading {
        font-size: 19px;
        line-height: 28px;
    }
    .sectionThree .set h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .cta .cta1 {
        width: 530px;
    }
    .sectionSix1 ul li img {
        height: 99px;
    }

    /* .footer_menu li a {
        padding: 25px 17px;
    } */
    .footer_menu li a {
        font-size: 15px;
    }
    .footer_menu li {
        margin-left: 15px;
    }
    .footer p .tel {
        font-size: 22px !important;
    }
    .footer::after {
        height: 215px;
        top: -215px;
    }
    .banner .cont h4 {
        font-size: 24px;
    }
    .banner .cont h4 span {
        width: 50px;
        height: 50px;
    }
    .banner .cont h5 {
        font-size: 20px;
    }
    .banner .cont h5 span {
        font-size: 16px;
    }

    .mainthumbs {
        height: 430px;
    }
    #thumbs .item h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    #big .item {
        min-height: 800px;
    }
    .sectionThree .set p,
    .sectionFive ul li {
        font-size: 15px;
    }

    .sponsors .set h3 {
        font-size: 32px;
    }
    .sectionNine {
        padding: 60px 0 70px;
    }
    .cta .cta2 {
        width: 350px;
    }
    .footer-bottom p {
        font-size: 16px;
    }
    .main_img img {
        min-width: 396px;
        height: 484px;
    }
    p {
        font-size: 15px;
    }
    .sectionTesti .heading {
        margin-bottom: 12px;
    }
    .sponsors .cont {
        padding: 54px 50px;
        right: -20px;
        width: 100%;
    }
    .sponsors .heading span {
        font-size: 90px;
        line-height: 80px;
    }
    .sectionTesti .item img {
        height: 330px;
    }
    .sectionNine .owl-carousel .owl-item img {
        height: 70px;
    }
    .sectionNine .owl-carousel {
        margin: 30px auto 0;
        max-width: 800px;
    }
    .sponsors .set {
        margin: 0px 0;
        padding: 15px;
        height: 260px;
        border-radius: 12px;
    }
    .sponsors {
        margin-bottom: 70px;
    }
    .profile_banner .cont .inst {
        max-width: 760px;
    }
    .profile_banner .cont .set h2 {
        font-size: 30px;
    }
    .exhibition_profile1 .set h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .exhibition_profile1 .headingh3 {
        font-size: 18px;
    }
    .exhibition_profile3 .ing_img {
        width: 347px;
        bottom: -157px;
    }
    .exhibition_profile2 .heading_boss {
        margin-bottom: 10px;
    }
    .exhibition_profile3 ul li {
        padding: 10px 20px;
        margin: 10px 0;
    }
    .exhibition_profile3 ul {
        max-width: 1000px;
    }
    .exhibition_profile3 .ing_img {
        width: 284px;
    }
    .profile_banner .heading {
        font-size: 50px;
        position: relative;
        z-index: 9;
    }
    .profile_banner,
    .profile_banner img {
        height: 66vh;
        min-height: 451px;
    }
    .profile_banner .cont {
        bottom: 14vh;
    }
    .sectionThree.Powered .cont .set,
    .sectionThree.Powered .cont .seth {
        padding: 20px 20px;
    }
    .sectionThree.Powered .set h2 {
        font-size: 23px;
        line-height: 40px;
    }
    .why_exhibit {
        padding: 60px 0;
    }
    .sectionThree.Powered {
        margin: 80px 0 60px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .rowin_set {
        padding: 18px;
    }
    .exhibition_profile1 .set .inst h2 {
        font-size: 20px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont2 .set2 h4 {
        font-size: 20px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont {
        margin-top: 0;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont .heading {
        margin-top: 0;
    }
    .sectionFive .custom-btn.Contactbtn {
        margin-top: 40%;
    }
    .profile_banner .cont .inst {
        padding: 38px;
        height: 160px;
    }

    .sectionFive2 .bbttnn .custom-btn {
        font-size: 16px;
    }
    .cta.cta2main .cta1 {
        width: 468px;
    }
}

/*************************************************************************
********* @media only screen and (max-width: 1399px)  *********************
***********************************************************************/
@media only screen and (max-width: 1399px) {
    .sectionSeven .img {
        height: 600px;
    }
    .sectionFive .custom-btn.Contactbtn {
        margin-top: 20%;
    }
    .sectionSix {
        margin-bottom: 80px;
    }
    .cta.cta2main {
        padding: 0;
    }

    .sectionSix.sectionEight .cont .set h3 {
        font-size: 27px;
    }
    .footer-bottom {
        margin-top: 190px;
    }
    .sectionTesti .item {
        padding: 20px 20px 25px;
    }
    .exhibition_registration .main_img2 img {
        min-width: 300px;
    }
    .sectionTesti .cont img {
        height: 75px !important;
    }
    .container {
        max-width: 1140px;
    }
    .why_exhibit .set h3 {
        font-size: 85px;
    }
    .sectionThree.Powered .cont .set,
    .sectionThree.Powered .cont .seth {
        padding: 20px 15px;
    }
    .sectionThree.Powered .set h2 {
        font-size: 20px;
        line-height: 36px;
    }
    .sectionTesti .cont p {
        margin: 15px 0;
    }
    .sectionTesti.sectionTesti_profile {
        margin-top: 50px;
    }
    .sectionThree.Powered .aboutimg2 {
        border-radius: 20px;
    }
    .why_exhibit .set img {
        height: 70px;
    }
    .why_exhibit .set {
        gap: 20px;
        padding: 20px 20px;
        min-height: 150px;
    }
    .profile_banner .cont {
        bottom: 16vh;
    }
    .sectionSeven .side_img3 {
        width: 220px;
    }
    .profile_banner .heading {
        font-size: 40px;
    }
    .contact_page .col-7,
    .contact_page .col-5 {
        width: 100%;
    }
    .contact_page .iframemap {
        width: 100%;
        border: 1px solid #6552434f !important;
        border-radius: 10px;
        padding: 12px;
        height: 400px;
        margin-left: 0;
        max-height: 1006px;
    }
    .exhibition_registration .cta2 {
        right: -74px;
        width: 170px;
    }
    .header-top ul li a {
        font-size: 16px;
    }
    .footer::after {
        height: 235px;
        top: -235px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
    .custom-btn {
        font-size: 16px;
        min-width: 176px;
    }
    body,
    p {
        font-size: 15px;
    }
    .sectionMap .cont ul {
        margin-top: 60px;
        margin-left: 15%;
    }
    .footer .row .rowin {
        padding: 0 30px;
    }
    .footer .row {
        margin: 0 -30px;
    }
    /* .heading br {display: none;} */
    .sectionSix .set h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .sectionSeven {
        margin-bottom: 00px;
        padding: 60px 0;
        border-radius: 35px;
    }
    .sectionTesti {
        margin-top: 60px;
    }
    /* .sectionTesti .cont p {
  margin: 30px 0;
  font-size: 34px;
  line-height: 36px;
} */
    .heading {
        font-size: 28px;
        line-height: 43px;
    }

    /* .heading_boss .col-7 { width: 60%;}
.heading_boss .col-5 { width: 40%;} */

    .sectionThree .set h2 span {
        font-size: 18px;
        line-height: 20px;
    }
    .sectionThree .set h2 {
        margin-top: 0;
        font-size: 24px;
        line-height: 32px;
    }
    .sectionTwo .map_about {
        width: 150% !important;
    }

    .sectionTwo .cont .set p {
        font-size: 14px;
        line-height: 24px;
    }
    .sectionThree .cont .set,
    .sectionThree .cont .seth {
        padding: 15px 15px;
    }
    .sectionThree .cont {
        padding: 0 30px;
    }
    .sectionTwo .cont .set h6 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .sectionTwo .col-4 {
        width: 26%;
    }
    .sectionTwo .col-8 {
        width: 74%;
    }
    .banner {
        min-height: 650px;
    }
    .banner .cont .heading {
        font-size: 60px;
        line-height: 60px;
    }
    .banner .cont h6 {
        font-size: 17px;
    }
    #thumbs .item img {
        height: 260px;
    }
    .sectionTwo .heading {
        margin-bottom: 20px;
    }
    .container {
        padding: 0 20px;
    }
    .mainthumbs {
        right: -10px;
        height: 375px;
        bottom: 60px;
    }
    #big .item {
        min-height: 700px;
    }

    .sponsors .cont {
        padding: 45px 35px;
        right: -20px;
        width: 100%;
        border-radius: 20px 0px 0px 20px;
    }
    .sponsors .heading span {
        font-size: 70px;
        line-height: 70px;
    }

    .sectionThree .set p {
        font-size: 14px;
        min-height: 40px;
        line-height: 20px;
    }
    .sectionSix.sectionEight .set h3 {
        font-size: 49px;
    }
    .sectionSix.sectionEight .set h3::after {
        top: 31px;
    }
    .sectionTesti .cont h3 {
        font-size: 18px;
    }

    .sectionTwo .cont .set {
        height: 190px;
        overflow: hidden;
    }
    .sectionTesti .item img {
        height: 280px;
    }
    .banner .brnd h5 {
        font-size: 20px;
    }
    .sponsors .set {
        height: 210px;
    }
    .exhibition_profile3 ul li {
        padding: 10px 20px;
        min-height: 46px;
    }
    .exhibition_profile2 .exhibition_profile3 ul li {
        padding: 10px 20px;
    }
    .exhibition_profile3 ul {
        max-width: 900px;
    }
    /* .exhibition_profile3 .ing_img {
        width: 480px;
        bottom: 54px;
    } */
    .exhibition_profile3 .ing_img {
        right: -118px;
    }
    .exhibition_profile1 .headingh3 {
        font-size: 20px;
    }
    .sectionSeven .set h4 {
        font-size: 18px;
    }
    .sectionSeven.exhibition_profile2 .set h1 {
        font-size: 45px;
    }
    .inner_banner img {
        height: 500px;
    }
    .inner_banner .cont .set h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 6px;
    }
    .inner_banner .cont .set {
        padding: 0px 0;
    }

    .contact_page form .form-group .form-control {
        padding: 14px 15px;
    }
    /* .contact_page iframe {
  width: 100%;
  height: 100%;
  border: 1px solid black !important;
  padding: 15px;
  border-radius: 11px; */
    /* } */
    .contact_page .text {
        margin-bottom: 20px;
    }
    .exhibition_registration .main_img2 img {
        max-width: 300px;
    }
    .exhibition_registration .heading_boss .heading {
        font-size: 40px;
    }
    /* .exhibition_registration {
        margin-bottom: 60px;
        padding-top: 120px;
        padding-bottom: 60px;
    } */
    .exhibition_registration form {
        padding: 28px;
    }
    .exhibition_registration .row .row .rowin {
        padding: 0 25px;
    }
    .exhibition_registration .row .row {
        margin: 0 -25px;
    }
    .exhibition_registration .custom-btn {
        font-size: 18px;
        padding: 12px 20px;
        margin-top: 10px;
    }

    .gallery .heading {
        font-size: 34px;
    }
    .gallery .heading_boss {
        margin-top: 0;
    }

    .banner {
        padding-top: 150px;
        background-size: cover;
        background-position: center;
    }

    .banner .cont .heading {
        font-size: 44px;
        line-height: 50px;
    }
    .banner .cont .text {
        margin: 20px 0 25px;
    }

    .banner .cont h4 span {
        width: 60px;
        height: 60px;
    }

    .sectionTwo .aboutimg {
        height: 380px;
    }

    .video1 img {
        height: 400px;
    }

    .cta .cta1 {
        width: 390px;
    }
    .flor_plan .bbttnn {
        width: 383px;
    }

    .profile_banner,
    .profile_banner img {
        height: 537px;
        min-height: 470px;
        object-fit: cover;
    }
    .sectionFourGall img {
        height: 430px;
    }
    .sectionSix1 {
        margin: 70px 0;
    }
    .sectionSix1 ul li img {
        height: 85px;
    }

    .cta2 {
        padding: 75px 0;
    }

    .sectionFive {
        padding-bottom: 40px;
    }
    .sectionFive .cont {
        border-radius: 30px;
        padding: 25px;
    }
    .sectionSix .cont {
        padding: 30px;
    }
    .sectionSeven ul li {
        font-size: 15px;
        padding: 14px 12px 14px 46px;
    }
    .contform form {
        min-width: 500px;
    }
    .contform {
        margin: 42px 0;
        gap: 20px;
    }

    .sectionSeven .infocontent .row .rowin {
        padding: 0 20px;
    }
    .sectionSeven .infocontent .row {
        margin: 0 -20px;
    }

    .sectionSix .cont .set {
        padding: 15px 15px;
    }
    .sectionSix .cont .set h3 {
        font-size: 20px;
    }
    .sectionSix .cont .heading {
        font-size: 22px;
        line-height: 35px;
    }
    .sectionMap iframe {
        height: 480px;
    }

    .exhibition_profile1 .set p {
        min-height: auto;
        line-height: 24px;
        font-size: 14px;
    }
    .exhibition_profile1 .set .inst h2 {
        margin-top: 10px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont2 .set2 p {
        min-height: 52px;
    }

    /* *************************
**********footer ************
***************************/
    .footer .foot1 {
        padding: 30px 30px 5px;
    }
    .footer {
        padding: 100px 0px 0;
    }
    .footer .foot1 .col-3,
    .footer .foot1 .col-9 {
        width: 100%;
    }
    .footer .contact {
        padding-left: 0;
    }
    .footer_menu li {
        margin-left: 0;
    }

    /***********************
*******end footer ********
**************************/
    .gallery .col-3 {
        width: 33.33%;
    }

    .profile_banner .cont .inst {
        max-width: 680px;
    }

    .exhibition_profile1 .rowin_set {
        margin-top: 15px;
        padding: 20px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .col-6 {
        width: 100%;
    }
    .sectionTwo.sectionTwovisttor .cont .set {
        height: 200px;
    }

    /* sectionSix */
    .sectionSix.sectionEight1 .set h4 {
        font-size: 14px;
    }
    .sectionSix.sectionEight1 .set {
        padding: 15px;
    }
    .sectionSix.sectionEight1 {
        margin-bottom: 50px;
    }

    .sectionSeven .cta1 {
        position: absolute;
        left: 0;
        top: -60px;
        width: 204px;
    }

    /* videos */
    .videos .set iframe {
        height: 345px;
    }

    .inner_banner .cont .heading {
        font-size: 40px;
    }
    .sectionTwo.sectionTwovisttor .cont .set h2 {
        font-size: 26px;
    }

    .sectionFive.sectionFive2 .cont {
        max-width: 100%;
        padding: 15px;
    }
    .sectionFive2 .col-5 {
        width: 35.33%;
    }
    .sectionFive2 .col-3 {
        flex: 0 0 auto;
        width: 31.33%;
    }
    .cta.cta2main .cta1 {
        width: 390px;
    }
    .sectionFive .list ul li {
        padding: 10px 10px 10px 45px;
        background-position: center left 12px;
    }
    .sectionFive .list h4 {
        font-size: 12px;
    }
    .sectionSix.sectionEight .set h4 {
        font-size: 15px;
        margin-bottom: inherit;
    }
    .sectionSix.sectionEight {
        padding: 0 0 45px;
    }
}

/*************************************************************************
********* @media only screen and (max-width: 1199px)  *********************
***********************************************************************/
@media only screen and (max-width: 1199px) {
    .brnds .brnd img {
        height: 35px;
    }
    .banner .brnd h5 {
        font-size: 17px;
    }

    .sectionThree.exhibition_profile1.commercials_profile .phase .set h6 {
        background: transparent;
        width: auto;
    }
    .thanku .check {
        height: 160px;
        margin-bottom: 20px;
    }
    .thanku .heading {
        font-size: 32px;
    }
    .thanku .heading span {
        font-size: 17px;
        margin-top: 2px;
    }
    .banner .cont .heading.heading2 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .container {
        max-width: 960px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
    body {
        font-size: 14px;
    }
    .custom-btn {
        font-size: 16px;
        padding: 12px 17px;
    }
    .heading {
        font-size: 22px;
        line-height: 30px;
    }

    /* header */
    .header-top img.logo-img {
        width: 130px;
    }
    header.fixed .header-top img.logo-img {
        width: 110px;
    }
    .header-top ul li a {
        font-size: 15px;
    }
    .header-top ul li {
        margin-left: 6px;
    }

    /* banner */
    .banner {
        min-height: 600px;
    }
    .banner {
        padding-top: 130px;
    }
    .inner_banner,
    .inner_banner img {
        height: 300px;
    }
    .banner .cont .heading {
        font-size: 40px;
        line-height: 46px;
    }
    .banner .cta .custom-btn {
        padding: 15px 16px;
    }
    .banner .container img {
        margin-top: -130px;
    }

    /* sectionTwo */
    .sectionTwo .incont {
        padding-bottom: 55px;
    }
    .sectionTwo .cont {
        padding: 0;
    }
    .sectionTwo .cont .set h2 {
        font-size: 38px;
        line-height: 34px;
        height: 34px;
    }
    .sectionTwo .col-8 {
        width: 100%;
    }
    /* .sectionTwo .heading {font-size: 40px; line-height: 40px;} */
    .sectionTwo .map_about {
        width: 280px !important;
        position: absolute;
        margin-left: 20px;
        margin-top: -24px;
    }
    .sectionTwo .contdiv {
        padding-left: 0;
    }
    .sectionTwo .cont {
        margin-top: 40px;
    }
    .sectionTwo .set img,
    .sectionTwo .cont .set,
    .sectionTwo .cont .set.img {
        height: 160px;
    }
    .sectionTwo .aboutimg {
        height: 320px;
    }
    .sectionTwo .arrowbtn img {
        height: 20px !important;
    }

    /* sectionThree */
    .sectionThree .col-4,
    .sectionThree .col-5 {
        width: 50%;
    }
    .sectionThree .col-3 {
        width: 100%;
    }
    .sectionThree h3.heading {
        margin-top: 35px !important;
    }
    .sectionThree .cont {
        padding: 0 00px;
    }
    .sectionThree .set h2 {
        font-size: 48px;
        line-height: 50px;
    }
    .sectionThree.Powered .col-8,
    .sectionThree.Powered .col-4 {
        width: 100%;
    }
    .sectionThree.Powered .aboutimg2 {
        margin-top: 35px;
        border-radius: 20px;
    }

    /* sectionFive */
    .sectionFive ul li {
        padding: 12px 12px 12px 55px;
    }
    .sectionFive .cont {
        max-width: 100%;
        border-radius: 20px;
        padding: 15px;
    }

    /* sectionSix */
    .sectionSix {
        padding: 70px 0 70px;
        margin-bottom: 70px;
        margin-bottom: 70px;
    }
    .sectionSix1 .col-5,
    .sectionSix1 .col-7 {
        width: 100%;
    }
    .sectionSix .col-5,
    .sectionSix .col-7 {
        width: 100%;
        text-align: center;
    }
    .sectionSix1 {
        margin: 50px 0;
        text-align: center;
    }
    .sectionSix1 .heading {
        margin-bottom: 10px;
    }
    .sectionSix .cont {
        top: 0;
        margin-top: 20px;
    }
    .sectionSix .cont .set.btnone {
        display: block;
    }

    /* sectionSeven */
    .sectionSeven .cta1 {
        display: none;
    }
    .sectionSeven .row {
        margin: 0 -5px;
    }
    .sectionSeven .row .rowin {
        padding: 0 5px;
    }
    .sectionSeven .col-8,
    .sectionSeven .col-4 {
        width: 100%;
    }
    .sectionSeven .heading_boss {
        margin-bottom: 0;
    }
    .sectionSeven .img {
        width: 400px;
        right: -96px;
        border-radius: 20px;
        height: 350px;
        bottom: -296px;
        display: none;
    }
    .sectionSeven .set h4 {
        font-size: 20px;
    }
    .sectionSeven .set ul li {
        font-size: 14px;
        margin: 10px 0;
        padding-left: 27px;
    }
    .sectionSeven .set {
        padding: 25px;
    }

    /* exhibition_registration */
    .exhibition_registration .searchForm {
        width: 100%;
        margin-bottom: 00px;
    }

    /* footer */
    .footer-bottom ul {
        margin: 18px 0;
    }

    /* sectionTesti */
    .sectionTesti .item {
        padding: 30px 26px 30px;
        border-radius: 20px;
    }
    .sectionTesti .cont p {
        font-size: 15px;
        line-height: 24px;
    }
    .sectionTesti {
        margin-top: 55px;
    }

    /* sectionMap */
    .sectionMap iframe {
        height: 340px;
    }
    .sectionMap {
        margin-top: 55px;
    }
    .sectionMap .cont {
        padding: 20px 35px 30px;
        border-radius: 30px;
        max-width: 100%;
    }

    /* contform_main */
    .contform_main {
        border-radius: 20px;
    }
    .contform form button {
        border-radius: 8px;
        min-width: 120px;
    }
    .contform form {
        min-width: 380px;
    }

    .contdiv_main {
        margin: 0 auto 50px;
    }

    .exhibition_profile1 {
        margin: 55px 0;
        padding-top: 50px;
    }

    .profile_banner .cont .heading {
        font-size: 25px;
    }

    #big .item {
        min-height: 600px;
    }

    .cta p {
        max-width: 650px;
    }
    .cta .cta1 {
        width: 340px;
    }

    /* .banner .cont {width:60%;} */
    .mainthumbs {
        max-width: 40%;
    }
    #thumbs .item img {
        height: 180px;
    }
    #big.owl-theme .owl-prev,
    #big.owl-theme .owl-next {
        background: #fff;
        display: inline-block;
    }
    .sponsors .set h3 {
        font-size: 24px;
    }
    .sponsors .cont {
        padding: 40px 20px;
    }

    .sponsors .set p {
        padding: 0 15px;
    }
    .footer form {
        min-width: 600px;
    }
    .footer .contform h3 {
        font-size: 34px;
    }

    .sectionMap .heading span {
        font-size: 60px;
    }
    .sectionThree .set h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .exhibition_profile1 .rowin_set {
        padding: 15px;
    }

    .exhibition_profile1 .set h6 {
        /* background: #d6cec3;
  padding: 11px 15px;
  height: 46px; */
        min-width: auto;
        font-size: 14px;
    }

    .sectionThree .set h6 {
        padding: 11px 10px;
        height: 46px;
        border-radius: 7px;
        font-size: 12px;
        margin-right: 11px;
        min-width: 112px;
    }
    .sectionThree .set .img {
        height: 40px;
        width: 40px;
    }
    .sectionThree .set .img img {
        height: 20px;
    }
    .exhibition_profile1 {
        border-radius: 30px;
    }
    .exhibition_profile1 .headingh3 {
        font-size: 21px;
    }
    .sectionThree.exhibition_profile1 .set .inst h2 {
        font-size: 28px;
    }
    /* .exhibition_profile3 .ing_img {
        width: 370px;
        bottom: 54px;
    } */
    .exhibition_profile3 ul li {
        padding: 15px;
        margin: 4px 8px 4px 0;
    }

    .sectionTesti.sectionTesti_exh {
        padding: 60px 0;
    }
    .exhibition_registration .col-5,
    .exhibition_registration .col-7 {
        width: 100%;
    }
    .exhibition_registration .heading_boss {
        text-align: center;
        max-width: 700px;
        margin: -182px auto 0;
    }
    .exhibition_registration ul {
        justify-content: center;
    }
    .exhibition_registration .heading_boss .heading {
        font-size: 34px;
        line-height: 40px;
    }

    .videos iframe {
        height: 180px;
    }

    .gallery .heading_boss {
        margin-top: 0;
    }

    /**************************
********** cta2 *********
***************************/
    .cta2 .heading {
        font-size: 45px;
        line-height: 48px;
    }
    .cta2 {
        padding: 71px 0;
        border-radius: 20px;
    }
    .cta2 p {
        max-width: 550px;
    }
    /**************************
********** cta2 *********
***************************/

    /**************************
********** footer *********
***************************/
    .footer .row .rowin {
        padding: 0 12px;
    }
    .footer .row {
        margin: 0 -12px;
    }
    .footer_menu {
        display: block;
        padding: 10px 0;
    }
    .footer_menu li {
        display: inline-block;
    }
    .footer_menu li a {
        padding: 9px 6px;
    }
    .footer p .tel {
        font-size: 20px !important;
    }
    .footer .logo-img {
        height: 100px;
    }
    .footer .foot1 {
        padding: 30px 10px 5px;
    }
    .footerimg {
        height: 300px;
        margin-top: 42px;
    }
    /**************************
********** footer *********
***************************/

    .exhibition_registration form {
        margin-top: 25px;
        width: 100%;
    }

    .exhibition_registration .main_aaa {
        display: none;
    }
    .exhibition_registration .main_mob {
        margin: auto;
        display: block !important;
    }

    .mansory-gallery .column img.img2 {
        height: 280px;
    }

    .flor_plan .text {
        display: block;
        text-align: center;
    }

    .flor_plan .bbttnn {
        width: 344px;
        display: inline-flex;
        margin-top: 20px;
    }

    .flor_plan .text {
        padding-top: 50px;
    }
    .flor_plan {
        padding: 0 0 0;
    }
    .exhibition_profile1 .rowin_set {
        padding: 15px;
    }
    .exhibition_profile1 .col-6 {
        width: 100%;
    }
    .exhibition_profile1 .col-3 {
        width: 50%;
        margin-top: 20px;
    }
    .exhibition_profile1 .rowin_set .col-6 {
        width: 50%;
    }
    .exhibition_profile1 .col-3 .rowin_set {
        margin: 0;
    }
    .exhibition_profile2 {
        padding: 50px 0 !important;
    }
    .exhibition_profile3 ul {
        max-width: 785px;
    }

    /* profile_banner */
    .profile_banner .col-5,
    .profile_banner .col-7 {
        width: 100%;
    }
    .profile_banner .cont .inst .col-5,
    .profile_banner .cont .inst .col-7 {
        width: 50%;
    }
    .profile_banner .cont .inst {
        max-width: 685px;
        padding: 20px;
        height: auto;
        position: relative;
    }
    .profile_banner .cont .heading.heading2 {
        text-align: center !important;
    }
    .profile_banner .cont {
        bottom: 8vh;
        height: auto;
    }

    /* sectionTwovisttor */
    .sectionTwovisttor .set {
        padding: 15px;
    }
    .sectionTwovisttor .set h2 {
        font-size: 40px;
    }
    .sectionTwovisttor {
        padding: 0 0;
    }
    .sectionTwovisttor .heading {
        margin-top: 0;
    }

    /* sectionThree */
    .sectionThree.exhibition_profile1.commercials_profile .cont2 .col-3 {
        width: 25%;
        margin: 0;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont2 .set2 h4 {
        font-size: 32px;
    }
    .sectionSeven .side_img3 {
        width: 200px;
        top: -145px;
    }
    .cont2 .set2 {
        padding: 15px 0;
    }
    .exhibition_profile1 .custom-btn.orange_bg {
        top: 0;
        margin-top: 20px;
    }
    .banner {
        border-radius: 0 0 40px 40px;
    }
    .profile_banner,
    .profile_banner img {
        height: 450px;
        min-height: 450px;
    }
    .inner_banner .cont .heading {
        font-size: 34px;
        line-height: 40px;
    }

    .sectionFive2 .col-3 {
        width: 33.33%;
    }
    .sectionFive2 .col-5 {
        width: 33.33%;
    }

    /* videos */
    .videos .set iframe {
        height: 220px;
    }

    .sectionFive .cta1 {
        width: 450px;
    }
    .sectionSix1.sectionSix12 .tabmain {
        padding: 25px 24px;
        border-radius: 15px;
    }
    .sectionSix1 .owl-carousel .owl-item img {
        height: 60px;
    }
    .cta.cta2main .cta1 {
        width: 315px;
    }
    .sectionFive.sectionFive2 .col-4,
    .sectionFive.sectionFive2 .col-8 {
        width: 100%;
    }
    .sectionFive.sectionFive2 .col-8 .col-4 {
        width: 33.33%;
    }
    .sectionFive.sectionFive2 .col-4 {
        order: 1;
    }
    .sectionFive .aboutimg2 {
        display: none;
    }
    .sectionFive2 .bbttnn {
        margin-top: 10%;
        margin: 8% 0 70px;
        justify-content: center;
        width: 100%;
    }
    .sectionThree.Powered .col-3 {
        width: 25%;
    }
    .sectionSix.sectionEight {
        margin-bottom: 0;
    }
    .sectionThree.Powered {
        margin: 40px 0 60px;
    }
    .sectionThree.Powered .cont .seth {
        margin-top: -67px;
    }
    .sectionThree.Powered .set p {
        line-height: 20px;
        font-size: 13px;
    }
}

/*************************************************************************
********* @media only screen and (max-width: 991px)  *********************
***********************************************************************/
@media only screen and (max-width: 991px) {
    .exhibition_registration h3#form_heading {
        font-size: 15px;
    }
    .sectionThree.exhibition_profile1 .set .inst h2 {
        font-size: 20px;
    }
    .sectionThree.Powered {
        margin: 20px 0 60px;
    }
    .banner .cont .heading.heading2 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 19px;
    }
    .contact_page .heading_boss {
        margin-top: -165px;
    }
    .mansory-gallery .column {
        flex: 33.33%;
    }
    .contact_page .heading {
        font-size: 30px;
        line-height: 40px;
    }
    .banner .col-7 {
        width: 80%;
    }

    .thanku .check {
        height: 140px;
    }

    .container {
        max-width: 720px;
    }
    p {
        font-size: 14px;
    }
    .container {
        padding: 0 20px;
    }
    .heading_boss .col-6 {
        width: 100%;
    }

    .sectionTwovisttor .rowin.rowin2 {
        padding-right: 0;
    }

    /*****************************
************ header **********
******************************/
    .mobnone {
        display: none;
    }
    header.fixed .toggle-bar {
        right: 0;
    }
    header .toggle-bar.toggleclose {
        right: 20px;
    }
    .toggle-bar {
        display: block;
        position: absolute;
        right: 20px;
    }
    .nav {
        display: none;
        opacity: 0;
        position: fixed;
        transition: all 0.5s;
        -webkit-transition: all 0.25s;
        display: block;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: 99999;
        left: -600px;
        background: var(--ThemeColor2);
        padding-top: 50px;
    }
    .header-top ul {
        margin-left: 0;
        display: block;
    }
    .header-top ul li a {
        font-size: 18px;
        padding: 16px 0;
        display: flex;
        color: var(--White);
        justify-content: space-between;
        align-items: center;
    }
    .nav.main {
        opacity: 1;
        left: 0;
        box-shadow: 0 0 67px var(--Black);
    }
    .header-top .custom-btn {
        margin-right: 50px;
    }
    .header-top ul li {
        margin-left: 20px;
    }
    .header-top ul li + li {
        border-top: 1px solid #ffffff26;
    }
    .dropdown-menu::after {
        display: none;
    }
    /*******************************
************ end header ********
********************************/

    /*******************************
*************** banner *********
********************************/
    .banner {
        height: auto;
        background-size: cover;
    }
    .banner .cont {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        max-width: 500px;
        margin: auto;
    }
    .banner .cont .heading {
        font-size: 30px;
        line-height: 40px;
    }
    .banner .cont .text {
        margin: 20px 0;
    }
    .banner {
        border-radius: 0 0 20px 20px;
    }
    .banner .cont h5 {
        font-size: 17px;
        margin-top: 0;
        line-height: 24px;
    }
    /*******************************
************ end banner ********
********************************/

    /***************************
************ sectionTwo ********
***************************/
    .video1 img {
        height: 320px;
    }
    .sectionTwo .aboutimg {
        height: 280px;
        border-radius: 12px;
        border: 10px solid var(--ThemeColor2);
    }
    .sectionTwo .cont .set h6 {
        font-size: 14px;
    }
    .sectionTwo .cont .set p {
        font-size: 14px !important;
        line-height: 22px;
    }
    .sectionTwo {
        border-radius: 30px;
    }
    .sectionTwo .contdiv {
        padding-left: 00;
    }
    .sectionTwo .contdiv .rowin {
        padding: 0 100px;
    }
    .sectionTwo .cont {
        margin-top: 20px;
    }
    .sectionTwo .contdiv.row {
        margin: 0 -100px;
    }
    .sectionTwo .map_about {
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }
    /***************************
************end sectionTwo ********
***************************/

    /***************************
************ sectionThree ********
***************************/
    .sectionThree .cont .set,
    .sectionThree .cont .seth {
        padding: 15px 15px;
    }
    .sectionThree .set h6 {
        padding: 10px 15px;
        height: 42px;
        border-radius: 10px;
        font-size: 14px;
        margin-right: 10px;
        min-width: 85px;
    }
    .sectionThree .set h2 {
        line-height: 32px;
        margin-top: 0;
        display: block;
    }
    .sectionThree .set h2 span {
        font-size: 18px;
        display: block;
    }
    .sectionThree .set h2 span {
        font-size: 16px;
        line-height: 25px;
    }
    .sectionThree {
        margin: 55px 0;
    }
    .sectionThree .cont {
        margin-top: 20px;
    }

    /***************************
************end sectionThree ********
***************************/

    /***************************
************ sectionThree ********
***************************/
    .sectionFourGall img {
        height: 360px;
    }
    .sectionFourGall {
        margin: 00px 0 55px;
    }

    /***************************
************ cta **********
***************************/
    .cta p {
        max-width: 450px;
    }
    .cta .cta2 {
        bottom: 0px;
        width: 234px;
    }
    .cta2 {
        padding: 55px 0;
        border-radius: 15px;
    }
    .cta2 .heading {
        font-size: 38px;
        line-height: 40px;
    }
    .cta .cta1 {
        width: 260px;
        top: -55px;
    }
    .cta .cta2 {
        padding: 0;
        margin: 0;
    }
    .cta {
        padding: 0 0 55px;
    }

    /***************************
************end cta ********
***************************/

    /***************************
************ sectionFive **********
***************************/
    .sectionFive .cont {
        border-radius: 15px;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        display: block;
        margin: auto;
    }
    .sectionFive .col-4,
    .sectionFive .col-5 {
        width: 50%;
    }
    .sectionFive .col-3 {
        width: 50%;
    }
    .sectionFive .aboutimg2 {
        border-radius: 15px;
        height: 400px;
        margin-top: -0;
        width: 100%;
    }
    .sectionFive ul {
        margin: 0;
    }
    .sectionFive {
        padding-bottom: 0;
    }
    .sectionFive .rowin.text-end {
        text-align: left;
    }
    .sectionFive .custom-btn.Contactbtn {
        margin-top: 20px;
        margin-bottom: 55px;
    }
    .sectionFive .cta1 {
        position: absolute;
        bottom: 0;
        right: -61px;
        width: 398px;
    }
    /***************************
************end sectionFive ********
***************************/

    /***************************
************ sectionSix **********
***************************/
    .sectionSix {
        padding: 55px 0 55px;
        margin-bottom: 55px;
    }
    .sectionSix1 {
        margin: 55px 0;
    }

    /***************************
************ sectionSeven **********
***************************/
    .sectionSeven ul.lstul {
        justify-content: center;
    }
    .sectionSeven ul li:first-child {
        position: relative;
        top: 0;
        left: 0;
    }
    .sectionSeven .col-4 {
        width: 100%;
        margin: 6px 0;
    }
    .sectionSeven ul li {
        padding: 10px 12px 10px 46px;
    }
    .sectionSeven {
        padding: 55px 0;
        border-radius: 20px;
    }
    .sectionSeven.afterbg::after {
        border-radius: 20px;
    }
    /***************************
************end sectionSeven ********
***************************/

    /***************************
************ footer **********
***************************/
    footer {
        border-radius: 35px 35px 0 0;
    }
    .footer .contform {
        display: block;
    }
    .footer .col-5,
    .footer .col-4,
    .footer .col-3 {
        width: 100%;
    }
    .footer .contact p.nmber {
        display: block;
    }
    .footer {
        padding: 90px 0px 0;
    }
    .footer .logo-img {
        height: 70px;
    }
    .footer_menu li a {
        padding: 5px 9px;
    }
    .footer .cont {
        max-width: 100%;
        text-align: center;
    }

    .footer-bottom {
        margin-top: 130px;
    }
    .sectionThree .set h2 span br {
        display: none;
    }
    .social_ul {
        gap: 12px;
        justify-content: center;
    }
    .footer-bottom p {
        padding: 13px 0;
    }
    .sectionTwo .set img,
    .sectionTwo .cont .set,
    .sectionTwo .cont .set.img {
        height: 146px;
    }
    .sectionTwo.sectionTwovisttor .set img {
        height: 100%;
    }
    .sectionTwo .cont .set {
        padding: 0 15px;
    }
    .footer h3 {
        font-size: 15px;
    }
    .social_ul {
        margin-bottom: 15px;
        margin-top: 15px !important;
    }

    .footer p.contacta a {
        margin-top: 6px;
        font-size: 15px;
    }
    .footer_menu {
        margin-left: 0;
    }
    .footer .contact h6 {
        font-size: 17px;
        margin-top: 20px;
        text-align: center;
    }
    .footer .contact p a {
        font-size: 18px;
    }
    .footer .contact p {
        max-width: 100%;
        margin: 0 auto 20px;
        text-align: center;
        justify-content: center;
    }
    .why_exhibit .table th {
        padding: 15px;
        font-size: 15px;
    }
    .why_exhibit .table td {
        padding: 12px 15px;
        font-size: 15px;
    }
    .why_exhibit .set {
        display: inline-grid;
        justify-content: center;
        gap: 0;
        padding: 0 20px;
        min-height: auto;
    }
    .why_exhibit .set h3 {
        font-size: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    .sectionThree.Powered .cont .set,
    .sectionThree.Powered .cont .seth {
        padding: 20px 11px;
    }
    .sectionThree.Powered .set h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .profile_banner .cont .col-7 .col-7 .set p br {
        display: none;
    }
    .sectionThree.Powered .cont .col-3 {
        width: 25%;
    }
    .why_exhibit {
        padding: 55px 0;
        border-radius: 30px;
    }
    .why_exhibit .set img {
        margin: auto;
        margin-bottom: 20px;
    }
    .why_exhibit .set p {
        font-size: 15px;
        text-align: center;
        order: 1;
    }

    /***************************
************end footer ********
***************************/
    .sectionMap .col-7,
    .sectionMap .col-5 {
        width: 100%;
    }
    .sectionMap .col-7 {
        order: 2;
    }

    .exhibition_registration .main_aaa {
        display: none;
    }

    .exhibition_registration form {
        margin-top: 20px;
    }

    .exhibition_profile1 {
        padding-top: 40px;
    }

    #big .item {
        min-height: 500px;
        height: 600px;
    }

    .mainthumbs {
        position: relative;
        right: 0;
        bottom: 120px;
        z-index: 9;
        display: none;
    }

    .dasknonenone {
        display: block;
        text-align: center;
    }

    .sectionTwo .heading span.left {
        margin-left: 0;
    }
    /* .sectionTwo .heading {
        font-size: 34px;
        line-height: 39px;
        text-align: center;
    } */

    .sectionTwo.sectionTwovisttor .cont .set h2 {
        font-size: 18px;
    }
    .sectionTwo.sectionTwovisttor .cont .set {
        height: 160px;
    }
    .heading_boss .col-7,
    .heading_boss .col-5,
    .heading_boss .col-8,
    .heading_boss .col-4 {
        width: 100%;
    }
    .heading_boss {
        text-align: center;
        max-width: 550px;
        margin: 0 auto 20px;
    }

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

    .sectionMap .cont ul {
        margin-top: 30px;
        margin-left: 10%;
    }
    .sectionMap img.w-100 {
        width: 150%;
        margin-left: -46%;
        margin-top: 64px;
    }
    .heading_boss .custom-btn {
        display: none;
    }

    .sectionThree .set p {
        height: 45px;
        line-height: 22px;
    }
    .brnds .brnd p {
        padding: 7px 24px;
    }
    .brnds .brnd {
        bottom: 28px;
    }
    .sectionTwo .contdiv.row {
        margin: 0 -20px;
    }
    .sectionTwo .contdiv .rowin {
        padding: 0 20px;
    }
    .sectionThree .cont .col-3 {
        width: 50%;
        margin-bottom: 12px;
    }
    .exhibition_registration {
        /* margin-bottom: 40px;
        padding-top: 120px;
        padding-bottom: 60px; */
        border-radius: 0 0 30px 30px;
    }
    .sponsors .col-4,
    .sponsors .col-8 {
        width: 100%;
    }

    .contact_page,
    .gallery {
        border-radius: 30px;
    }

    .contform {
        display: block;
        text-align: center;
    }
    .footer .contform h3 br {
        display: none;
    }
    .footer .col-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .exhibition_profile1 .col-6 {
        width: 100%;
    }
    .exhibition_profile1 .col-6 .col-6 {
        width: 50%;
    }
    .heading_boss .col-7,
    .heading_boss .col-5,
    .heading_boss .col-8,
    .heading_boss .col-4 {
        width: 100%;
    }

    .exhibition_profile1 .heading_boss {
        max-width: 100%;
    }
    .header-top ul .dropdown-menu {
        top: 0;
        position: relative;
        display: none;
        background: #ffffff12;
    }
    .header-top ul .dropdown-menu li a {
        padding: 14px;
        color: #e1e1e1;
    }

    .contact_page form .form-group .form-control {
        padding: 12px 15px;
    }
    .formlist .col-6 {
        width: 100%;
    }

    /* .contact_page .info {
        padding-left: 35px;
        margin-left: 15px;
    } */
    .contact_page h4 {
        font-size: 24px;
    }

    .barcode {
        width: 150px;
        padding: 10px;
        height: 150px;
        border-radius: 6px;
    }
    .exhibition_registration .col-6 {
        width: 100%;
    }
    .exhibition_registration .row .row::after {
        display: none;
    }

    .gallery .heading {
        font-size: 25px;
        line-height: 30px;
    }
    .videos iframe {
        height: 300px;
    }

    .inner_banner .cont .col-7,
    .inner_banner .cont .col-5 {
        width: 100%;
        text-align: center;
    }
    .inner_banner .cont .heading {
        text-align: center !important;
    }

    .inner_banner .cont p {
        text-align: center !important;
        margin-top: 12px;
    }

    .gallery .col-3 {
        width: 50%;
    }
    .sectionMap .cont {
        padding: 40px 0;
    }

    .exhibition_profile3 ul li {
        min-height: 34px;
    }
    .exhibition_profile3 ul {
        max-width: 500px;
    }
    .exhibition_profile3 .ing_img {
        right: -155px;
    }

    .sectionFive_profile .rowin.text-end {
        text-align: center;
    }
    .sectionFive_profile .col-12.position-relative.mt-4 {
        margin: 0 !important;
    }
    .sectionFive.sectionFive_profile {
        margin-bottom: 50px !important;
    }
    .sectionSeven .side_img3 {
        width: 145px;
        top: -93px;
    }
    .exhibition_profile1 .custom-btn.orange_bg {
        top: 0;
        margin-top: 20px;
    }
    .exhibition_profile1 {
        margin: 60px 0 0;
    }
    .sectionFive.sectionFive_profile.sectionFive_profile2 {
        padding-top: 40px;
    }

    /* sectionThree */
    .sectionThree.exhibition_profile1.commercials_profile .cont .set {
        text-align: center;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont .set .d-flex {
        justify-content: space-between;
    }
    .sectionThree.exhibition_profile1.commercials_profile .set p {
        height: auto;
        line-height: 22px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .set h6 {
        padding: 8px 3px;
        border-radius: 6px;
        font-size: 13px;
        height: 36px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .set .img {
        height: 48px;
        width: 48px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont2 .set2 p {
        min-height: 50px;
        font-size: 12px;
        line-height: 20px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont2 .set2 h4 {
        font-size: 23px;
    }
    .sectionThree.exhibition_profile1.commercials_profile {
        margin: 50px 0;
    }
    .sectionTwo.sectionTwovisttor .cont .set {
        padding: 15px;
    }
    .sectionTwovisttor {
        padding: 40px 0 0;
    }
    .cont2 .set2 h4 span {
        font-size: 18px;
    }
    .exhibition_profile1 .headingh3 {
        font-size: 18px;
    }

    /* videos */
    .videos .set iframe {
        height: 220px;
    }

    .profile_banner,
    .profile_banner img {
        height: 420px;
        min-height: 420px;
    }
    .sectionTwovisttor {
        margin-bottom: 55px;
    }
    .sectionFive2 .col-3 {
        width: 100%;
    }
    .sectionFive2 .bbttnn {
        display: block;
        margin-top: 30px;
    }
    .mob_dnone {
        display: none;
    }
    .dnone.d-none {
        display: block;
    }

    .sectionFive .list h4 {
        margin-top: 30px;
    }
    .sectionSix1.sectionSix12.Supported .heading_boss {
        margin-bottom: 30px !important;
    }
    .cta.cta2main .cta1 {
        width: 261px;
    }
    .sectionFive.sectionFive2 .col-8 .col-4 {
        width: 50%;
    }

    .cta1.dblock {
        display: none;
    }
    .cta1.ctmon.d-none {
        display: block;
        right: 0 !important;
        left: inherit !important;
    }
    .sectionThree.Powered .set h2 {
        font-size: 19px;
        line-height: 30px;
    }
}

/*************************************************************************
********* @media only screen and (max-width: 767px)  *********************
***********************************************************************/
@media only screen and (max-width: 767px) {
    .brnds .brnd {
        position: relative;
        margin-top: 20px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont .heading br {
        display: none;
    }
    .brnds .brnd p {
        padding: 7px 24px;
        float: inherit;
        width: 150px;
        margin: auto;
    }
    .banner .brnd h5 {
        text-align: center;
    }
    .sectionFive .list {
        padding-bottom: 40px;
        margin-top: 0;
    }
    .sectionFive2 .bbttnn {
        display: inline-grid;
        margin-top: 15px;
        width: 100%;
    }
    .sectionFive2 .bbttnn .custom-btn.gapbtn1 {
        margin-left: 0px;
    }

    .header-top {
        padding: 8px 15px;
    }
    .toggle-bar {
        right: 15px;
    }

    .sectionSix.sectionEight1 .cont .col-3 {
        width: 50%;
    }
    .container {
        max-width: 540px;
    }
    .contdiv_main {
        margin: 0 auto 30px;
    }
    .exhibition_profile1 {
        text-align: center;
    }
    .exhibition_profile1 .cont .col-8,
    .exhibition_profile1 .cont .col-4 {
        width: 100%;
        text-align: center;
    }
    .exhibition_profile1 .headingh3 {
        justify-content: center;
    }
    .exhibition_profile1 .headingh3::after {
        right: 0;
        margin: auto;
    }
    .exhibition_profile1 .custom-btn.orange_bg {
        position: relative;
        top: 0;
        margin-bottom: 0;
        display: inline-table;
    }
    .exhibition_profile1 .rowin_set .set div {
        justify-content: center;
    }
    .exhibition_profile1 {
        margin: 50px 0;
    }
    .gallery.intpage {
        padding-top: 30px;
        margin-bottom: 70px;
    }

    .video1 {
        position: relative;
        width: 120%;
    }

    .sectionTwo .cont .set {
        padding: 15px;
    }

    .heading {
        font-size: 20px;
        line-height: 28px;
    }
    header.fixed .header-top {
        margin: 0;
    }
    .profile_banner,
    .profile_banner img {
        height: 320px;
        min-height: 320px;
    }

    /****************************
********* banner *******
******************************/
    .banner .col-7 {
        width: 100%;
    }
    .banner .cont .heading {
        font-size: 28px;
        line-height: 32px;
    }
    .banner .cont h5 {
        font-size: 15px;
    }
    .banner .cont {
        text-align: center;
    }
    .banner .cont .custom-btn {
        font-size: 14px;
        padding: 12px 18px;
        min-width: 200px;
    }

    .banner {
        min-height: 430px;
    }
    .inner_banner .cont {
        bottom: 60px;
    }
    /****************************
********* end banner *******
******************************/

    /****************************
********* sectionTwo *******
******************************/
    .sectionTwo .col-3 + .col-3 .set {
        border-left: 1px solid var(--ThemeColor5);
        border-bottom: 1px solid var(--ThemeColor5);
    }
    .sectionTwo .row .col-3:nth-child(3) .set {
        border-left: none;
        border-bottom: none;
    }
    .sectionTwo .row .col-3:last-child .set {
        border-bottom: none;
    }
    .sectionTwo .row .col-3:first-child .set {
        border-bottom: 1px solid var(--ThemeColor5);
    }
    .sectionTwo::after {
        height: 88%;
    }
    /****************************
********* end sectionTwo *******
******************************/

    /****************************
********* sectionThree *******
******************************/
    .sectionThree .set h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .sectionThree .col-4,
    .sectionThree .col-5 {
        width: 100%;
    }
    .sectionThree {
        text-align: center;
        margin: 40px 0;
    }

    .sectionThree .cont .set {
        justify-content: center;
    }
    .sectionThree .aboutimg {
        float: left;
    }
    .sectionThree .aboutimg2 {
        margin-top: -87px;
    }
    .sectionThree .aboutimg3 {
        display: none;
    }
    /****************************
********* end sectionThree *******
******************************/

    /****************************
********* cta *******
******************************/
    .cta .cta1 {
        width: 120px;
    }
    .cta p {
        max-width: 360px;
    }
    .cta .cta1 {
        width: 270px;
    }

    .cta .heading br {
        display: none;
    }
    .cta {
        padding: 165px 0 40px;
    }

    .cta .col-4,
    .cta .col-8 {
        width: 100%;
        text-align: center;
    }
    .cta p {
        max-width: 100%;
    }
    .cta.cta2main {
        padding: 40px 0;
        text-align: center;
    }
    .cta.cta2main .cta1 {
        width: 270px;
        position: relative;
        top: 0;
        margin: auto;
    }

    .gallery .heading {
        font-size: 22px;
        line-height: 26px;
    }

    /****************************
********* end cta *******
******************************/

    .sectionFive {
        margin: 0 auto 0;
    }

    .sectionSeven ul li {
        margin: 0;
        font-size: 14px;
        min-height: 55px;
        align-items: center;
        display: flex;
        padding: 5px 12px 5px 46px;
    }
    .sectionFive .col-8 {
        width: 100%;
    }

    .sectionFive .col-4,
    .sectionFive .col-5 {
        width: 100%;
    }

    .sectionSix .cont .set {
        min-height: 86px;
    }

    .sectionMap {
        margin-top: 40px;
    }

    .sectionTesti {
        margin-top: 40px;
    }

    /****************************
********* footer *******
******************************/
    .footer .col-7,
    .footer .col-5 {
        width: 100%;
    }
    .footer {
        text-align: center;
    }

    .footer .contact {
        margin-top: 24px;
    }
    .footer p .tel {
        font-size: 25px !important;
        display: block;
    }

    .footer .contact p {
        display: block;
    }
    /****************************
********* end footer *******
******************************/

    .sectionSix1 {
        margin: 40px 0;
    }

    .gallery.videos.Media .col-4 {
        width: 50%;
    }

    .owl-nav {
        width: 111px;
        position: absolute;
        bottom: 37px;
        margin: auto;
        left: 0;
        right: 0;
    }
    #big.owl-theme .owl-prev:hover,
    #big.owl-theme .owl-next:hover {
        background: var(--ThemeColor);
        opacity: 1;
    }
    #big.owl-theme .owl-prev,
    #big.owl-theme .owl-next {
        width: 40px;
        border-radius: 50%;
        opacity: 0.5;
    }

    .sectionSeven {
        padding: 50px 0;
        border-radius: 25px;
    }

    .sectionMap .col-7,
    .sectionMap .col-5 {
        width: 100%;
    }
    .footer .col-4 {
        width: 100%;
        text-align: center;
    }
    .footer h3 {
        margin-top: 20px;
    }
    .sectionMap img.w-100 {
        width: 100%;
        margin-left: 0;
        margin-top: 13px;
    }
    .sectionMap .cont {
        padding: 20px 25px 22px;
        border-radius: 20px;
        max-width: 100%;
    }
    .sectionThree .cont .col-3 {
        width: 50%;
        margin: 7px 0;
    }
    .sectionTwo .row .col-3 {
        width: 50% !important;
    }

    .sectionTwo .contdiv.row .col-6 {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .sectionThree .col-12.text-end {
        text-align: center;
    }

    .inner_banner .cont .set h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    .exhibition_profile1 .col-6 .col-6 {
        width: 100%;
        margin-bottom: 15px;
    }
    .sectionThree.exhibition_profile1 .set .d-flex.align-center {
        justify-content: space-between;
    }

    .exhibition_profile3 .col-9,
    .exhibition_profile2 .col-9,
    .exhibition_profile3 .col-3 {
        width: 100%;
    }
    .exhibition_profile2 {
        text-align: center;
    }
    .sectionSeven.exhibition_profile2 .set {
        text-align: center;
    }
    .cont2 .set2 h4 {
        font-size: 4px;
    }
    .cont2 .set2 {
        padding: 15px 0;
        text-align: center;
    }
    .exhibition_profile3 ul li {
        padding: 15px 25px;
        min-width: auto;
    }
    .exhibition_profile3 .ing_img {
        display: none;
    }
    /* .exhibition_profile2 {
        padding: 60px 0 120px !important;
        border-radius: 30px 30px 0 0;
    } */

    .exhibition_profile1 .headingh3 {
        font-size: 18px;
    }
    .exhibition_profile1 .headingh3 img {
        height: 15px;
    }

    .footer .contact p {
        gap: 10px;
    }
    .inner_banner.visitor_banner img {
        height: 366px;
    }
    .cont2 .set2 p {
        line-height: 22px;
        min-height: 44px;
    }
    .sectionTesti.sectionTesti_exh {
        padding: 50px 0;
    }

    .exhibition_profile1 {
        padding-top: 30px;
    }
    /* .contact_page .info {
        padding-left: 30px;
        margin-left: 7px;
    } */
    .social-icons ul li a img {
        width: 22px;
    }
    .social-icons ul li a {
        width: 46px;
        height: 46px;
    }
    .contact_page {
        margin-bottom: 35px;
    }
    .inner_banner {
        height: auto !important;
    }
    .sectionMap .cont p {
        padding-right: 0%;
    }

    .gallery .heading_boss {
        margin-top: 12px;
        margin-bottom: 10px;
    }
    .gallery .heading {
        font-size: 20px;
        line-height: 22px;
    }
    .mansory-gallery .column img {
        border: 4px solid #fff;
        border-bottom: 0.5rem solid #fff;
        border-top: 0.5rem solid #fff;
    }
    .videos iframe {
        height: 200px;
    }

    /* sectionMap */
    .sectionMap {
        text-align: center;
    }
    .sectionMap p {
        justify-content: center;
        margin: 0 auto 0;
    }
    .sectionMap .col-7 {
        margin-top: 20px;
    }

    .contform h3 {
        margin-bottom: 12px;
    }
    .sectionNine .owl-carousel .owl-item img {
        height: 50px;
    }
    .contform {
        margin: 30px 0;
    }

    /* footer */
    .footer {
        padding: 80px 0px 0;
        border-radius: 40px 40px 0 0;
    }
    .footer_menu li a {
        padding: 6px 8px;
    }
    .footer-bottom p {
        font-size: 14px;
    }

    /* contact_page */
    .contact_page .text.textinfo {
        padding: 20px 20px 5px;
    }
    .contact_page .info.info1 .col-4 {
        width: 100%;
        text-align: center;
    }
    .contact_page .text.textinfo {
        text-align: center;
    }
    .contact_page .text h6 {
        margin-bottom: 10px;
        text-align: center;
    }
    .contact_page h4 {
        text-align: center;
    }
    .social-icons {
        justify-content: center;
    }

    .gallery.videos .col-4 {
        width: 50%;
    }
    .exhibition_profile2 ul li {
        min-height: auto;
    }
    .sectionMap .container {
        padding: 0;
    }
    .footer form {
        min-width: 510px;
    }

    /* sectionFive */
    .sectionFive ul {
        padding-top: 20px;
    }
    .sectionFive ul li {
        padding: 10px 12px 10px 45px;
        font-size: 14px;
        background-position: center left 12px;
    }

    /* sectionSix */
    .sectionSix .cont .heading {
        font-size: 18px;
        line-height: 32px;
    }
    .sectionSix .cont {
        padding: 20px;
    }
    .sectionSix .cont p {
        line-height: 18px;
    }
    .sectionSix {
        padding: 40px 0 40px;
        margin-bottom: 0;
    }
    .sectionSix .cont .set h3 {
        font-size: 16px;
    }
    .sectionSix1 ul li img {
        height: 64px;
        padding: 12px;
    }

    /* sectionTwovisttor */
    .sectionTwovisttor .col-8,
    .sectionTwovisttor .col-4 {
        width: 100%;
    }
    .sectionTwovisttor .col-8 .col-4 {
        width: 33.33%;
    }
    .sectionTwovisttor img {
        margin-top: 27px;
    }
    .sectionTwovisttor .rowin.rowin2 {
        padding-right: 12px;
    }

    .exhibition_profile1 {
        margin: 50px 0 0;
    }
    /* .sectionFive.sectionFive_profile.sectionFive_profile2 {padding-top: 30px;}
.sectionFive_profile .bbttnn {display: inline-grid; gap: 15px; }
.sectionFive_profile .bbttnn .custom-btn.gapbtn1 {margin-left: 0;}
.why_exhibit .set h3 { font-size: 46px; height: 55px; }
.why_exhibit .set img {height: 48px;}
.sectionThree.Powered .cont .col-9 {width: 100%; text-align: center;}
.sectionThree.Powered .cont .col-3 {width: 100%;}
.sectionThree.Powered .cont .set.blnone { border-left: 1px solid #6552434f;}
.sectionThree.Powered .cont .col-3 { margin: 0; max-width: 400px; margin: auto;}
.sectionThree.Powered {margin:50px 0 60px;}
.sectionThree.Powered .cont {margin-top: 0;}
.sectionThree.Powered .cont .set, .sectionThree.Powered .cont .seth { text-align: center !important; display: block; padding: 14px 12px; border: 1px solid #beb3a8; margin-top: -1px;}
.sectionThree.Powered .seth.btnone.blnone {border: none !important;}
.sectionThree.Powered .cont .set.blnone {border-top: none;} */

    .why_exhibit h3 {
        font-size: 20px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont .set {
        margin-bottom: 10px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont2 .col-9,
    .sectionThree.exhibition_profile1.commercials_profile .cont2 .col-3 {
        width: 100%;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont2 .col-3 {
        margin-top: 30px;
    }
    .sectionThree.exhibition_profile1.commercials_profile .cont2 .set2 p {
        min-height: auto;
    }
    .sectionTwo.sectionTwovisttor .set img {
        margin: 0;
    }
    .mansory-gallery .column {
        flex: 50%;
    }
    .mansory-gallery .column img.img2 {
        height: 220px;
    }
    .mansory-gallery .column img {
        margin-bottom: 0;
    }
    .mansory-gallery .column img {
        border: 0.1rem solid #fff;
        border-bottom: 0.2rem solid #fff;
        border-top: 0.2rem solid #fff;
    }

    /* videos */
    .videos .set iframe {
        height: 160px;
    }

    /* exhibition_registration */
    .exhibition_registration .heading_boss .heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 60px;
    }
    .exhibition_registration .heading_boss {
        margin: -155px auto 0;
    }

    .inner_banner .cont .heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .inner_banner .cont {
        bottom: 34px;
    }

    .profile_banner.profile_banner_ex,
    .profile_banner.profile_banner_ex img {
        height: 450px;
        min-height: 450px;
    }
    .profile_banner .cont .set h2 {
        font-size: 22px;
    }
    .sectionFive2 .bbttnn {
        justify-content: start;
    }
    .sectionSix.sectionEight .set h4 {
        font-size: 14px;
    }
    .sectionSix.sectionEight .cont .set h3 {
        font-size: 22px;
    }
    .sectionThree.Powered .cont {
        margin-top: 0;
    }
    .sectionThree.Powered .cont .col-3 {
        width: 100%;
        margin: 0;
    }
    .sectionThree.Powered .col-9 {
        width: 100%;
    }
    .sectionThree.Powered {
        padding: 40px 0;
    }
    .sectionThree.Powered .cont .set,
    .sectionThree.Powered .cont .seth {
        text-align: center !important;
        display: block;
        padding: 14px 12px;
        border: 1px solid #beb3a8;
        margin-top: -1px;
    }

    .sectionThree.Powered .seth.btnone.blnone {
        border: none !important;
    }

    .sectionThree.Powered .cont .set.blnone {
        border-top: none;
    }
}

/*************************************************************************
********* @media only screen and (max-width: 576px)  *********************
***********************************************************************/
@media only screen and (max-width: 575px) {
    .banner video {
        top: -40px;
        height: 129%;
    }
    .sectionThree.exhibition_profile1 .set .inst h2 {
        font-size: 18px;
    }
    .sectionTesti .item .user {
        margin-top: 0;
    }

    .sectionTesti .cont h6 {
        font-size: 14px;
        margin-top: 0;
        line-height: 18px;
    }
    .banner .custom-btn {
        margin-right: 0;
    }

    .sectionFive2 .bbttnn {
        justify-content: center;
    }
    .sectionSeven .custom-btn {
        display: table;
        margin: auto;
    }
    .banner .cont .heading.heading2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 19px;
    }
    .header-top {
        padding: 0;
        box-shadow: none;
    }

    .exhibition_registration.thanku .custom-btn {
        font-size: 16px;
        padding: 10px 17px;
    }
    .thanku .col-9 {
        width: 100%;
    }
    .thanku .check {
        height: 100px;
        margin-bottom: 15px;
    }
    .thanku .heading span {
        display: block;
        font-size: 19px;
        margin-top: 0;
    }
    .exhibition_registration .searchForm {
        float: inherit;
        padding: 28px 25px;
    }

    .toggle-bar {
        right: 0;
    }

    .sectionSeven .side_img3 {
        width: 107px;
        top: -93px;
    }
    .inner_banner img {
        height: 240px;
    }
    .sectionSeven ul li {
        min-height: 56px;
        font-size: 14px;
    }

    .sectionFive ul li {
        width: 100%;
    }

    /************************
********* cta *************
*************************/
    .cta2 .heading {
        font-size: 32px;
        line-height: 36px;
    }
    /************************
*********end cta *************
*************************/

    .sectionFive .aboutimg2 {
        height: 370px;
    }
    .sectionFive .cont {
        padding: 0px 0 20px;
    }

    .sectionFive ul li {
        padding: 12px 0 12px 46px;
        background-size: 18px;
        font-size: 15px;
    }

    .footer_menu li a {
        padding: 9px 8px;
    }

    .sectionMap iframe {
        height: 300px;
    }
    .contact_page .col-6 {
        width: 100%;
    }
    .contact_page .text .social-icons {
        justify-content: center;
    }
    .contact_page .info {
        padding-left: 0;
        margin-left: 0;
        border-top: 1px solid #ccccccba;
        border-left: navajowhite;
        padding-top: 20px;
        margin-top: 20px;
        text-align: center;
    }
    .contact_page {
        margin-bottom: 35px;
        padding-top: 40px;
    }
    .Concurrentcarousel {
        max-width: 400px;
        margin: auto;
    }

    .sectionNine {
        padding: 50px 0 50px;
    }
    .sectionMap .cont {
        padding: 20px 20px 20px;
    }
    .sectionTwo .contdiv.row .col-6 {
        width: 100%;
    }
    .sectionTwo .map_about {
        margin-top: 00;
    }
    .sectionTwo .contdiv.row p {
        margin-bottom: 15px;
        text-align: center;
    }
    .banner .cta {
        display: block;
        gap: 20px;
    }
    .banner .cta .custom-btn {
        display: inline-flex;
        gap: 16px;
        min-width: 278px;
        margin: 6px auto;
        text-align: center;
        justify-content: center;
    }
    .sectionTwo .row .col-3 {
        width: 50% !important;
    }

    #big.owl-theme .owl-prev,
    #big.owl-theme .owl-next {
        background: #fff;
    }

    /* footer */
    .footer {
        border-radius: 30px 30px 0 0;
    }
    .footer .contact {
        margin-top: 0;
    }
    .footer-bottom {
        margin-top: 90px;
    }
    .footer .logo-img {
        height: 70px;
    }
    .footer_menu {
        margin: 15px auto 0;
    }
    .footer .contform {
        margin: 0px 0 40px;
        padding-bottom: 30px;
    }
    .footer form {
        min-width: 100%;
        display: block;
    }
    .footer form button {
        min-width: 100%;
        margin-top: 10px;
    }

    .banner .custom-btn {
        min-width: 230px;
    }
    .banner .ctabtn {
        display: inline-grid;
        gap: 14px;
    }

    .banner {
        min-height: 650px;
    }
    .banner .cont {
        padding-top: 25px;
    }
    header.fixed .header-top {
        margin: 0 0;
        padding: 0px 0;
    }
    header.fixed .header-top img.logo-img {
        width: 140px;
    }
    .header-top img.logo-img {
        width: 140px;
    }
    .inner_banner {
        height: auto !important;
    }

    .inner_banner.visitor_banner .cont {
        height: 88px !important;
    }

    .footer .foot1 {
        margin-top: 20px;
    }
    .sectionTwo .cont .set p br {
        display: none;
    }

    .cta2 {
        padding: 45px 0;
        border-radius: 15px;
        text-align: center;
    }
    /* .heading {
        font-size: 28px;
        line-height: 34px;
    } */
    .sectionTwovisttor {
        margin-bottom: 40px;
    }

    .video1 img {
        height: 260px;
    }
    .sectionTwo .aboutimg {
        height: 224px;
    }
    .sectionTwo .incont {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banner .cont .text {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .banner .cont .text {
        margin: 0 auto 10px;
    }
    .sectionMap .cont p {
        padding-right: 0;
    }
    .sectionMap .heading span {
        font-size: 40px;
    }
    .sponsors .heading span {
        font-size: 40px;
        line-height: 40px;
    }
    .footer .contform h3 {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .contform {
        margin-bottom: 30px;
    }
    .contact_page .text .social-icons {
        margin-bottom: 40px;
    }
    .contact_page form {
        text-align: center;
    }

    .contact_page .text.mt-4 {
        margin-top: 0 !important;
    }

    .contact_page form .form-group {
        margin-bottom: 12px;
    }
    .contact_page form .form-group label {
        font-size: 15px;
        display: block;
        text-align: left;
    }
    /* .sponsors .cont {padding: 40px 20px;
        right: 0;
    }
    .sponsors .tab-menu ul li a {
        font-size: 18px;
    }
    .sponsors .set {
        height: 140px;
    }
    .sponsors .set img {
        height: 140px;
    } */

    .sectionTesti .item .col-5,
    .sectionTesti .item .col-7 {
        width: 100%;
    }
    .sectionTesti .cont p {
        position: relative;
    }
    .sectionTesti .owl-dots {
        margin-top: 0;
    }

    .inner_banner .cont p {
        line-height: 22px;
    }
    .exhibition_profile1 .rowin_set {
        padding: 12px;
    }
    .sectionThree .cont .set,
    .sectionThree .cont .seth {
        padding: 15px 15px;
        text-align: center;
    }
    .sectionTesti.sectionTesti_exh .owl-dots {
        margin-top: 26px;
    }
    /*  
    .sectionThree .cont .set.blnone {
  border-left: 1px solid #beb3a8;
} */
    /* .sectionThree .cont .row div:nth-child(2) .set {
  border-top: none !important;
   border-left: none !important;
}
.sectionThree .cont .set div {
  width: 100%;
}
.sectionThree .cont .row div:nth-child(4) .set {
  border-left: none !important;
}
.sectionThree .cont .row div:nth-child(3) .set {
  border-top: none !important;
} */

    .sectionThree .set p {
        height: auto;
        min-height: auto;
    }
    .sectionThree .cont {
        margin: 20px 0;
    }
    .inner_banner .cont .set h2 {
        font-size: 29px;
        line-height: 32px;
    }
    .container {
        padding: 0 12px;
    }
    .barcode {
        width: 130px;
        padding: 10px;
        height: 130px;
        border-radius: 10px;
    }
    .cont2 .set2 h4 {
        font-size: 34px;
    }
    .cont2 .set2 h4 span {
        font-size: 17px;
    }
    .footer .contact p {
        display: block;
    }

    .exhibition_registration .heading_boss {
        margin: -137px auto 0;
    }
    .exhibition_registration form {
        padding: 28px 20px;
    }
    /* .exhibition_registration {margin-bottom: 40px; padding-top: 120px; padding-bottom: 40px; border-radius: 0 0 20px 20px; } */
    .gallery {
        margin-bottom: 45px;
    }
    .sectionTesti .owl-dots {
        margin-top: 20px;
    }

    .sectionThree .cont .col-8 {
        width: 100%;
    }
    .sectionThree .cont .col-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .custom-btn.fxdbtn {
        right: -86px;
        bottom: 87px;
        width: 223px;
        height: 48px;
    }

    .exhibition_registration .cta2 {
        position: absolute;
        right: -76px;
        bottom: -67px;
        padding: 0;
        width: 170px;
    }
    .exhibition_registration {
        margin-bottom: 40px;
        padding-top: 44px;
        padding-bottom: 143px;
    }
    .exhibition_registration ul li a {
        width: 50px;
        height: 50px;
    }
    .exhibition_registration ul {
        margin: 35px 0 0;
        gap: 5px;
    }
    .gallery .col-3 {
        width: 100%;
    }
    .sectionMap .cont {
        padding: 30px 0;
    }

    .exhibition_profile1 .col-3 {
        width: 100%;
        margin-top: 20px;
    }
    .exhibition_profile1 .set p {
        min-height: auto;
        line-height: 26px;
        font-size: 15px;
    }
    .exhibition_profile3 ul li {
        padding: 8px 10px;
        min-width: auto;
        min-height: auto;
    }

    .sectionFive_profile .bbttnn {
        display: inline-grid;
        gap: 15px;
    }

    .sectionFive_profile .bbttnn .custom-btn.gapbtn1 {
        margin-left: 0;
    }
    .sectionTwovisttor .heading {
        margin-top: 0;
        text-align: center;
    }
    .profile_banner .cont {
        bottom: 72px;
        height: auto;
    }
    .table-responsive {
        overflow-y: auto;
        margin-bottom: 30px;
    }

    .why_exhibit .table {
        min-width: 740px;
        margin-bottom: 0;
    }
    .why_exhibit .table th {
        padding: 12px 15px;
        font-size: 15px;
    }
    .why_exhibit .table td {
        padding: 10px 15px;
    }

    .why_exhibit h3 {
        font-size: 20px;
    }

    .contact_page .heading {
        font-size: 24px;
        line-height: 30px;
    }
    .contact_page .heading_boss {
        margin-top: -105px;
    }
    .contact_page .heading {
        margin-bottom: 60px;
    }
    .contact_page h4 {
        font-size: 20px;
    }

    .contact_page {
        padding-bottom: 40px;
    }

    .inner_banner .cont {
        bottom: 30px;
    }
    .cta.cta2main {
        padding: 40px 0 0;
    }
    .sectionFive.sectionFive2 .col-8 .col-4 {
        width: 100%;
    }
    .sectionFive .list h4 {
        font-size: 16px;
    }
    .sectionFive .aboutimg2 {
        display: block;
    }
    .sectionFive.sectionFive2 .col-4 {
        order: inherit;
    }
    .sectionFive2 .bbttnn {
        margin: 15px 0 0;
    }
}

/*************************************************************************
********* @media only screen and (max-width: 480px)  *********************
***********************************************************************/
@media only screen and (max-width: 480px) {
    .thanku .heading span {
        font-size: 16px;
    }
    .thanku .heading {
        font-size: 25px;
    }
    .sectionSix.sectionEight .set.settop {
        top: 0;
    }
    .sectionSix.sectionEight .custom-btn.gapbtn1 {
        display: inline-block;
        margin-top: 20px;
    }
    .sectionSix .cont .set.position-relative.p-0.m-0 {
        display: none;
    }
    .sectionSix.sectionEight .cont {
        margin-top: 0;
    }
    .inner_banner .cont .heading {
        font-size: 18px;
        line-height: 28px;
    }
    .exhibition_registration .heading_boss .heading {
        font-size: 18px;
        line-height: 28px;
    }
    .contform form {
        display: block;
        width: 100%;
        min-width: 100%;
    }
    .contform form input {
        height: 50px;
    }
    .contform form button {
        min-width: 160px;
        margin-top: 11px;
        height: 50px;
    }
    .sectionSeven ul li.frst {
        border-top: 1px solid #cccccc52;
        margin-top: 0;
    }
    .footer-bottom {
        margin-top: 190px;
    }
    .footer {
        background-size: 220%;
    }
    .banner .cont .heading {
        font-size: 23px;
        line-height: 32px;
    }
    .sectionTwovisttor .heading {
        margin-bottom: 20px;
    }

    .profile_banner .cont .inst {
        max-width: 360px;
    }
    .profile_banner .cont .heading {
        font-size: 20px;
    }
    .profile_banner .cont .inst .col-5,
    .profile_banner .cont .inst .col-7 {
        width: 100%;
    }
    .profile_banner .cont .inst .set {
        margin: 16px 0;
    }
    .profile_banner .cont .inst {
        padding: 0 15px;
        height: auto;
        position: relative;
        border-radius: 10px;
    }
    .profile_banner .cont .set h2 {
        font-size: 18px;
    }

    .gallery.videos .col-4 {
        width: 100%;
        margin-bottom: 10px;
    }
    .sectionTwo .cont .set {
        min-height: 120px;
    }
    .banner {
        height: auto;
        min-height: auto;
    }
    .videos .col-6 {
        width: 100%;
        margin-bottom: 10px !important;
    }
    .videos iframe {
        height: 230px;
    }
    .sectionSeven .row .col-6 {
        width: 100%;
    }
    .cont2 .set2 p {
        min-height: auto;
    }
    .sectionSeven.exhibition_profile2 .set h1 {
        font-size: 35px;
    }
    .sectionThree .cont .row .col-4,
    .cont2 .col-4 {
        width: 100%;
        text-align: center;
    }
    .exhibition_profile2 {
        padding: 50px 0 !important;
        border-radius: 30px 30px 0 0;
    }
    .sectionTesti.sectionTesti_profile {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .sectionThree.exhibition_profile1 .set .inst h2 {
        margin-top: 20px;
    }
    .cont2 .set2 h4 span {
        font-size: 18px;
    }
    .cont2 .set2 h4 {
        font-size: 32px;
    }
    .sectionThree.exhibition_profile1 .set p {
        min-height: auto;
        height: auto;
    }
    .mansory-gallery .column {
        flex: 100%;
    }
    .container {
        padding: 0 15px;
    }
    .banner .cont h5 {
        font-size: 18px;
    }
    .banner .cont h5 span {
        font-size: 15px;
    }
    .sectionTwo .row .col-3 {
        width: 100% !important;
    }
    #big .item {
        min-height: 600px;
        height: 600px;
    }

    .sectionTwo .set img,
    .sectionTwo .cont .set,
    .sectionTwo .cont .set.img {
        height: auto;
    }
    .sectionTwo .cont .set.img,
    .sectionTwo .set img {
        height: 200px;
    }
    .sectionTwo .cont .set {
        padding: 20px;
        border: 1px solid #8e7f6f !important;
        margin: 5px 0;
        border-radius: 10px;
    }
    .sectionTwo .cont {
        margin-top: 0;
    }
    .sectionTwo .incont {
        padding-bottom: 20px;
    }

    .sectionSeven ul.lstul {
        display: block;
    }

    .sectionThree .set h2 {
        font-size: 16px;
        line-height: 31px;
        margin-top: 0;
    }
    .sectionThree .aboutimg {
        border-radius: 15px;
    }
    .sectionThree .set p {
        height: auto;
        min-height: auto;
        line-height: 19px;
    }
    .sectionThree .cont .row {
        margin: 0 -6px;
    }
    .cta .heading {
        padding: 0;
    }
    .sectionThree .cont .row .rowin {
        padding: 0 6px;
    }

    .inner_banner {
        height: auto;
    }
    .gallery.videos.Media .col-4 {
        width: 100%;
    }
    .sectionTwo .cont .set p {
        bottom: 0;
        position: relative;
    }
    .sectionTesti .item .user {
        margin-top: 0;
    }
    .sectionTesti .cont h3 {
        font-size: 18px;
    }
    .sectionTesti .item {
        padding: 20px 20px 25px;
        border-radius: 15px;
    }
    .sectionTesti .item img.userimg {
        width: 60px;
        height: 60px;
    }
    .cta .cta2 {
        width: 145px;
    }
    .cta .cta1 {
        width: 242px;
    }
    .sectionSix .cont .set h3 {
        font-size: 20px;
    }
    .cta.cta2main .cta1 {
        margin-bottom: 18px;
    }
    .sectionSix1 ul li img {
        height: 85px;
    }
    .cta {
        padding: 152px 0 40px;
    }
    .sectionSix .cont .set {
        min-height: auto;
        padding: 25px 15px;
        border-radius: 10px;
        border: 1px solid #65524321 !important;
    }
    .sectionFive .cta1 {
        width: 328px;
    }
    .sectionSix .cont .row .col-4 {
        width: 100%;
        margin: 5px 0;
    }
    .sectionFive .col-3 {
        width: 100%;
    }
    .footerimg {
        height: 200px;
    }
    .banner .cont h4 {
        font-size: 22px;
        gap: 6px;
    }
    .banner .cont h4 span {
        width: 45px;
        height: 45px;
    }
    .footer_menu li a {
        padding: 6px 14px;
    }
    .sectionThree .cont .set {
        display: block;
        border: 1px solid #65524321 !important;
        margin: 5px 0;
        height: auto;
        padding: 20px 10px;
        border-radius: 10px;
    }
    .sectionThree .cont .row div:nth-child(4) .set {
        border-left: 1px solid #65524321 !important;
    }
    .incont_img .col-6 {
        width: 100%;
    }
    .video1 {
        position: relative;
        width: 100%;
    }
    .sectionTwo::after {
        height: 92%;
    }
    .sectionThree .cont .btnone {
        border-top: navajowhite;
    }
    .sectionThree .cont .row div:nth-child(3) .set,
    .sectionThree .cont .row div:nth-child(2) .set {
        border-top: 1px solid #65524321 !important;
        border-left: 1px solid #65524321 !important;
    }
    .sectionThree .cont {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .header-top .custom-btn {
        font-size: 15px;
        padding: 12px 12px;
        min-width: 163px;
        display: none;
    }
    .banner .container img {
        max-width: 285px;
        margin-top: -130px;
    }
    .contdiv_main {
        margin: 0 auto 10px;
    }
    .sectionFive {
        margin: 0;
    }
    .sectionSeven ul li {
        margin: 5px 0;
    }
    .sectionFourGall img {
        height: 240px;
    }
    .exhibition_profile1 .headingh3 {
        margin-bottom: 15px;
    }
    .sectionTwovisttor .col-8 .col-4 {
        width: 100%;
    }
    .sectionTwovisttor .set {
        padding: 15px;
        border: 1px solid #65524342 !important;
        margin: 5px 0;
        border-radius: 10px;
    }
    .sectionSeven .side_img3 {
        width: 84px;
        top: -58px;
    }
    .sectionTesti .owl-dots .owl-dot.active {
        width: 30px;
    }
    .sectionTesti .owl-dots .owl-dot {
        width: 15px;
    }
    .profile_banner,
    .profile_banner img {
        height: 260px;
        min-height: 260px;
    }

    .sectionSix.sectionEight1 .set.settop {
        position: relative;
        top: 0;
    }
    .sectionFive .cta1.ctmon {
        width: 222px;
    }
}

@media only screen and (max-width:340px) {
    .banner .container img {
        max-width: 110px;
    }
}

.Media .set img {
    height: 400px;
    object-fit: fill;
}
