/* All Common Css Part Start */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
ul,
ol {
    list-style: none;
    display: inline-block;
}
img {
    vertical-align: middle;
}
a {
    text-decoration: none;
}
/* All Common Css Part End */

/* Header Css Part Start */
.header_logo {
    /* width: 180px; */
    /* height: 80px; */
    /* padding: 10px 0 10px 0; */
}
.header_logo a {
    /* border: 1px solid rgba(0, 0, 0, 0.171); */
    /* padding: 10px 0 25px 0; */
}
.header_logo a img {
    height: 80px;
    /* padding: 10px; */
}
.contact_details p span {
    padding: 0 0 0 30px;
    /* margin-bottom: 10px; */
}
.contact_details {
    position: relative;
}

.social_items li a {
    color: #79bf45;
    border: 1px solid #79bf45;
    width: 35px;
    height: 20px;
    border-radius: 50%;
    padding: 5px 10px;
}
.cont_p p {
    position: relative;
}
.mysoftit_span::after {
    content: "\f095";
    position: absolute;
    font-family: FontAwesome;
    width: 25px;
    height: 25px;
    background: #79bf45;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    top: -5px;
    left: 0px;
}
.mysoftit_btn {
    position: relative;
    width: 28px;
    height: 28px;
    background: #79bf45;
    border-radius: 50%;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.navbar-nav {
    padding-left: 100px;
}
.navbar-nav .nav-item {
    text-transform: uppercase;
    font-weight: 600;
}
.navbar_mysoftit {
    line-height: 10px;
}
.header_items_title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}
.social_items {
    display: flex;
    gap: 15px;
}
.navbar_mysoftit_items {
    display: flex;
    gap: 20px;
    justify-content: right;
    border-top: 1px solid red;
    width: 830px;
    padding: 10px 0;
}
.navbar_mysoftit_items .nav-item a {
    font-size: 18px;
    transition: all linear 0.3s;
    padding: 0px;
    text-transform: uppercase;
}
.navbar_mysoftit_items .nav-item a:hover {
    color: #007dcf;
}

/* Header 2nd Start */
#navbar_nav {
    background: #79bf45;
    position: fixed;
    width: 100%;
    z-index: 999;
}
#navbar_nav .sticky {
    position: absolute;
    width: 100%;
    background: #79bf45;
    top: -120px;
    left: 0;
    /* background: red; */
    animation: sticky 1s linear;
}
@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: -120px;
    }
}
#navbar_nav .nav .nav-item {
    padding: 5px;
    transition: all linear 0.3s;
    /* position: relative; */
}

#navbar_nav .nav .nav-item a {
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
}
#navbar_nav .nav .nav-item:hover {
    background: #fbbf23;
    font-weight: 600;
}
#navbar_nav .nav .nav-item a:hover {
    color: #fff;
    font-weight: 600;
    position: relative;
}
/* #navbar_nav .nav .nav-item a:hover::before{
  position: absolute;
  width: 30px;
  height: 30px;
  background: red;
  z-index: 3;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(50deg);

} */
/* Header 2nd End */

.show_subColor {
    background: #fbbf23;
    /* position: relative; */
}

.show_subColor1 {
    color: #4eb800;
}

/* Subnav button */
.subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    position: relative;
    font-family: inherit;
}
.navbar_nav {
    position: relative;
    overflow: hidden;
}

/* Add a red background color to navigation links on hover */
.subnav {
    float: left;
    overflow: hidden;
}

.subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #000;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.subnav:hover {
    background-color: #fbbf23;
    color: #4eb800;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
    width: 100%;
    z-index: 1;
    display: none;
    transition: all linear 0.3s;
    position: absolute;
    background: #fff;
    left: 0;
    color: #79bf45;
}
.show_subNav {
    display: block;
}

/* Style the subnav links */
.subnav-content a {
    float: left;
    color: #79bf45 !important;
    text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
    background-color: #eee;
    color: black;
}
.subnav:hover .subnav-content {
    display: block;
}

/* Header Css Part End */

