/* style-critical.min.css v5 — CLEAN SPLIT
   Lines 1-3422 of style.min.css
   Contains: ALL resets + buttons + header/nav + offcanvas + slider sections 1-3
   Load synchronously. No gaps, no cascade issues. */

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #666666;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}
body[dir="rtl"] {
  text-align: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #072f60;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}
h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin-bottom: 0;
}
a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
a,
button,
img,
input {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: 0;
}
a:focus,
button:focus,
img:focus,
input:focus {
  outline: 0;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ffc000;
}
ul,
ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
button,
input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}
.section,
.main-wrapper {
  float: left;
  width: 100%;
}
.tab-content {
  width: 100%;
}
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}
.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  -webkit-animation: up 0.7s ease-out;
  animation: up 0.7s ease-out;
}
@-webkit-keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section-padding_pad {
  padding-top: 120px;
  padding-bottom: 120px;
}
.bottom_text
{
	position: relative;
    left: 50%;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-padding-02 {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}
.bg-color-1 {
  background-color: #fdfaf1;
}
.bg-color-1-2 {
  background: #086591 !important;
}
.bg-color-2 {
  background-color: #f6f7f9;
}
.bg-primary {
  background-color: #ffc000 !important;
}
.border-bottom {
  border-bottom: 1px solid #ebebeb !important;
}
.section-title .title {
  font-size: 30px;
  font-weight: 600;
  color: #072f60;
  line-height: 1.2;
  margin-top: -8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 24px;
  }
}
.section-title .title span {
  position: relative;
  z-index: 1;
}
.section-title .title span::before {
  position: absolute;
  content: "";
  width: 103%;
  height: 22px;
  background-color: #ffd24d;
  border-radius: 50px;
  z-index: -1;
  top: 12px;
  left: -5px;
}
@media only screen and (max-width: 575px) {
  .section-title .title span::before {
    height: 15px;
  }
}
.section-title p {
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .section-title p {
    font-size: 20px;
  }
}
.section-title-2 .title {
  font-size: 30px;
  font-weight: 600;
  color: #1e1e1e;
  line-height: 1.25;
  margin-top: -8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .section-title-2 .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title-2 .title {
    font-size: 30px;
  }
}
.section-title-2 .sub-title {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f6520a;
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
}
.section-title-2 .sub-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #f6520a;
  top: 11px;
  left: -40px;
}
.section-title-2 .sub-title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #f6520a;
  top: 11px;
  right: -40px;
}
.section-title-3 .title {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  color: #271344;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-3 .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-3 .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title-3 .title {
    font-size: 30px;
  }
}
.section-title-3 .sub-title {
  font-size: 30px;
  line-height: 40px;
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  color: #086591;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .section-title-3 .sub-title {
    font-size: 28px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  border-radius: 50%;
  background-color: #ebebeb;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: 700;
  color: #072f60;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 14px;
  }
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #ffc000;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #ffffff;
}
.swiper-button-next {
  right: -48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-button-next {
    right: -25px;
  }
}
.swiper-button-prev {
  left: -48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-button-prev {
    left: -25px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e1e1e1;
  width: 13px;
  height: 13px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
  outline: none;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffc000;
}
.page-pagination {
  margin-top: 60px;
}
.page-pagination .pagination li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-pagination .pagination li a.active {
  background-color: #ffc000;
  color: #ffffff;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
}
.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #072f60;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffc000;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #072f60;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.single-form {
  margin-top: 30px;
}
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}
.form-control {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #666666;
  border-radius: 0;
  background-color: #f6f7f9;
  margin-bottom: 0;
  padding: 5px 20px;
  width: 100%;
  height: 55px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form-control:focus {
  outline: none;
  border-color: #ffc000;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f6f7f9;
  color: #666666;
}
.form-control::-webkit-input-placeholder {
  opacity: 1;
}
.form-control:-moz-placeholder {
  opacity: 1;
}
.form-control::-moz-placeholder {
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
}
textarea.form-control {
  height: 135px;
  padding-top: 15px;
  resize: none;
}
.form-check label {
  margin-bottom: 0;
}
.form-check-input {
  margin-top: 0;
}
.form-check-input:focus,
.form-check-input:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #072f60;
  border-color: #072f60;
}
.btn-margin {
  margin-top: 40px;
}
.btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.btn-wrap .btn {
  margin: 5px;
}
.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-color: transparent;
  color: #666666;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  height: 50px;
  border-width: 0;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .btn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
