@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'entypo';
    src: url('../fonts/controls/entypo.eot');
    src: url('../fonts/controls/entypo.eot?#iefix') format('embedded-opentype'), url('../fonts/controls/entypo.woff') format('woff'), url('../fonts/controls/entypo.ttf') format('truetype'), url('../fonts/controls/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'), url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf') format('truetype'), url('../fonts/Impact.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0px;
    padding: 0px;
}
a:hover, a:focus {
    text-decoration: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #222;
    overflow-x: hidden;
}
.pd-40 {
    padding: 50px;
}
.form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: none;
}
.form-control:focus {
    border-color: rgb(229 229 229);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(229 229 229 / 0%), 0 0 8px rgb(184 184 184 / 39%);
    box-shadow: inset 0 1px 1px rgb(229 229 229 / 0%), 0 0 8px rgb(184 184 184 / 39%);
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    font-weight: 400;
}
.form-group {
    margin-bottom: 25px;
}
.goto-btn {
    background: #00bcd4;
    color: #ffffff !important;
    font-size: 15px;
    margin: 0px auto;
    padding: 16px 10px;
    text-align: center;
    border-radius: 40px;
    margin-top: 62px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    width: 350px;
    font-weight: 600;
}
.goto-btn:hover {
    background: #059eb2;
}
.save-btn {
    background: #6cb540;
    color: #ffffff !important;
    font-size: 15px;
    margin: 0px auto;
    padding: 16px 10px;
    text-align: center;
    border-radius: 40px;
    margin-top: 32px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    width: 250px;
    font-weight: 600;
    border: 0px;
}
.save-btn:hover {
    background: #509924;
}
.register-btn {
    background: #6cb540;
    color: #ffffff !important;
    font-size: 15px;
    margin: 0px auto;
    padding: 16px 10px;
    text-align: center;
    border-radius: 40px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    width: 100%;
    font-weight: 600;
    border: 0;
}
.register-btn:hover {
    background: #509924;
}
.log-btn {
    background: #ff9800;
    color: #ffffff !important;
    font-size: 15px;
    margin: 0px auto;
    padding: 16px 10px;
    text-align: center;
    border-radius: 40px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
    width: 100%;
    font-weight: 600;
    border: 0px;
}
.log-btn:hover {
    background: #e18601;
}
.apply-bg {
    padding: 20px 0px 80px 0px;
}
.accordion-list {
    color: #000;
    cursor: pointer;
    padding: 0px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 35px;
    border-radius: 10px;
    font-weight: 600;
    line-height: normal;
}
.accordion-list:hover {
}
.accordion {
    background-color: #f7f7f7;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 5px;
    border-radius: 10px;
    font-weight: 600;
    line-height: 22px;
    border: 1px solid #e3e0e0;
}
.activeaccord, .accordion:hover {
}
.accordion:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 20px;
}
.activeaccord:after {
    content: "\2212";
}
.accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion-panel > p {
    padding: 20px;
    padding-left: 35px;
    margin: 0px;
}
.accordion-panel ul {
    padding: 12px 20px;
    padding-left: 35px;
    margin: 0px;
}
.accordion-panel ul li {
    list-style: none;
    line-height: 40px;
    border-bottom: 1px solid #dbdada;
}
.accordion-panel ul li i {
    color: #00bcd4;
    margin-right: 8px;
}
.accordion-panel ul li:last-child {
    border-bottom: 0px solid #dbdada;
}
fieldset {
    padding: 20px;
    margin: 0px;
    border: 1px solid #e3e0e0;
    background: #f7f7f7;
    margin: 20px 0px;
    border-radius: 10px;
}
.text-b {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #464646;
    padding: 0px 0px;
    font-weight: 700;
}
.text-b span {
    background: #f7f7f7;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    padding: 2px;
    border: 1px solid #ebeaea;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 10px;
}
.fieldset {
    padding: 15px 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    padding-bottom: 0px;
}
.fieldset h4 {
    font-weight: 700;
    font-size: 20px;
    border: 1px solid #e3e0e0;
    padding: 16px 30px;
    display: block;
    color: #000;
    margin-bottom: 40px;
    background: #f7f7f7;
    text-align: left;
}
.fieldset h4 span {
    color: #00bcd4;
}
.fieldset-2 {
    border: 1px solid rgb(255,232,57);
    width: 600px;
    margin: auto;
    padding: 20px 10px;
    display: flow-root;
}
.legend {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #464646;
    padding: 0px 0px;
    font-weight: 700;
    text-align: center;
}
.legend span {
    background: #f7f7f7;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    padding: 2px;
    border: 1px solid #ebeaea;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 10px;
}
.legend_inner {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #464646;
    padding: 0px 0px;
    font-weight: 700;
    text-align: left;
}
.checklist-text {
    margin: 0px 20px;
}
.checklist-text > h4 {
    font-size: 17px;
    font-weight: 600;
}
.checklist-text ul {
    margin-left: 58px;
}
.checklist-text ul li {
    list-style: none;
    line-height: 40px;
    border-bottom: 1px dotted #dbdada;
}
.checklist-text ul li i {
    color: #ffffff;
    margin-right: 8px;
    width: 18px;
    background: #00bcd4;
    height: 18px;
    border-radius: 50px;
    text-align: center;
    padding: 1px 7px;
    font-weight: bold;
    line-height: normal;
}
.checklist-text ul li:last-child {
    border-bottom: 0px dotted #ccc;
}
.header_title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 5px;
}
.header_title > span {
    background: #00bcd4;
    height: 2px;
    width: 47px;
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}
.witness-photo {
    padding: 0px 0px;
    position: relative;
    top: 45px;
    line-height: 33px;
}
.signature-donor {
    padding: 15px 15px;
    text-align: right;
    clear: both;
    font-weight: 600;
}
.body-form {
    background: rgb(250 250 250);
    padding: 50px;
    border-radius: 5px;
    border: 1px solid hsl(0deg 0% 91%);
    display: inline-block;
    width: 100%;
    margin: 40px 0px;
}
.body-form-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.body-form p {
    text-align: justify;
    padding: 40px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 25px;
    border-radius: 5px;
    margin: 40px 0px;
    clear: both;
}
.body-form .aside {
    float: left;
    width: 830px;
    line-height: 40px;
    margin-bottom: 20px;
}
.body-form aside p {
    padding-bottom: 0px;
    line-height: 45px;
}
.filltext-body-form {
    border: 0px;
    border-bottom: 1px dotted #999;
    margin: 0px 5px;
    line-height: normal;
    background-color: transparent;
    padding: 8px 0px;
}
.filltext-body-form:focus {
    outline: 0px;
    border-bottom: 1px dotted #dfdfdf;
}
.passport-grid {
    float: right;
    width: 160px;
}
.profile-pic {
    max-width: 160px;
    max-height: 160px;
    display: block;
}
.file-upload {
    background-color: #ffffff;
    width: 200px;
    float: right;
    height: 194px;
}
.signature-file-upload {
    height: 129px;
    width: 300px;
}
.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}
.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}
.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}
.file-upload-content {
    display: none;
    text-align: center;
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}
.image-upload-wrap {
    background: url(../images/passport-img.png) no-repeat center bottom;
    background-size: cover;
    margin-top: 0px;
    border: 1px dashed #00bcd4;
    position: relative;
    padding: 10px;
}
.signature-upload-wrap {
    background: none !important;
    background-size: cover;
    margin-top: 0px;
    border: 1px dashed #00bcd4;
    position: relative;
    padding: 10px;
}
.image-dropping, .image-upload-wrap:hover {
    background-color: #f1efef;
}
.image-title {
    display: none;
}
.image-title-wrap {
    padding: 0px;
    color: #222;
}
.drag-text {
    text-align: center;
}
.drag-text h3 {
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    margin-top: 150px;
    background: #00bcd4;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    border-radius: 40px;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.signed-by {
    clear: both;
    line-height: 25px;
    padding: 40px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.file-upload-image {
    height: 194px;
    width: 200px;
    margin: auto;
    padding: 0px;
}
.file-upload-signature {
    height: 94px;
    width: 100%;
    padding: 0px;
}
.remove-image {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 0px;
    transition: all .2s ease;
    outline: none;
    font-weight: 700;
    position: relative;
    font-size: 14px;
    right: 0px;
}
.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}
.remove-image:active {
    border: 0;
    transition: all .2s ease;
}
.circle {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgb(199 214 226);
    width: 159px;
    height: 159p
}
.p-image {
    right: 30px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
    font-size: 1.2em;
}
.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}
.about-ol {
    margin-left: 20px;
    text-align: justify;
}
.about-ol li {
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    display: inline-flex;
    width: 100%;
    padding: 10px 0px;
}
.about-ol li i {
    color: #ffffff;
    margin-right: 8px;
    float: left;
    width: 18px;
    position: relative;
    top: 4px;
    background: #00bcd4;
    height: 17px;
    border-radius: 50px;
    text-align: center;
    padding: 1px 7px;
    font-weight: bold;
    line-height: normal;
}
.about-ol li span {
    color: #000;
    float: left;
    width: 97%;
    line-height: 26px;
}
.about_title > h3 {
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
}
.about_title > p {
    text-align: justify;
}
.breadcrumb-grid {
    padding: 50px 0;
    background: url(../images/inner-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin-top: -6px;
    margin-bottom: 40px;
}
.breadcrumb {
    color: #fff;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
}
.breadcrumb > li {
    font-size: 12px;
}
.breadcrumb li a {
    color: #00bcd4;
    font-weight: 500;
}
.breadcrumb > .active {
    color: #cecece;
}
.iwwa-text {
    background: url(../images/iwwa-bg-text.jpg) center;
    background-size: contain;
    margin: auto;
    width: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-attachment: fixed;
    font-size: 21rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Impact';
    font-weight: bold;
    letter-spacing: 14px;
}
.upcoming-grid {
    padding: 80px 0px 40px 0px;
    background: #fff;
}
.ctrCont {
    display: block;
    padding: 20px;
    border-radius: 5px;
    transition: all 0.3s linear;
    text-align: center;
}
.ctrCont:hover {
    box-shadow: 0px 5px 10px rgb(153 153 153 / 24%);
}
.ctrCont > i {
    font-size: 50px;
    color: #2386da;
}
.ctrCont > section > h4 {
    font-size: 16px;
    font-weight: 600;
}
.ctrCont > section > p {
    display: block;
    margin-top: 7px;
    font-size: 13px;
    color: #5f5f5f;
    line-height: 20px;
}
.ctrCont > section > p > a {
    font-weight: 500;
    color: #2386da;
}
.ctrCont > section > p > a:hover {
    color: #fd742a;
}
.upcoming_knowmore {
    background: #ffffff;
    border: 0px;
    color: #2386da;
    font-size: 10px;
    border: 1px solid #2386da;
    padding: 10px 22px;
    text-align: center;
    border-radius: 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: inline-block;
    margin-top: 10px;
    line-height: normal;
    font-weight: 500;
}
.upcoming_knowmore:hover {
    color: #fff;
    background-color: #2386da;
}
#sideNavi {
    position: fixed;
    left: -650px;
    top: 288px;
    z-index: 999;
    transition: all 0.3s linear;
}
#sideNavi:hover {
    left: -645px;
}
.side-navi-item {
    font-size: 16px;
    position: absolute;
    left: 641px;
    display: inline-block;
    width: 140px;
    height: 36px;
    text-align: center;
    transform: rotate( -90deg );
    transform-origin: left top 0;
    color: #fff;
    background-color: blue;
    cursor: pointer;
    animation: blinkingText 2s infinite;
    border-radius: 0px 0px 10px 10px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    padding: 10px;
}
.side-navi-item > img {
    float: left;
    width: 20px;
}
.side-navi-item.item1 {
    top: 0px;
}
.side-navi-item.item2 {
    top: 235px;
}
.side-navi-item.active, .side-navi-item:hover {
    background-color: #e5e5e5;
}
.side-navi-item > div {
    padding-top: 15px;
    text-align: center;
}
 @keyframes blinkingText {
 0% {
 background:#fe742a;
}
 25% {
 background: #2386da;
}
 50% {
 background: #fe742a;
}
 75% {
 background: #2386da;
}
 100% {
 background: #fe742a;
}
}
.social_nav {
    top: 150px;
    position: fixed;
    z-index: 999;
}
.social_nav:hover {
    right: 40px;
}
.social_nav ul {
    margin-top: 0;
    margin-bottom: 0rem
}
.social_nav li {
    height: 45px;
    position: relative;
    list-style: none;
    margin-bottom: 5px;
}
.social_nav li a {
    color: #fff !important;
    display: block;
    width: 130px;
    line-height: 45px;
    transition: all .3s linear;
    text-decoration: none !important;
    border-radius: 10px 0px 0px 10px;
    padding: 2px 10px;
    position: fixed;
    z-index: 999;
    width: 45px;
    white-space: nowrap;
    transition: all 0.3s linear;
    border-radius: 10px 0px 0px 10px;
    right: -16px
}
.social_nav ul li a:hover {
    width: 130px;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 30%);
}
.social_nav li:nth-child(1) a {
    background: #4267B2
}
.social_nav li:nth-child(2) a {
    background: #DD2A7B
}
.social_nav li:nth-child(3) a {
    background: #FF0000
}
.social_nav li:nth-child(4) a {
    background: #2867B2
}
.social_nav li:nth-child(5) a {
    background: #333
}
.social_nav li:nth-child(6) a {
    background: #ff0000
}
.social_nav li a i {
    width: 18px;
}
.social_nav ul li a span {
    font-weight: 600;
}
.bs-now {
    background: #2386da;
    border: 0px;
    color: #fff;
    font-size: 15px;
    padding: 12px 20px;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
    width: 290px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: 10px;
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
}
.bs-now:hover {
    color: #fff;
    background-color: #fe742a;
}
.pr-now {
    background: #fe742a;
    border: 0px;
    color: #fff;
    font-size: 15px;
    padding: 12px 20px;
    text-align: center;
    border-radius: 0px 20px 20px 0px;
    width: 290px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: 10px;
    position: relative;
    display: block;
    float: left;
}
.pr-now:hover {
    color: #fff;
    background-color: #2386da;
}

