/*=======================================================================
	
	Item Name 		|		Symp - Responsive One Page VCard/Resume Template
	
	Author Name		|		Noman Ali Samejo
	
-------------------------------------------------------------------------
	CSS Structure
-------------------------------------------------------------------------
	
	01- General CSS
	02- Preloader
	03- Front Section
	04- About Section
	05- Resume Section
	06- Services Section
	07- Blog Section
	08- Portfolio Section
	09- Contact Section
	10- Work Page
	11- Single Post Page
	12- Responsive CSS
	
	*Colors are in separate files.
	
=======================================================================*/

@font-face {
	font-family: 'Rakkas';
	src:url('../fonts/droidkufi-bold.eot');
	src:url('../fonts/droidkufi-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Rakkas.ttf') format('truetype'),
		url('../fonts/droidkufi-bold.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} 


@font-face {
	font-family: 'droidkufibold';
	src:url('../fonts/droidkufi-bold.eot');
	src:url('../fonts/droidkufi-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/droidkufi-bold.ttf') format('truetype'),
		url('../fonts/droidkufi-bold.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} 


@font-face {
	font-family: 'DroidKufiLight';
	src:url('../fonts/droidkufi-regular.eot');
	src:url('../fonts/droidkufi-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/droidkufi-regular.ttf') format('truetype'),
		url('../fonts/droidkufi-regular.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} 


@font-face {
  font-family: 'MAOZA-REGULAR';
  src: url("../fonts/MAOZA-REGULAR.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}



.popup-link{
  display:flex;
  flex-wrap:wrap;
}

.popup-link a{
    background: #333;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size:17px;
    cursor:pointer;
    margin:20px;
    text-decoration:none;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}
.popup-content {
    /*background-color: #fefefe;*/
    margin: auto;
    padding: 20px;
    /*border: 1px solid #888;*/
    width: 50%;
}
.popup-content p{
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}
.popup-content a.close{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}

.popup-content a.close:hover{
  color:#333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-container h3{
  margin:10px;
}
/*End popup styles*/

/* Additional styles */
.popup-style-2{
  transform: scale(0.3);
  
}

.popup-style-2:target{
  transform: scale(1);
}

.popup-style-3{
  left:100%;
  
}

.popup-style-3:target{
  left:0;
}

.popup-style-4{
  transform: rotate(180deg);
}

.popup-style-4:target{
  transform: rotate(0deg);
}

.popup-style-5{
  top:100%;
  
}

.popup-style-5:target{
  top:0;
}

.popup-style-6{
  transform: scale(15.3);
  
}

.popup-style-6:target{
 transform: scale(1);
 }

.popup-style-7{
  transform: skewY(180deg);
   transition: all 0.7s ease-in-out;
}

.popup-style-7:target{
 transform: skewY(0deg);

 }


.nenef{
    font-family: Rakkas;
    margin-right:3%;
    margin-top:5%;
    text-align:center;
    color:white;
  
    
}


.nenef2{
    font-family: 'DroidKufiLight';
    margin-right:3%;
    margin-top:0%;
    text-align:center;
    color:white;
      
    
}



.cookiePolicy{
	
	display:none !important;
}



.sabelr{
	text-align:right;
	
}


.sabel{
	text-align: left;
	
}


.ledo{
		
	margin-top: 3%;
    margin-bottom: 10%;
	}






#slidy-container { 
  width: 70%; overflow: hidden; margin: 0 auto;
}


.blanka{
	display:none;
	
}








.mapz{
	display:none;
	
}


.papery{
	display:none;
	
}



.slides {
    padding: 0;
    width: 700px;
    height: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 700px;
    height: 420px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 20px;
    height: 100%;
    display: none;
    position: absolute;

	  opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 50pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
	width: 100%;
	bottom: 9px;
	height: 11px;
	display: block;
	position: absolute;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
	background: rgba(0, 0, 0, 0.8);
}



/*sound*/
.collapse {
  position: relative;
  display:block !important;
}
.collapse label {
  opacity: 0.3;
  padding: 0.75em;
  background: #ccc;
  display: block;
  transition: 0.3s;
  text-align: center;
}
.collapse label::after {
  content: "X";
}
.collapse input {
  visibility: hidden;
  opacity: 0;
  position: fixed;
}
.collapse input ~ *:not(label) {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
  max-height: 500px;
}
.collapse input:checked ~ *:not(label) {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}
.collapse input:checked ~ label {
  opacity: 1;
}
.collapse input:checked ~ label:after {
  content: "Music Player >>";
}
#player {
  width: 50%;
  margin:auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 20px 60px -5px rgba(0, 0, 0, 0.3);
}
#embed {
  margin: 0;
  padding: 0;
}

/*end-sound*/



.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-image-container img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-image-container {
    margin: 4em auto;
  }
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background: url("../img/earth-2.jpg") no-repeat left top;
  background-size: auto 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #dc717d url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}




#demo {
  width: 100%;
  height: 80%;
  max-height: 100%;
  max-width: 100%;
  cursor: none;
   margin-top: -30%;
}

#stage {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ba3den{
	display:none;
	
}



.pulse-button {

  position: relative;
  background:#96090969;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
      padding: 15px;
 
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}





.shap{
    padding: 0 1rem;
  line-height: 0;
  border: 15px solid transparent;
  border-image-repeat: repeat;
  border-image-width: 30px;
  border-image-slice: 22;
  border-image-source: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJwAAAAtCAMAAABs8PKvAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAvRQTFRFAAAAIiIiJSUlMjIyeXl5iYmJaGhoJycnCAgIKysrFRUVCwsLcXFx8fHxgICAQkJCcHBwm5ubg4ODU1NT////+fn54ODgFBQUBQUFZWVlPT09y8vLHR0dAgICq6urY2NjXV1d5+fnPDw8qKio4eHh/f393t7ewcHBysrKAwMDNjY29/f3vLy8qamp2NjY2tra8/Pz4+PjjIyMERERWVlZV1dXZGRkREREEhISExMTZmZmWFhYaWlpGxsbAQEBCQkJFhYWHx8fDw8PPz8/UVFRlJSUqqqqPj4+Tk5OQ0NDVFRUJiYml5eXmpqaCgoK0NDQ4uLi2dnZi4uLbGxs7u7uKCgoLi4uycnJXFxckpKS+vr68vLyz8/PsLCwFxcXGRkZSUlJgYGBoKCg+/v7Dg4OoaGhzc3Nj4+PpqamVVVVcnJyrq6uWlpaHh4eHBwchoaGhISEv7+/bm5ura2tBAQEX19furq67e3tf39/EBAQvb29sbGxuLi4ISEhRUVFXl5etra2kZGR0dHR6urqxsbGo6Ojnp6e9fX17+/vUFBQ1NTUlZWV6enp1tbWfX1909PTRkZGT09PBwcHGhoa6+vrn5+fS0tLt7e3Ozs7x8fHmZmZampq0tLSmJiY6Ojo5ubmtLS0ubm5k5OTjY2NLCwsBgYGtbW1dHR0w8PDxMTEODg43Nzc9vb219fXKSkpwMDA/v7+/Pz8rKysvr6++Pj43d3d1dXV5eXlNDQ0MzMzMDAwioqKlpaWgoKCW1tbzMzMdnZ2TExMNTU1LS0tjo6O29vbTU1NZ2dnSEhI8PDwICAg5OTkhYWFzs7Or6+vQEBAa2tr39/fkJCQ9PT0pKSkQUFBe3t77OzsOTk5UlJSIyMjnZ2dwsLCpaWlKioqR0dHfn5+xcXFDQ0NdXV1DAwMb29vSkpKs7OzMTExyMjIGBgYoqKiu7u7bW1tLy8vOjo6h4eHp6ensrKyNzc3nJycYWFhYGBgeHh4JCQkenp6d3d3VlZWte9gIwAACFlJREFUeJzNWXtYE1cWP4AgCBGBk4iGAJFMeEQgAUFRCYK2qLg+KhTlqYyoSPGBQFAEFJFEJFA0PqoWFQWDIJ0oQq3SArq47na1itvWx9q6slbatbW6W93df/ZOgFb7JUvtV4y/78vMnTvnnvvjnHPPvXMAeBZm5hZDLK2G6tvWNsNsre04w+1HODiCE3J53JHgPGo03wUErm7uwjECN/QQUWJPL28flIz1pfz8ESmpiIeyAADvwNHjgoLHT2AVhYyaOGnymFC5IMh9AgjCpoRHTJ0Wbv7aSIvXI8Fm+oyZNlGzfjdkxmwYCEFzRgTMlczFeW/MD4j2jRn/pn3sgoWiuPgExEQ+cmySkhch+i2elIIUjZjCF1rLAZYIZamWzksRly1HFqng6ZK2Ip203krOgJXcGKdVUauR67BGmJmA/Vg7P8s7O0fBUyCdu2495uRtcBuIXr59wdrCgo3s6E1Fm4vl62K24IISpd0mxIL5qOLQk2ArepZKxWNT9VN4hm0rU5dvxAqPRW8jbqus0PcWqvL096FywfZy9B0mMIv0woQd7iilNBTSffR2+uhv9K6kXbuL9gxoN4Bp76j37tvPjnlt8qp3qw5Mni7GgznLDyGqC6wizR2rC/cedkCUjItIPiLyF+Pq1RIhIkfNISPW11ivR6z1VAmRYjVIg8yGmvt40UfDWSPiGkuthtzq7DMWO7yTs3yTw7GM2voixDiZouF4iRC3FTTK/z85F6fKsEVqxPc2Mqjz0y49cbLplEiY0NzSoEMUq5CjVSpVxJ/LKi3TM993RZpGHg9HnxbRMixb8UE1za12OYxnFLwKPl8tolvOpvBqxb1c+0D63OxbP9zdQFFKbPBT4EdT2zKbUYkn270HsFyHRf6581V1Sh0X8fd10SpFk45mkNHpWL0URXFYE9FlpWoFsWVxmYZLlgD6p9Qj1SLyEqEqT8PL7MxeT9G0RKNkRbnIlT7LjUBZXK9obiaWpTGnPHrvhT/kHfvQHTbhxbp1zzBx/mP/k7eAWHRCvjW4YVHbn44vCehVw+jwxUH+hF8gxCA3nm3M/biUXC+e/DOxBhN7ic+PBFhwGWDSXMRPADZtaGCluD5DyGsGyzZcuRj3a0j9RmAoJP6I07fFEGTrc/U4aUm79B1NJiT2DA7MZa+sU2c5VD/3hvkFjhlEsHFBfIgsuRgPDoPH+XEmpMMY6QezcZFwnlMqNCZgSkDatQg7bfyyXH9TM3keSimybt3Htk0bZQbQxOYQGBm894CpmRgDmMe3ppVcNDUNw4CwcLA0NQljIHnuL/MQo5tMTcQQAD7FeFOTMAyGtZwb2XS3VCiERnOhScCQfQogSoHS+s+w7fNP1ZtflYxCS3RUvCeHWO76lnwYjhhrVWxqTv1gbaRS6RcEwcgNZE10hiQMOOyloCuesCuu7yXn9FEVhQk3Wg+ZmhULcsL1unmrb4cAyMYDefPwr2Yi8qh7FaKOkqYcRaqLf4q49Hb+HJYUxWVXq860S1Y/u45RNeP+1i/2g8BmRGzeoc1NqJSg3nI6E6a93jOmtGMKTP7yp2/s1/FOUZXiFXHrqb8Z/DS8aWpeerjWGCRnL3shLYMUn1ucDX9Vnxyc6V4Ms7IMMAtzdqcHHjr4uGvQbp2mptWL+Ya92u1BAumlWI/S9U7jTw7hUnF/L1sAYXChkZLO2V4h3SAT1Bc8lDJyVjs/X/PMuqpSs9cVhrlB+o9yyt+iLtFb1OnLnYwEpVyGYTfNg4WuZ61syVFoZ/vpzLw4/DJXL3Er5hYRnpdkhNzVn6unXzQr98oTywtLS8VcStii72F+sg7ruq5dYH26/e9WYfeWfrW7TOI4+/4V8iZ9ypsKlAQERxghB26fIadfUYsXuchkDTqi0HD9hNL/+vhwaYqSSGiaOIsjqyh30HiJUaVB7Dnx8Y6AKlFvvYNh2Y1r3vn1Ws31aW0wYw7ul2wLvP0NeRWbfCS4canoHDQayXNQ8w/sL7DFLXQq55ONVloVL+OgjJgBKQUHCQeplCOVEg6kh8uh2QGUX6KXCsWu17QUqvyXYu2MzKui4uEh4X6ID7bOvN6kOvgWG/l1w0/M0X577L3vXKPHRDn6XVsJwentYH5Tg5sf7pg+8tjD7q02EGas/nqXsNLcEbLktN9L9SQbHl3z33jN1yPxzPJiGaorkN6iUfSgVkss5CfUlCLWas9czkvIdex8bMfh/DO70+aDUgrrKxwak1rQLxAiInw3Xmg0U2NdamK3R09J66OeR6EgN88cb3emo1hlN4RHEe+4g+0xgMorncacCrv+NSrxx3qTUNvf6qrzGluS/vliTtEPtye25T2prF0jpJXCB+0K1vtTh91w2SV+nGwbmjJ+9tO300LEY9HOe5/Ig1NsYdEIMaLJX6WFRGhPwB7MdVmfdn/iN5Y7Vv57iuXxyGzcGVVSdViBd27+QPKHc3eQFey4Gm6E3Hn0T5t4+RZqolHXxbAphUvilxbxVIqEVBVd2A2wPXRd6BKy0HgKxbDZGlwYCIKwxfUzQb6aW4fZ3fnpQwUQXlpPPgEk6EhURoyuGZMPGXmnt1b3rBL5OXiQxfjd0wuWnzxJPVoetqDq0v0TqbWON/TTR7aBu49Ry1m0V2NRRxFzdfWle99jwn+u/BcggK9rzgDwvnfU9+gScBF/EfE0lxwQgoi4Q+LwB21bl2MkCMAeqVDzwG8rqal90Tt18d2+yE4SwI2HofJG56jqHHu24+tAkIdNiN0N8H6SYMWRZICYjCzrArl3Vke4+WNbo/T2nOtvbffpL2hn9Z9h5M/dCAQAydvJado7ue8xy4WIG1U+AGr0/47Kf9L9axW8TPwPkT3Ya88mlvcAAAAASUVORK5CYII=");
}



/*tree*/

#containerz {
  margin: 0 auto;
  width: 733px;
 
}

.tree {
  width: 100%;
}

.tree time {
  display: block;
  font-size: 13px;
  margin-top: .5rem;
    direction: rtl;
	color: #da100c;
    font-weight: bold;
}

.tree img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 150px;
}

.tree time:before {
  content: "(";
}

.tree time:after {
  content: ")";
}

.tree, .tree ul {
  padding-top: 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tree li::before, .tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 20px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}

.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

.tree li:only-child {
  padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
  border: 0;
}

.tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
}