.btn:focus,
.btn:focus:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-2 {
  padding: 0 55px;
}
.btn-4 {
  font-size: 18px;
  padding: 0 65px;
  background: #086591;
  color: #ffffff;
}
.btn-4:hover {
  background: #271344;
  color: #ffffff;
}
.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.btn-round {
  border-radius: 100px;
}
.btn-square {
  border-radius: 20px;
}
[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-icon-left {
  padding-left: 69px;
}
.btn-icon-left i {
  left: 0;
  right: auto;
}
.btn-icon-right {
  padding-right: 69px;
}
.btn-icon-right i {
  left: auto;
  right: 0;
}
.btn-box {
  width: 50px;
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50px;
  -ms-flex: 1 0 50px;
  flex: 1 0 50px;
}
.btn-box i {
  display: block;
  line-height: 24px;
}
.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  background-color: #072f60;
  border-color: #072f60;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #3bbca7;
  border-color: #3bbca7;
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-three {
  background-color: #f6520a;
  border-color: #f6520a;
  color: #ffffff;
}
.btn-three:active,
.btn-three:focus,
.btn-three:hover {
  background-color: #3bbca7;
  border-color: #3bbca7;
  color: #ffffff;
}
.btn-success {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-danger {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #f44336;
  border-color: #f44336;
}
.btn-warning {
  background-color: #3bbca7;
  border-color: #3bbca7;
  color: #072f60;
}
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #3bbca7;
  border-color: #3bbca7;
}
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #072f60;
}
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #072f60;
  -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-heading-color {
  background-color: #072f60;
  border-color: #072f60;
  color: #ffffff;
}
.btn-heading-color:active,
.btn-heading-color:focus,
.btn-heading-color:hover {
  background-color: #072f60;
  border-color: #072f60;
}
[class*="btn-outline-"] {
  border: 1px solid transparent;
}
.btn-outline-primary {
  border-color: #3bbca7;
  color: #3bbca7;
}
.btn-outline-primary:hover {
  background-color: #3bbca7;
  border-color: #3bbca7;
  color: #ffffff;
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}
.btn-outline-success {
  border-color: #4caf50;
  color: #4caf50;
}
.btn-outline-success:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}
.btn-outline-danger {
  border-color: #f44336;
  color: #f44336;
}
.btn-outline-danger:hover {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}
.btn-outline-warning {
  border-color: #3bbca7;
  color: #3bbca7;
}
.btn-outline-warning:hover {
  background-color: #3bbca7;
  border-color: #3bbca7;
  color: #072f60;
}
.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #072f60;
}
.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}
.btn-outline-white {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #072f60;
}
.btn-outline-heading-color {
  border-color: #072f60;
  color: #072f60;
}
.btn-outline-heading-color:hover {
  background-color: #072f60;
  border-color: #072f60;
  color: #ffffff;
}
.btn-hover-primary:hover {
  background-color: #3bbca7;
  border-color: #3bbca7;
  color: #ffffff;
}
.btn-hover-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}
.btn-hover-success:hover {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #ffffff;
}
.btn-hover-danger:hover {
  background-color: #f44336;
  border-color: #f44336;
  color: #ffffff;
}
.btn-hover-warning:hover {
  background-color: #3bbca7;
  border-color: #3bbca7;
  color: #072f60;
}
.btn-hover-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
}
.btn-hover-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #072f60;
}
.btn-hover-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #ffffff;
}
.btn-hover-white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #072f60;
  -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}
