html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    background-color: #f0f1f3;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.first-section {

    overflow: hidden;
    position: relative;
    z-index: 6;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

a {
    text-decoration: none;
    color: white;
}

.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    z-index: 4;
}

.video-overlay {
    opacity: 0.8;
    background-image: linear-gradient(119deg, #000000, #003093);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;

    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 5;
}

.stopfade {
    opacity: .5;
}

.first-section-nav-logo img {
    width: 160px;
}

.first-section-nav-logo {
    float: left;
}

.first-section-nav {
    margin: 0 auto;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.first-section-nav ul {
    list-style: none;
    margin-left: 134px;
    float: left;
}

.first-section-nav ul li {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff;
    margin-left: 58px;
}

.first-section-nav ul li a {
    line-height: 40px;
}

.first-section-nav ul li a:hover {
    color: #F8E71C;
    border-bottom: 3px solid #F8E71C;
    border-radius: 3px;
}

.main {
    width: 1170px;
    max-width:100%;
    margin: 0 auto;
    height: 100vh;

}

.pill-button {

    border-radius: 100px;
    background-color: #f8e81c;
    line-height: 40px;
    color: #051e5b;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.2px;
    padding-left: 34px;
    padding-right: 34px;
}

.nav-pill-button {
    width: 152px;
    height: 40px;
    border-radius: 100px;
    background-color: #f8e81c;
    line-height: 40px;
    color: #051e5b;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.2px;
    float: right;

}

.noktaKap {
    position: absolute;
    width: 1160px;
    max-width: 100%;
    z-index: 1;
    bottom: 20px;
    text-align: center;
    text-align: -webkit-center;
}

.noktaBorder {
    border: 2px solid #f8e71c;
    border-radius: 20px;
    padding: 8px 10px;
    width: 4px;
    height: 25px;
}

.nokta {
    position: absolute;
    width: 9px;
    height: 10px;
    margin: 10px auto;
    border-radius: 100px;
    background-color: #f8e71c;;
    margin-left: -2px;
    animation: mymove 2s infinite;
}

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: translate(0, -17px);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 9px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes mymove {
    0% {
        transform: translate(0, -17px);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 9px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.first-section-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.first-section-middle-text {
    font-size: 58px;
    font-weight: 900;
    letter-spacing: -0.9px;
    text-align: center;
    color: #ffffff;
    width: 710px;
}

.section-timeline {
    width: 1170px;
    max-width: 100%;
    text-align: center;
    padding-bottom: 60px;
}

.first-section-middle-button {
    width: 597px;
    height: 46px;
    border-radius: 120px;
    background-color: #f8e71c;
    line-height: 46px;
    color: #051e5b;
    text-align: center;
    font-size: 22px;
    letter-spacing: -0.03em;
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
}

.second-section {
    position: relative;
    z-index: 10;
    display: inline-block;
    color: white;
   /* height: 500px;*/
    background-color: #f0f1f3;
}

.clearfix {
    clear: both;
    display: block;
    width: 100%;
    position: relative;

}

.clearfix:after {
    content: '.';
    height: 0;
    overflow: hidden;
    visibility: hidden;

}

.wrap {
   /* height: 100vh;*/
}

.row {
    margin-top: 65px;
    display: inline-block;
}

.box {
    width: 575px;
    height: 399px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
    float: left;
}

.box-info {
    width: 550px;
    height: 399px;
    border-radius: 5px;
    float: left;
}

.margin-right-40 {
    margin-right: 40px;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.box-header {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #032671;
}

.box-info-text {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.3px;
    color: #4b4f58;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-right-50 {
    padding-right: 50px;
}

.learn-more-btn {
    width: 183px;
    height: 47px;
    line-height: 47px;
    border-radius: 120px;
    background-color: #f8e81c;
    display: inline-block;
    letter-spacing: -0.2px;
    text-align: center;
    font-weight: 600;
    color: #051e5b;
    margin-top: 40px;
}

.section-bottom {
    height: 530px;
    margin-top: 80px;
}

.bottom-img {
    height: 128px;
    width: 100%;
    background-color: #4aca71;
}

.bottom-info-box {
    height: 400px;
    background-color: #4aca71;
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.bottom-text-container {
    border: solid 1px rgba(255, 255, 255, 0.3);
    width: 1105px;
    max-width: 100%;
    margin-right: 32px;
    margin-left: 32px;
    margin-bottom: 50px;
    margin-top: 42px;
    height: 307px;
    text-align: center;

}

.bottom-header {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.5px;

    color: #bcffa0;
    margin-top: 50px;
}

.bottom-text {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: -0.3px;
    text-align: center;
    color: #bcff9f;
    padding-top: 20px;
    width: 790px;
    max-width: 100%;
    margin: 0 auto;
}

.line {
    width: 65px;
    height: 11px;
    border-radius: 100px;
    background-color: #2c7a43;
    margin: 0 auto;
    margin-top: 30px;
}

.footer {
    width: 100%;
    height: 235px;
    background-color: #03112f;
    position: relative;
    z-index: 333;
    display: inline-block;

}

.footer:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.02;
    background-image: url('../img/logo-footer.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: grayscale(1); /* Old WebKit */
    filter: grayscale(1);
    background-size: 440px 128px;
    z-index: 0;

}

.footoer-logo img {
    height: 38px;

}

.footer-left {
    width: 50%;
    float: left;
    position: relative;
    z-index: 999054405;
}

.footer-rigt {
    width: 50%;
    float: left;
    position: relative;
    z-index: 999054405;
}

.footoer-logo {
    padding-top: 55px;
    padding-left: 55px;
}

.footer-menu ul {
    list-style: none;
    float: left;
}

.footer-menu ul li {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #ffffff;
    margin-left: 58px;
}

.footer-menu {
    padding-top: 37px;

}

.footer-line hr {
    border-top: 94px solid #f8e71c;
    width: 0.8px;
    color: #f8e71c;
    background-color: #f8e71c;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 60px
}

.main-other {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.height-auto {
    height: auto !important;
}

.footer-menu ul li a:hover {
    color: #F8E71C;
    border-bottom: 3px solid #F8E71C;
    border-radius: 3px;
}

.footer-contact {
    color: white;
    height: 235px;
    line-height: 235px;
    text-align: center;

}

.footer-contact-link {
    font-size: 16px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #f8e71c;
    padding-bottom: 5px;
    border-bottom: 3px solid #f8e71c;
    margin-top: 20px;
}

.footer-contact-text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 18px;
    letter-spacing: -0.3px;
    text-align: center;
    color: #a6abb5;
    padding-left: 75px;
    padding-right: 75px;
}

/* time line*/
#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: left;
    color: #4b4f58;
}

#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #d6dce6;
    left: 50%;
    top: 0;
    position: absolute;
}

#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}

#timeline .timeline-item .timeline-icon {
    background: #4ac56f;;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 27px;
    left: 50%;
    overflow: hidden;
    margin-left: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#timeline .timeline-item .timeline-icon svg {
    position: relative;
    top: 14px;
    left: 14px;
}

#timeline .timeline-item .timeline-content {
    width: 440px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.3px;

}

#timeline .timeline-item .timeline-content h2 {
    padding: 15px;
    background: #ee4d4d;
    color: #fff;
    margin: -20px -20px 0 -20px;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#timeline .timeline-item .timeline-content:before {

    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    left: 47.9%;
    top: 20px;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.2);

}

