@charset "utf-8";
/*======================================
 [ -Main Stylesheet-
  Theme: Zonar
  Version: 1.0
  Last change: 09/09/2020 ]
++ Fonts ++
++ General Style ++
++ Loader ++
++ Cursor ++
++ Typography ++
++ Main ++
++ Header ++
++ Share ++
++ Button ++
++ Navigation ++
++ Hero ++
++ Section ++
++ Portfolio ++
++ Contacts ++
++ Blog ++
++ error ++
++ Responsive ++
/*-------------Fonts---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Mukta+Vaani:wght@200;300;400;500;600;700;800&amp;family=Oswald:wght@500;700&amp;family=Roboto:wght@500&amp;display=swap");
@import "./MyFonts.css";
/*-------------General Style---------------------------------------*/
html {
  overflow-x: hidden !important;
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 13px;
  height: 100%;
  text-align: center;
  background: #193659;
  color: #000;
  font-family: "DijlahFonts", sans-serif;
}
@-o-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* ---------Page preload--------------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
}

.MyPreloader {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-animation: rot 16s linear infinite;
  animation: rot 16s linear infinite;
}
@-webkit-keyframes rot {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.MyPreloader > li {
  width: 40px;
  height: 40px;
  background: #a0fefe;
  border-radius: 4px;
  box-shadow: 0 0 1px #fff, 0 0 5px #a0fefe, 0 0 10px #a0fefe, 0 0 15px #a0fefe,
    0 0 25px #a0fefe, 0 0 55px #a0fefe;
  -webkit-animation: scale 0.8s linear alternate infinite;
  animation: scale 0.8s linear alternate infinite;
}
@-webkit-keyframes scale {
  100% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
}
@keyframes scale {
  100% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
}
.MyPreloader > li:nth-child(1) {
  z-index: 24;
}
.MyPreloader > li:nth-child(2) {
  z-index: 23;
}
.MyPreloader > li:nth-child(3) {
  z-index: 22;
}
.MyPreloader > li:nth-child(4) {
  z-index: 21;
}
.MyPreloader > li:nth-child(5) {
  z-index: 20;
}
.MyPreloader > li:nth-child(6) {
  z-index: 19;
}
.MyPreloader > li:nth-child(7) {
  z-index: 18;
}
.MyPreloader > li:nth-child(8) {
  z-index: 17;
}
.MyPreloader > li:nth-child(9) {
  z-index: 16;
}
.MyPreloader > li:nth-child(10) {
  z-index: 15;
}
.MyPreloader > li:nth-child(11) {
  z-index: 14;
}
.MyPreloader > li:nth-child(12) {
  z-index: 13;
}
.MyPreloader > li:nth-child(13) {
  z-index: 12;
}
.MyPreloader > li:nth-child(14) {
  z-index: 11;
}
.MyPreloader > li:nth-child(15) {
  z-index: 10;
}
.MyPreloader > li:nth-child(16) {
  z-index: 9;
}
.MyPreloader > li:nth-child(17) {
  z-index: 8;
}
.MyPreloader > li:nth-child(18) {
  z-index: 7;
}
.MyPreloader > li:nth-child(19) {
  z-index: 6;
}
.MyPreloader > li:nth-child(20) {
  z-index: 5;
}
.MyPreloader > li:nth-child(21) {
  z-index: 4;
}
.MyPreloader > li:nth-child(22) {
  z-index: 3;
}
.MyPreloader > li:nth-child(23) {
  z-index: 2;
}
.MyPreloader > li:nth-child(24) {
  z-index: 1;
}
.MyPreloader > li:nth-child(25) {
  z-index: 0;
}
.MyPreloader > li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.MyPreloader > li:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.MyPreloader > li:nth-child(13) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.MyPreloader > li:nth-child(19) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.MyPreloader > li:nth-child(24) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.MyPreloader > li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.MyPreloader > li:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.MyPreloader > li:nth-child(14) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.MyPreloader > li:nth-child(20) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.MyPreloader > li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.MyPreloader > li:nth-child(9) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.MyPreloader > li:nth-child(15) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.MyPreloader > li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.MyPreloader > li:nth-child(10) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.MyPreloader > li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.MyPreloader > li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.MyPreloader > li:nth-child(6) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.MyPreloader > li:nth-child(11) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.MyPreloader > li:nth-child(16) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.MyPreloader > li:nth-child(21) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.MyPreloader > li:nth-child(7) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.MyPreloader > li:nth-child(12) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.MyPreloader > li:nth-child(17) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.MyPreloader > li:nth-child(22) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.MyPreloader > li:nth-child(13) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.MyPreloader > li:nth-child(18) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.MyPreloader > li:nth-child(23) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.MyPreloader > li:nth-child(19) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.MyPreloader > li:nth-child(24) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.MyPreloader > li:nth-child(25) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.loader-anim,
.loader-anim2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #193659;
}
.loader-anim2 {
  z-index: 1;
}
.loading-text-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  font-family: "DijlahFonts", sans-serif;
  font-weight: 700;
  /* transform: translate(-50%, -50%); */
}

.logo-preloader {
  position: absolute;
  left: 0;
  top: 0;
  /* transform: translate(-50%, -50%); */
  /* border-radius: 500px; */
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding:0 100px;
}

.logo-preloader img {
  animation: logoSymbol 2s linear;
  animation-iteration-count: 1;
  transform-origin: center center;
}

.logo-preloader > div.Loader_Box {
  padding: 0;
  -webkit-box-shadow: inset 0px 0px 50px 50px rgba(0, 0, 0, 0.47);
  box-shadow: inset 0px 0px 50px 50px rgba(0, 0, 0, 0.47);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
 
  
}
 /*.loader_container {
    
	animation: showMe 3s;
  }
  .loader_container video{
	  
	 
  }
  @keyframes scaled {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes showMe{
    0%{
        opacity:0;
    }
    50%{
        opacity:0;
    }
    100%{
       opacity:1;
    }
}*/
.logo-preloader > div.Loader_Box > video{
	border:solid 1px #215C89;border-radius: 15px;width:100%;height:100%;  position: static;
}
.logo-preloader > div#LOADER_UP {
   color: white;
  font-size: 20px;
  margin-top: 30px;
  background: #E3B139;
  padding:4px;
  height: 65px;
  width: 27px;
  border-radius: 25px;
  position: relative;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}

.logo-preloader i {
  animation: ArrowUp 1.5s infinite alternate;
}

@keyframes ArrowUp {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-40px);
  }
}

.loading-text {
  font-size: 48px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  display: block;
  line-height: 50px;
  position: relative;
  z-index: 2;
}
.loading-text strong {
  display: block;
}
.loader_count {
  position: absolute;
  right: -40px;
  top: -150px;
  font-size: 198px;
  z-index: 1;
}
.page-load {
  position: fixed;
  top: 80px;
  left: 80px;
  right: 0;
  bottom: 0;
  z-index: 119;
  -webkit-transform: translate3d(0, 0, 0);
  display: none;
}
.pl-row {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 25%;
  position: relative;
  z-index: 1;
}
.pl-row span {
  position: absolute;
  left: 0;
  right: 100%;
  top: 0;
  bottom: 0;
}
.pl-row span.pl-row-anim {
  z-index: 2;
  background: #071c35;
}
.pl-row span.pl-row-anim2 {
  z-index: 1;
}
.pl-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 170px;
  height: 300px;
  margin: -150px 0 0 -85px;
  /*border-radius: 100%;
  background: #071c35;
  box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.05);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;*/
  transform: scale(0);
}
.pl-spinner.act-loader {
  transform: scale(1);
}
.pl-spinner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 /* border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  /*animation: rotate 1s cubic-bezier(0.77, 0, 0.175, 1) infinite;*/
  box-sizing: border-box;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
*/

/* ------Cursor------------------------------------------------------------ */
.element {
  position: fixed;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
}
.element-item {
  position: fixed;
  transform: translate(-50%, -50%) scale(1);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.element-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #fff;
  border-radius: 100%;
  z-index: -1;
  transform: scale(1);
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.element-item.white_blur {
  border-color: rgba(51, 51, 51, 0.5);
}
.element-item.elem_hover:before {
  opacity: 0.2;
  transform: scale(6.5);
}
.element-item.elem_hover {
  border-color: transparent;
}
.element-item:after {
  font-family: Font Awesome\ 5 Pro;
  content: "";
  position: absolute;
  font-size: 7px;
  left: 50%;
  color: #fff;
  top: 50%;
  width: 14px;
  height: 14px;
  font-weight: 100;
  line-height: 14px;
  margin: -7px 0 0 -7px;
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transform: scale(0);
}
.element-item.slider_hover:before,
.element-item.close-icon:before {
  transform: scale(8.8);
}
.element-item.slider_hover {
  border-color: transparent;
  width: 60px;
  height: 60px;
}
.element-item.slider_hover:after {
  transform: scale(1);
  opacity: 1;
  content: "";
  font-family: "DijlahFonts", sans-serif;
  text-transform: uppercase;
  font-size: 10px !important;
  /* letter-spacing:2px; */
  text-indent: -10px;
}
.element-item.slider_linknext:after {
  content: "Next";
  text-indent: -8px;
}
.element-item.close-icon:after {
  transform: scale(1.5);
  opacity: 1;
  content: "\f00d";
  color: #fff;
  line-height: 16px;
}
/*--------------Typography--------------------------------------*/
p {
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #5e646a;
  font-family: "DijlahFonts", sans-serif;
}
blockquote {
  float: left;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 15px solid #eee;
  position: relative;
}
blockquote:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\f10e";
  position: absolute;
  color: #ccc;
  bottom: 3px;
  font-size: 43px;
  right: 6px;
  opacity: 0.4;
}
blockquote p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #666;
}
.bold-title {
  margin: 15px 0;
  font-size: 24px;
  text-align: left;
  font-weight: 600;
}
/*--------------General--------------------------------------*/
#main {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
}
.fl-wrap {
  float: right;
  width: 100%;
  position: relative;
}
.full-height {
  height: 100%;
}
.hidden-item,
.hov_zoom {
  overflow: hidden;
}
.content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
}
.container {
  max-width: 1224px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.small-container {
  max-width: 800px;
}
#wrapper {
  position: absolute;
  top: 80px;
  left: 80px;
  right: 80px;
  bottom: 0;
  z-index: 3;
}
.respimg,
.single-slider img {
  width: 100%;
  height: auto;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 3;
}
/* ------header------------------------------------------------------------ */
.main-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  z-index: 20;
  height: 80px;
  background: #193659;
  -webkit-transform: translate3d(0, 0, 0);
}
.logo-holder {
  position: absolute;
  top: 10px;
  right: 26px;
}
#logo-symbol {
  width: 70%;
  margin-top: 120px;
}
#video-symbol{
	width: 70%;
  margin-top: 150px;
}
.animation-symbol {
  animation: logoSymbol 2s linear 1s alternate;
  animation-iteration-count: 1;
}
@keyframes logoSymbol {
  from {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
  }
}
.logo-holder img {
  width: auto;
  height: 40px;
}
.header-contacts {
  float: left;
  position: relative;
  height: 80px;
  line-height: 80px;
  left: 100px;
}
.contacts-btn {
  display: none;
}
.header-contacts:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -130px;
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.main-header:before {
  content: "";
  position: absolute;
  width: 125px;
  left: 0;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.05);
}
.header-contacts ul {
  float: right;
}
.header-contacts li,
.contacts-btn {
  list-style: none;
  float: left;
  margin-left: 40px;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.51);
  /* letter-spacing: 4px; */
}
.header-contacts li:before {
  content: "";
  position: absolute;
  left: -30px;
  width: 15px;
  top: 50%;
  height: 2px;
  margin-top: -2px;
  background: #e3b139;
}
.header-contacts li a {
  transition: all 200ms ease-out;
  margin: 0 5px;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  display: inline-block;
}
.header-contacts li:first-child a {
  transform-origin: right;
  -webkit-transform-origin: right;
}
.header-contacts li:last-child a {
  transform-origin: left;
  -webkit-transform-origin: left;
}
.header-contacts li:hover a {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.header-contacts li:first-child::before {
  visibility: hidden;
}
.header-contacts li a:hover,
.contacts-btn:hover {
  color: #fff;
}
.left-header {
  background: #193659;
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 150px;
  z-index: 22;
  width: 80px;
  -webkit-transform: translate3d(0, 0, 0);
}
.left-header:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 70px;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}

.left-header:after {
  content: "";
  position: absolute;
  bottom: 144px;
  width: 60px;
  height: 8px;
  left: 50%;
  margin-left: -30px;
}
.lh_dec {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
}
.left-header_social {
  position: absolute;
  bottom: 190px;
  left: 50%;
  margin-left: -22px;
  width: 40px;
}
.left-header_social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  display: inline-table;
  background: #193659;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: none;
  position: relative;
}
.left-header_social li:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
  transition: all 200ms ease-out;
}
.left-header_social li:hover:before {
  width: 100%;
}
.left-header_social li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.left-header_social li a {
  position: relative;
  z-index: 2;
  color: #767676;
  transition: all 200ms ease-out;
}
.left-header_social li:hover a {
  color: #fff;
}
.share-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 150px;
  z-index: 31;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
}
.share-btn:before {
  content: "";
  position: absolute;
  top: -120px;
  width: 1px;
  height: 90px;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.share-btn:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #193659;
  transition: all 200ms ease-out;
}
.share-btn:hover:after,
.share-btn.uncl-share:after {
  top: 50%;
}
.share-btn span {
  color: #fff;
  position: relative;
  top: 106px;
  left: 18px;
  float: left;
  font-weight: 400;
  /* letter-spacing:2px; */
  text-transform: uppercase;
  font-size: 10px;
  z-index: 2;
}
.share-btn span i.fa-plus {
  position: absolute;
  transition: all 0.2s ease-in-out;
  left: 7px;
  width: 30px;
  padding-left: 2px;
  height: 30px;
  top: -86px;
  color: #fff;
  line-height: 28px;
  font-size:20px;
  font-weight: 900;
}

