/*
Theme Name: Families
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: families
*/



@font-face {
    font-family: "DIN Next LT Arabic";
    font-weight: 300;
    font-style: normal;
    src: url("fonts/DINNextLTArabic-Light.ttf");
}

@font-face {
    font-family: "DIN Next LT Arabic";
    font-weight: 400;
    font-style: normal;
    src: url("fonts/DINNextLTArabic-Regular.ttf");
}

@font-face {
    font-family: "DIN Next LT Arabic";
    font-weight: 500;
    font-style: normal;
    src: url("fonts/DINNextLTArabic-Medium.ttf");
}

@font-face {
    font-family: "DIN Next LT Arabic";
    font-weight: bold;
    font-style: normal;
    src: url("fonts/DINNextLTArabic-Bold.ttf");
}

body {
    font-family: "DIN Next LT Arabic";
    color: #333333;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    color: initial;
    transition: all 0.1s ease;
}

a:hover,
a:focus {
    outline: none;
    color: #FF9E1B;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    transition: all 0.1s ease;
}

img {
    transition: all 0.9s ease;
}

/*
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
    color: #df9900;
}
*/


input:focus,
textarea {
    outline: none;
}

button:hover,
button:focus {
    outline: none;
    text-decoration: none;
}

h3 {
    font-weight: bold;
}

/* bootstrap */
.row {
    margin-right: -16px;
    margin-left: -16px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 16px;
    padding-left: 16px;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    color: #333333;
    background: #FF9E1B;
    border-color: #FF9E1B;
    padding: 9px 24px;
}

.btn-primary:hover {
    color: #333333;
    background-color: #ffc851;
    border-color: #ffc851;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #333333;
    background-color: #ffc851;
    border-color: #ffc851;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #333333;
    background-color: #ffc851;
    border-color: #ffc851;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show > .btn.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary {
    background-color: #FF9E1B;
    border-color: #FF9E1B;
    color: #333;
    border-radius: 100%;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #FF9E1B;
    border-color: #FF9E1B;
}

.btn-secondary .focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #FF9E1B;
    border-color: #FF9E1B;
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545354;
    border-color: #545354;
}

.btn-light {
    color: #333333;
    background-color: #ffffff;
    border-color: #e0e0e0;
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: none;
}

.form-control {
    padding: 10px 19px 12px;
    /*    height: 48px;*/
    font-size: 14px;
    border-radius: 0;
    border: none;
}

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

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
    z-index: 99;
    font-size: 32px;
}

.card {
    border-radius: 0;
    border: none;
    margin-bottom: 32px;
}

.card-img {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.card-img img {
    width: 100%;
}

a:hover .card-img img {
    transform: scale(1.1);
}

.med-item:hover img {
    transform: scale(1.1);
}


.card-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #333333;
    border-top: 3px solid #FF9E1B;
    padding-right: 10px;
}

.card-body {
    padding: 12px 0;
}

.category-testimonies .card-body {
    padding: 44px 24px;
    background: #F2F2F2;
    position: relative;
}

.category-testimonies .card-body .card-text {
    font-size: 16px;
    color: #4F4F4F;
}

.category-testimonies .card-body:before {
    content: "";
    background: url(img/quote-left.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 25px;
    top: 13px;
}

.category-testimonies .firstpost-content {
    padding-left: 55px;
    position: relative;
}

.category-testimonies .firstpost-content:before {
    content: "";
    background: url(img/quote-left-white.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 42px;
}

.category-testimonies .firstpost-content:after {
    content: "";
    background: url(img/quote-right-white.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    right: 30px;
    bottom: 31px;
}



.category-testimonies .card-title {
    font-size: 19px;
    line-height: 0;
    color: #333;
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
}

.card-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #333;

}

a:hover .card-title {
    /*    text-decoration: underline;*/
}

.card-text:last-child {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.card-footer {
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.card-footer p {
    margin-bottom: 0;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #333333;
    background-color: #f6af19;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
}

.bootstrap-select .dropdown-menu li a {
    border-bottom: 1px solid #ededed;
    padding: 10px 15px;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(196, 196, 196, 0.25);
}

.carousel-indicators li.active {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(196, 196, 196, 1);
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    justify-content: center;
}

.breadcrumb-item a {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}

.breadcrumb-item.active {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: "/";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-top: 3px;
}

.pagination {
    margin-top: 30px;
}

.page-numbers {
    border: 1px solid #F2F2F2;
    margin: 0 5px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #828282;
    padding: 8.8px 16px;
    border-radius: 100%;
}

.prev.page-numbers,
.next.page-numbers {
    border: none;
}

.page-link:hover {
    color: #fab116;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ededed;
}

.page-numbers.current {
    color: #0032a0;
    border-color: #0032a0;
}

.archive-pagination {
    margin: 50px 0 10px;
}

.paginate-links i {
    font-weight: 400;
    margin: 4px;
}

.page-item.disabled a {
    border: none;
    margin: 0;
}

.page-item.active .page-link {
    background: transparent;
    color: #505d68;
    border: 2px solid #FF9E1B;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border: none;
}

.pagination i {
    color: #FF9E1B;
    margin: 0 10px;
}

.modal-content {
    border-radius: 0;
    padding: 25px 45px;
}

.modal-title {
    font-weight: 500;
    font-size: 34px;
}

.modal-footer {
    border: none;
}

.modal-header {
    border: none;
}

.nav-pills .menu-item {
    padding-right: 50px;
    border-bottom: 1px solid #ededed;
}

.nav-pills .menu-item:last-child {
    padding-right: 0px;
}

.nav-pills a {
    font-weight: 500;
    font-size: 20px;
    border-radius: 0;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 5px solid transparent;
}

.nav-pills a.active,
.nav-pills .show > a {
    color: #333333;
    background-color: transparent;
    font-weight: bold;
    border-bottom: 5px solid #FF9E1B;
}

/* style */
#header {
    position: relative;
    background: #fff;
    background: url(img/header.jpg);
    background-repeat: no-repeat;
    background-position: right -40px top;
}


#header .btn-primary {
    margin-top: 68px;
    font-weight: 500;
}

#header nav {
    padding: 0;
}

.site-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    margin: 30px 20px;
    text-align: center;
}

