@font-face {
    font-family: 'DosisExtraLight';
    src: url('/fonts/Dosis-ExtraLight/Dosis-ExtraLight.woff2') format('woff2'),
    url('/fonts/Dosis-ExtraLight/Dosis-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DosisLight';
    src: url('/fonts/Dosis-Light/Dosis-Light.woff2') format('woff2'),
    url('/fonts/Dosis-Light/Dosis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DosisRegular';
    src: url('/fonts/Dosis-Regular/Dosis-Regular.woff2') format('woff2'),
    url('/fonts/Dosis-Regular/Dosis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DosisMedium';
    src: url('/fonts/Dosis-Medium/Dosis-Medium.woff2') format('woff2'),
    url('/fonts/Dosis-Medium/Dosis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DosisSemiBold';
    src: url('/fonts/Dosis-SemiBold/Dosis-SemiBold.woff2') format('woff2'),
    url('/fonts/Dosis-SemiBold/Dosis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DosisBold';
    src: url('/fonts/Dosis-Bold/Dosis-Bold.woff2') format('woff2'),
    url('/fonts/Dosis-Bold/Dosis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'DosisExtraBold';
    src: url('/fonts/Dosis-ExtraBold/Dosis-ExtraBold.woff2') format('woff2'),
    url('/fonts/Dosis-ExtraBold/Dosis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
}
nav {
    height: 96px;
    border-bottom: 1px solid #DDDDDD;
}
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.logo img {
    width: 182px;
    margin-top: 10px;
}
.letter, .phone {
    display: inline-block;
    margin-right: 11px;
    margin-top: 2px;
    float: left;
}
.phone {
    width: 18px;
    margin-top: 5px;
}
.nav-links li {
    display: inline-block;
    margin-left: 34px;
}
.nav-links li a {
    color: #535353;
    text-decoration: none;
    font-size: 20px;
    font-family: 'DosisMedium';
}
.btn-contact {
    background: #FF008C;
    color: #FFFFFF!important;
    padding: 15px 47px 15px 47px;
    margin-left: 50px;
    font-family: 'DosisSemiBold'!important;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
::-webkit-scrollbar{
    width: 10px;
}
/*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}*/
::-webkit-scrollbar-thumb {
    background: silver;
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    max-width: 682px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.03);
    border-radius: 24px;
    margin-bottom: 190px;
}
.modal-body{
    padding: 35px 120px 60px 120px;
}
.modal-header h1{
    font-size: 40px;
    color: #323133;
    font-family: 'DosisSemiBold';
}
.modal-header p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'DosisSemiBold';
    margin-bottom: 30px;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* The Close Button */
.close {
    color: #B0B0B0;
    float: right;
    font-size: 32px;
    font-weight: 600;
    margin: 12px 24px 8px 11px;
}
.close:hover,
.close:focus {
    color: #858383;
    text-decoration: none;
    cursor: pointer;
}
.row {
    position: relative;
}
.row input[required] + .custom-placeholder {
    position: absolute;
    top: 9px;
    left: 14px;
    font-family: 'DosisRegular';
    color: #828282;
    font-size: 20px;
    cursor: auto;
}
.row input[required] + .custom-placeholder::after {
    content: "*";
    color: #eb5757;
}
.row input[required]:valid + .custom-placeholder {
    display: none;
}
.demoInputBox {
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    border: 0.833333px solid #E0E0E0;
    padding-left: 3%;
    width: 97%;
}
#frmContact div {
    margin-bottom: 5px
}
.info {
    font-size: 11px;
    color: #FF6600;
    letter-spacing: 2px;
    padding-left: 5px;
    margin-bottom: 8px;
    margin-top: 2px;
    height: 10px;
    display: block;
    font-family: 'DosisRegular';
}
.btnAction {
    background: #FF008C;
    font-size: 20px;
    color: #FFFFFF;
    width: 100%;
    border: none;
    padding: 14px 0px 14px 0px;
    cursor: pointer;
    font-family: 'DosisSemiBold';
}
.error {
    padding: 7px 12px;
    color: #FF6600;
    font-family: 'DosisRegular';
    text-align: center;
}
.success{
    padding: 7px 12px;
    color: #12CC1A;
    font-family: 'DosisRegular';
    text-align: center;
}
.left-side {
    flex: 1;
    padding: 20px 20px 20px 0px;
}
.right-side {
    flex: 1;
    padding: 20px;
}
.center-side {
    flex: 1;
    padding: 20px;
}
.section-1,.section-2,.section-3,.section-4,.section-5,.section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
}
/*________Section_1_______*/
.section-1 .section-title {
    font-size: 52px;
    line-height: 66px;
    color: #323133;
    font-family: 'DosisSemiBold';
}
.section-1 .section-description {
    font-size: 31px;
    line-height: 47px;
    color: #323133;
    margin-bottom: 35px;
    margin-top: -15px;
    font-family: 'DosisMedium';
}
.section-1 .btn-contact {
    margin-left: unset;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
}
.section-1 .frame-section {
    background-image: url('/images/FrameSection-1.png');
    height: 480px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 60px;
}
/*_______Section_2________*/
.section-2 .title-center {
    max-width: 769px;
    margin: 0 auto;
}
.section-2 .title-center h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    color: #323133;
    font-family: 'DosisSemiBold';
}
.section-2 .title-center p {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #323133;
    font-family: 'DosisMedium';
}
.section-2 .section-title {
    font-size: 35px;
    line-height: 47px;
    color: #323133;
    margin-top: -60px;
    font-family: 'DosisBold';
}
.section-2 .section-description {
    font-size: 24px;
    line-height: 36px;
    color: #323133;
    margin-top: -20px;
    font-family: 'DosisMedium';
}
.section-2 .frame-section {
    background-image: url('/images/FrameSection-2.png');
    height: 410px;
    background-size: contain;
    background-repeat: no-repeat;
}
/*_________Section_3________*/
.section-3 .section-title {
    font-size: 35px;
    line-height: 47px;
    color: #323133;
    margin-left: 25px;
    font-family: 'DosisBold';
}
.section-3 .section-description {
    font-size: 24px;
    line-height: 36px;
    color: #323133;
    margin-top: -20px;
    margin-left: 25px;
    font-family: 'DosisMedium';
}
.section-3 .frame-section {
    background-image: url('/images/FrameSection-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 318px;
}
/*_______Section-4_______*/
.section-4 .section-title {
    font-size: 35px;
    line-height: 47px;
    color: #323133;
    font-family: 'DosisBold';
}
.section-4 .section-description {
    font-size: 24px;
    line-height: 36px;
    color: #323133;
    margin-top: -20px;
    max-width: 544px;
    font-family: 'DosisMedium';
}
.section-4 .frame-section {
    background-image: url('/images/FrameSection-4.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 318px;
}
/*_______Section-5_______*/
.section-5 .left-side, .section-5 .center-side, .section-5 .right-side {
    padding: 25px;
}
.section-5 .title-center {
    max-width: 769px;
    margin: 0 auto;
}
.section-5 .title-center h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    color: #323133;
    font-family: 'DosisSemiBold';
}
.section-5 .title-center p {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 100px;
    color: #323133;
    font-family: 'DosisMedium';
}
.section-5 .container {
    justify-content: space-between;
    text-align: center;
}
.section-5 .container h3 {
    color: #323133;
    font-size: 29px;
    line-height: 47px;
    font-family: 'DosisBold';
}
.section-5 .container p {
    height: 115px;
    color: #323133;
    font-size: 24px;
    line-height: 36px;
    font-family: 'DosisMedium';
}
.section-5 .right-side img {
    margin-bottom: 10px;
}
/*_______Section-6_______*/
.section-6 .title-center {
    max-width: 769px;
    margin: 0 auto;
}
.section-6 .title-center h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    color: #323133;
    font-family: 'DosisSemiBold';
}
.section-6 .title-center p {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #323133;
    font-family: 'DosisMedium';
}
.section-6 img {
    width: 100%;
}
/*_______Footer_______*/
.footer {
    background-color: #181818;
    padding: 20px;
    text-align: center;
}
.footer .logo {
    margin-top: 30px;
    margin-bottom: 45px;
}
.contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.contact-email a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 19px;
    text-decoration: none;
    font-family: 'DosisMedium';
}
.contact-phone a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    font-family: 'DosisMedium';
}
.contact-email img {
    width: 21px;
    margin-right: 14px;
    margin-top: 3px;
    float: left;
}
.contact-phone img {
    margin-right: 10px;
    float: left;
    margin-top: 2px;
    margin-left: 45px;
    width: 21px;
}
.social-icons {
    display: flex;
    justify-content: center;
}
.social-icons a {
    display: inline-block;
    margin: 21px 15px 65px 24px;
}
.copyright {
    text-align: center;
    color: #757575;
    font-size: 18px;
    padding-top: 10px;
    border-top: 1px solid #333333;
    font-family: 'DosisMedium';
}

@media only screen and (min-width: 980px) and (max-width: 1060px) {
    .section-5 .container:nth-child(3) h3{
        height: 95px;
    }
}
@media (min-width: 980px) {
    .sView{
        display: none;
    }
    .section-6 img {
        width: 940px;
        margin-left: -90px;
        margin-bottom: 70px;
    }
}
@media (max-width: 1200px) {
    .sView {
        width: 100%;
        max-width: 538px;
    }
    .section-1 .sView {
        margin-top: 35px;
        margin-bottom: 70px;
    }
    .section-2 .sView {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .section-3 .sView {
        margin-bottom: 40px;
    }
    .section-2 .left-side, .section-3 .right-side, .section-4 .left-side {
        padding: unset;
    }
    .section-3 .section-title {
        margin-left: unset;
    }
    .section-3 .section-description {
        margin-left: unset;
        margin-top: -12px;
    }
    .section-4 .sView {
        margin-bottom: 35px;
    }
    .section-4 .section-description {
        max-width: unset;
    }
}
/*______Mobile Version______*/
@media (max-width: 980px) {
    .nav-links {
        padding-left: unset;
    }
    .container, .title-center h2, .title-center p {
        padding: 15px;
    }
    .logo img {
        width: 150px;
    }
    .dView, .nav-links .btn-contact {
        display: none;
    }
    .nav-links li {
        float: right;
        margin-left: 17px;
    }
    .nav-links .phone img, .nav-links .letter img {
        height: 25px;
    }
    .nav-links .letter, .nav-links .phone {
        margin-top: 8px;
        margin-right: unset;
    }
    .nav-links .phone {
        padding-right: 23px;
        border: 0.75px solid #707070;
        border-style: none solid none none;
        height: 25px;
    }
    nav {
        border-bottom: unset;
        height: unset;
    }
    .section-1 .section-title {
        font-size: 36px;
        line-height: 45.5px;
    }
    .section-1 .left-side {
        padding: unset;
    }
    .section-1 .container {
        display: block;
    }
    .section-1 .right-side {
        display: none;
    }
    .section-1 .section-description {
        font-size: 22px;
        line-height: 31px;
    }
    /*________Section-2________*/
    .section-2 .title-center h2 {
        font-size: 36px;
        line-height: 46px;
        padding: 10px;
    }
    .section-2 .title-center p {
        font-size: 22px;
        line-height: 31px;
        padding: 10px;
    }
    .section-2 .container {
        display: block;
    }
    .section-2 .right-side {
        display: none;
    }
    .section-2 .section-title {
        margin-top: 30px;
    }
    /*________Section-3________*/
    .section-3 .container {
        display: block;
    }
    .section-3 .left-side {
        display: none;
    }
    .section-3 .section-title {
        font-size: 33px;
        line-height: 47px;
    }
    .section-3 .section-description {
        font-size: 22px;
        line-height: 31px;
    }
    /*________Section-4________*/
    .section-4 .container {
        display: block;
    }
    .section-4 .right-side {
        display: none;
    }
    .section-4 .section-title {
        font-size: 33px;
        line-height: 47px;
    }
    .section-4 .section-description {
        font-size: 22px;
        line-height: 31px;
    }
    /*________Section-5________*/
    .section-5 .title-center h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .section-5 .title-center p {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 15px;
    }
    .section-5 .container {
        display: block;
    }
    .section-5 .left-side {
        padding: 20px 0px 20px 0px;
    }
    .section-5 .container h3 {
        font-size: 26px;
        line-height: 47px;
    }
    .section-5 .container p {
        font-size: 22px;
        height: unset;
        line-height: 31px;
        max-width: 343px;
        margin: 0 auto;
    }
    /*________Section-6________*/
    .section-6 .title-center h2 {
        font-size: 36px;
        line-height: 45.5px;
    }
    .section-6 .title-center p {
        font-size: 22px;
        line-height: 31px;
        margin-bottom: 70px;
    }
    .section-6 .title-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .section-6 .title-center img {
        order: 1;
    }
    .section-6 .title-center p {
        order: 2;
    }
    /*________Footer________*/
    .footer .logo {
        margin-top: 23px;
        margin-bottom: 30px;
    }
    .footer .contact-info {
        display: inline-block;
    }
    .footer .contact-phone img {
        margin-left: 20px;
        margin-right: -5px;
    }
    .footer .contact-phone {
        margin-top: 15px;
    }
    .footer .social-icons a {
        margin: 5px 19px 60px 20px;
    }
    .modal-body {
        padding: 35px 22px 70px 22px;
    }
    .close {
        margin: 7px 18px 7px 11px;
    }
    .section-1, .section-2, .section-3, .section-4, .section-5, .section-6{
        padding: unset;
    }
}