
@font-face {
  font-family: T-L;
  src: url(../fonts/T-L.ttf);
}
@font-face {
  font-family: T-EL;
  src: url(../fonts/T-EL.ttf);
}
@font-face {
  font-family: T-R;
  src: url(../fonts/T-R.ttf);
}
@font-face {
  font-family: T-M;
  src: url(../fonts/T-M.ttf);
}
@font-face {
  font-family: T-B;
  src: url(../fonts/T-B.ttf);
}
@font-face {
  font-family: T-EB;
  src: url(../fonts/T-EB.ttf);
}
/********************************/


/********************************/
body {
  font-family: T-M;

}
a:hover {
  text-decoration: none;
}
ul{
  margin: 0;
}
p {
  line-height: 27px;
  font-size: 18px;
  margin: 0;
  font-family: ;
  color: #656565;
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6{
  text-transform: capitalize;
}
/***********************************/
*:hover,
*:focus{
  outline: 0;
}
a:focus {
  outline: 0;
  outline-offset: 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-offset: 0;
}
.btn.focus, .btn:focus, .btn:hover {
  color: inherit;
  text-decoration: none;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
    text-align: right;
    direction: rtl;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: unset !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 15px 0 !important;
  border: 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: unset !important;
}
/*****************************************************************/



.pre-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pre-loader .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@-webkit-keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}

@keyframes loader {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}

.pre-loader .progress-bar {
  background-color: #0e74bbba;
  border: none;
  overflow: hidden;
  width: 200px;
  height: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 42px 0 0 0;
}

.pre-loader .progress-bar .Shape_1 {
  background-color: #0e74bbba;
  position: absolute;
  left: 583px;
  top: 459px;
  width: 200px;
  height: 2px;
  z-index: 4;
}

.pre-loader .progress-bar span {
  display: block;
}

.pre-loader .bar {
  background-color: #0e74bbba;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pre-loader .progress {
  -webkit-animation: loader 8s ease infinite;
  animation: loader 8s ease infinite;
  background: #cccccc;
  border: none;
  color: #fff;
  padding: 0px;
  width: 0;
  height: 2px;
}

.pre-loader .progress-bar {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

@-webkit-keyframes fade-scale-up-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.987) translateY(-50%);
    transform: scale(0.987) translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateY(0%);
    transform: scale(1.1) translateY(0%);
  }
}

@keyframes fade-scale-up-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.987) translateY(-50%);
    transform: scale(0.987) translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1) translateY(0%);
    transform: scale(1.1) translateY(0%);
  }
}


/********************************/
/***********************  *********************************/

.lang{
  position: relative;
}
.lang::after{
  content: '';
  position: absolute;
  left: 11px;
  top: 15px;
  background-image: url(../imgs/global.png);
  width: 20px;
  height: 20px;
  padding: 0;
}
.navbar-default .navbar-nav>li.lang a{
  margin-left: 22px;
}
.lang a{
  color: #818181;
  display: inline-block;
  font-size: 17px;

  text-transform: capitalize;
}
.lang a img{
  width: 22px;
}
.lang a span{
  margin: 0 3px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.social{

}

.social ul li a{
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  color: #505050;
  transition: all .2s ease-in;
}
.social ul li a:hover{
  color: #F4781E;
}
/***********************/
.face:hover a{
  color: #5067A4 !important;
}
.twi:hover a{
  color: #1AB3F1 !important;
}
.insta:hover a{
  color: #DA1884 !important;
}
.youtube:hover a{
  color: #E63343 !important;
}
.linked:hover a{
  color: #0077b5 !important;
}
/*****************************************************************/
/********************************************************/
.main-navv{

}
.navbar-left {
  margin-left: -8px;
}

.navbar-default {
  background-color: #fff;
  border-color: transparent;
  border-radius: 0;
}
 .navbar {
  padding: 12px 0;
  position: relative;
  min-height: unset;
  margin-bottom: 0;
  border: 0;
  box-shadow: unset;
}
 .navbar-brand {
  padding: 0 15px;
  font-size: unset;
  height: auto;
}
 .navbar-brand>img {
  display: inline-block;
  /*margin-top: 10px;*/
  width: 212px;
}
.navbar-collapse.collapse{
  padding: 0;
}
.navbar-default .navbar-nav>li{
  padding: 0 4px;
}
.navbar-default .navbar-nav>li>a{
  font-size: 17px;
  padding: 27px 10px;
  color: #444;

}
.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: #F4781E;
}
.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: #F4781E;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #F4781E;
}
.navbar-nav{
  margin-top: 0;
  margin-right: 50px;
}
.navbar-nav.navbar-left{
  margin-right: 0;
}
 .dropdown{
  overflow: visible !important;
}
 .dropdown::before{
  display: none;
}
 .dropdown-menu {
  min-width: 180px;
  padding: 5px 0;
  border-radius: 5px;
  overflow: hidden;
}
 .dropdown-menu>li>a {
  padding: 8px 20px;
  font-size: 16px;
}
 .dropdown-menu>li>a:hover {
  color: #F4781E !important;
  background-color: transparent;
}

 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #373737;
}
 .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: #373737;
  background-color:transparent;
}
.caret{
  margin-right: 5px;
  vertical-align: top;
  border-top: 0;
  border-top: 4px solid\9;
  border-right: 0;
  border-left: 0;
  margin-top: 2px;
  display: inline;
}
.caret i{
  transition: all .25s ease;
}
.navbar-nav > .open > a .caret i, 
.navbar-nav > .open > a:focus .caret i, 
 .navbar-nav > .open > a:hover .caret i{
  transform: rotate(180deg);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  color: #F4781E !important;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #F4781E;
  background-color: transparent;
}
/*******************/
.navbar-header2{
  display: none;

}
.navbar-header2 .lang a{
  margin-left: 16px;
}
.navbar-header2 .lang::after {
  left: 0;
  top: 3px;
}