.share-btn span i.fa-share-alt {
  font-size: 20px;
  margin-left: 13px;
}

.share-btn.uncl-share span i:before {
  content: "\f00d";
}
.nav-button {
  float: left;
  width: 28px;
  height: 50px;
  margin-left: 50px;
  cursor: pointer;
  position: relative;
  top: 22px;
}
.nav-button span {
  width: 100%;
  float: left;
  margin-bottom: 6px;
  height: 2px;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s ease-in;
  transform: rotate(0deg);
  top: 0;
  left: 0;
}

.shareIconWebsite i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 225;
  background-color: #01152d;
  border-radius: 100%;
  padding: 10px;
  color: #e3b13e;
  transition: 0.3s linear;
  opacity: 0.2;
  font-size: 25px;
}

.shareIconWebsite i:hover {
  opacity: 1;
}

.nav-button:hover span:before {
  width: 100%;
}
.nav-button .ncs,
.nav-button .nbs {
  width: 60%;
  transition: all 0.2s ease-in;
}
.nav-button .ncs {
  float: right;
}
.nav-button.cmenu .nbs {
  transform: rotate(-45deg);
  top: -3px;
  left: 1px;
  transition-delay: 0.1s;
}
.nav-button.cmenu .ncs {
  transform: rotate(-45deg);
  top: 4px;
  left: -2px;
  transition-delay: 0.1s;
}
.nav-button.cmenu .nos {
  transform: rotate(45deg);
}
.nav-button:hover .menu-button-text {
  color: #fff;
}
.menu-button-text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 6px;
  color: rgba(255, 255, 255, 0.41);
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
}
.nav-button.cmenu .menu-button-text {
  margin-top: 16px;
}
.page-subtitle {
  position: absolute;
  top: 20px;
  left: 80px;
  text-align: right;
  z-index: 10;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  /* letter-spacing: 4px; */
}
.page-subtitle span {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
}
.page-subtitle:before {
  content: "";
  position: absolute;
  right: -80px;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 50%;
}
/*------ btn ------------------------------------------------*/
.btn {
  padding: 15px 38px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  /* letter-spacing:2px; */
  font-weight: 800;
  background: #193659;
  overflow: hidden;
  display: inline-block;
}
.btn span {
  position: relative;
  z-index: 3;
  left: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.1s;
}
.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  background: #01152d;
  transition: all 0.3s ease-in-out;
}
.btn:after {
  font-family: Font Awesome\ 5 Pro;
  content: "\f105";
  position: absolute;
  top: 16px;
  left: -20px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
  font-size: 11px;
}
.btn:hover:before {
  width: 100%;
}
.btn:hover:after {
  left: 26px;
}
.btn:hover span {
  left: 13px;
}
.fl-btn {
  /*float: right;
  margin-top: 15px;
  display: block;*/
  margin-top:10px;
}
/* ------share------------------------------------------------------------ */
.share-wrapper {
  position: fixed;
  bottom: 0;
  right: 80px;
  height: 150px;
  width: 0;
  background: #071c35;
  z-index: 100;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.share-container {
  overflow: hidden;
}
.share-icon,
.share-icon:after,
.close-share-btn i {
  transition: all 100ms linear;
}
.share-icon:hover {
  background: #193659;
}
.share-icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  float: left;
  position: relative;
  font-size: 16px;
  color: #fff;
  opacity: 0;
}
.share-icon:before {
  font-family: Font Awesome 5 Brands !important;
}
.share-icon-digg:before {
  content: "\f1a6";
}
.share-icon-email:before {
  content: "\f003";
}
.share-icon-flickr:before {
  content: "\f16e";
}
.share-icon-whatsapp:before {
  content: "\f232";
}
.share-icon-foursquare:before {
  content: "\f180";
}
.share-icon-rss:before {
  content: "\f09e";
}
.share-icon-facebook:before {
  content: "\f39e";
}
.share-icon-twitter:before {
  content: "\f099";
}
.share-icon-tumblr:before {
  content: "\f232";
}
.share-icon-linkedin:before {
  content: "\f0e1";
}
.share-icon-vimeo:before {
  content: "\f27d";
}
.share-icon-instagram:before {
  content: "\f16d";
}
.share-icon-telegram:before {
  content: "\f3fe";
}
.share-icon-in1:before {
  content: "\f08c";
}
.share-icon-stumbleupon:before {
  content: "\f1a4";
}
.close-share-btn {
  position: absolute;
  right: -75px;
  bottom: 0;
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 10px;
  background: #193659;
  z-index: 10;
  cursor: pointer;
}
/*------Navigation ------------------------------------------------*/
.nav-holder {
  position: fixed;
  top: 80px;
  width: 500px;
  right: -500px;
  z-index: 319;
  -webkit-transform: translate3d(0, 0, 0);
}
.nh_vis {
  left: 30%;
}
.nav-holder-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.nav-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  z-index: 20;
  background: #193659;
  padding: 0 10px 0 50px;
  height: 70px;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  text-transform: uppercase;
  /* letter-spacing:2px; */
  text-align: left;
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 318;
  width: 100%;
  background: rgba(37, 36, 37, 0.7);
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
}
.nav-container {
  padding: 60px 50px 100px;
  z-index: 20;
  background-color: #10253d;
}
nav.nav-inner {
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
  opacity: 0;
  transform: translateX(50px);
}
.sliding-menu ul {
  margin: 0;
  float: left;
  width: 100%;
  overflow: hidden;
}
.sliding-menu li {
  margin: 0;
  position: relative;
  float: left;
  width: 100%;
}
.sliding-menu a {
  float: right;
  padding: 0 0 0 20px;
  height: 40px;
  line-height: 40px;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  z-index: 2;
  width: 100%;
}
.sliding-menu a:hover {
  color: rgba(255, 255, 255, 0.41);
}
.sliding-menu li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  z-index: 1;
  transition: all 300ms linear;
  height: 100%;
  background: rgba(255, 255, 255, 0.071);
}
.sliding-menu a.act-link:after {
  width: 50%;
}
.sliding-menu a i {
  float: left;
  width: 35px;
  color: #74829c;
  position: relative;
  top: 3px;
}
.sliding-menu a.back:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\f177";
}
.sliding-menu a.back:hover:before {
  color: #fff;
}

.sliding-menu li:not(.submen-dec)::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  top: 10px;
  opacity: 1;
  border-radius: 100px;
}

.sliding-menu li:not(.submen-dec)::before {
  content: "";
  position: absolute;
  left: 9px;
  width: 5px;
  height: 5px;
  top: 14px;
  opacity: 1;
  border-radius: 100px;
  background: #e3b139;
}

