html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'basic-sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    /*color: #9EA985;*/
    color: rgba(0, 0, 0, 0.85);
    text-align: left;
    background-color: #fff;
    height: auto;
    overflow-x: hidden !important;
}




p {
padding: 0;
    margin: 5px 0;
    font-family: 'basic-sans', sans-serif;
    letter-spacing: 0.5px;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Raleway", sans-serif;*/
    font-family: 'basic-sans', sans-serif;
    font-weight: 700;
    padding: 0;
    letter-spacing: 0.5px;
}


.wow {
    visibility: hidden;
}

.container {
    max-width: 1700px;
}

.container-fluid {
    padding: 0 80px;
}


.nav-col-social .social-links {
    position: fixed;
    right: 0px;
    top: 0;
    max-width: 45px;
    width: 100%;
    text-align: center;
    z-index: 99;
    top: 34%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #f58634 !important;
}

.social-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social-links ul li {
    float: left;
}

.social-links ul li a {
    padding: 10px 0;
    color: #fff;
    display: block;
    font-size: 18px;
}





















.header-logo {
    padding: 10px 0;
    width: 100%;
    background: #fff;
    height: auto;
    justify-content: space-between;
}

.logo ul {
    display: flex;
}

.logo ul li {
    padding: 0 2px;
    position: relative;
}

/*
.logo ul li:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    background: rgba(55, 55, 55, 0.15);
}
*/

.logo ul li:last-child:before {
    display: none;
}

.logo ul li img {
    padding: 0 5px;
}

.logo img {
    width: 100%;
}

.logo-azadi img {
    width: 100%;
}

.social-media ul {
    display: flex;
    align-items: center;
    height: 100%;
    float: right;
}

.social-media ul li {
    padding: 0 5px;
    position: relative;
}


.social-media ul li:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    background: rgba(55, 55, 55, 0.11);
}

.social-media ul li:last-child:before {
    background: rgb(55 55 55 / 0%);
}

.social-media ul li img {
    width: 100%;
}



.wrap {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 55px;
    background: #093f7f;
    line-height: 55px;
    padding-right: 55px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}

.input {
    border: 0;
    background: transparent;
    width: 0%;
    outline: none;
    font-family: sans-serif;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.wrap .fa {
    color: #fff;
    position: absolute;
    right: 17px;
    top: 15px;
    font-size: 22px;
    cursor: pointer;
}

.wrap.active {
    width: 260px;
    padding-left: 25px;
    transition: all 0.5s ease;
    right: -95px;
}

.input.active {
    width: 98%;
    padding-left: 5px;
    background: #093f7f !IMPORTANT;
    /*transition: all 0.5s 0.8s ease;  */
    color: #fff !IMPORTANT;
}

input::placeholder {
    color: #fff;
}

/***navbar***/

header.header-bg {
    position: sticky;
    margin: 0 auto;
    width: 100%;
    /* overflow: hidden; */
    z-index: 1;
    z-index: 99;
    background: #008ed8;
}

.navbar_sticky {
    background-color: #161616;
    top: 0;
    position: fixed !IMPORTANT;
}

/*header .container {*/
/*    max-width: 1200px;*/
/*    background: #074775;*/
/*    border-radius: 15px;*/
/*}*/

nav.navbar.navbar-expand-lg {
    padding: 5px 0px;
}

ul.navbar-nav {
    margin-left: 25px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    text-decoration: none;
    /* padding: 10px 25px; */
    display: inline-block;
    width: auto;
    font-family: 'basic-sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.002em;
    padding: 5px;
    text-transform: uppercase;
}

.navbar-expand-lg .nav-item.nav-dropdown {
    position: relative;
}

.navbar-nav li.nav-item ul {
    display: none;
    position: absolute;
    top: 45px;
    padding: 15px 0px;
    border-radius: 0;
    background-color: #00669a;
    /*box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);*/
    width: 230px;
    /* border-top: 4px #ff9600 solid;*/
}

.navbar-nav li.nav-item ul:after {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 150, 0, 0);
    /* border-bottom-color: #ff9600; */
    border-width: 10px;
}

.navbar-nav li.nav-item:hover ul {
    display: block;
}

.navbar-nav li.nav-item ul li {
    padding: 8px 0;
}

.navbar-nav li.nav-item ul li:hover {
    background: #f58634;
}

.navbar-nav li.nav-item ul li a {
    font-size: 15px;
    color: #fff;
    padding: 2px 10px;
        display: block;
}

ul.navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 9%);
    width: 240px;
}

li.nav-link.dropdown a {
    color: #000;
}

ul.navbar-nav li.dropdown:hover ul.dropdown-menu li {
    padding: 10px 0;
}


ul.navbar-nav li.dropdown:hover ul.dropdown-menu li a {
    font-size: 16px;
    padding: 5px 0;
}

.buy-tickets a {
    color: #0c0034;
    background: #fbe50c;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #fbe50c;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    /* margin-left: 8px; */
    margin-top: 2px;
    line-height: 1;
    font-family: 'basic-sans', sans-serif;
    font-size: 14px;
}

li.nav-item.buy-tickets {
    margin-top: 9px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
    /* margin-right: 1rem; */
    margin-left: 0;
    color: #000;
    /* border-bottom: 3px solid #DB0106;*/
}


.rounded-20 {
    border-radius: 20px;
}

.dropdown-menu {
    border-radius: 0;
    font-size: 14px;
    margin-top: 0;
    border: 0;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
}

