/*=== MEDIA QUERY ===*/
/*
* ----------------------------------------------------------------------------------------
Author       : Themefisher
Template Name: Promodise
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.WORK CSS STYLE
* 07.AVAILABLE CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
  /*
  font-family: "Rubik", sans-serif;
  color: #788487;
  */
  font-family: "Montserrat", sans-serif;
  color: #404040;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

p {
  line-height: 28px;
  font-size: 15px;
}

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  color: #232323;
}

a {
  text-decoration: none;
  transition: all 0.2s;
  color: #000;
}

img {
  max-width: 100%;
}

a:hover {
  color: #635CDB;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text_static ul, .text_static li{
  list-style: inherit !important;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
  line-height: 38px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 26px;
}

.f-color {
  color: #635CDB;
}

h5.subtitle {
  font-size: 16px;
  font-weight: 400;
}

.no-padding {
  padding: 0;
}

.flaticon {
  display: inline;
}

.mb30 {
  margin-bottom: 30px;
}

.section-padding {
  padding: 20px 0px;
}

.section-heading {
  text-align: center;
  width: 100%;
  margin: 0 auto 0px;
}

.section-title {
  font-size: 35px;
  line-height: 38px;
  margin-bottom: 15px;
  /*text-transform: capitalize;*/
  color: #2D358C;
  font-weight: 700;
}

.section-title span {
  /*color: #635CDB;*/
  color: #E7217A;
}

.section-subtitle {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  /*text-transform: capitalize;*/
  color: #2D358C;
  font-weight: 700;
}

.section-subtitle span {
  /*color: #635CDB;*/
  color: #E7217A;
}

.section-subtitle_security {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #2D358C;
  font-weight: 700;
}

.section {
  padding: 100px 0px;
}

.line {
  width: 50px;
  background: #635CDB;
  height: 1px;
  margin: 10px auto;
}

/*---------- BUTTONS ----------*/
/*
.btn {
  font: 600 10.5px/1;
  display: inline-block;
  padding: 15px 45px 15px 45px;
  border: 2px solid transparent;
  transition: all .2s;
  border-radius: 0px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

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

.btn-hero,
.btn-white:hover {
  color: #fff !important;
  background: #635CDB;
}

.btn-hero:focus {
  color: #fff !important;
}

.btn-black,
.btn-hero:hover {
  background-color: black;
  color: #fff !important;
}

.btn-black:hover {
  color: #fff;
  background: #635CDB;
}

.btn-black:focus {
  color: #fff;
}

.btn-white {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-white:focus {
  color: #000;
}

.btn-white:active {
  color: #fff;
}

.btn-pink {
  background: #E7217A;
  border-radius: 44px;
  color: #fff;
}
.btn-pink:hover,.btn-pink:focus,.btn-pink:active {
  background: #fff;
  color: #E7217A;
}

.btn-white_pink {
  background: #fff;
  border-radius: 44px;
  color: #E7217A;
}
.btn-white_pink:hover,.btn-white_pink:focus,.btn-white_pink:active {
  background: #E7217A;
  color: #fff !important;
}

.btn-trans-black {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.85);
}

.btn-trans-black:hover {
  color: white;
  background-color: #000;
}

.btn-trans-white {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
}

.btn-trans-white:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
}

.btn-rounded {
  border-radius: 2px;
}

.btn-circled {
  border-radius: 40px;
}

.btn-trans-black:hover {
  background: #635CDB !important;
}
*/

.btn-pink {
  background: #E7217A;
  border-radius: 44px;
  color: #fff;
  border: 1px solid #E7217A;
}
.btn-pink:hover,.btn-pink:focus,.btn-pink:active {
  background: #fff;
  color: #E7217A;
}

.btn-white_pink {
  background: #fff;
  border-radius: 44px;
  color: #E7217A;
}
.btn-white_pink:hover,.btn-white_pink:focus,.btn-white_pink:active {
  background: #E7217A;
  color: #fff !important;
}

.btn-white_pink_brd {
  background: #fff;
  border-radius: 44px;
  color: #E7217A;
  border: 1px solid #E7217A;
}
.btn-white_pink_brd:hover,.btn-white_pink_brd:focus,.btn-white_pink_brd:active {
  background: #E7217A;
  color: #fff !important;
}

.btn-trans-black {
  background-color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.85);
}

.btn-trans-black:hover {
  color: white;
  background-color: #000;
}

.btn-trans-white {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
  border-radius: 25px;
}

.btn-trans-white:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 1);
}

/*---------- COLORS ----------*/
/*-- Background Colors --*/
.bg-black {
  background-color: #000;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.96);
}

.bg-feature {
  background-color: #635CDB;
}

.bg-primary {
  background-color: #0db8ca;
}

.bg-gray {
  background-color: #f2f4ec;
}

.bg-white {
  background-color: #fff;
}

.d-table {
  width: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.brown-overlay {
  background: #222955;
  opacity: .97;
}

.feature-overlay {
  background: #635CDB;
  opacity: .97;
}

.gr-overlay {
  background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);
  opacity: .87;
}

/* ========================

==============================*/
.heading {
  margin-bottom: 40px;
}

.heading h3 {
  margin-bottom: 10px;
  font-weight: 600;
}

/*------------------------------------
  MENU NAVIGATION AREA
----------------------------------*/
.site-navigation,
.trans-navigation {
  padding: 20px 0px;
}

.site-navigation .navbar-nav a,
.trans-navigation .navbar-nav a {
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  margin-left: 40px;
}

.site-navigation .navbar-nav a.active,
.trans-navigation .navbar-nav a.active {
  color: red;
}