.submen-dec:before {
  font-family: Font Awesome\ 5 Pro;
  content: "\f105";
  position: absolute;
  left: 6px;
  width: 10px;
  height: 10px;
  top: 14px;
  font-size: 12px;
  transform: rotateZ(-180deg);
  -webkit-transform: rotateZ(-180deg);
  color: rgba(255, 255, 255, 0.371);
  z-index: 20;
}
.nav-holder-wrap_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 125px;
  top: 100%;
  background: rgba(255, 255, 255, 0.02);
  z-index: 2;
}
.nav-holder-wrap_dec {
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #071c35;
}
.nhw-col.menuhol-dec-vis:before {
  transform: scale(2.5);
}
/*--------------hero--------------------------------------*/
.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.slider-wrap,
.portfolio-wrap,
.hero-slider-img .swiper-slide,
.hero-slider-wrap .swiper-slide {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hero-slider-wrap_halftwo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 25%;
  background: #071c35;
  z-index: 1;
}
.fs-gallery-wrap {
  z-index: 3;
}
.hero-conatiner {
  background: #071c35;
}
.hc_dec {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 0px 52px rgba(255, 255, 255, 0.05);
  right: 30%;
  margin-right: -305px;
  top: 50%;
  margin-top: -245px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.02);
}
.hc_dec:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100px;
  right: -120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.hc_dec:after {
  content: "";
  position: absolute;
  right: -120px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.hc_dec.start_anim:after {
  right: -4px;
  transform: scale(2.5);
}
.half-hero-wrap {
  position: absolute;
  top: 30%;
  right: 20%;
}
.half-hero-wrap h1 {
  text-align: right;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  position: relative;
  line-height: 66px;
  font-family: "DijlahFonts", sans-serif;
}
.half-hero-wrap h4 {
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.9);
  text-align: justify;
  float: right;
  direction: rtl;
  max-width: 550px;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  word-spacing: 2px;
}
.hhw_header {
  text-align: right;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  /* letter-spacing:2px; */
  padding-bottom: 20px;
}
.hc_dec_color {
  position: fixed;
  left: 0;
  height: 80px;
  width: 30%;
  top: 0;
  z-index: 20;
}
.hc_dec_color:after {
  content: "";
  position: absolute;
  left: 0;
  width: 80px;
  height: 150px;
  bottom: -150px;
  z-index: 1;
}
.hc_dec_color:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 170px;
  left: 40px;
  bottom: -255px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 2;
}
.hero-slider_control-wrap {
  position: absolute;
  right: 30%;
  bottom: 18px;
  z-index: 20;
}
.hero-slider_control-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.hsc {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #193659;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  margin-right: 4px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.hsc:hover {
  transform: scale(0.9);
  background: #193659;
}
.hsc_pp {
  position: absolute;
  left: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  top: 50%;
  margin-top: -25px;
  font-size: 13px;
  background: #fff;
  z-index: 20;
  border-radius: 50%;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.hsc_pp:after {
  content: "";
  position: absolute;
  left: -11px;
  top: -11px;
  right: -11px;
  bottom: -11px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
  transform: scale(1);
}
.hsc_pp i,
.hsc_pp2 i {
  transition: all 0.2s ease-in-out;
}
.hsc_pp2 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  width: 95px;
  height: 76px;
  line-height: 76px;
  background: #101f32;
  cursor: pointer;
}
.hsc_pp.auto_actslider i:before,
.hsc_pp2.auto_actslider2 i:before {
  content: "\f04c";
}
.hsc_pp:hover:after {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.2);
}
.hero-slider-wrap_pagination {
  position: absolute;
  bottom: 50px;
  left: -80px;
  width: 80px;
  z-index: 100;
}
.hero-slider-wrap_pagination:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  top: -50px;
  background: rgba(255, 255, 255, 0.05);
}
.hero-slider-wrap_pagination .swiper-pagination-bullet,
.fcwc-wrap .swiper-pagination-bullet {
  width: 100%;
  background: none;
  position: relative;
  height: 6px;
  opacity: 1;
}
.fcwc-wrap .swiper-pagination-bullet {
  margin-bottom: 20px;
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:before,
.tc-pagination .swiper-pagination-bullet:before,
.fcwc-wrap .swiper-pagination-bullet:before,
.fs-slider-wrap_pagination-wrap .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 6px;
  border-radius: 100%;
  background: #fff;
  margin-left: -3px;
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:after,
.tc-pagination .swiper-pagination-bullet:after,
.fcwc-wrap .swiper-pagination-bullet:after,
.fs-slider-wrap_pagination-wrap .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  transition: all 200ms linear;
  transform: scale(0);
}
.hero-slider-wrap_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.tc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.fcwc-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.fs-slider-wrap_pagination-wrap
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: scale(1.6);
}
.hs_counter {
  position: absolute;
  top: 50px;
  right: 90px;
  z-index: 1;
  font-family: "Oswald", sans-serif;
}
.hs_counter .total {
  float: left;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  top: 12px;
  right: -20px;
  width: 30px;
}
.hs_counter .total:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  left: -5px;
  top: 8px;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(30deg);
}
.hs_counter .current {
  font-size: 54px;
  float: left;
  width: 50px;
  position: relative;
}
.clone-counter {
  position: absolute;
  right: 70px;
  bottom: -20px;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
  -webkit-text-stroke-width: 1px;
  color: rgba(255, 255, 255, 0.01);
  font-size: 184px;
  display:none !important;
}
.clone-counter:before {
  content: "//";
  position: absolute;
  bottom: 50px;
  right: 100%;
  margin-right: 40px;
  font-size: 14px;
  -webkit-text-stroke-width: 0px;
  
}
.slider-progress-bar {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 20;
}
.slider-progress-bar:before,
.progress-indicator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: 2;
  background: #fff;
}
.slider-progress-bar:after,
.progress-indicator:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  left: -14px;
  top: -64px;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(-45deg);
  z-index: 1;
}
.progress-indicator {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
.progress-indicator svg {
  position: relative;
  top: -5px;
  height: 50px;
  transform: rotate(-90deg);
  width: 50px;
}
.progress-bar__background {
  fill: none;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1;
}
.progress-bar__progress {
  fill: none;
  stroke: #fff;
  stroke: #fff;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1.8;
}
.circ {
  transform: scale(1) rotate(-90deg);
  transition: transform 0.3s ease;
  z-index: 3;
  position: relative;
}
.circ circle {
  stroke-dasharray: 440px;
}
.circ1 {
  stroke-dashoffset: 440px;
}
.slider-progress-bar.act-slider .circ1 {
  stroke-dashoffset: 220px;
  transition: linear 2s stroke-dashoffset;
}
.hero-scroll-down-notifer {
  position: fixed;
  z-index: 10;
  left: 30px;
  margin-bottom: -15px;
  bottom: 50%;
}
.ThumbnailBtn {
  position: fixed;
  z-index: 10;
  left: 25px;
  bottom: 30px;
  height: 43px;
  width: 43px;
  overflow: hidden;
}
.ThumbnailBtnActive > .ThumbnailBtnContainer {
  bottom: 100px !important;
}
.ThumbnailBtnActive > .CloseBtnContainer {
  bottom: 0;
}
.CloseBtnContainer {
  position: absolute;
  left: 0;
  bottom: -100px;
  cursor: pointer;
  z-index: 20;
  transition: 0.5s;
  height: 100%;
  width: 100%;
}
.CloseBtnContainer span:first-child {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(-50%, -50%);
  z-index: 20;
  height: 2px;
  width: 24px;
  background-color: #e3b139;
  transition: 0.5s;
  transition-delay: 0.5s;
  transition-property: transform, -webkit-transform;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
}
.CloseBtnContainer span:last-child {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(-50%, -50%);
  z-index: 20;
  height: 2px;
  width: 24px;
  background-color: #e3b139;
  transition: 0.5s;
  transition-delay: 0.5s;
  transition-property: transform, -webkit-transform;
  transform: rotateZ(-0deg);
  -webkit-transform: rotateZ(-0deg);
}
.ThumbnailBtnActive > .CloseBtnContainer span:first-child {
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
}
.ThumbnailBtnActive > .CloseBtnContainer span:last-child {
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
}
.ThumbnailBtnContainer {
  transition: 0.5s;
}
.grid-item {
  width: 120px;
  display: flex;
}
.overlayThumbnailApp {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 75px;
  height: 100%;
  background: #071c35;
  z-index: 220;
  overflow: hidden;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
 /* transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transition: 0.5s ease-in-out;*/
}
.overlayThumbnailApp > div {
  width: 90%;
}
.filter-by-button-group {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 10% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  overflow:auto;
  justify-content: flex-start;
}
.filter-by-button-group > button {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  padding: 10px;
  color: #e3b139;
  font-family: "DijlahFonts";
  border-left: 1px solid #254061;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  
}

.filter-by-button-group > span {
  z-index: 1;
}
.filter-by-button-group > button::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: " ";
  top: 0;
  right: 0;
  background-color: #254061;
  z-index: -1;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transform-origin: right;
  -webkit-transform-origin: right;
  transition: 0.3s ease-in;
}
.filter-by-button-group > button:hover::after {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}
.isCheckFilterBtn {
  color: #254061 !important;
}
.isCheckFilterBtn:after {
  background-color: #e3b139 !important;
  transform: rotateY(0deg) !important;
  -webkit-transform: rotateY(0deg) !important;
}
.overlayThumbnailApp > div > div > a > img {
  max-width: 120px;
  max-height: 120px;
  width:100%;
  height:100%
}
.overlayThumbnailApp > div > div > a {
  height: 120px;
  width: 120px;
  position: relative;
}
.overlayThumbnailApp > div > div {
 /* margin: 5px 10px;*/
}
.overlayThumbnailApp > div > div > a > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 225;
  background-color: #01152d;
  border-radius: 100%;
  padding: 10px;
  color: #e3b13e;
  transition: 0.3s linear;
  opacity: 0;
}
.overlayThumbnailApp > div > div > a:hover > i {
  opacity: 1;
}
.hero-scroll-down-notifer i {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
}
.scroll-down-wrap {
  float: left;
  position: relative;
}
.scroll-down-wrap span {
  float: left;
  margin-left: 20px;
  position: relative;
  top: 6px;
  font-weight: 500;
  font-size: 10px;
  /* letter-spacing:2px; */
  text-transform: uppercase;
  color: #fff;
  z-index: 10;
}
.mousey {
  float: left;
  width: 20px;
  height: 30px;
  border-radius: 6px;
  padding: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.scroller {
  position: relative;
  left: 50%;
  top: 6px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background: #071c35;
  border-radius: 4px;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
.start-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 90px;
  color: #fff;
  z-index: 50;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  font-size: 10px;
  background: #193659;
  font-weight: 800;
  border-right: 6px solid;
}
.start-btn.st2 {
  right: auto;
  left: 0;
  border: none;
}
.start-btn:before {
  content: "";
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 200ms linear;
}
.start-btn:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  bottom: 20px;
  z-index: 1;
}
.start-btn span {
  position: relative;
  z-index: 2;
}
.start-btn i {
  transition: all 200ms linear;
  position: relative;
  left: 20px;
}
.start-btn:hover i {
  left: 30px;
  color: #fff;
}
.start-btn:hover:before {
  left: 0;
}
.hero-corner-dec {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 4;
  position: absolute;
  right: 200px;
  bottom: 36px;
  left: 53px;
  top: calc(50% + 60px);
}
.hero-corner-dec2 {
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  z-index: 4;
  background: #071c35;
}
.hero-corner-dec2:before,
.hero-section-dec:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.hero-decor-numb {
  position: absolute;
  z-index: 20;
  left: 140px;
  top: 66px;
  /* padding-left: 80px; */
  padding-left: 45px;
  padding-right: 15px;
  cursor: pointer;
  overflow: hidden;
}
.hero-decor-numb.hdn2 {
  right: 0;
  top: 50%;
}
.hero-decor-numb:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1px;
}
.hero-decor-numb.hdn2:after {
  content: "";
  position: absolute;
  right: 0;
  left: 50%;
  top: -20px;
  bottom: -20px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all 200ms linear;
}
.hero-decor-numb.hdn2:hover:after {
  left: 60px;
}
.hero-decor-numb-tooltip {
  position: absolute;
  right: 50px;
  top: -40px;
  opacity: 0;
  visibility: hidden;
}
.hero-decor-numb span {
  float: left;
  margin-right: 40px;
  position: relative;
  top: 0;
}
.hero-decor-numb span,
.hero-decor-numb-tooltip {
  transition: all 200ms linear;
  color: #fff;
  /* letter-spacing: 10px; */
  font-size: 14px;
  text-transform: uppercase;
  z-index: 2;
}
.hero-decor-numb:hover span {
  top: 50px;
  opacity: 0;
  visibility: hidden;
}
.hero-decor-numb:hover .hero-decor-numb-tooltip {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.hero_promo-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  background: #071c35;
  z-index: 20;
}
.hero_promo-wrap:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  left: -5px;
  top: -5px;
  z-index: 1;
}
.hero_promo-title {
  float: left;
  width: 350px;
  color: #fff;
  padding: 45px 30px 45px 50px;
  text-align: left;
  position: relative;
  z-index: 3;
  background: #071c35;
}
.hero_promo-title:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50px;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.hero_promo-title:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50px;
  width: 50px;
  height: 1px;
  z-index: 2;
}
.hero_promo-title h4 {
  font-size: 17px;
  font-weight: 600;
  padding: 10px 0;
}
.hero_promo-title p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 15px;
}
.hero_promo-button {
  position: absolute;
  width: 250px;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
}
.hero_promo-button a {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  background: #000;
  color: #fff;
  z-index: 20;
  font-size: 10px;
  transition: all 0.3s ease-in-out;
}
.hero_promo-button a:hover {
  box-shadow: 0px 0px 0px 17px rgba(255, 255, 255, 0.2);
  color: #fff;
}
.hdyn_gal {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  z-index: 21;
  background: #071c35;
  text-transform: uppercase;
  font-size: 10px;
  /* letter-spacing:2px; */
  color: #fff;
}
.hdyn_gal:before {
  content: "";
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #323232;
  transition: all 0.3s ease-in-out;
}
.hdyn_gal i {
  padding-right: 20px;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.hdyn_gal i,
.hdyn_gal span {
  position: relative;
  z-index: 2;
}
.hdyn_gal:hover:before {
  left: 0;
}
.hdyn_gal:hover i {
  left: -10px;
}
.hero-carousel-wrap {
  padding: 6px;
}
.hero-carousel .swiper-slide .bg {
  width: 85%;
left: 7%;
top: 1.5%;
height: 97%;
transform: translateZ(0);
background-size: 100% 100%;
}
.grid-carousel-title {
  position: absolute;
  top: 45%;
 /* right: 5%;*/
  padding: 0 50px;
  z-index: 3;
  opacity: 0.6;
  margin-top: 40px;
  transition: all 0.3s linear;
  transition-delay: 1s;
  opacity: 0;
  width: 100%;
}
.hero-carousel .swiper-slide-active .grid-carousel-title {
  margin-top: 0;
  opacity: 1;
}
.DownAppContainer {
  position: absolute;
  width: 70%;
  left: 15%;
  bottom: 0%;
  display: flex;
  justify-content: space-evenly;
  z-index: 55;
}
.androidBtn {
  background-color: #a3c639;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  border-radius: 100%;
}
.appleBtn {
  background-color: #ffffff;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  border-radius: 100%;
}
.androidBtn:hover {
  box-shadow: 0px 0px 20px #a3c639;
}
.appleBtn:hover {
  box-shadow: 0px 0px 20px #ffffff;
}
.androidBtn > img {
  filter: invert(1);
}
.grid-carousel-title h3 {
  font-size: 34px;
  font-weight: 800;
  direction: rtl;
  color: #fff;
  position: relative;
  font-family: "DijlahFonts", sans-serif;
  text-align: center;
}
.grid-carousel-title h3 a {
  color: #fff;
}
.grid-carousel-title h4 {
  font-weight: 600;
  padding-top: 10px;
  direction: rtl;
  text-transform: uppercase;
  font-size: 10px;
  /* letter-spacing:2px; */
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  text-align: right;
  padding-bottom: 20px;
}
.grid-carousel-title h3:before {
  content: "";
  position: absolute;
  right: 0;
  width: 60px;
  height: 2px;
  top: -15px;
}
.hero-carousel .swiper-slide,
.fs-slider .swiper-slide {
  overflow: hidden;
}
.hero-carousel .swiper-slide .overlay,
.carousle-item-number,
.carousle-item-dec,
.grid-carousel-title .btn {
  transition: all 0.3s linear;
  transition-delay: 1s;
  transform: translateZ(0);
}
.grid-carousel-title .btn {
  opacity: 0;
  top: 20px;
}
.hero-carousel .swiper-slide-active .overlay {
  opacity: 0.6;
}
.carousle-item-number {
  position: absolute;
  top: 40px;
  right: -40px;
  z-index: 19;
  font-size: 14px;
  color: #fff;
  text-align: center;
  opacity: 1;
  margin-bottom: -50px;
}
.hero-carousel .swiper-slide-active .carousle-item-number {
  opacity: 1;
  right: 40px;
}
.carousle-item-dec {
  position: absolute;
  left: 40px;
  top: 48px;
  width: 0;
  height: 0;
  border-left: 1px solid;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.4);
  z-index: 20;
}
.hero-carousel .swiper-slide-active .carousle-item-dec {
  width: 180px;
  height: 100px;
}
.hero-carousel .swiper-slide-active .grid-carousel-title .btn {
  opacity: 1;
  top: 0;
}
.hsc_counter-wrap {
  position: absolute;
  bottom: 150px;
  right: -55px;
  z-index: 20;
  color: #fff;
  padding: 20px 0;
  width: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  font-size: 11px;
}
.hsc_counter-wrap div {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.hsc_counter-wrap div span {
  position: relative;
  display: block;
}
/*------section ------------------------------------------------*/
.section-separator {
  height: 1px;
}
.section-separator span {
  position: absolute;
  right: 0;
  width: 150px;
  height: 1px;
  top: 0;
  z-index: 10;
}
.section-separator:before {
  content: "";
  position: absolute;
  left: 80px;
  right: 0;
  height: 10%;
  background: #eee;
  z-index: 1;
}
.section-separator.sp2:before {
  left: 0;
}
.section-separator:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 74px;
  top: -4px;
  z-index: 2;
}
.section-separator.sp2:after {
  left: 4px;
}
section {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}
section.parallax-section .bg {
  height: 120%;
  top: 0;
}
.dark-bg {
  background: #232323;
}
.pbg-title {
  width: 250px;
  height: 320px;
  opacity: 0.2;
  right: 80px;
  bottom: -100px;
}
.section-number {
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 224px;
  font-weight: bold;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  color: #eee;
  opacity: 0.7;
  font-family: "DijlahFonts", sans-serif;
  /*transform: rotate(-90deg);*/
  direction:rtl;
}
.section-number span {
  position: relative;
  overflow: hidden;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}
