@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Avers | Corporate & Business HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    00 - Helpers (Variables)
    01 - Basic (Typography)
        1.1 Template default CSS
        1.2 Button Styles CSS
        1.3 Heading Styles CSS
        1.4 Keyframe Styles CSS
        1.5 Modal CSS
    02 - Template
        2.1 - Header Style
        2.2 - Slider Style
        2.3 - Strategy Style
        2.4 - About Style
        2.5 - Progress Style
        2.6 - Service Styles CSS
        2.7 - Work Styles CSS
        2.8 - Qualit Styles CSS
        2.9 - Testimonial Styles CSS
        2.10 - Brand Styles CSS
        2.11 - Blog Styles CSS
        2.12 - Footer Styles CSS
        2.13 - Breadcrumb Styles CSS
        2.14 - Funfact Styles CSS
        2.15 - Team Styles CSS
        2.16 - System Styles CSS
        2.17 - Sidebar Styles CSS
        2.18 - Blog Details Styles CSS
        2.19 - Projects Styles CSS
        2.20 - Support Styles CSS
        2.21 - Speciality Styles CSS
        2.22 - Why Choose Us Styles CSS
        2.23 - Contact Styles CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  0.0 Helpers (Variables)
/*----------------------------------------*/
:root {
  --color-red: #9C182F;
  --color-gold: #EBA900;
  --color-blue: #1C355E;
  --color-gray: #5B6670;
}

/*----------------------------------------*/
/*  1.1 Template default CSS
/*----------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0px !important;
  scroll-behavior: smooth;       /* smooth scroll */
  scroll-padding-top: 120px; 
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  background-color: #ffffff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a,
button {
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #322fb3;
  margin: 0px;
  color: #343c55;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  color: #717788;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}
p:last-child {
  margin-bottom: 0px;
}

hr {
  border-bottom: 1px solid #E0E0E0;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

*::-moz-selection {
  background: #343c55;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #343c55;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #343c55;
  color: #ffffff;
  text-shadow: none;
}

/*--
 - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #343c55;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #343c55;
  font-size: 14px;
  opacity: 1;
}

/* Brand Color */
.bg-one {
  background-color: #f2fbfe;
  background-color: rgb(28 53 94 / 15%);;
}

/* Login Menu */
.login-menu {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: baseline;
  justify-content: end;
  gap: 15px;
  margin-right: 35px;
}

.login-menu input {
  font-size: 14px;
  border: 1px solid #cbcbdc;
  height: 55px;
  border-radius: 7px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  color: #343c55;
}

.login-menu input::placeholder {
  text-transform: uppercase;
  color: var(--color-gray);
}

@media (min-width: 992px) and (max-width: 1712px) {
  #login-container div {
    position: relative;
  }
 
  .slider-one {
    padding-top: 60px;
  }  
}

@media (min-width: 992px) and (max-width: 1312px) {
  /*.login-menu {
    justify-content: center;
  }*/  
}

@media (min-width: 672px) and (max-width: 992px) {

  #login-container div {
      position: relative!important;
      background: #fff;
  }

  .header-right_button {
      padding-top: 0!important;
  }

  .login-menu {
    grid-template-columns: auto auto;
    padding-top: 20px;
  }

  .btn-login {
      padding: 15px 45px!important;
  }

  .login-menu input {
      font-size: 12px;
      height: 45px;
  }

  .header-wrapper {
      padding-top: 12px;
      padding-bottom: 12px;
  }

  #login-container {
      display: none;
  }  

  .login-menu.login-menu-mobile {
      padding-top: 0;
      grid-template-columns: auto;
      justify-content: flex-start;
      margin-top: 12px;
      gap: 2px;
  }
}

@media (max-width: 768px) {
  #inicio {
      position: relative;
  }
  .sliderbg-1 {
      height: 100%;
  }
}

@media (max-width: 672px) {
  .header-wrapper {
      padding-top: 12px;
      padding-bottom: 12px;
  }

  #login-container {
      display: none;
  }  

  .login-menu.login-menu-mobile {
      padding-top: 0;
      grid-template-columns: auto;
      justify-content: flex-start;
      margin-top: 12px;
      gap: 2px;
  }  
}

/* Custom Class */
.about p,
.about-tab-content p {
    text-align: justify;
}

.service-details-content p {
    text-align: justify;
    padding-right: 20px;
}

.privacy-link {
  color: #fff;
}

.privacy-link:hover {
  color: #abb1c3;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradient-1 {
  background: var(--color-red);
}

