@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&amp;display=swap");

/*===========================
  COMMON css 
===========================*/
:root {
  --font-family: "Inter", sans-serif;
  --primary: #006de0;
  --primary-dark: #082b61;
  --primary-light: #e2f1ff;
  --accent: #00d4d7;
  --accent-dark: #00bac1;
  --accent-light: #dff9f8;
  --success: #13d527;
  --success-dark: #00ae11;
  --success-light: #eafbe7;
  --secondary: #8f15d5;
  --secondary-dark: #6013c7;
  --secondary-light: #f4e5fa;
  --info: #15b2d5;
  --info-dark: #0f8ca8;
  --info-light: #e0f5fa;
  --caution: #dbbb25;
  --caution-dark: #d58f15;
  --caution-light: #fbf9e4;
  --error: #e6185e;
  --error-dark: #bf1257;
  --error-light: #fce4eb;
  --black: #1d1d1d;
  --dark-1: #2d2d2d;
  --dark-2: #4d4d4d;
  --dark-3: #6d6d6d;
  --gray-1: #8d8d8d;
  --gray-2: #adadad;
  --gray-3: #cdcdcd;
  --gray-4: #e0e0e0;
  --light-1: #efefef;
  --light-2: #f5f5f5;
  --light-3: #fafafa;
  --white: #ffffff;
  --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
  --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
  --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
  --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
  --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
  --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
  --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
  --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
  --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
  --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08),
    0px 0.5px 2px rgba(96, 97, 112, 0.16);
  --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04),
    0px 2px 4px rgba(96, 97, 112, 0.16);
  --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04),
    0px 4px 8px rgba(96, 97, 112, 0.16);
  --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04),
    0px 8px 16px rgba(96, 97, 112, 0.16);
  --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04),
    0px 16px 24px rgba(96, 97, 112, 0.16);
  --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08),
    0px 20px 32px rgba(96, 97, 112, 0.24);
}

body {
  font-family: var(--font-family);
  color: var(--black);
  font-size: 16px;
  position: relative;
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: var(--black);
  margin: 0px;
}

h1,
.h1 {
  font-size: 2.75em;
  line-height: 1.25;
}

h2,
.h2 {
  font-size: 2.25em;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: 1.75em;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 1.5em;
  line-height: 1.25;
}

h5,
.h5 {
  font-size: 1.25em;
  line-height: 1.25;
}

h6,
.h6 {
  font-size: 0.875em;
  line-height: 1.25;
}

.display-1 {
  font-size: 5.5em;
  line-height: 1.25;
}

.display-2 {
  font-size: 4.75em;
  line-height: 1.25;
}

.display-3 {
  font-size: 4em;
  line-height: 1.25;
}

.display-4 {
  font-size: 3.25em;
  line-height: 1.25;
}

p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-3);
  margin: 0px;
}

.text-small {
  font-size: 0.875em;
  line-height: 1.5;
}

.text-lg {
  font-size: 1.15em;
  line-height: 1.5;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.btn:hover {
  color: inherit;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn.btn-lg {
  font-size: 1.15em;
  padding: 16px 24px;
}

.btn.btn-sm {
  padding: 8px 16px;
}

.btn.square {
  border-radius: 0px;
}

.btn.semi-rounded {
  border-radius: 12px;
}

.btn.rounded-full {
  border-radius: 50px;
}

.btn.icon-left span,
.btn.icon-left i {
  margin-right: 8px;
}

.btn.icon-right span,
.btn.icon-right i {
  margin-left: 8px;
}

.btn.icon-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  line-height: 48px;
}

.btn.icon-btn.btn-lg {
  width: 56px;
  height: 56px;
  line-height: 56px;
}

.btn.icon-btn.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* ===== Buttons Css ===== */
.primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}

.active.primary-btn,
.primary-btn:hover,
.primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}

.deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}

.active.primary-btn-outline,
.primary-btn-outline:hover,
.primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}

.deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/* One Click Scrool Top Button*/
.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 5px;
}

.scroll-top:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: var(--dark-1);
}

