#inquiry {
  padding: 20px;
}

#organizational {
  background: white;
  padding: 100px;
}

#organizational .card-header {
  background: white
}

#faq-section {
  background: rgb(252, 252, 252)
}

#c-header {
  background: #fefffe;
  padding: 30px;
}

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

#call-pro {
  padding: 50px 0px;

}

#call-pro h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-family: iransans;
}

#call-pro .call-vanda {
  border: none;
  display: block !important;
}

#call-pro .call-vanda p {
  display: inline-block !important;
  font-size: 20px;
  margin-bottom: 55px;
}

#call-pro .call-vanda span {
  font-size: 25px;
}

#call-pro .call-vanda img {
  display: inline-block;
}

#c-header p {
  color: #666;
  line-height: 2;
  font-size: 16px;
}

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

#pettion-items {
  padding: 50px;
}

#pettion-items p {
  color: #666;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: bold;
}

#guarantee {
  padding-top: 30px;
  padding-bottom: 50px;
}

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

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

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

#des-p {
  padding: 80px 0px;
  background: url("../../img/oragh-bg-min.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#des-p h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#des-p p {
  color: #fff;
  line-height: 2;
  font-size: 18px;
}

.docs-box {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  min-height: 355px;
}

.docs-box img {
  width: 100px;
}

.docs-box p {
  font-size: 14px !important;
  font-weight: unset !important;
  margin-bottom: 0px !important;
  color: #777 !important;
}

.docs-box h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

#testimonials {
  padding-top: 80px;
}

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

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

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

/* Styles for Accordion */

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

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

.toggle .toggle-inner div {
  max-width: 100%;
}

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

.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}

.faq {
  padding: 60px 0px;
}

h2 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 20px;
  line-height: 1.5;
}