/* header */

/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap'); */

@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');


a.nav-link.menu_btn.active_menu::after {
    content: '';
    bottom: -10px;
    transition: border-bottom .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    border-bottom: 0px solid #ffc107;
    width: 100%;
    position: relative;
    display: block;
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), border-bottom .45s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), border-bottom .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

a.nav-link.menu_btn::after {
    content: '';
    bottom: -10px;
    transition: border-bottom .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    border-bottom: 2px solid #ffc107;
    width: 100%;
    position: relative;
    display: block;
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), border-bottom .45s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), border-bottom .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}


a.nav-link.menu_btn:hover::after {
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

a.nav-link.dropbtn.menu_btn::after {
    content: '';
    bottom: -10px;
    transition: border-bottom .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    border-bottom: 2px solid #ffc107;
    width: 100%;
    position: relative;
    display: block;
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), border-bottom .45s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), border-bottom .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

a.nav-link.dropbtn.menu_btn.active_menu::after {
    content: '';
    bottom: -10px;
    transition: border-bottom .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    border-bottom: 0px solid #ffc107;
    width: 100%;
    position: relative;
    display: block;
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), border-bottom .45s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), border-bottom .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

a.nav-link.dropbtn.menu_btn:hover::after {
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

li.nav-item.dropdown .dropdown-content a::after {
    content: '';
    bottom: -5px;
    transition: border-bottom .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    border-bottom: 1px solid #ffc107;
    width: 100%;
    position: relative;
    display: block;
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), border-bottom .45s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), border-bottom .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

li.nav-item.dropdown .dropdown-content a:hover::after {
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.navbar {
    margin-bottom: 5px;
    direction: rtl;
}

.menu_btn {
    border: none;
    outline: none;
    border-radius: 0;
}

.nav-link.menu_btn.active_menu,
.menu_btn:hover {
    background-color: transparent;
    border-bottom: 2px solid #ffc107;
}

.navbar.padd_r_0.desktop_v_menu .search_btn img {
    width: 250px;
    height: 50px;
    transform: scaleX(-1);
}

form#searchForm {
    margin-right: auto;
}

.search_btn_1 {
    position: absolute;
    z-index: 0;
    opacity: 1;
    color: #fff;
    top: 7px;
    display: flex;
    right: 25px;
    width: 200px;
}

.mr_15 {
    margin-right: 15px;
}

.search_btn_1 i {
    margin-top: 9px;
}

