/*

	Theme Name: Solv Themplete

	Description: ---

	Theme URI: """"

	Version: 1.0

	Author: ---

	Author URI: """"

	Tags:  """"

*/
body{
	background-color: #ffffff !important;
	font-family: 'Teko', sans-serif;
	line-height: 2rem;
	letter-spacing: 0.9px;
	font-size: 20px;
}
.head-contain {
    display: flex;
    padding: 0px 20px;
}

header {
    padding: 10px 0;
    z-index: 99;
    width: 100%;
}

.head-contain .logo-header {
    width: 15%;
}

.head-contain .menu {
    width: 74%;
}

.head-contain .logo-header > a > img {
    width: 55%;
}

.menu .cssmenu {
    display: flex;
}
.header-menu {
    width: 85%;
    display: flex;
    align-items: center;
}
.header-menu > .mega-menu .menu {display: flex;gap: 2rem;list-style-type: none;justify-content: center;align-items: center;width: 100%;margin: 0;}
span.about-title {
    color: #1796aa;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 1rem;
    display: flex;
}

.about-text {
    text-align: justify;
    font-size: 1.2rem;
    font-weight: 400;
}

.about-us {
    display: flex;
    gap: 2rem;
}

.about-left {
    width: 50%;
}
.products .product-title {
    color: #1796aa;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.single-column img {
    width: 100%;
    max-height: 187px;
    height: 187px;
    object-fit: cover;
}

.products {
    overflow: hidden;
}

.single-column {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 0rem;
}

.single-column span {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 500;
    color: #000000;
    font-size: 1.2rem;
}

.products-contain {
    padding-bottom: 1rem;
}
span.sector-title {
    color: #1796aa;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.sectors-contain > a {
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 10px rgba(23, 150, 170, 0.2);
    box-shadow: 0px 0px 10px rgba(23, 150, 170, 0.2);
    padding-top: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    display: flex;
    flex-direction: column;
    width: 18.9%;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    pointer-events: none;
}

.sectors-contain {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
}

.sectors-contain > a > img {
    max-height: 60px;
    width: fit-content;
}

.sectors-contain > a > span {
    text-align: center;
    color: #000000;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 20px;
}
.world {
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
}

.world-right {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 30%;
    font-weight: bold;
    color: #1796aa;
    font-size: 1.6rem;
}

.world-left {
    width: 70%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.world-left > img {
    width: 100%;
}
.world-text {
    margin-bottom: 3rem;
}
.world-text p:last-child {
    color: #086371;
}
.parlax img {
    width: 100%;
}

.parlax .captiva {
    height: 100%;
    background: #000000;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.5;
}

.parlax {
    position: relative;
    margin-top: 2rem;
}
.referances .referance-title {
    color: #1796aa;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

section.container.referances {
    overflow: hidden;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
}

.referances-contain .referance-column {
    border: 1px solid #D8D8D8;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}
footer.footer-contain {
    background: #058B8C no-repeat right;
    padding-top: 30px;
}

.footer-content {
    display: flex;
    gap: 2rem;
}

.footer-content .footer-col {
    width: 25%;
}

.footer-col img {
    max-height: 65px;
    margin-bottom: 2rem;
}

.footer-content .footer-col ul {
    list-style-type: none;
    padding: 0;
}

.footer-content .footer-col ul li a {
    color: #ffffff;
}

.footer-content .footer-col  b {
    text-align: center;
    font-size: 20px;
    color: #55BDCE;
    font-weight: bold;
    display: flex;
    margin-bottom: 20px;
}

.footer-content .footer-col ul > li {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom: 5px;
}
.copy {
    background: #55BDCE;
    margin-top: 14px;
    padding: 10px 0;
}

.copy .container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-weight: bold;
}
.header-menu > .mega-menu .menu > li > a {
    color: #000000;
    font-size: 1.5rem !important;
}
.footer-content .footer-col ul li a:hover {
    color: #55BDCE;
}

.sectors-contain > a:hover {
    background: #55BDCE;
}

.sectors-contain > a:hover > span {
    color: #ffffff;
}

.single-column:hover {
    background: #55BDCE;
}

.single-column:hover span {
    color: #ffffff;
}

.header-menu > .mega-menu .menu > li > a:hover {
    color: #55BDCE;
}
.product-list .single-column {
    width: calc(25% - 1rem);
}

.product-list .products-contain .single-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.product-list {
    margin-top: 2rem;
}
.contact-contain {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.contact-contain-form input,.contact-contain-form textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-contain-form {
    width: 50%;
}

.contact-contain-form label {
    width: 100%;
}

.contact-contain-info {
    width: 50%;
    background: #1796aa;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.info-center-content a {
    color: #ffffff;
    font-size: 1.5rem;
}

.info-center-content {
    color: #ffffff;
    font-size: 1.5rem;
}

.contact-contain-info-center {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.info-center-content i {
    margin-right: 0.5rem;
}
.info-outside-colorful ul {display: flex;list-style-type: none;gap: 2rem;margin-top: 2rem;}

.info-outside-colorful ul a i {
    color: #ffffff;
    font-size: 1.5rem;
}
.info-outside-transparent {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 4rem;
    color: #ffffff;
}
.copy p {
    padding: 0;
    margin: 0;
}
.about-right {
    display: flex;
    align-items: center;
}
.about-right {
    width: 50%;
}
.about-right img {
    width: 100%;
}
@media screen and (max-width: 1201px) {
    .metaslider {
        padding-top: 0px  !important;
    }
    .sectors-contain > a {
        width: 23.8%;
    }
}
@media screen and (max-width: 980px) {
    .contact-contain {
        flex-direction: column-reverse;
    }
    .contact-contain-form {
        width: 100%;
    }
    .contact-contain-info {
        width: 100%;
        padding: 2rem;
    }
}
@media screen and (max-width: 769px) {
    .metaslider {
        padding-top: 0px  !important;
    }
    .product-list .single-column {
        width: calc(33.33% - 1rem);
    }
    
    .about-us {
        flex-direction: column-reverse;
    }
    .about-right {
        width: 100%;
    }
    .about-left {
        width: 100%;
    }
    .sectors-contain > a {
        width: 31.4%;
    }
    .world {
        flex-direction: column;
    }
    .world-right {
        width: 100%;
    }
    .world-left {
        width: 100%;
    }
    .footer-content {
        flex-wrap: wrap;
    }
    .footer-content .footer-col {
        width: 47%;
    }
}
@media screen and (max-width: 542px) {
    .product-list .single-column {
        width: calc(50% - 1rem);
    }
    .sectors-contain > a {
        width: 30%;
    }
    .footer-content .footer-col {
        width: 45%;
    }
    .head-contain {
        display: flex;
        padding: 0px 20px;
        flex-direction: column;
    }
    .header-menu {
        justify-content: center;
    }
    .head-contain .logo-header {
        justify-content: center;
        margin-bottom: 1rem;
        width: 100%;
        display: flex;
    }
    .head-contain .logo-header img {
        width: auto !important;
        height: 70px;
    }
}

@media screen and (max-width: 439px) {
    .product-list .single-column {
        width: calc(100%);
    }
    .sectors-contain > a {
        width: 46%;
    }
    .header-menu > .mega-menu .menu > li > a {
        color: #000000;
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 330px) {
    .footer-content .footer-col {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
}