/*
@File: Lebo Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Section Title CSS
** - Top Area CSS
** - Navbar Area CSS
** - Main Slider Area CSS
** - Top Services Area CSS
** - About Area CSS
** - Services Area CSS
** - Projects Area CSS
** - Why Choose Area CSS
** - Team Area CSS
** - Appointment Area CSS
** - Fun Facts Area CSS
** - Testimonial Area CSS
** - Blog Area CSS
** - Partner Area CSS
** - Main Banner Area CSS
** - Core Services Area CSS
** - Pricing Area CSS
** - Testing Area CSS
** - Newsletter Area CSS
** - Features Area CSS
** - How It Works Area CSS
9** - Feedback Area CSS
** - Page Title Area CSS
** - Log In Area CSS
** - Register CSS
** - Faq Area CSS
** - 404 Error Area CSS
** - Privacy Area CSS
** - Contact Info Area CSS
** - Projects Details Area CSS
** - Services Details Area CSS
** - Sidebar Widget Area CSS
** - Blog Details Area CSS
** - Pagination Area CSS
** - Footer Area CSS
** - Copyright Section CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

body {
  padding: 0;
  margin: 0;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  overflow-x: hidden !important;
  line-height: 1.5 !important;
}
html{
  overflow-x: hidden !important;
}
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
}

a:hover,
a:focus {
  /*color: #c53c50;*/
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
}

.fs-45 {
  font-size: 45px !important;
}

p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.fs-21 {
  font-size: 20px !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #031521;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  /* text-transform: capitalize; */
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

.text-red {
  color: #c53c50;
}

/*================================================
Default Btn CSS
=================================================*/
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  background-color: #c53c50;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  opacity: 1;
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.default-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #031521;
  color: #ffffff;
  -webkit-transition: width 0.5s ease-in-out,
    height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out,
    height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}

.default-btn:hover {
  color: #ffffff !important;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn i {
  font-size: 25px;
  position: relative;
  top: 5px;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin-bottom: 45px;
}

.section-title span {
  color: #eda2ad;
}

.section-title h2 {
  font-size: 38px;
  margin-top: 12px;
  margin-bottom: 0;
}

/*================================================
Top Area CSS
=================================================*/
.top-header {
  background-color: #c53c50;
  padding-top: 10px;
  padding-bottom: 10px;
}

.top-header .top-left {
  padding-left: 0;
  text-align: left;
  margin-bottom: 0;
}

.top-header .top-left li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  font-size: 15px;
}

.top-header .top-left li:last-child {
  margin-right: 0;
}

.top-header .top-left li a {
  color: #ffafba
}

.top-header .top-left li i {
  font-size: 22px;
  color: #ffafba;
  position: relative;
  top: 2px;
  line-height: 0;
  margin-right: 4px;
}

.top-header .top-right {
  padding-left: 0;
  text-align: right;
  margin-bottom: 0;
}

.top-header .top-right li {
  list-style-type: none;
  display: inline-block;
  color: #ffafba;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 400;
  font-size: 15px;
}

.top-header .top-right li:last-child {
  margin-right: 0;
}

.top-header .top-right li a {
  color: #ffffff;
}

.top-header .top-right li i {
  font-size: 22px;
  color: #ffafba;
  position: relative;
  top: 2px;
  line-height: 0;
  margin-right: 4px;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}

.main-navbar {
  padding-top: 0;
}

.main-navbar .container-fluid {
  max-width: 1470px;
}

.main-navbar .navbar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.main-navbar .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.main-navbar .navbar .navbar-brand h1 {
  color: #ffffff;
  margin-bottom: 0;
}

.main-navbar .navbar .navbar-brand img {
  max-width: 150px !important;
}

.main-navbar .navbar .navbar-nav {
  margin-left: auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
  color: #031521;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 500;
  font-family: #c53c50;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 2px;
  display: inline-block;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 70px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 250px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 15px;
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 20px;
  position: relative;
  display: block;
  color: #031521;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #c53c50;
  letter-spacing: 1px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  margin-top: 15px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 250px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #031521;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #c53c50;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .others-options .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
  font-size: 22px;
  font-weight: bold;
}

.main-navbar .navbar .others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
  font-size: 22px;
  font-weight: bold;
}

.main-navbar .navbar .others-options .option-item .close-btn.active {
  display: block;
}

.main-navbar .navbar .others-options .option-item .burger-menu {
  width: 35px;
  height: auto;
  background-color: transparent;
  margin-right: 30px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
}

.main-navbar .navbar .others-options .option-item .burger-menu span {
  display: block;
  width: 40px;
  height: 3px;
  background: #031521;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-left: auto;
  margin-bottom: 5px;
}

.main-navbar .navbar .others-options .option-item .burger-menu span:nth-child(3) {
  margin-bottom: 0;
  width: 40px;
  margin-left: auto;
}

.main-navbar .navbar .others-options .option-item .burger-menu:hover span {
  background: #c53c50;
}

.main-navbar .navbar .others-options .option-item .burger-menu:hover span:nth-child(3) {
  width: 40px;
}

/*.navbar-area.is-sticky {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height:100%;*/
/*  z-index: 999;*/
/*  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);*/
/*          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);*/
/*  background-color: #ffffff !important;*/
/*  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;*/
/*          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;*/
/*}*/


.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  background: #ffffff;
  z-index: 2;
  right: 0;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #031521;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #c53c50;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #6b6b84;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}

.search-overlay.search-popup .search-form .search-button:hover,
.search-overlay.search-popup .search-form .search-button:focus {
  color: #c53c50;
}

.search-overlay.search-popup .search-form .search-button i {
  font-size: 18px;
  font-weight: bold;
}

.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 30%;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar-modal .sidebar-modal-inner .close-btn {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
  cursor: pointer;
  width: 35px;
  text-align: center;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  line-height: 34px;
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
  background-color: red;
  border-color: red;
  color: #ffffff;
}

.sidebar-modal .sidebar-about-area {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-about-area .title h2 {
  margin-bottom: 12px;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}

.sidebar-modal .sidebar-about-area .title p {
  font-size: 15px;
}

.sidebar-modal .sidebar-instagram-feed {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-instagram-feed h2 {
  margin-bottom: 25px;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
}

.sidebar-modal .sidebar-instagram-feed ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}

.sidebar-modal .sidebar-instagram-feed ul li {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.sidebar-modal .sidebar-instagram-feed ul li a {
  display: block;
  position: relative;
}

.sidebar-modal .sidebar-instagram-feed ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
  opacity: .50;
  visibility: visible;
}

.sidebar-modal .sidebar-contact-area .contact-info {
  text-align: center;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 {
  margin-bottom: 0;
  text-transform: lowercase;
  font-size: 25px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #c53c50;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:hover {
  color: #031521;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
  color: #031521;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #c53c50;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
  display: block;
  color: #6b6b84;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 1px;
  padding-left: 0;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
  display: block;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a i {
  font-size: 14px;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #c53c50;
  background-color: #c53c50;
}

.sidebar-modal::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

.sidebar-modal.active::before {
  width: 100%;
}

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -28px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 43px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #031521;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #c53c50;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
  font-size: 22px;
  font-weight: bold;
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
  font-size: 22px;
  font-weight: bold;
}

.others-option-for-responsive .option-inner .others-options .option-item .close-btn.active {
  display: block;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu {
  width: 35px;
  height: auto;
  background-color: transparent;
  margin-right: 30px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 1px;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu span {
  display: block;
  width: 40px;
  height: 3px;
  background: #031521;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  margin-left: auto;
  margin-bottom: 5px;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu span:nth-child(3) {
  margin-bottom: 0;
  width: 40px;
  margin-left: auto;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu:hover span {
  background: #c53c50;
}

.others-option-for-responsive .option-inner .others-options .option-item .burger-menu:hover span:nth-child(3) {
  width: 40px;
}

@media only screen and (max-width: 991px) {
  .main-responsive-nav {
    display: block;
  }

  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }

  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }

  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #c53c50;
  }

  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
  }

  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }

  .main-responsive-nav .main-responsive-menu.mean-container .others-options {
    display: none !important;
  }

  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 360px;
    position: absolute;
    top: 100%;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #031521;
  }

  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #031521;
    position: relative;
  }

  .main-responsive-nav .logo {
    position: relative;
    /* z-index: 999; */
  }

  .main-responsive-nav .logo img {
    max-width: 100px !important;
  }

  .navbar-area {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }

  .main-navbar {
    display: none;
  }

  .others-option-for-responsive {
    display: block;
  }
}

/*================================================
Main Slider Area CSS
=================================================*/
.main-slider-item {
  position: relative;
  z-index: 1;
  background-image: url(../img/slides/bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 950px;
}

.main-slider-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: .70;
  z-index: -1;
}

.main-slider-item.item-two {
  background-image: url(../img/slides/bg2.jpg);
}

.main-slider-item.item-three {
  background-image: url(../img/slides/bg3.jpg);
}

.main-slider-content {
  max-width: 760px;
  margin: -210px auto 0;
  text-align: center;
}

.main-slider-content h1 {
  font-size: 55px;
  color: #ffffff;
  margin-bottom: 18px;
}

.main-slider-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.main-slider-content .slider-btn {
  margin-top: 30px;
}

.slider-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  color: #c53c50;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover,
.home-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #031521;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}

.home-slides.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

/*================================================
Top Services Area CSS
=================================================*/
.top-services-area {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}

.top-services-item {
  background-color: #f6f2fe;
  padding: 35px 20px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-services-item .icon {
  margin-bottom: 20px;
  position: relative;
}

.top-services-item .icon::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-color: #0fe7f9;
  right: 0;
  left: 50px;
  top: 2px;
  text-align: center;
  margin: auto;
  border-radius: 50px;
}

.top-services-item .icon i {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 40px;
  color: #0fe7f9;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px dashed #0fe7f9;
}

.top-services-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.top-services-item p {
  font-size: 15px;
}

.top-services-item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.top-services-item.top1 {
  margin-top: 35px;
}

.top-services-item.top2 {
  margin-top: 35px;
}

/*================================================
About Area CSS
=================================================*/
.about-ubuntu-content p {
  text-align: justify;
}

.about-ubuntu-content {
  padding: 20px;
}

.about-area {
  background-color: #f9fbfc;
  position: relative;
  z-index: 1;
}

.about-image {
  position: relative;
  /* padding-bottom: 50px; */
}

.about-image img {
  padding: 10px;
  padding-left: 10;
  border-radius: 5px;
  border-top: 10px solid #c53c50;
  border-left: 10px solid #c53c50;
  border-bottom: 10px solid #c53c50;
  /* border-right: 10px solid #c53c50; */
}

.about-image img:nth-child(2) {
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: 1;
  border: none;
  border-radius: 15px;
  padding: 0;
}

.about-content {
  padding-left: 20px;
}

.about-content span {
  color: #c53c50;
  font-size: 20px;
}

.about-content h3 {
  font-size: 30px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.about-content p {
  margin-bottom: 15px;
}

.about-content .p-text {
  margin-bottom: 0;
}

.about-content ul li {
  position: relative;
}

.about-content ul li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #02334f;
  margin-right: 20px !important;
}

.about-content .about-list {
  padding-left: 0;
  margin-top: 22px;
  margin-bottom: 28px;
}

.about-content .about-list li {
  list-style: none;
}

.about-content .about-list li.main-list {
  list-style-type: none;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #02334f;
}

.about-content .about-list li:last-child {
  margin-bottom: 0;
}

.about-content .about-list li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #02334f;
}

.about-content .about-list li:hover i {
  color: #c53c50;
}

.about-content.two {
  padding-left: 0;
}

.about-shape {
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  z-index: -1;
}

.about-warp {
  position: relative;
  padding-bottom: 50px;
}

.about-warp img:nth-child(2) {
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 1;
  border: none;
  border-radius: 15px;
  padding: 0;
  max-width: 220px;
}

.section-table-column-left {
  display: flex;
  gap: 20px;
  align-items: center;
  background-color: rgba(197, 60, 80, 0.7);
  border-bottom-left-radius: 78px;
  border-top-left-radius: 78px;
  margin: 30px 0;
}

.section-table-icon-wrapper {
  padding: 20px;
  border-radius: 50%;
  background-color: #fff;
  margin: 10px;
}

.section-table-icon-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.section-table-column-right {
  display: flex;
  gap: 100px;
  align-items: center;
  background-color: rgba(197, 60, 80, 0.7);
  border-bottom-right-radius: 78px;
  border-top-right-radius: 78px;
  justify-content: end;
  margin: 30px 0;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  background-color: #efe9fb;
  position: relative;
  z-index: 1;
}

.services-area.bg-ffffff {
  background-color: #f3f3f3;
}

.services-area.bg-white {
  background-color: #ffffff;
}

.services-area.bg-white .single-services-item {
  background-color: #fafafa;
}

