/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2025 | 14:19:11 */
footer#site-footer a[href^='mailto'], footer#site-footer a {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    background-image: none !important;
}
.offcanvas-bottom .offcanvas-contact, .offcanvas-bottom .offcanvas-contact a {
    font-size: 16px;
}
.contact-form  {
    position: relative;
    z-index: 1;
    display: grid;
    column-gap: 20px;
	/* row-gap: 10px; */
    grid-template-columns: repeat( auto-fit, minmax(350px, 1fr) );
}
.col1 {
    grid-column: 1 / -1;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c3c0c0 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c3c0c0 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #c3c0c0 !important;
}

.navigation-foundation > ul > li {
    padding-right: 50px;
}

.text-gradient {
  background: -webkit-linear-gradient(90deg,#f9e285,#ad7a22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
}

@media only screen and (max-width: 670px) {
div.logo-box > img {
    display: block;
    width: 100%;
    height: auto;
	padding: 30px;
}
}
/*HEADER*/
.site-header.header--clone .header-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
	 background-color: #000;
}
.site-header.header--clone .header-wrapper a span {
   color:#fff !important
   
}
.site-header.header--clone .site-branding img {
    padding: 10px 0;
}
/*END HEADER*/
.about {
    padding: 50px 0;
    max-width: 1600px;
    margin: auto;
}
.about .txt {
   /*  padding: 50px 50px 0 200px; */
    position: relative;
}

.about a {
    background-image: none !important;
    background-color: #000;
    display: block;
    width: 250px;
    padding: 15px 0;
    text-align: center;
    color: #72d0ed !important;
	transition:1s !important;
}
.about a:hover {
    background-color: #72d0ed;
    color: #fff !important;
}
.about h3, .services h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #0c92d9;
}
.logo-icon img {
	max-width: 169px;
}
.about p {
    line-height:1.8;
}
/*.about img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    max-height: 680px;
    width: auto;
}*/
.services {
    padding: 50px 0;
	max-width: 1600px;
    margin: auto;
}

.services .cont {
    text-align: center;
}
.services .box {
    display: inline-flex;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 300px;
    height: 320px;
    margin: 5px;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    position: relative;
    transition: 1s;
    vertical-align: top;
}
.services .box:hover {
    transform: scale(1.13);
    z-index: 1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.services p {
    margin: 0 0 10px;
}
.services .material-symbols-outlined {
    font-size: 80px;
    font-weight: 200;
    color: #72d0ed;
}
.f-white h3, .f-white p {
	color:#fff;
}
.service-area {
    padding: 50px 20px !important;
}
.service-area .txt {
    margin: 0 auto;
    max-width: 700px;
}
/*FOOTER*/
footer#site-footer .grid-container {
    padding-top: 50px;
    padding-bottom: 30px;
}
footer#site-footer .widget-area .cell aside, footer#site-footer .copyright-section .cell aside {
    padding-bottom: 20px;
}
footer#site-footer .copyright-section {
    padding-top: 30px;
}
footer#site-footer[data-footer-copy="2"] .copyright-section .cell {
    margin-bottom: 20px;
}
#site-footer p, #site-footer li, footer#site-footer .copyright-section .footer_text  {
    font-size: 15px;
    color: #bfbdbd;
}
#site-footer ul {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
#site-footer .material-symbols-outlined {
    vertical-align: middle;
    margin-right: 10px;
    color: #72d0ed;
}
#site-footer ul li {
    padding: 0 50px;
}
aside#media_image-2 {
    max-width: 200px;
    margin: auto;
}

/*END FOOTER*/


@media (max-width: 1024px) {
	
/* Barberry Bigger Menu Hamburguer */
.menu-trigger .nav_burger {
    width: 34px;
    height: 22px;
}		
.menu-trigger .nav_burger span {
    height: 3px;
}
/* Barberry Bigger Menu Hamburguer End */
	
}


@media (max-width: 767px) {

	#site-footer ul {
    flex-wrap: wrap;
    align-content: center;
}
#site-footer ul li {
    padding: 10px;
    text-align: center;
}
.contact-form {
    grid-template-columns: repeat( auto-fit, minmax(100%, 1fr ) );
}	
.about a {
    width: 100%;
}	
	
}