/* ----------------------------------

Template Name: Softar - Software Landing Page
Author: validtheme
Description:
Version: 1.0

Main Font    : Manrope
Main Color   : #4ac4f3

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Transparent
    03. Banner
    04. About Us
    05. Features
        - Grid Version
        - Carousel Version
        - Ful Width Version
    06. Why Choose us
    07. Step/Process
    08. Software Overview
    09. Companies/Clients
    10. Team
    11. Pricing
    12. Testimonials
    13. Subscribe Form
    14. Fun Factor
    15. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    16. Concat Area
    17. Error 404
    18. Footer
    19. PHP Contact Form
    20. Others

*/


/*
** General Styles for HTML tags
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

body {
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #666666;
}

/* Additional mobile overflow prevention */
* {
    box-sizing: border-box;
}


.wrapper {
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}


img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-weight: 600;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width:576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

@media (min-width:576px) {
  .container-fill {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-fill {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-fill {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container-fill {
    width: 90%;
    max-width: 1400px;
  }
}

@media (max-width:1199px) {
  .container-fill {
    padding: 0 15px;
  }
}

.fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}


.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #202942 !important;
}

.bg-theme {
  background-color: #4ac4f3;
}

.bg-gradient {
  background: linear-gradient(to right, #118bba, #4ac4f3, #118bba);
}

.gradient-bg {
  background-image: linear-gradient(90deg, rgba(74,196,243,1) 23%, rgba(9,168,228,1) 100%);
  background-color: #4ac4f3;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
  box-shadow: inherit !important;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #4ac4f3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #4ac4f3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

/* Button */

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 12px 35px;
  font-size: 12px;
}

a:hover, a:active {
  opacity: 1;
  text-decoration: none;
}

.btn.btn-gradient {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
}

.btn.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #118bba, #4ac4f3, #118bba);
  background-size: 300% 100%;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff !important;
  background-color: #118bba;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}
.btn.btn-gradient:hover::after, 
.btn.btn-gradient:active {
  background-position: -50% 0;
  color: #ffffff;
}

.btn-md i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 3px;
}

.video-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
}

.text-center .video-btn {
  margin-left: 0;
}

.video-btn i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: #4ac4f3;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
  color: #ffffff;
}

.text-light .video-btn i {
  background: #ffffff;
  color: #4ac4f3;
}


.video-btn i::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #4ac4f3 repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.text-light .video-btn i::after {
    background: #ffffff repeat scroll 0 0;
}

.btn.btn-light.effect {
  color: #232323;
  border: 2px solid transparent;
  box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
  overflow: hidden;
  position: relative;

}

.btn.btn-light.effect::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn.btn-light.effect:hover {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.btn.btn-light.effect:hover::after {
  width: 0;
}

.btn.btn-dark.effect {
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
  overflow: hidden;
  z-index: 1;
  position: relative;

}

.btn.btn-dark.effect::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #202942;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn.btn-dark.effect:hover {
  border: 2px solid #202942;
  color: #202942;
  background: transparent;
}

.btn.btn-dark.effect:hover::after {
  width: 0;
}

.btn-light.border {
    background: #ffffff;
    border: 2px solid #e7e7e7 !important;
}

.btn-theme-border {
  border: 2px solid #4ac4f3;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn-theme-border::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #4ac4f3;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn-theme-border.circle::after {
  border-radius: 30px;
}

.btn-theme-border:hover::after {
  width: 100%;
}

.btn-theme-border:hover {
  color: #ffffff;
}

.btn-light-border {
  border: 2px solid #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.btn-light-border::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #ffffff;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn-light-border.circle::after {
  border-radius: 30px;
}

.btn-light-border:hover::after {
  width: 100%;
}

.btn-light-border:hover {
  color: #232323;
}

.btn-theme-effect {
  border: 2px solid #4ac4f3;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.btn-theme-effect::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #4ac4f3;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.btn-theme-effect.circle::after {
  border-radius: 30px;
}

.btn-theme-effect:hover::after {
  width: 0;
}

.btn-theme-effect:hover {
  color: #232323;
}


/* End Button */

.relative {
  position: relative;
  z-index: 1;
}


.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.overflow-hidden {
  overflow: hidden;
}

button, button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}


.site-heading h5 {
  text-transform: uppercase;
  font-weight: 800;
  color: #4ac4f3;
  font-size: 18px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.site-heading p {
  margin: 0;
  margin-top: 10px;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  line-height: 1.4;
}

.site-heading .devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #4ac4f3;
  position: relative;
  z-index: 1;
  left: 10px;
}

.site-heading.light .devider {
  background: #ffffff;
}

.site-heading .devider:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  height: 2px;
  width: 10px;
  background: #4ac4f3;
}

.area-title {
  font-size: 40px;
  line-height: 1.2;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px;
  padding: 15px;
}


@media only screen and (min-width: 1100px) {
  .left-border::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 70px;
    background: #edf5ff;
  }

  .bg-gray.left-border::before {
    background: #ffffff;
  }
}


/* Shape */
.fixed-shape-bottom {
    position: absolute;
    left: 0;
    bottom: -1px;
}

.fixed-shape-bottom img {
    width: 100%;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 150px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.breadcrumb-area .row {
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 20px;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.breadcrumb-area .breadcrumb li::after {
  content: "";
  height: 2px;
  left: -10px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  background: #ffffff;
  width: 15px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 150px 0;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .carousel-item h1:first-child, 
 .banner-area .carousel-item h2:first-child, 
 .banner-area .carousel-item h3:first-child, 
 .banner-area .carousel-item h4:first-child, 
 .banner-area .carousel-item h5:first-child, 
 .banner-area .carousel-item h6:first-child {
  animation-delay: .5s;
}

.banner-area .carousel-item h1:nth-child(2), 
 .banner-area .carousel-item h2:nth-child(2), 
 .banner-area .carousel-item h3:nth-child(2), 
 .banner-area .carousel-item h4:nth-child(2), 
 .banner-area .carousel-item h5:nth-child(2), 
 .banner-area .carousel-item h6:nth-child(2) {
  animation-delay: .7s;
}

.banner-area .carousel-item p {
  animation-delay: .5s;
}

.banner-area .carousel-item ul {
  animation-delay: .6s;
}

.banner-area .carousel-item a, 
 .banner-area .carousel-item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .carousel-item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 70px;
  z-index: 1;
  text-transform: uppercase;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -80px;
}

.banner-area:hover .carousel-control.left {
  left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -80px;
}

.banner-area:hover .carousel-control.right {
  right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
}

.banner-area .carousel-indicators {
  position: absolute;
  right: auto;
  left: 0;
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  margin: 0;
  padding: 30px 0;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 5px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active {
  border: 2px solid #ffffff;
}

.banner-area .carousel-indicators li::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.double-items > .row div {
  height: auto;
}

/* Content */

.banner-area.bg-top {
    background-size: cover;
    background-position: bottom center;
}

.banner-area.top-pad-80 {
    padding-top: 80px;
}

.banner-area.top-pad-80-desktop {
    padding-top: 80px;
}

.banner-area.auto-height .content-box {
    padding-top: 110px;
}

.banner-area p {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.banner-area.text-center p,
.banner-area .text-center p {
  padding-left: 10%;
  padding-right: 10%;
}

.banner-area.auto-height .content-box .thumb-inner {
    margin-bottom: 50px;
    margin-top: 100px;
    position: relative;
    padding-right: 100px;
}

.banner-area.auto-height .content-box .thumb-inner img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 120px;
    max-width: 350px;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 10px;
    border: none !important;
}

.banner-area h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.4;
}

.banner-area h2 strong {
    font-weight: 100;
    display: block;
}

.banner-area a {
    margin-right: 25px;
    margin-top: 40px;
}

.banner-area .buttons {
  margin-top: 30px;
}

.banner-area .buttons a {
  margin-top: 10px;
}

.banner-area a.video-btn {
  margin-top: 30px;
}

.banner-area a:last-child {
    margin-right: 0;
}

.banner-area.text-center a, .banner-area .text-center a {
    margin-left: 7px;
    margin-right: 7px;
}

.text-capitalized h2 {
  text-transform: capitalize;
}

.banner-area .button {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.banner-area.text-center .button,
.banner-area .text-center .button {
    justify-content: center;
}

.banner-area .fixed-shape {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
}

.banner-area.bg-gradient {
  background: linear-gradient(to bottom, #FFFFFF, #AFE6FB);
}


@media only screen and (min-width: 1200px) {
  .banner-area.inc-shape::before {
      content: "";
      position: absolute;
      bottom: 28rem;
      left: 54rem;
      width: 90rem;
      height: 35rem;
      border-radius: 17rem;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #4ac4f3;
      z-index: -1;
  }
}

.banner-area .thumb.width-160 img {
    max-width: 160%;
}

.banner-area .thumb.width-120 img {
    max-width: 120%;
}

.banner-area.content-less h2 {
  margin-bottom: 10px;
}

.banner-area h4 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600;
}

.banner-area .info.shape {
    position: relative;
    z-index: 1;
}

.banner-area .info.shape::after {
    position: absolute;
    left: -80px;
    top: -80px;
    content: "";
    height: 200px;
    width: 200px;
    background: url(assets/img/shape/12.png);
    z-index: -1;
    background-size: contain;
    background-position: left top;
}

.banner-area .top-shape {
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
    width: 90%;
    z-index: -1;
    opacity: 0.07;
}

.banner-area .bottom-shape {
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40%;
    width: 90%;
    z-index: -1;
}

.banner-area.bg-bottom {
    background-size: cover;
    background-position: bottom center;
}

.banner-area.bg-bottom::after {
    position: absolute;
    left: -150px;
    top: -150px;
    content: "";
    height: 500px;
    width: 500px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
}

.banner-area.bg-bottom::before {
    position: absolute;
    left: -150px;
    top: -150px;
    content: "";
    height: 600px;
    width: 600px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.07;
}


.banner-area.angle-shape:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid #ffffff;
    border-top: 300px solid transparent;
    width: 0;
    z-index: -1;
}

.banner-area .big-thumb img {
    max-width: 200%;
    margin-top: 80px;
}

.banner-area .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.banner-area .shape img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.banner-area form {
    position: relative;
    max-width: 90%;
    background: #ffffff;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 30px;
    margin-top: 35px;
}

.banner-area form input {
    background: transparent;
    box-shadow: inherit;
    border: none;
    border-radius: 30px;
    min-height: 60px;
    padding-left: 25px;
}

.banner-area form button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    padding: 0 25px;
    border-radius: 30px;
    background: #4ac4f3;
    color: #ffffff;
    font-weight: 600;
}

.banner-area.bg-half-dark {
    position: relative;
    z-index: 1;
}

.banner-area.bg-half-dark::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 30%;
    width: 100%;
    background: #202942;
    z-index: -1;
}

