body {
    background: #fff;
    color: #000000;
    font-family: 'Poppins';
    overflow-x: hidden;
}


html {
    scroll-behavior: smooth;
}


:root {
    --primary: #074775;
    --secondary: #000;
    --third: #d1d2d4;
}


p {
    padding: 0;
    margin: 5px 0;
    font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Raleway", sans-serif;*/
    font-family: 'Poppins';
    font-weight: 400;
    padding: 0;
}


.wow {
    visibility: hidden;
}




.logo {
    width: 100% !IMPORTANT;
    max-height: 100px;
    background: #fff;
    border-radius: 5px;
}

.header-right-logo {
    width: 20%;
    border-radius: 5px;
}

header.header-bg {
    /* background: #074775; */
    width: 100%;
    position: fixed;
    z-index: 999;
}

.navbar_sticky {
    background-color: #097a98;
    top: 0;
}

/*header .container {*/
/*    max-width: 1200px;*/
/*    background: #074775;*/
/*    border-radius: 15px;*/
/*}*/


.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    width: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
}


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: 'Poppins';
    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;
    font-weight: 400;
    /* 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;
}









#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;
}

/*--------------------------------------------------------------
# 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: poppins;
    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: #3cb3c4;
    border-radius: 50px;
    padding: 11px 30px !IMPORTANT;
}

/* Mobile Nav body classes */

.e-waste-banner {
    width: 100%;
    position: relative;
}

.e-waste-banner:before {
    content: "";
    /* background: rgb(0 0 0 / 70%); */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #00080d;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.e-waste-banner img {
    width: 100%;
    height: 90vh;
}

.carousel-control-prev {
    z-index: 9;
}

.carousel-control-next {
    z-index: 9;
}


.banner-content {
    position: absolute;
    z-index: 15;
    width: 100%;
    top: 50%;
    margin-top: 23%;
}

.banner-content h1 {
    font-weight: 700;
    text-align: center;
    font-size: 53px;
    color: #3cb3c4;
}

.banner-content p {
    text-align: center;
    color: #fff;
    font-size: 23px;
}

p.date {
    background: #3cb3c4;
    width: 30%;
    justify-content: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.banner-one-shape3 {
    position: absolute;
    border: 20px solid rgb(255 255 255 / 95%);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    top: 70%;
    right: 140px;
    mix-blend-mode: overlay;
    z-index: 99;
    -webkit-animation: animation-one linear infinite 5s;
    animation: animation-one linear infinite 5s;
}

.banner-one-shape2 {
    position: absolute;
    border: 20px solid rgb(255 255 255 / 95%);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    top: 30%;
    left: 140px;
    mix-blend-mode: overlay;
    z-index: 99;
    -webkit-animation: animation-one linear infinite 5s;
    animation: animation-one linear infinite 5s;
}
a.registernow-banner {
    background: #3cb3c4;
    padding: 12px 25px;
    border-radius: 5px;
    color: #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 13%;
}
.countdown {
    padding: 21px 10px;
    background-color: #004c82;
    border-radius: 12px;
}

section.about-us {
    padding: 60px 0;
}

.about-heading h1 {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    color: #00365c;
}

.about-heading h1:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 5px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #074775 20%, #3cb3c4);
}

.about-us-para {
    padding-top: 55px;
}

.about-us-para p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #000;
    text-align: justify;
    position: relative;
}
.brochure p {
    color: #000 !Important;
    font-size: 16px;
}
.brochure a {
    font-weight: 600;
    text-align: left;
    color: #fff;
    background: #3cb3c4;
    font-size: 16px;
    width: 200px;
    padding: 9px 20px;
    border-radius: 25px;
}

.about-img {
    margin-top: 14%;
}

.about-img img {
    width: 100%;
    border-radius: 0;
}

section.objective-hig {
    width: 100%;
    padding: 60px 0;
}


.objectibe-bg svg {
    transition: all 0.5s;
    filter: drop-shadow(7px 5px 30px rgba(72, 73, 121, 0.15));
    width: 80%;
    margin: 0 auto;
    display: block;
}
.objectibe-bg:hover svg{
    /* box-shadow: 0 0.5rem 5rem rgb(0 0 0 / 35%) !important; */
    filter: drop-shadow(7px 5px 30px rgba(72, 73, 121, 0.50));
}
.objective-img {
    top: 15px;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    justify-content: center;
}