/* Banner Part Css Start */
#banner {
    position: relative;
    background: #79bf45;
    height: 510px;
}
.banner_main {
    position: relative;
}
.banner_main .items {
    position: relative;
    height: 500px;
    width: 100%;
}
.banner_main .items .back_video {
    /* position: absolute; */
    /* height: 500px; */
    /* max-width: 300% ; */
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.9;
}
.banner_right_arrow {
    display:  none !important;
    /* position: absolute; */
    /* width: 40px; */
    height: 40px;
    background: rgb(240, 238, 238);
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 1;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}
.banner_left_arrow {
    display: none !important;
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgb(240, 238, 238);
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 1;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.main_info {
    position: absolute;
    top: 70%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.main_info .text {
    width: 400px;
    padding: 10px 0;
    background: #f1c608e3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: all linear 0.3s;
}
.main_info .text:hover {
    box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
.main_info .text a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
.main_info .text_btn {
    width: 400px;
    padding: 10px 0;
    background: rgba(77, 184, 0, 0.808);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: all linear 0.3s;
}
.main_info .text_btn:hover {
    box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.75);
}
.main_info .text_btn a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
}
/* Banner Part Css End */

/* Sponser Group Start*/
#sponser_group_mysoftit {
    padding: 35px 0;
    position: relative;
}
.heading_title h5 {
    font-size: 34px;
    font-weight: 700;
    color: #555;
}
.heading_title h5 .Sponsercolor {
    color: #79bf45;
}
.sponser_items {
    /* border: 1px solid rgba(0, 0, 0, 0.486); */
    padding: 10px;
}
.sponser_items h5 {
    font-size: 20px;
    font-weight: 700;
    color: #555;
}
/* Sponser Group End*/

/* Visitors Part Start */
#mysoftit_visitor {
    padding: 20px 0;
    position: relative;
    background: #007dcf;
}
.heading_title_visitor h5 {
    text-transform: uppercase;
    font-size: 30px;
    color: #111;
    font-weight: 800;
    letter-spacing: 1px;
}
#mysoftit_visitor .items .mysoftit_icons {
    color: #fff;
    font-size: 50px;
    text-align: center;
}
#mysoftit_visitor .items h5 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    /* font-weight: 700; */
    /* border-bottom: 1px solid #fff; */
    /* width:0px; */
    text-align: center;
}
.mysoftit_group_info h5 {
    font-size: 23px;
    font-weight: 600;
}
.mysoftit_group_info p {
    font-size: 18px;
    line-height: 35px;
}
.mysoftit_sponser_right a {
    background: #007dcf;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 1px;
    font-size: 20px;
}
/* Visitors Part End */

/* Video Slider Start */
#video_slider {
    position: relative;
    padding: 30px 0;
}
#video_slider .items_videos {
    border: 1px solid rgba(0, 0, 0, 0.178);
    padding: 10px 0 0 0;
    margin-bottom: 20px;
}
#video_slider .items_videos p {
    padding: 10px;
    font-weight: 600;
}
/* Video Slider End */

/* Awards part Start */
.info_awards img {
    position: relative;
    height: 300px;
}
.info_awards {
    position: relative;
}
.award_info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.432);
    color: #fff;
    padding: 10px;
    width: 100%;
}
.award_info h6 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    padding-top: 10px;
}
.heading_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heading_main .heading_award h5 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
}
.heading_main .heading_btn {
    background: #ffa600;
    padding: 5px 0;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    border-radius: 5px;
    border: 5px solid rgb(207, 144, 7);
}
.heading_main .heading_btn a {
    /* text-transform: uppercase; */
    font-size: 25px;
    font-weight: 600;
    color: rgb(245, 240, 240);
    padding: 0;
}

