path {
	line-height: 0;
}

h2.inside-sec {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
}

p.inside-sec {
	font-size: 17px;
	line-height: 2;
	color: #888;
}

.buttonTextForm {
	font-size: 12px;
}

#intro {
	background: url(../img/intro2.webp) left;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0, 100%;
	padding-bottom: 100px;
}

#customers {
	background: #f9f9f9;
}

#customers h2 {
	margin-bottom: 50px;
}

#customers-logo img {
	max-width: 130px !important;
}

.intro-msg {
	margin-top: 40px;
	padding: 5px;
}

#intro img {
	position: absolute;
}

#intro h2 {
	font-size: 25px;
}

#intro h1 {
	color: #888;
	font-size: 18px;
	margin-top: 20px;
	line-height: 2;
}

#services-section {
	background: #fff;
}

.services-box {
	border: 1px solid #d0d0d0;
	min-height: 150px;
	border-bottom: none;
	transition: all ease-in-out 0.3s;
	padding: 30px;
	color: #666;
}

.services-box .now-ui-icons {
	vertical-align: middle;
	visibility: hidden;
	color: #022A78;
	font-size: 15px;
	font-weight: bold;
	transition: all ease-in-out 0.3s;
}

.services-box h2 {
	font-size: 18px;
	margin-top: 20px;
	line-height: 2;
}

.services-box:hover {
	background: #efeff7;
	text-decoration: none;
	color: #222;
}

.services-box:hover .now-ui-icons {
	visibility: visible;
	margin-right: 5px;
}

#services-section .services-box:nth-child(1) {
	border-top: none;
	border-right: none;
}

#services-section .services-box:nth-child(2) {
	border-top: none;
	border-right: none;
	border-left: none;
}

#services-section .services-box:nth-child(3) {
	border-top: none;
	border-left: none;
}

#services-section .services-box:nth-child(4) {
	border-right: none;
}

#services-section .services-box:nth-child(5) {
	border-right: none;
	border-left: none;
}

#services-section .services-box:nth-child(6) {
	border-left: none;
}

#problem {
	padding-top: 80px;
	background: #fff;
}

.section-cus {
	position: relative;
}

.section-cus::before,
.section-cus::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

.curveDownColor path {
	fill: #fff;
	stroke: #fff;
}

.curveUpColor path {
	fill: #fff;
	stroke: #fff;
}

#solution {
	min-height: 300px;
}

#solution .nav-tabs li {
	padding: 15px;
	text-align: center;
	width: 40%;
	margin: 10px 2%;
	min-height: 160px;
	font-size: 15px;
	color: #666;
	border-radius: 10px;
	transition: all ease-in-out 0.3s;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

#solution .nav-tabs li img {
	margin-bottom: 10px;
}

#services {
	background: #fff;
}

#services img {
	display: block;
	margin: 0px auto;
}

.middle-line {
	width: 1px;
	min-height: 300px;
	background: #f9f9f9;
	margin: 0px auto;
}

#subscription {
	min-height: 200px;
}

#subscription h2 {
	margin-top: 20px;
}

#testimonials h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #022A78;
}

#guarantee {
	background: #fff;
	padding-bottom: 0px;
}

#guatantee .middle-line {
	min-height: 200px;
}

#guarantee .img-box {
	float: right;
	width: 20%;
}

#guarantee .content-box {
	float: right;
	width: 78%;
}

#guarantee h2 {
	margin-bottom: 10px;
}

.shadow-effect {
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 14px;
	text-align: justify;
	line-height: 1.5;
	margin: 0 0 17px 0;
}

.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
	text-align: center;
	padding: 50px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background: #28CB75;
	-webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span {
	background: #C4C4CC;
	display: block;
	height: 20px;
	margin: 0 2px 5px;
	-webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	-webkit-transition: all 250ms ease-out 0s;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

#package {
	background: #fff;
	min-height: 300px;
}

#blogpost {
	background-color: white;
}

#blogpost .img-sec {
	overflow: hidden;
	max-height: 150px;
}

.blog-desktop-more {
	width: 134px;
}

.card.blog {
	border-radius: 15px;
}

.card.blog img {
	display: block;
	width: 100%;
	margin: 0px auto;
	height: auto;
}

.blog-body {
	background: #fff;
}

