@font-face {
    font-family:gess;
    src:url(GESSTwoMedium-Medium.woff2)
}
@font-face {
    font-family:gesslight;
    src:url(GESSTwoLight-Light.woff2)
}
body {
    font-family:Montserrat;
    position: relative;
}

.main-navbar {
    text-align: center;
    color: #fff;
    background: #18191f;
}
.nav-link {
    color: #fff !important;
    border-bottom: 3px solid transparent;
    border-radius: 0 !important;
}
.nav-item {
    display: inline-block;
    margin: 0 25px;
    font-size: 20px;
    line-height: 1;
}
.nav-link:hover {
    border-color: #d0245c;
}
.nav-pills .nav-link.active {
    background-color: transparent;
    border-color: #d0245c;

}

/*===================================================*/
/*Start Block1*/
.block1 {
    padding: 135px 0 130px;
    background: url(../images/slide-1.png) no-repeat ;
    background-position: 100% 87%;
    background-size: cover;
}
.block1-logo {
    width: 40%;
    margin: auto;
}
.block1-p {
    color: #fff;
    width: 80%;
    margin: auto;
    font-size: 25px;
    margin-top: 50px;
}
.block1-btn {
    margin-top: 50px;
    width: 220px;
    background: transparent;
    color: #fff;
    border: 1px solid;
    font-size: 20px;
    line-height: 1.8;
    transition: all .3s ease-in-out;
}
.block1-btn:hover {
    background: #d0215c;
    border-color: #d0215c;
}
.block2-head {
    font-weight: bold;
    font-size: 51px;
    line-height: 1;
    padding: 50px;
    color: #303030;
}
.block2-head img {
    margin: 5px auto 0 !important;
}
.block2-p {
    font-size: 25px;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.7;
    font-weight: bold;
}
.block2-p span {
    text-transform: uppercase;
    font-family: Montserrat;
}
.block3 {
    background: #802141;
}
.block3-head {
    color: #fff;
}
.mid-section {
    background: #0c0a15;
    color: #fff;
    padding: 25px 0;
}
.mid-section-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.mid-section-img img {
    transition: all .3s ease-in-out;
}
.mid-section-img span {
    padding-top: 18px;
    font-size: 20px;
}
.mid-section-img:hover > img {
    transform: rotatez(20deg);
}
.block5-img {
    margin-top: 50px;
    margin-bottom: 70px;
}
/*===================================================*/
/*Start Block4*/
.block4 {
    padding: 0 0 30px;
    background: #0c0a15;
}
.logo {
    max-width: 140px;
    margin: 30px auto;
}

.block4-head {
    font-size: 22px;
}


.form {
    padding: 15px 50px;
    background: #1e1d25;
}
.form img {
    width: 22%;
}

.form-head {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
}

.form-control-input {
    width: 100%;
    margin: auto;
    font-size: 18px;
    color: #6c6c6c;
    resize: none;
    height: auto !important;
    border-radius: 0;
    font-family: Montserrat;
    border: 0;
}
textarea.form-control-input {
    min-height: 100px;
}

.form-control-input::-webkit-input-placeholder {
    color: #6c6c6c;
    font-family: Montserrat;
}

.form-control-input:-ms-input-placeholder {
    color: #6c6c6c;
    font-family: Montserrat;
}

.form-control-input::placeholder {
    color: #6c6c6c;
    font-family: Montserrat;
}

#form-phone {
    font-family: Montserrat;
}
label.error {
    color: #fff;
}

#form-phone::-webkit-input-placeholder {
    font-family: Montserrat;
}

#form-phone:-ms-input-placeholder {
    font-family: Montserrat;
}

#form-phone::placeholder {
    font-family: Montserrat;
}


.form-call {
    width: calc(100% - 30px);
    margin: auto;
    color: #FFF;
    background: #d1245c;
    font-size: 30px;
    line-height: 1.5;

}

.form-call:hover {
    color: #FFF;
    text-decoration: none
}


.block4-p {
    line-height: 1;
    font-size: 29px;
    color: #fff;
    margin-bottom: 60px;
    font-family: gesslight;
    margin-top: -30px;
}


.form .form-group {
    margin-bottom: 12px;
}


.fixed-button {
    background: #32526e;
    color: #fff;
    width: 100%;
    border-radius: 0;
    font-size: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
}

.fixed-button:hover {
    text-decoration: underline;
}

.last {
    color: #fff;
    padding-top: 20px;
}


footer {
    background: #333333;
    color: #fff;
    padding: 30px 0 10px;

}
.footer-p {
    font-family: gesslight;
    text-align: justify;
    margin: 15px auto;
    line-height: 1.9;
    font-size: 16px;
}
.footer-p span {
    text-transform: uppercase;
    font-family: Montserrat;
}
.footer-head {
    color: #d2235c;
    font-size: 19px;
    margin-bottom: 10px;
}
.footer-links {
    margin-bottom: 10px;
    font-family: gesslight;
    cursor: pointer;
}
.footer-links:hover {
    color: #d0215c;
}
.footer-last {
    font-family: Montserrat;
}