.media_partnaer {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.233);
    padding: 10px;
}
.media_partnaer .media_heading {
    width: 100%;
    height: 50px;
    background: #79bf45;
    display: flex;
    justify-content: center;
    align-items: center;
}
.media_partnaer .media_heading h5 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    padding-top: 5px;
}
.media_partnaer .itemes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-right: 30px;
    padding: 20px 0;
    align-content: center;
}
.media_partnaer .itemes .m_j {
    width: 1000px;
    margin-left: 50px;
}
.media_partnaer .itemes .m_j {
    width: 1000px;
}
/* Awards part End */
.m_j img{
    width: 100%;
    height: 100px;
}
/* Our Participant Start */
#mysoftit_partivipant {
    position: relative;
    padding: 30px 0;
}
.heading_participant {
    background: #79bf45;
    padding: 10px 0 5px 0;
    border-radius: 5px;
}
.heading_participant h5 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}
.items_participant {
    border: 1px solid #000;
    padding: 0 10px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.items_participant img {
    width: 150px;
    height: 100px;
    /* overflow: hidden; */
}
.items_parti_partner {
    border: 1px solid #000;
}
.items_parti_partner .media_heading {
    width: 100%;
    background: #79bf45;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
}
.items_parti_partner .media_heading h5 {
    font-size: 26px;
}
.items_parti_partner .itemes {
    display: flex;
    gap: 10px;
    padding: 20px 10px;
}
.items_parti_partner .itemes .m_j {
    width: 1500px;
    margin-left: 20px;
}
/* Our Participant End */

/* Gellery Part Start */
.main_grid .a {
    background: url(../images/gellery/BKKK3398_resize.jpg) no-repeat center/cover;
    width: 50%;
    height: 150px;
}
.main_grid .b {
    background: url(../images/gellery/BKKK3438_resize.jpg) no-repeat center/cover;
    /* width: 50%; */
    height: 80px;
}
.main_grid .c {
    background: url(../images/gellery/BKKK3571_resize.jpg) no-repeat center/cover;
    /* width: 50%; */
    height: 70px;
}
.main_grid .d {
    background: url(../images/gellery/IMG_4311_resize.jpg) no-repeat center/cover;
    /* width: 50%; */
    height: 150px;
}
.main_grid .e {
    background: url(../images/gellery/BKKK3398_resize.jpg) no-repeat center/cover;
    /* width: 50%; */
    height: 150px;
}
.main_grid .f {
    background: url(../images/gellery/BKKK3438_resize.jpg) no-repeat center/cover;
    /* width: 50%; */
    height: 150px;
}
.main_grid .g {
    background: url(../images/gellery/BKKK3571_resize.jpg) no-repeat center/cover;
    /* width: 50%; */
    height: 350px;
}
.main_grid .h {
    background: url(../images/gellery/BKKK3571_resize.jpg) no-repeat center/cover;
    /* width: 50%; */
    height: 200px;
}

.main_grid .i {
    background: url(../images/gellery/BKKK3438_resize.jpg) no-repeat center/cover;
    /* width: 50%; */
    height: 100px;
}
.main_grid .j {
    background: url(../images/gellery/BKKK3571_resize.jpg) no-repeat center/cover;
    /* width: 50%; */
    height: 100px;
}
/* Gellery Part End */

/* Footers Css Part Start */
#footers {
    background: #4eb800;
    position: relative;
    padding: 30px 0;
    border-top: 2px solid red;
}
.footer_main {
    position: relative;
    color: #fff;
    font-weight: 600;
}
.footer_items h5 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 10px 0 20px 0;
}
.footer_items ul li {
    line-height: 30px;
}
.footer_items ul li .email_s {
    color: #fff;
}
.footer_items .contact_s {
    color: #fff;
}
.footer_items h4 {
    font-size: 20px;
}
.footer_items .social_icons ul {
    display: flex;
    gap: 20px;
}

.footer_items .social_icons ul li {
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_items .social_icons ul li a {
    color: #fff;
    font-size: 25px;
}
/* Footers Css Part End */

/* When and Where Part Start */
#banner_when {
    position: relative;
    height: 510px;
    width: 100%;
    background: #4eb800;
}
.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.img img {
    height: 500px;
    width: 100%;
}
#banner_when .overlay {
    background: rgba(2, 8, 32, 0.884);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
}
.banner_main_when {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}
.banner_text h5 {
    font-size: 80px;
}
.banner_text p {
    font-size: 24px;
}

#content_body {
    padding: 10px 0 7px 0;
    background: #4eb800;
}
#when_venue {
    padding: 0px 0 7px 0;
    background: #4eb800;
}

.when_heading h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.when_schedule {
    position: relative;
    padding: 20px 0;
}
.when_schedule .title_items {
    padding: 10px 0;
    text-align: center;
    color: #007dcf;
    border-bottom: 2px solid rgba(0, 0, 0, 0.151);
}
.when_schedule .items {
    padding: 10px 0;
}

.when_schedule .items h5 {
    padding: 10px 0 0 0;
    font-weight: 600;
    font-size: 18px;
}
.when_schedule .items p {
    font-weight: 400;
    font-size: 18px;
}

.venue_mysoftit h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    color: #555;
}
.venue_mysoftit p {
    font-size: 18px;
    font-weight: 450;
    color: #555;
}
/* When and Where Part End */

/* Visa Information part Start */
#visa_heading {
    background: #eee;
}
.visa_mysoftit_info {
    padding: 100px 0 50px 30px;
}
.travel_mysoftit_info {
    padding: 50px 0 50px 30px;
}

.visa_mysoftit_info h5 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #444;
}
.visa_mysoftit_info p {
    font-size: 18px;
    font-weight: 450;
    color: #555;
}
.travel_mysoftit_info ul li {
    list-style: outside;
    padding: 5px 0;
    font-size: 18px;
}
.transport_mysoftit p a {
    color: #555;
    transition: all linear 0.3s;
}
.transport_mysoftit p a:hover {
    color: #000;
}
/* Visa Information part End */