.search_btn_1 .form-control.search_input {
    border: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.form-control {
    box-shadow: none;
}

.search_btn_1 .form-control.search_input::placeholder {
    color: #fff;
}

.search_btn a,
.search_btn a:hover {
    font-size: 15px;
    color: #ffffff;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 300;
    text-align: right;
    text-decoration: none;
}

.nav-item .nav-link {
    font-size: 18px;
    color: #a9b5c1 !important;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 300;
    text-align: right;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    padding: 7.5px 0;
}

.nav-link:hover {
    border-bottom: 0px solid #ffc107;
}

.nav_span {
    width: 5px;
    color: #ffc107;
    font-size: 20px;
    margin: 5px 10px;
    vertical-align: super;
}

.email_txt i.fa.fa-phone {
    float: right;
    margin-top: 6px;
    margin-left: 10px;
    transform: scaleX(-1);
}

.navbar.navbar-expand-md.navbar-light.bg-light.fixed-top {
    padding-right: 0;
}

.top_header_bg {
    background-color: #868d92;
    padding: 2px 15px;
    margin: 0;
}

.email_txt,
.email_txt a {
    color: #fff;
    font-size: 12px;
    vertical-align: super;
}

.email_txt i {
    vertical-align: super;
}

.top_header_bg.m_v_hide {
    direction: rtl;
    height: 30px;
}

.v_l_super {
    vertical-align: top;
}

.user_txt.dropdown {
    vertical-align: super;
}

.text-left.m_auto.space_nowrap .nav_span {
    vertical-align: super;
    font-size: 19px;
}

.top_header_bg.m_v_hide .col-md-4 {
    height: 25px;
}

.email_txt_1.ml_10.v_l_super.dropdown {
    font-size: 16px !important;
    margin-left: 0;
}

.navbar.padd_r_0.desktop_v_menu img {
    height: 80px;
    width: 95px;
}

/* .header .logo img
  {
    height: 80px;
    width: 95px;
  } */



.email_txt a:hover,
.email_txt_1 a {
    text-decoration: none;
}

.email_txt_1 a {
    font-size: 12px;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 300;
    text-align: right;
}

.user_txt.dropdown,
.email_txt_1.ml_10.v_l_super.dropdown {
    font-size: 17px;
    color: #fff;
    /* margin-left: 25px; */
    /* padding-top: 10px; */
}

.user_txt.dropdown,
.email_txt_1.ml_10.v_l_super.dropdown {
    /* padding-right: 28px; */
    text-align: center;
    width: 120px;
}

.txt_14 {
    font-size: 14px;
}

.user_txt.dropdown:hover a {
    color: #fff;
}

.user_txt.dropdown:hover,
.email_txt_1.ml_10.v_l_super.dropdown:hover {
    background: #1a559c;
    /* padding-right: 28px; */
    text-align: center;
}

.video_bg {
    background: #cbcfd4;
    height: 275px;
    width: 440px;
    display: grid;
}

.video_bg img {
    margin: auto;
    align-items: center;
    display: grid;
    height: 42px;
}

.dropdown-content_top {

    display: none;
    position: absolute;
    background-color: #1a559c;
    min-width: 100%;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
    width: 120px;
    white-space: nowrap;
    padding: 10px;
    margin-top: -2px;
}

/* .v_l_super
{
    vertical-align: super;
} */
.space_nowrap {
    white-space: nowrap;
}

.dropbtn {
    background-color: transparent;
    color: white;
    /* padding: 16px; */
    /* font-size: 16px; */
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #424d58de;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    /* width: 120px; */
    white-space: nowrap;
    padding: 10px 0;
}

.email_txt_1.ml_10.v_l_super.dropdown .dropdown-content_top {
    width: 90px;
}

.dropdown-content a {
    color: #a9b5c1;
    padding: 13px 20px;
    text-decoration: none;
    display: block;
    /* text-align: right; */
    font-size: 15px;
    letter-spacing: 1px;
    color: #a9b5c1;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    /* width: 120px; */
}

.dropdown-content a:hover {
    color: #ffc107;
}

.dropdown-content a:hover .fa {
    color: #fff;
}

.dropdown-content_top a {
    color: #fff;
    font-family: 'Cairo', sans-serif !important;
}

.dropdown-content_top a {
    line-height: 30px;
}

.dropdown-content_top img {
    margin-left: 5px;
}

.dropdown-content i {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffc107;
    margin-left: 5px;
    float: right;
}

/* .dropdown-content a:hover 
{
    background-color: #fff;
} */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown-content_top {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

.d_v_hide {
    display: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

/* .sticky + .content {
    padding-top: 102px;
    background-color: #fff;
    width: 100%;
  } */

.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 3;
}

.header ul {
    margin: 0 20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 6px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    font-size: 14px;
    color: #a9b5c1 !important;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}

.header .logo {
    display: block;
    float: right;
    padding: 4px 20px;
    text-decoration: none;
}


.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}


.header .menu-icon {
    cursor: pointer;
    float: left;
    padding: 40px 30px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #d9b327;
    display: block;
    height: 4px;
    position: relative;
    transition: background .2s ease-out;
    width: 30px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #d9b327;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 9px;
}

.header .menu-icon .navicon:after {
    top: -9px;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
    overflow: auto;
    margin: 0 20px;
    text-align: right;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.menu .dropdown {
    display: block;
}

.menu .dropdown i {
    font-size: 19px;
}







/* Footer */

.top_header_bg.padd_25 {
    padding: 50px 0;
    direction: rtl;
}

.footer_txt a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 300;
    white-space: nowrap;
}

.footer_span {
    color: #ffc107;
    font-size: 16px;
    margin: 0 2px;
}

.copy_r_txt {
    font-size: 11px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 300;
    margin-bottom: 0;
}

.soc_icon i {
    padding: 10.5px 10px;
    border-radius: 22px;
    background-color: #233b78;
    color: #fff;
    cursor: pointer;
    height: 35px;
    width: 35px;
    margin: 5px;
    font-size: 13px;
}

.soc_icon i:hover {
    background-color: #d9b327;
}

.soc_icon .fa-facebook {
    padding: 11.5px 13px;
}

.footer_right {
    text-align: left;
}

.footer_left {
    text-align: right;
}

.text-left.footer_mrg {
    text-align: center !important;
}



/* Page Contet */

a:hover {
    text-decoration: none;
}

.row {
    margin: 0 !important;
}

.cont_heading {
    background: linear-gradient(90deg, #86b0bc 8%, #82adba 21%, #5286c1 52%, #457bbd 69%, #3061a2 85%, #324880 100%);
    ;
    text-align: center;
    padding: 75px 0;
}

.cont_heading h2 {
    font-size: 45px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #ffffff;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
}

.cont_heading p a,
.cont_heading p {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 31px;
    color: #ffffff;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 300;
    text-align: center;
}

.cont_heading .login_txt a,
.cont_heading .login_txt {
    font-size: 14px;
    line-height: 18px;
}

.center {
    text-align: center;
}

a {
    color: #333;
}

.cont_detail {
    margin: 25px auto;
}

.cont_detail i {
    margin-bottom: 15px;
    color: #d9b327;
    font-size: 30px;
}

.cont_detail a {
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
}

.cont_detail .address_info a {
    font-size: 15px;
}

.seprator {
    background-color: #d9b327;
    height: 4px;
    width: 41px;
    border: 0;
    margin-left: auto;
    margin-right: auto;
}

.get_in_t h2 {
    font-size: 53px;
    line-height: 55px;
    color: #222222;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.get_in_t .regi_txt {
    font-size: 45px;
    line-height: 55px;
    color: #222222;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.get_in_t .regi_p_txt {
    font-size: 16px;
    line-height: 32px;
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
}

.get_in_t p {
    font-size: 18px;
    line-height: 39px;
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
}

.form_name {
    font-size: 14px;
    /* line-height: 45px; */
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
    margin: 15px 0;
    background: #f8f8f8;
    border: 0;
    border-radius: 0;
    height: 40px;
}

.marg_btm {
    margin-bottom: -8px;
}

.form_btn span {
    font-size: 14px;
    line-height: 33px;
    color: #ffffff;
    font-family: 'Cairo', sans-serif !important;
    font-weight: bold;
    text-align: center;
    filter: drop-shadow(0px 1px 0.5px rgba(0, 0, 0, 0.1));
    text-transform: uppercase;
}

.form_btn {
    width: 235px;
    height: 55px;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
    background-color: #d9b327;
    margin: 25px 0;
    border-right: 0;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-bottom: 0;
}

.log_btn {
    width: 150px;
    height: 50px;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
    background-color: #d9b327;
    margin: 25px 0;
    border-right: 0;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-bottom: 0;
}

.log_btn span {
    font-size: 14px;
    line-height: 33px;
    color: #ffffff;
    font-family: 'Cairo', sans-serif !important;
    font-weight: bold;
    text-align: center;
    filter: drop-shadow(0px 1px 0.5px rgba(0, 0, 0, 0.1));
    text-transform: uppercase;
}

.log_frm_txt {
    font-family: 'Cairo', sans-serif !important;
}

.padd_0 {
    padding: 0;
}

.ml_10 {
    margin-left: 10px;
}

.m_auto {
    margin: auto;
}

.mr_25 {
    margin-right: 25px;
}

.padd_25 {
    padding: 25px 0;
}

.padd_l_r_0 {
    padding-left: 0;
    padding-right: 0;
}

.padd_r_0 {
    padding-right: 0;
}

.padd_15_0 {
    padding: 15px 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

select::-ms-expand {
    display: none;
}

.select1 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select1 select::-ms-expand {
    display: none;
}

.select1 {
    /* max-width: 330px; */
    /* padding: 15px; */
    /* padding-top: 120px; */
    margin: 0 auto;
}

.select1 .form-heading {
    margin-bottom: 20px;
    text-align: center;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.select1 .form-control {
    position: relative;
    font-size: 14px;
    /* height: auto; */
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.select1 .form-control:focus {
    z-index: 2;
}

.select1 input[type="text"] {
    margin-bottom: -1px;
    border-radius: 0;
}

.select1 .bs-caret {
    display: none;
}

.select1 .btn.active,
.select1 .btn:active {
    box-shadow: none !important;
    outline: none !important;
}

.select1 .btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.select1 .btn.dropdown-toggle.btn-default:focus {
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
    float: right !important;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    text-align: right;
    float: right;
}

.select1 .dropdown-toggle::after {
    content: "";
    font-family: FontAwesome;
    position: relative;
    top: 0px;
    right: -15px;
    color: #f39c12;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    z-index: 9;
    font-size: 18px;
}

.select1:hover::after {
    color: #f39c12;
}

.form-control:focus {
    box-shadow: none;
    background: #f8f8f8;
    color: #777;
}

.select1.btn-group.bootstrap-select.form-control.form_name {
    height: 40px;
}

.select1 button.btn.dropdown-toggle.btn-default {
    border: 0;
    background: transparent;
    top: -5px;
    color: #777777;
}

.select_frm_txt {
    font-size: 14px;
    /* line-height: 45px; */
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
    margin: 2px 0;
    background: #f8f8f8;
    border: 0;
    border-radius: 0;
    height: 40px;
}

.select1 .dropdown-menu.open {
    border-radius: 0;
    padding: 1px;
}

.select1 .dropdown-menu>li>a:focus,
.select1 .dropdown-menu>li>a:hover,
.select1 .dropdown-menu>li>a {
    color: #777777;
    line-height: 35px;
}

.select1 a.select_frm_txt {
    outline: none;
}

.select1 .btn-group.bootstrap-select.form-control.form_name {
    margin-bottom: 15px;
    padding: 10px 0;
}

input.form-control.form_name::placeholder,
textarea.form-control.form_name::placeholder {
    color: #777777;
}


.select {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    line-height: 4;
    background: transparent;
    overflow: hidden;
    border-radius: 0;
}

select {
    flex: 1;
    padding: 0 .5em;
    color: #777777;
    cursor: pointer;
}

.select::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: transparent;
    color: #f39c12;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.select:hover::after {
    color: #f39c12;
}

.form-control:focus {
    box-shadow: none;
    background: #f8f8f8;
    color: #777;
}



#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: auto;
    position: relative;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform .action-button {
    width: 100px;
    height: 50px;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
    background-color: #d9b327;
    margin: 25px 5px;
    color: #fff;
    border-right: 0;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-bottom: 0;
}

#msform .action-button-previous {
    width: 100px;
    height: 50px;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
    background-color: #d9b327;
    margin: 25px 5px;
    color: #fff;
    border-right: 0;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-bottom: 0;
}

:focus {
    border: 0;
    outline: none;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    padding: 0;
    transform: scaleX(-1);
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #fff;
    background: #c8c8c8;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    transform: scaleX(-1);
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: white;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: -1;
    background: #c8c8c8;
    transition: 1s;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #1a559c;
    color: white;
    transition: 1s;
}





.quality_txt {
    padding: 55px 0 15px;
}

.quality_txt h2 {
    font-size: 46px;
    line-height: 40px;
    color: #222222;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
}

.active_tab,
.quality_btn:hover {
    /* filter: drop-shadow(0px 22px 19px rgba(217,179,39,0.35)); */
    background-color: #d9b327;
    margin: 0 10px;
    padding: 10px;
}

.quality_btn {
    cursor: pointer;
    margin: 0 10px;
    padding: 10px;
}

.qlt_btn_txt {
    font-size: 14px;
    color: #222222;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
}

.active_tab .qlt_btn_txt,
.quality_btn:hover .qlt_btn_txt {
    font-size: 14px;
    color: #f5efff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
}

.d_flex {
    display: flex;
    margin: auto;
}

.mrg_20_0 {
    margin: 20px 0;
}

.pad_20_0 {
    padding: 20px 0;
}

.event_tab_bg {
    background-color: #fff;
    margin: 10px 0;
}

.event_img_bg {
    background-color: #c5c5c8;
}

.event_img_bg img {
    width: 100%;
    height: 100%;
}

.event_date {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    filter: drop-shadow(0px 30px 25px rgba(173, 157, 251, 0.35));
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    left: 25px;
    text-align: center;
}

.event_date p {
    font-size: 15px;
    color: #1a559c;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    margin-bottom: 0;
}

.event_date .mon_txt {
    font-size: 11px;
}

.m_t_5 {
    margin-top: 5px;
}

.event_txt_bg {
    filter: drop-shadow(0 0 34px rgba(44, 44, 50, 0.1));
    background-color: #ffffff;
    padding: 20px;
    text-align: right;
}

.event_txt_bg h6 {
    font-size: 16px;
    line-height: 25px;
    color: #1a559c;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    margin-bottom: 15px;
}

.event_tab_bg:hover .event_txt_bg h6 {
    color: #d9b327;
}

.event_tab_bg:hover {
    cursor: pointer;
}

.event_txt_bg p {
    font-size: 12px;
    line-height: 22px;
    color: #282331;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: justify;
}

.book_event_bg {
    background-image: linear-gradient(0deg, #efd159 0%, #d9b327 31%, #d9b327 68%, #d9b327 100%);
    padding: 25px 0;
    margin: 50px 0;
}

.book_event_bg h2 {
    font-size: 30px;
    line-height: 90px;
    color: #ffffff;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    margin: auto;
}



.quality_dept_txt h2 {
    font-size: 40px;
    line-height: 65px;
    color: #2b323a;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
}

.quality_dept_txt {
    margin: auto;
    padding: 50px 0;
}

.btm_seprator {
    width: 100px;
    height: 4px;
    background-color: #d9b327;
    border: 0;
}

.al_center {
    align-items: center;
    display: grid;
}

.brd_rgt {
    border-right: 1px solid #ebebeb;
    height: 125px;
    position: absolute;
    right: 0;
}

.padd_b_50 {
    padding-bottom: 50px;
}

.flip-box {
    background-color: transparent;
    width: 290px;
    height: 350px;
    perspective: 1000px;
    margin: auto;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    align-items: center;
    display: grid;
}

.frnt_img_bg {
    background-color: #1a559c;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    margin: auto;
    align-items: center;
    display: grid;
}

.frnt_img_bg img {
    margin: auto;
    height: 100px;
    width: 100px;
}

.flip-box-back {
    background: linear-gradient(0deg, #d7d7d7 0%, #ffffff 100%);
    color: white;
    transform: rotateY(180deg);
    padding: 25px 0;
}

.back_img_bg {
    background-color: #1a559c;
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: auto;
    align-items: center;
    display: grid;
}

.back_img_bg img {
    margin: auto;
    height: 55px;
    width: 55px;
}

.flip-box-back p {
    font-size: 12px;
    line-height: 22px;
    color: #535353;
    font-weight: 400;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    padding: 60px 25px 40px;
}

.news_img img {
    width: 100%;
}

.news_txt h2 {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 42px;
    color: #222222;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
}

.news_txt p {
    font-size: 16px;
    line-height: 28px;
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
}

.news_date_txt {
    font-size: 25px;
    line-height: 38px;
    color: #222222;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    margin-bottom: 0;
}

.news_date_txt_1 {
    font-size: 14px;
    line-height: 26px;
    color: #222222;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    margin-bottom: 0;
}

.news_brd_rgt {
    border-left: 3px solid #d9b327;
    margin-top: 10px;
    padding-left: 15px;
}

.news_content {
    padding: 25px 0;
}

.news_btn {
    width: 160px;
    height: 55px;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
    background-color: #d9b327;
    margin: 15px 0;
    border-right: 0;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-bottom: 0;
}

.news_btn span {
    font-size: 14px;
    line-height: 33px;
    color: #ffffff;
    font-family: 'Cairo', sans-serif !important;
    font-weight: bold;
    text-align: center;
    filter: drop-shadow(0px 1px 0.5px rgba(0, 0, 0, 0.1));
    text-transform: uppercase;
}

.news_blog {
    padding: 10px 0;
}

.news_slider_content {
    position: relative;
    height: 600px;
}

.news_img .news_slider_content img {
    height: 100%;
}

.btn_next,
.btn_next:hover:active {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0%, -50%);
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
    background-color: #d9b327;
    border-right: 0;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-bottom: 0;
}

.btn_next span,
.btn_next span:hover:active {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    filter: drop-shadow(0px 1px 0.5px rgba(0, 0, 0, 0.1));
    padding: 5px;
}

.btn_previous,
.btn_previous:hover:active {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0%, -50%);
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
    background-color: #d9b327;
    border-right: 0;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-bottom: 0;
}

.btn_previous span,
.btn_previous span:hover:active {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    filter: drop-shadow(0px 1px 0.5px rgba(0, 0, 0, 0.1));
    padding: 5px;
}

.video_bg {
    background: #cbcfd4;
}

.news_cat p {
    font-size: 18px;
    line-height: 48px;
    color: #222222;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.cat_txt i {
    font-size: 16px;
    color: #888888;
    font-weight: bold;
}

.cat_txt {
    font-size: 13px;
    color: #888888;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 500;
}

.cat_no {
    font-size: 11px;
    color: #d9b327;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    text-align: right;
    margin-top: 5px;
}

.news_cat .cat_content {
    line-height: inherit;
    margin: 0;
}

.brd_hr hr {
    margin: 0.5rem 0;
}

.news_archive p {
    font-size: 18px;
    line-height: 35px;
    color: #222222;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.news_archive {
    padding: 25px 0;
}

.plus_icon {
    font-size: 14px;
    color: #d9b327;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
}

.archive_txt {
    font-size: 11px;
    color: #8d8d8d;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    margin-right: 5px;
}

.ml_35 {
    margin-left: 35px;
}

.mr_35 {
    margin-right: 35px;
}

.news_archive .cat_no {
    margin: 0;
}

.c_pointer {
    cursor: pointer;
}

.back_btn {
    width: 110px;
    height: 50px;
    filter: drop-shadow(2.5px 4.33px 5px rgba(0, 0, 0, 0.1));
    background-color: #d9b327;
    margin: 15px 0;
    border-right: 0;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-bottom: 0;
}

.back_btn span {
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    filter: drop-shadow(0px 1px 0.5px rgba(129, 88, 88, 0.1));
    text-transform: uppercase;
    margin-right: 5px;
}

.back_btn i {
    color: #ffffff;
    margin-right: 4px;
    font-weight: bold;
    font-size: 16px;
}



.single_news_img img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-right: 10px;
}

.write_by,
.write_for {
    font-size: 11px;
    line-height: 63px;
    color: #888888;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
}

.writer_name,
.comments_txt,
.wrote_date {
    font-size: 11px;
    line-height: 63px;
    color: #888888;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.writer_post,
.comment_count {
    font-size: 11px;
    line-height: 63px;
    color: #d9b327;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.writing_date i,
.all_comments i {
    color: #d9b327;
}

.single_news_img,
.writing_date,
.all_comments {
    margin: 0 10px;
}

.pad_top_15 {
    padding-top: 15px;
}

.news_txt {
    text-align: right;
}

.news_txt h6 {
    font-size: 21px;
    line-height: 36px;
    color: #222222;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
}

.offer_list ul li span {
    font-size: 15px;
    line-height: 30px;
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
}

.offer_list ul {
    font-size: 20px;
    line-height: 32px;
    color: #fbc011;
    font-family: 'Cairo', sans-serif !important;
    padding: 0;
    text-align: right;
}

.offer_list p {
    font-size: 15px;
    line-height: 30px;
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
    text-align: right;
}

.opt_txt h6 {
    font-size: 20px;
    line-height: 35px;
    color: #222222;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}

.opt_txt p {
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
    text-align: right;
}

.m_b_0 {
    margin-bottom: 0;
}

.opt_img {
    padding-left: 0;
}

.opt_img img {
    width: 100%;
    height: 100%;
}

.brd_quote {
    border-left: 0px solid #d9b327;
    background-color: #f8f8f8;

}

.quote_bg {
    padding: 35px 20px;
}

.quote_bg h2 {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #222222;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
}

.quote_1 img {
    margin-bottom: 5px;
    transform: scaleX(-1);
}

.tag_txt {
    font-size: 11px;
    line-height: 35px;
    color: #555555;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    background: #f8f8f8;
    padding: 5px 6px;
    margin: 2px;
}

.tag_1 {
    font-size: 14px;
    line-height: 35px;
    color: #222222;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    margin-right: 2px;
}

.share_icon i {
    color: #d9b327;
    margin: 6px;
}

.mrg_80_0 {
    margin: 80px 0;
}

.related_post_txt h2 {
    font-size: 35px;
    line-height: 25px;
    color: #222222;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}

.brd_left {
    border-right: 4px solid #d9b327;
}

.related_post_txt h2 span {
    color: #d9b327;
    font-weight: 600;
}

.comment_img img {
    border-radius: 50%;
    width: 110px;
    height: 110px;
}

.comment_content h6 {
    font-size: 20px;
    line-height: inherit;
    color: #222222;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    margin: 0;
}

.pad_30_0 {
    padding: 30px 0;
}

.al_center_flex {
    align-items: center;
    display: flex;
}

.reply_txt {
    font-size: 11px;
    line-height: inherit;
    color: #fbc011;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    margin: 0;
}

.reply_txt i {
    color: #fbc011;
    margin-right: 5px;
    font-size: 15px;
}

.reply_date i {
    color: #fbc011;
    margin-left: 10px;
    font-size: 17px;
}

.reply_date {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #cbcaca;
    font-weight: bold;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.com_txt {
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
}

.pad_30_0_0 {
    padding: 30px 0 0;
}

.m_t_-5 {
    margin-top: -5px;
}

.comment_brd {
    border-left: 1px solid #f2f2f2;
    height: 470px;
    margin: -130% 113%;
}

.vertical_line_1 {
    border-top: 1px solid #f2f2f2;
    margin: 0 -35% -50% 0;
    width: 50px;
}

.m_v_left {
    text-align: left;
}

.soc_invest_txt h2 {
    font-size: 40px;
    line-height: 40px;
    color: #233b78;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    align-items: center;
    display: flex;
}

.soc_invest_txt {
    text-align: right;
}

.soc_invest_txt h2::before {
    content: '';
    border-right: 4px solid #d9b327;
    padding-right: 15px;
    height: 23px;
}

.soc_invest_txt p {
    font-size: 14px;
    line-height: 25px;
    color: #fefefe;
    font-family: 'Cairo', sans-serif !important;
    padding-left: 20px;
}

.invest_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.4;
}

.bg_img_layer {
    background-size: 105%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    position: relative;
    overflow: hidden;
}

.col-md-7.al_center_flex {
    left: -3%;
}

.col-lg-7.al_center_flex.left_1 {
    left: -3%;
}

.invest_img_bg {
    border-radius: 50px;
    filter: drop-shadow(14.266px -4.635px 12.5px rgba(0, 0, 0, 0.25));
    background-color: #818181;
    opacity: 0.8;
    width: 325px;
    margin-left: -3px;
    margin-right: 15%;
    margin-bottom: -16%;
}

.invest_img_bg img {
    height: 300px;
    width: 100%;
    border-radius: 20px;
    margin: auto;
}

.invest_txt_bg {
    border-radius: 7px;
    filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.2));
    background-color: #ffffff;
    opacity: 0.8;
    padding: 20px;
}

.invest_txt_bg p {
    font-size: 15px;
    line-height: 30px;
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
    text-align: right;
}

.invest_txt_bg::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color: transparent transparent transparent #fff;
    right: -20px;
    top: 45%;
}

.invest_brd_rgt {
    border-right: 2px solid #1a559c;
    margin: 5px;
}

.qlt_btn_txt_1 {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
}

.active_tab .qlt_btn_txt_1,
.quality_btn:hover .qlt_btn_txt_1 {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
}

.pad_50_0 {
    padding: 50px 0;
}

.pos_relative {
    position: relative;
}

.training_bg {
    background-color: #d9b327;
    padding: 15px;
    width: 400px;
    margin: auto;
    border-right-width: 0px;
    border-color: #fff;
    border-right-style: solid;
}

.training_bg::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 50px solid;
    border-color: transparent transparent transparent #fff;
    left: 31%;
    top: -51px;
    transform: rotate(-44deg);
    z-index: 0;
    background-color: #fff;
}

.training_bg h6 {
    font-size: 28px;

    line-height: 25px;
    color: #202020;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.pad_80_0_50 {
    padding: 80px 0 50px;
}

.quality_btn_1 .training_btn_txt {
    font-size: 20px;
    line-height: 65px;
    color: #979797;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.quality_btn_1 {
    cursor: pointer;
    margin: 0 10px;
    padding: 10px;
}

.active_tab_1 .training_btn_txt,
.quality_btn_1:hover .training_btn_txt {
    color: #1a559c;
    border-bottom: 2px solid #2c73b9;
}

.training_txt_bg {
    filter: drop-shadow(0 0 34px rgba(44, 44, 50, 0.1));
    background-color: #ffffff;
    padding: 20px;
}

.training_txt_bg h6 {
    font-size: 14px;
    line-height: 28px;
    color: #202020;
    font-weight: 400;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
}

.training_txt_bg p {
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    font-weight: 400;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
}


.training_overlap .event_date .mon_txt {
    font-size: 11px;
}

.training_overlap .event_date p {
    font-size: 15px;
    line-height: inherit;
    color: #1a559c;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    margin-bottom: 0;
}

.training_overlap .training_txt_bg h6 {
    font-size: 14px;
    line-height: 28px;
    color: #202020;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.training_overlap .training_txt_bg p {
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    font-weight: 400;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
}

.training_overlap .enroll_btn {
    border-radius: 2px;
    background-color: #d9b327;
    width: 130px;
    margin: 20px 0 0;
    border: 0;
}

.training_overlap .enroll_btn span {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 40px;
    color: #fefefe;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.training_overlap .enroll_box_bg {
    background: #fff;
}

.training_overlap .enroll_txt h3 {
    font-size: 18px;
    line-height: 36px;
    color: #202020;
    font-weight: 400;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0;
    margin: 0;
}

.training_overlap .enroll_txt p {
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    padding: 0 15px;
    margin: 15px 0;
}

.training_overlap .flip-box {
    height: 380px;
    width: 100%;
    margin: 25px 0;
    z-index: 9999;
    position: relative;
}

.training_overlap .flip-box-back {
    padding: 0;
    height: 96%;
}

.training_overlap .flip-box .event_date {
    top: 30px;
}

.training_sec_bg {
    background-image: linear-gradient(90deg, #7eacb8 8%, #79a7b5 21%, #467ebe 52%, #3872b9 69%, #21559b 85%, #233c78 100%);
}

.padd_20_0_150 {
    padding: 20px 0 150px;
}

.training_overlap {
    margin-top: -160px;
    width: 100%;
}

.m_v_brd {
    display: none;
}

.owl-prev {
    font-size: 60px !important;
    color: #fff !important;
    right: -7%;
    position: absolute;
    margin-top: -10% !important;
}

.owl-next {
    font-size: 60px !important;
    color: #fff !important;
    left: -7%;
    position: absolute;
    margin-top: -10% !important;
}

.padd_0_0 {
    padding: 0 !important;
}

.training_overlap p {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
}

.training_overlap h2 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #222222;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.pad_50_0_0 {
    padding: 50px 0 0;
}

.about_img img {
    height: 65%;
    width: 100%;
}

.abt_txt h2 {
    display: inline-flex;
}

.abt_txt h2 span {
    font-size: 40px;
    line-height: 50px;
    color: #202020;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.abt_brd_btm {
    background-color: #ffc107;
    width: 60px;
    height: 4px;
    display: block;
    margin-right: 10px;
    margin-top: 35px;
}

.abt_txt {
    text-align: right;
}

.abt_txt p {
    font-size: 14px;
    line-height: 25px;
    color: #535353;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    margin: 25px 0;
    text-align: justify;
}

.abt_txt p a {
    color: #1a559c;
    font-size: 18px;
    line-height: 30px;
}

.abt_value_bg {
    background-color: #1a559c;
    padding: 50px 0;
}

.value_brd_btm {
    width: 30px;
    height: 3px;
    background-color: #ffc107;
    display: block;
    margin-left: 10px;
    margin-top: 56px;
}

.value_txt {
    text-align: right;
}

.value_img {
    display: inline-flex;
    margin-bottom: 5px;
}

.value_img img {
    vertical-align: baseline;
    height: 60px;
    width: 60px;
    transform: scalex(-1);
}

.value_txt h2 {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 10px;

}

.value_txt p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: justify;
}

.team_bg_1 {
    background-color: #d9b327;
    padding: 15px;
    width: 550px;
    margin: auto;
    border-right-width: 10px;
    border-color: #fff;
    border-right-style: solid;
}

.team_bg_1::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 50px solid;
    border-color: transparent transparent transparent #fff;
    left: 24.5%;
    top: -52px;
    transform: rotate(-44deg);
    z-index: 0;
    background-color: #fff;
}

.team_bg_1 h6 {
    font-size: 24px;

    line-height: 25px;
    color: #202020;
    font-weight: 500;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.team_card_bg {
    background-color: #fff;
    filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.2));
    padding: 26px 10px;
    min-height: 400px;
}

