@font-face {
    font-family: Proxima_Nova_Condensed_Regular;
    src: url(../fonts/Proxima_Nova_Condensed_Regular.otf);
}

@font-face {
    font-family: HelveticaLTStd-Roman;
    src: url(../fonts/HelveticaLTStd-Roman.otf);
}

@font-face {
    font-family: Proxima_nova;
    src: url(../fonts/Proxima\ Nova.otf);
}

@font-face {
    font-family: Proxima_nova_bold;
    src: url(../fonts/Proxima\ Nova\ Bold.otf);
}

@font-face {
    font-family: Proxima_nova_italic;
    src: url(../fonts/Proxima\ Nova\ It.otf);
}

body {
    font-family: 'Proxima_nova' !important;
    /* font-family: 'Open Sans', sans-serif !important; */
}

p {
    font-size: 16px;
    font-family: '' !important;
    font-family: 'Proxima_nova' !important;
    /* font-family: 'Open Sans', sans-serif !important; */
}

b,
strong {
    font-weight: 900;
}

h1,
h3,
h2,
h5,
h4,
h5,
h6 {
    font-family: 'Proxima_nova_bold' !important;
    /* font-family: 'Open Sans', sans-serif !important; */
}

.newheadingclass {
    font-family: 'Proxima_nova_bold' !important;
}

