html {
  overflow-x: hidden;
}
body {
  background: #fff;
  font-family: 'Athiti', sans-serif;
  color: #868e96;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.font-yellow {
  color: #ffcc33;
}
.font-blue {
  color: #283362;
}
.font-white {
  color: #fff;
  font-weight: 100;
}
@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
body header {
    position: relative;
}}
@media (max-width: 767px) {
  .mobile-margin-top {
    margin-top: 5em;
  }}
.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 25px !important;
}
.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 46px;
  border-width: 1px;
  text-align: center;
}
.form-control:active {
  border-color: #ff7404;
}
.overlay {
  background-color: rgba(0,0,0,0.8);
}
.btn {
  letter-spacing: .05em;
  width: 100%
}
.btn.btn-sm {
  font-size: 12px;
}
.btn:hover {
  text-decoration: none;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0px 0;
}
@media (min-width: 768px) {
  header {
    padding: 30px 0;
  }}
header .navbar {
  background: black !important;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (min-width: 768px) {
  header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: none !important;
    position: relative;
  }}
header .navbar .nav-link {
  padding: 0.75em;
  outline: none !important;
  font-size: 1rem;
  color: yellow !important;
}
@media (max-width: 1199px) {
  header .navbar .nav-link {
    padding: .5rem auto;
  }}
header .navbar .nav-link.active {
  color: #ff7404;
}
header .navbar a:hover {
  background: #ff7404;
  color: #fff;
  border-radius: 25px;
}
.heading-wrap {
  position: relative;
}
.heading-wrap h1,  h2,h3 {
  font-size: 50px;
  position: relative;
  padding-top: 30px;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 800;
}
.heading-wrap h2:before {
  width: 80px;
  height: 2px;
  background: #ff7404;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.blog {
  display: block;
  background-color: #fff;
}
.blog .text {
  width: 100%;
}
@media (min-width: 992px) {
  .blog .text {
    width: 50%;
  }}
.blog h3 {
  font-size: 20px;
}
.blog .text {
  padding: 30px;
}
.blog .sched-time {
  font-size: 13px;
  color: #999999;
}
@media (min-width: 768px) {
  .blog {
    margin-bottom: 30px;
  }}
.blog .text {
  width: 100%;
}
@media (min-width: 992px) {
  .blog .text {
    width: 100%;
  }}
.slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: calc(100vh);
  min-height: 700px;
  position: relative;
}
.slider-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.slider-item .slider-text {
  height: calc(100vh);
  min-height: 700px;
}
.font-side-left{
  color: yellow;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}
.font-side-right{
  color: white;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}
.font-green{
  color: #00ff00;
}
.slider-item .slider-text a {
  color: #fff;
  text-decoration: underline;
}
.slider-item .slider-text .btn {
  text-decoration: none;
  margin-bottom: 15px;
}
.section {
  padding: 15em 0;
  position: relative;
  z-index: 2;
}
.text-black {
  color: #000 !important;
}
.site-footer {
  position: relative;
  z-index: 5;
  padding: 5em 0;
}
.site-footer:before {
  content: "";
  width: 100%;
  height: 240px;
  z-index: -1;
  top: 0px;
  /*background-color: #fff;*/
  left: 0;
  position: absolute;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.site-footer p:last-child {
  margin-bottom: 0;
}
.site-footer h3 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.site-footer .footer-link li {
  line-height: 1.5;
  margin-bottom: 15px;
}
.footer-social a {
  line-height: 0;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
}
.footer-social a:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}
#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }}
@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }}
@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }}
.bottom-slant-gray {
  position: relative;
}
.bottom-slant-gray:after {
  content: "";
  width: 100%;
  height: 240px;
  background: #fff;
  z-index: -1;
  bottom: -200px;
  background-color: #f8f9fa;
  left: 0;
  position: absolute;
  -webkit-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  transform: skewY(-6deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.service-block strong, h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
}
.about_img_1 {
  margin-bottom: 30px;
}
.search-form .form-group {
  position: relative;
}
.search-form .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar-box {
  margin-bottom: 30px;
  padding: 1em;
  font-size: 15px;
  width: 100%;
  float: left;
}
.sidebar-box *:last-child {
  margin-bottom: 0;
}
.details-card .news-articles {
  width: 366px;
  overflow: hidden;
  display: inline-block;
  padding: 5px;
}.details-card .news-articles .article-link {
  text-decoration: none;
}.details-card .news-articles .article-link .news-articles-img {
  display: inline-block;
}.news-articles .news-articles-img .bg-img {
  display: inline-block;
  padding: 0px;
  position: relative;
  border-radius: 14px;
  background: linear-gradient(to right, #f25a5a, #5918b7);
}.details-card .news-articles .article-link .news-articles-img img {
  width: 100%;
  border: 4px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: #5f9ea000;
  border-radius: 15px;
}.details-card .news-articles .article-link .news-articles-h4 {
  font-size: 22px;
}.details-card .news-articles .article-link .box-articles {
  color: darkgray;
  font-size: 13px;
}.details-card .news-articles .article-link .news-articles-p {
  font-size: 15px;
  text-align: justify;
}