@font-face {
    font-family: 'CeraPro';
    src: url('../font/CeraPro-Regular.eot');
    src: local('../font/Cera Pro Regular'), local('../font/CeraPro-Regular'), url('../font/CeraPro-Regular.eot?#iefix') format('embedded-opentype'), url('../font/CeraPro-Regular.woff') format('woff'), url('../font/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CeraPro';
    src: url('../font/CeraPro-Light.eot');
    src: local('../font/Cera Pro Light'), local('../font/CeraPro-Light'), url('../font/CeraPro-Light.eot?#iefix') format('embedded-opentype'), url('../font/CeraPro-Light.woff') format('woff'), url('../font/CeraPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CeraPro';
    src: url('../font/CeraPro-Medium.eot');
    src: local('Cera Pro Medium'), local('CeraPro-Medium'), url('../font/CeraPro-Medium.eot?#iefix') format('embedded-opentype'), url('../font/CeraPro-Medium.woff') format('woff'), url('../font/CeraPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CeraPro';
    src: url('../font/CeraPro-Bold.eot');
    src: local('../font/Cera Pro Bold'), local('../font/CeraPro-Bold'), url('../font/CeraPro-Bold.eot?#iefix') format('embedded-opentype'), url('../font/CeraPro-Bold.woff') format('woff'), url('../font/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/* Custom Reset */

body {
    background-color: #fff;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

header .navbar {
    padding: 28px 0px;
}

header .navbar-nav .nav-item .nav-link {
    font-family: 'CeraPro';
    font-size: 16px;
    line-height: 24px;
    color: #05307c;
    padding: 0px 34px;
    font-weight: 500;
}

header .navbar-nav .nav-item .nav-link:hover {
    color: #fdb431;
}

header .navbar-nav .nav-link.active {
    color: #05307c;
}

header .navbar-nav .nav-item .nav-link.btn-sie:hover {
    background-color: transparent;
    border: 1px solid #fdb431;
    color: #fdb431;
}

header .navbar-nav .nav-item .nav-link.btn-sie {
    width: 200px;
    height: 60px;
    font-size: 16px;
    border-radius: 10px;
    background: #fdb431;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 35px;
}

.hero-sec {
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 260px 0px;
    position: relative;
}

.hero-sec .text-box h1 {
    font-family: 'CeraPro';
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.hero-sec .text-box {
    max-width: 1000px;
}

.content-box img {
    width: 60px;
    height: 60px;
}

.hero-sec .text-box p {
    font-family: 'CeraPro';
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
}

.checking-sec {
    padding: 50px 0px 50px;
}

.checking-sec .text-box h2 {
    margin-bottom: 48px;
    position: relative;
    z-index: 2;
}

.checking-sec .text-box h2::after {
    content: '';
    background-image: url(../images/checking-logo.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -60px;
    top: -29px;
    width: 103px;
    height: 129px;
    z-index: -1;
}

.text-box h2 {
    font-family: 'CeraPro';
    font-size: 28px;
    line-height: 44px;
    color: #2c2c2c;
    font-weight: 700;
}

.text-box p {
    font-family: 'CeraPro';
    font-size: 16px;
    line-height: 24px;
    color: #2c2c2c;
    line-height: 31px;
    font-weight: 500;
}

.row>* {
    padding-right: 20px;
    padding-left: 20px;
}

.msg-sec {
    background-color: #F7F7F7;
    padding: 54px 0px 33px;
}

.msg-sec .box {
    max-width: 341px;
}

.msg-sec .box h6 {
    font-family: 'CeraPro';
    font-size: 18px;
    color: #2c2c2c;
    margin-top: 30px;
    font-weight: 500;
}

.msg-sec .box .img-fluid {
    max-width: 80px;
    height: auto;
}

.section-4 {
    padding: 110px 0px 110px;
}

.section-4 .text-box h2 {
    margin-bottom: 26px;
}

.section-4 .text-box .btn-default {
    margin-left: auto;
    margin-right: auto;
}

.text-box h2 span {
    color: #fdb431;
}

.section-4 .text-box {
    max-width: 740px;
}

.btn-default:hover {
    border: 1px solid #fdb431;
    color: #fdb431;
    background-color: transparent;
}

.contact-sec .top-sec ul li a img {
    width: 25px;
    height: 25px;
}

.btn-default {
    font-family: 'CeraPro';
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    width: 210px;
    height: 50px;
    border-radius: 10px;
    background: #fdb431;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.process-sec {
    padding: 110px 0 110px;
}

.process-sec .text-box h2 {
    margin-bottom: 26px;
}

.last-item .content-box {
    right: 0;
}

.main-timeline-section {
    position: relative;
    width: 100%;
    margin: auto;
    height: 300px;
    margin-top: 40px;
}

.content-box h6 {
    font-family: 'CeraPro';
    font-weight: bold;
    font-size: 20px;
    color: #2c2c2c;
    margin-top: 35px;
}

.main-timeline-section .timeline-end {
    right: 0px;
}

.timeline-article.timeline-article-top .timeline-article .content-box {
    left: 20%;
}

.main-timeline-section .conference-center-line {
    position: absolute;
    width: 80%;
    height: 13px;
    top: 85%;
    transform: translateY(-85%);
    left: 50%;
    background: #fff;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
    transform: translateX(-50%);
}

.timeline-article-top .content-box {
    margin-top: 70px;
}

.timeline-article-bottom .content-box {
    margin-bottom: 40px;
}

.timeline-article {
    width: 20%;
    position: relative;
    min-height: 430px;
    float: right;
}

.timeline-article .meta-date {
    position: absolute;
    top: 61%;
    transform: translateY(-50%) translatex(-50%);
    width: 68px;
    left: 50% !important;
    height: 68px;
    border-radius: 100%;
    background: #fff;
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.16));
    font-family: 'CeraPro';
    font-weight: bold;
    font-size: 28px;
    color: #fdb431;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.timeline-article .content-box {
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
    width: 100%;
}

#sec1 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 120px;
}

.timeline-article-bottom .content-box {
    top: 10%;
}

.contact-sec {
    margin: 100px 0px 0px;
}

.contact-sec .top-sec {
    background: #fff;
    box-shadow: 3px 0px 50px rgba(0, 0, 0, 0.16);
    padding: 118px 0px 97px;
}

.contact-sec .top-sec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.contact-sec .top-sec ul li a {
    font-family: 'CeraPro';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2c2c2c;
}

.contact-sec .top-sec ul li a span {
    margin-left: 20px;
}

.bottom-sec {
    background: linear-gradient(#2a5782 0%, #437aac 100%);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.32);
    padding: 140px 0px 160px;
}

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

.bottom-sec form .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.bottom-sec form .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 0;
    font-family: 'CeraPro';
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}

.bottom-sec form textarea.form-control {
    margin-bottom: 30px;
}

.bottom-sec .row {
    margin: 0 -48px;
}

.bottom-sec [class*="col-"] {
    padding: 0 48px;
}

.row-space {
    margin-bottom: 35px !important;
}

.btn-contact:hover {
    color: #2c2c2c;
    background-color: #fff;
}

.btn-contact {
    font-family: 'CeraPro';
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    width: 364px;
    height: 64px;
    border-radius: 10px;
    border: 4px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .text-box h5 {
    color: #2C2C2C;
    font-family: 'CeraPro';
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 32px;
    font-weight: bold;
}

footer .text-box a {
    color: #2C2C2C;
}

footer .text-box ul li a {
    color: #2C2C2C;
    font-family: 'CeraPro';
    font-size: 16px;
    line-height: 45px;
    font-weight: 500;
}

footer .top-footer {
    padding: 70px 0px 41px;
    border-bottom: 1px solid #707070;
}

.copy-right p {
    font-size: 13px;
    line-height: 18px;
    color: #777;
    padding: 15px 0;
    text-align: center;
}

.timeline-article-top .content-box h6 {
    margin-top: 0;
    margin-bottom: 24px;
}

.contact-sec iframe {
    height: 800px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.timeline .text-box h6 {
    font-family: 'CeraPro';
    font-weight: bold;
    font-size: 25px;
    color: #2c2c2c;
    margin-top: 20px;
}

.timeline .divider {
    width: 13px;
    height: 159px;
    background: #fff;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
    margin: 30px auto;
}

.timeline .text-box h6 span {
    color: #FDB431;
}

.timeline .text-box {
    padding: 0px 103px;
}

.timeline {
    margin: 55px 0px 59px;
    display: none;
}

.rich-text {
    font-family: 'cera_proregular';
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    color: #fff;
    display: none;
    padding: 37px 0px 29px;
}


/* .location-text br {
    display: none;
} */

.navbar {
    transition: box-shadow 1s linear;
}

.fixed-top {
    background-color: #fff;
    padding: 20px 0px !important;
    transition: box-shadow 1s linear;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent !important;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent !important;
}


/* IE 10+ */

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus:-moz-placeholder {
    color: transparent !important;
}


/* FF 4-18 */

textarea:focus::-moz-placeholder {
    color: transparent !important;
}


/* FF 19+ */

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}


/* IE 10+ */