/*
Theme Name: Solchip
Author: Solchip
Author URI: https://avniyay.in/
Description: Solchip
Version: 1.0
Text Domain: solchip
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
video { 
    max-width: 100%;
    position: relative;
    z-index: 3;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin: auto;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	/* list-style: none; */
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div#wrapper {
    width: 100%;
    position: relative;
    max-width: 100vw;
    overflow: hidden;
    z-index: 1;
}
img {
    max-width: 100%;
}
body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    font-family: 'Helvetica','Arial';
    position: relative;
    max-width: 100vw;
    cursor: default;
    /* overflow-x: hidden; */
    padding-top: 110px;
    font-family: 'Encode Sans';
}  

p em {
    font-style: italic;
}

.container {
    max-width: 1380px;
    position: relative;
    z-index: 1;
}
.container.narrow {
    max-width: 1200px;
}

.container.inner {
    max-width: 1170px;
}
.header-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1380px;
    max-width: 100%;
    margin: auto;
}
.duns {
    margin: auto 20px;
}
.top-search {
    flex: 0 0 70px;
    margin: auto;
    margin-right: 20px;
    text-align: right;
}

nav#menu {
    margin: auto;
    flex: 1;
    /* padding: 0px 3%; */
}

ul#menu-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}

nav#menu > div > ul > li > a {
    display: block;
    color: #2d4257;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s all ease;
}
nav#menu > div > ul > li > a:hover {
    color: #43ba8f;
}

ul#menu-main ul.sub-menu {
    position: absolute;
    top: 85%;
    left: 0;
    list-style: none;
    background: rgb(255 255 255 / 105%);
    padding: 20px;
    width: 300px;
    line-height: 2;
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.2);
    display: none;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
}

ul#menu-main > li {
    position: relative;
    margin: auto 3%;
}

ul#menu-main ul.sub-menu li a {
    color: inherit;
}
ul#menu-main li.menu-item-has-children:after {content: '';display: inline-block;font-size: 18px;width: 20px;height: 9px;background: url(/wp-content/themes/b4u/images/down.png);background-size: contain;background-repeat: no-repeat;background-position: center;position: relative;top: -3px;margin-left: 6px;}
ul#menu-main li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index : 1;
    display: block;
}

ul#menu-main > li.menu-button {
    margin-left: auto;
}

ul#menu-main > li.menu-button a {
    border-radius: 4px;
    background-color: #00444a;
    display: block;
    line-height: 41px;
    padding: 0px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
ul#menu-main > li.menu-button a:hover {
    background-color: #4C7C80;
    color: white;
}
a.logo {
    flex: 0 0 30%;
    margin: auto 0px;
    /* padding: 0px 30px; */
}

body.home  nav#menu {
    margin: auto auto 0px;
}




header {
    padding: 20px 0px;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.2s all ease;
    /* background: white; */
}
body.is-sticky header {
    padding: 10px 0px 10px;
    background: rgb(255 255 255);
}
 
footer {
    /* display: none; */
    padding: 40px 15px;
    background-color: #00444a;
}



span.wpcf7-spinner {
    position: absolute;
}
 
strong {font-weight: 700;}
  
a.button, div.button {
    transition: 0.2s all ease;
    line-height: 51px;
    padding: 0px 30px;
    text-align: center;
    border-radius: 4px;
    background-color: #00444a;
    color: white;
    display: table;
    text-decoration: none;
    font-family: "Roboto";
    font-weight: 500;
}

a.button.white {
    color: #00444a;
    background: white;
}

a.button.white:hover {
    background: #D2DEDF;
}

a.button:hover {
    background-color: #4C7C80;
}

.text-center a.button {
    margin: auto;
}
h2.title {
    color: #00444a;
    font-size: 40px;
    line-height: 62px;
    margin-bottom: 20px;
    font-weight: 500;
}
.subtitle {
	color: #00444A;
	font-size: 18px;
	line-height: 36px;
}


p + p {
    margin-top: 20px;
}



.footer-title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-menu ul {
    list-style: none;
}

