/*
Theme Name:  Super QR
Template:  twentytwentyone
*/
body{
	background-color: #fff !important;
}
main.site-main{
	padding: 0;
}
.align-center{
	align-items: center;
}
.text-center{
	text-align: center;
}
#site-header{
	padding: 30px 0;
}
.header-menu ul#menu-header-menu{
	list-style-type: none;
	display: flex;
	justify-content: end;
}
.header-menu ul#menu-header-menu li {
    margin: 0 40px;
}
.header-menu ul#menu-header-menu li a{
	text-decoration: none;
	color: #2049e2;
}
.header-menu ul#menu-header-menu li:first-child{
	position: relative;
}
.header-menu ul#menu-header-menu li:first-child a:before{
	content: "";
	background: url("https://superqr.co/wp-content/uploads/2022/05/home-earth.jpg") no-repeat 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -40px;
}
footer#site-footer{
	background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
}
footer#site-footer .strong{
	font-weight: 600;
	color: #fff;
}
footer#site-footer .footer-menu{
	width: 80%;
}
footer#site-footer .footer-menu ul, .home-banner-inner ul{
	list-style-type: none;
	padding: 0;
}
footer#site-footer .footer-menu ul li {
	margin: 15px 0;
}
footer#site-footer .footer-menu ul li:first-child{
	margin-top: 35px;
}
footer#site-footer .footer-menu ul a{
	color: #fff;
	text-decoration: none;
}
footer#site-footer .footer-soc-icons{
	text-align: center;
	margin-top: 70px;
}
footer#site-footer .footer-soc-icons a{
	margin: 0 25px;
}
footer#site-footer .footer-soc-icons img{
	width: 35px;
}
#slider img{
	width: 100%;
}
.site-main > *:first-child, .site-main > *:last-child{
	/*margin-bottom: 0;
	margin-top: 0;*/
	margin: 0;
}
.home main.site-main>.section-2 {
    background: #f2f2f2;
    margin-top: 0px;
    padding-top: 60px;
}
.home main.site-main>.section-2 .col-md-4 {
    margin-bottom: 50px;
}
.home-banner .owl-dots {
    display: none;
}
.home main.site-main> .section-3 {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

@media (min-width:1200px){
.section-3-inner.container >img {
    margin-left: 90px;
}
}

@media (max-width:  767px){
.section-3-inner.container img {
    width: 100%;
}
footer#site-footer .container .row .col-md-4 img {
    margin-bottom: 50px;
}
.home main.site-main> .section-3{ background-image: unset !important; }
header .toggle_button.col-md-1 {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    bottom: 0;
    display: flex;
    align-items: center;
}
header .col-md-3{ position: relative; }
.header-menu ul#menu-header-menu {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
}
header .col-md-9 {
    background: #f2f2f2;
    padding: 0px 10px;
    margin-top: 30px;
}
#site-header {
   padding-bottom: 0;
}
div#navbarSupportedContent {
    padding: 20px 0pc;
}
button.navbar-toggler {
    padding: 0;
    border: none;
}
button.navbar-toggler:focus{ box-shadow: none; border: none; }
button.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:before{
	content: '';
    background: url(img/menu.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
}
button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon:before{
	content: '';
    background: url(img/close.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
}
button.navbar-toggler {
    background: transparent !important;
}
.header-menu ul#menu-header-menu li:first-child a:before{ display: none; }
}

@media (min-width:  768px){
.header-menu.navbar-collapse.collapse {
    display: flex;
    justify-content: flex-end;
}
header .toggle_button{ display: none; }
}


@media (max-width:  350px){
footer#site-footer .footer-soc-icons a {
    margin: 0 15px;
}
}


@media (max-width:  1079px){
.section-3-inner.container img {
    width: 100%;
}
.header-menu ul#menu-header-menu {
    list-style-type: none;
    display: flex;
    justify-content: end;
    padding-left: 0px;
}
.header-menu ul#menu-header-menu li {
    margin: 0 20px;
}
}

@media (min-width: 1080px) and (max-width:  1199px){
.header-menu ul#menu-header-menu li {
    margin: 0 30px;
}
}