.single-services {
  border-radius: 2px;
  margin-bottom: 30px;
  position: relative;
  padding: 30px 30px 30px 100px;
  border: 1px solid #fafafa;
  background-color: #fafafa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.single-services .icon {
  position: absolute;
  left: 20px;
  top: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #efe9fb;
  color: #c53c50;
  font-size: 35px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.single-services h3 {
  font-size: 22px;
  margin-bottom: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services h3 a {
  color: #031521;
}

.single-services p {
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services .read-more-btn {
  font-weight: 500;
  color: #031521;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #c53c50;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services:hover {
  border: 1px solid #c53c50;
}

.single-services:hover::before {
  width: 100%;
}

.single-services:hover .icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.single-services:hover h3 a {
  color: #ffffff;
}

.single-services:hover p {
  color: #ffffff;
}

.single-services:hover .read-more-btn {
  color: #ffffff;
}

.single-services-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.single-services-item .icon {
  margin-bottom: 20px;
}

.single-services-item .icon i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background-color: #efe9fb;
  color: #c53c50;
  font-size: 35px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.single-services-item h3 {
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
}

.single-services-item p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
}

.single-services-item .read-more-btn {
  display: inline-block;
  color: #c53c50;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
}

.single-services-item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background-color: #c53c50;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-services-item:hover::before {
  height: 100%;
}

.single-services-item:hover h3 a {
  color: #ffffff;
}

.single-services-item:hover p {
  color: #ffffff;
}

.single-services-item:hover .icon i {
  background-color: #ffffff;
}

.single-services-item:hover .read-more-btn {
  color: #ffffff;
}

.services-shape .shape1 {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: -1;
}

.services-shape .shape2 {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -1;
}

/*================================================
Projects Area CSS
=================================================*/
.projects-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item.two {
  margin-bottom: 30px;
}

.projects-item .image {
  position: relative;
}

.projects-item .image .icon {
  position: absolute;
  right: 12px;
  bottom: -10px;
  z-index: 9;
}

.projects-item .image .icon i {
  display: inline-block;
  height: 30px;
  width: 35px;
  line-height: 30px;
  background-color: #0fe7f9;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  font-size: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item .image .icon i:hover {
  background-color: #c53c50;
}

.projects-item .content {
  background-color: #f6f6f6;
  padding: 25px;
  position: relative;
  z-index: 1;
}

.projects-item .content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item .content span {
  font-size: 15px;
  font-weight: 500;
  color: #012a68;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item .content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background: #c53c50;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-item:hover .image {
  position: relative;
}

.projects-item:hover .image .icon i:hover {
  background-color: #ffffff;
  color: #0fe7f9;
}

.projects-item:hover .content::before {
  width: 100%;
}

.projects-item:hover .content h3 a {
  color: #ffffff;
}

.projects-item:hover .content span {
  color: #ffffff;
}

.projects-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.projects-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -10px;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  color: #c53c50;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}

.projects-slider.owl-theme .owl-nav [class*=owl-]:hover,
.projects-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #031521;
}

.projects-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -10px;
}

.projects-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}

.projects-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}

/*================================================
Why Choose Area CSS
=================================================*/
.why-choose-area {
  background-image: url(../img/why-choose-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.why-choose-area-s {
  background-image: url(../img/why-choose-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

section.why-choose-area-s:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c53c50;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}

.why-choose-area.bg-ffffff {
  background-color: #fff;
  background-image: unset;
}

.why-choose-content span {
  color: #c53c50;
}

.why-choose-content h4 {
  color: #fff;
}

.why-choose-content h3 {
  font-size: 30px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.why-choose-content strong {
  font-size: 18px;
  font-weight: 500;
}

.why-choose-content .why-choose-text {
  position: relative;
  padding-left: 35px;
  margin-top: 20px;
}

.why-choose-content .why-choose-text .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.why-choose-content .why-choose-text .icon i {
  display: inline-block;
  text-align: center;
  font-size: 25px;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.why-choose-content .why-choose-text h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.why-choose-content .why-choose-text p {
  margin-bottom: 0;
}

.why-choose-content .why-choose-text:hover .icon i {
  color: #c53c50;
}

/*================================================
Team Area CSS
=================================================*/
.single-team {
  margin-bottom: 30px;
  text-align: center;
}

.single-team .image {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image img {
  border-radius: 50%;
  border: 5px solid #c53c50;
}

.single-team .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.single-team .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.single-team .image .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #c53c50;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #ffffff;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team .image .social li a:hover {
  color: #ffffff;
  background-color: #851b2b;
}

.single-team .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single-team .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-team .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.single-team .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.single-team .content {
  margin-top: 20px;
}

.single-team .content h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.single-team .content span {
  font-size: 16px;
  color: #c53c50;
  font-weight: 500;
}

.single-team:hover .image .social li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team-box {
  margin-bottom: 30px;
  text-align: center;
}

.single-team-box .image {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.single-team-box .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.single-team-box .image .social li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #c53c50;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #ffffff;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #c53c50;
}

.single-team-box .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.single-team-box .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single-team-box .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-team-box .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.single-team-box .content {
  margin-top: 2px;
  border: 1px #e1e1e1 solid;
}

.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 22px;
  margin-top: 7px;
}

.single-team-box .content span {
  display: block;
  color: #c53c50;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.single-team-box:hover .image .social li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.linkedin-profile-wrapper {
  position: relative;
}

.linkedin-profile-wrapper ul {
  list-style: none;
  padding: 0;
}

.linkedin-profile-wrapper ul li {
  width: 50px;
  height: 50px;
  position: relative;
  background: #e59500;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.linkedin-profile-wrapper ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.linkedin-profile-wrapper ul li.facebook {
  background: #0762C8;
}

.linkedin-profile-wrapper ul li.facebook div.slider {
  background: #4b9cf8;
  display: flex;
  justify-content: center;
}

.linkedin-profile-wrapper .slider {
  content: "";
  position: absolute;
  top: 0;
  left: 51px;
  width: 0px;
  height: 50px;
  background: #eebb5c;
  border-radius: 3px;
  transition: all 0.5s 0.3s ease;
}

.linkedin-profile-wrapper .slider p {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  opacity: 0;
  transition: all 0.6s ease;
}

.linkedin-profile-wrapper ul li:hover .slider {
  width: 130px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
}

.linkedin-profile-wrapper ul li:hover .slider p {
  opacity: 1;
  transition: all 1s 0.2s ease;
}

/*================================================
Appointment Area CSS
=================================================*/
.appointment-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/appointment-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.appointment-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: .70;
  z-index: -1;
}

.appointment-area.bg-ffffff {
  background-image: unset;
}

.appointment-area.bg-ffffff::before {
  display: none;
}

.appointment-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 50px 40px;
  border-radius: 5px;
  position: relative;
}

.appointment-form .content {
  text-align: center;
  margin-bottom: 50px;
}

.appointment-form .content h3 {
  font-size: 28px;
  margin-bottom: 0;
}

.appointment-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.appointment-form .form-group .form-control {
  padding: 15px 20px;
  border: 1px dashed #f6f6f6;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
}

.appointment-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.appointment-form .form-group i {
  position: absolute;
  top: 17px;
  right: 20px;
  line-height: 1;
  font-size: 18px;
  color: #04b8e5;
}

.appointment-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 48px;
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 20px;
  border: 1px dashed #f6f6f6;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.appointment-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.appointment-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #031521;
  padding-left: 20px;
  padding-right: 20px;
}

.appointment-form .nice-select .list .option:hover {
  background-color: #c53c50 !important;
  color: #ffffff;
}

.appointment-form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.appointment-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #04b8e5;
  right: 23px;
}

.appointment-form .appointment-btn {
  text-align: center;
}

.table-condensed {
  border-collapse: collapse;
  width: 250px;
  text-align: center;
}

.table-condensed .prev {
  background-color: #c53c50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: #031521;
  color: #ffffff;
}

.table-condensed .next {
  background-color: #c53c50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  color: #ffffff;
}

.table-condensed .next:hover {
  background-color: #031521;
  color: #ffffff;
}

.table-condensed .day {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  font-size: 14px;
}

.table-condensed .day:hover {
  background-color: #c53c50;
  color: #ffffff;
}

.appointment-content h3 {
  font-size: 38px;
  margin-bottom: 16px;
  color: #ffffff;
  line-height: 1.4;
}

.appointment-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.skill-bar {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
}

.skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 10px;
}

.skill-bar .progress-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
}

.skill-bar .progress-number-mark {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.skill-bar .down-arrow {
  display: none;
}

.skill-bar .progress-content-outter {
  height: 8px;
  background-color: #ffffff;
  border-radius: 4px;
}

.skill-bar .progress-content {
  height: 8px;
  background-color: #c53c50;
  border-radius: 4px;
  width: 0%;
}

.skill-bar-wrapper {
  margin-left: 30px;
  max-width: 510px;
}

.skill-bar-wrapper .section-title-left {
  margin-bottom: 50px;
}

.appointment-form-others {
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  padding: 40px;
}

.appointment-form-others form .form-group {
  margin-bottom: 15px;
}

.appointment-form-others form .form-control {
  padding: 15px 20px;
  border: 1px dashed #f6f6f6;
  color: #5d5d5d;
  border-radius: 10px;
  background-color: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
}

.appointment-form-others form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.appointment-form-others form button {
  display: block;
  width: 100%;
  margin-top: 20px;
  color: #ffffff;
  background-color: #c53c50;
  padding: 14px 25px;
  border: 1px solid #c53c50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.appointment-form-others form button:hover {
  border-color: #c53c50;
  color: #c53c50;
  background-color: transparent;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
}

.appointment-inner .appointment-content h3 {
  font-size: 38px;
  margin-bottom: 16px;
  line-height: 1.4;
  color: #031521;
}

.appointment-inner .appointment-content p {
  margin-bottom: 0;
  color: #6b6b84;
}

.appointment-inner .skill-bar {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
}

.appointment-inner .skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 10px;
}

.appointment-inner .skill-bar .progress-title {
  font-size: 18px;
  font-weight: 500;
  color: #031521;
}

.appointment-inner .skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #031521;
}

.appointment-inner .skill-bar .progress-number-mark {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  color: #031521;
  font-weight: 500;
}

.appointment-inner .skill-bar .down-arrow {
  display: none;
}

.appointment-inner .skill-bar .progress-content-outter {
  height: 8px;
  background-color: #f3f3f3;
  border-radius: 4px;
}

.appointment-inner .skill-bar .progress-content {
  height: 8px;
  background-color: #c53c50;
  border-radius: 4px;
  width: 0%;
}

.appointment-inner .skill-bar-wrapper {
  margin-left: 30px;
  max-width: 510px;
}

