/**
* Template Name: Mica-Assist
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
:root {
    --mica-color: #2e2421;
	--mica-light: #ca9766;
	--mica-text: #515151;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #515151;
}

a {
  color: var(--mica-text);
  text-decoration: none;
}

a:hover {
  color: var(--mica-light);
  text-decoration: none;
}
section.static_page a {
	border-bottom: 1px dotted var(--mica-light);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Disable User Text Selection
--------------------------------------------------------------*/

h1, h2, h3, p, a, li, strong, span {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--mica-light);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--mica-color);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background-color: var(--mica-light);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: .7;
}
/*--------------------------------------------------------------
# Above
--------------------------------------------------------------*/
#above {
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 0;
  height: 3.125rem;
  background-color: var(--mica-color);
}

#above.header-scrolled,
#above.header-inner-pages {
  background: rgba(43, 38, 38, 0.9);
}

#above .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: lowercase;
}

#above .container {
  justify-content: flex-end;
}

#above .container div {
  color: #fff;
  margin:0 0 0 5rem;
}

#above .container a {
  color: #fff;
}

#above .container .b-round {
	border:1px solid #fff;
	border-radius: 1.5rem;
	padding: .2rem 1rem .2rem 1rem;
}

#above .container .b-round .bx{
	font-size: 16px;
}


#above .container .social-links {
	display:flex;
}


#above .container .social-links a {
	margin:0 0 0 1rem;
}
#above .container .b-round::after {
	content: "";
	display: inline-block;
	position:relative;
	padding: 0;
	margin:0 0 0 2rem;
	background-image: url("../img/triangle.svg");
	width: 10px;
	height: 10px;
	rotate: 90deg;
	left:0;
	right:0;
}
#above .container .b-round:hover,
#above .container .b-round a:hover{
	color: var(--mica-light);
	border-color: var(--mica-light);
}

#above div img {
  max-height: 40px;
}
@media (max-width: 1400px) {
	#above .container div {
	  margin:0 0 0 4rem;
	}
	#above .container .b-round span {
		font-size:80%;		
	}
	#above .container .alltime span {
		font-size:80%;
	}	
}
@media (max-width: 991px) {
		#above .container .b-round::after{
			display:none;
		}
		#above .container .b-round span {
			display:none;		
		}
		#above .container .b-round a {
			display: block;
			position: relative;
			right: 7px;
			bottom: 3px;
			width: 20px;
		}
		#above .container .b-round a::after {
			  content: "";
			  position: relative;
			  display: inline-block;
			  width: 15px;
			  height: 15px;
			  top: 4px;
			  left: 5px;
		}
		#above .container .phone-me a::after {	
			background-image: url("../img/phone1.svg");
		}
		#above .container .email-me a::after {	
			background-image: url("../img/email2.svg");
		}
		/*.container, .container-md, .container-sm {
			max-width: 810px;
		}
		#above .container div {
		  margin:0 0 0 1rem;
		}	
		#above .container .phone-me.b-round a {
		  width: 150px;
		}		
		#above .container .email-me.b-round a {
		  width: 170px;
		}	
		#above .container .b-round span {
			font-size: .75rem;
		    width: 150px;			
		}
		
		#above .container .b-round a {
			display: block;
			position: relative;
			right: 7px;
			bottom: 3px;
		}
		#above .container .phone-me.b-round {
		  width: 150px;
		  padding: .25rem 0rem 0rem 1rem;
		}	
		#above .container .email-me.b-round {
		  width: 190px;
		  padding: .25rem 0rem 0rem 1rem;
		}		
		#above .container .b-round a::after {
			  content: "";
			  position: relative;
			  display: inline-block;
			  width: 13px;
			  height: 13px;
			  top: 1px;
			  left: 0;
		}
		#above .container .phone-me a::after {	
			background-image: url("../img/phone1.svg");
			margin: 0 0 0 .5rem;
		}		
		#above .container .email-me a::after {	
			background-image: url("../img/email2.svg");
			margin: 0 0 0 .5rem;
		}	
		#above .container .b-round::after {
			display:none;
		}
		#above .container .alltime span {
			display:none;
		}*/
}
@media (max-width: 768px) {
		#above .container .b-round {
			padding: .1125rem .5rem .1125rem .5rem;
			width: 25px;
			height: 25px;
		}
		#above .container .b-round span {
			display:none;		
		}
		#above .container .b-round a {
			display: block;
			position: relative;
			right: 7px;
			bottom: 3px;
			width: 20px;
		}		
		#above .container .b-round a::after {
			  content: "";
			  position: relative;
			  display: inline-block;
			  width: 13px;
			  height: 13px;
			  top: 1px;
			  left: 0;
		}
		#above .container .phone-me.b-round {
		  width: 25px;
		}		
		#above .container .email-me.b-round {
		  width: 25px;
		}		
		#above .container .phone-me.b-round a {
		  width: 20px;
		}		
		#above .container .email-me.b-round a {
		  width: 20px;
		}
		#above .container .phone-me a::after {	
			background-image: url("../img/phone1.svg");
		}
		#above .container .email-me a::after {	
			background-image: url("../img/email2.svg");
		}	
		#above .container .b-round::after{
			display:none;
		}
		#above .container .alltime span {
			display:none;
		}
		
		#above .container .social-links a {
			margin: 0 0 0 1.75rem;
		}
		
		#above .container div {
		margin: 0 0 0 1.5rem;
		}
}
	@media (max-width: 575px) {
		
		#above .container{
		padding-left: 130px;
		padding-top: .25rem;	
		}

		#above .container .alltime {
		  max-width: 20%;
		  font-size:80%;
		}
		
		#above .container .alltime span {
			display:none;
		}
		#above .container .b-round {
			padding: .1125rem .5rem .1125rem .5rem;
			width: 25px;
			height: 25px;
		}
		#above .container .b-round span {
			display:none;		
		}
		#above .container .b-round a {
			display: block;
			position: relative;
			right: 7px;
			bottom: 3px;
			width: 20px;
		}
		
		#above .container .b-round a::after {
			  content: "";
			  position: relative;
			  display: inline-block;
			  width: 13px;
			  height: 13px;
			  top: 1px;
			  left: 0;
		}	
		#above .container .phone-me a::after {	
			background-image: url("../img/phone1.svg");
		}
		#above .container .email-me a::after {	
			background-image: url("../img/email2.svg");
		}	
		#above .container .b-round::after {
			display:none;
		}
		#above .container .social-links a {
			margin: 0 0 0 .75rem;
		}
		
		#above .container div {
		margin: 0 0 0 1.5rem;
		}
	}
