div .ex2 {max-width: 800px; margin: auto;}
.caretRight {
    margin-bottom: -1px;
}
.caretLeft  { margin-bottom: -1px; }

.iconline {
    overflow: hidden;
    text-align: center;
}
.iconline:before,
.iconline:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: top;
    width: 48%;
}
.iconline:before {
    right: 0.5em;
    margin-left: -50%;
  margin-top: 15px;
}
.iconline:after {
    left: 0.5em;
    margin-right: -48%;
     margin-top: 15px;
}


.button-rounded a {
    font-size: 1em;
    padding: 12px 20px;
    background-color: #3582fa;
    color: #fff;
}

.button-rounded a:hover {
     background-color: #8039cb;
    color: #fff;
}

.fancy {font-family: 'Satisfy', cursive;
    color: #8039cb;
    font-size: 25px;
}
 
 .fancy1 {font-family: 'Satisfy', cursive;
    color: #8039cb;
    Font-size:45px;
}
.contact-form .field-label {
	color: #fff !important;
}
.subpage #content .container {
	background: none !important;
}
.section_TeamList {
	margin-bottom: 0px !Important;
}
@media (min-width: 767px) {
	.section_TeamList .c-team-section__container {
		justify-content: space-evenly;
	}
}
@media (max-width: 767px) {
	.section_TeamList .c-team-section__container;
	.c-team-section__member {
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
}