.btn-hover-heading-color:hover {
  background-color: #3bbca7;
  border-color: #3bbca7;
  color: #ffffff;
}
.btn-android {
  background-color: #7ac157;
  border-color: #7ac157;
  color: #ffffff;
}
.btn-android:hover {
  background-color: #6bba45;
  border-color: #6bba45;
}
.btn-apple {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  color: #ffffff;
}
.btn-apple:hover {
  background-color: #ababab;
  border-color: #ababab;
}
.btn-behance {
  background-color: #1869ff;
  border-color: #1869ff;
  color: #ffffff;
}
.btn-behance:hover {
  background-color: #0059fe;
  border-color: #0059fe;
}
.btn-codepen {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-codepen:hover {
  background-color: black;
  border-color: black;
}
.btn-dribbble {
  background-color: #ea4c8a;
  border-color: #ea4c8a;
  color: #ffffff;
}
.btn-dribbble:hover {
  background-color: #e7357b;
  border-color: #e7357b;
}
.btn-dropbox {
  background-color: #007ee5;
  border-color: #007ee5;
  color: #ffffff;
}
.btn-dropbox:hover {
  background-color: #0070cc;
  border-color: #0070cc;
}
.btn-evernote {
  background-color: #78d525;
  border-color: #78d525;
  color: #ffffff;
}
.btn-evernote:hover {
  background-color: #6cbf21;
  border-color: #6cbf21;
}
.btn-facebook {
  background-color: #4867aa;
  border-color: #4867aa;
  color: #ffffff;
}
.btn-facebook:hover {
  background-color: #405c98;
  border-color: #405c98;
}
.btn-github {
  background-color: #313131;
  border-color: #313131;
  color: #ffffff;
}
.btn-github:hover {
  background-color: #242424;
  border-color: #242424;
}
.btn-google-drive {
  background-color: #1da462;
  border-color: #1da462;
  color: #ffffff;
}
.btn-google-drive:hover {
  background-color: #198e55;
  border-color: #198e55;
}
.btn-google-earth {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #ffffff;
}
.btn-google-earth:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}
.btn-google-glass {
  background-color: #ea4335;
  border-color: #ea4335;
  color: #ffffff;
}
.btn-google-glass:hover {
  background-color: #e82e1e;
  border-color: #e82e1e;
}
.btn-google-maps {
  background-color: #5083c3;
  border-color: #5083c3;
  color: #ffffff;
}
.btn-google-maps:hover {
  background-color: #4076ba;
  border-color: #4076ba;
}
.btn-google-play {
  background-color: #01b9fd;
  border-color: #01b9fd;
  color: #ffffff;
}
.btn-google-play:hover {
  background-color: #01a6e4;
  border-color: #01a6e4;
}
.btn-google-plus {
  background-color: #dd5144;
  border-color: #dd5144;
  color: #ffffff;
}
.btn-google-plus:hover {
  background-color: #d93d2e;
  border-color: #d93d2e;
}
.btn-google {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #ffffff;
}
.btn-google:hover {
  background-color: #2a75f3;
  border-color: #2a75f3;
}
.btn-instagram {
  background-color: #b23a94;
  border-color: #b23a94;
  color: #ffffff;
}
.btn-instagram:hover {
  background-color: #9f3484;
  border-color: #9f3484;
}
.btn-css3 {
  background-color: #0277bd;
  border-color: #0277bd;
  color: #ffffff;
}
.btn-css3:hover {
  background-color: #0267a4;
  border-color: #0267a4;
}
.btn-html5 {
  background-color: #e44d26;
  border-color: #e44d26;
  color: #ffffff;
}
.btn-html5:hover {
  background-color: #d6411b;
  border-color: #d6411b;
}
.btn-javascript {
  background-color: #f9dc3d;
  border-color: #f9dc3d;
  color: #ffffff;
}
.btn-javascript:hover {
  background-color: #f8d824;
  border-color: #f8d824;
}
.btn-python {
  background-color: #0c9dbf;
  border-color: #0c9dbf;
  color: #ffffff;
}
.btn-python:hover {
  background-color: #0a89a7;
  border-color: #0a89a7;
}
.btn-lastfm {
  background-color: #e31b23;
  border-color: #e31b23;
  color: #ffffff;
}
.btn-lastfm:hover {
  background-color: #cc181f;
  border-color: #cc181f;
}
.btn-linkedin {
  background-color: #007bb6;
  border-color: #007bb6;
  color: #ffffff;
}
.btn-linkedin:hover {
  background-color: #006a9d;
  border-color: #006a9d;
}
.btn-paypal {
  background-color: #002f86;
  border-color: #002f86;
  color: #ffffff;
}
.btn-paypal:hover {
  background-color: #00266d;
  border-color: #00266d;
}
.btn-pinterest {
  background-color: #bd081b;
  border-color: #bd081b;
  color: #ffffff;
}
.btn-pinterest:hover {
  background-color: #a50718;
  border-color: #a50718;
}
.btn-pocket {
  background-color: #ef3e56;
  border-color: #ef3e56;
  color: #ffffff;
}
.btn-pocket:hover {
  background-color: #ed2641;
  border-color: #ed2641;
}
.btn-polymer {
  background-color: #f87292;
  border-color: #f87292;
  color: #ffffff;
}
.btn-polymer:hover {
  background-color: #f75a7f;
  border-color: #f75a7f;
}
.btn-rss {
  background-color: #f99c3a;
  border-color: #f99c3a;
  color: #ffffff;
}
.btn-rss:hover {
  background-color: #f89021;
  border-color: #f89021;
}
.btn-share {
  background-color: #2c9cff;
  border-color: #2c9cff;
  color: #ffffff;
}
.btn-share:hover {
  background-color: #1390ff;
  border-color: #1390ff;
}
.btn-stackoverflow {
  background-color: #f38024;
  border-color: #f38024;
  color: #ffffff;
}
.btn-stackoverflow:hover {
  background-color: #f0720d;
  border-color: #f0720d;
}
.btn-steam {
  background-color: #15497b;
  border-color: #15497b;
  color: #ffffff;
}
.btn-steam:hover {
  background-color: #113c65;
  border-color: #113c65;
}
.btn-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}
.btn-twitter:hover {
  background-color: #0d95e8;
  border-color: #0d95e8;
}
.btn-vk {
  background-color: #5181b8;
  border-color: #5181b8;
  color: #ffffff;
}
.btn-vk:hover {
  background-color: #4574aa;
  border-color: #4574aa;
}
.btn-wikipedia {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  color: #072f60;
}
.btn-wikipedia:hover {
  background-color: gainsboro;
  border-color: gainsboro;
}
.btn-windows {
  background-color: #0078d6;
  border-color: #0078d6;
  color: #ffffff;
}
.btn-windows:hover {
  background-color: #006abd;
  border-color: #006abd;
}
.btn-500px {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-500px:hover {
  background-color: black;
  border-color: black;
}
.btn-8tracks {
  background-color: #122d4b;
  border-color: #122d4b;
  color: #ffffff;
}
.btn-8tracks:hover {
  background-color: #0d2136;
  border-color: #0d2136;
}
.btn-amazon {
  background-color: #f79b34;
  border-color: #f79b34;
  color: #ffffff;
}
.btn-amazon:hover {
  background-color: #f68f1b;
  border-color: #f68f1b;
}
.btn-blogger {
  background-color: #f06a35;
  border-color: #f06a35;
  color: #ffffff;
}
.btn-blogger:hover {
  background-color: #ee581d;
  border-color: #ee581d;
}
.btn-delicious {
  background-color: #0000fe;
  border-color: #0000fe;
  color: #ffffff;
}
.btn-delicious:hover {
  background-color: #0000e5;
  border-color: #0000e5;
}
.btn-disqus {
  background-color: #2e9efe;
  border-color: #2e9efe;
  color: #ffffff;
}
.btn-disqus:hover {
  background-color: #1592fe;
  border-color: #1592fe;
}
.btn-flattr {
  background-color: #7ab831;
  border-color: #7ab831;
  color: #ffffff;
}
.btn-flattr:hover {
  background-color: #6da42c;
  border-color: #6da42c;
}
.btn-flickr {
  background-color: #fe0084;
  border-color: #fe0084;
  color: #ffffff;
}
.btn-flickr:hover {
  background-color: #e50077;
  border-color: #e50077;
}
.btn-odnoklassniki {
  background-color: #f58220;
  border-color: #f58220;
  color: #ffffff;
}
.btn-odnoklassniki:hover {
  background-color: #f1750b;
  border-color: #f1750b;
}
.btn-outlook {
  background-color: #0072c6;
  border-color: #0072c6;
  color: #ffffff;
}
.btn-outlook:hover {
  background-color: #0063ad;
  border-color: #0063ad;
}
.btn-playstation {
  background-color: #07418e;
  border-color: #07418e;
  color: #ffffff;
}
.btn-playstation:hover {
  background-color: #063676;
  border-color: #063676;
}
.btn-reddit {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #ffffff;
}
.btn-reddit:hover {
  background-color: #e63e00;
  border-color: #e63e00;
}
.btn-skype {
  background-color: #00a9f0;
  border-color: #00a9f0;
  color: #ffffff;
}
.btn-skype:hover {
  background-color: #0097d7;
  border-color: #0097d7;
}
.btn-slideshare {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #ffffff;
}
.btn-slideshare:hover {
  background-color: #00669c;
  border-color: #00669c;
}
.btn-soundcloud {
  background-color: #fe4900;
  border-color: #fe4900;
  color: #ffffff;
}
.btn-soundcloud:hover {
  background-color: #e54200;
  border-color: #e54200;
}
.btn-tumblr {
  background-color: #36465d;
  border-color: #36465d;
  color: #ffffff;
}
.btn-tumblr:hover {
  background-color: #2d3a4d;
  border-color: #2d3a4d;
}
.btn-twitch {
  background-color: #6441a4;
  border-color: #6441a4;
  color: #ffffff;
}
.btn-twitch:hover {
  background-color: #593a92;
  border-color: #593a92;
}
.btn-vimeo {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
  color: #ffffff;
}
.btn-vimeo:hover {
  background-color: #14a7d7;
  border-color: #14a7d7;
}
.btn-whatsapp {
  background-color: #189d0e;
  border-color: #189d0e;
  color: #ffffff;
}
.btn-whatsapp:hover {
  background-color: #14860c;
  border-color: #14860c;
}
.btn-xbox {
  background-color: #107c0f;
  border-color: #107c0f;
  color: #ffffff;
}
.btn-xbox:hover {
  background-color: #0d650c;
  border-color: #0d650c;
}
.btn-yahoo {
  background-color: #4101af;
  border-color: #4101af;
  color: #ffffff;
}
.btn-yahoo:hover {
  background-color: #380196;
  border-color: #380196;
}
.btn-youtube {
  background-color: #fe0000;
  border-color: #fe0000;
  color: #ffffff;
}
.btn-youtube:hover {
  background-color: #e50000;
  border-color: #e50000;
}
.comment-box {
  margin-top: 50px;
}
.commtent-reply {
  padding-left: 105px;
}
@media only screen and (max-width: 767px) {
  .commtent-reply {
    padding-left: 0;
  }
}
.single-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 575px) {
  .single-comment {
    display: block;
  }
}
.single-comment .comment-author {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.single-comment .comment-author img {
  width: 75px;
  border-radius: 50%;
}
.single-comment .comment-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
.single-comment .comment-content .name {
  font-size: 16px;
  font-weight: 700;
}
.single-comment .comment-content p {
  margin-top: 5px;
}
.single-comment .comment-content .meta {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #ffc000;
}
.single-comment .comment-content .meta > * {
  margin-right: 30px;
}
.single-comment .comment-content .meta > *:last-child {
  margin-right: 0;
}
.single-comment .comment-content .meta a:hover {
  color: #072f60;
}
.comment-form {
  margin-top: 50px;
}
.animate-01 {
  -webkit-animation: animate-01 3s infinite;
  animation: animate-01 3s infinite;
}
@-webkit-keyframes animate-01 {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
.animate-02 {
  -webkit-animation: animate-02 5s infinite;
  animation: animate-02 5s infinite;
}
@-webkit-keyframes animate-02 {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
.animate-03 {
  -webkit-animation: animate-03 3s infinite;
  animation: animate-03 3s infinite;
}
@-webkit-keyframes animate-03 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate-04 {
  -webkit-animation: animate-04 4s infinite;
  animation: animate-04 4s infinite;
}
@-webkit-keyframes animate-04 {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
.animate-05 {
  -webkit-animation: animate-05 15s alternate infinite linear;
  animation: animate-05 15s alternate infinite linear;
}
@-webkit-keyframes animate-05 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animate-05 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}
.header-top {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-top {
    padding: 0;
  }
}
.header-bottom {
  background-color: #151948;
}
.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner > * {
  margin-right: 70px;
}
.header-inner > *:last-child {
  margin-right: 0;
}
.header-logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-logo a img {
    width: 130px;
  }
}

/* Center all menu items */
.header-menu .main-menu { justify-content: flex-start; }  /* 2026 Left all items */
.header-meta { margin-left: auto; }

.header-menu .main-menu {
    display: flex;
    justify-content: center; /* center all items */
    align-items: center;
    gap: 10px; /* space between items */
}

.header-menu .main-menu li {
  padding: 25px 12px;
  position: relative;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu .main-menu li {
    padding: 25px 10px;
  }
}
.header-menu .main-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #2f3034;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-menu .main-menu li a {
    font-size: 15px;
  }
}
.header-menu .main-menu li a.active {
  color: #ffc000;
}
.header-menu .main-menu li a.active::after {
  color: #ffc000;
}