.footer-menu li a {
    color: #c6ccd2;
    font-size: 16px;
    line-height: 1.9;
}
 

.footer_text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.footer_text a {
    text-decoration: underline;
    color: white;
}

.socials--list a {
    display: inline-block;
    background: #c6ccd2;
    line-height: 29px;
    width: 29px;
    height: 29px;
    border-radius: 20px;
    text-align: center;
    color: #00444a;
}

.socials--list {
    margin-bottom: 20px;
}
.credits {
    padding: 10px;
    color: #47505a;
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
}

a.credits-link {
    color: #47505a;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
    font-family: 'Roboto';
}

.credits-text {
    font-weight: 300;
    font-family: 'Roboto';
}
.woocommerce ul.products li.product .button {
    text-align: center;
}

.contact-strip {
    text-align: center;
    padding: 104px 30px;
}

.contact-strip a.button {
    margin: 30px auto 0px;
}
 

.contact-strip .contact-strip-title {
    color: #00444a;
    font-size: 40px;
    font-weight: 700;
    line-height: 62px;
}


input.button {
    border-radius: 4px;
    background-color: #f6f6f9;
    height: 51px;
    line-height: 51px;
    background: #00444a;
    padding: 0;
    outline: none;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
}

input.button.wide {
    width: 100%;
}

.animate-in {
	-webkit-transition: 0.5s all cubic-bezier(0.25, 0.69, 0.46, 0.83);
	-o-transition: 0.5s all cubic-bezier(0.25, 0.69, 0.46, 0.83);
	transition: 0.5s all cubic-bezier(0.25, 0.69, 0.46, 0.83);
	opacity: 0 !important;
}
.animate-in.animate-in-right
{
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	    transform: translateX(50px);
	
}
.animate-in.animate-in-left
{
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	    transform: translateX(-50px);
	
}
.animate-in.animate-in-up
{
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	    transform: translateY(50px); 
}
.animate-in.animate-in-down
{
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	    transform: translateY(-50px); 
}

.animate-in.animate-in-done {
    opacity: 1!important;
    -ms-transform: translateX(0px)!important;
        transform: translateX(0px)!important;
    -webkit-transform: translateX(0px)!important;
}

