* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: url("../../images/bg_main.gif") repeat-y scroll center top rgba(0, 0, 0, 0);
  font-family: "Roboto", sans-serif;
}

ul li {
  list-style: none;
}

p, a {
  color: #444;
}

.wrapper {
  margin: 0 80px;
}

.form-control {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  background-color: #F4F0F2;
  border: 1px solid #999;
  margin: 4px 0;
}

/* ============================= */
/* === HEADER SECTION === */
/* ============================= */
.header .header-top {
  background-color: #683091;
  box-shadow: 0 1px 5px #999999;
  
  color: #fff;
  padding: 4px 0px;
}
.header .header-content {
    height: 125px;
    position: relative;
    background: #075e24;
}
.header .header-content .owl-carousel .owl-dots {
  display: none;
}
.header .header-content img {
  height: 220px;
}
.header .header-content .content-area {
  position: absolute;
  display: flex;
  top: 20px;
  left: 25px;
  z-index: 1;
}
.header .header-content .content-area .logo {
  height: 100px;
}
.header .header-content .content-area .content-text {
  margin-top: 5px;
  margin-left: 10px;
  color: #fff;
}
.header .header-content .content-area .content-text .sitename {
  font-weight: bold;
  font-size: 32px;
  text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
}
.header .header-content .content-area .content-text .slogan {
  text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
  line-height: 1;
  color: #fff;
}
.header .header-navbar .navbar {
  padding: 0;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  margin-top: 4px;
}
.header .header-navbar .navbar .navbar-toggler {
  outline: 0;
  border: none;
}
.header .header-navbar .navbar .navbar-toggler .fa {
  font-size: 16px;
  padding: 3px 5px;
  background: #666;
  width: 48px;
  height: 32px;
  line-height: 25px;
  color: #fff;
  border-radius: 3px;
}
.header .header-navbar .navbar .navbar-toggler .nav-text {
  font-size: 14px;
  padding-left: 10px;
}
.header .header-navbar .navbar .nav-item {
  margin: 0;
  padding: 0;
  border-right: 1px dotted #ccc;
}
.header .header-navbar .navbar .nav-item .nav-link {
  padding: 5px 16px;
}
.header .header-navbar .navbar .nav-item:nth-child(1) .nav-link {
  color: #FF6600;
  transition: 0.1s ease-in-out;
}
.header .header-navbar .navbar .nav-item:nth-child(1) .nav-link:hover {
  background: #FF6600;
  color: #fff;
}
.header .header-navbar .navbar .nav-item:nth-child(2) .nav-link {
  color: #C40A2A;
  transition: 0.1s ease-in-out;
}
.header .header-navbar .navbar .nav-item:nth-child(2) .nav-link:hover {
  background: #C40A2A;
  color: #fff;
}
.header .header-navbar .navbar .nav-item:nth-child(3) .nav-link {
  color: #84154D;
  transition: 0.1s ease-in-out;
}
.header .header-navbar .navbar .nav-item:nth-child(3) .nav-link:hover {
  background: #84154D;
  color: #fff;
}
.header .header-navbar .navbar .nav-item:nth-child(4) .nav-link {
  color: #098346;
  transition: 0.1s ease-in-out;
}
.header .header-navbar .navbar .nav-item:nth-child(4) .nav-link:hover {
  background: #098346;
  color: #fff;
}
.header .header-navbar .navbar .nav-item:nth-child(5) .nav-link {
  color: #1399BE;
  transition: 0.1s ease-in-out;
}
.header .header-navbar .navbar .nav-item:nth-child(5) .nav-link:hover {
  background: #1399BE;
  color: #fff;
}
.header .header-navbar .navbar .nav-item:nth-child(6) .nav-link {
  color: #8768DE;
  transition: 0.1s ease-in-out;
}
.header .header-navbar .navbar .nav-item:nth-child(6) .nav-link:hover {
  background: #8768DE;
  color: #fff;
}
.header .header-navbar .navbar .nav-item:nth-child(7) .nav-link {
  color: #ffa34d;
  transition: 0.1s ease-in-out;
}
.header .header-navbar .navbar .nav-item:nth-child(7) .nav-link:hover {
  background: #ffa34d;
  color: #fff;
}
.header .header-navbar .navbar .nav-item:nth-child(8) .nav-link {
  color: #721b65;
  transition: 0.1s ease-in-out;
}
.header .header-navbar .navbar .nav-item:nth-child(8) .nav-link:hover {
  background: #721b65;
  color: #fff;
}
.header .header-navbar .navbar .nav-item:nth-child(9) .nav-link {
  color: #d92027;
  transition: 0.1s ease-in-out;
}
.header .header-navbar .navbar .nav-item:nth-child(9) .nav-link:hover {
  background: #d92027;
  color: #fff;
}
.header .header-navbar .navbar .nav-item:nth-child(10) .nav-link {
  color: #0779e4;
  transition: 0.1s ease-in-out;
}
.header .header-navbar .navbar .nav-item:nth-child(10) .nav-link:hover {
  background: #0779e4;
  color: #fff;
}
.header .header-navbar .navbar .nav-item:last-child {
  border-right: 0;
}
/* ============================= */
/* === NOTICE SCROLL SECTION === */
/* ============================= */
.notice-scroll {
  background: #E6E7E8;
  padding: 5px 0px 0px 0px;
  margin: 4px 0;
}

