@font-face { font-family: RFDewiCondensed-Black; src: url('../fonts/RFDewiCondensed-Black.ttf'); }
@font-face { font-family: OpenSans-Semibold; src: url('../fonts/OpenSans-Semibold.ttf'); } 
@font-face { font-family: OpenSans-Bold; src: url('../fonts/OpenSans-Bold.ttf'); } 

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: OpenSans-Semibold;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    color: #212220;
}
.nopadding{
    padding: 0px !important;
}
.sec-pad{
    padding: 60px 0px; 
}
.sec-pad-small{
    padding: 30px 0px;
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
p{
    font-size: 20px;
    line-height: 30px;
}
.ft-18{
    font-size: 18px;
    line-height: 28px;
}
.red-color{
    color: #EE0020!important;
}
.red-bg{
    background-color: #EE0020!important;
}
.grey-bg{
    background-color: #5B6971!important;
}
.theme-color{
    color: #007B81!important;
}
.theme-bg{
    background-color: #007B81!important;
}
.white-bg{
    background-color: #fff!important;
}
.semibold{
    font-family: OpenSans-Semibold!important;
}
.bold{
    font-family: OpenSans-Bold!important;
}
.pink-color{
    color: #EC008C!important;
}

/*header*/
.header{
    padding: 50px 0px 70px;
}
.h-logo{
    width: auto;
    max-height: 160px;
}
.header-links img{
    height: 70px;
    width: auto;
}
.navbar{
    padding: 0px;
    position: initial;
    flex-wrap: nowrap;
}
.navbar-light .navbar-nav .nav-link {
    color: #212220;
    font-size: 17px;
    padding: 20px 10px;
    position: relative;
    transition: all ease .5s;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-item.active .nav-link , .navbar-light .navbar-nav .nav-item .nav-link.active , .navbar-light .navbar-nav .nav-link:focus {
    color: #212220;
}
@media (min-width: 575px){
    .navbar-expand-xl .navbar-toggler{
        display: none!important;
    }
    .navbar-expand-xl .navbar-collapse{
        display: none!important;
    }
}
.navbar-toggler:focus{
    box-shadow: none;
    outline: 0;
}
.navbar-light .navbar-toggler {
    color: #212220;
    border: none;
}
.navbar-toggler svg{
    color: #212220;
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}

/*content area*/
.sec-bg{
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-title{
    font-size: 90px;
    line-height: 105px;
    font-family: RFDewiCondensed-Black;
}
.hero-date-white-bg{
    width: 41%;
    height: 90px;
    background-color: #fff;
    position: absolute;
    bottom: 41px;
    left: 0px;
}
.main-large-title{
    font-size: 50px;
    line-height: 60px;
    font-family: RFDewiCondensed-Black;
}
.main-title{
    font-size: 40px;
    line-height: 50px;
    font-family: RFDewiCondensed-Black;
}
.title-margin{
    margin-bottom: 40px;
}
.ft-30-title{
    font-size: 25px;
    line-height: 40px;
    font-family: OpenSans-Bold;
}
.ft-40-title{
    font-size: 35px;
    line-height: 45px;
    font-family: OpenSans-Bold;
}
.right-pad-div{
    padding-right: 60px;
}
.left-pad-div{
    padding-left: 60px;
}
.sec-border-right{
    border-right: 4px solid #fff;
}
.relative-hidden{
    position: relative;
    overflow: hidden;
}
.relative-9{
    position: relative;
    z-index: 9;
}
.side-sec-bg1{
    width: 49.5%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.side-sec-bg2{
    width: 49.5%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}
.organizations-icon{
    min-width: 60px;
    height: auto;
    margin-right: 25px;
}
.text-logo-icon{
    width: 50px;
}
.video-logo-icon{
    min-width: 60px;
    height: auto;
    margin-right: 20px;
    margin-top: 6px;
}
.about-side-img{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    max-width: 33%;
}
.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 0px;
    overflow: hidden;
}
.thumbnail {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.video {
    display: none;
    width: 100%;
    aspect-ratio: 16/9;
}
.play-btn {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.play-btn:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    transition: all 200ms;
}
.play-btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #212220;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.modal-content{
    border: none;
    border-radius: 0px;
    outline: 0;
}
.modal-body{
    padding: .8rem 1.5rem;
}
.modal .btn-close{
    position: absolute;
    top: 3px;
    right: 3px;
    opacity: 1;
    z-index: 99;
    box-shadow: none!important;
    outline: 0!important;
}
.links-div a:hover{
    text-decoration: underline;
}

/*footer*/
.footer p{
    font-size: 15px;
    line-height: 23px;
}
.footer-bottom-icon{
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.ft-15{
    font-size: 15px;
    line-height: 25px;
}
.padding-list-bg p{
    margin-bottom: 8px;
    padding: 6px 15px;
    display: inline-block;
}
.light-grey-bg{
    background-color: #E6E9EA;
}
.theme-btn{
    background-color: #EE0020;
    color: #fff!important;
    padding: 8px 30px;
    border-radius: 0px;
    font-size: 25px;
    font-family: OpenSans-Bold;
    box-shadow: none!important;
    outline: 0!important;
}
.right-border{
    border-right: 2px solid #000000;
}
.bottom-border{
    border-bottom: 2px solid #000000;
}
.white-square-box-margin{
    margin-bottom: 20px;
}   
.white-square-box{
    background-color: #fff;
    color: #212220;
    padding: 30px 40px;
    height: 100%;
}
.participation-icon{
    min-width: 70px;
    height: auto;
    margin-right: 30px;
    text-align: center;
}
.participation-icon img{
    max-height: 75px;
}
.Key-icons{
    width: 100%;
    min-height: 145px;
    text-align: center;
}
.Key-icons img{
    max-width: 145px;
    max-height: 145px;
}
.form-group{
    margin-bottom: 20px;
}
.form-control{
    font-size: 20px;
    line-height: 30px;
    padding: 9px 20px;
    border-radius: 0px;
    background-color: #E6E9EA!important;
    border: none!important;
    box-shadow: none!important;
    outline: 0!important;
}
.flex-input-div{
    display: flex;
    align-items: center;
    gap: 12px;
}
.flex-input-div p{
    white-space: nowrap;
    margin-bottom: 0px;
}
#google_translate_element{
    right: 50px!important;
}