.tree ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}

.tree li a {
  border: 5px solid #1d425a;
  padding: 10px;
  text-decoration: none;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: 168px;
  color: #000000;
  font-size: 2rem;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.tree li a {
  background: #ffffff;
}

.tree li a:hover,
.tree li a:hover + ul li a {
  background: #000000;
  border: 1px solid #94a0b4;
  color: #fff;
}

.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #94a0b4;
}

@media all and (max-width: 1475px) {
  .tree {
    width: 100%;
  }
}
@media all and (max-width: 875px) {
  #container {
    width: 600px;
  }

  .tree img {
    width: 100px;
  }
}
@media all and (max-width: 575px) {
  #container {
    width: 570px;
  }

  .tree img {
    display: none;
  }

  .tree li a {
    width: 110px;
  }
}
@media all and (max-width: 500px) {
    
    
    
    
  .tree time {
    display: inline-block;
  }

  .tree li {
    float: none;
    text-align: left;
  }

  .tree li a {
    border: initial;
    width: initial;
  }

  .tree ul::before, .tree li::before, .tree li::after {
    content: none;
  }
}



/*end-tree*/


canvas {
	background-image: radial-gradient(#666, #333);
}

#instructions {
	position: absolute;
	color: #fff;
	bottom: 0;
	padding-bottom: 6px;
	font-family: sans-serif;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.containerx {
  display: flex;
  width: 100%;
}


.panel {
  background-size: cover;
  background-position: center center;
  /*background-repeat: no-repeat;*/
  height: 50vh;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position: relative;
  transition: flex 0.7s ease-in;
}

.panel h3 {
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
      background: #0000009e;
    padding: 10px;
}

.panel.active {
  flex: 5;
}

.panel.active h3 {
  opacity: 1;
  transition: opacity .3s ease-in 0.5s;
}

@media(max-width: 480px) {
  .containerx {
    width: 100vw;
  }
  
 
}
    



/*start-video*/
.youtube-player {
  position: relative;
  width: 80%;
  height: 100%;
  margin: auto;
  cursor: pointer;
    margin-bottom: 5%;
	 border-width: 20px;
  border-style: solid;
  border-color:#a94442 #880b0b #a94442 #880b0b;
}

.youtube-player img {
  width: 100%;
}

.youtube-player.pristine::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -25px;
  height: 0;
  width: 0;
  border-left: 50px solid #ffffffc4;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.youtube-player.pristine:hover::before {
  opacity: .7;
}



/*#background-video { width: 100% !important; height: 500px!important; position: relative!important;margin-bottom: 10%!important; }
#background-video iframe { width: 100%; height: 100%; display: none; }
#background-video .play-btn{ 
    position: absolute;
    top: 0px; 
    left: 0px; 
    width: 100%;
    height: 100%; 
    font-size: 0px;
    line-height: 0px;
    background:url(http://www.legacycitychurch.com/media/cover_art/Play%20Button%20Overlay/playbutton.png) center center no-repeat;
    background-size: 120px auto;
}*/

/*end-video*/



/*lightbox*/


/*LIGHTBOX STYLE*/
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 85%);
}
.lightbox .lightbox-video {
  width: 100%;
  padding-bottom: 56%;
}
.lightbox iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.lightbox img {
  display: block;
  margin: 0 auto;
}
.lightbox .lightbox-close {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 26px;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid #ffffff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.lightbox .lightbox-close:hover {
  text-decoration: none;
}
.lightbox .lightbox-container {
  max-width: 1024px;
  margin: 100px auto 25px;
}




/*flip*/

.information {
  color: white;
  background: #7474af;
  text-align: center;
  padding: 8px 3px;
  margin: auto;
}

.information h2 {
  margin: 12px 0px;
}

.information p {
  margin: 3px;
  white-space: pre;
}

.information a {
  color: yellow;
  text-decoration: underline;
}

.information a:hover {
  color: cyan;
  cursor: pointer;
}

#information {
  display: none;
  align-items: flex-start;
  background: #b7d0ea;
  padding: 12px;
  z-index: 5;
  position: absolute;
  width: 60%;
  height: 75vh;
  top: 20px;
  border: solid 4px #5755a7;
  line-height: 1.5;
  overflow-y: scroll;
  left: 0;
  right: 0;
  margin: auto;
}

#information button {
  color: black;
  background: none;
  margin-right: 12px;
  padding: 8px;
  border: solid 1px black;
  border-radius: 50%;
}

#information button:hover {
  cursor: pointer;
  color: white;
  border: solid 1px white;
}

/*navigation*/
.arrow2 {
  z-index: 4;
  color: black;
  background: #fbaa19;
  padding: 5px;

  border-radius: 50%;
  transition: background 0.2s ease;
  font-size:22px;
}

.arrow2:hover {
  cursor: pointer;
  background: #fbaa19;
  color:red;
}


/*parts of the book*/
.book {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1025px;
}

.material-icons {
  vertical-align: bottom;
}

.scene {
  min-width: 550px;
  height: 500px;
  margin: 20px 510px 20px 10px;
  perspective: 1500px;
}

.card {
  width: 100%;
  height: 100%;
  transition: transform .8s;
  transform-origin: right;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}

.lefthover {
  transform: rotateY(5deg) !important;
}
.righthover {
  transform: rotateY(175deg) !important;
}

.card.is-flipped {
  transform: rotateY(180deg);
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card__face--front {
}

.card__face--back {
  transform: rotateY(180deg);
}

.right {
  position: absolute;
  top: 0;
}

#next {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 100%;
  z-index: -1;
}

#prev {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}

.content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  font-family: 'Secular One', sans-serif;
  color: #0f0f8e;
}

.content img{
  max-height: 100%;
}

.hidden {
  display: none;
}
/*end parts of book*/






/* 2nd example :  BACKGROUND IMAGE */
div.desktop-wrapper {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}
div.desktop-wrapper iframe {
    box-sizing: border-box;
    background: url(../img/apple.png) center center no-repeat;
    background-size: contain;
    padding: 3.4% 11.8% 4.6%;/* 11.9% 15.5% 14.8% */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}

/* 3rd example :  BACKGROUND IMAGE */
.header-unit {
  height: 150px;
  border: 2px solid #000;
  border-right:none;
  border-left: none;
  position: relative;
  padding: 20px;
}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
}
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}


canvas {
	background-image: url(../img/blur.JPG);
	width:100% !important;
	height:100vh !important;
}


#instructions {
	position: absolute;
	color: #fff;
	bottom: 0;
	padding-bottom: 6px;
	font-family: sans-serif;
	width: 80%;
	text-align: center;
	pointer-events: none;
}


/*Importing Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,600,300|Playfair+Display:700italic,400italic|Crimson+Text:400italic,600italic|Open+Sans:400,700);

/*=======================================================================
	General CSS
=======================================================================*/
*{
	margin:0;
	padding:0;
	outline:none;
	font-family: DroidKufiLight;
}

p{
	direction:rtl;
	
}


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	font-weight:bold;
	font-family: 'DroidKufiLight';
}
::-webkit-scrollbar{
	height:10px;
	width:10px;
	background:#FFF;
}
::-webkit-scrollbar-thumb{
	background:#BBB;
	border:solid 2px #FFF;
}
::-webkit-scrollbar-thumb:hover{
	background:#888;
}
::-moz-scrollbar{
	height:10px;
	width:10px;
	background:#FFF;
}
::-moz-scrollbar-thumb{
	background:#BBB;
	border:solid 2px #FFF;
}
::-moz-scrollbar-thumb:hover{
	background:#888;
}
img{
	max-width:100%;
}
.parallax{
	background-size:cover;
}
body.section-show{
	overflow:hidden;
}
body a.close-btn,
body.section-show .close-btn{
	opacity:1;
	z-index:100;
	-webkit-transition:opacity .4s 1.2s ease, background .3s ease;
	-moz-transition:opacity .4s 1.2s ease, background .3s ease;
	transition:opacity .4s 1.2s ease, background .3s ease;
	overflow:hidden;
}
.close-btn{
	position:fixed;
	height:64px;
	width:64px;
	cursor:pointer;
	display:block;
	top:18px;
	right:18px;
	opacity:0;
	z-index:-99;
}
.close-btn > span{
	height:3px;
	width:40px;
	background:#ffb020;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-20px;
	margin-top:-1.5px;
}
.close-btn > span:before{
	content: ' ';
	position:absolute;
	top:0;
	width:0;
	height:inherit;
	background:#B7A389;
}
.close-btn > span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.close-btn > span:nth-of-type(2){
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.close-btn > span:nth-of-type(1):before{
	left:0;
}
.close-btn > span:nth-of-type(2):before{
	right:0;
}
.close-btn:hover > span{
	background:transparent;
}
.close-btn:hover > span:before{
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	width:100%;
}
.close-btn:hover > span:nth-of-type(2):before{
	-webkit-transition-delay:.3s;	
	-moz-transition-delay:.3s;	
	transition-delay:.3s;	
}
.section-header h2{
	font-size:40px;
	letter-spacing:0px;
	color:#e63b34;
	margin-top:0;
	margin-bottom:65px;
	font-weight:300;
}
.section-header p{
	margin-top:30px;
	line-height:1.7em;
	color:#ffffff;
	font-size:16px;
}
#wrapper{
	overflow-x:inherit;
}
.front-section{
	background:#02161a;
	 /*background-image: url(../img/cover.jpg);
    background-position: center;
    background-size: cover;*/
	
	
	
}
.section{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	border:solid 2px #ffb020;
	padding-top:100px;
	z-index:-9;
	background: #02161a;
	overflow-y:auto;
	opacity:0;
	visibility:hidden;
	transition: all .3s ease;
}
body.section-show .section.active{
	-webkit-transition:opacity .4s 1.2s ease;
	-moz-transition:opacity .4s 1.2s ease;
	transition:opacity .4s 1.2s ease;
	z-index:99;
	opacity:1;
	visibility:visible;
}
.bg-lightgray{
	background:#F5F5F5;
}
.footer{
	padding:30px 0;
	background:#FFF;
	border-top:solid 1px #F0F0F0;
}
.footer h4{
	font-size:18px;
	letter-spacing:4px;
	margin:0;
	margin-top:3.5px;
	font-style:italic;
	font-family:'Playfair Display', serif;
	color:#999;
}
.footer-social{
	margin:0;
	padding:0;
	list-style:none;
	font-size:0;
}
.footer-social > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:30px;
}
.footer-social > li > a{
	text-decoration:none;
	height:26px;
	width:26px;
	line-height:26px;
	vertical-align:middle;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	display:block;
	text-align:center;
	color:#BBB;
	background:#F0F0F0;
	font-size:0;
}
.footer-social > li > a > i{
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:inherit;
	width:inherit;
	height:inherit;
	vertical-align:middle;
}
.footer-social > li > a > i:before{
	font-size:14px;
	line-height:1em;
	vertical-align:middle;
}
.footer-social > li > a:hover{
	background:#B7A389;
	color:#FFF;
}
.section-block > .container,
.section-block{
	position:relative;
}
.section-block{
	overflow:hidden;
}

