body {
    font-family: 'Roboto Condensed', sans-serif;
    background: #fcfcfc;
    overflow-x: hidden;
}

.landing-page-container {
    overflow-x: hidden;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

p {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.33px;
    text-align: left;
    color: #7d86a0;
    margin-bottom: 0;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 3px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: transparent;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent;
}

.table-responsive::-webkit-scrollbar {
    width: 3px;
    height: 2px;
    background: transparent;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: transparent;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
button,
input {
    text-decoration: none !important;
    outline: none !important;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*.animated {
    opacity: 0;
}*/

.visible {
    opacity: 1 !important;
}

.btn-all {
    width: 175px;
    height: 45px;
    border-radius: 8px;
    padding: 5px 20px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid transparent;
}

.btn-blue {
    background: #2570fe;
    color: #FFFFFF;
    border: none;
}

.btn-border {
    border: 1px solid #2570fe;
    color: #2570fe;
    background-color: rgba(37, 112, 254, 0.09);
}

.btn-blue:hover,
.btn-blue:focus {
    -webkit-box-shadow: 0px 0px 29px 0px rgba(70, 123, 224, 0.4);
    box-shadow: 0px 0px 29px 0px rgba(70, 123, 224, 0.4);
}

.btn-border:hover,
.btn-border:focus {
    background-color: rgba(37, 112, 254, 0.05);
}

.sec-head-btn button {
    border-radius: 15px;
    width: 55px;
    height: 55px;
}

.sec-head-btn .btn-blue:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* =================== sidebar css ===================== */

.vertical-nav {
    position: absolute;
    width: 100px;
    top: 0px;
    right: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border-right: solid 2px #eaeaf3;
    z-index: 1000;
}

.transparent-nav {
    background: transparent;
}

.accordion {
    display: none;
}

.dot-list li {
    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;
}

.dot-list.side-list .dot {
    margin-right: 0px;
    width: 9px;
    height: 8px;
}

.page-container.active .vertical-nav .dot-list {
    display: none;
}

.page-container.active .vertical-nav .accordion {
    display: block;
}


/*
.transparent-nav .side-list .dot{
	opacity:0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.page-container.active .transparent-nav .side-list .dot {
	opacity:1;
}
*/

.page-container.active .vertical-nav {
    width: 350px;
    background: #fff;
}

.transparent-container .main-page-container {
    width: calc(100% - 100px);
    margin-right: 100px;
}

.transparent-container.active .main-page-container {
    width: calc(100% - 100px) !important;
    margin-right: 100px !important;
}

.page-container.active .main-page-container {
    width: calc(100% - 0px);
    margin-right: 0px;
}

.stamp-modal .modal-dialog {
    max-width: 1050px;
    overflow: hidden;
}

.logo {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: #F0AD00;
    display: none;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    white-space: nowrap;
}

.page-container.active .logo {
    display: block;
}

.nav-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section {
    max-height: calc(100vh - 0px);
    min-height: calc(100vh - 0px);
    height: calc(100vh - 10px);
    overflow-y: hidden;
    overflow-x: hidden;
}

.stamp-container {
    overflow: auto;
}
/*.s-book-list {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}*/
.s-right {
    padding: 120px 0 0;
    min-height: 70%;
    max-height: 90vh;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

.s-right {
    padding: 120px 0 0;
    min-height: 70%;
}

.hero-stamp {
    min-height: 100%;
}

.section1 {
    overflow-x: hidden;
}

.page-container {
    max-height: calc(100vh - 0px);
    min-height: calc(100vh - 0px);
    overflow: hidden;
}

.main-page-container {
    width: calc(100% - 0px);
    margin-right: 0px;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    overflow: hidden;
    height: 100vh;
}

.main-page-container1 {
    background-color: #fff;
    width: calc(100% - 100px);
    margin-right: 100px;
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.section-head {
    margin-bottom: 30px;
}

.hero-img {
    position: relative;
    height: 100vh;
    width: 100%;
}

.wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.viewfinder,
.viewfinder:after {
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 10;
    border-radius: 100%;
    background: url('../images/hero-img.png');
    background-position: -10vh, -10vw;
    display: none;
    border: 2px solid #0D434F;
}

.background {
    width: 100%;
    display: block;
    height: 100vh;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.page-container.active .background {
    -o-object-fit: fill;
    object-fit: fill;
}

.hero-img {
    position: relative;
    height: 100vh;
    width: 100%;
}

    .hero-img:before {
        content: '';
        position: absolute;
        height: 100vh;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*background:url('../images/overlay-img.png');*/
        background: #075286;
        mix-blend-mode: multiply;
        z-index: 0;
        /*opacity:0.9;*/
    }

    .hero-img .text {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 1500px;
    }

.bg-dots {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
}

.s1,
.s2,
.s3,
.s4 {
    position: absolute;
}

.s1 {
    top: 50%;
    left: 0;
    z-index: 1;
}

.s2 {
    left: 12%;
    bottom: 40%;
}

.s3 {
    right: 25%;
    bottom: 27%;
}

.s4 {
    top: 18%;
    right: 18%;
}

.hero-img .text .btn-home {
    z-index: 10000;
}

.hero-inner {
    height: 100vh;
}

.hero-img {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.one {
    content: '';
    position: absolute;
    top: 0;
    left: -3%;
}

.two {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10%;
}

.three {
    content: '';
    position: absolute;
    top: 8%;
    right: 5%;
}



.text {
    position: relative;
}

    .text h1 {
        font-style: normal;
        font-weight: bold;
        font-size: 90px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        position: relative;
        z-index: 10;
    }

    .text p {
        font-style: italic;
        font-weight: bold;
        font-size: 38px;
        line-height: 56px;
        text-align: center;
        /*text-transform: capitalize;*/
        color: #FFFFFF;
        margin: 40px 0px;
        z-index: 10;
    }

.btn-home {
    height: 75px;
    width: 320px;
    background: #F0AD00;
    border-radius: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 30px;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    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;
}

    .btn-home:hover {
        background: #fff;
        color: #F0AD00;
    }

.sidebar-p {
    padding: 0 40px;
}

.side-bottom {
    position: absolute;
    background: #F3F3F3;
    width: 100%;
    bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.custom-padding {
    padding: 0px 0;
}

.side-bottom-black {
    background: #000;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.side-list li {
    margin-bottom: 5px;
    min-height: 30px;
}

.side-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-container.active .side-list .list-text {
    opacity: 1;
    display: block;
}

.side-list-bottom,
.side-bottom {
    display: none;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.page-container.active .side-list-bottom,
.page-container.active .side-bottom {
    opacity: 1;
    display: block;
}

.side-list .list-text {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #828282;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: none;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
    opacity: 0;
    white-space: nowrap;
}

.side-list .dot {
    margin-right: 10px;
    width: 10px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.page-container.active .side-list .dot {
    height: 10px;
}

.side-list .active .dot,
.side-list a:hover .dot {
    background: #000;
}

.side-list a.active .list-text,
.side-list a:hover .list-text {
    color: #333333;
}

.side-list-bottom a {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333333;
}

.s-r-img-inner {
    /*width:19%;*/
    margin-bottom: 30px;
}

.s-r-img {
    /* height: 150px;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.s-r-img-main {
    overflow: visible;
}


/*
.s-r-img-main:hover{

	transform: scale(1.05);
	
}*/


/*
.s-r-img-main:hover .s-r-text-inner{
	transform: scale(1);
}*/

.s-r-img img {
    -webkit-filter: drop-shadow(-3px 4px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(-3px 4px 2px rgba(0, 0, 0, 0.3));
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    width: auto;
    max-width: 100% !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.s-r-img-main:hover img {
    -webkit-filter: drop-shadow(-23px 25px 61px rgba(55, 27, 0, 0.25));
    filter: drop-shadow(-23px 25px 61px rgba(55, 27, 0, 0.25));
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.s-r-img-main {
    position: relative;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    cursor: pointer;
}

.s-r-text-inner {
    position: absolute;
    left: 0%;
    top: 5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}

.s-r-img-main:hover .s-r-text-inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-102%);
    -ms-transform: translateX(-102%);
    transform: translateX(-102%);
}

.s-r-text {
    position: relative;
    background: #fff;
    -webkit-box-shadow: -23px 25px 61px rgba(55, 27, 0, 0.25);
    box-shadow: -23px 25px 61px rgba(55, 27, 0, 0.25);
    width: 246.8px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
}

    .s-r-text:before {
        content: '';
        position: absolute;
        left: 97%;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 10px;
        width: 10px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.s-list-left li {
    margin-bottom: 10px;
}

    .s-list-left li a {
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
        text-transform: uppercase;
        color: rgb(51, 51, 51, 0.5);
        -webkit-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
        margin: 0px 30px;
    }

.s-box-head {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 28px;
    color: #0C0C0C;
    text-align: left;
}

.s-details {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    color: #828282;
    margin: 5px 0px;
    text-align: left;
}

.s-link a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
}

.stamp-bottom {
    position: relative;
    margin: 50px 50px;
    width: 100%;
}

    .stamp-bottom:before {
        content: '';
        position: absolute;
        top: 9px;
        margin: auto;
        left: 0;
        right: 0;
        height: 2px;
        width: 98%;
        background: #C0BCAC;
    }

    .stamp-bottom li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
    }

    .stamp-bottom .round {
        height: 20px;
        width: 20px;
        background: #C0BCAC;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        margin-bottom: 10px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        cursor: pointer;
        color: #000000;
    }

.side-list {
    overflow: auto;
    max-height: 460px;
}

.page-container.active .sidebar-p {
}

.s-tabs {
    border: none;
}

    .s-tabs li {
        border: none;
        width: 100%;
    }

    .s-tabs .nav-item.show .nav-link,
    .s-tabs .nav-link.active {
        background: #fff;
        color: #333;
        border: transparent;
    }

    .s-tabs .nav-link:focus,
    .s-tabs .nav-link:hover {
        border-color: transparent;
        color: #333;
    }

    .s-tabs .nav-item {
        background: transparent;
        border: transparent;
        margin-bottom: 10px;
    }

.opacity-div {
    opacity: 0.2;
}

    .opacity-div .s-r-text-inner {
        display: none;
    }

.stamp-inner .row {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 250px;
}

.col-two {
    width: calc(20% - 20px);
    margin: auto;
}

.stamp-inner {
    padding-top: 0px;
}

.stamp-container .hero-img:before {
    content: none;
}

.stamp-book-inner {
    /*   background: url(../images/stamp/sbook.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;*/
    height: 100vh;
    position: relative;
    overflow-y: scroll;
    /*padding: 150px 190px 0;*/
}

.s-book-img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

    .s-book-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }


/*.s-book-img img {
    width: 100%;
}

.s-book-img {
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    padding-top: 30px;
}*/

.stamp-b-list {
    /*padding: 110px 0px 0px 30px;*/
    position: relative;
    max-width: 1550px;
    margin: auto;
    font-size: 0;
}

.s-book-list {
    width: calc(50% - 20px);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    overflow: auto;
    height: 900px;
}

    .s-book-list li {
        /*width: 20%;*/
        position: relative;
        cursor: pointer;
    }

.s-row {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
    position: relative;
}

    .s-row:before {
        -webkit-animation: fadein 1s linear 1s forwards;
        opacity: 0;
    }

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.s-row:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    mix-blend-mode: multiply;
    height: 70px;
    width: 97%;
    bottom: 0px;
    left: 0;
    margin: auto;
    right: 0;
}

.s-book-inner img {
   /* max-height: 150px;
    width: 85%;*/
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

    .s-book-inner img:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.s-book-inner {
    position: relative;
}

    .s-book-inner h4 {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin-top: 20px;
        font-weight: 500;
        position: absolute;
        left: 0;
        right: 0;
    }

.vertical-nav .card {
    border: none !important;
}

.vertical-nav .card-header {
    background: none;
    cursor: pointer;
    border-radius: 0;
}

.vertical-nav .card-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.01em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #333333;
    height: 100%;
    width: 100%;
    display: block;
    margin-bottom: 0;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0;
}

    /*.card-title img {
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}*/
    .vertical-nav .card-title img {
        transition: transform 0.3s ease;
    }

    .vertical-nav .card-title[aria-expanded="true"] img {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

/*.vertical-nav .card-header[aria-expanded="true"] .card-title img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}*/

.card {
    border-radius: 0;
}

.card-body p {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #828282;
    -webkit-transition: opacity 1s ease-out;
    -o-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
}

    .social-list li a {
        height: 40px;
        width: 40px;
        height: 35px;
        width: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #F0AD00;
        margin: 0px 10px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
        border: 1px solid transparent;
    }

        .social-list li a:hover {
            border: 1px solid #F0AD00;
            background: transparent;
        }

            .social-list li a:hover .fa {
                color: #F0AD00;
            }

        .social-list li a .fa {
            font-size: 16px;
            color: #fff;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.hero-main-container {
    height: 100vh;
    background-repeat: no-repeat !important;
    background-size: 101% 110% !important;
    background-position: center !important;
}

.bg-gray {
    background: #F0EBD7;
}

.landing-hero-detail {
    height: 56vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .landing-hero-detail h2 {
        font-weight: bold;
        font-size: 50px;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 50px;
        color: #FFFFFF;
    }

.landing-hero-text {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 15px;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .landing-hero-text span {
        color: rgba(255, 255, 255, 0.45);
    }

.white-text {
    padding-left: 10px;
}

.hero-bottom {
    margin-top: -23%;
}

.section-bottom {
    padding-bottom: 100px;
}

.section-top {
    padding-top: 100px;
}

.section-padding {
    padding: 100px 0;
}

.bg-border {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.about-para {
    max-width: 1200px;
    margin: auto;
    padding: 200px 0;
}

    .about-para p {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        text-align: justify;
        margin-bottom: 50px;
        color: #000000;
    }

.custom-container {
    padding: 0px 150px;
}

.about-inner {
    position: relative;
}

    .about-inner:before {
        content: url('../images/un-day-1954/un-shape1.png');
        position: absolute;
        right: 50px;
        top: -50px;
    }

.text-container-left p {
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    text-align: justify;
    color: #000000;
    max-width: 550px;
    margin: auto;
}

.text-container-left:before {
    content: url('../images/un-day-1954/un-shape2.png');
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: -1;
}

.text-des {
    background: rgba(0, 0, 0, 0.7);
    height: 100px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 550px;
    padding: 10px;
    margin: -50px auto auto;
    position: relative;
}

    .text-des h4 {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }

.landing-text-container {
    margin-top: -150px;
}

.text-container-left {
    padding-top: 150px;
    max-width: 800px;
    margin-left: auto;
}

.t-right-img img {
    width: 100%;
}

.vdo-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 122px;
    width: 122px;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.info-video {
    position: relative;
}

    .info-video:before {
        content: '';
        background: #39868E;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        left: 20px;
        top: 20px;
    }

.info-text {
    background: #FFFFFF;
    border: 2px solid #695640;
    padding: 50px;
}

    .info-text p {
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
        text-align: justify;
        color: #000000;
    }

    .info-text:before {
        content: url('../images/un-day-1954/un-shape3.png');
        position: absolute;
        top: -30px;
        right: -30px;
    }

.landing-middle-pattern-section {
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.big-text {
    font-weight: bold;
    font-size: 48px;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.slide-left:before {
    content: url(../images/un-day-1954/un-shape4.png);
    position: absolute;
    z-index: 0;
    top: -150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.landing-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}

.slick-dots li button {
    border: 2px solid #9E9E9E;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    text-indent: -9999px;
    background: transparent;
    margin: 0px 5px;
    padding: 0;
}

.slick-active button {
    background: #000 !important;
    border: 1px solid #000;
}

.w-box-text {
    background: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    max-width: 850px;
    padding: 0px 20px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
}

.bottom-para {
    border: 2px solid #F0EBD7;
    padding: 50px 160px;
    margin: 80px 0;
}

    .bottom-para p {
        font-weight: bold;
        font-size: 30px;
        line-height: 46px;
        text-align: center;
        color: #FFFFFF;
    }

.btn-next {
    height: 75px;
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    color: #525B58;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin: auto;
    border: none;
}

    .btn-next:hover {
        background: rgba(255, 255, 255, 0.8);
        color: #525B58;
    }

.landing-bottom-section {
    background-repeat: no-repeat !important;
    background-position: bottom !important;
}

.landing-middle-section {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.bottom-padding {
    padding: 200px 0 100px;
}

.tab-content {
    margin-top: -100px;
}

/*.s-book-list .s-row li {
    opacity: 0;
}*/

.s-book-list .s-row:nth-child(1) li:nth-child(1) {
    -webkit-animation: fadein 1s linear 1.5s forwards;
}

.s-book-list .s-row:nth-child(1) li:nth-child(2) {
    -webkit-animation: fadein 1s linear 1.7s forwards;
}

.s-book-list .s-row:nth-child(1) li:nth-child(3) {
    -webkit-animation: fadein 1s linear 1.9s forwards;
}

.s-book-list .s-row:nth-child(1) li:nth-child(4) {
    -webkit-animation: fadein 1s linear 2.1s forwards;
}

.s-book-list .s-row:nth-child(1) li:nth-child(5) {
    -webkit-animation: fadein 1s linear 2.3s forwards;
}

.s-book-list .s-row:nth-child(2) li:nth-child(1) {
    -webkit-animation: fadein 1s linear 2.5s forwards;
}

.s-book-list .s-row:nth-child(2) li:nth-child(2) {
    -webkit-animation: fadein 1s linear 2.7s forwards;
}

.s-book-list .s-row:nth-child(2) li:nth-child(3) {
    -webkit-animation: fadein 1s linear 2.9s forwards;
}

.s-book-list .s-row:nth-child(2) li:nth-child(4) {
    -webkit-animation: fadein 1s linear 3.1s forwards;
}

.s-book-list .s-row:nth-child(2) li:nth-child(5) {
    -webkit-animation: fadein 1s linear 3.3s forwards;
}

.s-book-list .s-row:nth-child(3) li:nth-child(1) {
    -webkit-animation: fadein 1s linear 3.5s forwards;
}

.s-book-list .s-row:nth-child(3) li:nth-child(2) {
    -webkit-animation: fadein 1s linear 3.7s forwards;
}

.s-book-list .s-row:nth-child(3) li:nth-child(3) {
    -webkit-animation: fadein 1s linear 3.9s forwards;
}

.s-book-list .s-row:nth-child(3) li:nth-child(4) {
    -webkit-animation: fadein 1s linear 4.1s forwards;
}

.s-book-list .s-row:nth-child(3) li:nth-child(5) {
    -webkit-animation: fadein 1s linear 4.3s forwards;
}

.s-book-list .s-row:nth-child(4) li:nth-child(1) {
    -webkit-animation: fadein 1s linear 4.5s forwards;
}

.s-book-list .s-row:nth-child(4) li:nth-child(2) {
    -webkit-animation: fadein 1s linear 4.7s forwards;
}

.s-book-list .s-row:nth-child(4) li:nth-child(3) {
    -webkit-animation: fadein 1s linear 4.9s forwards;
}

.s-book-list .s-row:nth-child(4) li:nth-child(4) {
    -webkit-animation: fadein 1s linear 5.1s forwards;
}

.s-book-list .s-row:nth-child(4) li:nth-child(5) {
    -webkit-animation: fadein 1s linear 5.3s forwards;
}

.s-book-list .s-row:nth-child(5) li:nth-child(1) {
    -webkit-animation: fadein 1s linear 5.5s forwards;
}

.s-book-list .s-row:nth-child(5) li:nth-child(2) {
    -webkit-animation: fadein 1s linear 5.7s forwards;
}

.s-book-list .s-row:nth-child(5) li:nth-child(3) {
    -webkit-animation: fadein 1s linear 5.9s forwards;
}

.s-book-list .s-row:nth-child(5) li:nth-child(4) {
    -webkit-animation: fadein 1s linear 6.1s forwards;
}

.s-book-list .s-row:nth-child(5) li:nth-child(5) {
    -webkit-animation: fadein 1s linear 6.3s forwards;
}

.s-book-list .s-row:nth-child(6) li:nth-child(1) {
    -webkit-animation: fadein 1s linear 6.5s forwards;
}

.s-book-list .s-row:nth-child(6) li:nth-child(2) {
    -webkit-animation: fadein 1s linear 6.7s forwards;
}

.s-book-list .s-row:nth-child(6) li:nth-child(3) {
    -webkit-animation: fadein 1s linear 6.9s forwards;
}

.s-book-list .s-row:nth-child(6) li:nth-child(4) {
    -webkit-animation: fadein 1s linear 7.1s forwards;
}

.s-book-list .s-row:nth-child(6) li:nth-child(5) {
    -webkit-animation: fadein 1s linear 7.3s forwards;
}

.about-inner.m-inner:before {
    left: -50px;
    right: 0;
    top: 70%;
}

.text-container-left.m-left:before {
    content: url(../images/malaria/m-shape2.png);
}

.landing-text-container.m-container {
    margin-top: -200px;
}

.m-info-para {
    margin-left: -20px;
    position: relative;
    z-index: -1;
}

.info-text.m-para:before {
    content: url(../images/un-day-1954/un-shape3.png);
    position: absolute;
    bottom: -40px;
    right: -40px;
    z-index: -1;
    top: auto !important;
}

.m-bottom-padding {
    padding: 0px 0 100px;
}

.m-b-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

.m-b-para p {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.bg-pink {
    background: #DE3972;
}

    .bg-pink:hover {
        background: #f35e91;
    }

.color-white {
    color: #fff !important;
}

.about-inner.h-inner:before {
    right: -80px;
    top: 130px;
}

.white-h-box {
    height: 105px;
    background: rgba(255, 255, 255, 0.9);
    width: 900px;
    padding: 2px;
}

    .white-h-box h4 {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #000000;
    }

.info-img:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background: #404E74;
    z-index: -1;
    right: -20px;
    top: 20px;
}

.info-h-text:before {
    content: none;
}

.h-info-para {
    margin-right: -50px;
    position: relative;
    z-index: 1;
}

.info-text.h-para:before {
    position: absolute;
    left: 50px;
    z-index: 1;
    top: -30px !important;
}

.bg-blue {
    background: #404E74;
}

    .bg-blue:hover {
        background: #5e6986;
    }

.margin-minus {
    margin-top: -100px;
}

.about-inner.he-inner:before {
    right: -60px;
    top: 60%;
}

.he-bg {
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-size: contain !important;
}

.he-text h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.landing-mid-text {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 600px;
}

.quote {
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 150px;
    color: #FFFFFF;
}

.quote-small {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.info-text-he p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
    color: #000000;
}

.he-des {
    width: 50%;
}

    .he-des .info-text-he {
        max-width: 550px;
        margin-left: auto;
    }

.info-he-img h5 {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}

.bg-orange {
    background: #F2923E;
}

    .bg-orange:hover {
        background: #ec984d;
    }

.he-bottom:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 600px;
    width: 100%;
    z-index: -1;
    top: 12%;
    left: -4%;
}

.he-b-right p {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    max-width: 650px;
    margin-right: 0;
    margin-left: 10%;
    text-align: justify;
    margin-top: 100px;
    color: #000;
}

.he-bottom {
    margin-bottom: 100px;
}

.about-inner.human-inner:before {
    left: -60px;
    right: 0;
    top: 36%;
}

.human-left {
    padding-top: 150px;
    max-width: 700px;
    margin: 0px auto;
}

    .human-left:before {
        content: url(../images/human-rights/shape1.png);
        position: absolute;
        left: -150px;
        top: 20px;
        z-index: -1;
    }

.info-img-human:before {
    content: url('../images/human-rights/shape-bg.png');
    position: absolute;
    top: 45%;
    z-index: -1;
}

.human-bottom-box {
    background: #FFFFFF;
    padding: 10px 20px;
    margin: 0px 50px;
}

.color-brown,
.color-brown:hover {
    color: #B6575B;
}

.m-bottom {
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.hunger-bottom {
    background-repeat: no-repeat !important;
    background-position: 100% 160% !important;
}

.m-hero-img:before {
    content: url('../images/malaria/m-shape1.png');
    position: absolute;
    bottom: -90px;
    right: -100px;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

.hunger-hero-img:before {
    content: url('../images/malaria/m-shape1.png');
    position: absolute;
    bottom: -50px;
    left: -100px;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

.hunger-des:before {
    content: url('../images/malaria/m-shape1.png');
    position: absolute;
    bottom: -120px;
    left: -80px;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

.hunger-img-left:before {
    content: url('../images/hunger/h-shape1.png');
    position: absolute;
    bottom: auto;
    left: 0px;
    z-index: 1;
    top: 40px;
}

.hunger-bottom:before {
    content: url('../images/hunger/h-shape3.png');
    position: absolute;
    bottom: auto;
    left: 0px;
    z-index: 1;
    top: 200px;
}

.hunger-bottom:after {
    content: url('../images/hunger/h-shape2.png');
    position: absolute;
    bottom: auto;
    right: 7%;
    z-index: 1;
    top: 40%;
}

.he-bottom:after {
    content: url('../images/heforshe/shape1.png');
    position: absolute;
    bottom: auto;
    right: 0px;
    z-index: 1;
    top: -15px;
}

.he-mid:before {
    content: url('../images/un-day-1954/un-shape3.png');
    position: absolute;
    left: 0px;
    z-index: 1;
    bottom: -50px;
}

.aids-img:before {
    content: url('../images/aids/img1-bg.png');
    position: absolute;
    left: 0px;
    z-index: 1;
    bottom: -160px;
}

.unido-hero-img:before {
    content: url('../images/un-day-1954/un-shape3.png');
    position: absolute;
    right: -6%;
    z-index: -1;
    bottom: 20%;
}

.aids-des {
    background: #fff;
    height: 82px;
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    margin: 0px auto 0;
    z-index: 100;
    position: relative;
}

.adis-para {
    z-index: 1;
}

    .adis-para:before {
        content: url('../images/aids/shape1.png');
        position: absolute;
        left: 0px;
        right: 0;
        z-index: -1;
        bottom: 100px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.info-aids-text:before {
    content: url('../images/malaria/m-shape1.png');
    position: absolute;
    right: -150px;
    z-index: -1;
    bottom: -160px;
    top: auto;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

.adis-para p {
    padding: 150px 0px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
    color: #000000;
}

.translate-50 {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.human-bottom-section {
    background-position: inherit !important;
    background-repeat: no-repeat !important;
}

.color-red,
.color-red:hover {
    color: #E42F2B;
}

.unido-des {
    width: calc(100% - 100px);
}

.unido-inner-des {
    max-width: 600px;
    height: auto;
    text-align: center;
}

.unido-bottom-section {
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.color-blue,
.color-blue:hover {
    color: #362E4D;
}

.non-bg:before {
    position: absolute;
    left: -50px;
    top: -40px;
}

.non-middle {
    background-size: 100% 100% !important;
}

.non-slide-left p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
    letter-spacing: 0.01em;
    max-width: 700px;
    color: #000000;
}

.non-slide-left:before {
    content: url(../images/non-violence/shape1.png);
    position: absolute;
    left: -10%;
    top: -100%;
    z-index: 0;
}

.non-info-left .info-video:before {
    background: #9C4F5C;
}

.non-info-text:before {
    content: none;
}

.non-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
}

.bg-marron,
.bg-marron:hover {
    background: #9B4E5B;
}

.non-bg-sec {
    margin-bottom: 100px;
}

.non-mid-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 0px 350px;
}

.non-bottom-section:after {
    content: url(../images/non-violence/shape2.png);
    position: absolute;
    bottom: auto;
    right: 14%;
    z-index: 1;
    top: -15%;
}

.non-bottom-section:before {
    content: url(../images/non-violence/shape3.png);
    position: absolute;
    bottom: auto;
    right: 0%;
    z-index: 1;
    top: -15%;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.unicef-60-left {
    padding-top: 150px;
    max-width: 600px;
    margin: auto;
}

    .unicef-60-left p {
        max-width: 100%;
    }

.uni-1:before {
    content: url(../images/unicef-60/shape1.png) !important;
}

.bottom-des h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: justify;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
}

.translate-x {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    z-index: -1;
}

.uni-60-text:before {
    content: none;
    z-index: -1;
}

.uni-info-para {
    z-index: -1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.uni-bottom-section {
    background-position: 100% -100% !important;
    background-repeat: no-repeat !important;
}

.bg-white {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}

.color-brown2,
.color-brown2:hover {
    color: #735543;
}

.content-none:before {
    content: none;
}

.unesco-hero-bottom:before {
    content: url(../images/unesco/shape1.png);
    position: absolute;
    right: -10%;
    bottom: -5%;
    z-index: -1;
}

.unesco-inner:before {
    content: url(../images/un-day-1954/un-shape1.png);
    position: absolute;
    right: -60px;
    bottom: 80px;
    z-index: 1;
}

.unesco-left {
    padding-top: 150px;
    max-width: 700px;
    margin: 0px auto;
}

    .unesco-left:before {
        content: url(../images/unesco/shape2.png);
        position: absolute;
        right: -20%;
        top: 10px;
        z-index: -1;
        left: auto;
    }

    .unesco-left p {
        max-width: 100%;
    }

.unesco-bottom-section {
    background-position: 100% 200% !important;
    background-repeat: no-repeat !important;
}

.color-brown3,
.color-brown3:hover {
    color: #8C534C;
}

.unesco-des {
    max-width: 600px;
}

.uni-86-inner:before {
    right: 0;
    top: 25%;
    left: auto;
}

.uni-86-para {
    z-index: -1;
    position: relative;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.uni-86-info {
    z-index: 1;
}

.unicef-60-left:before {
    content: url(../images/unicef-86/shape1.png);
    position: absolute;
    left: -25%;
    top: -4%;
    z-index: -1;
}

.uni-bottom-86-section:before {
    content: url('../images/unicef-86/uni-bottom-img.png');
    position: absolute;
    bottom: 0;
}

.bg-blue2 {
    background: #3991C9;
}

    .bg-blue2:hover {
        background: #66a2c7;
    }

.namibia-para:before {
    content: url(../images/namibia/shape1.png);
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.namibia-para p {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.namibia-para h6 {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #695640;
}

.namibia-info-text {
    -webkit-transform: translateX(35%);
    -ms-transform: translateX(35%);
    transform: translateX(35%);
}

.namibia-info-para:before {
    content: url(../images/malaria/m-shape1.png);
    position: absolute;
    left: 20%;
    z-index: -2;
    top: auto !important;
    bottom: 25%;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

.namibia-des {
    max-width: 800px;
    margin-left: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto !important;
}

.namibia-left:before {
    content: url(../images/namibia/shape2.png);
    position: absolute;
    right: -20%;
    top: -60%;
    z-index: -1;
    left: auto;
}

.max-width-100 {
    max-width: 100%;
}

.namibia-bottom-section {
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.namibia-bottom-box {
    background: #FFFFFF;
    padding: 10px 20px;
    margin: 0px 250px;
}

.color-red2,
.color-red2:hover {
    color: #EA163C;
}

.ilo-inner:before {
    content: url(../images/un-day-1954/un-shape1.png);
    position: absolute;
    right: -20px;
    bottom: -20px;
    top: auto;
    left: auto;
}

.ilo-info-para {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    z-index: 1;
}

.ilo-info-video:before {
    background: #954942;
}

.ilo-text:before {
    position: absolute;
    top: auto;
    bottom: -40px;
    right: 60px;
}

.ilo-img {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
}

.ilo-mid-text {
    padding-bottom: 200px;
}

.landing-bottom-text {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}

.ilo-img:before {
    content: url(../images/ilo/shape1.png);
    position: absolute;
    bottom: 15%;
    left: 3%;
    z-index: -1;
}

.text-container-left.ilo-left:before {
    content: url(../images/ilo/shape2.png);
    position: absolute;
    left: 5px;
    top: -10px;
    z-index: -1;
}

.ilo-para p {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.01em;
    z-index: 1;
    color: #000000;
}

.ilo-para:before {
    content: url(../images/ilo/shape3.png);
    position: absolute;
    left: 0px;
    top: -33%;
    z-index: 1;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-brown4,
.bg-brown4:hover {
    background: #954942;
}

.peace-left {
    padding-top: 150px;
    max-width: 500px;
    margin: 0px auto;
}

    .peace-left:before {
        content: url(../images/peace/shape1.png);
        position: absolute;
        left: -35%;
        top: 0%;
        z-index: -1;
    }

.peace-mid-text {
    background-position: inherit !important;
    min-height: 950px;
}

.peace-b-text {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.peace-bottom-section {
    background-position: 100% -100% !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
    margin: -200px 0 0;
}

.bg-blue3,
.bg-blue3:hover {
    background: #465F81;
}

.peace-bottom-section:before {
    content: url(../images/peace/shape2.png);
    position: absolute;
    left: 15%;
    top: -7%;
    z-index: 100;
}

.peace-bottom-section:after {
    content: url(../images/peace/shape3.png);
    position: absolute;
    right: 15%;
    top: -7%;
    z-index: 100;
}

.yoga-border:before {
    content: url(../images/un-day-1954/un-shape1.png);
    position: absolute;
    right: -100px;
    top: 15%;
    left: auto;
}

.yoga-img:before {
    background: #386AB3;
}

.yoga-img-left:after {
    content: url(../images/hunger/h-shape1.png);
    position: absolute;
    bottom: auto;
    left: 20px;
    z-index: 1;
    top: 90px;
}

.yoga-des:before {
    content: url(../images/yoga/shape1.png);
    position: absolute;
    top: -50px;
    right: 50px;
    z-index: 1;
    left: auto;
}

.y-right-img {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
    margin-top: 200px;
}

.yoga-video:before {
    background: #F9CF19;
}

.yoga-info-des:before {
    content: url(../images/yoga/shape2.png);
    position: absolute;
    top: -200px;
    right: 50px;
    z-index: -1;
    left: auto;
}

.yoga-info-des p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
    color: #000000;
}

.yoga-left-text:before {
    content: url(../images/yoga/shape1.png);
    position: absolute;
    top: -50px;
    right: auto;
    z-index: -1;
    left: -12%;
}

.yoga-bottom-inner:before {
    content: url(../images/yoga/shape3.png);
    position: absolute;
    top: -8%;
    right: auto;
    z-index: -3;
    left: 25%;
}

.landing-info-yoga:before {
    content: url(../images/yoga/yoga-mid-bg.png);
    position: absolute;
    top: 5%;
    right: auto;
    z-index: -3;
    left: 0%;
}

.yoga-bottom-section {
    background-position: 100% 200% !important;
    background-repeat: no-repeat !important;
}

.yoga-bottom-text h4 {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.bg-blue4,
.bg-blue4:hover {
    background: #386AB3;
}

.ms-hero-img:before {
    content: url(../images/m-s/shape1.png);
    position: absolute;
    top: auto;
    right: -8%;
    z-index: -3;
    left: auto;
    bottom: -5%;
}

.ms-info h4 {
    font-weight: bold;
    font-size: 48px;
    line-height: 63px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000000;
}

.ms-info span {
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #695640;
}

.ms-info:before {
    content: url(../images/m-s/shape2.png);
    position: absolute;
    top: auto;
    right: 2%;
    z-index: -3;
    left: auto;
    bottom: -20%;
}

.ms-inner:before {
    content: url(../images/un-day-1954/un-shape1.png);
    position: absolute;
    top: 30%;
    right: auto;
    z-index: 1;
    left: -5%;
    bottom: auto;
}

.ms-inner:after {
    content: url(../images/m-s/shape3.png);
    position: absolute;
    top: -10%;
    right: -6%;
    z-index: -1;
    left: auto;
    bottom: auto;
}

.ms-minus {
    margin-top: -250px;
}

.ms-des {
    width: 85%;
    height: auto;
    padding: 8px;
}

.ms-img-des {
    max-width: 700px;
}

.info-ms-left {
    position: relative;
    z-index: 1;
}

.info-ms-right .info-text {
    padding: 70px;
}

.info-ms-right {
    -webkit-transform: translateX(-85px);
    -ms-transform: translateX(-85px);
    transform: translateX(-85px);
}

.ms-info-des:before {
    content: url(../images/m-s/shape1.png);
    position: absolute;
    left: -30%;
    z-index: 1;
    bottom: auto;
    top: 5%;
}

.landing-ms {
    height: 650px;
}

    .landing-ms p {
        font-weight: bold;
        font-size: 36px;
        line-height: 55px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
    }

.bg-yellow,
.bg-yellow:hover {
    background: #F0AD00;
}

.ms-bottom-section:before {
    content: url(../images/m-s/shape3.png);
    position: absolute;
    left: 4%;
    z-index: 0;
    bottom: 0;
    top: 40%;
}

.ms-bottom-section {
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.ms-img-section:before {
    content: url(../images/m-s/shape4.png);
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: 0;
    top: -5%;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ms-img-section:after {
    content: url(../images/m-s/shape5.png);
    position: absolute;
    left: auto;
    z-index: 0;
    bottom: 0;
    top: 12%;
    right: -8%;
}

.social-list {
    display: none;
}

.page-container.active .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-container.active .nav-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.see-all {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-decoration: underline !important;
    color: #333333;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.stamp-b-bottom {
    margin: 140px 0 80px;
    position: absolute;
    left: 0;
    right: 0;
}

.see-all:hover {
    color: #000;
}

.h-90 {
    height: 95%;
}

.bottom-link {
    width: 100%;
    padding: 0px;
    position: absolute;
    top: 70%;
    left: 0;
    right: auto;
}

.ilo-bottom:before {
    content: url(../images/ilo/shape4.png);
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: auto;
    top: -4%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.human-bottom-img:before {
    content: url(../images/human-rights/shape2.png);
    position: absolute;
    left: 0;
    z-index: 0;
    bottom: auto;
    top: -5%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.he-mid-img:before {
    content: url(../images/malaria/m-shape1.png);
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: auto;
    top: 15%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

.slide-box {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
}

#ninja-slider .ns-img, #ninja-slider1 .ns-img {
    position: relative !important;
}

#ninja-slider, #ninja-slider1 {
    background: rgba(137, 137, 138, 0.6) !important;
}

    #ninja-slider .fs-icon, #ninja-slider1 .fs-icon {
        color: black !important;
    }

    #ninja-slider.fullscreen .fs-icon, #ninja-slider1.fullscreen .fs-icon {
        position: absolute !important;
        top: 8% !important;
        right: -15% !important;
        background: transparent !important;
    }

#ninja-slider-prev::before,
#ninja-slider-next::before,
#ninja-slider-prev1::before,
#ninja-slider-next1::before {
    width: 35px;
    height: 35px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#ninja-slider-prev,
#ninja-slider-next,
#ninja-slider-prev1,
#ninja-slider-next1 {
    background: transparent !important;
    opacity: 1 !important;
}

#ninja-slider-prev, #ninja-slider-prev1 {
    left: -40% !important;
    top: 50% !important;
}

#ninja-slider-next, #ninja-slider-next1 {
    right: -40% !important;
    top: 50% !important;
}

#ninja-slider .ns-img, #ninja-slider1 .ns-img {
    position: relative !important;
    width: 100% !important;
    height: 60% !important;
    margin-bottom: 30px;
    background-size: contain !important;
}

.slide-box h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 62px;
    margin-bottom: 20px;
    color: #000000;
}

.slide-box p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 20px;
    color: #828282;
}

.slide-text span {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #000000;
}

.slide-text .black-text {
    margin-left: 10px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #000000;
    text-transform: uppercase;
}

.slide-text {
    margin-bottom: 8px;
}

#ninja-slider .slider-inner, #ninja-slider1 .slider-inner {
    padding-top: 50px !important;
}

#ninja-slider li, #ninja-slider1 li {
    margin-bottom: 100px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#ninja-slider.fullscreen, #ninja-slider1.fullscreen {
    overflow: hidden !important;
}


.stamp-body {
    padding: 50px;
}

.stamp-para p {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: justify;
    color: #000000;
    margin-bottom: 20px;
}

.stamp-img {
    margin-bottom: 100px;
}

.stamp-modal .modal-dialog:before {
    content: url('../images/un-day-1954/un-shape1.png');
    position: absolute;
    top: -3%;
    left: -3%;
    z-index: 1;
}

.stamp-body:before {
    content: url('../images/un-day-1954/un-shape3.png');
    position: absolute;
    top: 70%;
    left: -10%;
    z-index: 1;
}

.stamp-body:after {
    content: url('../images/shape1.png');
    position: absolute;
    top: 95%;
    right: -2%;
    z-index: 1;
}

.diwali-left:before {
    content: url(../images/diwali/shape1.png);
    position: absolute;
    top: -5%;
    right: -28%;
    z-index: -1;
}

.diwali-info:before {
    content: url(../images/malaria/m-shape1.png);
    position: absolute;
    top: 35%;
    z-index: -1;
    left: 15%;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

.diwali-bottom:before {
    content: url(../images/diwali/shape2.png);
    position: absolute;
    top: 5%;
    z-index: 1;
    right: -3%;
}

.diwali-bottom-section {
    background-position: 100% 300px !important;
    background-repeat: no-repeat !important;
}

.color-blue-diwali, .color-blue-diwali:hover {
    color: #0C2F66;
}

.last-border {
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}

    .last-border:before {
        content: url(../images/malaria/m-shape1.png);
        position: absolute;
        top: -5%;
        z-index: -1;
        left: -11%;
        mix-blend-mode: multiply;
        opacity: 0.6;
    }

    .last-border:after {
        content: url(../images/un-day-1954/un-shape1.png);
        position: absolute;
        bottom: -50px;
        z-index: 1;
        right: -50px;
    }

.bg-blue-last, .bg-blue-last:hover {
    background: #0069B1;
}

.hero-btn {
    z-index: 10;
}

.bottom-btn a {
    margin: inherit;
}

.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.landing-nav {
    position: fixed;
}

.landing .page-container {
    max-height: auto;
    min-height: auto;
    overflow: inherit;
}

.logo1 img, .logo2 img {
    width: 100px;
}

.logo1 {
    position: absolute;
    top: 15px;
    left: 2%;
    z-index: 100;
}

.logo2 {
    position: absolute;
    top: 15px;
    right: 10%;
    z-index: 100;
}

.s-left {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.max-100 {
    max-width: 100% !important;
}

.small-stamp, .stamp-list-small {
    display: none;
}

.small-screen-text {
    display: none;
}
.stamp-images {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 290px !important;
    height: 110px !important;
}
.stamp-images1 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 130px !important;
    height: 160px !important;
}

.stamp-images-sq {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 155px !important;
    height: 155px !important;
}
.stamp-book-images {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100px ;
    height: 60px ;
    padding-left: 10px;
    padding-right: 10px;
}
.stamp-book-images1 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 95px ;
    height: 100px ;
    padding-left: 10px;
    padding-right: 10px;
}

.stamp-book-images1-sq {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 95px;
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

.hero-stamp-image img{
    padding:5px;
}