.header-white {
  /*position: fixed;*/
  top: 0px;
  background: #111;
  z-index: 1029;
  width: 100%;
  left: 0;
  transition: all .5s ease 0s;
  color: #000 !important;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
  padding: 0px 24px;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
  padding-right: 0px;
}

.site-navigation,
.trans-navigation {
  transition: all .5s ease 0s;
}

.navbar-brand {
  padding-top: 0px;
  margin-right: 60px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.navbar-brand span {
  font-weight: 400;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
  color: #fff;
}



/* colore navbar aperta e chiusa */
.trans-navigation {
  background: transparent;
}
.trans-navigation.header-white {
  background: #fff;
}
.trans-navigation.header-white .navbar-nav .nav-link {
  color: #2D358C;
}
.navbar {
  box-shadow: 0 0 0 0;
}




.trans-navigation.header-white .navbar-nav a.active {
  color: #635CDB;
}

.navbar-brand img {
  max-width: 100%;
}

.trans-navigation.header-white .btn-white {
  background: #635CDB;
  color: #fff;
}

/* ===============================
 DROPDOWN MENU
================================*/

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 0px;
  border-radius: 10px;
}

.nav-item.dropdown .dropdown-menu_custom {
  transition: all 300ms ease;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  padding: 0px;
  position: absolute;
  background-color: white;
  border-radius: 10px;
  overflow:hidden;
}

.nav-item.dropdown:hover .dropdown-menu_custom {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.dropdown-item:hover {
  /*
  color: #fff;
  text-decoration: none;
  background: #2E3192;
  */
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  background: #2E3192;

}

.dropdown-item + .dropdown-item:hover {
  /*
  color: #fff;
  text-decoration: none;
  background: #2E3192;
  */
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  background: #2E3192;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu_custom {
  opacity: 0;
  border-radius: 10px;
}

.dropdown-menu_custom.show {
  -webkit-animation: .2s forwards b;
          animation: .2s forwards b;
}

@-webkit-keyframes b {
  to {
    opacity: 1;
  }
}

@keyframes b {
  to {
    opacity: 1;
  }
}

.dropdown-item {
  font-size: .6875rem;
  font-weight: 500;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: background-color .2s;
  padding-left:0;
  margin:0 0 0 0;
}

@media (min-width: 1200px) {
  .dropdown-item {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: #fff;

    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0, 12, 99, 0.9);
  }
}

@media (min-width: 1200px) {
  .dropdown-item + .dropdown-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}


/*------------------------------------
 BANNER AREA
----------------------------------*/
.banner-area .content-padding {
  padding: 250px 0px 180px;
}

.content-padding {
  padding: 180px 0px 80px;
}

.banner-content {
  padding-right: 30px;
}

.banner-content .btn {
  margin-top: 15px;
}

.banner-content .banner-title {
  /*
  color: #fff;
  font-weight: 700;
  line-height: 50px;
  font-size: 42px;
  text-align: left;
  */
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #FFFFFF;

}

.banner-content .subtitle {
  color: #fff;
  background: #635CDB;
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.subtitle {
  color: #635CDB;
}

.banner-content p {
  margin: 20px 0px;
  color: #eee;
  font-size: 18px;
  line-height: 30px;
}

.banner-content .btn {
  margin-right: 12px;
}

.btn-sm {
  padding: 10px 30px;
}
.btn-sm_sm {
  padding: 5px 10px;
}

.banner-1 {
  background: url("../images/banner-about.png");
  background-size: cover;
  height: 70vh;
}

.banner-2 {
  background: url("../images/banner/slider-3.jpg");
  background-size: cover;
}

.banner-3 {
  background: url("../images/slide-01.jpg") 50% 0;
  background-size: cover;
  height: 100vh;
}
.section-banner-about {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 0.5) 70%);
  opacity: .87;
  height: 10vh;
}


.section-heading h2 {
  margin-bottom: 20px;
  font-weight: 400;
}

/* =======================================
INner Pages
=========================================*/
#page-banner {
  position: relative;
  padding: 60px 0px 80px;
}

.page-banner-area {
  background: url("../images/banner/1.jpg") no-repeat 50% 50%;
  background-size: cover;
}

/*-------------------- ------------
 INTRO SECTION
-----------------------------*/
#intro {
  padding-bottom: 0px;
}

.intro-img {
  margin-top: 45px;
}

#intro .section-heading p {
  color: #000;
  font-size: 30px;
  line-height: 40px;
}

.intro-box {
  margin-top: 30px;
  position: relative;
  margin-bottom: 20px;
}

.intro-box h4:before {
  position: absolute;
  left: 0px;
  top: 17px;
  content: "";
  bottom: 0px;
  background: #000;
  width: 50px;
  height: 2px;
}

.intro-box h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  padding-left: 60px;
}

.intro-box span {
  font-size: 28px;
  color: #635CDB;
}

.intro-cta {
  margin-top: 40px;
  text-align: left;
}

/*--------------------------
  ABOUT SECTION
----------------------*/
.section-pt {
  padding-top: 90px;
}

.section-pb {
  padding-bottom: 90px;
}

#about {
  position: relative;
  padding-bottom: 85px;
}

