@media screen and (min-width: 100px) and (max-width: 768px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    body{
        overflow-x: hidden !important;
    }
    .menu-header #menu-button{
        display: none;
    }
main{
	padding: 0;
}
}
@media screen and (min-width: 480px) and (max-width: 668px) {
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
        body{
        overflow-x: hidden !important;
    }

.open-menu body {
    position: fixed !important;
}
[data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
[data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 380px) {
    [data-aos] {
    -webkit-tranform: none !important;
    transform: none !important;
  }
    .aos-init, 
.aos-animate,
.wow {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    [data-aos^="zoom"][data-aos^="zoom"]{
    opacity: 1 !important;
}
    .open-menu body {
    position: fixed !important;
}
    body{
        overflow-x: hidden !important;
    }
.menu-header #menu-button{
	display: none;
}
}
/* ===================Responsive ===================*/
/* / / 1600-1700px / / */
@media screen and (min-width: 1600px) and (max-width: 1700px) {
    .section-2 .parent .inner-2 p {
        max-width: 80%;
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-2 .parent .inner-1 h4 {
        font-size: 40px;
    }
    
    .section-2 .more a, .more a {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section-2 {
        padding: 30px 0;
    }
    
    .section-3, section {
        padding: 30px 0;
    }
    
    .section-2 .desc h2 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .section-5 {
        padding: 100px 0;
    }
}
/* / / 1500-1600px / / */
@media screen and (min-width: 1500px) and (max-width: 1599px) {
    .section-2 .parent .inner-2 p {
        max-width: 80%;
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-2 .parent .inner-1 h4 {
        font-size: 40px;
    }
    
    .section-2 .more a, .more a {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section-2 {
        padding: 30px 0;
    }
    
    .section-3, section {
        padding: 30px 0;
    }
    
    .section-2 .desc h2 {
        font-size: 38px;
        line-height: 48px;
    }
    
    .section-5 {
        padding: 100px 0;
    }
    .section-2 .desc h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
/* / / 1300-1366-1500 / / */

@media screen and (min-width: 1300px) and (max-width: 1499px) {
    .section-2 .parent .inner-2 p {
        max-width: 85%;
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-2 .parent .inner-1 h4 {
        font-size: 40px;
    }
    
    .section-2 .more a, .more a {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section-2 {
        padding: 30px 0;
    }
    
    .section-3, section {
        padding: 30px 0;
    }
    
    .section-2 .desc h2 {
        font-size: 34px;
        line-height: 44px;
    }
    
    .section-5 {
        padding: 100px 0;
    }
    .section-1 .desc h3 {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section-1 .desc h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .section-1 .desc p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section-1 ul.list {
        margin: 20px auto;
    }
    
    .section-1 .form-div input, .section-1 .form-div textarea, .section-1 .form-div select {
        font-size: 15px;
        padding: 10px 10px 10px 10px;
    }
    
    .section-1 .form-div h2 {
        font-size: 30px;
        line-height: 30px;
    }
    
    .section-1 .form-div p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section-1 .form-div input[type="submit"] {
        font-size: 18px;
        padding: 10px 0;
        margin: 10px auto;
    }
    
    .section-2 .desc h4 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-2 .desc p {
        font-size: 16px;
        line-height: 30px;
    }
    
    .section-3 .desc h2 {
        font-size: 35px;
        line-height: 40px;
    }
    
    .section-3 .desc h4 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-3 .desc p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-3 .main .count h4 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .section-3 .main .title p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .section-4 .parent .inner-1 h4 {
    font-size: 34px;
    line-height: 44px;
    }
    
    .section-2 .parent {
        align-items: center;
    }
    
    .section-5 .headline h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 30px;
    }
    
    .section-5 .main .count h4 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-5 .main .title p {
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-6 .desc h2 {
        font-size: 35px;
        line-height: 40px;
    }
    
    .section-6 .desc h4 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-6 .desc p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-6 .headline h3 {
        font-size: 25px;
        line-height: 30px;
    }
    
    .section-7 ul li {
        font-size: 18px;
        line-height: 36px;
    }
    
    .section-7 h2 {
        font-size: 35px;
        line-height: 45px;
    }
    
    .section-8 .desc h2 {
        font-size: 35px;
        line-height: 45px;
    }
    
    .section-8 .desc h4 {
        font-size: 18px;
        line-height: 36px;
    }
    
    .section-8 .main .desc-2 p {
        font-size: 15px;
        line-height: 25px;
    }
    
    .footer .main p.tagline {
        font-size: 16px;
        line-height: 26px;
    }
    
    .footer p.address {
        font-size: 15px;
        line-height: 20px;
        margin: 10px 0;
    }
    
    .footer .main a {
        font-size: 18px;
        line-height: 28px;
        padding: 13px 0px;
    }
    header .main p.tagline {
        font-size: 18px;
        line-height: 28px;
    }
    
    header .main a {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0;
        max-width: 30%;
    }
    
    header {
        padding: 10px 0;
    }
    
    .section-1 {
        padding-top: 100px;
    }
    
    .error404 .not-found { height: 66vh; }
    
    
}
/* / / 1100-1200px / / */
@media screen and (min-width: 1100px) and (max-width: 1299px) {
    .section-2 .parent .inner-2 p {
        max-width: 80%;
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-2 .parent .inner-1 h4 {
        font-size: 40px;
    }
    
    .section-2 .more a, .more a {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section-2 {
        padding: 30px 0;
    }
    
    .section-3, section {
        padding: 30px 0;
    }
    
    .section-2 .desc h2 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .section-5 {
        padding: 100px 0;
    }
    .section-1 .desc h3 {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section-1 .desc h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .section-1 .desc p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section-1 ul.list {
        margin: 20px auto;
    }
    
    .section-1 .form-div input, .section-1 .form-div textarea, .section-1 .form-div select {
        font-size: 15px;
        padding: 10px 10px 10px 10px;
    }
    
    .section-1 .form-div h2 {
        font-size: 30px;
        line-height: 30px;
    }
    
    .section-1 .form-div p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section-1 .form-div input[type="submit"] {
        font-size: 18px;
        padding: 10px 0;
        margin: 10px auto;
    }
    
    .section-2 .desc h4 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-2 .desc p {
        font-size: 16px;
        line-height: 30px;
    }
    
    .section-3 .desc h2 {
        font-size: 35px;
        line-height: 40px;
    }
    
    .section-3 .desc h4 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-3 .desc p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-3 .main .count h4 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .section-3 .main .title p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .section-4 .parent .inner-1 h4 {
    }
    
    .section-2 .parent {
        align-items: center;
    }
    
    .section-5 .headline h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 30px;
    }
    
    .section-5 .main .count h4 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-5 .main .title p {
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-6 .desc h2 {
        font-size: 35px;
        line-height: 40px;
    }
    
    .section-6 .desc h4 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-6 .desc p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-6 .headline h3 {
        font-size: 25px;
        line-height: 30px;
    }
    
    .section-7 ul li {
        font-size: 18px;
        line-height: 36px;
    }
    
    .section-7 h2 {
        font-size: 35px;
        line-height: 45px;
    }
    
    .section-8 .desc h2 {
        font-size: 35px;
        line-height: 45px;
    }
    
    .section-8 .desc h4 {
        font-size: 18px;
        line-height: 36px;
    }
    
    .section-8 .main .desc-2 p {
        font-size: 15px;
        line-height: 25px;
    }
    
    .footer .main p.tagline {
        font-size: 16px;
        line-height: 26px;
    }
    
    .footer p.address {
        font-size: 15px;
        line-height: 20px;
        margin: 10px 0;
    }
    
    .footer .main a {
        font-size: 18px;
        line-height: 28px;
        padding: 13px 0px;
    }
    header .main p.tagline {
        font-size: 18px;
        line-height: 28px;
    }
    
    header .main a {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0;
        max-width: 30%;
    }
    
    header {
        padding: 10px 0;
    }
    
    .section-1 {
        padding-top: 100px;
    }
    .section-2 .container {
        padding: 0 15px;
        width: 1170px;
    }
    
    .section-2 .container .row .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    
}

/* / / Ipad PRO / */

@media screen and (min-width: 1000px) and (max-width: 1100px) {
    .section-2 .parent .inner-2 p {
        max-width: 100%;
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-2 .parent .inner-1 h4 {
        font-size: 35px;
    }
    
    .section-2 .more a, .more a {
        font-size: 20px;
        line-height: 20px;
    }
    
    .section-2 {
        padding: 30px 0;
    }
    
    .section-3, section {
        padding: 30px 0;
    }
    
    .section-2 .desc h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-5 {
        padding: 100px 0;
    }
    .section-1 .desc h3 {
        font-size: 20px;
        line-height: 25px;
    }
    
    .section-1 .desc h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .section-1 .desc p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section-1 ul.list {
        margin: 20px auto;
    }
    
    .section-1 .form-div input, .section-1 .form-div textarea, .section-1 .form-div select {
        font-size: 15px;
        padding: 10px 10px 10px 10px;
    }
    
    .section-1 .form-div h2 {
        font-size: 30px;
        line-height: 30px;
    }
    
    .section-1 .form-div p {
        font-size: 18px;
        line-height: 26px;
    }
    
    .section-1 .form-div input[type="submit"] {
        font-size: 18px;
        padding: 10px 0;
        margin: 10px auto;
    }
    
    .section-2 .desc h4 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-2 .desc p {
        font-size: 16px;
        line-height: 30px;
    }
    
    .section-3 .desc h2 {
        font-size: 35px;
        line-height: 40px;
    }
    
    .section-3 .desc h4 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-3 .desc p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-3 .main .count h4 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .section-3 .main .title p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .section-4 .parent .inner-1 h4 {
    font-size: 30px;
    }
    
    .section-2 .parent {
        align-items: center;
    }
    
    .section-5 .headline h2 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 30px;
    }
    
    .section-5 .main .count h4 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-5 .main .title p {
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-6 .desc h2 {
        font-size: 35px;
        line-height: 40px;
    }
    
    .section-6 .desc h4 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-6 .desc p {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-6 .headline h3 {
        font-size: 25px;
        line-height: 30px;
    }
    
    .section-7 ul li {
        font-size: 18px;
        line-height: 36px;
    }
    
    .section-7 h2 {
        font-size: 35px;
        line-height: 45px;
    }
    
    .section-8 .desc h2 {
        font-size: 35px;
        line-height: 45px;
    }
    
    .section-8 .desc h4 {
        font-size: 18px;
        line-height: 36px;
    }
    
    .section-8 .main .desc-2 p {
        font-size: 15px;
        line-height: 25px;
    }
    
    .footer .main p.tagline {
        font-size: 16px;
        line-height: 26px;
    }
    
    .footer p.address {
        font-size: 15px;
        line-height: 20px;
        margin: 10px 0;
    }
    
    .footer .main a {
        font-size: 18px;
        line-height: 28px;
        padding: 13px 0px;
    }
    header .main p.tagline {
        font-size: 18px;
        line-height: 28px;
    }
    
    header .main a {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 0;
        max-width: 30%;
    }
    
    header {
        padding: 10px 0;
    }
    
    .section-1 {
        padding-top: 100px;
    }
    .section-2 .container {
        padding: 0 15px;
        width: 970px;
    }
    
    .section-2 .container .row .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    header .main p.tagline small {
        font-size: 13px;
    }
    .section-2 .pic {
    margin-left: -20%;
}

.section-7 {
    background-attachment: inherit;
}
}

/* / / Ipad - 768px and Landspace Mode : 820px / / */

@media screen and (min-width: 100px) and (max-width: 949px) {
    header .row .col-md-6, .row .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    
    .logo {
        text-align: left;
    }
    
    header .main p.tagline {
        font-size: 15px;
        line-height: 15px;
    }
    
    header .main p.tagline small {
        font-size: 11px;
        line-height: 23px;
    }
    
    header .main a {
        font-size: 15px;
        line-height: 15px;
    }
    
    .section-1 .desc h1 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-1 .desc p {
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-1 ul.list li {
        padding: 0 5px;
    }
    
    .section-1 ul.list {
        margin: 10px auto;
    }
    
    .section-1 .form-div p, .section-1 .form-div strong {
        font-size: 15px !IMPORTANT;
    }
    
    .section-1 .form-div input[type="submit"] {
        font-size: 13px;
        line-height: 20px;
    }
    
    .section-1 {
        padding: 100px 0 50px;
    }
    
    .section-2 .container {
        width: 750px;
    }
    
    .section-2 .desc h2 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .section-2 .desc h4 {
        font-size: 13px;
        line-height: 25px;
    }
    
    .section-2 .desc p {
        font-size: 13px;
        line-height: 20px;
        max-width: 70%;
    }
    
    .section-2 .parent .inner-1 h4 {
    
    }
    
    .section-2 .parent .inner-1, .section-2 .parent .inner-2 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .section-3 .desc h2 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-3 .desc h4 {
        font-size: 16px;
        line-height: 26px;
    }
    
    .section-3 .desc p {
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-3 strong {
        font-size: 10px;
        line-height: 20px;
    }
    
    .section-3 .row .col-md-4 {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }
    
    .section-3 .main .count h4 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .section-3 .main .title p {
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-2 .more a, .more a {
        font-size: 18px;
        line-height: 18px;
        padding: 15px 30px;
    }
    
    .section-2, section {
        padding: 20px 0;
    }
    
    .section-2 .desc h2 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .section-5 .col-md-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    
    .section-5 .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .section-5 .headline h2 {
        margin: 0 auto;
    }
    
    .section-5 {
        padding: 50px 0;
    }
    
    .section-6 ul li {
        font-size: 20px;
    }
    
    .section-6 .headline h3 {
        font-size: 25px;
    }
    
    .section-7 .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .section-8 .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .section-7 h2 {
        font-size: 35px;
        line-height: 50px;
        width: 100%;
    }
    
    .section-7 ul li {
        font-size: 18px;
        line-height: 48px;
    }
    
    .section-7 .more {
        margin: 20px auto !important;
    }
    
    .section-8 .main {
        width: 100%;
    }
    
    .footer p.address {
        width: 100%;
    }
    
    .footer img.wp-image-6 {
        margin: 0 auto 15px;
    }
    
    .footer .main p.tagline {
        font-size: 15px;
        line-height: 25px;
        padding-right: 15px;
    }
    
    .footer .main a {
        font-size: 14px;
        line-height: 24px;
    }
    .thank p {
        font-size: 20px;
        line-height: 30px;
    }
    
    .thank a {
        display: block;
        padding: 15px 0;
    }
    .section-1 .form-div h2 {
    font-size: 25px;
    line-height: 35px;
    margin: initial;
}

.section-1 .form-div input, .section-1 .form-div textarea, .section-1 .form-div select {
    padding: 5px 15px;
    font-size: 13px;
    line-height: 23px;
}

.section-2 .parent {
    display: flex;
}

.section-2 .parent .inner-1 {
}

.section-4 .desc p {
    max-width: 100%;
}

.section-6 .desc p {
    width: 100%;
}

.section-7 .row {
    display: block;
    text-align: center;
}

.section-7 .row .col-md-6, .section-7 .row .col-md-6 {
    max-width: 100%;
}

.section-7 {
    background-attachment: inherit;
}

.section-8 .main .desc-2 p {
    min-height: 340px;
}
.modal-dialog {
    width: auto;
}
.footer .main a, .footer .main p.tagline {
    max-width: 100%;
    text-align: center;
}
.footer .main {
    display: block;
}

.modal-open .modal {padding: 20px !important;}

.error404 .not-found { height: 61vh; }

}
/* / / Mobile View / / */
@media screen and (min-width: 100px) and (max-width: 550px) {
    .footer .row {
        display: block;
    }
    
    header .row .col-md-6, .row .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .logo {
        text-align: center;
    }
    
    header {
        position: relative;
        background: #000001;
        background: rgba(251, 248, 239, 1);
        background: -webkit-linear-gradient(#000000, #011124);
        background: -moz-linear-gradient(#000000, #011124);
        background: linear-gradient(#000000, #011124);
        background: -ms-linear-gradient(#000000, #011124);
        background: -o-linear-gradient(#000000, #011124);
    }
    
    header .main p.tagline, header .main a {
        max-width: 100%;
        flex: 0 0 100%;
        text-align:  center;
        margin: 10px auto;
    }
    
    header .main a {
        margin: auto;
    }
    
    .section-1 {
        padding: 30px 0;
        background-attachment: initial;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .section-1 .desc h3 {
        font-size: 13px;
        line-height: 23px;
        text-align: center;
        margin: 0 auto 0;
    }
    
    .section-1 .desc h1 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        margin: 0 auto;
    }
    
    .section-1 .desc p {
        text-align: center;
        margin: 10px auto;
    }
    
    .section-1 .form-div {
        padding: 15px;
    }
    
    .section-1 .form-div h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .section-1 .form-div input, .section-1 .form-div textarea, .section-1 .form-div select {
        padding: 10px;
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-1 .form-div input[type="submit"] {
        margin: 5px auto 0;
    }
    
    .section-2 .container {
        width: auto;
    }
    
    .section-2 .container .row .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .section-2 .desc {
        text-align: center;
    }
    
    .section-2 .desc h4 {
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-2 .desc h2 {
        font-size: 25px;
        line-height: 35px;
        width: 100%;
    }
    
    .section-2 .desc p {
        max-width: 100%;
        font-size: 20px;
        line-height: 30px;
    }
    
    .section-2 .parent .inner-2 p {
        max-width: 90%;
    }
    
    .section-2 .parent {
        justify-content: center;
        text-align: center;
    }
    
    .section-2 .more {
        text-align: center;
    }
    
    .section-2 .container .row {
        flex-direction: column-reverse;
    }
    
    .section-2 .pic {
        margin: auto;
    }
    
    .section-3, section {
        padding: 30px 0;
    }
    
    .section-3 .desc {
        text-align: center;
    }
    
    .section-3 .desc h4 {
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-3 .desc h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .section-3 .row .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .section-3 .main {
        text-align: center;
    }
    
    .section-3 .more {
        text-align: center;
        margin: 15px auto 0;
    }
    
    .section-2 .more a, .more a {
        display: block;
        padding: 15px 0;
        text-align: center;
    }
    
    .section-5 .headline h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .section-5 .main .count h4 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .section-5 .main .title p {
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-5 .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .section-6 .desc h2 {
        font-size: 25px;
        line-height: 35px;
    }
    
    .section-6 .desc h4 {
        font-size: 20px;
        line-height: 30px;
    }
    
    .section-6 .desc p {
        width: 100%;
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-6 .row {
        display: block;
    }
    
    .section-6 ul {
        margin: 30px auto;
    }
    
    .section-6 ul li {
        font-size: 13px;
        line-height: 23px;
    }
    
    .section-6 .headline h3 {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }
    
    .section-6 .col-md-6 .desc p {
        text-align: center;
    }
    
    .section-7 {
        padding: 20px 0;
        text-align: center;
        background-position: 0 0;
    }
    
    .section-7 ul {
        text-align: left;
    }
    
    .section-7 ul li {
        font-size: 13px;
        line-height: 42px;
    }
    
    .section-7 h2 {
        font-size: 25px;
        line-height: 35px;
        margin: auto;
    }
    
    .section-7 .row {
        display: block;
    }
    
    .section-8 {
        padding: 30px 0;
    }
    
    .section-8 .desc h4 {
        font-size: 18px;
        line-height: 28px;
    }
    
    .section-8 .desc h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    
    .section-8 .main {
        margin: 15px auto;
        padding: 15px;
    }
    
    .section-8 .main .desc-2 p {
        font-size: 13px;
        line-height: 23px;
        min-height: initial;
    }
    
    .footer {
        padding: 0 0 15px;
    }
    
    figure.wp-block-image.size-full {
        text-align: center;
    }
    
    .footer p.address {
        text-align: center;
        font-size: 15px;
        line-height: 25px;
    }
    
    .footer a.privacy {
        display: block;
        text-align: center;
        margin: 15px auto;
    }
    .section-4 ul.row {
        flex-direction: initial !IMPORTANT;
    }
    
    .section-5 {
        background-attachment: initial;
    }
    
    .section-1 {
    }
    
    .section-3 .row {
        justify-content: center;
    }
    .modal-dialog {
        width: auto;
    }
    .modal-body {
    padding: 0px 15px;
}

.modal-body p {
    font-size: 13px;
    line-height: 23px;
}

.modal-body li {
    font-size: 10px;
    line-height: 20px;
}
.footer .main {
    display: block;
}

footer .wp-block-image img {
    width: 100%;
}
.section-6 {
    padding-bottom: 0;
    padding-top: 20px;
}

.error404 .not-found { height: 40vh; } 

}