.banner-area.bg-half-dark.auto-height .content-box .thumb-inner {
  margin-bottom: 0;
}


.banner-area.bg-half-dark.auto-height .content-box .thumb-inner img {
    border: 2px solid #e7e7e7;
    border-radius: 16px;
    border-top: 1px solid#e7e7e7;
}

.banner-area .left-shape {
    position: absolute;
    left: -230px;
    top: -200px;
    height: 800px !important;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}

/* Animated Shape */

.item-animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@-webkit-keyframes infinite-move {
  from {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}


/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #4ac4f3;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: #4ac4f3 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
  background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #4ac4f3;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  text-align: center;
  margin-top: 0 !important;
  top: 55px;
  margin-left: 10px;
}

.video-play-button.relative::before, 
.video-play-button.relative::after {
  height: 68px;
  width: 68px;
  line-height: 68px;
}

.video-play-button.relative i {
  line-height: 70px;
  font-size: 25px;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  z-index: 1;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: auto !important;
  height: 200px;
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #96aac1;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 
     # About Area
=================================================================== */

.about-area .fixed-shape-left {
    position: absolute;
    left: 0;
    top: 250px;
    max-width: 700px;
    opacity: 0.2;
}

.about-area .thumb img {
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.about-area .thumb {
    position: relative;
    z-index: 1;
    padding-right: 80px;
    margin-bottom: 80px;
    margin-left: -20%;
}

.about-area .thumb img:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: -80px;
}

.about-area .about-items .info {
  padding-left: 35px;
}

.about-area .info h4 {
    font-weight: 600;
    color: #4ac4f3;
}

.about-area .info h2 {
    font-weight: 600;
    margin-bottom: 40px;
}

.about-area .about-items ul {
    margin-top: 25px;
}

.about-area .about-items ul li {
    position: relative;
    padding-left: 45px;
    margin-top: 30px;
}


.about-area .about-items ul li::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "N";
    font-family: ElegantIcons;
    color: rgb(255, 255, 255);
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background: rgb(74, 196, 243);
    border-radius: 50%;
}

.about-area .about-items ul h5 {
    font-weight: 600;
}

.about-area .about-items ul p {
    margin: 0px;
}


/* ============================================================== 
     # About Area version two
=================================================================== */

.about-area .about-content .info {
  padding-left: 35px;
}

.about-area .info h4 {
    font-weight: 600;
    color: #4ac4f3;
}

.about-area .info h2 {
    font-weight: 600;
    margin-bottom: 40px;
}

.about-area .about-content ul h5 {
    font-weight: 600;
}

.about-area .about-content ul li {
    display: flex;
    align-items: center;
    border-right: 1px solid #e7e7e7;
    margin-right: 30px;
    padding-right: 30px;
    text-align: left;
}

.about-area .about-content ul {
    display: flex;
    margin-top: 35px;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

.about-area .about-content ul::after {
    position: absolute;
    left: -300%;
    top: 0;
    content: "";
    height: 500px;
    width: 600%;
    background: #edf5ff;
    z-index: -1;
}

.about-area .thumbs {
    z-index: 9;
    position: relative;
}

.about-area .about-content ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.about-area .about-content ul li i {
    display: inline-block;
    font-size: 40px;
    color: #4ac4f3;
    margin-right: 20px;
}

.about-area .about-content ul li span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #232323;
}

@media only screen and (min-width: 1100px) {
  .about-area.inc-left-border::before {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      height: 100%;
      width: 70px;
      background: #ffffff;
      z-index: 9;
  }
}


/* ============================================================== 
     # About Version Two
=================================================================== */
.about-area .about-items .info.right-info {
    padding-left: 15px;
    padding-right: 35px;
    border-right: 1px solid #e7e7e7;
}

.about-area .about-items .features-content {
    padding-left: 50px;
}

.about-area .about-items .features-content i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 25px;
    color: #4ac4f3;
    background: linear-gradient(45deg,#02ebad 0%,#5a57fb 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-area .about-items .features-content h4 {
    font-weight: 600;
}

.about-area .about-items .features-content p {
    margin: 0;
}

.about-area .about-items .features-content .item {
    margin-top: 30px;
}

.about-area .about-items .features-content {
    margin-top: -50px;
}


/* ============================================================== 
     # Features
=================================================================== */

.mt-less-50p {
    margin-top: -50px;
}

