@font-face {
  font-family: "georgia";
  src: url("../font/georgia.ttf") format("truetype");

  font-family: "ONYX";
  src: url("../font/ONYX.ttf") format("truetype");
  src: url("../font/ONYX.otf") format("otf");
  src: url("../font/ONYX.eot") format("embedded-opentype");
  src: url("../font/ONYX.svg") format("svg");
  src: url("../font/ONYX.woff") format("woff");
  src: url("../font/ONYX.woff2") format("woff2");
}

* {
  padding: 0px;
  margin: 0px;
}
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0px;
  padding: 0px;
}
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3 {
  margin: 0px !important;
  padding: 0px !important;
}
.fa-2x {
  font-size: 1em !important;
}
.clearfix {
  padding: 0px;
  margin: 0px;
}
.ligh-font {
  font-weight: 500 !important;
}
.mar-top {
  margin-top: 40px;
}
.mar-bottom {
  margin-bottom: 40px;
}
.pad-bottom {
  padding-bottom: 20px;
}
.pad-top {
  padding-top: 25px;
}
.left-padding {
  padding-left: 50px;
}
.center {
  margin: 0 auto !important;
  text-align: center;
}
.main {
  margin: 0px;
  padding: 0px;
  width: 100%;
  /* min-height: 1000px; */
  background: #fff;
}
.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

header {
  width: 100%;
  /* min-height: 50px; */
  background: #fff;
  border-top: 2px solid #d7ae73;
  border-bottom: 8px solid #f3f3f3;
  padding: 10px 0px 0px 0px;
  position: relative;
}
.media-body {
  width: 100% !important;
}
.slider_text {
  font-size: 102px;
  margin-bottom: 26%;
  font-family: ONYX;
  text-transform: uppercase;
}
.slider_text span {
  font-size: 20px;
  font-family: Open Sans;
  font-weight: bold;
}
.slider_text figure {
  padding-top: 20px;
}
.shoolin_section {
  width: 100%;
  /* min-height: 10px; */
  background: #fff;
  font-family: georgia;
  text-transform: uppercase;
  color: #404040;
  padding: 20px 0px 0px 0px;
}

.carousel-control {
  opacity: 0 !important;
}
.shoolin_section h1 {
  font-family: georgia;
  font-weight: bold;
  color: #7fa76a;
  font-size: 55px;
}
.shoolin_section span {
  font-size: 22px;
  color: #8d8c8c;
  font-weight: normal;
}
.services {
  width: 100%;
  /* min-height: 600px; */
  background: url(../images/back_img1.png) no-repeat;
  background-position: top;
  background-size: cover;
  margin-top: -6%;
  padding-bottom: 20px;
}
.service_section {
  width: 100%;
  /* min-height: 530px; */
  border-right: 1px solid #ccc;
  padding-right: 30px;
  margin-top: 50%;
}

.service_section p {
  color: #5e605d;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
}
.service_section h3 {
  font-family: georgia;
  color: #7fa76a;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.service_section h5 {
  line-height: 20px;
  color: #5e605d;
  font-family: open sans;
  font-style: italic;
  font-weight: bold;
  padding-top: 20px;
}
.service_section h2 {
  font-family: "Open Sans";
  font-weight: bold;
  color: #5e605d;
  font-size: 22px;
  text-align: right;
  margin-top: 20px !important;
}

.service_right_section {
  color: #4c4c4c;
  margin-top: 50%;
}
.service_right_section1 {
  margin-top: 20px;
  width: 100%;
  float: left;
}

.service_right_section h3 {
  font-family: georgia;
  font-weight: bold;
  text-transform: uppercase;
}
.icon_img {
  float: left;
  width: 30%;
  margin-top: 0px;
}
.icon_img ul li {
  list-style-type: none;
  float: left;
}
.icon_text {
  float: left;
  width: 70%;
  margin-top: 0px;
}
.icon_text ul li {
  list-style-type: none;
  font-family: Open Sans;
  font-size: 14px;
}
.icon_text h3 {
  color: #7fa76a;
  text-transform: uppercase;
  margin-bottom: 15px !important;
}
.btn-success {
  border-radius: 15px !important;
  background: transparent !important;
  margin-top: 15px;
  border: 2px solid #a9b1a6 !important;
  color: #727a6f !important;
  padding: 3px 8px 3px 8px !important;
  font-weight: 600 !important;
}
.btn-success:hover {
  background: #7fa76a !important;
  color: #fff !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.section {
  width: 100%;
  /* min-height: 200px; */
}
.social_icons_section {
  background: #f7f7f7;
  text-align: center;
  width: 100%;
  /* min-height: 230px; */
  font-family: Open Sans, sans-serif;
  color: #6d6d6d;
  border-top: 4px solid #7fa76a;
}
.icon_img_center ul li {
  float: left;
  list-style-type: none;
  padding-left: 10px;
}
.icon_img_center {
  margin: 0 auto;
  max-width: 180px;
  margin-top: 20px;
}
#footer_nav li.text a {
  color: #7fa76a;
}
#footer_nav li {
  float: left;
  list-style-type: none;
  padding-left: 20px;
  text-transform: uppercase;
}
#footer_nav li a {
  color: #7d7d7d;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-align: center;
}
#footer_nav li a:hover {
  text-decoration: none;
  border-bottom: 4px solid #7fa76a;
}
footer {
  width: 100%;
  /* min-height: 20px; */
  background: #7fa76a;
  color: #fff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  font-family: Open Sans, sans-serif;
}

