/*----------------------------
GENERAL
------------------------------*/
.white-color,
.white-color * {
    color: #fff;
}
.grey-color,
.grey-color * {
    color: #353536;
}
.width1100px,
.width-wp1100px > .vc_column-inner {
    max-width: 1100px;
    margin: 0 auto;
}
.nsif-wp-container > .vc_column-inner {
    max-width: 1170px;
    margin: 0 auto;
}
.text-content-wrapper p:not(:last-child) {
    margin-bottom: 15px;
}
/*----------------------------
TIMELINE
------------------------------*/
.timeline-number * {
    color: #0072BB;
}
.timeline-title p {
    color: #000000;
}
.container-col.timeline-container > div {
    float: initial;
}
.container-col.timeline-container {
    justify-content: space-between;
    display: flex;
    height: 500px;
}
.container-col.timeline-container:after {
    background: #FFCA00;
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    top: 250px;
}
.timeline-img {
    height: 75px;
    width: 75px;
}
.timeline-img img {
    height: 100%;
    width: 100%;
}
.timeline-content-box,
.timeline-number {
    display: flex;
}
.timeline-number p {
    line-height: 90px;
    margin-left: 10px;
    font-size: 100px;
    font-weight: 800;
}
.timeline-number:after {
    background: #FFCA00;
    position: absolute;
    height: 250px;
    content: "";
    width: 2px;
    right: 0;
    top: 0;
}
.timeline-number {
    position: relative;
}
.timeline-title-img {
    padding-left: 25px;
    padding-top: 40px;
}
.timeline-number {
    padding-right: 20px;
    padding-top: 20px;
}
.timeline-content-box:nth-child(even) {
    position: relative;
    margin-top: 250px;
}
.timeline-inner-content {
    display: flex;
}
.timeline-content-box:nth-child(even) .timeline-inner-content {
    position: absolute;
    height: 100%;
    left: -100px;
    width: 250px;
}
.timeline-number:before {
    background: #FFCA00;
    border-radius: 50%;
    position: absolute;
    height: 18px;
    content: "";
    width: 18px;
    right: -8px;
    top: 0;
}
.timeline-content-box:nth-child(even) .timeline-number:before {
    top: inherit;
    bottom: 0;
}
.timeline-content-box:nth-child(even) .timeline-number {
    padding-top: 60px;
}
.interventions-timeline {
    padding: 60px 0 120px;
}
/*----------------------------
PAGE BANNER
------------------------------*/
.banner-content-wrapper {
    display: flex;
    height: 100%;
}
.banner-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.banner-content-container {
    position: absolute;
    max-width: 1140px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
}
.banner-image.full_height {
    height: 700px;
}
.banner-content-wrapper.center {
    text-align: center;
}
.banner-text {
    padding-top: 30px;
}
.banner-heading h2 {
    font-family: 'Gill Sans Bold' !important;
}
.banner-heading h1 {
    font-family: 'Gill Sans Bold' !important;
    color: white;
}
.banner-heading.yellow-border {
    padding-bottom: 20px;
    position: relative;
}
.banner-heading.yellow-border:after {
    background: #FFCA00;
    position: absolute;
    margin: 0 auto;
    width: 120px;
    height: 14px;
    content: "";
    bottom: 0;
    right: 0;
    left: 0;
}
.nsif-button a {
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 30px;
    transition: 0.3s all ease-in-out;
}
.page-banner-btn {
    margin-top: 40px;
}
/*----------------------------
ABOUT US PAGE BANNER
------------------------------*/
.about-banner-holder {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}
.about-inner-content {
    display: flex;
}
.nsif-widthcontainer {
    max-width: 1170px;
    margin: 0 auto;
}
.about-video-holder {
    position: relative;
    height: 100%;
}
.about-video-holder:after {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.about-banner-container {
    position: relative;
    height: 750px;
}
.about-video-holder video {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.about-text-content {
    padding-top: 40px;
    width: 390px;
}
.about-content-wrapper {
    padding-left: 50px;
    padding-top: 70px;
}
.about-title h1 {
    font-family: 'Gill Sans Bold' !important;
    line-height: 70px;
    font-size: 95px;
}
.about-title {
    position: relative;
    left: -95px;
}
.about-title {
    padding-bottom: 20px;
    position: relative;
}
.about-title:after {
    background: #FFCA00;
    position: absolute;
    width: 120px;
    height: 14px;
    content: "";
    bottom: 0;
    left: 0;
}
.about-banner-wrapper .nsif-widthcontainer {
    max-width: 1100px;
}
/*----------------------------
HEADER
------------------------------*/
.nsif-logo img {
    max-width: 125px;
}
.nsif-menu-wrapper .navbar-navigation > ul > li:not(:last-child) {
	margin-right: 30px;
}
.nsif-menu-wrapper .navbar-navigation .dropdown-menu {
	border-radius: 0px !important;
	background: #FFFFFFCC;
    left: -80px;
	top: 69px;
}
.dropdown-item:hover {
	background-color: transparent !important;
}
.dropdown-menu li {
    border-bottom: 1px solid #353536B2;
    padding: 12px 10px;
    margin: 0 15px;
}
.dropdown-menu li:last-child {
	border: none;
}
.nsif-menu-wrapper .navbar-navigation > ul > li > a {
    font-family: 'Gill Sans', sans-serif !important;
	text-transform: uppercase;
    padding: 0 !important;
    font-size: 15px;
}
.nsif-menu-wrapper ul  li  a {
    color: #353536 !important;
}
nav.navbar.navbar-expand-lg {
    justify-content: space-between;
    padding: 25px 0;
}
.navbar-navigation > ul > li.menu-item-has-children > .dropdown-toggle {
    padding-right: 20px !important;
    position: relative;
}
.navbar-navigation> ul > li.menu-item-has-children > .dropdown-toggle::after {
    font-family: 'font awesome 5 pro';
    vertical-align: inherit;
    align-items: center;
    position: absolute;
    font-weight: 700;
    content: '\f078';
    color: #353536;
    font-size: 13px;
    display: flex;
    border: none;
    height: 100%;
    margin: 0;
    right: 0;
    top: 2px;
}
.navbar-navigation > ul > li.menu-item-has-children:hover .dropdown-menu {
    display: block
}
.menu-item-has-children:before {
    position: absolute;
    display: block;
    bottom: -47px;
    height: 55px;
    content: '';
    z-index: 2;
    right: 0;
    left: 0;
}
/*----------------------------
ABOUT US 
------------------------------*/
.about-us-row-intro {
    padding: 70px 0;
}
.our-vision-col.wpb_column.vc_column_container.vc_col-sm-6 {
    padding-left: calc((100% - 1170px) / 2);
    padding-right: 100px;
}
.foundation-objects-row {
    padding: 100px 0;
}
.icon-box-container {
    padding: 7px;
}
.iconbox-row .nsif-wp-container > .vc_column-inner {
    max-width: 1182px;
}
.iconbox-row {
    padding: 70px 0;
}
.nsif-heading .title-wrapper {
    margin: 0 0 40px;
}
.our-strategic-goals {
    padding: 70px 0 25px;
}
.strategic-sliding-box.active .sliding-textbox-title p {
    color: #fff;
}
.sliding-textbox-container.active::after {
    border-right: 2px solid #fff;
}
.sliding-textbox-content {
    padding: 50px 20px;
}
.sliding-textbox-content ul {
    padding-left: 10px;
    margin: auto;
}
.sliding-textbox-content ul li {
    padding-bottom: 5px;
    position: relative;
    padding-left: 25px;
    list-style: none;
}
.sliding-textbox-content ul li:before {
    background: #353536;
    border-radius: 100%;
    position: absolute;
    content: '';
    height: 4px;
    width: 4px;
    left: 10px;
    top: 8px;
}
.what-we-do-text-col > .vc_column-inner {
    padding-left: 70px !important;
}
.about-intro-text strong {
    margin-bottom: 50px;
    display: block;
}
.about-intro-text ul li:not(:last-child) {
    margin-bottom: 25px;
}
.icon-image {
    max-width: 110px;
}
.icon-box-title {
    padding: 0 40px;
}
/*----------------------------
RESOURCES
------------------------------*/
.featured-resource-title h1 {
    font-family: 'Gill Sans', sans-serif !important;
}
.featured-resource-title h1 {
	font-size: 30px;
	font-weight: 700;
}
.feature-items-wrapper {
    height: 400px;
    display: flex;
}
.feature-item-holder:first-child {
    width: 600px;
}
.feature-item-holder:last-child {
    width: 255px;
}
.feature-item-holder {
    width: 300px;
}
.featured-bottom-content {
    background: rgba(53, 53, 54, 0.75);
    justify-content: space-between;
    padding: 15px 20px;
    position: absolute;
    display: flex;
    width: 100%;
    bottom: 0;
}
.featured-img-wrapper img {
    height: 100%;
    width: 100%;
}
.feature-item-holder:not(:last-child) {
    padding-right: 13px;
}
.feature-item-holder, 
.feature-item-content, 
.featured-img-wrapper, 
.featured-img-wrapper img {
    height: 100%;
}
.feature-item-content {
    position: relative;
}
.resource-title p {
    font-family: 'Gill Sans', sans-serif !important;
    margin: 0;
}
.box-view-more a {
    font-family: 'Gill Sans', sans-serif !important;
    text-transform: uppercase;
}
.featured-resouces-container {
    padding: 70px 0;
}
.featured-img-wrapper {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}
.resource-image-wrapper img {
    width: 100%;
}
.resources-content-container {
    padding: 70px 0;
}
.resource-image-wrapper {
    height: 350px;
}
.resource-image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.resource-bottom-content .box-view-more a {
    border: 1px solid #000;
    color: #000 !important;
}
.resource-bottom-content {
    justify-content: space-between;
    padding-top: 15px;
    display: flex;
}
.resource-item-wrapper .resource-image-wrapper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25)
}
.resources-title {
    margin-bottom: 30px;
    padding-top: 55px;
}
.resources-title p {
    font-family: 'Gill Sans', sans-serif !important;
    font-size: 30px;
}
input#resources-search::placeholder {
    font-family: "Inter", sans-serif;
    color: rgba(0, 0, 0, 0.14);
    font-size: 25px;
}
.resources-search-clear {
    cursor: pointer;
}
.resources-filter-by-title p {
    font-family: 'Gill Sans', sans-serif !important;
}
.resources-filter-by-title {
    margin-right: 15px;
}
.resources-filter-list ul li {
    font-size: 12px;
    transition: 0.3s all ease-in-out;
}
.resources-filter-list ul li:hover {
    background: #0A50A2;
    color: #fff;
}
/*----------------------------
DUTY FREE NGO
------------------------------*/
.duty-free-container {
    padding: 60px 55px;
}
.container-col.dutyfree-inner-section > div {
    float: initial !important;
}
.gws-heading.duty-free-main-title h2,
.gws-heading.dutyfree-inner-title h2 {
    font-family: 'Gill Sans', sans-serif !important;
    font-size: 20px;
}
.gws-heading.duty-free-main-title .title-wrapper {
    background: rgba(221, 221, 221, 0.3);
    padding: 10px 15px;
}
.duty-free-intro-text strong,
.duty-free-text strong {
    font-weight: 500 !important;
    color: #000 !important;
}
.duty-free-text ul ~ p {
    margin-top: 25px;
}
.container-col.dutyfree-inner-section {
    display: block;
}
.duty-free-text ul li:not(:last-child) {
    margin-bottom: 10px;
}
.eligibility-criteria-section,
.duty-free-opening-row {
    margin-bottom: 20px;
}
.container-col.dutyfree-inner-section {
    border-top: 1px solid rgba(221, 221, 221, 0.45);
    padding-top: 35px;
    margin-top: 45px;
}
.gws-heading.dutyfree-inner-title .title-wrapper {
    margin-top: 0;
}
.duty-free-btn {
    padding-bottom: 50px;
}
.duty-free-btn a {
    text-transform: uppercase;
}
.duty-free-text a {
    color: #0072BB !important;
}
/*----------------------------
FORTIFIED LEARNING ENVRIONMENT
------------------------------*/
.fle-main-container {
    padding-right: calc((100% - 1170px) / 2);
}
.family-prog-text {
    max-width: 505px;
}
.fle-main-container > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: #F2F2F2;
}
.interventions-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    background: #F2F2F2;
    padding: 70px 0 100px;
}
.interventions-row,
.family-support-programme-row {
    padding-right: calc((100% - 1170px) / 2);
}
.pad-left-calc {
    padding-left: calc(100% - 1170px);
}
.pad-right110 {
    padding-right: 110px;
}
.timeline-inner-row .wpb_wrapper {
    padding-left: 20px;
}
.timeline-inner-row {
    padding-top: 40px;
}
.container-family-support-programme-container {
    background: #F2F2F2;
    padding-bottom: 70px;
}
.container-col.family-support-programme-container {
    padding-left: calc(95% - 1170px)
}
.container-col.family-support-programme-container div img {
    padding: 7px;
}
.family-prog-text {
    align-items: center;
    padding: 0 30px;
    display: flex;
}
.family-prog-text p {
    margin: 0;
}
.implementation-row {
    padding-right: calc((100% - 1170px) / 2);
}
.implementation-row  > .wpb_column > .vc_column-inner > .wpb_wrapper{
    background: #F2F2F2;
}
.gws-image-item.implementation-img {
    margin-bottom: -70px;
}
.implementation-row {
    margin-bottom: 150px;
}
.implementation-text-col {
    padding: 0 100px 0 60px !important;
}
.key-objectives-col {
    padding: 0 100px 0 60px;
}
.container-col.fle-counter-container {
    justify-content: center;
    margin-top: 25px;
}