.section-number span:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 50%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}
.body-color-bg {
  position: fixed;
  top: 80px;
  right: 80px;
  bottom: 0;
  left: 0;
  background: #101f32;
  -webkit-transform: translate3d(0, 0, 0);
}
.page-scroll-nav,
.fixed-bottom-panel {
  position: fixed;
  left: 0;
  width: calc(70% - 125px);
  background: #193659;
  bottom: 0;
  z-index: 20;
  -webkit-transform: translate3d(0, 0, 0);
}
.fs-slider-controls-wrap {
  position: absolute;
  width: calc(30% + 94px);
  height: 75px;
  z-index: 20;
  background: #193659;
  bottom: 0;
  right: 0;
}
.fs-slider-controls-wrap.fscw2 {
  width: 100%;
  background: none;
}
.fs-slider-wrap_pagination-wrap {
  position: relative;
  display: inline-block;
  top: 28px;
}
.fs-slider-wrap {
  padding: 6px;
}
.fsc {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  background: #193659;
  border-radius: 100%;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease-in-out;
}
.fsc.fsc-next,
.ccsw-next {
  right: 40px;
}
.fsc.fsc-prev {
  left: 14px;
}
.ccsw-prev {
  left: 40px;
}
.fsc:hover {
  color: #fff;
}
.page-scroll-nav_wrap {
  float: left;
  position: relative;
  bottom: 0;
  padding-left: 80px;
  width: 100%;
}
.page-scroll-nav_wrap li {
  display: inline-block;
}
.psn_button {
  float: left;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  /* letter-spacing:2px; */
  font-weight: 600px;
  display: none;
  height: 75px;
  line-height: 75px;
  background: #254061;
  width: 220px;
}
.psn_button i {
  margin-right: 10px;
}
.page-scroll-nav_wrap li a,
.fixed-bottom-panel .gallery-filters a {
  height: 75px;
  line-height: 75px;
  display: block;
  padding: 0 30px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  /* letter-spacing:2px; */
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}
.fixed-bottom-panel .gallery-filters a {
  display: inline-block;
}
.page-scroll-nav_wrap li a:after,
.fixed-bottom-panel .gallery-filters a:after,
.pagination a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 1;
  bottom: 0;
  transition: all 200ms linear;
}
.fixed-bottom-panel.hfw .gallery-filters a:after {
  bottom: inherit;
  top: 0;
}
.page-scroll-nav_wrap li a:after {
  z-index: 2;
}
.page-scroll-nav_wrap li a.act-sec,
.page-scroll-nav_wrap li a:hover,
.fixed-bottom-panel .gallery-filters a:hover,
.fixed-bottom-panel .gallery-filters a.gallery-filter-active {
  color: #fff;
}
.page-scroll-nav_wrap li a.act-sec:after,
.fixed-bottom-panel .gallery-filters a.gallery-filter-active:after,
.pagination a.current-page:after {
  width: 100%;
}
.to-top-btn {
  position: fixed;
  width: 78px;
  height: 75px;
  line-height: 75px;
  right: calc(30% + 47px);
  bottom: 0;
  cursor: pointer;
  background: #193659;
  z-index: 500;
  -webkit-transform: translate3d(0, 0, 0);
}
.to-top-btn:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  background: #193659;
  transition: all 200ms linear;
  z-index: 1;
}
.to-top-btn i {
  position: relative;
  z-index: 2;
}
.to-top-btn:hover:before {
  top: 0;
}
.hero-section-dec {
  position: fixed;
  left: 80px;
  top: 80px;
  width: 150px;
  height: 150px;
  z-index: 10;
}
.section-title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-title:before {
  content: "";
  position: absolute;
  right: 0;
  top: -40px;
  height: 2px;
  width: 30px;
}
.section-title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  height: 1px;
  width: 90%;
  background: #eee;
}
.section-title h3 {
  font-size: 26px;
  text-align: right;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
  float: right;
  width: 100%;
  /* letter-spacing: 2px; */
  direction: rtl;
  padding-bottom: 10px;
  line-height: 34px;
}
.section-title h3:before {
  content: "";
  position: absolute;
  right: -90px;
  top: -10px;
  width: 150px;
  bottom: 4px;
  z-index: -1;
  background: rgb(242, 242, 242, 0.5);
}
.section-title p {
  padding-top: 10px;
  color: #666;
  text-align: right;
  direction: rtl;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  /* letter-spacing: 1px; */
  line-height: 22px;
  position: relative;
  z-index: 2;
  max-width: 450px;
}
.Tags {
  float: right;
}
.Tags > a {
  float: right;
  padding: 10px;
  border: 1px solid #e3b139;
  margin: 0px 5px;
  transition: 0.5s;
  font-family: "DijlahFonts";
}
.Tags > a:hover {
  background-color: #e3b139;
  color: white;
}
/*-------------accordion---------------------------------------*/
.accordion {
  float: left;
  width: 100%;
  position: relative;
}
.accordion a.toggle {
  border: 1px solid #eee;
  padding: 18px 70px 18px 30px;
  float: right;
  width: 100%;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  /* letter-spacing: 2px; */
  transition: all 300ms linear;
}
.accordion a.toggle span {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 60px;
  background: #193659;
}
.accordion a.toggle span:before,
.accordion a.toggle span:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transition: all 300ms linear;
}
.accordion a.toggle span:before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  margin-left: -5px;
}
.accordion a.toggle span:after {
  width: 2px;
  height: 10px;
  margin-top: -5px;
  margin-left: -1px;
}
.accordion a.toggle.act-accordion {
  color: #fff;
  background: #101f32;
  border-color: transparent;
}
.accordion a.toggle.act-accordion span:after {
  height: 0;
}
.accordion-inner {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  padding: 15px 30px;
  background: #f9f9f9;
  margin: 0 0 15px;
  text-align: left;
  border: 1px solid #eee;
  text-align: right;
  direction: rtl;
}
.accordion-inner.visible {
  display: block;
}
/*------portfolio ------------------------------------------------*/
#portfolio_horizontal_container {
  height: 100%;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
#portfolio_horizontal_container .portfolio_item {
  width: auto;
  height: 100%;
  float: left;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#portfolio_horizontal_container.no-padding .portfolio_item {
  padding: 0;
}
#portfolio_horizontal_container.one-ver-columns .portfolio_item {
  padding-bottom: 0;
}
#portfolio_horizontal_container.two-ver-columns .portfolio_item {
  height: 50%;
}
#portfolio_horizontal_container.two-ver-columns
  .portfolio_item.portfolio_item_second {
  height: 100%;
}
#portfolio_horizontal_container.three-ver-columns .portfolio_item {
  height: 33.3%;
}
.one-ver-columns {
  height: 100%;
}
#portfolio_horizontal_container .portfolio_item img {
  float: left;
  width: auto;
  position: relative;
  z-index: 1;
  height: 100%;
  transform: translateZ(0);
}
.grid-item-holder {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#portfolio_horizontal_container .portfolio_item .grid-item-holder {
  width: auto;
  height: 100%;
}
.horizontal-grid-wrap {
  overflow: hidden;
  top: 0;
  padding: 0 0 0 0;
}
.horizontal-grid-wrap.hgw_fh {
  height: 100%;
}
.gallery-items_fs {
  padding-bottom: 70px;
}
.gallery-item,
.grid-sizer {
  width: 33.3%;
  position: relative;
  float: right;
  overflow: hidden;
}
.gallery-item-second,
.grid-sizer-second {
  width: 66.6%;
}
.four-column .gallery-item {
  width: 25%;
}
.four-column .gallery-item.gallery-item-second,
.two-column .gallery-item {
  width: 50%;
}
.two-column .gallery-item.gallery-item-second {
  width: 100%;
}
.min-pad .gallery-item {
  padding: 2px;
}
.big-pad .gallery-item {
  padding: 8px;
}
.gallery-item img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: #071c35;
  transform: translateZ(0);
}
.grid-det {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background: rgba(31, 31, 31, 0.8);
}
.grid-det-item,
.grid-det_category {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 10px 30px;
  z-index: 10;
  transition: all 300ms ease-in-out;
}
.grid-det_link {
  color: #fff;
  display: block;
  font-size: 16px;
  font-family: "DijlahFonts", sans-serif;
  text-align: right;
  direction: rtl;
  position: relative;
  font-weight: 600;
}
.grid-det_link:before {
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  width: 20px;
  height: 2px;
}
.grid-det_link i {
  padding-left: 20px;
  font-size: 12px;
  transition: all 300ms ease-in-out;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
.grid-det_link:hover i {
  padding-left: 30px;
}
.grid-det_category {
  bottom: inherit;
  top: 20px;
}
.grid-det_category a {
  float: left;
  margin-left: 8px;
  text-transform: uppercase;
  font-size: 10px;
  /* letter-spacing:2px; */
  text-align: left;
  font-weight: 800;
}
.grid-media-zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #193659;
  font-size: 12px;
  z-index: 20;
  color: #fff;
  transition: all 300ms ease-in-out;
}
.fs-folio-counter {
  position: fixed;
  bottom: 150px;
  right: 25px;
  color: #fff;
  padding: 20px 0;
  width: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  font-size: 11px;
  z-index: 20;
}
.fs-folio-counter div {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 11px;
}
.fs-pg-idicator_wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 75px;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
}
.fs-pg-idicator_wrap .progress-indicator,
.fs-pg-idicator_wrap .slider-progress-bar {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -25px;
}
.fs-pg-idicator_wrap .progress-indicator svg,
.fs-pg-idicator_wrap .slider-progress-bar svg {
  margin: -5px 0 0 5px;
}
.fs-pg-idicator_wrap .slider-progress-bar svg {
  margin-top: -8px;
}
.fs-pg-idicator_wrap .progress-indicator:after,
.fs-pg-idicator_wrap .slider-progress-bar:after {
  height: 100px;
  right: 50%;
  top: -74px;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(0deg);
}
.fcc_column {
  position: absolute;
  right: 110px;
  top: 260px;
  z-index: 4;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.fcc_column div {
  float: left;
  margin-left: 20px;
  font-size: 38px;
  position: relative;
}
.fcc_column div.num-album {
  font-size: 18px;
  top: -10px;
}
.fcc_column div.num-album span {
  position: relative;
  top: 0;
  opacity: 1;
  display: block;
}
.fcc_column div.all-album:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  left: -12px;
  top: 8px;
  background: rgba(255, 255, 255, 0.8);
  transform: rotate(30deg);
}
.fixed-bottom-panel.fs-fix-bom-panel.fbp_single-car {
  height: 75px;
  left: 350px;
  width: calc(100% - 430px);
}
.fixed-bottom-panel.fs-fix-bom-panel {
  left: 80px;
  width: calc(100% - 160px);
}
.hs_init-container {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.hs_init-wrap {
  height: 75px;
}
.hs_init {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.show-details {
  position: absolute;
  left: 50px;
  height: 75px;
  line-height: 75px;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  /* letter-spacing:2px; */
  cursor: pointer;
  z-index: 20;
}
.show-details.sd_btn2 {
  background: #193659;
  left: 0;
  width: 250px;
}
.show-details i {
  position: relative;
  left: 30px;
  transition: all 200ms ease-in-out;
}
.show-details:hover i {
  left: 50px;
}
.fwcb {
  position: absolute;
  width: 10px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -13px;
  font-size: 19px;
  cursor: pointer;
}
.fwcb:hover {
  color: #fff;
}
.fwcb.fw-carousel-button-prev {
  left: -20px;
}
.fwcb.fw-carousel-button-next {
  right: -20px;
}
.next-project-swiper-link {
  width: 120px;
  height: 100%;
  background: #193659;
  position: relative;
  margin-right: 130px;
}
.next-project-swiper-link span {
  position: absolute;
  left: -2px;
  top: 50%;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  /* letter-spacing: 2px; */
  white-space: nowrap;
  transform: rotate(-90deg);
  z-index: 2;
  transition: all 200ms ease-in-out;
}
.next-project-swiper-link:before {
  content: "";
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  background: #071c35;
  transition: all 200ms ease-in-out;
}
.next-project-swiper-link:hover span {
  color: #fff;
}
.next-project-swiper-link:hover:before {
  left: 0;
}
.fsc-holder {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: -78px;
  padding: 50px 0 125px 50px;
  z-index: 1;
  overflow: hidden;
  background-color: #254061;
}
.fsc-holder:after {
  content: "";
  position: absolute;
  right: 35px;
  bottom: 75px;
  width: 1px;
  height: 180px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 9;
}
.fsc-holder:before {
  content: "";
  position: absolute;
  right: 0;
  width: 78px;
  background: #193659;
  top: 0;
  bottom: 350px;
  z-index: 10;
}
.fw-carousel .swiper-container {
  position: absolute;
  left: 0;
  right: 0;
}
.slider-wrap .swiper-slide img,
.fw-carousel .swiper-slide img {
  width: auto !important;
  height: calc(100% - 70px);
  position: relative;
  z-index: 1;
}
.webProject:hover .overlayWeb {
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.overlayWeb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background: rgba(31, 31, 31, 0.8);
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  transition: 0.5s;
}
.overlayApp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background: rgba(31, 31, 31, 0.8);
}
.DownAppIcon {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.fw-carousel-wrap.single_project_carousel .swiper-slide img {
  height: 100%;
}
.slider-wrap .swiper-slide,
.fw-carousel .swiper-slide,
.center-carousel .swiper-slide {
  width: auto !important;
  height: 100% !important;
  display: inherit !important;
}
.fw-carousel-counter {
  width: 70px;
  position: absolute;
  bottom: 26px;
  right: 20px;
  z-index: 20;
  left: auto;
}
.fw-carousel-counter:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: rgba(255, 255, 255, 0.4);
  transform: rotate(45deg);
  z-index: 2;
}
.fw-carousel-counter:after {
  content: "";
  position: absolute;
  right: -63px;
  height: 38px;
  top: 50%;
  width: 68px;
  margin-top: -39px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.fw-carousel-counter span {
  float: left;
  width: 30px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
.thumbnail-container.visthumbnails {
  overflow: auto;
}
.thumbnail-container {
  position: absolute;
  left: 0;
  right: -80px;
  top: 100%;
  bottom: 75px;
  background: #071c35;
  z-index: 220;
  overflow: hidden;
}
.thumbnail-container.tc2 {
  bottom: 0;
  right: 0;
}
.thumb-img {
  float: right;
  cursor: pointer;
  /*margin: 20px 15px;*/
  position: relative;
}
.thumbnail-wrap {
  /*max-width: 1000px;*/
  margin: 0 auto;
  padding: 50px 50px;
}

.thumb-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 3;
  background: #071c35;
  transition: all 400ms ease-in-out;
}
.thumb-img:after {
  font-family: Font Awesome\ 5 Pro;
  content: "\f067";
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -20px 0 0 -20px;
  z-index: 2;
  border-radius: 100%;
  background: #071c35;
  font-size: 11px;
  transition: all 100ms ease-in-out;
  opacity: 0;
}
.thumb-img:hover:after {
  opacity: 1;
}
.thumb-img.visthumbnails:before {
  bottom: 100%;
}
.thumb-img img {
  width: 100%;
  height: auto;
}
.tumbnail-button {
  position: absolute;
  left: 36px;
  bottom: 6px;
  cursor: pointer;
  z-index: 20;
}
.thumbnail-tooltip {
  position: absolute;
  right: -75px;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  top: 12px;
  color: #fff;
  transition: all 300ms ease-in-out;
}
.tumbnail-button:hover .thumbnail-tooltip {
  opacity: 1;
  visibility: visible;
}
.list {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-table;
}
.list div.list-btn,
.list span {
  display: block;
  width: 40px;
  height: 40px;
}
.list div.list-btn {
  position: relative;
  padding: 10px;
}
.list div.list-btn span {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.list div.list-btn i {
  display: block;
  position: absolute;
  background: #fff;
  width: 6px;
  height: 0;
  transition-property: height, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.3, 1);
}
.list div.list-btn i.c1 {
  left: 0px;
}
.list div.list-btn i.c2 {
  left: 7px;
}
.list div.list-btn i.c3 {
  left: 14px;
}
.list div.list-btn i.c1.b1 {
  height: 7px;
  transform: translate(0, 0);
}
.list div.list-btn i.c1.b2 {
  height: 7px;
  transform: translate(0, 8px);
}
.list div.list-btn i.c1.b3 {
  height: 7px;
  transform: translate(0, 40px);
}
.list div.list-btn i.c2.b1 {
  height: 10px;
  transform: translate(0, 0);
}
.list div.list-btn i.c2.b2 {
  height: 7px;
  transform: translate(0, 11px);
}
.list div.list-btn i.c2.b3 {
  height: 7px;
  transform: translate(0, 35px);
}
.list div.list-btn i.c3.b1 {
  height: 5px;
  transform: translate(0, 0);
}
.list div.list-btn i.c3.b2 {
  height: 7px;
  transform: translate(0, 6px);
}
.list div.list-btn i.c3.b3 {
  height: 7px;
  transform: translate(0, 33px);
}
.list div.list-btn:hover i.c1.b1 {
  height: 7px;
  transform: translate(0, -8px);
}
.list div.list-btn:hover i.c1.b2 {
  height: 7px;
  transform: translate(0, 0);
}
.list div.list-btn:hover i.c1.b3 {
  height: 7px;
  transform: translate(0, 8px);
}
.list div.list-btn:hover i.c2.b1 {
  height: 10px;
  transform: translate(0, -11px);
}
.list div.list-btn:hover i.c2.b2 {
  height: 10px;
  transform: translate(0, 0);
}
.list div.list-btn:hover i.c2.b3 {
  height: 7px;
  transform: translate(0, 11px);
}
.list div.list-btn:hover i.c3.b1 {
  height: 5px;
  transform: translate(0, -6px);
}
.list div.list-btn:hover i.c3.b2 {
  height: 5px;
  transform: translate(0, 0);
}
.paginate .list div.list-btn:hover i.c3.b3 {
  height: 7px;
  transform: translate(0, 6px);
}
.slide-numb {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-weight: 800;
  color: #fff;
  font-size: 12px;
  z-index: 10;
}
.show-info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  z-index: 15;
}
.show-info span {
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  cursor: pointer;
  /* letter-spacing: 2px; */
  float: right;
  font-weight: 600;
  position: relative;
  top: -30px;
  right: 30px;
}
.tooltip-info {
  height: auto;
  line-height: 20px;
  padding: 15px 30px;
  font-size: 11px;
  color: #fff;
  text-indent: 0px;
  position: absolute;
  background: #101f32;
  bottom: 0;
  opacity: 0;
  right: 0;
  margin-bottom: 72px;
  visibility: hidden;
  pointer-events: none;
  text-align: left;
  z-index: 16;
  transition: all 300ms linear;
}
.tooltip-info p {
  font-size: 12px;
  color: #888;
}
.tooltip-info h5 {
  margin-top: 12px;
  padding: 5px 0;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  /* letter-spacing: 2px; */
  color: #fff;
}
.show-info:hover .tooltip-info {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.fix-pr-det-dec {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #193659;
  z-index: 100;
}
.fix-pr-det-dec2 {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 150px;
  height: 50px;
  margin: -25px -75px 0 0;
  z-index: 101;
}
.det-overlay {
  position: fixed;
  top: 80px;
  left: 0;
  bottom: 0;
  z-index: 29;
  right: 0;
  background: #071c35;
  opacity: 0.6;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
}
.fix-pr-det {
  position: absolute;
  left: -100%;
  bottom: 0;
  top: 0;
  width: 750px;
  background: #fff;
  z-index: 30;
  overflow: hidden;
}
.pr-details-wrap {
  padding: 20px 60px 40px;
  position: absolute;
  top: 90px;
  left: 0;
  right: 35px;
  bottom: 100px;
  overflow-x:hidden !important;
}
.closedet_style {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #071c35;
  z-index: 10;
}
.closedet_style i {
  position: relative;
  z-index: 2;
}
.closedet_style:before {
  content: "";
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: #193659;
}
.closedet_style:hover:before {
  left: 0;
}
.content-nav_holder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 70px;
  background: #071c35;
  z-index: 20;
}
.psn_single .content-nav_holder a.rn,
.psn_single .content-nav_holder a.ln {
  height: 75px;
}
.psn_single .content-nav_holder {
  padding-left: 140px;
}
.content-nav_holder,
.text-block {
  z-index: 10;
}
.text-block.no-mar-top {
  margin-top: 0;
}
.content-nav li {
  width: 50%;
  float: left;
  position: relative;
}
.content-nav li:first-child {
  border: none;
}
.content-nav li a.ln,
.content-nav li a.rn {
  color: #fff;
  font-size: 12px;
  position: relative;
  width: 100%;
  height: 76px;
  line-height: 76px;
  z-index: 10;
}
.content-nav li a.ln {
  text-align: left;
  float: left;
}
.content-nav li a.rn {
  text-align: right;
  float: right;
}
.content-nav li:hover .content-nav-media {
  opacity: 0.7;
}
.content-nav li:hover .content-nav-media .bg {
  transform: scale(1.3);
}
.content-nav li a.ln i,
.content-nav li a.rn i,
.content-nav-media,
.content-nav-media .bg,
.closedet_style:before {
  transition: all 300ms linear;
}
.content-nav li a.ln:hover i,
.content-nav li a.rn:hover i {
  transform: rotateX(360deg);
}
.content-nav li:hover a i {
  color: #fff;
}
.content-nav li a span {
  font-size: 10px;
  text-transform: uppercase;
  /* letter-spacing:2px; */
  font-weight: 500;
}
.content-nav li a.ln span {
  padding-left: 25px;
}
.content-nav li a.rn span {
  padding-right: 25px;
}
.content-nav li a.ln:before,
.content-nav li a.rn:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  background: rgba(255, 255, 255, 0.11);
}
.content-nav li a.ln:before {
  right: 0;
}
.content-nav li a.rn:before {
  left: 0;
}
.content-nav-media {
  position: absolute;
  top: 0;
  left: -70px;
  right: -70px;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}