/*=======================================================================
	Preloader
=======================================================================*/
.js #preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#FFF;
	z-index:199;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
.js #preloader .loader{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);	
	-moz-transform:translate(-50%, -50%);	
	-ms-transform:translate(-50%, -50%);	
	-o-transform:translate(-50%, -50%);	
	transform:translate(-50%, -50%);	
}
.js body.loaded #preloader{
	-webkit-transform:scale(.6) translateY(-100%);
	-moz-transform:scale(.6) translateY(-100%);
	-ms-transform:scale(.6) translateY(-100%);
	-o-transform:scale(.6) translateY(-100%);
	transform:scale(.6) translateY(-100%);
	opacity:0;
	visibility:hidden;
	z-index:-1;
}
.no-js #preloader{
	display:none;
}

.divider-draft{
	position:relative;
	height:2px;
	background:#a53835;
	width:40px;
	display:block;
	margin:15px 0;
}
.divider-draft:before,
.divider-draft:after{
	content: ' ';
	width:25px;
	height:1px;
	background:#a53835;
	position:absolute;
	left:0;
}
.divider-draft.center{
	margin:auto;
}
.divider-draft.center:before,
.divider-draft.center:after{
	right:0;
	margin:auto;
}
.divider-draft:before{
	top:-6px;
}
.divider-draft:after{
	bottom:-6px;
}

/*=======================================================================
	Front Section
=======================================================================*/
body.section-show .transition-mask{
	position:absolute;
	top:260px;
	height:500px;
	width:500px;
	left:0;
	right:0;
	margin:auto;
	z-index:22;
	transform:rotate(45deg);
	overflow:hidden;
	-webkit-animation: fill2 .8s .4s both ease;
	-moz-animation: fill2 .8s .4s both ease;
	animation: fill2 .8s .4s both ease;
}
body .transition-mask:before{
	content: ' ';
	position:absolute;
	bottom:0;
	right:0;
	height:100%;
	width:100%;
}
body.section-show .transition-mask:before{
	-webkit-animation: fill .4s both ease;
	-moz-animation: fill .4s both ease;
	animation: fill .4s both ease;
	background:#CCC;
}