/*****************************************************/
.navbar-default .navbar-nav>li>a.contact-l{
  color: #fff;
  text-transform: capitalize;
  padding: 10px 20px;
  position: relative;
  top: 16px;
  font-size: 16px;
  display: inline-block;
  border-radius: 55px;
  background: #F4781E;
  border: 1px solid #F4781E;
}
.navbar-default .navbar-nav>li>a.contact-l:hover{
  background: transparent;
  color: #F4781E;
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
}

/***********************************************************************/
.navbar-default .navbar-nav .menu-item-has-children {
    position: relative;
}

.navbar-default .navbar-nav .menu-item-has-children .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    display: block;
    transition: all .3s;
    min-width: 160px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 11;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav .menu-item-has-children:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all .3s ease;
}
/*******************************************************************/
/************************** slider *******************************/
.slider{
  position: relative;
  overflow: hidden;
}
/*******************************************/
.owl-carousel {
  direction: ltr;
}
.owl-carousel .owl-item {
  direction: rtl;
}
/* Start Slider */

.slider-img{
  position: relative;
  width: 100%;
  height: 650px;
  z-index: 0;
  overflow: hidden;
}
.slider-imgg {
  transition: all .3s ease-in;
  overflow: hidden;
  height: 100%;
}

.slider-img::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .64;
  background: #171717;
}

.slider-con{
  position: absolute;
  bottom: 210px;
  width: 100%;
  z-index: 2;
  font-size: 29px;
  transform: translateY(50px);
  opacity: 2;
  visibility: hidden;
  transition: all .7s ease-in;
  padding: 45px 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.slider .owl-item.active .slider-con{
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.slider-con h2{
  font-size: 54px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  /*overflow: hidden;*/
}
.slider-con p{
    color: #fff;
    margin: 17px auto;
    text-align: center;
}
/************************************************************/
/* Shutter In Horizontal */
.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: unset;
  position: relative;
  background: #F4781E;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #F4781E;
  color: #F4781E;
  padding: 9px 25px;
  overflow: hidden;
  font-size: 16px;
  border-radius: 25px;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
  color: white;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/**********************************************/
.slider-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;

}
/**************************************************/
.owl-next,
.owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 28px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  color: #fff !important;
  background: #F4781Ecf !important;
  padding: 0 !important;
  display: inline-block !important;
  transition: all .3s ease-in;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 100%;
}
.owl-prev:hover,
.owl-next:hover {
  background: #F4781E !important;
  border: 0 !important;
}
.owl-carousel .owl-nav button.owl-next:focus, 
.owl-carousel .owl-nav button.owl-prev:focus, 
.owl-carousel button.owl-dot:focus{
  border: 0 !important;
  box-shadow: none;
  outline: 0;
  outline: 0px auto;
}
.slider .owl-nav{
  bottom: 350px;
} 
 .owl-nav  {
  position: relative;
  z-index: 10000;
  transition: all .4s ease;
}
.slider .owl-prev {
  left: 40px;
}
.slider .owl-next {
  right: 40px;
}
.owl-next,
.owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 43px !important;
  font-size: 20px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  color: #F4781Ecf !important;
  background: #ffffffa6 !important;
  padding: 0 !important;
  display: inline-block !important;
  transition: all .3s ease-in;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 100%;
}
.owl-prev:hover,
.owl-next:hover {
  background: #fff !important;
  border: 0 !important;
}



.slider .owl-next,
.slider .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 43px !important;
  font-size: 20px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  color: #F4781Ecf !important;
  background: #ffffff38 !important;
  padding: 0 !important;
  display: inline-block !important;
  transition: all .3s ease-in;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 100%;
}
.slider .owl-prev:hover,
.slider .owl-next:hover {
  background: #fff !important;
  border: 0 !important;
}
@media(max-width: 500px){
  .owl-next,
  .owl-prev {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 38px !important;
    font-size: 18px !important
  }
}
/***************************************/

/*End Slider */
/***********************************************/
.owl-dots{
  position: relative;
  left: 0;
  right: 0;
  bottom: 0%;
  margin: 0 auto;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot{
  padding: 0 4px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #F4781E;
  border: 1px solid #F4781E;
  opacity: 1;
  border-radius: 5px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 6px;
  margin: 0;
  background: #BFBFBF;
  border: 1px solid #BFBFBF;
  transition: all .3s ease-in-out;
}
.slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  margin: 0 auto;
  text-align: center;
}
/**********************************************************************************************************************/

.se-title{
  margin-bottom: 50px;
  text-align: center;
}
.se-title h2{
  font-size: 24px;
  margin: 0;
  color: #444;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}
.se-title h2::after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  height: 3px;
  width: 60px;
  border-radius: 10px;
  background-color: #F4781E;
}