.objective-img img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

section.objective-hig {
    width: 100%;
    padding: 60px 0;
    background-image: url(/assets/images/line.png);
    background-repeat: no-repeat;
}

.first {
    margin-top: 90px;
}

.first img {
    margin-left: 20px;
}

.second {
    margin-top: -30px;
}

.third {
    margin-top: 60px;
}


section#exhibition {
    width: 100%;
    padding: 60px 0;
}


.left-cont {
    width: 100%;
    min-height: 386px;
    background: #074775;
    border-radius: 0 10% 10% 0/ 0 50% 50% 0;
    padding-left: 25%;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 3px 2px 11px rgb(255 255 255 / 30%);
    padding: 40px 0 40px 25%;
    z-index: 9;
    position: relative;
}

.left-cont h1 {
    padding-top: 20px;
    text-align: left !IMPORTANT;
    padding-bottom: 15px;
    font-weight: 600;
    font-family: 'Poppins';
}

.left-cont p {
    font-family: 'Poppins';
    font-size: 18px;
    text-align: left;
}

.left-cont ul {
    padding-top: 15px;
    padding-left: 25px;
}

.left-cont ul li {
    font-family: 'Poppins';
    font-size: 18px;
    text-align: left;
    padding: 7px 0;
    position: relative;
}

.left-cont ul li:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 14px;
    width: 14px;
    border-radius: 90px;
    left: -20px;
    top: 14px;
    background-color: #074775;
    border: 2px solid #3cb3c4;
}

.banner-pd {
    z-index: 9;
    position: absolute;
    bottom: -67px;
    opacity: 0.02;
    left: -26px;
}

img.dosts {
    position: absolute;
    top: -90px;
    /* filter: brightness(0) invert(1); */
    right: 0;
    z-index: 99;
}

.exhibiton-div {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.exhibiton-div img {
    width: 100%;
}

.objective-confrence-list ul {
    padding-top: 50px;
}

.objective-confrence-list li {
    font-family: 'Poppins';
    font-size: 18px;
    text-align: left;
    padding: 7px 0;
    position: relative;
}

.objective-confrence-list li:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 14px;
    width: 14px;
    border-radius: 90px;
    left: -20px;
    top: 14px;
    background-color: #e7fcff;
    border: 3px solid #074775;
}

.objective-img-conf img {
    width: 70%;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 81px;
}

.left-cont.attend {
    border-radius: 10% 0% 0% 10% / 50% 0% 0% 50%;
    padding: 40px 20% 40px 0%;
}

.left-cont.attend h1 {
    text-align: center !IMPORTANT;
}

.left-cont.attend {
    border-radius: 10% 0% 0% 10% / 50% 0% 0% 50%;
    padding: 40px 20% 40px 0%;
    background: #3cb3c4;
}

.left-cont.attend li::before {
    background-color: #3cb3c4;
    border: 2px solid #074775;
}

section.agenda {
    width: 100%;
    padding: 60px 0;
}

.agenda-heading {
    width: 100%;
    padding-top: 50px;
    text-align: center;
}

.agenda-heading p {
    font-family: 'Poppins';
    font-size: 18px;
    text-align: center;
    position: relative;
}

.card-img {
    width: 100%;
    display: flex;
    margin: 5px 0;
}

.topics-img {
    width: auto;
    text-align: left;
}

.topics-img img {
    width: 100px;
}

.topics-content {
    padding: 14px 0 0;
}


#contact {
    padding: 60px;
    background: #097a98;
}

.key-contacts {
    width: 100%;
    height: 165px;
      border: 1px dashed #cdf9ff;
    margin: 15px auto !important;
    z-index: 0;
    padding: 7px 15px;
}