.go-top {
    z-index: 999;
    right: 1em;
    bottom: 2em;
    color: #ffffff !important;
    text-decoration: none;
    padding: 5px;
    border-radius: 100px;
    position: fixed;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-animation: uparrow 0.6s infinite alternate ease-in-out;
    display: inline-block;
    background: #00bcd4;
    border-radius: 50%;
}
.copyright {
    color: #aeaeaf;
    font-size: 12px;
    padding: 18px 0px 10px 0px;
}
.copyright a {
    color: #00bcd4;
}
.poweredby {
    color: #aeaeaf;
    text-align: right;
}
.poweredby a {
    color: #00bcd4;
}
.poweredby a:hover {
    color: #fff;
}
footer {
    font-family: 'Montserrat', sans-serif;
}
.footer-title {
    margin-bottom: 15px;
}
.footer-title>p {
    padding-top: 0px;
    font-size: 13px;
    display: inline-block;
    width: 100%;
    margin: 0px;
    color: #aeaeaf;
    line-height: 24px;
}
.footer-title p i {
    float: left;
    width: 10%;
}
.footer-title p span {
    float: left;
    width: 90%;
}
.footer-title ul li:first-child {
    padding-left: 0px;
}
.footer-title>span, .footer-title ul li a {
    line-height: normal;
    padding-top: 10px;
    font-size: 13px;
    width: 100%;
    margin: 0px;
    color: #9999cc;
}
.footer-title ul li:last-child {
    border-right: 0px;
}
.footer-title>h3 {
    font-size: 16px;
    color: #2596e9;
    padding: 0px;
    margin: 0px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
}
.footer-title>h3>span {
    font-weight: 500;
    background: #54565c;
    height: 2px;
    width: 30px;
    display: block;
    margin-top: 16px;
}
.footer-title ul {
    margin: 0;
    padding: 0 0;
    display: flex;
}
.footer-title ul li {
    margin: 0;
    padding: 0px 13px;
    list-style: none;
    color: #ffffff;
    border-right: 1px solid rgb(204 204 204 / 17%);
    line-height: normal;
}
.footer-title ul li span {
    font-size: 13px;
}
.footer-title ul li a {
    color: #fff;
    font-size: 13px;
    padding: 0px 0;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #aeaeaf;
    line-height: normal;
}
.footer-title p i {
    color: #9999cc;
    font-size: 14px;
    padding: 6px 0px;
    width: 20px;
    text-align: center;
}
.footer-title ul li i {
    color: #9999cc;
    font-size: 14px;
    padding: 0px;
    width: 20px;
    text-align: center;
}
.footer-title ul li a i {
    color: #9999cc;
    font-size: 14px;
    padding: 0px;
    width: 20px;
    text-align: center;
}
.hr {
    border-top: 1px solid #3d424f;
    margin-top: 50px;
}
#footer-bottom-grid a, .footer-title ul li a:hover {
    color: #fff;
    text-decoration: none
}
.footer-title ul li a:hover {
    color: #fff;
}
#footer-grid {
    /* background: url(../images/water_bg.jpg) no-repeat center; */
    padding: 60px 0;
    padding-bottom: 40px;
    color: #ffffff;
    background: linear-gradient( rgb(1 8 24 / 90%), rgb(1 8 24 / 90%)), url(../images/water_bg.jpg) center bottom;
    background-repeat: repeat-x;
    background-size: cover;
}
.f-about {
    margin-left: 0px
}
.f-about>a {
    display: inline-block;
    color: #aeaeaf;
    font-size: 22px;
    margin-right: 10px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.f-about>a:hover {
    color: #fff;
}
.f-about h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 20px;
}
.f-about h3 span {
    font-weight: 500;
    background: #54565c;
    height: 2px;
    width: 30px;
    display: block;
    margin-top: 12px;
}
.f-about p {
    font-size: 13px;
    color: #eaeaeb;
    text-align: justify;
}
.f-about p a {
    color: #00bcd4;
}
.f-about p a:hover {
    color: #fff;
}
.blue_list {
    display: inline-block;
    width: 100%;
    margin: 0px 0px;
    margin-left: 100px;
}
.blue_list li {
    float: left;
    list-style: none;
    color: #fff;
}
.blue_list li:first-child {
    width: 10%;
}
.blue_list li:last-child {
    width: 90%;
}
.blue_list li p {
    font-size: 22px;
    line-height: 22px;
    padding-left: 20px;
}
.blue_list li h1 {
    font-size: 40px;
    margin: 0px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 43px;
    color: #ffebe4;
}
.blue_list li h1 span {
    font-size: 50px;
    color: #fff;
}
.blue_bg {
    background: #2596e9;
    height: 171px;
    position: relative;
    margin-top: -7px;
    padding: 35px 10px;
}
.map_grid {
    margin-top: 40px;
}
.map_grid iframe {
    width: 100%;
    height: 429px;
    border-top: 1px solid #ccc;
}
.iframe_vedio iframe {
}
.youtube_icon {
    margin: 0px auto;
}
.youtube_icon p {
    font-family: 'Varela Round', sans-serif;
    color: #fff;
    font-size: 32px;
    display: block;
    font-weight: normal;
    line-height: 36px;
}
.zoom-in-zoom-out {
    margin: 30px auto;
    width: 50px;
    height: 50px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
    display: table;
    margin-bottom: 20px;
}
 @keyframes zoom-in-zoom-out {
 0% {
 transform: scale(1, 1);
}
 50% {
 transform: scale(1.1, 1.1);
}
 100% {
 transform: scale(1, 1);
}
}
.modal-box {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    display: grid;
    min-height: 625px;
    align-items: center;
}
.modal-box .show-modal {
    background: #ffffff;
    border: 1px solid #fff;
    color: #2386da;
    font-size: 13px;
    padding: 14px 45px;
    text-align: center;
    border-radius: 30px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
}
/*.modal-box .show-modal:hover, .modal-box .show-modal:focus {
    color: #fff;
    background-color: #2386da;
    border: 1px solid #fff;
    outline: none;
}
.modal-backdrop.in {
    opacity: 0.7;
    background-color: #2386da;
}
.modal-box .modal-dialog {
    width: 70%;
    margin: 100px auto 0;
}
.modal.fade .modal-dialog {
    transform: scale(0);
}
.modal.in .modal-dialog {
    transform: scale(1);
}
.modal-box .modal-dialog .modal-content {
    color: #555;
    background: #fff;
    text-align: center;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.modal-box .modal-dialog .modal-content .fullscreen {
    color: #fff;
    background-color: #2386da;
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    line-height: 20px;
    height: 30px;
    width: 30px;
    border-radius: 0;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 31px;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
    border: 0px;
}
.modal-box .modal-dialog .modal-content .close {
    color: #fff;
    background-color: #2386da;
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    line-height: 20px;
    height: 30px;
    width: 30px;
    border-radius: 0;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s;
}
.modal-box .modal-dialog .modal-content .close:hover {
    color: rgba(255, 255, 255, 0.5);
}
.modal-box .modal-dialog .modal-content .close:focus {
    outline: none;
}
.modal-box .modal-dialog .modal-content .modal-body {
    padding: 40px !important;
}
.modal-box .modal-dialog .modal-content .modal-body .modal-icon {
    color: #2386da;
    font-size: 80px;
    line-height: 80px;
    margin: 0 auto 35px;
}
.modal-box .modal-dialog .modal-content .modal-body .title {
    color: #2386da;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.modal-box .modal-dialog .modal-content .modal-body .description {
    color: #aaa;
    font-size: 14px;
    margin: 0 0 30px;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group {
    margin: 0 0 30px;
    position: relative;
}
.modal-box .modal-dialog .modal-content .modal-body .form-group i {
    color: #2386da;
    transform: translateY(-50%);
    position: absolute;
    left: 10px;
    top: 50%;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 30px;
    border: none;
    border-bottom: 2px solid #bbb;
    border-radius: 0;
    box-shadow: none;
}
.modal-box .modal-dialog .modal-content .modal-body .form-control:focus {
    border-bottom-color: #2386da;
    box-shadow: none;
}
.modal-box .modal-dialog .modal-content .modal-body .btn {
    color: #fff;
    background: #A9B1BA;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
    padding: 10px 10px 11px;
    margin: 0;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease 0s;
}
.modal-box .modal-dialog .modal-content .modal-body .btn:hover {
    color: #fff;
    background-color: #2386da;
    box-shadow: 0 2px 5px rgba(163, 104, 201, 0.4);
}
.modal-box .modal-dialog .modal-content .modal-body .btn:focus {
    outline: none;
}*/