.header-menu .main-menu li .menu-icon::after {
  content: none; /* grid icon Unicode "\f107" if need the down arrow */
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 500;
  color: #2f3034;
  margin-left: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-menu .main-menu li:hover > .menu-icon,
.header-menu .main-menu li:hover > a {
  color: #ffc000;
}
.header-menu .main-menu li:hover > .menu-icon::after,
.header-menu .main-menu li:hover > a::after {
  color: #ffc000;
}
.header-menu .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-menu .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  width: 320px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 5px;
  z-index: 99;
  border-top: 2px solid #ffc000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-menu .sub-menu li {
  padding: 0;
}
.header-menu .sub-menu li a {
  padding: 5px 20px;
  display: block;
  position: relative;
  color: #2f3034;
}
.header-menu .sub-menu li a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 9px;
  height: 2px;
  background-color: #ffc000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-menu .sub-menu li a.active {
  padding-left: 37px;
}
.header-menu .sub-menu li a.active::before {
  left: 15px;
  opacity: 1;
  visibility: visible;
}
.header-menu .sub-menu li .menu-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-menu .sub-menu li .menu-icon::after {
  content: "\f105";
}
.header-menu .sub-menu li:hover > a {
  padding-left: 37px;
}
.header-menu .sub-menu li:hover > a::before {
  left: 15px;
  opacity: 1;
  visibility: visible;
}