.features-area .features-box .item {
    background: #ffffff;
    padding: 60px 37px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 7px;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.features-area .features-box .item::before {
    position: absolute;
    left: -55px;
    top: -35px;
    content: "";
    height: 200px;
    width: 152px;
    background: url(assets/img/shape/19.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    transform: rotate(95deg);
    z-index: -1;
    opacity: 0.6;
}

.features-area .features-box .item-inner {
  margin-bottom: 30px;
}

.features-area .features-box .item-inner:last-child {
  margin-bottom: 0;
}

.features-area .features-box .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  background: linear-gradient(45deg,#02ebad 0%,#5a57fb 100%);
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.features-area .features-box .item:hover::after {
  height: 100%;
}

.features-area .features-box .single-item .item p,
.features-area .features-box .single-item .item h4 {
  transition: all 0.35s ease-in-out;
}

.features-area .features-box .single-item .item:hover p,
.features-area .features-box .single-item .item:hover h4 {
  color: #ffffff;
}

.features-area .features-box .item .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #ffffff;
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    border-radius: 8px;
    text-align: center;
    margin-right: 30px;
    min-width: 80px;
}

.features-area .features-box .item i {
    display: inline-block;
    font-size: 45px;
    color: #4ac4f3;
    background: linear-gradient(45deg,#02ebad 0%,#5a57fb 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-area .features-box .item h4 {
    font-weight: 600;
}

.features-area .features-box .item p {
    margin: 0;
}


.features-area .features-box .item ul {
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}

.features-area .features-box .item ul li {
    display: inline-block;
    margin: 0 10px;
    font-weight: 600;
    color: #232323;
    text-transform: uppercase;
    font-size: 13px;
}

.features-area .features-box .item ul li a:hover {
  color: #4ac4f3;
}


.features-area .features-box .left-content {
  padding-right: 35px;
}

.features-area .features-box .left-content h4 {
    color: #4ac4f3;
    font-weight: 600;
}

.features-area .features-box .left-content h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.features-area .features-box .left-content a {
    margin-top: 20px;
}

.features-area .features-box .features-carousel .owl-dots {
  margin-top: 40px;
  margin-bottom: -8px;
}

.features-area .features-box .features-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.features-area .features-box .features-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #4ac4f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Advanced Features
=================================================================== */

.about-area .right-shape {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.2;
    pointer-events: none;
}

.advanced-features-area .af-items .row {
    display: flex;
    flex-wrap: wrap;
}

.advanced-features-area .af-items .single-item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

/* Target Bootstrap columns directly */
.advanced-features-area .af-items .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.advanced-features-area .af-items .item h4 {
    font-weight: 600;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.advanced-features-area .af-items .item p {
    margin: 0;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.advanced-features-area .af-items .item i {
    display: inline-block;
    font-size: 60px;
    color: #4ac4f3;
    background: linear-gradient(45deg,#02ebad 0%,#5a57fb 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.advanced-features-area .af-items .item .icon {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.advanced-features-area .af-items .item .icon::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    height: 80px;
    width: 80px;
    background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.6));
    z-index: -1;
    border-radius: 50%;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Ensure ALL cards start with transparent border */
.advanced-features-area .af-items .single-item:nth-child(2n) .item {
    border-bottom: 3px solid transparent !important;
}

.advanced-features-area .af-items .single-item:nth-child(odd) .item {
    border-bottom: 3px solid transparent !important;
}

.advanced-features-area .af-items .item {
    padding: 60px 30px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 3px solid transparent;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* Consistent hover effects for all cards */
.advanced-features-area .af-items .item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-bottom: 3px solid #4ac4f3 !important;
}

.advanced-features-area .af-items .item:hover .icon::after {
    transform: translate(-50%, -50%) scale(1.1);
    background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));
}

.advanced-features-area .af-items .item:hover i {
    transform: scale(1.05);
}

/* Ensure hover works for nth-child elements */
.advanced-features-area .af-items .single-item:nth-child(2n) .item:hover {
    border-bottom: 3px solid #4ac4f3 !important;
}

.advanced-features-area .af-items .single-item:nth-child(odd) .item:hover {
    border-bottom: 3px solid #4ac4f3 !important;
}

/* ============================================================== 
     # Our Features Area
=================================================================== */

.our-features-area {
  padding-bottom: 70px;
}

.our-features-area .fixed-bg {
  opacity: 0.4;
}

.our-features-area .feature-items .single-item {
  margin-bottom: 50px;
}

.our-features-area .feature-items .single-item .item {
    border-radius: 8px;
    padding: 0 15px;
    padding-top: 35px;
}

.our-features-area .feature-items .item .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.our-features-area .feature-items .item .icon::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    height: 100px;
    width: 100px;
    background: #f3fbfe;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
    clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
}

.our-features-area .feature-items .item .icon > i {
    display: inline-block;
    font-size: 60px;
    color: #4ac4f3;
    background: linear-gradient(45deg,#02ebad 0%,#5a57fb 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}

.our-features-area .feature-items .item h4 {
  font-weight: 600;
}

.our-features-area .feature-items .item p{
  margin-bottom: 0;
}

/* ============================================================== 
     # feture version three
=================================================================== */

.features-area .feature-box {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 90px;
}

.features-area .feature-box .single-item {
  margin-bottom: 30px;
}

.features-area .feature-box .single-item .item {
    padding: 50px 30px;
    transition: all 0.35s ease-in-out;
    border-radius: 8px;
}

.features-area .feature-box .single-item .item i {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 30px;
    color: #232323;
    position: relative;
    z-index: 1;
}


.features-area .feature-box .single-item .item i::after {
    position: absolute;
    left: -30px;
    top: -15px;
    content: "";
    height: 80px;
    width: 80px;
    background: #4ac4f3;
    z-index: -1;
    -webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
    clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
    opacity: 0.07;
}

.features-area .feature-box .single-item h4 {
    font-weight: 700;
}

.features-area .feature-box .single-item p {
    margin: 0;
}

.features-area .feature-box .single-item:nth-child(2n) .item {
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

.features-area .feature-box .single-item .item:hover {
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}


/* ============================================================== 
     # Softar Features
=================================================================== */

.softar-features-area .features-box {
  margin: 0 -15px;
}

.softar-features-area .single-item .item {
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.softar-features-area .single-item .item i {
    display: inline-block;
    font-size: 60px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    color: #4ac4f3;
    background: linear-gradient(45deg,#02ebad 0%,#5a57fb 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.softar-features-area .single-item .item h4 {
    font-weight: 600;
}

.softar-features-area .single-item .item p {
    margin: 0;
    color: #cccccc;
}


/* ============================================================== 
     # Process
=================================================================== */
.process-area .info {
    padding-left: 35px;
}

.process-area .info h2 {
    font-weight: 600;
    margin-bottom: 50px;
}

.process-area .info li {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    display: flex;
}

.process-area .info li:last-child {
    margin-bottom: 0;
}

.process-area .info li h4 {
    font-weight: 600;
}

.process-area .info li h4 span {
    font-size: 12px;
    background: #e9e9e9;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 15px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    min-width: 72px;
    font-weight: 700;
}

.process-area.bg-gray .info li h4 span {
    background: #ffffff;
}

.process-area .info li h4 span::after {
    position: absolute;
    left: -8px;
    top: 0px;
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #e9e9e9;
}

.process-area.bg-gray .info li h4 span::after {
    border-right: 12px solid #ffffff;
}

.process-area .info li p {
    margin: 0;
}

.process-area .info ul {
    position: relative;
    z-index: 1;
}

.process-area .info ul::after {
    position: absolute;
    left: 20px;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
}


.process-area .info li i {
    display: inline-block;
    font-size: 45px;
    margin-right: 25px;
    background: #ffffff;
    padding-bottom: 20px;
}

.process-area.bg-gray .info li i {
    background: #edf5ff;
}

.process-area .info li::after {
    position: absolute;
    left: 18px;
    top: 0;
    content: "";
    height: 135%;
    width: 1px;
    background: #dddddd;
    z-index: -1;
}

.process-area.bg-gray .info li::after {
    background: #cccccc;
}

.process-area .info li:last-child::after {
    display: none;
}


/* ============================================================== 
     # Why Choose us
=================================================================== */

.choose-us-area.padding-bottom-extra {
    padding-bottom: 200px;
}

.choose-us-area .thumb {
    position: relative;
    z-index: 1;
}

.choose-us-area .thumb img {
  max-width: 120%;
}

.choose-us-area .thumb::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 400px;
    width: 400px;
    background: #ffffff;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.choose-us-area .thumb::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 500px;
    width: 500px;
    background: #ffffff;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.5;
}


.choose-us-area .info {
  padding-left: 35px;
}

.choose-us-area .fun-fact {
  position: relative;
  min-width: 120px;
}

.choose-us-area .counter {
  position: relative;
}

.choose-us-area .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 700;
    color: #232323;
    line-height: 1;
    margin-bottom: 5px;
}

.choose-us-area .counter .operator {
  font-size: 40px;
  margin-left: 2px;
}

.choose-us-area .medium {
    font-weight: 600;
    color: #232323;
    text-align: right;
    float: right;
}

.choose-us-area .item {
    display: flex;
    margin-bottom: 30px;
}

.choose-us-area .item:last-child {
  margin-bottom: 0;
}

.choose-us-area .item .fun-fact {
    margin-right: 30px;
}

.choose-us-area .item .content {
    border-left: 1px solid #cccccc;
    padding-left: 30px;
}

.choose-us-area .item .content p {
    margin: 0;
}

.choose-us-area .info h4 {
  font-weight: 600;
  color: #4ac4f3;
}

.choose-us-area .info h2 {
  font-weight: 600;
  margin-bottom: 30px;
}

.choose-us-area .info ul {
    margin-top: 15px;
    overflow: hidden;
}

.choose-us-area .info ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 600;
}

.choose-us-area .info ul li::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "N";
    font-family: ElegantIcons;
    color: rgb(74, 196, 243);
}

.choose-us-area .progress-box {
    margin-top: 30px;
    position: relative;
}

.choose-us-area .progress-box h5 {
    font-weight: 600;
}

.choose-us-area .progress-box .progress {
    height: 8px;
    background: #ffffff;
    overflow: inherit;
    box-shadow: 0 0 10px #cccccc;
}

.choose-us-area .progress-box .progress .progress-bar {
    background: #4ac4f3;
    position: relative;
    overflow: inherit;
    border-radius: 30px;
}

.choose-us-area .progress-box .progress .progress-bar span {
    position: absolute;
    right: 0;
    top: -33px;
    color: #232323;
    z-index: 9;
    opacity: 1;
    font-size: 16px;
    font-weight: 600;
}


/* ============================================================== 
     # Fun Factor 
=================================================================== */

.fun-factor-area .fun-fact-items {
    padding: 80px 0;
    background: linear-gradient(97deg, rgba(74,196,243,1) 45%, rgba(0,184,255,1) 100%);
    position: relative;
    top: -80px;
    margin-bottom: -80px;
}

.fun-factor-area .fun-fact-items .item {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.fun-factor-area .fun-fact-items .item:last-child {
    border-right: none;
}

.fun-factor-area .fun-fact .timer {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
}

.fun-factor-area .fun-fact .medium {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.fun-factor-area .fun-fact {
    position: relative;
}

.fun-factor-area .fun-fact i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    font-size: 80px;
    opacity: 0.2;
    color: #ffffff;
}

/* ============================================================== 
     # Overview Carousel
=================================================================== */
@media only screen and (min-width: 1200px) {
  .overview-area .container-full {
    margin-left: calc((100% - 1140px)/ 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media only screen and (min-width: 1200px) {

  .overview-area .overview-carousel.owl-carousel .owl-stage {
    left: -250px;
  }
}

@media only screen and (max-width: 1200px) { 
  .overview-area .item .content h4 {
    justify-content: center;
  }
}

.overview-area::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 350px;
    width: 100%;
    background: #ffffff;
    z-index: -1;
}

.overview-area.carousel-shadow .owl-stage-outer {
    margin: -15px -15px;
    padding: 15px;
}

.overview-area .item {
    position: relative;
}

.overview-area .item .content {
    left: 50px;
    background: #ffffff;
    border-radius: 8px;
    right: 50px;
    align-items: center;
    margin-top: 15px;
}

.overview-area .item img {
    box-shadow: 0 0 10px #cccccc;
    padding: 10px;
    background: #ffffff;
}

.overview-area .item .content h4 {
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.overview-area .item .content h4 span {
    display: inline-block;
    margin-right: 60px;
    position: relative;
    font-size: 36px;
    font-weight: 900;
}

.overview-area .item .content h4 span::after {
    position: absolute;
    right: -42px;
    top: 50%;
    content: "";
    height: 2px;
    width: 30px;
    background: #4ac4f3;
    margin-top: -1px;
}

.overview-area .overview-carousel.owl-carousel .owl-dots {
  margin-top: 40px;
  margin-bottom: -8px;
}

.overview-area .overview-carousel.owl-carousel .owl-dots .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.overview-area .overview-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #4ac4f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}


/* ============================================================== 
     # Tab Overview
=================================================================== */

/* Center Tabs */

.center-tabs .nav-tabs {
    margin-bottom: 60px !important;
    text-align: center;
    border-bottom: 2px solid #e7e7e7;
}

.center-tabs .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}

.center-tabs .nav-tabs li a {
    display: block;
    border: none;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
}

.center-tabs .nav-tabs li a:hover,
.center-tabs .nav-tabs li a:focus {
  background: transparent;
}

.center-tabs .nav-tabs li a.active {
  color: #4ac4f3;
}

.center-tabs .nav-tabs li a.active::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  content: "";
  height: 15px;
  width: 1px;
  background: #4ac4f3;
}

.center-tabs .nav-tabs li a.active::before {
  position: absolute;
  left: 50%;
  bottom: -24px;
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid #4ac4f3;
  margin-left: -5px;
  border-radius: 50%;
}

.about-area .center-tabs {
  margin-top: 50px;
}

.center-tabs .tab-content .info {
  padding-left: 35px;
}

.tab-overview-area .center-tabs img {
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 10px;
}

.center-tabs .info h3 {
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
  position: relative;
  padding-right: 40px;
}

.center-tabs .info h3 strong {
    position: absolute;
    right: 0;
    opacity: 0.1;
    font-size: 40px;
    top: -10px;
}

.center-tabs .info a i {
  font-size: 14px;
  margin-right: 2px;
}

.center-tabs .info a {
  margin-top: 20px;
}

/* ============================================================== 
     # Overview Grid
=================================================================== */

.overview-grid-area .single-item {
  margin-bottom: 80px;
}

.overview-grid-area .single-item:last-child {
  margin-bottom: 0;
}

.overview-grid-area .single-item .info {
  padding-left: 35px;
}

.overview-grid-area .single-item .info.order-lg-first {
  padding-right: 35px;
  padding-left: 15px;
}

.overview-grid-area .single-item h4 {
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.overview-grid-area .single-item h4 span {
    display: inline-block;
    margin-right: 60px;
    position: relative;
    font-size: 36px;
    font-weight: 900;
}

.overview-grid-area .single-item h4 span::after {
    position: absolute;
    right: -42px;
    top: 50%;
    content: "";
    height: 2px;
    width: 30px;
    background: #4ac4f3;
    margin-top: -1px;
}

.overview-grid-area .single-item ul {
  margin-top: 20px;
}

.overview-grid-area .single-item ul li {
    padding: 0 15px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 600;
}

.overview-grid-area .single-item ul li::after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "N";
    font-family: ElegantIcons;
    color: rgb(74, 196, 243);
}

/* Team member images 4:3 aspect ratio */
#team.overview-grid-area .single-item .thumb img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center 30%;
    border-radius: 8px;
}

/* Specific positioning for Dr. Sarah and Ahmed */
#team.overview-grid-area .single-item .thumb img[alt="Dr. Sarah Al-Mansouri"] {
    object-position: center 18%;
}

#team.overview-grid-area .single-item .thumb img[alt="Ahmed Hassan"] {
    object-position: center 25%;
}

#team.overview-grid-area .single-item .thumb img[alt="Ma. Gloria Estimada"] {
    object-position: center 15%;
}

/* Contact section icons alignment */
.contact-area .info ul {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px !important;
}

.contact-area .info ul li {
    display: flex !important;
    align-items: flex-start;
    border: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    float: none !important;
}

.contact-area .info ul li i {
    min-width: 25px;
    margin-right: 20px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin-top: 2px;
    height: auto !important;
    width: auto !important;
    line-height: normal !important;
    background: transparent !important;
    border-radius: 0 !important;
    color: #4ac4f3 !important;
    font-size: 20px !important;
    position: static !important;
}

.contact-area .info ul li i::after {
    display: none !important;
}

/* Footer logo size */
footer .f-item.about img {
    max-width: 120px !important;
    height: auto !important;
}

/* Oval/rounded buttons consistency */
.btn, button, .btn-gradient, .btn-light-border, .btn-theme-border {
    border-radius: 25px !important;
    padding: 12px 30px !important;
}

/* Attribute nav button */
.attr-nav .button a {
    border-radius: 25px !important;
    padding: 10px 25px !important;
}

/* Theme colored light border button */
.btn-light-border {
    background-color: transparent !important;
    border: 2px solid #4ac4f3 !important;
    color: #4ac4f3 !important;
    font-weight: 500 !important;
}

.btn-light-border:hover {
    background-color: #4ac4f3 !important;
    border: 2px solid #4ac4f3 !important;
    color: #4ac4f3 !important;
}

/* Contact section vertical stacking */
.contact-area .info {
    text-align: center;
}

.contact-area .info ul {
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center;
}

.contact-area .info ul li p {
    margin: 0;
    flex: 1;
}

/* Team section shape slight overflow with ultra-subtle animation */
#team .fixed-shape {
    top: -30px;
    animation: ultraSubtleFloat 12s ease-in-out infinite;
}

