:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #89b4c8;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #89b4c8;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}


body 
{
  padding: 0;
  margin: 0;
  font-family: 'Exo', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
}

a:hover, a:focus {
  color: #9eb342;
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #393838;
  font-weight: 400;
  font-family: 'Exo', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.ptb-100 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.pt-100 {
  padding-top: 85px;
}

.pb-100 {
  padding-bottom: 85px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    color: #378eb5;
    /* font-family: "Open Sans", sans-serif; */
    font-weight: 500;
   
    font-size: 32px;
   
}
h5{
    color: #387895;
    /* font-family: "Open Sans", sans-serif; */
    font-weight: 500;
    font-size: 28px;
      text-align: left;
      color: #FFFFFF;
   
}

.h6 {
    color: #378eb5;
    /* font-family: "Open Sans", sans-serif; */
    font-weight: 500;
   
    font-size: 25px;
   
}


.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*================================================
Default Btn CSS
=================================================*/

/*================================================
Section Title CSS
=================================================*/
.section-title {
 
  margin-bottom: 10px;
}

.section-title span {
  color: #9eb342;
}

.section-title h2 {
  font-size: 32px;
  text-align:center;
  margin-top: 0px;
  margin-bottom: 20px;
}

/*================================================
Top Area CSS
=================================================*/
.top-header {
  background-color: #337ab7;
  padding-top: 7px;
  padding-bottom: 7px;
}

.top-header .top-left {
  padding-left: 0;
  text-align: left;
  margin-bottom: 0;
}

.top-header .top-left li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 300;
  font-size: 14px;
}

.top-header .top-left li:last-child {
  margin-right: 0;
}

.top-header .top-left li a {
  color: #ffffff;
}

.top-header .top-left li i {
  font-size: 20px;
  color: #FFFFFF;
  position: relative;
  top: 2px;
  line-height: 0;
  margin-right: 4px;
}

.top-header .top-right {
  padding-left: 0;
  text-align: right;
  margin-bottom: 0;
}

.top-header .top-right li {
  list-style-type: none;
    display: inline-block;
    color: #ffffff;
    margin-right: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 300;
    font-size: 14px;
}



.top-header .top-right li a {
  color: #ffffff;
}

.top-header .top-right li i {
  font-size: 22px;
  color: #12a3ff;
  position: relative;
  top: 2px;
  line-height: 0;
  margin-right: 4px;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}

.main-navbar {
 padding-top: 7px;
    padding-bottom: 7px;
}

.main-navbar .container-fluid {
  max-width: 1470px;
}

.main-navbar .navbar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.main-navbar .navbar ul {
 
  list-style-type: none;
  margin-bottom: 0;
}

.main-navbar .navbar .navbar-brand h1 {
  color: #ffffff;
  margin-bottom: 0;
}

.main-navbar .navbar .navbar-brand img {
  max-width: 158px !important;
}

.main-navbar .navbar .navbar-nav {
  margin: auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
    color: #474545;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Exo', sans-serif;
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 7px 16px;
    position: relative;
    display: block;
    color: #222222;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #9eb342;
  /*letter-spacing: 1px;*/
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  margin-top: 15px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #9eb342;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .others-options .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
  font-size: 22px;
  font-weight: bold;
}

.main-navbar .navbar .others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
  font-size: 22px;
  font-weight: bold;
}

.main-navbar .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.main-navbar .navbar .others-options .option-item .burger-menu {
  width: 35px;
  height: auto;
  background-color: transparent;
  margin-right: 30px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
}

.main-navbar .navbar .others-options .option-item .burger-menu span {
  display: block;
  width: 40px;
  height: 3px;
  background: #031521;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-left: auto;
  margin-bottom: 5px;
}

.main-navbar .navbar .others-options .option-item .burger-menu span:nth-child(3) {
  margin-bottom: 0;
  width: 40px;
  margin-left: auto;
}

.main-navbar .navbar .others-options .option-item .burger-menu:hover span {
  background: #9eb342;
}

.main-navbar .navbar .others-options .option-item .burger-menu:hover span:nth-child(3) {
  width: 40px;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}