/* Hotel Part Start */
#hotel_heading {
    background: #fff;
    position: relative;
    padding-top: 53px;
}
#mysoftit_hotels {
    background: #eee;
    padding: 30px 0;
}
.items_hotels {
    position: relative;
}
.hotel_info h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #444;
}
.hotel_info p {
    font-weight: 450;
    color: #444;
    font-size: 18px;
}
.items_hotels img {
    width: 100%;
    height: 300px;
    position: relative;
}
.items_hotels .hotels_hearts {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.items_hotels .hotels_less_mysoftit {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    background: rgb(247, 2, 2);
    width: 200px;
    height: 40px;
    border-radius: 3px;
}
.items_hotels .hotels_less_mysoftit p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0 0 0;
    color: #fff;
    font-weight: 600;
}
.items_hotels .hotels_hearts .demo_herts {
    font-size: 20px;
}
.items_hotel h5 {
    font-size: 26px;
    font-weight: 600;
}
.items_hotel p {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    line-height: 30px;
}
.items_hotel a {
    background: #ffa600;
    padding: 10px 40px;
    border-radius: 20px;
    color: #555;
    font-weight: 700;
    transition: all linear 0.3s;
}
.items_hotel a:hover {
    background: #ffa600cc;
    color: #000;
}
/* Hotel Part End */

/* Contact Us Banner Part Start */
#contact_us_banner {
    position: relative;
    background: linear-gradient( rgba(8, 8, 8, 0.74), rgba(0, 0, 0, 0.85) ), url(../images/travel.jpg) ;
    overflow: hidden;
    width: 100%;
    height: 330px;
    padding: 70px 0;
    color: #ffffff;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#contact_us_banner .overlay {
    background: rgba(0, 0, 0, 0.452);
    padding: 70px 0 50px 0;
    text-align: center;
    color: #fff;
}
.banner_text_info h5 {
    font-size: 46px;
    font-weight: 700;
    margin-top: 40px;
}
.banner_text_info p {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}
.banner_text_info a {
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 0;
    width: 300px;
}
.banner_text_info .mysoftit_register:hover {
    background: #007dcf;
}

#contact_formSakhawat {
    padding: 30px 0;
    background: #eee;
}
.mysoftit_infoForm {
    border-left: 4px solid #007dcf;
    padding: 15px;
}
.form_main {
    padding: 20px 20px 20px 20px;
}
.form_main h5 {
    font-size: 30px;
    font-weight: 500;
    color: #555;
    padding: 30px 0 0 0;
}
.form_main p {
    font-size: 20px;
    color: #555;
}
.form_main label {
    font-weight: 600;
    font-size: 16px;
    color: #555;
    /* padding-right: 20px; */
}
.Submit_btn .mysoftit_btn_contact {
    background: #007dcf;
    padding: 7px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #eee;
    text-transform: uppercase;
}
.Submit_btn .mysoftit_btn_contact:hover {
    background: #007dcf;
    color: #fff;
}

/* Contact Us Banner Part End */

/* Who Part Start */
.who_items .mysoftit_icons {
    font-size: 63px;
    padding-bottom: 10px;
}
.who_items h5 {
    font-size: 30px;
    font-weight: 600;
}
.percents_items h4 {
    font-size: 45px;
}
#join_report_mysoftit {
    background: #eee;
    padding: 40px 0;
}
.report_main_content {
    position: relative;
}
.report_main_content h1 {
    color: #007dcf;
    font-weight: 700;
    font-size: 45px;
}
.report_main_content p {
    color: #007dcf;
    font-weight: 700;
    font-size: 17px;
}
.report_main_content a {
    background: #007dcf;
    padding: 10px 30px;
    color: #eee;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
}
.report_main_content a:hover {
    background: #007dcf !important;
    color: #fff !important;
}
/* Who Part End */