@keyframes ultraSubtleFloat {
    0%, 100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        transform: translate(1px, -0.5px) rotate(0.1deg);
    }
    50% {
        transform: translate(-0.5px, 1px) rotate(-0.1deg);
    }
    75% {
        transform: translate(1px, 0.5px) rotate(0.1deg);
    }
}



/* ============================================================== 
     # Clients
=================================================================== */

.clients-area .client-items {
    padding: 120px 50px;
    background: linear-gradient(97deg, rgba(74,196,243,1) 45%, rgba(0,184,255,1) 100%);
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    position: relative;
    overflow: hidden;
}

.clients-area .client-items .fixed-shape-bottom {
    width: 100%;
    background-size: cover;
    background-position: top left;
    bottom: auto;
    top: 200px;
    opacity: 0.4;
}

.clients-area h2 {
    font-weight: 600;
    margin: 0;
}

.clients-area .partner-carousel,
.clients-area .clients-carousel {
    margin-top: 50px;
    position: relative;
}

.clients-area .partner-carousel .owl-item,
.clients-area .clients-carousel .owl-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 80px !important;
}

.clients-area .partner-carousel img,
.clients-area .clients-carousel img {
    width: auto;
    margin: auto;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 80px !important;
    object-fit: contain !important;
}

.clients-area .partner-carousel::after {
    position: absolute;
    right: -50px;
    top: -165px;
    content: "";
    height: 300px;
    width: 250px;
    background: url(assets/img/shape/dotted-bg.png);
    opacity: 0.3 !important;
    z-index: -1;
}

.clients-area.shape-less .partner-carousel::after {
  display: none;
}

.clients-area.text-light .partner-carousel::after {
  display: none;
}

ul.achivement li {
  display: inline-block;
  margin-right: 40px;
  border-right: 1px solid #cccccc;
  padding-right: 40px;
  float: left;
}

.text-light ul.achivement li {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}

ul.achivement li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

ul.achivement li .counter {
  position: relative;
}

ul.achivement li .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 700;
    color: #232323;
    line-height: 1;
    margin-bottom: 5px;
}

.text-light ul.achivement li .counter {
    color: #ffffff;
}

ul.achivement li .counter .operator {
  font-size: 40px;
  margin-left: 2px;
}

ul.achivement li .medium {
    font-weight: 600;
    color: #232323;
    text-align: right;
    float: right;
}

.text-light ul.achivement li .medium {
    color: #ffffff;
}

/* ============================================================== 
     # Subscribe
=================================================================== */

.subscribe-area .subscribe-items {
    padding: 80px 50px;
    background: linear-gradient(97deg, rgba(74,196,243,1) 45%, rgba(0,184,255,1) 100%);
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    position: relative;
    overflow: hidden;
}

.subscribe-area .subscribe-items .fixed-shape-bottom {
    width: 100%;
    background-size: cover;
    background-position: top left;
    bottom: auto;
    top: 200px;
    opacity: 0.4;
}

.subscribe-area form {
    max-width: 80%;
    margin: 30px auto auto;
    position: relative;
}

.subscribe-area form input {
    min-height: 60px;
    border-radius: 30px;
    box-shadow: inherit;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    padding-left: 25px;
}

.subscribe-area form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #232323;
}
.subscribe-area form input::-moz-placeholder { /* Firefox 19+ */
  color: #232323;
}
.subscribe-area form input:-ms-input-placeholder { /* IE 10+ */
  color: #232323;
}
.subscribe-area form input:-moz-placeholder { /* Firefox 18- */
  color: #232323;
}

.subscribe-area form button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(74,196,243,1) 48%, rgba(1,135,186,1) 100%);
    box-shadow: 0 0 10px #cccccc;
    padding: 0 25px;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
}

.subscribe-area form button i {
    font-size: 20px;
    margin-left: 2px;
    position: relative;
    top: 5px;
}

.subscribe-area .subscribe-items h2 {
    font-weight: 600;
}

.subscribe-area .col-lg-8.offset-lg-2 {
    position: relative;
    z-index: 1;
}

.subscribe-area .col-lg-8.offset-lg-2 > i {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -39px;
    transform: translateX(-50%);
    font-size: 100px;
    z-index: -1;
    opacity: 0.2;
}

