.fancybox-image
/* 

font-family: 'Avenir';

font-family: 'Arial';

font-family: 'Avenir Next';

font-family: 'Avenir Next Demi';

*/



html {

    margin: 0px;

    padding: 0px;

}



body {

    background: #ffffff;

    color: #000000;

    font-family: 'Avenir Next';

    font-size: 18px;

    font-weight: normal;

    font-style: normal;

    overflow-x: hidden;

    overflow-y: auto;

}



* {

    -webkit-appearance: none;

    -moz-border-radius: 0px;

    -webkit-border-radius: 0px;

    border-radius: 0px;

    outline-width: 0px;

}



a,
input,
button,
textarea {

    text-decoration: none;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



a {

    color: #000000;

}



a:hover,
a:focus {

    text-decoration: none;

    color: #FFCD00;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



a img,
img {

    border: 0px;

    max-width: 100%;

    text-decoration: none;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



a:hover,
a:focus,
a:visited,
a:active {

    outline: none;

    text-decoration: none;

}



ul {

    margin: 0px;

    padding: 0px;

}



ul li {

    list-style: none;

}



h1,
h2,
h3,
h4,
h5,
h6 {

    margin: 0px;

}



input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {

    opacity: 1 !important;

    color: #000000;

}



input::-moz-placeholder,
textarea::-moz-placeholder {

    opacity: 1 !important;

    color: #000000;

}


input:-ms-input-placeholder,
textarea:-ms-input-placeholder {

    opacity: 1 !important;

    color: #000000;

}



input:-moz-placeholder,
textarea:-moz-placeholder {

    opacity: 1 !important;

    color: #000000;

}



button {

    outline: none;

}



.nopadding {

    padding: 0 !important;

    margin: 0 !important;

}



.container {

    max-width: 1200px;

}



/* header css start */



.header_main .container-fluid {

    padding-left: 112px;

    padding-right: 112px;

}



.header-top {

    background-color: #000000;

    color: #ffffff;

    padding: 7px 0px;

}



.header-top ul li {

    display: inline-block;

    font-family: 'Avenir';

    font-size: 16px;

    line-height: 16px;

    font-weight: normal;

    border-right: 1px solid #ffffff;

    margin: 0px 0px 0px 20px;

    padding: 0px 20px 0px 0px;

}



.header-top ul li:last-child {

    margin-right: 0px;

    padding-right: 0px;

    border-right: none;

}



.header-top ul li a {

    color: #ffffff;

}



.header-top ul li a:hover,
.header-top ul li.active a {

    color: #FFCD00;

}



.header-top ul li a.language_link {

    font-family: 'Arial';

    font-size: 18px;

    line-height: 21px;

}



.header-main,
body.sticky .header-main,
.mobile_logo,
.mobile_logo_white,
.desktop_logo_sticky,
.header-main a.desktop_logo,
body.sticky .header-main a.desktop_logo,
body.sticky .header-main a.desktop_logo_sticky,
.header-right,
body.sticky .header-right,
.enumenu_ul,
body.sticky .enumenu_ul,
.header_search,
body.sticky .header_search {

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.header-main {

    background-color: #FFCD00;

    padding: 16px 0px 0px;

    height: 132px;

}



body.sticky .header-main {

    position: fixed;

    top: 0px;

    left: 0;

    z-index: 9999;

    width: 100%;

    padding: 11px 0px 0px;

    height: 102px;

    -webkit-animation: fadeInDown .6s ease-in-out 0s 1 normal none running;

    animation: fadeInDown .6s ease-in-out 0s 1 normal none running;

    -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);

    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.2);

}



@-webkit-keyframes fadeInDown {

    0% {

        -webkit-transform: translate3d(0, -100%, 0);

        opacity: 0;

        transform: translate3d(0, -100%, 0)
    }



    to {

        -webkit-transform: translateZ(0);

        opacity: 1;

        transform: translateZ(0)
    }

}



@keyframes fadeInDown {

    0% {

        -webkit-transform: translate3d(0, -100%, 0);

        opacity: 0;

        transform: translate3d(0, -100%, 0)
    }



    to {

        -webkit-transform: translateZ(0);

        opacity: 1;

        transform: translateZ(0)
    }

}



.mobile_logo,
.mobile_logo_white {

    display: none;

}



.desktop_logo_sticky {

    display: none;

}



body.sticky .header-main a.desktop_logo {

    display: none;

}



body.sticky .header-main a.desktop_logo_sticky {

    display: block;

    width: 200px;

    transform: scale(1.4);

    -webkit-transform: scale(1.4);

    -moz-transform: scale(1.4);

    -ms-transform: scale(1.4);

    position: relative;

    left: 50px;

    margin-top: 10px;

}



/*** menu css start ***/



.header_menu {

    float: left;

}



.header-right {

    margin-top: 27px;

}



body.sticky .header-right {

    margin-top: 0px;

}



.menu-icon {

    display: none;

}



.menu-icon .menu-box span {

    width: 36px;

    height: 2px;

    margin-bottom: 6px;

    background: #fff;

    display: block;

    transition: all 0.5s;

    -webkit-transition: all 0.5s;

}



.enumenu_ul .caret {

    color: #fff;

    margin-left: 7px;

}



.enumenu_ul {

    padding: 30px 0px 0px;

}



body.sticky .enumenu_ul {

    padding: 23px 0px 0px;

}



.enumenu_ul>li {

    float: left;

    position: relative;

    padding: 0px 20px 0px;

}



.enumenu_ul li a {

    background-color: transparent;

    color: #000000;

    padding: 10px 9px;

    font-size: 20px;

    line-height: 23px;

    font-weight: bold;

    text-transform: uppercase;

    display: inline-block;

    vertical-align: middle;

    margin-bottom: 16px;

}



body.sticky .enumenu_ul li a {

    margin-bottom: 0px;

}



.enumenu_ul>li>a:hover,
.enumenu_ul>li.active>a,
.enumenu_ul>li.current-menu-item>a,
.enumenu_ul>li.current-menu-ancestor>a,
.enumenu_ul>li.current-menu-parent>a {

    color: #ffffff;

    background-color: #000000;

}



.enumenu_ul li a.language_link {

    display: none;

}



/*Sub menu styles*/



.enumenu_ul>li ul {

    display: none
}



.enumenu_ul ul li {

    width: 100%;

    margin: 0;

    list-style: none;

    position: relative;

}



.enumenu_ul.desk ul {

    top: 100%;

    z-index: 999;

    list-style: none;

    left: 19px;

    background: #ffffff;

    position: absolute;

    padding: 0px;

    min-width: 220px;

}



.enumenu_ul.desk li>ul ul {

    position: relative;

    width: 189px;

    left: 0px;

    min-width: auto;

    float: left;

    padding: 0px;

    margin: 0px;

}



.enumenu_ul.desk li>ul ul:last-child {

    width: 245px;

    float: left;

    margin: 0px;

    padding: 0px;

}



.enumenu_ul.desk li:hover>ul {

    display: block;

    opacity: 1;

}

.enumenu_ul.desk li ul li:hover>ul {
    display: block;

    opacity: 1;
}


.enumenu_ul.desk .sb-menu .sb-menu {

    left: 100%;
    top: 0;
    position: absolute;

}



.enumenu_ul.desk ul li a {

    padding: 10px 15px 10px 15px;

    display: block;

    color: #000000;

    font-size: 18px;

    line-height: 21px;

    font-weight: normal;

    position: relative;

    text-decoration: none;

    margin-bottom: 0px;

}



.enumenu_ul.desk ul li a:hover,
.enumenu_ul.desk ul li.active a,
.enumenu_ul.desk ul li.current-menu-item a {

    color: #ffffff;

    background-color: #000000;

}



.enumenu_ul.desk ul li ul li a:hover,
.enumenu_ul.desk ul li ul li.active a {

    color: #ffffff;

    background-color: #000000;

}



.menubelow::after {

    display: none;

}



/*** menu css stop ***/



/*** search css start ***/



.header_search {

    float: right;

    margin-top: 36px;

}



body.sticky .header_search {

    margin-top: 30px;

}



.search-button button {

    border: none;

    background-color: transparent;

    outline: none;

    padding: 0px;

    font-size: 20px;
    color: #000000
}




.search-popup {

    display: none;

    position: fixed;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    z-index: 9;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.search-bg {

    position: absolute;

    top: 20px;

    right: 20px;

    font-size: 28px;

    z-index: 99999;

}



.search-bg i {

    cursor: pointer;

}



.search-form h2 {

    font-size: 32px;

    line-height: 37px;

    text-transform: uppercase;

    font-weight: bold;

    margin-bottom: 53px;

}



.search-popup label {

    color: white;

}



.search-form {

    display: block;

    margin: 0px auto;

    position: relative;

    top: -100%;

    background-color: #FFCD00;

    padding: 120px 0px 0px;

    height: 100%;

    z-index: 9999;

    text-align: center;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.search-form .form {

    position: relative;

    max-width: 1180px;

    margin: 0px auto;

    width: 90%;

}



.search-form .form input[type='text'] {

    padding: 15px 15px 15px 15px;

    border: 1px solid #000000;

    float: left;

    color: #000000;

    font-family: 'Avenir Next Demi';

    font-weight: 600;

    font-size: 18px;

    line-height: 25px;

    height: 56px;

    max-width: 880px;

    background: transparent;

    text-transform: uppercase;

    border-radius: 5px;

    width: 100%;

}



.search-form .form input[type='text']:hover {

    border: 1px solid #000000;

}



.search-form .form input[type='submit'] {

    float: left;

    width: 280px;

    padding: 10px;

    background: #000000;

    color: #ffffff;

    border: 1px solid #000000;

    font-family: 'Avenir Next';

    font-size: 18px;

    line-height: 21px;

    height: 56px;

    cursor: pointer;

    position: absolute;

    right: 0px;

    top: 0px;

    outline: none;

    border-radius: 5px;

}



.search-form .form input[type='submit']:hover {

    background: #ffffff;

    color: #000000;

    border-color: #ffffff;

}



.search-form .form input:focus::-webkit-input-placeholder {

    opacity: 1;

    color: #000000;

}



.search-form .form input:focus::-moz-placeholder {

    opacity: 1;

    color: #000000;

}



.search-form .form input:-ms-input-placeholder {

    opacity: 1;

    color: #000000;

}



.search-form .form input:focus:-moz-placeholder {

    opacity: 1;

    color: #000000;

}



/*** search css stop ***/



/* header css stop */



/* banner css start */



.hero-banner {

    position: relative;

}



#sync2 {

    position: absolute;

    bottom: 0px;

    right: 0px;

    width: auto;

    background-color: #000000;

    display: flex;

    align-content: end;

}



.slider-text {

    max-width: 336px;

    color: #8E8D8D;

    padding: 16px;

    cursor: pointer;

}



.current .slider-text {

    color: #ffffff;

}



.slider-text::after {

    content: "";

    background-color: #000000;

    height: 9px;

    position: absolute;

    top: 0px;

    left: 0px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.current .slider-text::after {

    animation: pulse 5s infinite;

    background-color: #FFCD00;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



@keyframes pulse {

    0% {

        width: 0%;

    }

    100% {

        width: 100%;

    }

}



.slider-text h4 {

    font-size: 12px;

    line-height: 20px;

    text-transform: uppercase;

}



.current .slider-text h4 {

    color: #FFCD00;

}



.slider-text h2 {

    font-size: 16px;

    line-height: 24px;

    text-transform: uppercase;

    font-weight: bold;

    margin: 5px 0px;

}



.slider-text p {

    font-weight: normal;

    font-size: 14px;

    line-height: 16px;

    margin: 0px;

}



/* banner css stop */



/* middle section start */



.news-details-home {

    padding-bottom: 11px;

    overflow: hidden;

}



.detail-box .container {

    max-width: 950px;

}



.title-text {

    padding: 55px 0px;

}



.title-text h1 {

    font-size: 32px;

    line-height: 37px;

    font-weight: bold;

    text-transform: uppercase;

}



.box-3 {

    width: 100%;

    background: #F1F1F1;

    box-shadow: 0px 0px 5px 0px #d7d7d7;

    border-radius: 4px;

    overflow: hidden;

    height: 100%;

}



.lightblue-color {

    background-color: #E5EEF9;

}



.home-news-blog {

    height: 156px;

    width: 100%;

    border-radius: 4px 4px 0px 0px;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}



.box-3 img {

    width: 100%;

    border-radius: 4px 4px 0px 0px;

    object-fit: cover;

    max-height: 156px;

}



.box-3 a .home-news-blog {

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.box-3:hover a img,
.box-3:hover a .home-news-blog {

    -ms-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}



.box3-inner {

    padding: 16px 20px 10px 16px;

}



.box-3 h4 {

    font-size: 16px;

    line-height: 20px;

    font-weight: normal;

    color: #8E8D8D;

}



.tax-institute-team-category .box3-inner h4 {

    text-transform: capitalize;

}

.team_read_more {

    display: block;

    margin-top: 30px;

    margin-bottom: 10px;

}

.team_read_more a {

    font-style: italic;

    font-weight: normal;

    font-size: 16px;

    line-height: 22px;

    text-transform: uppercase;

}

.box-3 a {

    display: block;

    overflow: hidden;

}

.box-3 h2 {

    font-size: 16px;

    line-height: 22px;

    font-weight: bold;

    text-transform: uppercase;

    margin: 12px 0px 8px;

}



.box-3 h2 a {

    color: #000000;

}



.box-3 p {

    margin: 0px;

    font-style: italic;

    font-weight: normal;

    font-size: 16px;

    line-height: 22px;

    text-transform: capitalize;

}



.see-all-news-btn {

    margin-bottom: 45px;

}



.btn.btn-primary {

    background: #000000;

    color: #ffffff;

    width: 250px;

    height: 49px;

    font-family: 'Avenir Next Demi';

    font-size: 16px;

    font-weight: 600;

    line-height: 22px;

    border-radius: 4px;

    border: none;

    padding: 15px 0px;

}



.btn.btn-primary:hover {

    background: #FFCD00;

    color: #000000;

}



.publication-box .box3-inner {

    padding: 10px 20px 10px 16px;

}



.about-info-home {

    background-color: #FFCD00;

    overflow: hidden;

}



.about-info-home img {

    width: 100%;

    object-fit: cover;

    height: 100%;

    max-height: 600px;

}



.about-info-home-right {

    max-width: 533px;

    padding: 40px 0px 10px 10px;

}



.about-info-home h2 {

    font-size: 32px;

    line-height: 46px;

    font-weight: bold;

    text-transform: uppercase;

    margin-bottom: 30px;

    max-width: initial !important;

}



.about-info-home p {

    font-size: 16px;

    line-height: 24px;

    margin: 0px 0px 42px;

}



.about-info-home .btn.btn-primary {

    width: 262px;

    height: 43px;

    padding: 11px 0px;

}



.about-info-home .btn.btn-primary:hover {

    background-color: #ffffff;

}



.contact-detail-touch {

    overflow: hidden;

}



.contact-detail-touch .container-fluid {

    padding-left: 117px;

    padding-right: 117px;

}



.stay-touch-contact {

    background-color: #00AD50;

    position: relative;

    padding: 30px 52px 34px 0px;

}



.stay-touch-contact::after {

    content: "";

    background-color: #00AD50;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0px;

    left: -9999px;

    padding-right: 9999px;

}



.stay-touch-contact h3 {

    font-size: 16px;

    line-height: 19px;

    font-weight: bold;

    text-transform: uppercase;

    margin: 0px 0px 7px;

}



.stay-touch-contact p {

    font-size: 14px;

    line-height: 18px;

    margin-bottom: 42px;

}



.stay-touch-contact .form-group {

    margin-bottom: 30px;

}



.stay-touch-contact label {

    font-size: 14px;

    line-height: 15px;

    margin-bottom: 0px;

	font-weight: 700
}



.stay-touch-contact input.form-control {

    background-color: transparent;

    color: #E3ECE7;

    border: none;

    border-bottom: 1px solid #000000;

    border-radius: 0px;

    padding: 5px 0px 15px;

    height: auto;

}



.stay-touch-contact input.form-control:focus {

    outline: none;

    box-shadow: none;

}



.stay-touch-contact input:focus::-webkit-input-placeholder {

    opacity: 1;

    color: #E3ECE7;

}



.stay-touch-contact input:focus::-moz-placeholder {

    opacity: 1;

    color: #E3ECE7;

}



.stay-touch-contact input:-ms-input-placeholder {

    opacity: 1;

    color: #E3ECE7;

}



.stay-touch-contact input:focus:-moz-placeholder {

    opacity: 1;

    color: #E3ECE7;

}



.stay-touch-contact input::-webkit-input-placeholder {

    opacity: 1 !important;

    color: #E3ECE7;

}



.stay-touch-contact input::-moz-placeholder {

    opacity: 1 !important;

    color: #E3ECE7;

}



.stay-touch-contact input:-ms-input-placeholder {

    opacity: 1 !important;

    color: #E3ECE7;

}



.stay-touch-contact input:-moz-placeholder {

    opacity: 1 !important;

    color: #E3ECE7;

}



.stay-touch-contact input.btn.btn-primary {

    width: 31.46%;

    height: 51px;

    padding: 16px 0px;

    text-transform: uppercase;

    margin-bottom: 0px;

    border-bottom: none;

    background-color: #000000;

    color: #ffffff;

}



.stay-touch-contact input.btn.btn-primary:hover {

    background: #FFCD00;

    color: #000000;

}



.contact-social {

    background-color: #407EC9;

    position: relative;

    height: 100%;

    padding: 37px 0px 0px 32px;

}



.contact-social::after {

    content: "";

    background-color: #407EC9;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0px;

    right: -9999px;

    padding-left: 9999px;

}



.contact-social h3 {

    color: #ffffff;

    font-size: 14px;

    line-height: 16px;

    text-transform: uppercase;

    font-weight: bold;

}



.contact-social ul li {

    display: inline-block;

    margin-right: 8px;

    margin-top: 14px;

}



.contact-social ul li a:hover {

    opacity: 0.5;

}



.main-footer .container-fluid {

    padding-left: 117px;

    padding-right: 117px;

}



.main-footer {

    background-color: #000000;

    padding: 32px 0px 140px;

}



.footer-logo {

    width: 133px;

    display: inline-block;

}



.footer-logo img {

    width: 69.99px;

}



.mobile-footer-logo {

    display: none;

}



.footer-menu,
.footer-address,
.footer-other {

    display: inline-block;

    vertical-align: top;

    padding-right: 5.5%;

}



.footer-menu h3 {

    color: #ffffff;

    font-size: 14px;

    line-height: 16px;

    font-weight: bold;

    text-transform: uppercase;

}



.footer-menu ul li {

    font-size: 12px;

    line-height: 14px;

    margin: 3px 0px;

    text-transform: uppercase;

}



.footer-menu ul li a {

    color: #ffffff;

}



.footer-menu ul li a:hover,
.footer-menu ul li.active a {

    color: #FFCD00;

}



.footer-address {

    padding-right: 41px;

}



.footer-address address,
.footer-address p {

    color: #FFFFFF;

    font-weight: normal;

    font-size: 12px;

    line-height: 18px;

}



.footer-address address {

    margin-bottom: 20px;

    max-width: 198px;

}



.footer-address p a {

    color: #ffffff;

}



.footer-address p a:hover {

    color: #FFCD00;

}



.footer-other {

    padding-right: 0px;

    float: right;

}



.footer-language-link {

    font-family: 'Arial';

    font-weight: normal;

    font-size: 18px;

    line-height: 21px;

    text-align: center;

    text-transform: uppercase;

    margin-bottom: 33px;

    margin-top: 15px;

}



.footer-language-link a {

    color: #ffffff;

}



.footer-language-link a:hover {

    color: #FFCD00;

}



.top-arrow-footer a.scrollup {

    width: 52px;

    height: 52px;

    background: #000000;

    box-shadow: 0px 10px 16px 5px rgb(215 215 215 / 10%);

    border-radius: 32px;

    display: inline-block;

    padding: 10px 0px;

    text-align: center;

}



.top-arrow-footer a.scrollup img {

    width: 14px;

    height: 14px;

    object-fit: cover;

}



.footer-bottom {

    margin-top: 15px;

}



.footer-bottom p,
.footer-bottom ul {

    margin-right: 10px;

    display: inline-block;

    vertical-align: top;

    font-weight: normal;

    font-size: 12px;

    line-height: 14px;

    color: #FFFFFF;

}



.footer-bottom ul li {

    display: inline-block;

    margin-right: 3px;

}



.footer-bottom ul li a {

    color: #FFFFFF;

    font-size: 12px;

    padding: 0 7px;

}



.footer-bottom ul li a:hover {

    color: #FFCD00;

}



/************ events page start ************/



.lightgreen-color {

    background-color: #E4ECE8;

}



.event-select-box {

    background-color: #E3ECE7;

    padding: 43px 60px;

}



.filter-mobile-box {

    display: none;

}



.event-select-box select,
.select2.select2-container {

    background: transparent url(../images/select-arrow.svg) no-repeat;

    background-position: 95% center;

    background-size: 10px;

    border: 1px solid #000000;

    border-radius: 5px;

    width: 22.33% !important;

    height: 42px;

    padding: 5px 18px;

    margin-right: 1%;

    color: #000000;

    font-size: 14px;

    line-height: 18px;

    font-weight: bold;

    text-transform: uppercase;

    cursor: pointer;

}

.select2.select2-container {

    height: auto;

}



.select2-container--default.select2.select2-container .select2-selection--multiple {

    background-color: transparent;

    border: none;

    min-height: 30px;

}



.select2-container--default.select2.select2-container .select2-search--inline .select2-search__field {

    font-size: 14px;

    line-height: 18px;

    font-weight: bold;

    text-transform: uppercase;

    margin: 6px 0px 0px;

}



.select2-container--default.select2.select2-container .select2-selection--multiple .select2-selection__clear {

    height: 22px;

    margin-right: 20px;

    margin-top: 5px;

    right: 0;

    padding: 0px;

    display: none;

}

.select2-container--default.select2.select2-container .select2-selection--multiple .select2-selection__choice {

    background-color: transparent;

    border: 1px solid #000;

    margin-left: 5px;

    margin-top: 7px;

    padding: 0;

    padding-left: 20px;

}



.select2-container--default.select2.select2-container .select2-selection--multiple .select2-selection__choice__remove {

    border-right: 1px solid #000;

    color: #000;

}

.select2-container--default.select2.select2-container .select2-selection--multiple .select2-selection__choice__display {

    font-size: 13px;

}

.select2-container--default .select2-results__option--selected {

    background-color: #000000;

    color: #ffffff;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {

    background-color: #000000;

    color: #fff;

}



.calender-input {

    position: relative;

    display: inline-block;

    width: 22.33%;

    margin-right: 1%;

}



.event-select-box input#inputDate {

    background: transparent url(../images/select-arrow.svg) no-repeat;

    background-position: 95% center;

    background-size: 10px;

    width: 100%;

    height: 42px;

    border: 1px solid #000000;

    border-radius: 5px;

    display: inline-block;

    color: #000000;

    font-size: 14px;

    line-height: 18px;

    font-weight: bold;

    text-transform: uppercase;

    padding: 5px 18px 5px 40px;

    cursor: pointer;

}



.event-select-box input#inputDate::-webkit-input-placeholder {

    opacity: 1;

    color: #000000;

}



.event-select-box input#inputDate::-moz-placeholder {

    opacity: 1;

    color: #000000;

}



.event-select-box input#inputDate:-ms-input-placeholder {

    opacity: 1;

    color: #000000;

}



.event-select-box input#inputDate:-moz-placeholder {

    opacity: 1;

    color: #000000;

}



.calender-input span {

    position: absolute;

    left: 10px;

    top: 3px;

}



.event-select-box input[type="reset"] {

    width: 96px;

    height: 44px;

    background: #000000;

    border: 1px solid #000000;

    color: #ffffff;

    font-size: 10px;

    line-height: 12px;

    text-transform: uppercase;

    border-radius: 4px;

    display: inline-block;

}



a.btn.btn-close,
input.btn.btn-filters {

    display: none;

}

/*section {

    overflow-x: hidden;

    }*/

/************ events details page start ************/



.banner_inner {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: left top;

    width: 100%;

    height: 762px;

    position: relative;



}



.banner-text {

    position: absolute;

    bottom: 0px;

    left: 0px;

    width: 100%;

}



.banner-text .container-fluid {

    padding-left: 118px;

    padding-right: 118px;

}



.banner-top-text {

    background-color: rgba(91, 90, 90, 0.90);

    width: 542px;

    padding: 8px 6px;

}



.banner-top-text p {

    font-size: 10px;

    line-height: 14px;

    color: #FFFFFF;

    margin: 0px;

}



.banner-main-text {

    background-color: rgba(241, 241, 241, 0.8);

    padding: 20px 20px 30px 20px;

    margin-bottom: -95px;

    position: relative;

    z-index: 2;

}



.banner-main-text::after {

    background-color: rgba(241, 241, 241, 0.8);

    position: absolute;

    content: "";

    height: 100%;

    width: 500%;

    right: calc(-500% - 0px);

    top: 0;

}



.banner-main-text ol.breadcrumb {

    background-color: transparent;

    padding: 0px;

    margin: 0px 0px 28px;

}



.banner-main-text ol.breadcrumb li.breadcrumb-item {

    font-size: 12px;

    line-height: 22px;

    color: #000000;

    border-bottom: none;

    text-transform: uppercase;

    padding-left: 3px;

}



.banner-main-text ol.breadcrumb li a {

    border-bottom: 1px solid #000000;

}



.banner-main-text ol.breadcrumb li.breadcrumb-item:first-child {

    padding-left: 0px;

}



.breadcrumb-item+.breadcrumb-item::before {

    padding-right: 2px;

    color: #000000;

    content: ">";

    margin-right: 5px;

    margin-left: 2px;

}



.banner-main-text .back-btn {

    margin-bottom: 10px;

}

.footer-menu ul li a {

    padding: 3px 0;

    display: inline-block;

}

.back-btn .btn.btn-primary {

    width: auto;

    height: 34px;

    font-size: 10px;

    line-height: 14px;

    padding: 10px 15px;
    text-transform: uppercase;

}



.banner-main-text h1 {

    font-size: 30px;

    line-height: 40px;

    font-weight: bold;

    text-transform: uppercase;

    max-width: 525px;

}



.banner-social-menu .share-menu h3 {

    font-size: 14px;

    line-height: 16px;

    font-weight: bold;

    text-transform: uppercase;

    color: #8E8D8D;

    margin: 0px 0px 22px 0px;

}



.banner-social-menu .share-menu ul li {

    display: inline-block;

    margin-right: 3px;

}



.banner-social-menu .share-menu ul li a {

    font-size: 34px;

    line-height: 34px;

    color: #8E8D8D;

}



.banner-social-menu .share-menu ul li a i.fal.fa-link {

    vertical-align: top;

    background-color: #8E8D8D;

    color: #F1F1F1;

    padding: 2px 6px 0px;

    height: 29.75px;

    font-size: 18px;

    line-height: 27px;

    border-radius: 3px;

}



.banner-social-menu .share-menu ul li a:hover i.fal.fa-link {

    background-color: #000;

    color: #F1F1F1;

}



/* .banner-social-menu .share-menu ul li a.facebook-icon-share i {

    display: inline-block;

    position: relative;

    background: url(../images/facebook-icon2h.svg) no-repeat center center;

    background-size: cover;

    width: 34px;

    height: 34px;

}

.banner-social-menu .share-menu ul li a.twetter-icon-share i {

    display: inline-block;

    position: relative;

    background: url(../images/twetter-icon2h.svg) no-repeat center center;

    background-size: cover;

    width: 34px;

    height: 34px;

}

.banner-social-menu .share-menu ul li a.instragram-icon-share i {

    display: inline-block;

    position: relative;

    background: url(../images/instagram-icon2h.svg) no-repeat center center;

    background-size: cover;

    width: 34px;

    height: 34px;

}

.banner-social-menu .share-menu ul li a.you-tubr-icon-share i {

    display: inline-block;

    position: relative;

    background: url(../images/you-tube-icon2h.svg) no-repeat center center;

    background-size: cover;

    width: 34px;

    height: 34px;

    } */



.banner-social-menu .share-menu ul li a:hover {

    color: #000;

}



.share-btn {

    display: none;

}



.banner-date-title {

    background-color: #000;

    position: relative;

    color: #ffffff;

    height: 100%;

    padding-left: 30px;

}



.banner-date-title:before {

    background-color: #000;

    position: absolute;

    content: "";

    height: 100%;

    width: 500%;

    left: calc(-500% - -5px);

    top: 0;

}



.banner-date-title h3 {

    font-size: 18px;

    line-height: 21px;

    text-transform: uppercase;

    font-weight: bold;

    padding: 52px 0px 10px 0px;

}



.banner-date-title p {

    font-size: 14px;

    line-height: 21px;

    font-weight: bold;

}



.banner-img-mobile {

    display: none;

}



.events-details-sw {

    padding-top: 40px;

}



.events-details-sw .container-fluid {

    padding-left: 118px;

    padding-right: 118px;

}



.right-btn {

    width: 254px;

    display: inline-block;

    position: relative;

    top: -100px;

}



a.btn.btn-primary.btn-pdf {

    width: 254px;

    height: 43px;

    font-size: 14px;

    line-height: 19px;

    padding: 12px 0px;

}



.right-btn a.btn.btn-primary.btn-event-register {

    background-color: #00AD50;

    margin: 24px 0px 0px;

    width: 254px;

    height: 43px;

    font-size: 14px;

    line-height: 19px;

    padding: 12px 0px;

}



.right-btn a.btn.btn-primary.btn-event-register:hover {

    background-color: #000000;

    color: #ffffff;

}



.about-info-events {

    margin-bottom: 25px;

}



.events-details-sw .about-info-events h2.simple-title {

    font-size: 24px;

    line-height: 28px;

    font-weight: bold;

}



.events-details-sw .about-info-events p {

    font-size: 16px;

    line-height: 28px;

    margin: 10px 40px 25px 0px;

}



.read-more-btn {

    display: none;

}



.gallery-events-view,
.video-event-box,
.map-event-box,
.related-event-box {

    border-top: 0.5px solid #9B9B9B;

    margin: 32px 0px 0px;

    padding-top: 38px;

}



.gallery-events-view h2,
.video-event-box h2,
.map-event-box h2,
.related-event-box h2 {

    font-size: 18px;

    line-height: 21px;

    text-transform: uppercase;

}



.gallery-events-slider {

    position: relative;

}



.gallery-events-slider .item img {

    border-radius: 0px 0px 4px 4px;

    object-fit: cover;

}



.gallery-events-text {

    background-color: rgba(255, 205, 0, 90);

    border-radius: 4px;

    padding: 20px 97px 16px 182px;

    margin-top: 8px;

}



.gallery-events-text p {

    font-size: 12px;

    line-height: 20px;

    color: #5B5A5A;

    margin: 0px;

}



.gallery-events-slider .owl-nav {

    position: absolute;

    bottom: 0;

    left: 0px;

    font-size: 18px;

    color: #5B5A5A;

    background-color: rgba(255, 205, 0, 90);

    padding: 16px 32px 15px;

}



.gallery-events-slider .owl-nav .owl-prev {

    float: left;

}



.gallery-events-slider .owl-nav .owl-next {

    float: right;

    margin-left: 96px;

}



.popup-gallery-btn {

    position: absolute;

    bottom: 15px;

    z-index: 9;

    left: 78px;

}



.popup-gallery-btn a.fancybox {

    color: #5B5A5A;

}



.fancybox-nav {

    top: 0;

    width: 40px;

    height: 44px;

    top: 50%;

    transform: translateY(-50%);

}



.fancybox-nav span {

    top: 50%;

    width: 100%;

    height: 100%;

    margin-top: 0px;

    visibility: visible;

    transform: translateY(-50%);

}



.fancybox-prev span {

    left: -65px;

    background-position: -10px -59px;

}



.fancybox-next span {

    right: -65px;

    background-position: -9px -119px;

}



.fancybox-close {

    background-position: -10px 0px;

    top: -45px;

    right: -50px;

    width: 39px;

    height: 45px;

}



.fancybox-title-float-wrap {

    right: 0px;

    left: 0px;

    text-align: left;

    display: flex;

    font-family: 'Avenir Next';

}



.fancybox-title-float-wrap .child {

    margin-right: 0px;

    padding: 16px 16px;

    background: #FFCD00;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    text-shadow: none;

    color: #000000;

    font-weight: normal;

    font-size: 12px;

    line-height: 20px;

    white-space: inherit;

    text-align: left;

    margin: 0px 0px -50px;

}



.video-event-box,
.map-event-box,
.related-event-box {

    margin-top: 64px;

}



.map-event-box address {

    font-size: 16px;

    line-height: 28px;

    margin: 10px 0px 6px;

}



.map-event-box address span,
.map-event-box address strong {

    color: #8E8D8D;

    display: block;

}



.map-event-box address strong {

    font-weight: normal;

}



.map-event-box iframe {

    width: 100%;

}



.btn.btn-secondary {

    background: #F1F1F1;

    border-radius: 4px;

    border-color: #F1F1F1;

    width: 187px;

    height: 43px;

    font-family: 'Avenir Next Demi';

    font-weight: 600;

    font-size: 14px;

    line-height: 19px;

    color: #000000;

    padding: 10px 0px;

}



.btn.btn-secondary:hover {

    background: #000000;

    border-color: #000000;

    color: #ffffff;

}



.related-event-box {

    margin-bottom: 76px;

}



.related-event-box .mb-md-5 {

    margin: 0 -10px;

}



.related-event-box .col-lg-4 {

    padding: 0px 10px;

}



/************ news page start ************/



.banner-inner-main .banner-main-text {

    margin-bottom: 0px;

}



.banner-inner-main .back-btn {

    display: none;

}



.banner-inner-main .banner-social-menu {

    display: none;

}



.banner-inner-main .banner-main-text h1 {

    font-size: 32px;

    line-height: 37px;

    letter-spacing: 1px;

}



.mid-content {

    margin-top: 62px;

}



ul.menu-left li,
.mid-content .menu li {

    margin: 5px 0px;

}



ul.menu-left li a,
.mid-content .menu li a {

    display: block;

    background-color: transparent;

    color: #000000;

    font-size: 14px;

    line-height: 21px;

    text-transform: uppercase;

    padding: 8px 0px;

    font-weight: 500;

    position: relative;

}



ul.menu-left li a.active,
.mid-content .menu li.current_page_item a {

    background-color: #FFCD00;

    /*  font-weight: bold;*/

    padding-left: 30px;

}



ul.menu-left li a:hover,
.mid-content .menu li a:hover {

    color: #FFCD00;

}



ul.menu-left li a.active:hover,
.mid-content .menu li.current_page_item a:hover {

    color: #000000;

}



ul.menu-left li a.active:before,
.mid-content .menu li.current_page_item a::before {

    content: ">";

    display: inline-block;

    position: absolute;

    left: 8px;

}



.news-box-inner {

    padding: 8px 24px;

    height: 100%;

    position: relative;

}



.news-mid-box {

    margin-bottom: 84px;

}



.news-row-box {

    margin-bottom: 32px !important;

    box-shadow: 0px 10px 16px 20px rgb(215 215 215 / 10%);

    border-radius: 8px;

}



.news-row-box img {

    border-radius: 4px 0px 0px 4px;

    width: 100%;

    object-fit: cover;

}



.news-row-box .lightblue-color {

    border-radius: 0px 8px 8px 0px;

}



.news-box-inner h4 {

    font-size: 16px;

    line-height: 20px;

    color: #8E8D8D;

    font-weight: normal;

    margin: 0px 0px 15px;

}



.news-box-inner h3 {

    font-size: 24px;

    line-height: 28px;

    text-transform: uppercase;

    font-weight: bold;

    max-width: 330px;

    margin: 25px 0px 30px;

}



.news-box-inner p {

    font-size: 16px;

    line-height: 20px;

    max-width: 100%;

}



.news-box-inner .btn.btn-primary {

    width: 170px;

    height: 43px;

    font-size: 14px;

    line-height: 1;

    padding: 14px 0px;

    position: absolute;

    bottom: 19px;

    left: 24px;

}



/************ news details page start ************/



.banner-inner-post .banner-main-text h1 {

    line-height: 36px;

    max-width: 75%;

}



.mid-details {

    margin: 130px 0px 0px;

}



.info-events {

    border-top: 0.5px solid #9B9B9B;

    padding-top: 20px;

}



.news-details-sw .info-events h4 {

    font-weight: 500;

    font-size: 18px;

    line-height: 25px;

    margin: 0px 0px 15px;

}



.news-details-sw .info-events .banner-social-menu .share-menu h3 {

    color: #D7D7D7;

    margin: 0px 0px 15px 0px;

}



.news-details-sw .info-events .banner-social-menu .share-menu ul li a {

    opacity: 0.3;

}



.news-details-sw .info-events .banner-social-menu .share-menu ul li a:hover {

    opacity: 1;

}



.news-details-sw .info-events p {

    font-size: 16px;

    line-height: 24px;

    margin: 0px 0px 30px;

}



/*.news-details-sw .info-events h3 {

    font-family: 'Avenir Next Demi';

    font-size: 21px;

    font-weight: 600;

    line-height: 24px;

    margin: 0px 0px 10px;

    }*/



.play-btn.big-btn-desktop {

    display: flex;

    position: absolute;

    top: 0px;

    width: 96.33%;

    height: 100%;

    justify-content: center;

    align-items: center;

}



.play-btn.big-btn-desktop img {

    width: 83px;

}



/************ team page start ************/



.mid-content.team-content-box {

    margin-bottom: 0;

}



.team-details {

    max-width: 580px;

}



.team-detail-row {

    border-top: 0.5px solid #9B9B9B;

    padding-top: 43px;

}



.team-detail-row:first-child {

    border-top: none;

    padding-top: 0px;

}



.team-content-box .team-details img {

    width: 100%;

    object-fit: cover;

}



.team-content-box .team-details h2 {

    font-weight: bold;

    font-size: 16px;

    line-height: 20px;

    text-transform: uppercase;

    margin: 15px 0px 0px;

}



.team-content-box .team-details h2 span {

    display: block;

}



.team-content-box .team-details p {

    font-size: 16px;

    line-height: 28px;

    margin: 10px 20px 25px 0px;

}



.team-content-box .team-details h4 {

    font-size: 12px;

    line-height: 20px;

    font-weight: normal;

    margin: 0px 15px 0px 0px;

    text-transform: uppercase;

}



/************ introduction page start ************/



.introdution-content-box .video-event-box {

    margin-bottom: 147px;

}



.introdution-mid-box {

    margin-bottom: 105px;

}



.intro-mid-section .introdution-mid-box h2 {

    font-size: 28px;

    font-style: normal;

    line-height: 36px;

    margin-right: 7%;

    margin-bottom: 20px;

}



.intro-mid-section .introdution-mid-box p {

    font-size: 16px;

    line-height: 28px;

    font-style: normal;

    margin: 0px 15px 0px 0px;

}



.play-btn a img {

    width: 83px;

}



/************ careers page start ************/



.career-content-box {

    margin-bottom: 106px;

}



.row.row-box {

    margin-left: -10px;

    margin-right: -10px;

}



.row.row-box .col-6.col-md-4 {

    padding-left: 10px;

    padding-right: 10px;

    padding-bottom: 20px;

}



.row-box-inner {

    background: #FFFFFF;

    width: 100%;

    height: 122px;

    padding: 15px 24px 20px;

    box-shadow: 0px 0px 11px rgb(147 147 147 / 20%);

    border-radius: 4px;

}



.row-box-inner span {

    display: table;

    width: 100%;

    font-size: 16px;

    line-height: 20px;

    color: #90A1B5;

}



.row-box-inner h3 {

    font-size: 19px;

    line-height: 25px;

    font-weight: bold;

    text-transform: uppercase;

}



/************ careers details page start ************/



.banner-main-text h1 span {

    display: block;

}



.careers-details-info .col-lg-3 .right-btn {

    top: -130px;

}



.careers-details-info .col-lg-9 .right-btn {

    top: 0px;

}



.careers-details-info {

    margin-bottom: 55px;

}



.careers-details-info .col-lg-9 .right-btn a.btn.btn-primary.btn-event-register {

    background-color: #000000;

    width: 279px;

    height: 43px;

}



.careers-details-info .col-lg-9 .right-btn a.btn.btn-primary.btn-event-register:hover {

    background-color: #00AD50;

}



/*.careers-details-sw .careers-details-info h4 {

    font-size: 16px;

    line-height: 20px;

    font-weight: normal;

    color: #8E8D8D;

    }*/



/*.careers-details-sw .careers-details-info h3 {

    font-size: 24px;

    line-height: 28px;

    font-weight: bold;

    text-transform: uppercase;

    margin: 25px 0px;

    }*/



.careers-details-sw .careers-details-info p {

    font-size: 16px;

    line-height: 22px;

    margin: 0px 0px 35px;

}



/*.careers-details-sw .careers-details-info ul {

    margin: 0px 0px 30px;

    }*/



/*.careers-details-sw .careers-details-info ul li {

    font-size: 16px;

    line-height: 22px;

    margin: 5px 0px;

    max-width: 712px;

    display: block;

    }*/



/************ press releases page start ************/



.press-release-content-box {

    margin-bottom: 77px;

}



.press-release-content-box .row-box-inner {

    padding: 0px;

    height: auto;

}



.press-release-content-box .row-box-inner a {

    display: block;

    position: relative;

    width: 100%;

    height: 100%;

    padding: 22px 24px 20px;

}



.press-release-content-box .row-box-inner a:hover {

    transform: scale(1.05);

}



.press-release-content-box .row-box-inner a strong {

    color: #000000;

    display: block;

    font-size: 18px;

    line-height: 20px;

    text-transform: uppercase;

    margin-bottom: 10px;

    margin-right: 20px;

}



.press-release-content-box .row-box-inner span {

    font-size: 14px;

    line-height: 22px;

    color: #000000;

}



.press-release-content-box .row-box-inner a img {

    position: absolute;

    top: 19px;

    right: 24px;

}



/************ programs page start ************/



.banner-extra-title .banner-main-text h1 span {

    display: none;

}



.programs-mid-box {

    margin-bottom: 20px;

}



.programs-mid-box .row.mb-md-5 {

    margin-left: -10px;

    margin-right: -10px;

}



.programs-mid-box .row.mb-md-5 .col-6.col-md-4.mb-4 {

    padding-left: 10px;

    padding-right: 10px;

    margin-bottom: 20px !important;

}



.programs-mid-box .box-3 img {

    max-height: 213px;

}



.pagination-box {

    text-align: center;

    width: 100%;

    margin: 25px 0px 0px;

}



.pagination-box ul.pagination {

    display: inline-block;

    width: 100%;

}



.pagination-box ul.pagination li {

    display: inline-block;

    vertical-align: top;

}



.pagination-box ul.pagination li a,
a.page-numbers,
span.page-numbers.current {

    border: none;

    color: #8E8D8D;

    font-weight: 500;

    font-size: 15px;

    line-height: 20px;

    padding: 0px 15px 8px;

    margin: 0px 5px;

    border-bottom: 4px solid transparent;

    border-radius: 0 !important;

}



.pagination-box ul.pagination li a:hover,
.pagination-box ul.pagination li a:focus,
a.page-numbers:hover,
a.page-numbers:focus {

    background-color: transparent;

    color: #000000;

    box-shadow: none;

}



.pagination-box ul.pagination li.active a,
span.page-numbers.current {

    background-color: transparent;

    color: #000000;

    border-bottom: 4px solid #FFCD00;

    font-family: 'Avenir Next Demi';

    font-weight: 600;

}



.pagination-box ul.pagination li a i {

    font-size: 22px;

}



.other-programs-box {

    margin-bottom: 47px;

}



a.next.page-numbers,
a.prev.page-numbers {

    font-size: 0px;

}



a.next.page-numbers:before {

    content: "\f054";

    font-family: "Font Awesome 5 Pro";

    font-weight: 300;

    font-size: 18px;

}



a.prev.page-numbers::before {

    content: "\f053";

    font-family: "Font Awesome 5 Pro";

    font-weight: 300;

    font-size: 18px;

}



/************ programs details page start ************/



.play-btn {

    position: absolute;

    top: 0px;

    left: 0px;

    right: 0px;

    margin: 0px auto;

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

}



.news-details-sw .play-btn a img,
.programs-details-sw .play-btn a img {

    width: 83px;

}



/************ publications details page start ************/



.publications-details-info {

    margin-bottom: 130px;

}



.publications-details-sw .publications-details-info h3 {

    font-size: 24px;

    line-height: 28px;

    font-weight: bold;

    margin: 0px;

}



.publications-details-sw .publications-details-info p {

    font-size: 16px;

    line-height: 28px;

    margin: 0px 15px 35px 0px;

}



.publication-buy-box img {

    width: 93%;

    object-fit: cover;

    margin-bottom: 20px;

}



.publications-details-sw .publications-details-info .publication-buy-box p {

    margin: 0px;

    color: #716E67;

}



.publications-details-sw .publications-details-info .publication-buy-box p span,
.publications-details-sw .publications-details-info .publication-buy-box p strong {

    color: #000000;

}



.publications-details-sw .publications-details-info .publication-buy-box p strong {

    font-weight: normal;

}



.publications-details-sw .publications-details-info .publication-buy-box a.btn.btn-primary {

    width: 95%;

    height: 43px;

    font-size: 14px;

    line-height: 19px;

    padding: 10px 0px;

    margin-top: 20px;

}



.publications-details-sw .related-event-box {

    margin-bottom: 5px;

}



/************ media details page start ************/



.banner-date-title p a {

    color: #ffffff;

}



.banner-date-title p a:hover {

    color: #FFCD00;

}



.media-details-sw {

    margin-bottom: 20px;

}



.media-inner-box {

    border-top: 0.5px solid #9B9B9B;

    padding-top: 38px;

    margin-bottom: 87px;

}



.media-inner-box h2 {

    font-size: 18px;

    line-height: 21px;

    text-transform: uppercase;

    font-weight: bold;

    margin: 0px 0px 10px;

}



.media-inner-box p {

    font-size: 16px;

    line-height: 24px;

    margin: 15px -5px 15px 0px;

}



.media-inner-box a.btn.btn-link {

    color: #00AD50;

    padding: 0px;

    font-family: 'Avenir Next Demi';

    font-weight: 600;

    font-size: 14px;

    line-height: 19px;

    text-decoration: none;

    text-align: left;

}



.media-inner-box a.btn.btn-link:hover {

    color: #000000;

    text-decoration: none;

}



.media-inner-box a.btn.btn-primary {

    background-color: #00AD50;

    margin: 16px 0px 0px;

    width: 254px;

    font-size: 14px;

    line-height: 19px;

}



.media-inner-box a.btn.btn-primary:hover {

    background-color: #000000;

    color: #ffffff;

}



.video-box-inner {

    position: relative;

}



/************ media details page start ************/



.media-details-box .box-3 h2 {

    max-width: 165px;

    margin: 0px 0px 5px;

}



.media-details-box .box-3 p {

    margin: 0px 0px 10px;

}



/************ contact page start ************/



.banner_inner.banner-inner-main.contact-banner {

    background-size: 50%;

}



.banner-map {

    float: right;

    width: 50%;

    height: 100%;

}



.banner-map iframe {

    width: 100%;

    height: 100%;

    float: left;

}



.contact-details-box {

    margin-bottom: 115px;

}



.contact-details-box h2 {

    background-color: #FFCD00;

    color: #000000;

    font-size: 20px;

    line-height: 25px;

    font-weight: 900;

    text-transform: uppercase;

    padding: 8px 8px;

}



.contact-details-box address {

    font-size: 14px;

    line-height: 21px;

    font-weight: bold;

    margin: 20px 0px;

}



.contact-details-box .form-group {

    margin-bottom: 28px;

}



.contact-details-box .form-group label {

    font-size: 18px;

    line-height: 16px;

}



.contact-details-box .form-group .form-control {

    color: rgba(0, 0, 0, 0.439494);

    width: 580px;

    font-family: 'Avenir Next';

    font-size: 18px;

    line-height: 25px;

    border: 1px solid #DADADA;

    border-radius: 4px;

    height: 64px;

    padding: 10px 15px;

}



.contact-details-box .form-group .form-control:focus {

    box-shadow: none;

    border-color: #000000;

}



.contact-details-box .form-group select.form-control {

    background: #ffffff url(../images/select-arrow2.svg) no-repeat;

    background-position: 97% center;

    background-size: 16px;

    cursor: pointer;

    position: relative;

}



.contact-details-box .form-group textarea.form-control {

    height: 289px;

    resize: none;

}



.contact-details-box .form-group input:-ms-input-placeholder,
.contact-details-box .form-group textarea:-ms-input-placeholder {

    opacity: 1;

    color: rgba(0, 0, 0, 0.439494);

}



.contact-details-box .form-group input:focus:-moz-placeholder,
.contact-details-box .form-group textarea:-moz-placeholder {

    opacity: 1;

    color: rgba(0, 0, 0, 0.439494);

}



.contact-details-box .form-group input::-webkit-input-placeholder,
.contact-details-box .form-group textarea::-webkit-input-placeholder {

    opacity: 1 !important;

    color: rgba(0, 0, 0, 0.439494);

}



.contact-details-box .form-group .form-group input::-moz-placeholder,
.contact-details-box .form-group textarea::-moz-placeholder {

    opacity: 1 !important;

    color: rgba(0, 0, 0, 0.439494);

}



.contact-details-box .form-group.form-group input:-ms-input-placeholder,
.contact-details-box .form-group textarea:-ms-input-placeholder {

    opacity: 1 !important;

    color: rgba(0, 0, 0, 0.439494);

}



.stay-touch-contact input:-moz-placeholder {

    opacity: 1 !important;

    color: rgba(0, 0, 0, 0.439494);

}



.contact-details-box input.btn.btn-primary {

    width: 278px;

    font-size: 14px;

    line-height: 19px;

    padding: 15px 0px;

    margin-top: 4px;

}



/************ thank you page start ************/



.thank-you-box {

    margin-bottom: 80px;

}



.contact-details-box h3 {

    font-weight: 900;

    font-size: 34px;

    line-height: 40px;

    margin: 13px auto;

    max-width: 550px;

}



.ar ul.menu-left li a.active:hover {

    color: #000000;

}



.introdution-content-box .video-event-box iframe {

    width: 100%;

    height: 354px;

}



.archive .fancybox-wrap {

    margin: 0px auto;

    left: 0px !important;

    right: 0px !important;

}



.archive .fancybox-skin {

    background: transparent;

    text-shadow: none;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

}



.archive .fancybox-opened .fancybox-skin {

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

}



.media-details-box .box-inner {

    padding: 16px 20px 10px 16px;

}



.programs-mid-box .box-3 img.multiple-video-play-icon {

    max-height: 100%;

    width: 38px;

}



.news-landing-blog {

    background-size: cover;

    background-position: center;

    width: 100%;

    height: 100%;

    min-height: 450px;

}



h2.screen-reader-text {

    display: none;

}



.nav-links {

    display: inline-block;

    margin: 0px auto;

}



.programs-content-box .home-news-blog {

    height: 213px;

}



.publication-right-bg-img {

    display: inline-block;

    width: 93%;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;

    height: 336px;

    margin-bottom: 20px;

}



span.a2a_svg {

    background-color: #8E8D8D !important;

}



span.a2a_svg:hover {

    background-color: #000000 !important;

}



section.mid-content.career-content-box.mobile-career {

    display: none;

}

p.mobile-career-message.error.mt-4 {

    display: none;

}



.flex-mobile-content {

    display: none;

}



.loading-icon {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    width: 100%;

    display: none;

    text-align: center;

}



.loading-icon img {

    max-width: 120px;

}

.video-box-inner img {

    width: 100%;

    height: auto;

    object-fit: cover;

}

#fancybox-loading {

    background-image: none;

}



