:root {
  --main-color: #005430;
  --sec-color: #A5823B;
  --bg-color: #E8CD86;
  --bg2-color: #00543066;
}


@font-face {
  font-family: N-B;
  src: url(../fonts/N-B.otf);
}
@font-face {
  font-family: CO-L;
  src: url(../fonts/CO-L.ttf);
}
@font-face {
  font-family: TS-L;
  src: url(../fonts/TS-L.otf);
}
@font-face {
  font-family: TS-R;
  src: url(../fonts/TS-R.otf);
}
@font-face {
  font-family: TS-B;
  src: url(../fonts/TS-B.otf);
}
body {
  font-family: CO-L;
}
a:hover {
  text-decoration: none;
}
ul{
  margin: 0;
  padding: 0;
}
p {
  line-height: 25px;
  font-size: 16px;
  margin: 0;
  color: var(--sec-color);
}
*{
  outline: none;
}
section{
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: N-B;
  color: var(--sec-color);
}
/***************************************/
/*****************************************************************/
/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 25px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}



.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 17px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: unset !important;
  text-align: start ;
  direction: rtl ;
}
/*****************************************************************/
/*****************************************************************/
/********************************/

.navbar .lg_screen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .lg_screen .navbar-brand img{
   max-width: 140px;
   width:140px;
}

@media(max-width:1370px){
    .navbar .nav-social {
    display: none
}

}

@media(max-width:991px){
    .navbar .lg_screen {
    display: unset
}

.navbar .lg_screen .navbar-brand img{
   max-width: unset;
   width:80px;
}
}

.toTop {
  background-color: var(--sec-color);
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: -60px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  z-index: 35;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  font-size: 22px;
}

.toTop:hover {
  background-color: var(--main-color);
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #ffffff;
  box-shadow: 0 10px 10px #0f0f0f2b;
}

/************************************************************************************************/
/*****************************************************************/
.main-navv{

}

.navbar-left {
  margin-left: -8px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 53px;
  z-index: 1000;
  background: #fff !important;
  padding: 5px 0 10px !important;
  transition: all .3s ease-in;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(115, 113, 115, 0.3) !important;
  -moz-box-shadow: 0px 5px 5px 0px rgba(115,113,115,1) !important;
  box-shadow: 0px 0px 6px 0px rgba(115,113,115,1) !important;
  opacity: .88;
}

.sticky  .navbar-nav {
  margin-top: 4px;
  transition: all .4s ease-in;
}
.sticky .navbar-nav>li>a{
  font-size: 18px !important;
}
.sticky .navbar-left>li>a {
  font-size: 14px !important;
}
.sticky .navbar-brand {
  height: 50px !important;
  padding: 5px 0 !important;
}
.sticky .navbar-left {
    margin-top: 11px;
}
.sticky .navbar-brand>img {
  width: 100px;
}
 .navbar-default {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}
 .navbar {
  padding: 12px 0;
  position: relative;
  min-height: auto;
  margin-bottom: 0;
  border: 0;
  box-shadow: unset;
  border-bottom: 2px solid var(--sec-color);
}
 .navbar-brand {
  height: auto;
  padding: 0 15px;
}
 .navbar-brand>img {
  display: inline-block;
/*   height: auto; */
  width: 80px;
}
.navbar-collapse.collapse{
  padding: 0;
}