.content-nav-media .bg {
  transform: scale(1);
}
.pr-details-wrap p {
  /*text-align: right;*/
}
.project-details {
  margin-top: 30px;
}
.project-details ul {
  padding: 50px 60px;
  background: #071c35;
  margin-bottom: 20px;
  position: relative;
}
.project-details ul:before {
  content: "";
  position: absolute;
  width: 30%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #193659;
  z-index: 1;
}
.project-details ul:after {
  content: "Details";
  position: absolute;
  left: 34px;
  margin-top: -10px;
  top: 50%;
  transform: rotate(-90deg);
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  /* letter-spacing:8px; */
}
.project-details ul li {
  text-align: right;
  padding: 8px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  direction: rtl;
  /* letter-spacing:3px; */
}
.project-details ul li span {
  color: rgba(255, 255, 255, 0.7);
}
.project-details ul li a:hover {
  color: #fff;
}
.box-media-zoom {
  position: absolute;
  top: 0;
  right: -60px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #101f32;
  z-index: 5;
  transition: all 200ms linear;
}
.fs-slider-item .box-media-zoom {
  width: 70px;
  height: 70px;
  line-height: 70px;
  right: 0;
  background: #193659;
}
.hov_zoom:hover .box-media-zoom {
  right: 0;
}
.text-block p {
  text-align: justify;
  direction: rtl;
}
.text-block {
  margin: 30px 0 10px;
}
.pr-subtitle {
  font-size: 22px;
  text-align: right;
  color: #000;
  font-weight: 800;
  float: right;
  width: 100%;
  padding-bottom: 20px;
  line-height: 34px;
}
.fs-slider-item:before,
.fhhw:before,
.hero_entry:before {
  content: "";
  position: absolute;
  left: 35px;
  top: 35px;
  right: 110px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  z-index: 20;
}
.hero_entry:before {
  right: 45%;
}
.fs-slider-item:after,
.fhhw:after,
.hero_entry:after {
  content: "";
  position: absolute;
  left: 35px;
  top: 35px;
  bottom: calc(50% + 60px);
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  z-index: 20;
}
.hero_entry:after {
  bottom: 110px;
}
.fhhw:before,
.fhhw:after,
.hero_entry:after,
.hero_entry:before {
  background: rgba(255, 255, 255, 0.2);
}
.fhhw:after {
  bottom: 100px;
}
.fs-slider-item .half-hero-wrap,
.fhhw .half-hero-wrap {
  z-index: 10;
  left: 250px;
}
.hhw-vis.half-hero-wrap {
  z-index: 10;
  left: 150px;
  top: 26%;
}
.hhw-vis.half-hero-wrap h1 {
  font-size: 60px;
  line-height: 76px;
}
.fs-slider-item .half-hero-wrap:before,
.fhhw .half-hero-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 50px;
  height: 2px;
}
.center-carousel-wrap {
  padding: 0 10px;
}
.center-carousel,
.center-carousel img {
  height: 400px;
}
.center-carousel img {
  width: auto;
}
.hero-facts-wrap {
  position: absolute;
  right: 130px;
  top: 35px;
  z-index: 10;
}
.hero-facts-wrap .num {
  display: block;
  color: #fff;
  font-size: 30px;
  font-family: "DijlahFonts", sans-serif;
  font-weight: 800;
  text-align: left;
  float: right;
  padding-right: 20px;
}
.hero-facts-wrap .inline-facts {
  margin-left: 40px;
  float: left;
  position: relative;
}
.hero-facts-wrap .inline-facts:before {
  content: "+";
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 16px;
}
.hero-facts-wrap .inline-facts h6 {
  text-align: center;
  display: block;
  width: 100%;
  /*color: rgba(255, 255, 255, 0.7);*/
  float: left;
  text-transform: uppercase;
  /* letter-spacing:2px; */
  font-size: 10px;
}
/* --------- Facts --------------------------------------*/
.inline-facts-wrap {
  float: right;
  width: 33%;
  padding: 10px;
}
.inline-facts {
  text-align: left;
}
.inline-facts-wrap .num {
  color: #000;
  font-size: 46px;
  font-weight: 800;
}
.inline-facts-wrap h6 {
  color: #666;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 6px;
}
/* --------- Skills --------------------------------------*/
.skillbar-box {
  float: left;
  width: 100%;
  position: relative;
}
.skillbar-bg {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 12px;
  overflow: hidden;
  background: #193659;
  margin: 16px 0;
}
.custom-skillbar-title span {
  float: left;
  color: #000;
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  /* letter-spacing: 1px; */
  margin-top: 6px;
}
.custom-skillbar {
  height: 14px;
  width: 0px;
}
.skill-bar-percent {
  float: right;
  font-size: 14px;
  font-weight: 800;
  color: #666;
}
.piechart-holder {
  margin-top: 10px;
  position: relative;
}
.piechart-holder h4 {
  font-size: 10px;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  /* letter-spacing:2px; */
  margin: 10px 0;
  text-align: center;
  display: block;
}
.chart {
  position: relative;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #fff;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.piechart {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.percent {
  display: inline-block;
  font-size: 16px;
  color: #071c35;
  line-height: 70px;
  z-index: 2;
  font-weight: 800;
}
.percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 10px;
}
.angular {
  margin-top: 70px;
}
.angular .chart {
  margin-top: 0;
}
.fcwc-wrap {
  position: absolute;
  left: 56px;
  top: 154px;
  width: 10px;
  z-index: 20;
}
.fcwc-wrap.fcwc-wrap2 {
  left: 350px;
  top: auto;
  bottom: 24px;
  width: auto;
}
.fcwc-wrap.fcwc-wrap2 .swiper-pagination-bullet {
  width: 6px;
  display: inline-block;
  margin: 0 20px;
}
.slideshow-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.col-wc_dec {
  position: absolute;
  left: 0;
  width: 70%;
  height: 450px;
  background: #f9f9f9;
  top: 0;
  z-index: 1;
}
.column-wrap {
  float: left;
  width: calc(70% - 93px);
  position: relative;
  min-height: 100vh;
  background: #fff;
  z-index: 1;
}
.column-wrap-container {
  padding: 60px 0 80px;
}
.column-wrap-container.no-pad-cwc {
  padding: 0 0 70px;
}
.column-wrap-container .container {
  max-width: 824px;
}
.fixed-column-wrap {
  position: fixed;
  top: 0;
  right: 0 !important;
  width: calc(30% + 125px);
  height: 100%;
  background: #071c35;
  z-index: 2;
}
.fixed-column-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 30%;
  width: 80px;
  background: #193659;
  z-index: 2;
}
.fixed-column-wrap-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.fixed-column-wrap_title {
  position: absolute;
  bottom: 90px;
  right: 120px;
  z-index: 21;
  text-align: right;
}
.fixed-column-wrap_title h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 20px;
  position: relative;
  font-family: "DijlahFonts", sans-serif;
  text-transform: uppercase;
  line-height: 70px;
  text-align: right;
  direction: rtl;
}
.fixed-column-wrap_title h2:before {
  content: "";
  position: absolute;
  right: 0;
  top: -40px;
  width: 50px;
  height: 4px;
}
.fixed-column-wrap_title p {
  color: #fff;
  text-align: justify;
  direction: rtl;
  max-width: 450px;
  float: right;
}
.fixed-column-dec {
  position: absolute;
  left: 120px;
  right: 40px;
  bottom: 30px;
  height: calc(30% - 100px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 5;
}
.fixed-column-linedec {
  position: absolute;
  left: 62px;
  height: 150px;
  width: 1px;
  top: 160px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.4);
}
.scroll-notifer {
  position: absolute;
  right: 280px;
  top: 150px;
  color: #fff;
  /* letter-spacing: 10px; */
  font-size: 10px;
  text-transform: uppercase;
  z-index: 4;
}
.section-counter {
  position: absolute;
  right: 110px;
  top: 260px;
  z-index: 4;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.section-counter div {
  float: left;
  margin-left: 20px;
  font-size: 38px;
  position: relative;
}
.section-counter div span {
  position: relative;
  top: 0;
  opacity: 1;
  display: block;
}
.section-counter div.sc_current {
  font-size: 18px;
  top: -10px;
}
.section-counter div.sc_total:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  left: -12px;
  top: 8px;
  background: rgba(255, 255, 255, 0.8);
  transform: rotate(30deg);
}
.main-about {
  padding-left: 30px;
}
.main-about h2 {
  text-align: right;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #193659;
  padding-bottom: 30px;
  position: relative;
}
.main-about h2 span {
  color: #000;
}
.main-about h2:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 50px;
  height: 2px;
}
.main-about h2 a {
  color: #999;
}
.main-about p {
  text-align: right;
  text-align: justify;
  direction: rtl;
  font-size: 14px;
}
.dec-img img {
  position: relative;
  z-index: 2;
}
.gray-bg {
  background: #f5f5f5;
}
.video_link {
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 10;
}
.video_link i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #2d2d32;
  box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  font-size: 10px;
  border-radius: 50%;
  box-sizing: border-box;
}
.video_link:hover i {
  background: #071c35;
  color: #fff;
}
.video_link span {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  /* letter-spacing:1px; */
}
.process-wrap {
  z-index: 1;
  margin-bottom: 50px;
}
.process-wrap .col-sm-6{
	float:right;
}
.process-details {
  text-align: left;
  float: left;
  width: 100%;
  padding: 50px 60px 70px 60px;
  background: #193659;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.pd-icon {
  float: right;
  font-size: 34px;
}
.process-details h4 {
  float: right;
  text-align: right;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  color: #fff;
  margin-bottom: 16px;
  padding-right: 20px;
  top: 14px;
}
.process-details p {
  color: #fff;
  text-align: justify;
  direction: rtl;
}
.pdcw_list {
  margin-bottom: 20px;
  direction: rtl;
}
.pdcw_list li {
  float: right;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  text-align: right;
  /* letter-spacing:2px; */
}
.pdcw_list li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px;
  border-radius: 50%;
}
.pdcw_list li:last-child:before {
  display: none;
}
.process-numder {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  font-family: "DijlahFonts", sans-serif;
  font-weight: 800;
}
.process-details:before {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  bottom: 33px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
.process-details:hover:before {
  width: 30%;
}
.proces-details-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  height: 100%;
  z-index: 3;
  background: #071c35;
  overflow: hidden;
}
.proces-details-content-wrap {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50px;
  bottom: 20px;
  padding: 10px 40px;
}
.close-hidden_pdc {
  position: absolute;
  right: 26px;
  top: 14px;
  z-index: 20;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.show-phdc {
  position: absolute;
  left: 60px;
  bottom: 20px;
  cursor: pointer;
  z-index: 2;
  color: #fff;
  font-size: 15px;
}
.show-phdc span {
  padding-left: 10px;
  font-size: 13px;
  position: relative;
  top: -1px;
}
.srv-link-text h4 {
  float: right;
  text-align: right;
  direction: rtl;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  position: relative;
  margin-left: 60px;
}
.srv-link-text .btn {
  top: -20px;
}
/* ------Team------------------------------------------------------------ */
.team-box {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 20px 0 0;
}
.team-photo {
  overflow: hidden;
  position: relative;
}
.team-info-num {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  font-weight: 800;
  background: #fff;
  z-index: 10;
}
.team-social {
  position: absolute;
  right: 60px;
  left: 60px;
  height: 60px;
  bottom: -60px;
  line-height: 60px;
  z-index: 10;
  background: #193659;
  transition: all 200ms ease-out;
}
.team-social li {
  display: inline-block;
  margin: 0 10px;
}
.team-social li a:hover {
  color: #fff;
}
.team-photo .overlay {
  opacity: 0;
  z-index: 2;
  background: #000;
  transition: all 500ms ease-out;
}
.team-photo a,
.team-contact_btn {
  transition: all 100ms ease-out;
}
.team-box:hover .team-photo .overlay {
  opacity: 0.3;
}
.team-box:hover .team-social {
  bottom: 0;
}
.team-contact_btn {
  position: absolute;
  right: 0;
  top: -60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  z-index: 3;
}
.team-contact_btn:hover {
  color: #071c35;
}
.team-box:hover .team-contact_btn {
  top: 0;
}
.team-info {
  float: left;
  width: 100%;
  text-align: left;
  padding: 20px 0;

  background: #fff;
}
.team-info h3,
.team-info h4 {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 19px;
}
.team-info h3 {
  padding-bottom: 5px;
}
.team-info h4 {
  font-size: 10px;
  /* letter-spacing:2px; */
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
}
.gc-slider-cont-wrap {
  position: absolute;
  right: 0;
  width: 40px;
  height: 88px;
  top: 50%;
  z-index: 10;
  margin-top: -54px;
}
.grid-carousel-wrap {
  padding-right: 60px;
}
.gc-slider-cont {
  float: left;
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  line-height: 40px;
  background: #193659;
  border-radius: 100%;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.gc-slider-cont:hover {
  color: #fff;
}
/*------ testimonilas------------------------------------------------*/
.testimonilas-carousel-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #eee;
}
.testi-item {
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}
.testimonilas-text {
  padding: 25px 30px 25px;
  overflow: hidden;
  background: #f1f1f1;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}
.testimonilas-text h3 {
  font-weight: 600;
  float: right;
  padding-right: 100px;
  text-align: right;
  font-size: 16px;
  width: 100%;
  padding-bottom: 25px;
}
.testimonilas-carousel .swiper-slide {
  padding: 30px 0;
}
.testi-avatar {
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 20;
}
.testi-avatar img {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
.swiper-slide-active .testimonilas-text {
  background: #fff;
}
.testimonilas-text p {
  color: #999;
  font-family: "DijlahFonts", sans-serif;
  text-align: justify;
  direction: rtl;
  padding-bottom: 10px;
  font-size: 13px;
}
.swiper-slide-active .testi-item {
  transform: scale(1);
  background: #fff;
}
.swiper-slide-active .testi-item p {
  color: #666;
}
.swiper-slide-active .testi-item .testimonilas-text:before,
.swiper-slide-active .testi-item .testimonilas-text:after {
  opacity: 1;
}
.testi-number {
  position: absolute;
  top: 25px;
  right: 95px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
.tc-button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  border-radius: 100%;
  background: #071c35;
  z-index: 50;
  cursor: pointer;
}
.tc-button:hover {
  color: #fff;
}
.tc-button-next {
  right: 0;
}
.tc-button-prev {
  left: 0;
}
.tc-pagination {
  float: left;
  width: 100% !important;
}
.tc-pagination .swiper-pagination-bullet,
.fs-slider-wrap_pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 10px;
  height: 6px;
  width: 6px;
  opacity: 1;
  background: #fff;
}
.tc-pagination .swiper-pagination-bullet:after {
  border-color: #eee;
}
.tc-pagination .swiper-pagination-bullet:before,
.fs-slider-wrap_pagination .swiper-pagination-bullet:before {
  background: #ccc;
  opacity: 1;
}
.client-carousel-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #eee;
}
.client-list {
  margin-top: 40px;
}

.client-list li {
  float: left;
  position: relative;
  padding: 2px;
  margin: 0;
}
.client-list li a {
  /* float: left; */
  width: 100%;
  /* padding: 10px; */
  background: #fff;
  transition: all 200ms linear;
}
.client-list-white {
  /* float: left; */
  width: 100%;
}

.client-list li a:hover {
  background: #f9f9f9;
}
.client-list li img {
  width: 100%;
  height: auto;
  /* min-width: 70px; */
  /* min-height: 70px; */
}
.cl-button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  border-radius: 100%;
  background: #071c35;
  z-index: 50;
  cursor: pointer;
  color: #e3b13e;
}
.cl-button:hover {
  color: #fff;
}
.cl-button-next {
  right: 0;
}
.cl-button-prev {
  left: 0;
}
.cl-pagination {
  float: left;
  width: 100% !important;
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:before,
.cl-pagination .swiper-pagination-bullet:before,
.fcwc-wrap .swiper-pagination-bullet:before,
.fs-slider-wrap_pagination-wrap .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 6px;
  border-radius: 100%;
  background: #fff;
  margin-left: -3px;
}
.hero-slider-wrap_pagination .swiper-pagination-bullet:after,
.cl-pagination .swiper-pagination-bullet:after,
.fcwc-wrap .swiper-pagination-bullet:after,
.fs-slider-wrap_pagination-wrap .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  transition: all 200ms linear;
  transform: scale(0);
}
.hero-slider-wrap_pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.cl-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.fcwc-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.fs-slider-wrap_pagination-wrap
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  transform: scale(1.6);
}
.cl-pagination .swiper-pagination-bullet,
.fs-slider-wrap_pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 10px;
  height: 6px;
  width: 6px;
  opacity: 1;
  background: #fff;
}
.cl-pagination .swiper-pagination-bullet:after {
  border-color: #eee;
}
.cl-pagination .swiper-pagination-bullet:before,
.fs-slider-wrap_pagination .swiper-pagination-bullet:before {
  background: #ccc;
  opacity: 1;
}
.map-container {
  position: absolute;
  left: 0;
  right: -80px;
  height: 100%;
  z-index: 1;
}
.map-container,
#map-single {
  height: 100%;
}
.leaflet-left {
  right: 20px;
  top: 50%;
  margin-top: -20px;
}
.leaflet-touch .leaflet-bar a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  border: none;
  background: #071c35;
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}
.leaflet-container a.leaflet-popup-close-button {
  top: 10px;
  right: 10px;
}
.leaflet-popup-content-wrapper {
  background: #193659;
}
.content-inner {
  width: 500px;
  color: #fff;
  position: absolute;
  left: 150px;
  top: 50%;
  margin-top: -225px;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 2;
}
.content-inner > * {
  backface-visibility: hidden;
  transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.content-inner.vis-con-form .content-front {
  transform: rotateY(-180deg);
}
.content-inner.vis-con-form .content-back {
  transform: rotateY(0deg);
}
.content-inner .content-front,
.content-inner .content-back {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #193659;
  padding: 70px 50px;
}
.content-front {
  position: relative;
  background: #193659;
}
.content-front:before {
  content: "";
  position: absolute;
  left: 0;
  width: 140px;
  height: 100%;
  top: 0;
  background: #071c35;
}
.content-inner .content-back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: rotateY(180deg);
  overflow: hidden;
  background: rgb(7 28 53);
}
.aside-show_cf {
  position: absolute;
  left: 60px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  cursor: pointer;
  z-index: 5;
  font-size: 20px;
}
.aside-show_cf:hover,
.close-contact_form:hover {
  color: #fff;
}
.contact-details {
  text-align: right;
  margin-top: 20px;
}
Map {
  background-color: red;
}

