@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;600&display=swap');

:root {
  --color-primary:#202C59;
  --color-secondary:#EC0868;
  --color-blue2: #FFDDD2;
  --color-blue4: #5842bc;
  --color-blue5: #157efb;
  --color-blue6: #6640f4;
  --color-blue7: #8169f1;
  --color-lightBlue:#15f1ff;
  --color-darkBlue:#010049;
  --color-darkBlue2:#1f227d;
  --color-orange1:#ff7a41;
  --color-orange2:#f6c463;
  --color-orange3:#f9a41f;
  --color-red1:#cc2131;
  --color-red2:#ef1552;
  --color-green:#00c057;
  --color-yellowGreen:#cef54b;
  --color-gray:#eef4f8;
  --color-gray2:#f0eff5;
}
body {
  font-family: "Inter", sans-serif;
}
body ul {
  list-style-type: none;
  margin:
  0;
}
/* --------------- helper classes --------------- */
/* --------------- radius classes --------------- */
.radius-1 { border-radius: 3px !important; }
.radius-2 { border-radius: 5px !important; }
.radius-3 { border-radius: 8px !important; }
.radius-4 { border-radius: 10px !important; }
.radius-5 { border-radius: 12px !important; }
.radius-6 { border-radius: 15px !important; }
.radius-7 { border-radius: 20px !important; }
.radius-8 { border-radius: 25px !important; }
.radius-9 { border-radius: 30px !important; }
.radius-10 { border-radius: 50px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-100 { margin-top: 100px !important; }
.mt-150 { margin-top: 150px !important; }
.mt-200 { margin-top: 200px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-100 { margin-bottom: 100px !important; }
.mb-150 { margin-bottom: 150px !important; }
.mb-200 { margin-bottom: 200px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-100 { padding-top: 100px !important; }
.pt-150 { padding-top: 150px !important; }
.pt-200 { padding-top: 200px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-100 { padding-bottom: 100px !important; }
.pb-150 { padding-bottom: 150px !important; }
.pb-200 { padding-bottom: 200px !important; }

.font-color-primary{
  color: var(--color-primary);
}
.font-color-secondary{
  color: var(--color-secondary);
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0;
  /* line-height: 1.4; */
}
.bg-black { background-color: #000 !important; }
.color-555 { color: #555 !important; }
.color-666 { color: #666 !important; }
.color-777 { color: #777 !important; }
.color-888 { color: #888 !important; }
.color-999 { color: #999 !important; }

.icon-10 {
  width: 10px;
  height: 10px;
}

.icon-15 {
  width: 15px;
  height: 15px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-25 {
  width: 25px;
  height: 25px;
}

.icon-30 {
  width: 30px;
  height: 30px;
}

.icon-35 {
  width: 35px;
  height: 35px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-45 {
  width: 45px;
  height: 45px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-55 {
  width: 55px;
  height: 55px;
}

.icon-60 {
  width: 60px;
  height: 60px;
}

.icon-65 {
  width: 65px;
  height: 65px;
}

.icon-70 {
  width: 70px;
  height: 70px;
}

.icon-75 {
  width: 75px;
  height: 75px;
}

.icon-80 {
  width: 80px;
  height: 80px;
}
.brd-gray {
  border-color: rgba(0, 0, 0, 0.1333333333) !important;
}

/* --------------- img classes --------------- */
img {
  max-width: 100%;
  max-height: 100%;
}
.img-cover {
  display: block;
}
.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain {
  display: block;
}
.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.container,
.container-fluid {
  position: relative;
  z-index: 5;
}
#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
}
#preloader .logo_img {
  width: 300px;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
}
#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  /*  background: -webkit-gradient(linear, left top, right top, from(#7491f8), to(#80d3ff));
  background: -o-linear-gradient(left, #7491f8, #80d3ff);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);*/
  /* background: #70AEFF; */
  /* background: linear-gradient(to right, rgba(112, 174, 255, 1), rgba(0, 37, 102, 1)); */
  background: #57a1eb;
  background: radial-gradient(circle,rgba(87, 161, 235, 1) 0%, rgba(32, 47, 90, 1) 100%);
  /* background: radial-gradient(circle,rgba(112, 174, 255, 1) 0%, rgba(0, 37, 102, 1) 100%); */
}

#preloader:before {
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#preloader.isdone #loading-wrapper {
  opacity: 0;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

#preloader.isdone:after,
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

/*----------- upload loader ------------*/
#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3333333333);
  display: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#loading-wrapper.show {
  display: block;
}

#loading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 38px);
  left: 50%;
  color: #fff;
  width: 130px;
  height: 130px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 20px;
}
#loading-text img {
  width: 120px;
}

#loading-content {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;
  border-top-color: var(--primary);
  border-bottom-color: var(--primary);
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #0aafde;
  border-bottom-color: #0aafde;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#content-wrapper {
  color: #FFF;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}
.text-gray {
  color: #666;
}

.bg-gray5 {
  background-color: #f3f7fe;
}
.section-padding {
  padding: 100px 0;
}
/* revision de css *******************************************/
/* --------------- buttons styles --------------- */
.bg-blue7 {
  background-color: var(--color-primary) !important;
}
.color-orange2 {
  color: var(--color-orange2) !important;
}
a, span, img {
  display: inline-block;
  -webkit-transition:
  all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition:
  all 0.3s ease;
  color: inherit;
  text-decoration:
  none !important;
}

.butn,
.btn {
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.butn span,
.btn span {
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.butn small,
.btn small {
  font-size: 12px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}
.butn:hover,
.btn:hover {
  background: var(--color-main);
  border-color: transparent !important;
}
.butn.btn-icon-circle,
.btn.btn-icon-circle {
  position: relative;
  padding-right: 50px;
  text-transform: capitalize;
}
.butn.btn-icon-circle i,
.btn.btn-icon-circle i {
  position: absolute;
  right: -43px;
  bottom: -5px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
}
.butn.btn-icon-circle:hover,
.btn.btn-icon-circle:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.butn.btn-icon-circle:hover i,
.btn.btn-icon-circle:hover i {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}
.hover-blue7:hover {
  background-color: var(--color-blue7) !important;
}
.hover-orange2:hover {
  background-color: var(--color-orange2) !important;
}
.bg-orange2 {
  background-color: var(--color-orange2) !important;
}
.bg-orange2:hover {
  color: #000 !important;
}
.brd-light {
  border-color: rgba(255, 255, 255, 0.2666666667) !important;
}

.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background: var(--color-main-grad);
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1333333333);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1333333333);
}
.to_top small {
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 8px;
}
.to_top i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.to_top.show {
  right: 30px;
  opacity: 1;
}

.side_menu.style-7 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: var(--color-gray2);
  height: 100vh;
  width: 40%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side_menu.style-7 .content {
  width: 100%;
}
.side_menu.style-7 .content .logo {
  padding: 30px 7vw;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.side_menu.style-7 .content .logo img {
  width: 300px;
  max-width: 50%;
}
.side_menu.style-7 .content .side_foot {
  padding: 30px 7vw;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.side_menu.style-7 .content .side_foot h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.side_menu.style-7 .pages_links {
  padding: 15px 7vw;
  height: calc(100vh - 240px);
  overflow: auto;
}
.side_menu.style-7 .pages_links::-webkit-scrollbar {
  height: 5px;
  width: 3px;
  background: rgba(129, 105, 241, 0.1333333333);
  border-radius: 10px;
}
.side_menu.style-7 .pages_links::-webkit-scrollbar-thumb {
  background: var(--color-blue7);
  border-radius: 10px;
}
.side_menu.style-7 .pages_links::-webkit-scrollbar-corner {
  background: rgba(129, 105, 241, 0.1333333333);
  border-radius: 10px;
}
.side_menu.style-7 .pages_links li {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.side_menu.style-7 .pages_links li a {
  color: #222;
  font-size: calc(14px + 1.5vw);
  font-weight: bold;
  margin: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.side_menu.style-7 .pages_links li a::after {
  position: absolute;
  content: "";
  left: 110%;
  top: 60%;
  width: 0;
  height: 2px;
  background-color: var(--color-blue7);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side_menu.style-7 .pages_links li a:hover, .side_menu.style-7 .pages_links li a.active {
  color: var(--color-blue7);
}
.side_menu.style-7 .pages_links li a:hover::after, .side_menu.style-7 .pages_links li a.active::after {
  width: 50px;
}
.side_menu.style-7 .pages_links ul li {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.side_menu.style-7 .pages_links ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.side_menu.style-7 .pages_links ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.side_menu.style-7 .pages_links ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.side_menu.style-7 .pages_links ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.side_menu.style-7 .pages_links ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_menu.style-7 .pages_links ul li:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.side_menu.style-7 .pages_links ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.side_menu.style-7 .pages_links ul li:nth-of-type(8) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.side_menu.style-7 .side_menu_cls {
  position: absolute;
  top: 40px;
  right: 30px;
}
.side_menu.style-7 .side_menu_cls:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side_menu.style-7.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
  border-radius: 0;
}
.side_menu.style-7.show li {
  opacity: 1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.side_menu.style-7.dark_theme {
  background-color: var(--color-primary) !important;
  color: #fff;
}
.side_menu.style-7.dark_theme .pages_links li a {
  color: #F5F5F5;
}
.side_menu.style-7.dark_theme .pages_links li a::after {
  background: #999;
}
.side_menu.style-7.dark_theme .pages_links li a:hover {
  color: #fff;
}
.side_menu.style-7.dark_theme .pages_links li a:hover::after {
  background: #999;
}
.side_menu.style-7.dark_theme::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0.2);
}
.side_menu.style-7.dark_theme::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
.side_menu.style-7.dark_theme::-webkit-scrollbar-corner {
  background: rgba(255, 255, 255, 0.2);
}

header.style-7 {
  position: relative;
  color: #000;
  padding-bottom: 60px;
}
header.style-7 .content {
  position: relative;
  z-index: 10;
}
header.style-7 .info h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 60px;
}
header.style-7 .info h1 .num {
  color: #e2e1e1;
}
header.style-7 .info h1 .text-grad {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#501e9c), color-stop(30%, #8169f1), color-stop(30%, #8169f1), color-stop(73%, #a44cee), to(#ff847f));
  background-image: -o-linear-gradient(left, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
  background-image: linear-gradient(to right, #501e9c 0%, #8169f1 30%, #8169f1 30%, #a44cee 73%, #ff847f 100%);
}
header.style-7 .img {
  position: relative;
}
header.style-7 .img .rock7 {
  position: absolute;
  top: 50px;
  right: -50px;
}
header.style-7 .sponsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.style-7 .sponsers .sponsers-content a {
  opacity: 20%;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
}
header.style-7 .sponsers .sponsers-content a:hover {
  opacity: 100%;
}
header.style-7 .head7_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.navbar.style-9.nav-scroll {
  background: var(--color-primary) !important;
}
.navbar.style-9.nav-scroll .content {
  border: 0;
}
.navbar.style-9 .content {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.navbar.style-9 .navbar-brand {
  width: 160px;
}
.navbar.style-9 .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  padding: 0;
  margin: 15px 20px;
  color: #fff;
  text-transform: capitalize;
}
.navbar.style-9 .navbar-nav .nav-item .nav-link.active, .navbar.style-9 .navbar-nav .nav-item .nav-link:hover {
  border-color: #fff;
}
.navbar.style-9 .side_menu_btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar.style-9 .side_menu_btn:hover {
  -webkit-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.side_overlay {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.side_overlay.show {
  opacity: 1;
  visibility: visible;
}
.color-blue7 {
  color: var(--color-blue7) !important;
}

/* --------------- navbar styles --------------- */
.nav-container {
  z-index: 999;
}
.navbar {
  z-index: 999;
}
.navbar .nav-link {
  cursor: pointer;
}
.navbar.nav-scroll {
  background: #fff !important;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed !important;
  top: -100px !important;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  border-radius: 0 !important;
  margin: 0 !important;
}


header.style-10 {
  background-image: url(../../img/head_fondo.png);
  background-position: center;
  background-size: cover;
}
header.style-10 .info {
  position: relative;
  color: #fff;
  z-index: 10;
}
header.style-10 .info h6 {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}
header.style-10 .info h1 {
  font-size: 53px;
  margin-bottom: 30px;
}
header.style-10 .img {
  width: 750px;
  max-width: unset;
  -webkit-margin-start: -100px;
  margin-inline-start: -100px;
}
header.style-10 .logos {
  padding-bottom: 60px;
}
header.style-10 .logos .logos-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.style-10 .logos .logos-content .logo_img {
  width: 50px;
  margin-top: 30px;
}
.about.style-10 {
  position: relative;
}
.about.style-10 .imgs .col-lg-6:first-of-type .img:first-of-type {
  height: 270px;
}
.about.style-10 .imgs .col-lg-6:first-of-type .img:last-of-type {
  height: 190px;
}
.about.style-10 .imgs .col-lg-6:last-of-type .img:first-of-type {
  height: 160px;
}
.about.style-10 .imgs .col-lg-6:last-of-type .img:last-of-type {
  height: 320px;
}
.about.style-10 .info {
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}
.about.style-10 .info h6 {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-secondary);
  margin-bottom: 10px;
}
.about.style-10 .info h2 {
  font-size: 40px;
}
.about.style-10 .info p {
  font-size: 16px;
  color: #666;
  margin-top: 25px;
}
.about.style-10 .pattern {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
}
.services.style-10 {
  position: relative;
}
.services.style-10::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50%;
  background-color: #f8f9fa;
}
.services.style-10 .content {
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.0392156863);
  box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.0392156863);
  padding: 50px;
}
.services.style-10 .content .section-title {
  font-size: calc(8vw + 40px);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
  line-height: 0.75;
  color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(rgba(250, 250, 250, 0.1843137255)));
  background-image: -o-linear-gradient(top, #f6f6f6, rgba(250, 250, 250, 0.1843137255));
  background-image: linear-gradient(to bottom, #f6f6f6, rgba(250, 250, 250, 0.1843137255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.services.style-10 .services-card {
  position: relative;
  z-index: 10;
}
.services.style-10 .services-card h6 {
  font-size: 14px;
  color: var(--color-secondary);
  margin-bottom: 15px;
}
.services.style-10 .services-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.services.style-10 .services-card p {
  color: #666;
}
.services.style-10 .services-card .icon {
  margin-top: 40px;
}
.services.style-10 .services-card .icon img {
  width: 75px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
.pricing.style-10 .pricing-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pricing.style-10 .pricing-table .table-titles {
  width: 30%;
}
.pricing.style-10 .pricing-table .table-titles .main-head {
  padding: 68px;
}
.pricing.style-10 .pricing-table .table-titles .main-head .icon {
  margin-bottom: 20px;
}
.pricing.style-10 .pricing-table .table-titles .main-head .icon img {
  height: 80px;
}
.pricing.style-10 .pricing-table .table-titles .main-head p {
  color: #666;
}
.pricing.style-10 .pricing-table .table-titles .main-head p strong {
  color: #000;
}
.pricing.style-10 .pricing-table .table-titles .main-body {
  background-color: #f7f7f7;
  padding: 45px;
  border-radius: 8px 0 0 8px;
}
.pricing.style-10 .pricing-table .table-titles .main-body li {
  font-size: 15px;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.pricing.style-10 .pricing-table .table-titles .main-body li:first-of-type {
  padding-top: 0;
}
.pricing.style-10 .pricing-table .table-titles .main-body li:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.pricing.style-10 .pricing-table .table-body-card {
  width: 33.3333333333%;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.pricing.style-10 .pricing-table .table-body-card .sub-head {
  height: 237px;
  padding: 40px;
}
.pricing.style-10 .pricing-table .table-body-card .sub-head h2 {
  font-size: 35px;
  margin-bottom: 30px;
}
.pricing.style-10 .pricing-table .table-body-card .sub-head h2 small {
  font-size: 20px;
  color: #666;
  font-weight: 400;
}
.pricing.style-10 .pricing-table .table-body-card .sub-body {
  border: 15px solid #f7f7f7;
  text-align: center;
}
.pricing.style-10 .pricing-table .table-body-card .sub-body ul {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}
.pricing.style-10 .pricing-table .table-body-card .sub-body ul li {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
  text-transform: capitalize;
}
.pricing.style-10 .pricing-table .table-body-card .sub-body ul li:first-of-type {
  padding-top: 0;
}
.pricing.style-10 .pricing-table .table-body-card .sub-body ul li:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.pricing.style-10 .pricing-table .table-body-card .sub-body ul li strong {
  font-size: 12px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  display: none;
}
.pricing.style-10 .pricing-table .table-body-card.recommended-card {
  background-color: var(--color-primary);
  color: #fff;
}
.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-head h2 small {
  color: #fff;
}
.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body {
  border: 15px solid var(--color-primary);
}
.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body ul {
  background-color: var(--color-primary);
}
.pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body ul li {
  border-color: rgba(255, 255, 255, 0.1333333333);
}
/* --------------- team style-10 --------------- */
.team.style-10 {
  overflow: hidden;
}
.team.style-10 .row {
  margin: 0 -30px !important;
}
.team.style-10 .row .col-lg-4 {
  padding: 0 30px !important;
}
.team.style-10 .team-card .img {
  position: relative;
  height: 400px;
  text-align: center;
  border-bottom-right-radius: 180px;
  overflow: hidden;
}
.team.style-10 .team-card .img .main-img {
  height: 100%;
  width: 90%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: relative;
  z-index: 10;
}
.team.style-10 .team-card .img .bg_color {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  border-top-left-radius: 150px;
}
.team.style-10 .team-card .img .social-icons {
  position: absolute;
  top: 80px;
  right: 20px;
  background-color: #fff;
  z-index: 20;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.team.style-10 .team-card .img .social-icons:hover {
  height: 180px;
}
.team.style-10 .team-card .img .social-icons:hover a {
  opacity: 1;
}
.team.style-10 .team-card .img .social-icons:hover .icon {
  height: 45px;
}
.team.style-10 .team-card .img .social-icons:hover .icon::after {
  content: "\f068";
}
.team.style-10 .team-card .img .social-icons .icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
}
.team.style-10 .team-card .img .social-icons a {
  background-color: #fff;
  width: 50px;
  height: 30px;
  border-radius: 50px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #777;
  opacity: 0;
}
.team.style-10 .team-card .img .social-icons a:hover {
  color: var(--color-blue7);
}
.team.style-10 .team-card .img .social-icons a:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.team.style-10 .team-card .img .social-icons a:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.team.style-10 .team-card .img .social-icons a:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.team.style-10 .team-card .info {
  padding-top: 40px;
}
.team.style-10 .team-card .info h5 {
  font-size: 24px;
  font-weight: bold;
}

.blog.style-10 .blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog.style-10 .blog-card .img {
  width: 32%;
}
.blog.style-10 .blog-card .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog.style-10 .blog-card .info {
  padding: 35px;
  background-color: #fff;
  width: 68%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.blog.style-10 .blog-card .info h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.blog.style-10 .blog-card .info p {
  color: #777;
  font-size: 14px;
  margin-bottom: 30px;
}
.faq.style-10 {
  position: relative;
  overflow: hidden;
}
.faq.style-10::before {
  position: absolute;
  content: "";
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: -o-linear-gradient(135deg, #fff, transparent);
  background: linear-gradient(-45deg, #fff, transparent);
  left: 5%;
  top: -150px;
}
.faq.style-10::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--color-primary);
  right: 0;
  top: 20%;
  -webkit-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
}
.faq.style-10 .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.faq.style-10 .accordion-collapse {
  border-bottom: 1px solid var(--color-blue7);
}
.faq.style-10 .accordion-button {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.faq.style-10 .accordion-button::after {
  background-size: 15px;
}
.faq.style-10 .accordion-body {
  padding-top: 0;
}
.faq.style-10 p {
  color: #777;
}
.faq.style-10 .faq-form {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
}
.faq.style-10 .faq-form h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.faq.style-10 .faq-form .form-group {
  position: relative;
  margin-bottom: 15px;
}
.faq.style-10 .faq-form .form-group .form-control {
  min-height: 45px;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  padding: 15px 40px;
  font-size: 14px;
}
.faq.style-10 .faq-form .form-group .form-control::-webkit-input-placeholder {
  color: #999;
}
.faq.style-10 .faq-form .form-group .form-control::-moz-placeholder {
  color: #999;
}
.faq.style-10 .faq-form .form-group .form-control:-ms-input-placeholder {
  color: #999;
}
.faq.style-10 .faq-form .form-group .form-control::-ms-input-placeholder {
  color: #999;
}
.faq.style-10 .faq-form .form-group .form-control::placeholder {
  color: #999;
}
.faq.style-10 .faq-form .form-group .icon {
  position: absolute;
  top: 16px;
  left: 20px;
  color: #000;
}
.faq.style-10 .integration-card {
  position: relative;
}
.faq.style-10 .integration-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.faq.style-10 .integration-card .content {
  position: relative;
  background-color: var(--color-blue7);
  color: #fff;
  text-align: center;
  padding: 120px 0;
  border-radius: 20px;
  margin-top: 120px;
}
.faq.style-10 .integration-card .content p {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.faq.style-10 .integration-card .content h3 {
  font-size: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.faq.style-10 .integration-card .content .btn {
  position: relative;
  z-index: 10;
}
.faq.style-10 .integration-card .icons .icon {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #5042dc;
  padding: 10px;
  pointer-events: none;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(1) {
  bottom: 85px;
  right: -35px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(2) {
  top: 100px;
  right: 50px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(3) {
  bottom: 60px;
  right: 18%;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(4) {
  top: 15px;
  right: 25%;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(5) {
  bottom: 100px;
  right: 33%;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(6) {
  top: -35px;
  left: 30%;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(7) {
  bottom: 45%;
  left: 20%;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(8) {
  bottom: 20px;
  left: 25%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(9) {
  bottom: -35px;
  left: 80px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.faq.style-10 .integration-card .icons .icon:nth-of-type(10) {
  top: 80px;
  left: -35px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.features.style-10 {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.features.style-10 .col-lg-3:last-of-type .feat-card {
  border: 0;
}
.features.style-10 .feat-card {
  padding: calc(15px + 2vw);
  border-right: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.features.style-10 .feat-card .icon {
  margin-bottom: 30px;
}
.features.style-10 .feat-card .icon img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}
.features.style-10 .feat-card .info a {
  font-size: 16px;
  color: #999;
  margin-bottom: 5px;
}
.features.style-10 .feat-card .info h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.features.style-10 .feat-card .info p {
  color: #666;
}
.solutions.style-10 .solution-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.solutions.style-10 .solution-card h6 {
  font-size: 14px;
  font-weight: bold;
}
.solutions.style-10 .solution-card .icon img {
  -webkit-filter: invert(54%) sepia(58%) saturate(5618%) hue-rotate(228deg) brightness(99%) contrast(92%);
  filter: invert(54%) sepia(58%) saturate(5618%) hue-rotate(228deg) brightness(99%) contrast(92%);
}
.solutions.style-10 .solution-card:hover {
  background-color: #8169f1;
  color: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2666666667);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2666666667);
}
.solutions.style-10 .solution-card:hover .icon img {
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(135deg) brightness(107%) contrast(106%);
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(135deg) brightness(107%) contrast(106%);
}



footer.style-3 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
footer.style-3 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
}
footer.style-3 .items .socail-icons {
  margin-top: 30px;
}
footer.style-3 .items .socail-icons a:hover {
  background-color: var(--color-blue2) !important;
  color: var(--color-primary) !important;
}
footer.style-3 .items ul li {
  margin: 5px 0;
}
footer.style-3 .items ul li a {
  font-size: 12px;
}
footer.style-3 .items ul li a:hover {
  color: var(--color-blue2);
}
footer.style-3 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}
footer.style-3 .foot .logo {
  width: 120px;
}
footer.style-3 .foot .testi_lines {
  position: absolute;
  top: -10px;
}
footer.style-3 .contact_globe {
  position: absolute;
  height: 150%;
  max-height: none;
  width: 60%;
  top: -25%;
  left: 20%;
  opacity: 0.15;
  -webkit-animation: rotate-center 100s linear infinite both !important;
  animation: rotate-center 100s linear infinite both !important;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media screen and (max-width: 991px) {
  .section-padding {
    padding: 70px 0;
  }
  footer .foot {
    margin-top: 40px !important;
  }
  footer .foot .info {
    padding: 30px 0 !important;
  }

  .pricing.style-10 .pricing-table .table-titles,
  .pricing.style-10 .pricing-table .table-body-card {
    width: 100%;
  }
  .pricing.style-10 .pricing-table .table-titles .main-head {
    background-color: #f9f9f9;
    border-radius: 15px;
  }
  .pricing.style-10 .pricing-table .table-body-card {
    padding: 15px;
    border: 1px solid rgba(153, 153, 153, 0.2666666667);
    border-radius: 10px !important;
    margin-top: 30px;
  }
  .pricing.style-10 .pricing-table .table-body-card .sub-body ul li strong {
    display: block;
    margin-bottom: 10px;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
  .pricing.style-10 .pricing-table .sub-head {
    text-align: center;
  }
  .pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body {
    border: 15px solid rgba(255, 255, 255, 0.1333333333);
  }
  header.style-10 .img {
    width: 100%;
    margin: 30px 0;
  }
  header.style-10 .info h1 {
    font-size: 35px;
  }
  header.style-10 .info .butn, header.style-10 .info .btn {
    padding: 12px 48px 12px 15px;
  }
  header.style-10 .info .butn small, header.style-10 .info .btn small {
    font-size: 10px;
  }
  header.style-10 .info .butn.btn-icon-circle i, header.style-10 .info .btn.btn-icon-circle i {
    bottom: -6px;
  }
  header.style-10 .info .me-4 {
    margin-right: 0.5rem !important;
  }
  header.style-10 .logos .logos-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.style-10 .logos .logos-content .logo_img {
    padding: 10px;
    width: 45px;
  }
  .features.style-10 .feat-card {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
    border-right: 0;
  }
  .about.style-10 .imgs .img {
    margin: 0 0 30px !important;
    height: 250px !important;
  }
  .about.style-10 .info {
    padding: 0;
  }
  .about.style-10 .info h2 {
    font-size: 25px;
  }
  .services.style-10 {
    overflow: hidden;
  }
  .services.style-10 .content {
    padding: 60px 15px 15px;
  }
  .services.style-10 .content .services-card {
    position: relative;
    z-index: 10;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-top: 15px;
  }
  .faq.style-10::after {
    display: none;
  }
  .faq.style-10 .integration-card .content {
    padding: 50px 30px;
  }
  .faq.style-10 .integration-card .content .icons {
    margin-top: 40px;
  }
  .faq.style-10 .integration-card .content .icons .icon {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 5px;
    width: 50px;
    height: 50px;
    padding: 15px;
  }
  .blog.style-10 .blog-card .img {
    width: 100%;
  }
  .blog.style-10 .blog-card .img img {
    width: 100%;
    height: 220px;
  }
  .blog.style-10 .blog-card .info {
    width: 100%;
  }
}