.gradient-2 {
  background: #4facfe;
  background: linear-gradient(-45deg, #00f2fe 0%, #28CFFE 50%, #4facfe 100%);
}

.gradient-text-1 {
  background: #322FB3;
  background: linear-gradient(to right, #322FB3 39%, #4fcbf1 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Section Heading */
/* Section Spacing */
.mb-n20 {
  margin-bottom: -20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-n30 {
  margin-bottom: -30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-n60 {
  margin-bottom: -60px;
}
@media only screen and (max-width: 767px) {
  .mb-n60 {
    margin-bottom: -30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

/* Social Style */
.facebook {
  color: #3b5998;
}

.twitter {
  color: #1da1f2;
}

.linkedin {
  color: #0077b5;
}

.youtube {
  color: #dd4b39;
}

/* Custom Container */
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1194px;
  }
}

.custom-container {
  max-width: 1450px;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .custom-container {
    margin: 0 100px 0 auto;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1799px) {
  .custom-container {
    margin: 0 100px 0 auto;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .custom-container {
    margin: 0 80px 0 auto;
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .custom-container {
    margin: 0 30px 0 auto;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .custom-container {
    margin: 0 auto 0;
  }
}

/* Spacing */
.section-padding {
  padding: 100px 0;
}
.service-details-sidebar {
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-padding {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding {
    padding: 60px 0;
  }
}

.section-padding-top {
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-padding-top {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-top {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top {
    padding-top: 60px;
  }
}

.section-padding-bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-padding-bottom {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-bottom {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}

.section-margin {
  margin: 120px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-margin {
    margin: 120px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin {
    margin: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin {
    margin: 60px 0;
  }
}

.section-margin-top {
  margin-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-margin-top {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-top {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-top {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-top {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin-top {
    margin-top: 60px;
  }
}

.section-margin-bottom {
  margin-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-margin-bottom {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-bottom {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-bottom {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}

.scroll-btn {
  position: fixed;
  right: 24px;              
  bottom: 40px;             
  width: 50px;
  height: 50px;
  border-radius: 6px;       
  background: var(--color-red, #8F2934);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
  cursor: pointer;
  z-index: 999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
  pointer-events: none;
}

.scroll-btn.show,
.scroll-btn.show.show-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: auto;
}

.scroll-btn i {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

.scroll-btn:hover { filter: brightness(1.06); }

/* Responsiveness */
@media (max-width: 768px) {
  .scroll-btn {
    right: 16px;
    bottom: 24px; 
    width: 48px;
    height: 48px;
    bottom: calc(50px + env(safe-area-inset-bottom, 0px));
    font-size: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .scroll-btn {
    right: 20px;  
    width: 80px;  
    height: 80px;
  }
  .scroll-btn i {
    font-size: 30px;
  }
}

/* Logo Style */
@media only screen and (max-width: 767px) {
  .logo {
    width: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .logo {
    width: 140px;
  }
}

/* Swiper Pagination Style */
.pagination-style-one .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 14px !important;
  background: #322fb3;
}
@media only screen and (max-width: 767px) {
  .pagination-style-one .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
  }
}
.pagination-style-one .swiper-pagination-bullet-active {
  position: relative;
}
.pagination-style-one .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  border: 2px solid #4fcbf1;
  height: 22px;
  width: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .pagination-style-one .swiper-pagination-bullet-active::before {
    width: 18px;
    height: 18px;
  }
}

/* Default Pagination Style */
.pagination-wrapper .pagination .page-item {
  margin-right: 8px;
}

.pagination-wrapper .pagination .page-item:last-child {
  margin-right: 0px;
}

.pagination-wrapper .pagination .page-item .page-link {
  border-radius: 5px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #717788;
  font-size: 16px;
  border: 1px solid #bdbdcc;
}

.pagination-wrapper .pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination-wrapper .pagination .page-item .page-link:hover,
.pagination-wrapper .pagination .page-item .page-link.active {
  color: white;
  background: #4fcbf1;
  border: 1px solid #4fcbf1;
}

.z-index-9 {
  z-index: 9;
}

/*----------------------------------------*/
/*  1.2 Button Styles CSS
/*----------------------------------------*/
.btn-style-one {
  background: var(--color-red);
  border: 0px;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding: 20px 45px;
  line-height: 1;
  position: relative;
}

.btn-login {
  background: var(--color-red);
  border: 0px;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding: 20px 45px;
  line-height: 1;
  position: relative;
  border: 1px solid var(--color-gold);
}
.login-menu .header-button .btn-login:hover {
  background: var(--color-blue);
}

@media only screen and (max-width: 767px) {
  .btn-style-one {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-one {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-one:focus {
  box-shadow: none;
}
.btn-style-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-blue);
  opacity: 0;
  transition: 0.5s;
  border-radius: 7px;
  z-index: 1;
}
.btn-style-one:hover span {
  color: #ffffff;
}
.btn-style-one:hover::before {
  opacity: 1;
  transition: 0.5s;
}
.btn-style-one span {
  position: relative;
  z-index: 3;
  color: #ffffff;
}

.btn-style-two {
  background: #ffb700;/*Better contrast*/
  border: 0px;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-red);
  padding: 25px 65px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-style-two {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-two {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-two:focus {
  box-shadow: none;
}
.btn-style-two:hover {
  color: #ffffff;
  background-color: var(--color-red);
}

.btn-style-three {
  background: #322fb3;
  border: 0px;
  border-radius: 7px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding: 20px 60px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-style-three {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-three {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-three:focus {
  box-shadow: none;
}
.btn-style-three:hover {
  color: #ffffff;
  background-color: #343c55;
}

.btn-style-four {
  background: #4fcbf1;
  border: 0px;
  border-radius: 7px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  padding: 21px 65px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-style-four {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-four {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-four:focus {
  box-shadow: none;
}
.btn-style-four:hover {
  color: #ffffff;
  background-color: #343c55;
}

/*----------------------------------------*/
/*  1.3 Heading Styles CSS
/*----------------------------------------*/
.heading-one-subtitle {
  color: var(--color-red);
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .heading-one-subtitle {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.heading-one-title {
  font-size: 60px;
  font-weight: 700;
  color: #343c55;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-one-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-one-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-one-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .heading-one-title {
    font-size: 30px;
  }
}
.heading-one-text-two {
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
}

.rotate-title {
  font-size: 260px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #322fb3;
  -webkit-text-fill-color: transparent;
  opacity: 0.28;
  top: 80%;
  position: absolute;
  z-index: 9;
}
.rotate-title.rotate-left {
  transform: rotate(270deg);
  left: -300px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .rotate-title.rotate-left {
    font-size: 200px;
    left: -260px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .rotate-title.rotate-left {
    font-size: 130px;
    left: -177px;
  }
}
.rotate-title.rotate-right {
  transform: rotate(90deg);
  right: -450px;
  overflow: hidden;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .rotate-title.rotate-right {
    font-size: 200px;
    right: -370px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .rotate-title.rotate-right {
    font-size: 130px;
    right: -240px;
  }
}

/*----------------------------------------*/
/*  1.4 Keyframe Styles CSS
/*----------------------------------------*/
@-webkit-keyframes moveupdown1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveupdown1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveupdown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveupdown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftright1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveleftright1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes zoom1 {
  0% {
    transform: scale(1px);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom1 {
  0% {
    transform: scale(1px);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes circle1 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-webkit-keyframes circle2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveleftright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes moveleftright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@-webkit-keyframes moveleftrightwo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes moveleftrightwo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@-webkit-keyframes animshape1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, 10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animshape1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, 10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animshape2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, -10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animshape2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, -10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
/*----------------------------------------*/
/*  1.4 Modal Styles CSS
/*----------------------------------------*/
/* Overlay */
.overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}

/* Modal */
.sr-modal {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 340px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sr-modal input {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.sr-modal button {
  padding: 10px;
  background-color: var(--color-red);
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.sr-modal button:hover {
  background-color: var(--color-blue);
  color: #fff;
}

/* Close button */
.sr-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 1.5rem;
  color: #333;
}
/* =============================
    2.1 - Header Style
================================ */

.header-one.sticky .logo-2 {
  display: block;
}
.header-one.sticky .logo-1 {
  display: none;
}

.header-one.sticky .hamburger_button span {
  background: #333
}
.header-one.sticky .hamburger_button:hover span {
  background: #333;
}

.header-one .logo-2{
  display: none;
}

.header-wrapper {
  position: absolute;  /* initial */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 0;         /* bigger padding at start */
  background-color: transparent;
  box-shadow: none;
  transition: all 0.3s; /* smooth transition */
}


.header-wrapper-two .main-menu > ul > li > a {
  line-height: 145px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-wrapper-two .main-menu > ul > li > a {
    line-height: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrapper-two .main-menu > ul > li > a {
    line-height: 110px;
  }
}
.header-wrapper-two .hamburger_button span {
  background: #322fb3;
}
.header-wrapper-two .hamburger_button:hover span {
  background: #4fcbf1;
}

.offcanvas {
  z-index: 9999;
  padding: 20px;
}
.offcanvas .btn-close {
  background: none;
  font-size: 20px;
}
.offcanvas .btn-close:focus {
  box-shadow: none;
}
.offcanvas .logo {
  width: 150px;
}

.header-right_actions {
  margin-left: 40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right_actions {
    margin-left: 0;
  }
}
.header-right_button {
  display: flex;
  align-items: center;
  padding: 0 0 20px 0;
}

.header-button .btn-style-one {
  opacity: 0.93;
}

/* Main Menu Style */
.main-menu > ul > li {
  display: inline-flex;
  margin-right: 35px;
}
.main-menu > ul > li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu > ul > li {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul > li {
    margin-right: 25px;
  }
}
.main-menu > ul > li > a {
  font-size: 16px;
  text-transform: uppercase;
  /*line-height: 120px;*/
  line-height: 80px;/**FIX**/
  cursor: pointer;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  color: #fff;
}

.sticky-header.sticky .main-menu > ul > li > a {
  color: var(--color-blue);
}

.sticky-header.sticky .main-menu > ul > li:hover > a {
  color: var(--color-red);
}

.main-menu > ul > li:hover > a {
  color: var(--color-blue);
}
.main-menu .has-children {
  position: relative;
}
.main-menu .has-children > .sub-menu {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 6px -3px;
  width: 230px;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  z-index: 9;
  padding-left: 0;
  top: 100%;
  border-bottom: 2px solid #322fb3;
  padding: 0px;
}
.main-menu .has-children > .sub-menu > li {
  border-bottom: 1px dashed #ffe9e9;
}
.main-menu .has-children > .sub-menu > li:last-child {
  border-bottom: 0px;
}
.main-menu .has-children > .sub-menu > li a {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #343c55;
  text-transform: uppercase;
  display: block;
}
.main-menu .has-children > .sub-menu > li:hover a {
  color: #322fb3;
  transition: 0.3s;
}
.main-menu .has-children > .sub-menu > li.has-submenu {
  position: relative;
}
.main-menu .has-children > .sub-menu > li.has-submenu > a {
  position: relative;
  display: block;
}
.main-menu .has-children > .sub-menu > li.has-submenu > a::before {
  content: "›";
  color: #343c55;
  position: absolute;
  font-size: 26px;
  line-height: 1;
  top: 4px;
  right: 15px;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav {
  background-color: #ffffff;
  left: 100%;
  right: auto;
  top: 8px;
  opacity: 0;
  margin-top: 30px;
  color: #131b13;
  opacity: 0;
  margin-top: 43px;
  min-width: 180px;
  padding: 0;
  position: absolute;
  top: 0%;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 200px;
  z-index: 9999;
  border-bottom: 2px solid #322fb3;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav li {
  border-bottom: 1px dashed #ffe9e9;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav li:last-child {
  border-bottom: 0px;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav a {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #343c55;
  display: block;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav a:hover {
  color: #322fb3;
}
.main-menu .has-children > .sub-menu > li.has-submenu:hover .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-menu .has-children:hover > .sub-menu {
  transform: scaleY(1);
}

/* Social Icon Style */
.social-icon li {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .social-icon li {
    margin-right: 10px;
  }
}
.social-icon li:last-child {
  margin-right: 0px;
}
.social-icon li a {
  font-size: 20px;
}
@media only screen and (max-width: 479px) {
  .social-icon li a {
    font-size: 16px;
  }
}

/* Hamburger Style */
.hamburger {
  margin-left: 20px;
}
@media only screen and (max-width: 479px) {
  .hamburger {
    margin-left: 10px;
  }
}
.hamburger_button {
  line-height: 100px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.hamburger_button span {
  list-style: none;
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  transition: 0.9s;
}
.hamburger_button span:nth-of-type(1) {
  top: 20%;
}
.hamburger_button span:nth-of-type(2) {
  top: 50%;
}
.hamburger_button span:nth-of-type(3) {
  top: 80%;
}
.hamburger_button.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}
.hamburger_button.open span:nth-of-type(2) {
  width: 0;
}
.hamburger_button.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}
.hamburger_button:hover span {
  background: #4fcbf1;
}

/* Sticky Style */
.sticky-header.sticky {
  position: fixed; 
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px rgba(25, 7, 89, 0.1);
  
}
.sticky-header.sticky .main-menu > ul > li > a {
  line-height: 90px;
}
.sticky-header.sticky .social-icon li a {
  line-height: 80px;
}
.sticky-header.sticky .header-button {
  line-height: 80px;
}

/* Mobile Menu Style */
.mobile-menu li {
  display: block;
  position: relative;
}
.mobile-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: #343c55;
}
.mobile-menu li a:hover {
  color: #322fb3;
}
.mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -7px;
  right: 0%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #343c55;
  transition: all 250ms ease-out;
  float: right;
}
.mobile-menu li.menu-item-has-children .menu-expand i::before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(90deg);
  border-bottom: 1px solid #343c55;
  transition: 0.4s;
}
.mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
  transform: rotate(0);
}
.mobile-menu li ul li a {
  padding: 5px 15px 5px;
  font-size: 15px;
  font-weight: 400;
}
.mobile-menu li ul li a:hover {
  color: #322fb3;
}

.mobilemenu-close {
  padding: 0 !important;
  color: #343c55 !important;
  opacity: 1 !important;
  margin: 0 !important;
}

/* Header Three */
.header-three {
  position: fixed;
  width: 100%;
  z-index: 9;
}
.header-three .main-menu > ul > li > a {
  color: #ffffff;
}
.header-three .logo-2 {
  display: none;
}
.header-three.sticky .main-menu > ul > li > a {
  color: #343c55;
}
.header-three.sticky .logo-2 {
  display: block;
}
.header-three.sticky .logo-1 {
  display: none;
}

/* Header Four  */
.header-four {
  margin-top: 20px;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header-four .header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .header-four .header-top {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.header-four .header-top .left-link {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #bbbbbb;
}
.header-four .header-top-link {
  color: #717788;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-left: 5px;
}
.header-four .header-top-link:hover {
  color: #322fb3;
}
@media only screen and (max-width: 767px) {
  .header-four .header-top-link {
    font-size: 14px;
  }
}
.header-four .header-top span {
  border-right: 1px solid rgba(113, 119, 136, 0.5);
  margin-right: 20px;
  padding-right: 20px;
  line-height: 0.3;
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.header-four .header-top span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-four .header-top .social-icon {
  display: flex;
}
.header-four .header-top .social-icon li a {
  font-size: 16px;
}
.header-four .btn-style-one {
  height: 54px;
  background: linear-gradient(-50deg, #5BCFF2 15%, #417DD2 47%, #322fb3 80%);
}
@media only screen and (max-width: 767px) {
  .header-four .btn-style-one {
    height: auto;
  }
}
.header-four .main-menu > ul > li > a {
  line-height: 100px;
}
.header-four.sticky .header-top {
  display: none;
}

/* =============================
    2.2 - Slider Style
================================ */
/* Slider One Animation Start */
.animation-style-01 .swiper-slide-active .slider-content .subtitle {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .btn-style-two {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(1) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(2) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(3) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(4) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-image.slide-two-image {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-image .shape-circle {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Slider Two Animation Start */
.animation-style-02 .swiper-slide-active .heading-one-subtitle {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .heading-one-title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .heading-one p {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .heading-one .btn-style-one {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-leftimg .img-one {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-leftimg .img-two {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-rightimg .img-one {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-rightimg .img-two {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-rightimg .img-three {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape1 .shape-7 img {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape2 .shape-6 img {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape2 .shape-8 img {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape3 .shape-1 img {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Slider One Style Start */
.sliderone {
  position: relative;
  margin: 0 -100px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone {
    margin: 0 -80px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderone {
    margin: 0;
  }
}
.sliderone .swiper-slide {
  padding: 0 100px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone .swiper-slide {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone .swiper-slide {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderone .swiper-slide {
    padding: 0;
  }
}
.sliderone-slingle {
  height: 960px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone-slingle {
    height: 880px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone-slingle {
    height: 874px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .sliderone-slingle {
    height: 870px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone-slingle {
    height: 794px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-slingle {
    height: 625px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-slingle {
    height: 550px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-slingle {
    height: 800px;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone-slingle {
    height: 720px;
  }
}
.sliderone-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content {
    align-items: flex-start;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content {
    flex-direction: column;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone-content {
    padding-top: 60px;
  }
}
.sliderone-content .slider-content {
  flex: 0 0 auto;
  width: 42%;
  padding: 0 15px;
  z-index: 3;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone-content .slider-content {
    width: 47%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone-content .slider-content {
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderone-content .slider-content {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content .slider-content {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-content {
    width: 65%;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone-content .slider-content {
    width: 100%;
  }
}
.sliderone-content .slider-content .subtitle {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 16px;
  }
}
.sliderone-content .slider-content .title {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone-content .slider-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-content .title {
    font-size: 36px;
  }
}
.sliderone-content .slider-content .call {
  display: flex;
  flex-direction: column;
  /*position: absolute;
  bottom: 0px;*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .call {
    position: relative;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call {
    position: relative;
    margin-top: 30px;
    bottom: 0px;
  }
}
.sliderone-content .slider-content .call span {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call span {
    font-size: 14px;
  }
}
.sliderone-content .slider-content .call a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .call a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call a {
    font-size: 18px;
  }
}
.sliderone-content .slider-image {
  flex: 0 0 auto;
  width: 50%;
  /*width: 58%;/**FIX**/
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone-content .slider-image {
    width: 47%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .sliderone-content .slider-image {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content .slider-image {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-image {
    width: 100%;
  }
}
.sliderone-content .slider-image-one {
  margin-left: -300px;
  /*margin-left: 0;/**FIX**/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-image-one {
    margin-left: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-image-one {
    margin-left: -135px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-image-one {
    margin-left: 0;
    margin-top: 30px;
  }
}
.sliderone-content .btn-style-two {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .btn-style-two {
    padding: 20px 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .btn-style-two {
    padding: 18px 35px;
    margin-top: 30px;
  }
}
.sliderone-content .btn-style-two:hover {
  background-color: #ffffff;
  color: var(--color-red);
}
.sliderone .swiper-pagination {
  position: absolute;
  right: 50px !important;
  left: auto !important;
  width: 10px !important;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone .swiper-pagination {
    right: 40px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone .swiper-pagination {
    right: 20px !important;
  }
}
@media only screen and (min-width: 130px) and (max-width: 1299px) {
  .sliderone .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone .swiper-pagination {
    display: flex;
    left: 50% !important;
    transform: translate(-50%, -50%);
    position: relative;
    display: flex !important;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 100% !important;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone .swiper-pagination {
    -moz-column-gap: 10px;
         column-gap: 10px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone .swiper-pagination {
    bottom: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone .swiper-pagination {
    bottom: 0px;
  }
}
.sliderone .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: var(--color-red);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone .swiper-pagination-bullet {
    background: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone .swiper-pagination-bullet {
    background: #ffffff;
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone .swiper-pagination-bullet {
    background: #322fb3;
  }
}
.sliderone .swiper-pagination-bullet-active {
  position: relative;
}
.sliderone .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  border: 2px solid var(--color-gray);
  height: 22px;
  width: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .sliderone .swiper-pagination-bullet-active::before {
    width: 18px;
    height: 18px;
  }
}
.sliderone .button-container {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.sliderone .swiper-button {
  position: relative;
  left: auto;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone .swiper-button {
    display: none;
  }
}
.sliderone .swiper-button-prev, .sliderone .swiper-button-next {
  height: 60px;
  width: 60px;
  background-color: transparent;
  border: 1px solid var(--color-red);
  border-radius: 7px;
  transition: 0.3s;
  position: relative;
  left: 0;
  right: 0;
}
.sliderone .swiper-button-prev::after, .sliderone .swiper-button-next::after {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone .swiper-button-prev, .sliderone .swiper-button-next {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone .swiper-button-prev, .sliderone .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}
.sliderone .swiper-button-prev:hover, .sliderone .swiper-button-next:hover {
  background-color: var(--color-red);
  border: 1px solid var(--color-red);
  opacity: 1;
  transition: 0.3s;
}
.sliderone .swiper-button .prev-arrow-1, .sliderone .swiper-button .next-arrow-1, .sliderone .swiper-button .prev-arrow-2, .sliderone .swiper-button .next-arrow-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.sliderone .swiper-button .next-arrow-2 {
  transform: rotate(180deg) translate(50%, 40%);
  opacity: 0;
}
.sliderone .swiper-button-next:hover .next-arrow-1 {
  opacity: 0;
}
.sliderone .swiper-button-next:hover .next-arrow-2 {
  opacity: 1;
}
.sliderone .swiper-button .prev-arrow-1 {
  transform: rotate(-180deg) translate(50%, 40%);
}
.sliderone .swiper-button .prev-arrow-2 {
  opacity: 0;
}
.sliderone .swiper-button-prev:hover .prev-arrow-1 {
  opacity: 0;
}
.sliderone .swiper-button-prev:hover .prev-arrow-2 {
  opacity: 1;
}

.sliderbg-1 {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 960px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderbg-1 {
    width: 46%;
    height: 880px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .sliderbg-1 {
    width: 41%;
    height: 874px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .sliderbg-1 {
    width: 38%;
    height: 874px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .sliderbg-1 {
    height: 870px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderbg-1 {
    height: 794px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderbg-1 {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderbg-1 {
    width: 100%;
    height: 625px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 {
    /**height: 550px;**/
    height: 100%;/**FIX**/
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .sliderbg-1 {
    height: 625px;
  }
}
.sliderbg-1 .shape {
  position: absolute;
  opacity: 0.6;
}
.sliderbg-1 .shape-1 {
  top: 13%;
  left: 6%;
  z-index: 1;
  -webkit-animation: animshape1 5s infinite linear;
          animation: animshape1 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-1 {
    display: none;
  }
}
.sliderbg-1 .shape-2 {
  top: 19%;
  left: 74%;
  z-index: 1;
  -webkit-animation: animshape1 6s infinite linear;
          animation: animshape1 6s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-2 {
    display: none;
  }
}
.sliderbg-1 .shape-3 {
  top: 22%;
  left: 27%;
  z-index: 1;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-3 {
    display: none;
  }
}
.sliderbg-1 .shape-4 {
  top: 33%;
  left: 18%;
  z-index: 1;
  -webkit-animation: circle1 2.2s infinite alternate;
          animation: circle1 2.2s infinite alternate;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-4 {
    display: none;
  }
}
.sliderbg-1 .shape-5 {
  top: 49%;
  left: 13%;
  z-index: 1;
  -webkit-animation: circle2 2.2s infinite linear;
          animation: circle2 2.2s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-5 {
    display: none;
  }
}
.sliderbg-1 .shape-6 {
  top: 52%;
  left: 28%;
  z-index: 1;
  -webkit-animation: animshape2 5s infinite linear;
          animation: animshape2 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-6 {
    display: none;
  }
}
.sliderbg-1 .shape-7 {
  top: 79%;
  left: 75%;
  z-index: 1;
  -webkit-animation: circle2 2.2s infinite linear;
          animation: circle2 2.2s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-7 {
    display: none;
  }
}
.sliderbg-1 .shape-8 {
  top: 71%;
  left: 69%;
  z-index: 1;
  -webkit-animation: circle1 2.2s infinite alternate;
          animation: circle1 2.2s infinite alternate;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-8 {
    display: none;
  }
}
.sliderbg-1 .shape-9 {
  top: 92%;
  left: 9%;
  z-index: 1;
  -webkit-animation: animshape1 5s infinite linear;
          animation: animshape1 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-9 {
    display: none;
  }
}
.sliderbg-1 .shape-10 {
  top: 94%;
  left: 73%;
  z-index: 1;
  -webkit-animation: animshape1 5s infinite linear;
          animation: animshape1 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-10 {
    display: none;
  }
}
.sliderbg-1 .shape-11 {
  top: 78%;
  left: 18%;
  z-index: 1;
  -webkit-animation: animshape2 5s infinite linear;
          animation: animshape2 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-11 {
    display: none;
  }
}
.sliderbg-1 .sliderone-social {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 5;
  row-gap: 30px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderbg-1 .sliderone-social {
    left: 15px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderbg-1 .sliderone-social {
    left: 15px;
  }
}
@media only screen and (min-width: 130px) and (max-width: 1299px) {
  .sliderbg-1 .sliderone-social {
    display: none;
  }
}
.sliderbg-1 .sliderone-social li a {
  color: #ffffff;
  font-size: 24px;
}
.sliderbg-1 .sliderone-social li a:hover {
  color: #4fcbf1;
}

/* Slider Two Style Start */
.slider-two {
  height: 1000px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-two {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-two {
    height: 800px;
  }
}
.slider-two .heading-one {
  position: relative;
  z-index: 9999;
}
.slider-two .heading-one-subtitle {
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-two .heading-one-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two .heading-one-subtitle {
    font-size: 18px;
  }
}
.slider-two .heading-one-title {
  font-size: 72px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slider-two .heading-one-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slider-two .heading-one-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-two .heading-one-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-two .heading-one-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two .heading-one-title {
    font-size: 40px;
  }
}
.slider-two .heading-one p {
  font-size: 21px;
  margin: 30px 0 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-two .heading-one p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-two .heading-one p {
    font-size: 16px;
    margin: 20px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-two .heading-one p {
    font-size: 16px;
    margin: 10px 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two .heading-one p {
    margin: 10px 0 20px;
  }
}
.slider-two .heading-one .btn-style-one {
  display: inline-block;
  padding: 25px 60px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-two .heading-one .btn-style-one {
    padding: 22px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-two .heading-one .btn-style-one {
    padding: 18px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-two {
    height: 945px;
  }
  .slider-two .heading-one {
    margin: 190px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-two {
    height: 850px;
  }
  .slider-two .heading-one {
    margin: 130px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two {
    height: 750px;
  }
  .slider-two .heading-one {
    margin: 150px 0 50px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-two {
    height: 660px;
  }
  .slider-two .heading-one {
    margin: 150px 0 50px;
  }
}

.slidertwo {
  height: 1000px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo {
    height: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slidertwo {
    height: 100%;
  }
}
.slidertwo .swiper-slide {
  display: flex;
  align-items: center;
}
.slidertwo-shape1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.slidertwo-shape1 .scene {
  width: 100%;
  height: 100%;
}
.slidertwo-shape1 .shape {
  position: absolute;
}
.slidertwo-shape1 .shape.shape-7 {
  top: 0;
  right: 20%;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-7 {
    right: 8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-7 {
    right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-shape1 .shape.shape-7 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-7 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-7 img {
    width: 80%;
  }
}
.slidertwo-shape1 .shape.shape-9 {
  left: 445px;
  top: 20%;
  z-index: 1;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-9 {
    left: 360px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-9 {
    left: 340px;
    top: 24%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-9 {
    left: 20%;
    top: 22%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-9 {
    top: 18%;
    left: 24%;
    width: 5%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-9 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-10 {
  left: 32.6%;
  top: 32.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-10 {
    left: 33%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-10 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-11 {
  top: 23.6%;
  right: 38%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-11 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-12 {
  top: 12%;
  right: 3%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-12 {
    top: 16%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-12 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-14 {
  top: 22%;
  right: 8.6%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-14 {
    right: 6%;
    top: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-14 {
    right: 7%;
    top: 28%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-14 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-15 {
  right: 30%;
  top: 39%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-15 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-16 {
  right: 22%;
  top: 53%;
  z-index: 1;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 24%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 23%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 26%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 28%;
    width: 6%;
    top: 56%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-16 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-17 {
  right: 28%;
  bottom: 30%;
  -webkit-animation: circle1 3s infinite linear;
          animation: circle1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 30%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 32%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 38%;
    bottom: 26%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-17 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-18 {
  left: 40%;
  bottom: 17%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-18 {
    left: 35%;
    bottom: 28%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-18 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-19 {
  left: 7.8%;
  bottom: 15.2%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-19 {
    left: 5%;
    bottom: 28%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-19 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-20 {
  left: 14%;
  bottom: 3%;
  z-index: -1;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-20 {
    left: 5%;
    bottom: 20%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-20 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-21 {
  right: 23%;
  bottom: 8%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 27%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 27%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 32%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 36%;
    bottom: 6%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-21 {
    display: none;
  }
}
.slidertwo-shape2 .shape {
  position: absolute;
}
.slidertwo-shape2 .shape.shape-6 {
  top: 0;
  left: 0px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape2 .shape.shape-6 img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-shape2 .shape.shape-6 {
    display: none;
  }
}
.slidertwo-shape2 .shape.shape-8 {
  right: 0;
  bottom: 5%;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 28%;
    bottom: 3%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 30%;
    bottom: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 32%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-shape2 .shape.shape-8 {
    display: none;
  }
}
.slidertwo-shape2 .shape.shape-13 {
  top: 26%;
  right: 11.6%;
  z-index: 6;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape2 .shape.shape-13 {
    top: 28%;
    right: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape2 .shape.shape-13 {
    top: 24%;
    right: 12%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape2 .shape.shape-13 {
    display: none;
  }
}
.slidertwo-shape3 .shape {
  position: absolute;
}
.slidertwo-shape3 .shape.shape-1 {
  left: 0;
  top: 50%;
  z-index: 999;
  transform: translateY(-40%);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape3 .shape {
    display: none;
  }
}
.slidertwo-leftimg {
  margin-left: -12px;
}
.slidertwo-leftimg .img-one {
  position: relative;
  margin-left: 0px;
  top: -35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-leftimg .img-one {
    position: relative;
    width: 100%;
    left: 0%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-leftimg .img-one {
    position: relative;
    width: 95%;
    left: 0%;
    top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-leftimg .img-one {
    top: 0px;
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-leftimg .img-one {
    top: 0px;
    width: 90%;
  }
}
.slidertwo-leftimg .img-two {
  position: absolute;
  bottom: 6%;
  left: 17.4%;
  z-index: 99;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-leftimg .img-two {
    left: 15%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-leftimg .img-two {
    left: 12%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-leftimg .img-two {
    bottom: 24%;
    left: 14%;
    width: 18%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-leftimg .img-two {
    bottom: 24%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-leftimg .img-two {
    position: relative;
    bottom: 100px;
    left: 68%;
    width: 34%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-leftimg .img-two {
    position: relative;
    bottom: 70px;
    left: 60%;
    width: 34%;
  }
}
@media only screen and (max-width: 479px) {
  .slidertwo-leftimg .img-two {
    bottom: 50px;
  }
}
.slidertwo-rightimg {
  text-align: right;
  margin-right: -12px;
}
.slidertwo-rightimg .img-one {
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-one {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-one {
    bottom: 35px;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-rightimg .img-one img {
    width: 96%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-rightimg .img-one img {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-rightimg .img-one img {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-rightimg .img-one img {
    width: 76%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-one img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-one img {
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .slidertwo-rightimg .img-one img {
    width: 40%;
  }
}
.slidertwo-rightimg .img-two {
  position: absolute;
  right: 17%;
  top: 22%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-rightimg .img-two {
    right: 20%;
    top: 18%;
    width: 14%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-two {
    position: absolute;
    right: 30%;
    top: 52%;
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-two {
    top: 55%;
    width: 18%;
    right: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .slidertwo-rightimg .img-two {
    top: 58%;
    right: 35%;
  }
}
@media only screen and (max-width: 479px) {
  .slidertwo-rightimg .img-two {
    top: 62%;
    right: 35%;
  }
}
.slidertwo-rightimg .img-three {
  position: absolute;
  right: 31%;
  bottom: 11%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-rightimg .img-three {
    right: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-rightimg .img-three {
    width: 10%;
    right: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-three {
    bottom: 5%;
    width: 10%;
    right: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-three {
    bottom: 6%;
    width: 10%;
    right: 36%;
  }
}
.slidertwo .swiper-pagination {
  bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slidertwo .swiper-pagination {
    bottom: 0px;
    line-height: 1;
  }
}
.slidertwo .swiper-pagination-bullet {
  width: 40px;
  border-radius: 5px;
  height: 6px;
}
@media only screen and (max-width: 767px) {
  .slidertwo .swiper-pagination-bullet {
    width: 30px;
  }
}
.slidertwo .swiper-pagination-bullet-active {
  background: #322fb3;
}

/* Hero Style Start */
.hero {
  height: 100vh;
  padding-top: 140px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero {
    height: 950px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    padding-top: 100px;
  }
}
.hero-content {
  position: relative;
  top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-content {
    top: 20px;
  }
}
.hero-content .subtitle {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4fcbf1;
  display: flex;
  margin-bottom: 5px;
  letter-spacing: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .subtitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content .subtitle {
    font-size: 16px;
  }
}
.hero-content .title {
  font-size: 72px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content .title {
    font-size: 36px;
  }
}
.hero-content .text {
  font-size: 21px;
  color: #717788;
  margin: 45px 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .text {
    margin: 30px 0 0px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .text {
    margin: 20px 0 0px;
    font-size: 16px;
  }
}
.hero-content .btn-style-one {
  display: inline-block;
  padding: 25px 64px;
}
.hero .btn-style-one {
  margin-top: 40px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero .btn-style-one {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .btn-style-one {
    padding: 18px 35px;
    margin-top: 25px;
  }
}
.hero .btn-style-one:hover {
  background-color: #ffffff;
  color: #343c55;
}
.hero-facts-info {
  position: absolute;
  z-index: 3;
  background: #ffffff;
  box-shadow: -14px 22px 48px 0px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 10px;
  max-width: 294px;
  width: 100%;
  padding: 35px;
  top: 210px;
  left: -40px;
  visibility: visible;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.hero-facts-info-review {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.hero-facts-info-review span {
  color: #f2c71b;
  line-height: 1;
}
.hero-facts-info-text {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  margin: 5px 0px 0px;
}
@media only screen and (max-width: 479px) {
  .hero-facts-info-text {
    font-size: 12px;
    margin-top: 0;
  }
}
.hero-facts-info .hero-facts-client-name {
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-info {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-facts-info {
    top: 72%;
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-facts-info {
    top: 76%;
    left: -20px;
    max-width: 240px;
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-info {
    left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .hero-facts-info {
    max-width: 180px;
    padding: 15px;
    left: -5px;
  }
}
.hero-facts-client {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  background: #ffffff;
  padding: 25px 25px 20px;
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  right: -38%;
  top: 90%;
  visibility: visible;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.hero-facts-client-name {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-facts-client {
    right: -190px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-client {
    right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-client {
    right: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-client {
    right: -4%;
    top: 90px;
    padding: 20px 20px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-client {
    right: 0;
    top: 50%;
    padding: 20px 20px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-client {
    right: 0;
    top: 54%;
    padding: 15px 15px 10px;
  }
}
.hero-facts-shape1 {
  position: absolute;
  margin-left: 30px;
  top: -194px;
  right: -240px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-facts-shape1 {
    right: -190px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-shape1 {
    right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-shape1 {
    right: -35px;
    top: -130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-shape1 {
    right: -15px;
    top: -90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-shape1 {
    top: 90px;
    right: auto;
  }
}
.hero-facts-shape2 {
  position: absolute;
  z-index: 2;
  top: -150px;
  left: 12%;
}
.hero-facts-shape2 img {
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-shape2 {
    top: -190px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-shape2 {
    left: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-shape2 {
    top: -100px;
    left: 8%;
  }
  .hero-facts-shape2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-shape2 {
    top: 14%;
    left: 8%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-shape2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 479px) {
  .hero-facts-shape2 {
    top: 18%;
  }
  .hero-facts-shape2 img {
    width: 60%;
  }
}
.hero-facts-shape3 {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  padding: 20px;
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  right: -9%;
  top: -192px;
  visibility: visible;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-facts-shape3 {
    right: -3%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-shape3 {
    right: 7%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-shape3 {
    right: 15%;
    top: -140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-shape3 {
    right: 15%;
    top: -90px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-shape3 {
    right: 20%;
    top: 13%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-shape3 {
    right: 12%;
    top: 12%;
    padding: 15px;
  }
}
.hero-facts-shape4 {
  position: absolute;
  z-index: 2;
  left: 43%;
  top: 420px;
}
.hero-facts-shape4 img {
  -webkit-animation: moveleftright1 5s infinite linear;
          animation: moveleftright1 5s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-facts-shape4 {
    top: 100%;
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-facts-shape4 {
    display: none;
  }
}
.hero-image {
  position: absolute;
  top: -250px;
  right: -210px;
}
.hero-image-wrapper {
  position: relative;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-image {
    right: -180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-image {
    right: -110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-image {
    right: -20px;
    top: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image {
    right: -10px;
    top: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-image {
    position: relative;
    top: 40px;
    right: auto;
  }
}
.hero .scene {
  height: 100%;
  position: absolute !important;
  width: 100%;
}
.hero-shape.shape-1 {
  position: absolute;
  top: 100px;
  left: -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-1 {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-1 {
    display: none;
  }
}
.hero-shape.shape-2 {
  position: absolute;
  top: 100px;
  left: -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-2 {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-2 {
    display: none;
  }
}
.hero-shape.shape-3 {
  position: absolute;
  top: 25px;
  left: 50px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-3 {
    left: 2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-3 {
    top: 0px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-3 {
    display: none;
  }
}
.hero-shape.shape-4 {
  position: absolute;
  top: 60px;
  left: 125px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-4 {
    left: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-4 {
    left: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-4 {
    display: none;
  }
}
.hero-shape.shape-5 {
  position: absolute;
  top: 280px;
  left: 220px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-5 {
    left: 9%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-5 {
    left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-5 {
    display: none;
  }
}
.hero-shape.shape-6 {
  position: absolute;
  top: 660px;
  left: 315px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-shape.shape-6 {
    left: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-6 {
    left: 22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-6 {
    display: none;
  }
}
.hero-shape.shape-7 {
  position: absolute;
  top: 100px;
  left: 43%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-7 {
    top: 80px;
    left: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-7 {
    display: none;
  }
}
.hero-shape.shape-8 {
  position: absolute;
  top: 80px;
  left: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-8 {
    top: 50px;
    left: 52%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-8 {
    display: none;
  }
}
.hero-shape.shape-9 {
  position: absolute;
  top: 42%;
  left: 44%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-9 {
    display: none;
  }
}
.hero-shape.shape-10 {
  position: absolute;
  top: 62%;
  left: 33%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-10 {
    left: 28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-10 {
    display: none;
  }
}
.hero-shape.shape-12 {
  position: absolute;
  top: 0%;
  right: 8%;
}
.hero-shape.shape-12 img {
  -webkit-animation: circle2 5s infinite linear;
          animation: circle2 5s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-12 {
    right: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-12 {
    display: none;
  }
}
.hero-shape.shape-13 {
  position: absolute;
  top: 14%;
  right: 5%;
}
.hero-shape.shape-13 img {
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-13 {
    right: 1%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-13 {
    top: 12%;
    right: 1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-shape.shape-13 {
    right: 2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-13 {
    top: 10%;
    right: 1%;
  }
  .hero-shape.shape-13 img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-13 {
    display: none;
  }
}
.hero-shape.shape-14 {
  position: absolute;
  top: 0;
  right: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-14 {
    display: none;
  }
}
.hero-shape.shape-15 {
  position: absolute;
  top: 61%;
  right: 2%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-15 {
    top: 76%;
    right: 1%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-15 {
    top: 70%;
    right: 1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-shape.shape-15 {
    top: 70%;
    right: 1%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-15 {
    top: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-15 {
    display: none;
  }
}

/* =============================
    2.3 - Strategy Style
================================ */
.strategy {
  position: relative;
}
.strategy .heading-one {
  max-width: 800px;
  width: 100%;
  margin: 0 auto ;
}

.strategy span{
  font-size: 60px;
}
.strategy h1{
  font-size: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .strategy .heading-one {
    margin: 0 auto 80px;
  }

  .strategy span{
    margin: 0 auto 60px;
  }

  .strategy h1{
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy .heading-one {
    margin: 0 auto 60px;
  }

  .strategy span{
    font-size: 40px;
  }

  .scoring{
    font-size: 60px!important;
  }
  .strategy h1{
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy .heading-one {
    margin: 0 auto 40px;
  }

  .strategy span{
    font-size: 40px;
  }

  .scoring{
    font-size: 60px!important;
  }
  .strategy h1{
    font-size: 50px;
  }
  .section-home-bubble{
    margin-top: 0!important;
  }
}
.strategy-single {
  display: flex;
  align-items: flex-start;
}
.strategy-icon {
  flex: 0 0 auto;
  margin-right: 50px;
  position: relative;
}
.strategy-icon span {
  content: "";
  position: absolute;
  background-color: var(--color-gray);
  height: 48px;
  width: 48px;
  border-radius: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.strategy-icon img {
  position: relative;
  top: 20px;
  left: 20px;
}
.strategy-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .strategy-content .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-content .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.strategy-shape {
  position: absolute;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-shape {
    display: none;
  }
}
.strategy-shape.shape-1 {
  top: 70px;
  left: 135px;
  -webkit-animation: zoom1 4s infinite linear;
          animation: zoom1 4s infinite linear;
}
.strategy-shape.shape-2 {
  bottom: 100px;
  right: 20px;
  -webkit-animation: circle1 2.2s infinite alternate;
          animation: circle1 2.2s infinite alternate;
}
.strategy-shape.shape-3 {
  top: 150px;
  right: 100px;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.strategy-shape.shape-4 {
  top: 115px;
  right: 20px;
  -webkit-animation: moveupdown1 2s infinite linear;
          animation: moveupdown1 2s infinite linear;
}
.strategy-shape.shape-5 {
  top: 70px;
  left: 80px;
  opacity: 0.6;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.strategy-two .heading-one {
  margin-right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .strategy-two .heading-one {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .strategy-two .heading-one {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-two .heading-one {
    margin-right: 0px;
  }
}
.strategy-two .heading-one-title {
  margin: 5px 0 40px;
}
@media only screen and (max-width: 767px) {
  .strategy-two .heading-one-title {
    margin: 5px 0 30px;
  }
}
.strategy-two-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-two-inner {
    gap: 30px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-two-inner {
    gap: 30px;
    margin-top: 40px;
  }
}
.strategy-two-single {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-two-single {
    max-width: 333px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-two-single {
    max-width: 100%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.strategy-two-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 47, 179, 0.2);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.2) 0%, rgba(65, 125, 210, 0.2) 50%, rgba(50, 47, 179, 0.2) 100%);
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .strategy-two-icon {
    width: 80px;
    height: 80px;
  }
}
.strategy-two-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .strategy-two-content .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.strategy-home2-shape {
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-home2-shape {
    top: 26%;
  }
}
.strategy-home2-shape .shape {
  position: absolute;
}
.strategy-home2-shape .shape.shape-1 {
  right: -10px;
  top: 30px;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-home2-shape .shape.shape-1 {
    right: -50px;
    top: 27%;
  }
  .strategy-home2-shape .shape.shape-1 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-home2-shape .shape.shape-1 {
    display: none;
  }
}
.strategy-home2-shape .shape.shape-2 {
  left: 80px;
  top: 28%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-home2-shape .shape.shape-2 {
    left: 20px;
    top: 24%;
  }
  .strategy-home2-shape .shape.shape-2 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-home2-shape .shape.shape-2 {
    display: none;
  }
}

/* =============================
    2.4 - About Style
================================ */
.about {
  /*background-image: url(../images/about/about-bg.png);*/
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 190px;
  margin-bottom: -1px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about {
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about {
    padding-bottom: 90px;
    background-size: contain;
    background-position: bottom;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .heading-one-title {
    font-size: 50px;
  }
}
.about-details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-details .col-one {
  flex: 0 0 auto;
  width: 48%;
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .about-details .col-one {
    width: 100%;
    margin: 0px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-details .col-one {
    width: 46%;
  }
}
.about-details .col-two {
  flex: 0 0 auto;
  width: 26%;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-details .col-two {
    width: 43%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-details .col-two {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-details .col-two {
    width: 28%;
  }
}
@media only screen and (max-width: 575px) {
  .about-details .col-two {
    width: 58%;
  }
}
.about-details .col-three {
  flex: 0 0 auto;
  width: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-details .col-three {
    width: 130px;
  }
}
@media only screen and (max-width: 479px) {
  .about-details .col-three {
    width: 120px;
  }
}
.about-details-quote {
  background-color: #ffffff;
  position: relative;
  border-radius: 0 7px 7px 0;
  padding: 15px 35px 10px 22px;
}
.about-details-quote::after {
  position: absolute;
  content: "";
  background-color: #4fcbf1;
  height: 95%;
  width: 4px;
  left: 0;
  top: 0;
}
.about-details-quote p {
  position: relative;
  top: -20px;
  left: 26px;
  font-style: italic;
}
.about-details-list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.about-details-list li p {
  margin-left: 15px;
}
.about-details .btn-style-one {
  display: inline-block;
  margin-top: 40px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .about-details .btn-style-one {
    margin-top: 20px;
  }
}
.about-details-video {
  position: relative;
}
.about-details-video::after {
  position: absolute;
  content: "";
  background: #322fb3;
  background: linear-gradient(-45deg, #5BCFF2 20%, #417DD2 50%, #322fb3 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 14px;
  transition: 0.4s;
}
.about-details-video::before {
  position: absolute;
  content: "";
  background: #322fb3;
  background: linear-gradient(-45deg, #322fb3 20%, #417DD2 50%, #5BCFF2 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 14px;
  transition: 0.4s;
}
.about-details-video .icon-img {
  width: 100%;
}
.about-details-video .video-popup {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-details-video:hover::after {
  opacity: 0;
  transition: 0.4s;
}
.about-details-video:hover::before {
  opacity: 0.8;
  transition: 0.4s;
}
.about .about-counter {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about .about-counter {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .about-counter {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about .about-counter {
    margin-bottom: 0;
    position: absolute;
    top: -108%;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-counter {
    margin-bottom: 0;
    position: absolute;
    top: -142%;
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about .about-counter {
    margin-bottom: 0;
    position: absolute;
    top: -2%;
    right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .about .about-counter {
    right: 10px;
  }
}
.about .about-counter .funfact-inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .about .about-counter .funfact-inner {
    margin-bottom: 5px;
    line-height: 1;
  }
}
.about .about-counter-1, .about .about-counter-2 {
  padding: 45px 50px 55px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  border-radius: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .about-counter-1, .about .about-counter-2 {
    padding: 30px 30px 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about .about-counter-1, .about .about-counter-2 {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .about .about-counter-1, .about .about-counter-2 {
    justify-content: space-between;
    padding: 10px;
  }
}
.about .about-counter-1 .odometer, .about .about-counter-1 .niktext, .about .about-counter-2 .odometer, .about .about-counter-2 .niktext {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .about-counter-1 .odometer, .about .about-counter-1 .niktext, .about .about-counter-2 .odometer, .about .about-counter-2 .niktext {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-counter-1 .odometer, .about .about-counter-1 .niktext, .about .about-counter-2 .odometer, .about .about-counter-2 .niktext {
    font-size: 26px;
  }
}
.about .about-counter-1 .niktext, .about .about-counter-2 .niktext {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about .about-counter-1 .niktext, .about .about-counter-2 .niktext {
    line-height: inherit;
    margin-left: 2px;
  }
}
.about .about-counter-1 .increment, .about .about-counter-2 .increment {
  color: #ffffff;
  font-size: 26px;
  position: relative;
  top: -10px;
}
@media only screen and (max-width: 767px) {
  .about .about-counter-1 .increment, .about .about-counter-2 .increment {
    font-size: 16px;
    margin-left: 3px;
  }
}
.about .about-counter-1 {
  background-color: var(--color-red);
}
.about .about-counter-2 {
  background-color: var(--color-red);
}
.about .about-counter-title {
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .about-counter-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-counter-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
  }
}
.about-image {
  position: absolute;
  width: 560px;
  margin-left: 95px;
  margin-top: -170px;
}
@media only screen and (min-width: 1550px) and (max-width: 1800px) {
  .about-image {
    width: 540px;
    margin-left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-image {
    width: 465px;
    margin-left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image {
    width: 560px;
    margin-left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image {
    width: 450px;
    margin-left: auto;
    right: 20px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image {
    position: relative;
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-image {
    position: relative;
    margin: 30px auto 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .about-image {
    position: inherit;
  }
}
.about-image-inner-thumb {
  background-color: var(--color-red);
  color: #ffffff;
  padding: 40px 25px;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 479px) {
  .about-image-inner-thumb {
    padding: 20px 15px;
    bottom: 20px;
    right: 20px;
  }
}
.about-image-inner-thumb .text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .about-image-inner-thumb .text {
    font-size: 16px;
  }
}
.about-image-inner-thumb .date {
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .about-image-inner-thumb .date {
    font-size: 30px;
  }
}
.about-tab {
  position: absolute;
  bottom: 0;
  left: 73px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-tab {
    left: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .about-tab {
    left: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .about-tab {
    left: 12px;
  }
}
.about-tab .nav-item {
  margin-right: 2px;
}
.about-tab .nav-link {
  border: 1px solid transparent;
  background-color: var(--color-gray);
  padding: 35px 100px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.about-tab .nav-link.active, .about-tab .nav-link:hover {
  background-color: var(--color-red);
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab .nav-link {
    padding: 30px 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab .nav-link {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab .nav-link {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-tab .nav-link {
    padding: 15px 22px;
    font-size: 14px;
  }
}

.about-tab-content {
  margin-top: 90px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-tab-content {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-content {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-content {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab-content {
    margin-top: 30px;
  }
}
.about-tab-content .heading-one-title {
  font-size: 48px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .about-tab-content .heading-one-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-tab-content .heading-one-title {
    font-size: 36px;
  }
}
.about-tab-content .heading-one p {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .about-tab-content .heading-one p {
    margin-bottom: 20px;
  }
}
.about-tab-content .heading-one .btn-style-one {
  margin-top: 20px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .about-tab-content .heading-one .btn-style-one {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-content .shape {
    display: none;
  }
}
.about-tab-content .shape.shape-1 {
  position: absolute;
  top: 10%;
  right: 3%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-content .shape.shape-2 {
  position: absolute;
  top: 20%;
  right: 3%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-content .shape.shape-2 img {
  transform: rotate(20deg);
}
.about-tab-content .shape.shape-3 {
  position: absolute;
  bottom: -2%;
  right: 3%;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
  opacity: 0.25;
}

.about-tab-image {
  position: relative;
  margin-right: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-image {
    margin-right: 0px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab-image {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab-image .shape {
    display: none;
  }
}
.about-tab-image .shape.shape-1 {
  position: absolute;
  top: -3%;
  left: 0;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-image .shape.shape-2 {
  position: absolute;
  top: 64%;
  left: 76%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-image-one {
  position: absolute;
  left: -42%;
  top: 13%;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image-one {
    left: -6%;
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-tab-image-one {
    left: 0;
    width: 35%;
  }
}
.about-tab-image-three {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image-three {
    width: 60%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-tab-image-three {
    width: 60%;
    margin-left: auto;
  }
}
.about-tab-image-two {
  position: relative;
  margin-top: -42px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image-two {
    width: 53%;
    margin-left: 57px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-tab-image-two {
    width: 53%;
    left: 20%;
  }
}

/* About Two Style */
.about-two {
  position: relative;
}
.about-two-images {
  margin-right: 70px;
  height: 650px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-images {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-two-images {
    width: 100%;
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-images {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 479px) {
  .about-two-images {
    height: 400px;
  }
}
.about-two-images-one {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .about-two-images-one {
    width: 70%;
  }
}
.about-two-images-two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .about-two-images-two {
    width: 50%;
  }
}
.about-two-images-thumb {
  background-color: #322fb3;
  color: #ffffff;
  padding: 40px 25px;
  border-radius: 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 60px;
  left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-images-thumb {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-images-thumb {
    left: -20px;
    top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .about-two-images-thumb {
    padding: 15px 10px;
    left: -10px;
    top: 10px;
  }
}
.about-two-images-thumb .text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .about-two-images-thumb .text {
    font-size: 14px;
  }
}
.about-two-images-thumb .date {
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .about-two-images-thumb .date {
    font-size: 24px;
  }
}
.about-two .heading-one {
  margin-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .heading-one {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-two .heading-one {
    margin-left: 0px;
  }
}
.about-two .heading-one-title {
  margin: 10px 0 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .about-two .heading-one-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .heading-one-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .heading-one-title {
    margin: 10px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .heading-one-title {
    margin: 10px 0 20px;
  }
}
.about-two-text p {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-two-text p {
    margin-bottom: 15px;
  }
}
.about-two-text .btn-style-one {
  margin-top: 20px;
  display: inline-block;
}
.about-two .shape {
  position: absolute;
}
.about-two .shape.shape-1 {
  bottom: -40px;
  left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-1 {
    bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-1 {
    bottom: 43%;
  }
}
.about-two .shape.shape-1 img {
  -webkit-animation: zoom1 7s infinite linear;
          animation: zoom1 7s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-1 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-1 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-1 {
    display: none;
  }
}
.about-two .shape.shape-2 {
  bottom: 250px;
  left: 40px;
}
.about-two .shape.shape-2 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-2 {
    bottom: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-2 {
    display: none;
  }
}
.about-two .shape.shape-3 {
  top: 30px;
}
.about-two .shape.shape-3 img {
  -webkit-animation: zoom1 7s infinite linear;
          animation: zoom1 7s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-3 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-3 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-3 {
    display: none;
  }
}
.about-two .shape.shape-4 {
  top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-4 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-4 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-4 {
    display: none;
  }
}
.about-two .shape.shape-5 {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
  right: 100px;
  top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-5 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-5 img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-5 {
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-5 {
    display: none;
  }
}
.about-two .shape.shape-6 {
  bottom: 115px;
  right: 140px;
}
.about-two .shape.shape-6 img {
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-6 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-6 img {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-6 {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-6 {
    bottom: 70px;
    right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-6 {
    display: none;
  }
}
.about-two .shape.shape-7 {
  top: 72.5%;
  right: 0px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-7 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-7 img {
    width: 34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-7 {
    top: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-7 {
    display: none;
  }
}

.about-creative-images {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-creative-images {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-images {
    display: flex;
    margin-bottom: 50px;
  }
}
.about-creative-images .image-one {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -180px;
  z-index: -1;
}
.about-creative-images .image-one::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #322fb3;
  background: linear-gradient(-45deg, #5BCFF2 20%, #417DD2 50%, #322fb3 100%);
  opacity: 0.7;
  z-index: 1;
  border-radius: 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-creative-images .image-one {
    left: -105px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-creative-images .image-one {
    left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-images .image-one {
    left: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-creative-images .image-one {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-images .image-one {
    left: 0;
    width: 70%;
  }
}
.about-creative-images .image-two {
  box-shadow: -50px 25px 90px 0px rgba(16, 37, 113, 0.13);
  display: inline-block;
  border-radius: 15px;
  position: relative;
  margin-right: 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-creative-images .image-two {
    margin-right: 0;
    right: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-creative-images .image-two {
    margin-right: 130px;
    left: 131px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-images .image-two {
    margin-right: 0;
    width: 70%;
    left: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-creative-images .image-two {
    margin-left: 180px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-images .image-two {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
  }
}
.about-creative .heading-one-title {
  margin: 5px 0 40px;
}
@media only screen and (max-width: 767px) {
  .about-creative .heading-one-title {
    margin: 5px 0 30px;
  }
}
.about-creative-tab {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-creative-tab {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab {
    margin-top: 30px;
  }
}
.about-creative-tab .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #343c55;
  border-top: 0px;
  border-right: 0;
  border-left: 0;
  padding: 0 35px 20px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-tab .nav-tabs .nav-link {
    padding: 0 24px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-tabs .nav-link {
    padding: 0 24px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab .nav-tabs .nav-link {
    padding: 0 10px 12px;
    font-size: 16px;
  }
}
.about-creative-tab .nav-tabs .nav-link.active {
  border-bottom: 2px solid #4fcbf1;
}
.about-creative-tab .nav-content-inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-content-inner {
    gap: 20px;
  }
}
.about-creative-tab .nav-content-inner p {
  max-width: 303px;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 278px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 255px;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 278px;
  }
}
@media only screen and (max-width: 575px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 255px;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.about-creative-tab .nav-content-inner img {
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-tab .nav-content-inner img {
    width: 37%;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-content-inner img {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .about-creative-tab .nav-content-inner img {
    width: 37%;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab .nav-content-inner img {
    width: 100%;
  }
}

/* About Three Style */
.about-three {
  position: relative;
}
.about-three-image-shape {
  position: absolute;
  margin-left: -154px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-image-shape {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-image-shape {
    margin-left: -33px;
  }
  .about-three-image-shape img {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-image-shape {
    margin-left: 25px;
  }
  .about-three-image-shape img {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-image-shape {
    margin-left: 34px;
    top: 30px;
  }
  .about-three-image-shape img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-image-shape {
    margin-left: 100px;
    top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-image-shape {
    margin-left: 44px;
    top: -20px;
  }
  .about-three-image-shape img {
    width: 90%;
  }
}
.about-three-image {
  position: relative;
  margin-left: -286px;
  top: 60px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-image {
    margin-left: -190px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-image {
    margin-left: -116px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-image {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-image {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-image {
    margin-left: 0px;
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-image {
    margin-left: 0px;
    top: 0px;
  }
}
.about-three-chart {
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  background-color: #ffffff;
  padding: 25px;
  position: absolute;
  top: 155px;
  margin-left: 235px;
  -webkit-animation: moveupdown1 4s infinite linear !important;
          animation: moveupdown1 4s infinite linear !important;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-chart {
    margin-left: 300px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-chart {
    margin-left: 340px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-chart {
    top: 114px;
    margin-left: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-chart {
    top: 114px;
    margin-left: 275px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-chart {
    top: 100px;
    margin-left: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-chart {
    top: 70px;
    margin-left: auto;
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .about-three-chart {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .about-three-chart {
    top: 30px;
  }
}
.about-three-duration {
  box-shadow: -18px 34px 72px 0px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  padding: 44px 60px 50px 70px;
  position: absolute;
  top: 510px;
  margin-left: -186px;
  border-radius: 7px;
  -webkit-animation: moveupdown1 6s infinite linear !important;
          animation: moveupdown1 6s infinite linear !important;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-duration {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-duration {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-duration {
    top: 425px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-duration {
    top: 380px;
    margin-left: 0px;
    padding: 30px 40px 30px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-duration {
    top: 450px;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-duration {
    padding: 30px 40px 30px 50px;
    top: 380px;
    margin-left: auto;
    left: 116px;
  }
}
@media only screen and (max-width: 575px) {
  .about-three-duration {
    padding: 20px 30px 20px 40px;
    top: 340px;
    margin-left: auto;
    left: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .about-three-duration {
    top: 230px;
    left: 30px;
  }
}
.about-three-duration .years {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #4fcbf1;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 575px) {
  .about-three-duration .years {
    font-size: 60px;
  }
}
.about-three-duration .text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  color: #343c55;
}
@media only screen and (max-width: 575px) {
  .about-three-duration .text {
    font-size: 18px;
  }
}
.about-three .heading-one-subtitle {
  margin-bottom: 10px;
  display: block;
}
.about-three .heading-one p {
  margin: 45px 0;
}
@media only screen and (max-width: 767px) {
  .about-three .heading-one p {
    margin: 20px 0 30px;
  }
}
.about-three-details {
  display: flex;
  flex-direction: column;
}
.about-three-service {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 575px) {
  .about-three-service {
    flex-direction: column;
    row-gap: 15px;
  }
}
.about-three-service-single {
  display: flex;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
@media only screen and (max-width: 767px) {
  .about-three-service-single {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.about-three-service-thumb {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #eaf6fc;
  position: relative;
  transition: 0.4s;
}
.about-three-service-content .title {
  font-size: 21px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #343c55;
  margin-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-service-content .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-service-content .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.about-three-content-list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .about-three-content-list p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .about-three-content-list {
    margin-top: 30px;
  }
}
.about-three-buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-three-buttons {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-three-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    row-gap: 15px;
  }
}
.about-three-buttons .btn-style-one {
  padding: 22px 58px;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .btn-style-one {
    padding: 18px 40px;
  }
}
.about-three-buttons .phone-call {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.about-three-buttons .phone-call-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .phone-call-icon {
    width: 40px;
    height: 40px;
  }
}
.about-three-buttons .phone-call-icon i {
  color: #4fcbf1;
  background: #ffffff;
  font-size: 14px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .phone-call-icon i {
    width: 36px;
    height: 36px;
  }
}
.about-three-buttons .phone-call-number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #343c55;
  transition: 0.3s;
}
.about-three-buttons .phone-call-number:hover {
  color: #322fb3;
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .phone-call-number {
    font-size: 18px;
  }
}
.about-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-three .shape {
    display: none;
  }
}
.about-three .shape .shape1 {
  position: absolute;
  left: 9%;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three .shape .shape1 {
    left: 5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape1 {
    left: 2%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape1 {
    left: 1%;
  }
}
.about-three .shape .shape2 {
  position: absolute;
  right: 4%;
  z-index: -1;
  margin-top: -60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape2 {
    right: 2%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three .shape .shape2 {
    right: 2%;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape2 {
    right: 2%;
    margin-top: -100px;
    width: 8%;
  }
}
.about-three .shape .shape4 {
  position: absolute;
  left: 4.8%;
  z-index: -1;
  bottom: -23px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape4 {
    left: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape4 {
    left: 2%;
    bottom: 80px;
  }
}
.about-three .shape .shape5 {
  position: absolute;
  right: 6%;
  z-index: -1;
  bottom: 18%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three .shape .shape5 {
    right: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape5 {
    right: 1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape5 {
    right: 0%;
  }
}

/* =============================
    2.5 - Progress Style
================================ */
.progress-section {
  position: relative;
}
.progress-section-content {
  background-image: url(../images/progress/progress-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 90px;
  margin-top: 44px;
  border-radius: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-section-content {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .progress-section-content {
    padding: 50px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .progress-section-content {
    padding: 30px;
    margin-top: 0;
  }
}
.progress-section-content .heading-one-title {
  color: #ffffff;
  margin: 12px 0 30px;
}
.progress-section-content p {
  color: #ffffff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-section .shape {
    display: none;
  }
}
.progress-section .shape.shape-1 {
  position: absolute;
  top: 5%;
  left: 15%;
  -webkit-animation: circle1 4s infinite linear;
          animation: circle1 4s infinite linear;
}
.progress-section .shape.shape-2 {
  position: absolute;
  top: 5%;
  left: 2%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.progress-section .shape.shape-2 img {
  transform: rotate(20deg);
}
.progress-section .shape.shape-3 {
  position: absolute;
  top: 22%;
  left: 8%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
  z-index: -1;
}

.radial-progress-single {
  text-align: center;
  margin-top: 40px;
}
.radial-progress-single .circle-info {
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .radial-progress-single .circle-info {
    padding: 0 0 0 20px;
    max-width: 250px;
    margin: 10px auto 0;
  }
}
.radial-progress-single .circle-info .title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.radial-progress {
  position: relative;
}
.radial-progress .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radial-progress .circle-text span.count {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #4fcbf1;
  position: relative;
}

.progress-image {
  margin: 0px 10px 0 -110px;
  position: absolute;
  width: 54%;
  z-index: -1;
}
@media only screen and (min-width: 1701px) and (max-width: 1750px) {
  .progress-image {
    width: 53%;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-image {
    width: 46%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-image {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-image {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .progress-image {
    width: 100%;
    margin: 0px 0 -40px;
    position: relative;
  }
  .progress-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .custom-margin {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* -----Progress Two Style----- */
.progress-two {
  position: relative;
}
.progress-two-images .image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-images .image img {
    width: 90%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-images .image img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two-images .image img {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .image {
    top: 50px;
  }
  .progress-two-images .image img {
    width: 58%;
  }
}
.progress-two-images .image-bg {
  position: absolute;
  left: 0;
  top: 156px;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-images .image-bg img {
    width: 90%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-images .image-bg img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two-images .image-bg img {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .image-bg img {
    width: 58%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-two-images .image-bg {
    position: relative;
    margin: 0 0 60px -36px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-two-images .image-bg {
    position: relative;
    top: 130px;
    margin: 0 0 40px -30px;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-images .image-bg {
    margin: 0 0 20px -12px;
    top: 80px;
  }
}
.progress-two-images .sheild {
  box-shadow: 15px 11px 90px 0px rgba(0, 0, 0, 0.07);
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 7px;
  position: absolute;
  bottom: -46px;
  left: 22%;
  z-index: 6;
  -webkit-animation: moveupdown1 6s infinite linear !important;
          animation: moveupdown1 6s infinite linear !important;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-images .sheild {
    bottom: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-images .sheild {
    left: 24%;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two-images .sheild {
    bottom: 25px;
    left: 24%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .sheild {
    bottom: 80px;
    left: 24%;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-two-images .sheild {
    top: 44%;
    left: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .progress-two-images .sheild {
    top: 40%;
    left: 50%;
    bottom: auto;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .progress-two-images .sheild {
    top: 36%;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-images .sheild {
    top: 28%;
    padding: 10px 15px;
  }
}
.progress-two-images .handshake {
  padding: 35px;
  background: linear-gradient(-45deg, #5BCFF2 0%, #417DD2 50%, #322fb3 100%);
  border-radius: 7px;
  position: absolute;
  top: 25%;
  left: 30%;
  z-index: 6;
  -webkit-animation: moveupdown1 4s infinite linear !important;
          animation: moveupdown1 4s infinite linear !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .handshake {
    padding: 25px;
    top: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-two-images .handshake {
    top: 12%;
    left: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .progress-two-images .handshake {
    top: 12%;
    left: 70%;
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-images .handshake {
    top: 6%;
    left: 60%;
    padding: 15px;
  }
}
.progress-two-wrapper {
  overflow: hidden;
  margin-top: 130px;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-wrapper {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-wrapper {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-wrapper img {
    width: 58%;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-wrapper {
    margin-top: 90px;
  }
}
.progress-two .heading-one {
  padding-bottom: 15px;
}
.progress-two .heading-one-title {
  margin: 10px 0 30px;
}
@media only screen and (max-width: 767px) {
  .progress-two .heading-one {
    padding-bottom: 0px;
  }
  .progress-two .heading-one-title {
    margin: 0px 0 20px;
  }
}
.progress-two .progress {
  overflow: inherit;
  height: 5px;
  background: #dce0ed;
  display: flex;
  justify-content: space-between;
}
.progress-two .progress-bar {
  position: relative;
  top: -5px;
  height: 3px;
  background: #47bfe7;
}
.progress-two .progress-title {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #343c55;
  margin: 35px 0 20px;
}
@media only screen and (max-width: 767px) {
  .progress-two .progress-title {
    margin: 25px 0 15px;
    font-size: 18px;
  }
}
.progress-two .progress-number {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #2d3757;
  position: relative;
  top: -50px;
}
@media only screen and (max-width: 767px) {
  .progress-two .progress-number {
    top: -40px;
    font-size: 16px;
  }
}
.progress-two .progress-button {
  display: flex;
  margin-top: 60px;
}
.progress-two .progress-button .btn-style-one {
  padding: 22px 58px;
}
@media only screen and (max-width: 767px) {
  .progress-two .progress-button {
    margin-top: 40px;
  }
  .progress-two .progress-button .btn-style-one {
    padding: 18px 45px;
  }
}
@media only screen and (max-width: 575px) {
  .progress-two .progress-button {
    margin-top: 40px;
  }
  .progress-two .progress-button .btn-style-one {
    padding: 18px 30px;
  }
}
.progress-two .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .progress-two .shape {
    display: none;
  }
}
.progress-two .shape .shape1 {
  position: absolute;
  left: 21%;
  top: 110px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two .shape .shape1 {
    top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two .shape .shape1 {
    top: 60px;
    left: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two .shape .shape1 {
    top: 60px;
    left: 20%;
  }
  .progress-two .shape .shape1 img {
    width: 80%;
  }
}
.progress-two .shape .shape2 {
  position: absolute;
  right: 10%;
  bottom: -8%;
}
.progress-two .shape .shape3 {
  position: absolute;
  right: 2%;
  top: 81%;
  z-index: 3;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .progress-two .shape .shape3 {
    right: 1%;
    top: 80%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two .shape .shape3 {
    right: 0%;
    top: 80%;
  }
}

/*----------------------------------------*/
/*  2.6 - Service Styles CSS
/*----------------------------------------*/
.service {
  position: relative;
}
.service .heading-one {
  max-width: 570px;
  width: 100%;
  margin: 0 auto 0;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .heading-one {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .service .heading-one {
    margin-bottom: 50px;
  }
}
.service .heading-one p {
  margin-top: 15px;
}
.service-single {
  position: relative;
}
.service-single-image {
  position: relative;
  transition: 0.4s;
}
.service-single-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 15px;
  background: var(--color-red);
  background: linear-gradient(-45deg, #9C182F 20%, #9C182F 50%, #9C182F 100%);
  opacity: 0.6;
}
.service-single-image-thumb img {
  width: 100%;
  border-radius: 14px;
}
.service-single-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.service-single-image-content .icon {
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-image-content .icon {
    width: 80px;
    height: 80px;
  }
}
.service-single-image-content .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-image-content .title {
    font-size: 24px;
  }
}
.service-single-white {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 6;
  box-shadow: 0px 18px 72px 0px rgba(0, 0, 0, 0.07);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 14px;
}
.service-single-white-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 35px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white-content {
    padding: 12px;
  }
}
.service-single-white .icon {
  background-color: var(--color-red);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-single-white .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
}
.service-single-white .title {
  color: #343c55;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .service-single-white .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white .title {
    font-size: 20px;
  }
}
/*.service-single-white .title:hover {
  color: #322fb3;
}*/
.service-single-white p {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .service-single-white p {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.service-single:hover .service-single-image {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.service-single:hover .service-single-white {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service .shape {
    display: none;
  }
}
.service .shape.shape-1 {
  position: absolute;
  top: -10%;
  left: 0%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-1 {
    top: -5%;
  }
  .service .shape.shape-1 img {
    width: 60%;
  }
}
.service .shape.shape-2 {
  position: absolute;
  top: 5%;
  right: 3%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.service .shape.shape-2 img {
  transform: rotate(326deg);
}
.service .shape.shape-3 {
  position: absolute;
  top: 10%;
  right: 14%;
  -webkit-animation: circle1 5s infinite linear;
          animation: circle1 5s infinite linear;
  z-index: -1;
  opacity: 0.25;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-3 {
    right: 18%;
  }
}
.service .shape.shape-4 {
  position: absolute;
  bottom: 14%;
  left: 0%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
  z-index: -1;
}
.service .shape.shape-5 {
  position: absolute;
  bottom: 12%;
  left: 2%;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
  z-index: -1;
  opacity: 0.25;
}
.service .shape.shape-6 {
  position: absolute;
  top: 16%;
  right: 8%;
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-6 {
    right: 14%;
  }
}

/* Service Two Style */
.service-two {
  position: relative;
}
.service-two .heading-one {
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.service-two .heading-one-title {
  margin: 5px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .heading-one {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-two .heading-one {
    margin-bottom: 60px;
  }
}
.service-two-single {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  box-shadow: 1px 7px 72px 0px rgba(0, 0, 213, 0.07);
  padding: 60px 50px;
  border-radius: 13px;
  position: relative;
  background: #fff;
}
.service-two-single:hover .service-two-thumb-bg::after {
  opacity: 0;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb-bg::before {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb::before {
  opacity: 0;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb::after {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb .img-white {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb .img-gradient {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-two-single {
    padding: 40px 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.service-two-thumb {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.service-two-thumb-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  background: rgba(50, 47, 179, 0.36);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.36) 0%, rgba(50, 47, 179, 0.36) 100%);
  transition: 0.4s;
  position: absolute;
  opacity: 1;
}
.service-two-thumb-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
  position: absolute;
  background: #eae9fe;
  opacity: 0;
}
.service-two-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 100%;
  z-index: 2;
  background: #eae9fe;
  transition: 0.4s;
  opacity: 1;
}
.service-two-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 100%;
  z-index: 2;
  background: #322fb3;
  background: linear-gradient(-45deg, #5BCFF2 20%, #417DD2 50%, #322fb3 100%);
  transition: 0.5s;
  opacity: 0;
}
.service-two-thumb img {
  position: relative;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-two-thumb .img-white {
  opacity: 0;
  transition: 0.5s;
}
.service-two-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-two-content .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .service-two-content .title {
    font-size: 20px;
  }
}
.service-two-shape {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
.service-two .shape {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .service-two .shape {
    display: none;
  }
}
.service-two .shape.shape-1 {
  top: 22%;
  left: 180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-1 {
    left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .shape.shape-1 {
    left: 0px;
  }
}
.service-two .shape.shape-2 {
  bottom: 5%;
  left: 16%;
}
.service-two .shape.shape-2 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-2 {
    left: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .shape.shape-2 {
    left: 0;
  }
}
.service-two .shape.shape-3 {
  bottom: 7%;
  right: 11%;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-3 {
    right: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .shape.shape-3 {
    right: 2%;
  }
}
.service-two .shape.shape-4 {
  top: 0;
  right: 0;
}

/* Service Three Style */
.service-three {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-three {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .service-three {
    margin-top: 100px;
  }
}
.service-three-wrapper {
  margin-bottom: -30px;
}
.service-three-wrapper .single-service {
  margin-bottom: 30px;
}
.service-three-wrapper .single-service:nth-child(2n+2) {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-three-wrapper .single-service:nth-child(2n+2) {
    margin-top: 0;
  }
}
.service-three-single {
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  padding: 60px 50px;
  background: #ffffff;
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three-single {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-three-single {
    padding: 30px 20px;
    min-height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .service-three-single {
    min-height: 230px;
  }
}
.service-three-title {
  font-size: 21px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #2d3757;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .service-three-title {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .service-three-title {
    margin: 15px 0;
  }
}
.service-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-three .shape {
    display: none;
  }
}
.service-three .shape .shape1 {
  position: absolute;
  left: 13%;
  top: 300px;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-three .shape .shape1 {
    left: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-three .shape .shape1 {
    left: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three .shape .shape1 {
    left: 15px;
  }
}
.service-three .shape .shape2 {
  position: absolute;
  right: 13%;
  top: 20px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-three .shape .shape2 {
    right: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-three .shape .shape2 {
    right: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three .shape .shape2 {
    right: 15px;
  }
}

/* Service Four Style */
.service-four {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 767px) {
  .service-four {
    padding-top: 0;
  }
}
.service-four .heading-one {
  max-width: 540px;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-four .heading-one {
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-four .heading-one {
    margin: 0 auto 40px;
  }
}
.service-four .heading-one-subtitle {
  margin-bottom: 10px;
  display: block;
}
.service-four-single {
  padding: 45px;
  border-radius: 13px;
  box-shadow: 0px 3px 72px 0px rgba(0, 0, 213, 0.07);
  background: #ffffff;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.service-four-single::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, #5BCFF2 0%, #417DD2 50%, #322fb3 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(-100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-four-single {
    padding: 30px;
  }
}
.service-four-single-top {
  display: flex;
  -moz-column-gap: 22px;
       column-gap: 22px;
  align-items: center;
  margin-bottom: 20px;
}
.service-four-single-top .icon {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background: linear-gradient(-45deg, #5BCFF2 0%, #417DD2 50%, #322fb3 100%);
  flex: 0 0 auto;
}
.service-four-single-top .icon-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.3s;
}
.service-four-single-top .icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.service-four-single-top .icon::before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-four-single-top .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  transition: 0.3s;
}
.service-four-single:hover {
  transition: 0.3s;
}
.service-four-single:hover::before {
  opacity: 1;
  transition: 0.4s;
  transform: translateX(0%);
}
.service-four-single:hover .icon {
  background: #ffffff;
}
.service-four-single:hover .icon-1 {
  opacity: 0;
  transition: 0.3s;
}
.service-four-single:hover .icon-2 {
  opacity: 1;
  transition: 0.3s;
  z-index: 5;
}
.service-four-single:hover .icon::before {
  background: linear-gradient(-45deg, #5BCFF2 0%, #417DD2 50%, #322fb3 100%);
  border: 0px;
  z-index: 2;
}
.service-four-single:hover .icon::after {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.service-four-single:hover .title {
  color: #ffffff;
  transition: 0.3s;
}
.service-four-single:hover p {
  color: #ffffff;
  transition: 0.3s;
}
.service-four .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-four .shape {
    display: none;
  }
}
.service-four .shape .shape1 {
  position: absolute;
  left: 6.4%;
  top: 208px;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape1 {
    left: 2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape1 {
    left: 0%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape1 {
    left: 0%;
  }
}
.service-four .shape .shape1 img {
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.service-four .shape .shape2 {
  position: absolute;
  left: 13.5%;
  top: 10%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape2 {
    left: 8%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape2 {
    left: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape2 {
    left: 7%;
    top: 5%;
  }
}
.service-four .shape .shape3 {
  position: absolute;
  right: 2%;
  top: 67%;
  z-index: 3;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape3 {
    right: 1%;
    top: 80%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape3 {
    right: 0%;
    top: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-four .shape .shape3 {
    right: 0%;
    top: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape3 {
    right: 0%;
    bottom: 0%;
    width: 30%;
  }
}
.service-four .shape .shape4 {
  position: absolute;
  left: 0;
  top: -29%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-four .shape .shape4 img {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape4 img {
    width: 92%;
  }
}
.service-four .shape .shape5 {
  position: absolute;
  right: 0;
  top: -54%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape5 {
    display: flex;
    justify-content: flex-end;
  }
  .service-four .shape .shape5 img {
    width: 90%;
  }
}
.service-four .shape .shape6 {
  position: absolute;
  right: 0;
  top: -25%;
  z-index: 2;
}

/* Service Details Style */
.service-details-content-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.service-details-content-list li:last-child {
  margin-bottom: 0px;
}
.service-details-content-list li img {
  flex: 0 0 auto;
  margin-right: 20px;
}
.service-details-content-list li p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-details-content {
    margin-bottom: 50px;
  }
}
.service-details-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
}
.privacy-details-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1em;
}
.privacy-details-list {
  margin-left: 1rem;
  padding-left: 1rem;
  font-size: 16px;
  font-weight: normal;
  color: #717788;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
}
.privacy-details-list li {
  list-style: disc;
}
.page-servicios .service-details-title span {
  margin-right: 15px;
  background-color: var(--color-red);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
}
.page-servicios .service-details-title span img {
  transform: scale(0.75);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-details-title {
    margin-top: 40px;
  }
}
.service-details-text1 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}
.service-details p {
  margin-bottom: 20px;
}
.service-details-image2 img {
  width: 100%;
}
.service-details-key {
  margin: 30px 0;
}
.service-details-widget {
  margin-bottom: 40px;
}
.service-details-widget-list li {
  margin-bottom: 10px;
}
.service-details-widget-list li:last-child {
  margin-bottom: 0;
}
.service-details-widget-list li a {
  padding: 20px 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  background: var(--color-red);
  /*background: linear-gradient(-45deg, rgba(91, 207, 242, 0.13) 0%, rgba(65, 125, 210, 0.13) 50%, rgba(50, 47, 179, 0.13) 100%);*/
}
.service-details-widget-list li a:hover {
  color: #ffffff;
  background: var(--color-blue);
  /*background: linear-gradient(-45deg, #5BCFF2 20%, #417DD2 50%, #322fb3 100%);*/
}
.service-details-widget-list li a.active {
  color: #ffffff;
  background: var(--color-red);
  /*background: linear-gradient(-45deg, #5BCFF2 20%, #417DD2 50%, #322fb3 100%);*/
}
.service-details-help {
  padding: 60px 50px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-help {
    padding: 50px 40px;
  }
}
.service-details-help::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-red);
  background: linear-gradient(-45deg, #9C182F 20%, #9C182F 50%, #9C182F 100%);
  opacity: 0.6;
}
.service-details-help .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.service-details-help-text {
  color: white;
  position: relative;
  z-index: 2;
}
.service-details-help-call {
  display: flex;
  align-items: center;
  margin: 35px 0 20px;
  position: relative;
  z-index: 2;
}
.service-details-help-call .icon {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  background-color: var(--color-gold);
  font-size: 21px;
  margin-right: 20px;
  color: var(--color-gray);
}
.service-details-widget .service-details-help-call .icon {
  background-color: #fff;
  color: var(--color-red);
}
.service-details-help-call .call-area {
  display: flex;
  flex-direction: column;
}
.service-details-help-call .text {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.service-details-help-call a {
  font-size: 18px;
  color: white;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.service-details-help-call a:hover {
  color: var(--color-gold);
}

/*----------------------------------------*/
/*  2.7 - Work Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.8 - Qualit Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.9 - Testimonial Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.10 - Brand Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.11 - Blog Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.12 - Footer Styles CSS
/*----------------------------------------*/
.footer {
  position: relative;
  overflow: hidden;
}
.footer-left {
  background-color: var(--color-red);
  /*padding: 120px 100px 280px 0;*/
  padding-right: 100px;
  position: relative;
  /*border-radius: 0 3px 0 0;*/
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-left {
    padding: 120px 40px 280px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-left {
    padding: 60px 60px 160px 0;
    border-radius: 0 0px 0 0;
    margin-top: 195px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-left {
    padding: 60px 0;
    margin-top: 256px;
    display: block;
  }
  .footer-left::before {
    background-color: var(--color-red);
    content: "";
    height: 100%;
    left: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1;
  }
}
.footer-left::after {
  background-color: var(--color-red);
  content: "";
  height: 100%;
  right: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.footer-left-text {
  color: #fff;
  font-size: 16px;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .footer-left-text {
    margin: 30px 0;
  }
}
.footer-left-list-icon li {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.footer-left-list-icon li i {
  color: #fff;
}
.footer-left-list-icon li span {
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
  font-family: "Roboto", sans-serif;
}
.footer-left .social-icon {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .footer-left .social-icon {
    margin-top: 40px;
  }
}
.footer-left .social-icon li {
  margin-right: 25px;
}
.footer-left .social-icon a {
  color: #ffffff;
}
.footer-left .social-icon a:hover {
  color: #4fcbf1;
}
.footer-right {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-right {
    margin-top: 0px;
  }
}
.footer-top {
  background-color: var(--color-gray);
  position: relative;
  padding: 60px 0 60px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top {
    padding: 60px 0 60px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding: 40px 40px 40px 40px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 40px 12px 40px 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .footer-top::before {
    background-color: var(--color-gray);
    content: "";
    height: 100%;
    right: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1;
  }
}
.footer-top::after {
  background-color: var(--color-gray);
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.footer-top .heading-one-subtitle {
  color: #ffffff;
}
.footer-top .heading-one-title {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 18px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-top .heading-one-title {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.footer-top .heading-one p {
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top .btn-style-three {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .btn-style-three {
    padding: 20px 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .btn-style-three {
    margin-top: 30px;
  }
}
.footer-bottom {
  background-color: var(--color-blue);
  position: relative;
  padding: 120px 0 173px 100px;
  display: flex;
  gap: 2rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-bottom {
    padding: 120px 0 173px 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-bottom {
    padding: 94px 0 174px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom {
    padding: 60px 0 172px 40px;
    flex-wrap: wrap;
    margin-top: 196px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    padding: 60px 0 173px 0px;
    flex-wrap: wrap;
  }
  .footer-bottom::before {
    background-color: var(--color-blue);
    content: "";
    height: 100%;
    right: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1;
  }
}
@media only screen and (max-width: 479px) {
  .footer-bottom {
    padding: 60px 0 150px 0px;
  }
}
.footer-bottom::after {
  background-color: var(--color-blue);
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.footer-widget {
  max-width: 160px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget {
    max-width: 50%;
    width: 50%;
  }
}
.footer-widget-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-title {
    margin-bottom: 20px;
  }
}
.footer-widget-list li {
  margin-bottom: 10px;
}
.footer-widget-list li a {
  color: #abb1c3;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.footer-widget-list li a:hover {
  color: #ffffff;
}
.footer-widget-text {
  color: #abb1c3;
}
.footer-widget-form {
  position: relative;
  margin-top: 45px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .footer-widget-form {
    margin-top: 30px;
  }
}
.footer-widget-form input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 0px;
  padding: 0 60px 0 15px;
  color: #717788;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.footer-widget-form input::-moz-placeholder {
  color: #717788;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.footer-widget-form input::placeholder {
  color: #717788;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.footer-widget-form button {
  border: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-subscription {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-subscription {
    width: 100%;
    margin-top: 30px;
  }
}
.footer-copyright-inner {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 80px 20px 70px 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright-inner {
    padding: 80px 20px 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-copyright-inner {
    padding: 50px 20px 40px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.footer-copyright-inner p {
  font-family: "Roboto", sans-serif;
  color: #abb1c3;
  font-size: 16px;
  margin-bottom: 0px;
}
.footer-copyright-inner p span {
  font-weight: 500;
}
.footer-copyright-inner .footer-bootm-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-copyright-inner .footer-bootm-list {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.footer-copyright-inner .footer-bootm-list li {
  position: relative;
  margin-right: 40px;
}
@media only screen and (max-width: 479px) {
  .footer-copyright-inner .footer-bootm-list li {
    margin-right: 15px;
  }
}
.footer-copyright-inner .footer-bootm-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer-copyright-inner .footer-bootm-list li a {
  font-size: 16px;
  color: #abb1c3;
  font-family: "Roboto", sans-serif;
}
.footer-copyright-inner .footer-bootm-list li a:hover {
  color: #ffffff;
}
.footer-two-bg {
  background-image: url(../images/footer/footer-two-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0 0px;
  position: relative;
  margin-top: -166px;
}
.footer-two-bg::after {
  position: absolute;
  background: rgb(231, 233, 242);
  background: linear-gradient(0deg, rgb(231, 233, 242) 0%, rgba(231, 233, 242, 0.1853116246) 100%, rgb(231, 233, 242) 100%);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-two-bg {
    margin-top: -185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-two-bg {
    padding: 280px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-two-bg {
    padding: 250px 0 0px;
  }
}
.footer-two-copyright-inner {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 110px 0px 70px 0;
  bottom: 0;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-two-copyright-inner {
    padding: 70px 0px 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-two-copyright-inner {
    padding: 80px 0px 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-two-copyright-inner {
    padding: 50px 0px 40px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .footer-two-copyright-inner {
    padding: 40px 0;
  }
}
.footer-two-copyright-inner p {
  font-family: "Roboto", sans-serif;
  color: #717788;
  font-size: 16px;
  margin-bottom: 0px;
}
.footer-two-copyright-inner p span {
  font-weight: 500;
}
.footer-two-copyright-inner .footer-two-bootm-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-two-copyright-inner .footer-two-bootm-list {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.footer-two-copyright-inner .footer-two-bootm-list li {
  position: relative;
  margin-right: 40px;
}
.footer-two-copyright-inner .footer-two-bootm-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .footer-two-copyright-inner .footer-two-bootm-list li {
    margin-right: 20px;
  }
}
.footer-two-copyright-inner .footer-two-bootm-list li a {
  font-size: 16px;
  color: #717788;
  font-family: "Roboto", sans-serif;
}
.footer-two-copyright-inner .footer-two-bootm-list li a:hover {
  color: #322fb3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-about .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-about .footer-bottom {
    padding: 60px 0 171px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-team .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-service .footer-bottom {
    padding: 60px 0 171px 40px;
    margin-top: 196px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-service-details .footer-bottom {
    padding: 60px 0 171px 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-project-details .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-project-details .footer-bottom {
    padding: 120px 0 173px 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-project-details .footer-bottom {
    padding: 95px 0 173px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-project-details .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-blog-standard .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-blog-masonry .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-blog-masonry .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-blog-details .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-contact .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-contact .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}

.footer-widget-two {
  position: relative;
  z-index: 1;
}
.footer-widget-two .negative-margin {
  top: -30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-two .negative-margin {
    top: -20px;
    width: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-widget-two .negative-margin {
    width: 200px;
    top: auto;
    bottom: 20px;
  }
}
.footer-widget-two .footer-widget-two-list-icon li {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.footer-widget-two .footer-widget-two-list-icon li:last-child {
  margin-bottom: 0px;
}
.footer-widget-two .footer-widget-two-list-icon li i {
  color: #7c7790;
}
.footer-widget-two .footer-widget-two-list-icon li span {
  color: #54545f;
  font-size: 16px;
  margin-left: 15px;
}
.footer-widget-two .social-icon {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-two .social-icon {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-two .social-icon {
    margin-top: 20px;
  }
}
.footer-widget-two .widget-list-wrapper {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-two .widget-list-wrapper {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
.footer-widget-two-title {
  font-size: 21px;
  color: #343c55;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-two-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-two-title {
    margin-bottom: 20px;
  }
}
.footer-widget-two-list li {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-widget-two-list li:last-child {
  margin-bottom: 0px;
}
.footer-widget-two-list a {
  color: #717788;
}
.footer-widget-two-list a:hover {
  color: #322fb3;
}
.footer-widget-two .sidebar-blog li {
  margin-bottom: 25px;
}
.footer-widget-two .sidebar-blog li .image {
  flex: 1 0 60px;
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .footer-widget-two .sidebar-blog li .image {
    flex: 0 0 80px;
  }
}
.footer-widget-two .sidebar-blog li .content .date {
  margin-bottom: 8px;
}
.footer-widget-two .sidebar-blog li .content .title {
  font-size: 16px;
}
.footer-widget-two .instagrm {
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-two .instagrm {
    margin-right: 0px;
  }
}
.footer-widget-two .instagrm li {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  flex: 0 0 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-two .instagrm li {
    flex: 0 0 62px;
  }
}
.footer-widget-two .instagrm li a {
  display: block;
  position: relative;
}
.footer-widget-two .instagrm li a::after {
  background: #322fb3;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: 0.5s;
}
.footer-widget-two .instagrm li a .add-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.5s;
}
.footer-widget-two .instagrm li a .add-action i {
  font-size: 20px;
  color: white;
  vertical-align: middle;
  line-height: 1;
}
.footer-widget-two .instagrm li a:hover::after {
  opacity: 0.5;
  visibility: visible;
  transition: 0.5s;
}
.footer-widget-two .instagrm li a:hover .add-action {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.footer-widget-two .footer-text {
  color: #54545f;
  font-size: 18px;
  margin-top: 40px;
}
.footer-widget-two .tweets li {
  margin-top: -5px;
  margin-bottom: 25px;
  display: flex;
}
.footer-widget-two .tweets li .image {
  flex: 1 0 20px;
  margin-right: 15px;
  margin-top: 4px;
}
.footer-widget-two .tweets li .content .date {
  margin-top: 8px;
  font-size: 14px;
  color: #9a9ea8;
}
.footer-widget-two .tweets li .content .has-link {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin-right: 4px;
  text-transform: uppercase;
}
.footer-widget-two .tweets li .content .text {
  color: #717788;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.footer-widget-two .tweets li .content .bit-link {
  color: #717788;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
}

.footer-three {
  background-image: url(../images/footer/footer-three-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0 0px;
  position: relative;
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-three {
    background-size: contain;
    margin-top: 55px;
    padding: 120px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-three {
    background-size: contain;
    margin-top: 35px;
    padding: 100px 0 0px;
  }
}
.footer-three .footer-widget-two-title {
  color: #222222;
}
.footer-three .footer-widget-two-list-icon li {
  margin-bottom: 5px;
}
.footer-three .footer-widget-two-list-icon li span {
  color: #717788;
  font-family: "Roboto", sans-serif;
  margin-left: 25px;
}
.footer-three .footer-widget-two-list a {
  font-family: "Roboto", sans-serif;
}
.footer-three .footer-two-copyright-inner {
  padding: 60px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-three .footer-two-copyright-inner {
    padding: 40px 0px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-three .footer-two-copyright-inner {
    padding: 25px 0px 60px;
  }
}
.footer-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-three .shape {
    display: none;
  }
}
.footer-three .shape .shape1 {
  position: absolute;
  left: 12%;
  top: 9%;
  z-index: 2;
}
.footer-three .shape .shape2 {
  position: absolute;
  left: 17%;
  top: 16%;
  z-index: 1;
}
.footer-three .shape .shape3 {
  position: absolute;
  left: 3%;
  top: 16%;
  z-index: 1;
}
.footer-three .shape .shape4 {
  position: absolute;
  left: 5%;
  top: 20%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .footer-three .shape .shape4 {
    left: 2%;
    top: 15%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-three .shape .shape4 {
    left: 2%;
    top: 12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape4 {
    left: 2%;
    top: 14%;
    width: 10%;
  }
}
.footer-three .shape .shape5 {
  position: absolute;
  left: 0%;
  top: 22%;
  z-index: 1;
}
.footer-three .shape .shape6 {
  position: absolute;
  left: 10%;
  top: 48%;
  z-index: 1;
}
.footer-three .shape .shape7 {
  position: absolute;
  left: 7%;
  top: 63%;
  z-index: 1;
}
.footer-three .shape .shape7 img {
  -webkit-animation: moveupdown1 2s infinite linear;
          animation: moveupdown1 2s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape7 {
    left: 0%;
    top: 50%;
  }
}
.footer-three .shape .shape8 {
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 1;
}
.footer-three .shape .shape9 {
  position: absolute;
  right: 17%;
  top: 16%;
  z-index: 1;
}
.footer-three .shape .shape10 {
  position: absolute;
  right: 0%;
  top: 46%;
  z-index: 1;
}
.footer-three .shape .shape10 img {
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape10 {
    display: flex;
    justify-content: flex-end;
    top: 54%;
  }
  .footer-three .shape .shape10 img {
    width: 60%;
  }
}
.footer-three .shape .shape11 {
  position: absolute;
  right: 0%;
  top: 20%;
  z-index: 1;
}
.footer-three .shape .shape12 {
  position: absolute;
  right: 9%;
  top: 40%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .footer-three .shape .shape12 {
    right: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape12 {
    right: 3%;
    top: 43%;
  }
}
.footer-three .shape .shape13 {
  position: absolute;
  right: 1%;
  bottom: 6%;
  z-index: 1;
}
.footer-three .shape .shape14 {
  position: absolute;
  left: 5%;
  top: 0%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape14 {
    top: -5%;
  }
}

/*----------------------------------------*/
/*  2.13 - Breadcrumb Styles CSS
/*----------------------------------------*/
.breadcrumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 536px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.breadcrumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-red);
  background: linear-gradient(-45deg, #9C182F 20%, #9C182F 50%, #9C182F 100%);
  opacity: 0.6;
  z-index: 1;
}
.breadcrumb.breadcrumb-2::before {
  background: linear-gradient(-45deg, #5BCFF2 0%, #417DD2 50%, #322fb3 100%);
  opacity: 0.1;
}
.breadcrumb.breadcrumb-2 .breadcrumb-wrapper .title {
  color: #343c55;
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb.breadcrumb-2 .breadcrumb-wrapper .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb.breadcrumb-2 .breadcrumb-wrapper .title {
    font-size: 30px;
  }
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li {
  color: #717788;
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li::after {
  color: #717788;
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li a {
  color: #717788;
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li span {
  color: #717788;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb {
    height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb {
    height: 280px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  z-index: 2;
}
.breadcrumb-wrapper .title {
  font-size: 90px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-wrapper .title {
    font-size: 30px;
  }
}
.breadcrumb-wrapper .title-two {
  font-size: 60px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .title-two {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .title-two {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-wrapper .title-two {
    font-size: 30px;
  }
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.breadcrumb-list li {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  padding-right: 15px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-list li {
    font-size: 16px;
  }
}
.breadcrumb-list li::after {
  position: absolute;
  content: ">";
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.breadcrumb-list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-list li:last-child::after {
  display: none;
}
.breadcrumb-list li a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.breadcrumb-list li a:hover {
  color: #343c55;
}
.breadcrumb-list li span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.breadcrumb-three {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three {
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-three {
    height: 500px;
  }
}
.breadcrumb-three::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.36);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.breadcrumb-three-wrapper {
  position: relative;
  z-index: 9;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-three-wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-wrapper {
    margin-bottom: 60px;
  }
}
.breadcrumb-three-wrapper .title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-wrapper .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-three-wrapper .title {
    font-size: 30px;
  }
}
.breadcrumb-three-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}
.breadcrumb-three-meta li {
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.breadcrumb-three-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-three-meta li a {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.breadcrumb-three-meta li a:hover {
  color: #322fb3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-three-meta li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-meta li a {
    font-size: 14px;
  }
}
.breadcrumb-three-meta li p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-three-meta li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-meta li p {
    font-size: 14px;
  }
}
.breadcrumb-three-meta li::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.breadcrumb-three-meta li:last-child::after {
  display: none;
}

/*----------------------------------------*/
/*  2.14 - Funfact Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.15 - Team Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.16 - System Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.17 - Sidebar Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.18 - Blog Details Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.19 - Projects Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.20 - Support Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.21 - Speciality Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.22 - Why Choose Us Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  2.23 - Contact Styles CSS
/*----------------------------------------*/
.home-contact {
  position: relative;
  margin-top: -275px;
}
.home-contact_wrapper {
  background-color: #322fb3;
  padding: 90px 100px;
  border-radius: 13px;
  display: flex;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact_wrapper {
    padding: 90px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_wrapper {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_wrapper {
    padding: 30px 20px;
    flex-direction: column;
  }
}
.home-contact_content {
  flex: 0 0 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_content {
    flex: 0 0 52%;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_content {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
.home-contact_content .subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
}
.home-contact_content .title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  line-height: 1.3;
  margin: 10px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_content .title {
    margin: 10px 0 20px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_content .title {
    margin: 10px 0 20px;
    font-size: 36px;
  }
}
.home-contact_content p {
  color: #ffffff;
  margin-bottom: 0px;
}
.home-contact_info {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .home-contact_info {
    margin-top: 30px;
  }
}
.home-contact_info li {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.home-contact_info li:last-child {
  margin-bottom: 0px;
}
.home-contact_info .icon {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #4fcbf1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
}
.home-contact_info .details-title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.home-contact_info .details-text {
  color: #ffffff;
}
.home-contact_info .details-text:hover {
  color: #4fcbf1;
}
.home-contact_form {
  flex: 0 0 50%;
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact_form {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_form {
    flex: 0 0 48%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_form {
    flex: 0 0 100%;
    padding-left: 0px;
  }
}
.home-contact_form .form-single {
  margin-bottom: 20px;
  line-height: 1;
}
.home-contact_form input, .home-contact_form textarea, .home-contact_form button {
  width: 100%;
  border-radius: 7px;
  border: 0px;
}
.home-contact_form input::-moz-placeholder, .home-contact_form textarea::-moz-placeholder {
  font-size: 16px;
  color: #717788;
  font-family: "Roboto", sans-serif;
}
.home-contact_form input::placeholder, .home-contact_form textarea::placeholder {
  font-size: 16px;
  color: #717788;
  font-family: "Roboto", sans-serif;
}
.home-contact_form input {
  height: 60px;
  padding: 0 25px;
}
.home-contact_form textarea {
  height: 120px;
  padding: 20px 25px;
}
.home-contact .shape {
  position: absolute;
  z-index: 2;
}
.home-contact .shape.shape-1 {
  bottom: -245px;
  left: 180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .home-contact .shape.shape-1 {
    left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-contact .shape.shape-1 {
    left: -80px;
    bottom: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact .shape.shape-1 {
    left: -80px;
    bottom: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact .shape.shape-1 {
    left: -80px;
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact .shape.shape-1 {
    display: none;
  }
}
.home-contact .shape.shape-2 {
  bottom: -260px;
  right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-contact .shape.shape-2 {
    bottom: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact .shape.shape-2 {
    bottom: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact .shape.shape-2 {
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact .shape.shape-2 {
    display: none;
  }
}

.contact-us .heading-one {
  margin: 0 auto 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us .heading-one {
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .heading-one {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .heading-one {
    margin: 0 auto 40px;
  }
}
.contact-us .contact-head {
  max-width: 480px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-head {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.contact-us .contact-info li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.contact-us .contact-info li:last-child {
  margin-bottom: 0px;
}
.contact-us .contact-info li .icon {
  height: 75px;
  width: 75px;
  background-color: #eaf6fc;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #322fb3;
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .contact-us .contact-info li .icon {
    height: 60px;
    width: 60px;
    margin-right: 20px;
    font-size: 20px;
  }
}
.contact-us .contact-info li .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-info li .title {
    font-size: 16px;
  }
}
.contact-us .contact-info li .text {
  color: #717788;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-info li .text {
    font-size: 16px;
  }
}
.contact-us .contact-info li .text a {
  color: #717788;
}
.contact-us .contact-info li .text a:hover {
  color: #322fb3;
}
.contact-us .contact-info .contact-head .text {
  color: #54545f;
  font-size: 18px;
}
.contact-us .contact-info .contact-head .text a {
  color: #54545f;
}
.contact-us .contact-info .contact-head .text a:hover {
  color: #322fb3;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form {
    margin-top: 20px;
  }
}
.contact-us .contact-form input, .contact-us .contact-form textarea {
  font-size: 14px;
  width: 100%;
  border: 1px solid #cbcbdc;
  height: 60px;
  border-radius: 7px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  color: #343c55;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-form input, .contact-us .contact-form textarea {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form input, .contact-us .contact-form textarea {
    height: 50px;
  }
}
.contact-us .contact-form input::-moz-placeholder, .contact-us .contact-form textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  color: #717788;
  font-size: 16px;
  line-height: 1;
}
.contact-us .contact-form input::placeholder, .contact-us .contact-form textarea::placeholder {
  font-family: "Roboto", sans-serif;
  color: #717788;
  font-size: 16px;
  line-height: 1;
}
.contact-us .contact-form input:focus-visible, .contact-us .contact-form textarea:focus-visible {
  outline: 1px solid rgb(50, 47, 179);
}
.contact-us .contact-form textarea {
  height: 160px;
  padding-top: 20px;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-form textarea {
    height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form textarea {
    height: 120px;
  }
}
.contact-us .contact-form .btn {
  padding: 22px 58px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form .btn {
    padding: 18px 45px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-us .contact-form .btn {
    padding: 18px 30px;
  }
}
.contact-us .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-us .shape {
    display: none;
  }
}
.contact-us .shape .shape1 {
  position: absolute;
  left: 4%;
  bottom: 15%;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-us .shape .shape1 img {
    width: 85%;
  }
}
.contact-us .shape .shape2 {
  position: absolute;
  left: 84.4%;
  bottom: 25%;
  z-index: 1;
}

/* Map Style */
.google-map-area {
  position: relative;
}
.google-map-area .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
}
.google-map-area .map-inner iframe {
  border-radius: 20px;
  width: 100%;
  height: 425px;
}

/*----------------------------------------*/
/*  2.24 - Newsletter Styles CSS
/*----------------------------------------*/

/*----------------------------------------*/
/*  New Sections Styles
/*----------------------------------------*/


.bg-with-logo {
  background-color: #8F2934;
  position: relative;
  background-image:
    linear-gradient(
      to right,
      rgba(143,41,52,1) 0%,       
      rgba(143,41,52,0.97) 40%, 
      rgba(143,41,52,0.9) 70%,  
      rgba(143,41,52,0) 100%    
    ),
    url("../images/logo-sinriesgos-bg.png");
  background-repeat: no-repeat;
  background-position: center, left center;
  background-size: cover, 300px auto;
}


.bg-score-ia-hero {
  background-color: #8F2934;
  position: relative;
  background-image:
    linear-gradient(
      to left,
      rgba(143,41,52,1) 0%,       
      rgba(143,41,52,0.97) 40%,  
      rgba(143,41,52,0.9) 70%,   
      rgba(143,41,52,0) 100%    
    ),
    url("../images/logo-sinriesgos-bg.png");
  background-repeat: no-repeat;
  background-position: center, right center;
  background-size: cover, 600px auto;
}



.watermark-logo {
  position: relative;
  background-color: #fff;      
  overflow: hidden;           
}

/* watermark logo SINRIESGOS on white BG */
.watermark-logo::after {
  content: "";
  position: absolute;
  inset: 0;                    
  background: url("../images/logo-sinriesgos-bg.png") no-repeat right center;
  background-size: 600px auto; 
  opacity: 0.18;               
  filter: grayscale(100%) brightness(0.60); 
  pointer-events: none;  
}

.gold-bubble{
  width: 400px;
  position: absolute;
}

.bg-logo-panel-section{
  background-color: rgba(230, 231, 232, 0.1);
  position: relative;
  background-image:
    url("../images/logo-sinriesgos-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: right, 94% 58%; 
  background-size: 400px 600px;
}

.steps-section-particle{
    background-color: #8F2934;
    background-image:
      url("../images/particles-gold.png");
    background-position: center, center center; 
    background-repeat: no-repeat, no-repeat;
    background-size: 600px, 500px auto;          
  
}

.text-yellow{
  color: var(--color-gold)
}

.section-home-bubble{
  border: 1px solid #E0AC3A;
  border-radius: 50px;
}

.btn-custom {
  display: inline-block;
  background-color: var(--color-gold);  
  color: var(--color-blue);               
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 50px;        
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); 
  transition: background 0.3s ease, transform 0.2s ease;
  width: 350px;
}

.btn-cta-float {
  display: block;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}

.blue-section-cta{
  margin: 16px auto 0;
  text-align: center;
  
}

.btn-custom-position{
  position: absolute;
  left: 50%;
  top: 95%;
  transform: translateX(-50%);
  z-index: 1; /* make sure it’s above other elements */
  cursor: pointer; /* for clarity */
}

.btn-custom:hover {
  background-color: #cf9300; 
  color: var(--color-blue);
}

.section-blue .heading-one span {
  font-size: 30px;
}

.section-blue .heading-one h2 {
  font-size: 40px;
}

.text-red{
  color: var(--color-red);
}

.scoring-ai-list ul{
  list-style: disc;             
  list-style-position: outside; 
  padding-left: 1.5rem;         
  margin: 0;
}

.scoring-ai-list li {
    display: list-item;           
    list-style: inherit;
    font-size: 16px;
}

.panel-content ul {
  list-style: disc;             
  list-style-position: outside; 
  padding-left: 1.5rem;         
  margin: 0;
}
.panel-content li {
  display: list-item;          
  list-style: inherit;
  font-size: 16px;
}

.section-presion .panel-content{
  background-color: #F1F2F2;
  opacity: 1;
  z-index: 1;
}

.section-blue {
  background-color: #21355B;
  position: relative;
  background-image:
    linear-gradient(
      to right,
      rgba(33,53,91,1) 0%,        
      rgba(33,53,91,0.95) 40%,    
      rgba(33,53,91,0.85) 70%,    
      rgba(33,53,91,0) 100%       
    ),
    url("../images/logo-sinriesgos-bg.png");
  background-repeat: no-repeat;
  background-position: center, right center;
  background-size: cover, 300px auto;
}



:root{
  --pill-border: #e3a90a;   
  --pill-text:   #ffffff;   
  --pill-fill:   #e3a90a;   
  --pill-bg:     transparent;
  --pill-hover-text: #0b2345; 
}

/* Pill link/card */
.feature-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;             /* matches the tall rounded look */
  padding: 16px 32px;
  border: 2px solid var(--pill-border);
  border-radius: 9999px;        /* full pill */
  background: var(--pill-bg);
  color: var(--pill-text);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: background .2s ease, color .2s ease, transform .15s ease;
}

/* Hover/focus states of pills */
.feature-pill:hover,
.feature-pill:focus-visible{
  background: var(--pill-fill);
  color: var(--pill-hover-text);
  transform: translateY(-1px);
  outline: none;
}


.red-bubble{
  background-color: var(--color-red);
  border-radius: 40px;
}

.heading-section-quotes{
  font-size: 40px;
  text-align: center;
}

.grey-bubble{
  background-color: #F1F2F2;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  border-radius: 30px;
  z-index: -1;
}

.quote-text{
  color: var(--color-blue)
}

.testimonial-wrap { position: relative;  }

 .heading-yellow {
  font-size: 40px;
  color: var(--color-gold);
}

/* Shared quote styles */
.quote {
  position: absolute;
  z-index: 1;         
  pointer-events: none;
}

.quote-svg{
  width: clamp(64px, 14vw, 140px);  
  height: auto;
  display: block;
  opacity: 0.95;
}


.quote-left{
  left: -80px;    
  top: -50px 
}

.quote-right{
  right: max(-80px, -2vw);
  bottom: -60px;             
}

.steps-section{
  background-color: #8F2934;
  position: relative;
  background-image:
    linear-gradient(
      to right,
      rgba(143,41,52,1) 0%,       /* solid from the right*/
      rgba(143,41,52,0.97) 40%,  /* covering almost the half of it */
      rgba(143,41,52,0.9) 70%,   
      rgba(143,41,52,0) 100%     /* Fading to the right */
    ),
    url("../images/logo-sinriesgos-bg.png");
  background-repeat: no-repeat;
  background-position: center, left center;
  background-size: cover, 300px auto;
}

.steps-bubble{
  padding-inline: 1rem;       
  gap: 2.50rem;             
}

.steps-bubble .single-step{
  background-color: #fff;
  border-radius: 40px;
  padding: 20px 20px;
  width: 100%;
  max-width: none;            
  flex: 1 1 auto;  
  
}

.step-number {
  color: var(--color-red);
  background-color: var(--color-gold);
  font-size: 40px;
  width: 60px;
}

.future-section{
  background-color: #f1f2f2;
}

.future-section .container{
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 40px;
}

.future-section .heading-red{
  font-size: 40px;
}

.logo-future-section{
  width: 80px;
  height: 80px;
  margin-top: -15%;
}

.border-sm-bottom{
  border-bottom: 1px solid #000; 
  padding-bottom: 20px;
}

.border-sm-top{
  padding-top: 20px;
}


@media (max-width: 576px){
  .quote-svg { width: clamp(48px, 18vw, 96px); }
  .quote-left { top: -40px; left: -6px; }
  .quote-right { bottom: -10px; right: -6px; }
}


/*Desktop media queries*/

@media (min-width: 992px) {
  .col-lg-6.position-relative { 
    padding-bottom: 48px; 
  }
  .section-blue .heading-one span{
    font-size: 40px;
  }

  .section-blue .heading-one h2{
    font-size: 50px;
  }

  .btn-cta-float {
    right: 24px;
    bottom: 20px;
    margin: 0px 0px 0px 49%;
    position: relative;
  }
    
  .heading-section-quotes{
    font-size: 60px;
    width: 50%;
    line-height: 1;
    text-align: left;
    flex-shrink: 2;
  }

  .red-bubble{
    width: 40%;
  }

  .grey-bubble{
    padding: 40px 60px;

  }

  .heading-yellow{
    font-size: 60px;
  }

  .steps-bubble{
    gap: clamp(1rem, 2vw, 2rem);              
    padding-inline: clamp(1rem, 4vw, 3rem);  
  }

  .steps-bubble .single-step{
    flex: 1 1 320px;   
    max-width: 560px;
    height: 250px;
  }

  .step-number{
    position: absolute;
    top: -15%;
    margin-top: auto;
  }

  .future-section .heading-red{
    font-size: 60px;
  }

  .logo-future-section{
    margin-top: -11.7%;
    width: 100px;
    height: 100px;
  }

  .border-lg-end {
    border-right: 1px solid #000; 
  }
  .border-sm-bottom{  
    border-bottom: none;
    padding-bottom: 0;
  }

  .border-sm-top{
    padding-top: 0
  }


.home-section {
  background-position: center, right 10% bottom 100%; 
  background-size: cover, 550px auto;
}

.section-blue{
  background-position: center, right 10% top 10%;
  background-size: cover, 800px auto;
}

.steps-section{
  background-position: center, right 10% top 10%;
  background-size: cover, 800px auto;
}
.bg-score-ia-hero{
  background-position: center, left 10% bottom 100%; 
  background-size: cover, 550px auto;
  z-index: 1;
}

.score-ia-logo{
  width: 300px;
  height: 300px;
}

.scoring{
  font-size: 60px!important;
  
} 
.margin-heading-score{
  margin-top: 5rem;
}

}

/*Media queries for logo SINRIESGOS BG samll devices */

@media (max-width: 768px) {
  .bg-with-logo {
    background-image:
      linear-gradient(
        to right,
        rgba(143,41,52,1) 0%,
        rgba(143,41,52,0.6) 30%,  
        rgba(143,41,52,0.3) 60%,  
        rgba(143,41,52,0) 100%
      ),
      url("../images/logo-sinriesgos-bg.png");
    background-position: center, center center; 
    background-size: cover, 70% auto;          
  }

  .steps-section{
      background-image:
        linear-gradient(
          to right,
          rgba(143,41,52,1) 0%,
          rgba(143,41,52,0.6) 30%,  
          rgba(143,41,52,0.3) 60%,  
          rgba(143,41,52,0) 100%
        );
      background-position: center, center center; 
      background-size: cover, 70% auto;          
  }

  .bg-score-ia-hero {
    background-image:
      linear-gradient(
        to left,
        rgba(143,41,52,1) 0%,       
        rgba(143,41,52,0.5) 30%,   
        rgba(143,41,52,0.25) 60%,  
        rgba(143,41,52,0) 100%     
      );
    background-position: center, center center; 
    background-size: cover, 80% auto;          
  }

  .section-blue {
    background-image:
      linear-gradient(
        to left,
        rgba(33,53,91,1) 0%,       
        rgba(33,53,91,0.5) 100%,    
        rgba(33,53,91,0.25) 60%,   
        rgba(33,53,91,0) 100%      
      ),
      url("../images/logo-sinriesgos-bg.png");
    background-position: center, center center; 
    background-size: cover, 70% auto;         
  }

  .section-white::after {
    background-position: center center;
    background-size: 70% auto;
    opacity: 0.15;               
  }

  .steps-section-particle{
    background-color: #8F2934;
    background-image:
      url("../images/particles-gold.png");
    background-position: center, center center; 
    background-repeat: no-repeat, no-repeat;
    background-size: cover, 70% auto;          
}
.steps-bubble .single-step{
  height: 250px;
}

.steps-bubble{
  gap: 3rem!important;
}

.step-number{
  position: absolute;
  top: -15%;
  
}

}

@media (min-width: 768px) and (max-width: 991.98px) {
  .step-number {
    margin-top: -6%;
  }


  
}