/*************** common css ****************/



.dev-flexible-content ul,
.dev-flexible-content ol {

    margin: 15px 0px 15px 20px;

}



.dev-flexible-content ul li {

    font-size: 16px;

    line-height: 28px;

    font-style: normal;

    display: list-item;

    list-style: disc;

}



.dev-flexible-content ol {

    padding: 0px;

}



.dev-flexible-content ol li {

    font-size: 16px;

    line-height: 28px;

    font-style: normal;

    display: list-item;

    list-style: decimal;

}



.dev-flexible-content img {

    width: auto;

    object-fit: cover;

}



.dev-flexible-content blockquote {

    border-left: 5px solid #9B9B9B;

    padding: 5px 0px 5px 25px;

}

.dev-flexible-content blockquote>p {

    font-style: italic;

}

.dev-flexible-content blockquote>p:before {

    content: '\201c';

    font-size: 22px;

}

.dev-flexible-content blockquote>p:after {

    content: '\201d';

    font-size: 22px;

}

.dev-flexible-content h1 {

    font-size: 32px;

    text-transform: uppercase;

    margin: 1rem 0px;

}

.dev-flexible-content h2 {

    font-size: 28px;

    margin: 1rem 0px;

}

.dev-flexible-content h3 {

    font-size: 24px;

    margin: 1rem 0px;

    font-weight: 500 !important;

}