.navbar-nav a {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.header-top ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
    padding-left: 30px;
    padding-right: 0;
}

.header-top {
    position: absolute;
    top: 0;
    right: 0;
    background: #0032A0;
    border-bottom-left-radius: 60px;
}






.header-top ul li {
    font-size: 14px;
    font-weight: 400;
    padding: 9.6px 20px;
}

.header-top ul li a {
    color: #fff;
}

.header-top ul li {
    float: right;
    margin-left: 3px;
}

/*
.header-top:after{
    position: absolute;
    content: "";
    background: #0032a0;
    height: 39px;
    width: 500px;
    right: -500px;
    top: 0;
}
*/
.header-top .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 2px 0px 4px;
    position: relative;
    height: 32px;
    width: 32px;
}

.header-top .btn.lang {
    padding: 0px 10px 6px;
    width: 78px;
    text-align: center;
}

.header-top .btn.contact {
    width: 95px;
    font-size: 14px;
}

#search-button {
    transition: all 0.1s ease;
    width: 32px;
}

#search-button.opend {
    height: 35px;
}

#search-form {
    background: #f2f2f2;
    opacity: 0.98;
    position: absolute;
    right: 0;
    padding: 30px 24px;
    width: 100%;
    max-width: 832px;
    top: 35px;
    display: none;
    z-index: 999;
}

#search-form .bootstrap-select > .dropdown-toggle {
    padding: 10px;
}

#search-form input::-webkit-input-placeholder {
    /* Edge */
    color: #bdbdbd;
}

#search-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bdbdbd;
}

#search-form input::placeholder {
    color: #bdbdbd;
}

.search-submit {
    background: #fff;
    border: none;
    padding: 0 20px;
    color: #e0e0e0;
}

.navbar-nav {
    margin-top: 71px;
}

#footer {
    padding-top: 27px;
    background-color: #575756;
    color: #fff;
    background-image: url(img/caligraphy-publications.svg);
    background-repeat: no-repeat;
    background-position: right calc((100% - 500px) / 2) top;
}

#footer h5 {
    font-size: 24px;
    line-height: 133.32%;
    font-weight: bold;
    margin-bottom: 50px;
}

#footer h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 133.32%;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bdbdbd;
}

.footer-social {
    list-style: none;
    padding: 0;
}

.footer-social li {
    float: right;
    margin-left: 10px;
}

.footer-social li a {
    border-radius: 50px;
    width: 32px;
    height: 32px;
    padding: 3px 0;
    color: #333;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 40px;
}

.footer-menu:last-child {
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #e0e0e0;
}

.arab-center {
    margin-top: 30px;
    font-weight: 300;
    font-size: 13px;
    line-height: 193.92%;
    color: #ffffff;
}

.arab-center a {
    color: #ffffff;
    margin-left: 10px;
}

.subscription input {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    padding-left: 15px;
}

.subscriptioninput::-webkit-input-placeholder {
    /* Edge */
    color: #333333;
}

.subscriptioninput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
}

.subscription input::placeholder {
    color: #333333;
}

.related-websites {
    margin: 0 50px;
}

.footer-bottom {
    margin-top: 50px;
    padding: 15px 0;
    border-top: 1px solid rgba(242, 242, 242, 0.1);
}

.footer-bottom p {
    font-weight: 300;
    font-size: 14px;
    line-height: 193.92%;
    color: #e0e0e0;
    margin: 0;
}

.footer-bottom a {
    font-weight: 300;
    font-size: 14px;
    line-height: 193.92%;
    color: #e0e0e0;
    margin: 0;
}

#slider {
    margin-bottom: 50px;
    /*        max-height: 540px;*/
    overflow: hidden;
}

#slider img {

    height: 100vh;
    object-fit: cover;
}



#slider .carousel-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.1) 12.5%,
        rgba(0, 0, 0, 0.65) 59.37%);
}

#slider .carousel-caption {
    position: absolute;
    top: 120px;
    left: 0;
    text-align: left;
    width: 100%;
}

#slider .category {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #FF9E1B;
    border-top: 1px solid;
    display: inline-block;
    padding-top: 4px;
}

#slider h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 115%;
    max-width: 595px;
    margin-bottom: 32px;
}

.go-button {
    position: relative;
    text-transform: uppercase;
}

.go-button:after {
    content: "\f061";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    background: inherit;
    width: 34px;
    height: 44px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    position: absolute;
    top: -1px;
    padding: 15px 0;
    right: -35px;
    font-size: 12px;
}

.slider-navigation {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #ffffff;
}

.slider-navigation h3 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    margin: 0;
    opacity: 0.7;
    padding-bottom: 22px;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    transition: all 0.1s ease;
}

.slider-navigation h3.active,
.slider-navigation h3:hover {
    border-color: #fff;
    opacity: 1;
}

.grid-flex {
    flex-wrap: wrap;
}

.grid-flex > div[class*="col-"] {
    display: flex;
}

.grid-flex > div[class*="col-"] > a {
    display: flex;
}

.headeline {
    position: relative;
    margin-bottom: 55px;
}

.headeline h4 {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #ffffff;
    position: absolute;
    top: 0;
    background: rgba(87, 87, 86, 0.5);
    border-radius: 0px 200px 200px 0px;
    height: 100%;
    margin-right: 107px;
    padding: 22px 24px;
}

#home-video {
    margin-bottom: 50px;
}

.home-video-title {
    margin-bottom: 25px;
}

.home-video-title img {
    float: left;
    margin-right: 30px;
}

.home-video-title h2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 115%;
    color: #333333;
    padding: 10px 0;
}

#home-video p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
}

.go-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FF9E1B;
    margin-top: 1rem;
}

.go-link:hover {
    /*
    color: #333333;
    text-decoration: underline;
*/
}

.go-link::after {
    display: inline-block;
    background: url(img/icons/arrow.svg) no-repeat;
    background-size: contain;
    content: "";
    font-weight: 400;
    width: 15px;
    border-radius: 50%;
    height: 18px;
    text-align: center;
    font-size: 11px;
    margin-left: 8px;
    color: #333333;
    margin-bottom: -7px;
}

.video-cover {
    overflow: hidden;
    position: relative;
}

