@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body, html {
    overflow-x: hidden;
}
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4em;
    color: #000000;
    background-color: #ef7d34;
}
a, button {
    color: #000000;
    transition: all 0.2s ease;
}
a:hover,
a:focus{
    color: #ee6f1e;
}
.text-upper {
    text-transform: uppercase;
}
.btn {
    text-transform: uppercase;
    padding: 14px 50px;
    border-radius: 30px;
}
.btn-primary {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ee6f1e;
    border-color: #ee6f1e;
    font-size: 16px;
    font-weight: 400;
}
.btn-primary:hover {
    color: #fff;
    border-color: #b35113;
    background: #b35113;
}

.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-space-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.y-center {
    align-items: center !important;
}

.row-flex { 
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.row-flex [class^="col"] {
    flex: 0 0 auto;
    float: none;
}

header {
    position: relative;
    background: #050505;
    color: #fff;
    text-transform: uppercase;
    z-index: 99;
}
header a {
    color: #fff;
}
header > .container {
    position: relative
}
header > .container > .flex {
    height: 166px;
}
header .navbar {
    margin: 0;
}
.header-logo {
    position: relative;
    z-index: 99;
}
.header-menu {
    position: relative;
    height: 166px;
    display: flex;
    align-items: center;
}
.header-line {
    position: absolute;
    left: -840px;
    top: -6px;
    display: block;
    background-image: url(../images/menubg.png);
    background-position: top right;
    width: 886px;
    height: 166px;
}

header a.active {
    color: #ed701e;
    font-weight: 600;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #ed701e;
}

.slider {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/topbg.png);
}
.slider .slide.item {
    height: 730px;
}
.slider .slide.item > * {
    height: 100%;
}
.slider .relative {
    position: relative;
    height: 100%;
    z-index: 120;
}
.slider .slider-image {
    position: absolute;
    top: 0;
    right: 0;
}
.slider .slider-text-content {
    display: block;
    width: 50%;
    color: #fff;
    position: absolute;
    padding-top: 100px;
}
.slider .slider-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/slider-img-polygon.png);
    padding: 34px;
}
.slider .slider-social {
    position: absolute;
    top: 30px;
}
.slider h4 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.slider h2 {
    font-size: 42px;
    text-transform: uppercase;
}
.slider h2 span {
    display: block;
}
.slider h2 .small-text {
    font-size: 26px;
}
.slider h2 .normal-text {
    margin: 25px 0 10px 0;
}
.slider .slider-description {
    margin-top: 50px;
    width: 72%;
    font-weight: 300;
    line-height: 1.6em;
}

.slider-bottom {
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 33px;
}
.slider-bottom span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.1px;
}
.slider-bottom span.small-text {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}
.slider-bottom span.medium-text {
    font-size: 26px;
    color: #000;
    margin-bottom: 16px;
    font-weight: 700;
}
.slider-bottom span.big-text {
    font-size: 33px;
    font-weight: 700;
}

.carousel-indicators li.active,
.carousel-indicators li {
    display: inline-block;
    width: 36px;
    height: 32px;
    margin: 1px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    background: url(../images/slider-nav-polygon.png);
    border-radius: 0;
    margin: 0 14px;
}
.carousel-indicators li.active {
    background: url(../images/slider-nav-polygon-active.png);
}
.carousel-indicators {
    width: 50%;
}
.carousel-inner {
    overflow: visible;
}
.carousel-control {
    width: 3%;
}

#home_boxes {
    background: #fff;
    padding: 180px 0 20px;
}

#home_boxes .box-img {
    margin-bottom: 25px;
}
#home_boxes .box-description {
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
}

#home_boxes .box h3 {
    padding: 0;
    height: 80px;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#about_us {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-image: url(../images/bg-footer.png);
    display: block;
    min-height: 600px;
    color: #fff;
}

#about_us .flex {
    height: 600px;
    justify-content: end;
}
#about_us .flex .description {
    width: 60%;
}
#about_us .flex .description .btn {
    margin-top: 35px;
    height: 72px;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 50px;
}
#about_us p {

}
.subsite-header-container {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    background-image: url(../images/topbg.png);
}
.subsite-header-container h1 {
    color: #fff;
    font-size: 24px;
    line-height: 1em;
    padding: 30px 0 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.subsite-content {
    background: #fff;
    padding: 30px 0 80px;
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    align-items: center;
}
.social-icons a:hover {
    cursor: pointer;
}

#form {
    margin-top: 35px;
}
#form h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 15px;
}