.dev-flexible-content h4 {

    font-size: 18px;

    margin: 1rem 0px;

    font-style: normal;

}

.dev-flexible-content h5 {

    font-size: 16px;

    margin: 1rem 0px;

    font-style: normal;

}

.dev-flexible-content h6 {

    font-size: 14px;

    margin: 1rem 0px;

    font-style: normal;

}

.dev-flexible-content p {

    font-size: 16px;

    line-height: 28px;

    margin: 1rem 0px;

}

.error {

    text-align: center;

    margin: 0px auto;

}

.banner-social-menu {

    order: 1;

}

.header_main ul#menu-africainstitute-top-menu {

    display: inline-block;

}

.header_main .widget.wow.fadeInUp.widget_icl_lang_sel_widget {

    display: inline-block;

    border-left: 1px solid #fff;

    margin-left: 20px;

    line-height: 16px;

}

.header_main .widget.wow.fadeInUp.widget_icl_lang_sel_widget .wpml-ls-sidebars-wpml-languages-widget.wpml-ls {

    padding: 0px;

    border: none;

}

.header_main .widget.wow.fadeInUp.widget_icl_lang_sel_widget ul li a {

    padding: 0px 10px;

}

.footer-other .wpml-ls-sidebars-wpml-languages-widget {

    padding: 0px;

    border: none;

}