.video-cover:hover > img {
    transform: scale(1.1);
}

.open-video {
    background: #ffffff;
    border: none;
    position: absolute;
    bottom: 25px;
    left: 25px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #FF9E1B;
    font-size: 25px;
}

.open-video i {
    position: relative;
    top: -1px;
    right: -2px;
}

.section-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 115%;
    margin-bottom: 32px;
}

#latest {
    margin-bottom: 32px;
}

.latest {
    position: relative;
    margin-bottom: 20px;
    /*    border-right: 1px solid #e0e0e0;*/
    /*    padding-right: 24px;*/
}

.latest-img {
    overflow: hidden;
}

.latest:hover img {
    transform: scale(1.1);
}

.latest-content {
    position: absolute;
    bottom: 0;
    padding: 24px;
    color: #fff;
}

.latest-date {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    border-top: 3px solid #FF9E1B;
    display: inline-block;
    padding-top: 5px;
}

.latest-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    color: #ffffff;
}

.latest-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 5px;
}

.event-item {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.event-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.item-date {
    background: #f2f2f2;
    float: left;
    width: 70px;
    flex: 0 70px;
    height: 70px;
    text-align: center;
    border-top: 5px solid #FF9E1B;
    margin-right: 15px;
}

.item-date .day {
    font-weight: 500;
    font-size: 36px;
    line-height: 115%;
    color: #333333;
    padding: 0 16px;
    margin: 0;
}

.item-date .month {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
}

.event-item h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    flex: 1;
}

#selected-publications {
    color: #ffffff;
    background: #575756;
}

#selected-publications .container {
    background-image: url(img/caligraphy-publications.svg);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 45px;
    padding-bottom: 45px;
}

#selected-publications .go-link {
    color: #ffffff;
}

.publication {
    background: #ffffff;
    color: #333333;
    padding: 24px;
    display: flex;
    margin-bottom: 32px;
    position: relative;
}

.publication-img {
    width: 55%;
    flex: 55%;
    overflow: hidden;
}

a:hover .publication-img img {
    transform: scale(1.1);
}

.publication-category {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    border-top: 3px solid #FF9E1B;
    display: inline-block;
    padding-top: 3px;
    color: #333;
}

.publication-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
}

.publication-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

.prject-selected-publications .publication-big .publication-text,
.prject-selected-publications .publication-big .publication-category {
    color: #ffffff;
}

.publication-author {
    position: absolute;
    bottom: 24px;
}

.publication-author img {
    border-radius: 50%;
}

.publication-author span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

.publication-content {
    margin-bottom: 45px;
}

.publication-content .publication-card-img {
    margin-bottom: 32px;
    overflow: hidden;
}

.publication-content .publication-card-img img {
    width: 100%;
}

a:hover .publication-content .publication-card-img img {
    transform: scale(1.1);
}

.publication-big .publication-content {
    width: 45%;
    flex: 45%;
}

.publication-big .publication-title {
    font-size: 28px;
}

.publication-big .publication-author span {
    color: #ffffff;
}

.load-more {
    background: rgba(233, 238, 240, 0.2);
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

.load-more:hover {
    color: #ffffff;
    background: rgba(233, 238, 240, 0.32);
}

.load-more.light {
    background: rgba(237, 237, 237, 0.5);
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #505d68;
    margin-top: 0px;
}

.load-more.light:hover {
    color: #505d68;
    background: rgba(237, 237, 237, 0.8);
}

#recent-posts {
    padding: 50px 0;
}

.more-about {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.more-about a:hover img {
    transform: scale(1.1);
}

.more-about h4 {
    position: absolute;
    bottom: 25px;
    left: 25px;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #ffffff;
}

.more-about h4::after {
    display: inline-block;
    content: "";
    font-weight: 400;
    background: url(img/icons/arrow.svg) no-repeat;
    background-size: contain;
    width: 18px;
    border-radius: 50%;
    height: 18px;
    text-align: center;
    font-size: 11px;
    margin-left: 8px;
    color: #333333;
    line-height: 23px;
    position: relative;
    top: 3px;
}

#our-partners {
    background: rgba(242, 242, 242, 0.6);
    padding: 50px 0;
    margin-top: 32px;
}

#our-partners h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #333333;
    margin-bottom: 0;
}

.partners-logos img {
    margin-right: 55px;
}

.partners-logos img:last-child {
    margin-right: 0;
}

.navbar-toggler {
    /* color: #FF9E1B; */
    /* padding: 10px 12px 10px 15px;
    font-size: 29px; */
    margin-right: -15px;
    background: #003785;
    border-radius: 0;
    height: 56px;
    padding-top: 0;
}

.mobile-bar {
    list-style: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-bar li {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px;
}

.mobile-bar li a {
    color: #fff;
}

.page-title {
    font-weight: 700;
    font-size: 40px;
    color: #0032A0;
    line-height: 58px;
}

.page-desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #9e9e9e;
}

.first-post {
    /*    background: rgba(237, 237, 237, 0.5);*/
    background: #0032A0;
    margin-bottom: 45px;
    margin-top: 32px;
    background-image: url(img/logo-bg.svg);
    background-repeat: no-repeat;
    background-position: center right;
    color: #fff;

    background-size: 450px 522px;
}

.category-news .first-post {
    background: rgba(237, 237, 237, 0.5);
    color: #333;
}

.first-post img {
    width: 100%;
}

.category-news .firstpost-content h2 {
    color: #333;
}

.news-date {
    display: none;
}

.category-news .news-date,
.home-news .news-date {
    position: absolute;
    bottom: 0;
    left: 15px;
    background: #FF9E1B;
    padding: 2px 16px;
    font-size: 15px;
    border-top-right-radius: 30px;
    display: initial;
    color: #333;
}

.category-legal-reports .first-post {

    background: #333333;
    margin-bottom: 45px;
    margin-top: 32px;
    background-image: url(img/logo-bg.svg);
    background-repeat: no-repeat;
    background-position: center right;
    color: #fff;
    padding: 20px;
}






.first-post:hover h2 {
    outline: none;
    /*    color: #df9900;*/
}

.first-post:hover img {
    transform: scale(1.1);
}



.firstpost-content {
    padding: 35px 70px 0 0;
}