.about-bg-img {
  position: absolute;
  right: 0px;
  content: "";
  background: url("../images/banner/1.jpg") 50% 50%;
  width: 40%;
  height: 100%;
  max-height: 560px;
  top: 0px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.about-content {
  margin-top: 94px;
}

.about-content .subtitle {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-content h3 {
  margin-bottom: 25px;
}

.about-list {
  margin-top: 30px;
}

.about-list li {
  width: 45%;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  color: #888;
}

.about-list li i {
  color: #000;
  margin-right: 10px;
}

/* ----------------------
ABOUT PAGE
-------------------------*/
.about-list2 li i {
  margin-right: 10px;
  color: #635CDB;
}

.icon-3x {
  font-size: 3rem;
}

.text-default {
  color: #635CDB;
}

.team-social li a {
  font-size: 13px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  padding-top: 3px;
  background: #fff;
}

/* ========================
HISTORY MISSION
==============================*/
.img-block img {
  width: 200px;
}

/* ========================

==============================*/
#section-strategy {
  background: url("../images/bg/bg-1.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.strategy-text {
  margin-bottom: 50px;
}

.strategy-text h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.strategy-text span {
  font-size: 61px;
  color: #635CDB;
  margin-bottom: 15px;
  display: block;
}

/*--------------------------------
 COUNTER SECTION
-----------------------------*/
.counter {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  line-height: 70px;
  margin: 10px 0px;
  color: #635CDB;
}

.counter-stat i {
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
}

.counter-stat h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.counter-block span {
  font-size: 30px;
}

#counter .dark-overlay {
  background: #000;
  opacity: 0.95;
}

#counter {
  background: url("../images/banner/pattern-3.png") fixed 50% 50%;
  position: relative;
  background-size: cover;
  padding-top: 87px;
  padding-bottom: 95px;
}

/*--------------------------
  SERVICE AREA SECTION
----------------------*/
.page-banner-area.page-service {
  background: url("../images/bg/bg-2.jpg") no-repeat;
  background-size: cover;
}

#service-head {
  padding-bottom: 100px;
  padding-top: 90px;
}

#service-head .section-title {
  color: #fff;
}

.text-white p {
  color: #fff;
}

#service {
  margin-top: -100px;
  padding-bottom: 70px;
}

.service-box .service-img-icon {
  float:left;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  padding-top: 20px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 20px;
  background: #635CDB;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.service-box {
  margin-bottom: 40px;
  background: #fff;
  text-align: center;
  padding: 45px 25px 30px 25px;
  border: 1px solid transparent;
  transition: all .3s ease 0s;
  border-radius: 5px;
  /*box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);*/
}

.service-inner {
  margin-top: 30px;
}

.service-inner h4 {
  margin-bottom: 20px;
}

.service-inner span {
  color: #635CDB;
}

/* ================================
SERVICE PAGE
==============================*/
.bg-gray {
  background: #f4f4f4;
}

.service-block-2 {
  position: relative;
}

.service-block-2 h4 {
  margin-bottom: 15px;
  line-height: 26px;
}

.service-block-2 p {
  font-size: 16px;
}

.service-block-2 span {
  position: absolute;
  content: "";
  font-size: 70px;
  top: 0px;
  left: 0px;
  font-weight: 800;
  opacity: .05;
  margin-top: -15px;
}

.service-style-two {
  background: url("../images/bg/bg-2.jpg") no-repeat;
  background-size: cover;
  position: relative;
}

.service-style-two:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.heading {
  margin-bottom: 70px;
}

/*------------------------------------
  PRICING SECTION AREA
--------------------------------*/
#pricing {
  padding-bottom: 100px;



}

.pricing-block {
  text-align: center;
  transition: all .3s 0s ease;
  border-radius: 5px;
  border: 1px solid #eee;
}

.price-header {
  padding-bottom: 30px;
  padding-top: 30px;
}

.price-header i {
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 25px;
  font-size: 50px;
  display: inline-block;
  border-radius: 100%;
  transition: all .3s ease 0s;
  color: #635CDB;
  border: 1px solid #eee;
}

.price-header .price {
  font-size: 70px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.price-header h5 {
  font-weight: 400;
}

.price-header .price small {
  font-size: 18px;
}

.pricing-block ul {
  padding: 20px 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.pricing-block ul li {
  padding: 6px 0px;
}

.pricing-block .btn {
  margin-bottom: 30px;
}

.pricing-block:hover i {
  background-image: -webkit-linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
  background-iamge: -linear-gradient(135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
  color: #fff;
  border: 1px solid #53a0fd;
}

.pricing-block:hover,
.pricing-block.active {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

#pricing .section-heading {
  margin-bottom: 90px;
}

/* -------------------
PRICING PAGE
--------------------*/
#section-counter .counter-stat i {
  color: #000;
}

#section-counter .counter-stat h5 {
  color: #777;
}

/*------------------------------------
  CLIENT PARTNER AREA SECTION
--------------------------------*/
#clients {
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
}

.client-img {
  background: #fff;
}

/*------------------------------------
  TESTIMONIAL AREA SECTION
---------------------------------*/
.author-img img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #ddd;
  margin-top: -50px;
}

.author-info p {
  margin: 0px;
  font-size: 14px;
}

.carousel-indicators {
  bottom: 0px;
  margin-bottom: 0px;
}

.carousel-indicators li {
  background: #111;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-indicators li.active {
  background: #635CDB;
}

.testimonial-content {
  padding: 0px 40px;
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-content .author-text {
  padding-top: 10px;
}

.testimonial-content .author-info {
  display: block;
  margin-bottom: 25px;
}

.testimonial-content p {
  font-size: 20px;
  line-height: 36px;
  color: #222;
  margin: 35px 0px;
  display: block;
}

.author-text h5 {
  text-transform: uppercase;
}

.author-text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 36px;
  color: #888;
  margin: 0px;
}

.testimonial-content p i {
  margin: 0px 8px;
}

/*--------------------------
 CONTACT SECTION AREA
----------------------*/
#contact {
  padding-bottom: 100px;
}

.text-color {
  color: #635CDB;
}

input[type=text], input[type=email] {
  height: 50px;
}

.form-control {
  border: 1px solid #eee;
  padding-left: 20px;
}