.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -28px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #031521;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #9eb342;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
  font-size: 22px;
  font-weight: bold;
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
  font-size: 22px;
  font-weight: bold;
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn.active {
  display: block;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu {
  width: 35px;
  height: auto;
  background-color: transparent;
  margin-right: 30px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu span {
  display: block;
  width: 40px;
  height: 3px;
  background: #031521;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-left: auto;
  margin-bottom: 5px;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu span:nth-child(3) {
  margin-bottom: 0;
  width: 40px;
  margin-left: auto;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu:hover span {
  background: #9eb342;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu:hover span:nth-child(3) {
  width: 40px;
}

@media only screen and (max-width: 1199px) {
  .main-responsive-nav {
    display: block;
  }

  
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #9eb342;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .others-options {
    display: none !important;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 360px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #031521;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #031521;
    position: relative;
  }
  .main-responsive-nav .logo {
    position: relative;
  }
  .main-responsive-nav .logo img {
    max-width: 100px !important;
  }
  .navbar-area {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}






/*================================================
Main Slider Area CSS
=================================================*/
.main-slider-item {
  position: relative;
  z-index: 1;
  background-image: url(../images/bg-4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 950px;
}

.main-slider-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: .70;
  z-index: -1;
}

.main-slider-item.item-two {
  background-image: url(../images/1.jpg);
}

.main-slider-item.item-three {
  background-image: url(../images/2.jpg);
}
.main-slider-item.item-four {
  background-image: url(../images/3.jpg);
}


.main-slider-content {
  max-width: 760px;
  
  text-align: center;
}

.main-slider-content h1 {
  font-size: 55px;
  color: #ffffff;
  margin-bottom: 18px;
  text-align: left;
}

.main-slider-content p {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left
}

.main-slider-content .slider-btn {
  margin-top: 30px;
  text-align: left;
}

.slider-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
}

.slider-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: none;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    outline: 0;
    width: 39px;
    height: 39px;
    line-height: 38px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    color: #619bb5;
    border-radius: 50%;
    opacity: 1;
    visibility: hidden;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover, .home-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #cbd69b;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}

.home-slides.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

/*================================================
Top Services Area CSS
=================================================*/
.top-services-area {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}

.top-services-item {
  background-color: #f6f2fe;
  padding: 35px 20px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-services-item .icon {
  margin-bottom: 20px;
  position: relative;
}

.top-services-item .icon::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-color: #0fe7f9;
  right: 0;
  left: 50px;
  top: 2px;
  text-align: center;
  margin: auto;
  border-radius: 50px;
}

.top-services-item .icon i {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 40px;
  color: #0fe7f9;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px dashed #0fe7f9;
}

.top-services-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.top-services-item p {
  font-size: 15px;
}

.top-services-item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-services-item.top1 {
  margin-top: 35px;
}

.top-services-item.top2 {
  margin-top: 35px;
}

/*================================================
About Area CSS
=================================================*/
.about-area {
 
  position: relative;
  z-index: 1;
}

.about-image {
  position: relative;
  padding-bottom: 0px;
}

.about-image img {
  padding: 10px;
  padding-left: 0;
  border-radius: 5px;
  border-top: 10px solid #0fe7f9;
  border-right: 10px solid #0fe7f9;
  border-bottom: 10px solid #0fe7f9;
}

.about-image img:nth-child(2) {
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: 1;
  border: none;
  border-radius: 15px;
  padding: 0;
}

.about-content {
    padding-left: 0px;
}

.about-content span {
  color: #9eb342;
}

.about-content h3 {
  font-size: 40px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.about-content p {
    margin-bottom: 8px;
    padding-right: 114px;
}
}

.about-content .p-text {
  margin-bottom: 0;
}

.about-content .about-list {
  padding-left: 0;
  margin-top: 22px;
  margin-bottom: 28px;
}

.about-content .about-list li {
  list-style-type: none;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #02334f;
}

.about-content .about-list li:last-child {
  margin-bottom: 0;
}

.about-content .about-list li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #02334f;
}


.slider 
{
  
  position: absolute;
  display: b
}


.about-content .about-list li:hover i {
  color: #9eb342;
}

.about-content.two {
  padding-left: 0;
}

.about-shape {
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  z-index: -1;
}

.about-warp {
  position: relative;
  padding-bottom: 50px;
}

.about-warp img:nth-child(2) {
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 1;
  border: none;
  border-radius: 15px;
  padding: 0;
  max-width: 220px;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.services-area.bg-ffffff {
  background-color: #f3f3f3;
}

.services-area.bg-white {
  background-color: #ffffff;
}

.services-area.bg-white .single-services-item {
  background-color: #fafafa;
}

.single-services {
  border-radius: 2px;
  margin-bottom: 30px;
      border-radius: 14px;
  position: relative;
  padding: 30px 30px 30px 100px;
 border: 2px solid #92bacc78;
  background-color: #fafafa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.single-services .icon {
     position: absolute;
    left: 20px;
    background: #256787;
    top: 16px;
    border-radius: 37px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services .icon i {
 display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 65px;
    background-color: #89b4c8;
    color: #ffffff;
    font-size: 40px;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
}
.single-services img{
   display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 65px;
    /* background-color: #89b4c8; */
    color: #ffffff;
    font-size: 40px;
    /* border-radius: 50px; */
    padding: 12px;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
}



  .single-services h3 {
    font-size: 20px;
    margin-bottom: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Exo', Arial, Helvetica, sans-serif;
}
}

.single-services h3 a {
    color: #565656;
}

.single-services p {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .read-more-btn {
  font-weight: 500;
  color: #031521;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services::before {
  content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 12px;
    width: 0%;
    height: 100%;
    background: #619bb5;
    border-radius: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-services:hover {
  /*border: 1px solid #619bb5;*/
}

.single-services:hover::before {
  width: 100%;
}

.single-services:hover .icon {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.single-services:hover h3 a {
  color: #ffffff;
}

.single-services:hover p {
  color: #ffffff;
}

.single-services:hover .read-more-btn {
  color: #ffffff;
      background: #9eb342;
}

.single-services-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.single-services-item .icon {
  margin-bottom: 20px;
}

.single-services-item .icon i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background-color: #efe9fb;
  color: #9eb342;
  font-size: 35px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.single-services-item h3 {
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
}

.single-services-item p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.single-services-item .read-more-btn {
  display: inline-block;
  color: #9eb342;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
}

.single-services-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background-color: #9eb342;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-services-item:hover::before {
  height: 100%;
}

.single-services-item:hover h3 a {
  color: #ffffff;
}

.single-services-item:hover p {
  color: #ffffff;
}

.single-services-item:hover .icon i {
  background-color: #ffffff;
}

.single-services-item:hover .read-more-btn {
  color: #ffffff;
}

.services-shape .shape1 {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: -1;
}

.services-shape .shape2 {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -1;
}



/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area.bg-ffffff {
  background-color: #f3f3f3;
}

.fun-facts-inner {
  
padding: 60px 55px;
    position: relative;
    z-index: 1;
    background: #9eb34278;
    border-radius: 30px;
    border: 2px solid #ffffff6b;
}

.single-fun-fact {
  text-align: center;
  position: relative;
}

.single-fun-fact h3 {
    position: relative;
    margin-bottom: 5px;
    line-height: 1;
    color: #ffffff;
    font-size: 63px;
    font-weight: bold;
}

.single-fun-fact h3 .odometer {
 
}

.single-fun-fact p {
  line-height: initial;
  color: #031521;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
}

.fun-facts-shape .shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.fun-facts-shape .shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.fun-facts-shape .shape2 img {
  opacity: 50%;
}

.single-fun-fact-two {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.single-fun-fact-two h3 {
  position: relative;
  margin-bottom: 5px;
  line-height: 1;
  color: #9eb342;
  font-size: 48px;
}

.single-fun-fact-two h3 .sign-icon {
  display: inline-block;
  font-size: 48px;
  margin-left: -10px;
  position: relative;
  top: 2px;
}

.single-fun-fact-two h3 .odometer {
  font-family: 'Exo', Arial, Helvetica, sans-serif;
}

.single-fun-fact-two p {
  line-height: initial;
  color: #031521;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
}




/*================================================
Appointment Area CSS
=================================================*/
.appointment-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/appointment-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.appointment-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: .70;
  z-index: -1;
}

.appointment-area.bg-ffffff {
  background-image: unset;
}

.appointment-area.bg-ffffff::before {
  display: none;
}

.appointment-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 50px 40px;
  border-radius: 5px;
  position: relative;
}

.appointment-form .content {
  text-align: center;
  margin-bottom: 50px;
}

.appointment-form .content h3 {
  font-size: 28px;
  margin-bottom: 0;
}

.appointment-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.appointment-form .form-group .form-control {
  padding: 15px 20px;
  border: 1px dashed #f6f6f6;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
}

.appointment-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-form .form-group i {
  position: absolute;
  top: 17px;
  right: 20px;
  line-height: 1;
  font-size: 18px;
  color: #04b8e5;
}

.appointment-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 48px;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  border: 1px dashed #f6f6f6;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.appointment-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.appointment-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #031521;
  padding-left: 20px;
  padding-right: 20px;
}

.appointment-form .nice-select .list .option:hover {
  background-color: #9eb342 !important;
  color: #ffffff;
}

.appointment-form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.appointment-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #04b8e5;
  right: 23px;
}

.appointment-form .appointment-btn {
  text-align: center;
}

.table-condensed {
  border-collapse: collapse;
  width: 250px;
  text-align: center;
}

.table-condensed .prev {
  background-color: #9eb342;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: #031521;
  color: #ffffff;
}

.table-condensed .next {
  background-color: #9eb342;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #ffffff;
}

.table-condensed .next:hover {
  background-color: #031521;
  color: #ffffff;
}

.table-condensed .day {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  font-size: 14px;
}

.table-condensed .day:hover {
  background-color: #9eb342;
  color: #ffffff;
}

.appointment-content h3 {
  font-size: 38px;
  margin-bottom: 16px;
  color: #ffffff;
  line-height: 1.4;
}

.appointment-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.skill-bar {
  margin-top: 30px;
  font-family: 'Exo', Arial, Helvetica, sans-serif;
}

.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 10px;
}

.skill-bar .progress-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
}