.firstpost-content .date {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-top: 3px solid #FF9E1B;
    padding-top: 3px;
}

.firstpost-content h2 {}

.firstpost-content h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    margin-top: 15px;
    color: #fff;
}

.firstpost-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}

.page-entry {
    padding-bottom: 70px;
}

#socail-share {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    top: 220px;
}

#socail-share button {
    width: 48px;
    height: 48px;
}

#socail-share ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    box-shadow: 5px -5px 5px 5px #ccc;
    display: none;
    background: #ffffff;
}

#socail-share ul li a {
    font-size: 20px;
    padding: 8px 12px;
    width: 48px;
    height: 48px;
    display: inline-block;
    border-bottom: 1px solid #ededed;
    background: #ffffff;
}

#socail-share ul li a:hover {
    background: rgba(237, 237, 237, 0.4);
}

#socail-share ul li:last-child a {
    border: none;
}

#socail-share .fa-facebook-square {
    color: #2f80ed;
}

#socail-share .fa-twitter {
    color: #56ccf2;
}

#socail-share .fa-linkedin-in {
    color: #3c7acf;
}

#socail-share .bi-envelope-fill {
    color: #eb5757;
}

#socail-share .fa-print {
    color: #575756;
}

#socail-share a:hover > .fa-facebook-square {
    color: #2c65b3;
}

#socail-share a:hover > .fa-twitter {
    color: #479cb8;
}

#socail-share a:hover > .fa-linkedin-in {
    color: #35609d;
}

#socail-share a:hover > .bi-envelope-fill {
    color: #b34948;
}

#socail-share a:hover > .fa-print {
    color: #484847;
}

.post-date {
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.post-date::before {
    content: "";
    background: #fab116;
    width: 3px;
    height: 12px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

#post-slider {
    margin-bottom: 20px;
}

#post-slider .carousel-indicators li {
    margin: 3px 9px;
    background-color: #E0E0E0;
    border: none;
}

#post-slider .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    margin: 3px 9px;
    background: #FF9E1B;
    border: none;
}

.post-content {
    margin-top: 20px;
    margin-bottom: 15px;
}

.post-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    text-align: justify;
    color: #333;
}

.post-content img,
.post-content iframe,
.post-content .wp-caption
{
    width: 100%!important;
height: 410px;
}


/*
.read-next {
    background: rgba(237, 237, 237, 0.5);
    padding: 0 24px 20px;
}
.read-next span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #333333;
    border-top: 5px solid #fab116;
    display: inline-block;
    padding-top: 6px;
}
.read-next a {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    display: block;
    text-transform: none;
}
.read-next .go-link::after {
    width: 20px;
    height: 20px;
}
*/
.widget {
    margin-bottom: 85px;
}

.widget-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    display: inline-block;
    color: #4F4F4F;
    margin-bottom: 20px;
}

/*
.widget-title::before {
    content: "";
    background: #FF9E1B;
    height: 5px;
    width: 98px;
    display: block;
    margin-bottom: 10px;
}
*/
.related-list-item {
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}

.related-list-item .related-date {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9e9e9e;
    margin: 0;
}

.related-list-item .related-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
        font-size: 18px;

    line-height: 26px;
    margin-bottom: 8px;
    color: #0032A0;
}

.related-list-item .go-link{
    font-weight: 700;
    font-size: 17px;
    text-transform: initial;
    color: #FF9E1B;
    margin-top: 1rem;
    margin-bottom: 24px;
    display: block;
    
    
}

.post-list {
    margin-top: 32px;
}

.post-list-item {
    background: rgba(237, 237, 237, 0.5);
    margin-bottom: 50px;
}

.post-list-item .post-list-item-img {
    overflow: hidden;
    display: block;
}

.post-list-item:hover img {
    transform: scale(1.1);
}

.post-list-item:hover h2 {
    text-decoration: underline;
    color: #df9900;
}

.event-list-item .event-list-item-img {
    overflow: hidden;
    display: block;
}

.event-list-item:hover img {
    transform: scale(1.1);
}

.event-list-item:hover h2 {
    text-decoration: underline;
    color: #df9900;
}

.post-list-item img {
    width: 100%;
}

.post-list-content {
    padding-right: 15px;
    padding-bottom: 32px;
}

.post-list-item h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 20px;
}

.post-list-item h2::before {
    content: "";
    background: #FF9E1B;
    height: 5px;
    width: 98px;
    display: block;
    margin-bottom: 32px;
}

.post-list-item p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

#filter {
    margin-bottom: 35px;
}

.filter-reset {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.filter-options {
    background: rgba(237, 237, 237, 0.5);
    padding: 0 15px;
    margin-top: 15px;
}

.filter-options h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
}

/* .filter-options .custom-control{
    padding-left: 0;
}
.filter-options .custom-checkbox label{
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    padding: 5px;
    padding-left: 32px;
}
.filter-options .custom-checkbox .custom-control-label::before{
    border-radius: 0;
    height: 31px;
    top: 0;
    left: 0;
    width: 22px;
    border: none;
}
.filter-options .custom-control-label::after {
    left: 5px;
    top: 7px;
    content: "\f067";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
} */

.filter-types button {
    margin-right: 9px;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #e0e0e0;
    padding: 0px 12px;
    height: 32px;
    position: relative;
}

.filter-types button:not(.all) {
    padding-right: 29px;
}

.filter-types button:not(.all)::after {
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    width: 24px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0px;
    padding: 8px 0;
    font-size: 12px;
    right: 0;
    transition: all 0.1s ease;
}

.filter-types button.btn-light:not(.all)::after {
    content: "\f067";
    background: rgba(237, 237, 237, 0.5);
    color: #9e9e9e;
    padding: 6px 0;
}

.filter-types .btn-primary:not(.all) {
    border: none;
}

.filter-types button.btn-primary:not(.all)::after {
    content: "\f00d";
    background: rgba(255, 255, 255, 0.3);
}

.filter-types button.btn-primary:not(.all):hover::after {
    background: #575756;
    color: #fff;
}

.filter-types button.btn-primary:hover {
    background-color: #fab116;
}

.filter-types button.btn-light:not(.all):hover::after {
    background-color: #fab116;
    color: #575756;
}