/* Exhibit Part Start */
#exhibit_mysoftit {
    padding: 20px 0;
    text-align: center;
}
.exhibit_heading {
    padding: 20px 0;
}
.exhibit_heading h5 {
    text-transform: uppercase;
    font-size: 26px;
}
#exhibit_items_mysoftit {
    background: #eee;
    padding: 30px 0;
}
.items_exhibit {
    background: #fff;
    border-bottom: 5px solid rgb(179, 14, 14);
    margin-bottom: 20px;
}
.items_exhibit img {
    height: 200px;
    width: 100%;
}
.items_exhibit h5 {
    padding: 10px 10px 10px 30px;
    background: #79bf45;
    color: #fff;
}
.items_exhibit ul {
    padding: 0px 10px 10px 50px;
}
.items_exhibit ul li {
    list-style: outside;
}
.items_exhibit ul li a {
    color: #007dcf;
    font-weight: 600;
}
.items_exhibit ul li a:hover {
    color: #007ccfd7;
}
.items_exhibit p {
    padding: 5px 15px;
}
.items_exhibit a {
    color: #555;
}
.items_exhibit a:hover {
    color: #000;
}
.items_exhibit_bot {
    position: relative;
}
.items_exhibit_bot img {
    width: 100%;
    height: 473px;
}
.items_exhibit_bot .top_info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.541);
    color: #fff;
    padding: 20px;
}
.items_exhibit_bot .top_info h5 {
    font-size: 26px;
    font-weight: 600;
}
#events_mysoftit {
    position: relative;
    padding: 50px 0;
}
.items_events h5 {
    color: #555;
    font-weight: 600;
}
.items_events h4 {
    color: #444;
    font-weight: 600;
    padding: 0 0 30px 0;
}
.items_events p {
    font-size: 18px;
}
.items_events p a {
    color: #555;
    font-weight: 600;
}

/* Exhibit Part End */
/* Exhibitor Part Start */
.exhibit_heading a {
    width: 250px;
    background: #007dcf;
    margin-right: 20px;
    margin-top: 30px;
    color: #eee;
    font-size: 18px;
    font-weight: 500;
}
.exhibit_heading a:hover {
    background: #007dcf !important;
    margin-right: 20px;
    margin-top: 30px;
    color: #fff !important;
}
/* Exhibitor Part End */

/* Additional  Part Start */
.additional_body .order_mysoftit {
    font-weight: 600;
    border: 1px solid rgba(85, 85, 85, 0.329);
    padding: 10px 0;
}
.additional_body .order_items {
    font-weight: 600;
    border: 1px solid rgba(85, 85, 85, 0.329);
    padding: 10px 20px;
    text-align: start;
}
.additional_heading h5 {
    padding: 20px 0;
    color: #4eb800;
    font-weight: 600;
}
/* Additional  Part End */

/* Innovation Part Start */
#innovation_banner {
    position: relative;
}
.banner_tet_info {
    position: relative;
    background: rgb(49, 45, 45);
    color: #eee;
    padding: 10px 0;
}
.banner_items_inn h5 {
    text-transform: uppercase;
    font-size: 50px;
}
.banner_items_inno {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 15px;
}
.banner_items_inno p {
    text-transform: uppercase;
    line-height: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
#innovgation_mysoftit {
    padding: 20px 0;
    background: #eee;
}
.innovation_body {
    padding: 20px 20px;
    background: #fff;
}

.innovation_body .innovation_part h5 {
    color: #007dcf;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.innovation_body .innovation_part ul li {
    list-style: outside;
    padding-top: 0;
}
.innovation_body .innovation_part .key_dates {
    line-height: 10px;
    font-weight: 600;
    color: #555;
}
.innovation_body .innovation_part .key_dates span {
    line-height: 10px;
    font-weight: 400;
    color: #555;
}
.form_heading h4 {
    color: #ffa600;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 2px;
}
.form_heading h5 {
    color: #555;
    font-weight: 600;
    letter-spacing: 1px;
}
.form_heading1 h5 {
    color: #555;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 30px;
}
.form_heading1 p {
    color: #555;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
}
.mysoftit_c input {
    border-radius: 0%;
}
.mysoftit_c input:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.178);
}

.custom-file-uploader {
    position: relative;
    border: 1px solid rgba(85, 85, 85, 0.541);
    border-radius: 2px;
    width: 100%;
}
.custom-file-uploader:hover {
    border: 1px solid rgba(85, 85, 85, 0.541) !important;
}

.custom-file-uploader input[type="file"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom_file_uploader {
    position: relative;
    border: 1px solid rgba(85, 85, 85, 0.541);
    border-radius: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #48a103;
}
.custom-ttached-uploader {
    position: relative;
    border: 1px solid rgba(85, 85, 85, 0.541);
    border-radius: 10px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background: #007dcf;
    color: #eee;
    font-weight: 600;
    /* width: 20px; */
    cursor: pointer;
}
.mysoftit_upload_Attached {
    background: #fff;
}
.custom_file_uploader .upload_icon {
    font-size: 42px;
    color: #eee;
    position: relative;
}
.custom_file_uploader::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: #eee;
    top: 8px;
    left: 0;
    z-index: 2;
}
.custom_file_uploader:hover {
    border: 1px solid rgba(85, 85, 85, 0.541) !important;
    background: #48a103 !important;
}
.custom-ttached-uploader:hover {
    border: 1px solid rgba(85, 85, 85, 0.541) !important;
    background: #007dcf !important;
    color: #fff !important;
}