.skill-bar .progress-number-mark {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.skill-bar .down-arrow {
  display: none;
}

.skill-bar .progress-content-outter {
  height: 8px;
  background-color: #ffffff;
  border-radius: 4px;
}

.skill-bar .progress-content {
  height: 8px;
  background-color: #9eb342;
  border-radius: 4px;
  width: 0%;
}

.skill-bar-wrapper {
  margin-left: 30px;
  max-width: 510px;
}

.skill-bar-wrapper .section-title-left {
  margin-bottom: 50px;
}

.appointment-form-others {
  border-radius: 5px;
    background-color: #3175b300;
   
    padding: 80px;
}

.appointment-form-others form .form-group {
  margin-bottom: 15px;
}

.appointment-form-others form .form-control {
    padding: 10px 17px;
    border: 2px solid #b1d2df;
    color: #101010;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.appointment-form-others form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-form-others form button {
   display: block;
    /* width: 100%; */
    margin-top: 20px;
    color: #ffffff;
    letter-spacing: 1.2px;
    background-color: #619bb5;
    padding: 7px 25px;
    border-radius: 7px;
    border: 0px solid #619bb5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.appointment-form-others form button:hover {
      border-color: #9eb342;
    color: #9eb342;
    background-color: transparent;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
}

.appointment-inner .appointment-content h3 {
  font-size: 38px;
  margin-bottom: 16px;
  line-height: 1.4;
  color: #031521;
}

.appointment-inner .appointment-content p {
  margin-bottom: 0;
  color: #4e4e4e;
}

.appointment-inner .skill-bar {
  margin-top: 30px;
  font-family: 'Exo', Arial, Helvetica, sans-serif;
}

.appointment-inner .skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 10px;
}

