@charset "utf-8";
/* CSS Document */


.exo-ets {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 16px;
}

.oswald-ets {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.caveat-ets {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.exo-ets {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/* CSS Root Data*/
:root{
/*Primary Color*/
--color-primary: #008BD3;
--color-primary-dark:#023145;

/*Secondary Color*/
/*--color-secondary: #e92e18;*/
--color-light: #ffffff;
	
/*Thired Color*/
--color-gray-light: #62727D;
--color-gray-dark: #232323;
	
/*Fonts*/
--font-primary: "Exo", serif;
--font-secondary: 'Oswald', serif:

/*Fonts Size*/
--font-size-sm: 16px;
--font-size-md: 18px:
--font-size-lg: 22px:
--font-size-xl: 24px;
}
button.navbar-toggler{
	background:var(--color-light) 
}

body{
	font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 0.8vw;
  font-style: normal;
	color: var(--color-gray-light);
}
ul li {
    list-style: none;
}
h1,h2,h3{
	font-family: "Oswald", sans-serif;
	    font-size: 36px;
    font-weight: 700;
	color: var(--color-primary);
}
a {
    color: var(--color-gray-light);
    text-decoration: none;
}
header {
    position: relative;
    z-index: 99;
}
header .navbar-collapse .navbar-nav{
	height: 85px;
	padding: 8px 36px;
	position: relative;
	z-index: 9;
}
header .container{max-width: 1500px;}
header .navbar-collapse .navbar-nav a{
	color: #fff;
	font-family: "Exo", sans-serif;
	font-size: 0.8vw;
	padding: 26px 10px !important;
	text-transform: uppercase;
	margin: 0 2px;
}
header .nav-item.active .nav-link, header .navbar-collapse .navbar-nav a:hover, header .navbar-collapse .navbar-nav a:focus {
	color: var(--color-light);
	background: var(--color-primary);
}
header div#navbarNav {
    margin-top: -11px;
}
a.navbar-brand.bg-light.p-3.rounded-bottom-5 {
    width: 20%;
}
a.navbar-brand.bg-light.p-3.rounded-bottom-5 img{ width:100%;}
.HeadBtn {
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: -17px;
	color: #fff;
	text-transform: uppercase;
}
.HeadBtn:hover{
	background: var(--color-light);
}
.HeadBtnR {
background: var(--color-primary);
}
a.dropdown-item.p-0.m-0{
    padding: 10px !important;
    color: var(--color-primary-dark);
}
/*Inner Banner*/
.InnerBanner{
    background-position: 0px -387px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -120px;
    position: relative;
    padding: 100px 10px 0;
	 text-transform: uppercase;
	z-index: -1;
    position: relative;
}
.InnerBanner h2{
    margin: 0 auto;
    color: var(--color-light);
    font-family: "Exo", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.15); 
}
.InnerBanner p{
	color: var(--color-light);
}
.InnerBanner .col-12.mx-auto.pt-5.pb-5.text-start {
    padding-bottom: 0 !important;
}
/*Banner*/
.MainBanner{
    background-image: url("../images/homebanner.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: -120px;
	position: relative;
	padding: 60px 10px 300px;
}
.MainBanner img{
	width: 100%
}
/*Home Page*/
#MainBanner{
	position: relative;
	width: 100%;
    height: 1000px;
    margin-top: -190px;
    overflow: hidden;
    padding: 220px 0 50px;
	z-index: -1;
}
#MainBanner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 80%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
    padding: 0;
}
#MainBanner img{
width: 100%;
}

#countdown {
}

