/* 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 */
.topheader{background: #009900;padding: 2px;height: 34px;color: #fff;}
/* 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 i{
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 7px;
}
.facebook{
    background-color: #1689e5;
    color: #fff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    padding: 7px;
}

.linkedin{
    background-color: #005d9b;
    color: #fff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    padding: 7px;
}
.twitter{
    background-color: rgb(115 187 243 / 80%);
    color: #fff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    padding: 7px;
}
.instagram{
    background-color: #99017f;
    color: #fff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    padding: 7px;
}
.youtube{
    background-color: #f00;
    color: #fff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    padding: 7px;
}
.cont_p p {
    position: relative;
}
.sakhawat_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;
}
.sakhawat_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_sakhawat {
    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_sakhawat_items {
    display: flex;
    gap: 20px;
    justify-content: right;
    border-top: 1px solid red;
    width: 400px;
    padding: 10px 0;
}
.navbar_sakhawat_items .nav-item a {
    font-size: 18px;
    transition: all linear 0.3s;
}
.navbar_sakhawat_items .nav-item a:hover {
    color: #007dcf;
}

/* Header 2nd Start */
#navbar_nav {
    background: #009900;
    /* position: fixed; */
    width: 100%;
    z-index: 999;
}
#navbar_nav .sticky {
    position: absolute;
    width: 100%;
    background: #009900;
    top: -142px;
    left: -1px;
    padding: 0 115px;
    /* 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; */
    /* background: #090; */
    margin-right: 1px;
}

#navbar_nav .nav .nav-item a {
    color: #fff;
    font-weight: 600;
}
#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: #009900;
    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 {
    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 {
    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_sakhawat {
    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 */
#sakhawat_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;
}
#sakhawat_visitor .items .sakhawat_icons {
    color: #fff;
    font-size: 70px;
}
#sakhawat_visitor .items h5 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.sakhawat_group_info h5 {
    font-size: 23px;
    font-weight: 600;
}
.sakhawat_group_info p {
    font-size: 18px;
    line-height: 35px;
}
.sakhawat_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;
    background: #F8F9FA;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

#video_slider h3 {
    text-align: center;
    font-weight: 700;
    color: red;
    /* margin-top: 20px;*/
    margin-bottom: 20px;
}
#video_slider .items_videos {
    border: 1px solid rgba(0, 0, 0, 0.178);
    padding: 10px 0 0 0;
    background: #fff;
    height: 270px;
    width: 255px;
    margin-bottom: 30px;
    position: absolute;
    background: #efefef;
    transition: 1.5s;
}
.page_intro{
    position:relative;
    width: 100%;
    height: 250px;
    border: 1px solid #efefef;
    text-align: center;
    overflow :hidden;
    box-shadow: 0 0px 40px #fff;
}
.font{
    position:absolute;
    width: 100%;
    height: 250px;
    line-height: 250px;
    background: #ffffff;
    color: #4c4c4c;
    transition:  1.5s;
}
.back{
    position:absolute;
    width: 100%;
    height: 250px;
    background: #6eab4c;
    color: #fff;
    transform: scale(0);
    transition:  1.5s;
}

.page_intro:hover .back{
    transform: scale(1);
    cursor: pointer;
}
.page_intro:hover .font{
    transform: translateY(300px);
    cursor: pointer;
}


.page_intro_row{
    margin-top: 30px;
}

.font img{
    height: 253px;
    width: 100%;
}
/*.date table{
  margin: 15px auto;
}
.date table tr td{
  background: #00AC52;
  color: white;
  font-size: 18px;
  text-align: center;
  height: 46px;
  border: 3px solid #efefef;
  padding: 0 20px;
}*/


.back h5{font-size: 17px; margin: 14% auto 12%; width: 70%;}
.back a{
    padding: 2.8% 20%;
    border: 1px solid #fff;
    color: white;
    background: #6b9b51;
    font-size: 16px;
    font-family: Ubuntu-Medium;
    transition: .5s;
}
.back a:hover{
    text-decoration: none;
    background: #fff;
    color: #6eab4c;
}
#video_slider{
    height: auto;
}
#video_slider .items_videos p   {
    padding: 0 10px;
    text-align:center;
    font-size: 13px;
    font-weight: 500;
    color: #626262;
    line-height: 16px;
}

.items_videos h5{
    font-size: 13px;
    text-align: center;
    color: #4a4949;
}
#video_slider .items_videos img {
    width: 100%;
    height: 80px;
}

.calendericon i {
    color: blue;
}
/* 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;
    padding: 20px 0;
}
.media_partnaer .itemes .m_j {
    width: 1000px;
    margin-left: 50px;
}
.media_partnaer .itemes .m_j {
    width: 1000px;
}
/* Awards part End */