.appointment-inner .skill-bar-wrapper .section-title-left {
  margin-bottom: 50px;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area.bg-ffffff {
  background-color: #fff;
}

.fun-facts-area {
  padding: 40px 0;
  background: #fff;
}

.fun-facts-s {
  background: #212228;
  padding: 40px
}

.fun-facts-inner {
  background-color: #0fe7f9;
  padding: 60px 100px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}

.single-fun-fact {
  text-align: center;
  position: relative;
}

.single-fun-fact h3 {
  position: relative;
  margin-bottom: 5px;
  line-height: 1;
  color: #ffffff;
  font-size: 48px;
}

.single-fun-fact h3 .odometer {
  font-family: "Roboto", sans-serif;
}

.single-fun-fact p {
  line-height: initial;
  color: #031521;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
}

.fun-facts-shape .shape1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.fun-facts-shape .shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.fun-facts-shape .shape2 img {
  opacity: 50%;
}

.single-fun-fact-two {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.single-fun-fact-two h3 {
  position: relative;
  margin-bottom: 5px;
  line-height: 1;
  color: #c53c50;
  font-size: 48px;
}

.single-fun-fact-two h3 .sign-icon {
  display: inline-block;
  font-size: 48px;
  margin-left: -10px;
  position: relative;
  top: 2px;
}

.single-fun-fact-two h3 .odometer {
  font-family: "Roboto", sans-serif;
}

.single-fun-fact-two p {
  line-height: initial;
  color: #031521;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
}

/*================================================
Testimonial Area CSS
=================================================*/
.testimonial-area {
  background-image: url(../img/testimonial-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.testimonial-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c53c50;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.9;
  z-index: -1;
}

.testimonial-slider .testimonial-item {
  text-align: center;
  background-color: #f6f5fd;
  padding: 30px 50px;
  max-width: 950px;
  margin: 25px auto 0;
}

.testimonial-slider .testimonial-item .info {
  margin-top: -55px;
  margin-bottom: 20px;
}

.testimonial-slider .testimonial-item .info img {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin-bottom: 16px;
}

.testimonial-slider .testimonial-item .info h3 {
  font-size: 25px;
  margin-bottom: 8px;
}

.testimonial-slider .testimonial-item .info span {
  color: #031521;
  font-weight: 500;
}

.testimonial-slider .testimonial-item .text p {
  margin-bottom: 0;
  font-style: italic;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span::before,
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testimonial-slider.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 35px;
  line-height: 0;
}

.testimonial-slider.owl-theme .owl-nav {
  margin-top: 30px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 20px;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  color: #c53c50;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover,
.testimonial-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #031521;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.testimonial-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}

.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonial-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 30px;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-item {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item .image {
  position: relative;
}

.blog-item .image .date {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-item .image .date span {
  display: inline-block;
  padding: 10px 25px;
  background-color: #ffffff;
  color: #c53c50;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-item .content {
  padding: 10px 15px;
  box-shadow: 0 2px 5px 2px #eee;
  border-left: 1px #c3c3c3 solid;
  border-right: 1px #c3c3c3 solid;
  border-bottom: 1px #c3c3c3 solid;
}

.blog-area {
  padding: 50px 0;
}

.team-area {
  padding: 40px 0 60px 0;
}

.pricing-area {
  padding: 50px 0;
}

.core-services-area {
  padding: 50px 0;
}

.blog-item .content h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.blog-item .content h3 a {
  color: #031521;
}

.blog-item .content .blog-btn {
  font-weight: 600;
  color: #c53c50;
}

.blog-item:hover .image .date span {
  background-color: #c53c50;
  color: #ffffff;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  background-color: #fafaff;
}

.partner-slider .partner-item {
  text-align: center;
}

.partner-slider .partner-item a img {
  display: block;
  width: auto !important;
  margin: auto;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
  position: relative;
  z-index: 1;
  background-image: url(../img/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px;
  overflow: hidden;
  background-attachment: fixed;
}

.main-banner-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: .70;
  z-index: -1;
}

.main-banner-area.item-two {
  background-image: url(../img/banner-bg2.jpg);
  background-attachment: unset;
}

.main-banner-area.item-two::before {
  display: none;
}

.main-banner-area.item-two .main-banner-content {
  max-width: 570px;
}

.main-banner-area.item-two .main-banner-content h1 {
  color: #031521;
}

.main-banner-area.item-two .main-banner-content p {
  color: #6b6b84;
}

.main-banner-area.item-two .main-banner-content .banner-btn .default-btn {
  padding: 12px 24px;
}

.main-banner-area.item-two .main-banner-content .banner-btn .default-btn-two {
  display: inline-block;
  padding: 12px 34px;
  background-color: #0fe7f9;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 15px;
  position: relative;
  bottom: 18px;
}

.main-banner-area.item-two .main-banner-content .banner-btn .default-btn-two:hover {
  background-color: #c53c50;
}

.main-banner-content {
  position: absolute;
  top: 60%;
  z-index: 9;
  left: 80px;
  padding: 20px;
  background-color: #e2939f;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.carousel-inner {
  margin-top: 80px;
}

button.carousel-control-prev {
  z-index: 99;
}

.main-banner-content1 {
  position: absolute;
  top: 3px;
  left: 0;
  margin-top: 130px;
  height: calc(100% - 100px);
  width: 57.96%;
  z-index: 1;
}

.main-banner-content h1 {
  font-size: 33px;
  color: #c53c50;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.main-banner-content span {
  color: #000;
}

.main-banner-content h1 span {
  background: #000;
  color: #c53c50;
  border-radius: 50px;
  padding: 3px 20px;
  display: inline-block;
}

.main-banner-content p {
  margin-bottom: 0;
  color: #000;
}

.main-banner-content .banner-btn {
  margin-top: 30px;
}

.banner-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
}

.banner-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.main-banner-item .container-fluid {
  padding-right: 0;
}

.main-banner-item .main-banner-content {
  max-width: 640px;
  margin-left: auto;
}

.main-banner-item .main-banner-content h1 {
  font-size: 40px;
  color: #000;
  margin-bottom: 18px;
}

.main-banner-item .main-banner-content p {
  margin-bottom: 0;
  color: #6b6b84;
}

.main-banner-item .main-banner-content .banner-btn {
  margin-top: 30px;
}

.modal-dialog video {
  object-fit: cover;
  height: 100%;
}

/* new banner content */
.section-about-ubuntu {
  padding: 50px 0;
}

.main-banner-details {
  padding: 20px;
  background-color: #e2939f;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  max-width: 500px;
  margin: 0 auto;
}

.main-banner-details h1 {
  font-size: 33px;
  color: #c53c50;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.main-banner-details span {
  color: #000;
}

.main-banner-details h1 span {
  background: #000;
  color: #c53c50;
  border-radius: 50px;
  padding: 3px 20px;
  display: inline-block;
}

.main-banner-details p {
  margin-bottom: 0;
  color: #000;
}

.main-banner-details .banner-btn {
  margin-top: 30px;
}

/*================================================
Core Services Area CSS
=================================================*/
.core-services-area {
  background-image: url(../img/core-services-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

section.core-services-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #323232;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.9;
  z-index: -1;
}

.core-services-area.bg-ffffff {
  position: relative;
  z-index: 1;
  background-image: unset;
}

.core-services-area h2 {
  color: #fff;
}

.core-services-area.bg-ffffff::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 30%;
  background-image: url(../img/core-services-bg2.jpg);
  z-index: -1;
}

.core-services-area.bg-ffffff .core-services-item {
  margin-bottom: 30px;
}

.core-services-area.bg-ffffff .core-services-item:before {
  border-bottom: 285px solid #ebe6fe;
}

.core-services-area.bg-ffffff .core-services-item:hover:before {
  border-bottom: 285px solid #c53c50;
}

.core-services-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.core-services-item:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  border-left: 425px solid transparent;
  border-bottom: 285px solid #fed4da;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.core-services-item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
  padding: 30px;
}

.core-services-item .content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.core-services-item .content span {
  color: #031521;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.core-services-item:hover:before {
  border-bottom: 285px solid #c53c50;
}

.core-services-item:hover .content h3 a {
  color: #ffffff;
}

.core-services-item:hover .content span {
  color: #ffffff;
}

.core-services-slider.owl-theme .owl-nav {
  margin-top: 30px;
}

.core-services-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -30px;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  margin: 0;
  outline: 0;
  width: 45px;
  height: 45px;
  line-height: 52px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #ffffff;
  color: #c53c50;
  border-radius: 50%;
  opacity: 1;
  visibility: hidden;
}

.core-services-slider.owl-theme .owl-nav [class*=owl-]:hover,
.core-services-slider.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #031521;
}

.core-services-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -30px;
}

.core-services-slider.owl-theme .owl-nav [class*=owl-] i {
  font-size: 25px;
  font-weight: bold;
}

.core-services-slider.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: -20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.core-services-slider.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -20px;
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-box {
  margin-bottom: 30px;
  padding: 30px 0 35px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.single-pricing-box .pricing-header h3 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

.single-pricing-box .pricing-header p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
}

.single-pricing-box .price {
  font-size: 50px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #031521;
}

.single-pricing-box .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-pricing-box .pricing-features li {
  margin-bottom: 12px;
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
  background-color: #f6f9fc;
  padding: 10px;
}

.single-pricing-box .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-box .pricing-features li i {
  margin-right: 5px;
  color: #c53c50;
}

.single-pricing-box .pricing-btn {
  margin-top: 25px;
}

.single-pricing-box .pricing-btn .default-btn {
  padding: 12px 25px;
}

.single-pricing-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
Testing Area CSS
=================================================*/
.testing-area {
  background-color: #f5f5f5;
}

.testing-inner .testing-content h3 {
  font-size: 38px;
  margin-bottom: 16px;
  line-height: 1.4;
}

.testing-inner .testing-content p {
  margin-bottom: 0;
}

.testing-inner .skill-bar {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
}

.testing-inner .skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 10px;
}

.testing-inner .skill-bar .progress-title {
  font-size: 18px;
  font-weight: 500;
  color: #031521;
}

.testing-inner .skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #031521;
}

.testing-inner .skill-bar .progress-number-mark {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 18px;
  color: #031521;
  font-weight: 500;
}

.testing-inner .skill-bar .down-arrow {
  display: none;
}

.testing-inner .skill-bar .progress-content-outter {
  height: 8px;
  background-color: #e1dede;
  border-radius: 4px;
}

.testing-inner .skill-bar .progress-content {
  height: 8px;
  background-color: #c53c50;
  border-radius: 4px;
  width: 0%;
}

.testing-inner .skill-bar-wrapper {
  margin-left: 30px;
  max-width: 510px;
}

.testing-inner .skill-bar-wrapper .section-title-left {
  margin-bottom: 50px;
}

.testing-image {
  position: relative;
}

.testing-image .video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #c53c50;
  border-radius: 50px;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  left: 255px;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testing-image .video-btn i {
  font-size: 35px;
  position: relative;
  top: 8px;
  left: 2px;
}

.testing-image .video-btn:hover {
  background-color: #ffffff;
  color: #c53c50;
}

/*================================================
Newsletter Area CSS
=================================================*/
.newsletter-inner {
  background-color: #0fe7f9;
  padding: 55px 70px;
  border-radius: 30px;
}

.newsletter-content h2 {
  font-size: 30px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 60px;
  padding-left: 25px;
  border-radius: 15px;
  outline: 0;
  color: #031521;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #6b6b84;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #6b6b84;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #6b6b84;
}

.newsletter-form .input-newsletter::placeholder {
  color: #6b6b84;
}

.newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #c53c50;
  color: #ffffff;
  border: none;
  height: 52px;
  padding: 0 30px;
  border-radius: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 50px;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

.newsletter-form button:hover {
  background-color: #031521;
  color: #ffffff;
}

.newsletter-form #validator-newsletter {
  color: red;
  position: relative;
  top: 8px;
  font-size: 16px;
  font-weight: 500;
}

/*================================================
Features Area CSS
=================================================*/
.features-item {
  background-color: #f3fcfd;
  padding: 35px 20px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-item .icon {
  margin-bottom: 20px;
  position: relative;
}

.features-item .icon::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background-color: #0fe7f9;
  right: 0;
  left: 50px;
  top: 2px;
  text-align: center;
  margin: auto;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-item .icon i {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 40px;
  color: #0fe7f9;
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px dashed #0fe7f9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-item p {
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-item:hover {
  background-color: #c53c50;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.features-item:hover .icon::before {
  background-color: #c53c50;
}

.features-item:hover .icon i {
  border: 1px dashed #c53c50;
}

.features-item:hover h3 a {
  color: #ffffff;
}

.features-item:hover p {
  color: #ffffff;
}

.features-item.top1 {
  margin-top: 30px;
}

.features-item.top2 {
  margin-top: -30px;
}

/*================================================
How It Works Area CSS
=================================================*/
.how-it-works-content span {
  color: #c53c50;
}

.how-it-works-content h3 {
  font-size: 35px;
  margin-top: 12px;
  margin-bottom: 16px;
}

.how-it-works-content strong {
  font-size: 18px;
  font-weight: 500;
}

.how-it-works-content .how-it-works-text {
  position: relative;
  padding-left: 55px;
  margin-top: 25px;
}

.how-it-works-content .how-it-works-text::before {
  width: 1px;
  height: 140%;
  background-color: #dadcdd;
  content: '';
  z-index: -1;
  position: absolute;
  left: 20px;
  top: 0;
}

.how-it-works-content .how-it-works-text:nth-child(6)::before {
  display: none;
}

.how-it-works-content .how-it-works-text .number {
  position: absolute;
  left: 0;
  top: 0;
}

.how-it-works-content .how-it-works-text .number span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eaf3fc;
  background-color: #eaf3fc;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  color: #031521;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.how-it-works-content .how-it-works-text h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.how-it-works-content .how-it-works-text p {
  margin-bottom: 0;
}

.how-it-works-content .how-it-works-text:hover .number span {
  border: 1px solid #c53c50;
  color: #ffffff;
  background-color: #c53c50;
}

/*================================================
Feedback Area CSS
=================================================*/
.single-feedback-item {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 25px;
}

.single-feedback-item .testimonial-desc {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-top: 45px;
  text-align: center;
}

.single-feedback-item .testimonial-desc p {
  margin-bottom: 0;
  position: relative;
}

.single-feedback-item .testimonial-desc::before {
  content: '';
  position: absolute;
  left: 35px;
  bottom: -12px;
  width: 25px;
  height: 25px;
  z-index: -1;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.single-feedback-item .icon i {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  background-color: #c53c50;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  z-index: 2;
  text-align: center;
  font-size: 35px;
}

.single-feedback-item .client-info {
  position: relative;
  padding-left: 58px;
  margin-top: 32px;
  margin-left: 26px;
}

.single-feedback-item .client-info img {
  width: 45px !important;
  height: 45px !important;
  display: inline-block !important;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-feedback-item .client-info h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.single-feedback-item .client-info span {
  display: block;
  color: #6b6b84;
  margin-top: 4px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #c53c50;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #c53c50;
  border-radius: 50%;
  margin: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feedback-slides.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 35px;
  line-height: 0;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
}

.page-title-area.item-bg-1 {
  background-image: url(../img/page-title/bg-1.jpg);
}

.page-title-area.item-bg-8 {
  background-image: url(../img/bg-8.jpg);
}

.page-title-area.item-bg-9 {
  background-image: url(../img/page-title/ubuntu-03.jpg);
  background-attachment: inherit !important;
}

.page-title-area.item-bg-9::before {
  display: none;
}

.page-title-area.item-bg-10 {
  background-image: url(../img/page-title/partnership-banner-2.jpg);
  height: 100%;
  padding: 50px 0;
}

.page-title-area.item-bg-11 {
  background-image: url(../img/ubuntu-testimonials-bg-banner.jpg);
  height: 100%;
  padding: 70px 0;
  margin-top: 60px;
}

.page-title-area.item-bg-2 {
  background-image: url(../img/page-title/bg-2.jpg);
}

.page-title-area.item-bg-3 {
  background-image: url(../img/page-title/bg-3.jpg);
}

.page-title-area.item-bg-4 {
  background-image: url(../img/page-title/bg-4.jpg);
}

.page-title-area.item-bg-5 {
  background-image: url(../img/page-title/bg-5.jpg);
}

.page-title-area.item-bg-6 {
  background-image: url(../img/page-title/bg-6.jpg);
}

.page-title-area.item-bg-7 {
  background-image: url(../img/page-title/bg-7.jpg);
}

.page-title-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .77;
}

.page-title-content {
  text-align: center;
  margin-top: -10px;
}

.page-title-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 38px;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}

.page-title-content ul li {
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-title-content ul li a {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-title-content ul li a:hover {
  color: #c53c50;
}

.page-title-content ul li::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c53c50;
}

.page-title-content ul li:last-child::before {
  display: none;
}

/*================================================
Log In Area CSS
=================================================*/
.login-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
  max-width: 850px;
  margin: auto;
}

.login-form .sign-in-title {
  margin-bottom: 30px;
  text-align: center;
}

.login-form .sign-in-title h3 {
  font-size: 30px;
  margin-bottom: 8px;
}

.login-form .sign-in-title p {
  margin-bottom: 30px;
}

.login-form form .form-group {
  margin-bottom: 15px;
}

.login-form form .form-control {
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #031521;
  padding-left: 20px;
  background: transparent;
}

.login-form form .form-control:focus {
  border-color: #c53c50;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login-form form .form-control::-webkit-input-placeholder {
  color: #6b6b84;
}

.login-form form .form-control:-ms-input-placeholder {
  color: #6b6b84;
}

.login-form form .form-control::-ms-input-placeholder {
  color: #6b6b84;
}

.login-form form .form-control::placeholder {
  color: #6b6b84;
}

.login-form form .form-check {
  margin-top: 18px;
}

.login-form form .form-check .form-check-label {
  color: #6b6b84;
  position: relative;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.login-form form .form-check-input {
  margin-top: 3px;
}

.login-form form .send-btn {
  margin-top: 20px;
}

.login-form form .send-btn .default-btn {
  color: #ffffff;
  cursor: pointer;
  border: none;
}

.login-form form span {
  display: block;
  color: #777777;
}

.login-form form span a {
  color: #c53c50;
}

.login-form .forgot-password {
  margin-bottom: 0;
  margin-top: -25px;
  text-align: right;
}

.login-form .forgot-password a {
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.login-form .forgot-password a:hover {
  color: #c53c50;
}

/*================================================
Register CSS
=================================================*/
.register-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
  text-align: center;
}

.register-form .register-in-title {
  margin-bottom: 30px;
}

.register-form .register-in-title h3 {
  font-size: 30px;
  margin-bottom: 0;
}

.register-form .register-in-title p {
  margin-bottom: 30px;
}

.register-form form .form-group {
  margin-bottom: 15px;
}

.register-form form .form-control {
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #031521;
  padding-left: 20px;
  background: transparent;
}

.register-form form .form-control:focus {
  border-color: #c53c50;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.register-form form .form-control::-webkit-input-placeholder {
  color: #6b6b84;
}

.register-form form .form-control:-ms-input-placeholder {
  color: #6b6b84;
}

.register-form form .form-control::-ms-input-placeholder {
  color: #6b6b84;
}

.register-form form .form-control::placeholder {
  color: #6b6b84;
}

.register-form form .send-btn {
  margin-top: 20px;
}

.register-form form .send-btn .default-btn {
  color: #ffffff;
  cursor: pointer;
  border: none;
}

.register-form form span {
  display: block;
  color: #6b6b84;
}

.register-form form span a {
  color: #c53c50;
}

/*================================================
Faq Area CSS
=================================================*/
.faq-area .section-title h2 {
  font-size: 32px;
}

.faq-accordion-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 25px;
}

.faq-accordion-content.bg-color {
  background-color: transparent;
  padding: 0;
}

.faq-accordion-content .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion-content .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

.faq-accordion-content .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion-content .accordion .accordion-title {
  padding: 18px 20px 18px 55px;
  color: #031521;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
}

.faq-accordion-content .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #c53c50;
  color: #ffffff;
}