.blog-body h3 {
	color: #666;
	font-size: 15px;
	margin: 0px;
	padding: 10px;
}

.blog-body a.btn {
	float: left;
	margin: 0px 0px 10px 10px;
}


#media img {
	display: inline-block;
	margin: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.intro-msg {
		background: #f9f9f9b3;
	}
}

@media (min-width:768px) and (max-width:991px) {
	#intro h2 {
		font-size: 22px;
		line-height: 1.5;
	}

	#guarantee .img-box {
		float: right;
		width: 30%;
	}

	#guarantee .content-box {
		float: right;
		width: 70%;
	}
}

@media (max-width:767px) {
	.services-box .now-ui-icons {
		visibility: visible !important;
	}

	.services-box {
		border: none;
	}

	#customers img {
		margin: 20px auto;
	}

	#intro {
		background: url(../img/introbgwhite.jpg) left;
		background-repeat: no-repeat;
		min-height: auto;
		background-size: cover;
		padding-bottom: 25px;
	}

	#intro h2 {
		font-size: 25px;
		line-height: 1.5;
	}

	#intro h1 {
		font-size: 16px;
	}

	h2.inside-sec {
		font-size: 20px;
		line-height: 1.5;
		margin-top: 15px;
	}

	#solution .nav-tabs {
		padding: 0px;
	}

	#solution .nav-tabs li {
		width: 45%;
		min-height: 188px;
	}

	#solution .btn {
		margin-bottom: 0px auto 15px;
	}
}

@media (max-width:575px) {
	.curveUpColor {
		display: none !important;
	}

	.curveDownColor {
		display: none !important;
	}

	#solution .btn {
		margin-bottom: 15px;
		/*width: 100%;*/
	}

	#guarantee .img-box {
		float: right;
		width: 30%;
	}

	#guarantee .content-box {
		float: right;
		width: 70%;
	}

	.buttonTextForm {
		font-size: 9px;
	}
}
.que-intro {
  background: linear-gradient(141deg, #586dd4 0%, #4857a6 51%, #4c62ca 75%);
  min-height: 260px;
  width: 100%;
  direction: rtl;
}

.que-intro h1 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*--------------------------------------------------------------
2.0 - SEARCH FORM
--------------------------------------------------------------*/
.searchform {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: -15px;
  margin-bottom: 30px;
}

.searchform input,
.searchform button {
  float: right;
}

.searchform input {
  background: #fff;
  border: 1px solid #e6e3e3;
  font-size: 14px;
  width: 85%;
  height: 50px;
  padding: 0px 15px;
  border-radius: 0px 25px 25px 0px;
}

.searchform input:focus {
  outline: none;
  box-shadow: 0 0 4px #0d76be inset;
  -moz-box-shadow: 0 0 4px #0d76be inset;
  -webkit-box-shadow: 0 0 4px #0d76be inset;
}

.searchform input::-webkit-input-placeholder {
  line-height: 15px
}

.searchform input:-moz-placeholder {
  font-style: italic;
  line-height: 15px
}

.searchform button {
  background: #022A78;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 16px 0px 4px 7px;
  width: 15%;
  font-size: 20px;
  height: 50px;
  border-radius: 25px 0px 0px 25px;
}

.searchform button:hover {
  opacity: .9;
}

.or {
  display: block;
  width: 90%;
  height: 1px;
  border-bottom: 1px solid #5865b1;
  position: relative;
  margin: 40px auto 30px;
}

.or:before {
  content: 'یا';
  width: 40px;
  height: 18px;
  position: absolute;
  top: -5px;
  right: calc(50% - 20px);
  background-color: #495aa5;
  text-align: center;
  line-height: 10px;
  color: #fff;
  font-size: 20px;
}

.ask-box {
  width: 100%;
  min-height: 300px;
  margin-top: -155px;
  padding-top: 10px;
  display: none;
}

#ask-section {}

.form-olduser,
.form-newuser {
  display: none;
}

#last-que {
  min-height: 400px;
  direction: rtl;
  padding-top: 30px;
}

#last-que h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #666;
  margin-top: 15px;
  margin-bottom: 45px;
}

#last-que h3 .now-ui-icons {
  vertical-align: middle;
  margin-left: 3px;
}

.last-que-box {
  min-height: 100px;
  padding: 10px;
}

.que-title {
  width: 80%;
  float: right;
}

