@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
}

@media (min-width: 768px) {
  .forMobile {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .forDesktop {
    display: none!important;
  }
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
b, strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

/* top start
------------------------------------------ */
.top {
  height: 116px;
  border-bottom: 1px solid #ddd;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.top a {
  display: block;
  text-decoration: none;
}
.top img {
  width: 320px;
}

@media (min-width: 768px) {  
  body {
    padding-top: 216px;
  }
  .top-navig {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 150px;
  }
  .top-navig {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .top {
    justify-content: space-between;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);  
    -webkit-box-shadow: 0 -1px 0 0 #ddd, 0 3px 4px 0 rgba(153, 153, 153, 0.5);
    box-shadow: 0 -1px 0 0 #ddd, 0 3px 4px 0 rgba(153, 153, 153, 0.5);
  }
  .top img {
    /*max-height: 60px;*/
	width: 220px;
  }
  #nav-toggle {
    position: relative; 
    display: inline-block; 
    width:35px; 
    height:25px;
  }
  #nav-toggle span { 
    position: absolute; left: 0; top: 10px; 
  }
  #nav-toggle span, 
  #nav-toggle span:before,
  #nav-toggle span:after {
    position: absolute;
    display: block;
    content: '';
    height: 4px;
    width: 35px;
    background: #303133;
    border-radius: 1px;
    cursor: pointer;
  }
  #nav-toggle span:before {
    top: -10px;
  }
  #nav-toggle span:after {
    bottom: -10px; 
  }
  #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 100ms ease-in-out;
  }
  #nav-toggle.active span {
    background-color: transparent;
  }
  #nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
  }
  #nav-toggle.active span:before {
    transform: rotate(45deg);
  }
  #nav-toggle.active span:after {
    transform: rotate(-45deg);
  }
}
/* top stop
------------------------------------------ */

/* navigation start
------------------------------------------ */
.navigation {
  background-color: #fff;
}
.navigation ul,
.navigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation a {
  display: block;
  color: #333;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.navigation a:hover,
.current-menu-item a {
  color: #ccc;
}
.current-menu-item a {
  cursor: default;
}

@media (min-width: 768px) {
  .navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 55px;
    /*margin-bottom: 45px; */ 
    -webkit-box-shadow: 0 -1px 0 0 #ddd, 0 3px 4px 0 rgba(153, 153, 153, 0.5);
    box-shadow: 0 -1px 0 0 #ddd, 0 3px 4px 0 rgba(153, 153, 153, 0.5);
  }
  .navigation_fixed {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
  }
  .navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .navigation ul li {
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .navigation {
    display: none;
    width: 100%;
    background-color: #fff;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    padding-top: 11px;
    padding-bottom: 12px;
    position: absolute;
    z-index: 10;
    top: 116px;
    left: 0;
    border-bottom: 1px solid #ddd;
  }
  .navigation-active {
    display: block;
  }
  .navigation a {
    text-transform: uppercase;
    padding: 8px 0;
  }
}
/* navigation stop
------------------------------------------ */

/* headerBanner + .mainHomepage start
------------------------------------------ */
.headerBanner {
  margin-bottom: 40px;
}
.mainHomepage { 
  margin-bottom: 100px;
}
.mainHomepage h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: #0098D9;
  letter-spacing: -0.47px;
  text-align: center;
  line-height: 72px;
  margin: 0 0 60px;
}
.mainHomepage h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #333333;
  letter-spacing: -0.3px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.mainHomepage ul,