.navbar-default .navbar-nav>li{
  padding: 0 6px;
}
.navbar-default .navbar-nav>li>a{
  font-size: 20px;
  padding: 18px 5px;
  color: var(--main-color);

}
.sticky + .navbar {
  padding-top: 100px;
}
.navbar-default .navbar-nav>li>a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  transition: all .5s ease;
}

 .navbar-nav>.open>a, 
 .navbar-nav>.open>a:focus, 
 .navbar-nav>.open>a:hover{
  background-color: #fff;
  color: var(--sec-color);
}
.navbar-default .navbar-nav>li.current-menu-item a,
.navbar-default .navbar-nav>li>a:hover,
 .navbar-default .navbar-nav>.active>a, 
 .navbar-default .navbar-nav>.active>a:focus, 
 .navbar-default .navbar-nav>.active>a:hover{
  background-color: transparent;
  color: var(--sec-color);
}
 .navbar-nav{
  margin-top: 2px;

}
 .dropdown{
  overflow: visible !important;
}
 .dropdown::before{
  display: none;
}
 .dropdown-menu {
  min-width: 210px;
  padding: 0;

}
 .dropdown-menu>li>a {
  padding: 11px 20px;
  font-size: 15px;
}
 .dropdown-menu>li>a:hover {
  color: #fff !important;
  background-color: var(--main-color);
}

 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #878787;
}

 .navbar-left li>a::before{
  display: none;
}
.nav-pages-header{
  display: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color:transparent;
}
/*******************/
.navbar-left {
  padding-right: 0 !important;
  margin-top: 12px;
}
.navbar-default .navbar-nav.navbar-left>li>a{
  font-size: 20px;
  padding: 6px 3px;
}
.lang-l{
  background-color: transparent;
  border-radius: 5px;
  transition: all .4s ease-in;
  text-transform: uppercase;
}
.lang-l:hover{

}
.lang-l::before{
  display: none;
}
.sticky .navbar-brand {
  padding: 5px 15px !important;
}
/*****************************************************/
/***********************************************************/
.menu-item-has-children {
  position: relative;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  right: 0;
  left: auto;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all .3s;
  min-width: 200px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 11;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: right;
  padding: 10px 0;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: all .3s ease;
}

.menu-item-has-children .sub-menu li {
  display: block !important;
  margin: 0 !important;
}

.menu-item-has-children .sub-menu li:after {
  display: none;
}

.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 8px 12px;
  font-weight: normal;
  font-size: 16px;
  text-align: start;
  color: var(--main-color);

}
.menu-item-has-children .sub-menu li a:before {
  display: none;
}
.menu-item-has-children .sub-menu li a:hover {
  color: var(--sec-color);
  transition: all .3s;
}

.menu-item-has-children > a::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  display: inline-block;
  margin-right: 5px;
  transition: all .3s;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  top: 1px;
}
.menu-item-has-children:hover > a:after {
  transform: rotate(-180deg);
  transition: all .3s;
}


#sidebar .menu-item-has-children .sub-menu {
  position: relative;
  min-width: 100%;
  padding: 0;
  display: none;
    box-shadow: none;
}
/*****************************************************************/
.nav-search2{
  display: none;
  left: 15px;
}
.nav-search2 ul{
  display: flex;
  align-items: center;
}
.nav-search2 ul .lang-l{
  font-size: 17px;
  color: var(--main-color);
}
/*********************** End Search *********************/
/*******************************************************************/
/************************** slider *******************************/
.owl-carousel {
  direction: ltr;
}

.owl-carousel .owl-item {
  direction: rtl;
}
.slider{

}

/*******************************************************************/
/************************** about *******************************/
.about{
  padding: 70px 0;
  position: relative;
  background-repeat: round;
  background-position: center;
  background-size: contain;
}
.about::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: .88;
}
.about-con,
.about-img{
  position: relative;
  z-index: 10;
}
.about-con h2{
  color: #fff;
  font-size: 52px;
  margin: 0 0 20px 0;
}
.about-con p{
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}
.about-con a{
  color: #fff;
  border: 2px solid var(--sec-color);
  background-color: var(--sec-color);
  font-size: 18px;
  border-radius: 5px;
  padding: 10px 40px;
  display: inline-block;
  margin-top: 20px;
  transition: all .3s ease-in;

}
.about-con a:hover{
  color: var(--main-color);
  background-color: #fff;
  border-color: #fff;
}
.about-img img{
  width: 100%;
  height: auto;
}