.subscribe-area .subscribe-items > i:first-child {
    display: inline-block;
    position: absolute;
    left: 50px;
    top: 50px;
    font-size: 100px;
    opacity: 0.3;
}

/* ============================================================== 
     # Software Details
=================================================================== */

.software-single-details-area .single-item {
  margin-bottom: 120px;
}

.software-single-details-area .single-item:last-child {
  margin-bottom: 0;
}

.software-single-details-area .thumb {
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background: #edf5ff;
    margin-top: 50px;
    margin-right: 80px;
}

.software-single-details-area .thumb::after {
    position: absolute;
    right: -50px;
    bottom: -50px;
    content: "";
    height: 150px;
    width: 150px;
    background: url(assets/img/shape/dotted-bg.png);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.software-single-details-area .single-item:nth-child(2n) .thumb::after {
    left: -50px;
    top: -50px;
    right: auto;
    bottom: auto;
}

.software-single-details-area .order-lg-last .thumb {
  margin-right: 80px;
  margin-left: 0;
}

.software-single-details-area .thumb img:first-child {
    border-radius: 10px;
}

.software-single-details-area .thumb img:nth-child(2) {
    position: absolute;
    right: -80px;
    top: -50px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    height: 180px;
    border-radius: 20px;
    background: #ffffff;
    padding: 5px;
}

.software-single-details-area .order-lg-last .thumb img:nth-child(2) {
    right: -80px;
    top: -50px;
}

.software-single-details-area .info ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.software-single-details-area .info ul {
    margin: 0 -15px;
    margin-top: 30px;
}

.software-single-details-area .info ul li i {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #4ac4f3;
    color: #ffffff;
    font-size: 30px;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 25px;
}

.software-single-details-area .info ul li:last-child i {
    background: #202942;
}

.software-single-details-area .info ul li h5 {
    font-weight: 700;
}

.software-single-details-area .info ul li p {
    margin: 0;
}

.software-single-details-area .info h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.software-single-details-area .info {
    padding-right: 35px;
    overflow: hidden;
}
.software-single-details-area .single-item:nth-child(2n) .info {
    padding-left: 35px;
    padding-right: 0;
}

/* ============================================================== 
     # Team
=================================================================== */
.fixed-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.team-area .fixed-shape {
    top: -120px;
}

.team-area .team-items .single-item {
  margin-bottom: 30px;
}

.team-area .team-items .thumb {
    position: relative;
    padding: 10px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px #cccccc;
}

.team-area .team-items .thumb img {
  border-radius: 8px;
}

.team-area .team-items .info {
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: -5px;
}

.team-area .team-items .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
}

.team-area .team-items .info span {
  color: #4ac4f3;
  font-weight: 600;
  text-transform: capitalize;
}

.team-area .team-items .social {
    position: absolute;
    right: 30px;
    bottom: -22px;
}

.team-area .team-items .social label i {
  transform: rotate(45deg);
}

.share-button i {
  transition: .3s ease;
  font-weight: 500;
}

.share-toggle:checked ~ .share-button i {
  transform: rotate(-180deg) !important;
}

