/*================================================
Custome__Css
=================================================*/
body {
    padding: 0;
    margin: 0;
    font-family: 'General Sans';
}

/*==================== theme-color========================*/

:root {
    --h2: 40px;
    --l-height: 50px;
}

a:focus {
    box-shadow: none !important;
    outline: none;
}

/* End-color */
p {
    font-size: 18px !important;
    line-height: 25px !important;
    margin: var(--margins);
    font-weight: 400;
    color: #000000;
        font-family: 'General Sans' !important;
}

.pb0 {
    padding-bottom: 0px;
}
.home_exp {
    background-repeat: no-repeat;
    background-size: cover;
}
a { 
    text-decoration: none !important;
    transition: all 0.5s;
    font-family: 'General Sans';
        box-shadow: none !important;
}

ul {
    list-style: none;
    margin: var(--margins);
    padding: var(--paddings);
}

h2 {
    font-size: var(--h2);
    line-height: var(--l-height);
    font-weight: 500;
    margin-bottom: 0;
}

.pt_100 {
    padding-top: 100px;
}

h1,
h3,
h2,
h4,
h5,
h6 {
    font-family: 'General Sans';
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.p_100 {
    padding: 100px 0;
    width: 100%;
    position: relative;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}
header .navik-menu li>ul{
    top:99px;
}

header.navik-header {
    position: absolute;
    z-index: 99;
}

.main_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav.navik-menu.menu-caret.submenu-top-border {
    text-align: center;
    width: 100%;
}


.second_header {
    /* border-bottom:1px solid #8E8E8E; */
    margin-bottom: 24px;
    position: relative;
}

.second_header ul li {
    padding-bottom: 16px;
}



.second_header ul {
    display: flex;
    justify-content:flex-start;
    column-gap: 20px;
    margin: 0 !important;
}

.navik-header.header-shadow.navik-mega-menu.mega-menu-fullwidth.viewport-lg .container-fluid {
    padding: 0px 60px;
}
nav.navik-menu.menu-caret.submenu-top-border li>ul ul ul {
    height: 328px;
    overflow-y: auto;
}
.button_wrapper a:hover {
    background: none;
    color: #DE1119;
    border: 1px solid #DE1119;
}

.button_wrapper a {
    font-family: General Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    background: #DE1119;
    padding: 7px 30px;
    border-radius: 40px;
    color: #ffffff;
    transition: 0.8s all;
    border: 1px solid transparent;
    display: inline-block;
}
    .all_left_button {
    padding-bottom: 10px;
}

.mobile_banner {
    display: none;
}

section.hero_section img {
    width: 100%;
}

.common_heading h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 12px;
}

.common_heading {
    text-align: center;
    width: 60%;
    margin: 0 auto 48px;
}

.map_content h5 {
    font-family: General Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    color: #2C407F;
    margin-bottom: 12px;
}

.map_content h2 {
    font-family: General Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    margin-bottom: 12px;
    color: #000000;
}

.map_content h6 {
    font-family: General Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin: 0;
    color: #DE1119;
}

.map_content h4 {
    font-family: General Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #cccccc;
    color: #2C407F;
    margin-bottom: 12px;
}

.map_content ul li {
    font-family: General Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #000000;
}

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

.map_aera {
    padding: 54px;
    background: #F5F2F1;
    border-radius: 60px 0 0 60px;
}

.home_week_section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: #F5F2F1;
    height: 100%;
}

.home_week_section {
    position: relative;
}

.map_aera .row {
    align-items: center;
}



.arrow-container button {
    position: inherit !important;
    background: none !important;
    top: inherit;
    transform: inherit;
    left: inherit;
    right: inherit;
    outline: none !important;
    box-shadow: none !important;
    border: none;
}

.arrow-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 50px auto 0;
    width: 60%;
}

.arrow-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.arrow-container button::before {
    display: none;
}