.contact-details ul li {
  text-align: right;
  direction: rtl;
  float: right;
  width: 100%;
  font-weight: 400;
  /* letter-spacing: 1.5px; */
  word-spacing: 0;
  margin-bottom: 12px;
  font-size: 12px;
  color: #fff;
}
.contact-details ul li span {
  float: left;
  padding-bottom: 10px;
  color: rgba(255, 255, 255, 0.4);
  width: 100%;
}
.contact-details ul li a {
  color: #fff;
  transition: all 200ms linear;
}
.main_social {
  background: #254061;
  position: absolute;
  color:#FFF;
  left: -80px;
  bottom: 0;
  z-index: 100;
  padding: 25px 60px 25px 40px;
}
.main-social-title {
  text-transform: uppercase;
  /* letter-spacing:2px; */
  font-size: 10px;
  color: #fff;
  margin: 0 10px;
  position: relative;
  top: 12px;
}
.main_social li,
.main-social-title,
.main_social ul {
  float: right;
  direction: rtl;
}
.main_social li a {
  float: left;
  transition: all 200ms linear;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #193659;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
.main_social li a:hover {
  color: #fff;
}
.contact-details-title h2 {
  font-size: 20px;
  text-align: right;
  direction: rtl;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  /* letter-spacing: 2px; */
  padding-bottom: 10px;
}
.contact-details-wrap {
  z-index: 1;
}
.hidden-contact_form-wrap_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 40px;
  z-index: 50;
  overflow: auto;
  z-index: 21;
}
.close-contact_form {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #353535;
  cursor: pointer;
  font-size: 18px;
}
.custom-form {
  float: left;
  width: 100%;
  position: relative;
}
.custom-form .col-sm-6{
	float:right
}
.custom-form textarea,
.custom-form input[type="text"],
.custom-form input[type="email"] {
  float: left;
  border: none;
  background: #193659;
  width: 100%;
  padding: 15px 30px;
  font-size: 12px;
  position: relative;
  color: #fff;
  font-family: "DijlahFonts", sans-serif;
  -webkit-appearance: none;
  text-align: right;
  direction: rtl;
}
.custom-form input::-webkit-input-placeholder,
.custom-form textarea::-webkit-input-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  position: relative;
  font-family: "DijlahFonts", sans-serif;
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  font-family: "DijlahFonts", sans-serif;
}
.custom-form textarea {
  height: 150px;
  resize: none;
  padding: 35px 30px 25px 30px;
  -webkit-appearance: none;
}
.custom-form input {
  margin-bottom: 20px;
}
.custom-form button {
  margin-top: 25px;
  padding: 18px 38px;
  font-size: 10px;
  outline: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "DijlahFonts", sans-serif;
  border-radius: 0;
  color: #fff;
}