.footer-other .wpml-ls-sidebars-wpml-languages-widget a {

    padding: 0px;

}



.footer-other .wpml-ls-sidebars-wpml-languages-widget a {

    position: relative;

    z-index: 1;

}



/* search results css start */

.search .event-filter-view {

    max-width: 1182px;

    margin: 0px auto;

}

.search .detail-box .container {

    max-width: 1240px;

}

.search .event-filter-view div#total-result {

    display: inline-block;

    margin-right: 15px;

}

.search .event-filter-view div#total-result input#append-total {

    background-color: #FFFFFF;

    border: 1px solid #FFFFFF;

    border-radius: 5px;

    width: 280px;

    height: 42px;

    padding: 5px 18px;

    margin-right: 0px;

    color: #000000;

    font-size: 14px;

    line-height: 18px;

    font-weight: 800;

    text-transform: uppercase;

}

.search .event-select-box select {

    background: #ffffff;

    border: 1px solid #ffffff;

    border-radius: 5px;

    width: 280px;

    height: 42px;

    font-weight: 600;

}

.search .event-select-box input[type="reset"] {

    width: 277px;

    background: transparent;

    border: 1px solid #000000;

    color: #000000;

    font-size: 14px;

    line-height: 19px;

    font-weight: 500;

}

.search .news-landing-blog {

    min-height: 258px;

}