/***********************************************************************/
/******************************* about-us ********************************/
.about-us{
  padding: 70px 0 100px 0;
  overflow: hidden;
}
.about-us-con-p{

}
.about-us-con-p h3{
  font-size: 24px;
  margin: 0;
  color: #444;
  position: relative;
  padding: 0 16px;
}
.about-us-con-p h3::before{
  content: '';
  position: absolute;
  right: 0px;
  top: 2px;
  height: 25px;
  width: 4.5px;
  background-color: #F4781E;
}
.about-us-con p{
  margin: 25px 0;
}
/****************/
.about-imgs .col-md-6{
  padding: 0 8px;
}
.about-img{
  position: relative;
  z-index: 5;
}
.about-img img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  transition: all .4s ease-in;
  -webkit-box-shadow: 0px 0 20px rgb(41 41 41 / 14%);
  -moz-box-shadow: 0px 0 20px rgb(41 41 41 / 14%);
  box-shadow: 0px 0 20px rgb(41 41 41 / 14%);
}
.s-img{
  height: 145px;
}
.s-img1{
  margin-bottom: 15px;
}
.b-img{
  height: 305px;
}
/**************************************************************************************/
/******************************************** news *************************************/
.news{
  padding: 70px 0;
  background-color: #F5F5F5;
}