#message {
  text-align: left;
  float: left;
  width: 100%;
  color: #fff;
}
#message h3 {
  font-size: 12px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#message p {
  color: #fff;
}
#message p strong {
  font-weight: 800px;
}
.dark-bg {
  background: #081d34;
}
/*------ Video ------------------------------------------------*/
.media-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mob-bg {
  display: none;
}
.video-holder {
  position: absolute;
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden !important;
  top: 0;
  left: 0;
  padding: 0 !important;
}
.video-holder iframe {
  position: absolute;
  top: -75px;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.background-youtube {
  position: absolute;
  top: -25% !important;
}
.video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  z-index: -1;
}
.video-container video {
  width: 100%;
}
.resp-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-media video {
  width: 100%;
  height: auto;
}
.mob-bg {
  display: none;
}
.video-holder-wrap,
.fs-hero-wrap {
  position: absolute;
  top: 6px;
  left: 6px;
  right: -80px;
  bottom: 6px;
}
/*------Blog------------------------------------------------*/
.grid-post-media {
  overflow: hidden;
}
.post-det {
  margin-bottom: 20px;
  padding: 25px 30px;
  border: 1px solid #eee;
}
.post-det-num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #193659;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 11px;
  font-weight: 600;
}
.post-header {
  margin-bottom: 10px;
  float: left;
  position: relative;
  direction: rtl;
  text-align: right;
  /*z-index: 20;*/
}
.post-link {
  float: left;
  text-transform: uppercase;
  color: #071c35;
  font-size: 11px;
  direction: rtl;
  /* letter-spacing:2px; */
  font-weight: 800;
  margin-top: 6px;
}
.post-link i {
  margin-right: 10px;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
.post-header span,
.post-header a {
  margin: 10px 0;
  float: right;
  margin-left: 10px;
  text-transform: uppercase;
  color: #666;
  
  font-size: 10px;
  /* letter-spacing: 2px; */
}
.post-det {
  padding-top: 20px;
}
.post-det h3 {
  font-size: 18px;
  text-align: right;
  text-transform: uppercase;
  color: #071c35;
  font-weight: 800;
  padding-bottom: 5px;
}
.post-det h3 a {
  color: #071c35;
}
.post-det h3 a:hover {
  color: #000;
}
.post-det p {
  text-align: justify;
  direction: rtl;
}
.pr-tags {
  background: #071c35;
  padding: 14px 25px;
  float: left;
}
.pr-tags li {
  float: left;
  margin-right: 10px;
  font-size: 10px;
  /* letter-spacing:2px; */
  text-transform: uppercase;
}
.pr-tags li a {
  color: #fff;
}
.pr-tags li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.pr-tags {
  margin-bottom: 20px;
}
.pr-tags span {
  float: left;
  margin-right: 10px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  /* letter-spacing:2px; */
}
.pr-tags ul {
  position: relative;
  float: left;
}
.blog-title-opt {
  margin-top: 10px;
}
.blog-title-opt li {
  float: left;
  margin-right: 10px;
  font-size: 10px;
  /* letter-spacing:2px; */
  text-transform: uppercase;
  font-weight: 800;
}
.blog-title-opt li a {
  color: #666;
}
.author_avatar {
  float: left;
  margin-right: 10px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  top: -6px;
}
.author_avatar img,
.author_avatar {
  width: 30px;
  height: 30px;
}
.ss-slider-controls {
  position: absolute;
  bottom: -25px;
  height: 50px;
  padding: 0 50px;
  right: 50px;
  z-index: 10;
}
.ss-slider-cont {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 12px;
  line-height: 40px;
  background: #193659;
  z-index: 20;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
}
.ss-slider-cont:hover {
  color: #fff;
}
.ss-slider-prev,
.ss-slider-cont-prev {
  left: 40px;
}
.ss-slider-next,
.ss-slider-cont-next {
  right: 40px;
}
.ss-slider-pagination_wrap {
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 20px;
  z-index: 10;
  left: 0;
  width: 100%;
}
.ss-slider-pagination {
  position: relative;
  display: inline-block;
}
.ss-slider-pagination:before {
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  bottom: -8px;
  top: -8px;
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.51);
}
.ss-slider-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.41);
  margin: 0 5px;
  padding: 0;
  height: 5px;
  border-radius: 100%;
  opacity: 1;
  width: 5px;
  position: relative;
  top: -2px;
}
.ss-slider-pagination .swiper-pagination-bullet:hover {
  background: #fff;
}
.pagination {
  text-align: center;
  float: left;
  width: 100%;
  z-index: 10;
  position: relative;
  
}
.pagination a {
  display: inline-block;
  height: 75px;
  line-height: 75px;
  margin: 0 5px;
  width: 50px;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  color: #fff;
  /* letter-spacing:1px; */
}
.pagination a.current-page,
.pagination a:hover {
  color: #fff;
}
.pagination a i {
  font-size: 12px;
}
.blog-filters {
  z-index: 20;
  background: #193659;
  margin-bottom: 20px;
}
.blog-btn-filter {
  float: right;
  margin-left: 35px;
  position: relative;
}
.blog-btn-filter ul {
  display: none;
  position: absolute;
  top: 56px;
  right: 0;
  padding: 15px 20px;
  background: #193659;
  z-index:1;
}
.blog-btn-filter ul li {
  float: right;
  min-width: 130px;
  width: 100%;
  padding: 6px 0;
  text-align: right;
}
.blog-btn-filter ul li a {
  color: #fff;
}

.blog-btn-filter2 {
  
  margin-left: 35px;
  position: relative;
}
.blog-btn-filter2 ul {
  display: none;
  position: absolute;
  top: 56px;
  right: 0;
  padding: 15px 20px;
  background: #193659;
  
}
.blog-btn-filter2 ul li {
  float: right;
  min-width: 130px;
  width: 100%;
  padding: 6px 0;
  text-align: right;
}
.blog-btn-filter2 ul li a {
  color: #fff;
}
.blog-btn {
  float: left;
  padding: 30px 20px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  /* letter-spacing: 2px; */
  
}
.blog-btn i {
  margin-left: 15px;
  position: relative;
  top: 2px;
  font-size: 12px;
  color: #999;
}
.blog-search-wrap {
  float: right;
  position: relative;
  top: 20px;
  left: 20px;
  background:#304B6A;
}
.blog-search-wrap button {
  float: left;
  background: none;
  border: none;
  margin-right: 10px;
  outline: none;
  position: relative;
  top: 10px;
  cursor: pointer;
  padding-left:10px
}
.blog-search-wrap button:hover {
  color: #fff;
}
.blog-search-wrap input {
  float: left;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  text-align: right;
  color: #fff;
  outline: none;
  font-family: "DijlahFonts", sans-serif;
}
.blog-search-wrap input::-webkit-input-placeholder,
.blog-search-wrap input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  position: relative;
  font-family: "DijlahFonts", sans-serif;
}
.custom-form input:-moz-placeholder,
.custom-form textarea:-moz-placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  font-family: "DijlahFonts", sans-serif;
}
#comments {
  text-align: right;
  float: left;
  width: 100%;
}
.single-post-comm {
  margin-top: 30px;
}
#comments.single-post-comm {
  margin-top: 0;
  padding-top: 0;
}
.comment-num {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 10;
  font-size: 11px;
  font-weight: 800;
}
.comment {
  float: left;
  padding-left: 20px;
  margin-top: 20px;
  position: relative;
}
.comment-body {
  position: relative;
  margin: 10px 0 10px 80px;
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.comment-author {
  position: absolute;
  top: 30px;
  left: -76px;
}
.comment-author:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  bottom: -50px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.comment-author img {
  border-radius: 100%;
}
.comment .children {
  margin-left: 70px;
}
.fn {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.comment-meta,
.comment-meta a {
  font-size: 12px;
  /* letter-spacing: 1px; */
  color: #071c35;
  font-weight: 800;
  padding-bottom: 10px;
}
#respond {
  margin-top: 40px;
}
#reply-title {
  padding-bottom: 30px;
  margin-bottom: 5px;
}
.custom-form.add-comment input {
  padding: 20px 30px;
}
.add-comment {
  margin-top: 40px;
}
.add-comment button {
  margin-top: 30px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
}
/*------404------------------------------------------------*/
.error-wrap {
  top: 30%;
  z-index: 20;
}
.error-wrap h2 {
  font-size: 234px;
  font-weight: 900;
  line-height: 200px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.9);
  -webkit-text-stroke-width: 1px;
  color: rgba(255, 255, 255, 0.23);
}
.error-wrap p {
  color: rgba(255, 255, 255, 0.91);
  font-size: 10px;
  text-align: center;
  /* letter-spacing:2px; */
  text-transform: uppercase;
  margin-bottom: 20px;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  border-radius: 100%;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}
