/*
Theme Name: Cofive
Author: -
Author URI: 
Description: Cofive theme
Tags: cofive
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwenty
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
  font-family: "Inter", sans-serif;
}

.btn {
  text-align: center;
  font-family: Inter;
  font-style: normal;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
}
.btn svg {
  margin-left: 15px;
  position: relative;
  top: -1px;
}
@media (max-width: 991px) {
  .btn {
    padding: 15px 20px;
  }
}

.btn-primary {
  background: #2929CB;
  border-color: #2929CB;
  color: #FFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #2929CB;
  border-color: #2929CB;
  color: #FFF;
}

.btn-secondary {
  background: rgba(41, 41, 203, 0.05);
  border-color: transparent;
  color: #2929CB;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: rgba(41, 41, 203, 0.05);
  border-color: transparent;
  color: #2929CB;
}

@media (max-width: 576px) {
  .mobile-fullwidth {
    width: 100%;
  }
}

.navbar {
  padding-top: 10px !important;
  padding-top: 15px;
}
.navbar.navbar-topas {
  background: #fff;
}
.navbar .navbar-toggler {
  border: 0;
}
.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .navbar-brand img {
  position: relative;
  top: -5px;
}
.navbar .navbar-nav .nav-link {
  color: #070707;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.navbar .navbar-nav .btn {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .btn {
    margin-top: 15px;
  }
}
.navbar .navbar-nav .btn-trial {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .btn-trial {
    margin-left: 0;
  }
}
.navbar .navbar-nav .btn-login {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .btn-login {
    margin-left: 0;
  }
}
.navbar .navbar-nav .btn-phone {
  padding-left: 11px;
  padding-right: 11px;
}
.navbar .navbar-nav .btn-phone svg {
  margin-left: 0;
}
.navbar .navbar-nav .dropdown-item {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.navbar .navbar-nav .dropdown-item:hover, .navbar .navbar-nav .dropdown-item:focus, .navbar .navbar-nav .dropdown-item:active {
  background: #2929CB;
  color: #FFF;
}

.section {
  padding: 80px 0 60px;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0 60px;
  }
  .section.news {
    padding-bottom: 40px;
  }
}
.section.grey {
  background: #F7F7FC;
}
.section.grey2 {
  background: #EAEAF5;
}
.section .big-title {
  color: #070707;
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 116.667% */
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section .big-title {
    font-size: 30px;
    line-height: 40px;
  }
}
.section .big-title.biggest {
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .section .big-title.biggest {
    font-size: 40px;
    line-height: 50px;
  }
}
.section .big-title .rainbow {
  background: linear-gradient(135deg, #6969F1 0%, #2929CB 22.88%, #05D1BD 73.37%, #0DAA9B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.section .big-title .bold {
  font-weight: 900;
}
.section .desc {
  color: #444C63;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .section .desc {
    margin-bottom: 30px;
  }
}
.section .desc.smaller {
  font-size: 16px;
  line-height: 20px;
}
.section .desc.smaller2 {
  font-size: 18px;
  line-height: 30px;
}
.section .desc .underline {
  text-decoration: underline;
}
.section .desc a:not(.btn) {
  color: #444C63;
}
.section .desc p {
  margin-bottom: 0;
}
.section .text-container {
  max-width: 860px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .section .text-container {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .section .text-container .btn {
    width: 100%;
  }
}
.section .mobile-hero-btn {
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .section .mobile-hero-btn {
    width: 100%;
  }
}
.section .video-container {
  border-radius: 20px;
  background-image: url("assets/img/Group 5.png");
  background-size: cover;
  background-position: center;
  padding: 50px 75px 0;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .section .video-container {
    padding: 15px 20px 0;
    margin-bottom: 30px;
  }
}
.section .video-container .buttons {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 991px) {
  .section .video-container .buttons {
    right: 5px;
    top: 5px;
  }
}
.section .video-container .buttons .small-btn {
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 991px) {
  .section .video-container .buttons .small-btn {
    border: 1px solid #DDE0E8;
    border-radius: 150px;
  }
  .section .video-container .buttons .small-btn img {
    width: 40px;
  }
}
.section .video-container .video-img {
  max-width: 100%;
}
.section .features-row > div {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .section .features-row > div {
    margin-bottom: 10px;
  }
}
.section .features-row.last-row {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .section .features-row.last-row {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .section .features-row.features-row-middle {
    margin-bottom: 20px;
  }
}
.section .feature {
  border-radius: 20px;
  background: #ECEEF3;
  padding: 50px;
  height: 100%;
}
.section .feature.f1 {
  background-image: url("assets/img/Group 39.png");
  background-size: cover;
  background-position: center;
}
.section .feature.f1 .img-container {
  padding-right: 75px;
}
@media (max-width: 991px) {
  .section .feature.f1 .img-container {
    padding-right: 0;
  }
}
.section .feature.f2 {
  background-image: url("assets/img/Group 39 Copy.png");
  background-size: cover;
  background-position: center;
  padding-top: 25px;
}
.section .feature.f2 .img-container {
  height: 360px;
}
@media (max-width: 1400px) {
  .section .feature.f2 .img-container {
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .section .feature.f2 .img-container {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .section .feature.f2 .img-container {
    height: auto;
  }
}
.section .feature.f3 {
  background-image: url("assets/img/Group 39 Copy 2.png");
  background-size: cover;
  background-position: center;
}
.section .feature.f3 .img-container {
  height: 336px;
}
@media (max-width: 1400px) {
  .section .feature.f3 .img-container {
    height: 275px;
  }
}
@media (max-width: 1200px) {
  .section .feature.f3 .img-container {
    height: 215px;
  }
}
@media (max-width: 991px) {
  .section .feature.f3 .img-container {
    height: auto;
  }
}
.section .feature.f4 {
  background-image: url("assets/img/Group 39 Copy 3.png");
  background-size: cover;
  background-position: center;
}
.section .feature.f4 .img-container {
  padding-right: 75px;
}
@media (max-width: 991px) {
  .section .feature.f4 .img-container {
    padding-right: 0;
  }
}
.section .feature.f5 {
  background-image: url("assets/img/Group 36.png");
  background-size: cover;
  background-position: center;
}
.section .feature.f6 {
  background-image: url("assets/img/Group 36 (1).png");
  background-size: cover;
  background-position: center;
}
.section .feature.f7 {
  background-image: url("assets/img/Group 36 (2).png");
  background-size: cover;
  background-position: center;
}
.section .feature.f8 {
  background-image: url("assets/img/Group 36 (3).png");
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .section .feature {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .section .feature.feature-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section .feature.custom {
  padding: 0 0 50px;
}
@media (max-width: 991px) {
  .section .feature.custom {
    padding: 0 0 20px;
  }
}
.section .feature.custom .content {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .section .feature.custom .content {
    padding: 0 20px;
  }
}
.section .feature.custom img {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
.section .feature img {
  width: 100%;
}
@media (max-width: 991px) {
  .section .feature img {
    margin-bottom: 0px;
  }
}
.section .feature .title {
  color: #070707;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  /* 120% */
}
@media (max-width: 991px) {
  .section .feature .title {
    font-size: 20px;
  }
}
.section .feature .desc {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section .feature .desc {
    font-size: 14px;
    line-height: 25px;
  }
}
.section .feature .link {
  color: #2929CB;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  margin-top: 15px;
  text-decoration: none;
  display: block;
}
.section .feature .link:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .section .feature .link {
    display: none;
  }
}
.section .feature .numbers {
  color: #2929CB;
  text-align: center;
  font-family: Inter;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 70px;
  /* 116.667% */
  margin-bottom: 18px;
  margin-top: 10px;
}
.section .feature .numbers svg {
  position: relative;
  top: -3px;
}
.section .feature.bigger {
  padding: 80px 60px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section .feature.bigger {
    padding: 20px 0px;
    margin-bottom: 10px;
  }
}
.section .feature.bigger.flip {
  flex-direction: row-reverse;
}
@media (min-width: 991px) {
  .section .feature.bigger.flip .textas {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .section .feature.bigger {
    flex-direction: column-reverse !important;
  }
}
.section .feature.bigger .title {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section .feature.bigger .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.section .feature.bigger .list {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .section .feature.bigger .list {
    margin-bottom: 20px;
  }
}
.section .feature.bigger .list .single {
  color: #444C63;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .section .feature.bigger .list .single {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
  }
}
.section .feature.bigger .list .single svg {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .section .feature.bigger .list .single svg {
    margin-right: 5px;
  }
}
.section .feature.bigger img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .section .feature.bigger img {
    margin-bottom: 20px;
  }
}
.section .feature .video-placeholder {
  position: relative;
}
.section .feature .video-placeholder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -120px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .section .feature-btn-mob {
    margin-bottom: 30px;
  }
}
.section .partners .single-partner {
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
}
.section .partners .single-partner img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.section .steps {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .section .steps {
    margin-bottom: 40px;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
  }
}
.section .steps .step {
  text-align: center;
  position: relative;
}
.section .steps .step-bg {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}
@media (max-width: 991px) {
  .section .steps .step-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section .steps .step-circle {
  width: 100px;
  height: 100px;
  background-color: #17cfc8;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 30px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section .steps .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #132128;
  z-index: -1;
}
@media (min-width: 991px) {
  .section .steps .step:not(:last-child)::after {
    left: 78%;
    width: calc(55% - 30px);
  }
}
.section .steps .step:last-child::after {
  display: none;
}
.section .steps .title {
  color: #070707;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}
.section .steps.pricing-steps .line-mob {
  display: none;
}
@media (max-width: 991px) {
  .section .steps.pricing-steps {
    overflow: none;
    flex-direction: column;
  }
  .section .steps.pricing-steps .step {
    margin-bottom: 30px;
  }
  .section .steps.pricing-steps .step:after {
    display: none;
  }
  .section .steps.pricing-steps .line-mob {
    display: block;
    margin-top: 30px;
  }
}
.section .steps.pricing-steps .icon {
  margin-bottom: 20px;
}
.section .steps.pricing-steps .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #070707;
  margin-bottom: 10px;
}
.section .steps.pricing-steps .desc {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.section .hero-btn {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .section .hero-btn {
    margin-bottom: 40px;
  }
}

.why-us {
  background: url("assets/img/Group 10@2x.png");
  background-size: cover;
  background-position: center;
}
.why-us .big-title {
  color: #fff;
  margin-bottom: 60px;
  text-align: left;
  padding-right: 70px;
}
@media (max-width: 991px) {
  .why-us .big-title {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .why-us .row {
    flex-direction: column-reverse;
  }
}
.why-us .points {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .why-us .points {
    margin-bottom: 30px;
  }
}
.why-us .points .point {
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .why-us .points .point {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.why-us .points .point svg {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .why-us .points .point svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.why-us .img-container {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .why-us .img-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
.why-us .img-container .info-box {
  position: absolute;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(34, 41, 56, 0.9);
  backdrop-filter: blur(13.5914087296px);
  height: 60px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 7px;
}
@media (max-width: 991px) {
  .why-us .img-container .info-box {
    height: 51px;
    line-height: 51px;
    padding: 0 10px 0 4px;
  }
}
.why-us .img-container .info-box.ib1 {
  width: 380px;
  top: 50%;
  right: -80px;
}
@media (max-width: 1270px) {
  .why-us .img-container .info-box.ib1 {
    right: -50px;
  }
}
@media (max-width: 1050px) {
  .why-us .img-container .info-box.ib1 {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .why-us .img-container .info-box.ib1 {
    left: 0;
    right: 0;
    width: auto;
  }
}
.why-us .img-container .info-box.ib2 {
  width: 420px;
  top: 70%;
  left: -80px;
}
@media (max-width: 991px) {
  .why-us .img-container .info-box.ib2 {
    left: 0;
    right: 0;
    width: auto;
    top: 70%;
  }
}
.why-us .img-container .info-box .left,
.why-us .img-container .info-box .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.why-us .img-container .info-box .name {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .why-us .img-container .info-box .name {
    font-size: 13px;
    margin-left: 10px;
  }
}
.why-us .img-container .info-box .gotpoints {
  color: #FFF;
  text-align: right;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.6;
}
@media (max-width: 991px) {
  .why-us .img-container .info-box .gotpoints {
    font-size: 13px;
    margin-left: 0px;
  }
}
.why-us .img-container .info-box img {
  width: 48px;
}
@media (max-width: 991px) {
  .why-us .img-container .info-box img {
    width: 40px;
  }
}
.why-us .img-container .main-img {
  max-width: 100%;
  border-radius: 20px;
}

.news .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .news .top {
    margin-bottom: 20px;
    justify-content: left;
  }
  .news .top .right {
    display: none;
  }
}
.news .top .big-title {
  margin-bottom: 0;
}
.news .top .btn {
  padding: 11px 30px;
}
.news .top .small-btn {
  text-decoration: none;
}
.news .js-news {
  margin-left: -10px;
  margin-right: -10px;
}
.news .js-news .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-top: 40px;
  margin-left: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .news .js-news .slick-dots {
    margin-top: 20px;
  }
}
.news .js-news .slick-dots button {
  border: 0;
  padding: 0;
  background-color: #d4d4f5;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-left: 5px;
  margin-right: 5px;
}
.news .js-news .slick-dots .slick-active button {
  background-color: #2929cb;
}
.news .single-news {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}
.news .single-news img {
  width: 100%;
}
.news .single-news .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(7, 7, 7, 0.2);
  backdrop-filter: blur(6.7957043648px);
  padding: 30px 20px;
}
@media (max-width: 991px) {
  .news .single-news .content {
    padding: 20px;
  }
}
.news .single-news .content .title {
  color: #FFF;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 120% */
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .news .single-news .content .title {
    font-size: 20px;
  }
}
.news .single-news .content .date {
  color: #FFF;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  opacity: 0.6;
}
@media (max-width: 991px) {
  .news .single-news .content .date {
    font-size: 12px;
  }
}

.faq .desc {
  font-size: 18px;
}
.faq .big-title {
  text-align: left;
  color: #070707;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .faq .big-title {
    margin-bottom: 20px;
  }
}
.faq .accordion .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #DDE0E8;
}
.faq .accordion .accordion-item .accordion-header {
  background: transparent;
}
.faq .accordion .accordion-item .accordion-header button {
  color: #070707;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
  padding: 24px 0;
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .faq .accordion .accordion-item .accordion-header button {
    font-size: 16px;
    padding: 20px 40px 20px 0;
    line-height: 25px;
  }
}
.faq .accordion .accordion-item .accordion-header button:after {
  background-image: url("assets/img/circle-arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 16px;
}
.faq .accordion .accordion-item .accordion-header button:not(.collapsed):after {
  transform: rotate(90deg);
}
.faq .accordion .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
  color: #444C63;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}
@media (max-width: 991px) {
  .faq .accordion .accordion-item .accordion-body {
    font-size: 16px;
    line-height: 25px;
  }
}
.faq.v2 .text-container {
  margin-bottom: 0;
}
.faq.v2 .faq-search {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .faq.v2 .faq-search {
    margin-bottom: 20px;
  }
}
.faq.v2 .faq-search svg {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.faq.v2 .faq-search input {
  border-radius: 20px;
  border: 1px solid #DDE0E8;
  background: #FFF;
  color: #070707;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 24px 24px 24px 70px;
}
.faq.v2 .categories {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .faq.v2 .categories {
    margin-bottom: 20px;
    overflow-x: scroll;
    display: flex;
  }
}
.faq.v2 .categories .btn {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 10px;
}
.faq.v2 .categories .btn.btn-secondary {
  color: #132128;
}
@media (max-width: 991px) {
  .faq.v2 .categories .btn {
    white-space: nowrap;
  }
}
.faq.v2 .accordion .accordion-item {
  margin-bottom: 10px;
  border-bottom: 0;
}
.faq.v2 .accordion .accordion-item .accordion-header button {
  background: #F7F7FC;
  padding: 20px 30px;
  border-radius: 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .faq.v2 .accordion .accordion-item .accordion-header button {
    padding: 20px;
  }
}
.faq.v2 .accordion .accordion-item .accordion-header button:not(.collapsed) {
  background: #fff;
  border: 1px solid #DDE0E8;
  border-bottom: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #2929CB;
}
.faq.v2 .accordion .accordion-item .accordion-body {
  color: #444C63;
  border: 1px solid #DDE0E8;
  background: #fff;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0 30px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .faq.v2 .accordion .accordion-item .accordion-body {
    padding: 0 20px 20px;
  }
}
.faq.v2 .accordion .accordion-item .collapse {
  box-shadow: 0 5px 20px 0 rgba(41, 41, 203, 0.1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.reviews .left-col {
  padding-right: 110px;
}
@media (max-width: 991px) {
  .reviews .left-col {
    padding-right: 0;
  }
}
.reviews .big-title {
  text-align: left;
}
.reviews .reviews-list {
  margin-bottom: 35px;
}
.reviews .reviews-list .single-review svg {
  margin-bottom: 30px;
}
.reviews .reviews-list .single-review .text {
  color: #070707;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  margin-bottom: 30px;
}
.reviews .reviews-list .single-review .name {
  color: #070707;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
}
.reviews .reviews-list .single-review .position {
  color: #070707;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  opacity: 0.6;
}
.reviews .reviews-list .single-review .desc {
  color: #070707;
  font-size: 18px;
  line-height: 30px;
}
.reviews .reviews-users {
  display: flex;
}
@media (max-width: 991px) {
  .reviews .reviews-users {
    margin-bottom: 40px;
  }
}
.reviews .reviews-users .single-user {
  margin-right: 10px;
  cursor: pointer;
}
.reviews .reviews-users .single-user img {
  border-radius: 50px;
  opacity: 0.3986;
}
.reviews .reviews-users .single-user.active img {
  opacity: 1;
}
.reviews .enquiry {
  border-radius: 20px;
  background: #e0e0f3;
  padding: 60px 65px;
}
@media (max-width: 991px) {
  .reviews .enquiry {
    padding: 40px 30px;
  }
}
.reviews .enquiry form p {
  margin-bottom: 0;
}
.reviews .enquiry .title {
  color: #070707;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 120% */
  margin-bottom: 40px;
}
.reviews .enquiry .form-group {
  margin-bottom: 20px;
}
.reviews .enquiry .form-group label {
  color: #070707;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.reviews .enquiry .form-group input,
.reviews .enquiry .form-group textarea {
  color: #070707;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 20px;
  border: 0;
  border-radius: 10px;
  border-color: #fff;
  background: #fff;
  box-shadow: none;
}
.reviews .enquiry .form-group textarea {
  height: 127px;
  resize: none;
  width: 100%;
}

.footer {
  background: #EAEAF5;
}
.footer .bxxx {
  background: rgba(41, 41, 203, 0.05);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .footer .bxxx {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer .copyright {
  display: flex;
  justify-content: space-between;
  color: #070707;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
  padding: 20px 0;
}
@media (max-width: 991px) {
  .footer .copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer .copyright .left {
    margin-bottom: 20px;
  }
}
.footer .copyright a {
  color: #070707;
  text-decoration-line: underline;
}
.footer .copyright .second-link {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .footer .copyright .second-link {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
}
.footer .copyright svg {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .footer .copyright svg {
    margin-right: 10px;
  }
}
.footer .navbar {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .navbar {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.footer .navbar .first {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer .navbar .first {
    min-width: 100%;
    justify-content: space-between;
  }
  .footer .navbar .first .navbar-nav {
    flex-direction: row;
  }
}
.footer .navbar .soc-icons .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.infoModal .close-btn {
  width: 42px;
  height: 42px;
  background: url("assets/img/New Project (1).png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
}
@media (max-width: 991px) {
  .infoModal .close-btn {
    right: 10px;
    top: 10px;
  }
}
.infoModal .modal-dialog {
  max-width: 1000px;
}
.infoModal .modal-header {
  justify-content: center;
  padding: 50px 0 0;
  border: 0;
}
@media (max-width: 991px) {
  .infoModal .modal-header {
    padding: 80px 0 0;
  }
}
.infoModal .modal-header .modal-title {
  color: #070707;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 150% */
}
@media (max-width: 991px) {
  .infoModal .modal-header .modal-title {
    font-size: 25px;
    line-height: 30px;
    padding-top: 40px;
  }
}
.infoModal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 991px) {
  .infoModal .modal-header .btn-close {
    right: 10px;
    top: 10px;
  }
}
.infoModal .modal-body {
  padding: 60px;
}
@media (max-width: 991px) {
  .infoModal .modal-body {
    padding: 40px 20px;
  }
}
.infoModal .modal-body .title {
  color: #070707;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 166.667% */
  margin-bottom: 10px;
}
.infoModal .modal-body .desc {
  color: #444C63;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}
.infoModal .modal-body .icon {
  margin-bottom: 10px;
}
.infoModal .modal-body .single {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .infoModal .modal-body .single {
    margin-bottom: 30px;
  }
}
.infoModal.appointmentModal .modal-body {
  padding-top: 0;
}
@media (max-width: 991px) {
  .infoModal.appointmentModal .modal-header {
    padding: 40px 20px 0;
  }
}
.infoModal.appointmentModal .desc {
  text-align: center;
  margin-bottom: 24px;
}
.infoModal.appointmentModal .btn-group {
  margin-bottom: 30px;
  max-width: 428px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(41, 41, 203, 0.05);
  padding: 4px;
  border-radius: 12px;
  display: flex;
}
@media (max-width: 991px) {
  .infoModal.appointmentModal .btn-group {
    margin-bottom: 20px;
  }
}
.infoModal.appointmentModal .btn-group .btn-primary {
  font-size: 14px;
  background: transparent;
  color: #070707;
  padding: 10px;
  border-color: transparent;
  max-width: 210px;
  border-radius: 10px;
}
.infoModal.appointmentModal .btn-group .btn-primary.active {
  background: #2929CB;
  color: #fff;
}
.infoModal.appointmentModal iframe {
  height: 460px;
  border-radius: 10px;
  border: 1px solid #DDE0E8;
  max-width: 100%;
  min-width: auto !important;
}
.infoModal.appointmentModal .appointment-form {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.infoModal.appointmentModal .appointment-form form p {
  margin-bottom: 0;
}
.infoModal.appointmentModal .appointment-form .form-group {
  margin-bottom: 20px;
}
.infoModal.appointmentModal .appointment-form .form-group label {
  color: rgb(7, 7, 7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
.infoModal.appointmentModal .appointment-form .form-group input,
.infoModal.appointmentModal .appointment-form .form-group textarea {
  color: #070707;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 20px;
  border: 1px solid rgb(221, 224, 232);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}
.infoModal.appointmentModal .appointment-form .form-group textarea {
  height: 127px;
  resize: none;
  width: 100%;
}
.infoModal.appointmentModal .appointment-thankyou {
  display: none;
  padding-top: 80px;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .infoModal.appointmentModal .appointment-thankyou {
    padding-top: 40px;
  }
}
.infoModal.appointmentModal .appointment-thankyou .success-svg {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .infoModal.appointmentModal .appointment-thankyou .success-svg {
    margin-bottom: 40px;
    max-width: 100px;
  }
}
.infoModal.appointmentModal .appointment-thankyou .title {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 991px) {
  .infoModal.appointmentModal .appointment-thankyou .title {
    font-size: 25px;
    line-height: 30px;
  }
}
.infoModal.appointmentModal .appointment-thankyou .desc {
  margin-bottom: 40px;
}
.infoModal .modal-content {
  background: #F7F7FC;
  border: 0 !important;
  border-radius: 20px;
}

@media (min-width: 991px) {
  .pricing .pricing-inside {
    max-width: 530px;
  }
}
.pricing .pricing-input-group {
  border-radius: 20px;
  border: 1px solid #DDE0E8;
  background: #FFF;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .pricing .pricing-input-group {
    margin-bottom: 20px;
  }
}
.pricing .pricing-input-group .pricing-input {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .pricing .pricing-input-group .pricing-input {
    padding: 20px;
  }
}
.pricing .pricing-input-group .pricing-input:first-child {
  border-bottom: 1px solid #DDE0E8;
}
.pricing .pricing-input-group .pricing-input .right {
  display: flex;
  align-items: baseline;
}
.pricing .pricing-input-group .pricing-input .title {
  color: #070707;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 138.889% */
}
@media (max-width: 991px) {
  .pricing .pricing-input-group .pricing-input .title {
    font-size: 16px;
  }
}
.pricing .pricing-input-group .pricing-input .calc-btn {
  border: 0;
  padding: 0;
  background: transparent;
}
.pricing .pricing-input-group .pricing-input .value {
  color: #070707;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 138.889% */
  width: 100px;
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .pricing .pricing-input-group .pricing-input .value {
    font-size: 16px;
    width: 70px;
  }
}
.pricing .pricing-features .title {
  color: #444C63;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 178.571% */
  margin-bottom: 15px;
}
.pricing .pricing-features .list .single {
  padding: 15px 0;
  color: #070707;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  border-bottom: 1px solid #DDE0E8;
}
.pricing .pricing-features .list .single:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .pricing .pricing-features .list .single {
    font-size: 14px;
  }
}
.pricing .pricing-features .list .single svg {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .pricing .pricing-features .list .single svg {
    margin-right: 0px;
  }
}
.pricing .calc {
  border-radius: 20px;
  background: #FFF;
  padding: 35px;
}
@media (max-width: 991px) {
  .pricing .calc {
    padding: 25px;
    margin-bottom: 35px;
  }
}
.pricing .calc .btn-group {
  margin-bottom: 35px;
  width: 100%;
  background: rgba(41, 41, 203, 0.05);
  padding: 4px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .pricing .calc .btn-group {
    margin-bottom: 20px;
  }
}
.pricing .calc .btn-group .btn-secondary {
  font-size: 14px;
  color: #070707;
  background-color: transparent;
  border-color: transparent;
  padding: 10px;
  border-radius: 10px;
}
.pricing .calc .btn-group .btn-secondary.active {
  background: #444C63;
  color: #fff;
}
.pricing .calc .price {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .pricing .calc .price {
    margin-bottom: 20px;
  }
}
.pricing .calc .price .bigger {
  color: #2929CB;
  text-align: right;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 150% */
  margin-right: 5px;
}
.pricing .calc .price .smaller {
  color: #070707;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  position: relative;
  top: -2px;
}
.pricing .calc .lines {
  margin-bottom: 30px;
}
.pricing .calc .lines .line {
  padding: 15px 0;
  color: #070707;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 156.25% */
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #DDE0E8;
}
.pricing .calc .lines .line:last-child {
  border-bottom: 0;
}
.pricing .calc .lines .line .right {
  color: #2929CB;
  font-weight: 600;
}
.pricing .calc .lines .line .right svg {
  margin-right: 5px;
}
@media (max-width: 991px) {
  .pricing .calc .lines .line .right {
    min-width: 60px;
    text-align: right;
  }
}
.pricing .calc .btn {
  width: 100%;
}
.pricing .row .col-md-6:first-child {
  padding-right: 65px;
}
.pricing .row .col-md-6:last-child {
  padding-left: 65px;
}

.reviews-v2 .reviews-block {
  border-radius: 20px;
  background: #F7F7FC;
  background-image: url("assets/img/Group 61.png");
  background-size: cover;
  background-position: center;
  padding: 64px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .reviews-v2 .reviews-block {
    padding: 40px 25px;
    margin-bottom: 30px;
  }
  .reviews-v2 .reviews-block .row {
    flex-direction: column-reverse;
  }
}
.reviews-v2 .reviews-block .avatars {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .reviews-v2 .reviews-block .avatars {
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
  }
}
.reviews-v2 .reviews-block .avatars .avatar {
  border-radius: 200px;
}
.reviews-v2 .reviews-block .avatars .avatar.bigger {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 180px;
}
@media (max-width: 991px) {
  .reviews-v2 .reviews-block .avatars .avatar.bigger {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 25px;
    max-width: 160px;
  }
}
.reviews-v2 .reviews-block .avatars .avatar.smaller {
  opacity: 0.3968;
  max-width: 100px;
  cursor: pointer;
}
.reviews-v2 .reviews-block .avatars .avatar.smaller:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .reviews-v2 .reviews-block .message {
    margin-bottom: 40px;
  }
}
.reviews-v2 .reviews-block .message svg {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .reviews-v2 .reviews-block .message svg {
    margin-bottom: 30px;
  }
}
.reviews-v2 .reviews-block .message .text {
  color: #070707;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 160% */
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .reviews-v2 .reviews-block .message .text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.reviews-v2 .reviews-block .message .name {
  color: #070707;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}
@media (max-width: 991px) {
  .reviews-v2 .reviews-block .message .name {
    font-size: 16px;
  }
}
.reviews-v2 .reviews-block .message .position {
  color: #444C63;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}
@media (max-width: 991px) {
  .reviews-v2 .reviews-block .message .position {
    font-size: 16px;
  }
}
.reviews-v2 .reviews-block .slick-dots {
  display: flex;
  flex-direction: column;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateX(-50%);
}
.reviews-v2 .reviews-block .slick-dots li {
  height: 22px;
}
@media (max-width: 991px) {
  .reviews-v2 .reviews-block .slick-dots {
    margin-top: 20px;
  }
}
.reviews-v2 .reviews-block .slick-dots button {
  border: 0;
  padding: 0;
  background-color: #d4d4f5;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
}
.reviews-v2 .reviews-block .slick-dots .slick-active button {
  background-color: #2929cb;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

@media (max-width: 991px) {
  .news-page .text-container .desc {
    font-size: 18px;
  }
}
.news-page .featured-news {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .news-page .featured-news {
    margin-bottom: 40px;
  }
  .news-page .featured-news .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-page .featured-news .news-bg {
  background-size: cover;
  background-position: center;
  min-height: 100%;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .news-page .featured-news .news-bg {
    height: 256px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
}
.news-page .featured-news .news-content {
  background: #F7F7FC;
  padding: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 991px) {
  .news-page .featured-news .news-content {
    padding: 30px 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.news-page .featured-news .news-content .title {
  color: #070707;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 150% */
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .news-page .featured-news .news-content .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.news-page .featured-news .news-content .desc {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .news-page .featured-news .news-content .desc {
    margin-bottom: 20px;
  }
}
.news-page .categories {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .news-page .categories {
    margin-bottom: 20px;
    overflow-x: scroll;
    display: flex;
  }
}
.news-page .categories .btn {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 10px;
}
.news-page .categories .btn.btn-secondary {
  color: #132128;
}
@media (max-width: 991px) {
  .news-page .categories .btn {
    white-space: nowrap;
  }
}
.news-page .list > div {
  margin-bottom: 20px;
}
.news-page .single-news {
  display: block;
  text-decoration: none;
  overflow: hidden;
  height: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.news-page .single-news img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-width: 100%;
}
.news-page .single-news .content {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #F7F7FC;
  padding: 20px 30px;
  height: 100%;
}
.news-page .single-news .content .title {
  color: #070707;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  margin-bottom: 10px;
}
.news-page .single-news .content .desc {
  font-size: 18px;
  margin-bottom: 0;
}
.news-page .list {
  margin-bottom: 20px;
}

.post .text-container {
  text-align: left;
}
.post .text-container .date {
  text-align: center;
  color: rgb(41, 41, 203);
}
.post .text-container .post-content {
  font-size: 18px;
}
.post .desc {
  font-size: 18px;
}
.post .desc p {
  margin-bottom: 1rem;
}
.post img {
  border-radius: 20px;
  margin-bottom: 38px;
  margin-top: 20px;
}
.post h2 {
  color: #070707;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  /* 137.5% */
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .post h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .fix-mobas {
    margin-left: 10px;
    width: calc(100% - 20px);
  }
}

.wpcf7-spinner {
  display: none;
}

body {
  background-image: url(/wp-content/themes/cofive/assets/img/bg-hero-top.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hide-news {
  display: none;
}

.modal {
  z-index: 2000;
}

.modal-backdrop {
  backdrop-filter: blur(10px);
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  z-index: 1990;
}

.mobile-menu {
  background: rgb(41, 41, 203);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1500;
  display: none;
}
.mobile-menu .container {
  padding-left: 16px;
  padding-right: 16px;
}
.mobile-menu .mobile-fullwidth {
  width: 100%;
}
.mobile-menu .navbar .navbar-nav .nav-link {
  color: #fff;
  box-shadow: 0 -1px 0 0 inset rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mobile-menu .navbar .navbar-nav .nav-item:last-child .nav-link {
  box-shadow: none;
}
.mobile-menu .navbar .collapse {
  margin-top: 30px;
}
.mobile-menu .btn {
  height: 50px;
  line-height: 50px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 25px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #fff;
  margin-top: 0 !important;
}
.mobile-menu .btn.btn-secondary {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu .btn.btn-primary {
  background-color: rgb(19, 33, 40);
}
.mobile-menu .n1 {
  margin-bottom: 10px;
}
.mobile-menu .pirmas {
  margin-bottom: 15px;
}

.mobile-bg {
  z-index: 1300;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  backdrop-filter: blur(10px);
}

.contact-page {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .contact-page {
    padding-bottom: 60px;
  }
}
.contact-page .container {
  max-width: 960px;
}
.contact-page .container.text-container {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .contact-page .container.text-container {
    margin-bottom: 20px;
  }
}
.contact-page .container.text-container .big-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contact-page .container .desc {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
  }
}
.contact-page .container .contact-line {
  margin-bottom: 40px;
}
.contact-page .container .contact-line .desc {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 30px;
}
.contact-page .container .contact-line .value a {
  color: rgb(7, 7, 7);
  font-family: Inter;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
.contact-page .container .contact-line .value a:hover {
  text-decoration: underline;
}
.contact-page .container .btn-mini {
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  background-color: rgb(41, 41, 203);
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  padding: 0 20px;
}
.contact-page .container .desc.bottom {
  margin-bottom: 15px;
}
.contact-page .container .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contact-page .container .list {
    flex-direction: column;
  }
}
.contact-page .container .list .left,
.contact-page .container .list .right {
  max-width: 420px;
}
@media (max-width: 991px) {
  .contact-page .container .list .left,
  .contact-page .container .list .right {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .contact-page .container .list .left {
    margin-bottom: 60px;
  }
}
.contact-page .container .img-placeholder {
  max-width: 420px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-page .container .img-placeholder {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-page .container .img-placeholder img {
  width: 100%;
  border-radius: 20px;
}
.contact-page .container .img-placeholder .placeholder-inside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: left;
}
.contact-page .container .img-placeholder .placeholder-inside .text {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 40px;
}
.contact-page .container .img-placeholder .placeholder-inside .user-name {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
}
.contact-page .container .img-placeholder .placeholder-inside .position {
  opacity: 0.6;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 16px;
}

.mobile-phone {
  width: 39px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}
.mobile-phone svg {
  position: relative;
  top: -2px;
}

.mobile-right {
  display: flex;
  align-items: center;
}
@media (min-width: 991px) {
  .mobile-right {
    display: none;
  }
}
.mobile-right .navbar-toggler {
  padding-left: 5px;
}
.mobile-right.menu-opened .navbar-toggler {
  padding-left: 10px;
  margin-left: 10px;
}
.mobile-right.menu-opened .mobile-phone svg {
  top: -1px;
}

/*# sourceMappingURL=style.css.map */