.que-title h2 {
  font-size: 17px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

.que-details {
  width: 20%;
  float: right;
}

.que-details .reply-count {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #022A78;
  text-align: center;
  border-radius: 5px;
  float: left;
  border: 1px solid;
  font-weight: bold;
  padding-top: 6px;
}

.que-details span {
  float: left;
  color: #999;
  font-size: 12px;
  margin-top: 10px;
  clear: both;
}

@media (max-width:575px) {
  .searchform input {
    font-size: 12px;
  }

  .que-intro h1 {
    font-size: 18px;
  }

  #ask-section {
    margin-bottom: 15px;
  }

  .que-title h2 {
    font-size: 14px;
  }
}
.bg-white-btn {
  background-color: #FFFFFF;
  color: #022A78;
  border: 1px solid #022A78;
}

textarea {
  resize: none;
}

.demand__input {
  background: #FEFEFE;
  border: 1px solid #BFBFBF;
  box-shadow: 0px 0px 9px rgba(172, 172, 172, 0.09);
  color: #999999;
}

.demand__send-btn {
  justify-content: left;
}


.intro {
  background: #fafafa url(../../img/legal2.jpg) left;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0, 100%;
  min-height: 400px;
}

.intro h2,
h2.inside-sec {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.intro h3 {
  line-height: 2;
  font-size: 16px;
  color: #666;
}

#guarantee {
  padding: 70px 0px 50px;
  background-color: #f4f4f4 !important;
}

#solution {
  min-height: 30px;
  padding-bottom: 0;
}

.demand-intro h1 {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-top: 50px;
}

.radio {
  margin-top: 15px;
}

.radio label {
  padding-right: 28px;
}

#problem {
  background: #f9f9f9;
  margin-top: -93px;
}

/* .form-group {
  margin-bottom: 25px;
} */

.demand-intro {
  padding-top: 0px;
  background: linear-gradient(141deg, #586dd4 0%, #4857a6 51%, #4c62ca 75%);
  min-height: 360px;
  width: 100%;
}

.hsteps {
  width: 100%;
}

#solution .nav-tabs li {
  width: 20%;
}

#problem h2,
#problem p {
  color: #fff;
}

.intro h1 {
  font-size: 16px;
}

.ask-box {
  margin-top: 18px;
}


.margin-top-btn {
  margin-top: 30px;
}

.call-to-req {
  padding-top: 50px;
}

.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-right: 40px;
  margin-top: 40px;
}

.process-title {
  padding-right: 40px;
}

.custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
}

.custom-counter li::before {
  content: counter(step-counter);
  margin-left: 7px;
  font-size: 80%;
  background-color: #7987c9;
  color: white;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 50px;
}

.dropzone {
  padding: 0px 20px;
}

.dropzone .dz-preview {
  margin: 5px;
}

.dropzone .dz-message {
  text-align: center;
  margin: 4em 0;
}

#intro-r {
  background: url(../../img/revbg.jpg) right;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0, 100%;
}

a[href="#previous"] {
  background: #eee;
  color: #aaa !important;
}

a[href="#previous"]:hover {
  background: #eee;
  color: #aaa;
}

.lawyer-title-h1 {
  line-height: 2;
}

.demands-title {
  background: #fff url(../../img/pen.png) right;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 45px 10px 10px;
  border-radius: 8px;
  color: #555;
  box-shadow: 0px 2px 7px -3px #999999ad;
  position: relative;
  top: 0;
  transition: ease-in-out all 0.3s;
}

.demands-title:hover {
  top: -5px;
  box-shadow: 0px 7px 7px -3px #999999ad;
  text-decoration: none;
  color: #333;
}

#all-demands a:hover {
  text-decoration: none;
}

@media (max-width:767px) {
  #solution .nav-tabs li {
    width: 28%;
    padding: 10px;
    margin: 10px 1%;
    font-size: 14px;
  }

  .nav-tabs.justify-content-center img {
    width: 50px;
  }
}

@media (max-width:991px) {
  .intro {
    background: url(../../img/reqbgwhite.jpg) left;
    background-repeat: no-repeat;
    min-height: auto;
    padding-bottom: 25px;
  }

  .intro-msg {
    margin-top: 0;
  }
}

