@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
:root {
    --border-color: #E8E8E8;
    --body: 1rem;
    --head-font: 'BentonSans';
}

h1 {
    font-weight: bold;
}

body {
    letter-spacing: .45px;
    background-size: 100%;
    background-attachment: fixed;
    /* font-family: "Lato", sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #003054;
    color: #fff;
    overflow-x: hidden;
}

.login_page_h {
    min-height: 100vh !important;
}

.welcome_page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.welcome_left {
    width: 36%;
}

.welcome_center {
    width: 64%;
}

.welcome_center {
    padding: 2vw 3vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.welcome_center .axis_logo {
    margin-left: auto;
}

.axis_logo {
    max-width: 14vw;
    min-width: 200px;
}

.axis_mid {
    padding-top: 10vh;
    max-width: 100%;
    width: 100%;
}

.axis_mid img {
    max-width: 75%;
}

.form-control,
.form-select {
    border-color: var(--border-color);
    border: 4px solid var(--primary-color);
    border-radius: 40px;
    background-color: transparent;
    padding: 0.675rem 1.3rem;
    font-size: 22px;
    color: #6D6E71;
}

.form-control:focus,
.form-select:focus {
    color: var(--secondary-color);
    border-color: var(--border-color);
}

.btn {
    font-weight: 500;
    padding: .4rem 1.5rem .4rem;
    font-size: 26px;
    border-radius: 40px;
    min-width: 12vw;
    text-transform: uppercase;
}

.logi_steps {
    background-color: var(--primary-color);
    border-radius: 30px;
    padding: 20px 30px;
    color: #fff;
    text-align: left;
}

.logi_steps h5 {
    font-size: 23px;
    text-align: left;
}

.logi_steps ol {
    padding-left: 25px;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}

.dc-mw-400 {
    width: 100%;
    max-width: 75%;
    border-radius: 15px;
}

.dc-mw-600 {
    width: 100%;
    max-width: 600px;
}

.input-group-text {
    border-color: var(--border-color);
    background-color: var(--white);
}

::-webkit-input-placeholder {
    color: #FFFFFF !important;
    opacity: 1;
    text-transform: capitalize;
    border-left: 0;
    padding-left: 0px;
}

::-moz-placeholder {
    color: #FFFFFF !important;
    opacity: 1;
    text-transform: capitalize;
    border-left: 0;
    padding-left: 0px;
}

:-ms-input-placeholder {
    color: #ffffff !important;
    opacity: 1;
    text-transform: capitalize;
    border-left: 0;
    padding-left: 0px;
}

:-moz-placeholder {
    color: #ffffff !important;
    opacity: 1;
    text-transform: capitalize;
    border-left: 0;
    padding-left: 0px;
}

.form-control:focus {
    color: #6D6E71;
    background-color: transparent;
    border-color: #000000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background: transparent;
    background-color: transparent;
    /* -webkit-text-fill-color: var(--dark);
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    box-shadow: inset 0 0 4px var(--primary-color);
    -webkit-box-shadow: inset 0 0 4px var(--primary-color); */
    transition: background-color 5000s ease-in-out 0s;
}

@media only screen and (max-width: 991px) {

    .form-control,
    .form-select {
        border-width: 3px;
    }
}

.pd-l-r {
    padding: 0 70px 0 70px;
}


.about_part {
    overflow-x: hidden;
}

.yellow_line {
    background-color: #fbad26;
    width: 290px;
    height: 14px;
    border-radius: 0 3px 3px 0;
    margin: 25px 0;
}

.about_part_text_pad {
    padding-right: 3vw;
}

.about_part_text h3 {
    font-size: 3.7vw;
    font-weight: 500;
    margin-bottom: 2.0vw;
    margin-top: 1vw;
}

.about_part_text p,
.about_part_text ul.aboutul {
    font-size: 1.3vw;
    margin-bottom: 28px;
}

.about_part_text ul.aboutul {
    padding: 0;
    text-align: left;
}

.about_part_text ul.aboutul li {
    padding: 10px 0 10px 30px;
    position: relative;
}

.about_part_text ul.aboutul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fbad26;
}

.about_part_text p span {
    color: #fbad26;
}

.about_part_text .table {
    color: #fff;
    font-size: 1.0vw;
    margin: 0;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 0px;
    border: 1px solid #fff;
    color: #fff;
    border-left: 2px solid #000 !important;
    border-right: 2px solid #000 !important;
}

.table th {
    background-color: #ef9f20;
    color: #000;
    border: 2px solid #000;
    font-size: 1.5vw;
}

.border-bottom {
    border-bottom: 2px solid #000 !important;
}






/*========== NEW CSS =============*/