/* .team_img_1
{
    border: 3px solid #ffffff;
    width: 150px;
    height: 150px;
    margin: 5px auto 15px;
    border-radius: 50%;
} */
.team_img_1 img {
    width: 208px !important;
    height: 208px !important;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgb(34 68 132);
    margin-bottom: 30px;
    border: 3px solid #d9b327;
}

.padd_10_0 {
    padding: 10px;
}

.team_txt h6 {
    font-size: 14px;
    line-height: 28px;
    color: #202020;
    font-weight: 400;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
}

.team_txt p {
    font-size: 13px;
    line-height: 22px;
    color: #535353;
    font-weight: 400;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;

}

.team_txt p a {
    color: #1a559c;
    padding-bottom: 0;
}

.mrg_btm_0 {
    margin-bottom: 0;
}

.abt_soc_icon {
    width: 28px;
    height: 28px;
    border-radius: 2px;
    background-color: #c2d2df;
    display: inline-block;
    margin: 1px;
    cursor: pointer;
}

.abt_soc_icon i {
    color: #fff;
    vertical-align: middle;
}

.abt_soc_icon:hover {
    background-color: #d9b327;
}

.award_txt h2 {
    font-size: 46px;
    line-height: 40px;
    color: #222222;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.tour_bg {
    background-image: linear-gradient(90deg, #efd259 0%, #dab328 31%, #dab328 68%, #dab328 100%);
}

.tour_img_bg {
    padding: 10px 0;
}

.tour_img_bg img {
    filter: drop-shadow(0px 6px 7.5px rgba(0, 0, 0, 0.3));
    height: 250px;
}

.mrg_0_60 {
    margin: 0 60px;
}

#tour_carousel.owl-theme .owl-nav.disabled+.owl-dots {
    text-align: right;
    margin-right: 28%;
    margin-top: 20px;
}