.key-contacts .name {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.key-contacts .designation {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.key-contacts p a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 18px;
}

.contact-us {
    padding-bottom: 40px;
}

.contact-us h5 {
    color: #fff;
    text-align: center;
}

.contact-us h1 {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.contact-us p {
    text-align: center;
}

.contact-us p a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}



.footer.footer-bar {
    padding: 15px 0;
    border-top: 1px solid #efefef;
    font-size: 12px;
    margin-top: 30px;
}

.footer.footer-bar p {
    font-size: 18px;
    font-family: poppins;
}

.privacy p a {
    color: #074775;
    font-weight: bold;
}

.privacy {
    text-align: left;
}

.social-icon {
    text-align: right;
}

.social-icon a .fa {
    font-size: 18px;
    color: #000;
    margin-right: 20px;
}


.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
    background: #fff;
}

.partner-section {
    width: 100%;
    padding: 15px;
    /* box-shadow: 0px 3px 30px 0px rgb(24 22 43 / 14%); */
    border: 1px dashed #00000014;
    margin-top: 60px;
    border-radius: 10px;
    min-height: 390px;
}

.partner-img img {
    width: 100%;
}

.partner-content {
    width: 75%;
    background: #074775;
    padding: 5px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    text-align: left;
    background-color: #FFFFFF;
    padding: 25px 30px 25px 30px;
    box-shadow: 0px 3px 30px 0px rgb(24 22 43 / 14%);
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-radius: 10px 10px 10px 10px;
}

.partner-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

/*.partner-section:hover {*/
/*    background: #38bcd84d;*/
/*}*/





.shine {
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.shine:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    width: 100%;
    height: 100%;
    background: #38bcd84d;
    /* z-index: 1; */
    transition: 0.5s ease-in-out;
    border-radius: 10px;
}

.shine:hover:before {
    bottom: 0;

}

.shine:nth-child(1):before {
    background: #38bcd84d;
    z-index: -1;
}

.shine {
    position: relative;
    z-index: 2;
}

.shine:hover a,
.shine:hover p {
    color: #fff;
    z-index: 99;
    position: relative;
    transition: 0.5s ease-in-out;
}

.shine:hover a.btn-action.style-2 {
    border: 1px solid #fff;
}


.blog-grid .shine .blog-content {
    padding: 22px 12px 10px;
    position: relative;
    z-index: 99;
}

.blog-box:hover .blog-content .title {
    color: #fff;
}
.topics-content p {
    font-family: 'Poppins';
    font-size: 16px;
    text-align: left;
    position: relative;
}





/*==================== CARD PRICING ====================*/
section.price {
    width: 100%;
    padding: 60px 0;
}

.delegate-price {
    position: relative;
    background-color: #fff;
    padding: 2rem 1.5rem 2.5rem;
    border-radius: 10px;
    transition: .4s;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    min-height: 330px;
    margin-top: 80px;
}

.price h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.price p {
    color: #a0a0a0;
}

.price-list ul {
    padding: 5px 0;
}

.price-list li {
    font-family: 'Poppins';
    font-size: 16px;
    text-align: left;
    padding: 7px 0;
    position: relative;
}

.price-list li i {
    color: #3cb3c4;
    font-size: 15px;
}

.price {
    padding: 15px 0 0;
}

.price-list {
    padding: 15px 0;
}

.price-amt {
    position: absolute;
    right: 0;
    top: -16px;
    /* width: 80px; */
    /* height: 60px; */
    background: #3cb3c4;
    text-align: center;
    line-height: 53px;
    font-size: 29px;
    color: #fff;
    padding: 10px;
}

.price-amt p {
    color: white;
    font-size: 23px;
    font-weight: 600;
}

.price-amt:before {
    content: "";
    width: 14px;
    height: 16px;
    background-color: #3cb3c4;
    top: 0;
    left: -14px;
    position: absolute;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.price-amt::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    background-color: #fff;
    left: 0;
    bottom: -1px;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
    border: 0;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}
.delegate-price:hover {
    box-shadow: 0 .5rem 5rem rgba(0, 0, 0, .35) !important;
}

.delegate-fee ul {
    padding-top: 3px;
}
.delegate-fee li {
    font-family: 'Poppins';
    font-size: 14px;
    text-align: left;
    padding: 4px 0;
    position: relative;
    padding-left: 0;
}
.delegate-fee h3 {
    font-weight: 600;
    padding-bottom: 10px;
}

/*.price-am:after, .price-am:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*}*/



button.price-btn {
    background: #3cb3c4;
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 25px;
    font-size: 17px;
    color: #fff;
}