.back {
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.527), rgba(0, 0, 0, 0.5)), url(../img/Maskgroup.png);
  background-position: center;
  background-size: cover;
}

.btn-info-1 {
  font-weight: normal !important;
  background-color: #022A78;
  color: #FFFFFF;
  padding: 13px;
  border-radius: 0.5rem;
}

.svg-c {
  position: relative;
  top: -45px;
  right: 37px;
  /* bottom: 0px; */
  margin-left: 35px;
}


.mt-n1 {
  margin-top: -11px;
}

.r-9 {
  right: 9px !important;
}


.shadow-effect {
  height: 16rem;
  background: #f5f5f500 !important;
  width: 100%;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  /* background-image: url(../img/Group111.png) !important; */
  background: url(../img/Group111.png) no-repeat center center !important;
  padding: 0px !important;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 0%) !important;
}

#customers-testimonials .item {
  padding: 0px !important;
  /* width: 24rem; */
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 11px !important;
  text-align: justify;
  line-height: 1.5;
  margin: 0 0 17px 0;
  padding-top: 0px;
  padding-left: 16%;
  padding-right: 16%;
}

.active1:before {
  content: '\2335';
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7B7B7B;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7B7B7B;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7B7B7B;
}

#custom-button {
  padding: 0px;
  /* padding: 10px; */
  /* border-radius: 5px; */
  cursor: pointer;
  border: 0px;
  /*background-color: #d9d9d9;*/
  margin-left: 1px;
  height: 29px;
}

#custom-button1 {
  padding: 0px;
  /* padding: 10px; */
  /* border-radius: 5px; */
  cursor: pointer;
  border: 0px;
  background-color: #d9d9d9;
  margin-left: 1px;
  height: 29px;
}

/* #custom-button:hover {
	background-color: #00b28f;
  } */
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

#custom-text {
  height: 23px;
  border-radius: 5px;
  margin-left: 10px;
  color: #022A78;
  background-color: #C4CAEC;
}


.div-file {
  position: relative;
  bottom: 36px;
  left: 0px;
  border-radius: 12px;
}

.span-div {
  position: relative;
  top: -25px;
  font-size: 0.7rem;
  color: #fff;
}

.input-pos {
  position: relative;
  top: -20px;
}

.span-1 {
  position: relative;
  right: -32px;
  top: 37px;
  /* width: 43px; */
  text-align: -webkit-center;
}

.l-10 {
  left: 103px;
}

@media (max-width: 1199px) {
  .mt-md-5-1 {
    margin-top: 8rem !important;
  }

  .w-25-1 {
    width: 35%;
  }

  .scroll-1 {
    overflow-x: scroll;
  }
}

@media (max-width: 991px) {
  .p-l-1 {
    padding-left: 0px !important;
  }

}

@media (max-width: 575px) {
  .w-17 {
    width: 16%;
  }

  #customers-testimonials .shadow-effect p {
    padding-left: 12%;
    padding-right: 12%;
  }


}

@media (max-width: 767px) {

  .order-1-1 {
    order: 1;
  }

  .order-2-2 {
    order: 2;
  }

  .w-45-5 {
    width: 45%;
  }


}

@media (max-width: 767px) {

  .inner-page {
    padding-bottom: 80px;
  }

}

#flavoursContainer {
  width: 300px;
  overflow-x: scroll;
  white-space: nowrap;
  background-color: #fff;
}







.reviewNewBack {
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, .527), rgba(7, 7, 7, .5)), url(../img/reviewNewBack.jpg);
  background-position: center;
  background-size: cover;
}

.back-blue-review-2 {
  background-repeat: no-repeat;
  background-image: url(../img/reviewback.png);
  background-position: center;
  background-size: cover;
}

@media (max-width: 420px) {
  .mt-4-mob {
    margin-top: 1.5rem !important;
  }
}

@media (max-width: 767px) {
  .back-blue-review-2 {
    background-repeat: no-repeat;
    background-image: url(../img/reviewback1.png);
    background-position: center;
    background-size: cover;
  }

  .img-size {
    width: 60px !important;
  }
}



.back-blue {
  background-repeat: no-repeat;
  background-image: url(../img/reviewbluebar.jpeg);
  background-position: center;
  background-size: cover;
}
.demand__danger {
    position: absolute;
    bottom: -25px;
    right: 10px;
}

.dz-error-mark {
    display: none;
}