.navbar-nav .dropdown-menu li a:hover {
    color: #22008d;
}

.dropdown-menu .dropdown-item {
    padding: .60rem 1rem;
}

.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FF7A42;
}

.logo-shap:after {
    content: "";
    width: 280px;
    height: 93px;
    left: -19px;
    top: 0;
    transform: skew(-20deg);
    background: #fff;
    position: absolute;
    display: none;
}

.navbar-brand {
    z-index: 999 !important;
    display: none !IMPORTANT;
}









#header {
    height: auto;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 997;
    transition: 0.5s;
    position: fixed;
    padding: 0 15px;
    background: white;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    right: 0;
    padding: 10px;
}

#header.header-scrolled,
#header.header-fixed {
    background: rgba(0, 0, 0, 0.98);
    height: 75px;
    padding: 15px 0;
    transition: all 0.5s;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 span {
    color: #e8450b;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 80px;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
}

#header.header-scrolled #logo img {
    padding: 0;
    margin: 2px 0;
    max-height: 45px;
    transition: all 0.5s;
    padding: 4px;
}

.nav-item {
    position: relative;
    padding: 5px 12px;
}



/*
li.nav-item.nav-dropdown .nav-link:before{
    display: none;
}
*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 20px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 5px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
    margin-top: 1%;
}

/* Nav Meu Styling */

.nav-menu a {
    /* color: #fff; */
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    width: auto;
    font-family: 'basic-sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-right: 20px;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
    color: #000;
}

.nav-menu > li {
    margin-left: 8px;
}


.nav-menu li.buy-tickets a {
    color: #fff;
    background: #e8450b;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #e8450b;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    /* margin-left: 8px; */
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}



.nav-menu li.buy-tickets a:hover {
    background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
    visibility: hidden;
}

.nav-menu ul {
    margin: 0px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
    border-radius: 3px;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #060c22;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
    border-radius: 3px;
}

.nav-menu ul li:hover > a {
    background: #fbe50c;
    color: #0c0034;
    width: 100%;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(6, 12, 34, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

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

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 17px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #e8450b;
}

#mobile-nav ul li ul {
    background-color: #e8450b;
}

#mobile-nav ul li li {
    padding-left: 0px;
}

#mobile-nav ul li li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    padding: 5px 22px 5px 15px;
}

#mobile-nav ul li li a:hover {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #e8450b;
}

#mobile-nav ul .menu-item-active {
    color: #e8450b;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(6, 12, 34, 0.8);
    display: none;
}

.register-btn {
    background: #6c4494;
    border-radius: 50px;
    padding: 11px 30px !IMPORTANT;
}

.navbar-nav .nav-link i {
    font-size: 20px;
}




/* Mobile Nav body classes */



.ges_banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.ges_banner img {
    height: auto;
}

.carousel-item:before {
    position: absolute;
    left: 0;
    top: 0;
    /*background: #00000050;*/
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
}

.carousel-caption {
    position: absolute;
    right: 0;
    top: 17%;
    left: 50px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    bottom: 0;
}

.ges-banner-content h3 {
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    line-height: 32px;
}

.carousel-caption h1 {
    font-size: 45px;
    font-weight: 700;
    color: #f58634;
}

.carousel-caption h1 span {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
}

.ges-banner-content {
    width: 100%;
    padding: 100px 35px;
    background: #00669a82;
    border-radius: 0;
}

.ges-banner-content h2 {
    background: #ed1651;
    padding: 10px;
    width: 260px;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 30px;
    font-weight: 600;
}

.ges-banner-content h3 {
    font-weight: 500;
    font-size: 20px;
}

a.book-stand {
padding: 10px 20px;
    width: 270px;
    background: #f58634;
    margin-top: 17px;
    color: #fff;
    border-radius: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

a.book-stand.download {
    background: #00669a;
}

.tsp-title-home {
    text-align: center;
    margin-bottom: 50px;
}

#tsp_served {
    background: #00669a;
    padding: 15px 50px;
    text-align: center;
}

.tsp-box-counter p.count {
    font-size: 35px;
    font-weight: 700;
    color: #ffff;
    padding: 0;
    margin: 0;
}

.tsp-box-counter p.tsp-section {
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.tsp-count span {
font-size: 30px;
    padding: 0px 6px 0;
    color: white;
    font-weight: 600;
}

.tsp-countUp {
    position: relative;
}

.tsp-countUp:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: white;
    right: 0;
}

.about-download {
    width: 100%;
    padding: 30px 20px;
    background: white;
    margin-top: 35px;
    box-shadow: rgb(147 147 147 / 30%) 0px 7px 29px 0px;
    border-radius: 10px;
}

.about-download h2 {
    font-size: 25px;
    font-weight: 800;
    color: #00669a;
    padding-bottom: 15px;
}

.about-download p {
    padding-bottom: 8px;
    text-align: justify;
}

.about-download-img img {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    width: 70%;
    margin: 0 auto;
    display: block;
    -webkit-box-shadow: 0 10px 20px -5px rgb(0 0 0 / 90%);
    box-shadow: 0 10px 20px -5px rgb(0 0 0 / 45%);
}

.about-download-img h3 {
    padding-top: 14px;
    text-align: center;
    text-transform: uppercase;
}

.about-download-img h3 span {
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    color: #f58634;
}

.about-download-img h3 {
    padding-top: 14px;
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    color: #f58634;
}