@media (max-width: 390px) {	
	#above .container div{
		margin: 0 0 0 1.25rem;
		}
		
	#above .container .social-links{
		margin: 0 0 0 0.5rem;
		}
	}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.8s;
  z-index: 997;
  padding: 0;
  margin-top: 45px;
    background: rgba(43, 38, 38, 0.3);
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(43, 38, 38, 0.8);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: lowercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 123px;
  margin-top: -3rem;
  border-radius: 12px;
}

#header.header-scrolled .logo .img-fluid,
#header.header-inner-pages .logo .img-fluid{
  max-height: 110px;
}

.navbar.navbar-dark {
background-color: var(--mica-color);
}

@media (max-width: 991px) {
	#header .logo img {
	  max-height: 120px;
	}
}
@media (max-width: 768px) {
	#header .logo img {
	  max-height: 120px;
	}	
}
@media (max-width: 575px) {
	#header {
	margin-top: 40px;	
	}
	#header .logo img {
	  max-height: 100px;
	}
	#header.header-scrolled .logo .img-fluid,
	#header.header-inner-pages .logo .img-fluid{
	max-height: 80px;
	}
	}
@media (max-width: 390px) {
	#header .logo img {
		max-height: 96px;
	}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 10px 50px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--mica-light);
  font-weight:700;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid var(--mica-light);
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: var(--mica-light);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1400px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
	.navbar a,
	.navbar a:focus {
	  padding: 10px 0 10px 33px;
	  font-size: 13px;
	}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 38, 38, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 52px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 82px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 30px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 1rem;
  color: var(--mica-color);
  margin: 1rem 0;
  text-align: center;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--mica-light);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: var(--mica-light);
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Banner Section
--------------------------------------------------------------*/
.hero.hero-img-wave {
  width: 100%;
  height: 33rem;
  background: linear-gradient(rgb(251 97 97 / 10%), rgb(158 156 156 / 30%)), url(../img/mica_back_2.jpg) fixed center center;
  background-size: cover;
  padding: 0;
}

.hero.hero-img-wave h2{
	font-size: 2rem;
	margin-bottom: 1rem;	
	color: var(--mica-color);	
}
.hero.hero-img-wave .img-fluid {
	max-width:85%;
}
.hero.hero-img-wave .card-body{
	font-size:2rem;
	line-height: 2rem;
	color:#f0d6be;
}

.hero.hero-img-wave .card-group .card-card img{
	width:3rem;
	height:3rem;
}

.hero.hero-img-wave ul{
	list-style:none;
}

.hero.hero-img-wave .container {
	padding-top:3rem;
}

.hero.hero-img-wave .btn-get-started{
	background:transparent;
	border: 2px solid #f0d6be;
	color:#f0d6be;
}
@media (max-width: 1366px) {
	.hero.hero-img-wave .card-body{
	font-size:1.5rem;
	}
}
@media (max-width: 575px) {
	.hero.hero-img-wave .hero-img img {
    width: 85%;
	}

	.hero.hero-img-wave h2 {
		line-height: 36px;
	}
	.hero.hero-img-wave .section-title h2::before {
	top: 74px;
	}
	.hero.hero-img-wave .section-title h2::after {
	top: 74px;
	}
	.hero.hero-img-wave .card-group .icon-card {
		width:50%;
		margin-bottom:2.5rem;
	}	
	.hero.hero-img-wave .card-group .card-card img{
		width:2.5rem;
		height:2.5rem;
	}
	.hero.hero-img-wave .card-body{
		font-size:1.5rem;
		line-height: 2rem;
	}	
	.hero.hero-img-wave ul.card-group {
	padding-left: 0;
	}
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 80vh;
  background: var(--mica-color);
}

.hero.hero-sm {
  width: 100%;
  height: 119px;
  background: var(--mica-color);
}

.hero.hero_proposal {
	height: 5rem;
}

.hero.hero-img-main {
  width: 100%;
  height: 90vh;
 /* background: var(--mica-color);*/
  background: linear-gradient(rgba(43, 38, 38, 0.3), rgba(43, 38, 38, 0.5)), url("../img/mica-bg.jpeg") fixed center center;
  background-size: cover;
  background-position-y: 41%;
  padding: 0;
}

.hero .container {
  padding-top: 72px;
}

.hero.hero-sm .container{
	padding-top: 9rem;
}

.hero.hero_proposal .container{
	padding-top: 2rem;
}

.hero h1,.hero .hero-title {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: var(--mica-light);
}

.hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

.hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: var(--mica-light);
}

.hero .btn-get-started:hover {
  background: var(--mica-color);
  padding: 16px 38px 17px 38px;
  color: #fff;
}

.hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

.hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: #47b2e4;
}

.hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
.hero .img-fluid {
	max-width: 50%;
}
@media (max-width: 1366px) {
  .hero.hero-img-main {
    height: 87vh;
	background-position-y: 30%;
  }	
}
@media (max-width: 1240px) {
  .hero.hero-img-main {
	width: 100%;
    height: 60vh;
    /* background: var(--mica-color); */
    background: linear-gradient(rgba(43, 38, 38, 0.3), rgba(43, 38, 38, 0.5)),  center center;
    background-size: cover;
	background-position-x: center;
    padding: 0;
  }	
}

@media (max-width: 1180px) {
  .hero.hero-img-main {
	width: 100%;
    height: 60vh;
    /* background: var(--mica-color); */
    background: linear-gradient(rgba(43, 38, 38, 0.3), rgba(43, 38, 38, 0.5)),  center center;
    background-size: cover;
	background-position-x: center;
    padding: 0;
  }	
}
  