/* ============================= */
/* === SLIDER SECTION === */
/* ============================= */
.slider-section .owl-carousel img {
  height: 400px;
}
.slider-section .owl-theme .owl-dots {
  margin-top: -30px !important;
  position: relative;
  z-index: 1;
}
.slider-section .owl-theme .owl-dots .owl-dot {
  outline: none;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span {
  background: #683091;
}
.slider-section .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #ccc;
  height: 12px;
  width: 12px;
}
.slider-section .owl-theme .owl-dots .owl-dot span:hover {
  background: #683091;
}

/* ============================= */
/* === COURSE CONTENT SECTION === */
/* ============================= */
.course-content .box {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-top: 15px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #000;
  /* width: 326px!important; */
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px 1px #ccc;
}
.course-content .box .card-body {
  padding: 10px 10px;
}
.course-content .box .card-body .title {
  font-size: 20px;
}
.course-content .box .card-body .image {
  padding: 5px 12px;
}
.course-content .box .card-body .image img {
  height: 120px;
  width: 120px;
}
.course-content .box .card-body .card-text i.fa {
  color: #29C944;
  font-size: 20px;
}
.course-content .box .card-body .card-text a {
  padding-left: 5px;
  font-size: 18px;
}
.course-content .box .card-body .card-text a:hover {
  color: #000;
}

/* ============================= */
/* === LOCATION AREA SECTION === */
/* ============================= */
.location-area {
  background: #EBEBEB;
}
.location-area .box {
  background: #f5f5f5;
}
.location-area .box .title {
  font: normal 700 24px/30px "Roboto", sans-serif;
}
.location-area .box i.fa{
  height: 40px;
  width: 40px;
  border:1px solid green;
  text-align: center;
  display: inline-block;
  padding-left: 5px;
  line-height: 40px;
  border-radius: 20px;
}
.location-area .address-text {
  padding: 10px 15px;
  font-weight: 600;
}

/* ============================= */
/* === FOOTER ARTWORK SECTION === */
/* ============================= */
.footer-artwork {
  height: 84px;
  background: url("../../images/footer_top_bg.png") no-repeat;
}

/* ============================= */
/* === FOOTER  SECTION === */
/* ============================= */
.footer {
  background: #075e24;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  font-family: arial;
}
.footer .social-area {
  
}
.footer .social-area a > i {
  font-size: 16px;
  height: 28px;
  width: 28px;
  text-align: center;
  border-radius: 50%;
  line-height: 28px;
  transition: 0.1s ease-in-out;
  color: #fff;
}
.footer .social-area a > i.fa-facebook {
  background: #1092EE;
}
.footer .social-area a > i.fa-whatsapp {
  background: #00C954;
}
.footer .social-area a > i.fa-instagram {
  background: linear-gradient(45deg,#8a3ab9,#e95950,#bc2a8d);
}
.footer .social-area a > i.fa-youtube {
  background: #c4302b;
}
.footer .social-area a > i.fa-linkedin {
  background: #2464AD;
}

/* ============================= */
/* === RESULT PAGE SECTION === */
/* ============================= */
.form-header {
  height: 120px;
}
.form-header .col-3, .form-header .col-9 {
  padding: 0px;
  margin: 0px;
}
.form-header .logo-img {
  background: #eeeeee;
  height: 120px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.form-header .logo-img img {
  height: 80px;
  margin-top: 25px;
}
.form-header .header-content {
  background: url("../../images/banner_flag.jpg") no-repeat;
  background-size: cover;
  background-position: 100%;
  height: 120px;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.form-header .header-content .header-text {
  margin-top: 32px;
  text-align: center;
  color: #fff;
}

.res-app-form {
  margin: 30px 10px 40px;
}
.res-app-form .card {
  border-radius: 0px;
  border: 2px solid #6C6C6C;
}
.res-app-form .card table tr {
  margin-bottom: 540px;
}
.res-app-form .card table tr td {
  font-weight: bold;
}

/* ============================= */
/* === GALLERY PAGE SECTION === */
/* ============================= */
.gallery-section .single-image {
  padding: 8px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
}
.gallery-section .single-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, rgba(9, 131, 70, 0.7), rgba(0, 189, 170, 0.8));
}
.gallery-section .single-image:hover::before {
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.gallery-section .single-image .image-content {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: 0.5s;
}
.gallery-section .single-image .image-content .fa {
  font-size: 28px;
}
.gallery-section .single-image .image-content p {
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0 0px;
}
.gallery-section .single-image .image-content span {
  font-size: 12px;
}
.gallery-section .single-image:hover .image-content {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