.custom_file_uploader input[type="file"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.custom-ttached-uploader input[type="file"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.info_btn button {
    background: #007dcf;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #eee;
    width: 200px;
}
.info_btn button:hover {
    background: #007dcf !important;
    color: #fff !important;
}
.mysoftit_download {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.mysoftit_download p {
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: 500;
}
.mysoftit_download p a {
    border-bottom: 2px solid;
}
/* Innovation Part End */

/* Rules Part Start */
.rules_body ul li {
    list-style: decimal;
    font-weight: 600;
}
.rules_body ul ul li {
    list-style: lower-alpha;
    font-weight: 400;
}
/* Rules Part End */
/* Catelog Part Start */
#show_catelog {
    position: relative;
    padding: 30px 0;
}
.form_heading h5 {
    font-size: 30px;
    /* padding: 30px 0; */
    font-weight: 600;
    border-bottom: 1px solid #767676;
}
.headding_title h5 {
    /* border-bottom: 2px solid #555; */
    /* text-decoration: underline; */
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
#show_catelog label {
    font-weight: 600;
    font-size: 17px;
}
/* Catelog Part End */
/* Sponser Opurtunitiy Part Start */
.sponser_item {
    border: 1px solid #555;
}
.sponser_item .text_title {
    border-bottom: 1px solid #555;
    margin: 0 -12px;
    /* padding: 20px 0; */
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sponser_item .text_title p {
    font-size: 18px;
    font-weight: 500;
    line-height: 10px;
}
.text_info_spon {
    text-align: start;
}
.text_info_spon ul li {
    list-style: outside;
    padding-bottom: 5px;
}

/* Sponser Opurtunitiy Part End */
/* Visa Invitation  Part End */
#visaInvation {
    position: relative;
}
.visa_heading h5 {
    font-size: 26px;
}
.visa_heading p {
    font-size: 18px;
    line-height: 35px;
}
.visa_note h5 {
    color: rgba(255, 0, 0, 0.863);
    font-size: 24px;
    padding: 20px 0 0 0;
}
.visa_note p {
    font-weight: 500;
    font-size: 17px;
    padding: 0 0 30px 0;
}
/*  Visa Invitation Part End */

/* Visitors Part Start */
#mysoftit_isitor {
    padding: 20px 0;
    position: relative;
    background: #48a103;
}
.heading_title_isitor h5 {
    text-transform: uppercase;
    font-size: 30px;
    color: #111;
    font-weight: 800;
    letter-spacing: 1px;
}
#mysoftit_isitor .items .mysoftit_icons {
    color: #fff;
    font-size: 70px;
}
#mysoftit_isitor .items h5 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.mysoftit_group_info h5 {
    font-size: 23px;
    font-weight: 600;
}
.mysoftit_group_info p {
    font-size: 18px;
    line-height: 35px;
}
.mysoftit_sponser_right a {
    background: #007dcf;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 1px;
    font-size: 20px;
}
/* Visitors Part End */

.title_conference h4 {
    text-transform: uppercase;
}
#conference_mysoftit {
    position: relative;
    padding: 50px 0;
}
.heading_conderence h5 {
    font-size: 24px;
    font-weight: 600;
}
.schdeule_items {
    border: 1px solid #007dcf !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* line-height: 10px; */
    text-transform: uppercase;
    border-radius: 10px !important;
    font-size: 15px;
    color: #007dcf;
    font-weight: 500;
    transition: all linear 0.3s;
    border-radius: 10px;
    margin-left: 10px;
    /* background: #000 !important; */
}
.schdeule_items:hover {
    background: #007dcf;
    color: #eee;
    cursor: pointer;
}

.ac-label {
    font-weight: 700;
    position: relative;
    padding: 10px 20px;
    /* margin-bottom: .5em; */
    border-bottom: 2px solid #fff;
    display: block;
    cursor: pointer;
    background-color: #007dcf;
    color: #fff;
    transition: background-color 0.15s ease-in-out;
}