.about_us {
  width: 100%;
  /* min-height: 200px; */
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: semi bold;
}
.about_us h3 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #515151;
}
.about_us h3:after {
  content: "";
  border-bottom: 1px solid #ccc;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
.about_us p {
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 40px;
}
.media {
  width: 100%;
  /* min-height: 100px; */
  text-align: left;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.media span {
  color: #709904;
  padding-top: 20px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.media-body h4 {
  color: #709904;
  font-weight: 600;
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  padding: 15px 0px 15px 0px;
  text-transform: uppercase;
  font-weight: 700;
}

.about-us-section {
  width: 100%;
  /* min-height: 200px; */
  background: #f4f4f4;
  padding: 0px 20px 0px 20px;
}
.media-object {
  padding: 20px 10px 15px 10px;
}
.media-body {
  padding: 25px 10px 0px 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #909090;
}
.border-right {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}
.border-right:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/devider.png) center no-repeat;
  display: block;
  z-index: 99;
  width: 42px;
  height: 461px;
  top: 0;
  left: 99%;
}
.border-color {
  border-color: transparent;
}

.expert_section {
  width: 100%;
  /* min-height: 200px; */
  background: #fff;
  padding: 10px 0px 40px 0px;
}
.expert_section h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #646464;
  font-weight: bold;
}
.border-down-img {
  text-align: center;
  padding: 10px 0px 20px 0px;
}
.expert_section h4 {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #709904;
  font-size: 20px;
}
.expert_section p {
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  padding: 10px 0px 30px 0px;
  color: #717171;
  font-size: 15px;
}
.expert1 {
  border-right: 1px solid #ccc;
  margin-right: -3%;
  padding-right: 15px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
  outline: none !important;
}

.services_finance {
  width: 100%;
  /* min-height: 200px; */
  background-color: #fff;
  padding: 40px 0px 20px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.services_finance h1 {
  text-align: center;
  color: #7fa76a;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 25px 0px 60px 0px !important;
  text-transform: uppercase;
}
.services_finance h3 {
  text-align: center;
  color: #515151;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.finance_section h3 {
  text-align: left;
  color: #7fa76a;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-top: 20px !important;
}
.finance_section p {
  font-weight: normal;
  color: #717171;
  padding-top: 24px;
  line-height: 25px;
  text-align: justify;
}
.training_section h2 {
  text-align: left;
  padding: 0px 0px 20px 0px !important;
  color: #7fa76a;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.training_section h4 {
  color: #717171;
}
.training_section p {
  color: #717171;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
}
.training_section {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}

.contact_section {
  width: 100%;
  /* min-height: 200px; */
  background-color: #fff;
  padding: 40px 0px 80px 0px;
  font-family: "Open Sans", sans-serif;
  color: #515151;
}
.contact_section h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #515151;
}
.contact_section h4 span {
  color: #7fa76a;
  font-weight: normal;
}
.contact_section ul li {
  float: left;
  list-style-type: none;
  font-family: "Open Sans", sans-serif;
  color: #666666;
}
.contact_section ul li address {
  padding: 10px 0px 0px 20px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}
.map {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}
.form-control {
  border-color: #fff !important;
  background: #fff !important;
}
.btn-primary {
  background: #7fa76a !important;
  border: 1px solid #7fa76a !important;
  padding: 12px 25px 12px 25px !important;
  float: right !important;
  font-family: "Open Sans", sans-serif !important;
}
.btn-primary2 {
  background: #7fa76a !important;
  border: 1px solid #7fa76a !important;
  padding: 12px 25px 12px 25px !important;
  
  font-family: "Open Sans", sans-serif !important;
}
.btn-primary1 {
	background: #7fa76a !important;
	border: 1px solid #7fa76a !important;
	padding: 12px 25px 12px 25px !important;
	font-family: "Open Sans", sans-serif !important;
  }
.border-bottom {
  border-bottom: 1px solid #ccc;
}

.panel {
  display: none;
}
.panel ul li {
  padding-bottom: 10px;
  list-style-type: none;
}

.arrow1 {
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #ccc;
}
.arrow1:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-top: 50px solid transparent;
  border-right: 50px solid #fefefe;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  right: 95%;
  top: 10%;
}

