body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans';
  font-weight: 400, 600, 300;
  line-height: 22px;
  font-size: 16px;
  color: #2b2b2b;
  background-color: #fff;
}

a,
a:hover {
  text-decoration: none;
}

.container-fixed {
  margin: 0px auto;
  padding: 0px 15px;
  max-width: 980px;
  position: relative;
}

.header-wrapper {
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  /* border-bottom:5px solid #e9fc17; */
  z-index: 3000;
}

.logo {
  margin: 10px 0px;
}

.fb-button {
  border-radius: 3px;
  background-color: #4b65a0;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.fb-button .fa {
  margin-right: 5px;
  font-size: 16px;
}

.re-button {
  border-radius: 3px;
  background-color: #d52b22;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.help-block {
  text-align: right;
  padding: 10px 0px;
}

.help-block {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #737373;
}

.help-block h5 {
  color: #e31313;
  margin: 0px 0px;
  padding: 0px;
  font-size: 20px;
  font-family: 'Open Sans';
  font-weight: 700;
}

.help-block h5 .fa {
  color: #d52b22;
  font-size: 24px;
  margin-right: 8px;
  width: 34px;
  height: 34px;
  border: 2px solid #2ba13a;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}

.help-block span {
  color: #000;
}

.top-nav-wrapper {
  background-color: #423e6b;
  box-shadow: 0px 5px 15px #0e0e0e;
  position: relative;
  z-index: 1000;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-brand {
  padding: 0px;
}

.navbar-default .navbar-toggle {
  border-color: inherit;
  border-radius: 0px;
  background-color: #C82C18;
}

.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus {
  background-color: #542c38;
}

.navbar-collapse {
  margin: 0px;
  padding: 0px 0px;
}

.navbar-default {
  border-radius: 0px;
  border: none;
  background-color: #423e6b;
}

.navbar-default .navbar-nav>li {
  margin-right: 1px;
  border-right: 1px solid #625ca9;
}

.navbar-default .navbar-nav>li>a {
  display: block;
  font-size: 14px;
  padding: 15px 10px;
  color: #7a7a7a;
  font-weight: 700;
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #d52b22;
  background-color: #e9fc17;
}

.navbar-default .navbar-nav>.active>a {
  color: #FFF;
  background-color: inherit;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #d52b22;
  background-color: #e9fc17;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: inherit;
  border-color: #FD3A07;
}

.navbar-collapse {
  max-height: 555px;
  overflow-x: inherit;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 0px solid transparent;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: inherit;
}

.navbar-collapse.in {
  overflow-y: inherit;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: 0px 0px;
  margin: 2px 0 0 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #2ba13a;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #763d4e;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
  display: block;
  padding: 8px 20px;
  border-bottom: 1px solid #20bc34;
  clear: both;
  background-color: #inherit;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}

.dropdown-menu>li a:hover {
  background-color: #e9fc17;
  color: #d52b22;
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  color: #000;
  margin: 0px 0px;
}

h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}

h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #be1013;
}

h6 {
  font-family: 'Open Sans';
  font-size: 14px;
  color: #d7323a;
  font-weight: 700;
  line-height: 22px;
}

.margin-10 {
  margin: 20px 0px;
}

.margin-20 {
  margin: 20px 0px;
}

.margin-30 {
  margin: 30px 0px;
}

.padding-10 {
  padding: 0px 10px;
}

.main-slider-block {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}

#owl-master .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-controls {
  margin-top: 0px;
  text-align: center;
}

.owl-buttons {
  height: auto;
  width: 100%;
  position: absolute;
  text-align: center;
  opacity: 0.90;
  bottom: 55%;
  z-index: 2000;
}

.owl-controls .owl-buttons div {
  font-size: 28px;
  color: #cc0d08;
  font-weight: bold;
  width: 30px;
  height: 50px;
  border-radius: 3px;
  background-color: inherit;
  text-align: center;
  line-height: 40px;
  opacity: 0.8;
  background-color: #e9fc17;
  border: 1px solid #a9aaab;
  border-style: dashed;
}

.owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 3px;
  pointer-events: auto;
}

.owl-controls .owl-buttons .owl-prev:hover {
  background-color: #39ad00;
}

.owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: 3px;
  pointer-events: auto;
}

.owl-controls .owl-buttons .owl-next:hover {
  background-color: #39ad00;
}

.latest-news-wrapper {
  margin-top: -52px;
  position: relative;
  border-bottom: 4px solid #e9fc17;
}

.news-alearts-block {
  background-color: rgba(233, 252, 23, .8);
  padding: 3px;
}

.border-white {
  border: 1px solid #fff;
  overflow: hidden;
}

.news-aleart-icon {
  padding: 5px 0px;
  border-right: 1px solid #919e00;
}

.news-aleart-icon h4 {
  color: #d52b22;
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

.news-aleart-icon .fa {
  color: #000;
  font-size: 28px;
}

.news-block {
  width: 99% !important;
}

#new-box {
  width: 100%!important;
  float: left;
  padding: 0px 0px;
}