.focus-sector {
    width: 100%;
    padding-top: 35px;
    height: auto;
}

.focus-sector-heading h3 {
    font-size: 28px;
    font-weight: 600;
    color: #f58634;
}

.moretext {
    display: none;
}

button.moreless-button {
    color: #161616;
}

button.moreless-button1 {
    color: #161616;
}

button.moreless-button2 {
    color: #161616;
}


.modal-headers {
    width: 100%;
    margin: 0 auto;
    display: block;
    background: #232868;
    padding: 15px;
    background-image: url(../../landing-page/ges_img/bg-modal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-contents p {
    font-size: 16px;
    font-family: 'basic-sans', sans-serif;
    line-height: 28px;
    text-align: justify;
}

.modal-contents {
    padding: 25px;
    border-radius: 0;
    background: white;
}
.modal-contents h3 {
    font-size: 24px;
    padding-bottom: 10px;
}
.modal-headers img {
    margin: 0 auto;
    display: block;
    width: 200px;
    border-radius: 50%;
}

.modal-headers h3 {
    text-align: center;
    padding-top: 10px;
    font-size: 21px;
    color: #fff;
}

.modal-headers h4 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 5px 0 15px;
    font-weight: 400;
}

.modal-content.heades button.close {
    position: absolute;
    top: 0;
    right: -15px;
    color: white;
    font-size: 25px;
    z-index: 9;
    background: black;
    width: 30px;
    height: 30px;
}

.modal-content.heades button.close span {
    font-size: 25px;
}

.modal-content.heades button.close:hover span {
    color: #fff;
}

.modal-content {
    border-radius: 0 !important;
}

a.services-content {
    font-weight: 600;
    justify-content: center;
    text-align: center;
    display: flex;
    text-transform: uppercase;
    width: auto;
    padding: 8px 20px;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 25px;
    background: #f58634;
    color: #fff;
    border-radius: 10px;
}




.services-sector {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #595959;
    margin: 25px 15px;
    margin-left: 0;
    position: relative;
    height: 250px;
}

.services_content {
    padding: 10px 15px;
    width: 100%;
}

.services_content h3 {
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
    word-break: break-all;
}

.services_content p {
    text-align: center;
    font-size: 14px;
}

.download_provisional {
    width: 100%;
    height: auto;
    background: #00669a;
    padding: 40px;
}

.dowlaod-provisional h2 {
    font-size: 35px;
    font-weight: 600;
    color: #ffff;
}

.download_provisional img {
    width: 50%;
    margin-right: 15px;
}

.dowlaod-provisional h2 {
    font-size: 32px;
    font-weight: 600;
}

.post-exhibitors {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.post-exhibitors .heading {
    background: #00669a;
    padding: 21px 10px;
    text-align: right;
    /* padding-right: 40px; */
}

.post-exhibitors {
    width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -1px 1px 20px -5px rgb(0 0 0 / 22%);
}

.post-exhibitors .heading h2 {
    font-size: 24px;
    padding: 0 !IMPORTANT;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.ges-card-expirence {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00669aab;
    overflow: hidden;
    width: 100%;
    height: 60px;
    transition: .5s ease;
}

.ges-card-expirence:hover .overlay {
    height: 50%;
    height: 60px;
}

.ges-card-expirence .text {
    color: white;
    font-size: 20px;
    position: relative;
    top: 0px;
    left: 0;
    text-align: left;
    width: 100%;
    padding: 25px;
}

.ges-card {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.ges-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #00669a;
    padding-bottom: 22px;
    text-align: left !important;
}

.ges-card-expirence .text h4 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 6px;
    margin-top: -8px;
}

.ges-card-expirence .text p {
    font-size: 16px;
}


.btn-wrapper {
    border: 1px solid #3A878D;
    border-radius: 10px;
    margin-top: 50px;
    overflow: hidden;
}

.btn-wrapper h3 {
    font-size: 28px;
    padding-left: 10px;
    background: #e6e6e6;
    padding: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background: #00669a;
    color: #fff;
    font-weight: 600;
}

a.btn-wrapper-column {
    margin: 25px;
    display: block;
    background: #f58634;
    text-align: center;
    padding: 12px 25px;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

a.btn-wrapper-colum2 {
    margin: 25px;
    display: block;
    background: #00669a;
    text-align: center;
    padding: 12px 25px;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.sidenav-logo {
    width: 80%;
    margin: 40px 0;
    padding: 40px 0;
    box-shadow: rgb(147 147 147 / 30%) 0px 7px 29px 0px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.sidenav-logo-bar {
    width: 100%;
    height: auto;
}

.sidenav-logo-bar img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.sidenav-logo-bar h5 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 15px;
}

.slider-logo img {
    width: 150px !IMPORTANT;
    margin: 0 auto;
}

.owl-dots {
    display: none;
}


section.footer {
    width: 100%;
    padding: 60px 40px;
    background: #00669a;
    margin-top: 50px;
}

.footer_content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.footer_content ul li {
    padding-bottom: 5px;
}

.footer_content ul li a {
    font-size: 16px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 400;
}

a.add-calender {
    background: #fff;
    padding: 10px 25px;
    display: block;
    margin: 15px 0;
    width: 195px;
    border-radius: 5px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

section.footer .footer-title {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 2px;
    text-transform: uppercase;
}

.footer-menu-wrap {
    display: flex;
    justify-content: space-between;
}

.footer-menu {
    margin: 0;
    padding: 0;
}

.footer-menu li {
    list-style: none;
    padding: 3px 0 3px 0;
    font-size: 16px;
}

.footer-menu a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

a.anchor {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

footer-list {
    padding: 0 40px;
}




.copyrights {
    padding: 15px;
    background: #015986;
    width: 100%;
    height: auto;
}

.privacy p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    align-items: center;
    letter-spacing: 0.002em;
    color: #FFFFFF;
}

.privacy p a {
    color: #f58634;
    font-size: 18px;
}

.tsp-countUp.last:before {
    display: none;
}

section.owl-counter-slider {
    display: none;
}


.mobile-logo {
    display: none !IMPORTANT;
}







/**delagate-for**/
.careers-experienced-content {
    padding: 60px 0;
    width: 100%;
}

.banner-header {
    padding: 100px 0;
    background: #dbf0ff;
}

.banner-header h1 {
    text-align: left;
    font-weight: 700;
    /* font-size: 35px; */
    color: #ffffff;
    text-transform: uppercase;
    font-size: 28px;
}

.experienced-heading {
    background: #FFFFFF;
    border: 1px solid #00669a;
    box-sizing: border-box;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 15%);
    border-radius: 20px 20px 0 0;
    padding: 36px 40px;
    width: 100%;
}

.experienced-heading h2 {
    font-size: 20px;
    padding-bottom: 25px;
    color: #00669a;
    text-transform: uppercase;
}

.experienced-heading label {
    font-weight: 600;
}
table.table.regsitration td {
    border-top: 1px solid #a7a7a7;
}

table.table.regsitration {
    border: 1px solid #a7a7a7;
    text-align: center;
}

.experienced-heading.form p {
    font-weight: 400;
}

.experienced-heading.form span {
    /*color: #ac0000; by sonu 10 Aug */
    font-weight: 600;
}

.experienced-heading.form .details {
    color: #00669a;
    font-weight: 700;
    font-size: 20px;
        padding-bottom: 25px;
            text-transform: uppercase;
}

div#heading h1 {
    color: #00669a;
    font-size: 28px;
    text-align: left;
    font-weight: 700;
}

button.apply-now {
    margin: 0 auto;
    display: block;
    width: 195px;
    height: 50px;
    text-align: center;
    background: #E8780A;
    border: 1px solid #A75402;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgb(145 134 124 / 45%);
    border-radius: 25px;
    padding: 10px 35px;
    color: #fff;
    position: relative;
    top: 0;
    line-height: 30px;
    font-weight: 600;
}

button.apply-now:hover {
    border: 1px solid #A75402;
    background: #fff;
    color: #E8780A;
}

.career-applynow {
    background: #F3F3F3;
    border-radius: 0px 0px 19px 19px;
    padding: 35px;
    border: 1px solid #00669a;
    border-top: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 110px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 11%);
    height: 48px;
}
select.form-control:not([size]):not([multiple]) {
    height: 48px !IMPORTANT;
}

.space-contarct {
    width: 100%;
    height: auto;
    padding: 60px 0;
    padding-bottom: 0;
}

.space-contarct p {
    font-size: 15px;
}

.space-contarct h2 {
    font-weight: 600;
    padding-bottom: 15px;
}

.careers-experienced-content.space-form {
    padding: 40px 0;
}


.service-inner-about {
    width: 100%;
    height: auto;
    padding: 60px 0;
}




/***summit_agenda**/
ul.nav.nav-tabs {
    width: 100%;
    z-index: 9;
    position: relative;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef00 #e9ecef00 #dee2e600;
}

.services-tabs ul.nav.nav-tabs a.nav-link {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: normal;
    color: #1f1d22;
    background-color: #f2f2f2;
    width: 250px;
    text-align: center;
    height: 100px;
    align-items: center;
    /* display: flex; */
    margin: 0 auto;
    justify-content: center;
    padding-top: 25px;
}

.services-tabs ul.nav.nav-tabs a.nav-link span {
    font-size: 18px;
}

.services-tabs ul.nav.nav-tabs a.nav-link span.day {
font-size: 16px;
    font-weight: 400;
}

.services-tabs ul.nav.nav-tabs a.nav-link.active {
    background-color: #00669a;
    color: #fff;
    position: relative;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e600;
}

.services-tabs ul.nav.nav-tabs a.nav-link.active:before {
position: absolute;
    content: " ";
    background: #00669a;
    width: 25px;
    height: 25px;
    border-radius: 3px 0 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: none;
    bottom: -5px;
    right: 50%;
    z-index: -1;
}

.agenda-content-wrap {
    width: 100%;
}

.agenda-time {
    max-width: 106px;
    width: 100%;
    text-align: center;
    position: relative;
}

.agenda-time:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border: 1px dashed #f07e29;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
}

.agenda-time:before {
    border: 1px dashed #3A878D;
}

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 0;
}