div#countdown .box {
    background-color: var(--color-primary);
	border-radius: 1rem;
	overflow: hidden;
	color: var(--color-light);
}
div#countdown .box .number{
	width: 100%;
	display: block;
	 font-size: 48px;
    font-weight: 700;
	line-height: 1.7em;
	    align-items: center;
	font-family: "Exo", sans-serif;
}
div#countdown .box .label, div#countdown .box .label{
	width: 100%;
	display: block;
	font-size: 14px;
    font-weight: 500;
	color: var(--color-primary-dark);
	background: var(--color-light);
	padding: 4px;
}
.BVenue{
	color: var(--color-light);
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.BVenue i {
    background-color: var(--color-primary);
    font-size: 18px;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border: 1px solid #fff;
}
/*Welcome Message*/
#WelMeg{
	background: url(../images/MCO-Iocn.svg) no-repeat 100% 160px;
}
#WelMeg .container{
	max-width: 1150px;
}
.ChairMImg{
	margin-top: -28px;
}
.ChairMImg img{
	width: 100%
}
.ChairMName{
	color: #232323;
	font-size: 14px;
}
.ChairMName h2{
	font-size: 18px;
	font-weight: 700;
	color: var(--color-primary);
}
.ChairMName{
	position: relative;
	z-index: 9;
}
.ChairMName span{

}
.WelWrapp {
    font-family: "Exo", sans-serif;
    font-weight: 500;
    background: url(../images/gestro-welcomemesg-bg.png) no-repeat center center;
    background-size: 100%;
	padding:3rem 3rem 5rem;
}

.WelWrapp h1{
	color: var(--color-primary);
    text-shadow: 0px 3px 0px rgba(103.00000000000003, 175.00000000000006, 107.99999999999997, 0.31);
    margin: 0px 0px 0px 0px;
    font-family: "Oswald", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}
.WelWrapp span{
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px 5px 0px;
}

/*Target*/
#TargetWrap{
	background: var(--color-primary);
	overflow: hidden
}
#TargetWrap h1{
	font-family: "Oswald", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
	background: var(--color-gray-light);
	padding: 6px;
	width: max-content;
}
.TagetText{
	color: #fff
}
.TagetText ul li{
	background: none;
	color: #fff
}
.TagetText img{
	width: 40px;
}
#TargetWrap .VecImg{
	width: 600px;
    margin: 0 0 -55px -80px;
}

/*WHO SHOULD ATTEND*/
#WhoAtt{overflow: hidden;}
#WhoAtt li{
	border: 0;
	background: url( "../images/Group%20561.svg") no-repeat left;
	background-size: 14px;
	line-height: 1.5em;
	margin: 0;
	padding: 4px 20px;
}
#WhoAtt h1 strong{color: var(--color-gray-dark)}

.LotiFile{
	position: relative;
}
.LotiFile::before{
	content: '';
	background: var(--color-primary);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	mix-blend-mode: hue; /* ← This is the key line */
  pointer-events: none; /* optional: allows clicks to pass through */
}

/*Countdown*/
.CountDn{
	background-color:;
	background: url("../images/download.png") center center no-repeat #1E5125;
	background-size: 30%;
	color: #fff;
	font-weight: 600;
	 font-family: "Exo", sans-serif;
	text-transform: uppercase;
}
.CountDn strong{
	font-size: 18px;
	font-weight: 600;
}
.CountDn h2{
    font-size: 48px;
	font-weight: 700;
    text-shadow: 0px 3px 0px rgba(103.00000000000003, 175.00000000000006, 107.99999999999997, 0.31);
    color: #9BD81E;
	}
.CountDn p{
    font-weight: 700;
	font-size: 36px;
}
#PartnerLogo{
	padding: 30px 0 0;
	background: #FBFBFB;
	margin-top: -20px;
}
#PartnerLogo h2{
	color: var(--color-primary);
	margin-bottom: 10px;
	font-size: 26px;
	text-transform: uppercase;
}

  .logo-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px; /* Adjust space between logos */
      padding: 10px 20px 30px;
    }
.organized-by .logo-box:first-child {
  width: 320px;
  height: auto;
}
    .logo-box {
      width: 180px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #eee;
      padding: 10px;
      background-color: #fff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      border-radius: 6px;
    }

    .logo-box img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

/*Member Data*/
.MemberData{
	
}
.MemberData h2{
	    font-family: "Exo", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

/*.MemberData .container{
	max-width: 1200px;
}*/
.card.team-card{
	position: relative;
	margin-bottom:10px;
	border:0;
}
.card.team-card h5.card-title {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-primary-dark);
    padding: 0;
    margin:0 0 2px;
}
p.card-text.text-muted.Position{
font-family: "Exo", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 6px;
        color: var(--color-primary) !important;
}

