@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #3d3d3d;
  overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: rgba(220, 187, 135, 0.2);
  padding: 40px;
  border-radius: 5px;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  blockquote {
    padding: 20px;
  }
}
blockquote .quote-content-area {
  width: calc(100% - 50px);
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  blockquote .quote-content-area {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
blockquote .quote-content-area span {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding-left: 70px;
}
blockquote .quote-content-area span::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #3d3d3d;
}
@media only screen and (max-width: 991px) {
  blockquote .quote-content-area span {
    font-size: 14px;
  }
}
blockquote .quote-content {
  font-size: 20px !important;
  color: #19232d;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  blockquote .quote-content {
    font-size: 16px !important;
  }
}
blockquote .quote-icon {
  font-size: 30px;
  color: #0390f9;
}
@media only screen and (max-width: 991px) {
  blockquote .quote-icon {
    font-size: 24px;
  }
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

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

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

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

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

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

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

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

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

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

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

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

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

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

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

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 80px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-150-none {
  margin-top: -150px;
}

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

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

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

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

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

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

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

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

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

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #0390f9;
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #ea5455;
}

.bg--warning {
  background-color: #ff9f43;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #0390f9!important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #0390f9;
}

.text--success {
  color: #28c76f;
}

.text--danger {
  color: #ea5455;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: #0390f9!important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #0390f9;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-image: linear-gradient(-272deg, #04299e 15%, #eea3a3 100%);
  /*background-color: #04299e !important;*/
}

.bg--gray {
  background-color: #f5f3f1;
}

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

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.dark {
  background-color: #19232D;
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #0390f9;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #0390f9;
}

*::-webkit-scrollbar-button {
  background-color: #0390f9;
}

*::-webkit-scrollbar-thumb {
  background-color: #0390f9;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  padding: 10px 6px;
  background: #0390f9;
  font-weight: 800;
  color: white;
  font-size: 12px;
  text-align: center;
  border-radius: 25px;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop i {
  -webkit-animation: scroll-down 2s infinite;
  -moz-animation: scroll-down 2s infinite;
  -o-animation: scroll-down 2s infinite;
  animation: scroll-down 2s infinite;
  font-size: 15px;
  margin-bottom: 10px;
}
.scrollToTop span {
  display: block;
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}
@media only screen and (max-width: 1270px) {
  .scrollToTop.active {
    bottom: 80px;
  }
}

.scrollToTop:hover, .scrollToTop:focus {
  color: white;
}

/*-------------------------------------------------
    [ ## call-widget ]
*/
.call-widget-wrapper {
  position: fixed;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%) translateX(900px);
  right: 0;
  width: 900px;
  margin-right: 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all 0.5s;
  /*background-color: #1F2E3C;*/
  background-color: #f8f9fa;
}
.call-widget-wrapper.open {
  transform: translateY(-50%) translateX(0);
}
.call-widget-wrapper.open .call-widget-btn {
  background-color: #04299e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  /*color: white;*/
}
.call-widget-wrapper.open .call-widget-btn .arrow::after {
  border-top: none;
  border-left: none;
  border-bottom: 3px solid #19232d;
  border-right: 3px solid #19232d;
  margin-top: -10px;
}
.call-widget-wrapper .call-widget-btn {
  position: absolute;
  top: 42%;
  left: -142px;
  background-color: #FFF8EE;
  transform: rotate(-90deg);
  color: #0390f9;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
  height: 40px;
  transition: all 0.5s;
}
.call-widget-wrapper .call-widget-btn .num {
  padding: 10px 27px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.call-widget-wrapper .call-widget-btn i {
  color: #0390f9;
  font-size: 18px;
  margin-right: 8px;
}
.call-widget-wrapper .call-widget-btn .arrow {
  width: 50px;
  height: 100%;
  background-color: #0390f9;
  position: relative;
}
.call-widget-wrapper .call-widget-btn .arrow::after {
  border-top: 3px solid #19232d;
  border-left: 3px solid #19232d;
  content: '';
  display: block;
  height: 14px;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 14px;
}
@media only screen and (max-width: 1199px) {
  .call-widget-wrapper {
    display: none;
  }
}

.call-widget-form-area .book-form .book-select::after {
  color: #0390f9;
}
.call-widget-form-area .book-form label {
  /*color: white;*/
  color: #04299e;
}
.call-widget-form-area .book-form .form--control {
  color: #0390f9;
  font-weight: 600;
  font-size: 13px;
}
.call-widget-form-area .book-form button, .call-widget-form-area .book-form input[type="button"], .call-widget-form-area .book-form input[type="reset"], .call-widget-form-area .book-form input[type="submit"] {
  border-radius: 5px;
  margin-top: 0;
}
.call-widget-form-area .book-quantity .book-plus-minus .book-plus-minus-box {
  color: #000000;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-bordered {
  border: 2px solid #e5e5e5;
}

.table-responsive > .table-bordered {
  border: 2px solid #e5e5e5;
}

.custom-table {
  width: 100%;
  border-radius: 10px;
}
.custom-table thead tr {
  background: #0390f9;
}
.custom-table thead tr th {
  border: none;
  font-weight: 800;
  text-align: left;
  color: #19232d;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 15px 30px;
  border-right: 2px solid #e5e5e5;
}
@media only screen and (max-width: 991px) {
  .custom-table thead tr th {
    font-size: 14px;
  }
}
.custom-table tbody tr {
  background: #FCFCFC;
  border-bottom: 2px solid #e5e5e5;
}
.custom-table tbody tr td {
  border: none;
  font-weight: 700;
  text-align: left;
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 15px 30px;
  border-right: 2px solid #e5e5e5;
}
@media only screen and (max-width: 991px) {
  .custom-table tbody tr td {
    font-size: 14px;
  }
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #19232d;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: #0390f9;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet-active::before {
  position: absolute;
  content: '';
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border: 1px solid #0390f9;
  border-radius: 50%;
}

.dark .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid white;
}
.dark .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #0390f9;
}
.dark .swiper-pagination .swiper-pagination-bullet-active::before {
  border: 1px solid #0390f9;
}

.slider-next, .slider-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #0390f9;
  border-radius: 50%;
  color: #0390f9;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.slider-next:hover, .slider-prev:hover {
  background-color: #0390f9;
  color: white;
}

.slider-next {
  margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.pagination .page-item {
  text-align: center;
  padding: 8px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #3d3d3d;
  padding: 0;
  font-weight: 700;
  line-height: 40px;
  display: block;
  margin: 0;
}
.pagination .page-item.next a {
  background: transparent;
  border: none;
  color: #3d3d3d;
  margin-left: 5px;
}
.pagination .page-item.prev a {
  background: transparent;
  border: none;
  color: #3d3d3d;
  margin-left: 5px;
}
.pagination .page-item.disabled span {
  background: transparent;
  border: none;
  color: #3d3d3d;
  margin-right: 5px;
}
.pagination .page-item .page-link {
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #0390f9;
  border-color: transparent;
  color: #19232d;
}
.pagination .page-item.active.next a, .pagination .page-item:hover.next a {
  background-color: transparent;
  color: #3d3d3d;
}
.pagination .page-item.active.prev a, .pagination .page-item:hover.prev a {
  background-color: transparent;
  color: #3d3d3d;
}
.pagination .page-item.active.disabled span, .pagination .page-item:hover.disabled span {
  background-color: transparent;
  color: #3d3d3d;
}
.pagination .page-item.active.tags a, .pagination .page-item:hover.tags a {
  background-color: transparent;
  color: #0390f9;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
}
.nav-tabs .nav-link {
  padding: 8px 20px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-family: "Playfair Display", sans-serif;
  transition: all 0.3s;
}
.nav-tabs .nav-link:hover {
  background-color: #0390f9;
  border: 1px solid #0390f9;
  color: white;
}
.nav-tabs .nav-link.active {
  background-color: #0390f9;
  border: 1px solid #0390f9;
  color: white;
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
  border: none;
  background: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.custom--card .card-header {
  background: #0390f9;
  padding: .8rem 1.6rem;
  border: none;
}
.custom--card .card-header .card-title {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
}
.custom--card .card-header .card-title i {
  margin-right: 5px;
}
.custom--card .card-header .card-btn a {
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 600;
}
.custom--card .card-header .card-btn a i {
  margin-right: 5px;
}
.custom--card .card-body {
  padding: 20px 30px;
}
@media only screen and (max-width: 991px) {
  .custom--card .card-body {
    padding: 20px;
  }
}
.custom--card .card-body p {
  font-size: 13px;
  font-family: "Playfair Display", sans-serif;
}
.custom--card .card-body .card-form-wrapper .form--control {
  font-size: 12px;
  border: 1px solid #e5e5e5;
  background: white;
  font-size: 13px;
  height: 40px;
  color: #3d3d3d;
  font-weight: 600;
}
.custom--card .card-body .card-form-wrapper .form--control::placeholder {
  color: #3d3d3d;
}
.custom--card .card-body .card-form-wrapper label {
  font-weight: 700;
  margin-bottom: 5px;
}
.custom--card .card-body .card-form-wrapper textarea {
  height: auto;
  min-height: 120px;
  color: #3d3d3d;
}
.custom--card .card-body .card-form-wrapper .submit-btn {
  margin-top: 10px;
  padding: 12px 30px;
}

.modal-content {
  border: 2px solid #0390f9;
}
.modal-content .close {
  border-radius: 3px;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #19232d;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-family: "Playfair Display", sans-serif;
}

h1 {
  font-size: 65px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
.section-header-wrapper .section-header {
  margin-bottom: 0;
}

.section-header {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 30px;
  }
}
.section-header.white .section-title {
  color: white;
}
.section-header.white p {
  color: white;
}
.section-header.left {
  margin-bottom: 30px;
}
.section-header .sub-title {
  color: #19232d;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
  margin-top: -4px;
}
@media only screen and (max-width: 991px) {
  .section-header .sub-title {
    font-size: 13px;
  }
}
.section-header .sub-title span {
  color: #0390f9;
}
.section-header .section-title {
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.section-header .section-title span {
  color: #0390f9;
}
.section-header p {
  margin-top: 10px;
}

.section-header--style .sub-title .left-icon {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .section-header--style .sub-title .left-icon {
    margin-right: 5px;
    font-size: 12px;
  }
}
.section-header--style .sub-title .right-icon {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .section-header--style .sub-title .right-icon {
    margin-left: 5px;
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
  color: white;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary {
  background-color: #7367f0;
}

.badge--secondary {
  background-color: #868e96;
}

.badge--success {
  background-color: #28c76f;
}

.badge--danger {
  background-color: #ea5455;
}

.badge--warning {
  background-color: #ff9f43;
}

.badge--info {
  background-color: #1e9ff2;
}

.badge--dark {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  font-weight: 600;
  border-radius: 999px;
  padding: 5px 20px 7px 20px;
  font-size: 11px;
}

.btn--base {
  position: relative;
  background: #0390f9;
  border: 1px solid #0390f9;
  color: #f8f9fa;
  /*background: #0390f9;
  border: 1px solid #0390f9;
  color: #19232d;*/
  padding: 12px 25px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base.active {
  background: transparent;
  border: 1px solid transparent;
  color: #0390f9;
  /*color: #0390f9;*/
}
.btn--base.active:hover {
  color: #0390f9;
  background: #0390f9;
  /*background: #0390f9;*/
}
.btn--base:focus, .btn--base:hover {
  color: #0390f9;
 /* color: #0390f9;*/
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 18px;
    font-size: 13px;
  }
}

.custom-btn {
  /*color: #0390f9!important;*/
  color: #0390f9!important;
  font-weight: 700;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::placeholder, textarea::placeholder {
  color: #19232d;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 180px;
}

input,
select,
textarea {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  font-size: 100%;
  color: #19232d;
}

label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Playfair Display", sans-serif;
  display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
input[type=number] {
  -moz-appearance: textfield;
}

select {
  outline: none;
  cursor: pointer;
}

option {
  color: #19232d;
}

.nice-select .list {
  background-color: white;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  min-height: 50px;
  max-height: 200px;
}

.nice-select::after {
  height: 8px;
  width: 8px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: unset;
  min-height: 50px;
  max-height: 200px;
  overflow-y: scroll;
  width: 100%;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #0390f9;
}

.nice-select.open .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 700;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  color: #19232d;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .option.disabled:after {
  border-color: #cccccc;
}

.nice-select .option:hover {
  background-color: #0390f9;
  color: #fff;
}

.nice-select .current {
  display: block;
  color: black;
}

.input-group {
  margin-bottom: 15px;
  flex-wrap: nowrap;
}
.input-group input {
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(107, 124, 147, 0.15);
  color: #6b7c93;
  height: 45px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(220, 187, 135, 0.2);
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append input {
  border-radius: 5px 0 0 5px;
  border: 1px solid #e5e5e5;
  border-right: none;
  background-color: white;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background: #EFF0F0;
  color: #19232d;
  height: 45px;
  border-radius: 0 5px 5px 0;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: #0390f9;
  border: 1px solid #0390f9;
}
.custom-check-group input:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
}
.custom-check-group label::before {
  content: '';
  -webkit-appearance: none;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  height: 50px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #e5e5e5;
}

.form--control {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  height: 45px;
  color: #19232d;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .form--control {
    font-size: 14px;
  }
}
.form--control:focus {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  color: #19232d;
}
.form--control::placeholder {
  color: #19232d;
}

.radio-item [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #19232d;
  margin: 0;
}

.radio-item [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #19232d;
  margin: 0;
}

.radio-item [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background: white;
}

.radio-item [type="radio"]:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0390f9;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background: white;
}

.radio-item [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0390f9;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.select2-container {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #e5e5e5 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #04299e;
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #04299e transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #04299e transparent;
}

.submit-btn {
  padding: 12px 20px;
  color: white;
  background: #19232d;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Playfair Display", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
}

.bg-overlay-base:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(-272deg, #04519a 1%, rgba(25, 25, 25, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-base > div {
  position: relative;
  z-index: 2;
}

.dark .bg-overlay-base:after {
  background-image: linear-gradient(-272deg, #1f2e3c 15%, rgba(25, 25, 25, 0) 100%);
}

.bg-overlay-black {
  position: relative;
}

.bg-overlay-black:after {
  content: "";
  position: absolute;
  background-color: #052e56;
  opacity: .7;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-black > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-white {
  position: relative;
}

.bg-overlay-white:after {
  content: "";
  position: absolute;
  background-color: white;
  opacity: .5;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-white > div {
  position: relative;
  z-index: 2;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes scroll-ver {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes scale {
  0% {
    left: -800px;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}
@keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0% -1000%;
  }
}
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  30% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }

  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }

  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }

  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}
@-webkit-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@-moz-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@-ms-keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes ImgAnimate {
  0% {
    -webkit-transform: rotate(0) translate(-10px) rotate(0);
    -moz-transform: rotate(0) translate(-10px) rotate(0);
    -ms-transform: rotate(0) translate(-10px) rotate(0);
    -o-transform: rotate(0) translate(-10px) rotate(0);
    transform: rotate(0) translate(-10px) rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg);
  }
}
@keyframes video {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 187, 135, 0.7);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(220, 187, 135, 0);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(220, 187, 135, 0);
  }

  100% {
    box-shadow: 0 0 0 rgba(220, 187, 135, 0);
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: #19232d;
}

.svg-loader {
  display: flex;
  align-items: center;
  width: 230px;
  height: 230px;
  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
}

.loader__plane {
  fill: #0390f9;
}

.loader__path {
  stroke: white;
  animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }

  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }

  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}
.row > * {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}

section {
  overflow: hidden;
}