.timeline-tabs {
    border-radius: 3px;
    -webkit-box-shadow: 3px 6px 35px 0 rgb(0 0 0 / 12%);
    box-shadow: 3px 6px 35px 0 rgb(0 0 0 / 12%);
    background-color: #fff;
    padding: 35px 40px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e600 #dee2e600 #fff0;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 0.5em 0;
    white-space: nowrap;
}

.timeline-content .timeline-title {
    font-size: 18px;
    font-weight: 600;
    color: #00669a;
    letter-spacing: normal;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-marker:before {
    background: #f58634;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

/*.timeline-marker:after {*/
/*    content: "";*/
/*    width: 3px;*/
/*    background: #CCD5DB;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 24px;*/
/*    bottom: 0;*/
/*    left: 6px;*/
/*}*/

.border-bottom {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #cacaca !important;
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #FF6B6B;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
    padding-bottom: 40px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
    font-weight: 600;
}

/*----- TIMELINE PERIOD -----*/
.period {
    padding: 0;
}

.period .timeline-info {
    display: none;
}

.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    /*border-top: 3px solid #CCD5DB;*/
    border-bottom: 3px solid #CCD5DB;
}

.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}

.period .timeline-content {
    padding: 40px 0 70px;
}

.period .timeline-title {
    margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {

    .timeline-split .timeline,
    .timeline-centered .timeline {
        display: table;
    }

    .timeline-split .timeline-item,
    .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }

    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker {
        position: relative;
    }

    .timeline-split .timeline-content,
    .timeline-centered .timeline-content {
        padding-left: 30px;
    }

    .timeline-split .timeline-info,
    .timeline-centered .timeline-info {
        padding-right: 30px;
    }

    .timeline-split .period .timeline-title,
    .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {

    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }

    .timeline-centered .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }

    .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }

    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 50%;
    }

    .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }

    .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 30px;
    }

    .timeline-centered > .timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .timeline-centered .timeline-item.period {
        padding: 50px 0 90px;
    }

    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }

    .timeline-centered .period .timeline-title {
        left: auto;
    }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
    background: transparent;
    border-color: #FF6B6B;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
    background: #FF6B6B;
}