.share-toggle:checked ~ .share-icon:nth-child(3) {
  transform: translateY(-70px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(4) {
  transform: translateY(-125px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(5) {
  transform: translateY(-180px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(6) {
  transform: translateY(-235px) rotate(0);
}

.share-button {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    color: #ffffff;
    background: linear-gradient(45deg,#02ebad 0%,#5a57fb 100%);
    border-radius: 10px;
    box-shadow: 0px 0px 0px 5px #ffffff;
    cursor: pointer;
    transition: .3s ease;
    transform: rotate(45deg);
}

.share-icon {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  transform: translateX(0) rotate(180deg);
  cursor: pointer;
  transition: .3s ease-in-out;
}

.team-area .team-items .thumb .social a {
  color: #ffffff;
  font-weight: 300;
}

.team-area .team-items .thumb .social a.facebook {
  background: #3B5998 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.twitter {
  background: #1DA1F2 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.pinterest {
  background: #BD081C none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.g-plus {
  background: #DB4437 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.linkedin {
  background: #0077B5 none repeat scroll 0 0;
}

.team-area .team-items .thumb .social a.instagram {
  background: #3f729b none repeat scroll 0 0;
}


/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area .fixed-shape-left {
    position: absolute;
    left: 0;
    top: 250px;
    max-width: 500px;
    opacity: 0.1;
}

.testimonial-carousel .item {
    display: flex;
    align-items: center;
}

.testimonial-carousel .item .thumb {
    min-width: 150px;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.testimonial-carousel .item .info {
    border-left: 1px solid #dddddd;
    padding: 30px;
}

.testimonial-carousel .item .info h4 {
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 20px;
}

.testimonial-carousel .item .thumb img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    box-shadow: 0 0 10px #cccccc;
    padding: 15px;
    background: #ffffff;
}

.testimonial-carousel .item .thumb::after {
    position: absolute;
    right: 0px;
    top: 0;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    color: #4ac4f3;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    transform: rotate(180deg);
    font-size: 20px;
}

.testimonial-items .review h2 {
    font-weight: 600;
    margin-bottom: 50px;
}

.testimonial-carousel .item .info span {
    display: block;
    position: relative;
    padding-left: 30px;
}

.testimonial-carousel .item .info span::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 20px;
    background: #666666;
}

.testimonials-area .thum {
    padding-left: 35px;
}

.testimonials-area .thum img {
    max-width: 140%;
}

@media only screen and (max-width: 1450px) { 
  .testimonials-area .thum img {
    max-width: 100%;
  }
}

.testimonials-area .testimonial-items .testimonial-carousel .owl-nav {
    margin-top: 0;
    text-align: right;
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}

.testimonials-area .testimonial-items .testimonial-carousel .owl-nav .owl-prev, 
.testimonials-area .testimonial-items .testimonial-carousel .owl-nav .owl-next {
    padding: 0;
    background: transparent;
    color: #232323;
    font-size: 30px;
}


/* ============================================================== 
     # Pricing
=================================================================== */

.pricing-area .pricing-item {
    text-align: center;
    padding-bottom: 40px;
}

.pricing-area .single-item {
    padding: 0;
}

.pricing-items {
    border: 1px solid #e7e7e7;
}

.pricing-area .single-item:nth-child(2) .pricing-item .pricing-header h2 {
    background: #4ac4f3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.pricing-items .row {
    margin: 0;
}

.pricing-area .single-item:nth-child(2) .pricing-item {
    border-color: #4ac4f3;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.pricing-area .single-item:nth-child(2) .pricing-item h2,
.pricing-area .single-item:nth-child(2) .pricing-item h2 sub,
.pricing-area .single-item:nth-child(2) .pricing-item h2 sup {
  color: #ffffff !important;
}

.pricing-area .pricing-item ul {
    display: inline-block;
    text-align: left;
}

.pricing-area .pricing-item .footer {
    margin-top: 30px;
}

.pricing-area .pricing-item .pricing-header {
    margin-bottom: 30px;
    position: relative;
}

.pricing-area .pricing-item .pricing-header span {
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 600;
    color: #4ac4f3;
}

.pricing-area .pricing-item .pricing-header h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
    padding: 30px 0;
    text-align: left;
    margin-left: 30px;
}

.pricing-area .pricing-item .pricing-header h2 {
    font-weight: 600;
    margin: 0;
    font-size: 60px;
    background: #edf5ff;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

.pricing-area .pricing-item .pricing-header h2::after {
    position: absolute;
    left: 30px;
    top: -14px;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #edf5ff;
}

.pricing-area .single-item:nth-child(2) .pricing-item .pricing-header h2::after {
    border-bottom-color: #4ac4f3;
}

.pricing-area .pricing-item .pricing-header h2 sup {
    font-size: 30px;
    top: -18px;
    margin-right: 5px;
    color: #666666;
}

.pricing-area .pricing-item .pricing-header h2 sub {
    font-size: 16px;
    color: #666666;
    left: -10px;
}

.pricing-item li {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    padding-left: 16px;
}

.pricing-item li::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 6px;
    width: 6px;
    background: #666666;
    border-radius: 50%;
    margin-top: -3px;
}

.pricing-item li:last-child {
  margin-bottom: 0;
}

.pricing-item li i {
  margin-right: 12px;
  color: #4ac4f3;
}

.pricing-item li i.fas.fa-minus-circle {
  color: #e3306f;
}

/* ============================================================== 
     # Blog Area
=================================================================== */

.blog-area .single-item {
    margin-bottom: 30px;
}

.blog-area .blog-grid {
  margin-bottom: 30px;
}

.blog-area .item {
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

.blog-area .item:last-child {
    margin-bottom: 0;
}

.blog-area .item .info {
    padding: 30px;
}

.blog-area .item .info h1,
.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4,
.blog-area .item .info h5,
.blog-area .item .info h6 {
  font-weight: 600;
  line-height: 1.4;
}

.blog-area .item .info h1 a,
.blog-area .item .info h2 a,
.blog-area .item .info h3 a,
.blog-area .item .info h4 a,
.blog-area .item .info h5 a,
.blog-area .item .info h6 a {
  font-weight: 700;
}

.blog-area .item .info a.btn {
  margin-top: 8px;
}

.blog-area .item .date {
    display: inline-block;
    background: #ffffff;
    padding: 5px 25px;
    color: #232323;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0 0 10px #cccccc;
}

.blog-area .item .date i {
  margin-right: 3px;
}

.blog-area .item .date span {
    display: block;
    font-size: 14px;
    background: #4ac4f3;
    color: #ffffff;
    padding: 0 19px;
    border-radius: 0 0 8px 8px;
    min-width: 70px;
}

.blog-area .thumb .date strong {
    padding: 10px 5px;
    display: inline-block;
}

.blog-area .thumb {
    position: relative;
    padding: 15px;
    padding-bottom: 0;
}

.blog-area .thumb img {
  border-radius: 8px;
}

.blog-area .thumb .date {
    position: absolute;
    right: 45px;
    bottom: -25px;
    margin: 0;
    border-radius: 8px;
    padding: 0;
}

.blog-area .item .info .meta ul li {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    text-transform: capitalize;
}

.blog-area .item .info .meta ul li a {
    color: #666666;
}

.blog-area .item .info .meta {
    margin-bottom: 15px;
}

.blog-area .item .info .meta ul li i {
    margin-right: 5px;
    color: #4ac4f3;
}

.blog-area .item .info h4 a {
    line-height: 1.4;
    font-weight: 700;
}

.blog-area .item .info h4 a:hover {
    color: #4ac4f3;
}

.blog-area .item .info p:last-child {
    margin-bottom: 0;
}


/* Pagination */
.pagi-area .pagination {
  text-align: center;
  display: block;
  margin-top: 30px;
}

.pagi-area .pagination li.page-item {
  float: none;
  display: inline-block;
}

.pagi-area .pagination li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  margin-top: 5px;
  color: #232323;
  font-weight: 800;
}

.pagi-area .pagination li.active a {
  background: #4ac4f3;
  border-color: #4ac4f3;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 15px;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 2px solid #4ac4f3;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: 30px;
  box-shadow: inherit;
  min-height: 60px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: #4ac4f3;
  border: medium none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #4ac4f3 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  position: relative;
  margin-top: 13px;
}

.blog-area .sidebar .sidebar-item.category li a {
    display: flex;
    text-transform: capitalize;
    font-weight: 700;
    color: #666666;
    align-items: center;
    justify-content: space-between;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #4ac4f3;
}

.blog-area .sidebar .sidebar-item.category li a span {
    font-size: 12px;
    margin-left: 5px;
    background: #f1f1f1;
    min-width: 40px;
    padding: 3px;
    text-align: center;
    color: #232323;
    border-radius: 30px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #232323;
  display: block;
  font-weight: 700;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
  margin-right: 3px;
  font-weight: 500;
}

.sidebar-item.recent-post li a:hover {
  color: #4ac4f3;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #002359;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding: 0;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
  border-radius: inherit;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0;
  padding-left: 25px;
  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  text-decoration: inherit;
  font-weight: 700;
  font-size: 18px;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  font-weight: 800;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: #666666;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Pro";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  font-weight: 500;
}

.sidebar-item.social-sidebar ul {
  margin-bottom: -10px;
  overflow: hidden;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  margin-bottom: 5px;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 800;
  margin-top: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
  font-size: 13px;
  border-radius: 30px;
  color: #666666;
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: #4ac4f3;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #4ac4f3;
  z-index: -1;
  opacity: 0.7;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
  color: #ffffff;
  font-weight: 700;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
  color: #ffffff;
}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
  display: inline-block;
  color: #ffffff;
  border: 1px dashed rgba(255, 255, 255, 0.7);
  padding: 10px 25px;
  margin-top: 9px;
}

.blog-area .blog-items.content-less .item .info > a {
  margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
  background: #4ac4f3 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area .blog-items .info > ul li {
  margin-bottom: 5px;
  color: #232323;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  display: block;
}

.blog-area .blog-items .info > ul {
  margin-bottom: 25px;
  margin-top: 25px;
}

.blog-area .blog-items .info > ul li::after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  height: 5px;
  width: 5px;
  background: #333333;
  border-radius: 50%;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 85px;
    color: #232323;
    font-weight: 500;
    line-height: 32px;
    background: #fafafa;
    padding: 50px;
}

.blog-area .item blockquote cite {
  display: block;
  margin-top: 15px;
  color: #999999;
  font-weight: 500;
}

.blog-area .item blockquote::before {
  position: absolute;
  left: 0;
  top: 5%;
  content: "";
  height: 90%;
  width: 3px;
  background: #4ac4f3;
}

.blog-area .item blockquote::after {
    position: absolute;
    right: 30px;
    content: "\7b";
    font-family: 'ElegantIcons';
    color: #666666;
    bottom: 30px;
    font-weight: 600;
    opacity: 0.1;
    font-size: 80px;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 34px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.blog-area .blog-content .post-tags, 
.blog-area .blog-content .share {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0;
  padding-bottom: 6px;
}

.blog-area .blog-content .share li {
  display: inline-block;
  margin-left: 15px;
}

.blog-area .blog-content .share li a {
  display: inline-block;
  color: #4ac4f3;
}

.blog-area .blog-content .share li.facebook a {
  color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
  color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
  color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
  color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
  color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
  background: #f7f7f7;
  padding: 10px 15px;
  font-size: 14px;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-area.single .post-pagi-area {
  margin-top: 50px;
  overflow: hidden;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  color: #999999;
  border-radius: 30px;
}

.blog-area.single .post-pagi-area h5 {
  margin: 0;
  margin-top: 5px;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
  font-size: 18px;
}

.blog-area.single .post-pagi-area h5:hover {
  color: #4ac4f3;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.blog-area .comments-form {
  margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
  margin-bottom: 50px;
}

.blog-area .blog-comments .comments-list:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .avatar {
    float: left;
    height: 105px;
    width: 105px;
    min-width: 105px;
}

.comments-list .commen-item .content {
    padding: 30px;
    background: #edf5ff;
    position: relative;
}

.comments-list .commen-item .content::after {
    position: absolute;
    left: -14px;
    top: 30px;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #edf5ff;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.comments-list .commen-item {
    margin-bottom: 50px;
    display: flex;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  margin-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments-list .commen-item .content .reply a {
    font-size: 14px;
    background: #0a1015;
    color: #ffffff;
    display: inline-block;
    padding: 8px;
}

.comments-list .commen-item .content .reply a:hover {
    background: #4ac4f3;
}

.comments-list .commen-item .content .reply i {
    font-size: 12px;
}

.comments-list .commen-item .content p:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
}

.comments-list .commen-item .content .title span {
    font-weight: 400;
    color: #4ac4f3;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.comments-list .commen-item .content .title span i {
  font-weight: 500;
  margin-right: 5px;
}

.comments-list .commen-item .content .title span i.fa-reply {
  font-weight: 600;
  margin-right: 3px;
}

.comments-list .commen-item .content .title span a {
  margin-left: 10px;
}

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #002359;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 1px 15px;
    background: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 5px;
    position: absolute;
    right: 30px;
    top: 25px;
}

.comments-list .commen-item .content p {
    margin: 0;
}

.comments-info a:hover {
  color: #4ac4f3;
}

.comments-info a i {
  margin-right: 5px;
}

.comments-form input, 
.comments-form textarea {
  border: none;
  box-shadow: inherit;
  padding: 15px;
  background: #f7f7f7;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
    background: transparent;
    margin-top: 15px;
    padding: 10px 35px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.35s ease-in-out;
    border: 2px solid #4ac4f3 !important;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}

.comments-form button::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: #4ac4f3;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  border-radius: 30px;
}

.comments-form button:hover::after {
  width: 100%;
}

.comments-form button:hover {
  color: #ffffff;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}


/* Pagination */

.pagination li {
  display: inline-block;
  margin-top: 7px;
}

ul.pagination {
  display: block;
  margin-top: 30px;
}

.pagination li a {
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  margin: 0 2px;
  color: #4ac4f3;
  font-weight: 800;
}

.pagination li.page-item.active a {
  background: #4ac4f3;
  border-color: #4ac4f3;
}


/* ============================================================== 
     # Contact From
=================================================================== */

.contact-area .info {
  text-align: center;
}

.contact-area .info h2 {
  font-weight: 600;
}

.contact-area .info ul li {
    float: left;
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
    margin-right: 30px;
}

.contact-area .info ul {
  margin-top: 40px;
  display: inline-block;
}

.contact-area .info ul li:last-child {
    padding: 0;
    margin: 0;
    border: navajowhite;
}

.contact-area .info ul li h5 {
    font-weight: 700;
    text-transform: uppercase;
}

.contact-area .info ul li h5 i {
    font-size: 25px;
    margin-right: 15px;
    color: #4ac4f3;
}

.contact-area .info ul li p {
    margin: 0;
}

.contact-area .info ul li i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #4ac4f3;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    font-weight: 300;
    font-size: 20px;
}

.contact-area .info ul li i::after {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 70px;
    width: 70px;
    content: "";
    background: #4ac4f3;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
}

.contact-area form .form-group {
  position: relative;
}

.contact-area form .form-group i {
  position: absolute;
  left: 0;
  top: 18px;
  color: #999999;
}

.contact-area .contact-forms input, 
.contact-area .contact-forms textarea {
  border: none;
  box-shadow: inherit;
  padding-left: 30px;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
}

.contact-area .contact-forms textarea {
  min-height: 150px;
  padding-top: 13px;
}

.contact-area .contact-forms button {
  padding: 10px 35px;
  background: transparent;
  border: 2px solid #4ac4f3 !important;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 700;
  transition: all 0.35s ease-in-out;
  margin-top: 20px;
}

.contact-area .contact-forms button:hover {
  background: #4ac4f3;
  color: #ffffff;
}

.contact-area .contact-forms button i {
  margin-left: 5px;
}

.contact-area .form-box input, .contact-area .form-box textarea {
    border: none;
    box-shadow: inherit;
    padding: 15px;
    background: #f4f7fa;
    min-height: 60px;
    font-size: 16px;
}

.contact-area .form-box textarea {
    min-height: 160px;
}

.contact-area .form-box button {
    font-family: 'Manrope', sans-serif;
    display: inline-block;
    background: linear-gradient(to right, #118bba, #4ac4f3, #118bba);
    padding: 15px 40px;
    border-radius: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.contact-area .form-box button i {
    margin-left: 5px;
}

.contact-area img.loader {
  margin-left: 10px;
}

.contact-area .maps {
  padding-right: 35px;
}

.contact-area .maps iframe {
  height: 100%;
  width: 100%;
}


/* ============================================================== 
     # Error 404
=================================================================== */
.error-page-area .error-box img {
    max-width: 60%;
    margin-bottom: 30px;
}

.error-page-area .error-box h2 {
    font-weight: 600;
}

.error-page-area .error-box p {
    padding: 0 15%;
}

.error-page-area .error-box .search {
    position: relative;
    max-width: 400px;
    margin: 30px auto auto;
}

.error-page-area .error-box .search form {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
}

.error-page-area .error-box .search form input {
    box-shadow: inherit;
    border: none;
    border-radius: 30px;
    min-height: 60px;
    padding: 25px;
}

.error-page-area .error-box .search form button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #4ac4f3;
    color: #ffffff;
}


/* ============================================================== 
     # Footer
=================================================================== */

/* SVG */

.svg-shape svg {
  margin-bottom: -10px;
}

.svg-shape svg.gray {
  fill: #edf5ff;
}

.svg-shape svg.light {
  fill: #ffffff;
}

.svg-shape svg.theme {
  fill: #ff4450;
}

.svg-shape svg.dark {
  fill: #111d30;
}

.svg-shape svg.absolute {
  position: absolute;
}

.svg-shape svg.absolute.top {
  top: 0;
  left: 0;
}

.svg-shape svg.absolute.bottom {
  bottom: 0;
  left: 0;
}

/* Main Footer */

footer .f-items .f-item.contact-widget {
    position: relative;
    z-index: 1;
}

footer .f-items .f-item.contact-widget::after {
    position: absolute;
    left: -50px;
    top: -200px;
    height: 300%;
    width: 500%;
    background: #283353;
    content: "";
    z-index: -1;
}

footer {
    overflow: hidden;
}

footer img, 
footer .widget-title {
    margin-bottom: 30px;
    font-weight: 600;
}

footer.bg-dark .f-items .f-item p,
footer.bg-dark .f-items .f-item a,
footer.bg-dark .f-items .f-item {
  color: #adb5bd;
}

footer .f-items .f-item form {
    position: relative;
    margin-top: 30px;
}

footer .f-items .f-item form input {
    background: #283353;
    color: #ffffff;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

footer .f-items .f-item form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #adb5bd;
}
footer .f-items .f-item form input::-moz-placeholder { /* Firefox 19+ */
  color: #adb5bd;
}
footer .f-items .f-item form input:-ms-input-placeholder { /* IE 10+ */
  color: #adb5bd;
}
footer .f-items .f-item form input:-moz-placeholder { /* Firefox 18- */
  color: #adb5bd;
}

footer .f-items .f-item form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: transparent;
    color: #4ac4f3;
    font-size: 25px;
    line-height: 55px;
}

footer .f-items .f-item form button::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 30px;
    width: 1px;
    margin-top: -15px;
    opacity: 0.1;
    border-left: 1px solid #ffffff;
}

footer .f-items .f-item.about {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 40px;
    margin-right: 10px;
}

footer .f-items .f-item.link li {
    margin-bottom: 12px;
}

footer .f-items .f-item.link li:last-child {
    margin-bottom: 0;
}

footer .f-items .f-item.link li a:hover {
    color: #ffffff;
    margin-left: 10px;
}

footer .f-items .f-item.link li a {
    font-weight: 400;
}

footer .f-items .f-item.link li a i {
    font-size: 12px;
    margin-right: 3px;
}

footer .f-items .f-item .address li {
    display: flex;
    margin-bottom: 25px;
}

footer .f-items .f-item .address li i {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    font-weight: 300;
}

footer .f-items .f-item .address li:last-child {
    margin-bottom: 0;
}

footer .f-items .f-item .address li strong {
    display: block;
}

/* Footer Bottom */
footer .footer-bottom {
    border-top: 1px solid #283353;
    padding: 30px 0;
}

footer .footer-bottom ul li {
    display: inline-block;
    margin-left: 15px;
}

footer .footer-bottom p {
    margin: 0;
}

footer.bg-dark .footer-bottom p,
footer.bg-dark .footer-bottom a {
  color: #adb5bd;
}

footer.bg-dark .footer-bottom a {
  font-size: 14px;
}

footer.bg-dark .footer-bottom p a {
  color: #4ac4f3;
}

footer.bg-dark .footer-bottom a:hover {
  color: #ffffff;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #fff;
  text-align: center;
}

/* Mobile spacing between form and contact info */
@media (max-width: 991px) {
  .contact-area .info {
    margin-top: 50px !important;
  }
}

/* Full width button for all screen sizes */
.contact-area .form-box button {
  width: 100% !important;
}

/* Additional spacing between clients and process sections */
#process.process-area {
  margin-top: 120px !important;
}

/* Additional spacing between clients and team sections */
#team.overview-grid-area {
  margin-top: 120px !important;
}

/* Make fixed shape background full width */
.features-area .fixed-shape-bottom {
  width: 100vw !important;
  left: 0 !important;
  right: 0 !important;
}

/* Contact Form Tab Styling */
.form-selector {
  margin-bottom: 30px !important;
  border-bottom: 2px solid #e9ecef !important;
  position: relative !important;
}

.form-selector .row {
  margin: 0 !important;
}

.form-selector .btn {
  padding: 15px 25px !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  transition: all 0.3s ease !important;
  border: none !important;
  background: #f8f9fa !important;
  color: #6c757d !important;
  position: relative !important;
  margin-bottom: -2px !important;
  border-bottom: 2px solid transparent !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
}

.form-selector .btn.active {
  background: white !important;
  color: #4ac4f3 !important;
  border-bottom: 2px solid #4ac4f3 !important;
  box-shadow: 0 -2px 8px rgba(74, 196, 243, 0.1) !important;
}

.form-selector .btn:hover {
  background: white !important;
  color: #4ac4f3 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 -2px 8px rgba(74, 196, 243, 0.15) !important;
}

.form-selector .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* Form Animation */
.contact-form, .cv-form {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
}

.contact-form.fade-out, .cv-form.fade-out {
  opacity: 0;
  transform: translateY(-20px);
}

.contact-form.fade-in, .cv-form.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/* File Upload Styling */
.file-upload-label {
  display: inline-block !important;
  padding: 12px 20px !important;
  background: #f8f9fa !important;
  border: 2px dashed #4ac4f3 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  color: #4ac4f3 !important;
  font-weight: 500 !important;
  width: 100% !important;
  text-align: center !important;
}

.file-upload-label i.fas.fa-paperclip {
  margin-right: 8px !important;
}

.file-upload-label:hover {
  background: #e3f2fd !important;
  border-color: #118bba !important;
  color: #118bba !important;
}

.file-info {
  display: block !important;
  margin-top: 8px !important;
  color: #666 !important;
  font-size: 12px !important;
}

/* Style select dropdown to match other inputs - VERY SPECIFIC */
.contact-area .form-box .cv-form select#noticePeriod.form-control,
.contact-area .form-box select.form-control,
.cv-form .form-group select.form-control,
div.form-group select#noticePeriod,
select#noticePeriod.form-control {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjNjY2NjY2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat right 12px center !important;
  background-size: 12px !important;
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  color: #495057 !important;
  display: block !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  height: calc(1.5em + 0.75rem + 2px) !important;
  line-height: 1.5 !important;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  width: 100% !important;
  cursor: pointer !important;
}

.contact-area .form-box .cv-form select#noticePeriod.form-control:focus,
.contact-area .form-box select.form-control:focus,
.cv-form .form-group select.form-control:focus,
div.form-group select#noticePeriod:focus,
select#noticePeriod.form-control:focus {
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNSA1TDkgMSIgc3Ryb2tlPSIjNGFjNGYzIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") no-repeat right 12px center !important;
  background-size: 12px !important;
  border-color: #80bdff !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
  outline: 0 !important;
}