::selection {
  background-color: #0390f9;
  color: white;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header-bottom-area {
  position: relative;
  padding: 15px 100px 0 100px;
}
@media only screen and (max-width: 1317px) {
  .header-bottom-area {
    padding: 15px 30px 0 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .header-bottom-area {
    padding: 15px 0 0 0 !important;
  }
}
.header-bottom-area .header-menu-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-bottom-area .header-menu-content .header-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-bottom-area .header-menu-content .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-section-one .header-bottom-area .header-menu-content {
  display: block;
}

.header-two .header-bottom-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 100px 15px 100px;
}
@media only screen and (max-width: 1317px) {
  .header-two .header-bottom-area {
    padding: 15px 0 15px 0 !important;
  }
}

.navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #1F2E3C !important;
    padding: 15px !important;
  }

  .navbar-collapse .main-menu {
    padding: 0;
  }

  .menu_has_children .sub-menu {
    display: none !important;
  }
  .menu_has_children .sub-menu li {
    width: 100%;
  }

  .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.navbar-collapse .main-menu li {
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .navbar-collapse .main-menu li {
    padding-right: 25px;
  }
}
.navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.navbar-collapse .main-menu li:last-child a::after {
  display: none;
}
.navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 120%;
}
.navbar-collapse .main-menu li.menu_has_children:hover a {
  color: white;
}
.navbar-collapse .main-menu li.menu_has_children a:hover {
  color: white;
}
.navbar-collapse .main-menu li:hover .toggle-bar .element {
  background-color: white !important;
}

.navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.navbar-collapse .main-menu li.menu_has_children a::before {
  display: none;
}
.navbar-collapse .main-menu li.menu_has_children i {
  font-size: 18px;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-section-one .navbar-collapse .main-menu li.menu_has_children a {
  padding-right: 0;
}
.header-section-one .navbar-collapse .main-menu li.menu_has_children a::before {
  display: none;
}
.header-section-one .navbar-collapse .main-menu li.menu_has_children a::after {
  display: none;
}

.search-bar {
  margin-left: 40px;
  margin-right: 40px;
}
.search-bar a {
  font-size: 16px;
  color: #dfdfdf;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
}

.dark .search-bar {
  margin-left: 40px;
  margin-right: 20px;
}

.page-wrapper-two .header-right {
  padding-left: 0 !important;
  margin-right: 0;
}
.page-wrapper-two .search-bar a {
  color: #19232d;
}

.header-top-search-area {
  position: absolute;
  top: 108%;
  width: 350px;
  right: 0%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 575px) {
  .header-top-search-area {
    width: 100%;
  }
}
.header-top-search-area.open {
  opacity: 1;
  visibility: visible;
}

.active.header-top-search-area {
  opacity: 1;
  visibility: visible;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
}

.header-search-form {
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header-search-form input {
  padding: 12px 60px 12px 15px;
  border: 1px solid #e5e5e5;
  width: 100%;
  border: none;
  font-size: 14px;
  border-radius: 5px;
  overflow: hidden;
  font-weight: 700;
  color: #3d3d3d;
}

.header-search-form input::placeholder {
  color: #3d3d3d;
}

.header-search-form .header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  padding: 0 20px;
  background-color: #0390f9;
  border-radius: 0 5px 5px 0;
  color: #19232d;
}

.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children.show .sub-menu li.menu_has_children .sub-menu {
  width: 200px;
  height: auto;
  top: 0;
}
.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children.show .sub-menu li.menu_has_children.show .sub-menu {
  left: 112%;
}

.navbar-collapse .main-menu li a {
  position: relative;
  padding: 18px 0 18px 0;
  font-weight: 700;
  align-items: center;
  color: #19232d;
  font-family: "Playfair Display", sans-serif;
  display: inline-block;
  font-size: 30px;
  transition: all 0.3s;
  z-index: 9;
}
@media only screen and (max-width: 1399px) {
  .navbar-collapse .main-menu li a {
    font-size: 24px;
    padding: 12px 0 12px 0;
  }
}

.header-section-one .navbar-collapse .main-menu li a {
  color: white;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
}

.navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 150%;
  left: -11px;
  width: 230px;
  background-color: #04299e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0;
  padding-right: 0;
  transition: all ease 0.3s;
  position: relative;
  z-index: 2;
}
.navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.navbar-collapse .main-menu li .sub-menu li:hover {
  background-color: #0390f9;
}
.navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #f0f2f5;
}
.navbar-collapse .main-menu li .sub-menu li a {
  color: white;
  width: 100%;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  display: block;
  transition: all ease 0.3s;
}
.navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}
.navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
.navbar-collapse .main-menu li .sub-menu li .sub-menu {
  padding: 0;
  top: 0;
  left: 230px;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
}
.navbar-collapse .main-menu li .sub-menu li .sub-menu::before {
  display: none;
}
.navbar-collapse .main-menu li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  margin-right: 100px;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 100px;
    margin-right: 20px;
  }
}