#new-box dl {
  display: block;
  float: left;
  margin: 0;
}

#new-box dt,
#new-box dd {
  font-size: 14px;
  display: block;
  float: left;
  margin: 8px 20px;
  padding: 0px 5px;
  font-weight: 600;
}

#new-box dt {
  background-color: #cc0909;
  color: #000;
}

#new-box dd {
  color: #000;
  margin-right: 0px;
}

.content-wrapper {
  padding: 20px 0px;
  position: relative;
}

.title-heading {
  font-size: 26px;
  padding: 0px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.title-heading span {
  padding: 5px;
  color: #e5322d;
}

.title-heading .fa {
  margin-right: 8px;
  color: #e5322d
}

.our-services-block {
  padding: 0px;
  background-color: #f7f7f7;
  padding: 15px;
  margin: 15px 0px;
}

.services {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.services li {
  list-style: none;
  display: inline-block;
  text-align: center;
  position: relative;
  font: left;
  width: 120px;
  margin: 10px 10px;
  clear: both;
}

.services li img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 2px solid #2ba13c;
  padding: 1px;
  clear: both;
}

.services h4 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.about-block {
  margin: 0px;
  padding: 0px 10px;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 26px;
}

.about-block img {
  padding: 2px;
  float: left;
  margin: 15px 15px 15px 0px;
}

.partners-block {
  border: 1px solid #eee;
  min-height: 140px;
  margin: 20px 0px;
  padding: 10px 5px;
}

#owl-second .item {
  margin: 3px;
}

#owl-second .item img {
  display: block;
  width: 100%;
  height: auto;
}

.login-bolck {
  background-color: #2ba13c;
  min-height: 100px;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
  color: #fff;
}

.login-bolck a {
  color: #fff;
}

.login {
  border: 1px solid#36b248;
  padding: 20px 0px;
}

.login label {
  font-size: 16px !important;
  color: #fff;
  text-align: left;
}

.submit {
  background-color: #e9fc17;
  border: 0px;
  color: #000;
  font-weight: 600;
}

.photo-gallery-block {
  min-height: 100px;
  background-color: #f4f4f4;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.gallery-list {
  margin: 0px 0px;
  padding: 0px;
}

.gallery-list li {
  width: 153px;
  height: 98px;
  list-style: none;
  border: 5px solid #fff;
  display: inline-block;
  position: relative;
  float: left;
  margin: 8px;
  padding: 0 !important;
}

.gallery-list li img {}

.gallery-list li img:hover {
  opacity: 0.80;
}

.gallery {
  margin: 10px 0px;
  padding: 0px;
  text-align: center;
}

.gallery li {
  list-style: none;
  display: inline-block;
  padding: 2px;
  margin: 0px;
  margin-bottom: 20px;
  margin-right: 10px;
  border: 1px solid #ffbd2e;
  border-style: dashed;
}

.gallery li img {
  width: 220px;
  height: 160px;
  border: 4px solid #ffbd2e;
}

.gallery li img:hover {
  opacity: 0.80;
}

.gallery li h4 {
  background-color: #ffbd2e;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 5px;
  margin: 0px;
  color: #fff;
  text-align: center;
}

.read-more {
  text-decoration: none;
  color: #e5322d;
  font-size: 13px;
  padding: 4px;
  position: relative;
  border-left: 2px solid #e5322d;
}

.read-more .fa {
  font-size: 10px;
}

.read-more:hover {
  color: #C82C18;
}

.right-add-340 {
  border: 1px solid #eee;
  position: relative;
  padding: 5px;
}

.h1 {
  font-size: 30px;
  font-weight: 500;
  padding: 25px 0px;
  font-family: 'Terminal Dosis', sans-serif;
  color: #fff;
  text-shadow: 2px 2px 2px #797979;
}

.h1 span {
  padding: 5px;
  color: #f30;
}

.services-block {
  margin: 20px 0px;
  padding: 5px;
  border: 6px solid #dddddd;
  color: #6b6969;
}

.link-list {
  margin: 0px;
  padding: 0px;
}

.link-list li {
  list-style: none;
  display: block;
  position: relative;
  border-bottom: 1px solid #e8e7e7;
}

.link-list li a {
  text-decoration: none;
  color: #606060;
  background-color: #f6f6f6;
  display: block;
  font-weight: normal;
  padding: 7px 25px;
}

.link-list li a:hover {
  color: #9e9e9e;
}

.link-list li span {
  color: #dd3134;
}

.link-list li:before {
  content: '\f105';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  left: 10px;
  top: 6px;
  font-size: 14px;
  color: #3d3d3d;
}

.associates-list {
  margin: 0px;
  padding: 0px;
}

.associates-list li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin: 20px 15px;
  border: 1px solid #eee;
}

address {
  margin: 15px 0px;
  line-height: 24px;
  font-size: 14px;
}

address h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 20px;
}

address strong i {
  margin-right: 10px;
  font-size: 18px;
  color: #f78c32;
}

address p i {
  padding-right: 10px;
  color: #f78c32;
  font-size: 18px;
}

.arrow-list {
  margin: 20px 5px;
  list-style: none;
  padding: 0px;
}