/* Firefox specific */
select#noticePeriod:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #495057 !important;
}

/* Additional overrides */
select#noticePeriod option {
  color: #495057 !important;
  background: #fff !important;
}

/* Frosted glass navigation background */
.navbar.navbar-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1030 !important;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
}

/* Service Cards Hover Effect */
.af-items .single-item .item {
  transition: transform 0.3s ease !important;
}

.af-items .single-item .item:hover {
  transform: translateY(-5px) !important;
}

/* Features Carousel Cards Hover Effect */
.features-carousel .item-inner .item {
  transition: transform 0.3s ease !important;
}

.features-carousel .item-inner .item:hover {
  transform: translateY(-3px) !important;
}

/* Statistics Section Responsive Design */
@media (max-width: 999px) {
  ul.achivement {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  ul.achivement li {
    display: block !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    padding-right: 0 !important;
    padding-bottom: 30px !important;
    border-right: none !important;
    border-bottom: 1px solid #cccccc !important;
    width: 100% !important;
    text-align: center !important;
  }
  
  ul.achivement li:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  ul.achivement li .counter {
    justify-content: center !important;
    margin-bottom: 10px !important;
  }
  
  ul.achivement li .medium {
    float: none !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
  }
  
  .clients-area .left-info {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767px) {
  ul.achivement li .counter {
    font-size: 40px !important;
  }
  
  ul.achivement li .counter .operator {
    font-size: 32px !important;
  }
  
  ul.achivement li .medium {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
}

/* Hero Video Styling */
.hero-video {
  max-width: 800px !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.hero-video:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important;
}

.video-container {
  position: relative !important;
}

/* Video loading state */
.hero-video[data-loaded="false"] {
  background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), 
              linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), 
              linear-gradient(45deg, transparent 75%, #f0f0f0 75%), 
              linear-gradient(-45deg, transparent 75%, #f0f0f0 75%) !important;
  background-size: 20px 20px !important;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px !important;
}

/* Custom Video Controls */
.custom-video-wrapper {
  position: relative !important;
  max-width: 800px !important;
  width: 100% !important;
}

.custom-controls {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  border-radius: 0 0 12px 12px !important;
  overflow: hidden !important;
}

.custom-video-wrapper:hover .custom-controls {
  opacity: 1 !important;
}

.controls-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3), transparent) !important;
  backdrop-filter: blur(10px) !important;
}