.ac-label::after,
.ac-input:checked + .ac-label::after {
    content: "\f107";
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.15s ease-in-out;
}
.ac-label:before,
.ac-input:checked + .ac-label::before {
    content: "SHOW MORE";
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.ac-input:checked + .ac-label::before {
    content: "SHOW LESS";
}

.ac-input:checked + .ac-label::after {
    content: "\f106";
}

.ac-input {
    display: none;
}

.ac-text,
.ac-sub-text {
    opacity: 0;
    height: 0;
    border-bottom: 2px solid #fff;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
}

.ac-input:checked ~ .ac-text,
.ac-sub .ac-input:checked ~ .ac-sub-text {
    opacity: 1;
    height: auto;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.ac-input:checked ~ .ac-text,
.ac-sub .ac-input:checked ~ .ac-sub-text .mysoftit_accor {
    opacity: 1;
    height: auto;
    background: #eee;
    border-bottom: 2px solid #fff;
    padding: 5px 0;
    /* margin-bottom: 5px; */
}

.ac-sub .ac-label {
    background: #eee;
    font-weight: 600;
    padding: 10px 20px;
    margin-bottom: 0;
    color: #555;
}

.ac-sub .ac-label:checked {
    background: none;
    border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after,
.ac-sub .ac-input:checked + .ac-label::after {
    right: 20px;
    background: none;
    color: #007dcf;
}

.ac-sub .ac-label::before,
.ac-sub .ac-input:checked + .ac-label::before {
    right: 40px;
    background: none;
    color: #007dcf;
}

.ac-sub-text {
    padding: 0 1em 0 2em;
}

.items_accor {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}
.items_accor img {
    width: 80px;
    height: 80px;
    border: 1px solid #555;
    border-radius: 50%;
}
.items_accor .text_infoaccor span {
    font-weight: 600;
    font-size: 18px;
}
.conference_btn {
    background: #007dcf;
    color: #fff;
    border-radius: 2px;
    padding: 5px 30px;
}
.conference_btn:hover {
    background: #007dcf !important;
    color: #fff !important;
    border-radius: 2px;
    padding: 5px 30px;
}

/* Booking Part Start */
#booking_formSakhawat {
    padding: 50px 0;
    background: #eee;
}
.booking_main h5 {
    text-transform: uppercase;
    font-size: 28px;
}
.formboking_heading h5 {
    border-bottom: 2px solid #007dcf;
    padding: 10px 0;
}
.booking_mysoftit {
    border-bottom: 2px solid #007dcf;
    padding: 10px 0;
    margin: 0;
}
.booking_submit {
    margin: 0;
}
.booking_form {
    padding: 20px 0;
    font-weight: 500;
}
.booking_mysoftit label {
    font-weight: 500;
    padding: 0px 15px;
}
.booing_mysoftit p {
    padding: 0 0 0 200px;
}
.form_booking {
    border-top: 1px solid rgba(0, 0, 0, 0.288);
    border-bottom: 1px solid rgba(0, 0, 0, 0.288);
    margin: 0;
    padding: 10px 0;
}
.form_booking1 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.288);
    margin: 0;
    padding: 10px 0;
}
.form_boking {
    border-bottom: 1px solid rgba(0, 0, 0, 0.288);
    margin: 0;
    padding: 10px 0;
}
.booking_info ul li {
    list-style: outside;
}
.bookinf_euro ul {
    border-bottom: 2px solid #007dcf;
    width: 100%;
}
.bookinf_euro ul li {
    list-style: none;
}
.bookinf_euro h5 {
    font-size: 16px;
}
.booking_btn {
    background: #007dcf;
    color: #eee;
    font-weight: 600;
    padding: 5px 20px;
    margin-top: 20px;
    font-size: 18px;
}
.booking_btn:hover {
    background: #007dcf !important;
    color: #fff !important;
}
.mysoftit_bookingForm {
    border-left: 2px solid #007dcf;
    padding: 10px 20px;
}
.mysoftit_bookingForm h5 {
    text-transform: uppercase;
    font-size: 28px;
}
.items_booking p {
    font-weight: 500;
    line-height: 5px;
}
.items_booking1 p {
    font-weight: 500;
}
.items_booking1 p span {
    font-weight: 400;
}
.items_booking ul li {
    list-style: outside;
}
.items_booking2 h4 {
    font-size: 34px;
}
.items_booking2 h5 {
    font-size: 18px;
    text-transform: capitalize;
}
.items_booking2 p {
    line-height: 15px;
    font-size: 17px;
}

/* Booking Part End */

/* Copy Right Part Start */
#copyright_mysoftit {
    background: #555;
}
.mysoftit_copyright {
    color: #eee;
    padding: 5px 0;
    /* font-size: 17px; */
    /* font-weight: 500; */
    /* font-style: italic; */
}
/* Copy Right Part End */