/**
*  Progress Bar
*/
.progress {
    display: block;
    width: 82%;
    height: 8px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #D6D6D6;
    background-image: linear-gradient(to right, #2C407F, #2C407F);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    margin: 0;
}

.progress3 {
    display: block;
    width: 82%;
    height: 8px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #D6D6D6;
    background-image: linear-gradient(to right, #2C407F, #2C407F);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
    margin: 0;
}

.map_image img {
    width: 100%;
}

.home_about .common_heading p {
    width: 90%;
    margin: 0 auto;
}

.home_about .common_heading {
    width: 70%;
}


.heding_white p {
    color: #ffffff;
}

.heding_white h2 {
    color: #ffffff;
}

p.counter-count::after {
    content: '+';
    margin-left: 10px;
    position: absolute;
}

p.counter-count {
    position: relative;
    font-family: General Sans;
    font-size: 70px !important;
    font-weight: 600;
    line-height: 74px !important;
    color: #000000;
    margin-bottom: 20px;
}


section.p_100.home_about .main_button a {
    padding: 18px 40px;
    display: inline-block;
    background: #2C407F;
    border-radius: 60px;
    transition: 0.8s all;
    color: #ffffff;
    font-family: General Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    border: 1px solid transparent;
}
.count-up {
    text-align: center;
}

.count-up h3 {
    font-family: General Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-bottom: 0;
}

.youtube_thumbnail img {
    width: 100%;
}

.iframe_item {
    width: 70%;
    margin: 68px auto 0;
    position: relative;
}

.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play_button img {
    width: 90px !important;
    height: 90px;
}
.iframe_item img {
    width: 100%;
    border-radius: 20px;
}

.home_about {
    background-repeat: no-repeat;
    margin-top: 0;
    background-image: none !important;
    background: #ffffff;
        padding-bottom: 0;
}
section.p_100.why_home_section {
    margin-top: 100px;
}
section.p_100.home_about .common_heading p {
    color: #000000;
}

section.p_100.home_about .common_heading h2 {
    color: #000000;
}
.bottom_links a {
    font-family: General Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
        transition: 0.9s all;
}
.bottom_links a i {
    width: 20px;
}
.bottom_links a:hover i {
    padding-left: 10px;
    transition: 0.9s all;
}
.bottom_links {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.main_button a:hover {
    border: 1px solid #ffffff;
    background: none;
    color: #ffffff;
}
.main_button a {
    padding: 18px 40px;
    display: inline-block;
    background: white;
    border-radius: 60px;
    transition: 0.8s all;
    color: #2C4080;
    font-family: General Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    border: 1px solid transparent;
}
.main_button {
    text-align: center;
}

.blue_bg a:hover {
    border: 1px solid #2C407F;
    color: #2C407F;
}
.blue_bg a {
    background: #2C407F;
    color: #ffffff;
   
}
.main_button {
    text-align: center;
}

.slider_image img {
    width: 100%;
}

.slider_items h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 20px;
    color: #000000;
    margin-bottom: 0;
}
.slider_items {
    margin: 0 16px;
}

.glim_home{padding-top: 0;}
.glim_home .iframe_item {
    width: 100%;
    margin: 0;
}

.glim_home .blue_bg.main_button {
    margin-top: 50px;
}

.why_home_section {
    background: #F5F2F1;
}

.glim_home {
    background: #F5F2F1;
}
.logo_wrapper img {
    width: 100%;
}
.logo_wrapper {
    padding: 0px;
    border: 1px solid #cccccc;
}
.common_logo h3 {
    font-size: 24px;
    line-height: 34px;
    color: #2C407F;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.common_logo .row {
    justify-content: center;
}

.main_logos_wrapper .common_logo:last-child {
    margin-bottom: 0;
}

.main_logos_wrapper .common_logo {
    margin-bottom: 60px;
}


.home_exp {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer.p_100.footer_aera {
    background: #181818;
    padding-bottom: 50px;
}

.footer_logo img {
    width: 40%;
}

.footer_logo p {
    color: #ffffff;
    margin: 30px 0;
    line-height: 28px !important;
}

.footer_links ul {
    padding-top: 100px;
}

.footer_links ul li:last-child {
    margin-bottom: 0;
}
.footer_links ul li {
    margin-bottom: 10px;
}
.footer_links ul li a {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
}
.copy p {
	font-family: 'General Sans';
	font-weight: 300;
	line-height: 36px !important;
	text-align: left;
	color: #E6E6E6;
}
.copy {
	border-top: 1px solid #ffffff;
	margin-top: 50px;
	padding-top: 50px;
}

.copy p a {
	color: #DE1119;
	font-weight: 600;
}
.copy {
	border-top: 1px solid #ffffff;
	margin-top: 50px;
	padding-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zoom_image {
    overflow: hidden;
}
.zoom_image img {
    transition: 0.9s all;
}
.hover_image_common:hover .zoom_image img {
    transform: scale(1.1);
}




/* ...................................------------.......................................///////////// */

.banner_logo img {
    width: 90% !important;
    margin: 0 auto;
}
.banner_aera {
    background: #2C407F;
}
.content_middle {
    width: 80%;
    margin: 0 auto;
}

.banner_logo {
    padding-right: 40px;
    border-right: 1px solid #000000;
}
.banner_conteent {
    padding-left: 20px;
}

.banner_conteent h2 {
    font-size: 24px;
    color: #000000;
    width: 80%;
        line-height: 32px;
}
.banner_conteent h1 {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
}
.content_middle .row {
    align-items: center;
}
section.banner_aera img {
    width: 100%;
}

.content_middle p {
    text-align: center;
    margin-top: 70px;
    font-size: 25px !important;
    color: #ffffff;
    line-height: 26px !important;
}

.middle_content p:last-child {
    margin-bottom: 0;
}
.middle_content p {
    margin-bottom: 30px;
}
.middle_content {
    width: 72%;
    margin: 0 auto;
}

.logo-slider .logo_wrapper {
    margin: 0 10px;
}

.content_wrapper.middle_content {
    padding-bottom: 100px;
}




.speaker_image img {
    width: 100%;
    border-radius: 100%;
    margin-bottom: 30px;
}

.speaker_content h4 {
    font-size: 17px;
    margin-bottom: 0;
}
.speaker_content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}
.tab_speaker .row {
    row-gap: 30px;
    justify-content: center;
}
.speakers_main .row {
    row-gap: 30px;
    justify-content: center;
}
.speaker_content {
    text-align: center;
    padding: 20px;
}
.tab-menu ul li a:hover {
    color: red;
}
.tab-menu ul li a.tab-a.active-a {
    color: red;
}
.logo_wrapper a {
    display: block;
}
.none_block{
    display: none; 
}
.tab-menu ul li {
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
}
.tab-menu ul li:last-child{
    border-bottom: 0;
}
.tab-menu {
    background: #f3f3f3;
    padding: 0;
    position: sticky;
    top: 150px;
}
.tab-menu ul li a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #000000;
    transition: 0.7s all;
	    cursor: pointer;
}

.tab {
    display: none;
}
.tab-active {
    display: block;
}

.gallery_inner_main {
    padding: 40px;
    background: #f3f3f3;
}
.content_wrapper ul li:last-child {
    margin-bottom: 0;
}

.content_wrapper ul {
    list-style: disc;
    padding-left: 16px;
}
.content_wrapper ul li {
    line-height: 25px;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.content_wrapper p {
    margin-bottom: 30px;
    line-height: 28px !important;
    color: #000000;
}
.speaker_image img {
    width: 100%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 100% !important;
    margin: 0 !important;
}
.speaker_image.zoom_image {
    overflow: hidden;
    /*max-height: 180px;*/
    /*max-width: 180px;*/
    /*margin: 0 auto 15px;*/
    border-radius: 100%;
}






.profile_main_page .row {
    row-gap: 30px;
}
.profile_main_page .slider_image.hover_image_common h3 {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    padding: 0 20px;
}

.profile_main_page .slider_image.hover_image_common img {
    border-radius: 20px;
}

.infra_main_section {
    height: 850px;
    padding-bottom: 0;
}
.infra_right_image {
    position: absolute;
    left: 0;
    width: 50%;
}
.infra_right_image img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.infra_left_content {
    margin-left: 60px;
    margin-top: 40px;
}
.infra_left_content h3 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 24px;
    font-weight: 600;
}
.infra_left_content p {
    margin-bottom: 30px;
}
.infra_left_content p:last-child {
    margin-bottom: 0;
}
.content_wrapper ul li {
    line-height: 25px;
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}

.image_fix img{
    width: 100%;
}
.image_fix {
    margin-bottom: 50px;
}




.middle_content h3 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 15px;
}
.middle_content ul {
    padding-bottom: 23px;
}
.middle_content ul li {
    margin-bottom: 10px;
    font-size: 18px;
}


.image_program_wrapper img {
    width: 100%;
}

.gulf_content .blue_bg.main_button {
    text-align: left;
    margin-top: 40px;
}
.gulf_content {
    padding-left: 80px;
}

.program_main_wrapper .row:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.program_main_wrapper .row {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

.day_content_wrapper{
    padding-bottom: 100px;
} 




.single_vistor .common_heading p {
    line-height: 30px !important;
}
.single_vistor .common_heading {
    margin-left: 0;
    text-align: left;
    width: 80%;
}


.rej_main_item:hover {
    border: 1px solid #DE1119;
}

.rej_main_item {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 5px 0 #b9b9b9;
    padding: 50px 30px;
    border: 1px solid transparent;
    transition: 0.9s all;
}

.rej_main_item:hover .rej_svg svg path {
    fill: #DE1119;
}
.rej_svg {
    margin-bottom: 40px;
}
.rej_svg svg {
    width: 100px;
    height: 100px;
}
.content_rej h3 {
    font-size: 20px;
    color: #121212;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.content_rej h4 {
    color: #121212;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 18px;
}
.reg_main_wrapper {
    width: 80%;
    margin: 0 auto;
}
.content_rej h5 {
    padding: 8px 40px;
    display: inline-block;
    transition: 0.8s all;
    font-family: General Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    border: 1px solid transparent;
    background: #2C407F;
    color: #ffffff;
    margin-top: 20px;
}
.rej_main_item:hover .content_rej h5 {
    background: #DE1119;
}
.heading_form h2 {
    font-size: 30px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 12px;
}
.form_container .form-item label {
    display: block;
    width: 30%;
    margin: 0 !important;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}
.form_container .form-item {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.form_container .form-item input {
       width: 100%;
    min-height: 38px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        outline: none ! IMPORTANT;
}
.form_container .iti.iti--allow-dropdown {
    width: 100%;
}

.form_container .select2-container .select2-selection--single{
    height: 38px;
}
.form_container .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
select::focus{
    border:0 !important;
    box-shadow:0 !important;
}

.form_container fieldset {
    display: block !important;
    margin-top: 40px;
}

.form_container fieldset input {
    width: 18px !important;
    min-height: 3px !important;
    line-height: 1px !important;
    padding: 0 !important;
    height: 18px;
    border-radius: 0 !important;
}
.form_container fieldset .form-checkboxes .form-item {
    margin: 0 !important;
}
.form_container fieldset .form-checkboxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.form_container fieldset .form-checkboxes .form-item label {
    width: 100%;
}
.form_container fieldset legend.fieldset__legend span {
    color: #000000;
    font-weight: 600;
    padding: 0;
    margin-bottom: 20px;
}
.form_container fieldset legend.fieldset__legend {
    background: none;
}
.form_container fieldset .fieldset__wrapper {
    border: 0 !important;
    padding: 0;
}
.form_container fieldset .form-item {
    column-gap: 0px !important;
}
.form_container .button {
    background: #2C407F;
    border: 0;
    outline: 0;
}

.content_rej a {
    color: #000000;
}
.content_rej h5 a {
    color: #ffffff;
}







.single_vistor table td {
    text-align: left;
    border-right: 1px solid #cccccc;
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
    width: 50%;
}

.single_vistor table th {
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
    width: 50%;
    border-right: 1px solid #cccccc;
}
.single_vistor table {
    border: 1px solid #cccccc;
    width: 100%;
    margin-top: 50px;
}
.single_vistor table td p {
    font-size: 16px !important;
}
.form-item-shell-space {
    width: 50%;
    float: left;
    flex-wrap: wrap;
    padding-right: 30px;
}
.form-item-raw-space {
    width: 50%;
    float: right;
        flex-wrap: wrap;
}
.require_main {
    font-weight: bold;
    margin-bottom: 0 !important;
    font-size: 20px;
}
label.main-head.form-item__label {
    font-size: 30px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000000;
}

.count-up p {
    color: #DE1119;
}
.count-up {
    text-align: center;
    padding: 20px;
    background: #F5F2F1;
    height: 100%;
    border-radius: 10px;
}





.contact_box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
    width: 100%;
    line-height: 24px;
}
.contact_box {
    padding: 60px;
    height: 100%;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    border-top: 4px solid #2d4181;
}
.contact_box h6 {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}

.contact_box ul li {
    display: flex;
    align-items: center;
    column-gap: 9px;
    font-size: 18px;
}
.contact_box ul li a {
	display: inline-block;
	color: #000000;
	font-weight: 300;
}
.contact_box ul li span {
	font-weight: 600;
	color: #000000;
}

.banner_aera .content_middle {
    width: 100%;
    padding: 0 !important;
}
/*.banner_aera {*/
/*    padding: 0 !important;*/
/*}*/
/*.banner_aera .container {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    padding: 0;*/
/*    overflow: hidden;*/
/*}*/

.tab-menu.main_new_tabs {
    background: none;
    position: inherit;
}

.tab-menu.main_new_tabs ul {
    display: flex;
    column-gap: 50px;
    padding-bottom: 0;
    width: 70%;
    margin: 0 auto 35px;
}
.tab-menu.main_new_tabs ul li .tab-a.active-a {
    background: #2C407F;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff;
}
.tab-menu.main_new_tabs ul li a {
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #2C407F;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    transition: 0.9s all;
    color: #2C407F;
}
.tab-menu.main_new_tabs .infra_left_content {
    margin-left: 0;
    margin-top: 0;
}
.tab-menu.main_new_tabs ul li {
    flex: 1 0 auto;
    max-width: none;
    border: 0;
    margin: 0;
    padding: 0;
}
.middle_content1 {
    width: 92%;
    margin: 0 auto;
}
.top_table_content h6 {
    font-size: 17px;
    margin-bottom: 40px;
}
.top_table_content h4 {
    font-size: 20px;
    margin: 20px 0;
}
.top_table_content h1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.top_table_content {
    text-align: center;
}
.table_main_wrapper table tr a {
    text-align: center;
    display: block;
    color: #2C407F;
}
.table_main_wrapper table {
    width: 100%;
    border: 1px solid #000000;
}
section.p_100.infra_main_section {
    height: auto;
    padding-bottom: 100px;
}
.brochore_main h4 a {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}
.brochore_main h4 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #000000;
}
.brochore_main {
    text-align: center;
}
.brochore_main img {
    width: 100%;
}
.banner_image img {
    width: 100%;
}

.table_main_wrapper table tr {
    text-align: center;
    border-bottom: 1px solid #000000;
}
.table_main_wrapper table td {
    padding: 7px;
    border-right: 1px solid #000000;
    font-size: 16px;
}
.banner_conteent h2 {
    margin-bottom: 10px;
}
.banner_conteent h6 {
    font-size: 20px;
}

.flex_desk {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transform: translateY(-50%);
}
/*section.banner_aera:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #000000;*/
/*    opacity: 0.6;*/
/*}*/
.banner_aera {
    background: #2C407F;
    position: relative;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
      width: 50px;
    height: 60px;
    transform: translate(0px, -50%);
    border: none;
    background: #000000;
}
.content_thank {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.content_thank h1 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}
.content_thank h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
}
.thankou_button a {
    font-family: General Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    background: #DE1119;
    padding: 11px 30px;
    border-radius: 40px;
    color: #ffffff;
    transition: 0.8s all;
    border: 1px solid transparent;
    display: inline-block;
}