.faq-accordion-content .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}

.faq-accordion-content .accordion .accordion-title.active {
  border-bottom-color: #c53c50;
}

.faq-accordion-content .accordion .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion-content .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 15px;
}

.faq-accordion-content .accordion .accordion-content.show {
  display: block;
}

.faq-contact {
  margin-top: 70px;
}

.faq-contact .section-title h2 {
  font-size: 32px;
}

.faq-contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  padding: 35px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.faq-contact-form .send-btn {
  margin-top: 10px;
}

.faq-contact-form .send-btn .optional-btn {
  margin-left: 0;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  font-size: 50px;
  margin-top: 45px;
  margin-bottom: 15px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

.error-content .default-btn {
  display: inline-block;
  background-color: #c53c50;
  padding: 14px 30px;
  border-radius: 30px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.error-content .default-btn:hover {
  background-color: #0fe7f9;
}

/*================================================
Privacy Area CSS
=================================================*/
.privacy-content h3 {
  font-size: 25px;
  margin: 0 0 16px 0;
}

.privacy-content ol,
.privacy-content ul {
  margin-top: 20px;
}

.privacy-content ol li,
.privacy-content ul li {
  margin-bottom: 10px;
  color: #6b6b84;
  line-height: 1.8;
  font-weight: 400;
}

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-box {
  text-align: center;
  border-radius: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}

.contact-info-box .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 35px;
  color: #c53c50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 12px;
  position: relative;
}

.contact-info-box .icon i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.contact-info-box h3 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 700;
}

.contact-info-box p {
  margin-bottom: 2px;
}

.contact-info-box p a {
  display: inline-block;
  color: #6b6b84;
}

.contact-info-box p a:hover {
  color: #c53c50;
}

.contact-info-box p:last-child {
  margin-bottom: 0;
}

.contact-info-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.contact-info-box:hover .icon {
  background-color: #c53c50;
  color: #ffffff;
  border-color: #c53c50;
}

.contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
  border-radius: 5px;
  padding: 35px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

#contactForm .form-group {
  margin-bottom: 15px;
}

#contactForm .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #031521;
  background-color: transparent;
  border: 1px solid #e5e0e0;
  border-radius: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
}

#contactForm .form-group .form-control:focus {
  border-color: #c53c50;
}

#contactForm .form-group textarea.form-control {
  height: auto;
  padding: 15px 0 0 15px;
}

#contactForm .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

#contactForm #msgSubmit {
  margin: 0;
  font-size: 1.3rem;
}

#contactForm #msgSubmit.text-danger,
#contactForm #msgSubmit.text-success {
  margin-top: 15px;
}

.map-area iframe {
  height: 550px;
  width: 100%;
  border: none;
}

/*================================================
Projects Details Area CSS
=================================================*/
.projects-details-header {
  margin-bottom: 30px;
}

.projects-details-header h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.projects-details-desc {
  margin-bottom: 30px;
}

.projects-details-desc h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 25px;
}

.projects-details-desc .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.projects-details-desc .features-list li {
  position: relative;
  color: #6b6b84;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 25px;
  line-height: 1.8;
}

.projects-details-desc .features-list li i {
  color: #c53c50;
  position: absolute;
  left: 0;
  top: 8px;
}

.projects-details-desc .features-list li:last-child {
  margin-bottom: 0;
}

.projects-details-desc .result h3 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 25px;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-desc h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 25px;
}

.services-details-desc p {
  margin-bottom: 0;
}

.services-details-desc .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.services-details-desc .features-list li {
  position: relative;
  color: #031521;
  margin-bottom: 15px;
  padding-left: 25px;
  line-height: 1.8;
  font-weight: 600;
  font-size: 18px;
}

.services-details-desc .features-list li i {
  color: #c53c50;
  position: absolute;
  left: 0;
  top: 8px;
}

.services-details-desc .features-list li:last-child {
  margin-bottom: 0;
}

.services-details-desc .text-result h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 25px;
}

.services-details-desc .text-result p {
  margin-bottom: 0;
}

.services-details-desc .services-details-faq {
  margin-top: 30px;
}

.services-details-desc .services-details-faq .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.services-details-desc .services-details-faq .accordion .accordion-item {
  display: block;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  background: #ffffff;
  margin-bottom: 10px;
}

.services-details-desc .services-details-faq .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.services-details-desc .services-details-faq .accordion .accordion-title {
  padding: 18px 20px 18px 55px;
  color: #031521;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
}

.services-details-desc .services-details-faq .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: #c53c50;
  color: #ffffff;
}

.services-details-desc .services-details-faq .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}

.services-details-desc .services-details-faq .accordion .accordion-title.active {
  border-bottom-color: #c53c50;
}

.services-details-desc .services-details-faq .accordion .accordion-title.active i::before {
  content: "\f068";
}

.services-details-desc .services-details-faq .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 15px;
}

.services-details-desc .services-details-faq .accordion .accordion-content.show {
  display: block;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 30px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #c53c50;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #c53c50;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #c53c50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.widget-area .widget_search form button:hover {
  background-color: #031521;
  color: #ffffff;
}

.widget-area .widget_projects_info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_projects_info ul li {
  color: #6b6b84;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

.widget-area .widget_projects_info ul li:first-child {
  padding-top: 0;
}

.widget-area .widget_projects_info ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.widget-area .widget_projects_info ul li span {
  display: inline-block;
  color: #031521;
  font-weight: 600;
}

.widget-area .widget_contact {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  height: 400px;
  text-align: center;
  margin-top: 30px;
  background-image: url(../img/emergency-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-area .widget_contact::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #000000;
  opacity: .50;
}

.widget-area .widget_contact .text {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
}

.widget-area .widget_contact .text span {
  display: block;
  color: #ffffff;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
}

.widget-area .widget_contact .text a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  font-size: 30px;
}

.widget-area .widget_services_list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_services_list ul li {
  margin-bottom: 12px;
}

.widget-area .widget_services_list ul li a {
  display: block;
  color: #031521;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 20px 20px;
  position: relative;
  font-weight: 700;
}

.widget-area .widget_services_list ul li a i {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #031521;
  font-size: 20px;
}

.widget-area .widget_services_list ul li a:hover {
  background-color: #c53c50;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
  box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
}

.widget-area .widget_services_list ul li a:hover i {
  right: 15px;
  color: #ffffff;
}

.widget-area .widget_services_list ul li a:hover i::after {
  background-color: rgba(255, 255, 255, 0.4);
}

.widget-area .widget_services_list ul li.active a {
  background-color: #c53c50;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
  box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2);
}

.widget-area .widget_services_list ul li.active a i {
  color: #ffffff;
}

.widget-area .widget_services_list ul li.active a i::after {
  background-color: rgba(255, 255, 255, 0.4);
}

.widget-area .widget_services_list ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_download_list {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 20px 20px;
}

.widget-area .widget_download_list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_download_list ul li {
  margin-bottom: 10px;
}

.widget-area .widget_download_list ul li a {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  font-weight: 500;
  display: block;
  padding: 14px 15px;
}

.widget-area .widget_download_list ul li a:hover {
  background-color: #c53c50;
  color: #ffffff;
}

.widget-area .widget_download_list ul li a i {
  margin-right: 5px;
  position: relative;
  top: 2px;
  font-size: 25px;
}

.widget-area .widget_download_list ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_lebo_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_lebo_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_lebo_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_lebo_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_lebo_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_lebo_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../img/blog/blog1.jpg);
}

.widget-area .widget_lebo_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../img/blog/blog2.jpg);
}

.widget-area .widget_lebo_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../img/blog/blog3.jpg);
}

.widget-area .widget_lebo_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_lebo_posts_thumb .item .info time {
  display: block;
  color: #6b6b84;
  text-transform: capitalize;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}

.widget-area .widget_lebo_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
}

.widget-area .widget_lebo_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #6b6b84;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 500;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #c53c50;
  height: 8px;
  width: 8px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  border-radius: 30px;
}

.widget-area .widget_categories ul li a {
  color: #031521;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #c53c50;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  color: #6b6b84;
  padding-left: 14px;
  font-size: 15.5px;
  font-weight: 500;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #c53c50;
  height: 8px;
  width: 8px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
  border-radius: 30px;
}

.widget-area .widget_archive ul li a {
  color: #031521;
  display: block;
}

.widget-area .widget_archive ul li a:hover {
  color: #c53c50;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #031521;
  font-weight: 500;
  font-size: 14.5px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #c53c50;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #031521;
  margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #031521;
  font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #6b6b84;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #c53c50;
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #c53c50;
  margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #c53c50;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 25px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  color: #6b6b84;
}

.blog-details-desc .article-content .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 40px;
  background-color: #faf5f5;
  color: #c53c50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.blog-details-desc .article-content .features-list li:hover i {
  background-color: #c53c50;
  color: #ffffff;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  color: #6b6b84;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #031521;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #6b6b84;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #c53c50;
}

.blog-details-desc .article-footer .article-share {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #6b6b84;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #c53c50;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #eeeef0;
  text-align: center;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: #c53c50;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

blockquote,
.blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 30px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p,
.blockquote p {
  color: #031521;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 20px !important;
}

blockquote cite,
.blockquote cite {
  display: none;
}

blockquote::after,
.blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #c53c50;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-navigation {
  margin-top: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-navigation .navigation-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
  margin-right: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  position: relative;
  top: 2px;
}

.post-navigation .navigation-links .nav-previous a:hover i {
  margin-right: 0;
}

.post-navigation .navigation-links .nav-next {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
  margin-left: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  position: relative;
  top: 2px;
}

.post-navigation .navigation-links .nav-next a:hover i {
  margin-left: 0;
}

.post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 600;
}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}

.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 25px;
}