.arrow-list li span {
  color: #2e7dff;
  font-weight: bold;
}

.arrow-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 30px;
}

.arrow-list li:before {
  content: '\f00c';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  font-size: 16px;
  color: #cf6c8b;
}

.list {
  margin: 10px 0px;
  padding: 0px;
  list-style: none;
  float: left;
}

.list li {
  list-style: none;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.list li a {
  color: #333;
  text-decoration: none;
}

.list li a:hover {
  color: #00aaf9;
  border-bottom: 1px dotted #00aaf9
}

.list li:before {
  content: "\f1c1";
  position: relative;
  left: 0;
  top: 0px;
  color: #f00;
  font-family: "FontAwesome";
  margin-right: 10px;
}

.banner-wrapper {
  background-color: #0f1014;
  min-height: 130px;
}

.bg1 {
  background: url(../images/inner-bg.jpg) center center;
  background-size: cover;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  color: #878787;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E1E1E1;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
  box-shadow: inset 0 0px 10px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #a85770;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-group label {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
}

.form-block {
  border-left: 1px solid #eee;
  padding: 10px 50px;
  margin-bottom: 10px;
}

.footer-wrapper {
  background-color: #fff;
  padding: 25px 0px 25px 0px;
  font-size: 13px;
  margin: 0px;
  border-top: 1px solid #eee;
  color: #838383;
  box-shadow: 5px 0px 5px #f1efef;
}

.h4 {
  color: #e5322d;
  font-size: 14px;
  margin-bottom: 25px;
  font-weight: 700;
}

.footer-link {
  margin: 0px;
  padding: 0px;
}

.footer-link li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  font-size: 13
}

.footer-link li a {
  text-decoration: none;
  color: #838383;
  display: block;
  padding-left: 18px;
}

.footer-link li a:hover {
  color: #000;
}

.footer-link li:before {
  font-family: 'FontAwesome';
  content: '\f0da';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  padding-top: 0px;
  font-size: 11px;
  color: #C82C18;
}

.social-media {
  margin: 20px 0px;
  padding: 0px;
}

.social-media li {
  list-style: none;
  display: inline-block;
}

.social-media li a {
  background-color: #423e6b;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 0px 2px;
  padding: 5px 0;
  text-align: center;
}

.social-media li a:hover {
  color: #e9fc17;
}

.address {
  margin: 0px;
  padding: 0px;
}

.address li {
  list-style: none;
  margin-bottom: 5px;
}

.address li h4 {
  color: #2ba13a;
}

.copyright-wrapper {
  background-color: #423e6b;
  padding: 30px 0px;
}

.sub-footer-link {
  padding: 8px 0px;
  text-align: center;
  font-size: 13px;
}

.sub-footer-link a {
  color: #fff;
  display: inline-block;
  padding: 0px 8px;
}

.sub-footer-link a:hover {
  color: #e9fc17;
}

.copy-right {
  text-align: center;
  padding: 8px 0px;
  color: #FFF;
  font-size: 13px;
}

.copy-right span {
  color: #e9fc17;
  padding: 0px 5px;
  font-weight: bold;
}

@media (max-width:767px) {
  .navbar-brand {
    padding: 0px;
    margin-bottom: 10px;
  }
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-default .navbar-nav>li {
    margin: 1px 1px;
  }
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    line-height: 30px;
    border-bottom: 1px solid #0dba50;
  }
  .navbar-default .navbar-nav>li>a:hover {
    border-bottom: 1px solid #0dba50;
    color: #fff;
  }
  .dropdown-menu>li>a {
    text-align: left;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #0dba50;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff !important;
    white-space: nowrap;
  }
  .dropdown-menu>li a:hover {
    background-color: #D0950A!important;
    ;
    color: #fff
  }
  .latest-news-wrapper {
    margin-top: 0px;
    position: relative;
    border-bottom: 4px solid #e9fc17;
  }
  .right-add-340 {
    display: none;
  }
}

@media (max-width:480px) {
  .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-default .navbar-nav>li {
    margin: 1px 1px;
  }
  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
    text-align: left;
    border-radius: 0px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    padding: 6px 8px;
    border-bottom: 1px solid #0dba50;
  }
  .navbar-default .navbar-nav>li>a:hover {
    border-bottom: 1px solid #0dba50;
    color: #fff;
  }
  .dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #0dba50;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff !important;
    white-space: nowrap;
  }
  .dropdown-menu>li a:hover {
    background-color: #D0950A!important;
    color: #fff;
  }
  .latest-news-wrapper {
    margin-top: 0px;
    position: relative;
    border-bottom: 4px solid #e9fc17;
  }
  .right-add-340 {
    display: none;
  }
}

section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.quote {
  color: rgba(0, 0, 0, .1);
  text-align: center;
  margin-bottom: 30px;
}

.carousel-inner p {
  font-size: 14px;
}


/*-------------------------------*/


/*    Carousel Fade Transition   */


/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
  background-color: #e84a64;
  border: none;
}

#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
}

#fade-quote-carousel .profile-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
}