footer,
footer a {
    color: #fff;
}
footer .flex {
    gap: 120px;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .first-line {
    padding: 35px 0;
    border-bottom: 1px solid #fff;
}
footer .facebook {
    display: block;
    position: relative;
    height: 130px;
}
footer .logo {
    padding-left: 55px;
}
.copyrights {
    padding: 7px 0;
    padding-left: 55px;
    font-size: 14px;
}


.pricing-navigation {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-bottom: 50px;
    gap: 15px;
}
.pricing-navigation a {
    order: 1px solid #dc5d1e;
    padding: 12px 25px;
    text-transform: uppercase;
    color: #070707;
}
.pricing-navigation a:hover {
    background: #dc5d1e;
    color:#fff;
}

.pricing-section {
    width: 1050px;
    max-width: 100%;
    margin: 25px auto;
}
.pricing-section h3 {
    text-align: center;
}
.pricing-section .section-position-header {
    background: #070707;
    color: #dc5d1e;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 8px 15px;
}
.pricing-section .section-position-header .title small {
    display: block;
    font-weight: 400;
    font-style: italic;
    margin-top: 2px;
}
.pricing-section .section-position {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 35px;
    border-bottom: 1px solid #c2c6c7;
    -moz-transition-duration: 0.1s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    z-index: 1;
}
.pricing-section .section-position:hover {
    border-bottom: 1px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pricing-section .section-position:last-child {
    border-bottom: none;
}
.pricing-section .section-position .price {
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
}
.pricing-section .section-additional-info {
    background: #e7e8ea;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    padding: 6px;
    margin-top: 20px;
}


@media (min-width: 1200px) {
    .container {
        width: 1240px;
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1240px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1340px;
    }

    #home_boxes .row {
        margin-left: -50px;
        margin-right: -50px;
    }
    #home_boxes .row > div {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (min-width: 1500px) {
    .container {
        width: 1440px;
    }
    body {
        font-size: 15px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1540px;
    }
}
@media (min-width: 1840px) {
    .container {
        width: 1780px;
    }
}

@media (max-width: 1839px) {
    .slider .slider-image {
        width: 900px;
        top: 10px;
    }
    .slider .slider-image img {
        max-width: 100%;
        height: auto;
    }
    #home_boxes {
        padding-top: 150px;
    }
    .carousel-indicators {
        width: 46%;
    }
}
@media (max-width: 1599px) {
    .slider .slider-text-content {
        display: block;
        width: 45%;
    }
    .slider h2 {
        font-size: 36px;
    }
    .slider h2 .small-text {
        font-size: 24px;
    }
    .slider .slide.item {
        height: 670px;
    }
    .slider .slider-image {
        width: 800px;
        top: 15px;
    }
    .slider .slider-description {
        margin-top: 20px;
    }

    #home_boxes {
        padding-top: 150px;
    }
    .carousel-indicators {
        width: 42%;
    }
}
@media (max-width: 1399px) {
    .slider .slider-image {
        width: 700px;
        top: 10px;
    }
    .carousel-indicators {
        width: 50%;
    }
    .slider-bottom {
        gap: 20px;
    }
    .slider-bottom img {    
        width: 84px;
        height: auto;
    }
    .slider-bottom span.small-text {
        margin-bottom: 5px;
    }
    .slider-bottom span.medium-text {
        font-size: 22px;
        margin-bottom: 9px;
    }
    .slider h2 .normal-text {
        margin: 15px 0 5px 0;
    }
    .slider-bottom span.big-text {
        font-size: 28px;
    }
    .slider h2 .small-text {
        font-size: 20px;
    }
    .slider h2 {
        font-size: 31px;
    }
    .slider h4 {
        margin: 0 0 25px 0;
    }
}