.report_txt {
    text-align: right;
}

.report_txt h2 {
    font-size: 30px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
}

.report_txt::before {
    content: '';
    border-right: 4px solid #fff;
    position: relative;
    top: 33px;
    height: 25px;
    display: block;
    right: -17px;
}

.report_txt p {
    font-size: 15px;
    line-height: 20px;
    color: #fff4d2;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
}

.report_btn {
    width: 136px;
    height: 60px;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    border-right: 0;
    border-left: 0px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-bottom: 0;
    float: right;
}

.report_btn span {
    font-size: 15px;
    line-height: 27px;
    color: #fbc011;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    filter: drop-shadow(0px 1px 0.5px rgba(0, 0, 0, 0.1));
    text-transform: uppercase;
}

#award_carousel .item {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-left: -2px;
}

.award_img img,
.award_img {
    height: 148px;
    width: 148px !important;
    margin: auto;
}

#award_carousel .owl-dots {
    display: none;
}

.m_20_0 {
    margin: 20px 0;
}

button:focus {
    outline: none;
}

.padd_l_0 {
    padding-left: 0;
}

.padd_rgt_40 {
    padding-right: 40px;
}

.padd_lft_40 {
    padding-left: 40px;
}

#tour_carousel.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
}

#tour_carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1);
}

.training_sec_bg .owl-theme .owl-dots .owl-dot.active span {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff;
}

.training_sec_bg .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.6196078431372549);
}




#news_carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: #d9b327;
    border-radius: 7px;
    width: 30px;
    height: 10px;
}

#news_carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 7px;
    background-color: #ebebeb;
}

.new1 h2 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #222222;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}

.new1 p {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-family: 'Cairo', sans-serif !important;
    text-align: right;
}

.comment_content {
    text-align: right;
}

.flex_nowrap {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-color: #2c73b9 #eaeaea;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

.flex_nowrap::-webkit-scrollbar {
    height: 1px;
    background-color: #eaeaea;
}

.flex_nowrap::-webkit-scrollbar-thumb {
    background-color: #2c73b9;
}

.flex_nowrap::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

.flex_nowrap .m_auto {
    margin: 10px auto;
}

#sec_home {
    background: url('../images/slide1.png') center center / cover no-repeat;
    height: 75vh;
    overflow: hidden;
    background-position: 50%;
    background-attachment: fixed;
}

#sec_home a {
    padding-top: 60px;

}

#sec_home {
    background: url('../images/slide1.png') center center / cover no-repeat;
    height: 80vh;
    overflow: hidden;
    background-position: 50%;
    background-attachment: fixed;
}

#slidOne {
    background: url(../images/slide1.png) center center / cover no-repeat;
    height: 80vh;
    background-position: 50%;
}

#slidTwo {
    background: url('../images/slider_002.png') center center / contain no-repeat;
    height: 80vh;
    background-color: #293f7a;
    /* fills the blank space */
}


#slidThree {
    background: url('../images/slider_3.jpg');
    height: 80vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-attachment: fixed;
    background-position: 50%;
    background-color: #86184b;
}

#slidfourth {
    background: url(../images/camdidate.jpg) center center / cover no-repeat;
    height: 80vh;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#sec_home a {
    padding-top: 60px;

}

.video_icon_home {
    width: 45px;
    height: 45px;
    border-radius: 52px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #fbc011;
    align-items: center;
    display: grid;
    margin: auto;
}

.video_icon_home i {
    color: #fbc011;
    margin: auto;
    font-size: 2em;
}

#sec_home a span {
    position: absolute;
    top: 80%;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

#sec_home a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 3px;
    height: 10px;
    margin-left: -1px;
    background-color: #fff;
    border-radius: 25%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