@media (max-width: 991px) {
  .hero {
    height: 100vh;
    text-align: center;
  }

  .hero .animated {
    /*animation: none;*/
  }

  .hero .hero-img {
    text-align: center;
  }

  .hero .hero-img img {
    width: 50%;
  }
  .hero.hero-sm {
	height: 120px;
	}
  .hero .container {
    padding-top: 0;
  }	
  .hero.hero-img-main {
	width: 100%;
    height: 65vw;
    /* background: var(--mica-color); */
    background: linear-gradient(rgba(43, 38, 38, 0.3), rgba(43, 38, 38, 0.5)),  center center;
    background-size: cover;
	background-position-x: center;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .hero h1, .hero .hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  .hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .hero .hero-img img {
    width: 70%;
  }
  .hero.hero-sm {
	height: 120px;
	}
  .hero.hero-img-main {
	width: 100%;
    height: 58vw;
    /* background: var(--mica-color); */
    background: linear-gradient(rgba(43, 38, 38, 0.3), rgba(43, 38, 38, 0.5)),  center center;
    background-size: cover;
	background-position-x: center;
    padding: 0;
  }	
}

@media (max-width: 575px) {
	.hero.hero-sm {
	  height: 68px;
	}
	
	.hero.hero-sm .container {
	padding-top: 5rem;
	}

	.hero.hero-img-main {
	width: 100%;
    height: 55vh;
    /* background: var(--mica-color); */
    background: linear-gradient(rgba(43, 38, 38, 0.3), rgba(43, 38, 38, 0.5)),  center center;
    background-size: auto 55vh;
	background-position-x: center;
    padding: 0;
  }
  .hero .hero-img img {
    width: 65%;
  }

  .hero .btn-get-started {
    font-size: 16px;
    padding: 10px 0;
	width:100%;
  }
  .hero .btn-watch-video {
    font-size: 15px;
    padding: 0 10px;
	width:100%;
  } 
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}


.section-title h1::before,
.section-title h2::before {
  display: none;
}

.section-title h1::after,
.section-title h2::after {
  content: url("../img/mica_after.svg");
  position: relative;
  display: block;
  width: 120px;
  height: 3px;
  top: -16px;
  left: calc(50% - 60px);
}

.section-title h1::before {
  top: 50px;
}

.section-title p {
  margin:2rem 0 0 0;
}

.section-title .subtitle_area {
  margin:2rem 0 0 0;
  line-height: 1.35rem;
  font-size: 1rem;
  width: 100%;  
  text-align: justify;
}

.section-title .subtitle_area a {
  border-bottom: 1px dotted #ca976670;
}


@media (max-width: 575px) {
	section {
	  padding: 30px 0;
	}
.section-title h1::before,
.section-title h2::before {
	 display: none;
	}	
.section-title .subtitle_area {
	line-height: 1.25rem;
}
  }
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients .carousel-item a{
	display: contents;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

.clients .carousel-control-prev{
    color: var(--mica-light);
    border: 1px solid var(--mica-light);
    border-radius: 5px;
    background-color: rgba(43, 38, 38, 0.3);
    width: 4rem;
    height: 2rem;
	top: 30%;
	left: -3%;
    transition: background-position .3s;
    transition: background-size .3s;	
}
.clients .carousel-control-next{
    color: var(--mica-light);
    border: 1px solid var(--mica-light);
    border-radius: 5px;
    background-color: rgba(43, 38, 38, 0.3);
    width: 4rem;
    height: 2rem;
	top: 30%;
	right: -3%;
    transition: background-position .3s;
    transition: background-size .3s;	
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
	filter: grayscale(.5);
  }
  .clients .carousel-control-prev{  
  top: 44%;
  left: 2%;
  width: 2rem;
  }
  .clients .carousel-control-next{
  top: 44%;
  right:2%;
  width: 2rem;
  }

}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .text-left{
	padding: 0px 0 0 4rem;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--mica-light);
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: .5rem;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: var(--mica-light);
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid var(--mica-light);
}

.about .content .btn-learn-more:hover {
  background: var(--mica-color);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
	.about .img{
    min-height: 400px;
  }
}  
@media (max-width: 575px) {
	.about .text-left{
	padding: 0px .5rem 0 .5rem;
}
	.about .img {
    min-height: 250px;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: var(--mica-color);
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;  
  border-radius: .5rem;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  color: var(--mica-light);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: var(--mica-light);
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: var(--mica-light);
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
	background-size: cover;
    min-height: 250px;
  }
}

/*--------------------------------------------------------------
# Why Us 2
--------------------------------------------------------------*/
.why-mica.section-mica-gold-bg {
background-image: url("/themes/mica-assist/assets/img/maca-gold_bg.jpg");
background-size: cover;
background-position: 50%;
/*background: rgb(193,131,72);*/
/*background: linear-gradient(129deg, rgba(193,131,72,1) 0%, rgba(231,175,122,1) 15%, rgba(244,219,196,1) 35%, rgba(230,208,187,1) 63%, rgba(224,201,178,1) 84%, rgba(202,151,102,1) 100%);*/
}

.why-mica .content h2,
.why-mica .content h3 {
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
}

.why-mica .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-mica .content p {
  font-size: 16px;
  color: #fff;
}

.why-mica ul {
	list-style: none;
	flex-wrap: wrap;
    align-items: stretch;
}

.why-mica .card-group{
	padding-left: 1.25rem;
}

.why-mica .card-group .card {
	border-radius:1.5rem;
	box-shadow: 0 14px 24px rgba(0, 0, 0, 0.06);
		h3 {
			font-size:1.25rem;
		}
}
.why-mica .card-group .svg-icon {
    fill: var(--mica-color);
	width: 10rem;
	height: 8rem;
}

.why-mica .card-group .card img{
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
}

.why-mica .card-group .icon-card .card-body{
	color:#fff
}

.why-mica .card-group .svg-icon{
	padding:0 0 0 2rem;
}

.why-mica .card-group .card-body{
	padding:2rem;
}
@media (max-width: 1366px) {
.why-mica .card-group .svg-icon{
	padding:0 0 1rem 1rem;
}	
	.why-mica.section-mica-gold-bg .icon-card .card-body h3{
		font-size: 1.5rem;		
	}
}
@media (max-width: 1200px) {
	.why-mica .card-group .card-body {
		padding:.6rem;
	}
	.why-mica.section-mica-gold-bg .icon-card .card-body h3{
		font-size: 1.25rem;		
	}	
}
@media (max-width: 575px) {
	.why-mica .content h3,
	.why-mica .content p {
		text-align: center;
	}
	
	.why-mica .card-group {
		padding-left: 0;
	}
	
	.why-mica .card-group .card {
		margin-bottom: 2rem;
	}
	.why-mica .card-group .svg-icon {
	width: 8rem;
	height: 7rem;
}	
}


/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}
/*--------------------------------------------------------------
# Services 1
--------------------------------------------------------------*/

.mica-services .card-group{
	column-gap: 2rem;
}