.form-control:hover,
.form-control:focus {
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.input:focus {
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control::-moz-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control:-ms-input-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}

.form-control:-moz-placeholder {
  color: #888;
  opacity: .9;
  font-size: 13px;
  padding-left: 10px;
}

/* --------------
    MAP
-----------------*/
#map {
  height: 400px;
  width: 100%;
  position: relative;
}

#map:after {
  position: absolute;
  content: "";
  left: 0px;
  background: rgba(99, 92, 219, 0.4);
  top: 0px;
  width: 100%;
  height: 100%;
}

/*--------------------------
 BLOG SECTION AREA
----------------------*/
#blog {
  padding-bottom: 55px;
}

.blog-block {
  overflow: hidden;
  transition: all .3s ease 0s;
}

.blog-block img {
  margin-bottom: 10px;

  border-radius: 10px;

}

.blog-text {
  padding: 20px;
}

.blog-text .author-name {
  font-weight: 400;
}

.blog-text .author-name span {
  margin-right: 10px;
  font-weight: 600;
}

.blog-block .read-more,
.blog-block span {
  color: #635CDB;
}

/* =================================
BLOG PAGE
===================================*/
.blog-post {
  margin-bottom: 50px;
}

.blog-post img {
  border-radius: 5px;
}

.blog-post .post-author i,
.blog-post .post-info i {
  margin-right: 5px;
  font-size: 14px;
}

.blog-post .post-author span, .blog-post .post-info span {
  font-size: 14px;
}

.sidebar-widget {
  margin-bottom: 40px;
  padding-left: 20px;
}

.category ul li {
  margin-bottom: 10px;
  text-transform: capitalize;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.category ul li:before {
  position: absolute;
  content: "\f105";
  left: 0px;
  top: 0px;
  font-family: "Font Awesome 5 Free";
  color: #635CDB;
  font-weight: 900;
}

.tag a {
  text-transform: capitalize;
  padding: 5px 8px;
  border: 1px solid #eee;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block;
}

.search i {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 35px;
  margin-top: 15px;
  color: #635CDB;
}

.download a {
  display: block;
  padding: 12px 20px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  background: #f2f2f2;
}

.download a i {
  margin-right: 15px;
  color: #635CDB;
}

/* ==================================
BLOG SINGLE
=====================================*/
.quote i {
  font-size: 50px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
}

.quote {
  font-size: 18px;
  line-height: 32px;
  color: #222;
  position: relative;
  margin: 50px 0px;
  padding-left: 70px;
}

.comments img {
  width: 80px;
  height: 80px;
}

/*--------------------------
 FOOTER
----------------------*/
#footer {
  padding-bottom: 60px;
  position: relative;
  /*
  background: url("../images/bg/2.png");
  border-top: 1px solid #eee;
  */
  background: linear-gradient(180deg, #2D358C 0%, rgba(0, 12, 98, 0.7) 60%);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
}

.footer-widget ul li {
  padding: 5px 0px;
}

.footer-widget p {
  margin-bottom: 5px;
}

.footer-widget h4 {
  margin-bottom: 20px;
}

.footer-widget h4 span {
  color: #635CDB;
  display: block;
  font-size: 60px;
  line-height: 60px;
}

.footer-blog li img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}

.footer-blog li h5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
}

.footer-blog li a.read-more {
  font-size: 13px;
}

.footer-blog li {
  margin-bottom: 15px;
}

.footer-copy {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  border-top: 0px solid #eee;
}

.footer-text h6 {
  margin-bottom: 10px;
}

.footer-text p span {
  color: #000;
}

.footer-text p.mail {
  color: #635CDB;
}

.bg-main {
  /*background: #F4F8FB;*/
  background: linear-gradient(360deg, rgba(46, 49, 146, 0.05) 6.86%, rgba(0, 12, 99, 0.05) 93.14%);
}

.footer-widget a {
  color: #999;
}