@-webkit-keyframes fill2{
	0%{
		transform:rotate(45deg);
	}
	100%{
		z-index:50;
		transform:rotate(0deg);
		height:100%;
		width:100%;
		top:0;
		bottom:auto;
	}
}
@keyframes fill2{
	0%{
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	100%{
		z-index:50;
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
		height:100%;
		width:100%;
		top:0;
		bottom:auto;
	}
}



@-webkit-keyframes fill{
	0%{
		width:0%;
	}
	100%{
		width:100%;
	}
}

@keyframes fill{
	0%{
		width:0%;
	}
	100%{
		width:100%;
	}
}



.front-section{
	padding-top:60px;
	padding-bottom:10px;
	position:relative;
}
.front-heading{
	text-align:center;
	margin-top:190px;
}
.front-heading > h2{
	font-size:55px;
	font-weight:lighter;
	letter-spacing:15px;
	position:relative;
	position:relative;
	line-height:1em;
	display:inline-block;
	*display:inline;
	*zoom:1;
	z-index:10;
	color:#999;
	font-family: 'Playfair Display', serif;
	font-style:italic;
}

.front-person-img{
	width:500px;
	height:500px;
	overflow:hidden;
	background:#F0F0F0;
	position:relative;
	z-index:15;
	-webkit-transition:height .5s .3s ease, transform .5s .8s ease;
	-moz-transition:height .5s .3s ease, transform .5s .8s ease;
	transition:height .5s .3s ease, transform .5s .8s ease;
	margin:50px auto;
	margin-bottom:0;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	border-radius:0;
}
.front-person-img > img{
	max-width:150%;
	vertical-align:bottom;
	-webkit-transform:rotate(-45deg) translateY(-150px);
	-moz-transform:rotate(-45deg) translateY(-150px);
	-ms-transform:rotate(-45deg) translateY(-150px);
	-o-transform:rotate(-45deg) translateY(-150px);
	transform:rotate(-45deg) translateY(-150px);
}

.front-person-titles{
	position:relative;
	z-index:10;
	height:500px;
	width:500px;
	margin:auto;
	margin-top:-500px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.front-person-titles > span{
	position:absolute;
	z-index:5;
	display:block;
	width:100%;
	font-family:nasser;
	color:#fbaa19;
	text-align:center;
	font-size: 55px;
	letter-spacing:0px;
	line-height:2em;
	text-transform:lowercase;
}
.front-person-titles > .t1{
	left:5px;
	 bottom: -58px;
	-webkit-transform:rotate(-90deg) translateY(-100%);
	-moz-transform:rotate(-90deg) translateY(-100%);
	-ms-transform:rotate(-90deg) translateY(-100%);
	-o-transform:rotate(-90deg) translateY(-100%);
	transform:rotate(-90deg) translateY(-100%);
	-webkit-transform-origin:0% 0%;
	-moz-transform-origin:0% 0%;
	-ms-transform-origin:0% 0%;
	-o-transform-origin:0% 0%;
	transform-origin:0% 0%;
	font-size:28px;
}
.front-person-titles > .t2{
	top:21px;
	left:0;
	-webkit-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	transform:translateY(-100%);
}
.front-person-titles > .t3{
	left:0;
	bottom:5px;
	-webkit-transform:translateY(100%) rotate(180deg);
	-moz-transform:translateY(100%) rotate(180deg);
	-ms-transform:translateY(100%) rotate(180deg);
	-o-transform:translateY(100%) rotate(180deg);
	transform:translateY(100%) rotate(180deg);
}


.front-person-links{
	margin:auto;
	width:500px;
	height:500px;
	margin-top:-500px;
	z-index:25;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position:relative;
	
}

.front-person-links > ul > li{
	display:block;
}
.front-person-links > ul{
	font-size:0;
	z-index:99;
	position:absolute;
	text-align:left;
	white-space:nowrap;
	left:100%;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	margin:0;
	padding:0;
	list-style:none;
	margin-left:-15px;
}
.front-person-links > ul > li > a{
	font-family:nasser;
	display:block;
	font-size:20px;
	padding:25px 0;
	cursor:pointer;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	position:relative;
	color:#efecec;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:0px;
	text-decoration:none;
	line-height:0.5em;
}
.front-person-links > ul > li > a:before,
.front-person-links > ul > li > a:after{
	content: ' ';
	height:6px;
	width:15px;
	background:#CCC;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	margin-right:15px;
	font-size:0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	display:none;
}
.front-person-links > ul > li > a:after{
	margin-left:15px;
	margin-right:0;
	display:none;
}
.front-person-links > ul > li > a:hover{
	color:#ff962a !important;
}
.front-person-links > ul > li > a:hover:after,
.front-person-links > ul > li > a:hover:before{
	width:25px;
	background:#999;
}


/*=======================================================================
	About Section
=======================================================================*/
.about-section{
	padding-top:0;
}
.about-icons{
	padding-top:110px;
	padding-bottom:0px;
}
.basic-info{
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
	border-bottom:solid 1px #F0F0F0;
}
.basic-info .section-header{
	margin-bottom:80px;
}
.about-info > p{
	line-height:1.8em;
	margin-top:1em;
	font-size:18px;
	    text-align: justify;
		    color: black;
}
.about-person-img{
	text-align:center;
}
.about-person-img > img{
	max-width:100%;
	/*border-top: 5px solid #ffb020;
    border-bottom: 3px solid #ffb020;
	border-top-left-radius: 50px;
    border-top-right-radius: 50px;*/
	opacity:0.6;
}
.info-list{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	z-index:10;
	margin-top:20px;
	margin-bottom:60px;
}
.info-list:before,
.info-list:after{
	content:' ';
	display:table;
}
.info-list:after{
	clear:both;
}
.info-list > li{
	margin-bottom:20px;
	float:left;
	width:25%;
}
.info-list > li > .inner{
	padding:15px 0;
}
.info-list > li > *{
	line-height:1em;
	margin:0;
}
.info-list > li > .inner > h4{
	font-size:13px;
	letter-spacing:4px;
	margin-right:16px;
	margin-bottom:8px;
	display:block;
	color:#333;
}
.info-list > li > .inner > p{
	font-size:16px;
	color:#777;
	display:block;
}
.funfacts-block{
	padding-top:60px;
	padding-bottom:20px;
	background-image:url(../img/bg-funfacts.jpg);
	background-size:cover;
	background-attachment:fixed;
}
.funfact{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}
.funfact:after{
	content: ' ';
	position:absolute;
	height:16px;
	width:16px;
	right:-10px;
	top:50%;
	margin-top:-10px;
	border:solid 1px #FFF;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	opacity:.4;
	filter:Alpha(opacity=40);
}
.funfact:last-of-type:after{
	display:none;
}
@media (max-width: 992px){
	.funfact:nth-of-type(2):after{
		display:none;
	}	
}
@media (max-width: 768px){
    
    .lead-tstmnl-nm-dsg{
        position: static !important;
        
    }
    
    .lead-tstmnl-comment{
        width: 100% !important;
        padding: 0px 40px !important;
        font-size: 7.8px !important;
        
    }
    
    .lead-tstmnl-text-cont{
        width: 23.8% !important;
        
    }
    
    .full-window-height{
        
        height: 30vh !important;
    }
    
    .nenef{
        
            margin-top: 2rem !important;
    }
    
    
    .bgimg-700{
            background-size: contain !important;
    background-repeat: no-repeat !important;
        height: 40vh !important;
        
    }
    
    .video-bg video{
        top: 43% !important;
        
    }
    
    .bgimg-6{
            margin-top: -120% !important;
        display: none !important;
        
    }
    
    
    .contentTitle{
        font-size: 30px !important;
            margin-top:1rem !important;
        
    }
    
    
    
    
	.funfact:after{
		display:none;
	}	
}

.funfact > .content > h4{
	margin:0;
	color:#FFF;
	font-size:55px;
	margin-bottom:5px;
}
.funfact > .content > p{
	color:#FFF;
	letter-spacing:2px;
	margin-bottom:0;
	font-size:13px;
	opacity:.8;
}
.testimonials-block{
	padding:100px 0;
}
.testimonials-block .section-header{
	margin-bottom:45px;
}
.testimonials-slider{
	position:relative;
}
.testimonial{
	text-align:center;
}
.testimonial > p{
	font-size:22px;
	line-height:1.6em;
	color:#777;
	font-family:crimson text, serif;
	font-weight:lighter;
	font-style:italic;
}
.testimonial > .author{
	margin-top:45px;
}
.testimonial > .author > h4{
	margin:0;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:14px;
}
.testimonial > .author > p{
	color:#777;
}
.testimonials-slider .owl-controls{
	margin-top:27px;
}
.testimonials-slider .owl-controls > .owl-pagination > .owl-page > span{
	height:16px;
	width:16px;
	border-radius:0;
	border:solid 1px #B7A389;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	margin:11px;
	background:transparent;
	opacity:.6;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.testimonials-slider .owl-controls > .owl-pagination > .owl-page.active > span,
.testimonials-slider .owl-controls > .owl-pagination > .owl-page:hover > span{
	background:#B7A389;
	opacity:.8;
}
.testimonials-slider .owl-controls > .owl-pagination > .owl-page.active > span{
	opacity:1;
}
/*=======================================================================
	Resume Section
=======================================================================*/
.timeline-block{
	padding-bottom:100px;
}
.timeline-block .timeline{
	padding-bottom:90px;
	margin-top:100px;
}
.timeline{
	position:relative;
	list-style:none;
	margin:0;
}
.timeline:before{
	content: ' ';
	position:absolute;
	top:0;
	left:50%;
	margin-left:-1px;
	height:100%;
	width:2px;
	background:#BBB;
	border-radius: 0 0 5px 5px;
}
.timeline > li:before,
.timeline > li:after{
	content: ' ';
	display:table;
}
.timeline > li:after{
	clear:both;
}
.timeline > li > .timeline-desc{
	float:right;
}
.timeline > li > .timeline-desc > h4{
	font-size:14px;
	letter-spacing:2px;
	margin-top:0;
}
.timeline > li > .timeline-content{
	float:left;
	text-align:right;
	position:relative;
}
.timeline > li.inverse > .timeline-content{
	float:right;
	text-align:left;
}
.timeline > li.inverse > .timeline-desc{
	float:left;
	text-align:right;
}
.timeline > li{
	margin:70px 0;
	position:relative;
}
.timeline > li:not(.timeline-header):before{
	content: ' ';
	position:absolute;
	top:0;
	left:50%;
	height:11px;
	width:11px;
	-webkit-transform:translateX(-50%) rotate(45deg);
	-moz-transform:translateX(-50%) rotate(45deg);
	-ms-transform:translateX(-50%) rotate(45deg);
	-o-transform:translateX(-50%) rotate(45deg);
	transform:translateX(-50%) rotate(45deg);
	background:#B7A389;
}
.timeline > li > div{
	width:50%;
	padding:0 35px;
}
.timeline > li > .timeline-content > h4{
	margin-top:0;
	margin-bottom:7px;
	letter-spacing:2px;
	font-size:20px;
}
.timeline > li > .timeline-content > span{
	display:block;
	margin-bottom:15px;
	color:#BBB;
}
.timeline > li > .timeline-content > p{
	margin:0;
	line-height:1.7em;
	color:#777;
}
.timeline > li.timeline-header{
	background:#FFF;
	position:relative;
	z-index:10;
	text-align:center;
	margin-bottom:100px;
	margin-top:100px;
}
.timeline > li.timeline-header > h4{
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
	margin:0;
	letter-spacing:4px;
}
.timeline > li.timeline-header:first-of-type{
	margin-top:0;
}
.timeline > li.timeline-header > h4:before,
.timeline > li.timeline-header > h4:after{
	content: ' ';
	display:block;
	height:2px;
	background:#BBB;
	margin:0 -5px;
	margin-top:8px;
}
.timeline > li.timeline-header > h4:before{
	margin-top:0;
	margin-bottom:8px;
}
@media (max-width:992px){
	.timeline > li:before,
	.timeline:before{
		display:none;
	}
	.timeline > li > .timeline-desc{
		opacity:.5;
		text-align:right;
		float:left;
	}
	.timeline > li.inverse > .timeline-desc{
		text-align:left;
		float:right;
	}
	.timeline > li > div{
		width:85%;
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.timeline > li > .timeline-content{
		text-align:right;
	}
}
.hobbies-block{
	padding-top:100px;
	padding-bottom:30px;
}
.hobbies-block .section-header{
	margin-bottom:100px;
}
.hobby{
	position:relative;
	text-align:center;
	margin-bottom:70px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.hobby > .icon{
	font-size:0;
	background:#B7A389;
	color:#FFF;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	width:80px;
	height:80px;
	line-height:80px;
	margin:auto;
	margin-bottom:40px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	position:relative;
	top:0;
}
.hobby:hover > .icon{
	top:-15px;
}
.hobby > .icon > i{
	display:block;
	height:inherit;
	width:inherit;
	line-height:inherit;
	text-align:center;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.hobby > .icon > i:before{
	vertical-align:middle;
	font-size:45px;
	line-height:1em;
}
.hobby > h4{
	font-size:18px;
	letter-spacing:2px;
	margin-top:0;
	margin-top:2px;
}
.skills-block{
	padding:100px 0;
	padding-bottom:40px;
}
.skills-block .section-header{
	margin-bottom:80px;
}
.skill{
	position:relative;
	margin-bottom:60px;
}
.skill > h4{
	font-size:14px;
	margin-top:0;
	margin-bottom:5px;
	letter-spacing:2px;
	color:#B7A389;
}
.skill > .skill-bar{
	height:10px;
	background:#F0F0F0;
}
.skill > .skill-bar > .bar{
	background:#888;
	height:100%;
	width:0;
	position:relative;
}
.skill > .skill-bar > .bar > .percent{
	position:absolute;
	padding:4px 7px;
	background:#888;
	color:#FFF;
	bottom:100%;
	right:0;
	font-size:11px;
	margin-bottom:10px;
}
.skill > .skill-bar > .bar > .percent:after{
	content: ' ';
	position:absolute;
	border-bottom:solid 7px transparent;
	border-right:solid 7px #888;
	bottom:-7px;
	right:0;
}

/*=======================================================================
	Services Section
=======================================================================*/
.services-section .main-title{
	margin-bottom:30px;
}
.services-block{
	padding-top:50px;
	padding-bottom:0;
	border-bottom:solid 1px #F0F0F0;
}
.service{
	position:relative;
	text-align:center;
	margin-bottom:120px;
}
.service > .icon{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	height:90px;
	width:90px;
	line-height:90px;
	vertical-align:middle;
	text-align:center;
	margin:auto;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	font-size:0;
	background:#B7A389;
	color:#FFF;
	position:relative;
	top:0;
}
.service:hover > .icon{
	top:-15px;
}
.service > .icon > i:before{
	line-height:1em;
	vertical-align:middle;
	font-size:45px;
}
.service > .icon > i{
	display:inline-block;
	line-height:inherit;
	height:inherit;
	width:inherit;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.service > .content > h4{
	font-size:20px;
	margin-top:50px;
	margin-bottom:8px;
	letter-spacing:2px;
}
.service > .content > p{
	line-height:1.6em;
	color:#777;
}
.pricing-block{
	padding:120px 0;
}
.pricing-block .section-header{
	margin-bottom:90px;
}
.pricing-table{
	max-width:300px;
	margin:auto;
	background:#F4F4F4;
	padding:35px 0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.pricing-table > .header > h4{
	font-size:18px;
	text-transform:uppercase;
	margin:0;
}
.pricing-table > .header > .price{
	margin-bottom:30px;
	margin-top:30px;
}
.pricing-table > .header > .price > span{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:1em;
}
.pricing-table > .header > .price > .currency{
	vertical-align:top;
	margin-top:12px;
}
.pricing-table > .header > .price > .amount{
	font-weight:bold;
	font-size:80px;
}
.pricing-table > .header > .price > .period{
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:12px;
}
.pricing-table > .table-items{
	list-style:none;
	padding:0;
	margin:0;
	margin-top:25px;
	margin-bottom:30px;
}
.pricing-table > .table-items > li{
	padding:10px 0;
}

.pricing-table > .table-btn{
	padding:11px 22px;
	background:#333;
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	*display:inline;
	*zoom:1;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.pricing-table > .table-btn:hover{
	background:#B7A389;
}
.process-block{
	padding:100px 0;
}
.process-block .section-header{
	margin-bottom:80px;
}
.process{
	position:relative;
}
.process > .number{
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:1em;
	margin-bottom:15px;
	position:relative;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	border:solid 1px #B7A389;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	color:#B7A389;
}
.process:hover > .number{
	color:#FFF;
	background:#B7A389;
}
.process > .number > span{
	transform:rotate(-45deg);
	display:block;
	height:28px;
	width:28px;
	line-height:28px;
	text-align:center;
	position:relative;
}
.process > .number > span:before{
	content: ' ';
	border-top:solid 8px transparent;
	border-bottom:solid 8px transparent;
	border-left:solid 8px #B7A389;
	position:absolute;
	top:50%;
	margin-top:-8px;
	right:-43px;
}
.process.last > .number > span:before{
	border:solid 4px #B7A389;
	margin-top:-4px;
}
.process > .number > span:after{
	content: ' ';
	position:absolute;
	height:2px;
	background:#B7A389;
	width:30px;
	right:-35px;
	top:50%;
	margin-top:-1px;
}
.process > .content > h4{
	font-size:20px;
	letter-spacing:2px;
	margin-bottom:15px;
}
.process > .content > p{
	line-height:1.7em;
	color:#777;
}
/*=======================================================================
	Blog Section
=======================================================================*/
.posts-block{
	padding:90px 0;
}
.posts-block .section-header{
	margin-bottom:60px;
}
.post{
	position:relative;
	margin-bottom:60px;
}
.post > .media > img{
	max-width:100%;
}
.post > .content{
	margin-top:25px;
}
.post > .content > h4{
	font-size:24px;
	margin-top:0;
	margin-bottom:8px;
}
.post > .content > h4 > a{
	color:inherit;
	text-decoration:none;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.post > .content > h4 > a:hover{
	color:#B7A389;
}
.post > .content > p{
	line-height:1.8em;
	color:#777;
	margin-bottom:22px;
}
.post .post-icons{
	position:relative;
	margin:0;
	padding:0;
	font-size:0;
	margin-bottom:22px;
}
.post .post-icons > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:14px;
	color:#777;
	padding-right:20px;
}
.post .post-icons > li > i{
	margin-right:5px;
}
.post .read-more{
	color:#333;
	text-decoration:none;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.post .read-more:hover{
	color:#B7A389;
}
.post .read-more > i{
	vertical-align:middle;
	font-size:1.5em;
	margin-left:8px;
	position:relative;
}
.post-more{
	text-align:center;
	margin-bottom:50px;
}
.post-more .more-link,
body .symp-btn{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:12px 22px;
	background:#333;
	color:#FFF;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
	border:none;
	text-decoration:none !important;
}
.post-more .more-link:hover,
.symp-btn:hover{
	background:#B7A389;
	color:#FFF;
}
.symp-btn.link-btn{
	background:transparent;
	color:#999;
}
.symp-btn.link-btn > i{
	margin-right:8px;
}
.symp-btn.link-btn:hover{
	color:#333;
	background:transparent;
}
.sidebar{
	position:relative;
}

@media(min-width: 992px){
	.sidebar{
		padding-left:40px;
	}
}
.search-box{
	position:relative;
}
.search-box > .search-input{
	display:block;
	width:100%;
	border:none;
	padding:0 9px;
	height:40px;
	line-height:40px;
	padding-right:47px;
	background:#F0F0F0;
	border:solid 1px #F0F0F0;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.search-box > .search-input:focus{
	background:#FFF;
}
.search-box > .search-btn{
	position:absolute;
	top:0;
	right:0;
	height:40px;
	width:40px;
	line-height:40px;
	background:#E0E0E0;
	vertical-align:middle;
	text-align:center;
	font-size:20px;
	color:#333;
	text-decoration:none;
	
}
.search-box > .search-btn:hover{
	background:#D0D0D0;
}
.widget-header{
	position:relative;
	margin-top:60px;
	margin-bottom:15px;
}
.widget-header > h4{
	letter-spacing:2px;
}
.widget-header > h4 > i{
	margin-right:8px;
}
.sidebar-list{
	padding:0;
	margin:0;
	list-style:none;
}
.sidebar-list > li > a{
	padding:7px 0;
	color:#777;
	text-decoration:none;
	display:block;
	line-height:1.6em;
}
.sidebar-list > li > a:hover{
	color:#B7A389;
}
.sidebar-list.list-inline{
	font-size:0;
}
.sidebar-list.list-inline > li{
	font-size:14px;
}

/*=======================================================================
	Portfolio Section
=======================================================================*/
.portfolio-block{
	padding-bottom:100px;
}
.portfolio-block .section-header{
	margin-bottom:45px;
}
.portfolio-items > .item{
	width:32.333%;
	position:relative;
}
@media(max-width:992px){
	.portfolio-items > .item{
		width:50%;
	}
}
@media(max-width:768px){
	.portfolio-items > .item{
		width:100%;
	}
}
.portfolio-items > .item > .inner > img{
	width:100%;
	border-top: 5px solid #ffb020;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	border-bottom:3px solid #ffb020;
}
.portfolio-items > .item > .inner{
	position:relative;
	    padding: 8px;
}
.portfolio-items > .item > .inner > .caption{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#333;
	background:rgba(3, 41, 48, 0.35);
	color:#FFF;
	text-align:center;
	z-index:10;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}
.portfolio-items > .item > .inner:hover > .caption{
	opacity:1;
	visibility:visible;
}

.portfolio-items > .item > .inner > .caption > .caption-inner{
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:75%;
}
.portfolio-items > .item > .inner > .caption > .caption-inner > h4{
	font-size:22px;
	margin:0;
	margin-bottom:30px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateY(15px);
	-moz-transform:translateY(15px);
	-ms-transform:translateY(15px);
	-o-transform:translateY(15px);
	transform:translateY(15px);
	-webkit-transition:all .3s .1s ease;
	-moz-transition:all .3s .1s ease;
	transition:all .3s .1s ease;
}
.portfolio-items > .item > .inner:hover > .caption > .caption-inner > h4{
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
	visibility:visible;
}
.portfolio-items > .item > .inner > .caption > .caption-inner > .links{
	list-style:none;
	color:#FFF;
}
.portfolio-items > .item > .inner > .caption > .caption-inner > .links > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 11px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateY(15px);
	-moz-transform:translateY(15px);
	-ms-transform:translateY(15px);
	-o-transform:translateY(15px);
	transform:translateY(15px);
	-webkit-transition:all .3s .2s ease;
	-moz-transition:all .3s .2s ease;
	transition:all .3s .2s ease;
}
.portfolio-items > .item > .inner > .caption > .caption-inner > .links > li:nth-of-type(2){
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	transition-delay: .3s;
}
.portfolio-items > .item > .inner:hover > .caption > .caption-inner > .links > li{
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
	visibility:visible;
}
.portfolio-items > .item > .inner > .caption > .caption-inner > .links > li > a{
	display:block;
	height:30px;
	width:30px;
	line-height:30px;
	font-size:0;
	border:solid 1px #c11b18;
	color:#c11b18;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.portfolio-items > .item > .inner > .caption > .caption-inner > .links > li > a > i{
	display:block;
	height:inherit;
	width:inherit;
	line-height:inherit;
	vertical-align:middle;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.portfolio-items > .item > .inner > .caption > .caption-inner > .links > li > a > i:before{
	font-size:16px;
	vertical-align:middle;
	line-height:1em;
}
.portfolio-items > .item > .inner > .caption > .caption-inner > .links > li > a:hover{
	background:#FFF;
	background:rgba(255,255,255,.9);
	color:#333;
}
#portfolio-filters{
	text-align:center;
	margin-bottom:45px;
}
#portfolio-filters > ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:0;
}
#portfolio-filters > ul > li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:14px;
	padding:0 26px;
	position:relative;
}
#portfolio-filters > ul > li:last-of-type:after{
	display:none;
}
#portfolio-filters > ul > li:after{
	content: ' ';
	position:absolute;
	right:-9px;
	top:50%;
	margin-top:-3px;
	height:6px;
	width:6px;
	border:solid 1px #E5E5E5;
	transform:rotate(45deg);
}
#portfolio-filters > ul > li > a{
	display:block;
	color:#999;
	text-decoration:none;
}
#portfolio-filters > ul > li > a:hover,
#portfolio-filters > ul > li > a.active{
	color:#333;
}
#portfolio-filters > ul > li > a.active{
	text-decoration:line-through;
}
/*=======================================================================
	Contact Section
=======================================================================*/
.contact-block{
	padding-bottom: 100px;
}
.contact-section .section-header{
	margin-bottom:60px;
}
.form-control{
	padding:10px;
	height:auto;
	border:solid 1px #BBB;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-radius:0;
	vertical-align:middle;
}
.form-control:focus{
	border-color:#B7A389;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;	
}
.contact-form .form-group{
	margin-bottom:25px;
}
.contact-form .alert{
	border-radius:0;
}

/*=======================================================================
	Work Page
=======================================================================*/
.single-work{
	padding-top:80px;
	padding-bottom:130px;
}
.work-info{
	list-style:none;
	margin:0;
	margin-top:50px;
}
@media(min-width:992px){
	.work-info{
		padding-left:25px;
		margin-top:0;
	}
}
.work-info > li{
	margin-bottom:55px;
	margin-top:5px;
	padding:0;
}
.work-info > li > h4 > i{
	margin-right:8px;
}
.work-info > li > h4{
	font-size:16px;
	letter-spacing:2px;
	margin:0;
	margin-bottom:10px;
	font-weight:bold;
}
.work-info > li > p{
	color:#777;
}

.work-content > .block{
	margin-top:60px;
}
.work-content > .block h4{
	font-size:18px;
	margin-bottom:15px;
	letter-spacing:2px;
}
.work-content > .block p{
	line-height:1.9em;
}


/*=======================================================================
	Single Post Page
=======================================================================*/
.blog-page .post > .content > .post-icons{
	margin-bottom:30px;
}
.blog-page .post > .content > h4{
	font-size:28px;
	margin-bottom:10px;
}
.blog-page .post > .content > p{
	line-height:2em;
	text-align:justify;
}





/*=======================================================================
	Responsive CSS
=======================================================================*/
@media (max-width:992px){
	.about-person-img{
		margin-bottom:40px;
		text-align:center;
	}
	.info-list > li{
		width:50%;
	}
	.front-section{
		padding-bottom:110px;
	}
	.front-heading > h2{
		font-size:50px;
	}
	.front-person-img{
		height:360px;
		width:360px;
	}
	.front-person-img > img{
		-webkit-transform:rotate(-45deg) translateY(45px);
		-moz-transform:rotate(-45deg) translateY(45px);
		-ms-transform:rotate(-45deg) translateY(45px);
		-o-transform:rotate(-45deg) translateY(45px);
		transform:rotate(-45deg) translateY(45px);
	}
	.front-person-links{
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
		margin-top:110px;
		text-align:center;
		position:relative;
		margin-bottom:0;
		width:auto;
		height:auto;
	}
	.front-person-links > ul{
		top:0;
		left:auto;
		position:relative;
		display:inline-block;
		*display:inline;
		*zoom:1;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		transform:none;
	}
	.front-person-links > ul > li{
		margin-bottom:1px;
		display:block;
	}
	.front-person-links > ul > li > a:before,
	.front-person-links > ul > li > a:after{
		position:absolute;
		left:0;
		height:2px;
		top:50%;
		margin-top:-1px;
		display:block;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		opacity:.5;
		display:none;
	}
	.front-person-links > ul > li > a:after{
		left:auto;
		right:0;
	}
	.front-person-links > ul > li > a:hover:before{
		width:15px;
	}
	.front-person-links > ul > li > a{
		text-align:center;
		padding:22px 48px;
		display:block;
		font-size:22px;
		letter-spacing:0px;
		text-transform:none;
	}
	.front-person-titles{
		margin-top:125px;
		transform:none;
		text-align:center;
		width:80%;
		height:auto;
		opacity:1;
	}
	.front-person-titles > span{
		position:relative;
		transform:none !important;
		display:block;
		margin:25px 0;
		letter-spacing:0px;
		font-size:16px;
		text-transform:uppercase;
		top:auto !important;
		left:auto !important;
		bottom:auto !important;
	}
	
	.front-heading{
		margin-top:80px;
	}
}
@media (max-width:768px){
	
	.mas{
		width: 30%;
		
	}
	
	.ledo{
		
	margin-top: 0%!important;
    margin-bottom: 30%!important;
	}
	
	
	.sabelr{
	text-align:center!important;
	
}


.sabel{
	text-align: center!important;
	
}
	
	.blanka{
		display:block !important;
		
	}
	
	
	.siko{
		display:none !important;
		
	}
	
	#proparallax{
		width:100% !important;
		
	}
	
	.slides{
		width: 100%!important;
    height: 209px!important;
		
	}
	
	.slide{
		
		width:100%!important;
		height: 200px !important;
	}
	
	.bgimg-9{
		height:40vh !important;
		
	}
    
    .bgimg-600{
		height:40vh !important;
		
	}
	
	.bgimg-8{
		height:40vh !important;
		
	}
	
	.bgimg-7{
		height:40vh !important;
		
	}
	
	.bgimg-6{
		height:40vh !important;
		
	}
	
	.mapz{
		display:block !important;
		
	}
	
	#containerz{
		display:none !important;
		
	}
	
	.papery{
		display:block !important;
		
	}
	
	.book{
		display:none !important;
		
	}
	
	.scene{
		min-width: 90%;
		margin: 0px !important;
		
	}
	
	.bgimg-5{
		height:40vh !important;
		
	}
	
	.bgimg-3{
		height:40vh !important;
		
	}
	
	.bgimg-4{
		height:40vh !important;
		
	}
	
	.containerx{
		margin-bottom:45% !important;
		
	}
	
	.shap{
		width:100% !important;
		
	}
	
	.bgimg-2m{
		display:block !important;
		    background-repeat: no-repeat !important;
			background-size: contain !important;
		
	}
	
	.bgimg-2{
		
		background-repeat: no-repeat !important;
			background-size: contain !important;
			height: 35vh !important;
	}
	
	.ca3-scroll-down-link{
		display:none !important;
		
	}
	
	.ba3den{
	    display: block !important;
    bottom: 45% !important;
    left: 25%;
		
		
	}
	
	
	#stage{
		display:none;
		
	}
	
	.wrappering{
		width:100% !important;
		
	}
	
	.prince{
		
	display: flex !important;
    flex-flow: column-reverse!important;
	margin-bottom: 33%!important;
	}
	
	.cnt223 p{
		    font-size: 12px!important;
        line-height: 16px!important;
		
	}
	
	
	
	.wrappers{
		width:100% !important;
		    padding: 40px!important;
		
	}
	
	.item:nth-of-type(1n) {
    top: -7px!important;
    left: -60px!important;
}