/* Nested submenu */
.header-menu .sub-menu li .sub-menu {
    position: absolute;
    top: auto !important;
    left: 100%;
    width: auto !important;        /* auto width for long items */
    min-width: 200px;
    max-height: 60vh;              /* max height = 80% of viewport */
    overflow-y: auto;              /* scroll if content exceeds max height */
    white-space: nowrap;
    background: #ffffff;
    box-shadow: 0 2px 29px rgba(0,0,0,0.05);
    border-radius: 5px;
    z-index: 999;
}

/* Optional: smooth scrolling on hover */
.header-menu .sub-menu li .sub-menu::-webkit-scrollbar {
    width: 6px;
}
.header-menu .sub-menu li .sub-menu::-webkit-scrollbar-thumb {
    background-color: #086591;
    border-radius: 3px;
}
.header-menu .sub-menu li .sub-menu::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}

.header-menu .sub-menu li:hover > .sub-menu {
  top: -20px;
}
.header-menu-02 .main-menu li > a {
  color: #ffffff;
}
.header-menu-02 .main-menu li .menu-icon::after {
  color: #ffffff;
}
.header-menu-02 .main-menu li:hover > .menu-icon,
.header-menu-02 .main-menu li:hover > a {
  color: #ffc000;
}
.header-menu-02 .main-menu li:hover > .menu-icon::after,
.header-menu-02 .main-menu li:hover > a::after {
  color: #ffc000;
}
.header-menu-02 .sub-menu li a {
  color: #2f3034;
}
.header-menu-03 .main-menu li a {
  color: #1e1e1e;
}
.header-menu-03 .main-menu li a.active {
  color: #f6520a;
}
.header-menu-03 .main-menu li a.active::after {
  color: #f6520a;
}
.header-menu-03 .main-menu li .menu-icon::after {
  color: #1e1e1e;
}
.header-menu-03 .main-menu li:hover > .menu-icon,
.header-menu-03 .main-menu li:hover > a {
  color: #f6520a;
}
.header-menu-03 .main-menu li:hover > .menu-icon::after,
.header-menu-03 .main-menu li:hover > a::after {
  color: #f6520a;
}
.header-menu-03 .sub-menu {
  border-top: 2px solid #f6520a;
}
.header-menu-03 .sub-menu li a {
  color: #1e1e1e;
}
.header-menu-03 .sub-menu li a::before {
  background-color: #f6520a;
}
.header-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.header-search {
  min-width: 300px;
  width: 100%;
  position: relative;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search {
    min-width: 220px;
    margin-right: 20px;
  }
}
.header-search input {
  background-color: #f8f8f8;
  padding: 0 20px;
  height: 46px;
  width: 100%;
  border: 1px solid transparent;
  color: #93a1a2;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  padding-right: 40px;
}
.header-search input:focus {
  outline: none;
  border-color: #ffc000;
}
.header-search input::-webkit-input-placeholder {
  color: #93a1a2;
}
.header-search input:-moz-placeholder {
  color: #93a1a2;
}
.header-search input::-moz-placeholder {
  color: #93a1a2;
}
.header-search input:-ms-input-placeholder {
  color: #93a1a2;
}
.header-search button {
  width: 46px;
  height: 46px;
  line-height: 50px;
  border: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffc000;
  font-size: 17px;
}
.header-search-02 {
  min-width: 410px;
}
.header-search-03 input:focus {
  border-color: #f6520a;
}
.header-search-03 button {
  color: #f6520a;
}
.header-cart {
  margin-right: 41px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-cart {
    margin-right: 31px;
  }
}
.header-cart .cart-btn {
  position: relative;
  border: 0;
  background: none;
  padding: 0;
  padding-right: 7px;
  padding-top: 4px;
}
.header-cart .cart-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
  width: 0px;
  height: 40px;
  background-color: #dedfe0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-cart .cart-btn::before {
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-cart .cart-btn::before {
    height: 30px;
  }
}
.header-cart .cart-btn i {
  font-size: 18px;
  color: #2f3034;
}
.header-cart .cart-btn .count {
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  background-color: #ffc000;
  display: block;
  font-size: 11px;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.header-cart .dropdown-cart {
  min-width: 370px;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border: 0;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  top: 57px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-cart .dropdown-cart {
    left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-cart .dropdown-cart {
    left: auto !important;
    right: -65px !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}
.header-cart-02 .cart-btn i {
  color: #f6520a;
}
.header-cart-02 .cart-btn .count {
  background-color: #f6520a;
}
.header-cart-02 .single-cart-item .item-content .title {
  color: #1e1e1e;
}
.header-cart-02 .single-cart-item .item-content .title:hover a {
  color: #f6520a;
}
.header-cart-02 .single-cart-item .item-content .quantity {
  font-size: 14px;
  color: #f6520a;
}
.header-cart-02 .cart-total .label {
  color: #1e1e1e;
}
.header-cart-02 .cart-total .value {
  color: #f6520a;
}
.header-cart-02 .cart-btns .btn-2 {
  padding: 0 30px;
}
.header-cart-02 .cart-btns .btn-white {
  color: #1e1e1e;
}
.header-cart-02 .cart-btns .btn-white:hover {
  background: #f6520a;
  color: #ffffff;
}
.cart-items {
  max-height: 280px;
  overflow-y: auto;
}
.single-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.single-cart-item + .single-cart-item {
  margin-top: 30px;
}
.single-cart-item .item-image img {
  border-radius: 50%;
}
.single-cart-item .item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}
.single-cart-item .item-content .title {
  font-size: 16px;
  font-weight: 600;
  color: #072f60;
  line-height: 1.3;
}
.single-cart-item .item-content .quantity {
  font-size: 14px;
  color: #ffc000;
}
.single-cart-item .btn-close {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 5px;
}
.cart-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}
.cart-total .label {
  font-size: 18px;
  font-weight: 600;
  color: #072f60;
}
.cart-total .value {
  font-size: 18px;
  font-weight: 700;
  color: #ffc000;
}
.cart-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}
.cart-btns .btn {
  width: 48%;
}
.header-login .link {
  font-size: 14px;
  font-weight: 500;
  color: #072f60;
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  background: none;
}
.header-login .link i {
  margin-right: 3px;
}
.header-login .link + .link::before {
  content: "/";
  font-size: 14px;
  font-weight: 500;
  color: #072f60;
  margin: 0 5px;
}
.header-login .link:hover {
  color: #ffc000;
}
.header-login-02 > * {
  margin-right: 20px;
}
.header-login-02 > *:last-child {
  margin-right: 0;
}
.header-login-02 .link {
  font-size: 14px;
  font-weight: 500;
  color: #072f60;
  position: relative;
  display: block;
}
.header-login-02 .link i {
  margin-right: 3px;
}
.header-login-02 .link:hover {
  color: #ffc000;
}
.header-login-03 .link {
  color: #1e1e1e;
}
.header-login-03 .link i {
  margin-right: 3px;
  color: #f6520a;
}
.header-login-03 .link + .link::before {
  color: #1e1e1e;
}
.header-login-03 .link:hover {
  color: #f6520a;
}
.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
}
.header-toggle button span {
  width: 25px;
  height: 2px;
  background-color: #072f60;
  margin: 5px 0;
  display: block;
}
.header-social > * {
  margin-right: 15px;
}
.header-social > *:last-child {
  margin-right: 0;
}
.header-social a {
  color: #ffffff;
  font-size: 14px;
}
.header-social a:hover {
  color: #ffc000;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
}
.sticky .header-top {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .sticky .header-top {
    display: block;
  }
}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.header-top-section {
  background: #072f60;
}
.header-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
}
.accordion-button:not(.collapsed) {
  color: #212224;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button{
	font-size: 15px;
}
.accordion-button:not(.collapsed) {
  color: #212224;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.header-top-wrapper .header-top-info ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
  position: relative;
}
.header-top-wrapper .header-top-info ul li span {
  font-weight: 600;
  display: inline-block;
  margin-left: 10px;
}
.header-top-wrapper .header-top-info ul li i {
  font-size: 18px;
  color: #3bbca7;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.header-top-wrapper .header-top-info ul li + li {
  padding-left: 30px;
  margin-left: 25px;
}
.header-top-wrapper .header-top-info ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #524269;
  width: 1px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-top-wrapper .header-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.header-top-wrapper .header-social ul li a {
  height: 30px;
  width: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
}
.header-top-wrapper .header-social ul li:nth-child(1) a {
  background: #ffc000;
}
.header-top-wrapper .header-social ul li:nth-child(2) a {
  background: #abcd52;
}
.header-top-wrapper .header-social ul li:nth-child(3) a {
  background: #086591;
}
.header-top-wrapper .header-social ul li:nth-child(4) {
  margin-right: 0;
}
.header-top-wrapper .header-social ul li:nth-child(4) a {
  background: #1ab9ff;
}
/* Main Menu align */
.header-menu-04 {
    margin-left: auto;
    margin-right: 200px;   /* <-- use auto, not center */
    display: flex;        /* keep flex layout */
    justify-content: center; /* center menu items horizontally */

}
.header-menu-04 .main-menu li {
  padding: 25px 12px;
}
.header-menu-04 .main-menu li a {
  color: #1e1e1e;
}