.mica-services .container .card {
    width: 100%;
    border-bottom: 3px solid var(--mica-light);
	border-left-color: #ca97663b;
	border-right-color: #ca97663b;	
    border-radius: 1.5rem;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.mica-services .card .btn-learn-more {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: var(--mica-light);
    animation-delay: 0.8s;
    margin-top: 6px;
	margin-left: 2rem;
    border: 2px solid var(--mica-light);
}

.mica-services.mainservices .card-card img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.mica-services .card .btn-learn-more:hover {
    background: var(--mica-color);
    color: #fff;
    text-decoration: none;
}
.mica-services .card-body ul {
	padding-left: 20px;
}
.mica-services.pricing .card-body ul {
	height: 190px;
}
.mica-services.mainservices .card-body ul {
	height: 170px;
}
.mica-services .card-body ul li {
    padding: 10px 0 10px 30px;
    position: relative;
}
.mica-services .card-body ul li i {
    color: var(--mica-light);
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 5px;
}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {
	.mica-services .container .card {
	min-width: 320px;
	max-width: 320px;
	margin-bottom: 1rem;
	}
}

@media (max-width: 575px) {
    .mica-services .card-group{
	display:flex;
	justify-content: center;
	}
	.mica-services .card .btn-learn-more {
	display: block;
	margin: 10px 30px;
	text-align: center;
	}
}
/*--------------------------------------------------------------
# Services 2
--------------------------------------------------------------*/

.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  width: 100%;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: var(--mica-light);
  font-size: 50px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: var(--mica-color);
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: var(--mica-light);
}

.services ul {
  padding: 20px 0;
  list-style: none;
  color: var(--mica-color);
  text-align: left;
  line-height: 20px;
}

.services ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.services ul i {
  color: var(--mica-light);
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 10px;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(43, 38, 38, 0.4), rgba(43, 38, 38, 0.6)), url("../img/mica-cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: var(--mica-light);
  border: 2px solid var(--mica-color);
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 992px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 10px 20px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  min-height: 330px;
  overflow: auto;
  
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: .5rem;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}
.team .member .pic svg{
	  height:70px;
	  width: 80px;
	}
	
.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info h3{
  font-size:1rem;
  line-height: 1.25rem;
}

.team .member .member-info {
		width: calc(100% - 90px);
		margin-left: 0;
	}
	
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--mica-light);
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  color: var(--mica-color);
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: var(--mica-color);
  color: var(--mica-color);
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0;
  font-size: 1rem;
}

.team .member .assistance {
  margin: 10px 0 0 0;
}

.team .member .assistance p {
  margin: 0;
  font-size: 1rem;
  color: var(--mica-light);
}
.team .member .assistance p:last-child {
  margin: 0;
  font-size: 14px;
  color: var(--mica-light);
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: var(--mica-light);
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: var(--mica-color);
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

.team .owner-appeal {

}

.team .ownerr .owner{
	padding:1rem;
}

.team .ownerr{
	justify-content: center;
}

.team .member.owner .pic {
	text-align: center;
}

section.appial{
	padding:30px 0 0;
	margin-bottom: -80px;
}

#appial .owner .pic {
		order: 1;
	}
	
#appial .owner .appeal-info {
		order: 2;
	}
	
#appial .owner .pic img{
	position:relative;
	max-width: 440px;
	min-width: 440px;
	max-height: 300px;
	min-height: 300px;
	border-radius: 0;
	object-position: top;
	object-fit: cover;
}
#appial .owner .pic img:nth-of-type(1){
	top:-2rem;
	left:0;	
	}
#appial .owner .pic img:nth-of-type(2){
	top:-7rem;
	left:13rem;	
	}
#appial .owner .pic img:nth-of-type(3){
	position:relative;
	top:-12rem;
	left:0;	
	}


.team .member.owner .member-info {
  padding:0 4rem;
  text-align: justify;
}

.appial .appeal-info a {
  border-bottom: 1px dotted #ca976670;
}

.team .member.owner .member-info .sign{
	text-align:center;
	max-height:6rem;
	width:100%;
}
.team .member.owner .member-info .sign img{
	max-height:6rem;
}

.team .micaCarousel .row-item {
	row-gap:1rem;
}

.team .micaCarousel .carousel-indicators {
	bottom: -3rem;
	margin-bottom: 0.75rem;
}

.team .micaCarousel .carousel-indicators [data-bs-target]{
	color: var(--mica-light);
	background-color: var(--mica-light);
}
.team .micaCarousel .carousel-control-next, .team .micaCarousel .carousel-control-prev{
	top: 105%;
	width: 5%;
	transition: 0.5s;
}
.team .micaCarousel .carousel-control-prev-icon, .team .micaCarousel .carousel-control-next-icon {
	color: var(--mica-light);
	border: 1px solid var(--mica-light);
	border-radius: 5px;
	background-color: rgba(43, 38, 38, 0.3);
	width: 4rem;
	height: 2rem;
	transition: background-position .3s;
	transition: background-size .3s;
}

