@charset "UTF-8";

/*========== Start Global Rules ==========*/
.mt-20{
  margin-top: 20px !important
}

.line, .line-on-side {
  display: block;
  width: 8px;
  height: 8px;
  margin: 1rem auto;
  position: relative;
  background: #031f4b;
  border-radius: 50%;
}

.line:before, .line-on-side:before, .line:after, .line-on-side:after {
  content: '';
  position: absolute;
  background: inherit;
  width: inherit;
  height: inherit;
  border-radius: 50%;
}

.line:before, .line-on-side:before {
  left: -1rem;
}

.line:after, .line-on-side:after {
  left: 1rem;
}

section {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plain-section {
  overflow: visible;
  padding: 0;
}

.section-watermark {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(10%, 50%);
  font-size: 5rem;
  font-weight: 900;
  color: inherit;
  opacity: .05;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  -webkit-text-stroke: 2px;
}

.mega-section {
  padding: 5rem 0;
}

@media (max-width: 767px) {
  .mega-section {
    padding: 2.5rem 0;
  }
}

.elf-section {
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .elf-section {
    padding: 3rem 0;
  }
}

@media (min-width: 1200px) {
  .container {
    min-width: 1270px;
  }
}

.particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.hollow-text {
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
  .hollow-text {
    -webkit-text-stroke-width: 1px;
  }
}

.featured-text {
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgb(247, 78, 27) 0%, rgba(247,128,1,1) 100%);
  font-weight: bolder;
  position: relative;
}

.init-text {
  font-family: "Merriweather", "sans-serif";
  font-weight: 500;
  font-size: 1.1rem;
  font-style: italic;
  opacity: .85;
  line-height: 1.7;
  margin-bottom: 3rem;
}

.init-text::first-letter {
  text-transform: capitalize;
}

.tag-line {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  display: block;
  width: max-content;
  margin-bottom: 0;
  color: #202020;
  padding-right: .75rem;
  z-index: 5;
}

.tag-line::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f78001;
  left: auto;
  right: 0;
}

.line-on-center {
  margin-left: auto;
  margin-right: auto;
}

.line-on-side {
  margin-left: 0;
  margin-right: auto;
}

.section-heading {
  margin-bottom: 3rem;
}

.section-heading.light-title .section-title {
  font-size: 2.5rem;
  font-weight: 500;
}

@media (max-width: 991px) {
  .section-heading.light-title .section-title {
    font-size: 2rem;
    font-weight: 800;
  }
}

.section-heading.side-heading {
  text-align: left;
  padding-right: 1.5rem;
}

.section-heading.side-heading .section-subtitle {
  margin: 0 auto;
}

.section-heading.center-heading {
  text-align: center;
}

.section-heading.center-heading .section-subtitle {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .section-heading.center-heading .section-subtitle {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .section-heading.center-heading .section-subtitle {
    width: 100%;
  }
}

.section-heading .section-title {
  position: relative;
  margin-bottom: 1.25rem;
  font-family: "Merriweather", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #202020;
  line-height: 1.3;
  display: inline-block;
  z-index: 0;
}

@media (max-width: 767px) {
  .section-heading .section-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .section-heading .section-title {
    font-size: 2rem;
  }
}

.section-heading .section-subtitle {
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #121212;
  opacity: .75;
}

@media (max-width: 991px) {
  .section-heading .section-subtitle {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .section-heading .section-subtitle {
    width: 100%;
    font-size: 1rem;
  }
}

.has-dark-bg {
  background-color: #121212;
}

.has-dark-bg .section-heading .section-title,
.has-dark-bg .section-heading .section-subtitle {
  color: #fff;
}

.has-dark-bg .section-heading .section-subtitle {
  opacity: .75;
}

.has-dark-bg .section-heading .line {
  background-color: #fff;
}

.title-design-element {
  position: absolute;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f86d2a 0%, #feb02c 80%);
  left: -20px;
  top: -10px;
  border-radius: 65% 35% 55% 45% / 30% 35% 65% 70%;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .title-design-element {
    width: 40px;
    height: 40px;
    left: -10px;
    top: -5px;
  }
}

body {
  font-family: "Bitter", "sans-serif";
  direction: ltr;
  text-align: left;
  position: relative;
  color: #121212;
  background: #fff;
  letter-spacing: 0.5px;
}

.parallax {
  background-attachment: fixed !important;
}

.overlay-color, .overlay-pattern-image-bg, .overlay-shape-image-bg, .overlay-photo-image-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}

.overlay-color {
  background: #031f4b;
  opacity: .65;
}

.overlay-pattern-image-bg {
  opacity: .05;
  /*add  background-image value wherever you use this class to choose the custom image  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overlay-shape-image-bg {
  /*add  background-image value wherever you use this class to choose the custom image  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .05;
}

.overlay-photo-image-bg {
  /*add  background-image value wherever you use this class to choose the custom image  */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
   opacity: .05; 
}

.section-video-bg .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
}

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

.see-more-area {
  display: block;
  text-align: center;
  text-transform: capitalize;
}

.see-more-area.btn-on-start-align {
  text-align: left;
}

.no-borders {
  border: none;
  outline: none;
}

.no-box-shadow {
  box-shadow: none !important;
}

.section-shape-divider-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.section-shape-divider-bottom svg {
  display: block;
  width: 100%;
  height: 120px;
}

.section-shape-divider-bottom svg path {
  fill: #fff;
}

.rating-stars {
  padding: 0 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .rating-stars {
    padding: 0 1rem;
  }
}

.rating-stars .star-icon {
  color: #031f4b;
  font-size: .85rem;
}

.rating-stars .star-icon:not(:last-child) {
  margin-right: .5rem;
}

.rating-stars .star-icon.off {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #031f4b;
  -webkit-text-stroke-width: 1px;
}

.skills .skill {
  margin-bottom: 1.5rem;
}

.skills .skill-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: .5rem;
  font-weight: 600;
}

.skills .skill-bar {
  width: 100%;
  height: .75rem;
  opacity: .75;
  background-color: #b8b8b8;
  border-radius: 1rem;
  overflow: hidden;
}

.skills .skill-bar .bar {
  width: 0;
  background-color: #031f4b;
  height: inherit;
  border-radius: inherit;
  transition: width 1s ease-in-out 0s;
}

*::selection {
  background: #141414;
  color: #fff;
}

/*========== End Global Rules ==========*/
/* Start video button animation*/
@keyframes anim-pulses {
  0% {
    transform: scale3d(0.9, 0.9, 1);
    opacity: .5;
  }
  50% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: .75;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1);
    opacity: 0;
  }
}

/* End video button animation*/
/* Start buttons global rules*/
.btn-solid, .btn-outline {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  outline: none;
  border: 2px solid transparent;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0px 7px 10px -5px rgba(18, 18, 18, 0.25);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 0;
}

.btn-solid:focus, .btn-outline:focus {
  outline: none !important;
}

.play-btn-col-dir, .play-btn-row-dir {
  display: inline-block;
}

.play-btn-col-dir .play-video-btn, .play-btn-row-dir .play-video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn-col-dir .play-video-btn:hover .play-btn, .play-btn-row-dir .play-video-btn:hover .play-btn {
  background: #031f4b;
}

.play-btn-col-dir .play-video-btn:hover .play-btn::before, .play-btn-row-dir .play-video-btn:hover .play-btn::before, .play-btn-col-dir .play-video-btn:hover .play-btn::after, .play-btn-row-dir .play-video-btn:hover .play-btn::after {
  background: inherit;
}

.play-btn-col-dir .play-video-btn:hover .icon, .play-btn-row-dir .play-video-btn:hover .icon {
  color: #fff;
}

.play-btn-col-dir .video-link, .play-btn-row-dir .video-link {
  text-decoration: none !important;
}

.play-btn-col-dir .play-btn, .play-btn-row-dir .play-btn {
  position: relative;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  transform-origin: center;
  box-shadow: 1px 1px 10px 5px rgba(18, 18, 18, 0.25);
  transition: all 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn::before, .play-btn-row-dir .play-btn::before, .play-btn-col-dir .play-btn::after, .play-btn-row-dir .play-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: inherit;
  animation: anim-pulses infinite 2s linear;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn::after, .play-btn-row-dir .play-btn::after {
  animation-delay: .75s;
}

.play-btn-col-dir .play-btn .icon, .play-btn-row-dir .play-btn .icon {
  color: #f78001;
  font-size: 1.25rem;
  transition: all 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn img.play-icon, .play-btn-row-dir .play-btn img.play-icon {
  width: 3rem;
  height: 3rem;
}

.play-btn-col-dir .play-btn-text, .play-btn-row-dir .play-btn-text {
  position: relative;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
}

.play-btn-col-dir .play-btn-text::before, .play-btn-row-dir .play-btn-text::before {
  content: '';
  position: absolute;
  bottom: -.5rem;
  left: 0;
  height: .25rem;
  width: 100%;
  border-radius: .25rem;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease-in-out 0s;
  background: #fff;
}

.btn-solid {
  color: #fff;
  background: #f78001;
  border-color: #f78001;
}

.btn-solid:hover {
  color: #031f4b;
  background: transparent;
  border-color: #031f4b;
}

.btn-outline {
  /**/
  border: 2px solid;
  color: #031f4b;
  background: transparent;
  border-color: #031f4b;
}

.btn-outline:hover {
  color: #fff;
  background: #031f4b;
}

.play-btn-col-dir .play-video-btn {
  flex-direction: column;
}

.play-btn-col-dir .play-btn-text {
  margin-top: .75rem;
}

.play-btn-row-dir .play-video-btn {
  flex-direction: row;
}

.play-btn-row-dir .play-btn-text {
  margin-left: .75rem;
}

@media (max-width: 575px) {
  .download-apps-area {
    display: inline-flex;
    flex-direction: column;
  }
}

.download-apps-area .btn-store {
  min-width: 180px;
}

.download-apps-area .btn-store:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 575px) {
  .download-apps-area .btn-store:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.download-apps-area .btn-app-store,
.download-apps-area .btn-google-play {
  display: inline-flex;
  align-items: center;
  padding: .5rem 1rem;
  border-radius: .25rem;
  text-decoration: none !important;
  transition: all 0.5s ease-in-out 0s;
}

.download-apps-area .btn-app-store .icon,
.download-apps-area .btn-google-play .icon {
  font-size: 2rem;
  margin-right: .75rem;
}

.download-apps-area .btn-app-store .title-wrapper,
.download-apps-area .btn-google-play .title-wrapper {
  line-height: 1;
  text-align: left;
}

.download-apps-area .btn-app-store .title-wrapper .sub-title,
.download-apps-area .btn-google-play .title-wrapper .sub-title {
  display: block;
  font-size: .75rem;
  font-weight: 400;
  text-transform: capitalize;
}

.download-apps-area .btn-app-store .title-wrapper .title,
.download-apps-area .btn-google-play .title-wrapper .title {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
}

.download-apps-area .btn-app-store.btn-transparent-bg,
.download-apps-area .btn-google-play.btn-transparent-bg {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff !important;
}

.download-apps-area .btn-app-store.btn-transparent-bg:hover,
.download-apps-area .btn-google-play.btn-transparent-bg:hover {
  background-color: rgba(18, 18, 18, 0.5);
  border-color: #fff;
}

.download-apps-area .btn-app-store.btn-main-color-bg,
.download-apps-area .btn-google-play.btn-main-color-bg {
  border: 2px solid #fff;
  background-color: #031f4b;
  color: #fff !important;
}

.download-apps-area .btn-app-store.btn-main-color-bg:hover,
.download-apps-area .btn-google-play.btn-main-color-bg:hover {
  background-color: #fff;
  color: #031f4b !important;
}

.download-apps-area .btn-app-store.btn-white-bg,
.download-apps-area .btn-google-play.btn-white-bg {
  border: 2px solid #031f4b;
  background-color: #fff;
  color: #031f4b !important;
}

.download-apps-area .btn-app-store.btn-white-bg:hover,
.download-apps-area .btn-google-play.btn-white-bg:hover {
  background-color: #031f4b;
  color: #fff !important;
}

/* Start Social icons list rules */
.dir-row .sc-list, .dir-col .sc-list, .sc-flat .sc-list {
  padding: 0;
  margin: 0;
  display: inline-flex;
  list-style: none;
}

.dir-row .sc-list .sc-item, .dir-col .sc-list .sc-item, .sc-flat .sc-list .sc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, rgb(247, 78, 27) 0%, rgba(247,128,1,1) 100%);
  transition: all 0.5s ease-in-out 0s;
}

.dir-row .sc-list .sc-item:last-of-type, .dir-col .sc-list .sc-item:last-of-type, .sc-flat .sc-list .sc-item:last-of-type {
  margin-bottom: 0;
}

.dir-col .sc-list .sc-item:hover, .sc-flat .sc-list .sc-item:hover {
  background: #ffffff;
  box-shadow: 0px 3px 15px 0px rgba(18, 18, 18, 0.25);
}

.sc-icon, .dir-col .sc-list .sc-item:hover .sc-icon, .sc-flat .sc-list .sc-item:hover .sc-icon {
  color: #031f4b;
}

.dir-row .sc-list .sc-link, .dir-col .sc-list .sc-link, .sc-flat .sc-list .sc-link {
  display: flex;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}