.language-select {
  background: transparent;
  color: white;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .language-select {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-links-area {
    display: none;
  }
}

.header-links li {
  display: inline-block;
  color: white;
  font-size: 13px;
}
.header-links li i {
  color: #0390f9;
  font-size: 12px;
  margin-right: 8px;
}
.header-links li:last-child i {
  font-size: 9px;
  margin-right: 5px;
}
.header-links li + li {
  margin-left: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-links li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}

.page-wrapper-two .navbar-toggler span {
  color: #19232d;
}
.page-wrapper-two .header-action-area {
  margin-top: 0;
}
.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children:hover a {
  color: #19232d;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children:hover a {
    color: white;
  }
}
.page-wrapper-two .navbar-collapse .main-menu li .sub-menu li a {
  color: white !important;
}
.page-wrapper-two .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #19232d !important;
}
.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children.show .sub-menu {
  right: auto;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .site-logo {
    margin-right: 30px;
  }
}
.page-wrapper-two .header-menu-content {
  display: block;
}
.page-wrapper-two .header-right {
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .header-right {
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .header-right .header-links {
    background: rgba(220, 187, 135, 0.1);
  }
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .header-right .header-action {
    background: rgba(220, 187, 135, 0.1);
  }
}
.page-wrapper-two .header-bottom-area {
  padding: 15px 200px 0 200px;
}
@media only screen and (max-width: 1699px) {
  .page-wrapper-two .header-bottom-area {
    padding: 15px 100px 0 100px;
  }
}
@media only screen and (max-width: 1499px) {
  .page-wrapper-two .header-bottom-area {
    padding: 15px 50px 0 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .page-wrapper-two .header-bottom-area {
    padding: 15px 30px 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .header-bottom-area {
    padding: 15px 0 0 0;
  }
}
.page-wrapper-two .header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .header-bottom-area .navbar-collapse {
    background-color: #19232d;
  }
  .page-wrapper-two .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 10px;
  }
  .page-wrapper-two .header-bottom-area .navbar-collapse .main-menu li a {
    color: white;
    font-weight: 500;
    padding: 12px;
  }
}
.page-wrapper-two .header-links {
  margin-left: 0;
}
.page-wrapper-two .header-links li {
  color: #19232d;
  font-weight: 600;
  font-size: 16px;
}
@media only screen and (max-width: 1369px) {
  .page-wrapper-two .header-links li {
    font-size: 14px;
  }
}
.page-wrapper-two .header-links li i {
  color: #19232d;
  font-size: 10px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .navbar-collapse .main-menu li {
    text-align: left;
  }
}
.page-wrapper-two .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 100%;
  width: 200px;
  height: auto;
  display: block;
  right: auto;
}
.page-wrapper-two .navbar-collapse .main-menu li .sub-menu li a {
  font-size: 14px;
}
.page-wrapper-two .navbar-collapse .main-menu li a {
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  padding: 0;
}
.page-wrapper-two .navbar-collapse .main-menu li a::before {
  display: none;
}
.page-wrapper-two .navbar-collapse .main-menu li a::after {
  display: none;
}
@media only screen and (max-width: 1369px) {
  .page-wrapper-two .navbar-collapse .main-menu li a {
    font-size: 14px;
  }
}
.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::before {
  height: 10px;
}
@media only screen and (max-width: 1299px) {
  .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::before {
    right: -8px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::before {
    background: white;
  }
}
.page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::after {
  width: 10px;
  right: -8px;
}
@media only screen and (max-width: 1299px) {
  .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::after {
    right: -16px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .navbar-collapse .main-menu li.menu_has_children a::after {
    background: white;
  }
}

@media only screen and (max-width: 991px) {
  .header-action-area {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-action-area {
    display: flex;
  }
}
.header-action-area .action-btn {
  width: 30px;
  height: 30px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  background-color: #f90303;
  border-radius: 5px;
  color: #19232d;
  display: none;
  margin-left: 5px;
}
.header-action-area .action-btn.two {
  font-size: 20px;
}
@media only screen and (max-width: 1199px) {
  .header-action-area .action-btn {
    display: block;
  }
}

.header-action {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media only screen and (max-width: 1299px) {
  .header-action {
    margin: 0;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-action {
    position: absolute;
    width: 210px;
    left: auto;
    right: 0;
    top: 100%;
    background: #27323c;
    padding: 20px;
    z-index: 9;
    display: none;
  }
}
.header-action a {
  padding: 12px 30px;
  font-weight: 800;
  font-size: 16px;
  margin: 5px;
  display: flex;
  justify-content: center;
}
.header-action a i {
  font-size: 22px;
  margin-right: 8px;
  transition: all 0.5s;
}  
.header-action a:hover i {
  transform: rotate(40deg);
}
.header-action a.active {
  align-items: center;
  font-size: 13px;
}
.header-action a.active i {
  margin-right: 10px;
  font-size: 13px;
  transition: all 0.5s;
}
.header-action a.active i::before {
  color: #0390f9;
}
.header-action a.active:hover {
  background-color: transparent;
  color: #0390f9;
}
.header-action a.active:hover i {
  transform: none;
}

.page-wrapper-two .header-action {
  margin-left: 0;
}
@media only screen and (max-width: 1369px) {
  .page-wrapper-two .header-action {
    margin-left: 20px;
  }
}
.page-wrapper-two .header-action a {
  text-transform: uppercase;
  padding: 14px 25px;
  box-shadow: 0 8px 20px rgba(220, 187, 135, 0.5);
  font-size: 16px;
}
@media only screen and (max-width: 1369px) {
  .page-wrapper-two .header-action a {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.page-wrapper-two .header-action a:hover {
  color: #19232d;
}

@media (max-width: 991px) {
  .page-wrapper-two .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-action--style {
  margin-left: 0;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .header-action--style {
    position: unset;
    width: auto;
    background: transparent;
    padding: 0;
    display: block;
  }
}

.header-social {
  margin-top: 30px;
}
.header-social li {
  display: inline-block;
}
.header-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(220, 187, 135, 0.5);
  color: #0390f9;
  font-size: 11px;
  border-radius: 50%;
  transition: all 0.5s;
}
.header-social li a:hover {
  background: #0390f9;
  border: 1px solid #0390f9;
  color: white;
}
.header-social li + li {
  margin-left: 8px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: white;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .navbar-toggler span {
    font-size: 20px;
  }
}

.toggle-wrapper {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.toggle-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0390f9;
  transition: all 0.5s;
}
.toggle-wrapper::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #0390f9;
  transition: all 0.5s;
}
.toggle-wrapper:hover::before {
  width: 100%;
}
.toggle-wrapper:hover::after {
  width: 100%;
}
.toggle-wrapper:hover .toggle-bar {
  flex-direction: row;
}
.toggle-wrapper:hover .toggle-bar .toggle {
  margin: 0;
}
.toggle-wrapper:hover .toggle-bar .toggle.res {
  display: block;
}
.toggle-wrapper:hover .toggle-bar .toggle.pos {
  display: none;
}
.toggle-wrapper:hover .toggle-bar .element {
  width: 0px;
  height: 0px;
}

.toggle-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}
.toggle-bar .toggle {
  margin: 1px;
  transition: all 0.5s;
}
.toggle-bar .toggle.res {
  display: none;
  transition: all 0.5s;
}
.toggle-bar .toggle.pos {
  transition: all 0.5s;
}
.toggle-bar .element {
  background: #0390f9;
  width: 4px;
  height: 4px;
  transition: all 0.5s;
}
.toggle-bar .text {
  color: white;
  font-size: 14px;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .toggle-bar .text {
    font-size: 12px;
  }
}

.nav-menu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #04299e;
  transform: translateX(-100%);
  transition: all 1.2s;
  visibility: hidden;
  z-index: 99999;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .nav-menu-container {
    overflow-y: auto;
  }
}

.page-wrapper.show .nav-menu-container {
  transform: translateX(0);
  visibility: visible;
}
.page-wrapper.show .menu-element-two {
  transform: translateX(0px) scale(1);
}

.nav-menu-close {
  position: absolute;
  top: 1rem;
  left: 2rem;
  padding: .4rem;
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .nav-menu-close {
    left: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .nav-menu-close {
    color: #19232d;
  }
}

.nav-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .nav-menu-wrapper {
    display: block;
  }
}

.menu-element-area {
  padding: 3.125rem 5rem;
  width: 50%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: #19232d;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .menu-element-area {
    width: 100%;
    padding: 30px 20px;
    min-height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .menu-element-area {
    display: none;
  }
}
.menu-element-area .menu-element-one {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .menu-element-area .menu-element-one {
    width: 50%;
  }
}
.menu-element-area .menu-element-two {
  transition: all 5s;
  transform: translateX(-700px) scale(0.5);
}
@media only screen and (max-width: 1199px) {
  .menu-element-area .menu-element-two {
    width: 40%;
    margin: 0 auto;
  }
}

.menu-nav {
  padding: 3.125rem 6rem;
  width: 50%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: white;
  flex-basis: auto;
}
@media only screen and (max-width: 1199px) {
  .menu-nav {
    width: 100%;
    padding: 60px 20px;
    min-height: auto;
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .menu-nav {
    min-height: 100vh;
  }
}

.header--style {
  position: relative;
}
.header--style .header-bottom-area {
  background-color: #19232d;
  padding: 15px 100px 15px 100px;
}
@media only screen and (max-width: 1317px) {
  .header--style .header-bottom-area {
    padding: 15px 0 15px 0 !important;
  }
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 295px;
  padding-bottom: 235px;
  padding-left: 200px;
  padding-right: 200px;
  background-image: linear-gradient(-272deg, #04299e 15%, #eea3a3 100%);
 /* background-color: #04299e;*/

  /*#19232d;*/
  overflow: hidden;
  z-index: 9;
}
@media only screen and (max-width: 1199px) {
  .banner-section .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 1317px) {
  .banner-section {
    padding-top: 165px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 368px) {
  .banner-section {
    padding-bottom: 95px;
  }
}
.banner-section .banner-thumb {
  position: absolute;
  left: -130px;
  bottom: -300px;
  width: 123%;
  animation: scale 4s linear;
  z-index: 9;
}
.banner-section .banner-thumb img {
  animation: ImgAnimate 3s infinite cubic-bezier(0.4, 0, 1, 1) 0.2s;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-thumb {
    position: unset;
    animation: none;
  }
  .banner-section .banner-thumb img {
    animation: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-thumb {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-thumb {
    width: 100%;
  }
}
.banner-section .banner-element {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-element {
    display: none;
  }
}
.banner-section .banner-element-two {
  position: absolute;
  left: 30%;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element-two {
    display: none;
  }
}
.banner-section .banner-element-three {
  position: absolute;
  top: 50%;
  left: 45%;
  animation: rotate 8s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element-three {
    display: none;
  }
}
.banner-section .banner-element-four {
  position: absolute;
  top: 83%;
  left: 25%;
  animation: tada 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element-four {
    display: none;
  }
}
.banner-section .banner-social-area {
  position: absolute;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1317px) {
  .banner-section .banner-social-area {
    display: none;
  }
}
.banner-section .banner-social-area::before {
  position: absolute;
  content: '';
  top: -200px;
  left: 13px;
  width: 1px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.1);
}
.banner-section .banner-social-area::after {
  position: absolute;
  content: '';
  bottom: -200px;
  left: 13px;
  width: 1px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.1);
}
.banner-section .banner-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background: transparent;
  border: 1px solid #0390f9;
  color: #0390f9;
  font-size: 11px;
  border-radius: 50%;
  transition: all 0.5s;
}
.banner-section .banner-social li a:hover {
  background: #0390f9;
  border: 1px solid #0390f9;
  color: white;
}
.banner-section .banner-social li + li {
  margin-top: 8px;
}
.banner-section .banner-content {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .sub-title {
  font-weight: 600;
  font-style: italic;
  font-size: 30px;
  color: white;
  font-family: "Mulish", sans-serif;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .sub-title {
    font-size: 18px;
  }
}
.banner-section .banner-content .sub-title span {
  color: #0390f9;
}
.banner-section .banner-content .title {
  margin-bottom: 25px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .title {
    line-height: 40px;
  }
}
.banner-section .banner-content p {
  color: white;
  width: 80%;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content p {
    width: 100%;
    font-size: 14px;
  }
}
.banner-section .banner-content .banner-btn {
  margin: -5px;
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-content .banner-btn {
    margin-top: 30px;
  }
}
.banner-section .banner-content .banner-btn a {
  background-color: transparent;
  color: #ffffff;
  margin: 5px;
  position: relative;
  overflow: hidden;
}
.banner-section .banner-content .banner-btn a i::before {
  transition: all 0.5s;
}
.banner-section .banner-content .banner-btn a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0390f9;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.banner-section .banner-content .banner-btn a:hover {
  color: #ffffff;
}
.banner-section .banner-content .banner-btn a:hover i::before {
  color: #fbfbfb;
}
.banner-section .banner-content .banner-btn a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
.banner-section .banner-content .banner-btn a.active {
  color: white;
}
.banner-section .banner-content .banner-btn a.active::after {
  display: none;
}
.banner-section .banner-content .banner-btn a.active i {
  font-size: 12px;
  transition: all 0.5s;
}
.banner-section .banner-content .banner-btn a.active:hover {
  color: #0390f9;
}
.banner-section .banner-content .banner-btn a.active:hover i {
  padding-left: 5px;
  padding-right: 0;
}
.banner-section .banner-content .banner-btn a.active:hover i::before {
  color: #0390f9;
}

.dark .banner-section .banner-element {
  right: -36%;
  top: -28%;
}
@media only screen and (max-width: 1466px) {
  .dark .banner-section .banner-element {
    right: -60%;
  }
}

.page-wrapper-two .banner-section {
  position: relative;
  background-color: #0390f9;
  padding-top: 265px;
  padding-bottom: 205px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .container-fluid {
    padding: 0;
  }
}
@media only screen and (max-width: 1662px) {
  .page-wrapper-two .banner-section {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1317px) {
  .page-wrapper-two .banner-section {
    padding-top: 165px;
    padding-bottom: 105px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section {
    padding-top: 140px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .banner-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section {
    padding-top: 0;
  }
}
.page-wrapper-two .banner-section .banner-element {
  right: -5%;
  top: -25%;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-element {
    display: block;
    top: -50%;
    right: -30%;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .banner-section .banner-element {
    top: -50%;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .banner-element {
    width: 90%;
    top: -26%;
    right: -26%;
  }
}
@media only screen and (max-width: 650px) {
  .page-wrapper-two .banner-section .banner-element {
    width: 90%;
    top: -26%;
    right: -26%;
  }
}
@media only screen and (max-width: 440px) {
  .page-wrapper-two .banner-section .banner-element {
    width: 90%;
    top: 0;
    right: -26%;
  }
}
@media only screen and (max-width: 375px) {
  .page-wrapper-two .banner-section .banner-element {
    width: 90%;
    top: 0;
    right: -26%;
  }
}
.page-wrapper-two .banner-section .banner-element-five {
  position: absolute;
  top: -5%;
  right: -3%;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-element-five {
    display: none;
  }
}
.page-wrapper-two .banner-section .banner-thumb-two {
  position: absolute;
  bottom: -50%;
  right: 30%;
  width: 45%;
  animation: fadeInUp 3s;
}
@media only screen and (max-width: 1462px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    bottom: -35%;
    width: 53%;
  }
}
@media only screen and (max-width: 1399px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    bottom: -33%;
    width: 50%;
  }
}
@media only screen and (max-width: 1299px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    bottom: -32%;
    width: 57%;
  }
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    right: -116%;
    bottom: auto;
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    right: -70%;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .banner-thumb-two {
    position: unset;
    margin-left: auto;
    animation: none;
    width: auto;
    background-color: rgba(220, 187, 135, 0.1);
    padding-top: 140px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    overflow: hidden;
  }
}
.page-wrapper-two .banner-section .banner-thumb-two img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .banner-thumb-two img {
    width: 22%;
  }
}
@media only screen and (max-width: 575px) {
  .page-wrapper-two .banner-section .banner-thumb-two img {
    width: 30%;
  }
}
.page-wrapper-two .banner-section .banner-widget-one {
  position: absolute;
  top: 63%;
  left: 55%;
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  z-index: 12;
  border-radius: 5px;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-widget-one {
    display: none;
  }
}
.page-wrapper-two .banner-section .banner-widget-one .banner-widget-icon {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  background-color: rgba(220, 187, 135, 0.1);
  border-radius: 50%;
}
.page-wrapper-two .banner-section .banner-widget-one .banner-widget-icon i::before {
  color: #0390f9;
}
.page-wrapper-two .banner-section .banner-widget-one .banner-widget-content {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.page-wrapper-two .banner-section .banner-widget-one .banner-widget-content .title {
  font-family: "Mulish", sans-serif;
  margin-bottom: 3px;
  font-weight: 800;
}
.page-wrapper-two .banner-section .banner-widget-one .banner-widget-content .sub-title {
  font-size: 12px;
  font-weight: 600;
}
.page-wrapper-two .banner-section .banner-widget-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 12%;
  z-index: 12;
  border-radius: 5px;
  animation: scroll-ver 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-widget-two {
    display: none;
  }
}
.page-wrapper-two .banner-section .banner-widget-two .banner-widget-icon {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  background-color: rgba(220, 187, 135, 0.1);
  border-radius: 50%;
}
.page-wrapper-two .banner-section .banner-widget-two .banner-widget-icon i::before {
  color: #0390f9;
}
.page-wrapper-two .banner-section .banner-widget-two .banner-widget-content {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.page-wrapper-two .banner-section .banner-widget-two .banner-widget-content .title {
  font-family: "Mulish", sans-serif;
  margin-bottom: 3px;
}
.page-wrapper-two .banner-section .banner-widget-two .banner-widget-content .banner-widget-btn {
  background-color: #19232d;
  color: white;
  display: inline-block;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 10px;
  margin-top: 5px;
}
.page-wrapper-two .banner-section .banner-widget-three {
  position: absolute;
  top: 38%;
  right: 16%;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-widget-three {
    display: none;
  }
}
.page-wrapper-two .banner-section .banner-video {
  position: absolute;
  bottom: 55%;
  right: 45%;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-video {
    position: unset;
    margin: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .banner-video {
    position: absolute;
    bottom: 70%;
    right: auto;
    left: 10%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .banner-section .banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-wrapper-two .banner-section .banner-content .sub-title {
  color: #19232d;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-content .sub-title {
    font-size: 14px;
  }
}
.page-wrapper-two .banner-section .banner-content .title {
  font-weight: 700;
  color: #19232d;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .banner-section .banner-content .title {
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .page-wrapper-two .banner-section .banner-content .title {
    line-height: 40px;
  }
}
.page-wrapper-two .banner-section .banner-content .access {
  font-weight: 800;
  color: #19232d;
  font-size: 22px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .banner-section .banner-content .access {
    font-size: 16px;
  }
}
.page-wrapper-two .banner-section .banner-content .access span {
  color: #0390f9;
}
.page-wrapper-two .banner-section .banner-content p {
  color: #19232d;
}
.page-wrapper-two .banner-section .banner-content .banner-btn {
  margin-top: 45px;
}
.page-wrapper-two .banner-section .banner-content .banner-btn a {
  color: #19232d;
  border: 1px solid #19232d;
}
.page-wrapper-two .banner-section .banner-content .banner-btn a i {
  font-size: 12px;
  color: #0390f9;
  transition: all 0.5s;
}
.page-wrapper-two .banner-section .banner-content .banner-btn a:hover {
  border: 1px solid #0390f9;
}
.page-wrapper-two .banner-section .banner-content .banner-btn a.active {
  border: 1px solid transparent;
}

.inner-banner-section {
  padding-top: 208px;
  padding-bottom: 113px;
}
.inner-banner-section .banner-content .title {
  margin-top: -20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .inner-banner-section .banner-content .title {
    margin-top: -9px;
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.breadcrumb li {
  color: #19232d;
  font-family: "Mulish", sans-serif;
}

.breadcrumb-item a {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: white;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item a {
    font-size: 14px;
  }
}

.breadcrumb-item.active {
  font-weight: 700;
  color: #0390f9;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active {
    font-size: 14px;
  }
}

.breadcrumb-item.active::before {
  content: ">";
  font-weight: 600;
  color: white;
  font-size: 20px;
  left: 0;
  top: 1px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active::before {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.footer-section .footer-element {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .footer-section .footer-element {
    display: none;
  }
}

.footer-top-area {
  margin-bottom: 40px;
}

.footer-logo {
  margin-bottom: 15px;
}
.footer-logo a {
  margin: 0;
}

.footer-widget .title {
  color: white;
  position: relative;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}
.footer-widget .title::before {
  border: 1px solid #0390f9;
  bottom: -10px;
  content: "";
  left: 0;
  position: absolute;
  width: 50px;
  right: 0;
}
.footer-widget .widget-title {
  color: #0390f9;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer-widget p {
  color: white;
}

.footer-list li {
  color: white;
  font-size: 15px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.footer-list li:hover {
  color: #0390f9;
  padding-left: 5px;
}

.footer-bottom-area {
  border: 1px solid #0390f9;
  border-radius: 20px;
  background-color: #04299e;
  position: relative;
  z-index: 9;
  padding: 60px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area {
    padding: 30px;
  }
}

.subscribe-form {
  position: relative;
  margin-top: 10px;
}
.subscribe-form input {
  background: white;
  color: #3d3d3d;
  border: none;
  border-radius: 5px;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  padding-left: 40px;
  height: 45px;
  position: relative;
  font-weight: 400;
}
.subscribe-form input:focus {
  color: #3d3d3d;
  border: none;
  background: white;
}
.subscribe-form input::placeholder {
  color: #0390f9;
}
.subscribe-form .subscribe-icon {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #0390f9;
  z-index: 9;
  font-size: 18px;
}
.subscribe-form button, .subscribe-form input[type="button"], .subscribe-form input[type="reset"], .subscribe-form input[type="submit"] {
  border-radius: 5px;
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.subscribe-form button i, .subscribe-form input[type="button"] i, .subscribe-form input[type="reset"] i, .subscribe-form input[type="submit"] i {
  font-size: 20px;
  transition: all 0.5s;
}
.subscribe-form button i::before, .subscribe-form input[type="button"] i::before, .subscribe-form input[type="reset"] i::before, .subscribe-form input[type="submit"] i::before {
  color: #f7f9fa;
  transition: all 0.5s;
}
.subscribe-form button:hover i, .subscribe-form input[type="button"]:hover i, .subscribe-form input[type="reset"]:hover i, .subscribe-form input[type="submit"]:hover i {
  transform: rotate(-150deg);
}
.subscribe-form button:hover i::before, .subscribe-form input[type="button"]:hover i::before, .subscribe-form input[type="reset"]:hover i::before, .subscribe-form input[type="submit"]:hover i::before {
  color: #0390f9;
}

.footer-social li {
  display: inline-block;
}
.footer-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #0390f9;
  color: #0390f9;
  font-size: 12px;
  transition: all 0.3s;
}
.footer-social li a:hover {
  color: white;
  background-color: #0390f9;
}

.footer-social li + li {
  margin-left: 5px;
}

.copyright-area {
  padding: 45px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.copyright-area p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #dfdfdf;
}
@media only screen and (max-width: 991px) {
  .copyright-area p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .copyright-area {
    display: block;
    text-align: center;
  }
}

.page-wrapper-two .footer-section {
  background-color: rgba(220, 187, 135, 0.1);
}
.page-wrapper-two .footer-section .footer-element {
  right: 50px;
  top: -300px;
  opacity: .3;
}
.page-wrapper-two .footer-bottom-area {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.page-wrapper-two .footer-widget .title {
  color: #0390f9;
}
.page-wrapper-two .footer-widget .title::before {
  border: 1px dashed #0390f9;
}
.page-wrapper-two .footer-widget p {
  color: #0390f9;
}
.page-wrapper-two .footer-list li {
  color: #0390f9;
  font-weight: 600;
}
.page-wrapper-two .footer-list li i {
  margin-right: 5px;
  font-size: 14px;
}
.page-wrapper-two .footer-list li:hover {
  color: #0390f9;
}
.page-wrapper-two .footer-top-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #707070;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.page-wrapper-two .footer-btn a {
  display: flex;
}
.page-wrapper-two .footer-btn a i {
  font-size: 20px;
  margin-left: 8px;
  transition: all 0.5s;
}
.page-wrapper-two .footer-btn a:hover i {
  transform: rotate(-150deg);
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .footer-btn a {
    margin-top: 20px;
  }
}
.page-wrapper-two .footer-social li a {
  border: 1px solid #707070;
  color: #1F2E3C;
}
.page-wrapper-two .footer-social li a:hover {
  border: 1px solid #0390f9;
  color: white;
}
.page-wrapper-two .copyright-area {
  border-top: 1px dashed #707070;
  padding: 25px 0;
  justify-content: center;
  margin-top: 40px;
}
.page-wrapper-two .copyright-area p {
  color: #19232d;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .copyright-area p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Team-block
--------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .team-section .slider-nav-area {
    display: none;
  }
}

.team-slider {
  overflow: hidden;
}

.team-item {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.team-item:hover .team-social-area {
  right: 0;
}
.team-item .team-social-area {
  position: absolute;
  top: 0;
  right: -100%;
  background-color: #0390f9;
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.team-thumb {
  background-color: #DDE6EF;
  text-align: center;
}

.team-content {
  background-color: #f5f3f1;
  padding: 20px;
  text-align: center;
}
.team-content .title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
.team-content .title a {
  transition: all 0.5s;
}
.team-content .title a:hover {
  color: #0390f9;
}
.team-content .sub-title {
  color: #19232d;
  font-style: italic;
  font-weight: 700;
}

.team-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(220, 187, 135, 0.5);
  color: #0390f9;
  font-size: 12px;
  transition: all 0.3s;
}
.team-social li a:hover {
  color: white;
  background-color: #0390f9;
}

.team-social li + li {
  margin-top: 8px;
}

.team--style .section-header-wrapper {
  position: relative;
}
.team--style .section-header-wrapper::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50%;
  height: 1px;
  background-color: #e5e5e5;
}
@media only screen and (max-width: 1199px) {
  .team--style .section-header-wrapper::after {
    display: none;
  }
}
.team--style .section-header-wrapper .section-header .section-title {
  margin-top: -13px;
}

.team-widget-area .team-widget-content {
  margin-top: 52px;
}
.team-widget-area .team-widget-content .title {
  margin-bottom: 15px;
  font-weight: 700;
  margin-top: -5px;
}
.team-widget-area .team-widget-content p {
  line-height: 1.9;
}

.team-skill-area .skill-item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 40px 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  transition: all 0.5s;
}
.team-skill-area .skill-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #0390f9;
  transition: all 0.5s;
  z-index: -1;
}
.team-skill-area .sk-name {
  margin-top: 25px;
  display: inline-block;
  text-transform: uppercase;
  color: #19232d;
  font-weight: 800;
  font-size: 16px;
}
.team-skill-area .progress {
  width: 130px;
  height: 130px;
  font-size: 30px;
  color: #19232d;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 130px;
  margin: 0 auto;
  background: transparent;
  display: block;
}

.team-details .team-item {
  display: flex;
  flex-wrap: wrap;
}
.team-details .team-thumb {
  width: 370px;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .team-details .team-thumb {
    width: 100%;
  }
}
.team-details .team-content-area {
  width: calc(100% - 370px);
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .team-details .team-content-area {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.team-details .team-content-area .team-content {
  border-radius: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.team-details .team-content-area .team-content .title {
  font-weight: 700;
}
.team-details .team-content-area .team-content .sub-title {
  color: #0390f9;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .team-details .team-content-area .team-content .sub-title {
    font-size: 14px;
  }
}
.team-details .team-content-area .team-content .team-contact-list {
  margin-top: 10px;
}
.team-details .team-content-area .team-content .team-contact-list li {
  color: #19232d;
  font-weight: 500;
  margin-bottom: 10px;
}
.team-details .team-content-area .team-content .team-contact-list li i {
  color: #0390f9;
  margin-right: 5px;
}
.team-details .team-content-area .team-content .team-social-area {
  position: unset;
  background-color: transparent;
  width: auto;
  height: auto;
  display: block;
  margin-top: 20px;
}
.team-details .team-content-area .team-content .team-social-area span {
  color: #19232d;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 15px;
}
.team-details .team-content-area .team-content .team-social-area .team-social li {
  display: inline-block;
}
.team-details .team-content-area .team-content .team-social-area .team-social li a {
  border: 1px solid rgba(25, 35, 45, 0.3);
  color: #19232d;
}
.team-details .team-content-area .team-content .team-social-area .team-social li a:hover {
  border: 1px solid #0390f9;
  color: white;
}
.team-details .team-content-area .team-content .team-social-area .team-social li + li {
  margin-top: 0;
  margin-left: 8px;
}

.progress::after {
  content: "%";
  font-family: "Playfair Display", sans-serif;
  color: #19232d;
  font-weight: 600;
}

.progress .title {
  position: relative;
  z-index: 100;
  font-size: 36px;
  font-family: "Playfair Display", sans-serif;
  font-weight: 600;
  color: #19232d;
}

.progress .overlay {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white;
}

.progress .left, .progress .right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 12px solid #0390f9;
  border-radius: 100px 0px 0px 100px;
  border-right: 0;
  transform-origin: right;
}

.progress .left {
  animation: load1 3s linear forwards;
}

.progress:nth-of-type(2) .right, .progress:nth-of-type(3) .right {
  animation: load2 3s linear forwards 3s;
}

.progress:last-of-type .right, .progress:first-of-type .right {
  animation: load3 3s linear forwards 3s;
}

@keyframes load1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}
@keyframes load2 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    transform: rotate(270deg);
  }
}
@keyframes load3 {
  0% {
    z-index: 100;
    transform: rotate(180deg);
  }

  100% {
    z-index: 100;
    transform: rotate(315deg);
  }
}
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### client block ]
*/
.client-section {
  overflow: hidden;
  position: relative;
}
.client-section .client-element {
  position: absolute;
  top: 58%;
  left: 48%;
  transform: translate(-50%, -50%);
}

.client-item {
  padding: 0 30px 30px 30px;
  position: relative;
  border-radius: 10px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .client-item {
    padding: 0 20px 20px 20px;
  }
}
.client-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 35px);
  background-color: white;
  box-shadow: 0 10px 10px rgba(50, 73, 179, 0.08);
  border-radius: 10px;
  z-index: -1;
}

.client-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}

.client-thumb {
  height: 125px;
}
.client-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.client-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
}

.client-footer-left .title {
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .client-footer-left .title {
    font-size: 18px;
  }
}

.client-footer-right .ratings i {
  color: #FFA200;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .client-footer-right .ratings i {
    font-size: 12px;
  }
}

.client-slider-wrapper {
  margin: -20px;
}

.client-slider {
  overflow: hidden;
  padding: 20px;
}

.client-right-thumb {
  position: relative;
}
.client-right-thumb img {
  width: 100%;
}
.client-right-thumb .client-thumb-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.client-right-thumb .client-thumb-overlay .waves {
  border: 1px solid white;
}
.client-right-thumb .client-thumb-overlay .video-icon {
  background-color: white;
  font-size: 30px;
}

.client-slider-two {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .client-slider-two {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.client-slider-two .client-item {
  background-color: white;
  border: none;
  padding: 15px 20px 20px 20px;
}
.client-slider-two .client-quote {
  color: #E8E9EA;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.client-slider-two .client-content {
  padding: 0;
}
.client-slider-two .client-content p {
  color: #3d3d3d;
  font-size: 14px;
}
.client-slider-two .client-footer {
  align-items: center;
  background-color: transparent;
  padding: 0;
  border-top: 1px dashed #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
  transition: all 0.5s;
}
.client-slider-two .client-footer .ratings i {
  color: #0390f9;
  font-size: 12px;
}
.client-slider-two .client-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.client-slider-two .client-post-meta .name {
  padding-left: 15px;
  color: #19232d;
  font-weight: 700;
  font-size: 14px;
}

.dark .client-item::before {
  background-color: #1F2E3C;
}
.dark .client-item .client-content p {
  color: #dfdfdf;
}
.dark .client-item .client-footer-left .title {
  color: white;
}
.dark .client-item .client-footer-left .sub-title {
  color: #dfdfdf;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### overview block ]
*/
.overview-section {
  overflow: hidden;
  z-index: 10;
  position: relative;
}

.overview-area {
  position: relative;
  padding: 0 200px;
}
@media only screen and (max-width: 1399px) {
  .overview-area {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .overview-area {
    padding: 0;
  }
}
.overview-area .overview-element {
  position: absolute;
  left: 8%;
  bottom: -10%;
}

.dark .overview-element {
  display: none;
}

.overview-tab {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .overview-tab {
    display: block;
  }
}
.overview-tab .nav-tabs {
  width: 100%;
}
.overview-tab .nav-tabs .nav-link {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 24px;
  font-weight: 600;
  border-top: 1px dashed #0390f9;
  border-radius: 0;
  width: 100%;
  text-align: left;
  padding: 28px 0;
  position: relative;
}
.overview-tab .nav-tabs .nav-link span {
  font-family: "Mulish", sans-serif;
  margin-right: 5px;
  font-weight: 800;
}
.overview-tab .nav-tabs .nav-link::before {
  position: absolute;
  content: "\e909";
  font-family: 'icomoon' !important;
  left: 0;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 1650px) {
  .overview-tab .nav-tabs .nav-link::before {
    left: 4px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 1650px) {
  .overview-tab .nav-tabs .nav-link {
    font-size: 16px;
    padding: 15px 0;
  }
}
.overview-tab .nav-tabs .nav-link:last-child {
  border-bottom: 1px dashed #04299e;
}
.overview-tab .nav-tabs .nav-link.active {
  color: #0390f9;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .overview-tab .nav-tabs .nav-link.active {
    padding-left: 20px;
  }
}
.overview-tab .nav-tabs .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}
.overview-tab .nav-tabs .nav-link.active span {
  display: none;
}

.overview-thumb {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}
.overview-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(360deg, #04299e 3%, transparent 100%);
}
@media only screen and (max-width: 575px) {
  .overview-thumb::before {
    background-image: linear-gradient(360deg, rgba(25, 35, 45, 0.82) 100%, transparent 100%);
  }
}
.overview-thumb .overview-thumb-content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .overview-thumb .overview-thumb-content {
    width: 80%;
  }
}
@media only screen and (max-width: 575px) {
  .overview-thumb .overview-thumb-content {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
.overview-thumb .overview-thumb-content .title {
  color: white;
  margin-bottom: 15px;
}
.overview-thumb .overview-thumb-content .title a {
  transition: all 0.5s;
}
.overview-thumb .overview-thumb-content .title a:hover {
  color: #0390f9;
}
.overview-thumb .overview-thumb-content p {
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
.overview-thumb img {
  width: 100%;
}

.overview-tab-thumb {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .overview-tab-thumb {
    height: 370px;
  }
}
@media only screen and (max-width: 767px) {
  .overview-tab-thumb {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.overview-tab-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #011792c9;
}
.overview-tab-thumb .nav-tab-area {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .overview-tab-thumb .nav-tab-area {
    padding: 15px;
  }
}
.overview-tab-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-tab-header {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .nav-tab-header {
    margin-bottom: 10px;
  }
}
.nav-tab-header .sub-title {
  color: white;
  margin-bottom: 15px;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: -10px;
}
@media only screen and (max-width: 1650px) {
  .nav-tab-header .sub-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .nav-tab-header .sub-title {
    margin-bottom: 10px;
  }
}
.nav-tab-header .sub-title span {
  color: #0390f9;
}
.nav-tab-header .title {
  color: white;
}
@media only screen and (max-width: 1650px) {
  .nav-tab-header .title {
    font-size: 18px;
  }
}

.overview-btn i {
  margin-right: 5px;
  transition: all 0.5s;
}
.overview-btn:hover i {
  padding-right: 5px;
}

.tab-content > .active {
  animation: fadeInLeft 1s;
  transition: opacity 0s linear;
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
  position: relative;
  overflow: hidden;
}
.about-section .about-element {
  position: absolute;
  top: 20%;
  right: 0;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .about-section .about-element {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .about-section.bg-overlay-base::after {
    background-image: linear-gradient(-272deg, #04299e 15%, #eea3a3  100%);
  }
}

.dark .about-section {
  background-position: top right !important;
}

.about-content .sub-title {
  font-weight: 700;
  font-size: 20px;
  color: white;
  margin-bottom: 15px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 991px) {
  .about-content .sub-title {
    font-size: 14px;
  }
}
.about-content .sub-title span {
  color: #0390f9;
}
.about-content .title {
  color: white;
  margin-bottom: 20px;
  font-weight: 700;
}
.about-content p {
  color: white;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .about-content p {
    font-size: 14px;
  }
}

.about-book-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  width: 80%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .about-book-area {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-book-area {
    margin-bottom: 20px;
  }
}
.about-book-area::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 12px;
  height: 80px;
  background-color: #0390f9;
  border-radius: 60px;
}
.about-book-area .about-book-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-book-area .call-title {
  font-weight: 700;
  margin-bottom: 15px;
}
.about-book-area .call {
  font-weight: 700;
  color: #0390f9;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .about-book-area .call {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.about-thumb-video {
  position: absolute;
  bottom: 35px;
  right: 180px;
}
@media only screen and (max-width: 991px) {
  .about-thumb-video {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

.video-main {
  position: relative;
  display: inline-block;
}

.waves {
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #0390f9;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.video-icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  color: #0390f9!important;
  display: inline-block;
  background: rgba(220, 187, 135, 0.15);
  z-index: 999;
}

.about-book-right a i {
  transition: all 0.5s;
  margin-right: 8px;
}
.about-book-right a i::before {
  color: #f2f5f7;
  /*color: #19232d;*/
  transition: all 0.5s;
}
.about-book-right a:hover i {
  transform: rotate(-40deg);
}
.about-book-right a:hover i::before {
  color: #0390f9;
}

.dark .waves {
  border: 1px solid white;
}
.dark .video-icon {
  background-color: white;
  font-size: 30px;
}

.page-wrapper-two .about-thumb {
  position: relative;
  overflow: hidden;
}
.page-wrapper-two .about-thumb img {
  width: 100%;
}
.page-wrapper-two .about-thumb .about-video-wrapper {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-thumb .about-video-wrapper {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
  }
}
.page-wrapper-two .about-thumb .about-video-wrapper .video-icon {
  background-color: white;
}
.page-wrapper-two .about-content .sub-title {
  font-weight: 800;
  color: #19232d;
  margin-bottom: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .about-content .sub-title {
    font-size: 14px;
  }
}
.page-wrapper-two .about-content .title {
  color: #19232d;
  margin-bottom: 10px;
}
.page-wrapper-two .about-content p {
  color: #3d3d3d;
  width: 100%;
}
.page-wrapper-two .about-statistics-area {
  background-color: #FFF8EE;
  border: 2px solid rgba(220, 187, 135, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-top: 35px;
  margin-bottom: 25px;
}
.page-wrapper-two .about-statistics-area .statistics-item {
  text-align: left;
}
.page-wrapper-two .about-statistics-area .statistics-item::after {
  display: none;
}
.page-wrapper-two .about-statistics-area .statistics-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .about-statistics-area .statistics-content {
    display: block;
    text-align: center;
  }
}
.page-wrapper-two .about-statistics-area .statistics-content p {
  color: #0390f9;
  font-size: 14px;
  font-weight: 800;
  width: calc(100% - 125px);
  padding-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-statistics-area .statistics-content p {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper-two .about-statistics-area .statistics-content p {
    width: 100%;
    font-size: 14px;
  }
}
.page-wrapper-two .about-statistics-area .odo-title {
  color: #19232d;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 65px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-statistics-area .odo-title {
    font-size: 35px;
  }
}
.page-wrapper-two .about-list-area {
  margin-bottom: 20px;
}
.page-wrapper-two .about-list li {
  display: inline-block;
  color: #19232d;
  font-weight: 800;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-list li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 420px) {
  .page-wrapper-two .about-list li {
    display: block;
  }
}
.page-wrapper-two .about-list li i {
  color: #0390f9;
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-list li i {
    margin-right: 2px;
  }
}
.page-wrapper-two .about-list li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper-two .about-list li + li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .page-wrapper-two .about-list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.page-wrapper-two .about-footer-btn {
  margin-top: 30px;
}
.page-wrapper-two .about-footer-btn a {
  color: #19232d;
  background: transparent;
  border: 1px solid #19232d;
  position: relative;
  overflow: hidden;
}
.page-wrapper-two .about-footer-btn a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0390f9;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.page-wrapper-two .about-footer-btn a i {
  font-size: 12px;
  color: #0390f9;
  transition: all 0.5s;
}
.page-wrapper-two .about-footer-btn a:hover {
  border: 1px solid #0390f9;
}
.page-wrapper-two .about-footer-btn a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
.page-wrapper-two .about-footer-btn a:hover i {
  color: #19232d;
}

.about--style .about-thumb {
  position: relative;
  overflow: visible;
  z-index: 2;
}
.about--style .about-thumb .about-video-wrapper {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .about--style .about-thumb .about-video-wrapper {
    position: absolute;
  }
}
.about--style .about-thumb .about-element-two {
  position: absolute;
  left: -10%;
  bottom: -10%;
  width: 90%;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .about--style .about-thumb .about-element-two {
    display: none;
  }
}
.about--style .about-book-area {
  background-color: rgba(220, 187, 135, 0.5);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.about--style .about-book-right a:hover {
  color: #0390f9;
}
.about--style .about-book-right a:hover i::before {
  color: #0390f9;
}

.about--style-two .about-content {
  background-color: #0390f9;
  padding: 60px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .about--style-two .about-content {
    padding: 40px 30px;
  }
}
.about--style-two .about-content .title {
  color: #19232d;
  font-weight: 700;
  line-height: 1.5;
  margin-top: -13px;
}
.about--style-two .about-content p {
  width: 100%;
  color: #110D0E;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .about--style-two .about-content p {
    font-size: 14px;
  }
}
.about--style-two .about-content .sub-para {
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
  color: #2F3841;
}
@media only screen and (max-width: 991px) {
  .about--style-two .about-content .sub-para {
    font-size: 16px;
  }
}
.about--style-two .about-btn {
  margin-top: 40px;
}
.about--style-two .about-btn a {
  background-color: #19232d;
  color: white;
}
.about--style-two .about-btn a i {
  margin-right: 5px;
  transition: all 0.5s;
}
.about--style-two .about-btn a i::before {
  color: white;
  transition: all 0.5s;
}
.about--style-two .about-btn a:hover {
  background: transparent;
  color: #19232d;
  border: 1px solid #19232d;
}
.about--style-two .about-btn a:hover i {
  transform: rotate(40deg);
}
.about--style-two .about-btn a:hover i::before {
  color: #19232d;
}
.about--style-two .video-icon {
  position: unset;
}

.about--style-three .about-thumb {
  border-radius: 10px;
}
.about--style-three .about-thumb img {
  border-radius: 10px;
}
.about--style-three .about-content .sub-title {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.about--style-three .about-content .title {
  margin-bottom: 15px;
}
.about--style-three .about-content p {
  color: #3d3d3d;
}
.about--style-three .about-list-area {
  margin-top: 25px;
}
.about--style-three .about-list-area .about-list li {
  display: block;
  font-weight: 700;
  position: relative;
  color: #3d3d3d;
  font-size: 16px;
  padding-left: 40px;
}
.about--style-three .about-list-area .about-list li::before {
  position: absolute;
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background-color: #0390f9;
  text-align: center;
  border-radius: 50%;
  color: #19232d;
}
.about--style-three .about-list-area .about-list li + li {
  margin-left: 0;
  margin-top: 20px;
}
.about--style-three .about-btn {
  margin-top: 40px;
}
.about--style-three .about-btn a:hover i {
  transform: rotate(-40deg);
}
.about--style-three .about-btn a:hover i::before {
  color: #0390f9;
}
.about--style-three .about-btn i {
  margin-right: 5px;
  transition: all 0.5s;
}
.about--style-three .about-btn i::before {
  color: #19232d;
  transition: all 0.5s;
}

.about-list--style {
  margin-top: 40px;
}
.about-list--style .about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -20px;
}
.about-list--style .about-list li {
  flex: 0 0 45%;
  position: relative;
  font-weight: 600 !important;
  padding-left: 30px;
  padding-bottom: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 991px) {
  .about-list--style .about-list li {
    flex: 0 0 100%;
  }
}
.about-list--style .about-list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '\f00c';
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  background-color: rgba(220, 187, 135, 0.2);
  border-radius: 50%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.about-list--style .about-list li + li {
  margin-top: 0 !important;
}

/*-------------------------------------------------
    [ ### feature block ]
*/
.feature-section {
  overflow: hidden;
}

.feature-area {
  position: relative;
}
.feature-area .feature-element {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 7%;
}

.feature-slider {
  overflow: hidden;
}
.feature-slider .swiper-slide-active .feature-item {
  background-color: #0390f9;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.feature-slider .swiper-slide-active .feature-icon::before {
  background-color: rgba(189, 40, 40, 0.5);
}
.feature-slider .swiper-slide-active .feature-content .title::before {
  border: 1px dashed #19232d;
}
.feature-slider .swiper-slide-active .feature-content p {
  color: #19232d;
}
.feature-slider .swiper-slide-active .feature-content p::before {
  border: 1px dashed #19232d;
}

.feature-item {
  background-color: white;
  padding: 40px;
  border-radius: 5px;
  border: 2px solid rgba(220, 187, 135, 0.1);
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .feature-item {
    padding: 20px;
  }
}
.feature-item:hover {
  background-color: #0390f9;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.feature-item:hover .feature-icon::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.feature-item:hover .feature-content .title::before {
  border: 1px dashed #19232d;
}
.feature-item:hover .feature-content p {
  color: #19232d;
}
.feature-item:hover .feature-content p::before {
  border: 1px dashed #19232d;
}

.dark .page-wrapper-two .feature-item {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .dark .page-wrapper-two .feature-item {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
}
.dark .page-wrapper-two .feature-item::before {
  box-shadow: 0px 0px 40px rgba(220, 187, 135, 0.1);
}
.dark .page-wrapper-two .feature-item::after {
  background-color: #19232d;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.dark .page-wrapper-two .feature-item:hover .feature-icon i {
  color: #0390f9;
}
.dark .page-wrapper-two .feature-icon i {
  color: white;
  transition: all 0.3s;
}
.dark .page-wrapper-two .feature-content .title {
  color: white;
}
.dark .page-wrapper-two .feature-content p {
  color: #dfdfdf;
}

.feature-icon {
  position: relative;
  margin-bottom: 20px;
  z-index: 2;
  max-height: 66px;
}
.feature-icon::before {
  position: absolute;
  content: '';
  top: -10px;
  left: 10px;
  width: 80px;
  height: 80px;
  background-color: rgba(220, 187, 135, 0.5);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s;
}

.feature-content .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.feature-content .title::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 20%;
  border: 1px dashed rgba(61, 61, 61, 0.3);
}
.feature-content .title a {
  transition: all 0.3s;
}
.feature-content .title a:hover {
  color: #0390f9;
}
.feature-content p {
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0;
}
.feature-content p::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 20%;
  border: 1px dashed rgba(61, 61, 61, 0.3);
}

.page-wrapper-two div[class*="col"]:nth-of-type(6n + 1) .feature-item {
  border-left: none;
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 2) .feature-item {
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 3) .feature-item {
  border-right: none;
  border-top: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 4) .feature-item {
  border-left: none;
  border-bottom: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 5) .feature-item {
  border-bottom: none;
}
.page-wrapper-two div[class*="col"]:nth-of-type(6n + 6) .feature-item {
  border-right: none;
  border-bottom: none;
}
.page-wrapper-two .feature-area {
  border-radius: 10px;
}
.page-wrapper-two .feature-item {
  border-radius: 0;
  transition: all 0.2s;
  position: relative;
  border: 1px solid #0390f9;
  background-color: white;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .feature-item {
    border: 1px solid #0390f9 !important;
  }
}
.page-wrapper-two .feature-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0390f9;
  background-color: white;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.page-wrapper-two .feature-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 40px #7704041A;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.page-wrapper-two .feature-item:hover {
  background-color: transparent;
  border: 1px solid transparent;
  z-index: 3;
}
.page-wrapper-two .feature-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.page-wrapper-two .feature-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.page-wrapper-two .feature-item:hover .feature-icon {
  color: #0390f9;
}
.page-wrapper-two .feature-icon {
  font-size: 80px;
  line-height: 80px;
  color: #19232d;
  max-height: auto;
  margin-bottom: 30px;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .feature-icon {
    font-size: 50px;
  }
}
.page-wrapper-two .feature-icon::before {
  display: none;
}
.page-wrapper-two .feature-content .title {
  transition: all 0.5s;
  padding-bottom: 0;
}
.page-wrapper-two .feature-content .title::before {
  display: none;
}
.page-wrapper-two .feature-content p {
  padding-bottom: 0;
  transition: all 0.5s;
}
.page-wrapper-two .feature-content p::before {
  display: none;
}

.feature-btn {
  margin-top: 20px;
}
.feature-btn a {
  color: #19232d;
  font-weight: 800;
  transition: all 0.5s;
}
.feature-btn a i {
  transition: all 0.5s;
}
.feature-btn a i::before {
  color: #19232d;
  transition: all 0.5s;
}
.feature-btn a:hover i {
  padding-right: 5px;
}

.feature--style .feature-right {
  overflow: hidden;
  margin: -20px 0 0 0;
}
.feature--style div[class*="col"]:nth-of-type(4n + 4) .feature-item {
  box-shadow: none;
}
.feature--style .feature-item {
  background-color: transparent;
  padding: 25px;
  border-radius: 0;
  border: none;
  box-shadow: 1px 1px 1px 1px #0390f9;
}
.feature--style .feature-item:hover {
  transform: none;
  border: none;
}
.feature--style .feature-item:hover .feature-icon::before {
  background-color: rgba(220, 187, 135, 0.5);
}
.feature--style .feature-item:hover .feature-content p {
  color: #3d3d3d;
}
.feature--style .feature-content .title {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.feature--style .feature-content .title::before {
  display: none;
}
.feature--style .feature-content p {
  padding-bottom: 0;
}
.feature--style .feature-content p::before {
  display: none;
}
.feature--style .feature-thumb {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .feature--style .feature-thumb {
    display: none;
  }
}
.feature--style .feature-thumb img {
  width: 100%;
}
.feature--style .feature-thumb .feature-video-wrapper {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
.feature--style .feature-thumb .feature-video-wrapper .video-icon {
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .feature--style .feature-thumb .feature-video-wrapper {
    position: absolute;
  }
}
.feature--style .feature-thumb.two {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .feature--style .feature-thumb.two {
    display: block;
    margin-top: 0;
  }
}

.feature--style-two .feature-item:hover {
  background-color: white;
}
.feature--style-two .feature-item:hover .feature-icon {
  color: #0390f9;
}
.feature--style-two .feature-icon {
  font-size: 60px;
  color: #19232d;
  transition: all 0.5s;
}

.feature--style-three .feature-item:hover .feature-content .title {
  color: #19232d;
}
.feature--style-three .feature-item:hover .feature-content p {
  color: #3d3d3d;
}

/*-------------------------------------------------
    [ ### statistics block ]
*/
.statistics-section {
  background-attachment: fixed;
}

.statistics-item {
  position: relative;
  text-align: center;
}
.statistics-item::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-right: 1px dashed rgba(220, 187, 135, 0.5);
}
@media only screen and (max-width: 991px) {
  .statistics-item::after {
    border-right: none;
    border-bottom: 1px dotted rgba(220, 187, 135, 0.5);
    bottom: -15px;
  }
}
.statistics-item p {
  font-size: 18px;
  color: white;
}

div[class*="col"]:nth-of-type(4n + 4) .statistics-item::after {
  display: none;
}

.odo-title {
  display: inline-block;
  color: white;
  font-size: 40px;
  margin-bottom: 0;
  margin-top: -10px;
}
@media only screen and (max-width: 991px) {
  .odo-title {
    font-size: 28px;
  }
}

.odometer-digit {
  padding: 1px;
}

.statistics--style .statistics-item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.5s;
}
.statistics--style .statistics-item::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #0390f9;
  transition: all 0.5s;
  z-index: -1;
}
.statistics--style .statistics-item:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.statistics--style .statistics-item:hover::before {
  width: 100%;
  height: 100%;
}
.statistics--style .statistics-item::after {
  display: none;
}
.statistics--style .statistics-item p {
  color: #19232d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.statistics--style .odo-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.statistics--style .odo-title {
  color: #19232d;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 45px;
}
@media only screen and (max-width: 991px) {
  .statistics--style .odo-title {
    font-size: 30px;
  }
}
.statistics--style .sub-title {
  color: #19232d;
  font-size: 16px;
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .statistics--style .sub-title {
    font-size: 14px;
  }
}
.statistics--style .statistics-icon {
  width: 90px;
  height: 90px;
  line-height: 95px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 50px;
  background-color: #0390f9;
  color: #0390f9;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .statistics--style .statistics-icon {
    width: 70px;
    height: 70px;
    line-height: 75px;
    font-size: 40px;
  }
}

.dark .statistics-area {
  background-color: #1F2E3C;
  padding: 120px 40px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------
    [ ### charter block ]
*/
.charter-section {
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .charter-section .slider-nav-area {
    display: none;
  }
}

.charter-slider {
  overflow: hidden;
}

.charter-item {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
}

.charter-thumb img {
  width: 100%;
}

.charter-content {
  padding: 20px;
}
.charter-content .title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 4px;
}
.charter-content .title a {
  transition: all 0.5s;
}
.charter-content .title a:hover {
  color: #0390f9;
}
.charter-content .sub-title {
  color: #979797;
  font-size: 14px;
}

.charter-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #C9C9C9;
  margin-top: 15px;
  padding-bottom: 10px;
}
.charter-meta span {
  color: #19232D;
  font-weight: 600;
  font-size: 14px;
}

.charter-btn {
  margin-top: 20px;
}
.charter-btn a {
  color: #19232d;
  font-weight: 800;
  transition: all 0.5s;
}
.charter-btn a i {
  color: #0390f9;
  font-size: 14px;
  margin-right: 5px;
  transition: all 0.5s;
}
.charter-btn a:hover {
  color: #0390f9;
}
.charter-btn a:hover i {
  padding-right: 5px;
}

.dark .charter-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.dark .charter-content .title {
  color: white;
}
.dark .charter-content .sub-title {
  color: #e1dddd;
}
.dark .charter-meta {
  border-bottom: 1px dashed #555E67;
}
.dark .charter-meta span {
  color: white;
}
.dark .charter-btn a {
  color: #0390f9;
}

/*-------------------------------------------------
    [ ### book-form block ]
*/
.book-form .row {
  align-items: center;
}

.book-form-area {
  padding: 100px 180px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .book-form-area {
    padding: 40px 30px;
  }
}

.book-form .book-select {
  line-height: 24px;
}
.book-form label {
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: white;
}
.book-form .form--control {
  border: 1px solid #0390f9;
  border-radius: 3px;
  background-color:#fff ;
  /*background-color: rgba(255, 255, 255, 0.1);*/
  color: white;
  font-size: 14px;
  padding-left: 35px;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}
.book-form .book-form-icon {
  position: absolute;
  top: 45px;
  left: 25px;
  color: #0390f9;
  z-index: 9;
  font-size: 18px;
}
.book-form button, .book-form input[type="button"], .book-form input[type="reset"], .book-form input[type="submit"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.book-form button i, .book-form input[type="button"] i, .book-form input[type="reset"] i, .book-form input[type="submit"] i {
  transition: all 0.5s;
  font-size: 20px;
  margin-right: 8px;
}
.book-form button i::before, .book-form input[type="button"] i::before, .book-form input[type="reset"] i::before, .book-form input[type="submit"] i::before {
  color: #fafbfc;  
  transition: all 0.5s;
}
.book-form button:hover i, .book-form input[type="button"]:hover i, .book-form input[type="reset"]:hover i, .book-form input[type="submit"]:hover i {
  transform: rotate(40deg);
}
.book-form button:hover i::before, .book-form input[type="button"]:hover i::before, .book-form input[type="reset"]:hover i::before, .book-form input[type="submit"]:hover i::before {
  color: #0390f9;
}

.book-quantity .book-plus-minus {
  width: 100%;
  position: relative;
  display: inline-block;
}
.book-quantity .book-plus-minus .qtybutton {
  color: #0390f9;
  float: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
  text-align: center;
  width: 45px;
  height: 45px !important;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.book-quantity .book-plus-minus .dec.qtybutton {
  left: 0px;
  top: 5px;
}
.book-quantity .book-plus-minus .book-plus-minus-box {
  color: #000000;
  font-size: 16px;
  height: 45px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  width: 100%;
  outline: none;
  border: 1px solid #0390f9;
  background-color: #fff;
/* background-color: rgba(255, 255, 255, 0.1);*/
  border-radius: 3px;
}
.book-quantity .book-plus-minus .inc.qtybutton {
  right: 0px;
  top: 5px;
}

/*-------------------------------------------------
    [ ### package block ]
*/
.package-section {
  position: relative;
  overflow: hidden;
}
.package-section .package-element-one {
  position: absolute;
  bottom: 0;
  left: -10%;
}
@media only screen and (max-width: 991px) {
  .package-section .package-element-one {
    display: none;
  }
}
.package-section .package-element-two {
  position: absolute;
  bottom: 0;
  right: -10%;
}
@media only screen and (max-width: 991px) {
  .package-section .package-element-two {
    display: none;
  }
}

.dark .package-section {
  background-color: #1F2E3C !important;
}

.package-section-header {
  position: relative;
}
.package-section-header .slider-next, .package-section-header .slider-prev {
  position: absolute;
  top: 48px;
}
@media only screen and (max-width: 991px) {
  .package-section-header .slider-next, .package-section-header .slider-prev {
    position: unset;
    margin-bottom: 30px;
  }
}
.package-section-header .slider-prev {
  left: 0;
}
.package-section-header .slider-next {
  right: 0;
}

.package-slider {
  overflow: hidden;
}
.package-slider .slider-next, .package-slider .slider-prev {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}

.package-item {
  background-color: white;
  box-shadow: 0 10px 10px rgba(50, 73, 179, 0.08);
  border-radius: 10px;
  padding: 25px;
}
.package-item:hover .package-thumb img {
  transform: scale(1.2);
}

.package-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.package-thumb img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s;
}
.package-thumb .package-prize {
  position: absolute;
  top: 20px;
  left: 20px;
}
.package-thumb .package-prize span {
  background-color: #0390f9;
  border-radius: 4px;
  color: #19232d;
  font-weight: 800;
  padding: 6px 15px;
}

.package-content {
  padding-top: 15px;
}
.package-content .package-content-header .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.package-content .package-content-header .title a {
  transition: all 0.5s;
}
.package-content .package-content-header .title a:hover {
  color: #0390f9;
}
.package-content .package-list li {
  padding-bottom: 8px;
  color: #19232d;
  font-size: 15px;
  font-weight: 600;
}
.package-content .package-list li span {
  font-weight: 700;
}
.package-content .package-btn i {
  transition: all 0.5s;
  color: #0390f9!important;
}
.package-content .package-btn:hover a {
  color: #0390f9!important;
}
.package-content .package-btn:hover i {
  padding-right: 5px;
}
.package-content .package-btn a {
  color: #19232d !important;
  font-weight: 800;
  transition: all 0.5s;
}

.package-content-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}
.package-content-footer .package-video a {
  transition: all 0.3s;
}
.package-content-footer .package-video a:hover {
  transform: scale(1.2);
}

.package--style .package-thumb {
  max-height: 100%;
  border-radius: 8px 8px 0 0;
}
.package--style .package-content {
  position: unset;
  transform: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  min-width: auto;
}

.package-details .package-item {
  padding: 0;
  box-shadow: none;
}
.package-details .package-item:hover .package-thumb img {
  transform: none;
}
.package-details .package-widget-area {
  margin-top: 60px;
}
.package-details .package-widget-item {
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
.package-details .package-widget-item::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 25px;
  background-color: #0390f9;
  border-radius: 5px;
  transition: all 0.5s;
  z-index: -1;
}
.package-details .package-widget-item:hover::before {
  width: 100%;
  height: 100%;
}
.package-details .package-widget-icon {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background-color: #0390f9;
  border-radius: 50%;
  color: #0390f9;
  display: inline-block;
  text-align: center;
  font-size: 24px;
}
.package-details .package-widget-content {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.package-details .package-widget-content .title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
.package-details .package-widget-content .sub-title {
  color: #19232d;
  font-weight: 600;
  font-size: 14px;
}
.package-details .package-content-area .package-content {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.package-details .package-content-area .package-content .package-content-header {
  padding: 0;
  border: none;
}
.package-details .package-content-area .package-content .package-content-header .title {
  font-weight: 700;
  margin-bottom: 15px;
}
.package-details .package-content-area .package-content .package-content-body {
  padding: 0;
  margin-top: 30px;
}
.package-details .package-content-area .package-content .package-content-body .title {
  font-weight: 600;
  margin-bottom: 20px;
}
.package-details .package-content-area .package-content .package-content-body .package-list li {
  position: relative;
  font-weight: 700;
  font-size: 15px;
  color: #3d3d3d;
  padding-left: 35px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .package-details .package-content-area .package-content .package-content-body .package-list li {
    font-size: 14px;
  }
}
.package-details .package-content-area .package-content .package-content-body .package-list li::before {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #0390f9;
  color: #19232d;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.package-details .package-plan-area {
  margin-top: 40px;
}
.package-details .package-plan-area .title {
  font-weight: 600;
  margin-bottom: 25px;
}
.package-details .package-plan-area .package-plan-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.package-details .package-plan-area .package-plan-list li {
  flex: 0 0 50%;
  width: 50%;
  margin-top: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .package-details .package-plan-area .package-plan-list li {
    flex: 0 0 100%;
    width: 100%;
    font-size: 13px;
  }
}
.package-details .package-plan-area .package-plan-list li i {
  font-size: 18px;
  margin-right: 5px;
}
.package-details .package-gallery-slider-area {
  margin-top: 60px;
}
.package-details .package-gallery-slider-area .title {
  font-weight: 600;
  margin-bottom: 25px;
}
.package-details .package-gallery-slider-area .gallery-slider-two {
  overflow: hidden;
  position: relative;
}
.package-details .package-gallery-slider-area .gallery-slider-two .slider-prev, .package-details .package-gallery-slider-area .gallery-slider-two .slider-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  background: rgba(255, 255, 255, 0.5);
  border: none;
}
.package-details .package-gallery-slider-area .gallery-slider-two .slider-prev {
  left: 5%;
}
.package-details .package-gallery-slider-area .gallery-slider-two .slider-next {
  right: 5%;
}
.package-details .package-gallery-slider-area .gallery-slider-two .gallery-item::before {
  display: none;
}
.package-details .package-faq-area {
  margin-top: 60px;
}
.package-details .package-faq-area .faq-header-area .title {
  font-weight: 600;
  margin-bottom: 10px;
}
.package-details .package-faq-area .faq-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.package-details .package-faq-area .faq-content-wrapper .faq-thumb {
  width: 123px;
}
@media only screen and (max-width: 991px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.package-details .package-faq-area .faq-content-wrapper .faq-para {
  width: calc(100% - 123px);
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li {
    display: block;
  }
}
.package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li i {
  font-size: 16px;
  margin-right: 5px;
}
@media only screen and (max-width: 991px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li i {
    font-size: 14px;
  }
}
.package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li + li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .package-details .package-faq-area .faq-content-wrapper .faq-para .faq-plan-list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.package-details .package-map-area {
  margin-top: 100px;
}
.package-details .package-map-area .map-area {
  margin-right: 0;
}
.package-details .package-map-area .title {
  font-weight: 600;
  margin-bottom: 20px;
}

.course-table-area {
  margin-top: 30px;
}
.course-table-area .title {
  font-weight: 600;
  margin-bottom: 20px;
}

.course-download-area {
  background-color: rgba(220, 187, 135, 0.1);
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 575px) {
  .course-download-area {
    display: block;
  }
}
.course-download-area .download-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.course-download-area .download-content .download-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #19232d;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 24px;
}
.course-download-area .download-content .title {
  width: calc(100% - 40px);
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 0;
}
.course-download-area .download-btn a {
  background-color: transparent;
  color: #19232d;
  border: 1px solid #19232d;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.course-download-area .download-btn a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0390f9;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.course-download-area .download-btn a i {
  color: #19232d;
  font-size: 12px;
  transition: all 0.5s;
}
.course-download-area .download-btn a:hover {
  color: #19232d;
  border: 1px solid #0390f9;
}
.course-download-area .download-btn a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
.course-download-area .download-btn a:hover i {
  color: #19232d;
}
@media only screen and (max-width: 575px) {
  .course-download-area .download-btn {
    margin-top: 20px;
  }
}

.package-review-area {
  margin-top: 40px;
}
.package-review-area .title {
  font-weight: 700;
  margin-bottom: 25px;
}

.package-ratings-area .sub-title {
  margin-bottom: 15px;
  font-weight: 700;
}

.package-ratings-widget {
  background-color: #0390f9;
  border: 1px solid #e5e5e5;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .package-ratings-widget {
    padding: 30px 15px;
  }
}
.package-ratings-widget .num {
  color: #0390f9;
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
}
.package-ratings-widget .ratings {
  margin-top: 10px;
}
.package-ratings-widget .ratings i {
  color: #0390f9;
  font-size: 16px;
}
.package-ratings-widget .credit {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

.package-rating-bar-area {
  margin-bottom: -9px;
}

.package-ratings-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 9px;
}
.package-ratings-bar .ratings-bar-content {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}
.package-ratings-bar .ratings-bar-content i {
  color: #0390f9;
}
.package-ratings-bar .progressbar {
  position: relative;
  display: block;
  width: 80%;
  height: 10px;
  background-color: #E5E5E5;
  border-radius: 25px;
}
@media only screen and (max-width: 1199px) {
  .package-ratings-bar .progressbar {
    width: 60%;
  }
}
.package-ratings-bar .bar {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 0;
  background: #0390f9;
  border-radius: 25px;
  overflow: hidden;
}
.package-ratings-bar .label {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 700;
}

.ratings-form-text {
  cursor: pointer;
}

.ratings-form {
  margin-top: 20px;
  margin-bottom: 10px;
  display: none;
  transition: all 0.5s;
}
.ratings-form.open {
  display: block;
}
.ratings-form .form--control {
  border: 1px solid #e5e5e5;
  background-color: white;
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.ratings-form .form--control:focus {
  border: 1px solid #0390f9;
  background-color: white;
  color: #3d3d3d;
}
.ratings-form .form--control::placeholder {
  color: #3d3d3d;
}

.ratings-form .rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.ratings-form .rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.ratings-form .rating:not(:checked) > label {
  width: 1em;
  padding: 0 .1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
}

.ratings-form .rating:not(:checked) > label:before {
  content: '★';
  border: none;
}

.ratings-form .rating > input[type="radio"]:checked + label:before {
  border-color: transparent;
  background-color: transparent;
}

.ratings-form .rating > input:checked ~ label {
  color: #0390f9;
}

.ratings-form .rating:not(:checked) > label:hover,
.ratings-form .rating:not(:checked) > label:hover ~ label {
  color: gold;
}

.ratings-form .rating > input:checked + label:hover,
.ratings-form .rating > input:checked + label:hover ~ label,
.ratings-form .rating > input:checked ~ label:hover,
.ratings-form .rating > input:checked ~ label:hover ~ label,
.ratings-form .rating > label:hover ~ input:checked ~ label {
  color: #ea0;
}

.ratings-form .rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}

.package-comment-wrapper {
  margin-top: 60px;
}

.package-comment-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 459px) {
  .package-comment-item {
    display: block;
  }
}
.package-comment-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.package-comment-thumb {
  width: 70px;
}

.package-comment-content {
  width: calc(100% - 70px);
  padding-left: 30px;
}
@media only screen and (max-width: 459px) {
  .package-comment-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.package-comment-content .package-comment-content-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.package-comment-content .package-comment-content-header .title {
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin-right: 30px;
}
@media only screen and (max-width: 459px) {
  .package-comment-content .package-comment-content-header .title {
    margin-right: 15px;
  }
}
.package-comment-content .package-comment-content-header .comment-ratings {
  margin-right: 30px;
}
@media only screen and (max-width: 459px) {
  .package-comment-content .package-comment-content-header .comment-ratings {
    margin-right: 15px;
  }
}
.package-comment-content .package-comment-content-header .comment-ratings i {
  color: #0390f9;
}
.package-comment-content .package-comment-content-header .comment-badge {
  background-color: #0390f9;
  border-radius: 3px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 459px) {
  .package-comment-content .package-comment-content-header .comment-badge {
    padding: 2px 5px;
  }
}

/*-------------------------------------------------
    [ ### brand block ]
*/
.brand-section {
  background-color: #FCFCFC;
}

.brand-slider {
  overflow: hidden;
}

.brand-item {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.brand-item:hover {
  filter: invert(0) sepia(1) hue-rotate(4deg);
}
.brand-item img {
  position: relative;
}

.dark .brand-section {
  background-color: transparent;
}

/*-------------------------------------------------
    [ ### offer block ]
*/
.offer-area {
  background-color: #19232d;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
.offer-area .offer-element {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.offer-thumb {
  width: 50%;
}
.offer-thumb img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .offer-thumb {
    width: 100%;
  }
}

.offer-content {
  width: calc(100% - 50%);
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .offer-content {
    width: 100%;
    padding: 30px 20px;
  }
}
.offer-content .sub-title {
  font-weight: 700;
  color: white;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .offer-content .sub-title {
    font-size: 14px;
  }
}
.offer-content .title {
  color: white;
  margin-bottom: 20px;
}
.offer-content p {
  color: white;
}

.offer-btn {
  margin-top: 30px;
}
.offer-btn i {
  transition: all 0.5s;
}
.offer-btn:hover i {
  padding-left: 5px;
}

/*-------------------------------------------------
    [ ### course block ]
*/
.course-section {
  overflow: hidden;
}

.course-slider-wrapper {
  margin: -20px;
}

.course-slider {
  overflow: hidden;
  padding: 20px;
}

.course-item {
  background-color: white;
  box-shadow: 0 12px 30px rgba(220, 187, 135, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.course-thumb {
  position: relative;
}
.course-thumb img {
  width: 100%;
}
.course-thumb .course-prize {
  position: absolute;
  top: 30px;
  left: 20px;
}
.course-thumb .course-prize span {
  background-color: #0390f9;
  border-radius: 30px;
  color: #19232d;
  font-weight: 800;
  padding: 5px 15px;
}

.course-content {
  padding: 20px;
}
.course-content .title {
  margin-bottom: 15px;
  font-weight: 700;
}
.course-content .title a {
  transition: all 0.5s;
}
.course-content .title a:hover {
  color: #0390f9;
}
.course-content .time {
  color: #19232d;
  font-weight: 800;
  display: flex;
}
.course-content .time i {
  color: #0390f9;
  font-size: 22px;
  margin-right: 5px;
}
.course-content .course-content-header {
  padding-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 15px;
}
.course-content .course-content-footer {
  padding-top: 15px;
  border-top: 1px dashed #e5e5e5;
  margin-top: 15px;
}
.course-content .course-content-footer a {
  background-color: transparent;
  color: #0390f9;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.course-content .course-content-footer a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0390f9;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.course-content .course-content-footer a i {
  font-size: 12px;
}
.course-content .course-content-footer a:hover {
  color: #19232d;
}
.course-content .course-content-footer a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}

.section-header-btn-area a {
  background-color: #FFF8EE;
  border: 1px solid transparent;
  color: #0390f9;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.section-header-btn-area a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0390f9;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.section-header-btn-area a:hover {
  color: #19232d;
}
.section-header-btn-area a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
@media only screen and (max-width: 991px) {
  .section-header-btn-area {
    margin-top: 20px;
  }
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/
.subscribe-section {
  overflow: hidden;
}

.subscribe-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.subscribe-area .subscribe-content {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .subscribe-area .subscribe-content {
    width: 100%;
  }
}
.subscribe-area .subscribe-content .sub-title {
  color: #19232d;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .subscribe-area .subscribe-content .sub-title {
    font-size: 14px;
  }
}
.subscribe-area .subscribe-content .title {
  margin-bottom: 0;
}
.subscribe-area .subscribe-form {
  width: calc(100% - 40%);
  padding-left: 60px;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .subscribe-area .subscribe-form {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.subscribe-area .subscribe-form input {
  border-radius: 999px;
  padding: 10px 200px 10px 15px;
  padding-left: 25px;
  border: 1px solid #0390f9;
  height: 70px;
}
@media only screen and (max-width: 991px) {
  .subscribe-area .subscribe-form input {
    height: 50px;
    padding: 10px 15px 10px 15px;
  }
}
.subscribe-area .subscribe-form button, .subscribe-area .subscribe-form input[type="button"], .subscribe-area .subscribe-form input[type="reset"], .subscribe-area .subscribe-form input[type="submit"] {
  position: absolute;
  top: 7px;
  right: 7px;
  width: auto;
  border-radius: 999px;
  margin-top: 0;
  padding: 16px 30px;
}
.subscribe-area .subscribe-form button i, .subscribe-area .subscribe-form input[type="button"] i, .subscribe-area .subscribe-form input[type="reset"] i, .subscribe-area .subscribe-form input[type="submit"] i {
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .subscribe-area .subscribe-form button, .subscribe-area .subscribe-form input[type="button"], .subscribe-area .subscribe-form input[type="reset"], .subscribe-area .subscribe-form input[type="submit"] {
    position: unset;
    width: 100%;
    margin-top: 10px;
  }
}
.subscribe-area .subscribe-form .custom-check-group {
  margin-top: 20px;
  margin-left: 25px;
  margin-bottom: 0;
}
.subscribe-area .subscribe-form .custom-check-group label {
  font-family: "Mulish", sans-serif;
  color: #19232d;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.subscribe-area .subscribe-form .custom-check-group label a {
  text-decoration: underline;
}

/*-------------------------------------------------
    [ ### choose block ]
*/
.choose-item {
  background-color: white;
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.choose-item:hover .choose-thumb {
  opacity: 1;
  visibility: visible;
}
.choose-item:hover .num {
  color: #0390f9;
}
.choose-item:hover .title {
  color: white;
}
.choose-item:hover p {
  color: white;
}
.choose-item .choose-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s;
}
.choose-item .choose-thumb img {
  width: 100%;
  height: 100%;
}
.choose-item .choose-thumb::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #19232d;
  opacity: .7;
}
.choose-item .num {
  font-size: 65px;
  line-height: 65px;
  color: #E8E9EA;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  margin-bottom: 15px;
}
.choose-item .title {
  margin-bottom: 15px;
}

/*-------------------------------------------------
    [ ### gallery block ]
*/
.gallery-section {
  overflow: hidden;
}

.gallery-slider {
  overflow: hidden;
}
.gallery-slider .swiper-slide-active .gallery-item::before {
  opacity: 0;
}
.gallery-slider .slider-prev, .gallery-slider .slider-next {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
@media only screen and (max-width: 991px) {
  .gallery-slider .slider-prev, .gallery-slider .slider-next {
    display: none;
  }
}
.gallery-slider .slider-prev {
  left: 30%;
}
.gallery-slider .slider-next {
  right: 30%;
}

.gallery-item {
  position: relative;
  transition: all 0.5s;
}
.gallery-item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #19232d;
  opacity: .6;
  transition: all 0.5s;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.service-section {
  position: relative;
  overflow: hidden;
}
.service-section .service-element-one {
  position: absolute;
  top: 15%;
  right: 3%;
  opacity: .2;
  animation: scroll-down 3s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1600px) {
  .service-section .service-element-one {
    display: none;
  }
}
.service-section .service-element-two {
  position: absolute;
  top: 60%;
  left: 5%;
  opacity: .2;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1600px) {
  .service-section .service-element-two {
    display: none;
  }
}

.service-item .num {
  font-family: "Playfair Display", sans-serif;
  color: #19232d;
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #0390f9;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}
.service-item .title {
  font-weight: 600;
}
.service-item p {
  color: #19232d;
}

.service-thumb {
  position: relative;
  width: 450px;
  height: 450px;
  background-color: rgba(220, 187, 135, 0.1);
  border-radius: 50%;
  z-index: 10;
  margin: auto;
  transition: all 0.5s;
}
@media only screen and (max-width: 1199px) {
  .service-thumb {
    width: auto;
    height: auto;
  }
}
.service-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(220, 187, 135, 0.15);
  -webkit-animation: inner-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  -moz-animation: inner-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  animation: inner-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  z-index: -10;
}
.service-thumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(220, 187, 135, 0.15);
  -webkit-animation: outer-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  -moz-animation: outer-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  animation: outer-ripple 2000ms cubic-bezier(0.4, 0, 1, 1) infinite;
  z-index: -10;
}

/*-------------------------------------------------
    [ ### history block ]
*/
.history-area {
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
}
.history-area::after {
  position: absolute;
  content: '';
  top: 7%;
  left: 50.7%;
  width: 1px;
  height: calc(100% - 23%);
  background-color: #e5e5e5;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .history-area::after {
    display: none;
  }
}

.history-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .history-item {
    justify-content: center;
  }
}
.history-item:nth-child(even) {
  flex-direction: row-reverse;
}
.history-item:nth-child(even) .history-thumb {
  padding-right: 0;
  padding-left: 60px;
}
@media only screen and (max-width: 991px) {
  .history-item:nth-child(even) .history-thumb {
    padding-left: 0;
  }
}
.history-item:nth-child(even) .history-content {
  padding-left: 0;
  text-align: right;
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .history-item:nth-child(even) .history-content {
    text-align: left;
    padding-right: 0;
  }
}
.history-item::before {
  position: absolute;
  content: '';
  top: 28.2%;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #19232d;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .history-item::before {
    display: none;
  }
}
.history-item::after {
  position: absolute;
  content: '';
  top: 26.9%;
  left: 49.55%;
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .history-item::after {
    display: none;
  }
}

.history-thumb {
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  .history-thumb {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .history-thumb img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .history-thumb {
    width: 100%;
  }
}

.history-content {
  width: calc(100% - 50%);
  padding-left: 60px;
}
@media only screen and (max-width: 991px) {
  .history-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.history-content .year {
  font-family: "Playfair Display", sans-serif;
  color: #0390f9;
  font-weight: 700;
}
.history-content .title {
  margin-bottom: 15px;
  font-weight: 600;
}
.history-content p {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .history-content p {
    font-size: 14px;
  }
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-header-area {
  margin-bottom: 30px;
}
.faq-header-area .sub-title {
  color: #0390f9;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .faq-header-area .sub-title {
    font-size: 14px;
  }
}
.faq-header-area .title {
  margin-bottom: 15px;
  font-weight: 700;
}
.faq-header-area p {
  color: #19232d;
}
.faq-header-area .faq-service-list {
  margin-top: 20px;
}
@media only screen and (max-width: 440px) {
  .faq-header-area .faq-service-list {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .faq-header-area .faq-service-list {
    margin: -5px;
  }
}
.faq-header-area .faq-service-list li {
  display: inline-block;
  color: #555E67;
  font-weight: 800;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .faq-header-area .faq-service-list li {
    margin: 5px;
    font-size: 14px;
  }
}
.faq-header-area .faq-service-list li i {
  padding: 5px;
  background-color: #555E67;
  color: white;
  border-radius: 3px;
  margin-right: 5px;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .faq-header-area .faq-service-list li i {
    padding: 3px;
    font-size: 12px;
  }
}
.faq-header-area .faq-service-list li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 575px) {
  .faq-header-area .faq-service-list li + li {
    margin-left: 0;
  }
}

.faq-thumb img {
  width: 100%;
}

.faq-wrapper {
  margin-bottom: -20px;
}
.faq-wrapper .faq-item {
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  font-size: 16px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 15px;
  }
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-content {
  display: none;
  padding: 20px;
}
.faq-wrapper .faq-item .faq-content p {
  font-size: 14px;
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
}
.faq-wrapper .faq-item .right-icon::after {
  border-bottom: 3px solid #3d3d3d;
  border-right: 3px solid #3d3d3d;
  content: '';
  display: block;
  height: 10px;
  margin-top: 0;
  pointer-events: none;
  position: absolute;
  margin-top: -7px;
  right: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
  width: 10px;
}
.faq-wrapper .faq-item.active .faq-content {
  display: block;
}
.faq-wrapper .faq-item.active.open .right-icon::after {
  border-top: 3px solid #19232d;
  border-left: 3px solid #19232d;
  border-bottom: none;
  border-right: none;
  margin-top: -3px;
}
.faq-wrapper .faq-item.open .faq-title {
  background-color: #0390f9;
  color: #19232d;
}
.faq-wrapper .faq-item.open .right-icon::after {
  border-top: 3px solid #19232d;
  border-left: 3px solid #19232d;
  border-bottom: none;
  border-right: none;
  margin-top: -3px;
}

/*-------------------------------------------------
    [ ### interior block ]
*/
.interior-section {
  position: relative;
  z-index: 2;
}
.interior-section .interior-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.interior-area {
  background-color: #0390f9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.interior-icon {
  font-size: 100px;
  color: #19232d;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .interior-icon {
    font-size: 50px;
  }
}

.interior-content {
  width: 50%;
  padding: 100px;
}
@media only screen and (max-width: 1199px) {
  .interior-content {
    padding: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .interior-content {
    width: 100%;
    padding: 30px;
  }
}
.interior-content .title {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .interior-content .title {
    font-size: 22px;
  }
}
.interior-content p {
  color: #19232d;
  font-size: 14px;
}

.interior-thumb {
  width: calc(100% - 50%);
}
.interior-thumb img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .interior-thumb {
    width: 100%;
  }
}

/*-------------------------------------------------
    [ ### four-not-four block ]
*/
.four-not-four-section {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .four-not-four-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.four-not-four-section .four-not-four-element-one {
  position: absolute;
  top: 25%;
  right: 5%;
  opacity: .2;
}
@media only screen and (max-width: 1199px) {
  .four-not-four-section .four-not-four-element-one {
    display: none;
  }
}
.four-not-four-section .four-not-four-element-two {
  position: absolute;
  top: 40%;
  left: 8%;
  opacity: .2;
}
@media only screen and (max-width: 1199px) {
  .four-not-four-section .four-not-four-element-two {
    display: none;
  }
}

.four-not-four-thumb {
  position: relative;
}
.four-not-four-thumb .four-not-four-element-three {
  position: absolute;
  right: 35%;
  top: -5%;
  animation: scroll-down 3s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .four-not-four-thumb .four-not-four-element-three {
    display: none;
  }
}
.four-not-four-thumb .four-not-four-element-four {
  position: absolute;
  left: 35%;
  top: 5%;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 1199px) {
  .four-not-four-thumb .four-not-four-element-four {
    display: none;
  }
}

.four-not-four-content {
  padding-top: 40px;
}
.four-not-four-content .title {
  font-weight: 700;
  margin-bottom: 20px;
}
.four-not-four-content p {
  font-size: 20px;
  color: #19232d;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .four-not-four-content p {
    font-size: 15px;
  }
}
.four-not-four-content p span {
  color: #0390f9;
}

.four-not-four-form {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
.four-not-four-form input {
  border: 1px solid #e5e5e5;
  background-color: white;
  font-family: "Mulish", sans-serif;
  color: #3d3d3d;
  padding: 10px 40px 10px 15px;
  font-weight: 700;
}
.four-not-four-form input:focus {
  background-color: white;
}
.four-not-four-form input::placeholder {
  color: rgba(61, 61, 61, 0.7);
}
.four-not-four-form button, .four-not-four-form input[type="button"], .four-not-four-form input[type="reset"], .four-not-four-form input[type="submit"] {
  position: absolute;
  top: 9px;
  right: 12px;
  background-color: transparent;
  color: #0390f9;
  font-size: 20px;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-section {
  position: relative;
  overflow: hidden;
}
.contact-section .contact-element {
  position: absolute;
  right: -10%;
  bottom: -5%;
}

.contact-left-content {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .contact-left-content {
    width: 100%;
  }
}
.contact-left-content .sub-title {
  font-weight: 700;
  font-size: 20px;
  color: #0390f9;
  margin-bottom: 15px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contact-left-content .sub-title {
    font-size: 14px;
  }
}
.contact-left-content .title {
  margin-bottom: 15px;
  font-weight: 700;
  width: 80%;
}
.contact-left-content p {
  color: #19232d;
}
.contact-left-content .contact-social {
  margin-top: 30px;
}
.contact-left-content .contact-social li {
  display: inline-block;
}
.contact-left-content .contact-social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(220, 187, 135, 0.5);
  color: #0390f9;
  font-size: 12px;
  transition: all 0.3s;
}
.contact-left-content .contact-social li a:hover {
  color: white;
  background-color: #0390f9;
}
.contact-left-content .contact-social li + li {
  margin-left: 5px;
}

.contact-form-area .contact-select::after {
  content: '\f078';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  color: rgba(61, 61, 61, 0.7);
  right: 32px;
  top: 15px;
  position: absolute;
  pointer-events: none;
}
.contact-form-area .contact-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-form-area .contact-select .form--control {
  line-height: 30px;
}
.contact-form-area .nice-select .current {
  color: rgba(61, 61, 61, 0.7);
}
.contact-form-area .nice-select .option {
  font-weight: 500;
  font-size: 14px;
}
.contact-form-area .icon {
  position: absolute;
  top: 13px;
  right: 30px;
  background-color: transparent;
  color: rgba(61, 61, 61, 0.7);
  font-size: 20px;
}
.contact-form-area .form--control {
  border: 1px solid #0390f9;
  background-color: white;
  border-radius: 3px;
  height: 50px;
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  padding: 10px 40px 10px 15px;
  font-weight: 700;
}
.contact-form-area .form--control:focus {
  border: 1px solid #0390f9;
  background-color: white;
  color: #3d3d3d;
}
.contact-form-area .form--control::placeholder {
  color: rgba(61, 61, 61, 0.7);
}
.contact-form-area button i, .contact-form-area input[type="button"] i, .contact-form-area input[type="reset"] i, .contact-form-area input[type="submit"] i {
  font-size: 12px;
  transition: all 0.5s;
}

.contact-widget .contact-form-header {
  margin-bottom: 30px;
}
.contact-widget .contact-form-header .sub-title {
  font-weight: 700;
  font-size: 20px;
  color: #0390f9;
  margin-bottom: 15px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 991px) {
  .contact-widget .contact-form-header .sub-title {
    font-size: 14px;
  }
}
.contact-widget .contact-form-header .title {
  margin-bottom: 10px;
  font-weight: 700;
}
.contact-widget .contact-item-list li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #e5e5e5;
}
.contact-widget .contact-item-list li:first-child {
  border: none;
  padding: 0;
  margin: 0;
}
.contact-widget .contact-item-list li a {
  display: flex;
  flex-wrap: wrap;
}
.contact-widget .contact-item-list li .contact-item-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  background-color: #f5f3f1;
  border-radius: 50%;
  color: #0390f9;
  font-size: 24px;
}
.contact-widget .contact-item-list li .contact-item-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.contact-widget .contact-item-list li .contact-item-content .title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .contact-widget .contact-item-list li .contact-item-content .title {
    font-size: 18px;
  }
}
.contact-widget .contact-item-list li .contact-item-content p {
  margin-bottom: 0;
  font-weight: 600;
}

.map-area {
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .map-area {
    margin-right: 0;
  }
}
.map-area iframe {
  width: 100%;
  height: 585px;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-form {
  position: relative;
}
.account-form .icon {
  position: absolute;
  top: 13px;
  right: 30px;
  background-color: transparent;
  color: #3d3d3d;
  font-size: 20px;
}
.account-form input {
  border: 1px solid #0390f9;
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  padding: 10px 40px 10px 15px;
  height: 50px;
  font-weight: 700;
}
.account-form input:focus {
  border: 1px solid #0390f9;
  background-color: white;
  color: #3d3d3d;
}
.account-form input::placeholder {
  color: rgba(61, 61, 61, 0.7);
}
.account-form p {
  font-size: 15px;
  font-weight: 700;
}
.account-form p span {
  color: #0390f9;
  font-weight: 800;
}
.account-form button, .account-form input[type="button"], .account-form input[type="reset"], .account-form input[type="submit"] {
  border-radius: 5px;
  margin-top: 20px;
}

.google-submit button, .google-submit input[type="button"], .google-submit input[type="reset"], .google-submit input[type="submit"] {
  background-color: transparent;
  border: 1px solid #0390f9;
}

.or label {
  font-family: "Mulish", sans-serif;
  color: #19232d;
  font-weight: 700;
  position: relative;
}
.or label::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #e5e5e5;
}
.or label::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #e5e5e5;
}

.account-item label {
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.account-item label a {
  font-weight: 800;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item {
  padding: 20px;
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s;
}

.blog-thumb {
  overflow: hidden;
  border-radius: 10px;
}
.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  padding-top: 20px;
}
.blog-content .title {
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
}
.blog-content .title a {
  transition: all 0.5s;
}
.blog-content .title a:hover {
  color: #0390f9;
}
@media only screen and (max-width: 991px) {
  .blog-content .title {
    line-height: 1.5;
    font-size: 18px;
  }
}

.blog-post-meta {
  margin-bottom: 10px;
}
.blog-post-meta span {
  color: #8E8E8E;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .blog-post-meta span {
    font-size: 12px;
  }
}
.blog-post-meta .date {
  position: relative;
  padding-right: 20px;
  margin-right: 18px;
}
.blog-post-meta .date::before {
  position: absolute;
  content: '';
  top: 7px;
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #0390f9;
}

.blog-btn a {
  color: #0390f9;
  font-size: 16px;
  font-weight: 800;
}
.blog-btn a i {
  font-size: 12px;
  transition: all 0.5s;
}
.blog-btn a:hover i {
  padding-left: 5px;
}

.dark .blog-item {
  background-color: #1F2E3C;
}
.dark .blog-post-meta span {
  color: #dfdfdf;
}
.dark .blog-content .title {
  color: white;
}
.dark .blog-content p {
  color: #dfdfdf;
}

.page-wrapper-two .blog-item {
  padding: 0;
  box-shadow: none;
  overflow: hidden;
}
.page-wrapper-two .blog-thumb {
  position: relative;
}
.page-wrapper-two .blog-thumb::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(-365deg, rgba(31, 46, 60, 0.8) 20%, rgba(25, 25, 25, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-wrapper-two .blog-thumb .blog-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .blog-thumb .blog-content {
    padding: 10px;
    bottom: 10px;
    left: 10px;
  }
}
.page-wrapper-two .blog-thumb .blog-content .blog-badge {
  background-color: #0390f9;
  border-radius: 30px;
  color: white;
  font-weight: 600;
  padding: 4px 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .page-wrapper-two .blog-thumb .blog-content .blog-badge {
    font-size: 12px;
    padding: 2px 10px;
  }
}
.page-wrapper-two .blog-thumb .blog-content .title {
  color: white;
}
.page-wrapper-two .blog-thumb .blog-content .blog-post-meta .date::before {
  background-color: white;
}
.page-wrapper-two .blog-thumb .blog-content .blog-post-meta span {
  color: white;
}
.page-wrapper-two .blog-right-content-area .blog-content {
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 20px;
}
.page-wrapper-two .blog-right-content-area .blog-content:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.sidebar {
  position: sticky;
  top: 0;
}

.widget-box {
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 10px;
  z-index: 2;
  overflow: hidden;
}
.widget-box .widget-title {
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  position: relative;
  z-index: 2;
}
.widget-box .widget-title::before {
  position: absolute;
  content: '';
  top: 0;
  left: -25px;
  width: 3px;
  height: 20px;
  background-color: #0390f9;
}

.package-book-form .form-group {
  position: relative;
}
.package-book-form .icon {
  position: absolute;
  top: 11px;
  right: 20px;
  background-color: transparent;
  color: #0390f9;
  font-size: 20px;
}
.package-book-form .form--control {
  border: 1px solid #0390f9;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 40px 10px 15px;
  color: white;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.package-book-form .form--control:focus {
  border: 1px solid #0390f9;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.package-book-form .form--control::placeholder {
  color: white;
}
.package-book-form button i, .package-book-form input[type="button"] i, .package-book-form input[type="reset"] i, .package-book-form input[type="submit"] i {
  margin-right: 5px;
  transition: all 0.5s;
}
.package-book-form button i::before, .package-book-form input[type="button"] i::before, .package-book-form input[type="reset"] i::before, .package-book-form input[type="submit"] i::before {
  color: #0390f9;
  transition: all 0.5s;
}
.package-book-form button:hover i, .package-book-form input[type="button"]:hover i, .package-book-form input[type="reset"]:hover i, .package-book-form input[type="submit"]:hover i {
  transform: rotate(40deg);
}
.package-book-form button:hover i::before, .package-book-form input[type="button"]:hover i::before, .package-book-form input[type="reset"]:hover i::before, .package-book-form input[type="submit"]:hover i::before {
  color: #0390f9;
}

.popular-widget-box {
  margin-bottom: -20px;
}

.single-popular-item {
  padding-bottom: 30px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 30px;
}
.single-popular-item:last-child {
  border: none;
  padding: 0;
}
.single-popular-item .popular-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 10px;
}
.single-popular-item .popular-item-content .title {
  font-size: 16px;
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.single-popular-item .popular-item-content .title a {
  transition: all 0.5s;
}
.single-popular-item .popular-item-content .title a:hover {
  color: #0390f9;
}
.single-popular-item .popular-item-content .blog-date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}

.category-list li {
  font-size: 15px;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}
.category-list li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.category-list li a {
  display: block;
  transition: all 0.5s;
}
.category-list li a:hover {
  color: #0390f9;
}
.category-list li i {
  color: #0390f9;
  margin-right: 5px;
}
.category-list li span {
  float: right;
}
.category-list li span::before {
  content: '(';
}
.category-list li span::after {
  content: ')';
}

.tag-list {
  margin: -5px;
}
.tag-list li {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  margin: 5px;
  transition: all 0.5s;
}
.tag-list li:hover {
  background-color: #0390f9;
  border: 1px solid #0390f9;
  color: white;
}

.search-widget-box .search-form {
  position: relative;
}
.search-widget-box .search-form input {
  border: 1px solid #e5e5e5;
  font-family: "Mulish", sans-serif;
  padding: 10px 40px 10px 15px;
  color: #3d3d3d;
  font-weight: 700;
}
.search-widget-box .search-form input::placeholder {
  color: #3d3d3d;
}
.search-widget-box .search-form button, .search-widget-box .search-form input[type="button"], .search-widget-box .search-form input[type="reset"], .search-widget-box .search-form input[type="submit"] {
  position: absolute;
  top: 13px;
  right: 10px;
  background-color: transparent;
  color: #0390f9;
  font-size: 18px;
}

.blog-classic .blog-item {
  box-shadow: none;
  padding: 0;
  border-bottom: 1px dashed #e5e5e5;
  border-radius: 0;
  padding-bottom: 20px;
}
.blog-classic .blog-item:last-child {
  border: none;
  padding: 0;
}
.blog-classic .blog-thumb {
  border-radius: 0;
}
.blog-classic .blog-content .title {
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .blog-classic .blog-content .title {
    font-size: 20px;
    line-height: 1.5;
  }
}
.blog-classic .blog-content p {
  font-size: 15px;
}
.blog-classic .blog-meta-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.blog-classic .blog-post-meta {
  margin-bottom: 0;
}
.blog-classic .blog-post-meta span {
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .blog-classic .blog-social {
    display: none;
  }
}
.blog-classic .blog-social li {
  display: inline-block;
}
.blog-classic .blog-social li a {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  color: #3d3d3d;
  font-size: 14px;
  transition: all 0.3s;
}
.blog-classic .blog-social li a:hover {
  color: #0390f9;
}
.blog-classic .blog-social li + li {
  margin-left: 10px;
}
.blog-classic .blog-btn {
  margin-top: 30px;
}
.blog-classic .blog-btn a {
  background-color: transparent;
  color: #19232d;
  border: 1px solid #19232d;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.blog-classic .blog-btn a::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0390f9;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.blog-classic .blog-btn a i {
  color: #0390f9;
  transition: all 0.5s;
}
.blog-classic .blog-btn a:hover {
  color: #19232d;
  border: 1px solid #0390f9;
}
.blog-classic .blog-btn a:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
.blog-classic .blog-btn a:hover i {
  color: #19232d;
  padding-left: 0;
}

.blog-details .blog-content .sub-title {
  font-weight: 400;
  font-size: 15px;
  color: #0390f9;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .blog-details .blog-content .sub-title {
    font-size: 14px;
  }
}
.blog-details .blog-btn a::after {
  display: none;
}
.blog-details .blog-list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blog-details .blog-list li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  font-weight: 700;
}
.blog-details .blog-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: rgba(220, 187, 135, 0.2);
  border-radius: 50%;
  color: #19232d;
  text-align: center;
  font-weight: 900;
}
.blog-details .blog-list li + li {
  margin-top: 8px;
}
.blog-details .pagination {
  justify-content: space-between;
  margin-top: 30px;
}
.blog-details .pagination .page-item {
  text-align: center;
  padding: 8px;
}
.blog-details .pagination .page-item a, .blog-details .pagination .page-item span {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #0390f9;
  padding: 0;
  font-weight: 700;
  line-height: auto;
  font-size: 24px;
  display: block;
  margin: 0;
}
.blog-details .pagination .page-item.next a {
  background: transparent;
  border: none;
  color: #0390f9;
  margin-left: 5px;
  font-size: 14px;
}
.blog-details .pagination .page-item.prev a {
  background: transparent;
  border: none;
  color: #0390f9;
  margin-left: 5px;
  font-size: 14px;
}
.blog-details .pagination .page-item.disabled span {
  background: transparent;
  border: none;
  color: #0390f9;
  margin-right: 5px;
  font-size: 14px;
}
.blog-details .pagination .page-item .page-link {
  transition: all 0.3s;
}
.blog-details .pagination .page-item.active .page-link {
  background-color: #0390f9;
  border-color: transparent;
  color: #19232d;
}

.blog-tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px dashed #e5e5e5;
  padding-top: 20px;
  margin-top: 30px;
}
.blog-tag-wrapper span {
  color: #19232d;
  font-weight: 700;
  margin-right: 10px;
}
.blog-tag-wrapper .blog-footer-tag li {
  display: inline-block;
  background-color: #0390f9;
  padding: 3px 10px;
  font-weight: 700;
  font-size: 14px;
}
.blog-tag-wrapper .blog-footer-tag li + li {
  margin-left: 10px;
}

.blog-slider-area {
  margin: -20px;
}

.blog-slider {
  overflow: hidden;
  padding: 20px;
}

.blog-related-area {
  margin-top: 60px;
}
.blog-related-area .section-header .section-title {
  font-weight: 700;
}
.blog-related-area .blog-item {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 20px !important;
  border-bottom: none;
  border-radius: 10px;
  padding-bottom: 0;
}
.blog-related-area .blog-thumb {
  border-radius: 10px;
}
.blog-related-area .blog-content .title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 20px;
}
.blog-related-area .blog-content p {
  font-size: 14px;
}
.blog-related-area .blog-post-meta {
  margin-bottom: 10px;
}
.blog-related-area .blog-post-meta span {
  font-weight: 400;
}
.blog-related-area .blog-btn {
  margin-top: 0;
}
.blog-related-area .blog-btn a {
  background-color: transparent;
  color: #0390f9;
  border: none;
}
.blog-related-area .blog-btn a i {
  color: #0390f9;
  transition: all 0.5s;
}
.blog-related-area .blog-btn a:hover {
  background-color: transparent;
  color: #0390f9;
  border: none;
}
.blog-related-area .blog-btn a:hover i {
  color: #0390f9;
}

.blog-section-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-section-header .section-header {
  margin-bottom: 0;
}

.blog-comment-area {
  margin-top: 60px;
}
.blog-comment-area .title {
  margin-bottom: 10px !important;
}
.blog-comment-area .comment-form {
  margin-top: 30px;
}
.blog-comment-area .comment-form .form--control {
  border: 1px solid #e5e5e5;
  background-color: white;
  height: 50px;
  color: #3d3d3d;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
.blog-comment-area .comment-form .form--control:focus {
  border: 1px solid #0390f9;
  background-color: white;
  color: #3d3d3d;
}
.blog-comment-area .comment-form .form--control::placeholder {
  color: #3d3d3d;
}
.blog-comment-area .comment-form button, .blog-comment-area .comment-form input[type="button"], .blog-comment-area .comment-form input[type="reset"], .blog-comment-area .comment-form input[type="submit"] {
  background-color: transparent;
  color: #19232d;
  border: 1px solid #19232d;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.blog-comment-area .comment-form button::after, .blog-comment-area .comment-form input[type="button"]::after, .blog-comment-area .comment-form input[type="reset"]::after, .blog-comment-area .comment-form input[type="submit"]::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0390f9;
  border-radius: 999px;
  transform-origin: 100px 100px;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.blog-comment-area .comment-form button i, .blog-comment-area .comment-form input[type="button"] i, .blog-comment-area .comment-form input[type="reset"] i, .blog-comment-area .comment-form input[type="submit"] i {
  color: #0390f9;
  transition: all 0.5s;
}
.blog-comment-area .comment-form button:hover, .blog-comment-area .comment-form input[type="button"]:hover, .blog-comment-area .comment-form input[type="reset"]:hover, .blog-comment-area .comment-form input[type="submit"]:hover {
  color: #19232d;
  border: 1px solid #0390f9;
}
.blog-comment-area .comment-form button:hover::after, .blog-comment-area .comment-form input[type="button"]:hover::after, .blog-comment-area .comment-form input[type="reset"]:hover::after, .blog-comment-area .comment-form input[type="submit"]:hover::after {
  opacity: 1;
  transform-origin: 100px 100px;
  border-radius: 999px;
  transform: translate(0, 0) scale(1);
}
.blog-comment-area .comment-form button:hover i, .blog-comment-area .comment-form input[type="button"]:hover i, .blog-comment-area .comment-form input[type="reset"]:hover i, .blog-comment-area .comment-form input[type="submit"]:hover i {
  color: #19232d;
}

.blog-widget-thumb-area {
  margin-top: 30px;
}

.instructor-header-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.instructor-header-area .instructor-thumb {
  width: 70px;
}
.instructor-header-area .instructor-content {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.instructor-header-area .instructor-content .title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin-bottom: 3px;
}
.instructor-header-area .instructor-content .title a {
  transition: all 0.5s;
}
.instructor-header-area .instructor-content .title a:hover {
  color: #0390f9;
}
.instructor-header-area .instructor-content .instructor-ratings {
  margin-top: 5px;
}

.instructor-footer-area {
  border-top: 1px dashed #e5e5e5;
  padding-top: 15px;
  margin-top: 20px;
}

.instructor-social li {
  display: inline-block;
}
.instructor-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #19232d;
  font-size: 12px;
  transition: all 0.3s;
}
.instructor-social li a:hover {
  border: 1px solid #0390f9;
  background-color: #0390f9;
  color: white;
}

.instructor-social li + li {
  margin-left: 8px;
}

.blog-widget-thumb img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .blog-right-content-area {
    display: none;
  }
}
