/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
h1, .h1 {
  font-size: 48px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 22px;
  }
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

h1 a:hover, a.h1:hover, h2 a:hover, a.h2:hover, h3 a:hover, a.h3:hover, h4 a:hover, a.h4:hover, h5 a:hover, a.h5:hover, h6 a:hover, a.h6:hover {
  color: #fcc400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
  margin: 0;
  line-height: 1.4;
}

p {
  line-height: 1.75;
}

a:focus,
button:focus {
  outline: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: initial;
}

ol, ul {
  list-style-position: inside;
}

ul, li {
  padding: 0;
  margin: 0;
}

body {
  color: #4e6b7b;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
}

::selection {
  color: #ffffff;
  background-color: #d85601;
  text-shadow: none;
}

:focus {
  outline: 0;
}

/*------------------------------------------------------------------
 # default styles
-------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container-lg {
    max-width: 1300px;
  }
}
.section-padding {
  padding: 60px 0;
}
.section-padding.pb-fix {
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .section-padding {
    padding: 90px 0;
  }
  .section-padding.pb-fix {
    padding-bottom: 60px;
  }
}
.has-line {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-weight: 600;
    color: #001b61;
}
.has-line::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fcc400;
    z-index: -1;
}
.has-line.line-primary::after {
  background-color: #fcc400;
}
.winner-section{
  position: relative;
  width: 100%;
  padding: 40px 0px;
  background:#fdebdf;
}
.winner-section .nav-arrows {
    user-select: none;
    position:absolute;
    top:0px;
    right:0px;
    display:none;
}
.section-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 50px;
  color: #001B61;
  margin-top: -9px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
    margin-top: -5px;
  }
}
.section-title.has-line::after,
.section-title .has-line::after {
  bottom: 0px;
}
@media (max-width: 767px) {
  .section-title.has-line::after,
  .section-title .has-line::after {
    bottom: 5px;
  }
}

.text-xl {
  font-size: 80px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .text-xl {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .text-xl {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .text-xl {
    font-size: 36px;
  }
}

.text-lg {
  font-size: 42px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .text-lg {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .text-lg {
    font-size: 42px;
  }
}

.social-icons li {
  display: inline-block;
}
.social-icons li:not(:last-child) {
  border-right: 1px solid #a8a8a8;
}
.social-icons a {
  padding: 2px 13px;
  color: #4e6b7b;
}
.social-icons a:hover {
  color: #fcc400;
}
.social-icons.text-white a {
  color: #ffffff;
}
.social-icons.text-white a:hover {
  color: #ffffff;
  opacity: 0.5;
}

.custom-select:focus,
.form-control:focus {
  box-shadow: none;
}

.form-control {
  height: 42px;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.form-control:focus {
  border-color: #999;
}

textarea.form-control {
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-radio-group {
  width: 50%;
  width: 100%;
  position:relative;
  top:7px;
}
#signup-modal .mb-20 {
    margin-bottom: 5px;
}
#signup-modal .text-secondary {
    font-size: 13px;
    margin: 0 !important;
    padding: 0;
}
#signup-modal .modal-body.p-3.p-sm-4 {
    padding-top: 0 !important;
}
.modal-title.text-secondary.font-weight-600 {
    font-size: 20px !important;
}
.custom-control-label::after {
    top: 10px;
}
.custom-radio-group .custom-radio {
  padding: 5px 15px;
  padding-left: 40px;
  width: 100%;
  height: 36px;
  position: relative;
}
.custom-radio-group .custom-radio label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  line-height: 36px;
  width: calc(100% - 40px);
}
.custom-radio-group .custom-radio label::before {
  top: calc(50% - 8px);
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fcc400;
  background-color: #fcc400;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(241, 96, 1, 0.25);
}

.pagination .page-item .page-link {
  padding: 13px 0;
  color: #4e6b7b;
  border: 0;
  background-color: #ffffff;
  margin: 5px;
  width: 45px;
  text-align: center;
  border-radius: 5px;
  box-shadow: none !important;
}
.pagination .page-item .page-link:hover {
  background-color: #fcc400;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #fcc400;
  color: #ffffff;
}


.owl-dots button {
  height: 15px;
  width: 19px;
  margin-top: 30px;
  margin-right: 15px;
  transition: 0.3s ease-out;
  opacity: 0.5;
}
.owl-dots button span {
  display: block;
  height: 100%;
  width: 100%;
  background: #fcc400;
  border-radius: 10px;
}
.owl-dots button.active {
  width: 35px;
  opacity: 1;
}

.has-dots-center .owl-dots {
  text-align: center;
}

.nav-arrows {
  user-select: none;
}
.nav-arrows span {
  border: 2px solid;
  height: 38px;
  width: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 10px;
  font-size: 18px;
  justify-content: center;
  transition: 0.3s;
}
.nav-arrows span.active {
  color: #fcc400;
  border-color: #fcc400;
}
.nav-arrows span:hover {
  color: #fcc400;
  border-color: #fcc400;
  transform: translateY(-3px);
}
.nav-arrows span.fa-chevron-left {
  padding-right: 2px;
  margin-left: 0;
}
.nav-arrows span.fa-chevron-right {
  padding-left: 2px;
  margin-right: 0;
}
.nav-arrows.arrow-vcentered span {
  position: absolute;
  top: calc(50% - 19px);
  left: -50px;
}
.nav-arrows.arrow-vcentered span.fa-chevron-right {
  left: auto;
  right: -50px;
}
@media (max-width: 991px) {
  .nav-arrows.arrow-vcentered {
    text-align: center;
  }
  .nav-arrows.arrow-vcentered span {
    position: static;
    margin-top: 25px;
  }
}

.hover-grayscale img {
  transition: 0.3s;
}
.hover-grayscale:hover img {
  filter: grayscale(1);
}

.has-outline-primary img {
  border: 2px solid #fcc400;
  padding: 3px;
}

.img-line-box {
  position: relative;
  padding-top: 15px;
  padding-left: 15px;
  z-index: 1;
}
.img-line-box::after {
  position: absolute;
  content: "";
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  border: 0px solid #fcc400;
  top: 0;
  left: 0;
  z-index: -1;
}

.widget {
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-title {
  background-color: #fcc400;
  color: #ffffff;
  font-weight: 600;
  padding: 11px 20px;
}

.widget-list li a {
  padding: 10px 20px;
  display: block;
  color: #4e6b7b;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
.widget-list li a:hover {
  color: #fcc400;
}
.widget-list li:last-child a {
  border-bottom: 0 !important;
  margin-bottom: 10px;
}

.input-group.rounded-pill .form-control {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: 0;
  padding-left: 20px;
}
.input-group.rounded-pill .form-control:focus + .input-group-append button {
  border-color: #999;
}
.input-group.rounded-pill .input-group-append button {
  border-left: 0;
  padding-right: 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: 0.3s;
}

/*------------------------------------------------------------------
 # helper classes
-------------------------------------------------------------------*/
.font-primary {
  font-family: "Poppins", sans-serif;
}

.rounded-sm {
  border-radius: 5px !important;
}

.rounded {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 25px !important;
}

.shadow {
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.075) !important;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.line-hight-0 {
  line-height: 0.9;
}

.text-underline {
  text-decoration: 1px dashed;
}