/**finish_summit_agenda**/


/**foreword**/

.banner-header {
    padding: 120px 30px;
    background: #dbf0ff;
    background-image: url(https://sepcevents.in/getex_2024/images/foreword_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.banner-header:before {
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
    top: 0;
    left: 0;
}
.foreword-content.cards {
    width: 100%;
    padding: 60px 0;
}

.services-sector.foreword_cards {
    margin: 10px 15px;
    background: #00669a;
}
.services-sector.foreword_cards p {
    text-align: justify;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}
.services-sector.foreword_cards .services_content h3 {
    font-size: 22px;
    color: #fff;
}
.services-sector.foreword_cards {
    margin: 10px 15px;
    background: #00669a;
    height: 600px;
        border: 0px solid #59595900;
}
a.book-stand.btn {
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}

.services-sector.foreword_cards a.book-stand.btn {
    width: auto;
    padding: 8px 20px;
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 25px;
}
.foreword-content p {
    padding-top: 7px;
}
/**foreword**/


.banner-header.summit {
    background-image: url(https://sepcevents.in/getex_2024/images/foreword_banner.jpg);
}

/**finish_summit**/


.card-sevices {
    background: #dbf0ff;
    padding: 5% 10%;
    border-radius: 15px;
    /* clip-path: polygon(0 0, 95% 1%, 100% 100%, 6% 100%); */
    min-height: 350px;
    padding-left: 4%;
}

.servicess .no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    overflow: hidden;
}
.servicess .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: unset !IMPORTANT;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 50px 0 30px;
}

.top-image {
    position: absolute;
    z-index: 1;
    top: -18px;
    left: 35px;
    overflow: hidden;
}
.top-image img {
    width: 300px !IMPORTANT;
}
.card-sevices p {
    font-weight: normal;
    text-align: justify !IMPORTANT;
}

.services-card {
    position: relative;
}
.services-icon img {
    position: absolute;
    z-index: 9;
    width: 100px !important;
    right: -52px;
    top: 88px;
    border: 6px solid white;
    border-radius: 50%;
}

.servicess .item {
    padding: 0 2%;
}
.card-sevices.second {
    background: #fae7d7;
}
.card-sevices.third {
    background: #fbd8e3;
}

.owl-carousel-services button.owl-next span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
  background: rgb(0 102 154);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    left: 60px;
    margin: 0 auto;
}
.owl-carousel-services button.owl-prev span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
  background: rgb(0 102 154);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
    display: block !IMPORTANT;
    right: 60px;
    margin: 0 auto;
}
.champion-sector.services p {
    text-align: center;
}
.card-sevices h2 {
    font-size: 22px;
    padding-bottom: 15px;
}

.Contact-Person {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    display: block;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0px;
    margin: 0 0 15px 0;
}
.Contact-Person span {
    background-color: #00669a;
    color: #fff;
    padding: 8px 10px;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.footercard {
    text-align: center;
    padding-bottom: 7px;
    font-weight: 500;
}
.footercard a {
    color: #000;
    text-align: left;
    font-size: 16px;
}

.enquiries {
    height: 230px;
    width: 100%;
}








@media(max-width:1680px) {
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 10%;
    }

    .ges-card-expirence .text h4 {
        font-size: 22px;
        white-space: nowrap;
    }
}





@media(max-width:1440px) {
    .about-download-img img {
        box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
        width: 100%;
    }

    .ges-card-expirence .text {
        padding: 25px 10px;
    }

    .ges-banner-content {
        width: 100%;
        padding: 70px 25px;
    }

    .post-exhibitors .heading h2 {
        font-size: 20px;
        font-weight: 600;
    }



    .services_content p {
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }
    .services-sector.foreword_cards {
    margin: 10px 5px;
}

.services-sector {
    height: 250px;
}
}