/*------responsive------------------------------------------------*/
@media only screen and (max-height: 800px) {
  /* .left-header_social {
	  display: none;
	} */
  #logo-symbol,#video-symbol {
    display: none;
  }
  .half-hero-wrap h4 {
    display: none;
  }
}
@media only screen and (max-width: 1500px) {
  .column-wrap,
  .fixed-column-wrap {
    width: 100%;
  }
  .fixed-column-wrap {
    position: relative;
    height: auto;
    float: left;
  }
  .fixed-column-wrap_title {
    max-width: 1024px;
    width: 92%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
  }
  .column-wrap-container .container {
    max-width: 1024px;
  }
  .fixed-column-wrap-content {
    position: relative;
    float: left;
    padding: 150px 0 120px;
    height: auto;
  }
  .fixed-column-wrap:before,
  .section-counter,
  .header-contacts:after,
  .fixed-column-linedec {
    display: none;
  }
  .page-scroll-nav,
  .fixed-bottom-panel {
    left: 70px;
    width: auto;
    right: 0;
	
  }
  .to-top-btn {
    right: 0;
  }
  .fixed-column-dec {
    left: 40px;
    right: 40px;
    bottom: 60px;
    height: 120px;
  }
  .fcwc-wrap {
    left: auto;
    right: 90px;
    top: 250px;
  }
  .psn_single .content-nav_holder {
    padding: 0 148px 0 80px;
  }
  .header-contacts {
    left: 30px;
  }
  .fcwc-wrap.fcwc-wrap2 {
    right: auto;
    left: 350px;
  }
  .hero-decor-numb.hdn2 {
    top: 90%;
    margin-top: -150px;
  }
  .scroll-notifer {
    top: 160px;
    right: 230px;
  }
  .page-scroll-nav_wrap {
    padding-left: 0;
  }
  .hs_init-container {
    max-width: 500px;
  }
  .fsc-holder:before {
    bottom: 250px;
  }
}
@media only screen and (max-width: 1260px) {
  .header-contacts ul {
    display: none;
  }
  .contacts-btn {
    display: block;
  }
  .gallery-items_fs .gallery-item,
  .gallery-items_fs .gallery-item.gallery-item-second {
    width: 33.3%;
  }
  .hs_init-container {
    max-width: 300px;
  }
  .hero_promo-wrap {
    width: 400px;
  }
  .hero_promo-title {
    width: 250px;
    padding: 25px 20px 25px 30px;
  }
  .hero_promo-button {
    width: 150px;
  }
}
@media only screen and (max-width: 1064px) {
  .header-contacts {
    left: 200px;
  }
  .left-header,
  .hc_dec_color,
  .hero-scroll-down-notifer,
  .element,
  .share-btn:before,
  .share-btn span i,
  .fs-pg-idicator_wrap .progress-indicator:after,
  .fs-pg-idicator_wrap .slider-progress-bar:after,
  .fsc-holder:before,
  .fsc-holder:after,
  .fw-carousel-counter:after,
  .clone-counter,
  .hero_promo-title p,
  .hero_promo-title:after,
  .hero_promo-title:before,
  .hero_promo-wrap:before,
  .hero_promo-button .overlay,
  .hero_promo-button .bg,
  .hero-decor-numb.hdn2 {
    display: none;
  }
  .overlayThumbnailApp > div {
    width: 100%;
  }
  .main-header {
    width: 100%;
  }
  #wrapper {
    left: 0;
    right: 0;
  }
  .hero-section-dec,
  .share-btn,
  .body-color-bg {
    right: 0;
  }
  .nav-button,
  .main-header:before,
  .nh_vis {
    left: 0px;
  }
  .share-btn {
    width: 150px;
    height: 80px;
    bottom: auto;
    top: 0;
  }
  .share-btn:after {
    background: #071c35;
  }
  .share-btn span {
    top: 36px;
    left: 58px;
  }
  .page-scroll-nav,
  .fixed-bottom-panel,
  .fixed-bottom-panel.fs-fix-bom-panel {
    left: 0;
  }
  .share-wrapper {
    bottom: auto;
    left: auto;
    right: 0;
    top: 80px;
  }
  .ThumbnailBtn {
    left: unset !important;
    right: 80px;
    bottom: 20px;
    z-index: 100;
  }
 /* .overlayThumbnailApp > div > div,
  .overlayThumbnailApp > div > div > a,
  .overlayThumbnailApp > div > div > a > img {
    height: 80px;
    width: 80px;
  }
  .overlayThumbnailApp > div > div {
    margin: 30px 10px !important;
  }*/
   .overlayThumbnailApp > div > div > a > img {
    height: 100%;
    width: 100%;
  }
  .filter-by-button-group {
    width: 100% !important;
    height:45px;
    flex-direction: row;
	display:flex;
	
	direction:rtl;
  }
  .filter-by-button-group button{
	  height:35px;
	  width:fit-content !important;
	  
	  display:flex;
  }
  .share-btn:hover:after,
  .share-btn.uncl-share:after {
    top: 0;
  }
  .hero-section-dec:before {
    width: 100%;
    height: 100%;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .progress-indicator:after {
    background: rgba(255, 255, 255, 0.2);
  }
  .fixed-bottom-panel.fs-fix-bom-panel {
    width: calc(100% - 80px);
  }
  .fs-folio-counter {
    bottom: 75px;
    right: 0;
    padding: 10px 0;
    width: 80px;
    border-radius: 0;
    background: #193659;
  }
  .folio-counter div {
    width: 40px;
  }
  .piechart {
    width: auto;
    margin: 30px 30px 0 0;
  }
  .fsc-holder {
    right: 0;
    padding: 0 0 75px 0;
  }
  .next-project-swiper-link {
    margin-right: 0;
  }
  .fixed-bottom-panel.fs-fix-bom-panel.fbp_single-car {
    left: 250px;
    width: calc(100% - 250px);
  }
  .fs-slider-controls-wrap {
    width: calc(100% - 330px);
    right: 80px;
  }
  .hs_counter-wrap {
    right: 0;
    bottom: 75px;
    width: 80px;
    padding: 10px 0;
    border-radius: 0;
    background: #193659;
  }
  .hs_counter-wrap div {
    width: 40px;
  }
  .half-hero-wrap,
  .hero-slider_control-wrap,
  .hhw-vis.half-hero-wrap {
    left: 60px;
  }
  .hero-slider-wrap_halftwo {
    left: 0;
  }
  .half-hero-wrap h1,
  .hhw-vis.half-hero-wrap h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .hero-slider-wrap_pagination {
    bottom: 125px;
    right: 0;
  }
  .hero-slider-wrap_pagination:before {
    background: #193659;
  }
  .start-btn {
    padding: 30px 50px;
  }
  .fs-slider-item .half-hero-wrap,
  .fhhw .half-hero-wrap {
    left: 80px;
  }
  .video-holder-wrap,
  .fs-hero-wrap {
    right: 0;
  }
  .hero_promo-wrap {
    width: 250px;
    background: none;
    bottom: 10px;
    right: 20px;
  }
  .hero_promo-title {
    width: auto;
    padding: 0;
    background: none;
  }
  .hero_promo-button {
    width: 80px;
    height: 80px;
    top: -20px;
  }
  .fcwc-wrap.fcwc-wrap2 {
    left: 250px;
  }
  .hero-facts-wrap {
    right: 30px;
  }
  .fsc.fsc-next,
  .ccsw-next {
    right: 14px;
  }
  .content-inner {
    position: relative;
    float: left;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
	padding-bottom:50px;
  }
  .no-mob-hidden2 {
    height: auto;
  }
  .map-container {
    position: relative;
    float: left;
    height: 500px;
    right: 0;
    width: 100%;
  }
  .content-inner .content-front {
    background: rgb(37 64 97);
  }
  .column-wrap-container {
    padding: 60px 0 30px;
  }
  .page-load {
    left: 0;
  }
  .loading-text {
    font-size: 28px;
    line-height: 30px;
  }
  .loader_count {
    right: 52px;
    top: -60px;
    font-size: 78px;
  }
  .main_social {
    background: #254061;
    position: relative;
    float: left;
    right: 0;
    width: 100%;
    padding: 25px;
  }
}
@media only screen and (max-width: 764px) {
  .fix-pr-det-dec,
  .fix-pr-det-dec2,
  .closedet_style,
  .show-details.sd_btn2,
  .hero-decor-numb,
  .hero-corner-dec2,
  .hero-conatiner .slider-progress-bar,
  .contacts-btn,
  .hc_dec,
  .hsc_pp,
  .hero-corner-dec,
  .hero_entry:before,
  .hero-facts-wrap,
  .hero_entry:after,
  .fhhw:before,
  .fhhw:after,
  .fcc_column,
  .hor-scroll-idicator,
  .fixed-bottom-panel.fs-fix-bom-panel.fbp_single-car,
  .next-project-swiper-link {
    display: none;
  }
  .thumbnail-wrap {
	  padding:50px 55px;
  }

  .fix-pr-det {
    float: left;
    position: relative;
    left: 0;
    bottom: auto;

    width: 100%;
    overflow: hidden;
    height: auto !important;
  }
  .pr-details-wrap {
    padding: 90px 30px 110px;
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
	
  }
  .fs-pg-idicator_wrap {
    position: absolute;
  }
  .fs-slider-controls-wrap {
    width: calc(100% - 80px);
    right: 80px;
  }
  .hs_counter {
    left: auto;
    right: 50px;
  }
  .half-hero-wrap {
    top: 20%;
  }
  .scroll-notifer {
    top: 50px;
    right: auto;
    left: 4%;
  }
  .fixed-column-wrap_title h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .main-about {
    padding-left: 0;
    margin-top: 30px;
  }
  .client-list li {
    width: 50%;
  }
  .srv-link-text .btn {
    top: 0;
  }
  .psn_single .content-nav_holder {
    padding: 0 98px 0 30px;
  }
  .center-carousel,
  .center-carousel img {
    height: 250px;
  }
  .fcwc-wrap.fcwc-wrap2 {
    left: auto;
    right: 30px;
    bottom: auto;
    top: 30px;
  }
  .hdyn_gal {
    right: auto;
    top: auto;
    margin-top: 0;
    padding: 0 30px;
    bottom: 0;
    left: 0;
  }
  .gallery-items_fs .gallery-item,
  .gallery-items_fs .gallery-item.gallery-item-second,
  .gallery-item {
    width: 50%;
  }
  .fixed-bottom-panel .gallery-filters a {
    padding: 0 5px;
  }
  .fixed_fs-pg-i {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .horizontal-grid-wrap {
    overflow: inherit !important;
  }
  #portfolio_horizontal_container,
  .horizontal-grid-wrap {
    float: left;
    width: 100%;
  }
  #portfolio_horizontal_container .portfolio_item,
  #portfolio_horizontal_container .portfolio_item .grid-item-holder,
  #portfolio_horizontal_container .portfolio_item .grid-item-holder img {
    width: 100%;
    height: auto !important;
  }
  .hor-scroll-counter {
    height: 75px;
    line-height: 75px;
    bottom: 0;
    padding: 0;
    width: 110px;
  }
  .hor-scroll-counter .folio-counter div {
    width: 50%;
  }
  .hor-scroll-counter .folio-counter div.all-album {
    position: relative;
    left: -15px;
  }
  .fsc-holder {
    height: auto;
    position: relative;
    float: left;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    overflow: auto;
  }
  .fw-carousel .swiper-slide img,
  .fw-carousel .swiper-slide {
    width: 100% !important;
    height: auto !important;
    display: block;
  }
  .fw-carousel .swiper-wrapper {
    width: 100%;
    height: inherit !important;
    display: block;
  }
  .fw-carousel .swiper-container,
  .fw-carousel,
  .fw-carousel-wrap,
  .no-mob-hidden {
    height: auto !important;
  }
  .fw-carousel .swiper-container {
    position: relative;
  }
  #portfolio_horizontal_container.two-ver-columns .portfolio_item:last-child {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 564px) {
  .two-column .gallery-item,
  .gallery-items_fs .gallery-item,
  .gallery-items_fs .gallery-item.gallery-item-second,
  .gallery-item {
    width: 100%;
  }
  .blog-btn-filter {
    width: 40%;
    margin: 0;
    float: right;
  }
  .blog-btn-filter {
    padding-left: 15px;
    margin-top: 15px;
	
  }
  .blog-btn {
    padding: 10px 20px 0px 20px;
  }
  .blog-search-wrap {
    width: 100%;
    left: 0;
    padding: 0px 60px 30px 30px;
	background:transparent;
	display:inline-block
  }
  .blog-search-wrap button {
    position: absolute;
    right: 30px;
    top: 8x;
  }
  .blog-search-wrap input {
    width: 100%;
  }
  .blog-btn-filter ul {
    top: 46px;
    padding-left: 30px;
  }
  .hero-slider-wrap_pagination,
  .hero-section-dec,
  .content-nav li a span strong,
  .project-details ul:before,
  .project-details ul:after,
  .center-carousel .show-info,
  .aside-show_cf {
    display: none;
  }
  .hero-slider-wrap_halftwo {
    bottom: 60px;
    width: 100%;
  }
  .hero-slider-wrap {
    padding-bottom: 60px;
  }
  .hero-slider_control-wrap {
    left: 0;
    bottom: 0;
  }
  .hsc {
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #071c35;
  }
  .start-btn {
    padding: 0;
    height: 60px;
    line-height: 60px;
    right: 0;
    left: 120px;
  }
  .hs_counter {
    right: 30px;
    top: 30px;
  }
  .hs_counter .total {
    font-size: 15px;
    right: -6px;
    top: 6px;
  }
  .hs_counter .total:before {
    top: 2px;
  }
  .hs_counter .current {
    font-size: 25px;
  }
  .half-hero-wrap h1,
  .hhw-vis.half-hero-wrap h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .half-hero-wrap h4,
  .hhw-vis.half-hero-wrap h4 {
    font-size: 11px;
  }
  .half-hero-wrap,
  .fhhw .half-hero-wrap {
    left: 30px;
  }
  .hhw_header {
    font-size: 10px;
    padding-bottom: 10px;
  }
  .share-btn {
    width: 80px;
    text-align: center;
  }
  .share-btn span {
    left: 0;
    width: 100%;
  }
  .nav-button,
  .main-header:before {
    left: unset;
    right: 80px;
  }
  .nh_vis {
    right: 0;
  }
  .nav-holder {
    width: 350px;
  }
  .share-btn span i.fa-share-alt {
	  margin-left:0;
	  margin-top:-6px;
  }
  .nav-button {
    margin-left: unset;
    margin-right: 30px;
    float: right;
  }
  .fcwc-wrap {
    right: 4%;
    top: 50px;
  }
  .logo-holder {
    top: 15px;
    right: unset;
    left: 5px;
  }
  .logo-holder img {
    height: 35px;
  }

  .main-header:before {
    width: 80px;
  }
  .psn_button {
    display: block;
  }
  .page-scroll-nav_wrap ul,
  .gallery-filters {
    position: absolute;
    left: 0;
    width: 70%;
    bottom: 100%;
    background: #193659;
    padding: 50px 40px 30px;
    display: none;
	direction:rtl;
	
  }
  .page-scroll-nav_wrap ul li,
  .gallery-filters a {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    text-align: left;
  }
  .page-scroll-nav_wrap ul li a {
    height: auto;
    line-height: inherit;
  }
  .page-scroll-nav_wrap li a:after,
  .fixed-bottom-panel .gallery-filters a:after,
  .gallery-filters a:after {
    left: -10px;
    bottom: 8px;
    height: 1px;
  }
  .page-scroll-nav_wrap li a.act-sec:after,
  .fixed-bottom-panel .gallery-filters a.gallery-filter-active:after {
    width: 20px;
  }
  .fixed-bottom-panel .gallery-filters a {
    height: auto;
    line-height: inherit;
    padding-left: 20px;
  }
  .client-list li a {
    /* padding: 15px 25px; */
  }
  .tc-button {
    top: 100%;
    margin-top: -40px;
  }
  .center-carousel,
  .center-carousel img {
    height: 190px;
  }
  .project-details ul {
    padding: 30px;
  }
  .hero-carousel-wrap .ss-slider-cont {
    margin-top: -120px;
  }
  .hero_promo-title h4 {
    opacity: 0;
  }
  .hhw-vis.half-hero-wrap {
    left: 30px;
  }
  .start-btn.st2 {
    width: 220px;
  }
  .hero_promo-button a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0 -15px;
  }
  .hero_promo-button {
    top: -10px;
  }
  .pagination {
	   float: left;
	   text-align:left !important;
	 
  }
  .pagination a {
	text-align:center;
    width: 30px;
  }
  .grid-carousel-wrap {
    padding-right: 0;
  }
  .gc-slider-cont-wrap {
    right: auto;
    width: 88px;
    height: 40px;
    top: 100%;
    margin-top: 0;
    left: 0;
  }
  .gc-slider-cont {
    float: right;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .bg {
    background-attachment: scroll !important;
    -webkit-background-size: cover;
    background-position: center;
  }
}

.content_cls{
	text-align: justify !important;
}
.content_cls p{
	font-size:15px !important;
	
}