.dir-row .sc-list .sc-icon, .dir-col .sc-list .sc-icon, .sc-flat .sc-list .sc-icon {
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

.dir-row {
  padding: .75rem 0;
}

.dir-row .sc-list .sc-item {
  margin-right: 10px;
  margin-bottom: 5px;
}

.dir-row .sc-list .sc-item:last-of-type {
  margin-right: 0;
}

.dir-row .sc-list .sc-item:hover {
  transform: translateY(-8px);
}

.dir-col {
  padding: 0 .75rem;
}

.dir-col .sc-list {
  flex-direction: column;
}

.dir-col .sc-list .sc-item {
  margin-bottom: 10px;
}

.dir-col .sc-list .sc-item:last-of-type {
  margin-bottom: 0;
}

.dir-col .sc-list .sc-item:hover {
  transform: translateX(5px);
}

.sc-flat .sc-list .sc-item {
  font-size: 1.1rem;
  border-radius: 0;
  background: transparent;
  margin-right: 1rem;
}

.sc-flat .sc-list .sc-item:hover {
  background: transparent;
  box-shadow: none;
}

.sc-flat .sc-list .sc-item:hover .sc-icon {
  color: #031f4b;
}

.sc-flat .sc-list .sc-item .sc-icon {
  color: #031f4b;
}

.sc-size-40 .sc-item {
  width: 40px;
  height: 40px;
  font-size: 1rem;
}

.sc-size-32 .sc-item {
  width: 32px;
  height: 32px;
  font-size: .85rem;
}

.sc-size-24 .sc-item {
  width: 24px;
  height: 24px;
  font-size: .75rem;
}

.sc-size-16 .sc-item {
  width: 16px;
  height: 16px;
  font-size: 10px;
}

/* End Social icons list rules */
.back-to-top {
  background-image: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: linear-gradient(to right, rgb(247, 78, 27) 0%, rgba(247,128,1,1) 100%);
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: -100px;
  right: 30px;
  z-index: 20;
  box-shadow: 0px 3px 15px 0px rgba(18, 18, 18, 0.25);
}

.back-to-top:hover {
  background: #031f4b;
}

.back-to-top.show {
  bottom: 30px;
}

body.rounded-btns .btn-solid,
body.rounded-btns .btn-outline,
body.rounded-btns .portfolio-btn,
body.rounded-btns .subscripe-btn,
body.rounded-btns .sc-item,
body.rounded-btns .back-to-top,
body.rounded-btns .field-group .text-input,
body.rounded-btns .field-group .email-input,
body.rounded-btns .hero-swiper-slider .swiper-button-prev,
body.rounded-btns .hero-swiper-slider .swiper-button-next {
  border-radius: 5rem;
}

body.rounded-btns .field-group label,
body.rounded-btns .field-group .label {
  padding-left: 1rem;
}

body.squared-btns .btn-solid,
body.squared-btns .btn-outline,
body.squared-btns .portfolio-btn,
body.squared-btns .subscripe-btn,
body.squared-btns .sc-item,
body.squared-btns .back-to-top,
body.squared-btns .swiper-button-prev,
body.squared-btns .swiper-button-next {
  border-radius: .5rem;
}

.btn-squared {
  border-radius: .5rem !important;
}

.btn-rounded {
  border-radius: 5rem !important;
}

.read-more {
  text-transform: capitalize;
  color: #031f4b;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out 0s;
}

.read-more:hover {
  color: #031f4b;
  text-decoration: none;
}

.read-more:hover .icon {
  transform: translateX(5px);
}

.read-more .icon {
  margin-left: .5rem;
  transition: transform 0.3s ease-in-out 0s;
}

/* End buttons global rules*/
.req {
  color: #dc3545;
}

.not-req {
  display: none;
}

/* conatct forms rules */
.contact-form-area.input-under-lined label, .contact-form-area.input-boxed label {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  position: absolute;
  font-size: .95rem;
  left: 0;
  top: 0px;
  color: #202020;
  transition: all 0.3s ease-in-out 0s;
}

.contact-form-area input[type=email]:focus ~ label,
.contact-form-area input[type=text]:focus ~ label,
.contact-form-area input[type=password]:focus ~ label,
.contact-form-area input[type=url]:focus ~ label,
.contact-form-area input[type=search]:focus ~ label,
.contact-form-area input[type=number]:focus ~ label,
.contact-form-area textarea:focus ~ label, .contact-form-area.input-under-lined .input-wrapper.has-text label, .contact-form-area.input-under-lined input[type=email]:focus ~ label,
.contact-form-area.input-under-lined input[type=text]:focus ~ label,
.contact-form-area.input-under-lined input[type=password]:focus ~ label,
.contact-form-area.input-under-lined input[type=url]:focus ~ label,
.contact-form-area.input-under-lined input[type=search]:focus ~ label,
.contact-form-area.input-under-lined input[type=number]:focus ~ label,
.contact-form-area.input-under-lined textarea:focus ~ label, .contact-form-area.input-boxed .input-wrapper.has-text label, .contact-form-area.input-boxed input[type=email]:focus ~ label,
.contact-form-area.input-boxed input[type=text]:focus ~ label,
.contact-form-area.input-boxed input[type=password]:focus ~ label,
.contact-form-area.input-boxed input[type=url]:focus ~ label,
.contact-form-area.input-boxed input[type=search]:focus ~ label,
.contact-form-area.input-boxed input[type=number]:focus ~ label,
.contact-form-area.input-boxed textarea:focus ~ label {
  top: -30px;
  font-size: 1rem;
  font-weight: 600;
  color: #031f4b;
}

.contact-form-area .error-msg {
  position: absolute;
  right: 1rem;
  top: 0;
  transform: translateY(50%);
  font-size: .85rem;
  color: #dc3545;
  display: none;
}

.contact-form-area .done-msg {
  position: absolute;
  right: 1rem;
  bottom: 0;
  font-size: 1rem;
  background-color: #217234;
  color: #fff;
  padding: .5rem 0;
  visibility: hidden;
  opacity: 0;
  padding: .75rem 1.5rem;
  border-radius: .25rem;
  transition: all 0.5s ease-in-out 0s;
}

.contact-form-area .done-msg.show {
  visibility: visible;
  opacity: 1;
}

.contact-form-area .input-wrapper {
  position: relative;
  margin-bottom: 3rem;
}

.contact-form-area .input-wrapper .input-icon {
  position: absolute;
  left: auto;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #b8b8b8;
}

.contact-form-area input[type=email],
.contact-form-area input[type=text],
.contact-form-area input[type=password],
.contact-form-area input[type=url],
.contact-form-area input[type=search],
.contact-form-area input[type=number],
.contact-form-area textarea {
  display: block;
  width: 100%;
  padding: .5rem;
  outline: none;
  border: 1px solid rgba(195, 80, 35, 0.5);
  transition: all 0.3s ease-in-out 0s;
  background: transparent;
  color: #202020;
}

.contact-form-area input[type=email] [type=submit]:focus,
.contact-form-area input[type=text] [type=submit]:focus,
.contact-form-area input[type=password] [type=submit]:focus,
.contact-form-area input[type=url] [type=submit]:focus,
.contact-form-area input[type=search] [type=submit]:focus,
.contact-form-area input[type=number] [type=submit]:focus,
.contact-form-area textarea [type=submit]:focus {
  outline: none !important;
}

.contact-form-area textarea {
  min-height: 10rem;
}

.contact-form-area input[type=submit] {
  outline: none;
  border: none;
}

.contact-form-area.input-under-lined .input-wrapper.has-text label {
  top: -20px;
}

.contact-form-area.input-under-lined .input-wrapper.has-text .b-border {
  transform: scaleX(1);
}

.contact-form-area.input-under-lined .input-wrapper .b-border {
  display: block;
  width: 100%;
  transform: scaleX(0);
  transform-origin: center;
  height: 2px;
  background: #031f4b;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}

.contact-form-area.input-under-lined label {
  left: 0;
  top: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.contact-form-area.input-under-lined input[type=email],
.contact-form-area.input-under-lined input[type=text],
.contact-form-area.input-under-lined input[type=password],
.contact-form-area.input-under-lined input[type=url],
.contact-form-area.input-under-lined input[type=search],
.contact-form-area.input-under-lined input[type=number],
.contact-form-area.input-under-lined textarea {
  padding: .5rem 0;
  border: none;
  border-bottom: 1px solid rgba(195, 80, 35, 0.5);
}

.contact-form-area.input-under-lined input[type=email]:focus ~ .b-border,
.contact-form-area.input-under-lined input[type=text]:focus ~ .b-border,
.contact-form-area.input-under-lined input[type=password]:focus ~ .b-border,
.contact-form-area.input-under-lined input[type=url]:focus ~ .b-border,
.contact-form-area.input-under-lined input[type=search]:focus ~ .b-border,
.contact-form-area.input-under-lined input[type=number]:focus ~ .b-border,
.contact-form-area.input-under-lined textarea:focus ~ .b-border {
  transform: scaleX(1);
}

.contact-form-area.input-under-lined input[type=email]:focus ~ label,
.contact-form-area.input-under-lined input[type=text]:focus ~ label,
.contact-form-area.input-under-lined input[type=password]:focus ~ label,
.contact-form-area.input-under-lined input[type=url]:focus ~ label,
.contact-form-area.input-under-lined input[type=search]:focus ~ label,
.contact-form-area.input-under-lined input[type=number]:focus ~ label,
.contact-form-area.input-under-lined textarea:focus ~ label {
  top: -20px;
}

.contact-form-area.input-boxed {
  padding-top: 30px;
}

.contact-form-area.input-boxed label {
  font-size: 1rem;
  font-weight: 600;
  top: -30px;
  left: 0;
  transition: all 0.3s ease-in-out 0s;
}

.contact-form-area.input-boxed input[type=email]:focus,
.contact-form-area.input-boxed input[type=text]:focus,
.contact-form-area.input-boxed input[type=password]:focus,
.contact-form-area.input-boxed input[type=url]:focus,
.contact-form-area.input-boxed input[type=search]:focus,
.contact-form-area.input-boxed input[type=number]:focus,
.contact-form-area.input-boxed textarea:focus {
  border-color: #031f4b;
}

/* mailchimp forms rules*/
.mailchimp-form label,
.mailchimp-form .label {
  margin-bottom: 0;
  color: #f1f1f1;
}

.mailchimp-form input:not([type="submit"]) {
  color: #fff !important;
}

.mailchimp-form .mc-form-area {
  position: relative;
  /*mailchimp alerts*/
}

.mailchimp-form .mc-form-area .field-group {
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom: 1rem;
}

.mailchimp-form .mc-form-area .field-group input[type=email],
.mailchimp-form .mc-form-area .field-group input[type=text] {
  font-size: 1rem;
  width: 100%;
  padding: .75rem 1.5rem;
  outline: none !important;
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(4px);
  margin-bottom: 0;
}

.mailchimp-form .mc-form-area .field-group input[type=email]::-webkit-input-placeholder,
.mailchimp-form .mc-form-area .field-group input[type=text]::-webkit-input-placeholder {
  color: #fff;
}

.mailchimp-form .mc-form-area .one-field-form input[type=email] {
  padding: 1rem 1.5rem;
}

.mailchimp-form .mc-form-area .one-field-form .cta-area {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 100%;
}

.mailchimp-form .mc-form-area .one-field-form .cta-area .subscribe-btn {
  border: 1px solid #031f4b !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  min-height: 100%;
}

.mailchimp-form .mc-form-area .one-field-form .cta-area .subscribe-btn:hover {
  background-color: #fff;
  color: #031f4b;
}

.mailchimp-form .mc-form-area .three-field-form {
  padding: 2rem 1rem;
  background: #fff;
}

.mailchimp-form .mc-form-area .three-field-form .form-heading {
  margin-bottom: 2rem;
  color: #202020;
  border-bottom: 2px solid #031f4b;
  padding-bottom: .75rem;
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 500;
}

.mailchimp-form .mc-form-area .three-field-form .highlight {
  color: #031f4b;
  font-weight: 800;
  text-transform: uppercase;
}

.mailchimp-form .mc-form-area .three-field-form label,
.mailchimp-form .mc-form-area .three-field-form .label {
  display: inline-block;
  margin-bottom: .25rem;
  color: #202020;
  font-weight: 700;
}

.mailchimp-form .mc-form-area .three-field-form input:not([type="submit"]) {
  border: 1px solid rgba(195, 80, 35, 0.5);
  color: #202020 !important;
  padding: .5rem 1rem !important;
}

.mailchimp-form .mc-form-area .three-field-form input:not([type="submit"]):hover, .mailchimp-form .mc-form-area .three-field-form input:not([type="submit"]):focus {
  border: 1px solid #031f4b;
}

.mailchimp-form .mc-form-area .three-field-form .cta-area {
  text-align: center;
  padding-top: .5rem;
}

.mailchimp-form .mc-form-area .three-field-form .cta-area .subscribe-btn:hover {
  background-color: transparent;
  border-color: #031f4b;
  color: #031f4b;
}

.mailchimp-form .mc-form-area .three-field-form.is-dark {
  background-color: #121212;
}

.mailchimp-form .mc-form-area .three-field-form.is-dark .form-heading {
  color: #fff;
}

.mailchimp-form .mc-form-area .three-field-form.is-dark label,
.mailchimp-form .mc-form-area .three-field-form.is-dark .label {
  color: #fff;
}

.mailchimp-form .mc-form-area .three-field-form.is-dark input:not([type="submit"]) {
  color: #fff !important;
  background-color: #202020 !important;
}

.mailchimp-form .mc-form-area .mailchimp-alerts {
  position: absolute;
  bottom: 0;
  transform: translateY(-100%);
  left: 0;
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}

.mailchimp-form .mc-form-area .mailchimp-alerts.show-message {
  bottom: 0;
  top: auto;
  transform: translateY(120%);
  z-index: 1;
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-msg {
  color: #fff;
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-msg.active {
  padding: .5rem .75rem;
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-submitting {
  background-color: rgba(155, 106, 1, 0.5);
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-success {
  background-color: rgba(33, 114, 52, 0.5);
}

.mailchimp-form .mc-form-area .mailchimp-alerts .mc-error {
  background-color: rgba(220, 53, 69, 0.5);
}

.loading-screen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: linear-gradient(to right, rgb(247, 78, 27) 0%, rgba(247,128,1,1) 100%);
}

.loading-screen .bar {
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #031f4b;
}

.loading-screen .top-bar {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

.loading-screen .down-bar {
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}

.loading-screen .progress-line {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
  right: auto;
  height: 1px;
  background-color: #031f4b;
  transform: scale(0);
  transform-origin: center;
}

.loading-screen .loading-counter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #031f4b;
  font-family: "Merriweather", "sans-serif";
  font-size: 3rem;
  font-weight: 800;
}

/* End loading screen rules */
.header-search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(18, 18, 18, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1200;
}

.header-search-box.show {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.header-search-box.show .search-form {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header-search-box .close-search {
  position: absolute;
  right: 25%;
  top: 25%;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header-search-box .close-search:before, .header-search-box .close-search::after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #fff;
  display: block;
  transform-origin: center;
}

.header-search-box .close-search:before {
  transform: rotate(45deg) translateX(2px);
}

.header-search-box .close-search:after {
  transform: rotate(-45deg) translateX(1px);
}

.header-search-box .search-form {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transform: translateY(5rem);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .25s;
  width: 50%;
}

@media (max-width: 1199px) {
  .header-search-box .search-form {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .header-search-box .search-form {
    width: 80%;
  }
}

.header-search-box .search-form .search-lbl {
  visibility: hidden;
  opacity: 0;
  width: 0;
}

.header-search-box .search-form input[type="search"]::-webkit-search-decoration,
.header-search-box .search-form input[type="search"]::-webkit-search-cancel-button,
.header-search-box .search-form input[type="search"]::-webkit-search-results-button,
.header-search-box .search-form input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.header-search-box .search-form .search-input {
  border: none;
  border-bottom: 2px solid #031f4b;
  font-size: 2.5rem;
  outline: none;
  color: #fff;
  background-color: transparent;
  width: 100%;
}

@media (max-width: 767px) {
  .header-search-box .search-form .search-input {
    font-size: 1.5rem;
  }
}

.header-search-box .search-form .search-btn {
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
  outline: none;
  border: none;
  background: transparent;
  color: #031f4b;
  font-size: 1.5rem;
}

/*ُ End global, helper classes , components Rules */
/* Start .page-header Rules    */
.header-2, .header-1, .header-basic {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .header-2 .social-icons .sc-flat, .header-1 .social-icons .sc-flat, .header-basic .social-icons .sc-flat {
    padding: 1rem 0;
  }
}

.header-2 .social-icons .sc-item, .header-1 .social-icons .sc-item, .header-basic .social-icons .sc-item {
  font-size: 1rem;
  margin: 0;
  margin-right: 1.5rem;
}

.header-2 .social-icons .sc-item:last-of-type, .header-1 .social-icons .sc-item:last-of-type, .header-basic .social-icons .sc-item:last-of-type {
  margin-right: 0;
}

.header-2 .social-icons .sc-icon, .header-1 .social-icons .sc-icon, .header-basic .social-icons .sc-icon {
  color: #fff !important;
}

.header-2 .social-icons .sc-icon:hover, .header-1 .social-icons .sc-icon:hover, .header-basic .social-icons .sc-icon:hover {
  transform: translateY(-3px);
}

@media (max-width: 1199px) {
  .header-2 .social-icons .sc-icon, .header-1 .social-icons .sc-icon, .header-basic .social-icons .sc-icon {
    color: #031f4b !important;
    font-size: 1.25rem;
  }
}

.header-2 .controls-box, .header-1 .controls-box, .header-basic .controls-box {
  display: none;
  display: flex;
  align-items: center;
  /* navbar open btn icon rules  */
}

.header-2 .controls-box .control, .header-1 .controls-box .control, .header-basic .controls-box .control {
  margin-right: 1rem;
  width: 2rem;
  height: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 100;
  cursor: pointer;
  transition: all 0.5s ease-in-out 0s;
}

.header-2 .controls-box .control:last-child, .header-1 .controls-box .control:last-child, .header-basic .controls-box .control:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .header-2 .controls-box .control, .header-1 .controls-box .control, .header-basic .controls-box .control {
    margin-right: .5rem;
  }
}

.header-2 .controls-box .header-search-btn, .header-1 .controls-box .header-search-btn, .header-basic .controls-box .header-search-btn {
  display: flex;
}

.header-2 .controls-box .header-search-btn svg.search-icon, .header-1 .controls-box .header-search-btn svg.search-icon, .header-basic .controls-box .header-search-btn svg.search-icon {
  fill: #fff;
  max-width: 1.5rem;
  transition: all 0.5s ease-in-out 0s;
}

.header-2 .controls-box .menu-toggler, .header-1 .controls-box .menu-toggler, .header-basic .controls-box .menu-toggler {
  margin-right: 1rem;
  display: none;
}

.header-2 .controls-box .menu-toggler > span, .header-1 .controls-box .menu-toggler > span, .header-basic .controls-box .menu-toggler > span {
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .header-2 .controls-box .menu-toggler, .header-1 .controls-box .menu-toggler, .header-basic .controls-box .menu-toggler {
    display: flex;
  }
}

.header-2 .controls-box .close-menu span:nth-child(1), .header-1 .controls-box .close-menu span:nth-child(1), .header-basic .controls-box .close-menu span:nth-child(1) {
  transform: rotate(225deg) translateY(-9px);
}

.header-2 .controls-box .close-menu span:nth-child(2), .header-1 .controls-box .close-menu span:nth-child(2), .header-basic .controls-box .close-menu span:nth-child(2) {
  display: none;
}

.header-2 .controls-box .close-menu span:nth-child(3), .header-1 .controls-box .close-menu span:nth-child(3), .header-basic .controls-box .close-menu span:nth-child(3) {
  transform: rotate(-45deg) translateY(-9px);
}

.header-2 .controls-box .info-toggler, .header-1 .controls-box .info-toggler, .header-basic .controls-box .info-toggler {
  display: none;
}

.header-2 .controls-box .info-toggler > span, .header-1 .controls-box .info-toggler > span, .header-basic .controls-box .info-toggler > span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .header-2 .controls-box .info-toggler, .header-1 .controls-box .info-toggler, .header-basic .controls-box .info-toggler {
    display: flex;
  }
}

.header-2 .header-cta-btn, .header-1 .header-cta-btn, .header-basic .header-cta-btn {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  padding: .5rem 1.5rem;
  transition: all 0.3s ease-in-out 0s;
}

.header-2 .header-cta-btn:hover, .header-1 .header-cta-btn:hover, .header-basic .header-cta-btn:hover {
  color: #031f4b;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .header-2 .header-cta-btn, .header-1 .header-cta-btn, .header-basic .header-cta-btn {
    display: none;
  }
}

.header-2 .bar-top, .header-1 .bar-top, .header-basic .bar-top {
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #031f4b;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .header-2 .bar-top, .header-1 .bar-top, .header-basic .bar-top {
    height: 0;
    border-bottom: none;
  }
}

.header-2 .bar-bottom, .header-1 .bar-bottom, .header-basic .bar-bottom {
  border-bottom: 1px solid transparent;
}

@media (max-width: 1199px) {
  .header-2 .bar-bottom, .header-1 .bar-bottom, .header-basic .bar-bottom {
    background-color: #031f4b;
  }
}

.header-2 .bar-bottom .menu-navbar, .header-1 .bar-bottom .menu-navbar, .header-basic .bar-bottom .menu-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .header-2 .bar-bottom .menu-navbar, .header-1 .bar-bottom .menu-navbar, .header-basic .bar-bottom .menu-navbar {
    height: 70px;
  }
}

@media (max-width: 1199px) {
  .header-2 .menu-wrapper, .header-1 .menu-wrapper, .header-basic .menu-wrapper {
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100%;
    top: 70px;
    transition: all 0.5s ease-in-out 0s;
  }
}

@media (max-width: 1199px) {
  .header-2 .bar-top-group .info-panel, .header-1 .bar-top-group .info-panel, .header-basic .bar-top-group .info-panel {
    right: -100%;
  }
  .header-2 .bar-top-group .info-panel.show, .header-1 .bar-top-group .info-panel.show, .header-basic .bar-top-group .info-panel.show {
    right: 0;
  }
}

.header-2 .bar-top-group .info-panel .info-title, .header-1 .bar-top-group .info-panel .info-title, .header-basic .bar-top-group .info-panel .info-title {
  display: none;
}

@media (max-width: 1199px) {
  .header-2 .bar-top-group .info-panel .info-title, .header-1 .bar-top-group .info-panel .info-title, .header-basic .bar-top-group .info-panel .info-title {
    display: block;
    font-family: "Merriweather", "sans-serif";
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: .5rem;
    text-transform: capitalize;
    color: #202020;
  }
}

.header-2 .bar-top-group .info-panel .info-list, .header-1 .bar-top-group .info-panel .info-list, .header-basic .bar-top-group .info-panel .info-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.header-2 .bar-top-group .info-panel .info-list .close-icon, .header-1 .bar-top-group .info-panel .info-list .close-icon, .header-basic .bar-top-group .info-panel .info-list .close-icon {
  display: none;
}

.header-2 .bar-top-group .info-panel .info-list .info-list-inner, .header-1 .bar-top-group .info-panel .info-list .info-list-inner, .header-basic .bar-top-group .info-panel .info-list .info-list-inner {
  display: flex;
  align-items: center;
  margin: 0;
}

@media (max-width: 1199px) {
  .header-2 .bar-top-group .info-panel .info-list .info-list-inner, .header-1 .bar-top-group .info-panel .info-list .info-list-inner, .header-basic .bar-top-group .info-panel .info-list .info-list-inner {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1199px) {
  .header-2 .bar-top-group .info-panel .info-list, .header-1 .bar-top-group .info-panel .info-list, .header-basic .bar-top-group .info-panel .info-list {
    flex-direction: column;
    justify-content: unset;
    align-items: flex-start;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3rem 1.5rem;
    background-color: #fff;
    width: 50%;
    height: calc(100% - 70px);
    overflow: auto;
    overflow-x: hidden;
    z-index: 1;
  }
  .header-2 .bar-top-group .info-panel .info-list .close-icon, .header-1 .bar-top-group .info-panel .info-list .close-icon, .header-basic .bar-top-group .info-panel .info-list .close-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2rem;
    right: 2rem;
    left: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    background: #031f4b;
    color: #fff;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  .header-2 .bar-top-group .info-panel .info-list, .header-1 .bar-top-group .info-panel .info-list, .header-basic .bar-top-group .info-panel .info-list {
    width: 75%;
  }
}

.header-2 .bar-top-group .info-panel .info, .header-1 .bar-top-group .info-panel .info, .header-basic .bar-top-group .info-panel .info {
  display: flex;
  align-items: center;
}

.header-2 .bar-top-group .info-panel .info:not(:last-child), .header-1 .bar-top-group .info-panel .info:not(:last-child), .header-basic .bar-top-group .info-panel .info:not(:last-child) {
  margin-right: 2.5rem;
}

@media (max-width: 1199px) {
  .header-2 .bar-top-group .info-panel .info, .header-1 .bar-top-group .info-panel .info, .header-basic .bar-top-group .info-panel .info {
    padding: 1rem 0;
    align-items: flex-start;
  }
  .header-2 .bar-top-group .info-panel .info:not(:last-child), .header-1 .bar-top-group .info-panel .info:not(:last-child), .header-basic .bar-top-group .info-panel .info:not(:last-child) {
    margin-right: 0;
  }
}

.header-2 .bar-top-group .info-panel .info.info-panel-logo, .header-1 .bar-top-group .info-panel .info.info-panel-logo, .header-basic .bar-top-group .info-panel .info.info-panel-logo {
  display: none;
}

@media (max-width: 1199px) {
  .header-2 .bar-top-group .info-panel .info.info-panel-logo, .header-1 .bar-top-group .info-panel .info.info-panel-logo, .header-basic .bar-top-group .info-panel .info.info-panel-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  .header-2 .bar-top-group .info-panel .info.info-panel-logo .logo, .header-1 .bar-top-group .info-panel .info.info-panel-logo .logo, .header-basic .bar-top-group .info-panel .info.info-panel-logo .logo {
    width: 65%;
    margin-bottom: 3rem;
  }
  .header-2 .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img, .header-1 .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img, .header-basic .bar-top-group .info-panel .info.info-panel-logo .logo .logo-img {
    max-width: 100%;
    height: auto;
  }
}

.header-2 .bar-top-group .info-panel .info-text, .header-1 .bar-top-group .info-panel .info-text, .header-basic .bar-top-group .info-panel .info-text {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .header-2 .bar-top-group .info-panel .info-text, .header-1 .bar-top-group .info-panel .info-text, .header-basic .bar-top-group .info-panel .info-text {
    flex-direction: column;
    font-size: 1rem;
    color: #121212;
    opacity: .75;
  }
}

.header-2 .bar-top-group .info-panel .info-icon, .header-1 .bar-top-group .info-panel .info-icon, .header-basic .bar-top-group .info-panel .info-icon {
  margin-right: 1rem;
  line-height: 1;
  flex-shrink: 0;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .header-2 .bar-top-group .info-panel .info-icon .icon, .header-1 .bar-top-group .info-panel .info-icon .icon, .header-basic .bar-top-group .info-panel .info-icon .icon {
    color: #031f4b;
    font-size: 1.25rem;
  }
}

.header-2 .bar-top-group .info-panel .text, .header-1 .bar-top-group .info-panel .text, .header-basic .bar-top-group .info-panel .text {
  margin: 0;
}

.header-2 .bar-top-group .info-panel .sub-text, .header-1 .bar-top-group .info-panel .sub-text, .header-basic .bar-top-group .info-panel .sub-text {
  display: none;
}

.header-2 .bar-top-group .info-panel .info-link, .header-1 .bar-top-group .info-panel .info-link, .header-basic .bar-top-group .info-panel .info-link {
  color: inherit;
  text-decoration: none !important;
}

@media (max-width: 1199px) {
  .header-2 .bar-top-group .info-panel .info-link, .header-1 .bar-top-group .info-panel .info-link, .header-basic .bar-top-group .info-panel .info-link {
    margin-right: 0;
    margin-bottom: .75rem;
  }
}

.header-2 .header-logo, .header-1 .header-logo, .header-basic .header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-2 .header-logo .logo-img, .header-1 .header-logo .logo-img, .header-basic .header-logo .logo-img {
  display: block;
  max-width: 10rem;
  padding: .5rem 0;
  max-height: calc(80px - 10px);
  transition: all 0.5s ease-in-out 0s;
}

.header-2 .header-logo .logo-img.light-logo, .header-1 .header-logo .logo-img.light-logo, .header-basic .header-logo .logo-img.light-logo {
  display: block;
}

.header-2 .header-logo .logo-img.dark-logo, .header-1 .header-logo .logo-img.dark-logo, .header-basic .header-logo .logo-img.dark-logo {
  display: none;
}

.header-2 .links, .header-1 .links, .header-basic .links {
  margin-left: auto;
  margin-right: 1rem;
}

@media (max-width: 1199px) {
  .header-2 .links, .header-1 .links, .header-basic .links {
    left: -100%;
    margin: 0;
  }
  .header-2 .links.show, .header-1 .links.show, .header-basic .links.show {
    left: 0;
  }
}

.header-2 .links-list, .header-1 .links-list, .header-basic .links-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media (max-width: 1199px) {
  .header-2 .links-list, .header-1 .links-list, .header-basic .links-list {
    position: absolute;
    top: 0;
    width: 50%;
    max-height: calc(100% - 70px);
    padding: 1rem 0;
    flex-direction: column;
    align-items: start;
    justify-content: unset;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  .header-2 .links-list, .header-1 .links-list, .header-basic .links-list {
    width: 75%;
  }
}

.header-2 .menu-item, .header-1 .menu-item, .header-basic .menu-item {
  position: relative;
  padding: 0 1rem;
}

@media (max-width: 1199px) {
  .header-2 .menu-item, .header-1 .menu-item, .header-basic .menu-item {
    width: 100%;
    padding: 0;
  }
}

.header-2 .menu-link, .header-1 .menu-link, .header-basic .menu-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-decoration: none !important;
  color: #fff;
  opacity: .9;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.85px;
  line-height: 70px;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.header-2 .menu-link::before, .header-1 .menu-link::before, .header-basic .menu-link::before {
  content: '';
  position: absolute;
  background-color: #f78001;
  height: 2px;
  width: 100%;
  bottom: 25%;
  left: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out 0s;
}

.header-2 .menu-link .down-Arrow-icon, .header-1 .menu-link .down-Arrow-icon, .header-basic .menu-link .down-Arrow-icon {
  line-height: 1;
  font-size: .65rem;
  margin-left: .25rem;
}

.header-2 .menu-link:hover, .header-1 .menu-link:hover, .header-basic .menu-link:hover, .header-2 .menu-link.active, .header-1 .menu-link.active, .header-basic .menu-link.active {
  opacity: 1;
}

.header-2 .menu-link:hover::before, .header-1 .menu-link:hover::before, .header-basic .menu-link:hover::before, .header-2 .menu-link.active::before, .header-1 .menu-link.active::before, .header-basic .menu-link.active::before {
  transform: scaleX(1);
}

@media (max-width: 1199px) {
  .header-2 .menu-link, .header-1 .menu-link, .header-basic .menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .75rem 1rem;
    color: #121212;
    line-height: calc(70px / 2);
  }
  .header-2 .menu-link::before, .header-1 .menu-link::before, .header-basic .menu-link::before {
    color: #031f4b;
    display: none;
  }
  .header-2 .menu-link .down-Arrow-icon, .header-1 .menu-link .down-Arrow-icon, .header-basic .menu-link .down-Arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    color: #031f4b;
    border: 1px solid #031f4b;
  }
  .header-2 .menu-link:hover, .header-1 .menu-link:hover, .header-basic .menu-link:hover {
    color: #031f4b;
  }
}

.header-2 .has-sub-menu > .sub-menu, .header-1 .has-sub-menu > .sub-menu, .header-basic .has-sub-menu > .sub-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  min-width: 18rem;
  left: 0;
  margin: 0;
  padding: 1rem 0;
  transform: translateY(4rem);
  visibility: hidden;
  opacity: 0;
  z-index: 15000;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.25);
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 1199px) {
  .header-2 .has-sub-menu > .sub-menu, .header-1 .has-sub-menu > .sub-menu, .header-basic .has-sub-menu > .sub-menu {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    border: none;
    box-shadow: none;
    padding: 0;
    transform: translateY(0);
    background-color: #fff;
    transition: none;
  }
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-item, .header-1 .has-sub-menu > .sub-menu .sub-menu-item, .header-basic .has-sub-menu > .sub-menu .sub-menu-item {
  padding: 0;
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link, .header-1 .has-sub-menu > .sub-menu .sub-menu-link, .header-basic .has-sub-menu > .sub-menu .sub-menu-link {
  line-height: unset;
  color: #121212;
  padding: 1rem !important;
  padding-left: 1.5rem !important;
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link::before, .header-1 .has-sub-menu > .sub-menu .sub-menu-link::before, .header-basic .has-sub-menu > .sub-menu .sub-menu-link::before {
  content: '';
  display: block;
  height: 3px;
  width: 1rem;
  left: 0;
  background-color: #031f4b;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transform-origin: left;
  transition: all 0.3s ease-in-out 0s;
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link::after, .header-1 .has-sub-menu > .sub-menu .sub-menu-link::after, .header-basic .has-sub-menu > .sub-menu .sub-menu-link::after {
  content: '';
  position: absolute;
  background-color: #031f4b;
  height: 100%;
  width: 4px;
  right: -4px;
  left: auto;
  transition: all 0.3s ease-in-out 0s;
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link:hover, .header-1 .has-sub-menu > .sub-menu .sub-menu-link:hover, .header-basic .has-sub-menu > .sub-menu .sub-menu-link:hover {
  padding: 1rem 1rem 1rem 2rem !important;
  padding-left: 2rem !important;
  color: #031f4b;
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link:hover::before, .header-1 .has-sub-menu > .sub-menu .sub-menu-link:hover::before, .header-basic .has-sub-menu > .sub-menu .sub-menu-link:hover::before {
  transform: translateY(-50%) scale(1);
}

.header-2 .has-sub-menu > .sub-menu .sub-menu-link:hover::after, .header-1 .has-sub-menu > .sub-menu .sub-menu-link:hover::after, .header-basic .has-sub-menu > .sub-menu .sub-menu-link:hover::after {
  right: 0;
  left: auto;
}

@media (max-width: 1199px) {
  .header-2 .has-sub-menu > .sub-menu .sub-menu-link, .header-1 .has-sub-menu > .sub-menu .sub-menu-link, .header-basic .has-sub-menu > .sub-menu .sub-menu-link {
    line-height: unset;
    padding: 1rem 1rem 1rem 2rem !important;
  }
  .header-2 .has-sub-menu > .sub-menu .sub-menu-link:hover, .header-1 .has-sub-menu > .sub-menu .sub-menu-link:hover, .header-basic .has-sub-menu > .sub-menu .sub-menu-link:hover {
    padding: 1rem 1rem 1rem 2.5rem !important;
    color: #031f4b;
  }
}

.header-2 .has-sub-menu:hover > .sub-menu, .header-1 .has-sub-menu:hover > .sub-menu, .header-basic .has-sub-menu:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header-2 .has-sub-menu .has-sub-menu .sub-menu, .header-1 .has-sub-menu .has-sub-menu .sub-menu, .header-basic .has-sub-menu .has-sub-menu .sub-menu {
  top: 0;
  right: 100%;
  left: auto;
}

@media (max-width: 1199px) {
  .header-2 .has-sub-menu > .sub-menu, .header-1 .has-sub-menu > .sub-menu, .header-basic .has-sub-menu > .sub-menu {
    /*sub-menu-level-2*/
  }
  .header-2 .has-sub-menu > .sub-menu .sub-menu .sub-menu-link, .header-1 .has-sub-menu > .sub-menu .sub-menu .sub-menu-link, .header-basic .has-sub-menu > .sub-menu .sub-menu .sub-menu-link {
    line-height: unset;
    padding: 1rem 1rem 1rem 3rem !important;
  }
  .header-2 .has-sub-menu > .sub-menu .sub-menu .sub-menu-link:hover, .header-1 .has-sub-menu > .sub-menu .sub-menu .sub-menu-link:hover, .header-basic .has-sub-menu > .sub-menu .sub-menu .sub-menu-link:hover {
    padding: 1rem 1rem 1rem 3.5rem !important;
    color: #031f4b;
  }
}

.is-dark.header-2 .bar-top, .is-dark.header-1 .bar-top, .is-dark.header-basic .bar-top {
  background-color: #121212;
}

.is-dark.header-2 .bar-top .info-icon .icon, .is-dark.header-1 .bar-top .info-icon .icon, .is-dark.header-basic .bar-top .info-icon .icon {
  color: #031f4b;
}

.is-dark.header-2 .bar-top .info-text, .is-dark.header-1 .bar-top .info-text, .is-dark.header-basic .bar-top .info-text {
  color: #fff;
}

@media (max-width: 1199px) {
  .is-dark.header-2 .bar-top .info-text, .is-dark.header-1 .bar-top .info-text, .is-dark.header-basic .bar-top .info-text {
    color: #202020;
  }
}

.is-dark.header-2 .social-icons .sc-icon, .is-dark.header-1 .social-icons .sc-icon, .is-dark.header-basic .social-icons .sc-icon {
  color: #fff !important;
}

@media (max-width: 1199px) {
  .is-dark.header-2 .social-icons .sc-icon, .is-dark.header-1 .social-icons .sc-icon, .is-dark.header-basic .social-icons .sc-icon {
    color: #031f4b !important;
  }
}

@media (max-width: 1199px) {
  .is-dark.header-2 .bar-bottom, .is-dark.header-1 .bar-bottom, .is-dark.header-basic .bar-bottom {
    background-color: #121212;
  }
}

.is-dark.is-sticky.header-2 .bar-bottom, .is-dark.is-sticky.header-1 .bar-bottom, .is-dark.is-sticky.header-basic .bar-bottom {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #121212 !important;
}

.is-light.header-2 .bar-top, .is-light.header-1 .bar-top, .is-light.header-basic .bar-top {
  background-color: #fff;
}

.is-light.header-2 .bar-top .info-icon .icon, .is-light.header-1 .bar-top .info-icon .icon, .is-light.header-basic .bar-top .info-icon .icon {
  color: #031f4b;
}

.is-light.header-2 .bar-top .info-text, .is-light.header-1 .bar-top .info-text, .is-light.header-basic .bar-top .info-text {
  color: #202020;
}

.is-light.header-2 .social-icons .sc-icon, .is-light.header-1 .social-icons .sc-icon, .is-light.header-basic .social-icons .sc-icon {
  color: #031f4b !important;
}

@media (max-width: 1199px) {
  .is-light.header-2 .bar-bottom, .is-light.header-1 .bar-bottom, .is-light.header-basic .bar-bottom {
    background-color: #fff;
  }
  .is-light.header-2 .bar-bottom .header-logo .dark-logo, .is-light.header-1 .bar-bottom .header-logo .dark-logo, .is-light.header-basic .bar-bottom .header-logo .dark-logo {
    display: block;
  }
  .is-light.header-2 .bar-bottom .header-logo .light-logo, .is-light.header-1 .bar-bottom .header-logo .light-logo, .is-light.header-basic .bar-bottom .header-logo .light-logo {
    display: none;
  }
  .is-light.header-2 .bar-bottom .menu-link, .is-light.header-1 .bar-bottom .menu-link, .is-light.header-basic .bar-bottom .menu-link {
    color: #121212;
  }
  .is-light.header-2 .bar-bottom .menu-link::before, .is-light.header-1 .bar-bottom .menu-link::before, .is-light.header-basic .bar-bottom .menu-link::before {
    background-color: #121212;
  }
  .is-light.header-2 .bar-bottom .menu-link.sub-menu-link::before, .is-light.header-1 .bar-bottom .menu-link.sub-menu-link::before, .is-light.header-basic .bar-bottom .menu-link.sub-menu-link::before {
    background-color: #031f4b;
  }
  .is-light.header-2 .bar-bottom .header-search-btn svg.search-icon, .is-light.header-1 .bar-bottom .header-search-btn svg.search-icon, .is-light.header-basic .bar-bottom .header-search-btn svg.search-icon {
    fill: #121212;
  }
  .is-light.header-2 .bar-bottom .menu-toggler > span, .is-light.header-1 .bar-bottom .menu-toggler > span, .is-light.header-basic .bar-bottom .menu-toggler > span {
    background-color: #121212;
  }
  .is-light.header-2 .bar-bottom .info-toggler > span, .is-light.header-1 .bar-bottom .info-toggler > span, .is-light.header-basic .bar-bottom .info-toggler > span {
    background-color: #121212;
  }
  .is-light.header-2 .bar-bottom .header-cta-btn, .is-light.header-1 .bar-bottom .header-cta-btn, .is-light.header-basic .bar-bottom .header-cta-btn {
    color: #fff;
    background-color: #031f4b;
    border: 2px solid #031f4b;
  }
  .is-light.header-2 .bar-bottom .header-cta-btn:hover, .is-light.header-1 .bar-bottom .header-cta-btn:hover, .is-light.header-basic .bar-bottom .header-cta-btn:hover {
    color: #031f4b;
  }
}

.is-light.is-sticky.header-2 .bar-bottom, .is-light.is-sticky.header-1 .bar-bottom, .is-light.is-sticky.header-basic .bar-bottom {
  border-color: rgba(18, 18, 18, 0.1);
  background-color: #fff !important;
}

.is-light.is-sticky.header-2 .bar-bottom .header-logo .dark-logo, .is-light.is-sticky.header-1 .bar-bottom .header-logo .dark-logo, .is-light.is-sticky.header-basic .bar-bottom .header-logo .dark-logo {
  display: block;
}

.is-light.is-sticky.header-2 .bar-bottom .header-logo .light-logo, .is-light.is-sticky.header-1 .bar-bottom .header-logo .light-logo, .is-light.is-sticky.header-basic .bar-bottom .header-logo .light-logo {
  display: none;
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link, .is-light.is-sticky.header-1 .bar-bottom .menu-link, .is-light.is-sticky.header-basic .bar-bottom .menu-link {
  color: #121212;
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link::before, .is-light.is-sticky.header-1 .bar-bottom .menu-link::before, .is-light.is-sticky.header-basic .bar-bottom .menu-link::before {
  background-color: #121212;
}

.is-light.is-sticky.header-2 .bar-bottom .menu-link.sub-menu-link::before, .is-light.is-sticky.header-1 .bar-bottom .menu-link.sub-menu-link::before, .is-light.is-sticky.header-basic .bar-bottom .menu-link.sub-menu-link::before {
  background-color: #031f4b;
}

.is-light.is-sticky.header-2 .bar-bottom .header-search-btn svg.search-icon, .is-light.is-sticky.header-1 .bar-bottom .header-search-btn svg.search-icon, .is-light.is-sticky.header-basic .bar-bottom .header-search-btn svg.search-icon {
  fill: #121212;
}

.is-light.is-sticky.header-2 .bar-bottom .menu-toggler > span, .is-light.is-sticky.header-1 .bar-bottom .menu-toggler > span, .is-light.is-sticky.header-basic .bar-bottom .menu-toggler > span {
  background-color: #121212;
}

.is-light.is-sticky.header-2 .bar-bottom .info-toggler > span, .is-light.is-sticky.header-1 .bar-bottom .info-toggler > span, .is-light.is-sticky.header-basic .bar-bottom .info-toggler > span {
  background-color: #121212;
}

.is-light.is-sticky.header-2 .bar-bottom .header-cta-btn, .is-light.is-sticky.header-1 .bar-bottom .header-cta-btn, .is-light.is-sticky.header-basic .bar-bottom .header-cta-btn {
  color: #fff;
  background-color: #031f4b;
  border: 2px solid #031f4b;
}

.is-light.is-sticky.header-2 .bar-bottom .header-cta-btn:hover, .is-light.is-sticky.header-1 .bar-bottom .header-cta-btn:hover, .is-light.is-sticky.header-basic .bar-bottom .header-cta-btn:hover {
  color: #031f4b;
  background-color: transparent;
}

@media (min-width: 1199px) {
  .header-2.is-sticky {
    top: -40px;
  }
}

.header-2.is-sticky .bar-bottom {
  background-color: #031f4b;
}

.header-1 .bar-top {
  height: 70px;
}

@media (max-width: 1199px) {
  .header-1 .bar-top {
    height: 0;
    border-bottom: none;
  }
}

.header-1 .bar-top-group .info-panel .info {
  display: flex;
  align-items: center;
}

.header-1 .bar-top-group .info-panel .info.info-panel-logo {
  display: none;
}

@media (max-width: 1199px) {
  .header-1 .bar-top-group .info-panel .info.info-panel-logo {
    display: flex;
  }
}

.header-1 .bar-top-group .info-panel .info .info-icon .icon {
  font-size: 1.75rem;
}

@media (max-width: 1199px) {
  .header-1 .bar-top-group .info-panel .info .info-icon .icon {
    font-size: 1.75rem;
  }
}

.header-1 .bar-top-group .info-panel .info .info-text {
  flex-direction: column;
  align-items: flex-start;
}

.header-1 .bar-top-group .info-panel .info .text {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: capitalize;
}

.header-1 .bar-top-group .info-panel .info .sub-text {
  display: block;
  opacity: .75;
}

@media (max-width: 1199px) {
  .header-1 .bar-top-group .info-panel .info .sub-text {
    opacity: .9;
  }
}

@media (min-width: 1199px) {
  .header-1.is-sticky {
    top: -70px;
  }
}

.header-1.is-sticky .bar-bottom {
  background-color: #031f4b;
}

@media (min-width: 1199px) {
  .header-basic.is-sticky {
    top: 0 !important;
  }
}

.header-basic.is-sticky .bar-bottom {
  background-color: #031f4b;
}

.header-basic .controls-box .info-toggler {
  display: none;
}

/* End .page-header Rules    */
/*   Start .page-hero Rules   */
.page-hero .hero-text-area .hero-title, .hero-swiper-slider .slide-title {
  font-family: "Merriweather", "sans-serif";
  font-weight: 900;
  font-size: 4rem;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  color: #fff;
  line-height: 1.3;
}

.page-hero .hero-text-area .hero-title .first-word, .hero-swiper-slider .slide-title .first-word {
  position: relative;
}

@media (max-width: 1199px) {
  .page-hero .hero-text-area .hero-title, .hero-swiper-slider .slide-title {
    font-size: 3rem !important;
  }
}

@media (max-width: 575px) {
  .page-hero .hero-text-area .hero-title, .hero-swiper-slider .slide-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
  }
}

.page-hero .hero-text-area .hero-subtitle, .hero-swiper-slider .slide-subtitle {
  color: #f1f1f1;
  font-size: 1.35rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .page-hero .hero-text-area .hero-subtitle, .hero-swiper-slider .slide-subtitle {
    font-size: 1rem;
  }
}

@media (max-height: 500px) {
  .page-hero .hero-text-area .hero-subtitle, .hero-swiper-slider .slide-subtitle {
    display: none;
  }
}

.hero-social-icons {
  position: absolute;
  z-index: 900;
  transition: all 0.5s ease-in-out 0s;
}

.hero-social-icons.start-align {
  left: 3rem;
  right: auto;
}

.hero-social-icons.center-align {
  width: 100%;
  text-align: center;
}

.hero-social-icons.end-align {
  right: 3rem;
  left: auto;
}

.hero-social-icons.center-position {
  top: 50%;
  transform: translateY(-50%);
}

.hero-social-icons.bottom-position {
  bottom: 4rem;
  top: auto;
}

.hero-social-icons .dir-row .sc-list .sc-item:not(:last-child) {
  margin-right: 2rem;
}

.hero-social-icons .dir-row .sc-list .sc-item .sc-icon {
  color: #fff;
}

.hero-social-icons .dir-col .sc-list .sc-item:not(:last-child) {
  margin-bottom: 2rem;
}

.hero-social-icons .dir-col .sc-list .sc-item .sc-icon {
  color: #fff;
}

@media (max-width: 991px) {
  .hero-social-icons {
    display: none;
  }
}

@media (max-height: 500px) {
  .hero-social-icons {
    display: none;
  }
}

.page-hero {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  padding: 120px 0;
  background: #031f4b;
}

@media (max-width: 991px) {
  .page-hero {
    height: auto;
    min-height: 100vh;
  }
}

@media (max-height: 600px) {
  .page-hero {
    height: auto;
  }
}

.page-hero .overlay-color {
  opacity: .75 !important;
}

.page-hero .hero-text-area {
  padding-top: 4rem;
}

.page-hero .hero-text-area .tag-line {
  color: #fff;
}

.page-hero .hero-text-area .hero-title {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.page-hero .hero-text-area .hero-title .heading-brand-name {
  position: relative;
  display: inline-block;
  line-height: 1;
}

.page-hero .hero-text-area .hero-title .featured-text {
  font-weight: 900;
}

.page-hero .cta-links-area {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.page-hero .cta-links-area .cta-link {
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1.15rem;
  background: transparent;
  color: #fff;
  border-color: #fff;
  min-width: 180px;
}

@media (max-width: 991px) {
  .page-hero .cta-links-area .cta-link {
    font-size: 1rem;
    padding: .75rem 1.5rem;
    min-width: auto;
  }
}

.page-hero .cta-links-area .cta-link:last-child {
  margin-right: 0;
}

.page-hero .cta-links-area .cta-link:hover {
  background: #fff;
  color: #031f4b;
  border-color: #fff;
}

.page-hero .cta-links-area .cta-link-primary {
  background: linear-gradient(to right, rgb(247, 78, 27) 0%, rgba(247,128,1,1) 100%);
  color: #fff;
  border-color: #f78001;
}

.page-hero .cta-links-area .cta-link-primary:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.page-hero.hero-image-bg .overlay-photo-image-bg {
  background-image: url("../assets/Images/hero/hero-bg-4.jpg");
  z-index: -1;
  opacity: 1;
}

.hero-vegas-slider {
  position: relative;
  height: 100vh;
}

.hero-vegas-slider .overlay-color {
  z-index: 0 !important;
}

.hero-vegas-slider .vegas-slider-content {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-swiper-slider {
  padding: 0;
  background: #121212;
}

.hero-swiper-slider .swiper-slide {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.hero-swiper-slider .slide-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-swiper-slider .slide-bg-img .overlay-color {
  z-index: 0;
}

.hero-swiper-slider .tag-line {
  transform: translateY(-1rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .3s;
}

.hero-swiper-slider .slide-title {
  display: inline-block;
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease-in-out 0s;
  transition-delay: .5s;
}

.hero-swiper-slider .slide-subtitle {
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .8s;
}

.hero-swiper-slider .cta-links-area {
  transform: translateY(3rem);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 1s;
}

.hero-swiper-slider .slider-stacked-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  z-index: 11;
}

.hero-swiper-slider .slider-stacked-arrows .swiper-button-prev,
.hero-swiper-slider .slider-stacked-arrows .swiper-button-next {
  position: static;
  margin: .25rem 0;
  transform: none;
}

@media (max-width: 991px) {
  .hero-swiper-slider .slider-stacked-arrows {
    bottom: 1rem;
    top: auto;
    width: 100%;
    transform: none;
    left: 0;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.hero-swiper-slider .swiper-button-prev,
.hero-swiper-slider .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #031f4b;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  background: rgba(255, 255, 255, 0.35);
  color: #fff;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
}

.hero-swiper-slider .swiper-button-prev:hover,
.hero-swiper-slider .swiper-button-next:hover {
  background-color: rgb(247 128 1);
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-prev,
  .hero-swiper-slider .swiper-button-next {
    bottom: 1rem;
    top: auto;
    transform: none;
  }
}

@media (max-width: 575px) {
  .hero-swiper-slider .swiper-button-prev,
  .hero-swiper-slider .swiper-button-next {
    display: none;
  }
}

.hero-swiper-slider .swiper-button-prev {
  left: 3rem;
  right: auto;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-prev {
    left: 10px;
  }
}

.hero-swiper-slider .swiper-button-next {
  right: 3rem;
  left: auto;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-button-next {
    right: 10px;
  }
}

.hero-swiper-slider .swiper-pagination-fraction {
  width: auto;
  right: 3rem;
  left: auto;
  bottom: 4rem;
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-pagination-fraction {
    width: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background: transparent;
    font-size: 1rem;
    bottom: 1rem;
  }
}

.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current,
.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-total {
  display: inline-block;
  font-weight: 700;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current,
  .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 1.5rem;
  }
}

.hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 4rem;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: white;
}

@media (max-width: 991px) {
  .hero-swiper-slider .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 3rem;
  }
}

.hero-swiper-slider .slides-state {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Merriweather", "sans-serif";
  z-index: 11;
}

.hero-swiper-slider .slides-state .slide-num {
  width: 3rem;
  height: 3rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 575px) {
  .hero-swiper-slider .slides-state .slide-num {
    display: none;
  }
}

.hero-swiper-slider .slides-state .slide-num.slides-count {
  opacity: .5;
}

.hero-swiper-slider .slides-state .swiper-pagination {
  position: static;
  margin: 0 1rem;
  display: flex;
  align-items: center;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet {
  width: 3rem;
  height: .5rem;
  display: inline-block;
  border-radius: 2rem;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(to right, rgb(247, 78, 27) 0%, rgba(247,128,1,1) 100%);
}

.hero-swiper-slider .slides-state .swiper-pagination-bullet:not(:last-child) {
  margin-right: .5rem !important;
}

@media (min-width: 768px) {
  .hero-swiper-slider .slides-state.v-align {
    right: -3rem;
    left: auto;
    transform: rotate(90deg) translateY(-50%);
    top: 50%;
    bottom: auto;
  }
  .hero-swiper-slider .slides-state.v-align .slide-num {
    transform: rotate(-90deg);
  }
}

.hero-swiper-slider .swiper-slide-active .tag-line,
.hero-swiper-slider .swiper-slide-active .slide-title,
.hero-swiper-slider .swiper-slide-active .slide-subtitle,
.hero-swiper-slider .swiper-slide-active .cta-links-area {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.hero-swiper-slider.off-grid-text:before {
  content: '';
  width: 100%;
  height: 65%;
  background-color: rgba(18, 18, 18, 0.5);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.hero-swiper-slider.off-grid-text .overlay-photo-image-bg {
  background: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .05;
  z-index: 1;
  width: 100%;
  height: 65%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.hero-swiper-slider.off-grid-text .slide-bg-img {
  width: 65%;
  min-width: 65%;
  left: auto;
  right: 0;
}

.hero-swiper-slider.slider-parallax .tag-line {
  transition-delay: .6s;
}

.hero-swiper-slider.slider-parallax .slide-title {
  transition-delay: 1s;
}

.hero-swiper-slider.slider-parallax .slide-subtitle {
  transition-delay: 1.1s;
}

.hero-swiper-slider.slider-parallax .cta-links-area {
  transition-delay: 1.3s;
}

.inner-page-hero {
  height: 60vh;
  min-height: 60vh;
}

.inner-page-hero .overlay-photo-image-bg {
  background-image: url("../assets/Images/hero/inner-page-hero.html");
  opacity: 1;
}

.inner-page-hero .hero-text-area {
  text-align: center;
}

.inner-page-hero .hero-text-area .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin: 0;
  padding: 0;
}

.inner-page-hero .hero-text-area .breadcrumb .icon {
  margin-right: .5rem;
}

.inner-page-hero .hero-text-area .breadcrumb-item {
  color: rgba(255, 255, 255, 0.65);
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .inner-page-hero .hero-text-area .breadcrumb-item {
    font-size: 1rem;
  }
}

.inner-page-hero .hero-text-area .breadcrumb-item:before {
  /*Breadcrumb Separator Color*/
  color: #fff;
  padding-right: .5rem;
}

.inner-page-hero .hero-text-area .breadcrumb-link {
  color: white;
  text-decoration: none;
  transition: color 0.25s ease-in 0s;
}

.inner-page-hero .hero-text-area .breadcrumb-link:hover {
  color: #031f4b;
}

@keyframes ma-scale {
  50% {
    transform: scale(1.2);
  }
}

/*   End .page-hero Rules   */
/*    Start .services Section Rules    */
.services-boxed .overlay-photo-image-bg, .services-bg-img .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
  opacity: .025;
}

.services-boxed .service-box, .services-bg-img .service-box {
  position: relative;
  padding: 4rem 2rem;
  transition: all 0.3s ease-in-out 0s;
  z-index: 0;
}

.services-boxed .service-card, .services-bg-img .service-card {
  overflow: hidden;
}

.services-boxed .service-icon, .services-bg-img .service-icon {
  margin-bottom: 1.5rem;
  transition: all 0.3s ease-in-out 0s;
}

.services-boxed .font-icon, .services-bg-img .font-icon {
  display: inline-block;
  font-size: 2.5rem;
  color: #f78001;
  transform-origin: center;
  transition: all 0.3s ease-in-out 0s;
}

.services-boxed .service-num, .services-bg-img .service-num {
  font-family: "Merriweather", "sans-serif";
  font-size: 5rem;
  font-weight: 900;
  position: absolute;
  top: 1rem;
  right: 2rem;
  color: #fff;
  opacity: 0;
  line-height: 1;
}

.services-boxed .img-icon, .services-bg-img .img-icon {
  width: 60px;
  height: 60px;
}

.services-boxed .service-content, .services-bg-img .service-content {
  margin-bottom: 1.5rem;
}

.services-boxed .service-title, .services-bg-img .service-title {
  text-transform: capitalize;
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "Merriweather", "sans-serif";
  color: #202020;
  margin-bottom: 1rem;
}

.services-boxed .service-text, .services-bg-img .service-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: #202020;
}

@media (max-width: 991px) {
  .lifted-up-box.services-boxed .services-row, .lifted-up-box.services-bg-img .services-row {
    padding: 6rem 0;
  }
}

.lifted-up-box.services-boxed .service-box, .lifted-up-box.services-bg-img .service-box {
  margin-top: -8rem;
}

@media (max-width: 991px) {
  .lifted-up-box.services-boxed .service-box, .lifted-up-box.services-bg-img .service-box {
    margin-top: 0rem;
  }
}

.services-boxed .services-row {
  margin-bottom: 1rem;
}

.services-boxed .service-box {
  margin-bottom: 2rem;
  border-radius: .5rem;
  padding: 2rem;
  border: 2px solid rgb(247 128 1);
  box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.1);
}

@media (max-width: 991px) {
  .services-boxed .service-box {
    padding: 2rem;
  }
}

.services-boxed .service-box:hover, .services-boxed .service-box.featured {
  background-color: #031f4b;
}

.services-boxed .service-box:hover .service-num, .services-boxed .service-box.featured .service-num {
  opacity: .3;
}

.services-boxed .service-box:hover .service-title,
.services-boxed .service-box:hover .service-text,
.services-boxed .service-box:hover .font-icon,
.services-boxed .service-box:hover .read-more, .services-boxed .service-box.featured .service-title,
.services-boxed .service-box.featured .service-text,
.services-boxed .service-box.featured .font-icon,
.services-boxed .service-box.featured .read-more {
  color: #fff;
}

.services-boxed.is-dark {
  background-color: #202020;
}

.services-boxed.is-dark .section-heading .section-title {
  color: #fff !important;
}

.services-boxed.is-dark .section-heading .section-subtitle {
  color: #fff !important;
  opacity: .75;
}

.services-boxed.is-dark .section-heading .line {
  background-color: #fff !important;
}

.services-boxed.is-dark .service-title {
  color: #fff;
}

.services-boxed.is-dark .service-text {
  color: #fff;
  opacity: .85;
}

.services-bg-img.half-bg-img .overlay-photo-image-bg {
  top: 0;
  left: 0;
  background-image: url("../assets/Images/services/section-bg.jpg");
  opacity: 1;
  height: 50%;
}

.services-bg-img.half-bg-img .overlay-photo-image-bg + .overlay-color {
  top: 0;
  height: 50%;
}

.services-bg-img.half-bg-img .section-heading .section-title {
  color: #f1f1f1 !important;
}

.services-bg-img.half-bg-img .section-heading .line {
  background-color: #fff !important;
}

.services-bg-img .service-box {
  margin-bottom: 2rem;
  border-radius: 0;
}

.services-bg-img .service-box .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  transition: all 0.5s ease-in-out 0s;
}

.services-bg-img .service-box .bg-img .overlay-color {
  z-index: 1;
  opacity: .85;
}

.services-bg-img .service-box .bg-img .service-bg-img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out 0s;
}

.services-bg-img .service-box .service-content {
  margin-bottom: 2rem;
}

.services-bg-img .service-box .service-content .service-title {
  color: #fff;
}

.services-bg-img .service-box .service-content .service-text {
  color: #f1f1f1;
}

.services-bg-img .service-box:hover .bg-img .overlay-color {
  opacity: .75;
}

.services-bg-img .service-box:hover .bg-img .service-bg-img {
  transform: scale(1.2);
  transition: transform 1s ease-in-out 0s;
}

.flip-cards {
  background-color: #ffffff;
}

.flip-cards .section-heading .section-title {
  color: #031f4b;
}

.flip-cards .section-heading .section-subtitle {
  color: #fff;
  opacity: .85;
}

.flip-cards .section-heading .line {
  background-color: #fff;
}

.flip-cards .flip-card {
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  margin-bottom: 2rem;
  transition: all 0.5s ease-in-out 0s;
  z-index: 0;
}

.flip-cards .flip-card:hover .front-face {
  transform: rotateX(-180deg);
}

.flip-cards .flip-card:hover .back-face {
  transform: rotateX(0deg);
}

.flip-cards .flip-card .front-face,
.flip-cards .flip-card .back-face {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #031f4b;
  border-radius: .5rem;
  padding: 2rem 1rem;
  backface-visibility: hidden;
  transform-origin: center;
  transform-style: preserve-3d;
  perspective: inherit;
  transition: all 1s ease 0s;
  box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.1);
  min-height: 270px;
}

.flip-cards .flip-card .front-face .overlay-color,
.flip-cards .flip-card .back-face .overlay-color {
  opacity: .75;
}

.flip-cards .flip-card .front-face .front-face-inner,
.flip-cards .flip-card .front-face .back-face-inner,
.flip-cards .flip-card .back-face .front-face-inner,
.flip-cards .flip-card .back-face .back-face-inner {
  backface-visibility: hidden;
  transform: translateZ(100px) scale(0.8);
  transition: all 1s ease 0s;
}

.flip-cards .flip-card .front-face .icon-wrapper,
.flip-cards .flip-card .front-face .title-wrapper,
.flip-cards .flip-card .back-face .icon-wrapper,
.flip-cards .flip-card .back-face .title-wrapper,
.flip-cards .flip-card .back-face .desc-wrapper {
  margin-bottom: 1.5rem;
}

.flip-cards .flip-card .front-face .icon-wrapper,
.flip-cards .flip-card .back-face .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.flip-cards .flip-card .front-face .icon-wrapper .icon,
.flip-cards .flip-card .back-face .icon-wrapper .icon {
  font-size: 2.5rem;
  color: #031f4b;
}

.flip-cards .flip-card .front-face .title-wrapper .title,
.flip-cards .flip-card .back-face .title-wrapper .title {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Merriweather", "sans-serif";
  color: #031f4b;
}

.flip-cards .flip-card .front-face .desc-wrapper .desc,
.flip-cards .flip-card .back-face .desc-wrapper .desc {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #031f4b;
  margin-bottom: 0rem;
}

.flip-cards .flip-card .front-face .bg-img-wrapper,
.flip-cards .flip-card .back-face .bg-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.flip-cards .flip-card .front-face .bg-img-wrapper .bg-img,
.flip-cards .flip-card .back-face .bg-img-wrapper .bg-img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.flip-cards .flip-card .front-face {
  position: relative;
  z-index: 2;
  transform: rotateX(0deg);
}

.flip-cards .flip-card .back-face {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: rotateX(180deg);
}

.flip-cards .flip-card .back-face .title-wrapper .title {
  color: #fff;
}

.flip-cards .flip-card .back-face .desc-wrapper .desc {
  color: #fff;
  opacity: .85;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid {
  padding: .5rem 1.5rem;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid .icon {
  margin-left: 4px;
  transition: all 0.3s ease-in-out 0s;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid:hover {
  color: #fff;
  border-color: #fff;
}

.flip-cards .flip-card .back-face .btn-wrapper .btn-solid:hover .icon {
  transform: translateX(4px);
}

.flip-cards .flip-card.flip-x .front-face {
  transform: rotateX(0deg);
}

.flip-cards .flip-card.flip-x .back-face {
  transform: rotateX(180deg);
}

.flip-cards .flip-card.flip-x:hover .front-face, .flip-cards .flip-card.flip-x.flipped .front-face {
  transform: rotateX(-180deg);
}

.flip-cards .flip-card.flip-x:hover .back-face, .flip-cards .flip-card.flip-x.flipped .back-face {
  transform: rotateX(0deg);
}

.flip-cards .flip-card.flip-y .front-face {
  transform: rotateY(0deg);
}

.flip-cards .flip-card.flip-y .back-face {
  transform: rotateY(180deg);
}

.flip-cards .flip-card.flip-y:hover .front-face, .flip-cards .flip-card.flip-y.flipped .front-face {
  transform: rotateY(-180deg);
}

.flip-cards .flip-card.flip-y:hover .back-face, .flip-cards .flip-card.flip-y.flipped .back-face {
  transform: rotateY(0deg);
}

/*    End .services Section Rules   */
/*   Start about Section   */
.about .content-block:not(:last-child) {
  margin-bottom: 1rem;
}

.about .content-block.wide-section {
  margin-bottom: 0 !important;
  background-color: #031f4b;
}

.about .content-block.wide-section .text-area {
  padding: 6rem 4rem;
}

@media (min-width: 1920px) {
  .about .content-block.wide-section .text-area {
    max-width: 950px;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .about .content-block.wide-section .text-area {
    margin: 0 1rem;
    padding: 3rem 0;
  }
}

@media (max-width: 991px) {
  .about .content-block.wide-section .wide-img-area {
    max-height: 500px;
  }
}

.about .content-block .pad-start .text-area {
  padding-left: 2rem;
}

@media (max-width: 991px) {
  .about .content-block .pad-start .text-area {
    padding-left: 0;
  }
}

.about .content-block .pad-end .text-area {
  padding-right: 2rem;
}

@media (max-width: 991px) {
  .about .content-block .pad-end .text-area {
    padding-right: 0;
  }
}

.about .about-col,
.about .img-area {
  position: relative;
  z-index: 0;
}

.about .about-col .photo-banner-start,
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-start,
.about .img-area .photo-banner-end {
  position: absolute;
  min-width: 100px;
  min-height: 250px;
  background-color: #031f4b;
  color: #fff;
  border: 4px solid #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  top: -2rem;
  bottom: auto;
}

.about .about-col .photo-banner-start .number,
.about .about-col .photo-banner-end .number,
.about .img-area .photo-banner-start .number,
.about .img-area .photo-banner-end .number {
  font-family: "Merriweather", "sans-serif";
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 767px) {
  .about .about-col .photo-banner-start .number,
  .about .about-col .photo-banner-end .number,
  .about .img-area .photo-banner-start .number,
  .about .img-area .photo-banner-end .number {
    font-size: 4rem;
    font-weight: 700;
  }
}

.about .about-col .photo-banner-start .banner-text,
.about .about-col .photo-banner-end .banner-text,
.about .img-area .photo-banner-start .banner-text,
.about .img-area .photo-banner-end .banner-text {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}

@media (max-width: 767px) {
  .about .about-col .photo-banner-start .banner-text,
  .about .about-col .photo-banner-end .banner-text,
  .about .img-area .photo-banner-start .banner-text,
  .about .img-area .photo-banner-end .banner-text {
    font-size: 1rem;
  }
}

.about .about-col .photo-banner-start .line,
.about .about-col .photo-banner-end .line,
.about .img-area .photo-banner-start .line,
.about .img-area .photo-banner-end .line {
  background-color: #fff;
}

.about .about-col .photo-banner-start .read-more,
.about .about-col .photo-banner-end .read-more,
.about .img-area .photo-banner-start .read-more,
.about .img-area .photo-banner-end .read-more {
  color: #fff;
}

@media (max-width: 767px) {
  .about .about-col .photo-banner-start,
  .about .about-col .photo-banner-end,
  .about .img-area .photo-banner-start,
  .about .img-area .photo-banner-end {
    top: -1.5rem !important;
    bottom: auto !important;
    left: auto !important;
    right: -1.5rem !important;
    min-height: 180px;
  }
}

@media (max-width: 575px) {
  .about .about-col .photo-banner-start,
  .about .about-col .photo-banner-end,
  .about .img-area .photo-banner-start,
  .about .img-area .photo-banner-end {
    top: 0rem !important;
    bottom: auto !important;
    left: auto !important;
    right: 0rem !important;
  }
    .about .about-col .photo-banner-end{
        top: auto !important;
        bottom: -4.5rem !important;
        min-height: 100px
    }
}

.about .about-col .photo-banner-start,
.about .img-area .photo-banner-start {
  left: -2rem;
  right: auto;
}

.about .about-col .photo-banner-end,
.about .img-area .photo-banner-end {
  left: auto;
  right: -2rem;
}

.about .about-col .banner-seal-logo,
.about .img-area .banner-seal-logo {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 1rem;
  top: auto;
  right: auto;
  left: 1rem;
  background: transparent;
  transform: rotate(15deg);
  z-index: 5;
}

@media (max-width: 767px) {
  .about .about-col .banner-seal-logo,
  .about .img-area .banner-seal-logo {
    width: 150px;
    height: 150px;
  }
}

.about .about-col .banner-seal-logo.to-left,
.about .img-area .banner-seal-logo.to-left {
  right: auto;
  left: 1rem;
}

.about .about-col .banner-seal-logo.to-right,
.about .img-area .banner-seal-logo.to-right {
  left: auto;
  right: 1rem;
}

.about .about-col .video-wrapper,
.about .img-area .video-wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.about .about-col .video-wrapper.on-start,
.about .img-area .video-wrapper.on-start {
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .about .about-col .video-wrapper.on-start,
  .about .img-area .video-wrapper.on-start {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}

.about .about-col .video-wrapper.on-end,
.about .img-area .video-wrapper.on-end {
  right: 0;
  left: auto;
  transform: translate(50%, -50%);
}

@media (max-width: 991px) {
  .about .about-col .video-wrapper.on-end,
  .about .img-area .video-wrapper.on-end {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 991px) {
  .about .about-col .video-wrapper,
  .about .img-area .video-wrapper {
    top: 100%;
    left: 50%;
    right: auto;
  }
}

.about .img-area {
  padding: 0;
}

.about .img-area.framed::before, .about .img-area.framed::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 2px solid #fff;
  z-index: 5;
}

.about .img-area.framed::before {
  border-right: none;
  border-bottom: none;
  top: 30px;
  left: 30px;
}

.about .img-area.framed::after {
  border-left: none;
  border-top: none;
  bottom: 30px;
  right: 30px;
}

.about .img-area .overlay-color {
  opacity: .5;
  z-index: 1;
}
.hidden-lg{
    display: none !important;
}

@media (max-width: 991px) {
  .about .img-area {
    padding: 0;
    width: 100%;
  }
  .about .img-area .about-img {
    width: 100%;
    object-fit: cover;
  }
  .hidden-lg{
      display: block !important;
  }
}

.about .wide-img-area {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}

.about .wide-img-area .overlay-color {
  opacity: .5;
  z-index: 1;
}

.about .wide-img-area > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  transform-origin: center;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
  .about .wide-img-area {
    position: relative;
    width: 100%;
    max-height: 360px;
  }
}

.about .text-area {
  position: relative;
  padding: 3rem 0;
}

.about .text-area .section-heading {
  margin-bottom: 1rem;
}

.about .text-area .about-title {
  font-size: 2.25rem;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Merriweather", "sans-serif";
  margin-bottom: 1.25rem;
  color: #202020;
}

@media (max-width: 767px) {
  .about .text-area .about-title {
    font-size: 2rem;
    margin-bottom: .75rem;
  }
}

.about .text-area .about-text {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #202020;
  letter-spacing: .5px;
}

.about .text-area .about-text::first-letter {
  text-transform: capitalize;
}

.about .text-area .info-items-list .menu-items {
  margin: 0;
  padding: 2rem 0;
  list-style: none;
}

.about .text-area .info-items-list .info-item {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: start;
  justify-content: start;
}

@media (max-width: 767px) {
  .about .text-area .info-items-list .info-item {
    flex-direction: column;
  }
}

.about .text-area .info-items-list .info-item:hover .info-icon,
.about .text-area .info-items-list .info-item:hover .info-img-icon {
  transform: translateY(-5px);
}

.about .text-area .info-items-list .info-content {
  padding-right: 3rem;
}

.about .text-area .info-items-list .info-title {
  font-family: "Merriweather", "sans-serif";
  margin-bottom: .75rem;
  color: #121212;
  opacity: .95;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: capitalize;
}

.about .text-area .info-items-list .info-text {
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  opacity: .75;
}

.about .text-area .info-items-list .info-icon {
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    color: #f78001;
    font-size: 2.5rem;
    transition: transform 0.3s ease-in-out 0s;
}

.about .text-area .info-items-list .info-img-icon {
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease-in-out 0s;
}

.about .text-area .about-stats {
  margin-bottom: 2rem;
}

.about .text-area .about-stats.stats-cards .stat-box {
  position: relative;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 0;
  margin-bottom: 2rem;
  border: 1px solid #f78001;
  border-bottom: 0.25rem solid #f78001;
  box-shadow: 1px 1px 10px 0px rgba(18, 18, 18, 0.1);
}

.about .text-area .about-stats.stats-cards .stat-box .stat-desc {
  opacity: .75;
}

.about .text-area .about-stats.stats-cards .stat-box .stat-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 3rem;
  color: rgb(247 128 1 / 50%);
}

.about .text-area .about-stats .stat-box {
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 0;
}

.about .text-area .about-stats .stat-box .stat-num {
  color: #121212;
  opacity: .95;
  font-family: "Merriweather", "sans-serif";
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: .25rem;
  display: inline-block;
  position: relative;
}

.about .text-area .about-stats .stat-box .stat-num .sign {
  font-size: 2.5rem;
  color: #031f4b;
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.about .text-area .about-stats .stat-box .stat-desc {
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.2;
  color: #121212;
  opacity: .75;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .about .text-area .about-stats .stat-box .stat-num {
    font-size: 2rem;
    font-weight: 700;
  }
  .about .text-area .about-stats .stat-box .stat-num .sign {
    font-size: 1.25rem;
  }
}

.about .text-area .cta-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about .text-area .cta-area .signature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .text-area .cta-area .signature .signature-img {
  max-width: 200px;
  width: 200px;
  height: 70px;
  background-image: url("../assets/Images/about/signature-dark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 575px) {
  .about .text-area .cta-area .signature .signature-img {
    max-width: 150px;
    max-height: 50px;
  }
}

.about .text-area .cta-area .signature .signature-name {
  display: block;
  color: #031f4b;
  margin-top: -.5rem;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .about .text-area .cta-area .signature .signature-name {
    font-size: .85rem;
  }
}

.about.dark-section {
  background-color: #202020;
}

.about.dark-section .text-area .tag-line,
.about.dark-section .text-area .section-title,
.about.dark-section .text-area .about-title,
.about.dark-section .text-area .init-text,
.about.dark-section .text-area .about-text,
.about.dark-section .text-area .info-items-list .info-title,
.about.dark-section .text-area .info-items-list .info-text,
.about.dark-section .text-area .about-stats .stat-box .stat-num,
.about.dark-section .text-area .about-stats .stat-box .stat-desc {
  color: #fff;
}

.about.dark-section .text-area .cta-area .signature .signature-img {
  background-image: url("../assets/Images/about/signature-light.png");
}

/*   End about Section    */
/*    Start portfolio Section  */
.portfolio {
  overflow: hidden;
  position: relative;
}

.portfolio .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/pattern-bg.jpg");
  opacity: .025;
}

.portfolio .portfolio-wrapper {
  overflow: hidden;
  margin-bottom: 3rem;
}

.portfolio .portfolio-btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio .portfolio-btn-list .portfolio-btn {
  position: relative;
  margin: 5px;
  padding: .5rem 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
  z-index: 1;
  color: #202020;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio .portfolio-btn-list .portfolio-btn:first-child {
  padding-left: 0;
}

.portfolio .portfolio-btn-list .portfolio-btn:last-child {
  padding-right: 0;
}

.portfolio .portfolio-btn-list .portfolio-btn:not(:last-child)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #031f4b;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio .portfolio-btn-list .portfolio-btn:hover, .portfolio .portfolio-btn-list .portfolio-btn.active {
  color: #031f4b;
}

.portfolio .portfolio-group {
  direction: ltr;
  position: relative;
}

.portfolio .portfolio-img-link {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  z-index: 1;
  transition: all 0.5s ease-in-out 0s;
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-right: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 575px) {
  .portfolio .portfolio-item {
    padding-right: 0;
  }
}

.portfolio .item {
  overflow: hidden;
  position: relative;
}

.portfolio .item .overlay-color {
  z-index: 2;
  opacity: 0;
}

.portfolio .item .portfolio-img {
  display: block;
  min-width: 100%;
  object-fit: cover;
  transition: all 1s ease 0s;
}

.portfolio .item .item-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  z-index: 5;
}

.portfolio .item .item-info .tag-line {
  color: #fff !important;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .2s;
}

.portfolio .item .item-info .item-title {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Merriweather", "sans-serif";
  color: #fff;
  padding-top: .5rem;
  text-transform: capitalize;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: .5s;
}

.portfolio .item .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 3rem;
  background: rgba(195, 80, 35, 0.8);
  color: #fff;
  font-size: 1.25rem;
  left: 50%;
  top: 25%;
  transform: translate(-50%, 0);
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  transition: all 0.25s ease-in-out 0s;
}

.portfolio .item:hover .overlay-color {
  opacity: .65;
}

.portfolio .item:hover .item-info .tag-line {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.portfolio .item:hover .item-info .item-title {
  text-transform: capitalize;
  visibility: visible;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.portfolio .swiper-slide-active .overlay-color {
  opacity: .65;
}

.portfolio .swiper-slide-active .item-info .tag-line {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

.portfolio .swiper-slide-active .item-info .item-title {
  text-transform: capitalize;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}

.portfolio-grid-rounded .item {
  border-radius: .5rem;
  overflow: hidden;
}

.portfolio-blocks .item {
  border-radius: 0;
  overflow: hidden;
}

.portfolio-grid-no-gaps .portfolio-item {
  padding: 0;
  margin-bottom: 0;
}

.portfolio-grid-no-gaps .item {
  border-radius: 0;
  overflow: hidden;
}

.portfolio .swiper-button-prev,
.portfolio .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #031f4b;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}

.portfolio .swiper-button-prev:hover,
.portfolio .swiper-button-next:hover {
  background-color: rgb(247 128 1 / 80%);
}

@media (max-width: 767px) {
  .portfolio .swiper-button-prev,
  .portfolio .swiper-button-next {
    top: auto;
    bottom: 1rem;
  }
}

.portfolio-slider .item .portfolio-img {
  height: 500px;
}

@media (max-width: 767px) {
  .portfolio-slider .item .portfolio-img {
    height: 400px;
  }
}

/*    End portfolio Section  */
/*    Start portfolio-single Section  */
.portfolio-single {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.portfolio-single .project-heading {
  margin-bottom: 2rem;
}

.portfolio-single .project-heading .project-title {
  font-size: 3rem;
  font-weight: 800;
  font-family: "Merriweather", "sans-serif";
  color: #202020;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .portfolio-single .project-heading .project-title {
    font-size: 2.25rem;
  }
}

.portfolio-single .featured-area {
  margin-bottom: 3rem;
}

.portfolio-single .project-featured-img {
  max-height: 450px;
  overflow: hidden;
}

.portfolio-single .project-featured-img .featured-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}

.portfolio-single .info-area {
  margin-bottom: 1rem;
}

.portfolio-single .info-area .project-info {
  padding: 1rem 0;
}

@media (max-width: 1199px) {
  .portfolio-single .info-area .project-info {
    margin-bottom: 0;
  }
}

.portfolio-single .info-area .project-info .info {
  color: #031f4b;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}

.portfolio-single .info-area .project-info .info .title {
  display: inline-block;
  margin-right: .25rem;
  font-family: "Merriweather", "sans-serif";
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #031f4b;
  margin-bottom: .75rem;
}

.portfolio-single .info-area .project-info .info .detail {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #202020;
  margin-bottom: 0;
}

.portfolio-single .info-area .project-info .info .sc-item:not(:last-child) {
  margin-right: 2rem;
}

.portfolio-single .info-area .project-info .info .sc-item .sc-icon {
  color: #202020;
}

.portfolio-single .main-area .sub-heading {
  text-transform: capitalize;
  font-family: "Merriweather", "sans-serif";
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #202020;
}

@media (max-width: 991px) {
  .portfolio-single .main-area .sub-heading {
    font-size: 1.75rem;
    font-weight: 700;
  }
}

.portfolio-single .main-area .project-text {
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #121212;
  opacity: .75;
}

.portfolio-single .main-area .list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 2rem;
}

.portfolio-single .main-area .list .list-item {
  padding: .5rem 1.5rem;
  padding-left: 0;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.1rem;
  color: #121212;
  opacity: .75;
  display: flex;
  align-items: baseline;
}

.portfolio-single .main-area .list .list-item .icon {
  color: #031f4b;
  margin-right: .5rem;
  font-size: .85rem;
}

.portfolio-single .main-area .project-video {
  min-height: 450px;
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 8rem 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .portfolio-single .main-area .project-video {
    padding: 6rem 0;
    min-height: 300px;
  }
}

.portfolio-single .main-area .project-video .overlay-photo-image-bg {
  background-image: url("../assets/Images/hero/hero-bg-7.jpg");
  opacity: 1;
}

.portfolio-single .main-area .result-img {
  display: block;
  margin: 0 auto;
}

/*     End portfolio-single Section  */
/*   Start our-team Section   */
.our-team .tm-member-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 20px 0px rgba(18, 18, 18, 0.15);
  margin-bottom: 2rem;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
}

.our-team .tm-member-card:hover .tm-image > img {
  transform: scale(1.05);
  transform-origin: center;
}

.our-team .tm-member-card:hover .tm-image .overlay-color {
  opacity: .65;
}

.our-team .tm-member-card:hover .tm-image .tm-social .sc-item {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.our-team .tm-member-card .tm-link {
  text-decoration: none !important;
}

.our-team .tm-member-card .tm-image {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
}

.our-team .tm-member-card .tm-image .overlay-color {
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.our-team .tm-member-card .tm-image img {
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

.our-team .tm-member-card .tm-image .tm-social {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 1rem;
  z-index: 7;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item {
  transform: translateY(150px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out 0s;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(1) {
  transition-delay: 0.1s;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(2) {
  transition-delay: 0.2s;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(3) {
  transition-delay: 0.3s;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(4) {
  transition-delay: 0.4s;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(5) {
  transition-delay: 0.5s;
}

.our-team .tm-member-card .tm-image .tm-social .sc-item:nth-child(6) {
  transition-delay: 0.6s;
}

.our-team .tm-member-card .tm-details {
  text-align: center;
  padding: 2rem 0;
}

.our-team .tm-member-card .tm-details .tm-name {
  text-transform: capitalize;
  font-family: "Merriweather", "sans-serif";
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #121212;
}

.our-team .tm-member-card .tm-details .tm-role {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 500;
  color: #121212;
  opacity: .75;
}

.team-member .profile {
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
  box-shadow: 1px 1px 10px 0px rgba(18, 18, 18, 0.15);
}

.team-member .profile .tm-img {
  margin-bottom: 1.5rem;
}

.team-member .profile .tm-img > img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}

.team-member .profile .tm-details {
  margin-bottom: 2rem;
}

.team-member .profile .tm-details .name {
  font-family: "Merriweather", "sans-serif";
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #121212;
  margin-bottom: 0;
}

.team-member .profile .tm-details .role {
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #121212;
  opacity: .75;
}

.team-member .profile .tm-social {
  margin-bottom: 2rem;
}

.team-member .tm-description .tm-title {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  font-family: "Merriweather", "sans-serif";
  font-size: 2.25rem;
  font-weight: 800;
  text-transform: capitalize;
  color: #121212;
}

.team-member .tm-description .tm-title:first-of-type {
  margin-top: 0;
}

@media (max-width: 991px) {
  .team-member .tm-description .tm-title {
    font-size: 1.75rem;
    font-weight: 600;
  }
}

.team-member .tm-description .tm-text {
  line-height: 1.6;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  opacity: 1;
  color: #121212;
}

.team-member .tm-description .tm-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 2rem;
}

.team-member .tm-description .tm-list .list-item {
  width: 100%;
  margin-bottom: .5rem;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.25rem;
  opacity: .75;
  display: flex;
  align-items: baseline;
}

.team-member .tm-description .tm-list .list-item .icon {
  color: #031f4b;
  margin-right: .5rem;
  font-size: .85rem;
}

@media (max-width: 767px) {
  .team-member .tm-description .tm-list .list-item {
    width: 100%;
  }
}

/*   End our-team Section   */
/*   Start our-clients Section   */
.our-clients {
  background: #ffffff;
}

.our-clients .clients-logos {
  text-align: center;
}


.our-clients-blocks {
  background: #202020;
}

.our-clients-blocks .section-heading .section-title {
  color: #f1f1f1;
}

.our-clients-blocks .blocks-row {
  margin-bottom: -30px;
}

.our-clients-blocks .client-block {
  padding: 1.25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}

.our-clients-blocks .client-block:hover {
  transform: translateY(-10px);
}

@media (max-width: 767px) {
  .our-clients-blocks .client-block {
    padding: 2rem;
  }
}

/*   End our-clients Section   */
/*   Start faq Section   */
.faq {
  /*Start FAQ-Accordion Rules*/
  /*End FAQ-Accordion Rules*/
}

.faq .faq-img {
  text-align: center;
}

@media (max-width: 991px) {
  .faq .faq-img {
    margin-bottom: 3rem;
  }
}

.faq .faq-accordion .card {
  border: none;
}

.faq .faq-accordion .card-header {
  position: relative;
  background: #031f4b;
  border-bottom: 2px solid #031f4b;
}

.faq .faq-accordion .card-header .faq-btn {
  width: 100%;
  padding-left: 0;
  padding-right: 20px;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 600;
  white-space: normal;
  color: #fff;
  outline: none;
  box-shadow: none;
}

.faq .faq-accordion .card-header .faq-btn::before {
  content: "\f068";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 5 free' !important;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  left: auto;
  color: #fff;
}

.faq .faq-accordion .card-header .faq-btn.collapsed::before {
  content: "\f067";
}

.faq .faq-accordion .card-body {
  padding-top: .5rem;
}

.faq .faq-accordion .card-body .faq-answer {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  color: #121212;
  opacity: .75;
}

.faq.has-bg-image .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/faq.jpg");
  opacity: 1;
  height: 100%;
}

.faq.has-bg-image .overlay-color {
  height: 100%;
  opacity: .65;
}

.faq.has-bg-image .tag-line {
  color: #fff;
}

.faq.has-bg-image .section-title {
  color: #fff;
}

.faq.has-bg-image .section-subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.faq.has-bg-image .line {
  background-color: #fff;
}

.faq.has-bg-image .contact-us {
  background-color: #202020;
  padding: 3rem 4rem;
}

.faq.has-bg-image input,
.faq.has-bg-image textarea,
.faq.has-bg-image label {
  color: #fff !important;
}

/*   End faq Section  */
/*   Start testimonials Section   */
.testimonials.off-grid.bg-img-section .overlay-photo-image-bg, .testimonials.stack.bg-img-section .overlay-photo-image-bg, .testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color,
.testimonials.stack.bg-img-section .overlay-color,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  right: 0;
  left: auto;
}

@media (max-width: 991px) {
  .testimonials.off-grid.bg-img-section .overlay-photo-image-bg, .testimonials.stack.bg-img-section .overlay-photo-image-bg, .testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
  .testimonials.off-grid.bg-img-section .overlay-color,
  .testimonials.stack.bg-img-section .overlay-color,
  .testimonials.testimonials-3-col.bg-img-section .overlay-color {
    width: 100%;
  }
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg, .testimonials.stack.bg-img-section .overlay-photo-image-bg, .testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg {
  background-image: url("../assets/Images/testimonials/testmonials-bg.jpg");
  opacity: 1;
}


.testimonials.off-grid.bg-img-section .overlay-color,
.testimonials.stack.bg-img-section .overlay-color,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  opacity: .65 !important;
}

.testimonials.off-grid.bg-img-section .overlay-pattern-image-bg, .testimonials.stack.bg-img-section .overlay-pattern-image-bg, .testimonials.testimonials-3-col.bg-img-section .overlay-pattern-image-bg {
  background-image: url("../assets/Images/sections-bg-images/pattern-bg.jpg");
}

.testimonials.off-grid .testmonial-card .testimonial-content, .testimonials.stack .testmonial-card .testimonial-content {
  background: #031f4b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0.25rem solid #fff;
}

@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-card .testimonial-content, .testimonials.stack .testmonial-card .testimonial-content {
    flex-direction: column;
    align-items: start;
    padding: 4rem 1rem;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .content, .testimonials.stack .testmonial-card .testimonial-content .content {
  padding: 0 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .content, .testimonials.stack .testmonial-card .testimonial-content .content {
    padding: 0 1rem;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .testimonial-text, .testimonials.stack .testmonial-card .testimonial-content .testimonial-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
  font-style: italic;
  color: #fff;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .testimonial-text, .testimonials.stack .testmonial-card .testimonial-content .testimonial-text {
    font-size: 1.15rem;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-testimonial, .testimonials.stack .testmonial-card .testimonial-content .customer-testimonial {
  position: relative;
}

@media (max-width: 767px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-testimonial, .testimonials.stack .testmonial-card .testimonial-content .customer-testimonial {
    padding: 0;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .icon, .testimonials.stack .testmonial-card .testimonial-content .icon {
  position: absolute;
  bottom: -3rem;
  right: 2rem;
  left: auto;
  display: block;
  font-size: 6rem;
  opacity: .2;
  color: #fff;
  transform: scaleX(-1);
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info, .testimonials.stack .testmonial-card .testimonial-content .customer-info {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  padding: 0 2rem;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info img, .testimonials.stack .testmonial-card .testimonial-content .customer-info img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  margin-bottom: .75rem;
  border: 3px solid #fff;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details, .testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details {
  display: inline-block;
  text-align: center;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-name, .testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-role,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-role {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-name, .testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}


.testimonials.off-grid .testmonial-card .testimonial-content .customer-info .customer-details .customer-role,
.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details .customer-role {
  font-size: 1rem;
  color: #fff;
  opacity: .75;
}

.testimonials .swiper-container {
  margin-bottom: 3rem;
}

.testimonials.testimonials-2-col .swiper-container {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .testimonials.testimonials-2-col .swiper-container {
    margin-bottom: 3rem;
  }
}

.testimonials.off-grid .swiper-container {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .testimonials.off-grid .swiper-container {
    margin-bottom: 3rem;
  }
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color {
  width: 50%;
}

@media (max-width: 991px) {
  .testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
  .testimonials.off-grid.bg-img-section .overlay-color {
    width: 0;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info {
  flex-direction: column;
  text-align: center;
}

@media (max-width: 767px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info {
    padding: 0 1rem;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info {
    flex-direction: row;
    text-align: left;
  }
}

.testimonials.off-grid .testmonial-card .testimonial-content .customer-info::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  right: 0;
}

@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .testimonials.off-grid .testmonial-card .testimonial-content .customer-info img {
    margin-right: 1rem;
  }
}

.testimonials.stack.bg-img-section .overlay-photo-image-bg,
.testimonials.stack.bg-img-section .overlay-color {
  width: 50%;
}

@media (max-width: 991px) {
  .testimonials.stack.bg-img-section .overlay-photo-image-bg,
  .testimonials.stack.bg-img-section .overlay-color {
    width: 0;
  }
}

.testimonials.stack.bg-img-section .overlay-color {
  opacity: .85 !important;
}

.testimonials.stack .testmonial-card .testimonial-content {
  flex-direction: column;
  align-items: start;
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info {
  margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .testimonials.stack .testmonial-card .testimonial-content .customer-info {
    padding: 0 1rem;
  }
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info img {
  margin-right: 1rem;
}

.testimonials.stack .testmonial-card .testimonial-content .customer-info .customer-details {
  text-align: left;
}

.testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  width: 100%;
  height: 65%;
  top: 0;
}

@media (max-width: 991px) {
  .testimonials.testimonials-3-col.bg-img-section .overlay-photo-image-bg,
  .testimonials.testimonials-3-col.bg-img-section .overlay-color {
    width: 0;
  }
}

.testimonials.testimonials-3-col.bg-img-section .overlay-color {
  opacity: .85 !important;
}

.testimonials.testimonials-3-col.bg-img-section .section-heading .section-title,
.testimonials.testimonials-3-col.bg-img-section .section-heading .section-subtitle {
  color: #fff;
}

.testimonials.testimonials-3-col.bg-img-section .section-heading .line {
  background-color: #fff;
}

.testimonials.dark-cards .testmonial-card .testimonial-content {
  background: #031f4b;
}

.testimonials.dark-cards .testmonial-card .customer-info img {
  border: 3px solid #f78001 !important;
}

.testimonials.dark-cards .testmonial-card .testimonial-content {
  border: 1px solid #f78001;
  border-bottom: 0.25rem solid #f78001;
}

.testimonials.dark-cards .testmonial-card .testimonial-content .icon {
  color: #f78001;
}

.testimonials.dark-cards .testmonial-card .rating-stars .star-icon {
  color: #f78001;
}

.testimonials.dark-cards .testmonial-card .rating-stars .star-icon.off {
  -webkit-text-stroke-color: #f78001;
}

.testimonials.dark-cards .swiper-button-prev,
.testimonials.dark-cards .swiper-button-next {
  background-color: #f78001;
  color: #fff;
}

.testimonials .rating-stars .star-icon {
  color: #fff;
}

.testimonials .rating-stars .star-icon.off {
  -webkit-text-stroke-color: #fff;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
  background-image: none;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: #031f4b;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  top: 0;
  bottom: auto;
  margin-top: 0;
  background-color: #fff;
  color: #031f4b;
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  background-color: rgba(195, 80, 35, 0.8);
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
  background-color: transparent;
  color: #fff;
}

.testimonials .swiper-button-prev {
  right: 0;
  left: auto;
  transform: translateX(-100%);
}

.testimonials .swiper-button-next {
  right: 0;
  left: auto;
}

.testimonials.testimonials-3d {
  background-color: #031f4b !important;
}

.testimonials.testimonials-3d .overlay-photo-image-bg {
  background-image: url("../assets/images/sections-bg-images/pattern-bg-2.jpg");
  opacity: .015;
}

.testimonials.testimonials-3d .section-heading .section-title {
  color: #fff;
}

.testimonials.testimonials-3d .section-heading .section-subtitle {
  color: #fff;
}

.testimonials.testimonials-3d .section-heading .line {
  background-color: #fff;
}

.testimonials.testimonials-3d .swiper-slide {
  width: 400px;
  filter: blur(4px);
}

@media (max-width: 991px) {
  .testimonials.testimonials-3d .swiper-slide {
    width: 360px;
  }
}

@media (max-width: 575px) {
  .testimonials.testimonials-3d .swiper-slide {
    width: 320px;
  }
}

.testimonials.testimonials-3d .swiper-slide-active {
  filter: blur(0);
}

/*   End testimonials Section   */
/*    Start contact-us Section  */
.contact-us .contact-form-panel {
  padding-left: 3rem;
}

@media (max-width: 1199px) {
  .contact-us .contact-form-panel {
    padding-left: 0;
  }
}

.contact-us .contact-info-panel {
  padding: 6rem 2rem;
  background: #031f4b;
  position: relative;
  z-index: 0;
}

.contact-us .contact-info-panel .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
}

.contact-us .contact-info-panel .overlay-color {
  opacity: .5;
}

.contact-us .contact-info-panel .info-panel {
  display: flex;
  align-items: start;
}

.contact-us .contact-info-panel .info-panel:not(:last-child) {
  margin-bottom: 3rem;
}

.contact-us .contact-info-panel .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f78001;
  font-size: 2rem;
  margin-right: 1rem;
  min-width: 2rem;
}

.contact-us .contact-info-panel .info-title {
  text-transform: capitalize;
  font-family: "Merriweather", "sans-serif";
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: #fff;
}

.contact-us .contact-info-panel .info-text {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  opacity: .75;
  margin: 0;
  margin-bottom: .5rem;
}

.contact-us .contact-info-panel .link {
  display: block;
  text-decoration: none;
  text-transform: initial;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  opacity: .75;
  margin-bottom: .5rem;
}

.contact-us .contact-info-panel .link:hover {
  opacity: 1;
}

.contact-us .map-box .mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

.contact-us .map-box .mapouter .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.contact-us .map-box .mapouter .map-iframe {
  width: 100%;
  height: 500px;
  border: none;
}

/*End user-form Rules*/
/*    End contact-us Section  */
/*   Start take-action Section   */
.take-action {
  background: #031f4b;
  padding: 150px 0;
}

.take-action .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/take-action.jpg");
  opacity: 1;
}

.take-action .overlay-color {
  background: #031f4b;
  /*opacity: 0.8 !important;*/
}

.take-action .section-heading .section-title {
  color: #ffffff;
}

.take-action .section-heading .section-subtitle {
  color: #ffffff;
}

.take-action .section-heading .line {
  background-color: #ffffff;
}

.take-action .cta-link {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.take-action .cta-link:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #031f4b;
}

.subscribe .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/subscribe.jpg");
  opacity: 1;
}

.subscribe .overlay-color {
  opacity: .75 !important;
}

.subscribe .tag-line {
  color: #fff;
}

.subscribe .section-heading .section-title {
  color: #f1f1f1;
}

.subscribe .section-heading .section-subtitle {
  color: #f1f1f1;
}

.subscribe .section-heading .line {
  background-color: #fff;
}

.subscribe .subscribe-btn:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

/*   End take-action Section   */
/*    Start page-footer Section  */
.page-footer {
  padding-top: 4rem;
  position: relative;
  z-index: 0;
}

.page-footer .overlay-photo-image-bg {
  background-image: url("../assets/Images/sections-bg-images/footer-bg.png");
  opacity: 1;
}

.footer-cols {
  overflow: hidden;
  margin-bottom: 2rem;
}

.footer-col {
  margin-bottom: 1.5rem;
}

.footer-col-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  font-family: "Merriweather", "sans-serif";
  color: #202020;
}

.footer-logo {
  margin-bottom: 1.5rem;
}

.footer-text-about-us {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
  color: #4d4d4d;
}

.sc-wrapper {
  padding: 0;
}

.contact-info-card {
  font-weight: 600;
  padding: 0;
  padding-bottom: 1rem;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out 0s;
}

.contact-info-card:last-of-type {
  padding-bottom: 0;
}

.contact-info-card .icon {
  font-size: 1rem;
  width: 1.5rem;
  text-align: center;
  margin-right: .5rem;
  vertical-align: middle;
  color: transparent;
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, rgb(247, 78, 27) 0%, rgba(247,128,1,1) 100%);
}

.contact-info-card .info {
  text-decoration: none;
  font-size: .95rem;
  font-weight: 500;
  color: #4d4d4d;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}

.contact-info-card .info:hover {
  color: #031f4b;
  transform: translateX(0.25rem);
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu-item {
  display: block;
  position: relative;
  padding-bottom: 1rem;
}

.footer-menu-item .icon {
  font-size: .75rem;
  width: 1.5rem;
  text-align: right;
  margin-right: .5rem;
  vertical-align: middle;
  color: #f78001;
}

.footer-menu-link {
  font-weight: 500;
  font-size: .95rem;
  text-decoration: none;
  text-transform: capitalize;
  text-decoration: none;
  color: #b8b8b8;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}

.footer-menu-link:hover {
  color: #031f4b;
  text-decoration: none;
  transform: translateX(0.25rem);
}

.copyrights {
  padding: .5rem 0;
  overflow: hidden;
}

.copyrights .creadits {
  margin: 0;
  font-size: .85rem;
  letter-spacing: 0.5px;
  color: #4d4d4d;
}

.copyrights .creadits .link {
  font-weight: 600;
  color: #031f4b;
  text-decoration: none;
}

.copyrights .terms-links {
  text-align: right;
}

.copyrights .terms-links > a {
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.5s ease-in-out 0s;
  color: #4d4d4d;
  text-decoration: none;
}

.dark-color-footer {
  background-color: #031f4b;
}

.dark-color-footer .terms-links,
.dark-color-footer .copyrights .creadits .link,
.dark-color-footer .footer-col-title {
  color: #ffffff;
}

.dark-color-footer .footer-text-about-us,
.dark-color-footer .contact-info-card .info,
.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link,
.dark-color-footer .copyrights .creadits,
.dark-color-footer .terms-links > a {
  color: #f1f1f1;
}

.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link:hover,
.dark-color-footer .copyrights .creadits .link {
  color: #fff;
}

.light-color-footer {
  background-color: #f1f1f1;
}

.light-color-footer .footer-col-title,
.light-color-footer .footer-menu-item .icon,
.light-color-footer .contact-info-card .icon,
.light-color-footer .terms-links,
.light-color-footer .copyrights .creadits .link,
.light-color-footer .sc-wrapper .sc-list .sc-item:hover .sc-icon {
  color: #031f4b;
}

.light-color-footer .footer-text-about-us,
.light-color-footer .contact-info-card .info,
.light-color-footer .footer-menu .footer-menu-link,
.light-color-footer .copyrights .creadits,
.light-color-footer .terms-links > a {
  color: #4d4d4d;
}

.light-color-footer .contact-info-card .info:hover,
.light-color-footer .footer-menu .footer-menu-link:hover,
.light-color-footer .terms-links > a:hover {
  color: #202020;
}

.main-color-footer {
  background-color: #031f4b;
  border-top: 2px solid #fff;
}

.main-color-footer .copyrights {
  border-color: #f1f1f1;
}

.main-color-footer .sc-wrapper .sc-list .sc-item:hover .sc-icon {
  color: #031f4b;
}

.main-color-footer .footer-menu-item .icon,
.main-color-footer .contact-info-card .icon,
.main-color-footer .terms-links,
.main-color-footer .copyrights .creadits .link {
  color: #f1f1f1;
}

.main-color-footer .footer-col-title,
.main-color-footer .footer-text-about-us,
.main-color-footer .contact-info-card .info,
.main-color-footer .footer-menu .footer-menu-link,
.main-color-footer .copyrights .creadits,
.main-color-footer .terms-links > a {
  color: #f1f1f1;
}

.main-color-footer .contact-info-card .info:hover,
.main-color-footer .footer-menu .footer-menu-link:hover,
.main-color-footer .terms-links > a:hover {
  color: #fff;
}

.index-page-footer {
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid rgba(195, 80, 35, 0.5);
}

.index-page-footer .footer-brand {
  text-decoration: none;
  display: inline-block;
  padding-bottom: 1rem;
  width: auto;
}

.index-page-footer .footer-brand img {
  width: 120px;
}

.index-page-footer .copyrights {
  display: block;
  text-align: center;
  color: #031f4b;
  font-size: .8rem;
  font-weight: 500;
  margin: 0;
}

/*    End page-footer Section  */

/*   Start benefits Section  */
.benefits .benefits-boxes-area {
  position: relative;
  border: 1px solid rgb(247 128 1 / 50%);
}

.benefits .benefits-boxes-area::before, .benefits .benefits-boxes-area::after {
  content: '';
  position: absolute;
  background-color: rgb(247 128 1 / 50%);
  z-index: 1;
}

.benefits .benefits-boxes-area::before {
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.benefits .benefits-boxes-area::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(50%);
}

@media (max-width: 575px) {
  .benefits .benefits-boxes-area::before, .benefits .benefits-boxes-area::after {
    display: none;
  }
}

.benefits .benefits-boxes-area .benefit-box {
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  background: inherit;
  padding: 2rem;
  text-align: center;
}

.benefits .benefits-boxes-area .benefit-box .benefit-icon {
  margin-bottom: 1.5rem;
  color: #f78001;
  font-size: 2.5rem;
  transition: all 0.5s ease-in-out 0s;
}

.benefits .benefits-boxes-area .benefit-box .benefit-icon_img {
  display: block;
  width: 120px;
  height: 60px;
  margin: 0 auto 1.5rem;
  transition: all 0.5s ease-in-out 0s;
}

.benefits .benefits-boxes-area .benefit-box .benefit-title {
  font-size: 1.35rem;
  font-weight: 700;
  font-family: "Merriweather", "sans-serif";
  color: #031f4b;
  text-transform: capitalize;
}

.benefits .benefits-boxes-area .benefit-box .benefit-text {
  color: #333333;
  font-size: 1rem;
  font-weight: 600;
}

.benefits .benefits-boxes-area .benefit-box:hover .benefit-icon,
.benefits .benefits-boxes-area .benefit-box:hover .benefit-icon_img {
  transform: translateY(-10px);
}

@media (max-width: 575px) {
  .benefits .benefits-boxes-area .benefit-box {
    border-bottom: 1px solid rgba(195, 80, 35, 0.5);
    padding: 2rem 3rem;
  }
}

.benefits .benefits-image-area {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}

.benefits .benefits-image-area .video-wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.benefits .benefits-image-area > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  transform-origin: center;
  object-fit: cover;
  transform: scaleX(-1);
}

.benefits .benefits-image-area .overlay-color {
  opacity: .35;
  z-index: 1;
  transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 991px) {
  .benefits .benefits-image-area {
    position: relative;
    width: 100%;
    max-height: 360px;
  }
}

/*    End benefits Section  */

/*   Start our-video Section  */
.our-video {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.our-video .overlay-photo-image-bg {
  background: url("../assets/Images/sections-bg-images/video-bg.jpg");
  background-size: cover;
  opacity: .65;
}

.our-video .section-heading {
  margin-bottom: 2rem;
}

.our-video .section-heading .section-title {
  color: #fff !important;
}

.our-video .section-heading .section-subtitle {
  color: #fff;
}

.our-video .section-heading .line {
  background: #fff;
}

.our-video .play-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0;
}

/*    End our-video Section  */
/*   Start stats section Rules  */
.stats {
  position: relative;
  z-index: 0;
  color: #fff;
}

.stats .overlay-photo-image-bg {
  background: url("../assets/Images/sections-bg-images/pattern-bg.jpg");
  opacity: 1;
}

.stats .overlay-color {
  opacity: .85;
}

.stats .section-heading .line-solid-color {
  background: #fff;
}

.stats .stat-box .stat-box-inner {
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
  .stats .stat-box .stat-box-inner {
    border-right: none;
  }
}

.stats .stat-box:last-of-type .stat-box-inner {
  border-right: none;
}

.stats .stat-box-inner {
  color: #fff;
  text-align: center;
  margin-bottom: 4rem;
}

.stats .stat-box-inner .stat-icon {
  font-size: 3rem;
  display: block;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .stats .stat-box-inner .stat-icon {
    font-size: 2rem;
  }
}

.stats .stat-box-inner .stat-num {
  display: block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .stats .stat-box-inner .stat-num {
    font-size: 2rem;
    font-weight: 600;
  }
}

.stats .stat-box-inner .stat-desc {
  font-size: 1rem;
  display: block;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .stats .stat-box-inner .stat-desc {
    font-size: .9rem;
  }
}

.stats.shifted-up {
  overflow: visible;
  padding: 0;
}

.stats.shifted-up .stats-inner {
  position: relative;
  overflow: hidden;
  margin-top: -115px;
  background: #031f4b;
  padding-top: 4rem;
  border-radius: .5rem;
  z-index: 0;
}

.stats.shifted-down {
  overflow: visible;
  padding: 0;
}

.stats.shifted-down .stats-inner {
  position: relative;
  overflow: hidden;
  margin-bottom: -115px;
  background: #031f4b;
  padding-top: 4rem;
  border-radius: .5rem;
  z-index: 0;
}

.stats.is-light .stats-inner {
  background: #fff;
}

.stats.is-light .stat-box-inner .stat-icon {
  -webkit-text-stroke-color: #031f4b;
}

.stats.is-light .stat-box-inner .stat-num,
.stats.is-light .stat-box-inner .stat-desc {
  color: #202020;
}

.stats.is-dark .stats-inner {
  background: #202020;
}

.stats.is-dark .stat-box-inner .stat-icon {
  -webkit-text-stroke-color: #031f4b;
}

.stats.is-dark .stat-box-inner .stat-num,
.stats.is-dark .stat-box-inner .stat-desc {
  color: #fff;
}

/* This class used as top section
 class when use the
 stats as a part of this section */
.has-shifted-down-stats {
  overflow: visible;
  margin-bottom: 220px;
}

.has-shifted-down-stats .services-row {
  margin-bottom: 5rem;
}

.has-shifted-down-stats .stats-inner .overlay-color,
.has-shifted-down-stats .stats-inner .overlay-photo-image-bg {
  background: url("../assets/Images/sections-bg-images/pattern-bg-1.jpg");
  opacity: .025;
}

.has-shifted-down-stats .shifted-down .stats-inner {
  margin-bottom: -220px;
}

/*  End  stats section Rules    */
/*   Start demos section Rules  */
.page-header .navbar-menu-wrapper:after {
  display: none;
}

.demos-hero-section {
  background-color: #202020;
  padding-top: 60px;
  padding-bottom: 0;
  height: 100vh;
}

.demos-hero-section .overlay-photo-image-bg {
  background-image: url("../assets/Images/demos/index-hero/index-hero.jpg");
  opacity: 1;
}

.demos-hero-section .overlay-linear-gradient {
  opacity: .65 !important;
}

.demos-hero-section .overlay-color {
  opacity: .9 !important;
  background: #031f4b !important;
}

.demos-hero-section .hero-text-area {
  padding-top: 2rem;
  margin-bottom: 3rem;
}

.demos-hero-section .hero-text-area .hero-title {
  display: block;
  font-size: 3.5rem;
  font-weight: 600;
}

.demos-hero-section .hero-text-area .theme-name {
  font-size: 5rem;
  font-weight: 900;
}

@media (max-width: 991px) {
  .demos-hero-section .hero-text-area .theme-name {
    font-size: 3.5rem;
  }
}

.demos-hero-section .hero-text-area .hero-subtitle {
  font-size: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.demos-hero-section .demo-hero-image {
  padding-top: 1.5rem;
  max-height: 6500px;
}

.theme-name {
  overflow: hidden;
  text-transform: capitalize;
  transition: all .3s ease-in-out;
  font-size: 3rem;
  font-weight: 700;
  color: #f1f1f1;
}

@media (max-width: 991px) {
  .theme-name {
    font-size: 2.5rem;
    font-weight: 600;
  }
}

.hero-theme-logo > img {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .hero-theme-logo > img {
    max-width: 10rem;
    max-height: 10rem;
  }
}

.demos {
  background-color: #202020;
}

.demos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 125px;
  padding: 2rem;
  border: 4px solid #031f4b;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.demos .section-heading .section-title {
  color: #fff !important;
}

.demos .demo {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  border: 1px solid rgba(195, 80, 35, 0.5);
  transition: all 0.5s ease-in-out 0s;
}

.demos .demo .overlay-color {
  opacity: .05;
  background-color: #fff;
  z-index: 1;
}

.demos .demo:hover {
  transform: translateY(-10px);
}

.demos .demo:hover .overlay-color {
  background-color: #121212;
  opacity: .75;
}

.demos .demo:hover .demo-links {
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}

.demos .demo:hover .demo-name {
  background-color: #031f4b;
}

.demos .demo .note {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Nunito", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  padding: .5rem 1rem;
  background-color: #fff;
  color: #031f4b;
  transform: translateY(50%);
  text-transform: lowercase;
  z-index: 2;
  transition: all 0.5s ease-in-out 0s;
}

.demos .demo .bg-img {
  position: relative;
}

.demos .demo .demo-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.demos .demo .demo-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  transition: all 0.5s ease-in-out 0s;
}

.demos .demo .demo-links .demo-link {
  padding: .5rem 1rem;
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.demos .demo .demo-links .demo-link:hover {
  color: #031f4b;
  background: #fff;
  border-color: #fff;
}

.demos .demo .demo-links .demo-link:first-child {
  margin-bottom: 1rem;
  color: #fff;
  background: #031f4b;
  border-color: #031f4b;
}

.demos .demo .demo-links .demo-link:first-child:hover {
  color: #031f4b;
  background: #fff;
  border-color: #fff;
}

.demos .demo .demo-name {
  position: relative;
  text-align: center;
  text-transform: capitalize;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #121212;
  margin: 0;
  transition: all 0.5s ease-in-out 0s;
}
.hidden {
    display: none !important;
}
.wa__btn_popup {
    position: fixed;
    right: 30px;
    bottom: 100px;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    z-index: 999;
}
.wa__btn_popup:hover .wa__btn_popup_txt {
    opacity:1;
}
.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 170px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 15px;
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    opacity:0;
}
.wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url("../assets/Images/whatsapp_logo.svg") center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
/*  End  demos section Rules    */

.mbp-mockup-wrapper {
	width: 100%;
	max-width: 1280px;
	min-width: 320px;
	margin: 10px auto 20px;
	height: auto;
	align-self: flex-start;
	position: relative;
	display: flex;
}
.mbp-container {
	position: relative;
	width: 100%;
	max-width: 1280px;
	min-width: 320px;
	height: auto;
	padding-top: 58.6%;
	margin: 0 auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.mbp-display {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	width: 81.3%;
	height: 95.2%;
	margin: 0 auto;
	background-image: radial-gradient(#cfd0d1, #cfd0d1, #adadae);
	border: 1px solid #e5e7e9;
	border-radius: 3.1% / 4%;
	z-index: 1;
}
.mbp-display .display-edge {
	display: block;
	position: relative;
	width: 99.37%;
	height: 99.25%;
	margin: 0.3% auto;
	z-index: 2;
	background-color: #262626;
	border-radius: 2.75% / 3.8%;
}
.mbp-display .display-edge .bezel {
	display: block;
	position: relative;
	width: 99.5%;
	height: 99.2%;
	margin: auto;
	top: 0.4%;
	border-radius: 2.8% / 3.2%;
	z-index: 3;
	background-color: #010101;
}
.mbp-display .bezel:after {
	content: '';
	display: none;
	position: absolute;
	right: 0.15%;
	top: 0.3%;
	width: 62.5%;
	height: 100%;
	pointer-events: none;
	background: -moz-linear-gradient(55deg, rgba(0, 0, 0, 0) 61%, rgba(242, 245, 248, 0.15) 61%);
	background: -webkit-linear-gradient(36deg, rgba(0, 0, 0, 0) 61%, rgba(242, 245, 248, 0.15) 61%);
	background: -o-linear-gradient(55deg, rgba(0, 0, 0, 0) 61%, rgba(242, 245, 248, 0.15) 61%);
	background: -ms-linear-gradient(55deg, rgba(0, 0, 0, 0) 61%, rgba(242, 245, 248, 0.15) 61%);
	background: linear-gradient(55deg, rgba(0, 0, 0, 0) 61%, rgba(242, 245, 248, 0.15) 61%);
	background-blend-mode: screen;
	-webkit-border-top-right-radius: 3.5% 3%;
	-moz-border-radius-toptight: 3.5% 3%;
	border-top-right-radius: 3.5% 3%;
}
.mbp-display.with-glare .bezel:after {
	display: block;
}
.mbp-display .display-edge .bezel .display-camera {
	width: .62%;
	height: .95%;
	margin: 1% auto;
	left: 0;
	right: 0;
	position: absolute;
	border-radius: 50%;
	z-index: 5;
	background-color: #303132;
}
.mbp-display .display-edge .bezel .display-frame {
	display: block;
	position: absolute;
	width: 97.65%;
	height: 89.5%;
	margin: 0 auto;
	top: 3.5%;
	left: 0;
	right: 0;
	background-color: #151515;
	overflow-x: hidden;
}
.mbp-display .display-frame iframe {
	left: 0;
	top: 0;
	position: absolute;
	width: 200%;
	height: 200%;
	border: 0;
	-ms-zoom: 0.5;
	-moz-transform: scale(0.5);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.5);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: 0 0;
	transform: scale(0.5);
	transform-origin: 0 0;
}
.mbp-display .display-edge .bezel .below-display {
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 4.9%;
	bottom: .15%;
	z-index: 3;
	background-color: #212121;
	border-bottom-right-radius: 2.5% 70%;
	border-bottom-left-radius: 2.5% 70%;
}
.mbp-display .display-edge .bezel .below-display .macbookpro {
	display: block;
	display: block;
	position: relative;
	width: 7.4%;
	height: 32%;
	margin-top: .5%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 145 20' %3E%3Cpath fill='%23D8D8DA' d='M0.5 0.6h2.67L9.6 16.23h0.08L16.11 0.6h2.67v18.55h-2.16V4.81h-1.05l2.51-3.7l-7.46 18.04H8.66L1.21 1.11 l2.51 3.7H2.66v14.33H0.5V0.6z M23.23 18.9c-0.67-0.33-1.19-0.81-1.56-1.41s-0.56-1.32-0.56-2.12v-0.03c0-1.14 0.42-2.05 1.27-2.73 c0.85-0.68 2.04-1.07 3.57-1.15l4.95-0.28v1.74l-4.69 0.28c-0.89 0.05-1.58 0.27-2.08 0.64c-0.49 0.38-0.74 0.88-0.74 1.5v0.03 c0 0.64 0.24 1.15 0.73 1.53s1.13 0.57 1.93 0.57c0.7 0 1.34-0.15 1.9-0.44c0.56-0.29 1.01-0.7 1.34-1.21 c0.33-0.51 0.49-1.09 0.49-1.74v-3.95c0-0.81-0.26-1.45-0.76-1.92c-0.51-0.47-1.23-0.7-2.17-0.7c-0.86 0-1.55 0.19-2.08 0.56 c-0.53 0.37-0.85 0.86-0.98 1.46l-0.03 0.12h-2.16l0.01-0.14c0.07-0.74 0.32-1.41 0.75-2.01s1.03-1.08 1.79-1.43 c0.76-0.36 1.67-0.53 2.71-0.53c1.05 0 1.96 0.18 2.73 0.54c0.77 0.36 1.36 0.87 1.78 1.52c0.42 0.66 0.63 1.43 0.63 2.32v9.24 h-2.24v-2.17h-0.05c-0.26 0.49-0.6 0.91-1.03 1.28c-0.43 0.36-0.91 0.65-1.45 0.85c-0.54 0.2-1.1 0.3-1.7 0.3 C24.67 19.4 23.9 19.24 23.23 18.9z M37.12 18.55c-0.93-0.57-1.65-1.38-2.15-2.42c-0.51-1.04-0.76-2.27-0.76-3.68v-0.01 c0-1.41 0.26-2.63 0.77-3.66s1.23-1.84 2.16-2.4c0.93-0.57 2.01-0.85 3.24-0.85c1.11 0 2.07 0.22 2.87 0.65 c0.8 0.43 1.43 0.99 1.88 1.68c0.46 0.69 0.73 1.41 0.83 2.17l0.01 0.1h-2.19l-0.03-0.1c-0.16-0.67-0.52-1.26-1.07-1.76 S41.36 7.5 40.38 7.5c-0.77 0-1.45 0.2-2.03 0.61c-0.58 0.41-1.04 0.98-1.36 1.72c-0.33 0.74-0.49 1.62-0.49 2.63v0.01 c0 1.04 0.17 1.92 0.49 2.66c0.33 0.74 0.79 1.3 1.38 1.7c0.59 0.39 1.27 0.59 2.04 0.59c0.92 0 1.66-0.23 2.23-0.7 c0.57-0.47 0.95-1.07 1.14-1.82l0.03-0.1H46l-0.01 0.09c-0.12 0.85-0.43 1.61-0.93 2.3c-0.5 0.68-1.15 1.22-1.94 1.62 c-0.79 0.4-1.7 0.6-2.71 0.6C39.15 19.4 38.05 19.12 37.12 18.55z M48.4 0.6h2.31v18.55H48.4V0.6z M49.56 17.1h5.5 c1.39 0 2.44-0.28 3.17-0.83c0.72-0.55 1.09-1.36 1.09-2.42v-0.03c0-0.72-0.17-1.32-0.5-1.8s-0.83-0.84-1.5-1.08 c-0.66-0.24-1.49-0.36-2.47-0.36h-5.28V8.59h4.63c1.37 0 2.42-0.27 3.14-0.8c0.72-0.53 1.09-1.3 1.09-2.3V5.47 c0-0.92-0.3-1.62-0.91-2.1c-0.61-0.48-1.47-0.73-2.6-0.73h-5.35V0.6h5.88c1.06 0 1.99 0.19 2.79 0.58c0.8 0.39 1.42 0.93 1.86 1.62 c0.45 0.69 0.67 1.5 0.67 2.43v0.03c0 0.64-0.15 1.26-0.44 1.84c-0.29 0.58-0.69 1.07-1.2 1.47c-0.51 0.4-1.08 0.65-1.72 0.74v0.05 c0.89 0.1 1.66 0.36 2.3 0.77c0.64 0.41 1.14 0.94 1.48 1.59c0.34 0.65 0.51 1.38 0.51 2.2v0.03c0 1.09-0.25 2.02-0.75 2.8 c-0.5 0.78-1.22 1.37-2.15 1.79c-0.93 0.42-2.06 0.62-3.38 0.62h-5.85V17.1z M66.26 18.56c-0.93-0.57-1.65-1.37-2.17-2.41 c-0.52-1.04-0.78-2.27-0.78-3.68v-0.03c0-1.42 0.26-2.65 0.78-3.68c0.52-1.03 1.24-1.83 2.17-2.39c0.93-0.56 2.01-0.84 3.23-0.84 c1.23 0 2.32 0.28 3.25 0.84c0.93 0.56 1.65 1.36 2.17 2.39c0.52 1.03 0.78 2.26 0.78 3.68v0.03c0 1.42-0.26 2.65-0.78 3.69 c-0.52 1.04-1.24 1.84-2.17 2.4c-0.93 0.57-2.01 0.85-3.24 0.85S67.19 19.12 66.26 18.56z M71.57 16.84 c0.58-0.39 1.03-0.96 1.35-1.7c0.32-0.74 0.48-1.63 0.48-2.68v-0.03c0-1.05-0.16-1.94-0.48-2.67s-0.78-1.3-1.36-1.68 C70.97 7.69 70.29 7.5 69.5 7.5c-0.77 0-1.45 0.19-2.04 0.59c-0.59 0.39-1.04 0.95-1.37 1.68c-0.33 0.73-0.49 1.62-0.49 2.67v0.03 c0 1.05 0.16 1.94 0.49 2.68c0.33 0.74 0.78 1.31 1.37 1.7c0.59 0.39 1.27 0.59 2.06 0.59S71 17.23 71.57 16.84z M80.24 18.56 c-0.93-0.57-1.65-1.37-2.17-2.41c-0.52-1.04-0.78-2.27-0.78-3.68v-0.03c0-1.42 0.26-2.65 0.78-3.68c0.52-1.03 1.24-1.83 2.17-2.39 c0.93-0.56 2.01-0.84 3.23-0.84c1.23 0 2.32 0.28 3.25 0.84c0.93 0.56 1.65 1.36 2.17 2.39c0.52 1.03 0.78 2.26 0.78 3.68v0.03 c0 1.42-0.26 2.65-0.78 3.69c-0.52 1.04-1.24 1.84-2.17 2.4c-0.93 0.57-2.01 0.85-3.24 0.85C82.25 19.4 81.17 19.12 80.24 18.56z M85.55 16.84c0.58-0.39 1.03-0.96 1.35-1.7c0.32-0.74 0.48-1.63 0.48-2.68v-0.03c0-1.05-0.16-1.94-0.48-2.67 c-0.32-0.74-0.78-1.3-1.36-1.68c-0.59-0.39-1.27-0.58-2.06-0.58c-0.77 0-1.45 0.19-2.04 0.59c-0.59 0.39-1.04 0.95-1.37 1.68 c-0.33 0.73-0.49 1.62-0.49 2.67v0.03c0 1.05 0.16 1.94 0.49 2.68c0.33 0.74 0.78 1.31 1.37 1.7c0.59 0.39 1.27 0.59 2.06 0.59 S84.97 17.23 85.55 16.84z M92.1 0.6h2.24v18.55H92.1V0.6z M93.83 11.68h0.55l5.86-5.9h2.71l-6.34 6.31h-0.18l-2.61 2.49V11.68z M95.45 12.76l1.49-1.49l6.2 7.88h-2.6L95.45 12.76z M110.44 0.6h2.31v18.55h-2.31V0.6z M111.6 10.47h4.86 c1.33 0 2.36-0.35 3.09-1.04c0.73-0.69 1.09-1.64 1.09-2.86V6.55c0-1.23-0.36-2.18-1.09-2.87c-0.73-0.69-1.76-1.03-3.09-1.03h-4.86 V0.6h5.45c1.17 0 2.19 0.25 3.09 0.75c0.89 0.5 1.59 1.19 2.1 2.08S123 5.35 123 6.52v0.03c0 1.17-0.26 2.21-0.76 3.11 s-1.21 1.6-2.1 2.11c-0.89 0.51-1.92 0.76-3.09 0.76h-5.45V10.47z M125.31 5.78h2.24v2.26h0.05c0.22-0.77 0.61-1.38 1.16-1.84 s1.2-0.68 1.95-0.68c0.2 0 0.37 0.01 0.53 0.03c0.16 0.02 0.28 0.04 0.37 0.06v2.17c-0.09-0.03-0.24-0.06-0.46-0.09 s-0.46-0.04-0.74-0.04c-0.57 0-1.08 0.13-1.51 0.39c-0.43 0.26-0.77 0.63-1 1.11c-0.24 0.48-0.35 1.07-0.35 1.74v8.25h-2.24V5.78z M135.07 18.56c-0.93-0.57-1.65-1.37-2.17-2.41c-0.52-1.04-0.78-2.27-0.78-3.68v-0.03c0-1.42 0.26-2.65 0.78-3.68 c0.52-1.03 1.24-1.83 2.17-2.39c0.93-0.56 2.01-0.84 3.23-0.84c1.23 0 2.32 0.28 3.25 0.84c0.93 0.56 1.65 1.36 2.17 2.39 c0.52 1.03 0.78 2.26 0.78 3.68v0.03c0 1.42-0.26 2.65-0.78 3.69s-1.24 1.84-2.17 2.4c-0.93 0.57-2.01 0.85-3.24 0.85 S136 19.12 135.07 18.56z M140.38 16.84c0.58-0.39 1.03-0.96 1.35-1.7c0.32-0.74 0.48-1.63 0.48-2.68v-0.03 c0-1.05-0.16-1.94-0.48-2.67c-0.32-0.74-0.78-1.3-1.36-1.68c-0.59-0.39-1.27-0.58-2.06-0.58c-0.77 0-1.45 0.19-2.04 0.59 c-0.59 0.39-1.04 0.95-1.37 1.68c-0.33 0.73-0.49 1.62-0.49 2.67v0.03c0 1.05 0.16 1.94 0.49 2.68c0.33 0.74 0.78 1.31 1.37 1.7 c0.59 0.39 1.27 0.59 2.06 0.59S139.8 17.23 140.38 16.84z'/%3E%3C/svg%3E");
}
.mbp-keyboard {
	width: 99.75%;
	height: 7.6%;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 100;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.mbp-keyboard .front {
	/* 	opacity:0; */
	width: 100%;
	height: 37.25%;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient( 90deg, #68696b 0%, #757678 .15%, #a0a1a3 .3%, #cccdcf .5%, #e7e8ea .8%, #e8e9eb 1%, #dfe0e2 1.25%, #d1d2d4 1.5%, #adaeb0 2%, #a4a5a7 3%, #bbbdbf 4%, #e1e1e3 8%, #eaebed 15%, #e9eaec 25%, #e9eaec 75%, #eaebed 85%, #e1e1e3 92%, #bbbdbf 96%, #a4a5a7 97%, #adaeb0 98%, #d1d2d4 98.5%, #dfe0e2 98.75%, #e8e9eb 99%, #e7e8ea 99.2%, #cccdcf 99.5%, #a0a1a3 99.7%, #757678 99.85%, #68696b 100%);
	z-index: 100;
	border-radius: 1px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.mbp-keyboard .opener-left {
	position: relative;
	width: 6.917%;
	height: 65.5%;
	z-index: 101;
	border-radius: 0 0 0 20px;
	background-color: #c1c2c6;
	background: linear-gradient(180deg, rgba(195, 198, 200, 0.5) 0%, rgba(199, 200, 204, 0.5) 60%, rgba(115, 125, 130, 0.4) 100%), radial-gradient(circle at right, rgba(189, 190, 193, 0.5) 0%, rgba(189, 190, 193, 0.5) 50%, rgba(166, 169, 172, 0.5) 80%, rgba(30, 34, 40, 0.75) 100%);
	background-blend-mode: darken;
}
.mbp-keyboard .opener-right {
	position: relative;
	width: 6.917%;
	height: 65.5%;
	z-index: 101;
	border-radius: 0 0 20px 0;
	background-color: #c1c2c6;
	background: linear-gradient(180deg, rgba(195, 198, 200, 0.5) 0%, rgba(199, 200, 204, 0.5) 60%, rgba(115, 125, 130, 0.4) 100%), radial-gradient(circle at left, rgba(189, 190, 193, 0.5) 0%, rgba(189, 190, 193, 0.5) 50%, rgba(166, 169, 172, 0.5) 80%, rgba(30, 34, 40, 0.75) 100%);
	background-blend-mode: darken;
}
.mbp-keyboard .bottom-left {
	display: block;
	position: relative;
	width: 50%;
	height: 58%;
	top: 10%;
	z-index: 99;
	background: linear-gradient(180deg, #e5e6e9 0%, #909193 65%, #4e4f51 90%, #323234 96%, #29292b 100%);
	border-bottom-left-radius: 25% 60%;
}
.mbp-keyboard .bottom-right {
	display: block;
	position: relative;
	width: 50%;
	height: 58%;
	top: 10%;
	z-index: 99;
	background: linear-gradient(180deg, #e5e6e9 0%, #909193 65%, #4e4f51 90%, #323234 96%, #29292b 100%);
	border-bottom-right-radius: 25% 60%;
}
.mbp-shadow {
	width: 95%;
	height: 60%;
	display: flex;
	justify-content: center
}
.mbp-shadow .shadow-left {
	display: block;
	position: relative;
	width: 50%;
	height: 100%;
	top: 10%;
	z-index: 90;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(8, 11, 17, .85) 2.5%, rgba(29, 32, 36, .4) 15%, rgba(255, 255, 255, 0) 50%);
	filter: blur(2px);
	background-blend-mode: multiply;
	border-top-left-radius: 20% 90%;
}
.mbp-shadow .shadow-right {
	display: block;
	position: relative;
	width: 50%;
	height: 100%;
	top: 10%;
	z-index: 90;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(8, 11, 17, .85) 2.5%, rgba(29, 32, 36, .4) 15%, rgba(255, 255, 255, 0) 50%);
	filter: blur(2px);
	background-blend-mode: multiply;
	border-top-right-radius: 20% 90%;
}
.mbp-display .display-edge ::-webkit-scrollbar
{
	width: 2px;
	background-color: #031f4b;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #031f4b;
	border-radius: 10px;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #031f4b;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#f86d2a ), to(#f86d2a), color-stop(.6,#feb02c))
}