.from-banner {
    background: transparent linear-gradient(90deg, #097a98 0%, #3cb3c4 100%) 0% 0% no-repeat padding-box;
    padding-top: 150px;
    padding-bottom: 50px;
}

.banner-header h2 {
    font-size: 40px;
    font-weight: 600;
}
section.register-form {
    padding: 60px;
    width:100%;
}
.register-now h1 {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
}
section.register-form form.register {
    margin-top: 60px;
}

section.register-form form.register {
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 25px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important;
}

form.register label {
    font-weight: 600;
    font-size: 18px;
    font-family: poppins;
}
.username-form {
    padding-left: 0;
}
form.register .form-control {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    /*margin-bottom: 25px;*/
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #f7f7f7;
    font-size: 16px;
    letter-spacing: 1px;
    height: 50px;
    font-weight: 600;
}


.form-control option {
    font-weight: 500;
}



.multi-field-wrapper {
    position: relative;
}
button.add-field {
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    color: #fff;
    margin-left: 15px;
}
button.remove-field {
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    left: 130px;
    bottom: 0;
}

.multi-field {
    margin-bottom: 15px;
    position: relative;
}


form.register p {
    font-size: 16px;
}

button.btn.submit {
    padding: 10px 35px;
    background: #3cb3c4;
    color: #fff;
    margin: 0 auto;
    display: block;
}
.remove button.add-field {
    display: none;
}

a.remove-field.btn-remove-customer {
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    color: #fff;
    /*margin-left: 15px;*/
    margin-bottom: 25px;
}

section.partner {
    width: 100%;
    padding: 60px 0;
}

.partner-card {
    border: 1px solid silver;
    margin-top: 40px;
}
.partner-card h5 {
    text-align: center;
    font-weight: 600;
    position: relative;
    top: 25px;
}

.partner-card img {
    width: 70% !IMPORTANT;
    margin: 0 auto;
    display: block;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
    pointer-events: auto;
    opacity: 100%;
}
section.partner button.owl-prev span {
    position: absolute;
    left: -55px;
    top: 45%;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: rgb(60 179 196);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
}

section.partner  button.owl-next span {
    position: absolute;
    right: -55px;
    top: 45%;
    font-size: 37px;
    color: #fff;
    width: 35px;
    height: 35px;
  background: rgb(60 179 196);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 15%);
    align-items: center;
    border-radius: 50%;
    padding: 0;
    line-height: 30px;
}

section.thankyou {
    width: 100%;
    padding: 150px 0;
    padding-bottom: 50px;
}
.thanku-content {
    margin-top: 40px;
}
.thanku-content h1 {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
}
.thanku-content p {
    color: #000;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 18px;
}
.thanku-content span i {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #00a825;
    font-size: 35px;
    border-radius: 50px;
    line-height: 58px;
    margin-bottom: 15px;
}
.thanku-content h1 {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    padding-bottom: 10px;
}
.thanku-content.payment-fail span i {
    background: red;
}


/**media**/


@media(max-width:1600px) {
    .banner-content {
        margin-top: 15%;
    }

    .left-cont {
        padding: 40px 0 40px 16%;
    }
}

@media(max-width:1440px) {

    .left-cont {
        padding: 40px 0 40px 12%;
    }

    .first {
        margin-top: 130px;
    }

    .second {
        margin-top: 0;
    }

    .third {
        margin-top: 20px !IMPORTANT;
    }
}

@media(max-width:1400px) {
    .banner-content {
        margin-top: 25%;
    }
}

@media(max-width:1366px) {
    .banner-content {
        margin-top: 13%;
    }
}

@media(max-width:1280px) {
    .banner-content {
        margin-top: 20%;
    }

    .m2-txt2 {
        font-size: 14px;
        color: #fff;
        line-height: 1;
    }

    .l1-txt2 {
        font-family: unset;
        font-size: 30px;
        color: #fff;
        line-height: 1;
        font-weight: 700;
    }
}