/*===========================
  Section Title Two CSS
===========================*/
.section-title-two {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-two {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .section-title-two {
    margin-bottom: 35px;
  }
}
.section-title-two span {
  text-transform: capitalize;
  color: var(--white);
  background: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 4px;
}
.section-title-two h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-two h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .section-title-two h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.section-title-two p {
  color: var(--dark-3);
}

.made-in-ayroui {
  position: fixed;
  left: 5px;
  bottom: 5px;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.made-in-ayroui:hover {
  transform: translateY(-5px);
}

/* ===== Buttons Css ===== */
.primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.active.primary-btn,
.primary-btn:hover,
.primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.active.primary-btn-outline,
.primary-btn-outline:hover,
.primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/* ===== Buttons Css ===== */
.primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.active.primary-btn,
.primary-btn:hover,
.primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.active.primary-btn-outline,
.primary-btn-outline:hover,
.primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===========================
  NAVBAR css 
===========================*/
.navbar-toggler:focus {
  box-shadow: none;
}

/*===== NAVBAR FIVE =====*/
.navbar-area.navbar-five {
  background: var(--primary);
  position: absolute;
  width: 100%;
  z-index: 99;
}
.sticky {
  position: fixed !important;
  z-index: 99 !important;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-area.navbar-five {
    padding: 10px 0;
  }
}
.navbar-area.navbar-five .navbar {
  position: relative;
  padding: 0;
}
.navbar-area.navbar-five .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: var(--white);
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-five
  .navbar
  .navbar-toggler.active
  .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-area.navbar-five
  .navbar
  .navbar-toggler.active
  .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-area.navbar-five
  .navbar
  .navbar-toggler.active
  .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-area.navbar-five .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: var(--primary);
    z-index: 8;
    padding: 10px 16px;
  }
}
.navbar-area.navbar-five .navbar .navbar-nav {
  margin-right: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-area.navbar-five .navbar .navbar-nav {
    margin-right: 0;
  }
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item {
  position: relative;
  margin-right: 35px;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item a {
  display: flex;
  align-items: center;
  padding: 30px 0;
  color: var(--white);
  text-transform: capitalize;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 500;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-area.navbar-five .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    border: 0;
    margin: 0;
  }
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item a.active::before {
  -webkit-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  -o-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 0;
  background-color: var(--white);
  left: 50%;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  -o-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-area.navbar-five .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item a::after {
  top: auto;
  bottom: 0;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item a i {
  font-size: 14px;
  font-weight: 700;
  padding-left: 8px;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item:hover > a::before {
  -webkit-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  -o-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 260px;
  background-color: var(--white);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    height: 0;
  }
}
.navbar-area.navbar-five
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu.collapse:not(.show) {
  height: auto;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-area.navbar-five
    .navbar
    .navbar-nav
    .nav-item
    .sub-menu.collapse:not(.show) {
    height: 0;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu.show {
    height: auto;
  }
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu li {
  position: relative;
}
.navbar-area.navbar-five
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu
  li
  .sub-nav-toggler {
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  position: relative;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  z-index: 5;
  font-size: 15px;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu li a i {
  font-weight: 700;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu li a i {
    display: none;
  }
}
.navbar-area.navbar-five
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu
  li
  a
  .sub-nav-toggler
  i {
  display: inline-block;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu li a::before {
  display: none;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu li a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: var(--primary);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 1400px) {
  .navbar-area.navbar-five
    .navbar
    .navbar-nav
    .nav-item
    .sub-menu
    li
    .sub-menu {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area.navbar-five
    .navbar
    .navbar-nav
    .nav-item
    .sub-menu
    li
    .sub-menu {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .navbar-area.navbar-five
    .navbar
    .navbar-nav
    .nav-item
    .sub-menu
    li
    .sub-menu {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-area.navbar-five
    .navbar
    .navbar-nav
    .nav-item
    .sub-menu
    li
    .sub-menu.show {
    visibility: visible;
    height: auto;
    position: relative;
  }
}
.navbar-area.navbar-five
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu
  li:hover
  .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-area.navbar-five
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu
  li:hover
  .sub-nav-toggler {
  color: var(--white);
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
  color: var(--white);
}
.navbar-area.navbar-five
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu
  li:hover
  > a::after {
  opacity: 1;
}
.navbar-area.navbar-five
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu
  li:hover
  > a::before {
  opacity: 1;
}
.navbar-area.navbar-five .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .navbar-area.navbar-five .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: var(--white);
  }
}

/* ===== Buttons Css ===== */
.header-ten .header-text .light-rounded-buttons .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}

.header-ten .header-text .light-rounded-buttons .active.primary-btn,
.header-ten .header-text .light-rounded-buttons .primary-btn:hover,
.header-ten .header-text .light-rounded-buttons .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}

.header-ten .header-text .light-rounded-buttons .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/* ===== Buttons Css ===== */
.header-eleven .header-text .light-rounded-buttons .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.header-eleven .header-text .light-rounded-buttons .active.primary-btn,
.header-eleven .header-text .light-rounded-buttons .primary-btn:hover,
.header-eleven .header-text .light-rounded-buttons .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.header-eleven .header-text .light-rounded-buttons .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*======================================
    header Area CSS
========================================*/
.header-eleven {
  background-color: var(--primary);
  position: relative;
  overflow: hidden;
  padding: 150px 0 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-eleven {
    padding: 130px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .header-eleven {
    padding: 100px 0 60px 0;
  }
}
.header-eleven .shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header-eleven .shape {
    height: 100px;
  }
}
.header-eleven .header-inner {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 3;
}
.header-eleven .header-text h1 {
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-eleven .header-text h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .header-eleven .header-text h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
.header-eleven .header-text h1 span {
  font-weight: 300;
}
.header-eleven .header-text p {
  color: var(--white);
  opacity: 0.7;
}
.header-eleven .header-text .light-rounded-buttons {
  margin-top: 30px;
}
.header-eleven .header-text .light-rounded-buttons .primary-btn {
  background-color: var(--white);
  color: var(--primary);
}
.header-eleven .mobile-screen {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .header-eleven .mobile-screen {
    display: none;
  }
}

/*===========================
    clients-03 css 
===========================*/
.client-logo-three {
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-three {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .client-logo-three {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.client-logo-three .section-title-four {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-three .section-title-four {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .client-logo-three .section-title-four {
    margin-bottom: 35px;
  }
}
.client-logo-three .section-title-four span {
  text-transform: uppercase;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .client-logo-three .section-title-four span {
    margin-bottom: 15px;
  }
}
.client-logo-three .section-title-four h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-three .section-title-four h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .client-logo-three .section-title-four h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.client-logo-three .section-title-four h3 {
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--gray-3);
  z-index: -1;
  /*-webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: var(--gray-3);
  opacity: 0.5;*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo-three .section-title-four h3 {
    font-size: 3.3rem;
    line-height: 3.5rem;
    top: -18px;
  }
}
@media (max-width: 767px) {
  .client-logo-three .section-title-four h3 {
    font-size: 2.7rem;
    line-height: 3.2rem;
    top: -17px;
  }
}
.client-logo-three .section-title-four p {
  color: var(--dark-3);
}
.client-logo-three .single-client {
  margin-top: 30px;
}
/*.client-logo-three .single-client img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.client-logo-three .single-client:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}*/

/*# sourceMappingURL=clients-03.css.map */

/*===========================
  features css 
===========================*/
.features-twelve {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-twelve {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .features-twelve {
    padding: 60px 0;
  }
}
.features-twelve .section-title-two {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-twelve .section-title-two {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .features-twelve .section-title-two {
    margin-bottom: 35px;
  }
}
.features-twelve .section-title-two span {
  text-transform: capitalize;
  color: var(--white);
  background: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 4px;
}
.features-twelve .section-title-two h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-twelve .section-title-two h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .features-twelve .section-title-two h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.features-twelve .section-title-two p {
  color: var(--dark-3);
}

.features-style-twelve {
  padding: 25px 20px;
  border: 2px solid var(--gray-4);
  border-radius: 10px;
  background-color: var(--white);
  text-align: left;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-style-twelve {
    padding: 40px 20px;
  }
}
.features-style-twelve:hover {
  box-shadow: var(--shadow-4);
}
.features-style-twelve .feature-icon {
  width: 80px;
  height: 80px;
  box-shadow: var(--shadow-2);
  border-radius: 5px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 35px;
  margin-bottom: 30px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.features-style-twelve .feature-icon i {
  transition: all 0.4s ease-in-out;
}
.features-style-twelve h4 {
  display: block;
  margin-bottom: 20px;
}
.features-style-twelve p {
  color: var(--dark-3);
}
.features-style-twelve:hover {
  border-color: var(--primary);
}

.feature-icon {
  width: 80px;
  height: 80px;
  box-shadow: var(--shadow-2);
  border-radius: 5px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 35px;
  margin-bottom: 30px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.titulo-card-sobre {
  font-weight: bold;
}

/* ===== Buttons Css ===== */
.about-eight .content .light-rounded-buttons .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.about-eight .content .light-rounded-buttons .active.primary-btn-outline,
.about-eight .content .light-rounded-buttons .primary-btn-outline:hover,
.about-eight .content .light-rounded-buttons .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.about-eight .content .light-rounded-buttons .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

.data-cronograma {
  font-weight: bold;
}

/*======================================
  About Eight CSS
========================================*/
.about-eight {
  position: relative;
  background-color: var(--light-2);
  z-index: 2;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-eight {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .about-eight {
    padding: 60px 0;
  }
}
.about-eight img {
  width: 100%;
}
.about-eight .section-title-two {
  text-align: center;
  max-width: 550px;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-eight .section-title-two {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-eight .section-title-two {
    margin-bottom: 30px;
  }
}
.about-eight .section-title-two span {
  text-transform: capitalize;
  color: var(--white);
  background: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 4px;
}
.about-eight .section-title-two h2 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-eight .section-title-two h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 767px) {
  .about-eight .section-title-two h2 {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.about-eight .section-title-two p {
  color: var(--dark-3);
}
.about-eight .content {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-eight .content {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .about-eight .content {
    padding-bottom: 40px;
  }
}
.about-eight .content .icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  background: var(--primary);
  color: var(--white);
  border-radius: 10px;
  font-size: 30px;
  margin-bottom: 30px;
}
.about-eight .content p {
  margin: 20px 0;
  color: var(--dark-3);
}
.about-eight .content .light-rounded-buttons {
  padding-top: 20px;
}

/*===== VIDEO ONE =====*/
.video-one {
  background-color: var(--light-3);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-one {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .video-one {
    padding: 60px 0;
  }
}
.video-one .video-title h5 {
  font-weight: 600;
  color: var(--primary);
}
.video-one .video-title h2 {
  font-weight: 700;
  color: var(--black);
  margin-top: 10px;
}
.video-one .video-title .text-lg {
  margin-top: 24px;
  color: var(--dark-3);
}
.video-one .video-content {
  position: relative;
  margin-top: 60px;
  border-radius: 8px;
  overflow: hidden;
}
.video-one .video-content img {
  border-radius: 8px;
}
.video-one .video-content a {
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding-left: 3px;
}
@media (max-width: 767px) {
  .video-one .video-content a {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
  }
}
.video-one .video-content a:hover {
  background-color: var(--white);
  color: var(--primary);
}

/* ===== Buttons Css ===== */
.pricing-style-thirteen .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.pricing-style-thirteen .active.primary-btn,
.pricing-style-thirteen .primary-btn:hover,
.pricing-style-thirteen .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.pricing-style-thirteen .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.pricing-style-thirteen .primary-btn-outline {
  border-color: var(--primary);
  color: var(--primary);
}
.pricing-style-thirteen .active.primary-btn-outline,
.pricing-style-thirteen .primary-btn-outline:hover,
.pricing-style-thirteen .primary-btn-outline:focus {
  background: var(--primary-dark);
  color: var(--white);
}
.pricing-style-thirteen .deactive.primary-btn-outline {
  color: var(--dark-3);
  border-color: var(--gray-4);
  pointer-events: none;
}

/*===== PRICING THIRTEEN =====*/
.pricing-thirteen {
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-thirteen {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .pricing-thirteen {
    padding: 60px 0;
  }
}
.pricing-style-thirteen {
  padding: 50px;
  margin-top: 30px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .pricing-style-thirteen {
    padding: 45px 30px 50px;
  }
}
.pricing-style-thirteen .price {
  font-size: 45px;
  color: var(--black);
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-style-thirteen .price {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .pricing-style-thirteen .price {
    font-size: 40px;
  }
}
.pricing-style-thirteen .price span {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: -2px;
}
.pricing-style-thirteen .pricing-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 20px;
}
.pricing-style-thirteen .pricing-title .badge {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 50px;
  background-color: var(--primary);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}
.pricing-style-thirteen .pricing-title .title {
  font-weight: 600;
  font-size: 22px;
  padding-left: 10px;
}
.pricing-style-thirteen .pricing-list {
  padding-bottom: 10px;
}
.pricing-style-thirteen li {
  color: var(--dark-3);
  margin-top: 20px;
}
.pricing-style-thirteen .pricing-btn {
  padding-top: 40px;
}
.pricing-style-thirteen.pricing-color-1 .pricing-title .badge {
  background-color: var(--primary);
}
.pricing-style-thirteen.pricing-color-2 .pricing-title .badge {
  background-color: var(--error);
}
.pricing-style-thirteen.pricing-color-3 .pricing-title .badge {
  background-color: var(--success);
}
.pricing-style-thirteen.pricing-active {
  box-shadow: var(--shadow-4);
}

/*===== SLIDER SEVEN =====*/
.slider-seven {
  background-color: var(--light-3);
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-seven {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .slider-seven {
    padding: 60px 0;
  }
}
.slider-seven .slider-items-three-active {
  margin: 0;
}
.slider-seven .single-items-three {
  margin-top: 30px;
}
.slider-seven .single-items-three .items-image img {
  width: 100%;
  border-radius: 10px;
}
.slider-seven .single-items-three .items-content {
  margin-top: 16px;
  position: relative;
}
.slider-seven .single-items-three .items-content .items-title {
  padding-right: 30px;
}
.slider-seven .single-items-three .items-content .items-title a {
  font-size: 24px;
  line-height: 30px;
  color: var(--black);
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .slider-seven .single-items-three .items-content .items-title a {
    font-size: 20px;
    line-height: 28px;
  }
}
.slider-seven .single-items-three .items-content .items-title a:hover {
  color: var(--primary);
}
.slider-seven .single-items-three .items-content i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: var(--dark-3);
}
.slider-seven .slider-items-three-wrapper {
  position: relative;
  margin: 0;
}
.slider-seven .slider-items-three-wrapper .tns-nav {
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
.slider-seven .slider-items-three-wrapper .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: var(--primary);
  opacity: 0.3;
  border: 0;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.slider-seven .slider-items-three-wrapper .tns-nav button.tns-nav-active {
  width: 20px;
  opacity: 1;
  border-radius: 5px;
}
.slider-seven .slider-items-three-wrapper .tns-nav button:hover {
  opacity: 1;
}
.slider-seven .slider-items-three-wrapper .tns-controls {
  z-index: 2;
}
.slider-seven .slider-items-three-wrapper .tns-controls button {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  left: -25px;
  font-size: 27px;
  line-height: 30px;
  color: var(--dark-3);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--primary);
  z-index: 9;
  color: var(--white);
  padding: 8px 12px;
  border-radius: 6px;
}
@media (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-seven .slider-items-three-wrapper .tns-controls button {
    font-size: 24px;
    left: -24px;
  }
}
.slider-seven .slider-items-three-wrapper .tns-controls button:hover {
  color: var(--white);
  background-color: var(--dark-1);
}
.slider-seven
  .slider-items-three-wrapper
  .tns-controls
  button[data-controls="next"] {
  left: auto;
  right: 0px;
}

/* ===== Buttons Css ===== */
.call-action-three .call-action-content .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}
.call-action-three .call-action-content .active.primary-btn,
.call-action-three .call-action-content .primary-btn:hover,
.call-action-three .call-action-content .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}
.call-action-three .call-action-content .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

/*===== call action three =====*/
.call-action-three {
  background-color: var(--light-2);
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action-three {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .call-action-three {
    padding: 60px 0;
  }
}
.call-action-three .call-action-content {
  margin-bottom: 50px;
}
.call-action-three .call-action-content .action-title {
  font-weight: 600;
  color: var(--black);
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 45px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action-three .call-action-content .action-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .call-action-three .call-action-content .action-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.call-action-three .call-action-content .text {
  margin-bottom: 40px;
}

/*======================================
	Team CSS
========================================*/
.team-style-seven {
  background-color: var(--light-3);
  padding: 100px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-style-seven {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .team-style-seven {
    padding: 60px 0;
  }
}
.team-style-seven .single-team {
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  background: transparent;
}
.team-style-seven .single-team .shapes {
  position: relative;
}
.team-style-seven .single-team .shapes .shape1 {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.team-style-seven .single-team .shapes .shape2 {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.team-style-seven .single-team:hover .shapes .shape1 {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.team-style-seven .single-team:hover .shapes .shape2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.team-style-seven .single-team .info-head {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 20px;
}
.team-style-seven .single-team:hover .info-head {
  border-color: transparent;
}
.team-style-seven .single-team:hover .info-head:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.team-style-seven .single-team .image {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.team-style-seven .single-team .image img {
  height: 100%;
  width: 100%;
}
.team-style-seven .single-team .info-box {
  text-align: center;
}
.team-style-seven .single-team .info-box .name {
  display: block;
  font-size: 18px;
  color: var(--black);
  margin-bottom: 3px;
  text-transform: capitalize;
}
.team-style-seven .single-team .info-box .name a {
  font-weight: 600;
  font-size: 16px;
}
.team-style-seven .single-team .info-box .name a:hover {
  color: var(--primary);
}
.team-style-seven .single-team .info-box .designation {
  color: var(--dark-3);
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-style-seven .single-team .social-links {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 15px;
}
.team-style-seven .single-team .social-links .social {
  border: 1px solid var(--gray-4);
  padding: 12px 30px;
  border-radius: 30px;
}
.team-style-seven .single-team .social-links .social li {
  display: inline-block;
  margin-right: 15px;
}
.team-style-seven .single-team .social-links .social li:last-child {
  margin-right: 0px;
}
.team-style-seven .single-team .social-links .social li a {
  color: var(--dark-3);
  display: block;
  font-size: 16px;
}
.team-style-seven .single-team .social-links .social li a:hover {
  color: var(--primary);
}

/*===== TESTIMONIAL STYLE FOUR =====*/
.testimonial-7 {
  padding-bottom: 0;
  position: relative;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-7 {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .testimonial-7 {
    padding: 60px 0;
  }
}
.testimonial-7 .single-testimonial {
  background-color: var(--primary);
  position: relative;
}
.testimonial-7 .single-testimonial .testimonial-content {
  padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-7 .single-testimonial .testimonial-content {
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .testimonial-7 .single-testimonial .testimonial-content {
    padding: 35px;
  }
}
.testimonial-7 .single-testimonial .testimonial-content i {
  font-size: 50px;
  display: block;
  margin-bottom: 30px;
  color: var(--white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-7 .single-testimonial .testimonial-content i {
    margin-bottom: 25px;
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .testimonial-7 .single-testimonial .testimonial-content i {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.testimonial-7 .single-testimonial .testimonial-content h2 {
  color: var(--white);
  font-weight: 700;
  font-size: 27px;
  line-height: 37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-7 .single-testimonial .testimonial-content h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .testimonial-7 .single-testimonial .testimonial-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.testimonial-7 .single-testimonial .testimonial-content .name {
  color: var(--white);
  display: block;
  margin-top: 30px;
  font-size: 13px;
  font-weight: 600;
}
.testimonial-7 .single-testimonial .testimonial-content .name span {
  display: block;
  margin-top: 4px;
}
.testimonial-7 .single-testimonial .testimonial-image img {
  width: 100%;
}
.testimonial-7 .testimonial-slider-head {
  position: relative;
}
.testimonial-7 .testimonial-slider-head .tns-controls {
  position: absolute;
  right: 35%;
  bottom: 180px;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-7 .testimonial-slider-head .tns-controls {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-7 .testimonial-slider-head .tns-controls {
    right: 20px;
    bottom: 20px;
  }
}
.testimonial-7 .testimonial-slider-head .tns-controls button {
  width: 60px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  color: var(--black);
  font-size: 18px;
  background: var(--white);
  border: 0;
  padding: 2px 5px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial-7 .testimonial-slider-head .tns-controls button:hover {
  color: var(--primary);
}
.testimonial-7 .testimonial-slider-head .tns-controls button:first-child {
  border-right: 1px solid var(--gray-4);
}

/* ===== Buttons Css ===== */
.contact-us .form-main .form-group .primary-btn {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow-2);
}

.contact-us .form-main .form-group .active.primary-btn,
.contact-us .form-main .form-group .primary-btn:hover,
.contact-us .form-main .form-group .primary-btn:focus {
  background: var(--primary-dark);
  color: var(--white);
  box-shadow: var(--shadow-4);
}

.contact-us .form-main .form-group .deactive.primary-btn {
  background: var(--gray-4);
  color: var(--dark-3);
  pointer-events: none;
}

.form-main .form-group input {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 2px solid var(--gray-4);
  padding: 0px 20px;
  color: var(--black);
  border-radius: 0px;
  font-weight: 400;
}

.form-main .form-group textarea,
.contact-us .form-main .form-group input {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 2px solid var(--gray-4);
  padding: 0px 20px;
  color: var(--black);
  border-radius: 0px;
  font-weight: 400;
}

.form-main .form-group select {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 2px solid var(--gray-4);
  padding: 0px 20px;
  color: var(--black);
  border-radius: 0px;
  font-weight: 400;
}

.form-main .form-group textarea,
.contact-us .form-main .form-group select {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 2px solid var(--gray-4);
  padding: 0px 20px;
  color: var(--black);
  border-radius: 0px;
  font-weight: 400;
}

/* Style check box form*/
.checkbox-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 2 colunas do mesmo tamanho */
  gap: 10px 20px; /* espaço entre linhas e colunas */
  margin-top: 10px;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 8px;
  /* font-family: Arial, sans-serif; */
  /* font-size: 16px; */
  background-color: #f5f5f5;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #6d6d6d;
}

.checkbox-group label:hover {
  background-color: #e0e0e0;
}

.checkbox-group input[type="checkbox"] {
  accent-color: #007bff;
  width: 18px;
  height: 18px;
}

@media (max-width: 767px) {
  .checkbox-group {
    grid-template-columns: repeat(2, 1fr); /* 2 colunas do mesmo tamanho */
  }
}

/* Style check box form*/

.form-main .form-group {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

/*===========================
    CONTACT css 
===========================*/
.contact-us {
  position: relative;
  background-color: var(--light-3);
  padding: 100px 0 85px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us {
    padding: 50px 0 50px 0;
  }
}

@media (max-width: 767px) {
  .contact-us {
    padding: 30px 0 30px 0;
  }
}

.contact-us .inner-content {
  border-radius: 5px;
  overflow: hidden;
}

.contact-us .title {
  margin-bottom: 30px;
}

.contact-us .contact-inner-title {
  margin-bottom: 45px;
}

.contact-us .single-head {
  position: relative;
  z-index: 5;
}

.contact-us .single-info {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative;
}

.contact-us .single-info i {
  font-size: 22px;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  background: var(--primary);
  color: var(--white);
  line-height: 50px;
  border-radius: 5px;
}

.contact-us .single-info ul {
  display: inline-block;
}

.contact-us .single-info ul li {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  color: var(--black);
  display: block;
  margin-bottom: 4px;
}

.contact-us .single-info ul li a {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  color: var(--black);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.contact-us .single-info ul li a:hover {
  color: var(--primary);
}

.contact-us .single-info ul li span {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--black);
}

.contact-us .single-info ul li:last-child {
  margin-bottom: 0;
}

.contact-us .single-info .title {
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--white);
}

.contact-us .single-info .title span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
}

.contact-us .form-main {
  padding-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .contact-us .form-main {
    padding: 0;
    margin-bottom: 30px;
  }
}

.contact-us .form-main .form-group {
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.contact-us .form-main .form-group textarea,
.contact-us .form-main .form-group input {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 2px solid var(--gray-4);
  padding: 0px 20px;
  color: var(--black);
  border-radius: 0px;
  font-weight: 400;
  border-radius: 5px;
}

.contact-us .form-main .form-group textarea:focus,
.contact-us .form-main .form-group input:focus {
  border-color: var(--primary);
}

.contact-us .form-main .form-group textarea {
  height: 180px;
  resize: none;
}

/*===== FOOTER SIX =====*/
.footer-six {
  background-color: var(--black);
  position: relative;
}
.footer-six .f-about {
  margin-top: 30px;
}
.footer-six .f-about .text {
  color: var(--white);
  margin-top: 25px;
  opacity: 0.7;
}
.footer-six .footer-widget {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-six .footer-widget {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .footer-six .footer-widget {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.footer-six .footer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--white);
}
.footer-six .footer-support {
  padding-top: 22px;
}
.footer-six .footer-support span {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-2);
  font-weight: 400;
  margin-top: 9px;
  display: block;
}
.footer-six .footer-support span i {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  color: var(--white);
  position: relative;
  top: 2px;
}
@media (max-width: 767px) {
  .footer-six .footer-support span {
    display: block;
  }
}
.footer-six .footer-app-store {
  margin-top: 30px;
}
.footer-six .footer-app-store .download-title {
  font-size: 15px;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  color: var(--white);
}
.footer-six .footer-app-store ul {
  margin-top: 24px;
}
.footer-six .footer-app-store ul li {
  display: inline-block;
  margin-bottom: 15px;
}
.footer-six .footer-app-store ul li:last-child {
  margin: 0;
}
.footer-six .footer-app-store ul li img {
  max-width: 160px;
}
.footer-six .footer-app-store ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer-six .footer-app-store ul li {
    width: 120px;
    display: block;
    margin-bottom: 10px;
  }
  .footer-six .footer-app-store ul li:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-six .footer-app-store ul li {
    width: auto;
  }
}
.footer-six .footer-app-store ul li a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.footer-six .footer-app-store ul li a:hover {
  box-shadow: var(--shadow-4);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.footer-six .footer-link {
  margin-top: 30px;
}
.footer-six .footer-link ul {
  margin-top: 8px;
}
.footer-six .footer-link ul a {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin-top: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0.7;
}
.footer-six .footer-link ul a:hover {
  opacity: 1;
}
.footer-six .footer-copyright {
  border-top: 1px solid var(--dark-3);
}
.footer-six .copyright {
  padding-bottom: 23px;
  padding-top: 13px;
}
.footer-six .copyright .text {
  color: var(--white);
  opacity: 0.7;
  margin-top: 10px;
}
.footer-six .social {
  margin-top: 15px;
}
.footer-six .social li {
  display: inline-block;
  margin-right: 15px;
}
.footer-six .social li:last-child {
  margin-right: 0;
}
.footer-six .social a {
  font-size: 18px;
  color: var(--white);
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-six .social a:hover {
  color: var(--primary);
  opacity: 1;
}

/*# sourceMappingURL=footer-06.css.map */
