/* ------------------------------------------------------------------
    Main Style
 -------------------------------------------------------------------- */

/* -- Basic -- */

:root{
  --orange-light:#ffd33b;
  --orange-dark:#2daac1;
  --orange-hover:#2daac1;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "droid";
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  color: #696969;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "droid";
  margin: 0px;
  font-weight: 700;
  color: #211e3b;
}

h1 {
  font-size: 42px;
  line-height: 55px;
}

h1.fs-lg {
  font-size: 150px;
  line-height: 80%;
}

h2 {
  font-size: 36px;
  line-height: 130%;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: none;
  font-weight: 600;
  outline: none !important;
  cursor: pointer;
  font-size: 17px;
  line-height: 32px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #211e3b;
}

p {
  margin: 0px;
}
button:focus{
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.accordion-button:focus{
  color: #222222 !important;

}
.coverbg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
a,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #666;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}


a,
button {
  position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
}

body{
  direction: rtl;
}

/* -- Fonts -- */

@font-face {
  font-family: "droid";
  src: url("../fonts/ArbFONTS-Droid-Arabic-Kufi.ttf");
  font-weight: 500;
}
.offset-md-3 {
  margin-left: 25%;
  margin-right: auto;
}
.section-title{
  color: var(--orange-dark);
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 30px;
}
.btn-orange{
  background-color: var(--orange-light) !important;
  border-color: var(--orange-light) !important;
  color: #444 !important;
  font-size: 24px;
  line-height: 1;
  width: 70%;
  margin: auto;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 20px 30px;
  border-radius: 0;
}
.btn-orange:hover{
  background: var(--orange-hover);
  transition: 0.5s;
}
section.section{
  padding-top: 60px;
  padding-bottom: 60px;
}
section.section .btn-orange{
font-size: 18px;
margin-top: 30px !important;
width: auto;
}
section.section .step-1 .btn-orange{
width: 70%;
margin: auto;
}
.dropdown-toggle::after {
  font-size: 1.4em;
  margin-right: 16px;
  color: #fff;
  font-family: 'Font Awesome 5 Pro';
  content: "";
  border: none;
  /* position: relative;
  top: 10px; */
}
.navbar-expand-lg .navbar-nav .nav-link{
  display: flex;
}
/* -- Header -- */
header{
  background: #fff;

}
header .header-top{
  padding-right: 5%;
}
header .header-phone{
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  padding: 0 1em;
  background-color: var(--orange-light) !important;
  border-color: var(--orange-light) !important;
  color: #444 !important;
  font-family: Arial, Helvetica, sans-serif;
}


header.sticky {
  position: fixed;
  transition:  0s;
  z-index: 1000;
  left: 0;
 right: 0;
 top: 0;
}


header.sticky  .logo-img{
  width: 150px;
  transition:  0s;
}
.logo-img{
  width: 150px;
}

.header-phone a{
  font-size: 20px;
  color: #444 !important;
}
.header-phone a span{
  font-size: 20px;
}
header nav{
  max-height: 60px !important;
  background: var(--orange-dark) !important;
  transition:  0.5s;
  top: 0;
}
header nav a{
  font-size: 1.05em;
  color: #fff !important;
  background: transparent !important;
  font-weight: lighter;
}
header .navbar-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 50px;
}
.navbar-collapse.show{
z-index: 100;
background: #ffffff;
text-align: right;
}
.navbar-collapse.show .navbar-nav {
  gap: 0px;
  padding-right: 20px;
  align-items: flex-start;
}
.navbar-collapse.show .dropdown-toggle::after {
  color: #222;
}
.navbar{
  padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
 padding-top: 10px;
 padding-bottom: 10px;
}
.banner{
  background:url("../img/bg.jpg") no-repeat;
  background-size: cover;
  min-height: 100px;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 700px;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.inner-banner{
  background-size: cover;
}
.step{
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
  text-align: right;
  border-radius: 10px;
}
.step .header h2{
  color: #fff;
}
.step .header p{
  color: #fff;
}
.step .header{
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.step .footer {
  text-align: center;
}
.step .footer button{

}
.step .footer span{
display: block;
}
.icons{
  display: flex;
  
      justify-content: center;
      padding: 20px 0;
      gap: 30px;
}
.icons .icon{
  width: 170px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.icons .icon img{
width: 100%;
}
.icons input[type=radio] {
  position: absolute;
  opacity: 0;
  text-indent: -9999;
}
.icon label{
  width: 100px;
}
/* @media (min-width: 1000px) {
  header nav {
      top: 75px;
  }
} */
.step .footer a{
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
  display: block;
}
.step .footer p{
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
  color: var(--orange-dark) !important;
}
.icon-container{
/*  height: 120px; */
}
.icon-container img{
/*height: 100%; */
}
.owl-comments .item img{
  width: 50px;
  height: 50px;
}
.owl-comments .owl-nav{
  display: none;
}
.item {
  padding: 24px;
  background-color: rgba(17, 17, 17, 0.05);
  border: 1px solid transparent;
}
.item-head{
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
.item-head div{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}
.item-head h3{
font-size: 16px;
  color: rgb(17, 17, 17) ;
}
.item-head date{
  color: rgba(17, 17, 17, 0.5);
  font-size: 12px;
  line-height: 16px;
}
.item i{
  color: var(--orange-hover);
}
.item-body{
  padding-right: 55px;
  margin-top: 10px;
}
.accordion-item{
  margin-bottom: 15px;
}
.accordion-item pre{
  width: 100%;
  word-wrap: break-word;
  overflow: visible;
  word-break: break-all;
}
.accordion .accordion-header{
background-color: var(--orange-light);
color: rgba(17, 17, 17, 0.5);
padding-right: 20px;
}
.accordion .accordion-header button{
  background: none;
  font-size: 16px;
}
.accordion .accordion-header button i{
  display: none;
  color: var(--orange-dark);
}

.bar{
  background-color: #407dca;
  color: #fff;
}
.bar h3,.bar a{
  color: #fff;
}
.bar p{
  margin: 20px 0;
}
footer{
  background: #2e3037;
  padding: 50px 0 20px;
}
footer h3{
  color: var(--orange-dark);
  margin-bottom: 15px;
}
footer .footer-top a{
  display: block;
  color: #fff;
  font-weight: normal;
}
footer .footer-bottom{
  padding: 50px 0 30px 0;
}
footer .footer-bottom a{
  color: #fff;
  font-weight: normal;
  border-left: 1px solid #fff;
  padding-left: 20px;
  display: inline-block;
  line-height: 18px;
  margin-left: 20px;
}
footer .footer-bottom a:last-child{
  border-left: none;
}
.step-1 svg{
  cursor: pointer;
}
input[type=radio]:checked + label .svg-australia-circle,
input[type=radio]:checked + label .svg-international2-circle,
input[type=radio]:checked + label .svg-local-circle,
input[type=radio]:checked + label .svg-office-moving-circle, 
input[type=radio]:checked + label .svg-bedroom-1-roof, 
input[type=radio]:checked + label .svg-bedroom-2-roof, 
input[type=radio]:checked + label .svg-bedroom-1-doorstop, 
input[type=radio]:checked + label .svg-bedroom-1-door-windows, 
input[type=radio]:checked + label .svg-bedroom-3-roof
{
    fill: #f58124;
}

input[type=radio]:checked + label .svg-australia-state,
input[type=radio]:checked + label .svg-international2-country,
input[type=radio]:checked + label .svg-local-marker,
input[type=radio]:checked + label .svg-office-moving-path,
input[type=radio]:checked + label .svg-office-moving-shape {
    fill: #fff
}

input[type=radio]:checked+label .svg-bedroom-1-door-windows,
input[type=radio]:checked+label .svg-bedroom-1-roof, 
input[type=radio]:checked+label .svg-bedroom-2-door-windows,
input[type=radio]:checked+label .svg-bedroom-2-roof, 
input[type=radio]:checked+label .svg-bedroom-3-door-windows,
input[type=radio]:checked+label .svg-bedroom-3-roof,
input[type=radio]:checked+label .svg-boxes-bottom {
  fill: #f58124;
}

input[type=radio]+label .svg-bedroom-1-doorstop,input[type=radio]+label input[type=radio]+label input[type=radio]+label input[type=radio]+label input[type=radio]+label .svg-bedroom-3-walls-ground {
  stroke: #bbb9b4
}

input[type=radio]:checked+label .svg-bedroom-2-walls-ground,input[type=radio]:checked+label input[type=radio]:checked+label input[type=radio]:checked+label .svg-bedroom-2-walls-ground, input[type=radio]:checked+label .svg-bedroom-2-walls-ground, input[type=radio]:checked+label .svg-bedroom-2-walls-ground {
  stroke: #f58124
}
input[type=radio]:checked+label .svg-bedroom-1-walls-ground,input[type=radio]:checked+label input[type=radio]:checked+label input[type=radio]:checked+label .svg-bedroom-1-walls-ground, input[type=radio]:checked+label .svg-bedroom-1-walls-ground, input[type=radio]:checked+label .svg-bedroom-1-walls-ground {
  stroke: #f58124
}
input[type=radio]:checked+label .svg-bedroom-1-doorstop,input[type=radio]:checked+label input[type=radio]:checked+label input[type=radio]:checked+label .svg-bedroom-1-doorstop, input[type=radio]:checked+label .svg-bedroom-1-doorstop, input[type=radio]:checked+label .svg-bedroom-1-doorstop {
  stroke: #f58124
}
.form-steps-container {
  width: 100%;

  overflow: hidden;
  position: relative;
  height: fit-content;

}
.form-steps {
  display: flex;
  transition: transform 0.5s ease;
  direction: ltr;
}
.form-step {
  min-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}
.step .form-select{
  width: 100% !important;
  height: 64px;
  padding: 0 20px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-size: 18px;
  direction: rtl;
  text-align: right;
}
.step .form-control {
  width: 100%;
  height: 64px;
  padding: 20px 30px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
  text-align: right;
}
.step label{
  color: var(--orange-dark);
  display: block;
  margin-bottom: 10px;
}
.step-logos{
  gap: 10px;
}
.step-logos img{
display: inline-block;
}
.step-footer{
  text-align: center;
  margin-top: 15px;
}
.step-footer p{
  color: #fff;
}
.step-footer span{
  color: var(--orange-dark);
}
.step-3 .icons label{
  text-align: center;
}
.btn-orange-dark{
  background: var(--orange-dark) !important;
  border: var(--orange-dark);
  color: #fff !important;

}
.trans-arrow{
  color: var(--orange-dark);
  margin: 0 10px;
  display: inline-block;
}
.banner::before{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(5, 7, 8, .6);
}
.next-btn{
  color: #fff;
}
.step-2 .btn-orange{
padding-top: 22px;
padding-bottom: 22px;
}
.step2-phone{
  display: block;
  text-align: right;
  color: #fff;
  margin: 15px 0;
  font-size: 24px;
  padding-left: 30px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.step-3 .icons{
  justify-content: space-between;
  gap: 50px;
}
.dropdown .dropdown-menu {
  background: rgba(35, 36, 42, .8) !important;
  border-radius: 0;
}

.dropdown .dropdown-menu a{
color: #fff !important;
padding: 10px !important;
}
.dropdown .dropdown-menu a:hover{
  background: #407dca !important;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

Date Picker
.datepicker{
  direction: rtl;
}
.datepicker .ui-widget-content {
  border:none !important;
  background: transparent;
  color: #bbb9b4;
}
#datepicker .ui-state-default
 {
  border: 1px solid #bbb9b4;
  background: transparent;
  font-weight: normal;
  color: #bbb9b4;
}
#datepicker .ui-datepicker-header .ui-state-active, #datepicker .ui-datepicker-header .ui-state-hover{
/* background: var(--orange-dark); */
background: none;
border: none;
}
.ui-state-hover.ui-state-default,#datepicker .ui-state-active{
background: var(--orange-dark); 
color: #fff;
}
#datepicker .ui-widget-header {
  border:none !important;
  background: transparent;
  color: #bbb9b4;
}
#datepicker .ui-datepicker-prev span, #datepicker .ui-datepicker-next span{
  position: relative;
}
#datepicker .ui-datepicker-prev span::before, #datepicker .ui-datepicker-next span::before {
  position: absolute;
  content: ">";
  color: #fff;
  display: block;
  font-size: 20px;
  top: 0;
  right: 0;
  z-index: 1000000;
  /* background: red; */
  width: 20px;
  height: 20px;
  width: 0;
  height: 0;
}
#datepicker .ui-datepicker-next span::before {
  border-top: 8px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 8px solid transparent;
}
#datepicker .ui-datepicker-prev span::before{
  border-top: 8px solid transparent;
  border-right: 12px solid #fff;
  border-bottom: 8px solid transparent;

}
.inner-banner-text{
text-align: right;
direction: rtl;
}
.inner-banner-text h1{
  color: #fff;
  margin-bottom: 15px;
}
.inner-banner-text a{
  color: #fff;
  padding: 10px 0;
  display: block;
}