.controls-content {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  padding: 15px 20px !important;
  gap: 15px !important;
}

.control-group {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.control-group.center {
  flex: 1 !important;
}

.control-btn {
  background: rgba(255, 255, 255, 0.2) !important;
  border: none !important;
  color: white !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  backdrop-filter: blur(10px) !important;
}

.control-btn:hover {
  background: rgba(74, 196, 243, 0.8) !important;
  transform: scale(1.1) !important;
}

.control-btn i {
  font-size: 14px !important;
}

.time-display {
  color: white !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5) !important;
}

.progress-container {
  flex: 1 !important;
  height: 6px !important;
  position: relative !important;
  cursor: pointer !important;
  border-radius: 3px !important;
  overflow: hidden !important;
}

.progress-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 3px !important;
}

.progress-bar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(to right, #4ac4f3, #118bba) !important;
  border-radius: 3px !important;
  width: 0% !important;
  transition: width 0.1s ease !important;
}

.progress-handle {
  position: absolute !important;
  top: 50% !important;
  left: 0% !important;
  transform: translate(-50%, -50%) !important;
  width: 16px !important;
  height: 16px !important;
  background: white !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.progress-container:hover .progress-handle {
  opacity: 1 !important;
}

/* Play Overlay */
.play-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0, 0, 0, 0.3) !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  border-radius: 12px !important;
}

.play-overlay.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

.play-button-large {
  width: 80px !important;
  height: 80px !important;
  background: rgba(74, 196, 243, 0.9) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
  font-size: 24px !important;
  transition: all 0.3s ease !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 8px 25px rgba(74, 196, 243, 0.4) !important;
}

.play-button-large:hover {
  transform: scale(1.1) !important;
  background: rgba(74, 196, 243, 1) !important;
  box-shadow: 0 12px 35px rgba(74, 196, 243, 0.6) !important;
}

.play-button-large i {
  margin-left: 4px !important;
}

/* Responsive video */
@media (max-width: 768px) {
  .hero-video {
    max-width: 100% !important;
    margin: 0 15px !important;
  }
  
  .video-container {
    margin-top: 30px !important;
  }
  
  .controls-content {
    padding: 12px 15px !important;
    gap: 10px !important;
  }
  
  .control-btn {
    width: 36px !important;
    height: 36px !important;
  }
  
  .play-button-large {
    width: 60px !important;
    height: 60px !important;
    font-size: 18px !important;
  }
  
  .time-display {
    font-size: 12px !important;
  }
}

/* Hero background logo effect */
.banner-area {
    position: relative;
    overflow: visible;
}

.banner-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    background-image: url(assets/img/bg-logo.png);
    background-size: 65vw;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.18;
    filter: blur(2px);
    z-index: 0;
    pointer-events: none;
}

/* WhatsApp Widget */
.whatsapp-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: #25D366;
    border-radius: 50%;
    color: white;
    font-size: 36px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    position: relative;
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    color: white;
    text-decoration: none;
}

.whatsapp-btn i {
    transition: transform 0.3s ease;
}

.whatsapp-btn:hover i {
    transform: scale(1.1);
}

.whatsapp-btn .tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.whatsapp-btn .tooltip::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #333;
}

.whatsapp-btn:hover .tooltip {
    opacity: 1;
    visibility: visible;
    right: 75px;
}

/* Responsive */
@media (max-width: 768px) {
    .whatsapp-widget {
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-btn {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }
    
    .whatsapp-btn .tooltip {
        display: none;
    }
}

/* Footer Social Links */
.social-links {
    margin-top: 20px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #4ac4f3;
    border-radius: 50%;
    color: white !important;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(74, 196, 243, 0.3);
}

.social-links a:hover {
    transform: translateY(-2px);
    color: white !important;
    text-decoration: none;
}

.social-links a[href*="linkedin"]:hover {
    background: #0077B5;
    box-shadow: 0 4px 15px rgba(0, 119, 181, 0.4);
}

.social-links a[href*="whatsapp"]:hover,
.social-links a[href*="wa.me"]:hover {
    background: #25D366;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

/* Navigation Request Demo Button */
.attr-nav .button a {
    background: linear-gradient(135deg, #4ac4f3, #2196F3) !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 2px solid transparent !important;
    box-shadow: 0 2px 10px rgba(74, 196, 243, 0.3) !important;
    display: inline-block !important;
}

.attr-nav .button a:hover {
    background: linear-gradient(135deg, #2196F3, #1976D2) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 20px rgba(74, 196, 243, 0.5) !important;
    color: white !important;
    text-decoration: none !important;
}

.attr-nav .button a:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 10px rgba(74, 196, 243, 0.3) !important;
}

/* Team Member LinkedIn Profile Button */
.linkedin-profile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0077B5;
    color: white !important;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 15px;
    box-shadow: 0 2px 10px rgba(0, 119, 181, 0.3);
    gap: 8px;
}

.linkedin-profile-btn:hover {
    background: #005885;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 119, 181, 0.5);
    color: white !important;
    text-decoration: none !important;
}

.linkedin-profile-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 119, 181, 0.3);
}

.linkedin-profile-btn i {
    font-size: 16px;
}

/* NXTWAVE Footer Credit */
.footer-bottom .col-lg-6.text-right {
    position: relative;
    z-index: 10000;
}

/* Fix contact info positioning */
.contact-info {
    position: relative;
    z-index: 1;
    margin-top: 15px;
}

/* Ensure footer bottom has proper positioning */
.footer-bottom {
    position: relative;
    z-index: 10001;
    background: inherit;
}

/* Enhanced File Upload Styles for API Integration */
.file-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #e8f5e8;
    border: 2px solid #28a745;
    border-radius: 8px;
    color: #28a745;
    margin-top: 10px;
    font-weight: 500;
}

.file-selected i {
    margin-right: 8px;
}

.btn-remove-file {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.btn-remove-file:hover {
    color: #c82333;
    background: rgba(220, 53, 69, 0.1);
}

/* Form Error Styles */
.form-control.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.alert-error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    font-weight: 500;
}

/* Success/Error Alert Styles */
.alert {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 500;
    animation: fadeInUp 0.3s ease-out;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert i {
    margin-right: 8px;
}

/* Error Notification Styles */
.error-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #dc3545;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: slideInRight 0.3s ease-out;
    max-width: 300px;
}

.error-notification i {
    margin-right: 8px;
}

/* Animation Keyframes */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Form Loading States */
.btn-gradient:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-gradient .fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Form Responsiveness Fixes */
@media (max-width: 1199px) and (min-width: 768px) {
    /* Form selector buttons */
    .form-selector .btn {
        font-size: 13px;
        padding: 10px 15px;
    }
    
    /* Form container spacing */
    .contact-form-box .form-box {
        padding: 30px 20px;
    }
    
    /* Form fields */
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-control {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    /* Textarea specific */
    .form-group.comments textarea {
        min-height: 120px;
    }
    
    /* File upload label */
    .file-upload-label {
        padding: 12px;
        font-size: 14px;
    }
    
    /* Contact info section */
    .contact-area .info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .contact-area .info p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .contact-area .info ul li {
        margin-bottom: 12px;
    }
}

@media (max-width: 991px) {
    /* Stack form and info sections */
    .contact-area .contact-form-box {
        margin-bottom: 40px;
    }
    
    /* Form selector full width */
    .form-selector .btn {
        font-size: 14px;
        padding: 12px 20px;
    }
}

/* Fix form display issue */
.contact-form, .cv-form {
    transition: opacity 0.3s ease;
}

.fade-in {
    opacity: 1 !important;
}