.filter-types button.btn-light:hover {
    background-color: #ffffff;
}

.select-event-status .dropdown-toggle,
.select-publucations-year .dropdown-toggle,
.select-publucations-author .dropdown-toggle {
    padding: 11px 12px;
}

.select-event-status .dropdown-toggle:after,
.select-publucations-year .dropdown-toggle:after,
.select-publucations-author .dropdown-toggle:after {
    margin-top: -1px;
    content: "\f078";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    border: none;
    font-size: 10px;
    color: #fab116;
}

.filter-by-date {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.filter-by-date li {
    float: left;
    margin-right: 20px;
}

.filter-by-date li a {
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    text-decoration-line: underline;
}

.event-item-date {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 115%;
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.event-item-date-fromto,
.event-item-date span {
    float: left;
    margin: 0 5px;
}

.event-item-date-month {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/*
.event-list-item {
    border-bottom: 1px solid #ededed;
    margin-bottom: 32px;
    padding-bottom: 32px;
}
.event-list-item .event-category {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    border-top: 3px solid #fab116;
    display: inline-block;
    padding-top: 3px;
}
.event-list-item h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
}
.event-list-item p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.event-list-item .go-button {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 126px;
    right: 48px;
}
.past-event.event-list-item .event-category {
    color: #828282;
}
.past-event.event-list-item h2 {
    color: #828282;
}
.past-event.event-list-item p {
    color: #828282;
}
.past-event .event-item-date {
    color: #828282;
}
.event-list-item .go-link {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.event-list-item img {
    width: 100%;
}
*/
.event-img {
    position: relative;
}

.event-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FF9E1B;
    background: rgba(87, 87, 86, 0.75);
    padding: 3px;
    width: 100%;
}

.event-single-img {
    margin-top: 40px;
    margin-bottom: 32px;
}

.attachment-download {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 30px;
    float: left;
    padding: 5px 10px 5px 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.attachment-download div {
    float: right;
    line-height: 1;
}

.attachments-label {
    font-size: 20px;
    line-height: 120%;
    color: #333333;
    display: inline-block;
    margin-top: 12px;
    margin-right: 15px;
    float: left;
}

.attachment-download .attachment-icon {
    transition: all 0.1s ease;
    background: rgba(237, 237, 237, 0.5);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #FF9E1B;
    padding: 13px;
    text-align: center;
    margin-right: 10px;
    float: left;
}

.attachment-download .attachment-icon i {
    background: url(img/icons/attachment.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.attachment-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: #505d68;
    transition: all 0.1s ease;
}

.attachment-details {
    font-size: 13px;
    line-height: 120%;
    color: #505d68;
    font-weight: 300;
}

.attachment-download:hover .attachment-icon {
    background: #FF9E1B;
    opacity: 1;
}

.attachment-download:hover .attachment-icon i {
    background: url(img/icons/icon-attachment.svg) no-repeat;
}

.attachment-download:hover .attachment-name {
    color: #FF9E1B;
    text-decoration: underline;
}

.event-venue {
    margin-top: 30px;
}

.event-venue-address {
    margin-top: 15px;
    border-left: 4px solid #FF9E1B;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
}

.event-venue-address span {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #575756;
    width: 75%;
    display: inline-block;
}

.event-venue-address .go-button {
    margin: 5px 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    left: -10px;
}

.event-speakers {
    margin-top: 50px;
}

.event-speaker {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.event-speaker img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.event-speaker h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
}

.event-speaker p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

.event-partner {
    margin-top: 50px;
}

.event-detail {
    background: rgba(237, 237, 237, 0.5);
    padding: 20px;
    max-width: 336px;
    margin-left: auto;
}

.event-register {
    padding: 20px;
    max-width: 336px;
    margin-left: auto;
    background: rgba(237, 237, 237, 0.7);
}

.event-detail-venue {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.event-detail h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
}

.event-detail h4 i {
    margin-right: 10px;
    color: #FF9E1B;
    font-size: 24px;
}

.event-detail a {
    display: block;
    text-decoration: underline;
}

.event-detail-date {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.event-register .go-button {
    width: calc(100% - 34px);
    text-transform: uppercase;
}

.event-register .go-link {
    margin-top: 10px;
    display: inline-block;
}

.event-register .go-link::after {
    background: url(img/icons/plus.svg) no-repeat;
}

.event-map {
    position: relative;
}

.partner {
    margin-bottom: 32px;
    background: rgba(237, 237, 237, 0.5);
}

.partner-img {
    background: #ffffff;
    border: 1px solid #ededed;
    text-align: center;
    min-height: 250px;
    position: relative;
}

.partner-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.partner-content {
    background: rgba(237, 237, 237, 0.5);
    padding: 15px;
    text-align: center;
}

.partner-content h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.partner-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.contact-info {
    background: rgba(237, 237, 237, 0.5);
}

.contact-info-content {
    padding: 30px 10px 30px 40px;
}

.contact-info-content h2 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 35px;
}

.contact-info-content ul {
    list-style: none;
    padding: 0;
}

.contact-info-content li {
    font-weight: normal;
    font-size: 19px;
    display: flex;
    margin-bottom: 15px;
    line-height: 22px;
}

.contact-info-content li i {
    background: #ffffff;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #FF9E1B;
    font-size: 24px;
    border-radius: 50%;
    padding: 13px;
    margin-right: 15px;
}

.contact-info .btn-primary {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: 30px;
}

#contactForm label {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

#contactForm label span {
    color: red;
}

#contactForm .form-control {
    border: 1px solid #ededed;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 16px 16px;
    height: 48px;
}

#contactForm .close {
    position: absolute;
    top: 12px;
    right: 30px;
    font-size: 32px;
}

#contactForm input.form-control {
    height: 48px;
}

#contactForm input.form-control:focus {
    border: 1px solid #FF9E1B;
}

#contactForm textarea.form-control {
    height: 112px;
}

#contactForm button.btn-primary {
    background: #FF9E1B;
    width: 100%;
    height: 48px;
}

.team {
    background: rgba(237, 237, 237, 0.5);
    margin-bottom: 25px;
    width: 100%;
}

.team:hover img {
    transform: scale(1.1);
}

.team:hover h3 {
    color: #df9900;
    text-decoration: underline;
}