.team .micaCarousel .carousel-control-next:focus, 
.team .micaCarousel .carousel-control-next:hover, 
.team .micaCarousel .carousel-control-prev:focus, 
.team .micaCarousel .carousel-control-prev:hover {
	opacity: .9;
	/*background-color: var(--mica-light);*/
}
.team .micaCarousel .carousel-control-next-icon:focus, 
.team .micaCarousel .carousel-control-next-icon:hover {
	background-color: var(--mica-light);
	background-position: 90%;
	background-size: 50% 100%;
}
.team .micaCarousel .carousel-control-prev-icon:focus, 
.team .micaCarousel .carousel-control-prev-icon:hover {
	background-color: var(--mica-light);
	background-position: 10%;
	background-size: 50% 100%;
}
@media (max-width: 1200px) {
	section.appial {
		margin-bottom: 30px;
	}
	.team .ownerr .owner {
		flex-direction: column;
	}
	#appial .owner .pic {
		order: 2;
		height: 615px;
	}
	#appial .owner .appeal-info {
		order: 1;
	}	
	#appial .owner .pic img{
	position:relative;
	max-width: 75%;
	min-width: 75%;
	max-height: 250px;
	min-height: 250px;
	}
	#appial .owner .pic img:nth-of-type(1){
	top:0;
	left:0;	
	}
	#appial .owner .pic img:nth-of-type(2){
	top:-5rem;
	left:40%;	
	}
	#appial .owner .pic img:nth-of-type(3){
	position:relative;
	top:-10rem;
	left:0;	
	}
	#appial .owner .pic img{
	position:relative;
	max-width: 465px;
	min-width: 465px;
	max-height: 250px;
	min-height: 250px;
	}	
}
@media (max-width: 768px) {
	.team {
	  padding: 30px 0 40px;
	}
	.team .member .pic {
	  overflow: hidden;
	  width: 50px;
	  border-radius: .25rem;
	  margin-right: 1rem;
	}	
	.team .member .pic svg{
	  height:50px;
	  width: 50px;
	}	
	.team .member .member-info {
		width: calc(100% - 90px);
		margin-left: 0;
	}	
	
	.team .micaCarousel .carousel-control-next, .team .micaCarousel .carousel-control-prev{
		top: 101.5%;
		width: 12%;
	}
	.team .owner-appeal {
	}
	.team .ownerr .owner {
		flex-direction: column;
		border: 2px solid var(--mica-light);
		padding: 0.25rem;
	}
	.team .member.owner .pic {
		width: 100%;
	}
	.team .member.owner .member-info {
		padding: 2rem 0;
		width: 100%;
	}
	.team .member.owner .social{
		margin-top: 2rem;
	}
	section.appial {
		margin-bottom: 30px;
	}
	#appial .owner .pic {
		order: 2;
		height: 615px;
	}
	#appial .owner .appeal-info {
		order: 1;
	}	
	#appial .owner .pic img{
	position:relative;
	max-width: 80%;
	min-width: 80%;
	max-height: 230px;
	min-height: 230px;
	}
	#appial .owner .pic img:nth-of-type(1){
	top:0;
	left:0;	
	}
	#appial .owner .pic img:nth-of-type(2){
	top:-4rem;
	left:21%;	
	}
	#appial .owner .pic img:nth-of-type(3){
	position:relative;
	top:-7rem;
	left:0;	
	}
}
@media (max-width: 420px) { 
    #appial .owner .pic img{
	max-height: 200px;
	min-height: 200px;
	}
}
@media (max-width: 380px) { 
    #appial .owner .pic img{
	max-height: 180px;
	min-height: 180px;
	}
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: .5rem;
  padding: 0 0 0 50px;
  text-indent: -15px;
}

.pricing h3 i{
  color: var(--mica-light);
  font-size: 40px;
  position: relative;
  left: -8px;
  top: 10px;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #47b2e4;
  font-size: 18px;
  display: block;
}

.pricing .box .img {
    overflow: hidden;
    width: 120px;
    border-radius: 50%;
	border: 2px solid var(--mica-light);
	margin-left: calc(50% - 60px);
}
.pricing .box .icon {
	display:block;
}

.pricing .box .icon i{
	font-size:40px;
	color: var(--mica-light);
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: var(--mica-light);
  font-size: 22px;
  position: relative;
  left: 0;
  top: 5px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn:hover {
  background: var(--mica-color);
  color: #fff;
}

.pricing .featured {
  border-top-color: var(--mica-light);
}

.pricing .featured .buy-btn {
  background: var(--mica-light);
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: var(--mica-color);
}

.mica-services.pricing .container .card{
	border-top:none;
	box-shadow: 0 15px 25px 0px rgba(0, 0, 0, 0.12);
}
.why-mica.mica-services.pricing .card-group .card img {
	height: 260px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: var(--mica-light);
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: var(--mica-text);
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: var(--mica-color);
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Locations
--------------------------------------------------------------*/
.locations .loc-list {
  padding: 0 100px;
}
.locations .loc-list .search {
  padding-left: 2rem;
}

.locations .loc-list .search input{
  font-family: inherit;
  display: block;
  width: 100%;
  padding: .5rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--mica-color);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.locations .loc-list .search input:hover{
	color: var(--mica-light);
}
.locations .loc-list ul {
  list-style: none;
}

.locations .loc-list li {
  margin-top: 15px;
}

.locations .loc-list .airport {
  padding: .5rem 1.5rem;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.locations .loc-list .country-u {
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 34px;
  outline: none;
  cursor: pointer;
}

.locations .loc-list .icon-row {
  font-size: 16px;
  position: absolute;
  top: 11px;
  left: 10px;
  color: var(--mica-light);
}

.locations .loc-list .icon-show,
.locations .loc-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.locations .loc-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.locations .loc-list .icon-show {
  display: none;
}


.locations .loc-list .country-u.collapsed {
  color: var(--mica-light);
}

.locations .loc-list .country-u.collapsed:hover {
  color: var(--mica-color);
}

.locations .loc-list .country-u.collapsed .icon-show {
  display: inline-block;
}

.locations .loc-list .country-u.collapsed .icon-close {
  display: none;
}
.locations .loc-list .airport .country-c{
	padding: 1rem 0 0 2rem;
	color: var(--mica-text);
}
.locations .loc-list .airport ul li{
  font-size: 1rem;
  padding: .5rem;
}

.locations .loc-list .airport ul li i{
  font-size: 14px;
  color: var(--mica-light);
}

.locations .loc-list .airport .country-d {
  padding: .5rem 1rem;
}

.locations .loc-list .airport .country-a {
  padding: 0;
}

.locations .loc-list .collapse .country-a span {
  line-height: 24px;
  color: var(--mica-text);
  border-bottom: 1px dotted #ca976670;
}
.locations .loc-list .collapse .airport-a{
  line-height: 24px;
  font-size: 1.125rem;
  color: var(--mica-text);
}

.locations .loc-list .collapse .airport-a span{
  border-bottom: 1px dotted #ca976670;
}

.locations .loc-list .collapse .airport-a:hover span{
  border-bottom: 2px dotted #ca976670;
}

@media (max-width: 1200px) {
  .locations .loc-list {
    padding: 0;
  }
  
}
@media (max-width: 768px) {
  .locations .loc-list ul {
    padding: 0;
  }
  .locations .loc-list .search {
  padding-left: 0;
}
  
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid var(--mica-light);
  border-bottom: 3px solid var(--mica-light);
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.contact .info i {
  font-size: 20px;
  color: var(--mica-color);
  float: left;
  width: 44px;
  height: 44px;
  background: #ca976654;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--mica-light);
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--mica-color);
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--mica-light);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid var(--mica-light);
  border-bottom: 3px solid var(--mica-light);
  border-radius: 4px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .alert.alert-success .close {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input[type=checkbox]{
  height: 13px;
}
.contact .php-email-form input[type="checkbox" i]{
  background-color: var(--mica-color);
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--mica-color);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--mica-light);
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  opacity: .9;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--mica-light);
  opacity: 1;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: var(--mica-color);
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact .logo{
  width: 100%;
  margin-bottom: 30px;
  margin-top: -3rem;
}
#footer .footer-top .footer-contact img{
	max-width: 50%;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color:  var(--mica-light);
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: var(--mica-text);
}

#footer .footer-top .footer-contact a {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: var(--mica-light);
}