.card-body button {
    font-family: "Exo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid var(--color-primary-dark);
    line-height: 2em;
    padding: 0 !important;
    display: block;
    color:var(--color-primary-dark);
    background:none;
    border:0;
    margin-top: 4px;
}
.card-body button:hover{
        color: var(--color-primary);
}
.card-flag{
	width: 50px;
	position: absolute;
	height: 50px;
	top: 0;
	left: 0;
}
.TeamImgBox {
    width: 100%;
    margin: 0 auto;
    border: 2px solid var(--color-primary);
    margin: 0 auto -34px;
    overflow: hidden;
    z-index: 9;
    border-radius: 10px;
        background: url(https://www.internationalgastroconferenceauh.com/assets/images/MCO-Iocn.svg) center right no-repeat;
    background-size: 135%;
}
.card-body{
    position: relative;
    border-radius: 0;
    font-family: sans-serif;
    margin: 0;
    color: #232323;
    padding: 0 0;
    margin: 0 0 30px;
}
.card-body p{
 padding:0;
 margin:0;
}
img.card-img-top {
  /*  width: 100%;
    height: 130px;
    object-fit: fill;*/
    background: rgba(255,255,255,0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.modal-body img.card-img-top {
       box-shadow: none;
}
.modal-body img.card-img-top {
    height: auto;
}
.a.card-btn{
	padding: 4px 20px;
	font-family: "Exo", sans-serif;
	font-size: 15px;
	font-weight: 600;
	width: auto;
	display: inline-block;
}
.modal-dialog {
    max-width: 920px;
}
h5.modal-title {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
	color:var(--color-primary-dark);
}
.modal-body p{
    font-size: 15px;
    font-weight: 600;
}

/*Agenda Page*/
.agenda-img {
    width: 100%;
    cursor: pointer;
    padding: 5px;
    margin: 5px;
    object-fit: cover;
 }
        #popup {
            display: none;
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.8);
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }
        #popup img {
            max-width: 90%;
            max-height: 90%;
            box-shadow: 0 0 10px #fff;
        }