.appointment-inner .skill-bar .progress-title {
  font-size: 18px;
  font-weight: 500;
  color: #031521;
}

.appointment-inner .skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #031521;
}

.appointment-inner .skill-bar .progress-number-mark {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  color: #031521;
  font-weight: 500;
}

.appointment-inner .skill-bar .down-arrow {
  display: none;
}

.appointment-inner .skill-bar .progress-content-outter {
  height: 8px;
  background-color: #f3f3f3;
  border-radius: 4px;
}

.appointment-inner .skill-bar .progress-content {
  height: 8px;
  background-color: #9eb342;
  border-radius: 4px;
  width: 0%;
}

.appointment-inner .skill-bar-wrapper {
  margin-left: 30px;
  max-width: 510px;
}

.appointment-inner .skill-bar-wrapper .section-title-left {
  margin-bottom: 50px;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  background-color: #fafaff;
}

.partner-slider .partner-item {
  text-align: center;
}

.partner-slider .partner-item a img {
  display: block;
  width: auto !important;
  margin: auto;
}


/*================================================
Core Services Area CSS
=================================================*/
.core-services-area {
  background-image: url(../images/core-services-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.core-services-area.bg-ffffff {
  position: relative;
  z-index: 1;
  background-image: unset;
}

.core-services-area.bg-ffffff::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background-image: url(../images/core-services-bg2.jpg);
  z-index: -1;
}

.core-services-area.bg-ffffff .core-services-item {
  margin-bottom: 30px;
}

.core-services-area.bg-ffffff .core-services-item:before {
  border-bottom: 285px solid #ebe6fe;
}

.core-services-area.bg-ffffff .core-services-item:hover:before {
  border-bottom: 285px solid #9eb342;
}

.core-services-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.core-services-item:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  border-left: 425px solid transparent;
  border-bottom: 285px solid #ffffff;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.core-services-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  padding: 30px;
}

.core-services-item .content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.core-services-item .content span {
  color: #031521;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.core-services-item:hover:before {
  border-bottom: 285px solid #9eb342;
}

.core-services-item:hover .content h3 a {
  color: #ffffff;
}

.core-services-item:hover .content span {
  color: #ffffff;
}