#footer .footer-top .footer_subtitle {
  font-size: 16px;
  font-weight: bold;
  color: var(--mica-color);
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--mica-light);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links {
	display: flex;
	flex-wrap: wrap;
	gap: .25rem;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: var(--mica-light);
  color: #fff;
  line-height: 1;
  padding: 9px 9px 9px 9px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}

#footer .footer-top .social-links a.linkpay{
	padding: 0;
    margin-right: 4px;
    margin-bottom: .5rem;
    border-radius: .625rem;
	background: transparent;
}
#footer .footer-top .mica-calls a{
  font-size: 22px;
  padding: 9px;
  margin-right: 1rem;
}
#footer .footer-top .mica-calls a.telegram{
  padding: 8px 9px 8px 7px;
}

#footer .footer-top .social-links span {
  font-size: 34px;
  display: inline-block;
  background: var(--mica-light);
  color: #fff;
  line-height: 0;
  padding: 10px 0;
  border-radius: .625rem;
  text-align: center;
  width: 65px;
  height: 44px;
  transition: 0.3s;
}
	
#footer .footer-top .mica-calls a span{
    font-size: 10px;
	position:absolute;
    display: flex;
    background: none;
    color: var(--mica-color);
    padding: 15px 0px 0 0;
    margin: 0px 0px 0 -4px;
    border-radius: 0;
	border: 0;
    text-align: center;
    width: 65px;
    height: 10px;
}
#footer .footer-top .social-links span.svgicon svg {
	padding: 0 0 4px 0;
}
#footer .footer-top .social-links .dinners svg {
	width: 44px;
	height: 44px;
}
#footer .footer-top .social-links .amex svg {
	width: 54px;
	height: 24px;
}
#footer .footer-top .social-links .sepa svg {
	width: 44px;
	height: 24px;
}
#footer .footer-top .social-links .swift svg {
	width: 54px;
	height: 24px;
}
#footer .footer-top .social-links a:hover {
  background: var(--mica-color);
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}
#footer .copyright span{
  color: var(--mica-light);
}

#footer .credits {
  float: right;
  font-size: 13px;
}
#footer .credits a {
    color: #fff;
}
#footer .credits a:hover {
  color: var(--mica-light);
}

#footer .credits a {
  transition: 0.3s;
  
}

@media (max-width: 768px) {
	#footer .footer-top .footer-contact,
	#footer .footer-top .footer-contact .logo{
	  text-align:center;
	 }
	 #footer .footer-top .footer-links {
	  text-align:center;
	}
	#footer .footer-top .footer-links ul li {
	  justify-content: center;
	}
	
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
#MicaModal .modal-content {
	padding: 1.5rem;
}
#MicaModal .modal-dialog-scrollable .modal-content {
	overflow-x: hidden;
	overflow-y: auto;
	}
#MicaModal .modal-dialog-scrollable .modal-body {
	overflow-x: hidden;
	overflow-y: auto;
}	
#MicaModal .modal-content .alert.alert-success .close {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#MicaModal .modal-content .mica-subtitle {
	color: var(--mica-light);
	font-weight: 600;
}

.mica-form .modal-title {
	color: var(--mica-light);
}

.mica-form .mica-label-title {
	color: var(--mica-light);
	font-weight: 600;
}

.mica-form h2{
	color: var(--mica-light);
	font-size: 1rem;
	font-weight: 600;
}

.mica-form fieldset.hidden {
	display:none;
}

.mica-form fieldset .form-check{
	flex-shrink: 1;	
}
.mica-form .ServiceDate .ServiceAddField{
	margin: -32px 0 0 0;
}
.mica-form #cont_Service {
	display:none;
}

.mica-form .ServiceDate fieldset {
	min-height:48px;
}

.mica-form .form-control.nonhidden {
	display:block;
}

.mica-form .form-control.hidden{
	display:none;
	
}

.mica-form .js-show {
	visibility:hidden;
}

.mica-form input:focus {
	color: var(--mica-color);
    background-color: #fff;
    border-color: var(--mica-light);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(240, 226, 213, .8);
}

.mica-form textarea:focus {
	color: var(--mica-color);
    background-color: #fff;
    border-color: var(--mica-light);
	box-shadow: 0 0 0 .25rem rgba(240, 226, 213, .8);
}
.mica-form fieldset .form-check-input:checked {
	color: var(--mica-light);
	background-color: var(--mica-light);
    border-color: var(--mica-light);
}
.mica-form .form-check-input:checked {
	background-color: var(--mica-light);
    border-color: var(--mica-light);
}
.mica-form input.mica-flight-num {
	text-transform: uppercase;
}

.modal-footer .new-btn-primary {
	padding: .75rem 3rem;
	border-radius: 2rem;
	color: #fff;
	font-weight: 600;
	border-color: var(--mica-light);
	background-color: var(--mica-light);
}

.modal-footer button.btn-primary {
	padding: .75rem 3rem;
	border-radius: 2rem;
	color: #fff;
	font-weight: 600;
	border-color: var(--mica-light);
	background-color: var(--mica-light);
}

#MicaModal .modal-footer .btn-check:checked+.btn, 
#MicaModal .btn.active, #MicaModal .btn.show, 
#MicaModal .btn:first-child:active {
	color: #fff;
	border-color: var(--mica-light);
	background-color: var(--mica-light);
}
.mica-form .mica_form_alert {
	width:98%;
	text-align: center;
	display: none;
	position: relative;
	top: 1px;
	left:0.5rem;
	border:2px solid #ca6966;
	border-radius: 4px;
	color:#ca6966;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.mica-form .mica_form_att {
    color: var(--mica-color);
    background-color: #fff;
    border-color: var(--mica-light);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(240, 226, 213, .8);
}

.mica-form .hidden_field{
  opacity: 0;
  width: 33%;
  height: 0;
  float: unset;
  padding: 0;
  position: relative;
  left: 123px;
  top: -10px;
}
@media (max-width: 768px) {
	#MicaModal .modal-dialog-scrollable .modal-body {
	overflow-x: auto;
	}
	.modal-dialog-scrollable .modal-content {
	overflow-x: auto;	
	}
	.mica-form fieldset {
		padding: 0 0 0 .5rem;
		}
	.mica-form input.mica-flight-num {
		font-size: .85rem;
		padding: .375rem .5rem;
	}
	.mica-form .hidden_field{
		left: 153px;
	}
}