/*-------------------------------
 RESPONSIVE LAYOUT
---------------------------------*/
/*Extra large devices (large desktops, 1200px and up)*/
/*Large devices (desktops, 992px and up)*/
/*Medium devices (tablets, 768px and up)*/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /*---------------
     NAVIGATION
    ----------------*/
  .navbar-toggler {
    /*background: #fff;*/
    border-radius: 0px;
  }
  .navbar-toggler-icon {
    height: auto;
    padding: 10px 0px;
    color: #fff;
  }
  .trans-navigation {
    /*background: #232323;*/
    background: transparent;
  }
  .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
  }

  /* colore navbar aperta e chiusa */
  .trans-navigation {
    background: transparent;
  }
  .trans-navigation.header-white {
    background: #fff;
  }
  .trans-navigation.header-white .navbar-nav .nav-link {
    color: #2D358C;
  }
  .navbar-toggler-icon.trans-navigation.header-white {
    color: #000 !important;
  }
  span.navbar-toggler-icon {
    color: #cecece;
    /*border: 1px solid #fff;*/
  }

  /*----------------------
     SECTION HEAINDG
    -----------------------*/
  .section-heading {
    width: 100%;
  }
  /*----------------
     INTRO
    ----------------*/
  #intro {
    padding-bottom: 90px;
  }
  /*----------------
     ABOUT
    ----------------*/
  .about-list li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .about-bg-img {
    width: 35%;
    height: 100%;
    max-height: 600px;
  }
  .about-content {
    margin-top: 60px;
  }
  #about {
    padding-bottom: 40px;
  }
  /*--------------
     COUNTER
    ----------------*/
  .counter-stat {
    margin-bottom: 30px;
    text-align: center;
  }
  /*--------------
     BLOG
    ----------------*/
  .blog-text {
    padding: 0px;
    margin-top: 10px;
  }
  .blog-tex h5 {
    font-size: 15px;
  }
  .blog-text p {
    font-size: 14px;
  }
  .pricing-block {
    margin-bottom: 30px;
  }
  /*--------------
     FOOTER
    ----------------*/
  .footer-widget {
    margin-bottom: 30px;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /*---------------
     NAVIGATION
    ----------------*/
  .navbar-toggler {
    /*background: #fff;*/
    border-radius: 0px;
  }
  .navbar-toggler-icon {
    height: auto;
    padding: 10px 0px;
    color: #fff;
  }
  .trans-navigation {
    /*background: #232323;*/
    background-color: transparent;
  }
  .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
  }

  /* colore navbar aperta e chiusa */
  .trans-navigation {
    background: transparent;
  }
  .trans-navigation.header-white {
    background: #fff;
  }
  .trans-navigation.header-white .navbar-nav .nav-link {
    color: #2D358C;
  }
  .navbar-toggler-icon.trans-navigation.header-white {
    color: #000 !important;
  }
  span.navbar-toggler-icon {
    color: #cecece;
    /*border: 1px solid #fff;*/
  }

  /*----------------------
     SECTION HEAINDG
    -----------------------*/
  .section-heading {
    width: 100%;
  }
  /*----------------
     INTRO
    ----------------*/
  #intro {
    padding-bottom: 90px;
  }
  /*----------------
     ABOUT
    ----------------*/
  .about-content {
    margin-top: 60px;
  }
  #about {
    padding-bottom: 40px;
  }
  /*-------------------
     TESTIMONIAL
    -------------------*/
  .testimonial-content {
    padding: 10px;
  }
  /*--------------
     COUNTER
    ----------------*/
  .counter-stat {
    margin-bottom: 30px;
    text-align: center;
  }
  /*--------------
     BLOG
    ----------------*/
  .blog-block {
    margin-bottom: 30px;
  }
  .blog-text {
    padding: 0px;
    margin-top: 10px;
  }
  .blog-block:hover {
    box-shadow: none;
  }
  .blog-text h5 {
    font-size: 16px;
  }
  .blog-text p {
    font-size: 14px;
  }
  .intro-box {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  /*--------------
     CLIENT
    --------------*/
  .client-img {
    text-align: center;
  }
  /*--------------
     FOOTER
    ----------------*/
  .footer-widget {
    margin-bottom: 30px;
  }
  .pricing-block {
    margin-bottom: 30px;
  }
  .img-block img {
    width: 130px;
  }
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  /*---------------
     NAVIGATION
    ----------------*/
  .navbar-toggler {
    /*background: #fff;*/
    border-radius: 0px;
    color: #fff;
  }
  .navbar-toggler-icon {
    height: auto;
    padding: 10px 0px;
    color: #fff;
  }
  .trans-navigation {
    /*background: #232323;*/
    background-color: transparent;
    padding: 20px 15px;
    color: #000;
  }
  .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    margin-bottom: 10px;
    color: #fff;
  }

  /* colore navbar aperta e chiusa */
  .trans-navigation {
    background: transparent;
  }
  .trans-navigation.header-white {
    background: #fff;
  }
  .trans-navigation.header-white .navbar-nav .nav-link {
    color: #2D358C;
  }
  .navbar-toggler-icon.trans-navigation.header-white {
    color: #000 !important;
  }
  span.navbar-toggler-icon {
    color: #cecece;
    /*border: 1px solid #fff;*/
  }

  /*----------------------
     SECTION HEAINDG
    -----------------------*/
  #intro .section-heading, .section-heading {
    width: 100%;
  }
  #intro .section-heading p {
    font-size: 16px;
    line-height: 28px;
  }
  .section-title {
    /*
    font-size: 26px;
    line-height: 36px;
    */
    font-size: 30px;
    line-height: 37px;
  }
  h1 {
    font-size: 32px;
    line-height: 36px;
  }
  /*--------------------
     BANNER
    -----------------*/
  .banner-content .banner-title {
    line-height: 37px;
  }
  .banner-content p {
    font-size: 16px;
  }
  /*----------------
     INTRO
    ----------------*/
  #intro {
    padding-bottom: 90px;
  }
  /*----------------
     ABOUT
    ----------------*/
  .about-list li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .about-bg-img {
    width: 35%;
    height: 100%;
    max-height: 600px;
  }
  .about-content {
    margin-top: 60px;
  }
  #about {
    padding-bottom: 40px;
  }
  .img-block img {
    width: 130px;
  }
  .service-block {
    margin-bottom: 20px;
  }
  /*-------------------
     TESTIMONIAL
    -------------------*/
  .testimonial-content {
    padding: 10px;
  }
  /*--------------
     COUNTER
    ----------------*/
  .counter-stat {
    margin-bottom: 30px;
    text-align: center;
  }
  /*--------------
     BLOG
    ----------------*/
  .blog-block {
    margin-bottom: 30px;
  }
  .blog-text {
    padding: 10px;
    margin-top: 10px;
    text-align: center;
  }
  .blog-tex h5 {
    font-size: 15px;
  }
  .blog-text p {
    font-size: 14px;
  }
  /*--------------
     CLIENT
    --------------*/
  .client-img {
    text-align: center;
  }
  /*--------------
     FOOTER
    ----------------*/
  .footer-widget {
    margin-bottom: 30px;
  }
  .pricing-block {
    margin-bottom: 30px;
  }
  .footer-copy {
    font-size: 11px;
    line-height: 1.2rem;
  }

}




/*--------------
     IMPOSTAZIONI AGGIUNTIVE
    ----------------*/