@media(max-width:1024px) {

    div#carouselExampleIndicators {
        position: absolute;
        top: 0%;
        width: 100%;
    }

    .banner-content {
        position: relative;
        z-index: 15;
        width: 100%;
        top: 50%;
        margin-top: -2%;
    }

    .e-waste-banner:before {
        height: 83vh;
    }

    .e-waste-banner {
        width: 100%;
        position: relative;
        height: 85vh;
    }

    .e-waste-banner img {
        width: 100% !IMPORTANT;
        height: 83vh;
    }

    .second {
        margin-top: 90px;
    }

    .first {
        margin-top: 150px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff !important;
        font-size: 13px;
    }
    .header-right-logo {
    width: 16%;
    border-radius: 5px;
}
}




@media(max-width:991px) {
    .header-right-logo {
       width: 50%;
        border-radius: 5px;
        float: right;
        margin-left: 15px;
        height: 90px;
    }

    .logo {
        width: 15% !IMPORTANT;
        max-height: 100px;
        background: #fff;
        border-radius: 5px;
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9);
        display: flex;
    }

    .left-cont {
        padding: 40px 5% 40px 5%;
    }

    .objectibe-bg {
        margin: 25px 0;
    }

    .first {
        margin-top: 0;
    }

    .second {
        margin-top: 0;
    }

    .third {
        margin-top: 0;
    }

    .objective-confrence-list {
        width: 100%;
        padding-left: 40px;
    }

    section#exhibition .col-lg-10.col-md-12.pr-0 {
        padding: 0;
    }

    .left-cont.attend {
        padding: 40px 0;
    }

    .left-cont.attend .row {
        margin: 0 10px;
    }

    .left-cont ul {
        padding-top: 15px;
        padding-left: 0;
    }

    p.date {
        width: 40%;
    }

    .banner-content h1 {
        font-size: 45px;
    }

    .banner-content p {
        font-size: 20px;
    }

    .banner-content {
        margin-top: 10%;
    }

    .exhibiton-div {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .key-highlights .row {
        margin: 0 -15px;
    }

    #contact {
        padding: 60px 0;
    }

    .carousel-control-prev {
        z-index: 999;
    }

    .carousel-control-next {
        z-index: 999;
    }

    .key-contacts {
        width: 100%;
        height: auto;
    }
.username-form {
    padding-left: 17px;
}
.username-form01 {
    padding-right: 15px !IMPORTANT;
}
.privacy {
    text-align: center;
}
.social-icon {
    text-align: center;
}
section.partner button.owl-next span{
display:none;
}
section.partner button.owl-prev span
display:none;
}

}

@media (max-width: 800px) {
    .e-waste-banner:before {
        height: 65vh;
    }

    .e-waste-banner {
        width: 100%;
        position: relative;
        height: 65vh;
    }

    .e-waste-banner img {
        width: 100% !IMPORTANT;
        height: 65vh;
    }

    .banner-content {
        margin-top: 7%;
    }
}

@media (max-width: 767px) {
    .banner-content p {
        text-align: center;
        color: #fff;
        font-size: 18px;
    }

    p.date {
        background: #3cb3c4;
        width: 45%;
    }

    .e-waste-banner img {
        width: 100% !IMPORTANT;
        height: 64.5vh;
    }

    .e-waste-banner:before {
        height: 64.7vh;
    }

    .e-waste-banner {
        width: 100%;
        position: relative;
        height: 65vh;
    }

    .banner-content h1 {
        font-weight: 700;
        text-align: center;
        font-size: 40px;
        color: #3cb3c4;
    }

    .banner-content p {
        text-align: center;
        color: #fff;
        font-size: 18px;
    }

    .banner-content {
        margin-top: 7%;
    }
section.register-form {
    padding: 60px 0;
    width: 100%;
}
section.objective-hig {
    background: #fff;
}


}

@media (max-width: 575px) {
    .header-right-logo {
        width: 50%;
        border-radius: 5px;
        float: right;
        margin-left: 15px;
        height: 50px;
    }

    div#carouselExampleIndicators {
        position: absolute;
        top: 11%;
        width: 100%;
    }

    .e-waste-banner:before {
        height: 73.3vh;
    }

    section.about-us {
        padding: 60px 0;
        padding-top: 0;
    }

    .left-cont ul {
        padding-top: 15px;
        padding-left: 35px;
    }

    .left-cont.attend ul {
        padding-left: 0;
    }

    p.date {
        background: #3cb3c4;
        width: 70%;
    }
    .thanku-content {
    margin-top: 0;
}
.thanku-content h1 {
    font-size: 25px;
    padding-bottom: 10px;
}
.thanku-content p {
    font-size: 16px;
}
.brochure a {
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #3cb3c4;
    font-size: 15px;
    width: 248px;
    padding: 9px 20px;
    border-radius: 25px;
    margin: 0 auto;
    display: block;
}
}