.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 30px;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 115px;
  color: #031521;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #031521;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #c53c50;
  border-color: #c53c50;
}

.comments-area .comment-author {
  font-size: 18px;
  margin-bottom: 0.1em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 100px;
  left: -115px;
  position: absolute;
  width: 100px;
  border-radius: 50px;
}

.comments-area .comment-author .fn {
  font-size: 20px;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #6b6b84;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #6b6b84;
}

.comments-area .comment-metadata a:hover {
  color: #c53c50;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  position: relative;
  font-size: 25px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  font-weight: 400;
  color: #031521;
  margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus,
.comments-area .comment-respond input[type="time"]:focus,
.comments-area .comment-respond input[type="datetime-local"]:focus,
.comments-area .comment-respond input[type="week"]:focus,
.comments-area .comment-respond input[type="month"]:focus,
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="url"]:focus,
.comments-area .comment-respond input[type="password"]:focus,
.comments-area .comment-respond input[type="search"]:focus,
.comments-area .comment-respond input[type="tel"]:focus,
.comments-area .comment-respond input[type="number"]:focus,
.comments-area .comment-respond textarea:focus {
  border-color: #c53c50;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 4px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #6b6b84;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #c53c50;
  border: none;
  color: #ffffff;
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 16px;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #031521;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  text-align: center;
  margin-top: 30px;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  color: #031521;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 700;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
  background: #c53c50;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
  padding: 30px 0;
  background-image: linear-gradient(180deg, #cd4156, #bb4052);
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 25px;
}

.single-footer-widget p {
  color: #ffbfc9;
  margin-bottom: 0;
  margin-right: 50px;
}

.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.single-footer-widget .social li {
  display: inline-block;
  margin-right: 10px;
}

.single-footer-widget .social li:last-child {
  margin-right: 0;
}

.single-footer-widget .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #c53c50;
  color: #ffffff;
  border: 1px solid #c53c50;
  text-align: center;
  font-size: 18px;
}

.single-footer-widget .social li a:hover,
.single-footer-widget .social li a:focus {
  color: #c53c50;
  background-color: transparent;
}

.single-footer-widget .social li a.facebook {
  background-color: #eb5167;
  color: #ffffff;
}

.single-footer-widget .social li a.facebook:hover,
.single-footer-widget .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.single-footer-widget .social li a.twitter {
  background-color: #eb5167;
  color: #ffffff;
}

.single-footer-widget .social li a.twitter:hover,
.single-footer-widget .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.single-footer-widget .social li a.linkedin {
  background-color: #eb5167;
  color: #ffffff;
}

.single-footer-widget .social li a.linkedin:hover,
.single-footer-widget .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.single-footer-widget .social li a.pinterest {
  background-color: #eb5167;
  color: #ffffff;
}

.single-footer-widget .social li a.pinterest:hover,
.single-footer-widget .social li a.pinterest:focus {
  color: #c13584;
  background-color: transparent;
}

.single-footer-widget h3 {
  font-size: 22px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.single-footer-widget h3::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #fff;
}

.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .quick-links li {
  margin-bottom: 12px;
  color: #031521;
  font-size: 15px;
}

.single-footer-widget .quick-links li a {
  display: inline-block;
  color: #ffbfc9;
  font-weight: 500;
  position: relative;
}

.single-footer-widget .quick-links li a:hover {
  color: #fff;
}

.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}

.single-footer-widget .quick-links li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #c53c50;
}

.single-footer-widget .quick-links li i {
  color: #ffbfc9;
}

.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
  margin-bottom: 20px;
  color: #ffbfc9;
  position: relative;
  padding-left: 35px;
}

.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  color: #ffbfc9;
}

.single-footer-widget .footer-contact-info li span {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #ffbfc9;
  font-weight: 400;
  position: relative;
  font-size: 15px;
}

.single-footer-widget .footer-contact-info li a:hover {
  color: #fff !important;
}

.footer-area h3 {
  color: #fff;
}

.single-footer-widget .footer-contact-info li a:hover {
  color: #c53c50;
}

.single-footer-widget .footer-contact-info li a:hover::before {
  width: 100%;
}

.single-footer-widget .footer-contact-info li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #c53c50;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

/*================================================
Copyright Section CSS
=================================================*/
.copyright-area {
  background-color: #eb5167;
  text-align: center;
  padding: 10px 0;
}

.copyright-area p {
  color: #ffbfc9;
}

.copyright-area p a {
  color: #ffbfc9;
  display: inline-block;
  font-weight: 600;
}

.copyright-area p a:hover {
  color: #fff !important;
  display: inline-block;
  font-weight: 600;
}

.copyright-area p a:hover {
  color: #c53c50;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #031521;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 88px;
}