.agenda-container .item h2 {
    font-family: "Exo", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: var(--color-primary-dark);
    padding: 4px 0;
}
    .tabs { display: flex; gap: 10px; margin-bottom: 25px; justify-content: center; }
    .tab-button { padding: 10px 20px; background: #e0e0e0; border-radius: 30px; cursor: pointer; font-weight: 600; color: #444; transition: .3s; user-select: none; }
    .tab-button.active { background: var(--color-primary-dark); color: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.4); }
    .tab-content2 { display: none; }
    .tab-content2.active { display: block; }
    .agenda-container { background: #fff; border-radius: 15px; box-shadow: 0 0 10px #ddd; padding: 15px; margin-bottom: 20px; }
    .session-item { display: flex; border: 1px solid #ddd; border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; overflow: hidden; margin-bottom: 15px; background: #fff; }
    .time-block { background: #f1f1f1; padding: 20px 15px; width: 100px; text-align: center; font-weight: 600; color: #555; border-right: 1px solid #ddd; display: flex; flex-direction: column; justify-content: center; font-size: 14px; }
    .time-block span { display: block; margin-bottom: 8px; }
    .time-block .line { height: 2px; width: 30px; background: var(--color-primary); margin: 0 auto 8px; border-radius: 2px; }
    .session-details { flex: 1; /*padding: 15px 20px;*/ display: flex; flex-direction: column; gap: 10px; }
	.session-details h3{
		    background-image: radial-gradient(at center center, var(--color-primary) 0%, #127E5B 100%);
    width: 100%;
    display: block;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 28px;
	text-transform: uppercase;
	}
    .session-details .row { display: flex; flex-wrap: wrap; gap: 20px; }
	.session-details .item h3{font-size: 24px; font-weight: bold}
    .session-details .item { min-width: 140px; font-size: 14px; font-weight: 600; color: #222; }
    .session-details .label { font-weight: 700; color: #999; margin-right: 6px; text-transform: uppercase; font-size: 11px; }
    .speaker-inline { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
    .speaker-thumb { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; cursor: pointer; border: 2px solid #ccc; }
    .speaker-info { color: #444; line-height: 1.2; color: var(--color-primary-dark) }
	.speaker-info small{color:var(--color-primary)}
    .details-btn { background: #ff4dae; color: white; padding: 10px 25px; font-weight: 700; border-radius: 30px; border: none; cursor: pointer; align-self: flex-start; transition: .3s; font-size: 14px; margin-top: 10px; }
    .details-btn:hover { background: #e6398d; }
    .summary { margin: 10px 0; font-style: italic; color: #555; }
	.topic {background: #f1f1f1; width: 100%; padding: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; border: 1px solid #ddd; border-bottom: 0;}
	a.DwnFA{background-color: var(--color-primary-dark); border-color: #127E5B}
	.summary {
    margin: 10px 0;
    font-style: italic;
    /* color: #555; */
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}
.registration-block{
    background: var(--color-primary);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    color:var(--color-light);
}

    /* Modal */
    #speakerModal { display: none; position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.7); justify-content: center; align-items: center; z-index:9999; }
    #speakerModal .modal-content { background:#fff; padding:20px; max-width:400px; border-radius:10px; text-align:center; position: relative; }
    #speakerModal .modal-content span { position:absolute; top:10px; right:15px; cursor:pointer; font-size:20px; }
    #speakerModal img { width:120px; height:auto; border-radius:8px; margin-bottom:15px; }

    @media (max-width:600px) {
      .session-item { flex-direction: column; }
      .time-block { width:100%; border-right:none; border-bottom:1px solid #ddd; }
      .speaker-inline { flex-direction: column; align-items: flex-start; }
    }
/*Abstracts*/
button.accordion-button {
    background: var(--color-primary-dark) !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
}
a.btn.btn-primary.my-3 {
    background: var(--color-secondary);
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 28px;
    margin-top: 30px !important;
    color: #fff;
    border-radius: 50px;
    border: 1px solid var(--color-secondary);
}
a.btn.btn-primary.my-3:hover {
	background: var(--color-primary-dark);
}
.accordion-body ul li{
        list-style: revert-layer;
}
a.btn.btn-outline-dark:hover {
    background: var(--color-primary);
}


/*Contact Us*/
.ContactUs{
	
}
.ContactUs .container{
	max-width: 1100px;
}
.ContactUs ul{
	margin: 20px 0;
	padding: 0;
}
.ContactUs ul li{
	margin: 10px 0;
	padding: 0;
}
.login-form {
    background: #fff;
	padding: 2em 1em;
}
.login-form h2 {
    font-size: 2em;
    text-transform: capitalize;
	    color: var(--color-gary-dark);;
}
.login-form p {
    font-size: .95em;
	color: var(--color-gary-light);;
    line-height: 2em;
}
.login-form span {
    width: 75%;
    height: 1px;
    display: block;
    background: var(--color-primary-dark);
    margin: 1em 0;
}
.login-form h4 {
	font-family: "Exo", sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: .2em;
	    color: var(--color-gary-dark);
}
.login-form input[type="text"] {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
	outline: none;
	color: #555;
}
.login-form input[type="email"] {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
}

.login-form input[type="text"]:hover {
    border: 1px solid #71c6c1;
}
.login-form  textarea {
    width: 100%;
    height: 120px;
    outline: none;
	resize: none;
	margin-bottom: 1em;
	border: 1px solid #CECCCC;
	padding: .8em 4em .8em 1em;
	font-size: 1em;
	color: #555;
}
::-webkit-input-placeholder{
color:#C3C3C3 !important;
    font-family: 'Josefin Sans', sans-serif;
}
.login-form textarea:hover {
    border: 1px solid #71c6c1;
}
.login-form input[type="submit"] {
    font-size: 1em;
    padding: .8em 1em;
    border: none;
    text-transform: capitalize;
    outline: none;
    background: var(--color-primary);
    color: #fff;
    cursor: pointer;   
	width: 56%;
	font-family: 'Josefin Sans', sans-serif;
	    border-bottom: 2px solid var(--color-primary-dark);
}
.login-form input[type="submit"]:hover {
    background: var(--color-primary-dark);
	border-bottom: 2px solid var(--color-primary);
}
.input-group {
  position: relative;
  margin-bottom: 15px;
}

.input-group i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.input-group input,
.input-group textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


/*Venue*/
#testMap{
	height: 350px !important;
	border: 3px dashed var(--color-primary) !important;
    box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	position: relative;
}
.Venue .VenueImg{
	border-radius: 5% 50% 5% 50%;
	overflow: hidden;
	border: 3px dashed var(--color-primary) !important;
}
.ratio::before{display: none;}
.Venue .VenueImg img{
	width: 100%;
	height: 100%;
}

 /* Gallery image styling */
        .gallery-image {
            cursor: pointer;
            margin-bottom: 1rem;
            border-radius: 4px;
            transition: transform 0.2s ease;
        }
        .gallery-image:hover {
            transform: scale(1.05);
        }

        /* Lightbox overlay */
        #lightbox {
            display: none;
            position: fixed;
            z-index: 1050;
            top: 0; left: 0;
            width: 100vw; height: 100vh;
            background: rgba(0, 0, 0, 0.85);
            justify-content: center;
            align-items: center;
            padding: 20px;
            flex-direction: column;
        }

        #lightbox.visible {
            display: flex;
        }

        #lightbox-content {
            position: relative;
            max-width: 90vw;
            max-height: 80vh;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #lightbox-img {
            max-width: 100%;
            max-height: 80vh;
            border-radius: 6px;
            box-shadow: 0 0 15px rgba(0,0,0,0.7);
        }

        /* Navigation buttons */
        .lightbox-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.8);
            border: none;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            user-select: none;
            transition: background-color 0.3s ease;
        }

        .lightbox-btn:hover {
            background: rgba(255,255,255,1);
        }

        #prevBtn {
            left: 10px;
        }

        #nextBtn {
            right: 10px;
        }

        /* Close button */
        #closeBtn {
            margin-top: 15px;
            background: #444;
            color: white;
            border-radius: 4px;
            padding: 8px 16px;
            font-size: 16px;
            cursor: pointer;
            user-select: none;
            border: none;
            transition: background-color 0.3s ease;
        }
        #closeBtn:hover {
            background: #222;
        }
/*Registration*/
#registration h2 {
    background: var(--color-primary-dark);
    color: #fff;
    text-align: center;
    padding: 5px;
	font-size: 22px;
}
#registration .RegBox {
	overflow: hidden;
	background-color: transparent;
    background-image: radial-gradient(at center center, #1E512536 0%, var(--e-global-color-accent) 100%);
}
#registration h3{
	    font-size: 55px;
	
}

footer{
	background: var(--color-primary);
	    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
	padding: 16px 10px;
	color: #FFFFFF
}

footer a{
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
    body{
        font-size: 3.8vw;
    }
header .navbar-collapse .navbar-nav a{
     font-size: 3.8vw;
     font-weight: 600;
     padding: 10px !important;
    color:#232323;
    
}
header .navbar-collapse .navbar-nav{ padding: 0 !important;}
a.navbar-brand.bg-light.p-3.rounded-bottom-5 {
    width: 70%;
}
.card-body.d-flex.flex-column {
    margin: 50px 0 0;
}


#WelMeg .col-lg-4 {
    width: 100%;
}
	.WelWrapp{
		padding: 0;
		background: #fff;
	}
.col-lg-8.col-s-12.ps-5 {
    padding: 20px !important;
}
	section#TargetWrap.p-5{
		padding:10px 0 !important;
	}
#TargetWrap {
    background-size: cover;
}
#TargetWrap .VecImg {
    width: 100%;
    margin: 30px 0 -11px;
}
.TarContainer {
    max-width: 100%;
}
	.TagetText{
		margin-right: 0;
	}
.list-inline-item {
    display: block;
    margin-bottom: 10px;
}
    div.col-lg-2.cl-s-12.text-end.d-flex.align-items-center.ms-5 {
        margin: 0;
        height: 100px !important;
    }
#MainBanner {
    position: relative;
    width: 100%;
    height: 594px;
    margin-top: -114px;
    overflow: hidden;
    padding: 100px 0 50px;
    z-index: -1;
}
a.navbar-brand {
    width: 80%;
}
a.navbar-brand img {
    width: 100%;
}
header ul.navbar-nav {
    width: 100% !important;
    height: inherit !important;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
    margin-top: -5px;
    background: #fff;
}
.btn {
    width: 49%;
	margin-top: 0;
}

}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
@media (min-width: 1280px) and (max-width: 1280px) {
      body{
    font-size: 1.3vw;
    }  
   #WelMeg{
        padding-top:0 !important;
        margin-top:0 !important;
    }
    header .navbar-collapse .navbar-nav a {
    font-size: 1vw;
}

}