.search .news-box-inner h3 {

    max-width: 95%;

}

.fancybox-skin {

    margin-top: 40px;

}



.fancybox-skin {

    width: 90% !important;

    margin: 0px auto;

}

.fancybox-inner {

    text-align: center;

    margin: 0px auto;

    width: 100% !important;

}

.fancybox-image {

    background-position: center center;

    background-size: contain;

    /*background-size: cover;*/

    background-repeat: no-repeat;

    width: 100% !important;

}

/* 2004-2021 css changes */

.wpcf7-not-valid-tip {

    color: #FC5249;

}

.fancybox-nav span,
.fancybox-close {

    background-repeat: no-repeat;

}

@media screen and (max-width:767px) {
    .h2, h2{
    	font-size: 1.5rem;
    }

    .footer-bottom ul li a {

        padding: 0 20px 5px 0px;

        display: block;

    }

    .fancybox-close {

        right: 0 !important;

    }

}



ul.menu-left li ul li {

    padding-left: 50px;

}



.fancybox-nav span {

    background-image: none !important;

    width: 40px;

    height: 44px;

    background-color: #ffcd00;

    border-radius: 4px;

    position: relative;

    display: inline-flex;

    align-items: center;

    justify-content: center;

}



.fancybox-prev span::before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #4c4c4c;
    position: absolute;
}