/* Our Participant Start */
#sakhawat_partivipant {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #ccc;
}
#video_partivipant {
    position: relative;
    padding: 30px 0;
    background: #f7f7f7;
}
.heading_participant {
    /* background: #79bf45; */
    padding: 10px 3px 5px 5px;
    /* border-radius: 5px; */
    /* width: 300px; */
    border-bottom: 2px solid #ccc;
}
.heading_participant h5 {
    color: #ff0505;
    font-weight: 700;
    font-size: 22px;
}
.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;
    /* margin-right: 11px; */
}
.items_participant img {
    width: 150px;
    overflow: hidden;
    height: 98px;
    margin-right: 2px;
}
.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: #009900;
    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;
}
.social_icons li a i {
    color: #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 17px;
    padding: 7px;
}
/* Footers Css Part End */

/* When and Where Part Start */
#banner_when {
    position: relative;
    height: 510px;
    width: 100%;
    background: #010C28;
}
.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_sakhawat h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    color: #555;
}
.venue_sakhawat p {
    font-size: 18px;
    font-weight: 450;
    color: #555;
}
/* When and Where Part End */

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

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

/* Hotel Part Start */
#hotel_heading {
    background: #fff;
    position: relative;
    padding-top: 53px;
}
#sakhawat_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_sakhawat {
    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_sakhawat 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 {
    background: url(../images/travel.jpg) no-repeat center/cover;
}

#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: 50px;
    font-weight: 700;
}
.banner_text_info p {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}
.banner_text_info .sakhawat_register {
    background: #007dcf;
    color: #eee;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 0;
    width: 300px;
}
.banner_text_info .sakhawat_register:hover {
    background: #007dcf;
}

#contact_formSakhawat {
    padding: 30px 0;
    background: #eee;
}
.sakhawat_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 .sakhawat_btn_contact {
    background: #007dcf;
    padding: 7px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #eee;
    text-transform: uppercase;
}
.Submit_btn .sakhawat_btn_contact:hover {
    background: #007dcf;
    color: #fff;
}

/* Contact Us Banner Part End */

/* Who Part Start */
.who_items .sakhawat_icons {
    font-size: 63px;
    padding-bottom: 10px;
}
.who_items h5 {
    font-size: 30px;
    font-weight: 600;
}
.percents_items h4 {
    font-size: 45px;
}
#join_report_sakhawat {
    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_sakhawat {
    padding: 20px 0;
    text-align: center;
}
.exhibit_heading {
    padding: 20px 0;
}
.exhibit_heading h5 {
    text-transform: uppercase;
    font-size: 26px;
}
#exhibit_items_sakhawat {
    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;
}
.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: 50px 10px 5px 30px;
}
.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_sakhawat {
    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_sakhawat {
    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_sakhawat {
    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;
}
.sakhawat_c input {
    border-radius: 0%;
}
.sakhawat_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;
}
.sakhawat_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;
}
.sakhawat_download {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.sakhawat_download p {
    padding: 10px 0 0 0;
    font-size: 18px;
    font-weight: 500;
}
.sakhawat_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;
}
.form_heading h5 {
    font-size: 30px;
    padding: 30px 0;
    font-weight: 600;
}
.headding_title h5 {
    /* border-bottom: 2px solid #555; */
    text-decoration: underline;
    font-size: 23px;
    font-weight: 600;
}
#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 */
#sakhawat_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;
}
#sakhawat_isitor .items .sakhawat_icons {
    color: #fff;
    font-size: 70px;
}
#sakhawat_isitor .items h5 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.sakhawat_group_info h5 {
    font-size: 23px;
    font-weight: 600;
}
.sakhawat_group_info p {
    font-size: 18px;
    line-height: 35px;
    text-align: justify !important;
}
.sakhawat_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_sakhawat {
    position: relative;
    padding: 50px 0;
}
.heading_conderence h5 {
    font-size: 24px;
    font-weight: 600;
}
.schdeule_items {
    border: 1px solid #007dcf;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 0 0 0;
    line-height: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 15px;
    color: #007dcf;
    font-weight: 500;
    transition: all linear 0.3s;
}
.schdeule_items:hover {
    background: #007dcf;
    color: #eee;
}

.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 .sakhawat_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_sakhawat {
    border-bottom: 2px solid #007dcf;
    padding: 10px 0;
    margin: 0;
}
.booking_submit {
    margin: 0;
}
.booking_form {
    padding: 20px 0;
    font-weight: 500;
}
.booking_sakhawat label {
    font-weight: 500;
    padding: 0px 15px;
}
.booing_sakhawat 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;
}
.sakhawat_bookingForm {
    border-left: 2px solid #007dcf;
    padding: 10px 20px;
}
.sakhawat_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_sakhawat {
    background: #555;
}
.sakhawat_copyright {
    color: #eee;
    padding: 15px 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_sakhawat {
    width: 100%;
    padding: 0;
}
.nav_sakhawat li {
    padding: 0 10px;
}
.mobiles_menu .log a img {
    width: 200px;
    height: 80px;
    margin-bottom: 20px;
}

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

    display: block;
    transition: 0.3s;
}