.item:nth-of-type(2n) {
    top: -7px!important;
    left: 84px!important;
}

.item:nth-of-type(3n) {
    top: 90px!important;
    left: 120px!important;
}

.item:nth-of-type(4n) {
    top: 186px!important;
    left: 137px!important;
}

.item:nth-of-type(5n) {
    top: 300px!important;
    left: 137px!important;
}


.item:nth-of-type(6n) {
    top: 300px!important;
    left: -87px!important;
}

.item:nth-of-type(7n) {
    top: 188px!important;
    left: -95px!important;
}

.item:nth-of-type(8n) {
    top: 90px!important;
    left: -95px!important;
}

	
	.item{
	width:100px!important;
	height:100px !important;
	    font-size: 12px !important;
		
	}
	
	
	.menu{
		        left: -35% !important;
			    width: 300px !important;
		
	}
	
	.cnt223{
		width:100% !important;
		    min-width: 100%!important;
		
	}
	
	.sound{
		    left: -33%!important;
			position: absolute !important;
		
	}
	
	.cd-timeline-content p {
    margin: 0.2em 0;
    line-height: 1.6;
    text-align: left !important;
    color: white!important;
    font-size: 12px!important;
}

.cd-timeline-img.cd-picture{
	font-size: 12px!important;
	
}
.cd-timeline-img.cd-movie{
	font-size: 12px!important;
}
	
	.slick-slide img{
		height:150px !important;
		
	}
	
	.youtube{
		height:156px !important;
		
	}
	
	.backArea2{
		display:none !important;
		
	}
	
	.portfolio-items > .item{
		    width: 100% !important;
		
	}
	
	.front-person-links{
		margin-top:65px;
	}
	.front-person-img{
		width:65%;
		padding-top:65%;
		height:0;
		margin-top:120px;
	}
	.front-person-img > img{
		-webkit-transform:rotate(-45deg) translateY(45px);
		-moz-transform:rotate(-45deg) translateY(45px);
		-ms-transform:rotate(-45deg) translateY(45px);
		-o-transform:rotate(-45deg) translateY(45px);
		transform:rotate(-45deg) translateY(70px);
		position:absolute;
		bottom:0;
		left:-112px;
	}
}