.fancybox-next span::before {

    content: "\f054";

    font-family: "Font Awesome 5 Pro";

    font-weight: 900;

    color: #4c4c4c;

    position: relative;

    left: 2px;

}



.fancybox-close {

    background-image: none;

    width: 40px;

    height: 40px;

    background-color: #ffcd00;

    border-radius: 6px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

}



.fancybox-close::after {

    content: "\f00d";

    font-family: "Font Awesome 5 Pro";

    font-weight: 900;

    color: #4c4c4c;

    position: relative;

}

.media-inner-box img {

    height: auto !important;

}



.datepicker.datepicker-dropdown.dropdown-menu {

    width: auto;

    display: inline-block;

    padding: 0.5rem 3rem;

    text-align: center;

    z-index: 1111;

}



.datepicker.datepicker-dropdown.dropdown-menu td.day:hover {

    /* border: 1px solid grey; */

    background: #e6e6e6 !important;

}

.datepicker.datepicker-dropdown.dropdown-menu td.active.day {

    border: #959ea9 !important;

    background: #FFCD00 !important;

}

.datepicker.datepicker-dropdown.dropdown-menu td.day {

    padding: 5px;

}



.stay-touch-contact .wpcf7-not-valid-tip {

    color: #000;

}



.addtoany_list .a2a_svg {

    pointer-events: none;

}