/* Highlight "All Courses" with square box and grid icon */
.header-menu .main-menu > li:first-child {
    position: relative; /* keep submenu positioned relative to this li */
}

.header-menu .main-menu > li:first-child > a {
    background-color: #086591;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    z-index: 10; /* ensure it stays above submenu */
    position: relative;
}

/* Grid icon using pseudo-element */
.header-menu .main-menu > li:first-child > a::before {
    content: "\f00a"; /* FontAwesome grid icon */
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 14px;
    display: inline-block;
}

/* Hover effect */
.header-menu .main-menu > li:first-child:hover > a {
    background-color: #005082;
    color: #ffffff;
}

.header-menu-04 .main-menu li a.active {
  color: #086591;
}
.header-menu-04 .main-menu li a.active::after {
  color: #086591;
}
.header-menu-04 .main-menu li .menu-icon::after {
  color: #1e1e1e;
}
.header-menu-04 .main-menu li:hover > .menu-icon,
.header-menu-04 .main-menu li:hover > a {
  color: #086591;
}
.header-menu-04 .main-menu li:hover > .menu-icon::after,
.header-menu-04 .main-menu li:hover > a::after {
  color: #086591;
}
.header-menu-04 .sub-menu {
  border-top: 2px solid #086591;
}
.header-menu-04 .sub-menu li {
  padding: 0;
}
.header-menu-04 .sub-menu li a {
  color: #1e1e1e;
}
.header-menu-04 .sub-menu li a::before {
  background-color: #086591;
}
.header-cart-03 {
  margin-right: 20px;
  margin-left: 55px;
}
.header-cart-03 .cart-btn::before {
  height: 30px;
  right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-cart-03 .cart-btn::before {
    display: none;
  }
}
.header-cart-03 .cart-btn .count {
  background: #086591;
}
.header-cart-03 .single-cart-item .item-content .title {
  color: #1e1e1e;
}
.header-cart-03 .single-cart-item .item-content .title:hover a {
  color: #086591;
}
.header-cart-03 .single-cart-item .item-content .quantity {
  font-size: 14px;
  color: #086591;
}
.header-cart-03 .cart-total .label {
  color: #1e1e1e;
}
.header-cart-03 .cart-total .value {
  color: #086591;
}
.header-cart-03 .cart-btns .btn-4 {
  font-size: 16px;
  padding: 0 25px;
}
.header-cart-03 .cart-btns .btn-white {
  color: #1e1e1e;
}
.header-cart-03 .cart-btns .btn-white:hover {
  background: #086591;
  color: #ffffff;
}
.header-btn .btn-4 {
  border-radius: 4px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}
