@charset "utf-8";
/* CSS Document */
/*header starts*/
.grecaptcha-badge {
  display: none !important;
}
header .navbar-default .navbar-nav > li > a,
header .navbar-default .navbar-nav > li > a:after,
footer .list li a,
footer .list-two li a,
footer .social li,
header .searchbox,
footer .social li:before,
footer .social li:after {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
header .navbar-collapse .navbar-nav > li > a span {
  position: absolute;
  margin: -24px 0 0 0;
  background: #fff;
  color: #0065bd;
  padding: 3.5px 0 0 0;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  width: 40px;
  text-align: center;
  height: 20px;
  box-shadow: 0 0 2px 1px rgb(0 0 0 / 40%), 0 0px 0px 0 rgb(0 0 0 / 10%);
}
.head-one {
  position: fixed;
  background: rgb(3,192,223);
  background: linear-gradient(174deg, rgb(3 213 223) 2%, rgb(3 193 223) 53%, rgba(3,166,223,0.9976365546218487) 100%);
  box-shadow: 0px -1px 16px -1px rgb(0 0 0 / 49%);
  -webkit-box-shadow: 0px -1px 16px -1px rgb(0 0 0 / 49%);
  -moz-box-shadow: 0px -1px 16px -1px rgba(0,0,0,0.49);
  width: 100%;
  height: 156px;
  background-size: 100% 170%;
}
.head-one .navbar-default {
  padding: 10px 0 25px;
}
.foot-one {
  background: url(../images/footer.png) no-repeat center top;
  background-size: 100% 100%;
  padding-top: 200px;
  z-index: 999;
  position: relative;
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 150;
  box-shadow: none;
  transition: 0.5s all;
  background: #ffffff00;
}
header.active {position: fixed;background: #fff;height: 132px;box-shadow: 0px -1px 16px -1px rgb(0 0 0 / 49%);background: rgb(3,192,223);background: linear-gradient(
174deg
, rgb(3 213 223) 2%, rgb(3 193 223) 53%, rgba(3,166,223,0.9976365546218487) 100%);background-size: 100% 170%;transition: 0.5s all;}
header .navbar-default {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
header .head-set {
  position: relative;
  z-index: 2;
}
header .navbar-default .navbar-brand {
  padding: 0 15px;
  height: 66px;
}
header .navbar-default .navbar-brand img {
  max-height: 100%;
}

header .navbar-collapse .navbar-nav > li > a {
  position: relative;
  font-size: 16px;
  color: #fffefe;
  font-weight: 500;
  padding: 7px 0;
  text-transform: uppercase;
}
header .navbar-collapse .navbar-nav > li {
  padding: 0 10px;
}

header .navbar-collapse .navbar-nav > li ul{
  opacity:0;
  transition: 0.3s all;
  transition-delay: 0.1s;
  margin:  0 0 0 0;
  background: #fff;
  position: absolute;
  min-width: 190px;
  padding: 0;
  border-radius: 4px;
  display: flex;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 19%);
  -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 49%);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.49);
}
header .navbar-collapse .navbar-nav > li:hover ul{
  opacity:1;
}
header .navbar-collapse .navbar-nav > li:nth-child(5):hover ul{
  margin: 0 -30px 0 0;
}
header .navbar-collapse .navbar-nav > li:nth-child(5) ul i {
      margin: -20px 50px 0 20px;
}
header .navbar-collapse .navbar-nav > li ul li{padding: 13px 0px 13px 7px;border-right: 1px solid #dddddd9c;font-size: 14px;font-weight: bold;background: #fff;transition: 0.3s all;width: 190px;min-height: 0;max-height: 0;color: #444;overflow: hidden;}
header .navbar-collapse .navbar-nav > li:hover ul li{max-height: 67px;min-height: 67px;}
header .navbar-collapse .navbar-nav > li ul a:last-child li{border-right: 0px;border-bottom-right-radius: 4px;border-top-right-radius: 4px;overflow: hidden;}
header .navbar-collapse .navbar-nav > li ul a:nth-child(2) li{border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
header .navbar-collapse .navbar-nav > li ul li:hover{background: #e6e6e6;}
header .navbar-collapse .navbar-nav > li ul li span{
    width: 100%;
    display: block;
    font-size: 10px;
    margin: 2px 0 0 0;
    font-family: 'Readex Pro', sans-serif;
    font-weight: 500;
}
header .navbar-collapse .navbar-nav > li ul i{
  width: 20px;
  height: 20px;
  display: block;
  margin: -20px 16px 0 50px;
  background: #ffffff;
  clip-path: polygon(50% 57%, 13% 100%, 87% 100%);
  position: absolute;
}

header .navbar-collapse .navbar-right {
  margin: 16px 25px 16px 0;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
header .navbar-collapse .navbar-nav > li > a:hover,
header .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
header .navbar-default .navbar-nav > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background-color: #000;
}
header .navbar-collapse .navbar-nav > li > a:hover:after {
  width: 100%;
}
header .navbar-collapse .navbar-nav > li > a.active:after {
  width: 100%;
}
.maplibregl-ctrl-attrib-inner{
  color: #005265;
    font-weight: 700;
}
[dir="rtl"] .mapboxgl-ctrl-attrib a, [dir="rtl"] .maplibregl-ctrl-attrib a{
  float: left;
}
/*searchbox starts*/
header .searchbox {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 35px;
  width: 0%;
  float: right;
  overflow: hidden;
  z-index: 10;
  height: 155px;
}
header .closes {
  position: absolute;
  top: 50%;
  right: 30px;
  background: url(../images/close.png) no-repeat;
  width: 35px;
  height: 35px;
  display: none;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 100%;
  margin: 0;
  padding: 14px 55px 0px 20px;
  font-size: 40px;
  line-height: normal;
  color: #fff;
}
header .searchbox-input.input-new {
  padding: 62px 70px;
}
header .searchbox-input::-webkit-input-placeholder {
  color: #fff;
}
header .searchbox-icon,
header .searchbox-submit {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 15px;
  font-size: 15px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #63b2d6;
}
header .searchbox-icon.icon-new,
header .searchbox-submit.icon-new {
  top: 50%;
  right: auto;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-background-size: 35px;
  background-size: 35px;
}
header .searchbox-open {
  width: 100%;
}
header .searchbox-icon {
  background: url(../images/search.png) no-repeat 50% 50%;
  -webkit-background-size: 15px;
  background-size: 20px;
}
header .searchbox-submit {
  background: url(../images/search.png) no-repeat 50% 50%;
  color: transparent;
  -webkit-background-size: 15px;
  background-size: 20px;
}
header .new-bg {
  background-color: rgba(56, 178, 203, 0.81);
}
header .navbar-default .navbar-toggle {
  border: 0;
  float: left;
  padding: 10px 0;
}
header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 2px;
}
header .head-top {
  margin: 0;
}
header .head-top li span.head-img {
  padding: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}
header .head-top li a span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
header .language .btn-info {
  color: #fff;
  font-size: 16px;
  background-color: transparent;
  border: 0;
  padding: 0 15px;
  font-weight: 500;
}

header .language a{
  width: 100%;text-align: left;padding: 6px 8px 6px 8px;border-bottom: 1px solid #ddd;background:#fff0;transition:0.3s all;
  }
  header .language a:last-child{
    border-bottom: 0px;
  }
  header .language a:hover{
    background:#eaeaead3;
  }
header .language .caret {
  border: 0;
}
header .language .caret:before {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .language .btn-info:active,
header .language .btn-info.active,
header .language .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
header .language {
  padding: 15px 0;
  width: 128px;
}
header .language .form-group {
  margin-bottom: 0;
}
/*searchbox ends*/
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
/*header ends*/
/*footer starts*/
footer {
  background: #000c1c;
  padding-top: 70px;
}
footer .list {
  margin-bottom: 40px;
}
footer .list li:first-child {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .list li a {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  padding-left: 20px;
}
footer .list li a:hover {
  color: #0c9bec;
}
footer .list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  background-color: #0c9bec;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .foot-logo {
  margin-bottom: 20px;
}
footer .list-two li a {
  color: #fff;
  font-size: 14px;
  opacity: 0.55;
  border-bottom: 1px solid #adafb2;
  margin-bottom: 11px;
  float: left;
  margin-right: 14px;
}
footer .list-two li a:hover {
  opacity: 1;
}
footer .social {
  display: block;
  margin-top: 10px;
}
footer .social li {
  position: relative;
  display: inline-block;
  background-color: #717881;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-left: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
}
footer .social li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  background-color: #fff;
  width: 0;
  height: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
footer .social li:after {
  content: "";
  border: 2px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: -1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
footer .social li:hover:hover:before {
  width: 100%;
  height: 100%;
}
footer .social li:hover:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  border-color: #fff;
}
/*footer .social li:hover {
	background-color: #fff;
}*/
footer .social li:first-child {
  margin-left: 0;
}
footer .social li a {
  font-size: 20px;
  color: #000c1c;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copy-right {
  font-size: 16px;
  color: #fff;
  opacity: 0.55;
  font-weight: 400;
  padding: 27px 15px;
  border-top: 1px solid #38414e;
  text-align: center;
}
/*footer ends*/
@media (max-width: 1200px) {
  header .navbar-collapse .navbar-right {
    margin-right: 35px;
  }
  header .navbar-collapse .navbar-nav > li {
    padding: 0 9px;
  }
  header .searchbox-input.input-new {
    padding: 87px 70px;
  }
  footer .social li {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  header .searchbox {
    top: -8px;
  }
  header .searchbox-input.input-new {
    padding: 87px 55px 87px 20px;
  }
  header .navbar-collapse .navbar-right {
    margin: 8px 25px 8px 0;
  }
  header .navbar-collapse .navbar-nav > li {
    padding: 0 4px;
  }
  header .navbar-collapse .navbar-nav > li > a {
    font-size: 13px;
  }
  header .navbar-default .navbar-brand {
    height: 50px;
  }
  footer .list li a {
    font-size: 12px;
    padding-left: 17px;
  }
  footer .social li,
  footer .social li a {
    width: 28px;
    height: 28px;
  }
  .foot-one {
    padding-top: 120px;
  }
  header .navbar-collapse .navbar-nav > li > a span {
    position: absolute;
    margin: -1px 0 0px 76px;
  }
}
@media (max-width: 767px) {
  header .navbar-default .navbar-collapse {
    background-color: #21b0cb;
  }
  header .navbar-default .navbar-brand {
    height: 27px;
    float: none;
    display: block;
    margin: 14px auto;
    width: 131px;
  }
  header .navbar-collapse .navbar-right {
    margin: 0;
    border: 0;
    padding: 0 0 15px 0;
  }
  header .head-top li span.head-img {
    border: 0;
    margin: 0;
  }
  header .head-top li {
    float: left;
  }
  header .head-top {
    float: right;
    padding: 0;
    position: absolute;
    right: 0;
    top: 15px;
    border-left: 1px solid #fff;
  }
  header .head-top li a {
    padding: 0px 5px;
  }
  header .language {
    position: absolute;
    left: 19px;
    width: 79px;
  }
  header .language .btn-info {
    padding: 0 10px 0 0px;
    font-size: 13px;
  }
  header .searchbox {
    right: 63px;
    top: 9px;
    padding: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  header .searchbox-icon,
  header .searchbox-submit {
    top: 0;
  }
  header .navbar-header {
    position: relative;
  }
  header .navbar-default .navbar-nav > li > a:after {
    right: auto;
  }
  header .searchbox-icon {
    background: url(../images/search.png) no-repeat 50% 50%;
    -webkit-background-size: 17px;
    background-size: 17px;
    display: none;
  }
  header .searchbox-submit {
    background: url(../images/search.png) no-repeat 50% 50%;
    -webkit-background-size: 17px;
    background-size: 17px;
  }
  header .language button span:first-child {
    width: 45px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
  }
  header .searchbox-open {
    top: 0;
    right: 0;
  }
  header .searchbox-input {
    font-size: 23px;
  }
  header .searchbox-input.input-new {
    padding: 36px 55px;
  }
  header .closes {
    -webkit-background-size: 21px;
    background-size: 21px;
    width: 21px;
    height: 21px;
  }
  header .searchbox-icon.icon-new,
  header .searchbox-submit.icon-new {
    -webkit-background-size: 18px;
    background-size: 18px;
  }
  footer {
    padding-top: 25px;
  }
  footer .list li a {
    font-size: 14px;
    margin-top: 10px;
  }
  footer .social {
    text-align: center;
    margin-bottom: 15px;
  }
  footer .social li {
    margin-left: 20px;
    background-color: #f7f8f8;
  }
  footer .copy-right {
    opacity: 1;
  }
  footer .social li,
  footer .social li a {
    width: 40px;
    height: 40px;
  }
  .head-one .navbar-default {
    background: #20afca;
    padding: 5px 0 3px;
  }
  .foot-one {
    background: #01091e url(../images/footbg.jpg) no-repeat center top;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 95% !important;
  }
}

[dir="rtl"] .section_eight select[name="countryCode"] {
  left: inherit;
  right: -14px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.section_eight .form-group label[for="phone"] {
  padding: 0 74px 0 0;
}
[dir="rtl"] .section_eight .country {
  padding: 0px 10px 0px 0;
}
[dir="rtl"] .mapboxgl-ctrl-attrib a, .maplibregl-ctrl-attrib a{
      float: right;
}

[dir="rtl"] .section_eight .row {
  margin-left: 17px;
  margin-right: 0px;
}
[dir="rtl"] .section_eight ul.location .fa {
  padding: 0 0px 0 8px;
}
[dir="rtl"] .navbar-nav > li {
  float: right;
}
[dir="rtl"] .navbar-brand {
float: right;
}    
[dir="rtl"] header .navbar-collapse .navbar-right {padding-left: 20px;margin: 16px 0 16px 25px;border-left: 1px solid #fff;border-right: none;}
[dir="rtl"] header .navbar-collapse .navbar-nav > li > a {font-family: 'Readex Pro', sans-serif;}
[dir="rtl"] .navbar-right {
float: left !important;
margin-left: -15px;
}
[dir="rtl"] header .language .caret:before {
  left: 30px;
  right: inherit;
}
header .language .caret:before {
  left: inherit;
  right: 10px;
}

[dir="rtl"] .text-right {
  text-align: right;
}
[dir="rtl"] .text-left {
  text-align: right;
}
[dir="rtl"] .pull-right {
float: left !important;
}
[dir="rtl"] .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-right: -15px;
}

[dir="rtl"]  header .navbar-default .navbar-toggle {
float: right;
margin-right: 0px;
}
[dir="rtl"] .col-sm-1, [dir="rtl"] .col-sm-2,[dir="rtl"] .col-sm-3, [dir="rtl"] .col-sm-4, [dir="rtl"] .col-sm-5, [dir="rtl"] .col-sm-6, [dir="rtl"] .col-sm-7, [dir="rtl"] .col-sm-8, [dir="rtl"] .col-sm-9, [dir="rtl"] .col-sm-10, [dir="rtl"] .col-sm-11, [dir="rtl"] .col-sm-12 {
  float: right;
}

[dir="rtl"] .section_eight .form-group label {
  right: 20px;
  left:inherit;
}
[dir="rtl"] footer .list li a:before {
  right: 0;
}
[dir="rtl"] footer .list li a {
  padding-right: 20px;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] footer .social li {
  margin-right: 20px;
  margin-left: inherit;
}

[dir="rtl"] #sidebar nav {
  left: 20px;
  right: inherit;

}
[dir="rtl"] .section_zero div:nth-child(2) {
  margin: 0 10px 0 0;
}
[dir="rtl"] header .head-top li span.head-img {
  margin: -4px 0 0 5px;
}
[dir="rtl"] .navbar-header {
  float: right;
}
[dir="rtl"] header .searchbox {
  left: 0;
  right: inherit;
}
[dir="rtl"] header .closes {
  right: inherit;
  left: 30px;
}
[dir="rtl"] header .searchbox-icon.icon-new, header .searchbox-submit.icon-new {
  left: auto;
  right: 15px;
}
[dir="rtl"] .section_two .line:after {
    right: 15px;
    left: inherit;
}
[dir="rtl"] .sec-seven .span {
    right:inherit;
    direction: ltr;
}
[dir="rtl"] .sec-seven .span svg{
  -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
@media (min-width: 992px) {
[dir="rtl"] .col-md-offset-2 {
    margin-right: 16.66666667%;
}
}
[dir="rtl"] .section_eight .form-control {
  padding: 6px 15px 6px 0;
}
[dir="rtl"] header .navbar-collapse .navbar-nav > li > a span {
  font-weight: bold;
  padding: 1.5px 0 0 0;
}
[dir="rtl"] header .navbar-collapse .navbar-nav > li ul li{padding: 13px 7px 13px 0;font-family: 'Readex Pro', sans-serif;}
[dir="rtl"] header .language a {
  text-align: right;
}
[dir="rtl"] .section-one .slider-set h2 {
  font-family: 'Readex Pro', sans-serif;
}

[dir="rtl"] .section_zero div h4 {
  font-family: 'Readex Pro', sans-serif;
    font-weight: 300;
}
[dir="rtl"] .section_zero div h3 {
  font-family: 'Readex Pro', sans-serif;
  font-weight: 500;
}
[dir="rtl"] .section_two h4 {
  font-family: 'Readex Pro', sans-serif;
  font-weight: 500;
  font-size: 28px;
  margin-top: -16px;
}
[dir="rtl"] .section_two p {
  font-family: 'Readex Pro', sans-serif;
  font-weight: 300;
}
[dir="rtl"] .section_four p {
  font-weight: 300;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] a.read_more {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .section_four .carousel-indicators li {
  font-weight: 700;
  font-size: 18px;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .section_two .anim_one, .section_four .anim_two, .section_five .anim_three {
  font-weight: 300;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .section_two .anim_one, .section_four .anim_two, .section_five .anim_three {
  font-weight: 500;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .section_five .section_content h3 {
  font-weight: 500;
  font-family: 'Readex Pro', sans-serif;
  font-size: 20px;
}
[dir="rtl"] .section_five p {
  font-weight: 300;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .section_two h4 span {
  font-family: 'Readex Pro', sans-serif;
  font-weight: 500;
  font-size: 28px;
}
[dir="rtl"] .section_zero a {
  font-family: 'Readex Pro', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
[dir="rtl"] .set-head h2 {
  font-size: 22px;
  font-weight: 500;
  font-family: 'Readex Pro', sans-serif;
  margin-bottom: 4px;
}
[dir="rtl"] .sec-seven .box-content h2 {
  font-size: 22px;
  padding-bottom: 8px;
  font-weight: 500;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .sec-seven .box-content p {
  font-size: 14px;
  font-weight: 500;
  font-weight: 300;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .sec-seven .box-content a {
  font-weight: 500;
  font-family: 'Readex Pro', sans-serif;
  margin-top: 8px;
}
[dir="rtl"] .section_eight p {
  font-size: 22px;
  font-weight: 300;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .section_eight h2 {
  font-size: 24px;
  margin-top: 14px;
  font-weight: 700;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .set-head h2 {
  font-size: 22px;
  font-weight: 500;
  font-family: 'Readex Pro', sans-serif;
  margin-bottom: 4px;
}
[dir="rtl"] .set-head h3 {
  font-size: 27px;
  font-weight: 500;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .sec-seven .month {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .section-one .scroll-text {
  font-size: 14px;
  font-family: 'Readex Pro', sans-serif;
}
[dir="rtl"] .section_zero div span {
  margin: 18px auto 4px auto;
  padding: 0.5px 4px 4.5px 4px;
  font-size: 14px;
  font-weight: 500;
}
[dir="rtl"] header .navbar-collapse .navbar-nav > li ul a:nth-child(2) li {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
[dir="rtl"] header .navbar-collapse .navbar-nav > li ul a:last-child li {
  border-left: 0px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
[dir="rtl"] .service-one .linkbox ul li {
  float: right;
}
[dir="rtl"] .about .set-five .year-set {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
[dir="rtl"] .about .set-five .year-set h2{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  top: 40%;
}
[dir="rtl"] .about .set-five .content-set {
  padding: 10px 28px 9px 0;
  margin-right: -23px;
}
@media (max-width: 767px) {
header.active {
    height: 57px;
    box-shadow: 0px -1px 16px -1px rgb(0 0 0 / 49%);
}
.head-one {
	background: none;
	box-shadow: none;
}

[dir="rtl"] header .language {
right: 19px;
left: initial;
}
[dir="rtl"] .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 14px auto;
}
[dir="rtl"] header .searchbox {
left: 22px;
right: inherit;
}
header .searchbox {
display: none;
}
[dir="rtl"] header .head-top {
float: left;
left: 0;
border-right: 1px solid #fff;
border-left: 0px;
right: inherit;
display: flex;
}
[dir="rtl"] header .language .caret:before {
content: "\f078";
position: absolute;
left: 18px;
right: inherit;
}
header .language .caret:before {
  left: 44px;
  right: inherit;
}

[dir="rtl"] .navbar-header {
  float: none !important;
}
[dir="rtl"] .section_two h4 {
  margin-top: -16px;
}

[dir="rtl"] header .navbar-collapse .navbar-right {
  padding-right: 0 !important;
  margin: 16px 0 16px 0 !important;
  border-left: none !important;
  border-right: none;
  padding-left : 0 !important;
  float: right !important;
}
[dir="rtl"] .navbar-nav > li {
  float: none !important;
}

[dir="rtl"]  header .navbar-collapse .navbar-nav > li > a span {
  position: absolute;
  margin: -1px 82px 0px 0px;
}
[dir="rtl"] .language .open > .dropdown-menu{
  right: 9px;
}
}