/* apply a natural box layout model to all elements, but allowing components to change */
html, body *, *:before, *:after {
  box-sizing: border-box;
}

/* Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


/* Base Styles */

.fixed-width {
  width: 940px;
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

html {

  min-height: 100%;
  height: auto;

}

html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 1em;
}

h2 {
  font-size: 22px;
  font-weight: 500;
}

h3 {
  font-size: 16px; 
}


a {
  text-decoration: none;
  color: #00844a;
}

a:hover {
  color: #7e007f;
}

p {
  text-decoration: none;
  color: #484848;
  line-height: 24px;
  font-size: 13px;
}

.data-block {
  height: 50px;
}

button {
  cursor: pointer;
}

/*=================
  Header
=================*/
header {
  background-color: #eee;
}

.logo {
  
}

.logo img {
  float: left;
  margin-top: 15px;
}

.logo-info {
  float: right;
  margin-top: 15px;
}

.logo-info span {
  font-size: 14px;
  margin-left: 91px;
}

.logo-info .search .input-group {
  margin-top: 10px;
  width: 263px;
  height: 31px;
  position: relative;
}

.input-group .form-control {
  position: relative;
  width: 223px;
  height: 31px;
  padding: 6px;
  border: 1px solid #d9d9d9;
}

.input-group .btn {
  position: absolute;
  width: 40px;
  height: 31px;
  background-color: #7e007f;
  color: #fff;
  border: none;
}

.input-group .btn:hover {
  background: #b127b2;
}

.menu-wrap {
  background-color: #7e007f;
  box-shadow:0px 1px 3px rgba(0,0,0,0.2);
  margin-bottom: 5px;
}

.menu {
  margin: 0 auto;
  border-top: 1px solid #e4e3e3;
  background: #fff;
}

.menu li {
  margin: 0px;
  list-style: none;
}

.menu a {
  transition:all linear 0.15s;
  color: #777777;
  text-transform: uppercase;
}

.menu li:hover > a, .menu .current-item > a {
  text-decoration: none;
  color: #484848;
}

.menu .arrow {
  font-size: 11px;
  line-height: 0%;
}

/* --- Top Levels ---*/
.menu ul > li {
  float: left;
  display: inline-block;
  position: relative;
  font-size: 12px;
}

.menu > ul > li > a {
    padding:15px 20px;
    display:inline-block;
}


.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    background:#b127b2;
    color: #fff;
}


/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:20000;
    opacity:20000;
}
 
.sub-menu {
    width:160%;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background:#ffffff;
}
 
.sub-menu li {
    display:block;
    font-size:14px;
}
 
.sub-menu li a {
    padding:10px 30px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#b127b2;
    color: #fff;
}
 
/*=================
  Main Content
=================*/
.main-content {
  
}

.main-content .sidebar {
  width: 32%;
  float: left;
}

.sidebar .sign-up {
  background-color: #dfdfdf;
  width: 100%;
  height: 605px;
  float: left;
  margin-bottom: 40px;
}

.sidebar .sign-up span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; 
  display: block;
  background-color: #7e007f;
  padding: 15px 33px;
  color: #fff;
}

.sign-up #input-group {
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.sign-up .input-group {
  margin-bottom: 20px;
  margin-left: 20px;
}

.sign-up .input-title {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #7e007f;
  font-weight: 500;
  margin-bottom: 10px;
}