.all-container_landing {
  /*-webkit-overflow-scrolling: touch;*/
  /* viene sovrascritto solo sulla home così da mantenere le altre pagine ok (tipo il resetting) */
  padding: 60px 0px 105px 0px;
}
.bkg-intro {
  background: url("../images/bg-intro.png") 100% 100%;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position-y: top;
  background-position-x: left;
}
.bkg-come-funziona_mob {
  background: url("../images/intro-woman.png") 50% 50%;
  background-repeat: no-repeat;
  background-size: 240px auto;
  background-position-y: top;
  background-position-x: left;
}
.bkg-come-funziona_web {
  /*background: url("../images/bkg-come-funziona_web.png") 100% 100% ;*/
  /*background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 50%), rgba(0, 0, 0, 0.2) 100%), url("../images/bkg-come-funziona_web.png");*/

  /*background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1)), url("../images/bkg-come-funziona_web.png");*/
  /*linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(117, 19, 93, 0.73)),*/

  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0)), url("../images/bkg-come-funziona_web.png");

  background-repeat: no-repeat;
  background-size: auto auto;
  background-position-y: top;
  background-position-x: left;
}
.bkg-come-funziona_web_2 {
  background: linear-gradient(360deg, rgba(46, 49, 146, 0.05) 6.86%, rgba(0, 12, 99, 0) 93.14%);
  border-radius: 23px;
}
.bkg-blog {
  background-image: url("../images/bkg-blog.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.bkg-innovazione {
  background-image: url("../images/image-app-02.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}

.gr-reviews {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(118, 130, 159, 0.1) 70%, rgba(118, 130, 159, 0) 100%);
  opacity: .87;
}

.bkg-reviews_web {
  background: linear-gradient(180deg, #FFFFFF 0%, #D6D6D6 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
}

.service-box .service-img-icon-custom {
  float:left;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: 20px;
  background: rgba(98, 91, 194, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 10px;

}
.service-box .service-img-icon-yooppe {
  float:left;
  width: 100px;
  height: 100px;
  text-align: center;
}
.service-inner-yooppe {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #222222;
}
.line-height-11 {
  line-height: 1.1rem;
}
.gr-yooppe {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(118, 130, 159, 0.51) 80%, rgba(255, 255, 255, 0) 100%);
  opacity: .87;
}
.icon-text_mob {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #363636;
}
.text-link {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  text-decoration-line: underline;
  color: #635BC3;
}
.text-yooppe {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  align-items: center;
  color: #404040;
}
.text-claim-yooppe_slider {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 28.5px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.text-claim-yooppe_about {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 28.5px;
  line-height: 38px;
  text-align: left;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.text-yooppe_about {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  align-items: center;
  color: #474747;

}
.text-claim-yooppe_footer {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 12.5px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.text-counter {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  color: #474747;
}
.text-counter_about {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  color: #635BC3;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.text-pink {
  color: #E7217A !important;
}
.icon-store {
  height: 35px;
  border: 1px solid #fff;
  border-radius: 7px;
}
.vertical-line {
  background-image: linear-gradient(#8A8A8A, #8A8A8A);
  background-size: 2px 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.font-size-lg-20 {
  font-size: 20px;
  color: #404040;
}
.line-height-lg-24 {
  line-height: 24px;
}

/* Slider */
/*.carousel-item {
  height: 100vh;
}*/

.container-slider {
  position: absolute;
  -webkit-overflow-scrolling: touch;
  padding: 60px 0px 105px 0px;
  max-width: 1140px;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  opacity: 1;
  height: 100%;
  display: flex;
  z-index:1;
}
.btn-service {
  background-color: #2e3192;
  color: #fff;
  width: 70%;
  border-radius: 38px;
}
.btn-service:hover {
  background-color: #fff;
  color: #2e3192;
  border: 1px solid #2e3192;
}
.btn-facebook {
  background-color: #2055DF;
  color: #fff;
  width: 70%;
  border-radius: 38px;
}
.btn-facebook:hover {
  background-color: #fff;
  color: #2055DF;
}
.btn-register {
  background-color: #E7217A;
  color: #fff;
  width: 70%;
  border-radius: 38px;
}
.btn-register:hover {
  background: rgba(255,255,255,1);
  border: 1px solid #E7217A;
  color: #E7217A;
}
.custom-select_2 {
  background-color: #ced4da;
  border-radius: 50px;
  width: 70%;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  border: none;
}
.custom-select_2:focus {
  background-color: #ced4da;
  border-radius: 50px;
  width: 70%;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  border: none;
}
h4.custom {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #404040;
}
label.custom {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #404040;
}
input.custom, input.custom:focus {
  background-color: #ced4da;
  border-radius: 50px;
  width: 70%;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 20px;
  border: none;
}
.flag_icon_custom {
  width: 20px;
  margin-right: 10px;
  border-radius: 3px;
}

.btn_cta_1 {
  background-color: transparent;
}
.w-sm-150 {
  width: 150px;
}
.w-sm-200 {
  width: 200px;
}
.sidebar-left {
  width: 65vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  margin-left: -65vw;
  transition: all 0.3s ease;
  z-index: 2000;
  background: rgba(255,255,255,0.95);
}

.sidebar-left.showed{
  margin-left: 0;
}

.custom-header-nav{
  width: 80%;
  margin: 20px auto 0 auto;
}

#close-nav-mob{
  margin-left: 5%;
}

.logo-header-nav{
  margin-left: 8%;
}

.custom-body-nav, .custom-footer-nav{
  width: 80%;
}

.custom-footer-nav {
  padding: 100px 0;
  border-top: 1px solid #eee;
}

.navbar-custom {
  padding-right: 0 !important;
}
.nav-link-custom {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 38px;
  color: #2D358C;
  border-bottom: 1px solid rgba(99, 91, 195, 0.27);
}

.content-padding_mob {
  padding: 120px 0px 80px;
}

.modal-custom {
  max-width: 380px;
}

.w-200 {
  width: 200px;
  max-width: 100%;
  overflow: hidden;
}

.custom-icon_form {
  border: 1px solid #000;
  background: url('images/icon/ico-arrow-down.png');
  background-repeat: no-repeat;
  background-position: top 50% right 5%;
}

.h-100px {
  height: 100px;
  overflow-y: hidden;
}
.h-150px {
  height: 150px;
  overflow-y: hidden;
}
.h-200px {
  height: 200px;
  overflow-y: hidden;
}
.text-description_blog {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: justify;
}

.text-author_reviews {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.text-author_reviews span {
  font-weight: 500;
}
.text-description_reviews {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}



.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  background-color: transparent;
  justify-content: left;
  color: #000;
  font-size: 42px;
  z-index: 1020;
}
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  background-color: transparent;
  justify-content: right;
  color: #000;
  font-size: 42px;
  z-index: 1020;
}

.btn-white {
  background-color: #fff;
  border-radius: 25px;
}
.btn-white_border_pink {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #0d112c;
}

/*
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99999999999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #000;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
*/
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #000;
  /*
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  */
}

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");*/

}

.carousel-control-next-icon {
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");*/

}

.bg-main2 {
  background: linear-gradient(360deg, rgba(46, 49, 146, 0.05) 6.86%, rgba(0, 12, 99, 0.05) 93.14%);

  background-color: #000; /*Default bg, similar to the background's base color*/
  background: url("../images/image-app-02.png") 100% 100%;
  background-position: right bottom; /*Positioning*/
  background-repeat: no-repeat; /*Prevent showing multiple background images*/

}

.mioparagrafo {
  position: absolute;
  bottom: -170px;
}

/*
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none; }
}
.carousel-indicators .active {
  opacity: 1;
}
*/




/*
.dropdown-corner {
  position:relative;
  width:200px;
  height: 80px;
  background: #fff;
  border-radius: 10px;
}
.dropdown-corner:before {
  content: "";
  position:absolute;
  top:-40px;
  left:0;
  height:40px;
  width: 40px;
  border-bottom-left-radius: 20%;
  background:transparent;
}
.dropdown-corner:before {
  box-shadow: 0 20px 0 0 #fff;
}
*/


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

  .container-slider {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;

  }

  .bkg-blog {
    background-image: url("../images/bkg-blog_sm.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
  }
  .text-claim-yooppe_slider {
    font-family: Montserrat, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 38px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
  }
  .font-size-sm-12 {
    font-size:12px;
  }
  .line-height-sm-15 {
    line-height: 15px;
  }
  .font-size-sm-16 {
    font-size: 16px;
    color: #404040;
  }
  .line-height-sm-18 {
    line-height: 18px;
  }
  .font-size-sm-20 {
    font-size: 20px;
    color: #404040;
  }
  .line-height-sm-24 {
    line-height: 24px;
  }
  .text-counter {
    font-size: 24px;
    line-height: 26px;
  }

  .text-claim-yooppe_about {
    font-family: Montserrat, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    letter-spacing: 0.01em;
    color: #FFFFFF;
  }

  .modal-custom {
    max-width: 280px;
  }

  .section-subtitle_security {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #2D358C;
    font-weight: 700;
  }

}

.form-group label[for='app_user_registration_gender']{
  display:none;
}

/*----------------
Incontri-donne-mature
----------------*/

.font-size-12 {
  font-size:12px;
}

h1.section-title-blog {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
}

h2.section-title-blog {
  font-size: 20px;
  font-weight: 700;
}

.nav-link-custom.blog {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  color: #2D358C;
  border-bottom: 1px solid rgba(99, 91, 195, 0.27);
}

.custom-header-nav.blog {
  width: 80%;
  margin: 10px auto 0 auto;
}

#close-nav-mob.blog {
  margin-left: 0;
}

.blog ul {
  list-style: visible;
}

.blog li {
  list-style-type: decimal;
  font-size: 15px;
  margin-inline-start: 35px;
}

.list-disc ul {
  padding-left: 30px;
  list-style: visible;
}

.list-disc li {
  list-style-type: disc;
  font-size: 15px;
  margin-inline-start: 35px;
}

.related-articles{
  width: calc(50% - 1.5rem);
  padding: 1.5rem 0;
}
.related-articles img {
  margin-right: 15px;
  width: 100%;
  margin-bottom: 20px;
}
.related-articles h3{
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media (max-width: 990px){
  .related-articles{
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}
#intro h3{
  line-height: 28px;
  font-size: 15px;
  font-weight: bold;
}
#intro img{
  margin-bottom: 1rem;
}
#intro a{
  text-decoration: underline;
}

#intro *{
  word-wrap: break-word;
}

/* New Homepage 2024 */
.navbar-light .navbar-nav .nav-link-hometemplate3 {
  color: rgba(46, 49, 146, 1);
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  font-size: 16px;
}
.container-slider-hometemplate3 {
  position: absolute;
  -webkit-overflow-scrolling: touch;
  padding: 60px 0px 105px 0px;
  max-width: 1140px;
  left:0;
  right:0;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  opacity: 1;
  height: auto;
  display: flex;
  z-index:1;
}

.nav-link-custom.hometemplate3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #2D358C;
  border-bottom: 1px solid rgba(99, 91, 195, 0.27);
}
.btn-white_pink_brd-hometemplate3 {
  background: #fff;
  border-radius: 44px;
  color: #E7217A;
  border: 2px solid #E7217A;
  box-shadow: 0px 6px 6px #ededed;
}
.btn-white_pink_brd-hometemplate3:hover,.btn-white_pink_brd-hometemplate3:focus,.btn-white_pink_brd-hometemplate3:active {
  background: #E7217A;
  color: #fff !important;
}
.btn-pink_white_brd-hometemplate3 {
  background: #E7217A;
  border-radius: 44px;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 1px 3px 8px #999;
  padding: 10px 10px 10px 10px;
}
.btn-white_pink_brd-hometemplate3:hover,.btn-white_pink_brd-hometemplate3:focus,.btn-white_pink_brd-hometemplate3:active {
  background: #E7217A;
  color: #fff !important;
}
.text-claim-slider-hometemplate3 {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.banner-content .banner-title-hometemplate3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 42px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #FFFFFF;
}
.h4-section-title-hometemplate3 {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 15px;
  color: #2D358C;
  font-weight: 700;
}
.section-title-hometemplate3 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 15px;
  /*text-transform: capitalize;*/
  color: #2D358C;
  font-weight: 700;
}
.section-title-hometemplate3 span, .h4-section-title-hometemplate3 span {
  /*color: #635CDB;*/
  color: #E7217A;
}
.section-title-hometemplate3.donna span {
  /*color: #635CDB;*/
  color: #2E3192;
}
.section-press-hometemplate3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-size: 30px;
  line-height: 41px;
  color: #111;
  font-weight: 700;
}
.bkg-reviews_web-hometemplate3_primary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(231, 33, 122, 0.2));
  margin-left: 5px;
  margin-right: 5px;
  height: auto;
}
.bkg-reviews_web-hometemplate3_secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(231, 234, 255, 1));
  margin-left: 5px;
  margin-right: 5px;
  height: auto;
}
.testimonial-content-hometemplate3 {
  padding: 10px 20px;
  text-align: center;
  width: 250px;
}