a#dot-0::after,
a#dot-1::after {
    content: '';
    width: 1px;
    height: 24px;
    background-color: #ffffff;
    display: grid;
    position: absolute;
    margin-top: 15%;
    right: 48.3%;
}



section {
    width: 100%;
    height: 100%;

}

/* section:nth-child(even) {
    background: #b6b1be; 
}
section:nth-child(odd) {
    background: #1a559c; 
} */

nav#dot-nav {
    position: fixed;
    left: 30px;
    z-index: 1;
}

nav#dot-nav a {
    border: 0px solid #ffc107;
    background-color: #fff;
    margin: 20px 10px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    -webkit-transition: all 0.4;
    transition: all 0.4;
}

nav#dot-nav a#dot-1 {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #ffc107;
}

nav#dot-nav a.active {
    border: 0px solid #ffc107;
    background-color: #fff;
}

.vector_bg {

    background: url(../images/vectorright.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 95%;
    background-position: right;
    position: relative;
    right: -1%;
    top: 5%;

}

.abt_sec_bg {
    background-color: #1a559c;
    height: 100%;
    overflow: hidden;
}

.vector_abt_bg {
    background: url(../images/vectorleft.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    background-position: left;
    position: relative;
    left: 0%;
    top: 3%;
}


.abt_sec_txt {
    font-size: 42px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.abt_sec_txt_1 {
    font-size: 42px;
    letter-spacing: 2px;
    color: #ffc107;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.value_brd_btm_1 {
    width: 66px;
    height: 2px;
    background-color: #ffc107;
    display: inline-flex;
    margin-right: 10px;
    margin-top: 33px;
    margin-left: 10px;
}

.pad_80_0 {
    padding: 80px 0;
}

.abt_content_1 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: justify;
}

.info_brd_btm_1 {
    width: 70px;
    height: 2px;
    background-color: #ffc107;
    display: block;
    margin-left: 10px;
    margin-top: 33px;
}

.info_btn {
    width: 140px;
    height: 50px;
    filter: drop-shadow(0px 20px 30px rgba(15, 169, 240, 0.35));
    background-color: #d9b327;
    border: 0;
    margin-left: 20px;
    align-items: center;
    display: grid;
}

.info_btn span {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
}

.count_report_bg {
    position: relative;
    top: 1%;
    left: -3%;
}

.report_bg_color {
    background: url(../images/countreport.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    background-size: 20.8%;
}

.overflow_hide {
    overflow: hidden;
}

.no_bg_white {
    width: 220px;
    height: 220px;
    border-radius: 108px;
    filter: drop-shadow(0px 22px 15px rgba(195, 165, 250, 0.35));
    background-color: #ffffff;
    align-items: center;
    display: grid;
}

.no_txt {
    font-size: 25px;
    line-height: 36px;
    color: #1a559c;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
}

.no_txt svg.icon {
    height: 50px;
    width: 50px;
    margin: 10px 0;
}

.no_txt span.Count {
    font-size: 40px;
}

.lorem_txt {
    font-size: 16px;
    line-height: 36px;
    color: #1a559c;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    margin: 0;
}

.no_txt img {
    height: 50px;
    width: 50px;
    margin: 10px auto 13px;
}

.m_t_-80 {
    margin-top: -80px;
}

.h_50_vh {
    height: 55vh;
}

.m_t_25 {
    margin-top: 25px;
}

.m_t_80 {
    margin-top: 60px;
}

.m_t_-50 {
    margin-top: -40px;
}

.visit_heading h2,
.member_heading h2 {
    font-size: 22px;
    line-height: 40px;
    color: #222222;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    text-transform: uppercase;
}

.width_200px {
    width: 200px;
}

.visit_heading img {
    height: 100%;
    width: 100%;
    margin-top: -10%;
}

.member_heading img {
    width: 105%;
    margin-top: -15%;
    margin-right: -2%;
}

.visit_heading p {
    font-size: 15px;
    line-height: 28px;
    color: #7a7a7a;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: justify;
}

.w_38 {
    width: 38%;
}

.w_24 {
    width: 24%;
    padding: 10px 20px;
}

.al_end {
    align-items: end;
    display: grid;
}

.visit_log_btn {
    width: 180px;
    height: 43px;
    background-color: #d9b327;
    border: 0;
    margin: 10px;
}

.visit_log_btn span {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
}

.mem_btn {
    width: 108px;
    height: 43px;
    background-color: #c8c8c8;
    border: 0;
    margin: 10px;
}

.mem_btn span {
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
}

.m_t_-25 {
    margin-top: -25px;
}

.partner_img img {
    width: 550px;
    height: 75px;
}

.partner_img h2 {
    font-size: 33px;
    letter-spacing: 7px;
    line-height: 31px;
    color: #202020;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: center;
    position: relative;
    top: -50px;
    text-transform: uppercase;
}

.part_slide_img {
    text-align: center;
}

.part_slide_img img {
    /* width: auto !important; */
    /* height: auto; */
    display: initial !important;
}

#home_carousel .owl-stage {
    align-items: center;
    display: flex;
}

#home_carousel.owl-theme .owl-nav button.owl-prev {
    font-size: 1px !important;
    left: -8%;
    margin-top: -6% !important;
    height: 35px;
    width: 35px;
    background: #ebebeb;
    border-radius: 50%;
}

#home_carousel.owl-theme .owl-nav button.owl-next {
    font-size: 1px !important;
    left: -8%;
    margin-top: -6% !important;
    height: 35px;
    width: 35px;
    background: #ebebeb;
    border-radius: 50%;
}

#home_carousel.owl-theme .owl-nav button.owl-prev:hover,
#home_carousel.owl-theme .owl-nav button.owl-next:hover {
    background-color: #d9b327;
    color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

#home_carousel.owl-theme .owl-nav button.owl-prev:hover span,
#home_carousel.owl-theme .owl-nav button.owl-next:hover span {
    color: #fff;
}

#home_carousel.owl-theme .owl-nav button.owl-prev span,
#home_carousel.owl-theme .owl-nav button.owl-next span {
    color: #b0b0b0;
    width: 12px;
    height: 17px;
    background-color: transparent;
    padding: 5px 12px;
    border-radius: 50%;
    font-size: 35px;
    line-height: 2px;
    display: block;
}

#home_carousel .owl-dots {
    display: none;
}

.promo_box_bg {
    background-image: linear-gradient(90deg, #7dabb7 8%, #79a7b5 21%, #457dbd 52%, #3771b9 69%, #21559b 85%, #233b77 100%);
    padding: 80px 0;
}

.join_us_txt h2 {
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    text-align: right;
    padding-right: 15px;
}

.promo_brd_left {
    border-right: 2px solid #ffc107;
}

.part_btn {
    width: 210px;
    height: 50px;
    background-color: #d9b327;
    border: 0;
}

.part_btn span {
    font-size: 17px;

    line-height: inherit;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.career_btn {
    width: 210px;
    height: 50px;
    background-color: #fff;
    border: 0;
}

.career_btn span {
    font-size: 16px;

    line-height: inherit;
    color: #777777;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
}

.padd_0_25 {
    padding: 0 25px;
}


@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-1.6rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes orbit {
    0% {
        transform: translate3d(-50%, -50%, 0) rotateZ(0);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotateZ(-360deg);
    }
}

@keyframes orbit3d {
    0% {
        transform: translate3d(-50%, -50%, 0) rotateZ(0);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotateZ(-360deg);
    }
}

@keyframes rotation3d {
    0% {
        transform: rotateX(-90deg) rotateY(360deg) rotateZ(0);
    }

    100% {
        transform: rotateX(-90deg) rotateY(0) rotateZ(0);
    }
}



.goal-system {
    height: 100vh;
    left: 0;
    position: relative;
    top: 0;
    transition: all .5s ease-in-out;
    width: 150vw;
    z-index: 0;
    margin-left: auto;
}

.goal-orbit {
    background-color: rgba(143, 73, 249, 0);
    border: 2px solid #f4f4fd;
    /* border: .05rem solid rgba(190, 190, 190, .05); */
    border-radius: 50%;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: border .2s ease-in-out;
}

.goal-orbit:hover {
    border: .05rem solid #e5e6fa;
    box-shadow: inset 0 0 1rem rgba(190, 190, 190, .05);
}

.goal-orbit .goal-object {
    height: 0;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 0 !important;
}

.goal-orbit .goal-object::before {
    border: .1rem solid rgba(24, 24, 24, .25);
    border-radius: 50%;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}



.goal-orbit.goal-sett {
    /* animation: orbit 12.10s linear infinite; */
    width: 200px;
    height: 200px;
    z-index: 60;
}


.goal-orbit.goal-cloud {
    /* animation: orbit 18.10s linear infinite; */
    width: 300px;
    height: 300px;
    z-index: 50;
}

.goal-orbit.goal-cal {
    /* animation: orbit 25.10s linear infinite; */
    width: 400px;
    height: 400px;
    z-index: 40;
}

.goal-orbit.goal-star {
    /* animation: orbit 35.10s linear infinite; */
    width: 500px;
    height: 500px;
    z-index: 30;
}

.goal-sett>.goal-object {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0px 45px 22.5px rgba(147, 147, 147, 0.35));
    background-color: #e6e8fa;
    border: 6px solid #e5e6fa;
    top: 0%;
    left: 55%;
}

.goal-sett>.goal-object::before {
    width: 80px;
    height: 80px;
    background-image: url(../images/gear.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e6e8fa;
    border: 6px solid #e5e6fa;
    background-size: 50px;
}




.goal-cloud>.goal-object {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0px 45px 22.5px rgba(147, 147, 147, 0.35));
    background-color: #e6e8fa;
    border: 6px solid #e5e6fa;
    top: 93%;
    left: 50%;
}

.goal-cloud>.goal-object::before {
    width: 60px;
    height: 60px;
    background-image: url(../images/rain.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e6e8fa;
    border: 6px solid #e5e6fa;
    background-size: 40px;
}



.goal-cal>.goal-object {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0px 45px 22.5px rgba(147, 147, 147, 0.35));
    background-color: #e6e8fa;
    border: 6px solid #e5e6fa;
    top: 84%;
    left: 94%;
}

.goal-cal>.goal-object::before {
    width: 80px;
    height: 80px;
    background-image: url(../images/calendar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e6e8fa;
    border: 6px solid #e5e6fa;
    background-size: 35px;
}



.goal-star>.goal-object {
    width: 20px;
    height: 20px;
    filter: drop-shadow(0px 45px 22.5px rgba(147, 147, 147, 0.35));
    background-color: #e6e8fa;
    border: 6px solid #e5e6fa;
    top: 12%;
    left: 12%;
}

.goal-star>.goal-object::before {
    width: 80px;
    height: 80px;
    background-image: url(../images/star1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e6e8fa;
    border: 6px solid #e5e6fa;
    background-size: 50px;
}


.box {
    margin: 30px;
    height: 200px;
    width: 600px;
    background-color: transparent;
}

.box.horizTranslate {
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
    margin-left: 50% !important;
}

.opacityOne {
    opacity: 0;
}

.goal_head_txt h2 {
    font-size: 50px;
    line-height: 58px;
    color: #282331;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: justify;
    position: absolute;
    top: 15%;
    right: 10%;
    z-index: 9;
}

.goal_bg {
    background-image: url(../images/business.png);
    background-repeat: no-repeat;
    background-position: right;
    /* background-position-x: 4vw; */
    background-position-y: 28vh;
    background-size: 28vh;
}

.overflow_x_hide {
    overflow-x: hidden;
}

#goal_carousel {
    position: absolute;
    top: 44%;
    left: 30%;
}

#goal_carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 4%;
    padding-left: 1.8%;
}

#goal_carousel.owl-carousel .owl-stage-outer {
    width: 750px;
    float: left;
}