.news-box{
  margin: 0 12px 30px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  transition: all .4s ease-in;
  -webkit-box-shadow: 0px 0 10px 0px rgb(222 222 222 / 40%);
  -moz-box-shadow: 0px 0 10px 0px rgb(222 222 222 / 40%);
  box-shadow: 0px 0 10px 0px rgb(222 222 222 / 40%);
}
.news-img{
  height: 225px;
  overflow: hidden;
  position: relative;
}
.news-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .4s ease-in;
}
.news-img .date{
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 9px;
  width: 66px;
  height: 68px;
  text-align: center;
  -webkit-box-shadow: 0px 0 10px 0px rgb(222 222 222 / 45%);
  -moz-box-shadow: 0px 0 10px 0px rgb(222 222 222 / 45%);
  box-shadow: 0px 0 10px 0px rgb(222 222 222 / 45%);
}
.news-img .date span:first-child{
  color: #656565;
  font-size: 20px;
}
.date span:last-child{
  color: #F4781E;
  font-size: 18px;
}
.news-img .date span{
  display: block;
}
.news-con{
  padding: 22px 15px;
}
.news-con h4{
  margin: 0;
}
.news-con h4 a{
  color: #444444;
  font-size: 22px;
  display: inline-block;
  transition: all .4s ease-in;
  height: 26px;
  overflow: hidden;
}
.news-con p{
  color: #848484;
  font-size: 16px;
  line-height: 25px;
  margin: 6px 0;
  height: 72px;
  overflow: hidden;
}
.news-box:hover{
  -webkit-box-shadow: 0px 0px 10px 0px rgb(222 222 222 / 80%);
  -moz-box-shadow: 0px 0px 10px 0px rgb(222 222 222 / 80%);
  box-shadow: 0px 0px 10px 0px rgb(222 222 222 / 80%);
}
.news-box:hover .news-img img{
  transform: scale(1.2);
}
.news-box:hover .news-con h4 a{
  color: #F4781E;
}
.news .owl-theme .owl-dots,
.news .owl-theme .owl-nav.disabled+.owl-dots{
  margin-top: 30px;
}
/* Sweep To Top 
.more {
  color: #F4781E;
  font-size: 16px;
  border-bottom: 3px solid #F4781E;
  padding: 7px 10px;
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F4781E;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.more:hover, .more:focus, .more:active {
  color: white;
}
.more:hover:before, .more:focus:before, .more:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

*/
/****************************************************************************/
/*****************************************************************/
.investments{
  padding: 70px 0;
}
.investment-box{
  margin: 0 0 30px;
  border-radius: 5px;
  overflow: hidden;
  transition: all .4s ease-in;
  margin-bottom: 30px;
}
.investment-img{
  height: 280px;
  overflow: hidden;
  position: relative;
}
.investment-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .4s ease-in;
}
.investment-det{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 17px;
  width: 90%;
  height: 88%;
  padding: 20px;
  margin: 0 auto;
  transition: all .3s;
  border-radius: 5px;
  text-align: start;
  transform: translate(200%, 200%);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
}
.investment-det a h4{
  color: #F4781E;
  font-size: 20px;
  height: 24px;
}
.investment-det a{
  display: block;
}
.investment-det a p{
  font-size: 16px;
  line-height: 24px;
  color: #656565;
  height: 150px;
  overflow: hidden
}
.investment-box:hover .investment-det{
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.investment-title{
  padding: 17px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(0 0 0 / 0.49);
  opacity: 1;
  transition: all .2s ease-in-out;
}
.investment-title h4{
  margin: 0;
}
.investment-title h4{
  color: #fff;
  font-size: 20px;
  display: inline-block;
  transition: all .4s ease-in;
  height: 24px;
  overflow: hidden;
}
.investment-title p{
  color: #848484;
  font-size: 15px;
  line-height: 27px;
  margin: 8px 0 10px;
  height: 80px;
  overflow: hidden;
}
.investment-box:hover .investment-title{
  opacity: 0;
}
.investment-box:hover{
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(222 222 222 / 80%);
  -moz-box-shadow: 0px 0px 10px 0px rgb(222 222 222 / 80%);
  box-shadow: 0px 0px 10px 0px rgb(222 222 222 / 80%);
}
.investment-box:hover .investment-img img{
  transform: scale(1.2);
}
.investment-box:hover .investment-con h4 a{
  color: #F4781E;
}
.more-btn .btn {
  padding: 9px 35px;
}
.more-btn{
  margin-top: 25px;
}
/*****************************************************************************/
/************************************* footer ********************************/
footer{
  padding: 70px 0 0 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
footer::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
 
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #1377BD;
    opacity: .77;
    /* background-color: #1377BD;
    background-color: #F4781E;
    opacity: .65;*/
}
.contactf-links,
.imp-inv,
.imp-links,
.com-right{
  position: relative;
  z-index: 5;
}
footer h3{
  font-size: 24px;
  margin: 0 0 25px 0;
  color: #fff;
}
.contactf-links ul li a i{
  width: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  color: #F4781E;
  display: inline-block;
  font-size: 20px;
}
.contactf-links ul li a:hover{
  color: #fff;
}
footer ul li a{
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  display: inline-block;
  transition: all .3s ease-in;
}
footer ul li a:hover{
  color: #F4781E;
}
.contactf-links ul li a{
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
  display: inline-block;
  transition: all .3s ease-in;
}
.contactf-links ul li a img{
  width: 22px;
  transition: all .3s ease-in;
}
.contactf-links ul li a span{
  margin: 0 5px;
  display: inline-block;
  direction: ltr;
}
.imp-inv li{
  position: relative;
  padding: 0 18px;
}
.imp-inv li a{
  font-family: T-R;
}
.imp-inv li a::before{
  content: '';
  position: absolute;
  top: 9.5px;
  right: 0;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: #F4781E;
}
.submit{
  font-size: 16px;
  background: #F4781E;
  border: 1px solid #F4781E;
  box-sizing: unset;
  color: #fff;
  padding: 10px 40px;
  border-radius: 2px;
  transition: all .3s ease;
  margin-top: 7px;
  text-transform: uppercase;
}
.submit:hover,
.submit:focus{
  outline: 0;
  color: #F4781E;
  background: transparent;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.phone span{
  display: inline-block;
  direction: ltr;
}
/****************************************************************************/
/***********************************************************************/
/**************************** footer ***************************/
.com-right{
  border-top: 1px solid #eeeeee24;
  padding-top: 15px;
  margin-top: 50px;
}
.ryad-logo {
  position: relative;
  height: 42px;
}
/*************************/
.toTop {
  color: #fff;
  position: fixed;
  bottom: 42px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: #F4781E;
  border: 1px solid #F4781E;
  z-index: 35;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 20px;
}

.toTop:hover {
  background-color: #F4781E;
  border: 1px solid #F4781E;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #fff;
}
/********************************************************************************************************/
/********************************************************************************************************/
/********************************************************************************************************/
/*******************************************************************************************/
/********************** Page-haed *************************/
.page-head{
  padding: 130px 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.page-head::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0D0D0D;
  opacity: .77;
}
.page-name{
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-name h2{
  font-size: 50px;
  margin: 0;
  color: #F4781E;
  font-family: T-B;
}
.page-name ul{
  margin-top: 15px;
}
.page-name ul li,
.page-name ul li a{
  font-size: 20px;
  color: #BFBFBF;
  transition: all .3s ease-in .0s;
}
.page-name ul li i{
  font-size: 15px;
}
.page-name ul li a:hover{
  color: #F4781E;
}
/*****************************************************************************/
/********************************* about-us-page ******************************/
.page-content{
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hvr-icon-hang {
  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);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-hang .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-hang .hvr-icon,
.hvr-icon-hang .hvr-icon,
.hvr-icon-hang .hvr-icon {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.down-icon a {
  color: #fff;
}

.down-icon {
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}

.down-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background: #F4781E;
  font-size: 22px;
  display: inline-block;
  -webkit-box-shadow: 0 6px 20px 0px rgb(244 120 30 / 51%);
  -moz-box-shadow: 0 6px 20px 0px rgb(244 120 30 / 51%);
  box-shadow: 0 6px 20px 0px rgb(244 120 30 / 51%);
}
html {
  scroll-behavior: smooth;
}
/******************** about-con-text ************************/
.about-con-text .about-us-con-p p{
  font-size: 20px;
  line-height: 30px;
  color: #656565;
}

/************************ members ************************/
.members{
  background-color: #F5F5F5;
}
.member-box{
  margin: 50px 0 45px 0;
  padding: 5px 20px 40px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0 15px rgb(41 41 41 / 6%);
  -moz-box-shadow: 0px 0 15px rgb(41 41 41 / 6%);
  box-shadow: 0px 0 15px rgb(41 41 41 / 6%);
  border-radius: 5px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.member-box:hover{
  -webkit-box-shadow: 0px 0 20px rgb(41 41 41 / 12%);
  -moz-box-shadow: 0px 0 20px rgb(41 41 41 / 12%);
  box-shadow: 0px 0 20px rgb(41 41 41 / 12%);
}
.member-box span{
  margin-top: -111px;
  position: relative;
  display: inline-block;
  top: -15px;
}
.member-box span img{
  width: 120px;
  height: 120px;
  border: 2px solid #F4781E;
  border-radius: 100%;
  display: inline-block;
}
.member-box h4{
  font-size: 22px;
  color: #444;
}
.member-box h5{
  margin: 20px 0 0;
  font-size: 18px;
  color: #656565;
}

/****************************/
.member-details{
  padding: 20px 0;
  border: 1px solid #F4781E;
}
.member-details .exe-management-con{
  margin: 0;
}
.member-details .exe-management-img{
  height: 300px;
  border: 1px solid #BFBFBF;
}
.member-details p{
  font-size: 18px;
  color: #4B4B4B;
}
.member-details-con h3{
  font-size: 22px;
  color: #444;
  margin: 0;
}
.member-details-con h5{
  font-size: 17px;
  margin: 15px 0;
  color: #656565;
  position: relative;
  padding: 0 12px;
}
.member-details-con h5::before {
  content: '';
  position: absolute;
  right: 0px;
  top: 2px;
  height: 20px;
  width: 4.5px;
  background-color: #F4781E;
}
.modal-header {
  padding: 15px 15px 0;
  border-bottom: 0;
}
.modal-header .close {
  margin-top: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #F4781E;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  box-shadow: none;
  opacity: 1;
}
.modal-header .close span{
  display: inline-block;
  position: relative;
  top: -2px;
}
.member-social{
  margin: 20px 0;
}
.member-social a{
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: transparent;
  border-radius: 100%;
  color: #444;
  border: 1px solid #444;
  font-size: 18px;
  display: inline-block;
  transition: all .3s ease-in-out;
}
.member-social a:hover{
  color: #F4781E;
  border: 1px solid #F4781E;
}
/*********************** executive-management ****************************/
.executive-management-con{
  padding: 20px 0;
  border: 1px solid #F4781E;
  margin: 0 15px;
}
.exe-management-img{
  height: 400px;
  border-radius: 5px;
}
.exe-management-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
.exe-management-con{
  margin-top: 35px;
}
.exe-management-con h3{
  font-size: 24px;
  color: #444;
  position: relative;
  padding-bottom: 15px;
  margin: 0;
}
.exe-management-con h3::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #F4781E;
}
.exe-management-con p{
  font-size: 18px;
  padding: 20px 0;
  color: #4B4B4B;
}
.exe-management-con h4{
  font-size: 24px;
  color: #444;
  margin: 0;
}
/*****************************************************************************/
/********************************* archive-news ******************************/

/****************************************/
.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 2px;
}
.i-pagination li a, .i-pagination li.current,
.wp-pagenavi a,
.wp-pagenavi span{
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  text-align: center;
  color: #282828;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 2px rgba(237, 28, 36, 0.05);
  display: inline-block;
  transition: all .3s ease-in;
  border: 0 !important;
}

.wp-pagenavi a,
.wp-pagenavi span{
  line-height: unset;
}
.i-pagination li.current,
.wp-pagenavi .current{
  color: #fff;
  background: #F4781E;
}
.i-pagination li a:hover,
.wp-pagenavi a:hover{
  background: #F4781E;
  color: #fff;

}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: transparent;
}
.wp-pagenavi .pages{
  display: none
}
/*****************************************************************************/
/*********************************** 404 ***********************************/
.error-page{
  background-color: #F5F5F5;
}
.error-layout {
	padding: 50px 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: #F4781E;
	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: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #3b3b3be0;
}
.error-layout .outer a {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
	display: inline-block;
	color: #F4781E;
}
@media(max-width: 600px){
  .error-layout {
    padding: 0;
  }
  .error-layout .inner_ro span {
    font-size: 90px;
  }
  .error-layout .outer h4 {
    font-size: 20px;
  }
}
/*********************************************************************************/
/********************************* archive-services ******************************/
.archive-service-img{
  height: 350px;
  padding: 15px;
  position: relative;
  z-index: 5;
  border-radius: 5px;
}
.archive-service-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 9px 20px 0px rgb(42 42 42 / 0.25);
  -moz-box-shadow: 0px 9px 20px 0px rgb(42 42 42 / 0.25);
  box-shadow: 0px 9px 20px 0px rgb(42 42 42 / 0.25);
}
.archive-service-img::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
    width: 91%;
    height: 89%;
  background: #F4781E; 
  z-index: -1;
  border-radius: 5px;
  overflow: hidden;
}
.serv-icon{
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #fff;
}
.serv-icon img{
  height: 50px;
  width: 50px;
  box-shadow: none;
  object-fit: unset;
}
/*************/
.archive-service-con{
  margin-top: 30px;
}
.archive-service-con h3{
  font-size: 24px;

  color: #1D1E1D;
  margin: 0;
}
.archive-service-con p{
  font-size: 18px;
  line-height: 31px;
  margin: 15px 0;

  color: #373737;
}
.archive-service-con a {
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  position: relative;
  top: 15px;
  font-size: 16px;
  display: inline-block;
  border-radius: 4px;
  background: #F4781E;

  transition: all .3s ease-in .0s;
  border: 1px solid #F4781E;
}
.archive-service-con a:hover{
  color: #F4781E;
  background: transparent;
}
/**************************** even-one ********************/
.archive-services-even .serv-icon {
  left: 40px;
  right: auto;
}
.archive-services-even .archive-service-img::after {
  left: auto;
  right: 0;
}
.archive-services-even22{
  padding-bottom: 70px;
}
/*********************************************************************************/
/********************************* clients-page ******************************/
.clients-page{

}
.client-img{
  padding: 35px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(222 222 222 / 44%);
  -moz-box-shadow: 0px 0px 15px 0px rgb(222 222 222 / 44%);
  box-shadow: 0px 0px 15px 0px rgb(222 222 222 / 44%);
  height: 170px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  transition: all .3s ease-in-out;
}
.client-img:hover{
  transform: translateY(-7px);
}
.client-img a{
  display: block;
  height: 100%;
}
.client-img img{
  width: auto;
  margin: 0 auto;
  height: 100%;
  max-width: 100%;
  transition: all .3s ease-in-out;
}
/*********************************************************************************/
.modal-open .modal {
  background: rgb(29 30 29 / .81);
}
.modal-body {
  padding: 20px 40px 40px;
  border-radius: 4px;
  overflow: hidden;
}
.modal-dialog {
  width: 900px;
}
.modal.in .modal-dialog {
  padding: 70px 0;
}
.close-model{
  float: left;
}
/*********************************************************************************/
/********************************* archive-projects ******************************/
.archive-projects{
  background-color: #EFEFEF;
}
/**********************************************/