a.text-underline:hover {
  text-decoration-style: solid;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.border-dark {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.has-overlay {
  position: relative;
  z-index: 1;
}
.has-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.text-light {
  color: #F7F2DD !important;
}

a.text-light:hover {
  color: #fcc400 !important;
}

.bg-light {
  background-color: #F7F2DD !important;
}

.bg-gray {
  background-color: #F5F5F5 !important;
}

.text-blue {
  color: #001E92 !important;
}

a.text-blue:hover {
  color: #fcc400 !important;
}

.bg-blue {
  background-color: #001E92 !important;
}

.text-primary {
  color: #fcc400 !important;
}

a.text-primary:hover {
  color: #be4c01 !important;
}

.bg-primary {
  background-color: #fcc400 !important;
}

.text-secondary {
  color: #001B61 !important;
}

a.text-secondary:hover {
  color: #fcc400 !important;
}

.bg-secondary {
  background-color: #001B61 !important;
}

.text-tertiary {
  color: #fcc400 !important;
}

a.text-tertiary:hover {
  color: #fcc400 !important;
}

.bg-tertiary {
  background-color: #fcc400 !important;
}

.bg-black {
  background-color: #000000;
}

.text-black {
  color: #000000;
}

.text-black-100 {
  color: #111111;
}

.bg-black-100 {
  background-color: #111111;
}

.bg-black-200 {
  background-color: #222222;
}

.text-black-200 {
  color: #222222;
}

.bg-black-300 {
  background-color: #333333;
}

.text-black-300 {
  color: #333333;
}

.text-black-400 {
  color: #444444;
}

.bg-black-400 {
  background-color: #444444;
}

.text-black-500 {
  color: #555555;
}

.bg-black-500 {
  background-color: #555555;
}

.text-black-600 {
  color: #666666;
}

.bg-black-600 {
  background-color: #666666;
}

.text-black-700 {
  color: #777777;
}

.bg-black-700 {
  background-color: #777777;
}

.text-black-800 {
  color: #888888;
}

.bg-black-800 {
  background-color: #888888;
}

.text-black-900 {
  color: #999999;
}

.bg-black-900 {
  background-color: #999999;
}

a.text-link {
  color: #4e6b7b;
}
a.text-link:hover {
  color: #fcc400;
}

/*------------------------------------------------------------------
 # spacing classes
-------------------------------------------------------------------*/
.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-5 {
  padding: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-15 {
  padding: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.m-25 {
  margin: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.p-25 {
  padding: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.m-35 {
  margin: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.p-35 {
  padding: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.m-45 {
  margin: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.p-45 {
  padding: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.m-55 {
  margin: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.p-55 {
  padding: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.px-55 {
  padding-left: 55px;
  padding-right: 55px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.m-60 {
  margin: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-60 {
  padding: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.px-60 {
  padding-left: 60px;
  padding-right: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.m-65 {
  margin: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mx-65 {
  margin-left: 65px;
  margin-right: 65px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.p-65 {
  padding: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.px-65 {
  padding-left: 65px;
  padding-right: 65px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.m-70 {
  margin: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mx-70 {
  margin-left: 70px;
  margin-right: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.p-70 {
  padding: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.px-70 {
  padding-left: 70px;
  padding-right: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.m-75 {
  margin: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mx-75 {
  margin-left: 75px;
  margin-right: 75px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.p-75 {
  padding: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.px-75 {
  padding-left: 75px;
  padding-right: 75px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.m-80 {
  margin: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-80 {
  padding: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.m-85 {
  margin: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.mx-85 {
  margin-left: 85px;
  margin-right: 85px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.p-85 {
  padding: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.px-85 {
  padding-left: 85px;
  padding-right: 85px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.m-90 {
  margin: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mx-90 {
  margin-left: 90px;
  margin-right: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.p-90 {
  padding: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.px-90 {
  padding-left: 90px;
  padding-right: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.m-95 {
  margin: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.mx-95 {
  margin-left: 95px;
  margin-right: 95px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.p-95 {
  padding: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.px-95 {
  padding-left: 95px;
  padding-right: 95px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.m-100 {
  margin: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mx-100 {
  margin-left: 100px;
  margin-right: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.m-105 {
  margin: 105px;
}

.mt-105 {
  margin-top: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.mx-105 {
  margin-left: 105px;
  margin-right: 105px;
}

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.p-105 {
  padding: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.px-105 {
  padding-left: 105px;
  padding-right: 105px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.m-110 {
  margin: 110px;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.mx-110 {
  margin-left: 110px;
  margin-right: 110px;
}

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.p-110 {
  padding: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.px-110 {
  padding-left: 110px;
  padding-right: 110px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.m-115 {
  margin: 115px;
}

.mt-115 {
  margin-top: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.mx-115 {
  margin-left: 115px;
  margin-right: 115px;
}

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.p-115 {
  padding: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.px-115 {
  padding-left: 115px;
  padding-right: 115px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.m-120 {
  margin: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.mx-120 {
  margin-left: 120px;
  margin-right: 120px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.p-120 {
  padding: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.px-120 {
  padding-left: 120px;
  padding-right: 120px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.border-1-main {
  border-bottom: 2px solid rgba(241, 96, 1, 0.5);
}

.btn {
  font-size: 15px;
  padding: 5px 30px;
  color: #ffffff;
  border-radius: 0px;
  border: 0;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn:active, .btn:focus {
  border: 0;
  box-shadow: none !important;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.btn-sm {
  padding: 12px 25px;
}
.btn.btn-lg {
  font-size: 16px;
  padding: 18px 40px;
}
@media (max-width: 767px) {
  .btn.btn-lg {
    font-size: 14px;
    padding: 14px 30px;
  }
}
.btn::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease-out;
  z-index: -1;
}
.btn:hover::after {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn.btn-primary {
  background-color:#079c39 !important;
}
.btn.btn-primary:hover::after, .btn.btn-primary:active::after, .btn.btn-primary:focus::after {
  color: #ffffff;
  background-color: #fcc400 !important;
}
.btn.btn-secondary {
  background-color: #001B61 !important;
}
.btn.btn-secondary:hover::after, .btn.btn-secondary:active::after, .btn.btn-secondary:focus::after {
  color: #ffffff;
  background-color: #001448 !important;
}
.btn.btn-outline-primary {
  color: #fcc400;
  background-color: transparent;
  border: 2px solid #fcc400;
}
.btn.btn-outline-primary:hover {
  color: #ffffff;
}
.btn.btn-outline-primary:active::after, .btn.btn-outline-primary:hover::after, .btn.btn-outline-primary:focus::after {
  background-color: #fcc400 !important;
}
.btn.btn-blue {
  background-color: #001E92;
}
.btn.btn-blue:hover {
  color: #ffffff;
}
.btn.btn-blue:active::after, .btn.btn-blue:hover::after, .btn.btn-blue:focus::after {
  background-color: #001B61 !important;
}
.btn.btn-link:hover {
  color: #fff;
  text-decoration: none;
}
.btn.btn-link.text-dark:hover {
  color: #fcc400 !important;
}
.btn.btn-light {
  color: #000000 !important;
}

.input-group-append .btn:hover {
  transform: translate(0);
}

/*------------------------------------------------------------------
 # header style
-------------------------------------------------------------------*/
header {
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
header .navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}
header .nav-item .nav-link {
  font-weight: 500;
  font-size: 15px;
  color: #001B61 !important;
  padding-left: 13px !important;
  padding-right: 14px !important;
}
header .nav-item:last-child .nav-link {
  padding-right: 0 !important;
}
header .nav-item:hover .nav-link, header .nav-item.active .nav-link {
  color: #fcc400 !important;
}

.header-6 {
  background: #fff;
  margin: 0 250px;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 1600px) {
  .header-6 {
    margin: 0 100px;
  }
}
@media (max-width: 1440px) {
  .header-6 {
    margin: 0 40px;
  }
}
@media (max-width: 1356px) {
  .header-6 {
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 1190px) {
  .header-5 ul li:last-child {
    display: none;
  }
  .header-5 .topbar-right li {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .header-5 {
    display: none;
  }
}
@media (min-width: 1199px) {
  .navbar .dropdown-menu {
    display: block;
    width: 250px;
    left: 50%;
    transition: 0.1s;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin-top: 15px;
    border: 2px solid rgba(241, 96, 1, 0.5);
  }
  .navbar .dropdown-menu li:first-child {
    margin-top: 8px;
  }
  .navbar .dropdown-menu li:last-child {
    margin-bottom: 8px;
  }
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    transition: 0.4s;
  }
  .has-nav-left .dropdown-menu {
    left: 0 !important;
    transform: translateX(0) !important;
  }
}
.dropdown-menu {
  border: 0;
  margin-top: 0;
  padding: 0 8px;
}

.dropdown-submenu {
  list-style: none;
  display: none;
  padding: 0 8px;
  background-color: #ffffff;
}

.dropdown-item {
  padding: 8px 15px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 3px;
}
.dropdown-item span {
  color: #fcc400;
  background-color: rgba(241, 96, 1, 0.08);
  padding: 3px 7px 4px;
  border-radius: 3px;
  margin-left: 7px;
  transition: 0.4s;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fcc400;
  background-color: rgba(241, 96, 1, 0.08);
}
.dropdown-item.active span,
.dropdown-item:active span,
.dropdown-item:focus span,
.dropdown-item:hover span {
  color: #Fff;
  background-color: rgb(241, 96, 1);
  padding: 3px 7px 4px;
  border-radius: 3px;
  margin-left: 10px;
}

.sub-dropdown.active > .dropdown-item {
  background-color: rgba(241, 96, 1, 0.02);
}

.dropdown-toggle::after {
  display: none;
}

@media (max-width: 1199px) {
  .dropdown-menu {
    border: 0;
    padding: 0;
    text-align: left !important;
    background: rgba(241, 96, 1, 0.05);
    border-radius: 6px;
  }
  .navbar {
    padding: 0;
  }
  .navbar .navbar-nav {
    margin-top: 15px;
    width: 250px;
    max-width: 100%;
    margin-right: auto;
    align-items: initial !important;
  }
  .navbar .nav-item {
    display: block;
    text-align: left;
  }
  .navbar .nav-link {
    padding: 8px 4px !important;
  }
  .navbar .nav-link i {
    float: right;
    margin-top: 5px;
  }
  .navbar .dropdown-menu li:first-child {
    padding-top: 10px;
  }
  .navbar .dropdown-menu li:last-child {
    padding-bottom: 10px;
  }
  .dropdown-item {
    padding: 6px 18px;
  }
}
.navbar-toggler {
    padding: 0.8rem 0;
    font-size: 1.25rem;
    line-height: 1;
    border: 0;
    border-radius: 0;
    color: #079c39 !important;
    width: 45px;
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
}
.mobile-login-signup{
   display:none; 
   padding-left:15px;
}
form.navbar-form {
  background-color: #ECECEC;
  border-radius: 50px;
  padding-right: 15px;
  padding-left: 22px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  form.navbar-form {
    max-width: 600px;
    margin: auto;
  }
}
form.navbar-form button {
  color: #fcc400;
}
form.navbar-form .nice-select {
  padding-left: 0;
  height: auto;
  margin-right: 15px;
  line-height: 55px;
  min-width: 220px;
  font-size: initial;
}
form.navbar-form .nice-select .list {
  width: calc(100% + 10px);
}
form.navbar-form .nice-select:after {
  border-bottom: 2px solid #fcc400;
  border-right: 2px solid #fcc400;
  height: 7px;
  right: 7px;
  width: 7px;
}
form.navbar-form .nice-select:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00a";
  font-weight: 900;
  margin-right: 14px;
  position: relative;
  top: 1px;
  color: #526567;
}
form.navbar-form .form-control {
  padding-left: 22px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-left: 1px solid #cacaca !important;
}
@media (max-width: 575px) {
  form.navbar-form {
    border-radius: 8px;
    padding-left: 15px;
  }
  form.navbar-form .input-group {
    display: block;
  }
  form.navbar-form .nice-select {
    min-width: 100%;
    margin-bottom: 3px;
  }
  form.navbar-form .nice-select .list {
    width: 100%;
  }
  form.navbar-form .form-control {
    padding-left: 0;
    padding-bottom: 25px;
    border-left: 0 !important;
    border-top: 1px solid #cacaca !important;
    width: calc(100% - 50px);
  }
  form.navbar-form .input-group-append {
    position: absolute;
    right: -2px;
    bottom: 5px;
    height: 50px;
    text-align: center;
  }
}
form.navbar-form.style-2 {
  padding-left: 0 !important;
  background: rgba(241, 96, 1, 0.08);
}
form.navbar-form.style-2 .form-control {
  border: 0 !important;
}
form.navbar-form.style-2 .form-control::placeholder {
  color: #fcc400;
}

form.navbar-form.search-only {
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 20px;
}
@media (max-width: 991px) {
  form.navbar-form.search-only {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
form.navbar-form.search-only button {
  color: #fcc400;
}
form.navbar-form.search-only .form-control {
  padding-left: 4px;
  border: none !important;
  color: #fff;
  width: 280px;
}
form.navbar-form.search-only .form-control::placeholder {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 575px) {
  form.navbar-form.search-only {
    border-radius: 8px;
    padding-left: 15px;
  }
  form.navbar-form.search-only .input-group {
    display: block;
  }
  form.navbar-form.search-only .form-control {
    padding-left: 0;
    padding-bottom: 25px;
    border-left: 0 !important;
    border-top: 1px solid #cacaca !important;
    width: calc(100% - 50px);
  }
  form.navbar-form.search-only .input-group-append {
    position: absolute;
    right: -2px;
    bottom: 5px;
    height: 50px;
    text-align: center;
  }
}

.navbar-top {
  padding: 6px 0 6px 0;
  background: #FDC800;
}
.navbar-top ul {
  margin: 0;
  padding: 0;
  line-height: initial;
}
.navbar-top ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  padding-bottom: 0px;
}
.navbar-top ul li:last-child {
  margin-right: 0;
}
.navbar-top ul li p,
.navbar-top ul li a {
  margin: 0;
  font-size: 14px;
  color: #001B61;
  font-weight: 500;
}
.navbar-top ul li p img,
.navbar-top ul li a img {
  margin-right: 5px;
}
.navbar-top ul li p i,
.navbar-top ul li a i {
  margin-right: 5px;
}
.navbar-top ul li a:hover {
  color: #1DC295;
}
.navbar-top .topbar-right a {
  margin: 0 7px;
}
.navbar-top .topbar-right li a i {
  margin-right: 0;
}
.navbar-top .topbar-right li a:last-child {
  margin-right: 0;
}
.navbar-top .topbar-right li:first-child {
  margin: 3px 5px;
  padding-right: 17px;
}
.navbar-top .topbar-right li:last-child {
  border-right: 0;
  padding-right: 0;
}

/**************** nav-left-part *************/
.header-cat-menu {
  margin: 0;
  padding: 0;
  margin-left: 58px;
}

.header-cat-menu li {
  position: relative;
  margin-right: 0;
  cursor: pointer;
  list-style: none;
}
.header-cat-menu li:hover ul {
  opacity: 1;
  visibility: visible;
  animation: menuslide 300ms;
}
.header-cat-menu li:hover a {
  color: #fcc400;
}
.header-cat-menu li i, .header-cat-menu li svg {
  margin-top: -3px;
  margin-right: 5px;
  color: #fcc400;
}
.header-cat-menu li a {
  color: #001B61;
  font-weight: 500;
  font-size: 16px;
}
.header-cat-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 40px;
  list-style: none;
  padding: 10px 0;
  border-radius: 4px;
  margin: 0;
  z-index: 9;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  min-width: 210px;
  border: 2px solid rgba(241, 96, 1, 0.5);
}
.header-cat-menu li .sub-menu li {
  display: block;
  margin: 0 10px;
  line-height: 22px;
  font-size: 15px;
  transition: all 0.4s ease;
  border-radius: 3px;
}
.header-cat-menu li .sub-menu li:hover {
  background-color: rgba(241, 96, 1, 0.08);
}
.header-cat-menu li .sub-menu li:hover a {
  color: #fff;
  color: #fcc400;
}
.header-cat-menu li .sub-menu li:hover:last-child {
  border-bottom: 0;
}
.header-cat-menu li .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.3s;
  color: #050a30;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  position: relative;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #ffffff;
  z-index: 99999;
}

.banner-2 {
  overflow: hidden;
}
.banner-2 .banner-illustration {
  max-width: 114%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 800px;
  min-height: 300px;
}

.banner-1,
.banner-3 {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 767px) {
  .banner-1,
  .banner-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.banner-1.has-overlay::after,
.banner-3.has-overlay::after {
  background-color: #001B61;
  opacity: 0.4;
}

.banner-1.has-overlay::after {
  opacity: 0.6;
}
.banner-1 .text-lg .has-line::after {
  bottom: 17px;
}
@media (max-width: 991px) {
  .banner-1 .text-lg .has-line::after {
    bottom: 14px;
  }
}
@media (max-width: 767px) {
  .banner-1 .text-lg .has-line::after {
    bottom: 10px;
  }
}

.banner-4 {
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner-4 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.banner-4 .thumb {
  margin-right: -155px;
}
.banner-4 .thumb img {
  max-width: -webkit-fill-available;
}
.banner-4 .input-group {
  border: 2px solid rgba(241, 96, 1, 0.5);
}

.banner-5 {
  position: relative;
  width: 100%;
  height:auto;
}
@media (max-width: 767px) {
  .banner-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.banner-5 .thumb {
  margin-right: -355px;
}
.banner-5 .thumb img {
  width: 70%;
}

.banner-6 {
  margin-top: -89px;
  padding: 250px 0 180px;
}
.banner-6 .input-group {
  border: 2px solid rgba(241, 96, 1, 0.5);
}

@media (max-width: 1440px) {
  .banner-6 {
    background-position: -300px 0;
  }
}
@media (max-width: 1190px) {
  .banner-6 {
    background-position: 0;
  }
}
@media (max-width: 991px) {
  .banner-6 {
    text-align: center;
    padding: 190px 0 120px;
  }
  .banner-6 .banner-service-wrap {
    justify-content: center;
    text-align: left;
  }
  .banner-6 .input-group {
    margin: auto;
  }
  .banner-5 {
    padding: 150px 0 0;
    text-align: center;
  }
  .banner-5 .banner-service-wrap {
    justify-content: center;
    text-align: left;
  }
  .banner-video-btn.has-video-popup .play-btn {
    height: auto;
  }
}
@media (max-width: 525px) {
  .banner-5 {
    padding: 120px 0 0;
  }
  .banner-5 .banner-service-wrap {
    display: block;
  }
  .banner-service-wrap .single-service-wrap {
    justify-content: center;
    margin-top: 20px;
  }
  .banner-6 .banner-service-wrap {
    display: block;
  }
  .banner-6 .input-group.rounded-pill .form-control {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.banner-video-btn {
  transform: none !important;
}
.banner-video-btn:hover {
  transform: translateY(-2px) !important;
}
.banner-video-btn i {
  font-size: 50px;
  color: #fcc400;
  margin-right: 20px;
  transform: none !important;
  position: initial !important;
}

.banner-service-wrap {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
  padding-top: 10px;
}
.banner-service-wrap .single-service-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.banner-service-wrap .single-service-wrap img {
  width: 60px;
}
.banner-service-wrap .single-service-wrap .details h4 {
  font-size: 18px;
  font-weight: 700;
  color: #001B61;
  margin-bottom: 5px;
}
.banner-service-wrap .single-service-wrap .details p {
  margin-bottom: 0;
  color: #001B61;
}

.search-form {
  background-color: rgba(0, 27, 97, 0.35);
  padding: 40px 30px;
}
@media (max-width: 575px) {
  .search-form {
    padding: 35px 20px;
  }
}
.search-form .nice-select {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 50px;
  height: 50px;
  line-height: 49px;
  font-weight: 500;
  padding: 0 18px;
}
.search-form .nice-select::after {
  height: 8px;
  width: 8px;
  right: 20px;
}
.search-form .nice-select .list {
  width: 100%;
}

.tab-nav {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.tab-nav .nav-item:first-child .nav-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tab-nav .nav-item:last-child .nav-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tab-nav .nav-link {
  border-radius: 0px;
  font-weight: 500;
  color: #ffffff;
  background: #089c3a;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .tab-nav .nav-link {
    border-radius: 0 !important;
  }
}

.tab-nav .nav-link:hover {
  background: #fcc400;
}
.tab-nav .nav-link.active {
  background-color: #fcc400;
}
.tab-nav .nav-link.active::before {
  bottom: -20px;
}

.nice-select .option.selected {
  font-weight: 500;
  color: #fcc400;
}

.page-header {
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-header .breadcrumb {
  color: #fff;
}
.page-header .breadcrumb .active a {
  color: #fff;
}
.page-header.has-overlay::after {
  background-color: #001B61;
  opacity: 0.5;
}
.page-header .breadcrumb-item + .breadcrumb-item::before {
  color: #fcc400;
}

.nav-scrollable {
  position: relative;
  z-index: 2;
  height: 2.2rem;
  overflow-y: hidden;
  border-bottom: 3px solid #fcc400;
}
.nav-scrollable nav {
  flex-wrap: nowrap;
  padding-bottom: 1.3rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-scrollable nav a {
  position: relative;
  color: inherit;
  font-weight: 500;
  padding: 0 15px;
}
.nav-scrollable nav a::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #fcc400;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  opacity: 0;
  transition: 0.3s ease-out;
}
.nav-scrollable nav a.active, .nav-scrollable nav a:hover {
  text-decoration: none;
  color: #fcc400;
}
.nav-scrollable nav a.active::before, .nav-scrollable nav a:hover::before {
  bottom: -10px;
  opacity: 1;
}

.tutor-item {
  border-left: 5px solid #fcc400;
}

.tutor-item-alt {
    position: relative;
    padding-bottom: 36px;
    box-shadow: 0 10px 15px #ddd;
    width: 85%;
    margin: 0 auto;
    border: 1px solid #f5f7f8;
    padding: 40px 15px 15px 15px;
}
.tutor-item-alt:hover {
    position: relative;
    background:#f5f7f9;
}
.tutor-item-alt:hover::after {
    background-color: #089c3a;
}
.tutor-item-alt::after {
  position: absolute;
  content: "";
  height: 6px;
  width: 80%;
  left: 10%;
  bottom: 0;
  background-color: #fcc400;
  transition: 0.3s;
}
.tutor-item-alt:hover::after {
  width: 100%;
  left: 0;
}

.blog-half-bg-gray {
  position: relative;
  z-index: 1;
}
.blog-half-bg-gray::after {
  position: absolute;
  content: "";
  height: 354px;
  width: 100%;
  background: #F5F5F5;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .blog-half-bg-gray::after {
    height: 313px;
  }
}
@media (max-width: 991px) {
  .blog-half-bg-gray::after {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .blog-half-bg-gray::after {
    height: 446px;
  }
}
@media (max-width: 575px) {
  .blog-half-bg-gray::after {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .newsletter-input-group .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter-input-group .btn {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .newsletter-input-group.rounded-pill {
    border-radius: 5px !important;
    background: transparent !important;
    overflow: visible !important;
  }
  .newsletter-input-group.rounded-pill .btn {
    border-radius: 0 !important;
  }
}

.video-popup-section.has-overlay::after {
  background-color: #001E92;
  opacity: 0.75;
}

.has-video-popup {
  position: relative;
  transform: translateY(80px);
}
.has-video-popup.tansform-none {
  transform: translateY(0);
}
.has-video-popup.has-overlay::after {
  background-color: #000000;
  opacity: 0.25;
  z-index: 5;
  transition: 0.3s;
  border-radius: 10px;
}
.has-video-popup.rounded-0.has-overlay::after {
  border-radius: 0px !important;
}
.has-video-popup .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 6;
}
@media (max-width: 767px) {
  .has-video-popup .play-btn {
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 575px) {
  .has-video-popup .play-btn {
    height: 50px;
    width: 50px;
  }
}
.has-video-popup:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}
.has-video-popup:hover.has-overlay::after {
  opacity: 0.5;
}

.has-white-half {
  position: relative;
  z-index: 1;
}
.has-white-half::after {
  position: absolute;
  content: "";
  height: 25%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: -1;
}

.cta-section.has-overlay::after {
  background-color: #fcc400;
  opacity: 0.7;
}

.instructors-item .card-img-top {
  transition: 0.5s;
  width: 100% !important;
  height:auto;
}
.instructors-item .instructor-social {
  position: absolute;
  width: 100%;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.instructors-item:hover .card-img-top {
  opacity: 0.1;
}
.instructors-item:hover .instructor-social {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.how-it-works-item {
  padding: 30px;
  padding-bottom: 40px;
  padding-top: 80px;
  margin-top: 80px;
  transition: 0.3s;
}
.how-it-works-item img {
  position: absolute;
  height: 160px;
  width: 160px;
  top: -10px;
  left: calc(50% - 80px);
  transition: 0.3s;
}
.how-it-works-item:hover {
  padding-top: 75px;
  box-shadow: none !important;
}
.how-it-works-item:hover img {
  top: -5px;
}
.how-it-works-item.works-item-alt {
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top: 30px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.how-it-works-item.works-item-alt img {
  height: 120px;
  width: auto;
  margin-bottom: 20px;
}
.how-it-works-item.works-item-alt:hover {
  transform: translateY(2px);
}
.how-it-works-item.shape-style-1, .how-it-works-item.shape-style-2 {
  background-image: url(../images/how-it-works-tutors/left-01.png), url(../images/how-it-works-tutors/right-01.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}
.how-it-works-item.shape-style-1:hover, .how-it-works-item.shape-style-2:hover {
  border-color: #FDE8DA;
}
.how-it-works-item.shape-style-1 {
  background-image: url(../images/how-it-works-tutors/left-02.png), url(../images/how-it-works-tutors/right-02.png);
}
.how-it-works-item.shape-style-1:hover {
  border-color: #D8F1F4;
}

.find-tutor-section.has-overlay::after {
  background-color: #001B61;
  opacity: 0.85;
}

.map-image {
  position: relative;
}
.map-image img {
  max-width: 100%;
  min-height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .map-image img {
    filter: brightness(0.8);
  }
}
.map-image img, .map-image .map-text {
  transition: 0.3s;
}
.map-image .map-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .map-image .map-text {
    opacity: 1;
  }
}
.map-image:hover img {
  filter: brightness(0.5);
}
.map-image:hover .map-text {
  opacity: 1;
}

.counter-section {
  background-color: #001B61;
  position: relative;
}

@media (max-width: 767px) {
  .blog-card .p-30,
  .course-card .p-30 {
    padding: 20px !important;
  }
}

.course-card {
  overflow: hidden;
}
.course-card .card-img-top {
  transition: 0.3s ease-out;
  transform-origin: bottom;
  filter: sepia(10);
}
.course-card:hover .card-img-top {
  transform: scale(1.15);
  filter: sepia(0);
}

.courser-curriculum {
  height:auto;

}

@media (max-width: 767px) {
  .blockquote {
    padding: 20px;
    font-size: 18px;
  }
}

.tag-list li a {
  display: inline-block;
  padding: 5px 14px;
  color: #001B61;
  border-radius: 50px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.tag-list li a:hover {
  color: #ffffff;
  background-color: #fcc400;
}

.course-carousel-2 .course-card .card-img-top {
  filter: none;
  padding: 20px 10px 0;
  margin-bottom: -10px;
}
.course-carousel-2 .course-card:hover .card-img-top {
  transform: none;
}

.video-new-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fcc400;
  opacity: 0.6;
  z-index: -1;
}

.footer-newsletter-overlap {
  margin-top: 100px;
}
.footer-newsletter-overlap .newsletter-overlap {
  transform: translateY(-100px);
}

a.scroll-to-top {
  position: fixed;
  bottom: 0;
  right: 30px;
  height: 40px;
  width: 40px;
  background: #fcc400;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  transition: 0.3s;
  z-index: 995;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  a.scroll-to-top {
    right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
a.scroll-to-top.show {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}
a.scroll-to-top.show:hover {
  transform: translateY(-4px);
}
@media (max-width: 767px) {
  a.scroll-to-top.show {
    bottom: 10px;
  }
}

/* rtl Support */
[dir=rtl] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
  margin-right: 0;
}
[dir=rtl] .social-icons li:not(:last-child) {
  border-left: 1px solid #a8a8a8;
  border-right: 0;
}
[dir=rtl] .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem auto -1rem -1rem;
}
[dir=rtl] .tab-nav .nav-item:first-child .nav-link {
  border-radius: 0 5px 5px 0;
}
[dir=rtl] .tab-nav .nav-item:last-child .nav-link {
  border-radius: 5px 0 0 5px;
}
[dir=rtl] .navbar-brand {
  margin-right: 0;
  margin-left: 1rem;
}
[dir=rtl] header .nav-item:last-child .nav-link {
  padding-right: 0.5rem !important;
}
[dir=rtl] .owl-dots button {
  margin-left: 15px;
  margin-right: 0px;
}
[dir=rtl] form.navbar-form.search-only {
  margin-left: 0;
  margin-right: 20px;
}
[dir=rtl] .navbar-top ul li {
  margin-left: 20px;
  margin-right: 0;
}
[dir=rtl] .navbar-top ul li p i, [dir=rtl] .navbar-top ul li a i {
  margin-left: 5px;
  margin-right: 0;
}
[dir=rtl] .navbar-top .topbar-right li:first-child {
  padding-right: 0;
  padding-left: 17px;
}
[dir=rtl] .header-cat-menu {
  margin-right: 58px;
  margin-left: 0;
}
[dir=rtl] .header-cat-menu li i, [dir=rtl] .header-cat-menu li svg {
  margin-left: 5px;
  margin-right: 0;
}
[dir=rtl] .banner-4 .thumb {
  margin-left: -155px;
  margin-right: 0;
}
[dir=rtl] .banner-5 .thumb {
  margin-left: -355px;
  margin-right: 0;
}
[dir=rtl] .banner-video-btn i {
  margin-right: 0;
  margin-left: 20px;
}
/*=====================================
Custom css by rajiv singh
======================================*/
.collapse.navbar-collapse{
  margin-right: 0px;
}
.slider-areas {
    background: #fff;
    position: relative;
    width: 100%;
    margin-top: 67px;
}
.slide-item{
  position: relative;
  width: 100%;  
}
.slide-item img{
  position: relative;
  width: 100%;  
}
.btn-start-now {
    background: #079c39;
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 4px;
    text-transform: uppercase;
}
.slide-text-box{
  position: relative;
  width: 100%;
}
.slide-text-box h1 {
    position: relative;
    font-size: 28px;
    line-height: 48px;
    margin: 0px 0px 25px 0px;
    font-weight: 800;
}
.slide-img-box{
  position: relative;
  width: 100%;
  text-align: center;
}
.banner-inner {
    position: relative;
    width: 100%;
    padding-right: 170px;
}
.slider-areas .btn-group {
    padding-top: 25px;
}
.owl-nav{
  position: absolute;
  top: 45%;
  width: 100%;
}
.slider-areas .owl-prev {
    width:36px;
    height: 36px;
    position: absolute;
    left: 20px;
    background: #fcc40087 !important;
    border-radius: 50%;
    font-size: 36px !important;
    padding: 0 !important;
    line-height: 18px !important;
}
.slider-areas .owl-next{
    width:36px;
    height: 36px;
    position: absolute;
    right: 20px;
    background: #fcc40087 !important;
    border-radius: 50%;
    font-size: 36px !important;
    padding: 0 !important;
    line-height: 18px !important;
}
.section-sub-title {
  font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    color: #001b61;
}
.thin-font{
  font-weight: 500;
}
.about-section{
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.mission-vision-section {
    position: relative;
    width: 100%;
    padding: 40px 0px;
    background: #f5f7f9;
}
.para-footer{
    text-align:justify;
}
.about-section .section-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #001B61;
    margin-top: 0;
    word-break: break-word;
}
.competation-section{
  position: relative;
  width: 100%;
  padding: 50px 0px;
}
.mission-box {
    position: relative;
    width: 100%;
    padding: 40px 40px 40px 160px;
    background-image: linear-gradient(to bottom right, #2A3A3A, #1C6367);
    box-shadow: 0px 0px 15px #193334;
}
.vision-box{
    position: relative;
    width: 100%;
    padding: 40px 40px 40px 160px;
    background-image: linear-gradient(to bottom right, #1C6367, #2A3A3A );
    box-shadow: 0px 0px 15px #193334;
}
.mv-icon {
    position: absolute;
    left: 0;
    padding: 71px 10px;
    top: 0;
    width: 150px;
    background: #aae1f9;
}
.mv-icon img{
    position: relative;
    width: 100%;
}
.mission-vision-section h2.section-title {
    color: #fff;
    font-size: 42px;
    margin: 0px 0px 15px 0px;
}
.mission-vision-section p {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}
.btn-more-details {
    background: #fcc400;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 4px;
    color: #fff;
}
.footer-top{
  position: relative;
  width: 100%;
  padding-top: 40px;
}
.footer-logo{
  height: 80px;
}
.tutors-carousel-alt{
  padding:0px;
}
.testimonials-section{
  position: relative;
  width: 100%;
  padding: 40px 0px;
}
.testimonials-section .owl-stage-outer{
padding-top: 55px;
}
.tutors-img {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #5f9ea0;
}
.tutors-img img{
  position: relative;
  width: 100%;
  height: 100%;
}
.testimonials-section .media.d-block.mt-25 {
    text-align: center;
}
.testimonials-section .owl-carousel.owl-drag .owl-item {
    padding: 15px 0px;
}
.competation-type-box {
    position: relative;
    width: 100%;
    border: 3px solid #fcc400;
}
.competation-type-box img {
    position: relative;
    width: 100%;
    margin: 10px 0px -10px 10px;
    border: 3px solid #079c39;
    height: 100%;
}
.competation-type-box:hover {
    border: 3px solid #079c39;
}
.competation-type-box:hover img{
    border: 3px solid #fcc400;
}
.contact-page-section .contact-address-box {
    position: relative;
    width: 100%;
    height: 83%;
    border-radius: 12px;
    background: #f5f7f9;
    padding: 25px;
}
.list-unstyled.connect-list{
  position: relative;
  margin: 0px;
}
.list-unstyled.connect-list li {
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 30px;
}
.location .list-unstyled.connect-list li {
    position: relative;
    margin: 0px;
    padding: 18px 0px 0px 30px;
} 
.connect-icon {
    color: #fcc400;
    font-size: 24px;
    position: absolute;
    left: 0px;
   
}
.list-unstyled.connect-list li h4{
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
}
.login-page-section{
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.register-page-section{
  position: relative;
  width: 100%;
  padding: 60px 0px;  
}
.login-page-section .modal-title {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #079c39;
}
.login-page-section .modal-header {
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.modal-content{
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  border: 7px solid #089b3a !important;
}
.form-group p a{
    color:#089b3a;
}
.btn-forward {
  text-decoration: none;
  font-weight: 600;
  color: #079c39;
}
.register-page-section .custom-control-input {
    position: absolute;
    left: 15px;
    z-index: 1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
    top: 15px;
}
.signup-content .signup-img{
  position: relative;
  width: 50%;
}
.signup-content .signup-img img {
    position: relative;
    width: 100%;
    border-radius: 4px;
}
.signup-content .signup-form{
  position: relative;
  width: 50%;
}
.register-page-section .signup-content {
    position: relative;
    width: 100%;
    display: flex;
    background: #fbc400;
    padding: 25px;
    border-radius: 15px;
}
.signup-content .signup-form .form-control {
    height: 44px;
    border-radius: 0;
}
.signup-content .custom-radio-group .custom-radio {
    padding: 15px;
    padding-left: 40px;
    width: 100%;
    height: 42px;
    position: relative;
}
.signup-content .custom-radio-group .custom-radio label {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    line-height: 42px;
    width: calc(100% - 40px);
}
.signup-content label {
    margin: 0px 0px 0px 0px !important;
}
.privacy-policy-page-section{
  position: relative;
  width: 100%;
  padding: 40px 0px;
}
.page-content-box p{
    text-align:justify;
}
.privacy-policy-page-section h2{
  position: relative;
  font-size: 24px;
  font-weight: 24px;
}
.privacy-policy-page-section ul{
  position: relative;
  margin: 0px;
  padding: 0px;
}
.privacy-policy-page-section ul li{
  position: relative;
  display: block;
  list-style: none;
}
.content-title4privacy-policy{
  font-size: 20px;
  font-weight: 600;
}
.pp_para{
  margin: 0px 0px 15px 0px;
}
.breadcrumb-section{
  position: relative;
  width: 100%;
  margin-top:67px;
}
.page-naming-box{
  position: absolute;
  bottom: 75px;
  left: 0px;
  right:0;
  text-align:center;
  z-index: 2;
}
.page-naming-box h1{
font-size: 32px;
color: #fff;
}
.page-naming-box .has-line {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-weight: 600;
    color: #fcc400;
}
.page-naming-box .has-line::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: -1;
}
.breadcrumb-section img{
  position: relative;
  width: 100%;
}
.breadcrumb-over-lay {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: #079c3975;
}
.tac-sub-list {
    margin: 0px !important;
    padding: 0px 0px 0px 20px !important;
}
.tac-sub-list li{
  list-style: none;
  display: block;
}
.competation-page-section{
  position: relative;
  width: 100%;
  padding: 60px 0px 20px 0px;
}
.aboutus-page-section{
  position: relative;
  width: 100%;
  padding: 40px 0px 20px 0px;  
}
.compettion-category-box {
    margin-bottom:20px;
}
.competation-page-section .competation-type-box{
  margin-bottom: 40px;
}
.contact-page-section{
  position: relative;
  width: 100%;
  padding: 40px 0px;
}
.contact-page-section .section-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #001B61;
    margin-top: 0px;
    word-break: break-word;
}
.contact-page-section h5 {
    margin-bottom: 40px;
}
.whats-app-chat {
  position: fixed;
  bottom: 55px;
  left: 30px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  transition: 0.3s;
  z-index: 995;
  font-size: 14px;
}
.whats-app-chat img{
  position: relative;
  width: 100%;
  height: 100%;
}
.courses-page-section{
  position: relative;
  width: 100%;
  padding: 60px 0px;
}
.dashboard-page-section{
  position: relative;
  width: 100%;
  padding: 60px 0px;  
}
.left-tab-pane{
  position: relative;
  width: 100%;  
}
.left-tab-pane .nav.nav-pills{
  position: relative;
  width: 100%;
  display: block;
}
.left-tab-pane .nav.nav-pills li.nav-item{
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
}
.left-tab-pane .nav.nav-pills li.nav-item a {
    position: relative;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    background: #f7f2dd;
    color: #000;
}
.left-tab-pane .nav.nav-pills li.nav-item a.active {
    position: relative;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    background: #079c39;
    color: #fff;
}
.btn-sqr {
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    background-color: #222;
    padding: 12px 25px;
}
.btn-sqr:hover {
    color: #fff;
}
.myaccount-content {
    border: 1px solid #eeeeee;
    padding: 30px;
}
.myaccount-content h5 {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.single-input-item {
    margin-top: 20px;
}
.single-input-item label {
    color: #222222;
    text-transform: capitalize;
    font-size: 14px;
}
.single-input-item input, .single-input-item textarea {
    color: #555555;
    border: 1px solid #ccc;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    background: #f7f7f7;
}
.terding-section .owl-stage-outer {
    padding-top: 5px!important;
}
.terding-section {
    position: relative;
    width: 100%;
    padding: 40px 0px 50px 0px;
    background: #fdebdf;
}
.treding-tittle {
    font-size: 24px;
    color: #000;
    padding-bottom: 40px;
    text-align:center;
}

.Gallery-carousel-alt .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

.Gallery-carousel-alt .owl-next {
  width: 36px;
  height: 36px;
  position: absolute;
  right: -10px;
  color:#fff!important;
  background: #089c3a !important;
  border-radius: 50%;
  font-size: 36px !important;
  padding: 0 !important;
  line-height: 18px !important;
}
.winner-section .instructors-carousel .owl-nav.disabled {
    display: unset!important;
}
.testimonials-section .testimonial-carousel .owl-nav.disabled {
    display: unset!important;
}
.aboutus-second-section .page-about-carousel-one .owl-nav.disabled {
    display: unset!important;
}
.page-about-carousel-one .owl-next {
  width: 36px;
  height: 36px;
  position: absolute;
  right: -10px;
  color:#fff!important;
  background: #089c3a !important;
  border-radius: 50%;
  font-size: 36px !important;
  padding: 0 !important;
  line-height: 18px !important;
}
.page-about-carousel-one .owl-prev {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 10px;
  color:#fff!important;
  background: #089c3a !important;
  border-radius: 50%;
  font-size: 36px !important;
  padding: 0 !important;
  line-height: 18px !important;
}
.testimonial-carousel .owl-next {
  width: 36px;
  height: 36px;
  position: absolute;
  right: -10px;
  color:#fff!important;
  background: #089c3a !important;
  border-radius: 50%;
  font-size: 36px !important;
  padding: 0 !important;
  line-height: 18px !important;
}
.testimonial-carousel .owl-prev {
  width: 36px;
  height: 36px;
  position: absolute;
  left: -10px;
  color:#fff!important;
  background: #089c3a !important;
  border-radius: 50%;
  font-size: 36px !important;
  padding: 0 !important;
  line-height: 18px !important;
}
.instructors-carousel .owl-next {
  width: 36px;
  height: 36px;
  position: absolute;
  right: -10px;
  color:#fff!important;
  background: #089c3a !important;
  border-radius: 50%;
  font-size: 36px !important;
  padding: 0 !important;
  line-height: 18px !important;
}
.instructors-carousel .owl-prev {
  width: 36px;
  height: 36px;
  position: absolute;
  left: -10px;
  color:#fff!important;
  background: #089c3a !important;
  border-radius: 50%;
  font-size: 36px !important;
  padding: 0 !important;
  line-height: 18px !important;
}

.Gallery-carousel-alt .owl-prev {
  width: 36px;
  height: 36px;
  position: absolute;
  left: -10px;
  color:#fff!important;
  background: #089c3a !important;
  border-radius: 50%;
  font-size: 36px !important;
  padding: 0 !important;
  line-height: 18px !important;
}

.sing-btn {
    font-size: 13px;
    color: #ffffff;
    padding: 6px 10px;
    line-height: 1;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #089c3a;
    font-weight: 500;
    position: relative;
    top: 8px;
}
.topbar-media-icon{
  padding-top: 3px!important;
}
.login-signup-box {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: right;
    padding:15px 0px;
}
.compettion-category-card {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: center;
  border-radius: 17px;
  box-shadow: 0px 2px 2px 0px rgba(1,1,1,0.4);
  background:cadetblue;
  margin-bottom: 23px;
}
.compettion-category-card:hover {
  background:#f8aeaf;
  cursor:pointer;
}
.category-image {
  border-radius: 50%;
  position: relative;
  width: 105px;
  height: 105px;
  background: #f3f3f3;
  padding: 8px;
  margin: 0 auto;
}
.category-image  img{
  border-radius: 50%;
  width:100%;
  height:100%;
}
.category-tittle {
  font-size: 22px;
  padding-top: 10px;
  color: #fff;
  font-weight: 600;
  line-height:24px;
  padding-bottom: 0px;
}
.compettion-category-card p {
  font-size: 15px;
  color: #fff;
}
.blog-btn {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.card21{
  background-color: #e871b3!Important;
}
.card12{
  background-color: #a37bff!Important;
}
.category-compation-sec{
  background-color: #f8f4ef;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 0;
}
.tittle-name-category{
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.category-compation-sec .row .col-lg-3{
padding-left: 5px!important;
padding-right: 5px!important;
}

.compition-page .row .col-lg-3{
  padding-left: 5px!important;
  padding-right: 5px!important;
  }

.category1{
  margin-bottom: 10px;
}
.category-compation-sec  .instructor-social {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(0%);
  left: 0;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.read-more-btn{
  padding-top: 15px;
}
.read-more-btn .buy-btn{
  margin-left: 8px;
}
.form-group .icon {
  position: absolute;
  right: 7px;
  top: 21px;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #089c3a;
}
.modaol-page{
  border: 7px solid #089b3a!important;
}
.brand-logo{
  position: relative;
  width:100%;    
}
.brand-logo img{
  position: relative;
  height:60px;
}
.collapse.navbar-collapse {
    position: relative;
    width: 100%;
    display: block;
}
.collapse.navbar-collapse .navbar-nav {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 10px 0px;
    padding: 0px;
}
.collapse.navbar-collapse .navbar-nav li{
    position: relative;
    display: inline-block;
    float:left;
    top:5px;
}
.login-signup-box ul {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: right;
}
.login-signup-box ul li{
  position: relative;
  list-style:none;
  display:inline-block;
}
.header-search {
    position: relative;
    width: 100%;
    padding: 10px 0px;
}
.btn-vac {
    display: inline-block;
    background: #fcc400;
    padding: 5px 25px;
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    width:100%;
}
.slider-areas .owl-dots{
    display:inline-block;
    width:100%;
    text-align:center;
    position:relative;
}
.btn-group-box {
    position: absolute;
    width: 100%;
    display: inline-block;
    padding: 0 5px;
    bottom: 5px;
    opacity:0;
}
.btn-group-box .btn-buy-now {
    float: left;
    background: #089c3a;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
}
.btn-group-box .btn-read-more {
    float: right;
    background: #303030;
    padding: 5px 15px;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
}
.gallery-image-card{
    position:relative;
    width:100%;
}
.gallery-image-card img{
    position:relative;
    width:100%;
    height:auto;
    border-radius:10px;
}
.gallery-image-card:hover .btn-group-box {
    opacity:1;
}

.page-competition-details {
    position: relative;
    width: 100%;
    padding: 70px 0px;
}
.page-competition-details .competition-details-box{
    position:relative;
    width:100%;    
}
.page-competition-details .competition-details-box .competition-img-box{
    position:relative;
    width:100%;    
}
.page-competition-details .competition-details-box .competition-img-box img{
    position:relative;
    width:100%;    
}
.page-competition-details .competition-details-box .competition-text-box {
    position: relative;
    width: 100%;
    padding-top: 20px;
    text-align:justify;
}
.page-competition-details .competition-details-box .competition-text-box h1 {
    position: relative;
    font-size: 32px;
    margin: 0px 0px 5px 0px;
}
.page-competition-details .competition-details-box .competition-text-box p{
    position: relative;
    font-size: 16px;
    margin: 0px 0px 15px 0px;
}
.page-competition-details .competition-list-box {
    position: relative;
    width: 100%;
    padding: 25px 15px;
    background: #fef3eb;
}
.page-competition-details .competition-list-box h2 {
    position: relative;
    font-size: 22px;
    border-bottom: 2px solid #089c3a;
}
.page-competition-details .competition-list-box ul {
    position: relative;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
.page-competition-details .competition-list-box ul li {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    line-height: 24px;
    min-height: 36px;
    padding-left: 20px;
}
.page-competition-details .competition-list-box ul li a {
    position: relative;
    text-decoration: none;
    color: #303030;
    font-size: 14px;
    line-height:36px;
}
.page-competition-details .competition-list-box ul li:last-child{
    border-bottom:0px solid #ccc;
}
.page-competition-details .competition-list-box ul li a i {
    position: absolute;
    left: -20px;
    top: 5px;
}
.page-competition-details .col-lg-3{
    padding-left:0px;
    width:30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.page-competition-details .col-lg-9{
    padding-left:0px;
    width:70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.competitions-details-sub-list {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 20px;
}
.competitions-details-sub-list li {
     position: relative; 
    font-size: 15px;
    font-weight: 600;
    list-style: disc;
}
.page-checkouts{
    position:relative;
    width:100%;
    padding:50px 0px;
}
.page-checkouts .order_sidebar_widget {
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(237, 239, 247);
    border-radius: 5px;
    background-color: rgba(243, 243, 246, 0);
    padding: 30px;
    margin-bottom:25px;
}
.page-checkouts .payment_widget {
    border-radius: 5px;
    background-color: rgb(249, 250, 252);
    padding: 30px;
    margin-bottom:25px;
}
.page-checkouts .payment_widget {
    border-radius: 5px;
    background-color: #f5f7f8;
    padding: 30px;
}

.checkout_form .checkout_coupon form input {
    border-style: solid;
    margin-bottom:10px;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    height: 48px;
    margin-right: 24px;
}
.page-checkouts .nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}


.payment_widget_btn .btn-block:hover {
    border: 1px solid #ff1053;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.payment_widget_btn .btn-block {
    margin-top: 30px;
    width: 100%;
}
.btn-thm3:hover, .btn-thm3:active, .btn-thm3:focus {
    background-color: #ffffff;
    border-color: #ff1053;
    color: #ff1053;
}
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none;
    outline: none;
}
.btn.circle {
    border-radius: 27px;
}

.btn-thm3 {
    background-color: #fcc400;
    border: 2px solid #fcc400;
    border: none;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.order_sidebar_widget ul{
    position:relative;
    width:100%;
    margin:0px;
    padding:0px;
}
.order_sidebar_widget ul li{
    position:relative;
    width:100%;
    list-style:none;
}
.checkout-order__details .table tfoot .total-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #d31819;
}
.gallery-slide {
    position: relative;
    width: 100%;
    width: 100%;
    background: #f8aeaf;
    padding: 0;
    border-radius: 10px;
    border: 5px solid #f8aeaf;
}
.gallery-slide:hover {
    border: 5px solid #fcc400;
    background: #fef3eb;
}
.section-title-area{
    position:relative;
}
.winner-section .card-body {
    position: relative;
    width: 100%;
    padding: 10px 15px !important;
    text-align: center;
}
.winner-section .owl-item{
    padding:15px;
}
.card.instructors-item {
    position: relative;
    width: 100%;
    box-shadow: 0px 0px 15px #72c78f;
    margin: 0px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom:20px;
}
.card.instructors-item:hover {
    box-shadow: 0px 0px 15px #000;
}
.testimonials-section .nav-arrows {
    user-select: none;
    position: absolute;
    top: 0px;
    right: 0px;
    display:none;
}

#mission {
  width: 100%;
  height: 250px;
}

#vision {
  width: 100%;
  height: 250px;
}
.mission-text-box4u {
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0px 4px;
}
.mission-text-box4u h2{
    position:relative;
    margin:10px 0px 10px 0px;
    font-size:20px;
    color:#000;
}
.mission-text-box4u p{
    position:relative;
    margin:0px;
    font-size:16px;
    line-height:24px;
    color:#000;
}
.Mission-area {
    position: relative;
    width: 100%;
    padding-bottom:25px;
    background: #f0f0f0;
    border-radius:10px;
    overflow:hidden;
    padding:20px;
}
.total-category-compettion-box{
    position: relative;
    width: 100%; 
    text-align:center;
    display:inline-block;
}
.total-category-compettion-box ul{
    position: relative;
    width: 100%;
    margin:0px;
    padding:0px;
}
.total-category-compettion-box ul li {
    position: relative;
    width: 20%;
    display: inline-block;
    float: left;
    padding: 2.5px;
}
.compettion-category-box{
    position: relative;
    width: 100%; 
    border-radius:4px;
    overflow:hidden;
}
.compettion-category-box .category-image-box {
    position: relative;
    width: 100%;
    background: #000;
    border: 5px solid #42b368;
    border-radius: 8px;
    overflow: hidden;
}
.page-competation-section{
    
}
.page-competation-section .category-image-box img {
    position: relative;
    min-height: 215px;
}

.compettion-category-box .category-image-box:hover {
    border: 5px solid #fcc400;
}
.compettion-category-box .category-image-box img{
    position: relative;
    width: 100%; 
    height:100%;
}
.compettion-category-box .category-name-box {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
}
.compettion-category-box .category-name-box h4{
    font-size:24px;
    color:#fff;
}
.page-competation-section{
  position: relative;
  width: 100%;
  padding: 50px 0px;   
}
.page-competation-section .col-lg-3 {
    padding:5px;
}
.page-competation-section .col-lg-3:nth-child(4n) {
    padding-right:15px;
}
.competation-section .col-lg-3{
    width:20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.faqs-section {
    position: relative;
    width: 100%;
    padding: 60px 0px;
}
.faqs-section .card:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.faqs-section .card:before {
    content: '\2212';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.faq-img-box {
    position: relative;
    width: 100%;
}
.faq-img-box img{
    position: relative;
    width: 100%;
}
.card-header h4 a{
    display:inline-block;
    width:100%;
}
.aboutus-mission-vision-section {
    position: relative;
    width: 100%;
    padding: 60px 0px;
    background: #f5f8f9;
}
.mission-vision{
    position: relative;
    width: 100%;    
}
.mission-vision h1{
    position: relative;
    font-size:42px;
    margin:0px 0px 15px 0px;
}
.mission-vision p{
    position: relative;
    font-size:16px;
    margin:0px;
}
.bpc-section{
    position: relative;
    width: 100%;  
    background:#fff;
    padding:60px 0px;
}
.bpc-text-box{
    position: relative;
    width: 100%;     
}
.bpc-text-box h1{
    position: relative;
    font-size:32px;
    margin:0px 0px 15px 0px;    
}
.bpc-text-box p{
    position: relative;
    font-size:16px;
    margin:0px;  
}
.about-content{
    position: relative;
    width: 100%;      
}
.about-text-block {
    position: relative;
    background: #F9F9F9;
    padding: 25px 30px 15px 95px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.about-text-block i {
    position: absolute;
    font-size: 40px;
    left: 25px;
    top: 26px;
    color: #FFB6C1;
}
.about-text-block h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.faqs-section .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: transparent;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
    padding-left: 55px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.faqs-section .card-header {
    border-radius:20px;
}
.count-faqs {
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
    background: #e9eaea;
    line-height: 43px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #ccc;
    font-weight: 800;
    top: 5px;
}
.faq-content-box {
    position: relative;
    width: 100%;
    background: #f5f7f8;
    border-radius: 20px;
    border: 1px solid #cccccc8a;
}
.contact-form-box .btn.btn-primary{
    border-radius:25px!important;
    text-transform:uppercase;
}
.pac-one {
    position: relative;
    width: 350px;
    height: 350px;
    margin: 0 auto;
    padding: 30px 6px;
}
.pac-one .gray-circle {
    position: relative;
    width: 100%;
    max-width: 270px;
    background: #f2f2f2;
    border-radius: 50%;
    padding: 60px 15px 15px 15px;
    text-align: center;
    margin: 0 auto;
    height: 270px;
    transition: transform .2s;
}
.pac-one .gray-circle h4 {
    position: relative;
    font-size: 20px !important;
}
.aboutus-second-section{
    position: relative;
    width: 100%;
    padding: 40px 0px;
    background: #f5f8f9;    
}
.aboutus-third-section{
    position: relative;
    width: 100%;
    padding: 60px 0px;
    background: #fff;    
}
.aboutus-second-section .nav-arrows {
    user-select: none;
    position: absolute;
    top: 0px;
    right: 0px;
    display:none;
}
.aboutus-third-section .nav-arrows {
    user-select: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
.pac-one .gray-circle:hover {
  transform: scale(1.1); 
  background: #e6e6e6;
}
.gray-circle p{
    margin:15px;
    font-size:13px;
    line-height:24px;
}
.year2u {
    display: block;
    font-size: 32px;
    font-weight: 600;
}
.dot_circle {
    display: block;
    width: 10px;
    height: 10px;
    background: #4e6b7b;
    border-radius: 50%;
    margin: 0 auto;
}

.welcome-about-section{
    position:relative;
    width:100%;
    padding:40px 0px;
}
.welcome-about-text-box {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.welcome-about-text-box h1{
    position:relative;
    font-size:32px;
    font-weight:400;
}
.welcome-about-text-box h1 .font-700 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #079c39;
}
.welcome-about-text-box p{
    position:relative;
    font-size:15px;
    line-height:24px;
    font-weight:500;
}
.mobile-login-signup li{
    list-style:none;
}


.compettion-category-box:hover .btn-group-box {
    opacity: 1;
}
.compettion-category-box .category-image-box:hover {
    border: 5px solid #fcc400;
  
}
.compettion-category-box .btn-group-box {
    position: absolute;
    width: 100%;
     display: block; 
    padding: 0 5px;
    bottom: 5px;
    opacity: 0;
}
.send-btn {
    font-size: 15px;
    padding: 0px 8px;
    color: #ffffff;
    border-radius: 0px;
    border: 0;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 30%;
    margin-left:6px;
}
.enquiry-btn {
    position: fixed;
    top: 50%;
    right: -42px;
    padding: 12px;
    border: none;
    background: #000;
    background: #089c3a;
    transform: rotate(90deg);
    color: #fff;
    border-radius: 0px;
    z-index: 999;
    border-radius:10px;
}



.card.instructors-item.category1:hover .btn-group-box {
  opacity:1;
}
.form-group .class-select{
  display: unset!important;
}
.form-group  .nice-select.class-select{
  display: none!important;
}
.form-textarea {
  padding: 2px 15px;
  height: 38px;
  width: 100%;
  border-radius: 23px;
  border: 1px solid #ccc;
  line-height:30px;
}
.right-btn{
  text-align: right;
}
.Gallery-carousel-alt  .owl-nav.disabled {
    display: unset!important;
}
.competition-tab-pane .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #ccc;
}
.competition-tab-pane .tab-nav .nav-link.active {
    background-color: #fcc400;
}
/*.competition-tab-pane .tab-nav .nav-link:hover{*/
/*    background-color: #fcc400;*/
/*}*/
/*.competition-tab-pane .tab-nav .nav-link .nav-item:hover {*/
/*    background-color: #fcc400;*/
/*}*/
.competition-tab-pane .tab-nav .nav-link {
    color: #303030;
    background: #dae0e6;
    cursor:inherit;
}

.page-competition-details .tab-content .myaccount-content .tab{
    position:relative;
    width:100%;
    display:flex;
    overflow: hidden;
}

.page-competition-details .tab-content .myaccount-content .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
.page-competition-details .tab-content .myaccount-content .tab button.active .competition-creteria-ionc {
  background: #d0f3dc;
}
.tabcontent {
  display: none;
  border-top: none;
}


.page-competition-details .tab-content .myaccount-content{
    position:relative;
    width:100%;
}

.page-competition-details .tab-content .myaccount-content .tab .tablinks{
    position:relative;
    width:20%;
}

.competition-creteria-box {
    position: relative;
    width: 100%;
    text-align: center;
}
.competition-creteria-ionc {
    position: relative;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    padding: 12px;
    background:#fff;
    height: 120px;
    border: 2px solid #303030;
    border-radius: 50%;
}
.competition-creteria-ionc img{
    position: relative;
    width: 90%;
    margin:0 auto;
}

.competition-creteria-box.step-up-one:before {
    position: absolute;
    width: 55px;
    content: '';
    top: 45%;
    right: -16px;
    height: 2px;
    background: #303030;
}
.competition-creteria-box.step-up-one:after {
    position: absolute;
    width: 55px;
    content: '';
    top: 45%;
    left: -16px;
    height: 2px;
    background: #303030;
}
.competition-creteria-box.step-up-two:before {
    position: absolute;
    width: 55px;
    content: '';
    top: 45%;
    right: -16px;
    height: 2px;
    background: #303030;
}
.competition-creteria-box.step-up-two:after {
    position: absolute;
    width: 55px;
    content: '';
    top: 45%;
    left: -16px;
    height: 2px;
    background: #303030;
}

.competition-creteria-box.step-up-three:before {
    position: absolute;
    width: 55px;
    content: '';
    top: 45%;
    right: -16px;
    height: 2px;
    background: #303030;
}
.competition-creteria-box.step-up-three:after {
    position: absolute;
    width: 55px;
    content: '';
    top: 45%;
    left: -16px;
    height: 2px;
    background: #303030;
}

.competition-creteria-box.step-up-four:before {
    position: absolute;
    width: 55px;
    content: '';
    top: 45%;
    right: -16px;
    height: 2px;
    background: #303030;
}
.competition-creteria-box.step-up-four:after {
    position: absolute;
    width: 55px;
    content: '';
    top: 45%;
    left: -16px;
    height: 2px;
    background: #303030;
}

.competition-creteria-box.step-up-five:before {
    position: absolute;
    width: 55px;
    content: '';
    top: 45%;
    right: -16px;
    height: 2px;
    background: #303030;
}
.competition-creteria-box.step-up-five:after {
    position: absolute;
    width: 55px;
    content: '';
    top: 45%;
    left: -16px;
    height: 2px;
    background: #303030;
}
.bounce_up {
    position: relative;
    transition: 0.1s;
}


.bounce_up:hover {
  cursor: pointer;
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
}
.download_doc_icon{
    height:40px;
}

.class-select.form-textarea {
    background: #089c3a;
    border: 2px solid #fcc400;
    color: #fff;
}
.pick-category{
    background: #089c3a;
    border: 2px solid #fcc400;
    color: #fff;  
    width:100%;
    float:right;
    line-height:30px;
    max-width:225px;
}

.testimonial_destination{
    font-size:13px;
}
.mission-vision-icon{
    position:relative;
    width:100px;
    height:100px;
    margin:0 auto;

}
.mission-vision-icon img{
    position:relative;
    width:100%;
    margin-bottom:15px;
    border-radius:50%;
}
.mission-image-vision{
    
}

.save-new-password {
    display: inline-block;
    background: #fcc400;
    color: #fff;
    border: none;
    padding: 5px 25px;
    border-radius: 6px;
}
.filter-area{
    position:relative;
    width:100%;
    display:inline-block;
}
.otp-areas{
    position:relative;
    width:100%;    
}
.otp-areas .form-control{
    position:relative;
    width:75%;     
}
.sent_otp159 {
    position: absolute;
    right: 0;
    width: 26%;
    top: 32px;
    height: 41px;
    border: none;
    background: #fcc400;
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
}
.filter-class {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 150px;
}
.filter-category {
    position: relative;
    display: inline-block;
    float: right;
}
.nice-select.class-select-class {
    background: #089c3a;
    color: #fff;
    border-radius: 25px;
    border: solid 2px #fcc400;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 36px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;    
}
.nice-select.class-select-class .nice-select .list {
    background-color: #089c3a;
    border-radius: 5px;
}

.nice-select.class-select-class.open .list {
    background: #089c3a;
}

.thanks-banner-section{
    position:relative;
    width:100%;
    margin-top:70px;
}
.thanks-banner-section img{
    position:relative;
    width:100%;
}
.thanks-text-section{
    position:relative;
    width:100%;
    padding:60px 0px;    
}
.thanks-text-box {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.thanks-text-box .hi_para {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}
.thanks-text-box .welcome_para {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.thanks-text-box .successfully_para{
    position: relative;
    font-size:15px;
    font-weight:400;
    margin-bottom: 15px;
}
.thanks-text-box .registration_para {
    position: relative;
    font-size: 24px;
    color: #303030;
    background: #ecfcf1;
    padding: 5px 25px;
    margin-top: 10px;
    font-weight: 600;
}
.thanks-text-box .go-on-index-page {
    position: relative;
    width: auto;
    display: inline-block;
    background: #fcc400;
    color: #fff;
    padding: 5px 25px;
    border-radius: 4px;
    margin-top: 25px;
}
.teams-page-section{
    position:relative;
    width:100%;
    padding:60px 0px 35px 0px;
    background:#f5f7f8;
}
.team-box {
    position: relative;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 12px;
    margin-bottom:25px;
}
.team-box:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.team-img-box {
    position: relative;
    width: 100%;
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 3px solid #fcc400;
}
.team-box:hover .team-img-box {
    border:3px solid #089c3a;
}
.team-img-box img{
    position:relative;
    width:100%;
    height:100%;
}
.team-text-box{
    position: relative;
    width: 100%;   
}
.team-text-box .team-member-name{
    position: relative;
    font-size:18px;
    color:#089c3a;
    margin:0px 0px 5px 0px;
}
.team-text-box .designation{
    position: relative;
    font-size:13px;
    display:block;
    font-weight:600;
    color:#fcc400;
}
.team-text-box p{
    position: relative;
    margin:0px;
    font-size:14px;
    color:#303030;
}

.razorpay-payment-button {
    background: #089c3a;
    color: #fff;
    padding: 9px 28px;
    border: none;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
}

.nice-select.class-select-class-drop {
    background: #ffff;
    color: #000;
    border-radius: 1px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}
.form-control.rounded-sm{
    display:unset!important;
}

.selct-nice-button .nice-select{
    display:none!important;
}

.class-text{
    height:50px!important;
}
.table-box258 {
    position: relative;
    width: 100%;
    padding-top:30px;
}
.table.table-ecommerce-simple {
    display: table;
}
.view-details .table-ecommerce-simple td {
    padding: 12px 3px 8px 14px;
    color: #333;
    font-size: 13px;
}

a.sing-btn.text-white.address-btn {
    padding: 11px 43px;
    top: 0px;
}



.radio-check {
    display:inline-block;
    position:relative;
    width:100%;
}
.radio-check input {
    height: 25px;
    width: 13%;
    float: left;
}
.lavel-text {
    font-size: 16px;
    color:#000;
    user-select: none;
    width: 75%;
    float: left;
    margin-top: -3px;
}

.student-other-btn {
    font-size: 14px;
    color: #ffffff;
    padding: 13px 10px;
    line-height: 1;
    width:100%;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #089c3a;
    font-weight: 500;
    display:inline-block;
 
}
.nice-select.open .list{
    height:200px!important;
    overflow-y:scroll!important;
}
.studen-btn-sec {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 11px;
}
.btn-enroll-btn{
    font-size: 13px;
    color: #ffffff;
    padding: 12px 20px;
    line-height: 1;
    transition: all 0.5s;
    margin-top:15px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #089c3a;
    font-weight: 500;
    border:none;
    outline:none;

}

.dropbtn {
  color: white;
  font-size: 13px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 163px;
    text-align: left;
    width: 100%;
    top: 36px;
    left: -70px;
    border-radius:8px;
}

.dropdown-content a {
    color: black;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    border-radius:8px;
}

.dropdown-content a:hover {
    background-color: #3e8e41;
    color:#fff;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.select-other-student-box {
    position: absolute;
    top:25%;
    width: 100%;
    max-width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 9999;
    padding: 25px;
    border-radius: 12px;
    border:5px solid #fcc400;
}
a.nav-link.student-other-btn {
    background: transparent;
}
.otherStudent159.show .select-other-student-box{
    display:block;
}
.select-other-student-box .close {
    top: -12px;
    line-height: 24px;
    right: -10px;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fcc400;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
}
.radio-group-box{
    position:relative;
    width:100%;
    display:inline-block;
}
.radio-group-box .radio-button-box{
    position:relative;
    width:50%;
    float:left;
}
.radio-button-box{
    display:inline-block;
    width:100%;
}
.radio-button-box p {
    padding-left: 12px;
    line-height: 22px;
    display: inline-block;
}
p.paragraph {
    display: block;
    padding-left: 29px;
}

.otherStudent159 {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00000087;
    top: 0;
    display:none;
    z-index: 999;
}
#signin-modal{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00000087;
    top: 0;
    padding:15px;
    display:none;
    z-index: 999;
}
#signup-modal{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00000087;
    top: 0;
    padding:15px;
    display:none;
    z-index: 999;
}
#forgot-modal{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00000087;
    top: 0;
    padding:15px;
    display:none;
    z-index: 999;
}
#signup-modal .form-control {
    height: 36px;
}

#signin-modal .form-control {
    height: 36px;
}
.modal-header {
    padding: 5px 40px;
    margin-bottom:15px;
}


.btn-close-signin {
    background: transparent;
    border: none;
    background: #089b3a;
    color: #fff;
    font-size: 24px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -12px;
}

.btn-close-signup {
    background: transparent;
    border: none;
    background: #089b3a;
    color: #fff;
    font-size: 24px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -12px;
}
.btn-close-forgot {
    background: transparent;
    border: none;
    background: #089b3a;
    color: #fff;
    font-size: 24px;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -12px;
}
#signup-modal .row{
    margin-bottom:10px;
}