.nav_sakhawat li a:hover {
    color: #f1f1f1;
    letter-spacing: 2px;
}
.sakhawat_sub_mobile {
    position: relative;
    /* overflow-y: hidden; */
}
/*new add part csss*/
#counter_part {
    width: 100%;
    height: 425px;
    /* background: url(../images/welcome.jpg) no-repeat center/cover; */
}
.counter p {
    text-align: center;
    color: #fff;
    margin-top: 30px;

}
.fact {
    text-align: center;
    margin-top: 30px;
}
.lead {
    font-size: 20px;
    text-align:center;
    color: #060606;
    font-weight:600;
    margin-bottom: 10px;
}
.logoarea {
    background: #ffffff;
    width: 100%;
    height: auto;
}
.logopart {
    width: 100%;
    height: auto;
}
.logopart img {
    width: 220px;
    height: 90px;
}
.logocontent {

}
.logocontent p {
    color: black;
    font-weight: 600;
    font-size: 23px;
    font-style: vardana;
    margin-top: 23px;
    text-align: center;
}
.logocontent p span {
    color: red;
    font-weight: 700;
}
.calenderarea {
    background: #F8F9FA;
    height: auto;
    width: 100%;

}

.calenderone {
    width: 100%;
    height: auto;

}
.media {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.mediacontent{
    border-bottom: 2px #c0c0cd solid;
    margin-bottom: 30px;


}
.mediacontent h3 {
    color: red;
    font-weight: 600;
    width: 100%;
    height: 30px;

}
.mediaimg {
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.mediaimg a img {
    width: 250px;
    height: 190px;
}

.single-portfilio {
    position: relative;
    border: 1px solid #ccc;
    margin-right: 5px;
}
.single-portfilio img {
    width: 100%;
    height: 180px;
}
.single-portfilio .single-portfolio-overley {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s; }
.single-portfilio .single-portfolio-overley a {
    text-decoration: none; }
.single-portfilio .single-portfolio-overley a i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #01A3DE;
    color: #fff;
    text-align: center;
    border-radius: 50%; }
.single-portfilio .single-overleyright:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    top: 15px;
    background: #ddd;
    left: 0;
    transform: scale(0);
    transition: .3s; }
.single-portfilio .single-overleyright:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 15px;
    background: #ddd;
    left: 0;
    transform: scale(0);
    transition: .3s; }
.single-portfilio .single-overleyleft:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    background: #ddd;
    left: 15px;
    transform: scale(0);
    transition: .3s; }
.single-portfilio .single-overleyleft:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    background: #ddd;
    right: 15px;
    transform: scale(0);
    transition: .3s; }
.single-portfilio:hover .single-portfolio-overley {
    opacity: 1; }
.single-portfilio:hover .single-overleyright:before,
.single-portfilio:hover .single-overleyright:after,
.single-portfilio:hover .single-overleyleft:before,
.single-portfilio:hover .single-overleyleft:after {
    transform: scale(1); }
.single-portfolio-overley a p {
    border: 1px solid #fff;
    font-size: 12px;
    padding: 5px;
}

.logo_section {
    width: 100%;
    background-color: #EDFDFA;
}
.section-padding{
    padding: 60px 0px;
}
.logo_section-area{
    background-color: #C92E34;
}
.logo_section-title h3{
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}

.logo_section-package img {
    width: 150px;
    height: 90px;
}
.logo_section-package{
    background: #fff;
    border: 1px solid #ececec;
    padding-bottom: 10px;
}

.carousel-item {
    width: 280px;
    height: 250px;
}

.countdate{
    font-size: 17px !important;
    margin-top: 20px;
}
.items_videoss{
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 0 0 10px 10px;
    background: #fff;
}
.items_videoss p{
    padding: 10px;
    text-align: center;
    line-height: 22px;
}
.address_contact p{
    padding: 0;
    margin: 0;
}
#sponser_group{
    /* background: #ccc; */
    width: 100%;
}
.services ul{
    margin: 0;
    padding: 0;
}
.services ul li{
    list-style: disc;
    margin-left: 19px;
}
.photo{
    background: #00bb00;
    height: 272px;
    overflow: hidden;
}
.photo img{
    height: 400px;
}
.photo h3{
    color: #fff;
    font-size: 18px;
    padding: 2px 0;
}
.omar label{
    padding-left: 5px;
    text-align: left !important;
}