/*--------------------------------------------------------------
# Blog/Post
--------------------------------------------------------------*/
#mica-blog .blog-image {
	max-width: 50%;
}



#mica-blog .blog-image img{
	width: 100%;
	border-radius: 1rem;
}

#mica-blog .blog-card {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 1rem;
  background: #fff;
  transition: 0.5s;
  height: 100%;

}
  
#mica-blog .blog-card .blog-block {
	height: 100%;
	justify-content: space-between;
}

@media (max-width: 768px) {
	#mica-blog .blog-card {
	flex-direction: column;
	}
	#mica-blog .blog-card .blog-block {
	margin: 2rem 0 0 0;
}
}

#mica-blog .blog-card .blog-block .blogdate,
#mica-post .container .post-date {
	font-size: .8125rem
}

#mica-blog .blog-card .pretext,
#mica-blog .blog-card .pretext a {
	color: var(--mica-color);
}

#mica-blog .blog-card .blog-block .pretext:after,
#mica-post .blog-content:after {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 1px;
  background: var(--mica-color);
  color: var(--mica-color);
  bottom: -10px;
  left: 0;
}

#mica-post .container img{
	width: 100%;
	max-width: 1366px;
	border-radius: 1rem;
}

@media (max-width: 768px) {
#mica-blog .blog-image {
	max-width: 100%;
}

}
/*--------------------------------------------------------------
# Mica/Services
--------------------------------------------------------------*/
.mica-service .section-title h1 {
	font-size: 2rem;
}

.mica-service .section-title h2::before {
	display:none;
}


.mica-service .mica-title-light {
	color:var(--mica-light);
}

.mica-service .content ul {
    list-style: none;
    padding: 0;
}

.mica-service .content ul li {
    padding-left: 32px;
    position: relative;
	margin:.5rem 0;
	font-weight: 500;
}
.mica-service .content ul:not(.related_list) li:before{
    content:"";
	background-image: url(../images/check2-all.svg);
	background-size: contain;
	width: 16px;
	height: 16px;
	display: inline-block;
    position: absolute;
	top:4px;
	left: 10px;
	margin:0;
	fill: var(--mica-light);
	stroke: var(--mica-light);
}
.mica-service .content ul li a{
    color: var(--mica-text);
	border-bottom: 1px dotted #ca976670;
}

.mica-service .content ul li a:hover{
    color: var(--mica-light);
	border-bottom: 1px dotted #ca9766;
}

.mica-service .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 22px;
    color: var(--mica-light);
    line-height: 1;
}
.mica-service .content  h2 {
	font-size: 20px;
	margin-bottom: 1rem;
}
.mica-service .content  h3 {
	font-size: 16px;
	margin-bottom: 1rem;
}
.mica-service .content  h4 {
	font-size: 16px;
	margin-bottom: 1rem;
}
.mica-service .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: .5rem;
}

.mica-service .img img{
	height: -webkit-fill-available;
	object-fit: cover;
    border-radius: .5rem;
}

.mica-service .text-left {
    padding: 0 4rem 0 2rem;
}

.mica-service .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: var(--mica-light);
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid var(--mica-light);
}

.mica-service .container {
    width: 100%;
    border-bottom: 3px solid var(--mica-light);
    border-radius: 4px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
	.mica-service .img {
	height: 20rem;	
	}
	.mica-service .text-left {
		padding: 0 2rem 0 2rem;
	}
	.mica-service .content  h2 {
    font-size: 18px;
    margin-bottom: 1rem;
	}
	.mica-service .content  h3 {
    font-size: 16px;
	}	
	section.mica-service {
    padding: 0;
	}
}
@media (min-width: 769px) {
.mica-service .img {
	height: 30rem;
}

/*--------------------------------------------------------------
# Mica/proposal
--------------------------------------------------------------*/
.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}
.lds-dual-ring {
  display: none;
  width: 12px;
  height: 12px;
  position: relative;
  top: -34px;
  left: 50%;
  color: var(--mica-light);
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  margin: 4px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.proposition h2{
	color:var(--mica-color)
}

.proposition .form_data_request{
	color:var(--mica-color);
	font-size: .8rem;
	padding: .5rem;
}

.proposition .form_data_request i.bx{
	padding-top:2px 0 0 6px;
	font-size: 1rem;
	color: var(--mica-light);
	
}
.proposition .p_head {
	border: 1px solid var(--mica-color);
	border-radius: 3px;	
}

.proposition .p_head {
	border: 1px solid var(--mica-light);
	border-radius: 3px;	

}

.proposition .p_head .head_item:not(:first-child){
	border-left: 1px solid var(--mica-light);
	margin-bottom: var(--bs-gutter-y);
	
	}
#countrlist {
	/*display:none;*/
	list-style:none;
}
#countrlist li{
	display: flex;
	width: 100%;
	margin-left: ;
	padding: .5rem 0;
	border: none;
	border-radius: 3px;
	
}
#countrlist li:hover{
	border: none;
}

.proposition #countrlist li{
	display: flex;
	width: 100%;
	margin-left: -4px;
	padding: .1rem 0;
	border: 1px solid var(--mica-color);
	border-radius: 3px;
	display:none;
	cursor: pointer;
	
}
.proposition #countrlist li:hover{
	border: 1px solid var(--mica-color);	
}

.proposition .proposal_form ul#sortable li.greenli:before {
	content: '❙';
	font-size: 1.5em;
	color:limegreen;
	position: absolute;
	bottom: 2px;
}

section#proposal {
	padding: 3rem 0;
}

.preproposal .card .card-body {
	font-size: .9rem;
}

.preproposal .btn-mica {
	border-color: var(--mica-light);
	background-color: var(--mica-light);
	color: #fff;
	font-weight:500;
	font-size:.85rem;
}


.preproposal .form_requests ul {
	list-style:none;
}

.proposition .proposal_form .btn {
	border-color: var(--mika-color);
}

.proposition .proposal_form span.service-u b {
	font-weight:400;
}

.proposition .proposal_form span.service-u i {
	margin-left: .5rem;
	color:var(--mica-light);
	font-size:.8rem;
}

.proposition .proposal_form span.service-u input.rewriteitem {
	min-width:200px;
	font-size:.95rem;
}