.team-img {
    overflow: hidden;
}

.team-content {
    padding: 10px 15px;
}

.team-img img {
    width: 100%;
}

.team-content h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
}

.team-content h4 {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

.team-content h4 i {
    color: #fff;
    padding: 0px 0px;
    font-size: 10px;
    position: relative;
    top: -4px;
}

.team-content h4 a {
    float: right;
    color: #fff;
    margin: 3px;
    height: 16px;
    width: 16px;
    padding: 0px 4px;
    text-align: center;
}

.team-content h4 .linkedin {
    background: #4682d3;
}

.team-content h4 .facebook {
    background: #2f80ed;
}

.team-content h4 .twitter {
    background: #56ccf2;
}

.team-content p {
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
}

.team-description h1 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
}

.team-description p {
    font-weight: 300;
    font-size: 19px;
}

.team-description .team-content h3 {
    font-size: 24px;
}

.team-description .team-content h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.team-description .team-content h4 a {
    height: 24px;
    width: 24px;
}

.team-description .team-content h4 i {
    color: #fff;
    padding: 7px 2px;
    font-size: 14px;
    position: static;
}

.team-email {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    display: inline-block;
}

#team-selected-publications {
    margin: 50px 0;
}

#team-selected-publications .publication {
    background: rgba(237, 237, 237, 0.5);
    position: relative;
}

#team-selected-publications .publication-content {
    margin-bottom: 15px;
}

#team-selected-publications .publication .external-link {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
}

#team-selected-publications .section-title,
#team-other-publications .section-title {
    font-weight: bold;
    font-size: 28px;
}

#team-other-publications ul {
    list-style: none;
    margin-top: 20px;
    padding-left: 22px;
}

#team-other-publications ul li {
    font-weight: 300;
    font-size: 19px;
    line-height: 160%;
    margin-bottom: 15px;
}

#team-other-publications ul li::before {
    font-size: 22px;
    content: "\2022";
    color: #FF9E1B;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.blogs-video {
    margin-bottom: 32px;
}

.blogs-video .open-video {
    bottom: 50px;
}

.video-content {
    position: absolute;
    bottom: 15px;
    left: 90px;
    color: #fff;
}

.video-content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}

.video-content h2 {
    font-weight: 500;
    font-size: 34px;
    line-height: 115%;
}

.video-content-date {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.twitter-widget .go-button {
    width: calc(100% - 34px);
}

.tv-interviews {
    color: #ffffff;
    background: #575756;
    margin-top: 15px;
}

.tv-interviews .container {
    background-image: url(img/caligraphy-publications.svg);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 50px;
    padding-bottom: 50px;
}

.tv-interviews .load-more {}

.video-card {
    background: #ffffff;
    color: #333333;
    margin-bottom: 32px;
}

.video-card-img {
    position: relative;
    overflow: hidden;
}

.video-card-img img {
    width: 100%;
}

a:hover .video-card-img img {
    transform: scale(1.1);
}

.video-card-content {
    padding: 15px 25px;
}

.video-card-content .video-card-date {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.video-card-content h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
}

.video-card-content h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
}

.video-card-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

#editorials-articles {
    margin-top: 50px;
}

.prject-selected-publications {
    margin-top: 40px;
}

.prject-selected-publications .publication {
    background: rgba(237, 237, 237, 0.5);
}

.prject-selected-publications .publication-big {
    color: #ffffff;
    background: #575756;
    border: 1px solid #e0e0e0;
    background-image: url(img/header-bg.png);
}

#related-events {
    margin-top: 50px;
}

.related-events-category {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    border-top: 3px solid #FF9E1B;
    display: inline-block;
    padding-top: 3px;
    margin-bottom: 12px;
    color: #333;
}

.related-events-content .related-events-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 15px;
}

.related-events-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #333;
}

.related-event {
    margin-bottom: 32px;
}

.related-event:hover img {
    transform: scale(1.1);
}

.related-event-img {
    overflow: hidden;
}

#key-researchers {
    padding-top: 50px;
}

.key-researchers-carousel {
    padding-top: 30px;
}

.key-researcher {
    text-align: center;
}

.key-researcher:hover img {
    transform: scale(1.1);
}

.key-researcher-img {
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: auto;
}

.key-researchers-carousel .key-researcher img {
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 10px;
}

.key-researcher h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    margin-top: 10px;
}

.key-researcher p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}

#key-researchers .owl-nav {
    margin: 0;
    position: absolute;
    top: 23%;
    width: 100%;
}

#key-researchers .owl-carousel .owl-nav button.owl-next,
#key-researchers .owl-carousel .owl-nav button.owl-prev,
#key-researchers .owl-carousel button.owl-dot {
    font-size: 34px;
    color: #9e9e9e;
}

#key-researchers .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -35px;
}

#key-researchers .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -35px;
}

/*
#about-overview p {
    font-weight: 300;
    font-size: 19px;
    line-height: 160%;
}
*/
.about-overview {
    margin-bottom: 0px;
    background: #F2F2F2;
    padding: 24px;
    margin-top: 40px;
}
.page-template-page-about .goals{padding: 60px 0;}
#about-overview-section {}

/*
#mision-vision {
    font-size: 19px;
    line-height: 160%;
    padding-bottom: 65px;
}
*/
.mision-content {
    background-color: #575756;
    padding: 25px;
    margin-top: 30px;
    color: #fff;
    height: 200px;
}

.vision-content {
    background: rgba(237, 237, 237, 0.5);
    padding: 25px;
    margin-top: 30px;
    height: 200px;
}

.vision-content p {
    margin-bottom: 20px;
}

#guiding-principles {
    background: rgba(237, 237, 237, 0.5);
    padding-top: 50px;
    padding-bottom: 20px;
}

#guiding-principles .card {
    padding: 15px;
}

#guiding-principles .card-title {
    font-size: 20px;
}

#general-research-framework {
    padding: 65px 0;
}

#general-research-framework h2 {
    margin-bottom: 15px;
}

#general-research-framework p {
    font-weight: 300;
    font-size: 19px;
    line-height: 160%;
}

.author-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.author-item:last-child {
    border: none;
}

.author-item img {
    width: 52px;
    height: 52px;
    margin-right: 15px;
}