#timeline .left-side-content {
    margin-left: 100px;
}

#timeline .right-side-content {
    margin-right: 100px;
}

#timeline .timeline-item .timeline-content.right {
    float: right;
}

#timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 47.6%;
    left: inherit;
    border-left: 0;
    top: 20px;
    border-right: 20px solid #fff;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }

    #timeline:before {
        left: 0;
    }

    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
    }

    #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #ee4d4d;
    }

    #timeline .timeline-item .timeline-icon {
        left: 0;
    }
}

.section-publisher-3 {
    position: relative;
    z-index: 10;
    display: inline-block;
    color: white;
    height: auto;

    padding-left: 39px;
    width: 100%;
    padding-left: 95px;
    padding-bottom: 42px;
    padding-top: 22px;
}

.section-publisher-4 {
    position: relative;
    z-index: 10;
    display: inline-block;
    color: white;
    height: auto;
    padding-left: 39px;
    width: 100%;
    padding-left: 95px;
    padding-bottom: 42px;
    padding-top: 22px;
}

.publisher-box {
    width: 300px;
    height: 181px;
    background: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
}

.color-main-3 {
    background-color: #D6DCE6;
}

.color-main-4 {

}

.publisher-box-border-1 {
    width: 60px;
    height: 19px;
    background-color: #487ac1;
    margin-right: 20px;
    display: inline-block;
}