.proposition .proposal_form .form-check .form2_check_remove {
	margin:0 1rem 0 0;
}
.proposition .proposal_form .form-check .form2_check_add {
	margin:0 3rem 0 0;
}

.proposition .proposal_form .form-check input[type="checkbox"] {
    border-color: var(--bs-gray-600);
}

.proposition .proposal_form .form-check input[type="checkbox"].form2_check_remove {
	 border-color: var(--bs-red);
}

.proposition .proposal_form .form-check input[type="checkbox"].form2_check_add {
	 border-color: var(--bs-green);
}

.proposition .proposal_form .form-check .form2_check_remove:after{
    content:"";
	background-image: url(../img/minus.svg);	
	width:8px;
	height:8px;
	display: inline-block;
	color: red;
	position: relative;
	bottom: 6px;
	left: 2px;
}

.proposition .proposal_form .form-check .form2_check_add::after{
    content:"";
	background-image: url(../img/plus.svg);	
	width:7px;
	height:7px;
	display: inline-block;
	color: green;
	position: relative;
	bottom: 6px;
	left: 3px;
}

.proposition .proposal_form .form-check .form2_input.Percentage_inp {
	width:30%;
	margin:0 0 0 .5rem
}


.proposition .proposal_form .form-check .form2_input.Costs_inp {
	width:35%;
	margin:0 0 0 .5rem
}

.proposition .proposal_form .form-check .perc_span {
	display:block;
	width:1px;
	position:relative;
	right:8%;
	font-weight:200;
}

.proposition .proposal_form .form-check .Costs_inp.calculated {
	font-weight:600;
}

.proposition .proposal_form .form-check.total_input input[type=number]{
	border:none;
	background-color:transparent;
	font-weight:700;	
	-moz-appearance: textfield;
}

.proposition .proposal_form .total_li {
	border: 1px solid var(--mica-light);
	border-radius: 3px;	
	color: var(--mika-color);
	font-weight:700;
}

#pack_services.pack_services {
    list-style:none;
	opacity: 0.3;
}
.form-check-input:checked{
    background-color: var(--mica-light);
    border-color: var(--mica-light);
}

.proposition .proposal_form .total_li .recalculate {
	right:5rem;
}

.proposition .proposal_form .total_li .recalculate svg{
	width:24px;
	height:24px;
	display:block;
	margin-right:1rem;
}

.proposition .proposal_form .total_li .recalculate svg.rotate360 {
    transition: transform 1s;
    transform: rotate(-360deg);
}

.proposition .head_item .bx-euro {
	position: relative;
	top: 2px;
}

.proposition .proposal_head {
	background-color: var(--mica-light);
}

.proposition .glad_text p{
	color: var(--mica-color);
}
.proposition .glad_text .glad_p_first {
	font-weight:600;
}
.proposition .glad_text .glad_service {
	/*color: var(--mica-light);*/
	border-bottom: 1px dotted var(--mica-light);
}

.proposition .glad_text .glad_note{
	color: var(--mica-light);
	font-weight: 600;
}

.proposition .proposal_form ul#ready li:not(:last-child){
	border-bottom:1px dotted var(--mica-light);
}
	  
.proposition .proposal_form .btn_last {
	border-color: var(--mica-light);
	background-color: var(--mica-color);
	color: var(--mica-light);
	width: 200px;
	font-weight:600;	
}	  

.proposition .proposal_form .btn_previous {
	font-weight:300;
	border-color: var(--mica-light);
	color: var(--mica-light);
	margin-right:3rem;	
}

.proposition .form_data_request h4 {
	font-size:1.25rem;
}
/*--------------------------------------------------------------
# Enable User Text Selection
--------------------------------------------------------------*/
/*
h1, h2, h3, p, a, li, strong, span {
	-webkit-user-select: auto;
	-webkit-touch-callout: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
*/
.proposition .html_form .form_first_text {
	border-left:3px solid var(--mica-light);
	border-right:3px solid var(--mica-light);
	border-radius:1rem;
}
.proposition .html_form .form_first_text .first_text{
	font-size:1.125rem;
	font-weight:500;
}
.proposition .html_form .form_first_text img{
	max-height:6.5rem;
	width:auto;
	border-radius:.5rem;
}
.proposition .html_form ul.readyProp {
	margin-bottom:2rem
}

.proposition .html_form ul.readyProp li:last-child span.service-u b{
	font-weight:600;
}
.proposition .html_form ul.termsProp {
	border-left:3px solid var(--mica-light);
	border-right:3px solid var(--mica-light);
	border-radius:1rem;
}
.proposition .html_form ul.termsProp .service-u{
	font-size:.9rem;
	font-weight:500;
}
.proposition .html_form ul.otherProp {
	border-left:3px solid var(--mica-light);
	border-right:3px solid var(--mica-light);
	border-radius:1rem;
}
.proposition .html_form ul.otherProp .service-u{
	font-size:.9rem;
	font-weight:500;
}

.proposition .proposal_form span.airportname b {
	font-weight:800;
}
.proposition .html_form.proposal_form{
	width:80%;
	margin-left:10%;
}

@media (max-width: 1366px) {
	.proposition .proposal_form .total_li .recalculate {
		right: 6rem;
	}
	.proposition .proposal_form ul#sortable li{
	font-size:0.9rem;
	}
	.proposition .proposal_form .form-check .form2_input.Percentage_inp{
		width:33%;
	}
	.proposition .proposal_form .form-check .form2_input.Costs_inp{
		width:36%;
	}
	.proposition .proposal_form .form-check .perc_span {
		right: 11%;
	}
}
.page-account {
	display: grid;
	justify-content: center;
    .form-login {
        padding: 1rem;
        max-width: 400px;
		
		.btn.btn-primary {
		background-color:var(--mica-light);
		border-color:var(--mica-color);
		}
    }

    .section-title {
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
        > h5 {
            margin-bottom: 0;
            margin-top: 0.25rem;
        }
    }

    .section-actions {
        padding-top: 0.5rem;
    }

    .account-editor {
        .editor-edit {
            padding-top: 0.25rem;
        }
    }

    .account-devices {
        .device-item {
            font-size: .875rem;
            padding: 0.5rem 0;

            .device-agent-icon {
                width: 2rem;
                height: 2rem;
                > i {
                    position: relative;
                    font-size: 2rem;
                    top: -0.5rem;
                }
            }

            &:last-child {
                padding-bottom: 0;
            }
        }
    }
}
.profile-avatar {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 50%;

    img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}