/***********************************************************************/
/******************************* services ********************************/
.services{
  padding: 70px 0; 
}
.se-head{
  margin: 0 0 30px 0;
}
.se-head h2{
  margin: 0;
  font-size: 34px;
}
.services .services-blocks{
  
}
.services .service-block{
  padding: 20px 15px;
  margin-bottom: 25px;
  border-radius: 5px;
  transition: all .3s ease-in-out;
}
.services .service-block:hover{
  background-color: var(--bg2-color);
}
.serv-icon{
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: top;
  background-color: var(--sec-color);
  border-radius: 5px;
  padding: 5px;
}
.serv-icon img{
  width: 100%;
  height: 100%;
  filter: grayscale(50%) sepia(1) saturate(0.25) opacity(1) brightness(101%) contrast(200%) hue-rotate(319deg) invert(100%);
  -webkit-filter: grayscale(50%) sepia(1) saturate(0.25) opacity(1) brightness(101%) contrast(200%) hue-rotate(319deg) invert(100%);
}
.serv-con{
  display: inline-block;
  width: calc(100% - 60px);
  padding: 0 10px;
}
.serv-con h3{
  margin: 0 0 10px 0;
  height: 28px;
  overflow: hidden;
}
.serv-con h3 a{
  color: var(--sec-color);
}
.serv-con p{
  color: var(--main-color);
  font-size: 18px;
  
}
.services .services-blocks .serv-con p{
       height: 126px;
    overflow: hidden; 
}
/**********************************************/
.services-img{
  
}
.services-img img{
  width: 100%;
}
/**********************************************************************/
/******************************* subscribe ****************************/
.subscribe {
  padding: 80px 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.subscribe::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sec-color);
  opacity: .9;
}
.sub-title,
.subscribe form{
  position: relative;
  z-index: 10;
}
.sub-title {
  margin-top: 10px;
}

.sub-title p {
  color: #fff;
  font-size: 30px;
}
.subscribe form {
  position: relative;
}

.subscribe form input {
  /*width: calc(100% - 160px);*/
  height: 49px;
  border: 1px solid #fff;
  padding: 0 10px 0;
  font-size: 16px;
  border-radius: 5px;
  background-color: #fff;
  color: var(--main-color);
  text-align: right;
}
.subscribe form input::-webkit-input-placeholder {
  /* Edge */
  color: #ABABAB;
}
.subscribe form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ABABAB;
}
.subscribeform input::placeholder {
  color: #ABABAB;
}
.subscribe form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 49px;
  width: 150px;
  background: #fff;
  border-radius: 5px;
  border: none !important;
  box-shadow: none !important;
  color: var(--main-color);
  font-size: 18px;
  padding: 0;
  line-height: 50px;
  transition: all .3s ease-in-out;
}

.subscribe form button:hover,
.subscribe form button:focus {
  background: var(--main-color);
  color: #fff;
}
.subscribe form button i{
  /*transform: rotate(-90deg);*/
}



/*************************************************/
/************************************************************************/
/****************************** contact-us ******************************/