.go-top:hover {
  background-color: #c53c50;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*# sourceMappingURL=style.css.map */

.testimonial-area h2 {
  color: #fff
}

.owl-theme-s {
  position: relative;
  margin-top: -300px;
}

.why-choose-area-s h4 {
  text-align: center;
}

.single-feedback-item img {
  border: 10px solid #d27281;
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.single-team-1 {
  width: 35%;
  float: left;
  border-radius: 50%;
}

.single-team-1 img {
  border-radius: 50%;
  border: 5px solid #a1a1a1;
  position: relative;
  left: 25px;
}

.single-team-2 {
  width: 65%;
  float: left;
  padding: 30px 0 0 20px;
  margin-left: -23px;
}

.single-team-2 h3 {
  border: 1px solid #a1a1a1;
  padding: 10px 10px 10px 39px;
  margin-bottom: 0;
}

.single-team-2 p {
  padding-left: 42px;

}

.single-team-2 h5 {
  border-bottom: 1px solid #a1a1a1;
  padding-left: 42px;
  border-right: 1px solid #a1a1a1;
}

.line-bg img {
  position: relative;
  margin-top: -56px;
  z-index: 1;
}

.team-a {
  width: 100%;
  border: 1px #eee solid;
  height: auto;
  padding: 20px 20px;
  float: left;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #b8b8b8;
  display: flex;
  gap: 20px;
}

.team-a .team-img-wrapper {
  width: 30%;
  height: 500px;
}

.team-a .team-img-wrapper img {
  object-fit: cover;
  width: 100%;
}

.team-a .team-detail-wrapper {
  width: 70%;
}

.team-a p {
  display: table-footer-group;
}

.team-m {
  margin-bottom: 30px;
}

.black {
  color: #000 !important;
}

.about-area h3 {
  margin-bottom: 12px;
  color: #c53c50;
}

.about-d {
  width: 47%;
  float: left;
  box-shadow: 2px 2px 5px #eee;
  line-height: 30px;
  padding: 0 15px 0 15px;
  border: 1px #eee solid;
  margin-right: 30px;
  margin-bottom: 30px;
  transition: 0.5s all;
}

.about-d img {
  width: 200px;
  margin-right: 20px;
  float: left !important;
  margin-bottom: 15px;
}

.about-d p {
  float: left !important;
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  font-weight: 600px;
}

.redbg {
  background: #cf4a5f;
  border-top: 0 !important;
}

.redbg td {
  border-top: 0 !important;
  color: #fff;
  font-weight: 700 !important;
  font-size: 22px !important;
}

section.ubonto_table td {
  border: 0 !important;
  font-weight: 600;
  font-size: 15px;
}

section.ubonto_table th {
  border: 0 !important;
}

.leftimgicon p {
  padding-top: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.ubonto_table .leftimgicon {
  background: #ffd2d2 !important;
  text-align: center;
  padding: 15px 0px;
  border-bottom: 1px dotted #333 !important;
  margin: 10px !important;
}

th.leftimgicon {
  background-color: #ffd2d2;
  text-align: center;
}

section.ubonto_table p {
  margin-bottom: 0;
}

section.ubonto_table {
  background: #f7ebed;
}

td.table_content p {
  padding-bottom: 8px;
  text-transform: capitalize;
}

td.table_content {
  padding-left: 5px;
  padding-top: 25px;
  background: #f7ebed;
}

section.ubonto_table .borde_right {
  padding-left: 18px;
  border-right: 2px dotted #d1b5ba !important;
}

section.ubonto_table .borde_bottom {
  padding-left: 18px;
  border-bottom: 2px dotted #d1b5ba !important;
}

.number_clr {
  font-size: 22px;
  text-align: end;
  color: #cf4a5f;
  padding-right: 20px;
}

td.table_content i {
  color: #cf4a5f;
  padding-right: 8px;
  font-size: 18px;
  padding-top: 2px;
  position: relative;
  top: 1px;
}

th.leftimgicon img {
  width: 50px;
}

section.ubonto_table .rght_content {
  font-size: 16px;
  line-height: 23px;
}

.mian_hed {
  color: #000;
  font-size: 24px;
}

section.ubonto_table {
  padding-top: 50px;
  padding-bottom: 50px;
}

.gray-s {
  background: #ffd2d2;
}

.ubonto_table .leftimgicon p {
  font-weight: 600;
}

.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

section.section-model .section-block-wrapper {
  margin-bottom: 30px;
  background-color: #ffd2d2;
  height: 750px;
}

section.section-model .section-block-wrapper .block-content-wrapper {
  padding: 30px 20px;
  background-color: #ffd2d2;
}

section.section-model {
  padding: 50px 0;
}

section.section-model .section-heading h2.section-title {
  margin-bottom: 40px;
}

section.section-model .section-heading h2.section-title sup {
  font-size: 15px;
  top: -15px;
}

section.section-model .section-heading p.section-subtitle {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

section.section-model .section-block-wrapper .block-content-wrapper h3.block-title {
  font-size: 16px;
  text-align: start;
  margin-bottom: 8px;
}

.section-model .block-img-wrapper img:hover {
  transform: scale(1.1);
  transition: all 0.7s;
}

.section-model .block-img-wrapper {
  overflow: hidden;
}

section.section-model .section-block-wrapper .block-content-wrapper h5.block-sub-title {
  text-align: end;
  color: #cf4a5f;
}

section.section-model .section-block-wrapper .block-content-wrapper ul.block-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section.section-model .section-block-wrapper .block-content-wrapper ul.block-list li {
  margin-bottom: 10px;
  font-size: 17px;
}

section.section-model .section-block-wrapper .block-content-wrapper ul.block-list li i {
  color: #cf4a5f;
  padding-right: 8px;
  font-size: 18px;
}

section.why-choose-d {
  background: #f3ebeb !important;
  padding: 50px 0;
}

.why-choose-d h3 {
  text-align: center;
  margin-bottom: 20px;
}

.why-choose-d h4 {
  margin-bottom: 10px;
  font-size: 23px;
}

.why-choose-d h5 {
  color: #fff;
  font-size: 24px;
}

.why-choose-d span {
  color: #c53c50;
}

.why-choose-df {
  background: #fff;
  padding: 15px 15px;
  border-radius: 5px;
  border: 1px #bfbcbc solid;
  box-shadow: 2px 2px 5px #bdbdbd;
  margin-bottom: 40px;
  height: 100px;
}

.why-choose-d img {
  width: 230px;
}

.fun-facts-area h5 {
  color: #fff;
  margin-bottom: 20px;
}

.fun-facts-g {
  width: 19%;
  border: 1px #7e7e7e dashed;
  padding: 10px 10px;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.fun-facts-g a {
  width: 100%;
}

.fun-facts-g a img {
  text-align: center;
}

.orange-color {
  color: #c53c50;
}

@keyframes example {
  0% {
    background-color: transparent;
    left: 0px;
    top: 0px;
  }

  25% {
    left: 0px;
    top: 0px;
  }

  50% {
    left: 0px;
    top: 10px;
  }

  75% {
    left: 0px;
    top: 10px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

/* .why-choose-d img {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: 9;
  position: relative;
} */

body {
  background-color: #f1f1f1;
}

.main-timeline-section {
  position: relative;
  width: 100%;
  margin: auto;
  height: 300px;
}

.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
  position: absolute;
  background: transparent;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
}

.timeline-start {
  left: -50px;
}

.main-timeline-section .timeline-end {
  right: 0px;
}

.main-timeline-section .conference-center-line {
  position: absolute;
  width: 82%;
  height: 5px;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  background: #c53c50;
}

.timeline-article {
  width: 20%;
  position: relative;
  min-height: 300px;
  float: right;
}

.timeline-article .content-date {
  position: absolute;
  top: 35%;
  left: -30px;
  font-size: 18px;
}

.timeline-article .meta-date {
  position: absolute;
  top: 50%;
  left: 58px;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #F2635F;
}

.timeline-article .content-box {
  box-shadow: 2px 2px 4px 0px #ffdce1;
  border: 1px solid #c53c50;
  border-radius: 5px;
  background-color: #f3ebeb;
  width: 180px;
  position: absolute;
  top: 71%;
  left: 18px;
  padding: 10px;
}

.timeline-article-top .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: #c53c50;
}

.timeline-article-bottom .content-date {
  top: 59%;
}

.timeline-article-bottom .content-box {
  top: -7%;
}

.timeline-article-bottom .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
  border: 10px solid transparent;
  border-top-color: #c53c50;
}


.procss_baar {
  padding: 42px 0 60px 0px;
  background: #f3ebeb;
}

.procss_baar h4 {
  margin-bottom: 70px;
}

.meta-date img {
  margin-top: 20px;
  margin-left: 19px;
  width: 60px;
}

.header-bg {
  background: #f7ebed;
  padding: 50px 0;
}

.main-banner-content {
  position: absolute;
  top: 60%;
  z-index: 9;
  left: 80px;
  width: 450px;
  height: 305px;
}

.counter {
  color: #fff;
  background: #fff;
  font-family: 'Dosis', sans-serif;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 70px 10px 10px 10px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.counter .counter-icon-wrapper {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c53c50;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.counter .counter-icon-wrapper img {
  width: 45px;
  filter: invert(10);
}

.counter .counter-icon {
  font-size: 35px;
  margin: 0 0 15px;
}

.counter h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #000;
}

.counter .counter-value {
  font-size: 45px;
  font-weight: bold;
  display: block;
  color: #000;
}

.counter.purple {
  background: rgba(47, 49, 148, 0.3);
}

.counter.purple:before {
  background: linear-gradient(#4143ac, #0c0f64);
}

.counter.red {
  background: rgba(255, 1, 0, 0.3);
}

.counter.red:before {
  background: linear-gradient(#e22c2c, #b80303);
}

.counter.yellow {
  background: rgba(249, 141, 31, 0.3);
}

.counter.yellow:before {
  background: linear-gradient(#f19935, #c76d05);
}

@media screen and (max-width:990px) {
  .counter {
    margin-bottom: 40px;
  }
}

.contact_us_button a {
  position: fixed;
  right: -69px;
  top: 60%;
  transform: rotate(90deg);
  color: #fff;
  padding: 7px 16px;
  border-radius: 2px;
  background: #c53c50;
  font-size: 17px;
  font-weight: 500;
  z-index: 500;
}

button.carousel-control-prev {
  background: transparent !important;
  border: 0;
}

button.carousel-control-next {
  background: transparent !important;
  border: 0;
}

.carousel-caption {
  top: 46%;
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 7%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

.box {
  font-family: 'Signika', sans-serif;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.box:before {
  content: "";
  background: linear-gradient(to right, #c53c50, #722b35);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transform-origin: 100% 0;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
}

.box:hover:before {
  opacity: 0.9;
  transform: rotate(0deg);
}

.box img {
  width: 100%;
  height: auto;
}

.box .box-content {
  color: #fff;
  width: 100%;
  padding: 15px 5px;
  transform-origin: 100% 0;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.35s ease-in-out;
}

.box:hover .box-content {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.box .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.box .post {
  font-size: 16px;
  display: block;
  margin: 0 10px 0 10px;
}

.box .icon {
  padding: 0;
  margin: 0;
  list-style: none;
}

.box .icon li {
  margin: 0 3px;
  display: inline-block;
}

.box .icon li a {
  color: #fff;
  font-size: 15px;
  line-height: 34px;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  display: block;
  position: relative;
  transition: all 0.35s;
}

.box .icon li a:hover {
  color: #fff;
  background: rgba(144, 109, 50, 1);
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

a {
  text-decoration: none;
}

.black {
  color: #333 !important;
}

.white {

  color: #fff;
}

.card {
  height: 100%;
  cursor: pointer;
}

.card .card-img-wrapper {
  overflow: hidden;
}

.card:hover .card-img-wrapper img {
  transform: scale(1.1);
  transition: all 0.7s;
}

img {
  max-width: 100%;
}

/* .card img {
  transform: scale(1);
  transition: 0.3s ease-out;
}

.card:hover img {
  transform: scale(1.1);
  opacity: 0.3;
} */

/* .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
} */

/* .text-h1 {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease-out;
}

.text-p {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease-out 0.2s;
  padding: 0 10px;
}

.link-a {
  display: inline-block;
  background: crimson;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease-out 0.4s;
}

.overlay .link-a:hover {
  background: rgb(95, 199, 10);
}

.card:hover .overlay .text-h1 {
  opacity: 1;
  transform: translateY(0);
}

.card:hover .overlay .text-p {
  opacity: 1;
  transform: translateY(0);
}

.card:hover .overlay .link-a {
  opacity: 1;
  transform: translateY(0);
} */

@media only screen and (max-width:990px) {
  .box {
    margin: 0 0 30px;
  }
}

.why-perpose-bg {
  background: #212228;
  padding: 50px 0;
}

.flip-card {
  background-color: transparent;
  height: 190px;
  perspective: 1000px;
}

.why-perpose-bg .flip-card-inner {
  height: 100%;
}

.why-choose-area .flip-card-inner,
.about-area .flip-card-inner {
  height: 500px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #2d2e36;
  color: #fff;
  border-radius: 10px;
  padding: 75px 20px 0 20px;
}

.flip-card-back {
  background-color: #c53c50;
  color: #fff;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 25px 25px;
}

.flip-card-back h4 {
  color: #fff;
}

.flip-card-back p {
  color: #fff;
}

.flip-card-back p span {
  font-weight: 500;
  text-transform: uppercase;

}

.banner_bg_image {
  background-image: url(file:///F:/Website/Ubuntu/html/assets/img/banner-shape2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
  padding: 259px 300px 259px 98px;
  position: absolute;
  top: 130px;
}

.our-team {
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.our-team img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.our-team .team-content {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(to right, #c53c50, #722b35);
  padding-top: 35%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.52, 1.64, 0.37, 0.66) 0s;
}

.our-team:hover .team-content {
  transform: translateY(0);
}

.our-team .title {
  display: block;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.our-team .post {
  display: block;
  font-size: 17px;
  color: #fff;
}

.our-team .social {
  padding: 0;
  margin: 0;
  list-style: none;
}

.our-team .social li {
  display: inline-block;
  margin-top: 30px;
}

.our-team .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #4c5462;
  margin-right: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease 0s;
}

.our-team .social li a:hover {
  background: linear-gradient(to right, #7851a9 0%, #ffd700 100%);
  color: #fff;
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}

section.team-area h3 {
  margin-top: 50px;
  color: #fff;
  margin-bottom: 20px;
}

section.team-area p {
  margin-bottom: 35px;
  color: #e1e2eb;
}

.team-more {
  background: #2d2e36;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.team-more:hover {
  background: #c53c50;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.header-bg h3 {
  margin-bottom: 25px;
}

.button {
  outline: 0 !important;
  background: none;
  border: 1px #000 solid;
  padding: 0 33px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 21px;
}

.banner-j {
  padding: 15px 0 0 0;
  text-align: center;
}

.gray-d {
  color: #333 !important;
}


.flip-card-d img {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 10px 10px 0 #d5d5d5;
}

@media only screen and (max-width: 1199px) {
  .serviceBox {
    margin: 0 0 30px;
  }
}

.front-image {
  background-color: transparent;
  color: #fff;
  border-radius: 10px;
  padding: 0;
  box-shadow: none;
}

.back-image {
  background-color: transparent;
  color: #fff;
  border-radius: 10px;
  padding: 0;
  box-shadow: none;
}

.flip-card-d {
  height: auto;
}

.home-btn {
  font-size: 33px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

.home-btn:hover {
  background: #000;
  color: #fff;
}

/*partner page css*/
ul.partner-custom-list {
  list-style-type: disc;
}

body.partnership .why-perpose-bg a {
  text-decoration: none;
  color: #fff;
}

body.partnership .page-title-content p {
  color: #fff;
}

body.partnership .block-card {
  background-color: #c53c50;
  padding: 40px 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
}

body.partnership .block-card .block-card-inner h4 {
  color: #fff;
  font-size: 25px;
}

body.partnership .page-title-area .block-card .block-card-inner .icon-wrapper a i {
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
  color: #fff;
}
@media(min-width:1500px) and (max-width:1800px){
    .team-member {
    height: 630px;
}
}
@media(min-width:1800px) and (max-width:2000px) {
    .team-member {
    height: 688px !important;
}
  .why-choose-f {
    padding: 50px 0 120px 0 !important;
  }
  .page-title-area {
    height: 550px;
}

}

.team-area-c h3 {
  margin-bottom: 10px;
}

.team-area-c span {
  color: #c53c50;
  margin-bottom: 20px;
  display: block;
}

.fun-facts-s h2 {
  margin-bottom: 70px;
  font-size: 45px;
}

.curated {
  margin-top: 20px;
}

@media(max-width:767px) {
  body {
    overflow-x: hidden;
  }

  html {
    overflow-x: hidden;
  }

  .main-banner-content1 {
    display: none;
  }

  .main-banner-content {
    /* position: relative;
    top: 0;
    left: 40px;
    margin-bottom: 30px; */
    width: 300px;
  }

  .main-banner-content h1 {
    font-size: 24px !important;
    color: #c53c50;
    margin-bottom: 18px;
    text-transform: uppercase;
    padding: 20px 0;
    margin-left: -71px;
  }

  .home-btn {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto !important;
  }

  .main-banner-content .banner-btn {
    margin-top: 30px;
  }

  .flip-card {
    background-color: transparent;
    height: 240px;
    perspective: 1000px;
    margin-bottom: 20px;
  }

  .about-d {
    width: 100%;
    float: left;
    box-shadow: 2px 2px 5px #eee;
    line-height: 30px;
    padding: 0 15px 0 15px;
    border: 1px #eee solid;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: 0.5s all;
  }

  .about-d img {
    width: 100%;
    margin-right: 20px;
    float: left !important;
    margin-bottom: 15px;
  }

  .about-d p {
    margin-bottom: 15px;
  }

  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: none;
  }

  .flip-card-d img {
    border-radius: 30px 30px 30px 30px;
    margin-top: 0px;
    box-shadow: 10px 10px 0 #d5d5d5;
    height: 100%;
  }

  .why-choose-content {
    margin-bottom: 30px;
  }

  .why-choose-d img {
    margin-bottom: 30px;
  }

  .fun-facts-g {
    width: 46%;
    border: 1px #7e7e7e dashed;
    padding: 10px 10px;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .fun-facts-area h5 {
    color: #fff;
    margin-bottom: 0;
  }

  .about-image {
    position: relative;
    padding-bottom: 0px;
  }

  .team-a {
    width: 100%;
    border: 1px #eee solid;
    height: auto;
    padding: 20px 20px;
    float: none;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .team-a .team-img-wrapper {
    width: 100%;
    height: 500px;
  }

  .team-a .team-img-wrapper img {
    object-fit: cover;
    width: 100%;
  }

  .team-a .team-detail-wrapper {
    width: 100%;
  }

  .dot-menu {
    padding: 0 10px;
    height: 43px !important;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    border: 1px #c3bdbd solid;
    margin-top: -11px;
  }

  .curated {
    margin-top: 0px;
  }

  .why-choose-df {
    height: auto;
  }
}



.swiper {
  width: 850px;
  height: 500px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
}

.autoplay-progress svg {
  --progress: 0;
  --seconds: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke: var(--swiper-navigation-color, var(--swiper-theme-color));
  fill: none;
  transform: rotate(-90deg);
  filter: drop-shadow(0 0 4px #000);
}

.autoplay-progress span {
  text-shadow: 0 0 4px #000;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.animate-progress {
  stroke-dasharray: 125.66;
  stroke-dashoffset: 0;
  animation-name: rotate;
  animation-duration: var(--seconds);
  animation-timing-function: linear;
}

@keyframes rotate {
  to {
    stroke-dashoffset: -125.66;
  }
}

/*about-ubuntu-life*/

.about-ubuntu-life {
  border-bottom: 5px solid #c53c50;
  padding: 123px 123px;
}

section.about-ubuntu-life .section-block:hover {
  cursor: pointer;
}

section.about-ubuntu-life .section-block .block-img-wrapper {
  overflow: hidden;
}

/* section.about-ubuntu-life .section-block:hover .block-img-wrapper img{transform: scale(1.1); transition: all 0.7s;} */
section.about-ubuntu-life .section-block {
  border: 1px solid rgba(0, 0, 0, .125);
  background-color: #f7ebed;
  height: 100%;
}

section.about-ubuntu-life .section-block .block-content-wrapper {
  padding: 0 20px 20px;
}

section.about-ubuntu-life .section-block .block-content-wrapper h3.block-title {
  margin-top: 20px;
  text-align: center;
}

section.about-ubuntu-life .section-block .block-content-wrapper p.block-para {
  text-align: center;
}

/*about-ubuntu-life end*/


.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  margin: 10px;
  max-width: 400px;
  height: 360px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #e16377;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e16377;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip1543 h3 {
  font-family: 'Teko', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.snip1543 p {
  font-size: 18px;
  text-align: start;
}

.about-ubuntu-life .snip1543 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  width: 120%;
}

.snip1543:hover:before,
.snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* responsive design */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .why-choose-d h5 {
    text-align: center;
    padding: 10px;
  }

  .fs-21 {
    font-size: 16px !important;
  }
  .main-banner-details {
    display: none;
}
.about-ubuntu-life {
  border-bottom: 5px solid #c53c50;
  padding: 123px 0px;
}
.section-ubuntu-define h5 {
  font-size: 30px;
} 
.section-table-column-right {
  gap: 30px;
}
.core-h3-wrapper {
  padding: 15px 0;
}
.core-h3-wrapper h3 {
  font-size: 25px;
}
.personal-info h3 {
  font-size: 20px !important;
}
.linkdin i {
  font-size: 26px !important;
}
section.section-model .section-block-wrapper {
  height: 650px;
}
}

@media only screen and (min-width: 769px) and (max-width: 991px) {


  .fs-21 {
    font-size: 16px !important;
  }

  .section-table-column-right .section-table-content h5,
  .section-table-column-left .section-table-content h5 {
    padding: 35px;
  }
  .main-banner-details {
    display: none;
}
.go-top {
  right: 68px;
}
.about-ubuntu-life {
  padding: 0 0 50px 0;
}
.section-ubuntu-define h5 {
  font-size: 30px !important;
}
.fun-facts-s h2 {
  font-size: 40px;
}
.fs-45 {
  font-size: 40px !important;
}
.block-content-wrapper h3 {
  font-size: 18px !important;
}
.block-content-wrapper p {
  font-size: 15px !important;
}
.section-ubuntu .section-ubuntu-para .about-list li.main-list {
  font-size: 17px !important;
}
.counter .counter-value {
  font-size: 40px;
}
.counter h3 {
  font-size: 18px;
}
.core-h3-wrapper h3 {
  font-size: 22px !important;
}
.core-h3-wrapper {
  padding: 15px 0 !important;
}
.core-p-wrapper p{
  font-size: 16px;
}

.personal-info h3 {
  font-size: 19px !important;
}
.linkdin i {
  font-size: 23px !important;
}
.personal-info p {
  font-size: 12px !important;
}
.team-member figcaption p {
  font-size: 14px !important;
  text-align: start !important;
}
.video-section video {
  height: 357px !important;
}
body.partnership .block-card {
  height: auto;
}
.case-study-button-wrapper {
  margin-top: 21px !important;
}
.about-image{
  text-align: center;
}
.about-image img {
  /* height: 500px; */
}
}

@media only screen and (min-width: 577px) and (max-width: 768px) {

  .section-table-column-left .section-table-icon-wrapper img,
  .section-table-column-right .section-table-icon-wrapper img {
    margin: 0;
  }

  .dimension-box-wrapper {
    border: 3px solid #cd4156;
    padding: 10px;
    height: 160px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  }
  .main-banner-details {
    display: none;
  }
  .about-ubuntu-life {
    border-bottom: 5px solid #c53c50;
    padding: 0px;
}                    
.fun-facts-s h2 {
  margin-bottom: 70px;
  font-size: 37px;
}
.counter .counter-value {
  font-size: 34px;
}
.fs-45 {
  font-size: 36px !important;
}
.main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
  position: absolute;
  top: 60px;
}
.about-content .about-list li {
  font-size: 16px !important;
}
.dimension-box-wrapper {
  height: 170px !important;
}
.section-t-h2-wrapper h2 {
  font-size: 45px !important;
}
.dimension-starting-h2-content-wrapper h2 {
  font-size: 30px !important;
}
.starting-right::after {
  left: 150px !important;
}
.starting-left::after {
  left: 33px !important;
}
.video-section.aos-init.aos-animate video {
  height: 255px !important;
}
.block-card-flex {
  display: flex;
  flex-wrap: wrap;
}
.case-study-img-wrapper {
  text-align: center;
}
.case-study-content-wrapper h2 {
  color: #c53c50;
  text-align: center !important;
  margin-top: 10px;
}
.case-study-button-wrapper {
  margin-top: 40px !important;
  text-align: center;
}

.redbg td {
  width: 100%;
  text-align: center !important;
}
th.text-center.mian_hed {
  width: 100%;
  text-align: center !important;
}
}

@media only screen and (min-width: 440px) and (max-width: 576px) {

  .section-table-column-left .section-table-icon-wrapper img,
  .section-table-column-right .section-table-icon-wrapper img {
    margin: 0;
  }

  .section-table-column-right .section-table-content h5,
  .section-table-column-left .section-table-content h5 {
    padding: 10px;
  }
  .main-banner-details{
    display: none !important;
  }
  .about-ubuntu-life {
    padding: 0px 30px !important;
}
.section-ubuntu-define h5 {
  font-size: 30px !important;
}
.fun-facts-s h2 {
  margin-bottom: 66px;
  font-size: 36px;
}
.logo-slider-section {
  width: 100%;
  padding: 0 30px;
}
.section-table-column-right {
  gap: 20px;
}
.page-title-content {
  text-align: center;
  margin-top: 0px;
}
.section-model.aos-init.aos-animate {
  margin-bottom: 75px;
}
.case-study-button-wrapper {
  margin-top: 10px !important;
  text-align: center;
}
.case-study-img-wrapper {
  text-align: center;
}
.case-study-content-wrapper h2 {
  text-align: center;
}
}

@media only screen and (min-width: 350px) and (max-width: 439px) {

  .section-table-column-left .section-table-icon-wrapper img,
  .section-table-column-right .section-table-icon-wrapper img {
    margin: 0;
  }

  .section-table-column-right .section-table-content h5,
  .section-table-column-left .section-table-content h5 {
    padding: 10px;
  }
  .video-overlay-close {
    top: 23%;
    right: 81%;
}
  .section-video-wrapper {
    width: 240px !important;
    height: 120px !important;
}
.block-img-wrapper img {
  height: 300px;
  object-fit: cover;
}
  .banner-padding {
    padding: 150px 0;
  }
  .page-title-content {
    text-align: center;
    margin-top: 0px !important;
}
  .about-ubuntu-life {
    border-bottom: 5px solid #c53c50;
    padding: 0px  !important;
}
.main-banner-details {
  display: none;
}
.section-ubuntu-define h5 {
  font-size: 25px !important;
}
.section-ubuntu .section-ubuntu-para .about-list li.main-list {
  font-size: 16px !important;
}
.fun-facts-s h2 {
  margin-bottom: 60px;
  font-size: 35px;
}
.logo-slider-section {
  width: 100%;
}
.slick-next {
  display: none;
}
.about-h4-content h4 span {
  font-size: 16px !important;
}
.about-content .about-list li.main-list {
  font-size: 15px;
}
.section-table-icon-wrapper {
  padding: 14px;
}
.section-table-icon-wrapper img {
  height: 30px;
}
.section-table-content h5 {
  font-size: 18px;
}
.section-table-column-left {
  gap: 5px;
}
.section-table-column-right {
  gap: 15px;
}
.core-h3-wrapper h3 {
  font-size: 25px !important;
}
.core-h3-wrapper {
  padding: 10px 0 !important;
}
.core-content-wrapper {
  padding: 16px !important;
}
.page-title-area.item-bg-1 {
  margin-top: 80px;
}
.page-title-area.item-bg-8 {
  margin-top: 80px;
}
section.section-model .section-heading p.section-subtitle {
  font-size: 24px;
  line-height: 1.5;
}
.dimension-box-wrapper {
  height: 205px;
}
.t-video-wrapper {
  padding: 0px !important;
}
.block-content-wrapper h3 {
  font-size: 19px;
}
.fs-21 {
  font-size: 18px !important;
}
.section-t-h2-wrapper h2 {
  font-size: 25px !important;
  margin-bottom: 140px;
}
span.dt-star {
  font-size: 23px;
}
.dimension-starting-h2-content-wrapper h2 {
  font-size: 20px !important;
}
.starting-right::after {
  left: 103px !important;
}
.starting-left::after {
  left: 25px !important;
}

.video-section.aos-init.aos-animate video {
  height: auto !important;
}
.block-card-flex {
  flex-wrap: wrap;
}
.case-study-button-wrapper {
  margin-top: 10px !important;
  text-align: center;
}

.gtco-testimonials .card p {
  font-size: 15px !important;
}
.pl-5{
  padding-left: 0px !important;
}


.about-2-img {
  text-align: center;
}
.about-2-img img {
  width: 300px !important;
}
.about-content span {
  font-size: 18px;
}
.about-content h3 {
  font-size: 23px;
}
.why-choose-area-s h4 {
  font-size: 20px;
}
.section-table-heading h4 {
  font-size: 18px;
}

.case-study-banner .case-study-banner-h1-wrapper h1 {
  padding: 219px 0 !important;
}
.case-study-img-wrapper {
  text-align: center;
}
.case-study-content-wrapper h2 {
  font-size: 21px;
}
.case-study-content-wrapper h2 {
  margin-top: 35px;
}
.whitepaper-h1-wrapper h1 {
  padding: 219px 0 !important;
}

.case-study-content-wrapper h2 {
  text-align: justify;
  font-size: 18px;
}


.personal-info h3 {
  font-size: 21px !important;
}
.personal-info p {
  font-size: 13px !important;
}
.team-member figcaption p {
  font-size: 16px !important;
}
}


.about-h4-content h4 span {
  font-size: 18px !important;
  color: #333 !important;
  text-transform: initial !important;
  font-weight: 100;
}

.t-content-section-inner h3 {
  font-size: 30px;
  text-transform: initial !important;
}

/* Our Team Start */
.personal-info {
  display: flex;
  justify-content: space-between;
}

.linkdin i {
  font-size: 40px;
  margin-top: 12px;
  margin-right: 2px;
  color: #0762c8;
}

.our-team-section {
  border: 1px solid #c53c50;
  padding: 10px 18px;
  width: 100%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.section-padding {
  padding: 60px 0;
}

.our-team-section img {
  width: 100%;
  height: auto;
}

.text-content {
  overflow: hidden;
  max-height: 4.5em;
  /* Approx 3 lines */
  line-height: 1.5em;
  font-size: 16px;
  text-align: justify;
}

.text-content.expanded {
  max-height: none;
}

.read-more,
.read-less {
  color: #c53c50;
  cursor: pointer;
  display: none;
  font-weight: 600;
}

.read-more.visible,
.read-less.visible {
  display: block;
}

.our-team-section h3 {
  color: #031521;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 24px;
}

section.our-teams-section.section-padding {
  background: #f7ebed;
  padding: 35px;
}

.our-team-section img {
  border-radius: 50%;
  overflow: hidden !important;
  padding-top: 5px;
  object-fit: cover;
}

.our-team-img {
  overflow: hidden !important;
  border-radius: 50%;
}

.our-team-section img:hover {
  transform: scale(1.1);
  transition: all 0.7s;
  overflow: hidden !important;
}

.our-team-section p.position {
  font-size: 15px;
  color: #c53c50;
  height: 50px;
}

.our-team-section:hover {
  background: #eb516730;
  transition: 1s;
  color: #fff;
}

/* Our Team End */


.section-t-video .t-video-wrapper video {
  height: 100%;
  width: 100%;
}

.logo-slider-section {
  border: 1px #7e7e7e dashed;
  padding: 10px 10px;
  border-radius: 10px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.fun-facts-area {
  /* margin-top: 80px; */
  background: #fff;
}


/* testimonials */

.gtco-testimonials {
  position: relative;
}

.gtco-testimonials .owl-carousel {
  margin-top: 100px !important;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  letter-spacing: 2px;
  background-color: black;
  padding: 10px 5px;
}

.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
  margin-bottom: 30px;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #cd4156;
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 10px;
  width: 10px;
}

.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 20px 20px;
  padding: 20px 10px;
  border-radius: 20px;
  border: 10px solid #cd4156;
}

.card:before {
  content: "";
  position: absolute;

}

.card:hover:before {
  transform: scale(21);
}

.card:hover {
  background-color: #be4052;
}

.card:hover p.card-text {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card:hover h5.card-h5 {
  transition: all 0.3s ease-out;
  color: #fff;
}

.card:hover span {
  transition: all 0.3s ease-out;
  color: #ffffff;
}

.card span {
  font-size: 20px;
}

.card span.d-block {
  font-size: 20px;
  margin-bottom: 10px;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: #cd4156;
  line-height: 1.3;
}

.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}

.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}

.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 {
  font-size: 24px;
}

.gtco-testimonials .center h5 span {
  font-size: 20px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
  object-fit: cover;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  outline: 0;
}


.page-title-area.item-bg-10 {
  background-image: url(../img/page-title/bg-8.jpg);
  margin-top: 80px;
}

.banner-padding {
  padding: 120px 0;
}

.chart img {
  max-width: 100%;
  height: 300px;
  object-fit: contain;
}

.all-desktop,
.desktop-1400,
.desktop-1200,
.desktop-1024 {
  position: relative;
  z-index: 0;
}

.all-desktop::before,
.desktop-1400::before,
.desktop-1200::before,
.desktop-1024::before,
.desktop-834::before,
.tablet-768::before,
.tablet-420::before,
.tablet-420X576::before,
.mobile-350::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.all-desktop.image-overlay::before,
.desktop-1400.image-overlay::before,
.desktop-1200.image-overlay::before,
.desktop-1024.image-overlay::before,
.desktop-834.image-overlay::before,
.tablet-768.image-overlay::before,
.tablet-420.image-overlay::before, 
.tablet-420X576.image-overlay::before,
.mobile-350.image-overlay::before
{
  content: '' !important;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.0) !important;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.info-p p {
  text-transform: uppercase;
}

.ubuntu-content-wrapper h3 {
  font-size: 25px;
  text-align: center;
}

.ubuntu-content-wrapper ul li {
  list-style: none;
}

.block-content-wrapper h3 {
  font-size: 21px;
  font-weight: 700;
}

.t-video-wrapper {
  overflow: hidden;
  padding: 0 60px;
}


.banner_bg_image2 {
  position: absolute;
  right: 45px;
  bottom: 10px;
}

.section-video-wrapper {
  width: 340px;
  height: 175px;
  background-image: url('../img/banner-thumbnail.png');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.section-video-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.3); */
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 1;
}

.section-video-wrapper video#video {
  object-fit: cover;
  height: 100%;
}

.play-button {
  width: 152px;
  height: 152px;
  position: relative;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.play-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  /* background-color: #000; */
  opacity: 0;
  visibility: hidden;
}

.play-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -393px;
  bottom: calc(100% + 15px);
  border: none;
  outline: none;
  background: none;
  opacity: 0;
  cursor: pointer;
}

.play-close::before,
.play-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.play-close::after {
  transform: rotate(-45deg);
}

.play-circles {
  display: block;
  width: 100%;
  height: 100%;
}

.play-perspective {
  width: 342px;
  height: 163px;
  position: absolute;
  left: -844px;
  top: -435px;
}

.play-triangle {
  width: 750px;
  height: 422px;
  background-color: #fff;
  cursor: pointer;
}

.t-img-wrapper img {
  width: 100%;
  height: 500px;
}

.t-img-wrapper img {
  width: 100%;
  height: 620px;
}

.section-ubuntu-title h2 {
  color: #c7283f;
  font-size: 45px;
}

.section-ubuntu-para p {
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 40px !important;
  line-height: 1;
  opacity: .75;
  color: #bd4052 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
  margin-left: 0px !important;
}

.slick-prev:before {
  content: '←';
  margin-left: -30px;
}

.section-t-img-wrapper {
  background-image: url(../img/dimension-Option-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.section-t-img-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.section-t-img-padding {
  padding-top: 100px;
  padding-bottom: 160px;
}

/* .t-h2-wrapper h2{
  font-size: 70px;
} */
.block-content-wrapper p a span {
  font-weight: 600;
}

.text-color {
  color: #cd4156;
}

.block-card-flex {
  display: flex;
  gap: 10px;
}

.section-ubuntu .section-ubuntu-para .about-list li.main-list {
  list-style-type: none;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #02334f;
}

.section-ubuntu-para .about-list {
  padding-left: 0;
  margin-top: 22px;
  margin-bottom: 28px;
}

.section-ubuntu-para .about-list li:hover i {
  color: #c53c50;
}

.news-banner-img-wrapper.text-center {
  border: 13px solid #cd4156;
  padding: 20px;
}

.dimension-box-wrapper {
  border: 3px solid #cd4156;
  padding: 10px;
  height: 245px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

.dimension-current {
  margin-left: 10px;
}

.dimension-starting-h2-content-wrapper {
  display: flex;
  justify-content: space-around;
}

.dimension-starting-h2-content-wrapper h2 {
  font-size: 50px;
}

.section-t-h2-wrapper h2 {
  font-size: 70px;
  margin-bottom: 140px;
}

/* .dimension-starting-h2-content-wrapper{
  position: relative;
} */
.starting-right {
  position: relative;
}

.starting-right::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 173px;
  background-color: #fff;
  width: 4px;
  top: -154px;
  left: 232px;
  transform: rotate(45deg);
}

.starting-left {
  position: relative;
}

.starting-left::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 173px;
  background-color: #fff;
  width: 4px;
  top: -154px;
  transform: rotate(-45deg);
  left: 152px;
}

.card-wrapper {
  height: 474px;
}

.card-wrapper {
  height: 310px;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 23%;
  right: 86%;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateX(-50%) translateY(-50%);
  width: 531px;
  height: 299px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.section-ubuntu-define h5 {
  font-size: 40px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

span.ubuntu-bold {
  font-weight: 600;
}

.video-section {
  border: 13px solid #cd4156;
  padding: 20px;
}

.video-section.aos-init.aos-animate video {
  width: 100%;
  height: 560px;
}

section.section-news {
  background: #fff;
}

/* team start */
.gray {
  color: #a5a5a5;
}

.team {
  margin: 40px;
}

.team-member {
  border: 1px solid #c53c50;
  padding: 15px 18px;
  width: 100%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  margin: 15px 0;
height: 547px;
}

.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 18px;
  color: #000;
  text-align: justify;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 25px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption {
  visibility: visible;
  color: #fff;
  background: #f7ebede8;
  /* Primary color, can be changed via colors.css */
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member figure:hover figcaption ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.team-member figure img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.personal-info p {
  color: #c53c50;
  font-size: 16px;
}

.personal-info h3 {
  font-size: 28px;
  font-weight: 600;
}

.team-member img {
  border-radius: 50%;
}

/* team end */
.banner-heading h1 {
  font-weight: 400;
}

span.banner-bold {
  font-weight: 700;
}

.section-table-heading h4 {
  text-transform: inherit;
}

.navbar-area {
  background: #fff
}

.privacy-policy-content ul li {
  padding: 10px 0px;
}

.terms-and-conditions-content ul li {
  padding: 10px 0px;
}

span.term-bold {
  font-weight: 700;
}

.terms-and-conditions-content ul {
  list-style: auto;
}



#cookieConsentBanner {
  text-align: center;
  z-index: 1000;
}

#cookieConsentBanner p {
  display: inline-block;
  margin-right: 20px;
}

div#cookieConsentBanner p {
  color: #fff;
}


form.row.g-3.contact .form-group input {
  height: 60px !important;
}



main {
  width: 100%;
  overflow-x: hidden;
  padding: 1rem;
}

table {
  margin: auto;
  width: 100%;
  overflow: hidden;
  background-color: var(--white);
  border-radius: 10px;
  position: relative;
  border-collapse: collapse;
  z-index: 1;
  color: var(--gray);
  white-space: nowrap;
}



th,
td {
  padding: 1rem;
  gap: 10px;
  position: relative;
  cursor: default;
  font-size: 21px;
}

td:last-child:hover a {
  color: var(--black);
}

thead {
  background-color: var(--primary_lite);
}

th {
  text-transform: uppercase;
}

td img {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
}

tr td:last-child,
tr td:nth-last-child(2),
tr td:nth-last-child(3),
tr td:nth-last-child(4),
tr td:nth-last-child(6),
tr td:nth-last-child(7),
tr td:nth-last-child(8),
tr td:nth-last-child(9) {
  text-align: center;
}



td:last-child:hover:after {
  content: "";
  position: absolute;
  width: fit-content;
  left: -10%;
  top: -20%;
  transform: translate(0%, 50%);
  font-size: 12px;
  color: var(--lite);
  background-color: var(--dark);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 5px;
  padding: 2px 4px;
  z-index: 9;
}

table a {
  color: var(--gray);
}



/*PROGRESS BAR*/
.progress {
  display: inline-block;
  background-color: var(--lite);
  border-radius: 40px;
  width: 60px;
  height: 10px;
  position: relative;
  overflow: hidden;
}

.progress em {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  background-color: var(--primary);
}

@media (max-width:720px) {
  main {
    background: var(--primary);
  }

  table {
    background-color: transparent;
  }

  main {
    overflow-y: auto;
    height: 100%;
  }

  table thead {
    display: none;
  }

  table td {
    width: 100%;
    display: block;
    text-align: right;
  }

  table td:not(:last-child) {
    border-bottom: 1px solid rgba(1, 1, 1, 0.2);
  }

  table td:before {
    content: attr(data-label);
    z-index: 1;
    float: left;
    color: var(--black);
  }

  tr {
    background-color: var(--white);
    border-radius: 5px;
    display: block;
    margin: 0.5rem 0;
  }

  tbody tr {
    border-bottom: none;
  }

  tr td {
    text-align: right !important;
  }

  td:last-child:hover:after {
    left: auto;
    right: 10%;
    transform: translate(50%, 50%);
  }

  th,
  td {
    padding: 0.5rem 1rem;
  }
}

.core-values-table table tbody tr td i {
  font-size: 1.5rem;
  color: #c53c50;
  /* margin-left: 40px; */
}

.core-img-wrapper {
  background: #fff;
  width: 105px;
  border-radius: 50%;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}

.core-h3-wrapper {
  padding: 30px 0 10px 0;
  text-align: center;
}

.core-content-wrapper {
  background-color: rgba(197, 60, 80, 0.7);
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px;
}

.core-p-wrapper {
  text-align: center;
}

.core-h3-wrapper h3 {
  font-size: 30px;
}

.case-study-banner {
  position: relative;
  background-image: url(../img/case-study-banner.jpg);
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
}

.case-study-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .77;
}

.case-study-banner .case-study-banner-h1-wrapper h1 {
  color: #fff;
  padding: 176px 0;
}

.section-outcome-h2-wrapper {
  margin: 40px 0;
}

.section-outcome-content-wrapper span {
  font-size: 25px;
}

.case-study-content-wrapper h2 {
  color: #c53c50;
}

/* white paper start */
.whitepaper-banner {
  position: relative;
  background-image: url(../img/whitepaper-bg-banner.jpg);
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
}

.whitepaper-banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .77;
}

.whitepaper-h1-wrapper h1 {
  color: #fff;
  padding: 176px 0;
}

/* Styling for the modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.case-study-button-wrapper {
  margin-top: 85px;
}
.modal-content form input {
  width: 100%;
}

span.dt-star {
  font-size: 42px;
}

textarea#message {
  width: 100%;
}




/* new table */
.table {
  width: 100%;
  border-collapse: collapse;
}

.table td,
.table th {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
}

.table th {
  background-color: #eb5167;
  color: #ffffff;
}

.table tbody tr:nth-child(even) {
  background-color: #ffd2d2;
}
.table-img img {
  height: 100%;
  /* background: #fff; */
  /* border-radius: 50%; */
 
}
.table-img {
  height: 46px;
}
.table-container .table th h3 {
  font-size: 22px;
}
/*responsive*/

@media (max-width: 500px) {
  .table thead {
    display: none;
  }

  .table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
  }
  .table tr {
    margin-bottom: 15px;
  }
  .table td {
    padding-left: 50%;
    text-align: left;
    position: relative;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}


section.section-terms {
  padding: 100px 0;
}

.section-video-h2-wrapper h2 {
  font-size: 40px;
  padding: 30px 0;
}
.artical-h2-wrapper h2 {
  font-size: 40px;
  padding: 30px 0;
}
.fact-sheet-h2-wrapper h2 {
  font-size: 40px;
  padding: 30px 0;
}
 .fact-sheet-content-wrapper {
    border: 13px solid #cd4156;
    padding: 20px;
}


.quick-link-wrapper{
  display: flex;
  gap: 30px;
}

.about-content p.who-para {
    font-size: 18px;
}
.all-desktop.health:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.all-desktop.health::before, .desktop-1400.health::before, .desktop-1200.health::before, .desktop-1024.health::before, .desktop-834.health::before, .tablet-768.health::before, .tablet-420.health::before, .tablet-420X576.health::before, .mobile-350.health::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.patient-h2-wrapper h2{
  font-size: 40px;
  padding: 60px 0 30px;
  text-align: center;
}
               
.patient-content-wrapper{
  padding: 50px 20px 20px;
}

.patient-img-wrapper{
  border: 13px solid #cd4156;
  padding: 20px;
}

.patient-para-wrapper a p {
  color: #cd4156;
  font-weight: 600;
}
.patient-para-wrapper ul li::marker {
  color: #cd4156;
}


/* news and update blog page */

.blog-img-wrapper video {
  width: 100%;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.blog-container {
  border: 1px solid #c53c50;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  background: rgb(247, 235, 237);
}
.blog-m{
  margin: 30px 0;
}

.blog-wrapper {
  height: 530px;
}
.blog-content-wrapper {
  padding: 10px;
}

.blog-img-wrapper img {
    height: 240px;
    width: 415px;
    object-fit: inherit;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.blog-para-wrapper.pad {
  padding-top: 30px;
}
.blog-head-wrapper h3 {
  line-height: 1.5;
  font-size: 20px;
}
.blog-head-wrapper a h3:hover {
  color: #cd4156;
}
.patient-para-wrapper span{
  font-weight: 600;
}
/* kronos community start*/

.our-founding-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.our-founding-section:before {
  position: absolute;
  top: -0;
  left: 0;
  content: " ";
  background: url(img/service-section-bottom.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}
.founding-member {
  padding: 30px 0 40px;
  background: #f9f9f9;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #c53c50;
}
.founding-member:hover{
  border-bottom: 5px solid #c74155;
}

.founding-member .pic{
  display: inline-block;
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.founding-member .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #c53c50;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 1;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.founding-member:hover .pic:before{
height: 100%;
  background: #e1687b; 
}
.founding-member .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff00;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
.founding-member:hover .pic:after{
  background: #c74155;
}
.founding-member .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
  position: relative;
  z-index: 2;
}
.founding-member:hover .pic img{
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.founding-member .team-content{ margin-bottom: 30px; }
.founding-member .title{
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.founding-member .post{
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform:capitalize;
}
.founding-member .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #bd4052;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.founding-member:hover .social{ bottom: 0; }
.founding-member .social li{ display: inline-block; }
.founding-member .social li a{
  display: block;
  padding: 10px;
  font-size: 17px;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.founding-member .social li a:hover{
  color: #2f2f2f;
  background: #f7f5ec;
}
@media only screen and (max-width: 990px){
  .founding-member{ margin-bottom: 30px; }
}



.elementor-widget-container {
  padding: 20px;
}

.ui-e-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
}

.ui-e-wrap {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  border-radius: 12px;
  background: #f9f9f9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.ui-e-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.ui-e-img img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
}

.ui-e-content {
  flex: 1;
}

.ui-e-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.ui-e-text ul li {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.page-title-area.item-bg-14 {
  background-image: url(../img/partnership-banner.jpg);
  margin-top: 80px;
}