.author-item h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
}

.author-item p {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}

.post-popover {
    background: #fab116;
    border: none;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 10px;
    padding: 0;
    line-height: 1;
    position: relative;
    top: -8px;
    margin: 0 -5px;
}

.pre-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: rgba(237, 237, 237, 0.5);
    display: inline-block;
    padding: 6px 16px;
}

.contact-map {
    height: 423px;
}

.mobile-menu {

    background-repeat: no-repeat;
    background-position: right;
    background-color: #0032A0;
    background-attachment: fixed;
    padding: 32px 0px;
    padding-bottom: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    display: none;
}

.mobile-logo {
    margin-bottom: 24px;
}

.mobile-logo img {
    height: 60px;
}

.mobile-menu-buttons {
    padding: 40px 16px;
    background: #333333;
}

.mobile-menu-buttons ul {
    list-style: none;
    float: none;
    display: inline-block;
    margin: 0;
    padding-left: 0;
    margin-top: 20px;
}

.mobile-menu-buttons h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
}

.mobile-menu-buttons li {
    list-style: none;
    float: left;
    margin-left: 8px;
}

.mobile-menu-buttons li:first-of-type {
    margin-left: 0;
}

.mobile-menu-buttons .btn-secondary {
    height: 40px;
    min-width: 40px;
    padding: 4px 5px;
    font-size: 18px;
}

.mobile-menu-buttons .contact {
    font-size: 24px;
    line-height: 35px;
    display: block;
    text-align: inherit;
}

.mobile-menu input::-webkit-input-placeholder {
    /* Edge */
    color: #333333;
}

.mobile-menuinput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
}

.mobile-menu input::placeholder {
    color: #333333;
}

.mobile-menu-links {
    margin-top: 25px;
}

#mobile-menu-close {
    background: transparent;
    color: #fff;
    border: 0;
    position: absolute;
    right: 16px;
    top: 0px;
    font-size: 42px;
    padding: 0;
    line-height: 1;
}

.overlay-bg {
    background: #333333;
    opacity: 0.6;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    display: none;
}

.navbar-brand {
    padding: 24px 0;
    margin: 0;
}

.navbar-nav-top .sub-menu {
    display: none;
    position: absolute;
    top: 39px;
    right: 0;
    background: #2655bb;
    color: red;
    height: 100%;
    padding: 0;
    width: 112px;
    z-index: 9;
    list-style-type: none;
    padding: 0;
}

.wpml-ls-item {
    background: #2655bb;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px #ffffff21 solid;
    padding: 7px !important;
}



.hero {
    position: relative;
}

.hero .caption {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
}

.hero .caption h2 {
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.hero .caption h3 {
    font-size: 23px;
    font-weight: 400;
    color: #E0E0E0;

}

.hero .caption .btn {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.hero .caption .btn-outline {
    border: 2px #fff solid;
    padding: 8px 24px;
    margin-left: 25px;
    color: #fff;
}

.home-about {
    background-image: url(img/home-about-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}


.home-about h2 {
    color: #0032A0;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.home-about h3 {
    font-size: 23px;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}

.home-about p {
    font-size: 23px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
}

.home-about .btn {
    margin-top: 24px;
}

footer {
    background: #262626;
    padding: 50px 0;
    color: #fff;
    padding-bottom: 0;
}


.footer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 14px;
}

.footer-text {
    font-size: 17px;
    font-weight: 300;
    line-height: 21px;
}

.footer-title-2 {
    text-align: right;
}


.med-item {
    margin-bottom: 33px;
}

.med-item-content h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: #0032A0;
}

.page-header {
    padding: 50px 0;
    /*    background-image: url(img/news-head.jpg);*/
    background-repeat: no-repeat;
    background-size: 100%;
    background: #0032A0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.page-header h1 {

    font-size: 48px;
    font-weight: 500;
    line-height: 71px;
    text-align: center;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.single .page-header {
    background: none;
    border-top: 1px solid #E0E0E0;
    padding: 15px 0 5px 0;
    margin: 0;
}

.single .page-header .breadcrumb {
    justify-content: left;
}

.single .breadcrumb-item a,
.single .breadcrumb-item.active,
.single .breadcrumb-item + .breadcrumb-item::before {
    color: #4F4F4F;
}



.category-legal-reports .med-item {
    background: #333;
    padding: 25px;
}

.category-legal-reports .med-item-content h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
}

.page-content {
    background: #fff;
    padding: 30px;
    margin-top: -20px;
}









.wpcf7 input[type="text"].form-control,
.wpcf7 input[type="email"].form-control,
.wpcf7 input[type="tel"].form-control,
.wpcf7 input[type="number"].form-control,
.wpcf7 input[type="date"].form-control {
    padding: 10px 0;
    font-size: 18px !important;
    background: transparent;
    z-index: 2;
    position: relative;
    color: #0032A0;
    border-bottom: 1px solid #E0E0E0;
    margin-top: 6px;
}

.wpcf7 input[type="date"].form-control {
    color: transparent;
}

.wpcf7 .active input[type="date"].form-control {
    color: #0032A0;
}

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}


.wpcf7 .wpcf7-form-control-wrap {
    background: #fff;
    height: 100%;
    display: block;
}