@media only screen and (max-width: 576px) {
.modal-dialog {
    width: 95% !important;
}
}
.vedio_bg {
    padding: 60px 0px;
}
#element-with-background-image {
    background: url("../images/v-bg.jpg") no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    height: 555px;
    background-position: 0px 140px;
}
#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002d88;
    opacity: 0.7;
}
.pressRelease ul {
    height: 208px;
    padding-bottom: 10px;
}
.tab-pane {
    width: 100%;
    float: left;
    padding: 5px;
    background-color: #FFFFFF;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #ebebeb;
    border-bottom-color: #ebebeb;
    border-left-color: #ebebeb;
}
.tab-pane1 {
    width: 100%;
    float: left;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    background-color: #FFFFFF;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #ebebeb;
    border-bottom-color: #ebebeb;
    border-left-color: #ebebeb;
    border-top-color: #ebebeb;
    border-top-width: 5px;
    border-top-style: solid;
}
.ticker {
    overflow: auto;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    border: none;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.ticker li {
    display: block;
    font-size: 13px;
    border-bottom: 1px dotted #999;
    padding: 10px 0px;
}
.ticker li span {
    font-size: 13px;
}
.ticker a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 0px;
}
.ticker a:hover {
    color: #000;
    text-decoration: underline;
}
.more {
    float: right;
    width: auto;
    margin-top: 1px;
    padding: 0px;
    clear: right;
    font-size: 11.5px;
    text-decoration: none;
    font-weight: normal;
}
.more a {
    color: #333;
    text-decoration: none;
}
.more a:hover {
    color: #000000;
    text-decoration: underline;
}
.important_know {
    padding: 40px 0px;
    padding-top: 0px;
}
.important_title {
    font-size: 30px;
    text-align: center;
    color: #222;
    margin-bottom: 26px;
    font-family: 'Poppins', sans-serif;
}
.important_title > i {
    color: #ab0916;
    position: relative;
    top: -29px;
}
.important_title>span {
    background: #ab0916;
    height: 2px;
    width: 70px;
    display: block;
    margin: 0px auto;
    margin-top: 35px;
}
figure {
}
figure>img {
}
.boxshadow {
    margin-top: -202px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-shadow: 1px 4px 10px rgb(217 217 217 / 57%);
}
.boxshadow:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 273px;
    right: -90px;
    left: auto;
    width: 620px;
    height: 40px;
    top: auto;
    max-width: 370px;
    background: rgb(102 102 102);
    -webkit-box-shadow: 0 29px 30px hsl(0deg 0% 0% / 74%);
    -moz-box-shadow: 0 29px 30px hsl(0deg 0% 0% / 74%);
    box-shadow: 0 29px 30px hsl(0deg 0% 0% / 74%);
    -webkit-transform: rotate( 3deg );
    -moz-transform: rotate(277deg );
    -o-transform: rotate(277deg );
    -ms-transform: rotate(277deg );
    transform: rotate( 277deg );
}
.boxshadow > figure > img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.cnt-block {
    padding: 40px;
    background: #f3f3f3;
    text-align: center;
}
.cnt-block>h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.6em;
    margin: 0px;
    margin-bottom: 10px;
}
.cnt-block>p {
    font-size: 13px;
    margin: 20px 0px;
    text-align: justify;
}
.imp_knowmore {
    background: #b42026;
    border: 0px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #b42026;
    padding: 12px 23px;
    text-align: center;
    border-radius: 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: inline-block;
    bottom: 32px;
    line-height: normal;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 205px;
    margin: 0px auto;
}
.imp_knowmore:hover {
    color: #fff;
    background-color: #00bcd4;
    border: 1px solid #00bcd4;
}
.about-grid {
    padding: 20px 0px 40px 0px;
    background: #f7f8fa;
}
.about-text {
    text-align: center;
}
.about-text>h3 {
    font-size: 30px;
}
.about-text>p {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0px 30px 0px;
}
.knowmore {
    background: #2386da;
    border: 0px;
    color: #fff;
    font-size: 15px;
    padding: 12px 40px;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.knowmore:hover {
    color: #fff;
    background-color: #1779cc;
}
.news_box {
    border: 1px solid #e8e8e8;
    height: auto;
}
.news_box>h2 {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 12px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    background: #eeeeee;
    border-top: 2px solid #2386da;
}
.news_box>h2>span {
}
.news_box>marquee>ul {
    padding: 0px 10px;
}
.news_box>marquee>ul>li {
    list-style: none;
    display: inline-block;
    border-bottom: 1px dotted #b8b8b8;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    width: 100%;
}
.news_box>marquee>ul>li:last-child {
    border-bottom: 0px;
}
.pdf_icon {
    float: left;
    width: 16px;
    margin-right: 5px
}
.news_box>marquee>ul>li>span {
    font-size: 12px;
    font-weight: 500;
    color: #7f7c7c;
    margin: 0px;
    padding-top: 5px;
}
.language_button {
    font-weight: 500;
    color: #7f7c7c;
    line-height: normal;
    margin: 0px;
    font-style: italic;
    margin-top: 5px;
}
.iwwa_large_img {
    padding-bottom: 10px;
}
.iwwa_large_size {
    background-image: url("../images/IWWA-2022.jpg");
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 190px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Impact';
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 6px;
}
#login-box {
    max-width: 363px;
    height: 460px;
    background-color: #ffffff;
    border-radius: 15px 15px 0px 0px;
    position: relative;
    float: right;
    margin-top: -459px;
    z-index: 9;
}
#login-box #login-form {
    padding: 30px;
}
#login-box>#login-form>.form-group-text {
}
#login-box #login-form #register-link {
    margin-top: -85px;
}
#login-box #login-form h3 {
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 0px;
    margin-top: 30px;
}
#login-box #login-form .form-group-text>span {
    position: relative;
    top: 26px;
}
#login-box #login-form .form-group-text>span>img {
    width: 19px;
    height: auto;
}
.form-control-iwwa {
    border: 0px;
    border-bottom: 1px solid #c3c3c3;
    padding: 7px 0px;
    font-size: 14px;
    width: 100%;
    padding-left: 25px;
}
.form-control-iwwa:focus {
    outline: 0px;
}
 .form-control-iwwa::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #585858;
 font-size: 14px;
}
 .form-control-iwwa::-moz-placeholder {
    /* Firefox 19+ */
    color: #585858;
 font-size: 14px;
}
 .form-control-iwwa:-ms-input-placeholder {
    /* IE 10+ */
    color: #585858;
 font-size: 14px;
}
 .form-control-iwwa:-moz-placeholder {
    /* Firefox 18- */
    color: #585858;
 font-size: 14px;
}
.member_remember {
    margin-bottom: 12px;
    margin-top: 20px;
}
.member_remember>span {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
}
.member_remember>span>input[type="radio"], input[type="checkbox"] {
    position: relative;
    top: 0.3rem;
}
.member_forgot {
    font-size: 12px;
    color: #2386da;
    text-decoration: none;
}
.member_forgot:hover {
    color: #000;
    text-decoration: none;
}
.submit_btn {
    background: #b42026;
    border: 0px solid #8d272b;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 10px;
    text-align: center;
    border-radius: 40px;
    width: 100%;
    margin-top: 32px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.submit_btn:hover {
    background: #1a202e;
    border: 0px solid #0296a9;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 18%);
}
.submit_btn:focus {
    outline: 0px;
}
.member_register {
    text-align: center;
    font-size: 12px;
}
.member_register a {
    font-size: 12px;
}
.slider_title {
    color: #fff;
    position: absolute;
    top: 180px;
    margin-left: 30px;
    z-index: 9;
}
.slider_title h2 {
    font-size: 38px;
    font-weight: bold;
}
.slider_p_text1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
    letter-spacing: 1px;
}
.slider_month_year {
    color: #ffc160;
    font-size: 26px;
    font-weight: bold;
    margin: 8px 0px;
}
.slider_help {
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.slider_mobile {
    font-weight: bold;
    padding: 0px 15px;
    border-radius: 20px;
    font-size: 27px;
    padding-left: 10px;
}
.main_slider_grid {
    position: relative;
    top: -6px;
}
.cbp-bislideshow {
    list-style: none;
    width: 100%;
    height: 500px;
    position: relative;
    top: 0px;
    left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.cbp-bislideshow li {
    position: absolute;
    width: 101%;
    height: 500px;
    top: -0.5%;
    left: -0.5%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
}
/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
/* ...and hide the images */

.backgroundsize .cbp-bislideshow li img {
    display: none;
}
.cbp-bislideshow li img {
    display: block;
    width: 100%;
}
.cbp-bicontrols {
    position: absolute;
    width: 100%;
    height: 100px;
    margin: 0px;
    top: 35%;
    left: 0px;
    z-index: 1;
}
.cbp-bicontrols span {
    float: left;
    width: 6%;
    height: 100px;
    position: relative;
    cursor: pointer;
}
.cbp-bicontrols span:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-family: 'entypo';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 100px;
    font-size: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    opacity: 0.7;
}
.cbp-bicontrols span:hover:before {
    opacity: 1;
}
.cbp-bicontrols span:active:before {
    top: 2px;
}
span.cbp-biplay:before {
    content: "\e002";
}
span.cbp-bipause:before {
    content: "\e003";
    display: none;
}
span.cbp-binext:before {
    content: "\e000";
}
span.cbp-biprev:before {
    content: "\e001";
}
.cbp-bicontrols span.cbp-binext {
    float: right;
}
/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
    opacity: 1;
}
.no-js.backgroundsize .cbp-bislideshow li:first-child img {
    display: block;
}
.logo {
    float: left;
    width: 110px;
    position: relative;
    top: 4px;
}
.logo>img {
}
.logo_name {
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 13px;
    color: #2c2c2c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 510px;
    padding: 25px 0px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
}
.logo_name > b {
    color: #2386da;
}
.logo-sub-title {
    font-size: 13px;
    letter-spacing: 0px;
    bottom: 9px;
    position: relative;
    color: #333;
    left: 3px;
    font-weight: normal;
}
.top-logo-grid {
    background-color: #f3f3f3;
    padding: 8px 0px;
}
.fixed_header {
    width: 100%;
    left: 0;
    z-index: 999;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    background: #00bcd4;
    display: inline-block;
    height: 48px;
}
.logo {
    width: 85px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0px 0px;
}
.stellarnav>li>a {
/*	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;*/
}
header.smaller .stellarnav {
}




/*

header > .smaller .cbp-bislideshow{
	
}
header.smaller .logo_name {
	float: left;
	position: absolute;
	bottom: 28px;
	font-size: 20px;
	font-weight: bold;
	margin-left: 3px;
	color: #2c2c2c;
}
header.smaller .stellarnav ul {
	margin: 0;
	padding: 0;
	top: 15px;
			-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header .smaller > li > a {
		-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}*/
