		
		
		
		.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center;
}
.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}



.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

		
		
		
		
		
		.card {
			flex-wrap:wrap;
  display: flex;
  flex-direction: row;
  height: 130px;
border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  border-style: solid;
    border-color: #FFFFFF;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.22);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.card:hover{
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.40);
}

.card img {
  width: 40%;
  height: 100%;
  object-fit: cover;
}

.card-content {
  width: 60%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.card-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 16px;
  margin-bottom: 10px;
}

.card-content a {
  background-color: #1a237e;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.card-content a:hover {
  background-color: #fff;
  color: #1a237e;
  border: 2px solid #1a237e;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* Rounded tabs */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}
@media (max-width: 576px) {
  .card{
    height: 529px;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}


.nav-pills .nav-link {
  color: #555;
}
.text-uppercase {
  letter-spacing: 0.1em;
}
		
		
	#powerful-solutions{
	padding: 60px 0;
	text-align: center;
	font-size: large;
}
#powerful-solutions h2{
	margin-bottom: 40px;
}
#powerful-solutions i{
	font-size: 80px;
	color: #c0242e;
	margin-bottom: 20px;
}
#powerful-solutions h3{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 25px;
}
#powerful-solutions .btn{
	margin: 20px 0 10px 0;
}
#powerful-solutions .sale{
	background: #FC0;
	opacity: 0;
	padding: 6px 32px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: small;
	transition: 0.5s;
}
#powerful-solutions .col-lg-3:hover .sale{
	opacity: 1;
}
#powerful-solutions.migrate{
	background: #ecebe7;
}
	
	
	
	
	/* price table style*/
	.spanstylestyle{
		
	 color: #06155A;
    font-family: 'Roboto', Sans-serif;
    font-size: 18px;
    font-weight: 600 !important;
	}
	.iconstyle{
		color: #0948B3;    display: inline-block;
    font-size: 50px;
    text-align: center;
	}
.styleheading-title {
    color: #5B5858;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