.navbar {
    box-shadow: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-brand img {
    width: 15vh;
    margin-left: 2px;
}

.nav-link {
    color: #000;
    font-weight: normal;
    font-size: 15px;
}

.navbar .dropdown-menu a {
    text-transform: uppercase;
}

.navbar-brand {
    margin-right: .5rem !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 14px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Proxima_nova' !important;
    /* font-family: 'Open Sans', sans-serif !important; */
}

.nav-link:hover {
    color: #77a440;
}

.dropdown-menu li a {
    font-size: 13px !important;
}

.anim-text {
    position: absolute;
    top: 12vh;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.anim-text h1 {
    font-size: 56px;
    font-weight: normal;
}

.bars {
    color: #bfc1bc;
}

.avatar {
    width: 60%;
}

.text-section p {
    color: #212529;
    font-size: 19px;
    margin-top: 0px;
}

.text-section h3 {
    font-weight: bold;
    color: #58842b;
    font-size: 37px;
    margin-top: -9px;
}

.text-section h5 {
    font-weight: bold;
    font-size: 14px;
}

.heading h4 {
    font-weight: bold;
    margin-left: 115px;
    font-size: 34px;
}

.img-n img {
    height: auto;
}

.full-agenda img {
    width: 20%;
    margin-top: -8vh;
}

.anim-text a img {
    width: 37%;
    margin-left: -32px;
    margin-top: 10px;
}

.new-spos {
    padding-left: 50px;
    padding-right: 50px;
}

.content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    margin-top: 25px;
}

.content .content-overlay {
    position: absolute;
    height: 99.6%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details h3 {
    position: relative;
    top: 10px;
}

.sess_spk .col-lg-3,
.dynamic-speaker .col-lg-3 {
    max-width: 20%;
}

.sess_spk .col-lg-3,
.dynamic-speaker1 .col-lg-3 {
    max-width: 20%;
}

.dynamic-speakr .col-lg-3 {
    max-width: 20%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content .content-details {
    top: 91%;
    left: 50%;
    opacity: 1;
    height: 80px;
    width: 100%;
    background-color: #01506f;
}

.content-detail {
    display: none;
}

.content-detail {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content-detail i {
    color: #fff;
    padding: 4px;
    transition: 1s;
}

.content-detail i:hover {
    color: #000;
    transition: 1s;
}

.content:hover .content-detail {
    top: 3.5%;
    left: 50%;
    opacity: 1;
    padding: 3px;
    width: 60%;
    background: linear-gradient(to top left, #5b842e 11%, #ffffff 100%);
}

.content-details h3 {
    color: #f8f9fa;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 12px;
    margin-top: -6px;
}

.content-details p {
    color: #f49738;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.gallery h2 {
    font-weight: bold;
    padding: 15px;
}

.gallery {
    margin-top: 30px;
}

.view-btn {
    margin-top: 26px;
}

.view-btn a img {
    transition: 1s;
}

.view-btn a img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.our h3 {
    font-weight: 900;
    text-transform: uppercase;
    color: #5b842e;
    font-size: 42px;
}

.our h2 {
    font-weight: bold !important;
    font-size: 40px;
    margin-top: 10px;
}

.our p {
    color: grey;
}

.tab-t {
    font-size: 12px !important;
    font-weight: normal !important;
    text-transform: capitalize;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    background: white;
    text-transform: uppercase;
    border-left: 1px solid #ccc;
    border-right: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    /* background: linear-gradient(to top left, #49662f 30%, #010c17 100%); */
    background-color: #244e6d;
}

.nav-tabs {
    border-bottom: 1px solid none;
    box-shadow: 3px 10px 30px rgba(74, 74, 77, 0.15);
}

.text-deal p {
    color: grey;
    font-size: 14px;
}

.text-deal i {
    color: #f49738;
    font-size: 12px;
}

.text-deal h4 {
    font-weight: bold;
    font-size: 18px;
}

.text-deal {
    margin-top: 25px;
    text-align: left !important;
}

.text-deal1 {
    margin-top: 25px;
    text-align: left !important;
}

.text-deal1 p {
    color: grey;
    font-size: 14px;
    line-height: 0px;
}

.anim-1 {
    margin-top: 15vh;
}

.anim-1 span {
    font-family: 'Proxima_nova' !important;
    /* font-family: 'Open Sans', sans-serif !important; */
}

.text-deal1 i {
    color: #f49738;
    font-size: 12px;
}

.sponser-img {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.18), 0 4px 6px 0 rgba(0, 0, 0, 0.15) !important;
}

.hr {
    border-top: 2px solid #f82343;
    width: 40px;
}

.md-form input {
    background-color: #f5f6fa !important;
}

.md-textarea {
    background-color: #f5f6fa !important;
}

.send {
    padding: 5px !important;
}

.send {
    padding: 12px 16px 12px 16px !important;
    background-color: #77a440;
    font-weight: bold;
    color: #fefefe;
    font-size: 14px !important;
    border-radius: 33px;
}

.last-section p {
    color: grey;
}

.last-section h3 {
    font-weight: bold;
}

.lime.lighten-2 {
    background-color: #77a440 !important;
}

.last-in {
    border: 1px solid #ccc !important;
    background: white !important;
}

.new-text1 h5 {
    font-weight: bold;
    font-size: 16px;
}

.new-text1 p {
    color: grey;
}

.focus-white:focus {
    color: white !important;
}

.sponser-img {
    background: rgb(254 254 254);
    padding-top: 30px;
    padding-bottom: 40px;
    margin: 5px;
    height: 165px;
    margin-top: 36px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sponser-img img {
    transition: 1s;
}

.sponser-img img:hover {
    transform: scale(1.1);
    transition: 1s;
    cursor: pointer;
}

.partnertitle {
    background: #255070;
    padding: 5px;
    text-align: center;
}

.partnertitle p {
    margin: 0;
    font-size: 18px;
    color: white;
}

.dynamic-partners {
    margin-top: 20px;
}

.anim-text h2 {
    /*font-family: Bauhaus!important; */
    /* font-family: 'ITC_Bauhaus_Medium'; */
    font-family: 'Proxima_nova' !important;
    color: #f49738;
    line-height: 46px;
    font-size: 100px;
    margin-left: -17vh;
}

.anim-text h2 span {
    /* font-family: arial !important; */
    font-family: 'Proxima_nova' !important;
    color: #fff;
    font-size: 60px;
    position: relative;
    top: -20px;
    left: 8px;
}

.year {
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    /* margin-left: -8px; */
    position: relative;
    top: 90px;
    font-size: 65px;
    left: -30px;
    font-weight: bold;
    font-family: 'Proxima_nova' !important;
    /* font-family: ITC_Bauhaus_Medium !important; */
    color: #f39639;
}

.anim-text p {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    margin-top: 10px;
}

.nov {
    font-size: 20px;
    font-weight: normal;
}

.register {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 40px;
    color: #ffff;
    text-align: right;
    z-index: 999;
}

.register a p {
    color: #fff;
    width: 15%;
    margin-left: auto;
    position: relative;
    top: 15px;
    text-align: center;
}

.register h6 {
    cursor: pointer;
    width: 15%;
    padding: 3px;
    margin-left: auto;
    background: #fff;
    text-align: center;
    color: #3f50e3;
}

.rgstr-btn {
    position: relative;
    left: -0px;
    top: -0px;
    border: none;
    background: #5b842e;
    padding: 8px 19px 8px 15px;
    color: #fff;
    margin-top: 11px;
}

.client_title {
    padding: 5px;
    background-color: #255070;
    margin-bottom: 10px;
}

.client_title p {
    font-size: 18px;
    color: white;
    margin-bottom: 0;
}

.form-add p {
    color: #e0dcdc;
    font-size: 14px;
}

.form-add {
    margin-top: 30px;
    color: #fff;
}

.md-form label {
    padding-left: 11px;
}

.anim-2 {
    margin-top: 15vh;
    background-color: #15156b;
    box-shadow: 0 3px 6px #ddd, 0 3px 6px #dee2e6;
    margin-left: auto;
    width: 348px;
}

.anim-2 small {
    font-size: 20px;
}

.anim-2 p {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 10px;
    font-size: 28px;
    font-weight: normal;
}

.anim-2 h3 {
    font-size: 34px;
}

.anim-1 small {
    font-weight: normal !important;
    /* font-family: 'Open Sans', sans-serif !important; */
    font-family: 'Proxima_nova' !important;
}

.anim-2 img {
    width: 90%;
}

.focus-white {
    background-color: #f8f9fa !important;
}

.focus-white a {
    color: #212529;
}

.green a {
    color: #212529;
}

.focus-white a:hover {
    color: #000;
}

.green a:hover {
    color: #000;
}

.green {
    background-color: #f8f9fa !important;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
    background: #000;
    /* font-family: 'Swis721_BT'; */
    font-family: 'Proxima_nova' !important;
}

.border-right {
    border-right: 1px solid #ccc;
}

.contact-more {
    background-color: #149a9b;
    padding: 10px 10px;
    color: #f8f9fa;
    margin-top: 10px;
    text-align: center;
    padding-top: 30px;
}

.inform {
    margin-top: 20px;
}


/* .inform h4 {
  color: #255070;
} */

.inform h5 {
    color: #fff;
}

.modal-footer {
    border-top: 1px solid #fff;
}

.timing {
    margin-top: 9px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.both {
    margin-left: -11px;
    margin-top: 3px;
    position: relative;
    top: -15px;
}

.box {
    width: 180px;
    height: 167px;
    background-color: #ffffff;
    color: #213b8f;
    padding: 15px;
    padding-top: 62px;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin: 15px;
    float: left;
}

.box.arrow-top:after {
    content: ' ';
    position: absolute;
    right: 72px;
    top: -15px;
    border-top: none;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
}

.box.arrow-right:after {
    content: ' ';
    position: absolute;
    right: -15px;
    top: 70px;
    border-top: 15px solid transparent;
    border-right: none;
    border-left: 15px solid #dee2e6;
    border-bottom: 15px solid transparent;
}

.box.arrow-bottom:after {
    content: ' ';
    position: absolute;
    right: 72px;
    bottom: -15px;
    z-index: 100;
    border-top: 15px solid #ffffff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: none;
}

.box.arrow-left:after {
    content: ' ';
    position: absolute;
    left: -15px;
    top: 15px;
    border-top: 15px solid transparent;
    border-right: 15px solid black;
    border-left: none;
    border-bottom: 15px solid transparent;
}

.new-box {
    padding: 0px;
}

.new-box1 {
    padding: 0px;
}

.contact {
    background: #f6f6f6;
    padding: 10px;
}


/* .nav-tabs .nav-link {
     border:none; 
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-family: "Swis721_BT";
} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #fff;
    border-color: transparent;
    font-weight: bold !important;
    border: 1px solid #255070;
    /* font-family: "Swis721_BT"; */
}

.sec-2 {
    margin-top: -27px;
}

.special-color-dark {
    background-color: #49662f !important;
}

.gr-bg {
    background: linear-gradient(to bottom right, #28a745 0%, #388e3c 100%);
    /*background: linear-gradient(to bottom right, #1e7abd 0%, #15196f 100%);*/
}

.btn-primary {
    color: #fff;
    background-color: #149a9a !important;
}

.navbar-inc img {
    width: 14vh;
}

.ul-nav {
    width: 100%;
}

.pop-up {
    width: 200px;
    background-color: #dee2e6;
    padding: 4px 15px 4px 15px;
    color: #212529;
    margin-top: -20px;
    border: none;
    border-radius: 5px;
    /* font-family: 'Swis721_BT'; */
    font-family: 'Proxima_nova' !important;
}

.pop-up:focus {
    outline: none;
}

.new-content p {
    color: #fff !important;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 15px;
    border-radius: 0px !important;
}

.btn-info {
    color: #f49738;
    background-color: #2634b1 !important;
}

.modal-header .close:focus {
    outline: none;
    text-decoration: none;
}

.emai-box {
    height: 220px;
    border: 2px solid #77a440;
    padding-top: 44px;
}

.emai-box h4 {
    color: #f49738;
    font-size: 20px;
}

.emai-box h5 {
    font-size: 18px;
}

.mobile-btn {
    text-align: right !important;
    margin-left: auto;
}

.mobile-btn a button {
    background: #5b842e;
    border: none;
    color: #fff;
    border-radius: 3px;
}

.about-brand img {
    width: 70%;
}

.about-brand {
    text-align: center;
    padding-top: 15px;
}

.about-brand img {
    transition: 1s;
}

.about-brand img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.org {
    margin-left: 22px;
}

.btn.btn-sm {
    padding: 0.5rem 2.6rem;
    font-size: 14px;
    margin-top: 20px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 0px;
}

.success-color {
    background-color: #5c842e !important;
}

.emai-box p {
    color: #000213;
    font-size: 13px;
}

.footer-btn {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: bold;
    margin-top: 5px;
    font-size: 15px;
    border-radius: 50px;
    position: relative;
    top: -5px;
    padding: 4px 17px !important;
}

.rounded {
    background-color: #fcfef5;
}

.accordion-item p {
    padding-top: 10px;
    color: #7288a2;
    font-size: 17px;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    color: #000;
}

.content p {
    border-bottom: none !important;
    /* color: #fff; */
    font-size: 11px;
    margin-top: 10px;
}

.accordion-item p:hover {
    color: #15196f !important;
    transition: 1s;
}

.accordion .content {
    display: none;
    padding: 1rem;
    overflow: hidden;
}

.bolds {
    font-weight: bold;
}

.about-text h5 {
    color: #5b842e;
}

.swiper-pagination {
    display: none;
}

.cal i {
    float: right;
    cursor: pointer;
    color: black;
}

.forms input {
    width: 100%;
    position: relative;
    top: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 15px;
    padding: 7px;
    background: #ffffff;
}

.custom-select option {
    width: 100% !important;
    position: relative;
    top: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 15px;
    padding: 7px;
    background: #ffffff;
}

.form-inline .custom-select,
.form-inline .input-group {
    width: 100%;
    margin-top: 24px;
    color: green;
}

.forms input:focus {
    outline: none;
}

.forms input::placeholder {
    font-size: 14px;
}

.rgs {
    padding: 6px 77px;
    margin-top: 20px;
    border-radius: 5px;
    border: none;
    color: #49662f;
    background-color: #ffffff;
    transition: 1s;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.rgs:hover {
    background-color: #000;
    transition: 1s;
    box-shadow: none;
    color: #fff;
}

.rgs:focus {
    outline: none;
}

.info-color {
    background-color: #77a440 !important;
}

.custom-radio {
    margin-left: 26px;
    margin-top: -15px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0e0000;
    background-color: #77a440;
}

.c-filter-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 300;
    padding: 10px 2px 10px 40px;
    margin: 0;
    cursor: pointer;
}

.side-ul label input {
    margin-left: -10px;
    position: relative;
    left: -10px;
}

.side-ul {
    border: 1px solid #ccc;
    background-color: #f4f4f4;
}

.side-n {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    height: 76.5vh;
    overflow: scroll;
    overflow-x: hidden;
}

.side-n p {
    color: grey;
    font-size: 14px;
}

.rdio input {
    height: 16px;
    width: 16px;
}

.rdio label {
    position: relative;
    top: -2px;
    left: 5px;
    font-size: 16px;
    color: #fff;
}

.rdio {
    margin-top: -5px;
}

.check-y {
    margin-left: 3px;
    color: #fff;
}

.card-header h5 {
    font-size: 19px;
    font-weight: bold;
}

.emai-box h5 {
    font-size: 22px;
    font-weight: bold !important;
    color: #000 !important;
}

.emai-box p {
    color: #5a842e;
    font-size: 18px;
    font-weight: bold;
}

.emai-box img {
    width: 40%;
    margin-top: 30px;
}

.agenda-btn {
    text-transform: uppercase;
    border: none;
    width: 20%;
    margin-top: -24vh;
}

.vist {
    background-color: transparent !important;
    color: #fff;
    padding: 8px 30px;
    border: 2px solid #fff;
    margin-top: 7.5vh;
}

.footer-i img {
    width: 9%;
    margin-top: 5vh;
    margin-left: 10px;
}

.spo-row .col-md-3 {
    max-width: 20%;
}

.footer-content img {
    margin-top: 8vh;
    width: 63%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 15px;
    margin-left: 6px;
    font-weight: bold;
    /* font-family: 'Open Sans', sans-serif !important; */
    font-family: 'Proxima_nova' !important;
}

.footer-copyright a {
    font-size: 20px;
}

.footer-g {
    background-image: url('../img/footer-bg.png');
    background-size: cover;
    height: 40vh;
}

.plate {
    background: #e2e2e2;
}

.plate-btn button {
    background-color: #639230;
    color: #fff;
    border: none;
    padding: 7px;
    width: 40%;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    margin-top: 25px;
    text-transform: capitalize;
}

.invest-hr {
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(0 0 0);
    width: 100%;
    text-align: right;
    /* margin-left: 8%;
  margin-top: -32px; */
}

.plt-new button {
    padding: 7px 50px;
    font-size: 24px;
    color: #5b842e;
    font-weight: bold;
    border: 2px solid #77842e;
}

.plate-form h3 {
    margin-top: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.plate-form h5 {
    font-weight: bold;
}

.plate-form p {
    margin-top: 20px;
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 8px !important;
    padding-left: 7px !important;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 5px;
    font-weight: bold;
    /* font-family: 'Open Sans', sans-serif !important; */
    font-family: 'Proxima_nova' !important;
}

.flash {
    margin: 0 3%;
    width: 40px;
}

.marquee-container {
    overflow: hidden;
    background: linear-gradient(180deg, #049E9A 0%, #024F4D 100%);
    /* Adjust as needed */
    width: 100%;
    padding: 20px 0;
    /* Set desired height */
    display: flex;
    align-items: center;
}

.marquee {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.marquee-content {
    display: flex;
    white-space: nowrap;
}

.marquee-content span {
    font-size: 22px;
    margin: 0 15px;
    color: white;
}


/* Scrolling animation */

@keyframes scroll {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

@media screen and (max-width:560px) {
    .marquee-container {
        padding: 10px 0;
    }
    .marquee-content span {
        font-size: 15px;
        margin: 0;
    }
    .flash {
        width: 25px;
    }
    .desc {
        padding: 0;
    }
}

.btn-success {
    color: #fff;
    background-color: #5b842e !important;
}

.plate-form {
    padding-top: 18px;
    padding-bottom: 18px;
}

.footer-copyright p {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 11px;
}

.infos {
    margin-top: 23px;
}

.full-agenda {
    margin-top: -4vh;
}

.rounded1 {
    background-image: url('../img/about-pdf.jpg');
    background-size: cover;
}

.n-register {
    width: 125px;
    margin-top: 20px;
}

.global {
    width: 125px;
    position: relative;
    top: 10px;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #949a9f;
    font-size: 14px;
    -webkit-transition: 0.35s;
    transition: 0.35s;
}

.nav-item {
    padding-right: 8px;
    padding-left: 8px;
}

.main-baner a img {
    width: 24%;
    position: relative;
    top: 0px;
    margin-top: -12vw;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: rgb(1 80 111);
}

.spons h4 {
    font-weight: bold;
    color: #5b842e;
}

.s-layer {
    background-image: url(../img/s-layer.png);
    background-size: cover;
}

.text-content p img {
    width: 40px;
}

.text-content p {
    font-weight: bold;
}

.text-content {
    margin-top: 20px;
}

.s-heading h4 {
    font-weight: bold;
}

.frame-text p {
    font-size: 13px;
    color: grey;
}

.frame-head h4 {
    color: #5b842e;
    font-weight: bold;
}

.embed-responsive {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.frame-text {
    margin-top: 10px;
}

.netwrk img {
    width: 100%;
}

.netwrk {
    margin-top: 20px;
}

.text-section ul {
    padding: 0px 20px;
}

.text-section ul li {
    font-size: 19px;
}

.about-img h5 {
    font-weight: bold;
    color: #00516f;
    font-size: 22px;
    /* padding-left: 8px; */
}

.about-img p {
    font-weight: bold;
    font-size: 14px;
    text-align: justify;
    /* padding-left: 8px; */
}

.about-img {
    padding: 45px 36px 20px 36px;
}

.frame {
    margin-top: -10.5vw;
}

.blue-box {
    background-color: #01506f;
    padding: 28px;
    margin-top: 5vh;
    color: #fff;
    padding-bottom: 3vh;
    padding-top: 3vh;
}

.blue-box p {
    font-size: 15px;
}

.r-btn {
    background-color: #149a9b;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    margin-top: 28px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.r-btn1 {
    background-color: #149a9b;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.w-btn {
    background-color: #FF0000;
    color: #fff !important;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    margin-top: 28px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.zone_btn {
    background-color: transparent;
    border: 1px solid #49979c;
    color: #49979c;
    font-size: 12px;
    padding: 4px 6px;
}

.zone_btn:hover {
    background-color: #49979c;
    color: white;
}

.zone_text {
    color: #4a9a9a;
    font-weight: bold;
    font-size: 20px;
}

.agenda_box {
    border: 1px solid #49979c;
    max-width: 32.5%;
    margin-left: 0px;
    margin: 4px;
    padding: 10px 20px;
}

.agenda_title {
    color: #255070;
    font-size: 16px;
    margin-bottom: 0;
    padding-right: 40px;
}

.agenda_text {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

.agenda_read {
    margin-bottom: 0px;
}

.agenda_read a {
    color: #49979c !important;
    font-size: 14px;
}

.nav-pills li {
    background: white;
    color: white;
    border: 1px solid #244e6d;
    padding: 2px 30px;
    border-radius: 6px;
    font-size: 12px;
    margin-left: 10px;
}

.nav-pills li a {
    color: #244e6d;
}

.detail_title {
    color: #255070;
    font-weight: bold;
}

.detail_info {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.speaker_detail {
    font-size: 13px;
}

.sub-menu {
    background-color: #255070;
    overflow: auto;
    white-space: nowrap;
    margin-top: 27vh !important;
    padding: 5px 0 0px 10%;
}


/* @media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: none;
  }

  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu {
      display: block;
  }

  .navbar .nav-item .dropdown-menu {
      margin-top: 0;
  }
} */

@media screen and (max-width: 572px) {
    .ac-baner {
        margin-top: 5%;
    }
    .sub-menu {
        padding: 5px 0 0px 1% !important;
        margin-top: 88px !important;
        display: flex !important;
    }
    .sub-menu a {
        font-size: 14px;
        margin-right: 0 !important;
        margin-left: 5px !important;
        padding: 20px 10px;
    }
    .new-pre-btn {
        top: 92% !important;
    }
    .new-nex-btn {
        top: 92% !important;
    }
    #newslider_par .swiper-container {
        padding-top: 0;
    }
    .swiper-slide {
        width: 100% !important;
    }
    .mobile-register {
        margin-left: 10% !important;
    }
    .upper-slider-prev {
        top: 11.5ch !important;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 30px !important;
    }
    .partnertitle p {
        font-size: 12px !important;
    }
    .spons {
        padding-top: 0px;
    }
    .center-content {
        text-align: left;
    }
    .dynamic-partners .col-sm-3 {
        margin-bottom: 5%;
    }
    .sponser-img {
        background: rgb(254 254 254);
        padding-top: 30px;
        padding-bottom: 40px;
        margin: 5px;
        height: 165px;
        margin-top: 36px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .sess_spk .col-lg-3,
    .dynamic-speaker .col-lg-3,
    .dynamic-speaker1 .col-lg-3 {
        max-width: 50% !important;
        height: auto !important;
        margin-bottom: 30px;
    }
    .dynamic-speakr .col-lg-3 {
        max-width: 50% !important;
        height: auto !important;
        margin-bottom: 30px;
    }
    .speaker_infoma h3 {
        color: #f8f9fa;
        font-weight: bold;
        margin-bottom: 1px;
        font-size: 12px;
        padding-top: 5px;
    }
    .dynamic .col-lg-3 {
        max-width: 50% !important;
    }
    .agenda_box {
        max-width: 100%;
    }
    .zone {
        width: 43%;
        margin-left: 10px;
    }
    .nav-tabs li {
        width: 45% !important;
        margin-top: 10px;
        margin-bottom: 0px !important;
        margin-left: 10px !important;
    }
    .about-img {
        padding: 20px 10px 0px 10px;
    }
    #col1 {
        order: 1;
    }
    #col2 {
        order: 3;
    }
    #col3 {
        order: 2;
        position: absolute;
        width: 50%;
        right: 0;
        margin-top: 1px;
        padding-left: 5px;
    }
    .dropdown .agenda_list {
        position: absolute !important;
        right: 40px !important;
        top: -30px;
    }
    .cli-box {
        background-color: #fff;
        text-align: center;
        padding: 20px !important;
        width: 100%;
        height: 500px !important;
        box-shadow: none !important;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -20px !important;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    .faq ul li {
        border: none;
        background-color: #f2f6f8;
        font-size: 14px;
        padding: 16px 12px;
        line-height: unset !important;
    }
    .faq {
        margin-top: 10px;
    }
    .frame {
        margin-top: -10vh;
    }
    .invest-hr {
        /* display: none; */
        width: 80%;
        margin-top: -15px;
        margin-left: 18%;
    }
    .md-form {
        width: 90% !important;
    }
    .igf_image {
        margin-bottom: 0 !important;
    }
    /* .igf_text p {
    font-size: 13px !important;
  } */
    .igf_image img {
        height: auto !important;
    }
}

@media screen and (max-width: 320px) {
    #register_text {
        left: 0 !important;
        position: relative !important;
        margin-bottom: 10px;
    }
    .social {
        margin-top: 20px;
    }
    .sub-menu a {
        font-size: 8px !important;
    }
    .sub-menu {
        padding-left: 0;
        margin-top: 4rem !important;
    }
}

@media screen and (min-width: 993px) and (max-width: 3000px) {
    .mobile-register {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
    .igf_image {
        height: auto !important;
    }
    .igf_image img {
        height: auto;
    }
    .sub-menu a {
        margin-right: 20px !important;
    }
    .sub-menu {
        margin-top: 105px !important;
    }
    .card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid #fff;
        height: 95px !important;
    }
    #register_text {
        left: 25%;
    }
    .spons {
        padding-top: 0px !important;
    }
    .partnertitle p {
        font-size: 15px;
    }
    .dynamic .col-lg-3 {
        max-width: 33% !important;
    }
    .upper-slider-prev {
        margin-top: 94ch !important;
    }
    .cli-box p {
        font-size: 12px !important;
    }
    .about-img {
        padding: 45px;
    }
    .baner1 {
        margin-top: 1vh !important;
    }
    .frame {
        margin-top: -22.5vw;
    }
    .content .content-details {
        top: 86%;
        left: 50%;
        opacity: 1;
        height: 106px;
        width: 100%;
        margin-top: 5px !important;
        z-index: 10;
        background-color: #01506f;
        position: relative;
    }
    .mobile-register {
        margin-left: 30vh !important;
    }
    .netwrk p {
        font-size: 12px;
    }
    .card-header h5 {
        font-size: 13px;
        font-weight: bold;
        position: relative;
        top: 20px;
    }
    .emai-box p {
        color: #5a842e;
        font-size: 10px;
        font-weight: bold;
        position: relative;
        top: 20px;
    }
    .emai-box {
        height: 200px;
        border: 1px solid #77a440;
        padding-top: 48px;
    }
    .lorem-hide {
        display: none;
    }
    #enquiryname2 {
        margin-top: 5px;
    }
    .main-baner a img {
        width: 24%;
        position: relative;
        top: 0px;
        margin-top: -12vw;
    }
    .rounded1 {
        background-image: url(../img/about-pdf.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .footer-g {
        background-image: url(../img/footer-bg.png);
        background-size: cover;
        height: 60vh;
    }
    .footer-l img {
        width: 50%;
    }
    .footer-l {
        text-align: center;
    }
    .emai-box p {
        color: #5a842e;
        font-size: 8px;
        font-weight: bold;
    }
    .zone {
        width: 26%;
        margin-left: 10px;
    }
    .nav-tabs li {
        width: 45% !important;
        text-align: center;
        margin-bottom: 10px !important;
        border-radius: 4px;
        margin-left: 10px !important;
        border: 1px solid #255070;
        color: #01506f;
        margin-top: 10px;
    }
    .agenda_box {
        max-width: 32%;
    }
    /* .agenda_list{
  top: -14.5vh !important;
  right: 20% !important;
} */
    #col3 {
        position: absolute;
        width: 26%;
        right: 17%;
    }
    .invest-hr {
        width: 88%;
        text-align: right;
        margin-left: 11%;
        margin-top: -15px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .dynamic .col-lg-3 {
        max-width: 33% !important;
    }
    .partnertitle p {
        font-size: 10px;
    }
    .new-pre-btn {
        top: 85% !important;
    }
    .new-nex-btn {
        top: 85% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
    .dynamic .col-lg-3 {
        max-width: 33% !important;
    }
    .partnertitle p {
        font-size: 15px;
    }
    .igf_image img {
        height: 190px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {
    .baner1 {
        margin-top: 4vh !important;
    }
    .upper-slider-prev {
        margin-top: 101ch !important;
    }
    .mobile-register {
        left: 0% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .mr-auto {
        padding-left: 0vh !important;
    }
    #back_btn {
        position: relative !important;
        left: 15px !important;
        margin-bottom: 15px;
    }
    .igf_image img {
        height: 180px;
    }
    .igf_text p {
        font-size: 13px !important;
    }
    #cont_fld {
        padding: 0px 5% !important;
    }
    #height p {
        font-size: 13px !important;
    }
    .partnertitle p {
        font-size: 13px !important;
    }
    .spons {
        padding-top: 0px !important;
    }
    .nav-tabs li {
        margin-left: 15px !important;
        width: 22% !important;
        margin-top: 3px;
    }
    #register_text {
        left: 75%;
    }
    .details .heading {
        background: #149a9a;
        color: #ffffff;
        padding: 1rem;
        height: 74px !important;
    }
    .frame {
        margin-top: -16.5vw;
    }
    .cli-box hr {
        margin-top: 2rem;
    }
    .cli-box {
        background-color: #fff;
        text-align: center;
        padding: 10px;
        height: 490px !important;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    }
    .partner-btns a button {
        background: #fff;
        border: none;
        font-size: 13px;
        padding: 0px 11px;
        border-radius: 5px;
        color: #134a5f;
        cursor: pointer;
        outline: none;
        font-weight: 400;
        position: relative;
        top: 0px;
    }
    .content .content-details {
        top: 86%;
        left: 50%;
        opacity: 1;
        height: 95px;
        width: 100%;
        background-color: #01506f;
    }
    .content p {
        font-size: 9px;
    }
    .about-img p {
        margin-bottom: 8%;
    }
    .faq ul li {
        line-height: 20px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .text-section p {
        color: #212529;
        text-align: justify;
        font-size: 12.7px;
        margin-top: 0px;
    }
    .igf_image img {
        height: 180px;
    }
    .cli-box h6 {
        font-size: 11px !important;
    }
    .cli-box p {
        font-size: 12px !important;
    }
    #dropdownMenu2 {
        padding: 6px 20px 6px 10px !important;
    }
    .cli-box {
        background-color: #fff;
        text-align: center;
        padding: 10px;
        height: 520px !important;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    }
    .nav-tabs li a {
        padding: 4px;
        font-size: 11px !important;
        color: #01506f;
    }
    .agenda_box {
        max-width: 32%;
    }
    .zone_btn {
        padding: 4px;
    }
    .rounded1 {
        background-image: url(../img/about-pdf.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 12px;
        text-transform: uppercase;
        font-size: 9px;
        margin-left: 5px;
        font-weight: bold;
        /* font-family: 'Open Sans', sans-serif !important; */
        font-family: 'Proxima_nova' !important;
    }
    .emai-box p {
        color: #5a842e;
        font-size: 8px;
        font-weight: bold;
    }
    .text-section ul li {
        font-size: 14px;
    }
    .text-section h3 {
        font-weight: bold;
        color: #58842b;
        font-size: 30px;
        margin-top: -9px;
    }
    .card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0.03);
        border-bottom: 1px solid #fff;
        height: 95px !important;
    }
    .footer-g {
        background-image: url(../img/footer-bg.png);
        background-size: cover;
        height: 32vh;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) and (orientation: portrait) {
    .text-section p {
        color: #212529;
        text-align: justify;
        font-size: 18.5px !important;
        margin-top: 0px;
    }
    .cli-box hr {
        margin-top: 2rem;
    }
    #back_btn {
        left: -3% !important;
    }
    .nav-tabs li {
        margin-left: 25px !important;
    }
    .navbar-brand img {
        width: 5vh !important;
        margin-left: 1px;
        position: relative;
        top: 6px;
    }
    .faq ul li {
        border: none;
        background-color: #f2f6f8;
        font-size: 14px;
        padding: 16px 12px;
        line-height: 18px !important;
    }
    .baner1 {
        margin-top: 6vh !important;
    }
    .details .heading {
        background: #149a9a;
        color: #ffffff;
        padding: 1rem;
        height: 74px !important;
    }
}

.ab-head h3 {
    font-weight: bold;
    position: relative;
    top: -15px;
}

.cli-box h5 {
    color: #149a9a;
    margin-top: 8px;
    font-size: 16px;
}

.cli-box {
    background-color: #fff;
    text-align: center;
    padding: 10px;
    height: 450px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.cli-box p {
    font-size: 13px;
    text-align: left;
    padding-top: 10px;
    /* padding: 0 15px; */
}

.cli-box h6 {
    font-size: 12px;
    font-weight: bold;
    height: 32px;
}


/* .cli-box img {
 
} */

.client-imgs {
    background-color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 15px;
    border: 1px solid #2b5d79;
}

.client-imgs img {
    /* width: 100%; */
    width: 320px;
    height: 120px;
}

.new-footer ul {
    list-style: none;
    padding: 0px;
}

.new-footer h5 {
    color: #707070;
    font-size: 18px;
    font-weight: bold;
}

.new-footer ul li {
    font-size: 14px;
}

.new-footer ul li a {
    color: #000;
}

.frm input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    color: #292626;
}

.d-content p {
    position: relative;
    top: 5px;
}

.navbar-brand img {
    width: 20vh;
    margin-top: 10px;
}

.frm label {
    font-weight: bold;
    margin-top: 15px;
    font-size: 14px;
}

.frm input::placeholder {
    font-size: 13px;
}

.check_box label {
    margin-top: 5px;
    color: grey;
    font-size: 13px;
}

.submit {
    background-color: #149a9a;
    border: none;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 18px;
    margin-top: 5px;
}

.cust-logo1,
.col-lg-3 {
    padding-right: 13px;
    padding-left: 13px;
    flex: 19%;
}

.memb {
    background-color: #01506f;
    padding: 15px;
    color: #fff;
}

.memb1 {
    background-color: #f2f6f8;
    padding: 15px;
    margin-top: 25px;
    transition: 1s;
}

.memb1 h4 {
    font-weight: bold;
}

.memb1:hover {
    background-color: #01506f;
    transition: 1s;
    color: #fff !important;
    cursor: pointer;
}

.day-btn button {
    background-color: #01506f;
    color: #fff;
    border: none;
    font-size: 14px;
    width: 100%;
    padding: 4px;
    border-radius: 5px;
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    .footer-logo img {
        width: 30%;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 992px) {
    .footer-g {
        background-image: url(../img/footer-bg.png);
        background-size: cover;
        height: 75vh;
    }
    .mail_text p {
        font-size: 13px;
    }
    .newslide {
        position: relative;
        left: 0%;
    }
    .swiper-container {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #newslider_par .swiper-container {
        padding-top: 0 !important;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 30px !important;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 30px !important;
    }
    .hide-btn {
        display: none !important;
    }
    .cust,
    .col-lg-3 {
        padding-right: 13px;
        padding-left: 13px;
        flex: 40% !important;
    }
    .sess_spk .col-lg-3,
    .dynamic-speaker .col-lg-3,
    .dynamic-speaker1 .col-lg-3 {
        max-width: 33%;
        height: auto;
        /* margin-bottom: 30px; */
    }
    .dynamic-speakr .col-lg-3,
    .dynamic-speakr1 .col-lg-3 {
        max-width: 33%;
        height: auto;
        /* margin-bottom: 30px; */
    }
    .modal-speaker .col-lg-3 {
        height: auto !important;
        max-width: 50% !important;
        flex: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .navbar-brand img {
        width: 10vh;
        margin-left: 1px;
        position: relative;
        top: 6px;
    }
    .content .content-details {
        top: 85%;
        left: 50%;
        opacity: 1;
        height: 105px;
        width: 100%;
        margin-top: 0px;
        z-index: 10;
        background-color: #01506f;
        position: relative;
    }
    .content .content-overlay {
        background: transparent;
        position: absolute;
    }
    .day-btn button {
        color: #fff;
        border: none;
        font-weight: bold;
        padding: 4px 7px;
        font-size: 16px;
        width: 100%;
        margin-top: 10px;
        border-radius: 5px;
        border: 2px solid #ccc;
    }
    .footer-copyright p {
        font-size: 13px;
    }
    .frame-text p {
        font-size: 20px;
        color: grey;
    }
    body {
        margin-top: 8vh;
    }
    .main-baner a img {
        width: 30%;
        position: relative;
        top: -30px;
        margin-top: 0vw;
    }
    .footer-l {
        text-align: center;
    }
    .ab-head h3 {
        font-weight: bold;
        position: relative;
        top: -15px;
        font-size: 20px;
    }
    .plate-btn button {
        background-color: #639230;
        color: #fff;
        border: none;
        padding: 7px;
        width: 100%;
        text-align: left;
        font-weight: bold;
        font-size: 25px;
        margin-top: 25px;
        text-transform: capitalize;
    }
    .footer-l img {
        width: 50%;
    }
    .rounded1 {
        background-image: url(../img/about-mobile.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        /* height: 40vh; */
    }
    .rdio label {
        position: relative;
        top: -2px;
        left: 5px;
        font-size: 13px;
        color: #fff;
    }
    .spons p {
        text-align: justify;
    }
    .cust-logo1,
    .col-12 {
        flex: 100%;
    }
    .client-imgs {
        margin-top: 20px;
    }
}

.contacts input {
    margin-left: -31px;
    margin-top: -1px;
}

@media screen and (max-width: 767px) {
    .contacts input {
        margin-left: -16px;
        margin-top: -1px;
        width: 100%;
    }
    .dynamic-speaker .col-lg-3,
    .dynamic-speaker1 .col-lg-3 {
        max-width: 33%;
        height: 310px;
        /* margin-bottom: 30px; */
    }
    .dynamic-speakr .col-lg-3,
    .dynamic-speakr1 .col-lg-3 {
        max-width: 33%;
        height: 310px;
        /* margin-bottom: 30px; */
    }
    .upper-slider-prev {
        margin-top: 92ch !important;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 30px !important;
    }
    .igf_image img {
        height: 190px;
    }
    .content {
        position: relative;
        width: 100%;
        margin: auto;
        overflow: hidden;
        margin-top: -20px;
        position: relative;
        top: 30px;
    }
    .partner-btns a button {
        background-color: #f8f9fa;
        color: #343a40;
        border: none;
        border-radius: 3px;
        font-size: 13px;
        padding: 3px 10px;
        position: relative;
        margin-inline-start: auto;
        top: -10px;
    }
    .view-more-btn {
        background-color: #149a9b;
        color: #fff;
        border: none;
        border-radius: 3px;
        font-size: 13px;
        padding: 3px 10px;
    }
    .p-btn {
        background-color: #01506f;
        color: #fff;
        border: none;
        border-radius: 3px;
        font-size: 13px;
        margin-top: 28px;
        padding: 3px 10px;
    }
    .mobile-register {
        background-color: #FF0000;
        color: #fff !important;
        border: none;
        border-radius: 3px;
        font-size: 11px;
        padding: 3px 10px;
        margin-left: 50%;
        font-weight: 900;
        text-transform: uppercase;
    }
    .partner-btns {
        text-align: center;
    }
    .baner2 {
        margin-top: 16px;
    }
    .mob {
        padding-left: 0px;
        padding-right: 0px;
    }
    .new-footer {
        margin-top: 15px;
    }
    .new-footer ul {
        /* display: none; */
    }
    .mr-auto {
        padding-left: 0vh !important;
    }
    .baner1 {
        display: none;
    }
    .mobile-footer {
        text-align: center;
    }
    .carousel-control-prev-icon {
        background-image: url(data:image/svg + xml,
 %3csvgxmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8' %3e%3cpathd='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z' /%3e%3c/svg%3e);
        margin-left: -11vh !important;
    }
    .carousel-control-next-icon {
        background-image: url(data:image/svg + xml,
 %3csvgxmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8' %3e%3cpathd='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z' /%3e%3c/svg%3e);
        margin-left: 3vh !important;
        position: relative;
        left: 3vh !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 3000px) {
    .baner2 {
        display: none;
    }
}

.section-header {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.baner1 {
    margin-top: 29vh;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
    .swiper-slide {
    margin-right: 28px !important;
    position: relative !important;
    left: 6vh;
    }*/

@media screen and (max-width:768px) {
    .sub-menu {
        display: flex !important;
        overflow-x: scroll;
        padding: 5px 0 0px 1% !important;
        margin-top: 11vh !important;
    }
    .sub-menu a {
        display: inline;
        padding: 20px 10px;
    }
    .socialicon img {
        position: relative;
        top: 15px;
        width: 20px;
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .sub-menu a {
        display: inline;
        padding: 20px 10px;
    }
    .contact-more {
        background-color: #149a9b;
        padding: 10px 10px;
        color: #f8f9fa;
        margin-top: 10px;
        text-align: center;
        padding-top: 30px;
    }
    .contact-more h5 {
        font-weight: bold;
    }
    .contact-more1 h6 {
        font-size: 16px;
        margin-top: 15px;
    }
    .partner-btns a button {
        background: #fff;
        border: none;
        font-size: 15px;
        padding: 5px 20px;
        border-radius: 5px;
        color: #134a5f;
        cursor: pointer;
        outline: none;
        font-weight: 400;
    }
    .view-more-btn {
        background: #149a9a;
        color: #fff;
        border: none;
        padding: 5px 24px;
        border-radius: 4px;
    }
    .faq ul {
        padding: 0px !important;
    }
    .faq ul li {
        border: none;
        background-color: #f2f6f8;
        font-size: 14px;
        padding: 16px 12px;
        line-height: 8px;
    }
    .mobile-register {
        background-color: #149a9b;
        color: #fff;
        border: none;
        border-radius: 3px;
        font-size: 13px;
        padding: 3px 10px;
        position: relative;
        margin-inline-start: auto;
        left: -15px;
    }
    .key-theme {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .thnx {
        padding: 20px;
        margin-left: 5rem;
        margin-right: 9rem;
        background-color: #fff;
    }
    .thnx h4 {
        color: #01506f;
    }
    .home-btn {
        background-color: #149a9b;
        color: #fff;
        font-weight: bold;
    }
    .p-btn {
        background-color: #01506f;
        color: #fff;
        border: none;
        border-radius: 3px;
        font-size: 13px;
        margin-top: 28px;
        padding: 3px 10px;
    }
    .new-pre-btn {
        background: white;
        top: 93% !important;
        color: #01506f;
        padding: 25px;
        font-size: 10px;
        width: 10%;
        border-radius: 5px;
    }
    .new-nex-btn {
        background: white;
        top: 93% !important;
        color: #01506f;
        padding: 25px;
        font-size: 10px;
        width: 10%;
        border-radius: 5px;
    }
    .footer-logo {
        margin-top: 7px;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .carousel-inner img {
        width: 100%;
        height: 100%;
    }
    .mobile-register {
        background-color: #FF0000;
        color: #fff;
        border: none;
        border-radius: 3px;
        font-size: 13px;
        padding: 3px 10px;
        position: relative;
        margin-inline-start: auto;
        left: 8%;
    }
    .ac-baner {
        margin-top: 20px;
    }
}

.sub-menu {
    display: block;
    background-color: #255070;
    /* padding: 10px 0 10px 10%; */
    margin-top: 5.5rem;
    margin-bottom: 0;
}

@media screen and (min-width:1600px) and (max-width:3000px) {
    .sub-menu {
        margin-top: 24vh !important;
    }
}

.sub-menu a {
    list-style-type: none;
    color: white;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.sub-menu a a {
    color: white;
    text-decoration: none;
}

.activenav {
    background-color: white;
    padding: 20px 5px;
    font-weight: bold;
}

.activenav a {
    color: #255070 !important;
}

@media screen and (min-width:375px) and (max-width:812px) and (orientation:landscape) {
    .sub-menu {
        margin-top: 50px !important;
    }
}

@media screen and (max-width:375px) {
    .sub-menu {
        margin-top: 70px !important;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    .sub-menu a {
        font-size: 10px;
    }
    .activenav {
        padding: 20px 5px !important;
    }
    .sub-menu {
        margin-top: 45px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .sub-menu {
        margin-top: 24vh;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .sub-menu {
        margin-top: 100px;
    }
}

@media screen and (min-width:1024px) and (max-width:1200px) and (orientation: portrait) {
    .sub-menu {
        margin-top: 150px !important;
    }
}

@media screen and (max-width:768px) {
    #r-btn1 {
        display: none;
        text-decoration: none;
        color: #fff;
    }
}

.sub-menu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

#twi {
    width: 5%;
}

#facebook {
    font-size: 32px;
    color: #4267B2;
    /* margin: 5px; */
    cursor: pointer;
}

#twitter {
    font-size: 32px;
    color: #1DA1F2;
    margin: 5px;
    cursor: pointer;
}

#linkedin {
    font-size: 32px;
    color: #0077b5;
    margin: 5px;
    cursor: pointer;
}

#whatsapp {
    color: #25D366;
    margin: 5px;
    cursor: pointer;
    font-size: 32px;
}

#tweetShare {
    display: none;
}

#copyurl {
    font-size: 22px;
    color: #797979;
    background-color: #cfcfcf;
    padding: 4px;
    top: -4px;
    position: relative;
}

#custom_icon {
    font-size: 32px;
    margin: 5px;
    cursor: pointer;
}

@media screen and (min-width:1100px) {
    .section-header .container {
        max-width: 1450px !important;
    }
}

.sub-menu a {
    text-decoration: none !important;
}

.sub-menu a:hover {
    color: #fff;
}