.publisher-box-border-2 {
    width: 60px;
    height: 19px;
    background-color: #c14848;
    margin-right: 20px;
    display: inline-block;
}

.publisher-box-main h1 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: center;
    color: #c14848;
    margin-top: 70px;
}

.publisher-box-main p {
    font-size: 36px;
    line-height: 1.36;
    letter-spacing: -0.5px;
    text-align: center;
    color: #a6abb5;
    padding-top: 25px;
    padding-left: 230px;
    padding-right: 230px;

}
.publisher-box-main input,.publisher-box-main textarea{
    font-size: 22px;
    line-height: 2.23;
    letter-spacing: -0.3px;
    text-align: left;
    color: #a6abb5;
    padding-left: 20px;
    padding-top: 5px;
}


.publisher-contact-btn {
    width: 384px;
    height: 93px;
    border-radius: 100px;
    background-color: white;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
    line-height: 93px;
    display: inline-block;
    color: #487ac1;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 125px;
}

.publisher-contact-box {
    padding-top: 23px;
    position: relative;
    z-index: 88;
}

.publisher-contact-box:after {
    content: "\f003";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 347px;
    top: 62%;
    left: 53%;
    margin: -300px 0 0 -200px;
    z-index: -1;
    opacity: 0.09;
    color: #c14848;
    transform: rotate(14deg);
}

.detail-box-text {
    font-size: 18px;
    line-height: 1.82;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4b4f58;
}
.box-info h3{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #032671;
    text-align: left ;
}
.bottom-bg{
    background-image: url("../img/bottom-bg.png");
    height:128px ;
    width: 100%;
    background-position: center 0px;
}
.section-contact-form{
    background-color: #ffffff;
    width: 977px;
    margin-right: -20px;
    border-radius: 5px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
}
.aboutus-contact-form-box{
    margin-right: -20px;
    padding-top: 40px;
    position: relative;
}
.detail-ul{
    font-size: 18px;
    line-height: 1.82;
    letter-spacing: -0.3px;
    text-align: left;
    color: #4b4f58;
    list-style: circle;
}
.main-aboutus{
    text-align: center;
}
.mid-input{
    width: 237px;
    height: 63px;
    border-radius: 3px;
    background-color: #ffffff;

    padding-bottom: 5px;
    border:solid 1px rgba(72, 122, 193, 0.41);
}

.mid-textarea{
    margin-top: 20px;
    width: 528px;
    height: 212px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 70px;
    border: solid 1px rgba(72, 122, 193, 0.41);
}
.margin-left-30{
    margin-left: 30px;
}
.send-btn {
    width: 245px;
    height: 60px;
    text-align: center;
    position: absolute;
    border-radius: 100px;
    background-color: #49c46e;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
    line-height: 60px;
    bottom: -14px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #ffffff;
    left: 368px;
}
.aboutus-bottom-box{
    height: auto;
}
.height-auto{

}
.aboutus-text{
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: -0.3px;
    text-align: center;
    color: #bcff9f;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 90px;

}
.section-aboutus{

}
.publiser-box-text-container{
    color:#03112F;
    font-size: 25px;
    position:absolute;
    text-align: center;
   width: 100%;
    top:50%;
    margin-top: -25px;
    font-weight: bold;
}