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;
  }
}
.container-box {
    direction: ltr;
}

.box-info {
    padding-top: 60px;
    direction: rtl;
}

.item-box {
    background-color: rgba(222, 222, 222, 0.2);
    font-size: 12px !important;
}

.hint li {
    font-size: 14px !important;
}

.percentage {
    font-size: 18px
}

.intro h1 {
    color: #022A78;
    font-size: 35px;
    /* margin-top: 70px; */
    font-family: lalezar;
    line-height: 1.5;
    margin-bottom: 15px;
}

.intro {
    direction: rtl;
    background: white url(../../img/trademark.jpg) left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0, 100%;
    min-height: 70vh;
}

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

#guarantee {
    padding: 70px 0px 50px;
}

#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: 600px;
    width: 100%;
    direction: rtl;
}

.hsteps {
    width: 100%;
}

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

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

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



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

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

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

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

.custom-counter li {
    counter-increment: step-counter;
    margin-bottom: 30px;
    font-size: 15px;
    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;
}

#all-demands {
    direction: rtl;
}

.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;
}


@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 .go-to-bank {
        /* margin-top: -20px; */
    }

    .intro {
        background: url(../../img/trademark-sm.jpg) white;
        background-position: left;
        background-repeat: no-repeat;
        min-height: auto;
        padding-bottom: 25px;
    }

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

.toggle .toggle-title {
    padding-bottom: 10px;
    position: relative;
    display: block;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 6px;
}

.faq {
    direction: rtl;
    padding: 60px 0px;
}

.toggle .toggle-title .title-name {
    display: block;
    padding: 25px 25px 14px;
}

.toggle .toggle-title h3 {
    font-size: 17px;
    margin: 0px;
    line-height: 1.5;
    cursor: pointer;
    font-weight: 200;
}

.toggle .toggle-inner {
    padding: 20px 25px 5px 25px;
    display: none;
    margin: -7px 0 6px;
}

.header-form {
    font-size: 16px;
}

.box-form {
    padding: 25px 30px;
}

.input-form {
    padding: 10px 10px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1250px !important;
    }
}

#setTypeForm .typeInput {
    background: #4a5dbb;
    line-height: 45px;
    color: white;
}