.core-services-slider.owl-theme .owl-nav {
  margin-top: 30px;
}

.core-services-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -30px;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  color: #9eb342;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}

.core-services-slider.owl-theme .owl-nav [class*=owl-]:hover, .core-services-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #031521;
}

.core-services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -30px;
}

.core-services-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}

.core-services-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.core-services-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}




.how-it-works-content h3 {
    font-size: 21px;
    margin-top: 12px;
    color: #4c4c4c;
    margin-bottom: 0px;
}

.how-it-works-content strong {
  font-size: 18px;
  font-weight: 500;
}

.how-it-works-content .how-it-works-text {
  position: relative;
  padding-left: 60px;
  margin-top: 25px;
}

.how-it-works-content .how-it-works-text::before {
  /*width: 1px;
  height: 140%; */  
  background-color: #dadcdd;
  content: '';
  z-index: -1;
  position: absolute;
  left: 20px;
  top: 0;
}

.how-it-works-content .how-it-works-text:nth-child(6)::before {
  display: none;
}

.how-it-works-content .how-it-works-text .number {
  position: absolute;
  left: 0;
  top: 0;
}

.how-it-works-content .how-it-works-text .number span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eaf3fc;
  background-color: #eaf3fc;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  color: #031521;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.how-it-works-content .how-it-works-text h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.how-it-works-content .how-it-works-text p {
  margin-bottom: 0;
}

.how-it-works-content .how-it-works-text:hover .number span {
  border: 1px solid #9eb342;
  color: #ffffff;
  background-color: #9eb342;
}



/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
}

.page-title-area.item-bg-1 {
  background-image: url(../images/early-phase-banner.jpg);
}

.page-title-area.item-bg-2 {
  background-image: url(../images/late-phase.jpg);
}

.page-title-area.item-bg-3 {
  background-image: url(../images/bg-3.jpg);
}

.page-title-area.item-bg-4 {
  background-image: url(../images/bg-4.jpg);
}

.page-title-area.item-bg-5 {
  background-image: url(../images/bg-5.jpg);
}

.page-title-area.item-bg-6 {
  background-image: url(../images/bg-6.jpg);
}

.page-title-area.item-bg-7 {
  background-image: url(../images/bg-7.jpg);
}

.page-title-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #00000073;
  opacity: .77;
}

.page-title-content {
  text-align: left;
  margin-top: -10px;
}

.page-title-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 45px;
    display: inline-block;
    
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}

.page-title-content ul li {
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-title-content ul li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-title-content ul li a:hover {
  color: #9eb342;
}

.page-title-content ul li::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #9eb342;
}

.page-title-content ul li:last-child::before {
  display: none;
}




/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-box {
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #9eb342;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 12px;
  position: relative;
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.contact-info-box h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 700;
}

.contact-info-box p {
  margin-bottom: 2px;
}

.contact-info-box p a {
  display: inline-block;
  color: #6b6b84;
}

.contact-info-box p a:hover {
  color: #9eb342;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  background-color: #9eb342;
  color: #ffffff;
  border-color: #9eb342;
}

.contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  padding: 35px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

#contactForm .form-group {
  margin-bottom: 25px;
}

#contactForm .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #031521;
  background-color: transparent;
  border: 1px solid #e5e0e0;
  border-radius: 0;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}

#contactForm .form-group .form-control:focus {
  border-color: #9eb342;
}

#contactForm .form-group textarea.form-control {
  height: auto;
  padding: 15px 0 0 15px;
}

#contactForm .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

#contactForm .form-group .form-check-label {
  color: #6b6b84;
}

#contactForm .form-group .form-check-label a {
  color: #6b6b84;
}

#contactForm .form-group .form-check-label a:hover {
  color: #9eb342;
}

#contactForm #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}

#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  margin-top: 15px;
}

.map-area iframe {
  height: 550px;
  width: 100%;
  border: none;
}





/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-image: url(../images/footer.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}


/*================================================
Copyright Section CSS
=================================================*/
.copyright-area {
  background-color: #337ab7;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;  
}

.copyright-area p {
  color: #ffffff;
}

.copyright-area p a {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

.copyright-area p a:hover {
  color: #9eb342;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #031521;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: #9eb342;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*=================================
Buy Now Btn
====================================*/

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/*# sourceMappingURL=style.css.map */


@media (min-width: 1281px) {
    video {
       width:100%;
    }
}
.bold, .contact-us, .name, .name-left, .service-heading, .service-letter, .we-are, .work-name {
    font-weight: 700;
}
 .contact-line-active{
       
       width:0 !important;   
      }
      