.side-links{
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 20px 0px rgb(191 191 191 / 24%);
  -moz-box-shadow: 0px 4px 20px 0px rgb(191 191 191 / 24%);
  box-shadow: 0px 4px 20px 0px rgb(191 191 191 / 24%);
}
.side-links h3{
  font-size: 21px;
  background: #F4781E;
  margin: 0;
  padding: 15px 15px;
  color: #fff;
}
.side-links ul{
  padding: 10px 0;
}
.side-links li a{
  font-size: 16px;
  padding: 12px 15px;
  color: #444444; 
  transition: all .3s ease-in;
  display: inline-block;
}
.side-links li.active a,
.side-links li a:hover{
  color: #F4781E;
}
/**************************************************/
.project-slider{

}

.project-slider-img{
  height: 400px;
  overflow: hidden;
  border-radius: 5px;
}
.project-slider-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
/**********************************/
.project-slider .owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 1px solid #fff;
}
.project-slider .owl-theme .owl-dots .owl-dot.active span, 
.project-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #F4781E;
  border: 1px solid #F4781E;
}
.project-slider .owl-next,
.project-slider .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 43px !important;
  font-size: 20px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  color: #F4781Ecf !important;
  background: #fff !important;
  padding: 0 !important;
  display: inline-block !important;
  transition: all .3s ease-in;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 100%;
}
.project-slider .owl-prev:hover,
.project-slider .owl-next:hover {
  color: #fff !important;
  background: #F4781Ecf !important;
  border: 0 !important;
}
@media(max-width: 500px){
  .project-slider .owl-next,
  .project-slider .owl-prev {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 38px !important;
    font-size: 18px !important
  }
}
.project-slider .owl-nav{
  bottom: 230px;
} 
.project-slider .owl-prev {
  left: 20px;
}
.project-slider .owl-next {
  right: 20px;
}
.project-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  margin: 0 auto;
  text-align: center;
}
/**************************************************/
.project-slider-details{
  margin-top: 20px;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 20px;
}
.project-slider-details h3{
  font-size: 24px;
  color: #444444;
  margin: 0 0 18px 0;
  font-family: T-B;
}
.project-slider-details p{
  font-size: 17px;
  color: #656565;
  margin-bottom: 12px;
}
.project-slider-details .more{
  margin-top: 10px;
  font-size: 17px;
}
/*********************************************************************************/
/********************************* archive-news ******************************/
.archive-news{
  background-color: #EFEFEF;
}
.archive-news .more {
  margin-top: 7px;
  border: 1px solid #F4781E;
  padding: 7px 17px;
  border-radius: 5px;
  overflow: hidden;
}
.archive-news .news-box {
  margin: 0 0 30px;
}
.archive-news-content{
  margin: 0;
}
/*********************************************************************************/
/********************************* archive-business ******************************/
.archive-business{
  background-color: #EFEFEF;
}
.business-con{
  border-radius: 5px;
  overflow: hidden;
}
.business-img{
  height: 350px;
  overflow: hidden;
}
.business-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.business-info{
  background-color: #fff;
  padding: 30px 20px;
}
.business-info p{
  font-size: 17px;
  color: #656565;
  margin-bottom: 12px;
}
/*********************************************************************************/
/****************************************** contact ******************************/
.contact,
.recruitment{
  background-color: #F5F5F5;
}
.contact-con{
  padding: 40px 20px;
  margin: 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 10px 0px rgb(222 222 222 / 14%);
  -moz-box-shadow: 0px 10px 10px 0px rgb(222 222 222 / 14%);
  box-shadow: 0px 10px 10px 0px rgb(222 222 222 / 14%);
}
.contact-con .col-md-6:first-child{
  position: relative;
}
.contact-con .col-md-6:first-child::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #b2b2b23b;
}
.contact-con h3{
  font-size: 22px;
  color: #444;
  margin: 0 0 30px;
}
label{
  font-size: 17px;
  color: #707070;
  margin-bottom: 5px;
  font-weight: 300;
}
.contact-info{
  margin-bottom: 30px;
}
.contact-info li{
  margin-bottom: 12px;
}
.contact-info span{
  display: inline-block;
}
.contact-info .c-icon{
  width: 23px;
  font-size: 20px;
  background: #F4781E;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
 -webkit-text-fill-color:transparent;
 position: relative;
 top: 4px;
}
.contact-info .c-con{
  display: inline-block;
  width: calc(100% - 35px);
}
.contact-info .c-con span{
  margin:  0 5px;
  font-size: 18px;
  display: inline-block;
  color: #656565;

}
.contact-info .loc .c-icon{
  display: inline-block;
  vertical-align: top;
}
.contact-info .loc .c-con span {
  width: 70%;
  line-height: 28px;
}
.contact-social {
  margin-top: 15px;
}
.contact-social a{
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: transparent;
  border-radius: 5px;
  color: #656565;
  border: 1px solid #656565;
  font-size: 18px;
  display: inline-block;
  transition: all .2s ease-in-out;
  text-align: center;
}
.contact-social a:hover{
  color: #F4781E;
  border: 1px solid #F4781E;
}
/*********** contact-form **************/
.contact-form .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #272727;
  background-color: transparent;
  background-image: none;
  border: 1px solid #cccccc87 !important;
  border-radius: 5px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-transition: unset;
  transition: all .24 ease-in;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-form textarea{
  padding: 12px 42px;
  height: unset !important;
  transition: all .4s ease-in;
  border: 1px solid #cccccc87 !important;
}
.contact-form textarea:focus{
  border: 1px solid #F4781E !important;
}
.contact-form input:focus,
.contact-form .form-control:focus{
  background-color: transparent !important;
  box-shadow: unset !important;
  border-color: #F4781E !important;
}
.contact-form form .form-group{
  position: relative;
  margin-bottom: 15px;
}
.contact-form .submit{
  padding: 9px 40px;
  font-size: 16px;
  box-shadow: unset;
  border-radius: 5px;
  color: #fff;
  border: 0;
  transition: all .4s ease-in;
  background: #F4781E;
  border: 1px solid #F4781E;
}
.contact-form .submit:hover,
.contact-form .submit:focus{
  color: #F4781E;
  background: transparent;
}
/*****************/
.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.contact-form input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.map{
  margin-top: 40px;
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}
.map iframe{
  width: 100%;
  height: 100%;
}
/******************************************************************************/
.archive-news,
.contact,
.archive-business,
.archive-projects{
  padding: 35px 0 50px 0;
}
/***********************************************************************************/
/******************************** archive-videos ************************************/
.archive-videos{

}
.archive-videos .news-img {
  height: 250px;
}
.archive-videos .news-img iframe{
  width: 100%;
  height: 100%;
}
/*************************************************************************************/
/***************************** single-news *****************************************/
.single-news{

}
.single-news-ul ul {
  margin: 17px 0 0px !important;
}
.single-news-ul li span {
  display: inline-block;
  margin: 0 4px;
  font-size: 16px;
}
.single-news-ul li i {
  font-size: 18px;
  color: #F4781E;
}
/*************************************************************************************/
/***************************** single-video *****************************************/
.single-video-i{

}
.single-video-i iframe{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}