.mobiles_menu {
    position: absolute;
    top: 0;
    left: -100%;
    background: #277bc0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    transition: all linear 0.3s;
    padding: 20px 0;
    overflow: hidden;
    overflow-y: auto;
}
.show_sideMenu {
    display: block;
    left: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.bars {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    font-size: 28px;
    display: none;
}
.bar {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    font-size: 28px;
    display: none;
}
.sidenav {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}
.nav_mysoftit {
    width: 100%;
    padding: 0;
}
.nav_mysoftit li {
    padding: 0 10px;
}
.mobiles_menu .log a img {
    width: 200px;
    height: 80px;
    margin-bottom: 20px;
}

.nav_mysoftit li a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 18px;
    color: #eee;

    display: block;
    transition: 0.3s;
}

.nav_mysoftit li a:hover {
    color: #f1f1f1;
    letter-spacing: 2px;
}
.mysoftit_sub_mobile {
    position: relative;
    /* overflow-y: hidden; */
}
.nav_sub {
    display: none;
    /* margin-top: -100%; */
    padding-left: 20px;
}
.nav_sub a:hover {
    letter-spacing: 1px;
}
.bg-light {
    /* --bs-bg-opacity: 1; */
    /* background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important; */
    border-top: 3px solid #79bf45 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.profilemsit{
    border: 1px solid #79bf45;
    margin: 10px 0;
    padding: 5px;
    line-height: 10px;
    border-radius: 20px;
}
.profilemsit img{
    width: 100px;
    margin-left: 80px;
    border: 5px solid #79bf45;
    border-radius: 50%;
}
.profilemsit h3{
    text-align: center;
    font-size: 17px;
    color: #007dcf;
}
.profilemsit h4{
    text-align: center;
    font-size: 16px;
}
.profilemsit p{
    text-align: center;
    font-size: 17px;
    color: #007dcf;
}
.profilemsit h5{
    text-align: center;
    font-size: 14px;
    color: #101010;
    line-height: 10px;
}
.design p{
    color: #eee;
    padding: 5px 0;
    text-align: right;
    font-weight: 500;
}
.sponser_items img{
    height: 100px !important;
}
.items h4{
    color: #fff;
    font-size: 40px;
    text-align: center;
}
#gallerybg{
    padding: 50px 0;
    width: 100%;
    height: auto;
}
.gallery{
    width: 100%;
    height: 245px;
    border: 1px solid #ccc;
}
.gallery img{
    overflow: hidden;
    height: 200px;
    width: 100%;
}
.gallery h3{
    background: #79bf45;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    color: #fff;
}
#myTab{
    padding: 10px 0;
}
#myTabContent{
    border: none;
}
.newsletter{
    margin: 30px 0;
}
.newsletter h2{text-align: center;background: #79bf45;color: #fff;font-size: 20px;padding: 10px;margin: 0;}
.videoalls{

}
.videoalls h2{
    font-size: 20px;
    background: #79bf45;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0;
}
#webSite{ text-transform: uppercase; }
#google_translate_element{
    margin-left: 100px;
    margin-top: 8px;
}
.translated-ltr{margin-top:-40px;}
.translated-ltr{margin-top:-40px;}
.goog-te-banner-frame {display: none;margin-top:-20px;}

.goog-logo-link {
    display:none !important;
}

.goog-te-gadget{
    color: transparent !important;
}
.goog-te-gadget {
    font-family: arial;
    font-size: 0px !important;;
    color: #666;
    white-space: nowrap;
}
/*#exhibitor_mysoftit{*/
/*    background: #ccc;*/
/*}*/
.testoit img{
    border: 1px solid #00bb00;
}
.regost{
    width: 300px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.contst{

}
.contst h3{color: #000;font-size: 18px;background: #79bf45;padding: 10px 0;margin: 0;}
.contst a{
    color: #fff;
}
.contst img{
    height: 250px;
    border: 3px solid #79bf45;
}
.footbgs{
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
}
#mysoftit_Gellary{
    margin: 0;
    padding: 0;
}
/* video-page-css-start  */


.thamnile-img-area{
    margin:15px 0px;
    position:relative;
}

.thamnile-img-area a img{
    width: 100%;
    display: block;

}



.overlay-youtube {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgb(0,0,0,0.5);
}

.thamnile-img-area:hover .overlay-youtube {
    opacity: 1;
}




.icon {
    color: red;
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.icon:hover{
    color:#FFF;
}

.video-content-area{
    margin:15px 0px;
}

.video-content-area a{
    color: #8f0101;
}

#rowadd{

}
#rowadd label{
    text-align: left !important;
    float: left;
    margin-bottom: 10px;
}
.borderscllas{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #0d6efd !important;
}