#goal_carousel.owl-carousel .owl-item.active {
    width: 730px !important;
}

#goal_carousel.owl-carousel .owl-prev {
    font-size: 60px !important;
    color: #1a559c !important;
    right: 56%;
    position: absolute;
    margin-top: 0% !important;
}

#goal_carousel.owl-carousel .owl-nav {
    position: relative;
    left: 0%;
    margin-top: 15%;
}

#goal_carousel.owl-carousel .owl-next {
    font-size: 60px !important;
    color: #1a559c !important;
    left: 44%;
    position: absolute;
    margin-top: 0% !important;
}

#goal_carousel.owl-carousel .owl-dots {
    display: none;
}

#goal_carousel.owl-carousel .owl-next::before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 30px !important;
    padding: 7px 10px;
}

#goal_carousel.owl-carousel .owl-prev::before {
    content: "\f177";
    font-family: FontAwesome;
    font-size: 30px !important;
    padding: 7px 10px;
}

#goal_carousel.owl-carousel .owl-prev:hover::before {
    color: #fff;
    background-color: #d9b327;
}

#goal_carousel.owl-carousel .owl-next:hover::before {
    color: #fff;
    background-color: #d9b327;
}

#goal_carousel.owl-carousel .owl-next span,
#goal_carousel.owl-carousel .owl-prev span {
    display: none;
}




.goal_txt {
    font-size: 17px;
    line-height: 33px;
    color: #282331;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    text-align: right;
}

.icon_star_txt {
    font-size: 28px;
    line-height: 61px;
    color: #382c4d;
    font-family: 'Cairo', sans-serif !important;
}

.icon_star_bg {
    z-index: 30;
}

.icon_star {
    border: 2px solid #f4f4fd;
    border-radius: 50%;
    display: block;
    left: 23%;
    position: relative;
    top: 50%;
    margin-top: 12%;
    transform: translate3d(-50%, -50%, 0);
    transition: border .2s ease-in-out;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e6e8fa;
    border: 6px solid #e5e6fa;
    background-size: 50px;
    filter: drop-shadow(0px 45px 22.5px rgba(147, 147, 147, 0.35));
    align-items: center;
    display: grid;
}

.icon_star img {
    height: 45px;
    width: 45px !important;
    margin: auto;
}

.icon_display {
    display: inline-flex;
    margin-top: 50px;
    margin-right: 5%;
    float: right;
}


