@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; /* Hide vertical scrollbar */
    background-color: #ffffff;
    font-family: 'Barlow', sans-serif;
    background-color: #ffffff;
}

html {
    overflow-y: scroll;
}

a {
    color: #393292;
	font-weight: 800;
}

footer a {
	color: #ffffff;
	font-weight: 800;
}


img {
    max-width: 100%;
    height: auto;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #ffffff;
}

h1 {
    color: #393292;
    font-weight: 900;
    font-size: 1.5rem !important;
    font-family: 'Barlow', sans-serif;
}

h2 {
    color: #444444;
    font-weight: 900;
    font-size: 1.6rem !important;
    font-family: 'Barlow', sans-serif;
}


h3 {
    color: #393292;
    font-weight: 700;
    font-size: 1.3rem !important;
    font-family: 'Barlow', sans-serif;
}

h4 {
    color: #444444;
    font-weight: 700;
    font-size: 1.3rem !important;
    font-family: 'Barlow', sans-serif;
}

p {
    color: #444444;
    font-size: 1.2rem;
    font-family: 'Barlow', sans-serif;
     font-weight: 500 !important;
    margin: 15px;
    
}

.small {
	color: #393292;
    font-size: 1rem;
    font-family: 'Barlow', sans-serif;
     font-weight: 500 !important;
}


.flex-container {
 display: flex;
  justify-content: center;
  align-content: center;
	flex-direction: column;
}

.nowrap  { 
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-item {
    width: 96%;
    max-width: 1200px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 20px;
    padding-bottom: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important;
    font-family: 'Barlow', sans-serif !important;
    color: #444444 !important;
    align-items: center;
}

.flex-item2 {
    width: 98%;
    max-width: 1800px;
    margin-top: 95px;
    margin-bottom: 65px;
    margin-left: 5px;
    margin-right: 10px;
    padding-bottom: 45;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important;
    font-family: 'Barlow', sans-serif !important;
    color: #ffffff !important;
    align-items: center;
    background-color: #a33fa3;
    border: 1px solid #A6A6A6;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.testimonials {
    width: 80%;
    max-width: 900px;
    margin: 40px;
    padding: 20px;
    font-weight: 600 !important;
    font-family: 'Barlow', sans-serif !important;
    color: #444444 !important;
    border: thin solid #A33FA3;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


.image-container {
  padding: 0;
  margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
  justify-content: center;
  align-content: center;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.wrap    { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}  

.img-item {
  padding: 0px;
  margin: 2px;
}

.row-container {
  padding: 0;
  margin: 0;
  justify-content: center;
  align-content: center;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.row-item {
  background: #ffffff;
  border-top: 2px solid #393292;
  border-right: 2px solid #393292;
  border-bottom: 2px solid #393292;
  border-left: 12px solid #393292;
  border-radius: 12px;
  padding: 8px;
  width: 275px;
  height: 175px;
  margin: 10px;
  color: #000000;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

@media only screen and (max-width: 985px) {
 .hide-mobile 
 {display:none;}
}

@media only screen and (min-width: 984.9px) {
	   .hide-pc {
		display:none;
        text-align: center;
        align-content: center;
	  }
    .flex-item {
        margin-right: 10px;
    }
	}