.sign-up input {
  width: 260px;
  height: 36px;
  border: none;
  padding: 10px;
  -webkit-box-shadow:inset 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:inset 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow:inset 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.sign-up #address {
  width: 260px;
  height: 80px;
  border: none;
  padding: 10px;
  -webkit-box-shadow:inset 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:inset 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow:inset 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.sign-up .submit-btn {
  margin-top: 40px;
  margin-left: 20px;
}

.sign-up .submit-btn button {
  background: #7e007f;
  border: none;
  width: 260px;
  height: 36px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.sign-up .submit-btn button:hover {
  background: #b127b2;
}

.main-content .content {
  float: right;
  width: 64%;
}

.main-content .content h2 {
  margin-top: 10px;
  margin-bottom: 22px;
  color: #7e007f;
}

.main-content .content img {
  margin-bottom: 15px;
}

.main-content .content p {
  text-align: justify;
  margin-bottom: 22px;
}

/*=================
  Testimonial
=================*/

.bx-wrapper .testimonials-thumbnail{ margin: 0px 0px 15px; }
.bx-wrapper .testimonials-title{ text-align: center;  margin: 25px 15px 3px; font-size: 24px; line-height: 1; }
.bx-wrapper .testimonials-carousel-thumbnail{ max-width: 35%; float: left; margin-right: 20px; }
.bx-wrapper .testimonials-carousel-thumbnail img{ display: block;   margin-right: 20px;width: 100px;}
.bx-wrapper .testimonials-carousel-context{ overflow: hidden; }
.bx-wrapper .testimonials-name{ font-size: 18px; margin-bottom: 15px; color:#000000; font-weight:400;}
.bx-wrapper span{ font-size: 11px; margin-left:10px; color:#aaa; font-family: Georgia, Arial, Helvetica, sans-serif; font-style:italic; }
.bx-wrapper {position: relative;margin: 30px auto;padding: 0;width:100%;*zoom: 1;}
.bx-wrapper .slide {padding:0;margin:0;display: block;}
.bx-wrapper .bx-viewport {padding:10px;margin-left:0;z-index:1;width:100%;border:1px solid #d9d9d9;}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute;display:none;bottom: -30px;width: 100%;}
.bx-wrapper .bx-loading {min-height: 50px;background: url(../img/bx_loader.gif) center center no-repeat #fff;height: 100%;width: 100%;position: absolute;top: 0;left: 0;z-index: 2000;}
.bx-wrapper .bx-pager {text-align: center;font-size: .85em;font-weight: bold;color: #666;padding-top: 20px;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline;}
.bx-wrapper .bx-pager.bx-default-pager a {background: #666;text-indent: -9999px;display: block;width: 10px;height: 10px;margin: 0 5px;outline: 0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background: #000;}
.bx-wrapper .bx-next {position: absolute;top: 0;right: 0;width: 30px;border-left:1px solid #ddd;height: 30px;cursor: pointer;background: #7e007f url(../img/caousel-next.png) no-repeat 0 0 ;}
.bx-wrapper .bx-prev {position: absolute;top: 0px;right: 30px;border-right:1px solid #ddd;width: 30px;height: 30px;cursor: pointer;background: #7e007f url(../img/caousel-prev.png) no-repeat 0 0 ;}
.bx-wrapper .bx-controls-direction a {position: absolute;top: 0;margin-top: 0;margin-right: 0px;outline: 0;width: 30px;height: 30px;text-indent: -9999px;z-index: 9999;}

.slide .testimonials-carousel-content p {
  line-height: 20px;
  margin-bottom: 47px;
}

/*=================
  Msg From Director
=================*/
.profile {

}

.profile .profile-detail {
  float: left;
  margin-right: 25px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.profile .profile-detail span {
  font-size: 13px;
  color: #484848;
  font-weight: 700;
}

.profile .profile-detail span > em {
  font-weight: 400;
}

.profile .profile-detail:last-child {
  float: left;
  margin-right: 0px;
}

/*=================
  Testimonial
=================*/
.testimonial {
  margin-bottom: 20px;
}


.testimonial .testimonial-img {
  width: 120px;
  float: left;
  margin-right: 20px;
}

.testimonial .testimonial-name {
  width: 461px;
  float: right;
  font-size: 18px;
  margin-bottom: 15px;
  color: #000000;
  font-weight: 400;
}

.testimonial .testimonial-name span {
  font-size: 11px;
  margin-left: 10px;
  color: #aaa;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-style: italic;
}

.testimonial p {
  float: right;
  width: 461px;
  line-height: 20px;
}

/*=================
  Contact Page
=================*/
.contact-page {
  font-size: 14px;
  color: #484848;
}

/*=================
  Login 
=================*/
fieldset {
  margin: 10px 0;
}

fieldset .login {
  width: 75%;
  display: inline-block;
  padding: 15px;
  margin: 5px 0;
  font-size: 1rem;
  font-weight: 100;
  color: #475B62;
  border: 1px solid #C5C5C5;
  outline: 0;

}

.login-btn {
  background: #7e007f;
  display: inline-block;
  padding: 5px 50px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 140%;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  /* vertical-align: middle; */
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  color: white;
}

.login-btn:hover {
  background: #b127b2;
}


/*=================
  Our Services
=================*/
.services {
  width: 100%;
  position: relative;
  margin-bottom: 22px;
}

.services .service {
  width: 28%;
  float: left;
  margin-right: 8%;
  position: relative;
  text-align: center;
}

.services .service:last-child {
  width: 28%;
  margin-right: 0%;
}

.service figcaption {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.service figcaption > a {
  color: #fff;
}

.service figcaption > a:hover {
  color: #484848;
}

.service figcaption > span {
  font-size: 8px;
}


/*=================
  Footer
=================*/
footer {
  background: #7e007f;
}

.footer {
  padding-top: 36px;
  height: 176px;
}

.footer .contact-us {
  float: left;
  margin-left: 20px;
}

.footer h3 {
  font-family: 'Roboto', sans-serif;
  color: #efceef;
  margin-bottom: 30px;
}

.contact-us img {
  margin-right: 10px;
}

.footer span {
  font-size: 12px;
  color: #efceef;
  margin-bottom: 2px;
}

.footer .social-media {
  float: right;
  margin-right: 20px;
}

.social-media .social {
  margin-left: 262px;
  margin-bottom: 15px;
}

.bottom-bar {
  width: 100%;
  height: 15px;
  background: #272424;
}

#facebook {
  margin-right: 10px;
}


#copyright {
  font-size: 12px;
  color: #efceef;
  float: right;
  line-height: 18px;
}

#danger-msg {
  color: #c7254e;
}

#success-msg {
  color: #00844a;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}