.addtoany_list .a2a_svg:hover {

    background-color: #FFCD00 !important;

    opacity: 0.7;

}



.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {

    border-color: #00ad50 !important;

    border: none !important;

}



.wpcf7 form.sent .wpcf7-response-output {

    border-color: #00ad50 !important;

    border: none !important;

}







@-webkit-keyframes widthFull {

    0% {

        width: 0;

    }



    100% {

        width: 100%;

    }

}



@keyframes widthFull {

    0% {

        width: 0;

    }



    100% {

        width: 100%;

    }

}



.home-banner-content {

    display: none;

}



body.search-open {

    overflow: hidden;

}



.events-details-sw .video-box-inner,
.news-details-sw .video-box-inner {

    margin-bottom: 90px;

}



.program-single-banner {

    padding-bottom: 95px;

    overflow: hidden;

}



.box-3 h2.team_designation {

    font-weight: 400;

}





.menu-icon.active .menu-box span:nth-child(1) {

    transform: rotate(45deg);

    top: 8px;

    position: relative;

}



.menu-icon.active .menu-box span:nth-child(2) {

    opacity: 0;

}



.menu-icon.active .menu-box span:nth-child(3) {

    transform: rotate(-45deg);

    top: -8px;

    position: relative;

}



.fancybox-inner {

    margin-top: 140px;

    max-height: 70vh;

}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.9) !important;
}