.mainHomepage ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainHomepage ul li {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #999;
  letter-spacing: 0;
  padding: 0 0 20px 27px;
}
.mainHomepage ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #333;
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 0;
}
.mainHomepage ul li b,
.mainHomepage ul li strong {
  color: #333
}
@media (min-width: 768px) {
  .mainHomepage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mainHomepage-col-1 {
    width: 60%;
    max-width: 622px;
    padding-right: 100px;
  }
  .mainHomepage-col-2 {
    width: 40%;
    max-width: 452px;
  }
}
@media (max-width: 767px) {
  .headerBanner {
    margin-bottom: 25px;
  }
  .mainHomepage h1 {
    margin: 0 0 35px;
    font-size: 36px;
    line-height: normal;
  }
  .mainHomepage { 
    margin-bottom: 50px;
  }
  .mainHomepage-col-1 {
    margin-bottom: 20px;
  }
}
/* headerBanner + .mainHomepage stop
------------------------------------------ */

/*  ourBrands start
------------------------------------------ */
.ourBrands h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: #0098D9;
  letter-spacing: -0.47px;
  text-align: center;
  line-height: 72px;
  margin-bottom: 50px;
}
.ourBrands-block {
  background-color: #f3f8fc;
}
.ourBrands-subphoto,
.sample-awards,
.sample-awards-img,
.ourBrands-contact {
  text-align: center;
}
.ourBrands-photo {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  width: 100%;
  margin-bottom: 25px;
}
.ourBrands-subphoto {
  margin: 0 20px 20px;
  height: 45px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.ourBrands-subphoto img {
  max-width: 100%;
  max-height: 45px;
}


img.foodWine-img {
  transform: scale(0.8);
}
img.realsimple-img {
  transform: scale(0.8);
}
img.midwestliving-img {
  transform: scale(1.2);
}
img.peoplees-img {
  transform: scale(1.15);
}
img.people-img {
  transform: scale(1.2);
}
img.successful-img {
  transform: scale(1.2);   
}


.helt-img {
  transform: scale(0.85);
}
.picom-img {
  transform: scale(0.75);
}
.sfa-img {
  transform: scale(1.3);   
}


.ourBrands-text {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
  margin: 0 20px 30px;
}
.sample-awards {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #333;
  letter-spacing: 0.3px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.sample-awards-img img {
  max-width: 118px;
  margin: 0 10px 20px;
}
.ourBrands-contact {
  padding-bottom: 30px;
}
.ourBrands-contact a {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0098D9;
  letter-spacing: 0;
  text-decoration: none;
}
.ourBrands-contact a:hover {
  color: #0cb4ce;
}

@media (min-width: 768px) {
  .ourBrands {
    overflow: hidden;
  }
  .ourBrands-blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 35px;
    position: relative;
  }
  .ourBrands-block {
    width: calc(33.33333% - 20px);
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .ourBrands-block:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .ourBrands h1 {
    margin-bottom: 35px;
  }
  .ourBrands-block {
    margin-bottom: 50px;
  }
  .ourBrands-photo {
    margin-bottom: 30px;
  }
}
/*  ourBrands stop
------------------------------------------ */

/* footer start
------------------------------------------ */
.footer {
  background-color: #000;
  padding: 36px 0 16px;
}
.footer-col-1 h4 {
  margin: 0 0 18px 0;
  text-decoration: none;
}
.footer-col-1 h4 a {
  color: #fff;
  letter-spacing: 0;
  font-size: 20px;
  line-height: normal;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.footer-col-1 p {
  color: #fff;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-col-1 p a {
  color: #fff;
  text-decoration: none;
}
.footer-col-1 p a:hover {
  color: #0cb4ce;
}
.footer-col-2 {	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
}
.logo-footer img {
  display: block;
  margin-bottom: 18px;
  width: 290px;
}
.logo-footer a:hover img {
  opacity: .7;
}
.social-footer {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.social-footer span {
  color: #fff;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  position: relative;
  top: 3px;
}
.social-footer ul,
.social-footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-footer ul li {
  display: inline-block;
  margin-left: 25px;
}
.social-footer svg {
  height: 16px;
  fill: #fff;
}
.social-footer a:hover svg {
  fill: #0cb4ce;
}
@media (min-width: 768px) {
  .footer .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;  
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 40px;
  }
}
/* footer stop
------------------------------------------ */