.new_devlope_aera{
    padding-top:80px;
}

body .navik-header li.buton_jj a:hover {
        background: none;
    color: #DE1119 !important;
    border: 1px solid #DE1119;
}
 
body .navik-header li.buton_jj a  {
    font-family: General Sans;
    font-size: 18px;
    font-weight: bold !important;
    line-height: 28px;
    text-align: left;
    background: #DE1119;
    padding: 14px 40px;
    border-radius: 40px;
    color: #ffffff;
    transition: 0.8s all;
     line-height: normal !important;
    border: 1px solid transparent;
    margin-left: 10px;
}
.map_item ul {
    padding-left: 20px !important;
}

.expo_image img {
       height: 100% !important;
    object-fit: cover;
    width: 100%;
}
.expo_image {
    height: 100%;
}
.main_inner_expo h3 {
    font-size: 20px;
    background: #0071c1;
    color: #ffffff;
    padding: 11px;
}
.main_new_layout {
    border: 1px solid #000000;
}
.expo_content p {
    text-align: justify;
    padding-right: 25px;
}
.expo_table table {
    border: 1px solid #000000;
    width: 100%;
}
.expo_table {
    margin: 20px;
}
.expo_table tr th:last-child {
    border: 0;
}
.expo_table tr th {
    padding: 12px;
    border-right: 1px solid #000000;
    background: #bdd5ed;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.expo_table tr {
    border-bottom: 1px solid #000000;
}
.expo_table tr td {
    text-align: left;
    border-right: 1px solid #000000;
    padding: 12px;
    font-size: 19px;
}

.expo_down_content ul li {
    font-size: 18px;
    font-weight: 500;
}
.expo_down_content ul {
    list-style: disc;
    padding-left: 20px !important;
}
.expo_down_content p {
    margin-bottom: 10px;
}
.expo_down_content h4 {
    font-size: 20px;
    text-transform: uppercase;
    /*display: block;*/
    margin-bottom: 20px;
}

.expo_down_content p {
    line-height: 28px !important;
}
.expo_down_content {
    padding-top: 30px;
}
.expo_content.body_expo {
    padding-left: 20px;
    padding-top: 10px;
}
.main_profile_wrapper .row:last-child {
    margin-bottom: 0;
}
.main_profile_wrapper .row {
    margin-bottom: 40px;
}
.profile_new_content p {
    font-size: 17px !important;
    line-height: 27px !important;
}
.profile_new_content h6 {
    font-size: 22px;
    margin-bottom: 10px;
}
.profile_new_content {
    padding-left: 20px;
}
.profile_new_logo img {
    width: 100%;
}