

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	margin-bottom: 20px;
	padding: 40px 40px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  .services .icon-box i {
	float: left;
	color: #f58220;
	font-size: 40px;
  }
  
  .services .icon-box h4 {
	margin-left: 70px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
  }
  
  .services .icon-box h4 a {
	color: #05579e;
	transition: 0.3s;
  }
  
  .services .icon-box h4 a:hover {
	color: #0a2540;
  }
  
  .services .icon-box p {
	margin-left: 70px;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Cta
  --------------------------------------------------------------*/
  .cta {
	background: linear-gradient(-45deg,#667eea 0,#764ba2 100%) fixed center center;
	background-size: cover;
	padding: 120px 0;
  }
  
  .cta h3 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
  }
  
  .cta p {
	color: #fff;
  }
  
  .cta .cta-btn {
  
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.5px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	border-radius: 50px;
	border: 2px solid #f58220;
	color: #fff;
  }
  
  .cta .cta-btn:hover {
	background: #f58220;
  }
  
  @media (max-width: 1024px) {
	.cta {
	  background-attachment: scroll;
	}
  }
  
  @media (min-width: 769px) {
	.cta .cta-btn-container {
	  display: flex;
	  align-items: center;
	  justify-content: flex-end;
	}
  }
  
  @media (min-width: 1200px) {
	.home_banner_left {
		padding-right: 65px;
	}
  }
  
  /*--------------------------------------------------------------
  # Pricing
  --------------------------------------------------------------*/
  .pricing-info.section-padding {
    padding-top: 0;
	} 
  .section-title {
    text-align: center;
	} 
	.faq.section-bg {
		background-color: #f1f8ff;
	}	
	.accordion-item {
		margin-bottom: 15px;
		box-shadow: none;
		border: 1px solid #ddd;
	}	
  .pricing .box {
	  padding: 20px;
	  background: #fff;
	  text-align: center;
	  box-shadow: -1px 3px 20px rgba(0,0,0,.12);
	  border-radius: 20px;
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  transition: 0.4s;
	  cursor: pointer;
	  margin-bottom: 10px;
  }
  
  .pricing .box:hover {
	  transform: translateY(-10px);
  }
  
  
  .pricing h3 {
	font-weight: 400;
	margin: -20px -20px 20px -20px;
	padding: 20px 15px;
	font-size: 24px;
	font-weight: 700;
	color: #0a2540;
	/*background: #f8f8f8;*/
	text-transform: capitalize;
	border-bottom:1px solid #eaeaea;
  }
  
  .pricing h4 {
	font-size: 36px;
	color: #0a2540;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px;
  }
  
  .pricing h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
  }
  
  .pricing h4 span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
  }
  
  .pricing ul {
	padding: 0;
	list-style: none;
	color: #757575;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
  }
  
  .pricing ul li {
	padding-bottom: 16px;
  }
  
  .pricing ul i {
	color: #0a2540;
	font-size: 18px;
	padding-right: 4px;
  }
  
  .pricing ul .na {
	color: #ccc;
	text-decoration: line-through;
  }
  
  .pricing .btn-wrap {
	margin: 20px -20px -20px -20px;
	padding: 20px 15px;
	/*background: #f8f8f8;*/
	text-align: center;
  }
  
  .pricing .btn-buy {
	background: #0a2540;
	display: inline-block;
	padding: 8px 35px 10px 35px;
	border-radius: 50px;
	color: #fff;
	transition: none;
	font-size: 14px;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	transition: 0.3s;
  }
  
  .pricing .btn-buy:hover {
	background: #f58220;
  }
  
  .pricing .featured h3 {
	color: #fff;
	background: #0a2540;
  }
  
  .pricing .advanced {
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px 0;
	background: #f58220;
	color: #fff;
  }
  
  /*--------------------------------------------------------------
  # FAq
  --------------------------------------------------------------*/
  
  
  .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: 18px;
	line-height: 24px;
	font-weight: 500;
	padding-right: 30px;
	outline: none;
	color: #0a2540;
  }
  
  .faq .faq-list .icon-help {
	font-size: 24px;
	position: absolute;
	right: 0;
	left: 20px;
	color: #75bdfa;
  }
  
  .faq .faq-list .icon-show, .faq .faq-list .icon-close {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
  }
  
  .faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
	color: #777;
	font-size: 14px;
  }
  
  .faq .faq-list .icon-show {
	display: none;
  }
  
  .faq .faq-list a.collapsed {
	color: #343a40;
  }
  
  .faq .faq-list a.collapsed:hover {
	color: #0a2540;
  }
  
  .faq .faq-list a.collapsed .icon-show {
	display: inline-block;
  }
  
  .faq .faq-list a.collapsed .icon-close {
	display: none;
  }
  
  
  
  /*main content css*/
  
  
  .btn-get-started {
	  background: #f58220;
	  color: #fff;
	  padding: 9px 20px;
	  display: inline-block;
	  text-align: center;
	  border-radius: 30px;
	  min-width: 191px;
	  font-size: 18px;
	  text-decoration: none;
  }
  .btn-get-started:hover
  {
	color: #fff;
	text-decoration: none;
  
  
  }
  
  
  /*--------------------------------------------------------------
  # info-box 
  --------------------------------------------------------------*/
  .info-box {
    position: relative;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding-left: 70px;

}
  .info-box .info-icon {
	  font-size: 30px;
	  position: absolute;
	  left: 10px;
	  top: 20px;
	  vertical-align: top;
	  line-height: normal;
	  text-align: center;
	  width: 50px;
  }
  
  .info-icon img {
	  max-width: 40px;
  }
  .info-box h3 {
	  font-size: 16px;
	  font-weight: bold;
	  margin-bottom: 5px;
	  text-transform: uppercase;
  }
  .info-text {
	font-size: 13px;
  }
  
  
  .info-text p {
	  margin: 0;
	  color: #757575;
  }
  
  /*accordian css*/





.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}


.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #e7f1ff;
    /*box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);*/
}
  
button:focus:not(:focus-visible) {
    outline: 0;
}  

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button {
    background: #fff;
    width: 100%;
    border: none;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    text-align: left;
    position: relative;
    display: flex;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    border-radius: 0;
    cursor: pointer;
}







  @media (min-width: 991px) 
  {

  	.faq .faq-list {
	padding: 0 100px;
  }

  }






  /*header css*/
  
  
  @media (max-width: 768px) 
  {
  
  
		 .price-box
		  {
				margin-bottom: 15px;
			}
  
  
  .cta h3 {
  
	  font-size: 30px;
  
  }
  
  .info-box {
	  margin-bottom: 15px;
  }
  .pricing-info {
	  padding-top: 15px;
  }
  
	}