.animated {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: 3s;
    -moz-transition: 3s;
    -ms-transition: 3s;
    -o-transition: 3s;
    transition: 6s;
    margin-left: -50% !important;
    opacity: 0;
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

.fadeLeft {
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft;
}

@-webkit-keyframes fadeLeft {
    0% {
        left: 100%;
        opacity: 0;
        transform: translateX(0%);
    }

    5% {
        left: 10%;
        opacity: 1;
        transform: translateX(5%);
    }

    20% {
        left: 10%;
        opacity: 1;
        transform: translateX(20%);
    }

    25% {
        left: 100%;
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        left: 100%;
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes fadeLeft {
    0% {
        left: 100%;
        opacity: 0;
        transform: translateX(0%);
    }

    5% {
        left: 10%;
        opacity: 1;
        transform: translateX(5%);
    }

    20% {
        left: 10%;
        opacity: 1;
        transform: translateX(20%);
    }

    25% {
        left: 100%;
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        left: 100%;
        opacity: 0;
        transform: translateX(100%);
    }
}


[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;
}

[data-pagination] {
    font-size: 8pt;
    line-height: 1;
    font-weight: 400;
    font-family: 'Cairo', sans-serif !important;
    -webkit-text-size-adjust: 100%;
    margin: 1em auto;
    text-align: center;
    transition: font-size .2s ease-in-out;
}

[data-pagination] ul {
    list-style-type: none;
    display: inline;
    font-size: 100%;
    margin: 0;
    padding: .5em;
}

[data-pagination] ul li {
    display: inline-block;
    font-size: 100%;
    width: auto;
    border-radius: 3px;
    width: 47px;
    height: 47px;
    margin: 0 3px;
    text-align: center;
}

.pag_no {
    color: #888;
    background-color: transparent;
    padding: .3em .6em;
    border-radius: 3px;
    font-size: 18px;
}

.active_no,
.pag_no:hover {
    background-color: #d9b327;
    color: #fff;
}


.pre_1 {
    color: #888;
    background-color: transparent;
    position: relative;
    right: -20%;
    font-size: 14px;
}

.pre_1 i {
    font-size: 18px;
    right: -27%;
    position: absolute;
    top: -25%
}

.next_1 i {
    font-size: 18px;
    left: -27%;
    position: absolute;
    top: -25%;
}

.pre_1 span {
    margin-left: 5px;
}

.pre_1:hover,
.pre_1:focus,
.pre_1:active {
    color: #888 !important;
    background-color: transparent !important;
}

.next_1 span {
    margin-right: 5px;
}

.next_1 {
    color: #888;
    background-color: transparent;
    position: relative;
    left: -20%;
    font-size: 14px;
}

.next_1:hover,
.next_1:focus,
.next_1:active {
    color: #888 !important;
    background-color: transparent !important;
}

@media (min-width: 350px) {
    [data-pagination] {
        font-size: 10pt;
    }
}

@media (min-width: 500px) {
    [data-pagination] {
        font-size: 12pt;
    }
}

@media (min-width: 700px) {
    [data-pagination] {
        font-size: 14pt;
    }
}

@media (min-width: 900px) {
    [data-pagination] {
        font-size: 16pt;
    }
}





.info_btn::before,
.visit_log_btn::before,
.form_btn::before,
.log_btn::before,
.news_btn::before,
.back_btn::before {
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    background-color: rgba(225, 255, 255, 0.1);
    transition: -webkit-transform .45s cubic-bezier(.165, .84, .44, 1);
    transition: transform .45s cubic-bezier(.165, .84, .44, 1);
    transition: transform .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .45s cubic-bezier(.165, .84, .44, 1);
    z-index: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.info_btn:hover::before,
.visit_log_btn:hover::before,
.form_btn:hover::before,
.log_btn:hover::before,
.news_btn:hover::before,
.back_btn:hover::before {
    -webkit-transform: scalex(1);
    transform: scalex(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition-delay: 75ms;
}


[data-aos^=fade][data-aos^=fade].aos-animate {
    transition-delay: .5s;
}


.book_event_btn::before {
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    background-color: #fff;
    color: #d9b327 !important;
    transition: -webkit-transform .45s cubic-bezier(.165, .84, .44, 1);
    transition: transform .45s cubic-bezier(.165, .84, .44, 1);
    transition: transform .45s cubic-bezier(.165, .84, .44, 1), -webkit-transform .45s cubic-bezier(.165, .84, .44, 1);
    z-index: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.yellow_a {
    position: relative;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fefefe;
    font-weight: 300;
    font-family: 'Cairo', sans-serif !important;
    padding: 0 15px;
}

.book_event_btn {
    overflow: hidden;
    position: relative;
    color: #fff;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: color .45s cubic-bezier(.165, .84, .44, 1);
    transition-delay: 75ms;
    background-color: transparent;
    border: 1.87px solid #ffffff;
    margin: 20px auto;
    padding: 10px 20px;
    width: 225px;
}

.book_event_btn:hover::before {
    -webkit-transform: scalex(1);
    transform: scalex(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition-delay: 75ms;
    color: #d9b327;
}

.book_event_btn:hover .yellow_a {
    color: #d9b327;
}










@media only screen and (max-width:1024px) {
    .footer_right {
        text-align: center;
    }

    .flip-box {
        width: 100%;
    }

    .m_width_1 {
        max-width: 80%;
    }

    .m_width {
        max-width: 20%;
    }

    .news_txt h2 {
        font-size: 30px;
    }

    .news_txt p {
        font-size: 15px;
        line-height: 24px;
    }

    .comment_brd {
        margin: -200% 135%;
        height: 500px;
    }

    .vertical_line_1 {
        margin: 0 -38% -50% 0;
    }

    .comment_img img {
        height: 90px;
        width: 90px;
    }

    .training_bg::before {
        left: 27%;
    }

    .invest_img_bg img {
        height: 250px;
    }

    .training_overlap .carousel-showmanymoveone .carousel-control.left {
        margin-left: -5%;
        margin-top: 25%;
    }

    .training_overlap .carousel-showmanymoveone .carousel-control.right {
        margin-right: -5%;
        margin-top: 25%;
    }


    .owl-prev {
        font-size: 60px !important;
        color: #fff !important;
        left: -5%;
        position: absolute;
        margin-top: -15% !important;
    }

    .owl-next {
        font-size: 60px !important;
        color: #fff !important;
        right: -5%;
        position: absolute;
        margin-top: -15% !important;
    }

    .team_bg_1::before {
        left: 18.5%;
    }

    #award_carousel .item {
        padding: 25px;
    }

    .tour_img_bg img {
        height: 250px;
    }

    #sec_home {
        height: 70vh;
    }

    /* #sec_home a span
    {
        top: 72%;
    } */
    .vector_bg {
        background: url(../images/vectorright.png);
        background-repeat: no-repeat;
        background-size: 73%;
        height: 132%;
        background-position: right;
        position: relative;
        right: -1%;
        top: 10%;
    }

    .h_50_vh {
        height: 32vh;
    }

    .visit_heading h2,
    .member_heading h2 {
        font-size: 24px;
    }

    #home_carousel.owl-theme .owl-nav button.owl-prev {
        left: -6%;
    }

    #home_carousel.owl-theme .owl-nav button.owl-next {
        right: 100%;
    }


    .next_1 {
        left: -10%;
    }

    .pre_1 {
        right: -10%;
    }

    .goal-system {
        height: 60vh;
    }

    #goal_carousel {
        left: 20%;
    }

    #goal_carousel.owl-carousel .owl-next {
        right: 42%;
    }

    #goal_carousel.owl-carousel .owl-prev {
        right: 50%;
    }

    .blue-p {
        padding-right: 10px;
    }

}

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

    .email_txt i.fa.fa-phone {
        margin-left: 0;
    }

    .bg_img_layer {
        background-size: 105% 100%;
    }

    .footer_right {
        text-align: left;
    }

    .search_btn_1 {
        width: 80px;
    }

    .navbar.padd_r_0.desktop_v_menu .search_btn img {
        width: 105px;
    }

    .nav-item .nav-link {
        font-size: 12px;
    }

    .nav_span {
        font-size: 19px;
        margin: 2px 3px;
    }

    .get_in_t .regi_txt {
        font-size: 36px;
        line-height: 35px;
    }

    .active_tab .qlt_btn_txt,
    .quality_btn:hover .qlt_btn_txt,
    .qlt_btn_txt {
        font-size: 12px;
    }

    .book_event_bg h2 {
        font-size: 25px;
        line-height: 80px;
    }

    .flip-box {
        width: 280px;
    }

    .news_txt h2 {
        font-size: 24px;
        line-height: inherit;
    }

    .active_tab .qlt_btn_txt_1,
    .quality_btn:hover .qlt_btn_txt_1 {
        font-size: 15px;
    }

    .qlt_btn_txt_1 {
        font-size: 15px;
    }

    .invest_img_bg {
        width: 100%;
    }

    .training_bg::before {
        left: 19%;
    }

    .count_report_bg {
        right: 0;
    }

    .h_50_vh {
        height: 35vh;
    }

    .w_38 {
        width: 100%;
    }

    .w_24 {
        width: 100%;
        padding: 30px;
    }

    .visit_heading h2,
    .member_heading h2 {
        font-size: 30px;
    }

    .join_us_txt h2 {
        font-size: 27px;
        line-height: 38px;
    }

    .part_btn,
    .career_btn {
        width: 155px;
    }

    .part_btn span,
    .career_btn span {
        font-size: 15px;
    }

    [data-pagination] ul li {
        display: inline-block;
        font-size: 100%;
        width: auto;
        border-radius: 3px;
        width: auto;
        height: auto;
        margin: 0 0;
        text-align: center;
    }

    .next_1 {
        left: -7%;
    }

    .pre_1 {
        right: -7%;
    }

    #goal_carousel {
        left: -2%;
    }

    #goal_carousel.owl-carousel .owl-item.active {
        width: 745px;
    }

    #goal_carousel.owl-carousel .owl-stage-outer {
        width: 100%;
    }

    #goal_carousel.owl-carousel .owl-next {
        right: 35%;
    }

    #goal_carousel.owl-carousel .owl-prev {
        left: 45%;
    }

    #goal_carousel.owl-carousel .owl-nav {
        margin-top: 25%;
    }

    .goal_head_txt h2 {
        top: 5%;
    }

    .goal-system {
        width: 100vw;
    }

    [data-pagination] ul li {
        display: inline-block;
        font-size: 100%;
        width: auto;
        border-radius: 3px;
        width: auto;
        height: auto;
        margin: 0 0;
        text-align: center;
    }

    .next_1 {
        left: -7%;
    }

    .pre_1 {
        right: -7%;
    }

    .video_bg {
        width: 100%;
    }

    .report_bg_color {
        background-size: 35% 95%;
    }

    .team_bg_1::before {
        left: 8.5%;
    }



}



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

    .pos_relative .quality_btn {
        width: 40%;
    }

    .soc_pos_1 {
        position: relative;
        left: 5%;
        right: 5%;
    }

    .active_tab,
    .quality_btn:hover {
        padding: 10px 23px;
    }

    .report_bg_color {
        background-size: auto;
    }

    .m_v_hide {
        display: none;
    }

    .form_name {
        margin: 10px auto;
    }

    .footer_mrg {
        margin: 10px 0;
    }

    .get_in_t h2 {
        font-size: 35px;
        line-height: 35px;
    }

    .footer_right,
    .footer_left {
        text-align: center;
    }

    .nav-item .nav-link {
        text-align: right;
    }

    .nav_span {
        display: none;
    }

    .search_btn_1 {
        top: 85px;
    }

    .get_in_t p {
        font-size: 14px;
        line-height: 25px;
    }

    .d_v_hide {
        display: block;
    }

    .get_in_t .regi_txt {
        font-size: 30px;
        line-height: 35px;
    }

    .cont_heading h2 {
        font-size: 35px;
        margin-bottom: .5rem;
    }

    .cont_heading p a,
    .cont_heading p {
        font-size: 16px;
    }

    #msform fieldset {
        width: 100%;
    }

    .dropdown-content {
        position: absolute;
        background-color: #fff;
    }

    #myTAB.d_flex {
        display: contents;
    }

    .brd_rgt {
        border: none;
    }

    .active_tab {
        text-align: center;
    }

    .active_tab .qlt_btn_txt,
    .quality_btn:hover .qlt_btn_txt,
    .qlt_btn_txt {
        font-size: 14px;
    }

    .book_event_bg h2 {
        font-size: 22px;
        line-height: 35px;
        padding: 0 15px;
    }

    .quality_dept_txt h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .m_width_1 {
        width: 78%;
    }

    .m_width {
        width: 22%;
    }

    .news_txt h2 {
        font-size: 20px;
        line-height: inherit;
    }

    .news_txt p {
        font-size: 14px;
        line-height: 24px;
    }

    .news_slider_content {
        height: 300px;
    }

    .single_news_content.d_flex {
        display: contents;
    }

    .single_news_img,
    .writing_date,
    .all_comments {
        margin: 10px;
        text-align: right;
    }

    .writer_post,
    .comment_count,
    .write_by,
    .write_for,
    .writer_name,
    .comments_txt,
    .wrote_date {
        line-height: inherit;
    }

    .quote_bg h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .m_v_left {
        text-align: right;
    }

    .related_post_txt h2 {
        font-size: 25px;
    }

    .m_v_comments .col-md-2 {
        padding: 0;
        width: 24%;
    }

    .m_v_comments .col-md-10 {
        width: 76%;
        padding: 0;
    }

    .comment_img img {
        height: 60px;
        width: 60px;
        float: right;
    }

    .m_v_comments .col-md-1 {
        padding: 0;
        width: 10%;
    }

    .m_v_comments .col-md-11 {
        padding: 0;
        width: 90%;
    }

    .comment_brd {
        /* margin: -275% 75%;
        height: 675px; */
        display: none;
    }

    .vertical_line_1 {
        /* margin: 0 0 -40% -10%;
        width: 10px; */
        display: none;
    }

    .training_bg {
        width: 300px;
        border-width: 0;
    }

    .training_bg h6 {
        font-size: 20px;
    }

    .training_bg::before {
        left: 6%;
        border: 40px solid;
        border-color: transparent transparent transparent #fff;
        top: -40px;
        display: none;
    }

    .invest_img_bg {
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
    }

    .invest_txt_bg::after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border: 13px solid;
        border-color: transparent transparent #fff transparent;
        right: 44%;
        top: -26px;
    }

    .m_v_brd {
        display: block;
    }

    #myTAB_1.d_flex {
        display: contents;
    }

    .quality_btn_1 {
        width: 27%;
        text-align: center;
    }

    .abt_team .quality_btn_1 {
        /* width: 45%; */
        width: max-content;
        text-align: center;
    }

    .quality_btn_1 .training_btn_txt {
        line-height: 25px;
        font-size: 14px;
        letter-spacing: 0px;
    }

    .soc_invest_txt h2 {
        font-size: 28px;
    }

    .soc_invest_txt p {
        font-size: 12px;
        line-height: 23px;
    }

    .invest_txt_bg p {
        font-size: 13px;
        line-height: 24px;
    }

    .training_overlap .carousel-showmanymoveone .carousel-control.left,
    .training_overlap .carousel-showmanymoveone .carousel-control.right {
        margin-left: -4%;
    }

    .team_bg_1::before {
        left: 5.5%;
        border: 40px solid;
        border-color: transparent transparent transparent #fff;
        top: -40px;
        display: none;
    }

    .team_bg_1 {
        width: 300px;
    }

    .team_bg_1 h6 {
        font-size: 15px;
        letter-spacing: 0;
    }

    #tour_carousel.owl-theme .owl-nav.disabled+.owl-dots {
        text-align: center;
        margin-left: 0;
        margin-top: 20px;

    }

    .d_flex.flex_nowrap .col-lg-4.col-md-6.m_auto {
        flex: 0 0 100%;
    }

    .partner_img h2 {
        font-size: 25px;
        letter-spacing: 0;
        line-height: 37px;
    }

    .partner_img img {
        width: 300px;
        height: 65px;
    }

    #sec_home {
        background: url(../images/slide1.png) center center / cover no-repeat;
        height: 63vh;
        background-position: 40%;
    }

    .info_btn span {
        font-size: 16px;
    }

    /* #sec_home a span
{
    top: 58%;
} */
    .h_50_vh {
        height: 100%;
    }

    .no_bg_white {
        margin: auto;
    }

    .col-lg-2.col-md-3.m_t_25,
    .col-lg-2.col-md-3.m_t_-80,
    .col-lg-2.col-md-3.m_t_80,
    .col-lg-2.col-md-3.m_t_-50 {
        margin: 10px;
    }

    .join_us_txt.promo_brd_left {
        width: 155px;
        margin: auto;
    }

    .part_btn,
    .career_btn {
        margin: 10px;
    }

    .visit_heading h2,
    .member_heading h2 {
        font-size: 24px;
    }

    .pre_1,
    .next_1,
    .pag_no {
        font-size: 12px;
    }

    .goal_head_txt h2 {
        font-size: 30px;
    }

    .goal-orbit.goal-star {
        width: 300px;
        height: 300px;
    }

    .goal-orbit.goal-cal {
        height: 250px;
        width: 250px;
    }

    .goal-orbit.goal-cloud {
        height: 200px;
        width: 200px;
    }

    .goal-orbit.goal-sett {
        height: 150px;
        width: 150px;
    }

    .goal-star>.goal-object::before,
    .goal-sett>.goal-object::before,
    .goal-cloud>.goal-object::before,
    .goal-cal>.goal-object::before {
        height: 50px;
        width: 50px;
        background-size: 30px;
    }

    .goal-system {
        height: 75vh;
        width: 100vw;
    }

    #goal_carousel.owl-carousel .owl-item.active {
        width: 96vw !important;
    }

    #goal_carousel.owl-carousel .owl-nav {
        position: relative;
        left: 0%;
        margin-top: 60%;
    }

    #goal_carousel.owl-carousel .owl-prev {
        left: 35%;
    }

    #goal_carousel.owl-carousel .owl-next {
        right: 30%;
    }

    .icon_display {
        margin-left: 8%;
    }

    .quality_btn {
        padding: 10px 23px;
        text-align: center;
        width: 45%;
    }

    .writing_date {
        float: left;
    }

    .all_comments {
        float: right;
    }

    .pre_1 i {
        font-size: 18px;
        right: -25%;
        position: absolute;
        top: -25%
    }

    .next_1 i {
        font-size: 18px;
        left: -25%;
        position: absolute;
        top: -25%;
    }





}

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

    .abt_team .quality_btn_1 {
        width: 43%;
    }

    .get_in_t h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .soc_icon i {
        padding: 12.5px 12px;
        height: 40px;
        width: 40px;
    }

    .soc_icon .fa-facebook {
        padding: 12.5px 9px;
    }

    .quality_btn {
        width: 42%;
    }

    .m_width {
        padding: 0 5px;
    }

    .soc_invest_txt h2 {
        font-size: 25px;
    }

    .quality_btn {
        width: 40%;
    }

    .qlt_btn_txt_1 {
        font-size: 14px;
    }

    .active_tab .qlt_btn_txt_1,
    .quality_btn:hover .qlt_btn_txt_1 {
        font-size: 14px;
    }

    .quality_btn_1 {
        width: 43%;
    }

    .training_bg::before {
        left: 2%;
        border: 39px solid;
        border-color: transparent transparent transparent #fff;
        top: -39px;
    }

    .team_bg_1::before {
        display: none;
    }

    .quality_btn_1 .training_btn_txt {
        line-height: 25px;
        font-size: 12px;
        letter-spacing: 0px;
    }

    .no_txt img {
        margin-top: 10px;
    }

    .pre_1,
    .next_1,
    .pag_no {
        font-size: 11px;
    }

    .goal-system {
        height: 85vh;
    }

    #goal_carousel.owl-carousel .owl-prev {
        left: 30%;
    }

    .icon_display {
        margin-top: 15px;
    }



}