/*************/
button.mfp-arrow{
	display:none;
	
}

.mfp-counter{
	display:none;
	
}



/**************/

.tm-btn-block {
	display: block;
}

.tm-btn-right {
	float:right;
}

.tm-address-box {
	color: white;
	padding-left: 40px;
}

.tm-bg-white-transparent-left {
	float: right;
	background-color: white;
	opacity: 0.8;

}
.tm-bg-white-transparent-center {
	display: inline-block;
	background-color: white;
	opacity: 0.8;
}
.tm-bg-white-transparent-right {
	float: left;
	background-color: white;
	opacity: 0.8;
}

.tm-img-container {
	width: 96%;
	max-width: 1020px;
	margin:auto;
}

.tm-slider-img {
	padding-left: 8px;
	padding-right: 8px;
}



.slick-dots li button:before {
	font-size: 20px;
	color: white;
	opacity: 1;
}

.slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #fbaa19;
}

.tm-btn-submit {
	font-size: 1.5rem;
    font-weight: 300;
    padding: 10px 60px;
    border-radius: 9px;
    float: right;
}


/***/

hr {
  background-color: #a53835;
  padding: 0;
  margin: 35px;
}

hr.hr-1 {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.slick-slide img{
	height:350px;
	width:100%;
	border-radius: 30px;
	
}


/*logo masrawy*/

.logoArea {
    opacity: 0.6;
    filter: alpha(opacity=60);
    background-color: #000;
    color: #fff;
    padding: 6px 7px;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
    position: fixed;
    display: block;
    left: 20px;
    bottom: 20px;
    width: 140px;
    z-index: 99999999999999999999999;
}

.logoArea img {
    width: 100%;
}

.backArea {
    position: fixed;
    display: block;
    left: 30px;
    top: 20px;
    width: 90px;
    z-index: 100;
}

.backArea img {
    width: 100%;
}

/***************/


.backArea2 {
    position: absolute;
    display: block;
    right: 30px;
    top: 20px;
    width: 70px;
    z-index: 100;
}

.backArea2 img {
    width: 100%;
	margin-bottom:10px;
}

.sound {
    position: fixed;
    display: block;
    left: -8%;
    top: 20px;
    width: 300px;
    z-index: 100;
}

.sound img {
    width: 100%;
}



.youtube {
    /*background-color: #000;*/
    margin-bottom: 30px;
    position: relative;
    /*padding-top: 47%;*/
    overflow: hidden;
    cursor: pointer;
	width: 80%;
    margin: auto;
   /* border: 5px solid #aa120d;
    border-radius: 5px;*/
	height: 500px;
	border-top: 5px solid #e63b34;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom: 3px solid #e63b34;
}
.youtube img {
    width: 100%;
    top: -20.82%;
    left: 0;
    opacity: 0.7;
	
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/*****/

.showcaseDiv .adTtl {
    background: #fff;
    width: 300px;
    height: 16px;
    cursor: default;
}

.billboardDiv .adTtl, .leaderboardDiv .adTtl, .monsterDiv .adTtl, .showcaseDiv .adTtl {
    font-family: DroidKufiLight,arial;
    color: #aaa;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
}

/***************/

.area {
      width: 230px;
  height: 300px;
  position: relative;
  /*background: rgba(200, 200, 200, 0.1);*/
  margin: 20px auto;
  margin-left: 33%;
}

.menu {
  cursor: pointer;
  position: absolute;
  height: 600px;
  width: 600px;
  background: black;
  color: white;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  top:40%;
  left: -45%;
}
.menu span {
  margin-top: 12.5px;
  font-size: 18px;
}

.item {
 /*-webkit-transition: opacity .22s ease;
  -moz-transition: opacity .22s ease-in;
  -o-transition: opacity .22s ease-in;
  transition: opacity .22s ease-in;*/
  display: block;
  opacity: 1;
  text-align: center;
  height: 150px;
  position: absolute;
  width: 150px;
  border-radius: 50%;
  border: 1px solid black;
      background: black;
  color: #e63b34;
      font-size: 16px;
	  font-weight:bold;
}
.item:nth-of-type(0n) {
  top: 36.61165px;
  left: 330.38835px;
}
.item:nth-of-type(1n) {
  top: 17px;
    left: 40px;
}
.item:nth-of-type(2n) {
  top: 14.61165px;
    left: 200.38835px;
}
.item:nth-of-type(3n) {
  top: 150px;
    left: 308px;
}
.item:nth-of-type(4n) {
  top: 300.38835px;
    left: 330.38835px;
}
.item:nth-of-type(5n) {
  top: 447px;
    left: 330px;
}
.item:nth-of-type(6n) {
  top: 447.38835px;
    left: -79.38835px;
}
.item:nth-of-type(7n) {
  top: 100%;
    left: -93px;
}
.item:nth-of-type(8n) {
  top: 48%;
    left: -73.38835px;
}
.item span {
  margin-top: 13px;
  font-size: 26px;
}



/*****/

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  /*position: fixed;*/
  top: 25%;
  left: 50%;
  margin: auto;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


/***/

.wrappers {
  width: 800px;
  height: 200px;
  display: table;
  border: 5px solid #6a0c08;
  margin: 22px auto;
  padding: 40px;
  position: relative;
}
.wrappers:after, .wrappers:before {
  content: "";
  position: absolute;
  font-family: fontAwesome;
  font-size: 50px;
  color: #1c87c9;
  background: #000;
}
.wrappers:after {
  content: "";
  top: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 2px 10px 0 #000;
}
.wrappers:before {
	content: "";
  
  bottom: 0;
  left: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  box-shadow: 0px -10px 0 #000;
}

.title, .description {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.description {
  font-size: 18px;
  color:white;
}

.title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px 0 0;
}
.title small {
  display: block;
  font-size: 25px;
  text-align: right;
}

.border-radius {
  border-radius: 30px;
}

.text-right {
  text-align: right;
}

/*tabs*/

main {
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /*background-color: #2b42b6;*/
  padding: 50px 30px;
  height:380px;
}

.accordion {
  max-width: 100%;
}
.accordion-item {
  background-color: transparent;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease-in 0.3s;
}
.accordion-item.active {
  background-color: #d7d7d7;
  transition: background-color 0.2s ease-in 0s;
  color:black;
}
.accordion-item.active .accordion-header {
  color: #000000;
  background-color: #d7d7d7;
  transition: background-color 0.2s ease-in 0s, color 0.2s ease-in 0.2s;
}
.accordion-item.active .accordion-header h2:before, .accordion-item.active .accordion-header h2:after {
  background-color: black;
  transition: background-color 0.2s ease-in 0.2s, -webkit-transform 0.2s ease 0.1s;
  transition: background-color 0.2s ease-in 0.2s, transform 0.2s ease 0.1s;
  transition: background-color 0.2s ease-in 0.2s, transform 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s;
}
.accordion-item.active .accordion-header h2:before {
  display: none;
}
.accordion-item.active .accordion-header h2:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion-item.active .accordion-body {
  max-height: 900px;
  padding: 0 15px 15px;
  transition: max-height 0.3s ease-in 0s, padding 0.2s ease-in 0s;
}
.accordion-item.active .accordion-body p {
  opacity: 1;
  transition: opacity 0.2s ease-in 0.2s;
  font-weight: bold;
}
.accordion-header {
  color: #ffffff;
  direction:rtl;
  background-color: #31708f;
  border-radius: 5px;
  padding: 15px 15px;
  cursor: pointer;
  transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
}
.accordion-header h2 {
  position: relative;
  font-size: 16px;
  margin: 0;
  font-weight:bold;
  text-align:right;
  font-family: DroidKufiLight;
}
.accordion-header h2:before, .accordion-header h2:after {
  content: "";
  position: absolute;
  background-color: white;
  transition: background-color 0.2s ease-in 0s, -webkit-transform 0.2s ease 0s;
  transition: background-color 0.2s ease-in 0s, transform 0.2s ease 0s;
  transition: background-color 0.2s ease-in 0s, transform 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
}
.accordion-header h2:before {
  width: 10px;
  height: 2px;
  left: 0;
  top: calc(50% - 1px);
}
.accordion-header h2:after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: calc(50% - 5px);
  -webkit-transform: none;
          transform: none;
}
.accordion-body {
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  transition: max-height 0.2s ease-out 0s, padding 0.1s ease-out 0.2s;
}
.accordion-body p {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0;
  margin: 0;
  transition: opacity 0.2s ease-in 0s;
}




/***/

.wrappering {
  width: 500px;
  height: 200px;
  display: table;
  border: 5px solid #6a0c08;
  margin: 22px auto;
  padding: 20px;
  position: relative;
}


a:focus, a:hover{
	    color: #fbaa19;
    text-decoration: none;
	
}


.title, .description {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.description {
font-size: 20px;
    color: #ccc;
    /*text-shadow: 1px 3px #9f120c;*/
    font-weight: bold;
    font-style: italic;
}

.title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px 0 0;
}
.title small {
  display: block;
  font-size: 25px;
  text-align: right;
}

.border-radius {
  border-radius: 30px;
}

.text-right {
  text-align: right;
}


/******/

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 1em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #6a0c08;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 1em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #6a0c08, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #000000;
    padding: 10px;
    font-size: 20px;
    color: white;
}
.cd-timeline-img.cd-movie {
  background: #000000;
    padding: 10px;
    font-size: 20px;
    color: white;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #000000;
  border-radius: 0.25em;
  padding: 1em;
  /*box-shadow: 0 3px 0 #d7e4ed;*/
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 0.2em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) {
	
	
	
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 2rem;
	color:white;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 0.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 23px;
    left: 100%;
    border-color: transparent;
    border-left-color: #1c87c9;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #1c87c9;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}



/***********mobile-version****/

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #0006;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.cnt223{
min-width: 600px;
width: 900px;
min-height: 150px;
margin: 20px auto;
background: #ffffffc7;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
}
.cnt223 p{
clear: both;
    color: black;
	font-weight:bold;
    text-align: justify;
    font-size: 18px;
    line-height:30px;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff !important;
    font-family: tahoma;
	opacity: 2 !important;
}





 .bgimg-2{
    background-image: url(../img/akthem2.jpg);
    background-position: top;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
  }
  
  
  .bgimg-2m{
    background-image: url(../img/akthem-img.jpg);
    background-position: top;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
	display:none;
  }
  
  .ca3-scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
	background-size: contain;
	background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor:pointer;
	height: 60px;
	width: 80px;
	margin: 0px 0 0 -40px;
	line-height: 60px;
	position: absolute;
	left: 50%;
	top: 100%;
	color: #FFF;
	text-align: center;
	font-size: 70px;
	z-index: 100;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
	animation:         ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}






/*slides*/

/* Section Services */


.services {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.services > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.circle--rotate {
  border-radius: 50%;
  border: 1px #fbfcfc solid;
  width: 43%;
  height: 43%;
  margin: 0 auto 0;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 0;
  padding: 0;
}
.circle--rotate > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  visibility: hidden;
}
.circle--rotate > li .icon {
  visibility: visible;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #000000;
  height: 10%;
  width: 10%;
  margin: -5% auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
}
.circle--rotate > li i {
  color: #ffffff;
  font-size: 45px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: table;
}
.circle--rotate > li i::before {
  display: table-cell;
  vertical-align: middle;
}
.circle--rotate > li img {
  margin: auto;
}