.inner-banner-text {
  color: #fff;
  padding: 10px 0;
  display: block;
}

.two-columns a{
  color: var(--orange-dark);
}
.two-column{
  border: 2px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
}
.links{
  background: #e6e6e6;
}
.links li{
    list-style: none;
}
.links .link-bordered{
  border: 2px solid var(--orange-dark);
  padding:5px 20px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  margin: 10px;
}
.links-contacts-data{
padding-top: 20px;
}
.links-contacts-data p{
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: flex-start;
}
.accordion-qu  .accordion-header{
background: #fff;
border: 1px solid #ddd;
}
.blog-link{
  color: var(--orange-dark);
}
.blog-slogen{
  width: 70%;
  margin:20px auto;
}

.form-steps-container {
  width: 100%;
  overflow: hidden;
}

.form-steps {
  display: flex;
  transition: transform 0.3s ease;
}

.form-step {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
}
.pre-footer p{
  color: #fff;
}
.pre-footer{
  background-color: #636363;
}
.footer-logos{
  width: 60%;
  margin: 50px auto 10px auto;
}
.footer-logos img{
  display: block;
  width: 100%;
}
.footer-logos .mobile-view{
display: none;
}
.inline-links{

}
.inline-links a{
  color: var(--orange-dark);
}
.raiting{
  color: #fff;
  margin-top: 30px;
}
.raiting i{
  color: var(--orange-hover);
}
.raiting svg{
  width: 30px;
}
.rating-view{
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.rating-view .number{
  font-size: 30px;
  font-weight: bold;
}
.footer-social a {
  position: relative;
  display: flex !important;
  border: 1px solid var(--orange-dark);
  border-radius: 100%;
  width: 34px;
  height: 34px;
  margin: 0 5px;
  color: var(--orange-dark);
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.footer-offer{
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}
.footer-offer a{
  text-decoration: underline;
}
.footer-phone{
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}
.footer-offer p{
  color: #fff;
}
.footer-offer i{
  color: #fff;
}
.contact-block{
  width: 60%;
  padding: 30px 20px;
    background: rgba(35, 36, 42, .8);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
}
.contact-item i{
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 2px solid #bbb9b4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color:#bbb9b4;
}
.contact-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
.contact-item:hover > i,
.contact-item:hover > p,
.contact-item:hover 
{
  color: var(--orange-dark);
  border-color: var(--orange-dark);
}
.contact-item p{
  color:#bbb9b4;
}
.contact-title{
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.contact-page .contact-block-head{
  position: relative;
}
.contact-page .contact-block-head p{
 color: var(--orange-dark);
 font-size: 18px;
}
.contact-page .contact-block-head h3{
  font-size: 40px;
  color: #fff;
  margin: 15px auto;
}
.contact-page .banner{
  position: relative;
}
.contact-page .banner:after {
  transform: translateX(-50%);
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 63px 0;
  border-color: #f58124 transparent transparent;
  position: absolute;
  top: 100%;
}
.contact-page .form-control {
  width: 100%;
  height: 64px;
  padding: 22px 30px 18px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
  font-size: 18px;
}
.contact-page button {
  display: inline-block;
  padding: 20px 30px;
  background-color: #ffd33b !important;
  border-color: #fdc400 !important;
  color: #444 !important;
  border-radius: 0;
  margin: 30px 0;
}
.contact-page label{
  margin: 30px 0;
}
.contact-page select{
  appearance: auto;
  line-height: 64px;
  padding-top: 15px !important;
}
.contact-page .banner{
  /* background:#ddd ; */
  overflow: visible;
}
.page-form{
  padding-top: 30px;
}
.accordion-qu .accordion-item {
  margin-bottom: 0;
  border: 1px solid #ddd;

}
.accordion-qu .accordion-item .accordion-header{
  border: none;

}
.accordion-flush .accordion-item:first-child {
  border: 1px solid #ddd;

}
.accordion-qu .accordion-item:not(:last-child){
  border-bottom: none !important;
  
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #ddd;
}
.fixed-contact{
  width: 70px;
  height: 70px;
  position: fixed;
  top: 50%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: normal;
}
.fixed-contact.whatsapp{
background: #41b42d;  
right: 0;
left: auto;
font-size: 50px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.fixed-contact.phone{
  background: #F44336;
  left: 0;
  right: auto;
  font-size: 40px;
  border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
  }
  .fixed-contact:hover{
    color: #ffffffb0;
  }
  
  .content-section h2{color:#2daac1 !important;font-size: 27px !important;margin : 15px 0;font-family: "droid" !important;}
  .content-section h3, .content-section h3 span{color:#2daac1 !important;font-size: 25px !important;margin : 15px 0;font-family: "droid" !important;}
  .content-section p{line-height:32px !important;}
  .text-center p, .text-center h2, .text-center h3 {text-align:center !important;}
  .content-section ol, .content-section ul {
      padding: revert !important;
  }
   .content-section li {
  list-style: auto !important;
   }
   
section.section p,section.section p span, section.section li p, section.section p, section.section h3,section.section h2 span، section.section h3 span{direction:rtl !important;text-align:right !important;font-family: "droid" !important;}  
section.section li {direction:rtl !important;}