@media(max-width:1366px) {
    .ges-card-expirence .text h4 {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .ges-card-expirence:hover .overlay h4 {
        padding-bottom: 0;
    }

    .ges-card-expirence:hover .overlay {
        height: 50%;
    }

    .container-fluid {
        padding: 0 60px;
    }

    .nav-item {
        position: relative;
        padding: 5px 5px;
    }

    .tsp-box-counter p.tsp-section {
        font-size: 16px;
        font-weight: 300;
    }

    .tsp-box-counter p.count {
        font-size: 28px;
        font-weight: 700;
    }

    .tsp-count span {
        font-size: 24px;
        padding: 0px 6px 0;
    }

    /*.services_content {*/
    /*    padding: 10px 10px;*/
    /*    width: 100%;*/
    /*    height: 350px;*/
    /*}*/
    .btn-wrapper h3 {
        font-size: 24px;
    }
    
    a.book-stand {
    padding: 8px 20px;
    width: auto;
    }
    
}


@media(max-width:1360px) {

}

@media(max-width:1280px) {
    .post-exhibitors .heading h2 {
        font-size: 18px;
        font-weight: 600;
    }
    .services-sector.foreword_cards a.book-stand.btn {
    font-size: 14px;
}
}

@media(max-width:1152px) {
    .carousel-caption {
        position: absolute;
        right: 15%;
        top: 5%;
    }

    .tsp-box-counter p.count {
        font-size: 22px;
        font-weight: 700;
    }

    .tsp-count span {
        font-size: 20px;
        padding: 0px 6px 0;
    }

    .about-download-img h3 {
        font-size: 18px;
    }

    .about-download-img h3 span {
        font-size: 30px;
    }



    .container-fluid {
        padding: 0 40px;
    }

    section.owl-counter-slider {
        display: block;
    }

    section.big-screen-counter {
        display: none;
    }

    .tsp-box-counter p.tsp-section {
        font-size: 21px;
        font-weight: 300;
    }

    .tsp-countUp.last:before {
        display: block;
    }

    .tsp-countUp.last:before {
        display: none;
    }

    .tsp-countUp:before {
        height: 100vh;
    }

    .tsp-box-counter {
        padding: 0 25px;
    }

    .about-download-img {
        margin-top: 25px;
    }
}



@media (min-width:991px) and (max-width:1024px) {
    .ges-banner-content {
        width: 100%;
        padding: 30px 25px;
    }
}



@media(max-width:991px) {
    .ges_banner img {
        height: 500px;
    }

.navbar-nav li.nav-item ul li {
    padding: 5px 0;
}
    .carousel-caption {
        position: absolute;
        right: 0;
        top: 10%;
        left: 0;
    }

    .dowlaod-provisional {
        padding-bottom: 25px;
    }

    .ges-card-expirence {
        margin-bottom: 30px;
    }

    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #00669aab;
        overflow: hidden;
        width: 100%;
        height: 60px;
        transition: .5s ease;
        padding: 0 15px;
    }

    .ges-card-expirence:hover .overlay {
        height: 50%;
        height: 60px;
    }

    .footer_content {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    section.footer {
        width: 100%;
        padding: 60px 10px;
        background: #00669a;
        margin-top: 50px;
    }

    .footer-menu-wrap {
        display: block;
        justify-content: space-between;
    }

    .footer-menu {
        margin: 0;
        padding: 0;
        margin-bottom: 25px;
    }

    .navbar-collapse {
        position: absolute;
        max-width: 270px;
        top: 0;
        background: #00669a !important;
        z-index: 9;
        width: 100%;
        -webkit-transform: translatex(-100%);
        -ms-transform: translatex(-100%);
        transform: translatex(-100%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        height: 100%;
        min-height: 100vh;
        overflow-y: unset;
        overflow-x: unset;
        width: 250px;
        left: -5px;
        z-index: 9999;
    }

    .navbar-collapse.collapse.show {
        -webkit-transform: translatex(0%);
        -ms-transform: translatex(0%);
        transform: translatex(0%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }



    .mobile-logo {
        display: block !IMPORTANT;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    header.header-bg {
        width: 100%;
        background: #ffffff;
        padding: 0px 0px;
    }

    .navbar-brand {
        z-index: 999 !important;
        display: block !IMPORTANT;
        width: 70%;
    }

    a.navbar-brand img {
        width: 100%;
    }

    nav.navbar.navbar-expand-lg {
        padding: 5px 15px;
    }

    .navbar-nav li.nav-item ul:after {
        position: absolute;
        border-color: rgba(255, 150, 0, 0);
        border-bottom-color: #ff960000;
        border-width: 10px;
    }

    .navbar-nav li.nav-item ul {
        display: none;
        position: relative;
        top: 0;
        /*padding: 20px 0px;*/
        padding: 5px 0px;
        border-radius: 2px;
        /*box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);*/
        width: 100%;
        border-top: 2px #ff960000 solid;
        /* transition: 0.3s;*/
    }

    .navbar-nav li.nav-item ul li a {
        font-size: 15px;
        padding: 5px 15px;
    }
    
    .navbar-nav .nav-link {
    padding: 5px 15px;
}

    /*.navbar-nav li.nav-item:hover ul {*/
    /*    display: none;*/
    /*}*/
    /*ul.dropdowns.opened {*/
    /*    display: block !IMPORTANT;*/
    /*}*/

    .navbar-nav .nav-link {
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        z-index: 99;
        position: relative;
    }

    .showBtn {
        display: block;
    }

    .hideme {
        display: none;
    }


    li.nav-item.nav-dropdown::before {
        content: "\f078";
        position: absolute;
        right: 11px;
        top: 14px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #ffff;
        z-index: 10;
        font-size: 11px;
        color: white;
        font-size: 13px;
    }

    ul.navbar-nav {
        margin-left: 0px;
    }

    .navbar-expand-lg .nav-item.nav-dropdown {
        position: relative;
        border-bottom: 1px solid white;
    }

    .nav-item {
        position: relative;
        padding: 10px 0px;
        border-bottom: 1px solid white;
    }

ul.nav.nav-tabs li.nav-item {
    width: 100%;
    padding: 4px 10px;
}

    .services-tabs ul.nav.nav-tabs a.nav-link {
        width: 100%;
    }

    .timeline-item.track1 {
        padding: 0;
    }

.services-tabs ul.nav.nav-tabs a.nav-link.active:before{
    display:none;
}
div#myTabContent {
    margin-top: 5px;
}
.servicess .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: unset !IMPORTANT;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 50px 0 20px;
}
.card-sevices {
    min-height: 300px;
    padding-left: 4%;
}
.services-sector.foreword_cards a.book-stand.btn {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px 25px;
    position: relative;
}
.services-sector.foreword_cards {
    margin: 10px 15px;
    background: #00669a;
    height: auto;
    border: 0px solid #59595900;
}
.sidelogo {
    margin-top: 30px !IMPORTANT;
}
}



@media(max-width:767px) {
    .carousel-caption .container-fluid {
        padding: 0;
    }

    .ges-banner-content {
        width: 100%;
        padding: 100px 35px;
        background: #00669ab3;
        border-radius: 0;
    }

    .carousel-caption {
        position: relative;
        right: 0;
        top: 0;
        left: 0;
        padding: 0;
    }

    .ges_banner img {
        height: 250px;
    }

    .ges-banner-content {
        width: 100%;
        padding: 20px 35px;
    }

    .header-btn {
        display: block !IMPORTANT;
        margin-top: 25px;
    }

    a.book-stand {
        padding: 10px 20px;
        width: 100%;
        font-weight: 500;
        display: block;
    }

    .container-fluid {
        padding: 0 20px;
    }

    .post-exhibitors .heading {
        border-radius: 15px;
        background: #00669a;
        padding: 14px;
        text-align: right;
        padding-right: 40px;
        border-bottom-right-radius: 15px;
    }

    .post-exhibitors .heading h2 {
        font-size: 15px;
        font-weight: 500;
        text-align: left;
    }

    .logo-slider {
        padding: 15px 0;
    }

    .download_provisional {
        width: 100%;
        height: auto;
        background: #00669a;
        padding: 40px 20px;
    }

    .dowlaod-provisional h2 {
        font-size: 25px;
        font-weight: 600;
    }

    a.btn-wrapper-column {
        margin: 10px;
    }

    a.btn-wrapper-colum2 {
        margin: 10px;
    }

    .download_provisional img {
        width: 45%;
        margin-right: 0;
        margin: 0 20px;
        margin-left: 0;
    }

    .btn-wrapper h3 {
        font-size: 20px;
    }

    section.footer {
        width: 100%;
        padding: 5px 10px;
    }

    form#delegateForm {
        width: 100%;
    }


    .table-bordered {
        border: 1px solid #dee2e6;
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    table.table.regsitration {
        border: 1px solid #dee2e6;
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    table.table.regsitration td {
        border-top: 1px solid #a7a7a700;
    }

    .experienced-heading {
        padding: 36px 20px 0;
        width: 100%;
    }

    .banner-header {
        padding: 70px 0;
        margin-top: 0px;
    }

    .banner-header h1 {
        text-align: center;
        font-weight: 700;
        font-size: 25px;
    }

    table.table.table-bordered input {
        width: 100%;
    }

    .btn-info {
        margin: 15px 0;
    }

    .nav-col-social .social-links {
        max-width: 38px;
    }

    .social-links ul li a {
        padding: 7px 0;
        color: #fff;
        display: block;
        font-size: 16px;
    }

    .sidenav-logo {
        width: 100%;
    }
    .servicess .owl-carousel .owl-stage-outer {
    padding: 50px 0 0px;
}
.card-sevices {
    min-height: 380px;
    padding-left: 4%;
}
.service-inner-about {
    width: 100%;
    height: auto;
    padding: 30px 0;
}
}



@media(max-width:480px) {
    .ges-banner-content h3 {
        font-weight: 500;
        font-size: 20px;
        text-align: left;
        line-height: 25px;
    }

    .ges-banner-content h3 {
        font-weight: 500;
        font-size: 16px;
    }


    /*header.header-bg {*/
    /*    position: fixed;*/
    /*    margin: 0 auto;*/
    /*    width: 100%;*/
    /*    top: 0;*/
    /*}*/
    /*.ges_banner {*/
    /*    margin-top: 38%;*/
    /*}*/
    /*.banner-header {*/
    /*    margin-top: 37%;*/
    /*}*/
    
    .foreword-content.cards {
    width: 100%;
    padding: 60px 0 30px;
}
.services-card {
    position: relative;
    height: 445px;
}
}



@media (max-width: 990px) and (orientation: landscape) {
    a.navbar-brand img {
        width: 50%;
    }

    .social-media.ml-auto {
        margin: 0 auto;
    }

    .social-media ul li img {
        max-width: 100px;
    }

    .navbar-collapse.collapse.show {
        -webkit-transform: translatex(0%);
        -ms-transform: translatex(0%);
        transform: translatex(-8%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}


@media (max-width: 800px) and (orientation: landscape) {
    .navbar-collapse.collapse.show {
        -webkit-transform: translatex(0%);
        -ms-transform: translatex(0%);
        transform: translatex(0%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}

.our-methodlogy {
    width: 100%;
    margin: 25px 0 0;
}
.Card-single {
    margin: 50px 0 10px 0;
}

#Card-area {
    padding: 112px 0 118px;
    position: relative;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}


.Card-single .Card-single-item {
    padding: 35px 20px 30px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 20%);
        min-height: 350px;
        border-radius: 25px;
}

.Card-single .Card-single-item .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 50px;
    line-height: 75px;
    position: relative;
    border-radius: 50%;
    background-color: #5f4dfd7d;
    color: #fff;
    font-size: 40px;
    z-index: 9;
}

.Card-single-item.text-center img {
    width: 50px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 10px;
        filter: brightness(0) invert(1);
}

.Card-single .Card-single-item.two .icon {
    background-color: #693cb8
}

.Card-single .Card-single-item.three .icon {
    background-color: #4dd1ed
}

.Card-single .Card-single-item.four .icon {
    background-color: #ecae19
}

.Card-single .Card-single-item .icon:before {
    width: 125px;
    height: 125px;
    position: absolute;
    content: '';
    top: -27px;
    left: -28px;
    border-radius: 50%;
    background-color: #1cb68c7a;
}

.Card-single .Card-single-item .icon:after {
    width: 100px;
    height: 100px;
    position: absolute;
    content: '';
    top: -14px;
    left: -15px;
    border-radius: 50%;
    background-color: #006699;
    z-index: -1;
}
.Card-single .Card-single-item.two .icon:before {
    background-color: rgba(105, 60, 184, 0.2);
}

.Card-single .Card-single-item.two .icon:after {
    background-color: rgba(105, 60, 184, 0.5);
}

.Card-single .Card-single-item.three .icon:before {
    background-color: rgba(77, 208, 237, 0.2);
}

.Card-single .Card-single-item.three .icon:after {
    background-color: rgba(77, 208, 237, 0.5);
}

.Card-single .core-feature-single-item.four .icon:before {
    background-color: rgba(236, 174, 25, 0.2);
}

.Card-single .Card-single-item.four .icon:after {
    background-color: rgba(236, 174, 25, 0.5);
}

.Card-single .Card-single-item h3 {
    font-size: 20px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.Card-single .hover-shape {
    width: 20px !important;
    height: auto;
    position: absolute;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: rotate(260deg);
}
.Card-single .Card-single-item p {
    font-size: 16px;
    position: relative;
    text-align: left;
    padding-left: 47px;
    color:#000;
}
.Card-single .Card-single-item p a{
    color:#000;
}
.Card-single .Card-single-item p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 14px;
    width: 14px;
    border-radius: 90px;
    left: 11px;
    top: 4px;
    background-color: #ffffff;
    border: 3px solid #006699;
}

.Card-single .hover-shape-1 {
    left: 30px;
    top: 30px;
}

.Card-single .hover-shape-2 {
    right: 35%;
    top: 40px;
}

.Card-single .hover-shape-3 {
    right: 30px;
    bottom: 40%;
}

.Card-single .hover-shape-4 {
    right: 35%;
    bottom: 40px;
}

.Card-single .hover-shape-5 {
    left: 30px;
    bottom: 35%;
}

.Card-single:hover .hover-shape {
    opacity: 1;
    transform: rotate(100deg);
}

.Card-single:hover .hover-shape-1 {
    left: -25px;
    top: 25px;
}

.Card-single:hover .hover-shape-2 {
    right: 35%;
    top: -30px;
}

.Card-single:hover .hover-shape-3 {
    right: -20px;
    bottom: 40%;
}

.Card-single:hover .hover-shape-4 {
    right: 35%;
    bottom: -30px;
}

.Card-single:hover .hover-shape-5 {
    left: -25px;
    bottom: 35%;
}

.Card-single .Card-single-item:hover {
    background-image: linear-gradient(to right bottom, #006699, #006699, #1cb68c, #1cb68c);
}

.Card-single .Card-single-item.four:hover .icon {
    color: #ecae19
}

.Card-single .Card-single-item:hover .icon:before {
    background-color: rgba(255, 255, 255, 0.2);
}

.Card-single .Card-single-item:hover .icon:after {
    background-color: rgb(28 182 140);
}

.Card-single .Card-single-item:hover h3,
.Card-single .Card-single-item:hover p {
    color: #fff !important
}

.Card-single .Card-single-item:hover h3,
.Card-single .Card-single-item:hover p a{
    color: #fff !important
}

.Card-single .Card-single-item:hover .icon {
    background-color: #3546fc;
    color: #f03858;
}

.load-more-btn a {
    background-image: linear-gradient(90deg, rgb(174, 14, 233) 0%, rgb(46, 25, 167) 100%);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.20);
    display: inline-block;
    border-radius: 25px;
    margin-top: 50px;
    padding: 14px 36px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-size: 100% auto
}

.load-more-btn a:hover {
    background-size: 200% auto;
    text-decoration: none;
}



.our-methodlogy {
    padding: 60px 0;
    background: #f4f6fb;
}