.wpcf7 label {
    transform: translateY(-100%);
    z-index: 1;
    font-size: 16px;
    font-weight: normal;
    color: #0032A0;
    line-height: 42px;
    position: absolute;
    padding: 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wpcf7 .form-group.active > label {
    transform: translateY(-131%);
    color: #9b9b9b;
    font-size: 12px;
    padding: 6px 0;
}


.wpcf7 {
    margin-top: 33px;
}

.wpcf7 p {
    font-size: 20px;
    color: #4F4F4F;
}

.wpcf7 .wpcf7-submit {
    font-size: 16px;
    padding: 7px;
    display: block;
    width: 100%;
    margin-top: 26px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
}



.form-section-title {

    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    color: #0032A0;
    margin-bottom: 30px;
}


.donate h2 {
    color: #0032A0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 12px;


}

.donate img {
    margin-top: 20px;
}

.donate p {
    color: #333;
    font-size: 16px;
    font-weight: 300;
}

.donate-footer {
    background: #F2F2F2;
    padding: 30px;
}

.donate ul {
    padding: 0;
}

.donate ul li {
    list-style-type: none;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #333;
}

.donate .box {
    border-left: 5px #FF9E1B solid;
    padding-left: 15px;
    height: 104px;
    margin-bottom: 15px;
    margin-top: 15px;
}


.page-template-page-about .page-content {
    margin: 0;
}


.goals h2,
.values h2 {
    color: #0032A0;
    font-size: 40px;
    font-weight: 700;
    line-height: 59px;
    margin-bottom: 32px;
}

.goals img {
    width: 80px;
    margin-bottom: 18px;
}

.goal-box {
    background: #0032A0;
    padding: 25px;
    margin-bottom: 30px;
    width: 100%;
}


.goal-box p {

    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;

}

.values {
    background: #F2F2F2;
    padding: 60px 0;
}

.about-overview .overview-line {
    display: flex;
}

.about-overview .overview-line img {
    width: 40px;
    margin-right: 34px;
}

.overview-right {
    flex: 1;
}

.overview-right h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: #0032A0;
}

.overview-right p {
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}


.page-template-page-about .page-entry {
    padding-bottom: 0;
}

.values p {
    font-size: 18px;

    font-weight: 300;
    line-height: 26px;
    color: #4F4F4F;
    padding-left: 18px;
}

.values .col-lg-6 p:first-of-type {
    border-left: 2px #FF9E1B solid;
}


.page-template-page-about .page-content {
    padding: 30px 0;
}

.featured-stories {
    background: #F2F2F2;
    background-image: url(img/stories-back.jpg);
    padding: 65px 0;
}

.featured-stories .section-title {
    color: #fff;
}

.featured-stories .latest-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 12.5%, rgba(0, 0, 0, 0.65) 59.37%);
}



.wpcf7-acceptance label {
    left: 0;
    margin-top: 10px;
}


.page-header-about {
    background: #0032A0;
    text-align: center;
    height: 52px;
}

.page-header-about p {
    font-size: 20px;
    color: #FF9E1B;
    font-weight: 500;
    padding: 9px;
    position: relative;
    display: inline-block;
}


.page-header-about p:before {
    content: "";
    background: url(img/quote-left-white.svg);
    width: 12px;
    height: 12px;
    position: absolute;
    left: -8px;
    top: 18px;
    background-size: 12px;
}

.page-header-about p:after {
    content: "";
    background: url(img/quote-right-white.svg);
    width: 12px;
    height: 12px;
    position: absolute;
    right: -8px;
    top: 25px;
    background-size: 12px;
}

.home-more {
    background: #F2F2F2;
    padding: 70px 0;
}

.home-more .goal-box h2 {
    color: #fff;
    margin-top: 34px;
    margin-bottom: 10px;
}

.home-more .goal-box img {
    width: 72px;
}


.home-more .goal-box {
    background: url(img/more-pattern.svg);
    background-color: #0032A0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;

}
.home-more a{width: 100%;}
.home-more .goal-box:hover img{    transform: scale(1.1);}


.home-news {
    background: url(img/latest-pattern.svg);
    background-color: #0032A0;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.home-news .section-title {
    color: #fff;
}

.home-news .med-item-content h2 {
    color: #fff;
}

.home-news .med-item-content p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    margin-top: 10px;
}




.home-testimonies {
    background: url(img/home-tetimonials-back.jpg);
    padding: 60px 0;
}

.home-testimonies .section-title {
    color: #0032A0;
}

.home-testimonies .carousel-inner {

    background: rgb(255 255 255 / 64%);

    margin: 0;
    width: auto;
}

.home-testimonies .carousel-inner .carousel-item {
    padding: 40px 70px;
}


.home-testimonies .carousel-control-prev i,
.home-testimonies .carousel-control-next i {
    color: #4F4F4F;
}

.home-testimonies .carousel-control-next {
    right: -40px;
}

.home-testimonies .carousel-control-prev {
    left: -40px;
}

.home-testimonies .carousel-inner .go-link {
    margin: 0;
}

.home-testimonies .carousel-inner .go-link::after {

    width: 14px;
    margin-left: -1px;
    margin-bottom: -6px;
}

.home-testimonies .carousel-inner h2 {
    font-size: 19px;

    font-weight: 700;
    line-height: 28px;
    color: #333;
}

.home-testimonies-excerpt {
    position: relative;
}

.home-testimonies .carousel-inner .home-testimonies-excerpt:before {
    content: "";
    background: url(img/quote-left-dark.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    left: -47px;
    top: -9px;
}

.home-testimonies .carousel-inner .home-testimonies-excerpt:after {
    content: "";
    background: url(img/quote-right-dark.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    right: -47px;
    bottom: -9px;
}


.report-home-box .card-header {
    background: #0032A0;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}

.report-home-box .card-body {
    padding: 24px;
}

.report-home-box .card-title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.report-home-box p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.report-home-box .btn {
    display: block;
}

.report-home-box .card-header img {
    width: 32px;
    margin-top: -5px;
}


.wpml-ls-current-language {
    padding: 9.6px 0px !important;
        height: 40px;
    overflow: hidden;
}

.wpml-ls-current-language > a {
    background: url(img/Langauage.svg);
    background-repeat: no-repeat;
    background-position: 9px;
    background-color: #0d40ae;
    padding: 9.6px 34px !important;
    position: relative;
}

.wpml-ls-current-language > a:after {
    position: absolute;
    background: url(img/arrow-down.svg);
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    right: 4px;
    top: 17px;
}


.navbar-nav-top .sub-menu .wpml-ls-item {
    width: 100%;
}

.img-container {
    overflow: hidden;
}






input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
}



.wpcf7-date {

    background: url(img/calender.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;


}

.contact-form textarea{    width: 100%;font-size: 16px;padding: 12px;border-color:#e0e0e0;}

.grecaptcha-badge{display: none;}

.img-caption,
.wp-caption-text{
        background: #fbfbfb;
    font-size: 14px !important;
    line-height: inherit !important;
    margin-bottom: 15px !important;
    color: #696969;
    padding: 10px 15px;
}


.wpml-ls-item{
    padding-top:0!important;
}

ul .wpml-ls-menu-item a{
    color:#fff;
}