.contact-us {
  padding: 70px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: 0 0 !important;
}
.contact-us::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  opacity: .5;
}
.contact-us .col-md-5,
.contact-us .col-md-7{
  padding: 0;
}
.f-contact,
.contact-map{
  position: relative;
  z-index: 10;
}
.f-contact{
  background: rgb(5 43 28 / 25%);
  height: 500px;
  padding: 30px 20px;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
.f-contact ul li {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.f-contact ul li .icon{
  display: inline-block;
  width: 40px;
  vertical-align: top;
}
.f-contact ul li span.con-con {
  display: inline-block;
  width: calc(100% - 55px);
  margin-bottom: 10px;
  font-weight: 100;
  color: #fff;
}
.f-contact ul li i {
  font-size: 28px;
  color: var(--sec-color);
}
.f-contact ul li a {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
.f-contact ul li span.con-con span{
  position: relative;
  direction: ltr;
  display: block;
  font-size: 18px;
}
.f-contact ul li h4{
  color: #fff;
  font-family: CO-L;
  margin: 0 0 5px 0;
  font-size: 22px;
}
.f-contact ul li h5{
  color: #fff;
}
.lacation i{
  position: relative;
  top: 0px;
}
.lacation h5 {
  width: 50%;
  display: inline-block;
  line-height: 25px;
  font-size: 18px;
  font-family: CO-L;
  margin: 0;
}
.lacation.lacation1 h5 {
  width: 100%;
  display: block; 
}
.contact-map{
  height: 500px;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.contact-map iframe{
  width: 100%;
  height: 100%;
}
/**********************************************************************************/
/****************************** footer *****************************************/
footer{
  padding: 70px 0 0;
  background-color: var(--main-color);
}
footer .footer-links{
  /* padding-bottom: 25px; */
  /* border-bottom: 1px solid #ffffff21; */
}
footer .footer-links li a{
  font-size: 18px;
  padding: 0 10px;
  color: #fff;
  transition: all .3s ease-in;
}

footer .footer-links li a:hover{
  color: var(--sec-color);
}
.footer-social{
  margin: 25px 0;
}
.footer-social ul li{
  margin-bottom: 0;
}
.footer-social ul li a{
  color: #fff;
  font-size: 22px;
  padding: 0 6px;
  display: inline-block;
}


/**********************************************************************************/
/****************************** se-footer *****************************************/
.se-footer{
  padding: 15px 0;
  background-color: var(--main-color);
  border-top: 1px solid #ffffff21;
}
.rights{
  margin-top: 7px;
}
.rights p{
  font-size: 17px;
  color: #fff;
  margin-bottom: 5px;
}
.com-rights{
  text-align: left;
  height: 41px;
}
.ryad-logo{
  position: relative;
  height: 51px;
  margin-left: -22px;
}
.ryad-logo p{
  color: #fff;
}
.ryad-logo a,
.lolo-co a,
.lolo-co span{
  color: #fff !important;
}

/*********************************************************************************************************/
@keyframes preloader {
  0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes preloader {
  0% {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg);
  }
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
  background: var(--main-color);
}

.preloader>svg {
   /*-webkit-animation: preloader 5s linear infinite;
  animation: preloader 5s linear infinite;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  /*height: 80px;*/
}
.preloader img {
  /*-webkit-animation: preloader 5s linear infinite;
  animation: preloader 5s linear infinite;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
}
.preloader g {
  stroke: #FFF;
  fill: none;
}

@media (max-width: 500px){
    .preloader img {
        width: 200px;
    }
}
/********************************************************************************************************/
/*****************************************************************/
/**************************** page-head **************************/
.page-head{
  padding: 50px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: var(--main-color);
}
.page-title,
.page-name{
  position: relative;
  z-index: 2;
}
.page-name h2{
  margin: 0;
  color: #fff;
  font-size: 30px;
}
.page-title{
  text-align: left;
  margin-top: 7px;
}
.page-title ul li{
  padding: 0 3px;
}
.page-title ul li,
.page-title ul li a{
  color: #fff;
  font-size: 17px;
  transition: all .4s ease-in;
}
.page-title ul li i{
  font-weight: 400;
  position: relative;
  top: 3px;
  font-size: 15px;
}
.page-title ul li a:hover{
  color: var(--sec-color);
}
.page-content{
  padding: 70px 0;
  background: var(--bg2-color);
  position: relative;
}
/*****************************************************************/
/*******************************************/
/******************************************************************************/
/*********************************  contact-page ******************************/
.contact-page .f-contact {
  background: transparent;
  height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
}
.contact-page .f-contact ul li h4,
.contact-page .f-contact ul li a,
.contact-page .f-contact ul li h5{
  color: var(--main-color);
}
.contact-page .se-head {
  margin: 0 0 20px 0;
}
.contact-page .se-head h2{
  font-size: 28px;
}
/****************************************/
.form-con{

}
.form-group {
  margin-bottom: 18px;
}
label{
  font-size: 16px;
  margin-bottom: 4px;
  text-align: right;
  display: block;
  color: var(--main-color);
  font-weight: 200;
}
.form-control {
  text-align: right;
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: var(--main-color);
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-radius: 5px !important;

}
.form-control:focus{
  box-shadow: unset;
  border-color: var(--sec-color);
}

.contact-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7B7A7A;
  opacity: 1; /* Firefox */
}

.contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7B7A7A;
}

.contact-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #7B7A7A;
}
textarea.form-control{
  height: 150px !important;
}
.submit-g{
  text-align: left;
  margin: 0;
}
.submit-btn{
  background: var(--main-color);
  border: 0;
  padding: 9px 30px;
  margin-top: 10px;
  color: #fff;
  font-size: 17px;
  transition: all .3s ease-in;
  border-radius: 5px;
}
.submit-btn:hover{
  background: var(--sec-color);
}

/******************************************************************************/
/*********************************  apply-page ******************************/
.apply-page .contact-form,
.request-page .contact-form{
  margin-top: 40px;
}
/*****************************************************/
.input-group{
  display: block;
}
.input-group .input-group-btn {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  min-height: auto;
}

.input-group .input-group-btn .btn {
  width: 75px;
  height: 28px;
  padding: 4px 0px;
  min-height: auto;
  color: #fff;
  background: var(--main-color);
  font-size: 14px;
  margin: 9px 10px;
  left: 0;
  position: absolute;
  z-index: 100;
  border-radius: 5px !important;
  font-weight: 200;
  border: 0 !important;
}
.input-group .input-group-btn .btn:hover,
.input-group .input-group-btn .btn:focus{
  background: var(--sec-color); 
}
.input-group .input-group-btn .btn::after {
  display: none;
}

.input-group .input-group-btn .btn span {
  color: #fff;
  text-transform: capitalize;
}

.input-group .input-group-btn .btn i {
  display: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fff;
}
.input-group .form-control{
  margin-bottom: 15px;
}
/*****************************************************/
.question-box{

}
.question-box h3{
  font-size: 20px;
  margin: 0;
  color: var(--main-color);
}
.question-box h5{
  font-size: 14px;
  margin: 15px 0;
  color: #757575;
  font-family: 'ge-ss-l';
}
.panel-body {
  padding: 0 15px 15px;
  background-color: #fff;
}
.panel-body p{
    display: none;
}
.panel.panel-default.active .panel-body p{
    display: block;
    opacity: ;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: transparent;
  border-radius: 0px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid transparent;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0px;
  color: #fff;
  border: 0;
  overflow: hidden;
}
.panel-group .panel-heading{
  border: 0;
}
.panel-title {
  font-size: 20px;
  border: 0;
}
.panel-title > a {
  display: block;
  padding: 15px 15px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  background-color: var(--main-color);
}
.panel-default a[aria-expanded="true"] {
  color: #fff;
}
.more-less {
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  top: -1px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  /* box-shadow: 0px 3px 6px #AEAEAE29; */
  border-top-color: transparent;
}
.panel.panel-default.active{
  border-color: var(--sec-color);
}
.panel.panel-default.active .panel-title > a {
  font-weight: 400;
  background: #fff;
  color: var(--sec-color);
}
.panel.panel-default.active .panel-heading{
  border-radius: 0px;
  background: #fff;
  color: var(--sec-color);
}
.panel.panel-default.active .more-less {
  color: var(--sec-color);
}
.panel-body p{
  color: var(--main-color);
  font-size: 15px;
  line-height: 25px;
}
.panel-group {
  margin-bottom: 15px;
}
/******************************************************************************/
/********************************* serv-request-page **************************/
.serv-rq-box p {
  line-height: 26px;
  font-size: 18px;
  color: var(--main-color);
}
/******************************************************************************/
/********************************* archive-services ******************************/
.archive-services{

}
.archive-services .services-blocks {
  background-color: #fff;
  padding: 30px 25px;
  margin: 0 0 35px 0;
  border-radius: 5px;
  border-bottom: 3px solid var(--sec-color);
}
.service-img{
  text-align: center;
}
.service-img img {
  vertical-align: middle;
  max-width: 100%;
  padding: 25px;
}
.service-con{

}
.service-con h3{
  font-size: 24px;
  margin: 15px 0;
}
.service-con p{
  font-size: 17px;
  color: var(--main-color);

}
.service-con .serv-btn{
  margin: 15px 0 0 0;
  text-align: left;
}
.btn {
  padding: 7px 20px;
  border-radius: 5px;
  background: var(--main-color);
  color: #fff;
  font-size: 17px;
  transition: all .3s ease-in;
}
.btn:hover{
  color: #fff;
  background: var(--sec-color);
}
.service-con .serv-btn a{

}


/******************************************************************************/
/********************************* articles-page ******************************/
.articles-page{
  padding: 70px 0 40px;
  background-color: var(--bg2-color);
}
.articles-row{
  padding: 30px 0;
  background-color: #fff;
  margin: 0 0 40px 0;
  border-radius: 5px;
  overflow: hidden;
  border-bottom: 3px solid var(--sec-color);
}
.article-p-block-img{
  position: relative;
  padding: 0;
  height: 232px;
  z-index: 10;
  border-radius: 5px;
  overflow: hidden;
}
.article-p-block-img img,
.single-article-img img{
/*   height: 100%; */
/*   width: 100%; */
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.single-article-img iframe{
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.article-p-block-con {
  margin-top: 7px;
}
.article-p-block-con h4{
  font-size: 24px;
  margin: 0;
}
.article-p-block-con h4 a{
  color: var(--sec-color);
}
.article-p-block-con p{
  font-size: 18px;
  margin: 15px 0;
  color: var(--main-color);
  height: 125px;
  overflow: hidden;
}
/******************************************************************************/
/********************************* single-article ******************************/
.single-article-img{
  height: 400px;
}
.single-article-con{
  margin-bottom: 30px;
}
.single-article-con h3,
.about-page-con h3{
  font-size: 26px;
  margin:  0 0 14px 0;
}
.single-article-con p,
.about-page-con p,
.about-page-con{
  font-size: 18px;
  color: var(--main-color);
}

/******************************************************************************/
/********************************* about-page ******************************/
.about-page{
  padding: 120px 0;
  background-color: #fff;
}
.about-page-con p{
  margin-bottom: 10px;
}
.about-p-bg1 {
  position: absolute;
  top: 0;
  padding: 0;
  left: 0;
  min-height: 450px;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-p-bgimg{
  height: 510px;
}
.about-p-bg1::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
/*   background-color: var(--sec-color); */
  opacity: .7;
}
.about-bg-icon{
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 10;
  right: 0;
  text-align: center;
}
.about-bg-icon img{
  height: 120px;
  width: 90px;
  filter: grayscale(50%) sepia(1) saturate(0.25) opacity(1) brightness(101%) contrast(200%) hue-rotate(319deg) invert(100%);
  -webkit-filter: grayscale(50%) sepia(1) saturate(0.25) opacity(1) brightness(101%) contrast(200%) hue-rotate(319deg) invert(100%);
}

/************************/
.about-p-bg1.about-p-bg11{
    background-size: contain; 
}
.about-p-bg1.about-p-bg11 .about-bg-icon {
    top: 25%;
}
.about-p-bg1.about-p-bg11 .about-bg-icon img {
    height: auto;
    width: 300px;
    filter: none;
    border-radius: 5px;
}
@media(max-width: 500px){
    .about-p-bg1.about-p-bg11 .about-bg-icon {
        top: 18%;
    }

}
/***************************/
.about-page22{

}
.about-page22 .about-bg-icon {
  top: 30%;
}
.about-page22 .about-p-bg1::after{
  background-color: var(--main-color);
  opacity: .7;
}
.about-page22 .about-p-bg1 {
  right: 0;
  left: auto;
}
.about-page-con{

}
.about-page-con ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.about-page-con li,
.new-pro-head li{
  list-style: none;
  position: relative;
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 6px;
  padding: 0 18px;
}
.about-page-con li::after,
.new-pro-head li:after{
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: var(--sec-color);
  border-radius: 100%;
}
/***************************** about-team **************************/
.about-team{

}
.about-team .about-page-con h4{

}
.about-team .about-page-con h5{
  margin: 6px 0 15px;
  font-size: 15px;
}
.about-team .article-p-block-img{
  margin: auto;
  text-align: center;
}
.about-team .article-p-block-img img{
/*   height: 200px; */
  width: 200px;
/*   border-radius: 100%; */
}



/******************************************************************************/
/********************************* vidoes-page ******************************/

.video-block{
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-img{
  height: 288px;
  overflow: hidden;
}
.video-img iframe{
  width: 100%;
  height: 100%;
}
.video-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .4s ease-in 0s;
}
.video-img .owl-carousel .owl-item img{
  width: auto;
}
.video-con{
  padding: 25px 33px;
}
.video-con h4{
  padding: 0;
  margin: 0;
}
.video-con h4{
  font-size: 22px;
  display: block;
  height: 22px;
  overflow: hidden;
  transition: all .3s ease-in;
}
.video-con h4 a{
  color: var(--sec-color);
}
.video-con p{
  font-size: 17px;
  color: var(--main-color);
  margin: 10px 0 0;
}
.video-block .video-con h4:hover a{
  color: var(--main-color);
}

/*****************************/
.scientific .video-con p{
  margin: 10px 0;
}
/****************************************/
.i-pagination {
  margin-top: 20px;
}
.i-pagination ul {
  width: auto;
  display: inline-block;
  float: none;
  padding: 0;
}
.i-pagination li {
  display: inline-block;
  margin: 0 -1px;
}
.i-pagination li a, .i-pagination li.current,
.wp-pagenavi a, .wp-pagenavi span {
  width: 40px;
  height: 40px;
  background-color: #fff;
  line-height: 42px;
  text-align: center;
  color: var(--main-color);
  font-size: 16px;
  border-radius: 5px;
  display: inline-block;
  transition: all .3s ease-in;
  border: 1px solid hsl(0deg 0% 44% / 13%) !important;
  padding: 0 !important;

}
.i-pagination li.current,
.wp-pagenavi span.current {
  color: #fff;
  background: var(--sec-color);
}
.i-pagination li a:hover,
.wp-pagenavi a:hover {
  background: var(--sec-color);
  color: #fff;
}
.i-pagination li:first-child a {
  border-radius: 5px;
}
.i-pagination li:last-child a {
  border-radius: 5px;
}
.i-pagination li a i {
  font-weight: 200 !important;
}
.wp-pagenavi span.pages{
  display: none !important;
}
/*****************************************************************************/
/*********************************** 404 ***********************************/
.error-layout {
	padding: 120px 0;

}
.error-layout .inner_ro,
.error-layout .outer {
	text-align: center;
}
.error-layout .m-section-head {
	margin-bottom: 20px;
	text-align: right;
}
.error-layout .m-section-head h3 {
	font-size: 17px;
	padding-bottom: 0;
}
.error-layout .inner_ro {
	position: relative;
}
.error-layout .inner_ro span {
	color:  var(--main-color);
	font-size: 150px;
	font-weight: bold;
	line-height:1;
}

.error-layout .inner_ro img.sc {
  bottom: 0;
  left: 0;
  height: 42px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -90px;
  width: 381px;
  opacity: .5;
}
.error-layout .outer h4 {
	margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
  color: var(--main-color);
}
.error-layout .outer a {
  height: 35px;
  line-height: 35px;
  padding: 0 7px;
	display: inline-block;
	color:  var(--sec-color);
}
.outer p{
  font-size: 18px;
  color: var(--main-color);
}
@media(max-width: 600px){
  .error-layout {
    padding: 50px 0;
  }
  .error-layout .inner_ro span {
    font-size: 80px;
  }
  .error-layout .outer h4 {
    font-size: 21px;
    margin-bottom: 12px
  }
  .outer p{
    line-height: 16px;
    font-size: 17px;
  }
}
/*********************************************************************************/
/*******************************************************************/
.form-group br,
.contact-form input[type=file]{
  display: none;
}
.input-group {
  display: block;
}
.terms-con div, .privacy-box .new-pro-head {
  color: #2A2A2A;
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 20px;
}
.nice-select .current{
    width: 93%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}


.subscribe form input {
 width: 36%;
    display: inline-block;
    margin: 0 5px;
}
.subscribe br{
    display: contents;
}
.subscribe .wpcf7-form-control-wrap {
    display: initial;
}
.subscribe .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
}
.subscribe .wpcf7 form .wpcf7-response-output {
    margin: 28px 0 0 !important;
}











#bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  opacity: .5;
}


.about-img img{
    border-radius: 5px;
    
}
.clients-success {
  background-color: #f8f9fa;
  padding: 40px 0;
  text-align: center;
}

.clients-success .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.clients-success h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.clients-success .subtitle {
  font-size: 18px;
  color: #005430;
  margin-bottom: 20px;
  font-weight: bold;
}

.clients-success .image-container {
  margin-bottom: 30px;
}

.clients-success .image-container img {
  max-width: 100%;
  height: auto;
  filter: hue-rotate(120deg); /* لجعل اللون أخضر */
}

.clients-success .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.clients-success .text-ar,
.clients-success .text-en {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

@media (min-width: 768px) {
  .clients-success .content {
    flex-direction: row;
    justify-content: space-between;
  }

  .clients-success .text-ar,
  .clients-success .text-en {
    width: 48%;
  }
}
@media (max-width: 1440px) {
  .navbar-default .navbar-nav.navbar-left > li > a {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .navbar-default .navbar-nav.navbar-left {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