@media screen and (max-width: 1000px) and (min-width: 600px) {
  .slider_text {
    font-size: 50px;
    margin-bottom: 0px !important;
  }
  .slider_text span {
    font-size: 15px;
  }
  .shoolin_section h1 {
    font-size: 35px;
  }
  .shoolin_section span {
    font-size: 18px;
  }
  .shoolin_section h4 {
    font-size: 14px;
  }
  .service {
    margin-top: 0% !important;
  }
  figure {
    font-size: 12px !important;
  }
  .service_right_section {
    margin-top: 0%;
    padding-bottom: 10px !important;
  }
  .service_section {
    border-right: none;
    padding-top: 0px;
    margin-bottom: 10px;
  }
  .services {
    margin-top: -15% !important;
  }
  .about_left_section span {
    font-size: 25px;
  }
  .border-right:after {
    display: none;
  }
  .media {
    border-color: transparent;
  }
  .expert1 {
    border-right: none;
    margin-right: 0%;
    padding-bottom: 50px;
  }
  .finance_section h3 {
    font-size: 16px;
  }
  .finance_section .btn-success {
    margin-bottom: 20px;
  }
  .finance_section figure {
    margin-top: 15px;
  }
  .left-padding {
    padding-left: 0px;
  }
  .services_finance h1 {
    padding-bottom: 0px !important;
    font-size: 25px;
  }
  .training_sections h1 {
    padding-bottom: 40px !important;
  }
  .training_section h2 {
    font-size: 22px;
    font-weight: 600;
  }
  .icon_text h3 {
    font-size: 20px;
  }
  .right {
    border-color: transparent !important;
  }
}
@media screen and (max-width: 1500px) and (min-width: 900px) {
  .slider_text {
    font-size: 80px;
    margin-bottom: 18%;
  }
  .slider_text span {
    font-size: 15px;
  }
  .navbar-right {
    margin-right: -20px !important;
  }
}

@media screen and (max-width: 599px) and (min-width: 300px) {
  .slider_text {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .slider_text span {
    font-size: 10px;
  }
  .slider_text figure {
    padding-top: 5px;
  }
  .about-us-section .media-body {
    display: block;
  }

  figure {
    font-size: 12px !important;
  }
  .shoolin_section h1 {
    font-size: 22px;
    text-align: center;
    line-height: 22px;
  }
  .shoolin_section span {
    font-size: 14px;
    display: block;
    text-align: center;
  }
  .shoolin_section h4 {
    font-size: 12px;
    text-align: center;
  }
  .shoolin_section {
    margin-top: 10px !important;
  }
  .services {
    margin-top: -30% !important;
  }
  .icon_text h3 {
    font-size: 14px !important;
    line-height: 20px;
    bold: 600 !important;
  }
  .icon_text {
    margin-left: 8px;
    width: 60%;
  }
  .icon_img {
    width: 35%;
  }
  .icon_text ul li {
    font-size: 13px;
    text-align: left;
  }
  .service_right_section {
    margin-top: 0%;
  }
  .service_section {
    margin-top: 70%;
    border-right: none;
  }
  .about_left_section .icon li {
    float: none;
    max-width: 30%;
  }
  .about_left_section span {
    font-size: 20px;
  }
  .right_border {
    background: Transparent;
  }
  .border-right:after {
    display: none;
  }
  .media-body p {
    font-size: 13px;
    text-align: left !important;
  }
  .media-body h4 {
    font-size: 18px;
  }
  .media {
    border-color: transparent;
  }
  .media-body p {
    width: 100% !important;
  }
  .expert1 {
    border-right: none;
    margin-right: 0%;
    padding-bottom: 50px;
  }
  .border-down-img {
    overflow: hidden;
    max-width: 40%;
    margin: 0 auto;
  }
  .expert_section h2 {
    font-size: 20px;
  }
  #footer_nav li a {
    font-size: 12px !important;
  }
  .finance_section h3 {
    font-size: 16px;
  }
  .finance_section .btn-success {
    margin-bottom: 20px;
  }
  .finance_section figure {
    margin-top: 15px;
  }
  .left-padding {
    padding-left: 0px;
  }
  .services_finance h1 {
    padding-bottom: 0px !important;
  }
  .training_section h2 {
    font-size: 18px;
  }
  .training_sections h1 {
    padding-bottom: 40px !important;
  }
  .btn-success {
    padding: 2px 6px 2px 6px !important;
    font-size: 12px !important;
  }
  .btn-primary {
    padding: 4px 10px 4px 10px !important;
  }
  .services_finance h1 {
    font-size: 22px;
  }
  .training_section h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .service_right_section h3 {
    font-size: 20px;
  }
  .fa-2x {
    font-size: 1em !important;
  }
  .service_section h3 {
    font-size: 20px;
  }
  .service_section p {
    text-align: justify;
  }
  .contact_section ul li address {
    padding: 10px 0px 0px 10px;
  }
  .right {
    border-color: transparent !important;
  }
}
.table-secondary{
  background: #8DA9C4;
text-align: center;
}
.table-loss{
  background: #FF596482;
}
@media screen and (max-width: 400px) and (min-width: 200px) {
}