@media only screen and (max-width:360px) {
    .abt_team .quality_btn_1 {
        width: 100%;
    }

    .soc_invest_txt h2 {
        font-size: 22px;
    }

    .training_bg::before {
        left: 0%;
    }

    .quality_btn_1 {
        width: 100%;
    }

    .quality_btn_1 .training_btn_txt {
        line-height: 25px;
        font-size: 14px;
        letter-spacing: 0px;
    }

    .goal-system {
        height: 93vh;
    }

    .goal_txt {
        font-size: 14px;
        line-height: 25px;
    }

    .icon_star_txt {
        font-size: 20px;
    }
}

@media only screen and (max-width:320px) {
    .get_in_t h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .soc_icon i {
        padding: 14.5px 15px;
        height: 45px;
        width: 45px;
    }

    .soc_icon .fa-facebook {
        padding: 14.5px 18px;
    }

    #msform fieldset {
        padding: 20px 0;
    }

    .quality_dept_txt h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .soc_invest_txt h2 {
        font-size: 20px;
    }

    .qlt_btn_txt_1 {
        font-size: 11px;
    }

    .active_tab .qlt_btn_txt_1,
    .quality_btn:hover .qlt_btn_txt_1 {
        font-size: 11px;
    }

    .quality_btn {
        width: 38%;
    }

    .training_bg {
        width: 250px;
        padding: 10px;
    }

    .training_bg h6 {
        font-size: 18px;
    }

    .width_200px {
        width: 140px;
    }

    .visit_heading h2,
    .member_heading h2 {
        font-size: 20px;
    }

    .partner_img img {
        width: 250px;
    }

    .pre_1 i,
    .next_1 i {
        font-size: 12px;
    }

    .pre_1,
    .next_1,
    .pag_no {
        font-size: 10px;
    }

    #goal_carousel.owl-carousel .owl-prev {
        left: 28%;
    }

    #goal_carousel.owl-carousel .owl-next {
        right: 28%;
    }



}


.only_phn {
    display: none;
}

#mob-nav img {
    padding: 5px;
}

.ham {
    padding: 15px;
    background: transparent;
    border: 0;
    color: #d9b327;
}

.mobile-ul {
    display: none;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}



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

    .search_btn,
    .navbar-nav,
    .navbar {
        display: none;
    }

    .only_phn {
        display: block;
    }
}


.padd_0_0 {
    padding: 0 !important;
}

.pre_1 {
    float: right;
    display: inline-block;
    direction: ltr;
    right: 16px;
}

.next_1 {
    display: block;
    float: left;
    direction: ltr;
    left: 16px;

}



@media only screen and (max-width: 600px) {
    .goal-orbit.goal-cloud {
        display: none;
    }

    .goal-orbit.goal-cal {
        display: none;
    }

    .background-KsscBanner {
        background-image: url(../images/KsscBanner.jpg);
        background-size: 100%;
        background-position: unset;
        background-repeat: no-repeat;
        height: 25wvh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
    }
}

@media (min-width:320px) and (max-width: 480px) {

    /* smartphones, iPhone, portrait 480x320 phones */
    .desktopImg {
        display: none;
    }

    .background-KsscBanner {
        background-image: url(../images/KsscBanner.jpg);
        background-size: 100%;
        background-position: unset;
        background-repeat: no-repeat;
        height: 18vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
    }
}

@media (min-width:481px) and (max-width: 640px) {

    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .desktopImg {
        display: none;
    }

    .background-KsscBanner {
        background-image: url(../images/KsscBanner.jpg);
        background-size: 100%;
        background-position: unset;
        background-repeat: no-repeat;
        height: 18vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
    }
}

@media (min-width:641px) and (max-width: 960px) {

    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .desktopImg {
        display: none;
    }

    .background-KsscBanner {
        background-image: url(../images/KsscBanner.jpg);
        background-size: 100%;
        background-position: unset;
        background-repeat: no-repeat;
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
    }
}

@media (min-width:961px) and (max-width: 1024px) {

    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .mobileImg {
        display: none;
    }

    .background-KsscBanner {
        background-image: url(../images/KsscBanner.jpg);
        background-size: 100%;
        background-position: unset;
        background-repeat: no-repeat;
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width:1025px) and (max-width: 1280px) {

    /* big landscape tablets, laptops, and desktops */
    .mobileImg {
        display: none;
    }

    .background-KsscBanner {
        background-image: url('../images/KsscBanner.jpg');
        /* Replace 'path/to/your/image.jpg' with the actual path to your image */
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
        height: 68vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        /* Text color on top of the image */
    }
}

@media (min-width:1281px) {

    /* hi-res laptops and desktops */
    .mobileImg {
        display: none;
    }

    .background-KsscBanner {
        background-image: url('../images/KsscBanner.jpg');
        /* Replace 'path/to/your/image.jpg' with the actual path to your image */
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
        height: 68vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        /* Text color on top of the image */
    }
}

.sports {
    background-image: url("../images/sportsBg.png");
}

.health {
    background-image: url("../images/HealthBG.png");
}

.events {
    background-image: url("../images/eventsBG.png");
}

.flip-box-back p {
    color: #fff;
}