.circle--slider {
  position: relative;
}
.circle--slider .rotate--circle {
  margin: 0 auto;
}
.circle--slider .circle--rotate > li div {
  position: relative;
  overflow: visible;
  background-color: #5a0808;
}
.circle--slider .circle--rotate > li div span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 2s;
  transition: all 2s;
  opacity: 0;
}
.circle--slider .circle--rotate > li.active div {
  font-size: 20px;
  background-color: #e21313;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.circle--slider .circle--rotate > li.active div span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: -1;
  opacity: 1;
}
.circle--slider .circle--rotate > li.active div span:before {
  position: absolute;
  height: 1px;
  top: -50%;
  right: 140%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 30%;
  height: 30%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: .7;
  border: 6px solid #F48E2A;
  z-index: -1;
}
.circle--slider .circle--rotate > li.active div span:after {
  position: absolute;
  height: 1px;
  top: 100%;
  left: 130%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 40%;
  height: 40%;
  border-radius: 50%;
  opacity: .7;
  border: 8px solid #FE9290;
  z-index: 5;
}
.circle--slider .count2 li:nth-child(2) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.circle--slider .count3 li:nth-child(2) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.circle--slider .count3 li:nth-child(3) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.circle--slider .count4 li:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.circle--slider .count4 li:nth-child(3) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.circle--slider .count4 li:nth-child(4) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.circle--slider .count5 li:nth-child(2) {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}
.circle--slider .count5 li:nth-child(3) {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}
.circle--slider .count5 li:nth-child(4) {
  -webkit-transform: rotate(216deg);
          transform: rotate(216deg);
}
.circle--slider .count5 li:nth-child(5) {
  -webkit-transform: rotate(-72deg);
          transform: rotate(-72deg);
}
.circle--slider .count6 li:nth-child(2) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.circle--slider .count6 li:nth-child(3) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.circle--slider .count6 li:nth-child(4) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.circle--slider .count6 li:nth-child(5) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
.circle--slider .count6 li:nth-child(6) {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.circle--slider .count7 li:nth-child(2) {
  -webkit-transform: rotate(51.5deg);
          transform: rotate(51.5deg);
}
.circle--slider .count7 li:nth-child(3) {
  -webkit-transform: rotate(103deg);
          transform: rotate(103deg);
}
.circle--slider .count7 li:nth-child(4) {
  -webkit-transform: rotate(154.5deg);
          transform: rotate(154.5deg);
}
.circle--slider .count7 li:nth-child(5) {
  -webkit-transform: rotate(206deg);
          transform: rotate(206deg);
}
.circle--slider .count7 li:nth-child(6) {
  -webkit-transform: rotate(-103deg);
          transform: rotate(-103deg);
}
.circle--slider .count7 li:nth-child(7) {
  -webkit-transform: rotate(-51.5deg);
          transform: rotate(-51.5deg);
}
.circle--slider .count8 li:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.circle--slider .count8 li:nth-child(3) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.circle--slider .count8 li:nth-child(4) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.circle--slider .count8 li:nth-child(5) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.circle--slider .count8 li:nth-child(6) {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.circle--slider .count8 li:nth-child(7) {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.circle--slider .count8 li:nth-child(8) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.circle--slider .count9 li:nth-child(2) {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.circle--slider .count9 li:nth-child(3) {
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
}
.circle--slider .count9 li:nth-child(4) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.circle--slider .count9 li:nth-child(5) {
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.circle--slider .count9 li:nth-child(6) {
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}
.circle--slider .count9 li:nth-child(7) {
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}
.circle--slider .count9 li:nth-child(8) {
  -webkit-transform: rotate(-80deg);
          transform: rotate(-80deg);
}
.circle--slider .count9 li:nth-child(9) {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.circle--slider .count10 li:nth-child(2) {
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
}
.circle--slider .count10 li:nth-child(3) {
  -webkit-transform: rotate(72deg);
          transform: rotate(72deg);
}
.circle--slider .count10 li:nth-child(4) {
  -webkit-transform: rotate(108deg);
          transform: rotate(108deg);
}
.circle--slider .count10 li:nth-child(5) {
  -webkit-transform: rotate(144deg);
          transform: rotate(144deg);
}
.circle--slider .count10 li:nth-child(6) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.circle--slider .count10 li:nth-child(7) {
  -webkit-transform: rotate(-144deg);
          transform: rotate(-144deg);
}
.circle--slider .count10 li:nth-child(8) {
  -webkit-transform: rotate(-108deg);
          transform: rotate(-108deg);
}
.circle--slider .count10 li:nth-child(9) {
  -webkit-transform: rotate(-72deg);
          transform: rotate(-72deg);
}
.circle--slider .count10 li:nth-child(10) {
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
}
.circle--slider .animate-wrapper {
  width: 25%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.circle--slider .animate-title {
  color: #fff;
}


.circle--slider .animate-title h4{
    font-size:22px !important;
    
}
.circle--slider .animate-img {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  overflow: hidden;
}
.circle--slider .animate-img .animate-img__in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  z-index: 3;
  -webkit-transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
          transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
  -webkit-transition: .55s ease-in-out;
  transition: .55s ease-in-out;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  box-shadow: -20px 20px 50px rgb(255 33 33 / 28%);
    border:2px solid #bdbdbd;
        background-position: 80%;
}
.circle--slider .animate-more {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s .4s;
  transition: all .5s .4s;
  min-width: 131px;
  overflow: hidden;
  text-align: center;
  z-index: 30;
  position: absolute;
  top: 117%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 15px;
  height: 62px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.circle--slider .animate.active .animate-more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.circle--slider .animate.active .animate-img .animate-img__in {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.circle--slider .prev,
.circle--slider .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 62px;
  width: 87px;
  text-align: center;
  cursor: pointer;
}
.circle--slider .prev span,
.circle--slider .next span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  font-weight: 700;
    font-size: 45px;
    color: white;
}
.circle--slider .prev {
  left: 250px;
}
.circle--slider .next {
  right: 250px;
}

.bgimg-3{
    background-image: url(../img/f-1.jpg);
    background-position: top;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
  }


.bgimg-4{
    background-image: url(../img/f-2.jpg);
    background-position: top;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
  }
  


.bgimg-5{
    background-image: url(../img/flower2.png);
    background-position: top;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 50vh;
  }


.bgimg-6{
    background-image: url(../img/moth-2.png);
    background-position: center;
    /*background-attachment: fixed;*/
   background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
   width: 55%;
    margin: auto;
    z-index: 99999999;
      margin-top: -35.4%;
    margin-left: 34%;
    position: absolute;
}
  }


.bgimg-600{
    background-image: url(../img/bingo.jpg);
    background-position: 0% 22%;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
  }

.bgimg-700{
    background-image: url(../img/dana-2.jpg);
    /*background-position: 0% 22%;*/
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100%;
        margin-top: 0%;
    background-position: bottom;
    min-height: 750px;
  }

.bgimg-7{
    background-image: url(../img/f-5.jpg);
    background-position: top;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
  }

.bgimg-8{
    background-image: url(../img/f-6.jpg);
    background-position: top;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
  }

.bgimg-9{
    background-image: url(../img/f-7.jpg);
    background-position: top;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
  }
  
  .bgimg-300{
    
    background-position: top;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
	
  }











#label {
    margin-top: 6em;
    font-family: Georgia;
    color: #FFF;
    text-align: center;
}

p + p {
    font-size: 18pt;
    color: gold;
}


a { text-decoration:none; }
a#click { color:transparent; z-index:3; position:relative; margin-right:-12em; width:12em; display:inline-block }
a#show{ color:#0099FF; z-index:0; position:relative; }

#xspot { position:absolute; width:300px; height:300px; cursor:none;
  background:
url(http://alteredqualia.com/visualization/img/spotlight.png); z-index:2 }

#xspot_t { position:absolute; top:0; left:0; width:100%; height:300px; background:url(http://alteredqualia.com/visualization/img/black80.png); }
#xspot_b { position:absolute; top:0; left:0; width:100%; height:100%; background:url(http://alteredqualia.com/visualization/img/black80.png); }
#xspot_l { position:absolute; top:0; left:0; width:100%; height:300px; background:url(http://alteredqualia.com/visualization/img/black80.png); }
#xspot_r { position:absolute; top:0; left:0; width:100%; height:300px; background:url(http://alteredqualia.com/visualization/img/black80.png); }



.accordion {
  width: 100%;
  height: 750px;
  overflow: hidden;
  margin: 0px auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 750px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease-in-out;
  border-left: 2px solid #a28141;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 750px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #a28141;
  text-shadow: 1px 1px 2px #000;
  /*filter: invert(100%);*/
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 300ms ease-in-out;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.accordion ul li div a h2 {
  font-family: aref_ graffiti;
  text-overflow: clip;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 90%;
  padding: 10px;
}

.accordion ul li div a p {
  top: 160px;
  font-size: 18px;
  padding-left: 1em;
}

.accordion ul li:nth-child(1) { 
  background-image: url("../img/test-f7.jpg"); 
  background-position: 9% 30%;
}

.accordion ul li:nth-child(2) { 
  background-image: url("../img/test-f6.jpg"); 
 background-position: 8% 0%;
}

.accordion ul li:nth-child(3) { 
  background-image: url("../img/test-f5.jpg"); 
background-position: 50% 50%;
}

.accordion ul li:nth-child(4) { 
  background-image: url("../img/test-f4.jpg");
  background-position: 30% 40%;
}

.accordion ul li:nth-child(5) { 
  background-image: url("../img/test-f3.jpg");  
  background-position: 60% 64%;
}

.accordion ul li:nth-child(6) { 
  background-image: url("../img/test-f2.jpg"); 
  background-position: 55% 25%;
}

.accordion ul li:nth-child(7) { 
  background-image: url("../img/test-f1.jpg"); 
  background-position: 38% 30%;
}



.accordion ul li { background-size: cover; }
.accordion ul:hover li { width: 10%; }
.accordion ul:hover li:hover { width: 90%; }

/*.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
 @media screen and (max-width: 680px) {
  
  body { margin: 0;    height: 100% !important; }
  
  
  .accordion { height: auto; }

  .accordion ul li,
  .accordion ul li:hover,
  .accordion ul:hover li,
  .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
  .accordion ul li div a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}




/***********form***************/

/* inputs */
input {
  margin-bottom:10px;
}
textarea {
  height:100px;
  margin-bottom:10px;
}
input:first-of-type
{
  margin-top:35px;
}
input, textarea {
  font-size: 10px;
  padding: 15px 10px 10px;
  font-family: 'DroidKufiLight';
  border: 1px solid #cecece;
  background: #F3F5F6;
  color:#4c4c4c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  max-width: 600px;
    text-align: right;
}
::-webkit-input-placeholder {
   color: #4c4c4c;
}
:-moz-placeholder {
   color: #4c4c4c;  
}
::-moz-placeholder {
   color: #4c4c4c; 
}
:-ms-input-placeholder {  
   color: #4c4c4c;  
}
/* button */
button {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  background-color: #F8C4D1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 70px;
  padding-left: 35px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #CBDFE0;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  width: 30%;
  color: #fff;
}
button:hover {
  background:#CBDFE0;
}
.button {
  display: inline-block;
   text-align: center;
  margin-left: 55px;
}
.message {
    font-family: 'Roboto', serif;
    font-size:1.1em;
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#2ABCA7;
    width: 80%;
    margin:auto;
    color: #FAFAFA;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
/* containers */
.title-container {
  text-align: center;
  height: 60px;
  width: 300px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 130px;
}
.containerz {

}
.image-container {
  position: absolute;
  height: 100%;
  width: 50%;
    left: 10%;
}
.text-container {
  position: absolute;
  height: 100%;
  width: 45%;
  right: 0;
  margin: auto;
  margin-left: 20px;
}
.gray-block {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: #E3E8EB;
}


/******/
.container {
  color: #333;
  margin: 0 auto;
  text-align: center;
}



li {
  display: inline-block;
  font-size: 2em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
    font-weight: bold;
}

li span {
     display: block;
    font-size: 12px;
    font-family: 'DroidKufiLight';
    font-weight: bold;
    color: #a7346b;
    text-align: left;
        margin-left: 2%;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}


.contentTitle{
    font-size:90px;
    
}

.tIvQIf .DqBBlb{
    display: none !important;
    
}


footer {
    display: inline-block;
    width: 100%;
    z-index: 4;
    background: #fff;
}

footer .bottom {
    display: block;
    width: 100%;
    height: 48px;
    background: #000;
}

footer .copyright {
    display: inline-block;
    width: 294px;
    margin: 0 calc((100% - 294px)/ 2);
}

footer .copyright p {
    float: right;
    font-family: DroidKufiLight,arial;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    margin-left: 10px;
    margin-top: 12px;
}

footer .copyright .icon-copy:before {
    content: "c";
    font-size: 14px;
    float: right;
    margin-left: 5px;
    line-height: 1.4;
}

footer .copyright .masLogo {
    float: right;
    width: 82px;
    height: 24px;
    background: url(https://www.masrawy.com/Images/masrawyLogo.png?ver=2) center center no-repeat;
    background-size: 82px 24px;
    margin-top: 8px;
}

.breadcrumb li a:after, .bx-wrapper .bx-next:before, .bx-wrapper .bx-prev:before, .cd-tab-filter::after, .custom-header nav span:before, .icon-leftArr:after, .icon-more:after, .lg-actions .lg-next:before, .lg-actions .lg-prev:after, .lg-autoplay-button:after, .lg-show-autoplay .lg-autoplay-button:after, .lg-toolbar .lg-close:after, .surveyDiv .allQues .answersDiv .answerItem.selected .imgMask:after, .surveyDiv .allQues .nxtPrevDiv .btn a.next:after, .surveyDiv .allQues .nxtPrevDiv .btn a.prev:before, .ui-datepicker .ui-icon-circle-triangle-e:before, .ui-datepicker .ui-icon-circle-triangle-w:before, [class*=" icon-"]:before, [class^=icon-]:before, article .details blockquote:before {
    font-family: MasrawyIcons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1.7em;
}


/*****/

.full-window-height {
  height: 100vh; /* ONLY if you want the video to fill the entire browser window. Support: http://caniuse.com/#search=vh */
}
.video-bg {
  position: relative; /* contain the abs-pos <video> */
  width: 100%;
  overflow: hidden; /* prevent scrollbars */
  /* these below don't matter: */
  /*padding: 10% 0; */
  text-align: center;
  font: bold 40px/1.2 sans-serif;
}
.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* keep centered in parent */
  z-index: -1; /* keep video behind other content */
  min-width: 100%; /* always cover horizontal */
  min-height: 100%; /* always cover vertical */
    width: 100%;
}


/*************testmonials-1 ******/


.testimonial-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.testimonials-wrapper {
  width: 95%;
  max-width: 500px;
  margin: 0 auto
}

.testimonials-wrapper h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
  padding: 5px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .3);
    font-family: 'DroidKufiLight';
   text-align: justify;
    direction: rtl;
}

.testimonials-blob,
.testimonials-img {
  border-radius: 100%
}

.testimonials-img {
  position: relative;
  left: 50%;
  overflow: hidden!important;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: -50px;
  box-shadow: 0 0 0 5px #171719;
  transition: all ease-out .5s;
  transform: translateY(-30%);
  filter: brightness(2)
}

.testimonial-carousel .active .testimonials-img {
  transform: translateY(0);
  filter: brightness(1)
}

.testimonials-person-info {
  text-align: center;
  color: #0e5c87;
}

.testimonials-person-info p{
    font-weight: bold;
    font-size: 20px;
    
}


.testimonials-blob {
  position: relative;
  left: 80%;
  width: 3px;
  height: 3px;
  transform: rotate(73deg)
}

@keyframes anim {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff
  }
  50% {
    box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff
  }
  100% {
    opacity: 1;
    background: #fff;
    box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff
  }
}

.testimonial-carousel .active .testimonials-blob {
  transform-origin: 50% 50%;
  animation: anim linear .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}

.testimonial-carousel {
  overflow: hidden;
  cursor: grab
}

.testimonial-carousel:active {
  cursor: grabbing
}

.testimonial-carousel .owl-item {
  overflow: hidden;
  transition: all ease-out .3s;
  transform: scale(.7);
  opacity: 0
}

.testimonial-carousel .owl-item.active {
  transform: scale(1);
  opacity: 1
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  font-size: 13px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  padding: 0 10px;
  transition: all ease-out .25s;
  transform: translateY(-100%);
  opacity: 1;
  color: #fff;
  border-radius: 3px;
  background: #171719
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  color: #fff;
  background: #615e6b
}

.testimonial-carousel .owl-prev {
  left: 0
}

.testimonial-carousel .owl-next {
  right: 0;
    display: none;
}

.testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
  opacity: 0
}




/**** testmonials-2**/

.centered-text {
  text-align: center;
}

.quote {
     background: #ebf3f5;
    padding: 6px 10px 2px 10px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.quote p{
   font-size: 13px;
    line-height: 24px;
    direction: rtl;
    text-align: justify;
    font-weight: bold;
    
}


.quote:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #ebf3f5 transparent transparent transparent;
  position: relative;
  top: 37px;
  left: 20px;
}

.student {
  margin-left: 25px;
  margin-bottom: 80px;
}
.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
}
.student p {
  position: relative;
  top: 0px;
  text-transform: uppercase;
    color: #0c5d8a;
    font-weight: bold;
}
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.student p:nth-child(3) {
  font-size: 14px;
  color: #777;
}



/******* testmonials-3 ***********/

#testimonials {
  list-style: none;
  margin: 0;
  padding: 0;
}
#testimonials li {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  float: left;
  background-color: #fff;
}
#testimonials li .insides {
  clear: both;
}
#testimonials li .insides .testimonial {
  position: relative;
  padding: 12px 3px 7px 4px;
}
#testimonials li .insides .testimonial .name {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #a7346b;
    text-align: center;
    font-family: 'DroidKufiLight';
}
#testimonials li .insides .testimonial .text {
     display: block;
    color: #0d5d89;
    line-height: 21px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'DroidKufiLight';
    direction: rtl;
    text-align: center;
}
#testimonials li .insides .photo {
  float: left;
  margin: 8px 10px;
    display: none;
}
#testimonials li .insides .photo img {
  max-width: 100px;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: border-color .3s ease;
}
@media only screen and (min-width: 700px) {
  #testimonials li {
    background-color: transparent;
    width: 50%;
    float: left;
    margin-bottom: 5px;
  }
  #testimonials li:hover .photo img {
    border-color: #e74c3c;
  }
  #testimonials li:nth-child(even) .insides {
    border-radius: 0 50px 50px 0;
    margin-right: 0;
    margin-left: 0px;
  }
  #testimonials li:nth-child(even) .photo {
    float: right;
  }
  #testimonials li:nth-child(even) .testimonial {
    text-align: right;
  }
  #testimonials li .insides {
    height: 300px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 50px 0 0 50px;
  }
  #testimonials li .photo {
    float: left;
    margin: 8px 10px;
  }
  #testimonials li .photo img {
    max-width: 100px;
    border-radius: 100%;
    border: 2px solid transparent;
    transition: border-color .3s ease;
  }
}