/*********************************************************************************************/
.dropdown-menu>li>a {
    padding: 8px 20px;
    font-size: 15px;
    width: 250px;
    white-space: unset;
}
.phone span{
    display: inline-block;
    direction: ltr;
}
.body-inner{
    padding: 50px 0;
}
.entry-header h1 {
    font-size: 27px;
    color: #444;
    margin: 0 0 15px 0;
}
.entry-content p {
    font-size: 17px;
    margin-bottom: 6px;
}
.entry-content p strong {
    margin: 0 0 0 7px;
}
/*************************************************************************************/
/***************************** reports *****************************************/
.reports{
    
}
.reports h3 {
    font-size: 26px;
    margin: 0;
    color: #444;
    position: relative;
}
.reports ul {
    margin-top: 25px;
}
.reports-con ul li {
    margin: 10px 0 16px 0;
    padding: 15px;
    box-shadow: 0 0 30px #e8e8e8;
    border-radius: 15px;
    overflow: hidden;
    /* display: flex; */
    flex-wrap: wrap;
    align-items: center;
    font-size: 17px;
}
.reports-con ul li span {
    display: inline-block;
    width: calc(100% - 180px);
    margin-top: 6px;
}
.reports-con ul li .btnnn {
    float: left;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 20px;
}
.reports-con ul li .btnnn span {
    width: auto;
    margin: 0;
}