.testimonial-content-hometemplate3 .author-text {
  padding-top: 10px;
}

.testimonial-content-hometemplate3 .author-info {
  display: block;
  margin-bottom: 25px;
}

.testimonial-content-hometemplate3 p {
  /*font-size: 12px;
  font-weight: 500;
  */
  line-height: 18px;
  color: #222;
  margin: 5px 0px;
  display: block;
}

.author-img-hometemplate3 img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 6px 6px #ededed;
}

.testimonial-content-hometemplate3 p i {
  margin: 0px 8px;
}
/*
#community-banner {
  width: 57%;
  position: absolute;
  background: #fff;
  padding: 30px;
  padding-left: 80px;
  margin-top: -520px;
}
*/
#community-banner {
  width: 57%;
  position: absolute;
  background: #fff;
  padding: 0;
  padding-left: 80px;
  margin-top: -425px;
}
.community-image img {
  width: 100%;
}
.scroll-bar-hometemplate3 {
  position: fixed;
  top: 70px;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #E7217A; /* Colore iniziale della barra */
  transition: width 0.3s ease; /* Transizione per un effetto più fluido */
  z-index: 1;
}

.banner-area-hometemplate3 .content-padding {
  padding: 25px 0px;
}

.section-subtitle-hometemplate3 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}
.text-claim-yooppe_footer-hometemplate3 {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
.footer-link-hometemplate3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 38px;
  font-weight: 500;
}