.offcanvas {
  width: 320px;
}
@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 280px;
  }
}
.offcanvas-logo a img {
  width: 130px;
}
.offcanvas-menu .main-menu li {
  position: relative;
}
.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #2f3034;
  padding: 5px 0px;
  position: relative;
}
.offcanvas-menu .main-menu li a.active {
  color: #086591;
}
.offcanvas-menu .main-menu li .menu-expand {
  width: 24px;
  height: 24px;
  background-color: rgba(47, 48, 52, 0.1);
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
}
.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #072f60;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #072f60;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.offcanvas-menu .main-menu li:hover > a {
  color: #086591 !important;
}
.offcanvas-menu .main-menu li ul {
  display: none;
}
.offcanvas-menu .sub-menu {
  background-color: #edf5f9;
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.slider-section {
  position: relative;
}
.slider-section .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.slider-section .shape-1 svg .shape-path {
  fill: #ffffff;
}
.slider-section .shape-2 {
  position: absolute;
  width: 67px;
  top: 34%;
  left: 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-section .shape-2 {
    width: 60px;
    top: 15%;
    left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section .shape-2 {
    top: 5%;
    width: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-section .shape-2 {
    width: 47px;
    left: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-section .shape-2 {
    top: 67%;
  }
}
.slider-section .shape-3 {
  position: absolute;
  width: 46px;
  top: 145px;
  left: 38%;
}
@media only screen and (max-width: 767px) {
  .slider-section .shape-3 {
    width: 40px;
    top: 95px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-section .shape-3 {
    top: 100px;
    width: 36px;
  }
}
.slider-section .shape-4 {
  position: absolute;
  width: 68px;
  top: 230px;
  right: 225px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-section .shape-4 {
    right: 85px;
    top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-section .shape-4 {
    right: 55px;
    top: 100px;
    width: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-section .shape-4 {
    right: 40px;
    top: 98px;
    width: 45px;
  }
}
.slider-content {
  padding-top: 75px;
  max-width: 520px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-content {
    padding-top: 150px;
    padding-bottom: 0px;
  }
}
.slider-content .sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffc000;
  letter-spacing: 1px;
}
.slider-content .title {
  font-size: 48px;
  font-weight: 600;
  color: #072f60;
  line-height: 1.25;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-content .title {
    font-size: 28px;
  }
}
.slider-content p {
  max-width: 400px;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content p {
    font-size: 16px;
  }
}
.slider-content > .btn {
  margin-top: 35px;
}

/* =========================================================
   HERO SEARCH SECTION — FULL CONTROL + FLUSH SEARCH BUTTON
   ========================================================= */

/* === MASTER CONTROL PANEL === */
:root {
  /* Container */
  --form-max-width: 1800px;       /* overall width */
  --form-gap: 30px;               /* distance between search & explore */

  /* Search Area */
  --search-width: 70%;            /* how much of the row the search takes */
  --search-height: 45px;          /* total height of search bar */
  --search-radius: 16px;          /* corner roundness */
  --search-font: 16px;            /* text size */
  --search-x: 0px;                /* horizontal move */
  --search-y: 0px;                /* vertical move */

  /* Search Button */
  --btn-bg: #086591;
  --btn-bg-hover: #055476;
  --btn-text-size: 16px;
  --btn-padding-x: 28px;          /* inside horizontal padding */
  --btn-radius: 15px;             /* button corner radius */

  /* Explore Button */
  --explore-x: 100px;               /* move explore left(-)/right(+) */
  --explore-y: 0px;               /* move explore up(-)/down(+) */
  --explore-radius: 10px;
  --explore-padding-x: 15px;
  --explore-height: 45px;
 
}

/* === FORM CONTAINER === */
.slider-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--form-gap);
  max-width: var(--form-max-width);
  margin: 30px auto;
  font-family: "Poppins", Arial, sans-serif;
}

/* =========================================================
   LEFT — SEARCH AREA
   ========================================================= */
.sliding-form-left {
  flex: 0 1 var(--search-width);
  min-width: 320px;
  position: relative;
  transform: translate(var(--search-x), var(--search-y));
}

/* --- Search Input --- */
.slider-form input[type="text"] {
  width: 100%;
  height: var(--search-height);
  padding: 0 calc(var(--btn-padding-x) * 2 + 40px) 0 20px; /* right side = space for button */
  font-size: var(--search-font);
  color: #333;
  border: 1px solid #ccc;
  border-radius: var(--search-radius);
  outline: none;
  box-sizing: border-box;
  background-color: #fff;
  transition: 0.3s ease;
}

.slider-form input[type="text"]:focus {
  border-color: #007bff;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.2);
}

/* --- Search Button (completely flush) --- */
.slider-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--btn-bg);
  color: #fff;
  font-size: var(--btn-text-size);
  font-weight: 450;
  border: none;
  border-top-right-radius: var(--btn-radius);
  border-bottom-right-radius: var(--btn-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--btn-radius);
  border-bottom-right-radius: var(--btn-radius);
  padding: 0 var(--btn-padding-x);
  cursor: pointer;
  transition: 0.3s ease;
  line-height: 2;
}

.slider-form button:hover {
  background-color: #086591;
}

/* =========================================================
   RIGHT — EXPLORE BUTTON
   ========================================================= */
.explore-form-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto; /* keep right-aligned */
  transform: translate(var(--explore-x), var(--explore-y));
  transition: 0.3s ease;
}

.btn-exploring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--btn-bg);
  color: #fff;
  font-size: 14px;
  font-weight: 450;
  border-radius: var(--explore-radius);
  padding: 0 var(--explore-padding-x);
  height: var(--explore-height);
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

.btn-exploring:hover {
  background-color: #086591;  /* background color on hover */
  color: #fff;                         /* 🔧 text color on hover */
  
}