.btnnn span i {
    margin-right: 5px;
}
/**********************************/
.btnnn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #F4781E;
    border: 1px solid #F4781E;
    color: #fff;
    border-radius: 50px;
    box-shadow: none;
    line-height: 45px;
    padding: 0 40px;
    font-size: 17px;
    transition: all .5s;
    box-shadow: none;
}
.btnnn:hover{
    color: #F4781E;
    background: transparent;
}
/**********************************************************************************************************/
.business-info a{
    font-size: 17px;
    color: #444444;
    margin-bottom: 7px;
    display: inline-block;
}
.archive-business .col-md-3{
    position: relative;
    min-height: 700px;
}
.archive-business .side-links{
    position: relative;
    transform: translate(0%, 120%);
    top: 50%;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    transition: all .3s ease-in-out;
}
@media (max-width: 767px){
   .archive-business .col-md-3{
        min-height: auto;
    }
    .archive-business .side-links{
        transform: translate(0%, 0%);
        top: 0%;
    } 
    .archive-news, .contact, .archive-business, .archive-projects {
        min-height: auto;
    }
}
/*
.archive-business{
    height: 700px !important;
    min-height: 700px !important;
    padding-bottom: 70px;
}
.project-arc-connn{
    margin-right: 0;
    height: 600px;
    overflow-y: scroll;
}
.project-arc-connn::-webkit-scrollbar {
  width: 8px;
}
.project-arc-connn::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
.project-arc-connn::-webkit-scrollbar-thumb {
  background: #f4781e; 
  border-radius: 10px;
}
.project-arc-connn::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}
*/
/***************************************************/
.members .se-title h2,
.executive-management .se-title h2,
{
    font-size: 21px;
    padding: 11px 25px;
    border-radius: 25px;
    background: #F4781E;
    color: #fff;
}
.entry-header h1 {
    font-size: 21px;
    padding: 11px 25px;
    border-radius: 25px;
    background: #F4781E;
    color: #fff;
    display: inline-block;
}
.page-content.single .archive-service-con h3,
.reports h3{
    font-size: 20px;
    padding: 11px 25px;
    border-radius: 25px;
    background: #F4781E;
    color: #fff;
    display: inline-block;
}