.img-background-out-innovation{
  width: auto;
  max-width: none;
  margin-top: -30px;
}

.banner-3-hometemplate3 {
  background: url("../images/homeTemplate3/IMG-DESKTOP-FONDINO.png") 50% 0;
  background-size: cover;
  height: 90vh;
}

.banner-3-hometemplate3-mobile {
  background: url("../images/homeTemplate3/IMG_MOBILE+DOPPIO_FONDINO.png") 50% 0;
  background-size: cover;
  height: 95vh;
}

.min-700 {min-height: 700px;}
.pdy-120 {padding: 120px 0px; !important;}

@media (max-width: 990px) {
  #footer {
    background: #2D358C;
  }
  .banner-3-hometemplate3 {
    background-position: 40% 100%;
  }
  .sidebar-left-hometemplate3 {
    width: 65vw;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin-left: -65vw;
    transition: all 0.3s ease;
    z-index: 9999;
    background: rgba(255,255,255,0.95);
  }
  .sidebar-left-hometemplate3.showed {
    margin-left: 0;
  }
  .navbar-mobile-hometemplate3 {
    display: block;
    top: 57px;
    background: #fcfcfc;
    padding: 0px 0px;
  }
  .toggle-hometemplate3 {
    color: #063797 !important;
  }
  .banner-content .banner-title-hometemplate3 {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    line-height: 26px;
  }
  .section-press-hometemplate3 {
    font-size: 22px;
    line-height: 25px;
    color: #111;
  }
  .section-title-hometemplate3 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
  }
  .section-subtitle-hometemplate3 {
    font-size: 15px;
    line-height: 18px;
  }
  .scroll-bar-hometemplate3 {
    position: fixed;
    top: 50px;
    left: 0;
    height: 5px;
    width: 0;
    background-color: #E7217A; /* Colore iniziale della barra */
    transition: width 0.3s ease; /* Transizione per un effetto più fluido */
    z-index: 1;
  }
  .scroll-bar-mobile-hometemplate3 {
    position: fixed;
    top: 58px;
    left: 0;
    height: 5px;
    width: 0;
    background-color: #E7217A; /* Colore iniziale della barra */
    transition: width 0.3s ease; /* Transizione per un effetto più fluido */
    z-index: 9999;
  }
  .btn-pink_white-hometemplate3 {
    background: #E7217A;
    border-radius: 44px;
    color: #fff;
    border: 0px solid #fff;
    box-shadow: 1px 3px 8px #999;
    /*padding: 10px 10px 10px 10px;*/
  }
  .text-header-small {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
  }
  .text-header-small span {
    font-weight: 400;
  }
  .nav-item.dropdown .dropdown-menu_custom {
    top: -200% !important;
  }
  .section-subtitle_security-mobile {
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 15px;
    color: #404040;
    font-weight: 700;
  }
}