@font-face {
    font-family: 'BentonSans';
    src: url('../fonts/BentonSans-Bold.woff2') format('woff2'),
        url('../fonts/BentonSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans';
    src: url('../fonts/BentonSans-Regular.woff2') format('woff2'),
        url('../fonts/BentonSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


p strong {
    font-weight: bold;
}

h1 {
    font-weight: bold;
}

.form-label {
    margin-bottom: 0.2rem;
    font-size: 1.71vw;
    color: #fff;
    width: 22vw;
    font-size: 18px;
}

.form-control,
.form-select {
    background-color: rgb(190 190 196 / 50%);
    border: 0;
    min-height: 54px;
    color: #fff;
    font-size: 18px;
    border-radius: 15px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgb(190 190 196 / 50%);
    color: #fff;
}


select.form-select {
    color: #fff !important;
    background-image: url(../img/arrow-down.png);
}

select.form-select option{
    color: #000000!important;
}

.form-control:focus,
.form-select:focus {
    color: var(--secondary-color);
    border-color: var(--border-color);
}

.btn {
    font-weight: 400;
    padding: .2rem 1.5rem .4rem;
    font-size: var(--body);
    border-radius: var(--radius);
}

.dc-mw-400 {
    width: 100%;
    max-width: 400px;
}

.dc-mw-600 {
    width: 100%;
    max-width: 600px;
}

.input-group-text {
    border-color: var(--border-color);
    background-color: var(--white);
}


/* header css */

/*Header*/
.template_header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100px; */
    z-index: 999;
    align-items: center;
    display: flex;
    transition: all 250ms linear;
}

.template_header.sticky {
    background: rgba(0, 99, 163, 1);
    position: fixed;
    height: 80px;
    box-shadow: 0px 3px 7px rgb(0 0 0 / 10%);
}

.template-logo {
    display: block;
}

.template-sticky-logo {
    display: none;
}

.template_header.sticky .template-sticky-logo {
    display: block;
}

.template_header .img-fluid {
    transition-duration: 500ms;
    max-width: 35vw;
}

/* .template_header.sticky .template-header-logo{
    display: none;
} */
.template-nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.template-nav ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0px 0;
}

.template-nav ul li {
    margin: 0 13px;
}


.template-nav ul li a {
    font-size: 1.51vw;
    line-height: 20px;
    color: #FFFFFF;
    font-family: var(--head-font);
    position: relative;
    font-weight: normal;
}

.template-nav ul li:first-child a:after {
    display: none;
}



.template-menu-icon {
    display: none;
}

.login-process-pages .template_header {
    position: static;
    background: #fff;
}

.login-process-pages .template_header .template-nav ul li a {
    color: #000;
}

.login-process-pages .template_header .template-nav ul li a:after {
    background: #000;
}

.login-process-pages .template-header-logo {
    display: none;
}

.login-process-pages .template-sticky-logo {
    display: block;
}

.template_header.sticky .template-nav .register-btn:hover {
    color: var(--theme-color);
}

.login-process-pages .template-nav .register-btn:hover {
    color: var(--theme-color);
}


.template_header.sticky .template-header-logo {
    max-width: 190px;
    transform: translate(0, -33%);
}

/* header css end */


.homeSection {
    position: relative;
}

.homeSection .container {
    max-width: 90%;
}

.template_header {
    padding-top: 40px;
}

.backgroundVideoHome {
    width: 100%;
    position: relative;
    top: 0;
}

.homeContent {
    position: relative;
    padding-top: 12vw;
    padding-bottom: 10vw;
    min-height: 100vh;
    background: url(../img/home-banner-bg.jpg) no-repeat bottom center;
    background-size: 100%;
}

.homeConteInner {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    left: auto;
    right: auto;
}

.trimble_logo {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 2.5vw;
    padding: 1.25vw 0px;
    max-width: 15vw;
    min-width: 150px;
}

.comanTitle {
    color: #fff;
    font-size: 3.48vw;
    font-weight: 400;
    line-height: 4.1vw;
    margin: 0 0 15px 0;
    text-align: center;
}

p.homePara {
    font-size: 2.2vw;
    color: #fff;
    line-height: 2.23vw;
    margin-top: 2.2vw;
    font-weight: 700;
}


p.homePara .typewrite {
    color: #fbad26;
}

.notes .note_list {
  position: relative;
}

.notes .note_list li {
  display: none;
}

.notes .note_list li.active {
  display: block;
}

.notes {
    display: inline-flex;
    font-size: 2.1vw;
    color: #fff;
    line-height:1.4;
    margin-top: 6.5vw;
    font-weight: 700;
    flex-wrap: wrap;
}

.notes .note_list {
    color: #fbad26;
}

.eventDateTime {
    color: #fff;
    font-size: 2.0vw;
    font-weight: bold;
    line-height: 1.4;
    margin: 1vw 0 0 0;
}

.eventDateTime sup{
    font-size: 1.5vw;
}

.eventTime {
    font-size: 2.2vw;
    line-height: 1.2;
    display: block;
    margin-top: 5px;
    font-weight: 600;
}

.registerNowBtn {
    color: #002856 !important;
    font-size: 1.8vw;
    font-weight: bold;
    line-height: 1.8vw;
    margin: 2vw 0 0 0;
    background-color: #fcbb56;
    display: inline-flex;
    padding: 12px 20px 14px 20px;
    border-radius: 8px;
}


/* about section start */

.aboutSection {
    position: relative;
    background: url(../img/about-bg.png) no-repeat center center;
    background-size: cover;
}

.backgroundVideoAbout {
    width: 100%;
    position: relative;
    top: 0;
}

.aboutConteInner {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    left: auto;
    right: auto;
}

.aboutSection .container-main {
    color: #fff;
    font-size: 1.30vw;
    font-weight: normal;
    font-family: var(--head-font);
}

.aboutSection .container-main p {
    margin-bottom: 1.5vw;
}

.languageChange {
    padding-left: 8vw !important;
}

.aboutSection .containerSection {
    padding-top: 2vw;
}

.aboutSection .containerSection .container-main {
    color: #fff;
    font-size: 1.25vw;
    font-weight: normal;
    font-family: var(--head-font);
    padding-right: 36vw;
}

.teklaUserParagarph {
    margin-top: 2.6vw;
    margin-bottom: 2.1vw;
    /* font-size: 1.56vw; */
}


/* throught back section */

.throughBackSection {
    background: url(../img/throwback-background.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-color: #000;

}

.throughBackInner {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    left: auto;
    right: auto;
    position: relative;
    z-index: 1;
}

.throughBackSection .container-main {
    color: #fff;
    font-size: 1.30vw;
    text-align: center;
}


.throughBackSection .mainWrapper {
    padding-top: 5vw;
}

.throughBackSection .comanTitle {
    text-align: center;
}

.throughBackSection .videoSection {
    padding-top: 4vw;
    max-width: 52vw;
    margin: 0 auto;
    padding-bottom: 12vw;
}

.throughBackSection p.secondPara {
    font-size: 1.71vw;
}


/* register section first */

.registerSectionFirst {
    background: url(../img/Register-first-background.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.registerSectionFirstConteInner {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    left: auto;
    right: auto;
    padding-top: 3.5vw;
    padding-bottom: 17.5vw;
    position: relative;
    z-index: 1;
}

.registerSectionFirst .container-main {
    color: #fff;
    font-size: 1.30vw;
    text-align: left;
    padding-right: 39vw;
}

.registerSectionFirst .container-main p {
    margin-bottom: 1.8vw;
}

.registerSectionFirst .container-main .subtitle {
    font-size: 1.71vw;
}

/* register second page */


.registerSectionSecond {
    background: url(../img/register-bg.jpg) no-repeat bottom center;
    background-size: 100%;
    min-height: 98.5vw;
    position: relative;
}


.registerSectionSecondInner {
    width: 100%;
    max-width: 57%;
    margin: 0 auto;
    padding-top: 2.5vw;
    position: relative;
    z-index: 1;
}

.text-danger {
    width: 100%;
    position: absolute;
    top: calc(100% + 3px);
    font-size: 12px;
    padding-left: 18.8vw;
    left: 0;
    color: #fff !important;
    text-align: center;
}

.form-label {
    margin-bottom: 0rem;
    font-size: 1.3vw;
    color: #fff;
    width: 26vw;
}

.registerSectionSecondInner .eventDate {
    font-size: 1.7vw;
    font-weight: 400;
}

.inputGrup {
    margin-bottom: 20px;
    display: flex;
    position: relative;
    align-items: center;
}


.eventDate {
    text-align: center;
    color: #fff;
    margin-bottom: 3vw;
}


.submitingchickbox .form-check {
    padding-left:17.8vw;
    text-align: left;
}

.submitingchickbox .form-check-label {
    color: #fff;
    font-size: 1.0vw;
    margin-bottom: 0;
    font-style: italic;
}

.regiterBtnWrapper {
    text-align: center;
    padding-bottom: 3.4vw;
    padding-top: 0.7vw;
}

.regiterBtnWrapper .btn {
    color: #002856;
    font-size: 1.6vw !important;
    background-color: #fbad26;
    font-weight: bold;
    padding: 4px 25px;
    line-height: 1.97vw;
    border-radius: 8px;
    min-width: auto;
}



.generate_otp_wrapper .btn{
    color: #002856;
    font-size: 20px;
    background-color: #fbad26;
    font-weight: bold;
    padding: 5px 15px !important;
    line-height: 1.4;
    border-radius: 8px;
    min-width: auto;
    text-transform: capitalize;
}

.contactDetailWrapper {
    text-align: center;
    color: #fff;
    font-size: 1.10vw;
    padding-bottom: 32.41vw;
}

.contactLstInfo {
    display: block;
    margin-top: 6px;
}

.contactDetailWrapper a {
    color: #fff !important;
    text-decoration: underline;
}

.languageRightForm {
    width: 100%;
    background: rgba(37, 49, 85, 0.7);
    border-radius: 15px;
    min-height: 58px;
    padding: 0.375rem 0.75rem;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    font-family: var(--head-font);
    font-size: 18px;
}

.languageRightForm input {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.languageSelectBlock {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.languageSelectBlock.leftLang::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #fff;
    left: 100%;
    height: 100%;

}

/* agenda section start */

.agendaSection {
    background: url(../img/agenda-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 68vw;
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.agendaSection .agendaMaincontainer {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 1.5vw;
    padding-bottom: 3vw;
    position: relative;
    z-index: 1;
}

.agendaListWrapper {
    list-style: none;
    padding: 0 2.6vw;
    margin: 0;
    font-size: 1.30vw;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 20px;
}

.agendaListWrapper {
    position: relative;
}

.agendaListWrapper::before {
    content: "";
    position: absolute;
    left: 62px;
    width: 1px;
    background: #d1d2d4;
    height: 100%;
    top: 0;
    display: none;
}


.agendaMaincontainer .nav-tabs .nav-item::after,
.agendaMaincontainer .agendaList::after {
    display: none !important;
}

.agendaListWrapper .agendaList {
    display: flex;
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 1;
}

.agendaListWrapper .userimageBlock {
    width: 100px;
    padding-top: 14px;
    padding-bottom: 10px;

}

.agendaListWrapper .userimage {
    width: 46px;
    height: 46px;
    background: #d1d2d4;
    border-radius: 50%;
    overflow: hidden;
}

.agendaListWrapper .rightContent {
    flex: 1;
    border-bottom: solid 2px #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}

.agendaListWrapper .agendaList:last-child .rightContent {
    border-bottom: 0;
}

.showmore {
    width: 22px;
    height: 17px;
    background: url(../img/agenda-arrow.png) no-repeat;
    background-size: 1.14vw auto;
    margin-top: 30px;
    background-position: 100% 0;
    cursor: default;
}

.agendaListWrapper .rightToleft {
    flex: 1;
}

.agendaListWrapper .agendatime {
    color: #fcbb56;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.agendaListWrapper .agendatime img {
    margin-right: 6px;
}

.agendaSection .agendaparagraph {
    line-height: 2.05vw;
    font-size: 1.71vw;
    color: #fff;
    text-align: center;
}

.agendaSection .comanTitle {
    text-align: center;
    margin-top: 1vw;
}

.agendaMaincontainer .nav-tabs .nav-item {
    flex: 1;
}

.agendaMaincontainer .nav-link {
    width: 100%;
    background: #f3f3f4;
    border: 0;
    font-size: 2.29vw;
    line-height: 2vw;
    color: #005f9e;
}

.agendaMaincontainer .nav-link.active {
    background: #005f9e;
    color: #fff;
}

.agendaMaincontainer .tabDate {
    font-size: 1.51vw;
}

.nav.nav-tabs {
    margin-top: 3vw;
}

.tab-content {
    background-color: rgba(16, 89, 138, 0.5);
}

.subjectMessage {
    font-size: 1.30vw;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: -15px;
}

/* agenda section end */


/* thank you page */

.thankyoupage {
    background: url(../img/thank-you-background.jpg) no-repeat;
    background-size: 100% auto;
    padding-bottom: 11vw;
    position: relative;
}

.thankyoupage .container {
    max-width: 90%;
}

.thankyoupage .template_header {
    position: initial;
}

.thankyoupage .homeContent {
    position: initial;
    padding-top: 4vw;
}


.thankyoupage .mainTitle {
    color: #fcbb56;
    font-size: 1.8vw;
    margin-top: 5vw;
    margin-bottom: 1.5vw
}




.thankyoupage .paragraphContent {
    color: #fff;
    font-weight: normal;
    font-size: 1.77vw;
}

.thankyoupage .paragraphContent p {
    margin-bottom: 2vw;
}


.socialWrapper {
    position: fixed;
    right: 25px;
    bottom: 100px;
    z-index: 5;
    display: flex;
    flex-direction: column;
}

.socialWrapper a {
    margin-bottom: 3px;
}

.socialWrapper a img {
    max-width: 2.5vw;
}

.whiteColor {
    color: #fff !important;
    text-decoration: underline !important;
}

.thankyoupage .paragraphContent p a {
    color: #fff !important;
    text-decoration: underline !important;
}

.agendaMaincontainer .nav-link {
    border-radius: 0;
}

.template_header .container {
    max-width: calc(100% - 3.5vw);
}




/* throung back video css */

.throughBackSection .backgroundVideoHome {
    position: absolute;
    z-index: 0;
    height: 100%;
}

/* throung back video css */

.throughBackSection .backgroundVideoHome .mobileHome {
    height: 100%;
}

.throughBackSection .backgroundVideoHome .mobileHome video {
    object-fit: cover;
}


.agendaSection .backgroundVideoHome {
    position: absolute;
    z-index: 0;
    height: 100%;
}

.agendaSection .backgroundVideoHome .mobileHome {
    height: 100%;
}


.agendaSection .backgroundVideoHome .mobileHome video {
    object-fit: cover;
}

.registerSectionFirst .backgroundVideoHome,
.registerSectionSecond .backgroundVideoHome {
    position: absolute;
    z-index: 0;
    height: 100%;
}


.registerSectionSecond .backgroundVideoHome .mobileHome {
    height: 100%;
}

.registerSectionSecond .backgroundVideoHome .mobileHome video {
    object-fit: cover;
}

.registerSectionFirst .backgroundVideoHome .mobileHome {
    height: 100%;
}

.registerSectionFirst .backgroundVideoHome .mobileHome video {
    object-fit: cover;
}



.template_header.arabicLanguage {
    direction: rtl;
}

.template_header.arabicLanguage .languageChange {
    padding-left: 0 !important;
    padding-right: 8vw;
}

.template_header.arabicLanguage .template-nav ul li a:after {
    right: -12px
}

.homeSection .comanTitle {
    max-width: 700px;
}

.socialWrapper.arabicLanguage {
    left: 25px;
    right: initial;
}


.arabicLanguage.homeSection::before,
.arabicLanguage.aboutSection::before,
.arabicLanguage.thankyoupage::before,
.arabicLanguage.agendaSection::before,
.arabicLanguage.registerSectionFirst::before,
.arabicLanguage.throughBackSection::before,
.arabicLanguage.registerSectionSecond::before {
    right: 4.8vw;
    left: initial;
    background-image: url(../img/bottom-star-design-ar.png);
}

/* arabic lagnuage css */

.arabicLanguage .backgroundVideoHome,
.arabicLanguage .backgroundVideoAbout {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.homeSection.arabicLanguage .homeConteInner {
    direction: rtl;
}


.aboutSection.arabicLanguage {
    direction: rtl;
}

.aboutSection .containerSection .container-main {
    /* padding-left: 36vw; */
    padding-right: 0;
}


/* throwback css */

.throughBackSection.arabicLanguage {
    direction: rtl;
}



/* agenda section  start */
.agendaSection.arabicLanguage {
    direction: rtl;
}

.agendaSection.arabicLanguage .agendaListWrapper .agendatime img {
    margin-left: 6px;
    margin-right: 0;
}

.agendaSection.arabicLanguage .agendaDetail {
    text-align: right;
}

.agendaSection.arabicLanguage .agendaListWrapper::before {
    right: 62px;
    left: initial;
}


/* register section first start */

.registerSectionFirst.arabicLanguage {
    direction: rtl;
}

.arabicLanguage.registerSectionFirst .container-main {
    padding-left: 39vw;
    text-align: right;
    padding-right: 0;
}


/* register section second start */

.registerSectionSecond.arabicLanguage {
    direction: rtl;
}

.registerSectionSecond.arabicLanguage .text-danger {
    padding-right: 18.8vw;
    padding-left: initial
}

.registerSectionSecond.arabicLanguage .languageSelectBlock.leftLang::after {
    right: 100%;
    left: initial;
}

.registerSectionSecond.arabicLanguage .languageRightForm input {
    margin-right: 0;
    margin-left: 10px
}

.registerSectionSecond.arabicLanguage .form-select {
    background-position: left 0.75rem center;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}

.registerSectionSecond.arabicLanguage .text-end {
    text-align: left !important;
}

.registerSectionSecond.arabicLanguage .submitingchickbox .form-check {
    padding-right: 18.3vw;
    padding-left: initial;
}

.registerSectionSecond.arabicLanguage .regiterBtnWrapper {   
    
    padding-left: 0;
}

.registerSectionSecond.arabicLanguage .registerSectionFirst .comanTitle {
    padding-right: 30vw;
}


.arabicLanguage .typewrite>.wrap {
    border-right: 0 !important;
    border-left: 1px solid #fff !important
}

.thankyoupage.arabicLanguage {
    overflow: hidden;
    direction: rtl;
}

.thankyoupage.arabicLanguage .backgroundImageWrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.thankyoupage.arabicLanguage .template_header,
.thankyoupage.arabicLanguage .homeContent {
    z-index: 2;
    position: relative;
}

.thankyoupage.arabicLanguage .comanTitle {
    max-width: 560px;
}

.thankyoupage.arabicLanguage .backgroundImageWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}


.loginFormWrapper {
    padding-top: 50px;
    max-width: 48%;
}

.loginFormWrapper .form-control {
    min-height: 48px;
    background: #fdbc56;
    color: #231f20;
    padding-left: 20px;
    padding-right: 20px;
    max-width: calc(100% - 150px);
    border-radius: 10px;
}

.loginFormWrapper .form-control:focus {
    color: #231f20 !important;
}

.loginFormWrapper .form-control {
    font-family: 'BentonSans';
}

.loginFormWrapper form {
    position: relative;
}

.loginFormWrapper .form-control::placeholder {
    color: #231f20 !important;
    border-left: 0 !important;
}

.loginBtnWrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: initial;
}

.loginBtnWrapper .btn {
    border-radius: 50px;
    color: #231f20;
    background: #fdbc56;
    font-family: 'BentonSans';
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 18px;
    border: solid 3px #005ea0;
    margin-top: -2px;
}

.rigisterPagelink {
    color: #fff;
    font-family: 'BentonSans';
}

.rigisterPagelink a {
    font-weight: bold;
    color: #fff !important;
}

.loginPage::before {
    width: 50vw;
    height: 5vw;
}

.loginPage .text-danger {
    position: initial;
    padding-left: 0;
}


.loginPage.arabicLanguage .backgroundImageWrapper {
    bottom: initial;
}

.loginPage.arabicLanguage .template-nav ul li a:after {
    left: initial;
    right: -12px;
}

.loginPage.arabicLanguage .loginBtnWrapper {
    left: 0;
    right: initial;
}


.thanks_homeContent{
    padding-top: 17vw;
    padding-bottom: 30vw;
}

.thanks_notes{
    text-align: center;
    justify-content: center;
    align-items: center;
}

.mainTitle{
    font-size: 2.7vw;
    color: #fbad26;
}

.agendaDetail, .agendaDetail .accordion-button{
    font-size: 1.30vw;
}   

.accordion-body{
    font-size: 1.1vw;
} 

.accordion-item {
    background-color: transparent;
    border: 0;
}

.accordion-button {    
    padding: 1rem 0rem;
    font-size: initial;
    color: #ffffff;
    background-color: transparent; 
    font-weight: normal;   
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.125);
}

.accordion-body {
    padding: 1rem 0;
}

.accordion-button::after {
    width: 1.8rem;
    height: 1.8rem;
    background: url(../img/agenda-arrow.png) no-repeat;
    background-size:1.4rem auto;
    background-position: 100% 0;
}

.accordion-button:not(.collapsed)::after{
    background: url(../img/agenda-arrow.png) no-repeat;
    margin-top: -25px;
}


@media (min-width: 992px) {
    .aboutSection .containerSection .container-main {
        padding-right: 36vw;
    }

    .aboutSection.arabicLanguage .containerSection .container-main {
        padding-right: 0;
        padding-left: 36vw;
    }

    .loginPage {
        padding-bottom: 8vw;
        min-height: 100vh;
    }
}


@media (min-width: 1601px) {
    .agendaListWrapper::before {
        left: 72px;
    }

    .agendaListWrapper::before {
        left: 72px;
    }

    .agendaSection.arabicLanguage .agendaListWrapper::before {
        right: 72px;
        left: initial;
    }
}

@media (max-width: 1600px) {
    .generate_otp_wrapper .btn {
        font-size: 16px;
    }

    .notes {
        margin-top:8.2vw;
    }
    
}


@media (max-width: 1366px) {
    .agendaListWrapper::before {
        left: 59px;
    }
    .agendaDetail, .agendaDetail .accordion-button{
        font-size: 20px;
    }   
    
    .accordion-body{
        font-size: 16px;
    } 
}

@media (max-width: 1366px) {  

    .agendaListWrapper::before {
        left: 50px;
    }

    .agendaSection.arabicLanguage .agendaListWrapper::before {
        right: 59px;
    }
    .mainTitle {
        font-size: 2.8vw;
    }
}

@media (min-width: 1300px) {

    .homeSection .comanTitle {
        font-size: 3.28vw;
        line-height: 3.6vw;
    }

    .eventDateTime {
        font-size: 1.9vw;
        line-height: 1.2;
        margin-top: 2vw;
    }

    .eventDateTimeThanks{
        font-size: 2.1vw;
    }

    .registerNowBtn {
        font-size: 1.4vw;
        line-height: 1.4;
        margin: 2vw 0 0 0;
        padding: 7px 30px 8px 30px;
    }

    .homeSection .backgroundVideoHome .mobileHome {
        height: 100vh;
    }

    .homeSection .backgroundVideoHome .mobileHome video {
        object-fit: cover;
        object-position: bottom;
    }
}


@media (max-width : 1024px) and (orientation : landscape) {

    .aboutSection .ratio-16x9 video,
    .throughBackSection .backgroundVideoHome .mobileHome video {
        object-position: right;
    }

    .agendaSection .backgroundVideoHome .mobileHome video {
        object-position: right !important;
    }


    .registerSectionFirst .backgroundVideoHome .mobileHome video {
        object-fit: cover;
        object-position: right;
    }

    .agendaSection.arabicLanguage .agendaListWrapper::before {
        right: 51px;
    }
}

@media (max-width : 991px) and (orientation : landscape) {
    .homeSection.arabicLanguage .homeConteInner {
        padding-left: 42vw;
    }

}


@media (min-width: 991px) {
    .homeSection .eventDateTime br {
        display: none;
    }
    
   
}


@media (max-width: 991px) {
    .mainTitle {
        font-size: 4.8vw;
    }
    .agendaDetail, .agendaDetail .accordion-button{
        font-size: 18px;
    }   
    
    .accordion-body{
        font-size: 14px;
    } 
    .accordion-button::after, .accordion-button:not(.collapsed)::after {
        background-size: 1.0rem auto;
    }

    body.body-scroll,
    html.body-scroll {
        overflow: hidden;
    }

    .generate_otp_wrapper .btn {
        font-size: 13px;
    }

    .registerSectionSecondInner {
        max-width: 85%;
    }

    .agendaSection .agendaMaincontainer {
        max-width: 100%;
    }


    .body-scroll {
        position: fixed;
    }

    .template_header {
        height: 60px;
        padding-top: 2px;
        background: #104f8a;
        position: sticky;
    }

    .template_header.sticky {
        height: 60px;
        position: sticky;
        top: 0;
    }

    .mbfs {
        font-size: 13px;
    }

    .template-menu-icon {
        display: block;
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 33px;
        color: #fff;
        margin-left: 40px;
    }

    .login-process-pages .template-menu-icon {
        color: #000;
    }

    .template-menu-icon i {
        font-size: 20px;
    }

    .template_header.sticky .template-menu-icon {
        color: #fff;
    }

    .template-menu {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 60px;
        left: 0;
        transform: translateX(-100%);
        background: #104f8a;
        overflow-y: auto;
        padding-top: 0;
        transition: transform .5s cubic-bezier(0.22, 0.61, 0.36, 1);
        z-index: 999;
    }

    .template-menu.openMenu {
        transform: translateX(0%);
    }

    .template-logo .img-fluid {
        width: 130px;
        max-width: inherit;
    }

    .template-nav ul {
        flex-wrap: wrap;
        flex-direction: column;
        padding-left: 0 !important;
    }

    .template_header.arabicLanguage .languageChange {
        padding-right: 0 !important;
    }

    .template-nav ul li {
        margin: 10px 15px;
    }

    .template-nav ul li a {
        font-size: 22px;
        color: #fff;
        text-align: center;
        display: flex;
        padding: 6px 0;
        width: 100%;
        justify-content: center;
    }

    .template-nav .register-btn {
        font-size: 13px;
        padding: 3px 10px;
        line-height: 20px;
        min-width: 100px;
        height: 30px;
    }

    .template-nav ul li a:after {
        display: none;
    }

    .languageChange {
        padding-left: 0;
    }

    .homeContent {
        padding-top: 5vw;
        padding-bottom: 20vw;
    }

    .thanks_homeContent{
        padding-top: 6vw;
        padding-bottom: 40vw
    }
    

    .aboutSection .container-main p {
        font-size: 14px;
        text-align: justify;
    }

    .thankyoupage .template_header {
        background: none;
    }


    .comanTitle {
        font-size: 22px;
        line-height: 27px;
        margin: 0 0 20px 0;
    }

    .thankyoupage.arabicLanguage .comanTitle {
        max-width: 300px;
    }

    p.homePara {
        font-size: 2.7vw;
        line-height: 20px;
        margin-top: 2.2vw;
    }

    .notes {
        font-size: 2.7vw;
        line-height: 20px;
        margin-top: 2.2vw;
    }

    .thankyoupage .mainTitle {
        font-size: 16px;
        margin-top: 5vw;
        margin-bottom: 1.5vw;
    }

    .thankyoupage .paragraphContent p {
        margin-bottom: 15px;
    }

    .paragraphContent{
        font-size: 16px;
    }

    .registerNowBtn {
        font-size: 16px;
        line-height: 18px;
        padding: 9px 15px 9px 14px;
    }

    .eventDateTime {
        font-size: 3.2vw;
    }

    .eventTime {
        font-size: 3.2vw;
    }

    .about_left {
        max-width: 50%;
    }

    .about_part_text_pad {
        padding-right: 30px;
        padding-left: 30px;
    }

    .about_part_text p,
    .about_part_text ul.aboutul {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .about_part_text .table {
        color: #fff;
        font-size: 16px;
        margin: 0;
    }

    .table th {
        background-color: #ef9f20;
        color: #000;
        border: 2px solid #000;
        font-size: 21px;
    }

    .agenda_part .row {
        padding: 0 30px;
    }

    .thankyoupage .paragraphContent {
        font-size: 16px;
    }

    .thankyoupage {
        background-size: cover;
    }

    .template-menu.seprateBtn {
        position: initial;
        height: initial;
        width: initial;
        top: initial;
        transform: translate(0, 0);
        background: none;
    }

    .template_header.sticky .template-header-logo {
        transform: translate(0, -3%);
    }

    .socialWrapper {
        bottom: 30px;
    }

    .aboutSection .ratio-16x9 {
        height: 92vw;
    }

    .aboutSection .ratio-16x9 video {
        object-fit: cover;
    }

    .throughBackSection p.secondPara {
        font-size: 18px;
    }

    .throughBackSection .container-main {
        font-size: 16px;
        max-width: 90%;
        margin: 0 auto;
    }

    .throughBackSection .videoSection {
        padding-bottom: 12vw;
    }

    .throughBackSection .videoSection {
        max-width: 100%;
    }

    .agendaSection .agendaparagraph {
        line-height: 20px;
        font-size: 16px;
    }

    .agendaListWrapper {
        font-size: 14px;
    }

    .agendaListWrapper .userimageBlock {
        width: 75px;
    }

    .agendaListWrapper .rightContent {
        border-width: 1px;
    }

    .agendaListWrapper::before {
        left: 43px;
    }

    .agendaSection.arabicLanguage .agendaListWrapper::before {
        right: 43px;
        left: initial;
    }

    .agendaMaincontainer .tabDate {
        font-size: 14px;
    }

    .agendaMaincontainer .nav-link {
        font-size: 18px;
        line-height: 20px;
    }

    .showmore {
        background-size: 11px;
    }

    .subjectMessage {
        font-size: 14px;
    }

    .registerSectionFirst .container-main .subtitle {
        font-size: 18px;
    }

    .registerSectionFirst .container-main {
        font-size: 16px;
        padding-right: 20px;
        padding-left: 0;
    }

    .registerSectionFirst .container-main p {
        margin-bottom: 20px;
    }

    .registerSectionSecondInner .comanTitle {
        font-size: 30px;
    }

    .registerSectionSecondInner .eventDate {
        font-size: 18px;
        margin-bottom: 0;
    }

    .yellow_line {
        width: 13vw;
        height: 8px;
    }

    .inputGrup {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .form-label {
        margin-bottom: 3px;
        font-size: 16px;
        width: 100%;
    }

    .languageRightForm {
        border-radius: 5px;
        min-height: 45px;
    }

    .form-control,
    .form-select {
        border: 0;
        min-height: 45px;
        font-size: 18px;
        border-radius: 5px;
    }

    .submitingchickbox .form-check {
        padding-left: 0;
    }

    .submitingchickbox .form-check-label {
        font-size: 12px;
    }

    .regiterBtnWrapper {
        padding-left: 0;
        padding-top: 10px;
    }

    .about_part_text ul.aboutul li::after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #fbad26;
        top: 11px;
    }

    .regiterBtnWrapper .btn {
        font-size: 18px !important;
        border-radius: 5px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .contactDetailWrapper {
        font-size: 14px;
    }

    .text-danger {
        padding-left: 0;
    }
    .eventDateTime sup {
        font-size: 16px;
    }

    .registerSectionSecond.arabicLanguage .text-danger {
        padding-right: 0;
    }

    .template_header .container {
        max-width: calc(90% + 30px);
    }

    .aboutSection .backgroundVideoAbout {
        position: absolute;
        height: 100%;
    }

    .aboutSection .backgroundVideoAbout .ratio-16x9 {
        height: 100%;
    }

    .aboutSection .backgroundVideoAbout .ratio-16x9 video {
        object-fit: cover;
    }

    .aboutSection .containerSection {
        position: relative;
        padding-bottom: 4vw
    }

    .aboutSection .containerSection .container-main {
        padding-right: 30px;
    }

    .arabicLanguage.aboutSection .containerSection .container-main {
        padding-right: 0;
        padding-left: 40px;
    }

    .arabicLanguage.template_header .template-menu-icon {
        margin-left: 0 !important;
    }

    .registerSectionSecond.arabicLanguage .submitingchickbox .form-check {
        padding-right: 0;
    }

    .registerSectionSecond.arabicLanguage .regiterBtnWrapper {
        padding-right: 0;
    }

    .loginFormWrapper {
        padding-top: 30px;
        max-width: 54%;
    }

    .loginBtnWrapper .btn {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
    }

    .loginFormWrapper .form-control {
        font-family: 'BentonSans';
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
        max-width: calc(100% - 125px);
        min-height: 40px;
    }

    .homeContent {
        min-height: 320px;
    }
}




@media (max-width: 736px) {
    .aboutSection .ratio-16x9 {
        height: 100vw;
    }
}

@media (max-width: 667px) {
    .aboutSection .ratio-16x9 {
        height: 120vw;
    }
}

@media (max-width: 568px) {
    .aboutSection .ratio-16x9 {
        height: 160vw;
    }
}


@media (min-width: 481px) {
    .thankyoupage.arabicLanguage {
        background: #084c7d;
    }
}

@media (max-width: 480px) {
    .mainTitle {
        font-size: 5.5vw;
    }

    .thankyoupage .homeConteInner {
        padding-right: 0;
    }

    .aboutSection .containerSection {
        padding-top: 20px;
    }

    .registerSectionFirst .container-main {
        padding-left: 0 !important;
    }

    .thankyoupage {
        min-height: 100vh;
        background-size: cover;
    }

    .thankyoupage .template-logo .img-fluid {
        width: 150px;
    }

    .homeSection .registerNowBtn {
        margin-top: 20px;
        font-size: 16px;
    }

    .homeSection .homeContent {
        padding-top: 6vw;
    }

    .homeSection .mobileHome {
        height: 100vw;
    }


    .homeSection .comanTitle {
        font-size: 18px;
        line-height: 21px;
    }

    .homeSection p.homePara {
        font-size: 14px;
        line-height: 20px;
    }

    

    .homeSection .eventDateTime {
        font-size: 14px;
        line-height: 16px;
    }



    .homeSection .mobileHome video {
        object-fit: cover;
        object-position: 71%;
    }

    .socialWrapper {
        top: 53vw;
        right: 15px;
    }

    .socialWrapper a img {
        min-width: 23px;
    }

    .aboutSection .containerSection .container-main {
        padding-right: 30px;
        padding-left: 0;
    }

    .aboutSection .ratio-16x9 {
        height: 173vw;
    }

    .nav.nav-tabs {
        margin-top: 20px;
    }



    .agendaListWrapper .userimageBlock {
        width: 52px;
    }

    .agendaListWrapper .userimage {
        width: 36px;
        height: 36px;
    }

    .agendaListWrapper .agendatime {
        align-items: flex-start;
    }

    .agendaListWrapper .agendatime img {
        margin-top: 4px;
    }

    .agendaMaincontainer .nav-link {
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 0;
    }

    .agendaListWrapper::before {
        left: 28px;
    }

    .agendaSection.arabicLanguage .agendaListWrapper::before {
        right: 28px;
    }

    .agendaSection.arabicLanguage .agendaListWrapper .agendatime {
        text-align: right;
    }

    .agendaSection .comanTitle {
        margin-top: 15px;
    }

    .registerSectionFirstConteInner .comanTitle {
        margin-top: 10px;
    }


    .registerSectionSecondInner {
        max-width: 90%;
    }

    /* .template_header.sticky+.backgroundVideoHome .mobileHome{
        height: 113vw;
    } */

    .throughBackSection .videoSection {
        padding-bottom: 20vw;
    }

    .throughBackSection .backgroundVideoHome .mobileHome video {
        object-position: right;
    }

    /* .homeConteInner {
        padding-right: 39vw;
    } */

    .registerSectionFirstConteInner {
        padding-bottom: 31.5vw;
    }

    .homeSection.arabicLanguage .homeConteInner {
        padding-right: 0;
        padding-left: 37vw;
    }

    .thankyoupage.arabicLanguage .homeConteInner {
        padding-left: 0;
        padding-right: 0;
    }

    .thankyoupage.arabicLanguage .backgroundImageWrapper {
        display: none;
    }

    .socialWrapper.arabicLanguage {
        left: 15px;
    }

    .loginPage::before {
        width: 90vw;
        height: 13vw;
    }

    .loginFormWrapper {
        max-width: 100%;
    }

    .loginPage.arabicLanguage .loginFormWrapper {
        padding-left: 20px;
    }
}


.sm_center_label {
    font-size: 16px !important;
    font-weight: 600;
}

@media (max-width:575px) {
    p.homePara {
        font-size: 4.4vw;
        line-height: 20px;
        margin-top: 2.2vw;
        min-height: 45px;
    }
    .notes {
        font-size: 4.4vw;
        line-height: 20px;
        margin-top: 2.2vw;
        min-height: 45px;
    }

    .about_part_text ul.aboutul li {
        padding: 10px 0 10px 20px;
    }

    .eventDateTime {
        font-size: 4.4vw;
    }

    .eventTime {
        font-size: 4.4vw;
    }

    .about_part_text h3 {
        font-size: 24px;
        font-weight: 500;
    }

    .table th {
        font-size: 17px;
    }

    .agenda_part .row {
        padding: 0 15px;
    }

    .about_part_text .table {
        font-size: 14px;
    }
}


@media (max-width:767px) {

    .sm_center_label,
    .sm_center {
        font-size: 13px !important;
    }

}


@media (max-width: 410px) {
    .about_part_text_pad {
        padding-right: 20px;
        padding-left: 20px;
    }
}


@media (max-width :991px) and (orientation : portrait) {
    .login_page_h {
        min-height: calc(100vh - 60px) !important;
    }
}



.form-check-label a {
    color: #fff !important;
    text-decoration: underline;
}

/* Change Autocomplete styles in Chrome*/
.form-control:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: white !important;
    /* -webkit-box-shadow: 0 0 0px 1000px rgba(37,49,85,0.7) inset!important; */
    transition: background-color 5000s ease-in-out 0s !important;
    background-color: rgba(37, 49, 85, 0.7) !important;
}


.agendaListing {
    padding-left: 20px;
    list-style: disc;
}


.loginFormWrapper .form-control:focus,
.loginFormWrapper input:-webkit-autofill,
.loginFormWrapper input:-webkit-autofill:hover,
.loginFormWrapper input:-webkit-autofill:focus {
    -webkit-text-fill-color: #231f20 !important;
}

.custm_code {
    width: 100%;
    display: flex;
}

.custm_code_left {
    width: 150px;
}

.custm_code_right {
    margin-left: 15px;
}

.login_error{
    position: relative;
}

.login_error .text-danger{
 padding: 0!important;
 top: calc(100% + 1px)!important;
}

.generate_otp_wrapper{
    padding-left: 17.6vw;
    display: flex;
    align-items: center;  
}

.generate_otp_wrapper a{
    min-width: 150px!important;
}

.generate_otp_wrapper em{
    font-size: 13px;
    margin-left: 15px;
}


@media (max-width: 991px) {
    .generate_otp_wrapper {
        padding-left: 0;
    }
}

@media (max-width: 574px) {
    .generate_otp_wrapper {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .generate_otp_wrapper em {
        margin-left: 0px;
        margin-top: 10px;
    }
}