@media (max-width: 1200px) {
    .slider .slider-image {
        width: 500px;
        top: 70px;
    }
    .carousel-indicators {
        width: 96%;
        bottom: 40px;
    }
    .slider .slider-text-content {
        width: 52%;
    }
    .slider .slider-description {
        width: 80%;
    }
    .slider .slide.item {
        height: 630px;
    }

    .navbar-nav>li>a {

    }

    .header-logo img {
        width: 200px;
        height: auto;
    }

    #home_boxes .box h3 {
        font-size: 20px;
        line-height: 24px;
    }
    #about_us {
        background-position: center;
    }

    #home_boxes {
        padding-top: 50px;
    }
    footer .flex {
        gap: 30px;
    }
    .address-column {
        display: block;
    }
    footer .logo {
        padding-left: 0;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 996px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse {
        overflow-x: visible !important;
    }

    .navbar-collapse.in {
      overflow-y: auto !important;
    }

    .collapse.in {
      display: block !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-nav>li {
        float: none;
        display: block;
    }
 }

@media (max-width: 992px) {

    .slider .slider-image {
        right: -30%;
        left: auto;
        bottom: 0;
        background: transparent;
    }
    .slider .slider-text-content {
        width: 73%;
    }



    .header-logo {
        padding-top: 18px;
    }
    .header-logo img {
        width: 180px;
        height: auto;
    }
    .header-line {
        bottom: 30px;
        top: auto;
        height: 105px;
    }
    header > .container > .flex {
        height: 166px;
        align-items: flex-start !important;
    }
    header .navbar-toggle {
        margin: 0;
        top: -40px;
        right: -10px;
        position: absolute;
    }
    header .navbar-toggle .icon-bar {
        display: block;
        width: 35px;
        height: 3px;
        border-radius: 1px;
        background: #ed701e;
        margin-bottom: 7px;
    }
    header .navbar-collapse {
        position: absolute;
        right: -18px;
        margin-top: 10px;
        padding-right: 20px;
        width: 320px;
        font-size: 14px;
        background: rgb(0 0 0 / 89%);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    #about_us .flex .description {
        width: 100%;
    }
    #home_boxes .box h3 {
        height: auto;
        padding: 0;
        margin: 0 0 10px;
    }
    #home_boxes .row > div:nth-child(2) {
        background: #eee;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #home_boxes .row > div:nth-child(2) .box {
        display: block;
        padding: 15px 0;
    }
    #about_us .flex {
        height: auto!important;
        padding: 50px 0;
    }
    #about_us .flex .description .btn {
        height: 60px;
        padding-left: 50px;
        padding-right: 50px;
    }
    /* #about_us {
        background-position: right;
    } */
    .text-sm-center {
        text-align: center!important;
    }
    footer .flex {
        display: block;
    }
    footer .footer-contact-address {
        margin-bottom: 10px;
    }
    footer .facebook {
        margin-top: 25px;
    }
    footer .logo {
        text-align: center;
        padding: 0;
        margin-bottom: 25px;
    }
    footer img {
        margin: 0 auto;
    }
    .copyrights {
        padding-left: 0;
        font-size: 14px;
        text-align: center;
    }
    .copyrights a {
        margin-bottom: 5px;
        display: inline-block;
    }
    .social-icons {
        gap: 10px;
    }
    .social-icons img {
        height: 18px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .slider .slider-image {
        width: 300px;
        top: -15px;
        right: -30px;
    }
    .slider .slider-text-content {
        width: 100%;
    }
    .slider h2 {
        width: calc(100% - 220px);
    }
    .slider-bottom {
        display: none;
    }
}

@media (max-width: 690px) {
    #home_boxes {
        padding-top: 100px;
    }
    .slider .slider-text-content {
        width: 100%;
        position: relative;
        display: block;
        padding-top: 75px;
    }
    .slider .slide.item  .relative {
        position: inherit;
    }

    .slider .slider-image {
        width: 320px;
        position: absolute;
        display: block;
        left: 50%;
        right: auto;
        top: auto;
        margin-left: -160px;
        bottom: -80px;
        padding: 17px;
        /* width: 300px;
        top: -95px;
        right: -120px; */
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(../images/slider-img-polygon.png);
    }
    .slider .slider-description {
        width: 100%;
    }
    .slider h4 {
        font-size: 14px;
        margin: 0 0 15px 0;
    }
    .slider .slide.item {
        height: auto;
        padding-bottom: 260px;
    }
    .slider h2 {
        width: calc(100%);
        font-size: 26px;
    }
    .slider h2 .small-text {
        font-size: 18px;
    }
    .carousel-indicators {
        left: 0;
        bottom: 200px;
        width: 100%;
        margin-left: 0;
        text-align: right;
        padding-right: 15px;
    }
    .carousel-indicators li.active, 
    .carousel-indicators li {
        width: 20px;
        height: 18px;
        background-size: cover;
        margin: 0 5px;
    }
    .slider .slider-description {
        line-height: 1.4em;
    }
    .slider h2 {
        font-size: 23px;
    }
    .slider h2 .small-text {
        font-size: 16px;
    }

    .wysiwyg img {
        margin: 0!important;
        max-width: 100%;
    }
}

/* @media (max-width: 400px) {
    .slider .slider-image {
        width: 210px;
        top: -70px;
        right: -32px;
    }
} */