/*********************************************************************************/
/************************ financial-statements ***********************************/
.financial-statements{
    
}
.financial-table{
  border-radius: 5px;
  box-shadow: 0px 3px 15px #0000001a;
}
.table thead{
  /*background-color: #F4781E;*/
  color: #fff;
  
  background-color: #f4781ec4;
}
.table{
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0 ;
}
.table-condensed>tbody>tr>td, 
.table-condensed>tbody>tr>th, 
.table-condensed>tfoot>tr>td, 
.table-condensed>tfoot>tr>th, 
.table-condensed>thead>tr>td, 
.table-condensed>thead>tr>th {
  padding: 15px 15px;
  text-align: center;
}
.table>thead:first-child>tr:first-child>th{
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
}
.table>tbody>tr>td{
  vertical-align: middle;
  font-size: 16px;
  color: #444;
}
.annual-report{
    font-size: 18px;
    color: #fff !important;
    background: #f4781ec4;
}
.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 0;
}
.titles-cross{
    position: relative;
    width: 122px
}
.titles-cross::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: skewY(-33deg);
    
}
.tt1{
    display: inline-block;
    position: relative;
    top: -3px;
    left: 0;
    right: 21px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
}
.tt2{
    position: relative;
    right: -22px;
    top: 2px;
    display: inline-block;
    font-size: 14px;
}
.tt1 span,
.tt2 span{
    display: block;
    transform: skew(0deg) !important;
}
/***********************/
.report-linkk a{
    display: inline-block;
   color: #F4781E;
    background: transparent;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 16px;
    border: 1px solid #F4781E;
    transition: all .3s ease-in;
}
.report-linkk a:hover{
    color: #fff;
    background: #F4781E;
}
/***********************************************/
.reports-con ul li {
    background: #fff;
}
.pdf-file-container a{
    color: #fff;
    text-transform: capitalize;
    padding: 10px 20px;
    position: relative;
    top: 16px;
    font-size: 16px;
    display: inline-block;
    border-radius: 55px;
    background: #F4781E;
    border: 1px solid #F4781E;
}
.pdf-file-container a:hover{
    color: #F4781E;
    background: transparent;
}

/*****************************************************************/
.slider_img .slider-img::after{
    display: none;
}
.business-info .reports-con ul li .btnnn{
    color: #fff;
}
.business-info .reports-con ul li .btnnn:hover{
    color: #F4781E;
}
.business-info .table>thead:first-child>tr:first-child>th {
    font-size: 16px;
}
.business-info .report-linkk a {
    padding: 8px 10px;
    font-size: 14px;
}
/**********************************************************/
/************************************************************/
/* Shutter In Horizontal */
.more {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: unset;
  position: relative;
  background: #F4781E;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #F4781E;
  color: #F4781E;
  padding: 7px 25px;
  overflow: hidden;
  font-size: 16px;
  border-radius: 25px;
}
.more:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.more:hover, .more:focus, .more:active {
  color: white;
}
.more:hover:before, .more:focus:before, .more:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.news-box .more{
    margin-top: 8px;
}



/*******************************************************************************************************/
/****************************************** last edit 2-8-2021 ************************************/
.navbar{
    background: #1377BD;
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a {
    padding: 14px 10px;
}
.navbar>.container .navbar-brand{
    background: #ffff;
    padding: 11px;
}
@media (max-width: 500px){
    .navbar {
        padding: 0px 0 !important;
    }
    .navbar-brand>img {
        margin-top: 0 !important;
    }
    .n-icons {
        margin-top: 20px !important;
    }

}
.news-con a{
   margin-top: 8px;  
}
/*************************/
.lang::after{
    filter: brightness(0) invert(1);
}
.lang a {
    color: #fff;
}
.member-box span img {
    width: 170px;
    height: 170px;
}
.member-box {
    margin: 70px 0 45px 0;
}
.page-head .page-name ul {
    display: none;
}
.relations-post-t .table-bordered {
    border: 1px solid #eee;
}
.relations-post-t .table-condensed>tbody>tr>td, 
.relations-post-t .table-condensed>tbody>tr>th, 
.relations-post-t .table-condensed>tfoot>tr>td, 
.relations-post-t .table-condensed>tfoot>tr>th, 
.relations-post-t .table-condensed>thead>tr>td, 
.relations-post-t .table-condensed>thead>tr>th {
    padding: 8px 15px;
}
.relations-post-t .report-linkk a{
    border: 0;
    padding: 0;
    font-size: 18px;
}
.relations-post-t .report-linkk a:hover {
    color: #F4781E;
    background: transparent;
}

.relations-post-t .business-info .table>thead:first-child>tr:first-child>th {
    font-size: 14px;
}
.relations-post-t .titles-cross::after {
    transform: skewY(335deg);
}
.new-archive-news {
    min-height: auto !important;
}
.news-img {
    height: 80px;
}
.single-news .single-news-ul table{
    margin: 30px 0;
    width: 100%;
}
.single-news .single-news-ul table .td-head{
    width: 255px;
}
.single-news .single-news-ul table td, 
.single-news .single-news-ul table th {
    padding: 15px;
    font-size: 16px;
    line-height: 25px;
}


@media screen and (max-width: 767px){
    .single-news .table-responsive>.table-bordered {
        border: 1px solid #ddd !important;
    }
}




/*
body.single-relations .archive-projects {
    background-color: #fff;
}
body.single-relations .business-info,
body.single-relations .block-invest.fact .business-con,
body.single-relations .block-invest.gg .business-con{
        box-shadow: 0px 3px 15px #0000001a;
}
*/

.page-content.executive-management.single-news .executive-management-con .single-news-ul table .td-head {
    /*width: 110px;*/
}



.distributed-profits thead,
.distributed-profits-td{
    color: #fff;
    background-color: #f4781ec4;
}

.distributed-profits td{
    text-align: center;
}