@import "./globals.css";

.nagative_margin6 {
    position: relative;
    margin-top: -350px;
}

.custom-min-max-height {
    min-height: 290px !important;
}

.techno_nav_manu {
    height: initial;
}

.medium-white-icon {
    font-size: 40px;
    color: #fff;
}

.border-1px {
    border: 1px solid #d0e5fb;
    border-radius: 5px 5px 5px 5px;
    padding: 30px 25px 15px;
    margin-bottom: 20px;
}

.border-0 {
    border: 0px;
}

.color-black {
    color: black !important;
}

.big-button-box {
    justify-content:right !important;
    padding:25px 0 !important
}

.big-button-box, .big-button-box row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.big-button {
    padding: 5px 35px 5px !important;
    border-radius:80px !important;
    text-align:center !important;
}

.big-button-header {
    margin-top:initial !important;
    font-size: 25px;
}

.center-block {
    display: block;
    margin: 0 auto;
    max-width:70%;
}

.page-summary-small {
    font-size: 0.8rem;
    line-height: 1.6;
}

.max-height-259 {
    max-height: 259px;
}

.max-height-225 {
    max-height: 225px;
}

.max-width-100pc {
    max-width: 100%;
}

.fit-cover {
    object-fit: cover !important;
}

.object-position-10pc {
    object-position: center 30% !important;
}

.margin-r-23 {
    margin-right: 23px;
}

.border-top-blue {
    border-top: 1px solid #5ba7c3;
}

.border-bottom-blue {
    border-bottom: 1px solid #5ba7c3;
}

/* Footer */
.hover-underline:hover {
    text-decoration: underline !important;
}

.font-size-15 {
    font-size: 15px !important;
}

/* Backgrounds */
.footer-background {
    background-image: url("../images/footer-bg.png") !important;

}

.banner-block-background {
    background-image: url("../images/banner-block-background.jpg") !important;
    box-shadow: 4px 4px 20px rgba(0,0,0,0.5);
}

.contact-block-background {
    background-image: url("../images/contact-block-background.jpg") !important;
    background-repeat: no-repeat;
    object-fit: cover !important;
    box-shadow: 4px 4px 20px rgba(0,0,0,0.5);
}

/* Contact Form Block */
.contact-form-block form {
    display: initial;
    margin: initial;
    max-width: initial;
}

.contact-form-block .form-step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-form-block .form-step .field.text {
    width: 45% !important;
    margin: 5px;
    box-sizing: border-box;
}

.contact-form-block .form-step .field.textarea {
    width: 100% !important;
    margin: 5px;
    box-sizing: border-box;
}

.contact-form-block form input.text, .contact-form-block form textarea.textarea {
    width: 100% !important;
    margin: 5px 5px 5px 0;
    box-sizing: border-box;

}

.contact-form-block .userform label {
    margin: 5px !important;
}

.contact-form-block label {
    display: none;
}

.contact-form-block div p {
    color: white;
}

/* CSS applied to both regular forms and contact block forms*/
form input.text, form textarea, form select {
    padding-left: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: .5s;
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

form input.text, form select {
    height: 50px !important;
}

.userform .action, input[type="file"]::file-selector-button {
    width: 40% !important;
    margin: 5px;
    box-sizing: border-box;
    background: var(--site-blue) !important;
    color: #fff;
    cursor: pointer;
    border: 0;
    padding: 14px 0px;
    border-radius: 7px;
}

.g-recaptcha {
    margin: 5px;
}

.logo img {
    max-width: 115px;
    max-height: 101px;
}

.font-weight-initial {
    font-weight: initial !important;
}

.service_style_five:hover {
    background: var(--site-blue) !important;
}

.locations h3 {
    font-size: 16px;
}

.locations p {
    font-size: 13px;
}

.locations a {
    text-decoration: underline;
}

.locations a:hover {
    color: var(--site-blue) !important;
}

.font-s-50 {
    font-size: 50px !important;
}

.mobile-menu .mean-bar {
    padding-bottom: 0.5rem;
}

.mobile-menu .follow-company-icon {
    background-color: #fff;
}

.mobile-menu .follow-company-icon a {
    width: 10% !important;
}

.bullet-block-title {
    color:#5ba7c3;
    font-weight:700;
}

.desc-carousel-title {
    color:#5ba7c3;
    font-size:14.0pt;
    font-weight:800;
}

.document-row {
    font-size:1rem;
}

.download-link {
    color:#5ba7c3;
}

/* Slick Carousel */
.main-slider img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.nav-slider {
    margin-top: 10px;
}

.nav-slider img:hover {
    cursor:pointer;
}

.nav-slider img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.nav-slider img {
    border-style: solid;
    border-color: #F3F6F9;
    border-width: 2px;
}


.nav-slider .slick-current img {
    border-style: solid;
    border-color: #5ba7c3;
    border-width: 2px;
}

.related-pages-container {
    padding: 1em;
    margin-bottom: 5em;
}

.related-pages-title {
    margin-bottom: 1.5em;
}

.related-pages-slider .slick-track {
    display: flex;
}

.related-pages-slider .slick-slide {
    height: auto;
}

.related-pages-block {
    margin: 0.5rem;
}

.related-pages-slider .slick-prev, .related-pages-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #ffffff;
    border: none;
    box-shadow: 5px 5px 5px gray;
    transition: .5s;
}

.related-pages-slider .slick-prev:hover, .related-pages-slider .slick-next:hover {
    background: var(--site-blue) !important;
    color: #ffffff;
    transition: .5s;
}

.related-pages-slider .slick-disabled {
    pointer-events: none;
    opacity: 50%;
}

.related-pages-slider .slick-prev {
    left: -40px;
}

.related-pages-slider .slick-next {
    right: -40px;
}

.product-block-list ul li, .carousel-description ul li {
    margin-left: 2.5em;
    margin-bottom: 1em;
    padding-left: 2em;
}

.icon img {
    object-fit: cover;
}

@media (min-width: 768px) {
    .max-width {
        max-width: 45% !important;
    }
}

@media (min-width: 992px) {
    .max-width {
        max-width: 31% !important;
    }
}