.event-filter-view form {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}



.flex-desktop-content iframe {

    max-width: 100%;

}



.dev-flexible-content iframe {

    max-width: 100%;

}



.news-details-sw,
.publications-details-sw {

    overflow-x: unset;

}

.first-p-remove p:first-child,
.first-p-remove h2:first-child,
.first-p-remove p:first-of-type {

    display: none !important;

}



/*.single-institute_program .right-btn {

    top: 20px;

    }*/



.events-details-sw {

    overflow: initial;

}



.tax-institute-media-category .fancybox-title-float-wrap {

    justify-content: center;

}

.tax-institute-media-category .fancybox-title-float-wrap .child {

    margin: 0px 0px -25px !important;

}



/***********23-02-2022**********/

.related-scroll-to-section a.related-scroll {
    display: none;
}



/***********01-03-2022**********/

.dev-flexible-content .flex-desktop-content a,
.dev-flexible-content .flex-mobile-content a {

    color: #407EC9;

    text-decoration: underline;

}



/***********08-04-2022**********/
.stay-touch-contact #ms-sub-form {
    display: flex;
    flex-wrap: wrap;
}

.stay-touch-contact #custom-fields {
    display: flex;
}

#ms-sub-form #email,
#ms-sub-form #FirstName,
#ms-sub-form #LastName {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    color: #fff;
}

.stay-touch-contact #sub-button:hover {
    background: #FFCD00;
    color: #000000 !important;
}

.stay-touch-contact #sub-button {
    background: #000000;
    color: #ffffff;
    width: 250px;
    height: 51px;
    padding: 16px 0px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    line-height: 22px;
    text-transform: uppercase;
}

#ms-sub-form .form-block,
.stay-touch-contact .ms-form-submit-container {
    padding-right: 15px;
    padding-left: 15px;
}

#ms-sub-form .form-block {
    margin-bottom: 30px;
}

.wpml-ls-slot-wpml-languages-widget .wpml-ls-native {
    font-family: '29LT Bukra';
}

.stay-touch-contact #ms-sub-form label {
    display: none;
}

/***********08-04-2022**********/

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

    .related-scroll-to-section {
        padding-top: 25px;
        margin-top: 10px !important;
    }

    .related-scroll-to-section a.related-scroll {
        display: block;
        height: 43px;
        font-size: 14px;
        line-height: 19px;
        padding: 12px 0px;
        width: 100%;
        margin: 9px 0px 0px;
        font-weight: 600;
        border-radius: 4px;
        font-family: 'Avenir Next Demi';
        border: solid 1px #000;
    }

}


/***********11-04-2022**********/

.stay-touch-contact #ms-sub-form {
    display: flex;
    flex-wrap: wrap;
}

.stay-touch-contact #custom-fields {
    display: flex;
    order: -1;
    width: 66%;
}

.stay-touch-contact .form-block {
    width: 33%;
}

.stay-touch-contact .form-block input {
    width: 100%;
}

.stay-touch-contact #custom-fields .form-block {
    width: 50%;
}

.stay-touch-contact .ms-form-submit-container {
    padding-right: 0;
    padding-left: 0;
    width: 32%;
}

.stay-touch-contact #custom-fields .form-block:first-child {
    padding-left: 0;
}

#ms-sub-form>.form-block {
    padding-right: 0;
}

#ms-sub-form #email,
#ms-sub-form #FirstName,
#ms-sub-form #LastName {
    font-size: 1rem;
    padding: 5px 0 15px;
}

.stay-touch-contact #sub-button {
    width: 100%;
    outline: none;
}

#ms-sub-form>h3 {
    display: none;
}

[lang="ar"] .stay-touch-contact #custom-fields .form-block:first-child {
    padding-right: 0;
    padding-left: 15px;
}

[lang="ar"] #ms-sub-form>.form-block {
    padding-right: 15px;
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .stay-touch-contact #ms-sub-form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .stay-touch-contact .form-block {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .stay-touch-contact #custom-fields {
        width: 100%;
        flex-direction: column;
    }

    .stay-touch-contact #custom-fields .form-block {
        width: 100%;
    }

    .stay-touch-contact #sub-button {
        width: 100%;
        margin-top: 12px;
        height: 44px;
        font-size: 14px;
        line-height: 19px;
        padding: 5px 0;
    }

    .stay-touch-contact .ms-form-submit-container {
        width: 100%;
    }
}

/***********11-04-2022**********/

/***********14-04-2022**********/
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    top: -38px;
    left: 275px;
}

.rtl .lds-spinner {
    left: -275px !important;
}

.lds-spinner div {
    /* transform-origin: 40px 40px; */
    transform-origin: 25px 12px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/***********14-04-2022**********/



/***********15-04-2022**********/
.mt_custom_loader {
    position: absolute;
    bottom: 32px;
    top: auto;
    right: auto;
    height: 41px;
    margin-left: -60px;
    left: 31%;
    transform: scale(0.8);
    /* W3C */
    -webkit-transform: scale(0.8);
    /* Safari & Chrome */
    -moz-transform: scale(0.8);
    /* Firefox */
    -ms-transform: scale(0.8);
    /* Internet Explorer */
    -o-transform: scale(0.8);
    /* Opera */
}

#ms-sub-form #email,
#ms-sub-form #FirstName,
#ms-sub-form #LastName {
    outline: none;
}

.rtl .mt_custom_loader {
    left: auto !important;
    right: 0;
}

.rtl #ms-sub-form #email,
.rtl #ms-sub-form #FirstName,
.rtl #ms-sub-form #LastName {
    border-radius: 0 !important;
}

@-webkit-keyframes autofill {

    0%,
    100% {
        background: transparent;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #00AD50 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 1000px #00AD50 inset !important;
    -webkit-text-fill-color: #ffffff !important;
}

@media screen and (max-width: 767px) {
    .mt_custom_loader {
        bottom: 18px;
        right: 0;
        left: auto;
    }
}

/***********15-04-2022**********/


/*===================13-05-2022===================*/
@media screen and (max-width: 767px) {
    .ar .header-top ul li {
        margin: 0px 10px 0px 0px;
    }
}

/*===================13-05-2022===================*/

/***********31-05-2022**********/
.team-detail-row h2 {
    font-weight: 600;
    margin-bottom: 15px;
}

.team-detail-row .row.mb-md-5 {
    margin-bottom: 0 !important;
}

.team-detail-row .resreach_fellow_class h2 {
    font-weight: 500;
    margin-bottom: 5px;
    font-size:1rem;
}

.resreach_fellow_class {
    margin-bottom: 25px;
}

.resreach_fellow_class ul li a {
    color: #2664f5;
    text-decoration: underline;
    font-weight: 500;
    font-size: 24px;
}

/***********17-06-2022**********/
.page-template-tp-featured .row-box-inner span {
    font-size: 16px;
    line-height: 20px;
    color: #90A1B5;
    margin: 0 0 10px 0;
}

.page-template-tp-featured .title-wrap strong {
    color: #000;
    padding-right: 10px;
}

.page-template-tp-featured span.title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-template-tp-featured .row-box-inner span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
}

.page-template-tp-featured .row-box-inner {
    margin-bottom: 20px;
}

.page-template-tp-featured .title-wrap .img-wrap {
    width: 100%;
    max-width: 25px;
}

/***********17-06-2022**********/

ul.menu-left li.submenu>a {
    background-color: #FFCD00;
    padding-left: 15px;
}

li.sub-menu.menu-parent-item>a {
    /*background-color: #FFCD00;*/
    padding-left: 15px;
}

ul.menu-left li.submenu>a:hover {
    color: #000;
}