/******** testmonials-4****/
figure.snip0069 {
  
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  /*min-width: 220px;
  max-width: 310px;*/
  width: 100%;
  text-align: center;
}
figure.snip0069 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0069 > .image {
  display: block;
  position: relative;
  padding: 15px 0;
}
figure.snip0069 > .image img {
  width: 70%;
  border-radius: 50%;
}
figure.snip0069 > .image:before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #ffffff;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
}
figure.snip0069 figcaption {
  position: relative;
  background: #ffffff;
}
figure.snip0069 figcaption:before {
  position: absolute;
  width: 100%;
  background: #000000;
  height: 0px;
  bottom: 0;
  display: block;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
figure.snip0069 h3,
figure.snip0069 p {
  margin: 0;
  display: inline-block;
  width: 100%;
}
figure.snip0069 h3 {
  padding: 10px 15px;
  background: #333333;
  text-transform: uppercase;
        color: #0c5d8a !important;
    font-family: 'DroidKufiLight';
    font-size: 20px;
    font-weight: bold;
}
figure.snip0069 p {
      font-size: 13px;
    font-weight: 600;
    background: #ffffff;
    color: #4d4d4d;
    padding: 8px 7px 15px;
    direction: rtl;
    text-align: justify;
}
figure.snip0069 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0069.blue h3,
figure.snip0069.blue figcaption:before {
  background: ##fea9bc;
}
figure.snip0069.red h3,
figure.snip0069.red figcaption:before {
  background: #fea9bc;
}
figure.snip0069.yellow h3,
figure.snip0069.yellow figcaption:before {
  background: #fea9bc;
}
figure.snip0069.navy h3,
figure.snip0069.navy figcaption:before {
  background: #fea9bc;
}
figure.snip0069:hover figcaption:before,
figure.snip0069.hover figcaption:before {
  height: 10px;
}


/***********************************************/

.lead-testimonial-cont {
	    width: 100%;
	    /*max-width: 1170px;
	    min-width: 1170px;*/
	    height: 450px;
	    margin: 0 auto;
	    background-color: #fff;
	    padding: 15px;
	    position: relative;
	}
	.lead-testimonial-cont:after {
		position: absolute;
	    content: '';
	    bottom: -31px;
	    left: 50%;
	    transform: translateX(-50%);
	    /*background-image: url(http://demosoft.indicsoft.com/SalmanDemo/onspon-html/other-pages/image/tstmnl-box-shadow.png);*/
	    width: 840px;
	    height: 31px;
	}
	/*.lead-testimonial-cont:before {
	    content: 'By: Salman Raza';
	    font-family: 'Roboto', cursive;
	    position: absolute;
	    bottom: -25px;
	    left: 50%;
	    transform: translateX(-50%);
	    color: rgba(0, 0, 0, 0.9);
	    font-size: 10px;
	    letter-spacing: 5px;
	    font-weight: 500;
	    white-space: nowrap;
	    color: #545454;
	    text-transform: uppercase;
	}*/
	.lead-testimonial-cont > h2 {
		position: absolute;
		text-align: center;
		margin: -55px 0 0 0;
		font-size: 14px;
		left: 10px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 3px;
		color: #444;
	}
	.lead-tstmnl-slider {
	    width: 100%;
	    height: 100%;
	    float: left;
	    overflow: hidden;
	}
	.lead-tstmnl-slide {
		width: 100%;
		max-width: 1140px;
		height: 100%;
		float: left;
	}
	.lead-tstmnl-slide:focus {outline: none;}
	.lead-tstmnl-slide .lead-tstmnl-img {
		float: left;
		width: 160px;
		height: 160px;
		border-radius: 100%;
		border:5px solid rgba(0,0,0,0.08);
		overflow: hidden;
		margin:8px 30px 0 0;
	}
	.lead-tstmnl-slide .lead-tstmnl-img img {width: 100%;}
	.lead-tstmnl-text-cont {
		float: left;
		width: 79.8%;
		height: 168px;
		position: relative;
	}
	.lead-tstmnl-comment {
		    float: right;
    display: block;
    width: 97.5%;
    position: relative;
    padding: 20px 78px;
    max-height: 300px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    direction: rtl;
    text-align: justify;
        font-weight: bold;
	}
	.lead-tstmnl-comment:before,
	.lead-tstmnl-comment:after {
		position: absolute;
		content: '';
		width: 20px;
		height: 20px;
		/*background-image: url(http://demosoft.indicsoft.com/SalmanDemo/onspon-html/other-pages/image/tstmnl-quate.png);*/
	}
	.lead-tstmnl-comment:before{top: 0; left: 0;}
	.lead-tstmnl-comment:after {bottom: 0;right: 0;background-position: 20px 0;}
	.lead-tstmnl-nm-dsg {
		position: absolute;
		bottom: -72px;
		left: 0;
	}
	.lead-tstmnl-nm-dsg li {display: inline-block;float: left;padding: 0 15px;border-left: 1px solid #6b6b6b;font-size: 15px; line-height: 14px;letter-spacing: 0.5px;color: #6b6b6b;}
	.lead-tstmnl-nm-dsg li:first-child{border-left: 3px solid #e73022;padding-left: 10px;font-weight: 700;color: #e73022;}
	.slick-dots button {display: none;}
	.lead-tstmnl-slider .slick-dots {position: absolute; bottom: 0px; right: 5px;}
	.lead-tstmnl-slider .slick-dots li {
		list-style: outside none none;
		display: inline-block;
		cursor: pointer;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		margin: 0px 3px 0px 0px;
		background-color: #eee;
		position: relative;
	}
	.lead-tstmnl-slider .slick-dots li.slick-active {background-color: #e73022;}