//*custom css*//
a {
    text-decoration: none !important;
    color: #2299A4;
}
a.text-dark:focus, a.text-dark:hover {
    color: #2293a4!important;
    text-decoration: none !important;
}

.nav a{
  display: block;
  line-height: 22px;
  padding: 39px 15px;
  color: #444;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: margin .4s ease, padding .4s ease;
  -o-transition: margin .4s ease, padding .4s ease;
  transition: margin .4s ease, padding .4s ease;
}
.nav-item a{
  display: block;
      padding-right: 30px !important;
  color: #444;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: margin .4s ease, padding .4s ease;
  -o-transition: margin .4s ease, padding .4s ease;
  transition: margin .4s ease, padding .4s ease;
}
.nav-item a:hover{
  color: #2299a3
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
	line-height: 1.5;
	color: #555;
	font-family: 'Raleway', sans-serif;
}

a {
	text-decoration: none !important;
	color: #2299A4;
}

a:hover { color: #ee785a; }

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Raleway', sans-serif;
}
h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 42px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }

h1 > span:not(.nocolor):not(.badge),
h2 > span:not(.nocolor):not(.badge),
h3 > span:not(.nocolor):not(.badge),
h4 > span:not(.nocolor):not(.badge),
h5 > span:not(.nocolor):not(.badge),
h6 > span:not(.nocolor):not(.badge) { color: #54a5a6; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin-bottom: 30px; }
small { font-family: 'Lato', sans-serif; }
hr.style10 {
    display: block;
    position: left;
    padding: 0,;
    margin-left: 0;
    height: 10px;
    width: 260px;
    max-height: 0;
    font-size: 1px;
    line-height: 1;
    clear: both;
    border: none;
    border-top: 0px solid #876fa7;
    border-bottom: 15px solid #876fa7;
}
hr.style11 {
    display: block;
    position: left;
    padding: 0,;
    margin-left: 0;
    height: 10px;
    width: 210px;
    max-height: 0;
    font-size: 1px;
    line-height: 1;
    clear: both;
    border: none;
    border-top: 0px solid #7f5faa;
    border-bottom: 12px solid #53A5A6;
}
.btn-primary {
    color: #fff;
    background-color: #876fa7;
    border-color: #876fa7;
}
.btn-primary:hover {
  background-color: #7f5faa;
  border-color:#7f5faa;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.btn-secondary {
    color: #fff;
    background-color: #2299a3;
    border-color: #2299a3;
}
.btn-secondary:hover {
  background-color: #7f5faa;
  border-color:#7f5faa;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.thin{
  font-weight: 500;
}
.bold{
  font-weight: 700;
}
.ls1 {
    letter-spacing: 1px !important;
}
.logo{
  height: 60px;
}
.footerlogo{
  width: 100px;
}
.footerborder{
  border-top:5px solid #292929 !important;
}
.sociallink{
  font-size: 24px;
}
.nomargin{
  margin: 0px;
}
.noradius{
  border-radius: 0px!important;
}
.hero{
  min-height: 500px;
}
.pagetitle{
color: white;
font-size: 90px;
max-width: 680px;
line-height: 1;
    font-weight: 600;
    letter-spacing: -2px;
    max-width: 680px;
    margin: 0 auto;
        font-family: 'Raleway', sans-serif;
}
.containersm{
      max-width: 1000px;
}

.max600{
  max-width: 600px;
}
.text-teal{
    color: #2299a3;
}
.text-orange{
  color: #ee785a;
}
.text-purple{
  color: #7f5faa;
}
.text-dark{
  color:#444;
}
.text-white{
  color: #fff;
}
.text-twitter{
    color: #00adf4;
}
.text-facebook{
    color: #34589c;
}
.text-linkedin{
    color: #0078ad;
}
.text-light{
      color: #EEE !important;
}
.lineonepointtwo{
  line-height: 1.2;
}
.text-shadow{
      text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.text-op{
  opacity: .8;
}
.bg-bluepurpgradient{
  background-image: linear-gradient(#876fa7, #2299a3);
}
.bg-orangepurplegradient{
      background-image: linear-gradient(-90deg, #ee785a, #544767);
}
.bg-dark{
  background-color: #333 !important;
}
.bg-light{
  background-color: #F8F9FA;
}
.bg-purple{
  background-color: #7f5faa;
}
.bg-teal{
  background-color:#2299a3;
}
.bg-superdark{
  background-color: #292929;
}
.bg-about{
  background: url(./images/about.jpg) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.teammember{
      max-width: 160px;
}
.promo.promo-border {
    border: 8px solid #E5E5E5;
    border-radius: 3px;
    padding-left: 30px;
}
.promo.promo-mini {
    text-align: left;
    padding: 20px 25px;
}