@media (min-width: 1100px){
		
	.animate-in.animate-in-delay-1 { -webkit-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
	.animate-in.animate-in-delay-2 { -webkit-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
	.animate-in.animate-in-delay-3 { -webkit-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }
	.animate-in.animate-in-delay-4 { -webkit-transition-delay:1.2s; -o-transition-delay:1.2s; transition-delay:1.2s; } 
	.animate-in.animate-in-delay-5 { -webkit-transition-delay:1.5s; -o-transition-delay:1.5s; transition-delay:1.5s; }
	.animate-in.animate-in-delay-6 { -webkit-transition-delay:1.8s; -o-transition-delay:1.8s; transition-delay:1.8s; }

}

.mobile-button {
    display: none;
}


.form-parent {
    /* position: relative; */
}

.form-thanks {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: white;
    display: none;
}

.ft-top {
    background: #00444A;
    text-align: center;
    padding: 60px 20px 20px;
    color: white;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
}

.ft-top img {
    height: 51px;
    display: block;
    margin: auto auto 20px;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.ft-bottom {
    flex: 1;
    text-align: center;
    color: #00444A;
    font-size: 24px;
    line-height: 1.9;
    padding: 10% 10%;
}

.form-thanks--inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
 
.main-form .input-field label {
    position: absolute;
    left: 0;
    top: -10px;
    bottom: 0;
    line-height: 54px;
    z-index: -1;
    font-size: 16px;
    transition: 0.3s all ease;
}

.main-form .input-field.has-value label {
    line-height: 13px;
    font-size: 12px;
    opacity: 0.7;
}
.main-form .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
    right: 0;
    bottom: 0;
}


@media (max-width: 992px)
{
	footer  .sm-half {
		max-width: 50%;
		width: 50%;
		flex: 0 0 50%;
		padding-top: 30px;
	}
	.block-item {
	    min-height: auto;
	}
	.mobile-button {
		display: none;
	}
	h2.title {
		font-size: 32px;
		line-height: 1.5;
	}
	header {
		padding: 10px 10px;
	}

	body {
		padding-top: 70px;
	}

	.mobile-button {
		margin: auto;
		display: block;
		padding: 0px 10px;
	}

	.mobile-button a {
		border-radius: 4px;
		background-color: #00444a;
		display: block;
		line-height: 36px;
		padding: 0px 10px;
		color: #ffffff;
		font-size: 14px;
		font-weight: 500;
	}


	ul#menu-main > li.menu-button {
		display: none;
	}

	nav#menu > div > ul > li > a {
		line-height: 2.5;
		font-size: 22px;
		color: #00444A;
	} 
    nav#menu {
        /* display: none; */
        position: fixed;
        top: 70px;
        background: white;
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100vh - 70px);
        transition: 0.4s all ease;
        transform: translateX(-100%);
        padding: 20px 20px;
    } 
	
    div#mobile-toggler {
        display: block;
        width: 25px;
        height: 34px;
        margin: auto 0px;
        /* background: red; */
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        padding: 10px 0px;
        z-index: 2;
        position: relative;
    }

    div#mobile-toggler > div {
        width: 100%;
        height: 2px;
        background: #243d52;
        transition: 0.3s all ease;
    }

    div#mobile-toggler > div.hm-1 {
        background: #243d52;
    }
    div#mobile-toggler > div.hm-2 {
        background: #243d52;
    }
    div#mobile-toggler > div.hm-3 {
        background: #253e53;
    } 
	
    body.mobile-menu--open div#mobile-toggler > div.hm-1 {
        transform: rotate(45deg) translateY(6px) translateX(4px);
        width: 100%;
    }
    body.mobile-menu--open div#mobile-toggler > div.hm-3 {
        transform: rotate(-45deg) translateY(-4px)  translateX(3px);
        width: 100%;
    }
    body.mobile-menu--open div#mobile-toggler > div.hm-2 {
        width:0%;
        transform:translateX(20px);
    }
	
    body.mobile-menu--open nav#menu {
        transform: none;
    }

    body.mobile-menu--open header {
        background: white;
        box-shadow: inset 0px -1px 5px -4px black;
    }
	
    body.is-sticky header {
        background: rgb(255 255 255 / 100%);
        padding: 10px 10px;
    }

    body.mobile-menu--open.is-sticky nav#menu {
        height: calc(100vh - 70px);
        top: 70px;
    }

    a.logo {
        padding: 0px;
        flex: 1;
        /* height: 70px; */
        margin-right: auto;
    }

    a.logo img {
        max-height: 100%;
        height: 50px;
    }
 

    ul#menu-main {
        flex-direction: column;
    }

    ul#menu-main ul.sub-menu {
        position: relative;
        top: auto;
        width: 100%;
        box-shadow: none;
        padding: 10px 10px 30px;
    }

    ul#menu-main li.menu-item-has-children:after {
        position: absolute;
        top: 10px;
        right: 0px;
        padding: 20px;
        background-size: 21px 11px;
    }

    ul#menu-main > li {/* border-bottom: 1px solid #ddd; */}

	footer {
		padding: 50px 0px;
	}

	.footer-title {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.footer-menu li a {
		font-size: 14px;
		line-height: 2.2;
	}

	.credits {
		font-size: 10px;
		padding: 10px 0px;
	}

	a.credits-link {
		font-size: 9px;
		letter-spacing: 0px;
	}

	.credits-text {
		font-size: 9px;
	}

	.credits .col-auto {
		padding: 0px 5px;
	}

	.contact-strip {
		padding: 50px 5% 50px;
	}

	.contact-strip .contact-strip-title {
		font-size: 30px;
		line-height: 1.6;
	}

	a.button {
		font-weight: 400;
	}
    .footer_text p {font-size: 14px;}

    
}