@media (max-width: 480px) {
    .banner-content h1 {
        font-weight: 700;
        text-align: center;
        font-size: 30px;
        color: #3cb3c4;
    }

    .header-right-logo {
        width: 50%;
        border-radius: 5px;
        float: right;
        margin-left: 15px;
        height: 42px;
    }

    .about-heading h1 {
        text-align: center;
        font-weight: 600;
        font-size: 28px;
        color: #00365c;
    }

    .agenda-heading {
        width: 100%;
        padding-top: 25px;
        text-align: center;
    }

    .agenda-heading p {
        font-family: 'Poppins';
        font-size: 16px;
        text-align: center;
        padding: 0px 0;
        position: relative;
    }

    .left-cont h1 {
        padding-top: 20px;
        text-align: left !IMPORTANT;
        padding-bottom: 15px;
        font-weight: 600;
        font-family: 'Poppins';
        font-size: 28px;
    }

    .e-waste-banner {
        width: 100%;
        position: relative;
        height: 100vh;
    }

    .e-waste-banner:before {
        height: 90.5vh;
    }

    .e-waste-banner img {
        width: 100% !IMPORTANT;
        height: 82.5vh;
    }

    .banner-content {
        margin-top: 0%;
    }

    div#carouselExampleIndicators {
        position: absolute;
        top: 8%;
        width: 100%;
    }

    .contact-us h1 {
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 28px;
    }
    

.from-banner {

    padding-top: 97px;
    padding-bottom: 50px;
}
.objective-img img {
    margin-top: 25px;
}
section.thankyou {
    width: 100%;
    padding: 100px 0;
    padding-bottom: 20px;
}
}

/*@media (max-width: 400px){*/
/*.banner-content {*/
/*    margin-top: 12%;*/
/*}*/
/*}*/
@media (max-width: 360px) {
    .banner-content {
        position: relative;
        z-index: 15;
        width: 100%;
        top: 50%;
        margin-top: 0%;
    }

    p.date {
        background: #3cb3c4;
        width: 80%;
    }

    .l1-txt2 {
        font-family: unset;
        font-size: 21px;
    }
    a.navbar-brand {
    width: 60%;
}
    .logo {
    width: 20.2% !IMPORTANT;
    max-height: 100px;
    background: #fff;
    border-radius: 5px;
}
    .header-right-logo {
    width: 70%;
    border-radius: 5px;
    float: right;
    margin-left: 15px;
    height: 42px;
}
}





@media only screen and (max-width: 900px) and (orientation: landscape) {
    header.header-bg {
        /* background: #074775; */
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
    }

    .e-waste-banner {
        width: 100%;
        position: relative;
        height: 100vh;
        margin-top: 115px;
    }

    .banner-content {
        position: relative;
        z-index: 15;
        width: 100%;
        top: 50%;
        margin-top: 5%;
    }

    .e-waste-banner:before {
        content: "";
        /* background: rgb(0 0 0 / 70%); */
        position: absolute;
        bottom: 0;
        top: -1px;
        left: 0;
        right: 0;
        z-index: 2;
        background-color: #00080d;
        opacity: 0.7;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        height: 100vh;
    }

    .banner-content {
        position: relative;
        z-index: 15;
        width: 100%;
        top: 50%;
        margin-top: 0%;
    }

    .banner-content h1 {
        font-weight: 700;
        text-align: center;
        font-size: 35px;
        color: #3cb3c4;
    }

    .banner-content p {
        text-align: center;
        color: #fff;
        font-size: 18px;
    }

    p.date {
        background: #3cb3c4;
        width: 42%;
    }

    .e-waste-banner img {
        margin-top: 0;
        width: 100% !IMPORTANT;
        height: 100vh;
    }

    div#carouselExampleIndicators {
        position: absolute;
        top: 0;
        width: 100%;
    }
}
.row.remove{padding:20px;background:#efefef;margin-bottom:20px;}