.btn-exploring span {
  display: none !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 992px) {
  .slider-form {
    flex-direction: column;
    gap: 18px;
    max-width: 95%;
  }

  .sliding-form-left,
  .explore-form-right {
    flex: 0 0 100%;
    width: 100%;
    transform: none;
  }

  .btn-exploring {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .slider-form input[type="text"] {
    height: 48px;
    font-size: 15px;
  }

  .slider-form button {
    font-size: 14px;
  }

  .btn-exploring {
    height: 48px;
    font-size: 14px;
  }
}

/* ===========================================
   END HERO SEARCH SECTION
   =========================================== */


.slider-images {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-images {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-images {
    padding-top: 50px;
  }
}
.slider-images .image-shape-01 {
  position: absolute;
  bottom: 100px;
  left: 50px;
  z-index: -1;
  max-width: 530px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .slider-images .image-shape-01 {
    max-width: 250px;
    left: 30px;
  }
}
.slider-images .image-shape-01 svg .svg-path {
  fill: #ffd24d;
}
.slider-images .image-shape-02 {
  position: absolute;
  z-index: -1;
  left: 67px;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 260px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .slider-images .image-shape-02 {
    top: 25%;
    left: 0;
    max-width: 190px;
  }
}
.slider-images .image-shape-02 svg .svg-path {
  fill: #344c4c;
}
.slider-images .image-shape-03 {
  position: absolute;
  top: 21%;
  right: 24%;
}
.slider-images .image-shape-04 {
  position: absolute;
  top: 170px;
  left: 130px;
  z-index: -1;
}
.slider-images .image-shape-04 img {
  width: 150px;
}
.slider-images .image-shape-05 {
  position: absolute;
  width: 172px;
  height: 172px;
  background-color: #afe0fb;
  border-radius: 50%;
  top: 195px;
  left: 15px;
  z-index: -2;
}
.slider-images .image-shape-06 {
  position: absolute;
  width: 236px;
  height: 236px;
  background-color: #ffcc66;
  border-radius: 50%;
  bottom: -100px;
  right: 90px;
  z-index: -1;
}
.slider-images .image {
  text-align: right;
  position: relative;
}
.slider-images-02 {
  padding-top: 200px;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-images-02 {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images-02 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-images-02 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.slider-images-02 .image-shape-01 {
  position: absolute;
  top: 170px;
  left: 130px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images-02 .image-shape-01 {
    top: 20px;
  }
}
.slider-images-02 .image-shape-01 img {
  width: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images-02 .image-shape-01 img {
    width: 120px;
  }
}
.slider-images-02 .image-shape-02 {
  position: absolute;
  width: 172px;
  height: 172px;
  background-color: #afe0fb;
  border-radius: 50%;
  top: 195px;
  left: 15px;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images-02 .image-shape-02 {
    left: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-images-02 .image-shape-02 {
    width: 72px;
    height: 72px;
    top: 80px;
  }
}
.slider-images-02 .image-shape-03 {
  position: absolute;
  width: 236px;
  height: 236px;
  background-color: #ffcc66;
  border-radius: 50%;
  bottom: 70px;
  right: 90px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-images-02 .image-shape-03 {
    right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-images-02 .image-shape-03 {
    width: 170px;
    height: 170px;
  }
}
.slider-images-02 .image {
  text-align: right;
  position: relative;
}
.image-content {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: left;
  padding-left: 50px;
  padding-right: 28px;
  padding-top: 30px;
  padding-bottom: 25px;
  width: 265px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.23);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .image-content {
    padding-left: 40px;
    max-width: 245px;
  }
}
.image-content .image-icon {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .image-content .image-icon {
    left: -25px;
  }
}
.image-content .image-icon i {
  border-radius: 50%;
  background-color: #072f60;
  width: 61px;
  height: 61px;
  line-height: 75px;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .image-content .image-icon i {
    width: 51px;
    height: 51px;
    line-height: 60px;
    font-size: 24px;
  }
}
.image-content .start i {
  font-size: 20px;
  color: #fda000;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .image-content .start i {
    font-size: 18px;
  }
}
.image-content p {
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 575px) {
  .image-content p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.slider-section-03 {
  padding-top: 140px;
  padding-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-section-03 {
    padding-top: 78px;
  }
}
.single-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-slider .slider-shape-01 {
  width: 75px;
  position: absolute;
  top: 125px;
  left: 5%;
  z-index: -1;
}
.single-slider .slider-shape-02 {
  position: absolute;
  top: -270px;
  left: 20%;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .single-slider .slider-shape-02 {
    top: -120px;
  }
}
.single-slider .slider-shape-03 {
  position: absolute;
  bottom: -225px;
  left: 45px;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .single-slider .slider-shape-03 {
    bottom: -120px;
  }
}
.single-slider .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60%;
  background-color: #086591;
  z-index: -1;
  -webkit-transform: skewX(17deg);
  -ms-transform: skewX(17deg);
  transform: skewX(17deg);
  opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider .slider-bg {
    width: 64%;
    -webkit-transform: skewX(14deg);
    -ms-transform: skewX(14deg);
    transform: skewX(14deg);
    left: -6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .single-slider .slider-bg {
    width: 100%;
    left: 0;
    -webkit-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
}
.slider-content-02 {
  padding-top: 35px;
  padding-bottom: 40px;
  max-width: 800px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .slider-content-02 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.slider-content-02 .title {
  font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .slider-content-02 .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-content-02 .title {
    font-size: 24px;
  }
}
.slider-content-02 .title span {
  color: #ffe347;
}
.slider-content-02 p {
  color: #000;
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .slider-content-02 p {
    font-size: 18px;
  }
}
.slider-content-02 .slider-btn {
  margin-top: 38px;
  position: relative;
  padding-right: 70px;
  display: inline-block;
}
.slider-content-02 .slider-btn .shape {
  position: absolute;
  top: 0;
  right: 0;
}
