/*=======================================================================
	
	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.
	
=======================================================================*/


.uturn{
   position: absolute;
    right: 0%;
    top: 53%;
    font-size: 20px;
    font-weight: bold;
    background: #155478;
    padding: 10px;
    z-index: 999999;
    border: 1px solid #155478;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    
}


.deja{
    position: absolute;
    right: 36rem;
    top: 67%;
    display: block;
    
}



@font-face {
	font-family: 'b-arabic-style';
	src:url('../fonts/droidkufi-bold.eot');
	src:url('../fonts/droidkufi-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/b-arabic-style.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: 'Jenine-SemiBold';
 src: url("../fonts/VEXA-ITALIC.ttf");
}


@font-face {
  font-family: 'Sanabel-Khebrat';
  src: url("../fonts/Abo2Sadam_AR-EN.ttf");
}









/*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
=======================================================================*/

body{
    font-size: 13px !important;
    
}

p{
    text-align: justify;
    
}


.tooltip-container {
    cursor: pointer;
    position: relative;
    /*display: inline-block;*/
}

.tooltip {
    font-family: 'DroidKufiLight';
    font-weight: bold;
    opacity: 0;
    z-index: 99;
    color: #fbaa18;
    width: 100%;
    display: block;
    font-size: 11px !important;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    text-shadow: 1px 1px 2px #111;
    background: rgba(51,51,51,0.9);
    border: 1px solid rgba(34,34,34,0.9);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: 5px;
    bottom: 40px;
}

.tooltip:before,.tooltip:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(51,51,51,0.9);
    position: absolute;
    bottom: -10px;
    left: 43%;
}

.tooltip-container:hover .tooltip,a:hover .tooltip {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.Click-here {
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size:16px;
  margin: 0 auto;
  transition:background-image 3s ease-in-out;
}
.Click-here:hover{
  transition:background-image 3s ease-in-out;
  /*background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%);*/
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #0000008f;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  /*text-align: left;*/
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*max-height: calc(100vh - 70px);*/
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}


.so{
     animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    /*background: #fe4f03;*/
    cursor: pointer;
    
}


.so3{
     animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    /*background: #fe4f03;*/
    cursor: pointer;
    
}


.so4{
     animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    /*background: #fe4f03;*/
    cursor: pointer;
    
}


.so5{
     animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    /*background: #fe4f03;*/
    cursor: pointer;
    
}



@keyframes pulsate {
    0% {transform: scale(0.9, 0.9); opacity: 0.2;}
    50% {transform: scale(1.2, 1.2); opacity: 0.5;}
    100% {transform: scale(0.9, 0.9); opacity: 0.7;}
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.9, 0.9); opacity: 0.2;}
    50% {-webkit-transform: scale(1.2, 1.2); opacity: 0.5;}
    100% {-webkit-transform: scale(0.9, 0.9); opacity: 0.7;}
}


.circle {

  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.8);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}



section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;


}
section h1 {
  font-size: 55px;
  font-family: sans-serif;
  text-align: center;
}




.lasty{
       background: yellow;
    width: 100%;
  height: 100vh; 
    
}


.order13{
     background: blue;
    width: 100%;
  height: 100vh; 
    
}

.last-aks{
         background: url(../img/lastk.jpg) no-repeat center center/cover;
    width: 100%;
  height: 100vh; 
    
}

.order-kik{
     background: url(../img/bg-13.jpg) no-repeat center center/cover;
    width: 100%;
  height: 100vh; 
    
}

.order-nev{
     background: url(../img/bg-12.jpg) no-repeat center center/cover;
    width: 100%;
  height: 100vh; 
    
}


.order11{
     background: url(../img/bg-11.jpg) no-repeat center center/cover;
    width: 100%;
  height: 100vh; 
    
}


.order10{
    
    background: url(../img/1010.jpg) no-repeat center center/cover;
    width: 100%;
  height: 100vh; 
}


.order9{
   background: url(../img/bg-9.jpg) no-repeat bottom center/cover;
    width: 100%;
  height: 100vh; 
    
}


.sena{
     width: 100%;
  height: 100vh;
  background: url(../img/cover-3.jpg) no-repeat center center/cover;
    
}


.menk{
   background: url(../img/bg-8.jpg) no-repeat center center/cover;
    width: 100%;
  height: 100vh; 
    
}


.shendy{
    width: 100%;
  height: 100vh;
  background: url(../img/cover-2.jpg) no-repeat center center/cover;
    
}


.kot{
     width: 100%;
  height: 100vh;
  background: url(../img/cover-4.jpg) no-repeat center center/cover;
    
}


.nabil{
     width: 100%;
  height: 100vh;
  background: url(../img/bg-5.jpg) no-repeat center center/cover;
    
}


.namm{
     background: yellow;
    width: 100%;
  height: 100vh; 
    
}


.never{
     background: green;
    width: 100%;
  height: 100vh; 
    
}

.never-mind{
      background: url(../img/last-2.jpg) no-repeat center center/cover;
    width: 100%;
  height: 100vh;
    
}


.bene{
      background: url(../img/names.jpg) no-repeat center center/cover;
    width: 100%;
  height: 95vh;
    
}

.check{
    width: 100%;
  height: 100vh;
  background: url(../img/main-cover.JPG) no-repeat bottom center/cover;
    background-position: bottom;
     
    
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: move;
    animation-name: move;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-transform-origin: middle center;
    transform-origin: middle center;
    -webkit-transform-origin: middle center;
    -o-transform-origin: middle center;
    -moz-transform-origin: middle center;
}



.lot{
    
   background: url(../img/bg-7.jpeg) no-repeat bottom center/cover;
    width: 100%;
  height: 100vh;
}


.node{
    
    background: url(../img/bg-6.jpg) no-repeat center center/cover;
    width: 100%;
  height: 100vh;
}


section:nth-child(6) {
    width: 100%;
  height: 100vh;
  background: url(../img/bg-11.jpg) no-repeat center center/cover;
   
}


section:nth-child(1) {
  background: url(../img/names.jpg) no-repeat center center/cover;
    width: 100%;
  height: 100vh;
}
section:nth-child(5) {
width: 100%;
  height: 100vh;
  background: url(../img/bg-12.jpg) no-repeat center center/cover;
}
section:nth-child(4) {
  width: 100%;
  height: 100vh;
 background: url(../img/bg-13.jpg) no-repeat center center/cover;
}
section:nth-child(3) {
   width: 100%;
  height: 100vh;
 background: url(../img/last.jpg) no-repeat center center/cover;
}
section:nth-child(2) {
  
    width: 100%;
  height: 100vh;
  background: url(../img/last-2.jpg) no-repeat center center/cover;
    
}

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}


.mmm1{
    
    width: 100%;
  height: 100vh;
  background: url(../img/main-cover.JPG) no-repeat top center/cover;
    background-position: 0% 90%;
    z-index: 9999999999999999999999;
     
    
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /*-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;*/
    -webkit-animation-name: move;
    animation-name: move;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
    -ms-transform-origin: middle center;
    transform-origin: middle center;
    -webkit-transform-origin: middle center;
    -o-transform-origin: middle center;
    -moz-transform-origin: middle center;
    
}



@keyframes move {
    from {
        transform: scale(1.20);
        -ms-transform: scale(1.20);
        -webkit-transform: scale(1.20);
        -o-transform: scale(1.20);
        -moz-transform: scale(1.20);
        opacity: 1;
    }
    to {
        transform: scale(1.70);
        -ms-transform: scale(1.70);
        -webkit-transform: scale(1.70);
        -o-transform: scale(1.70);
        -moz-transform: scale(1.70);
        opacity: 0;
    }
}






*{
	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: nasser;
}
::-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:10px;
	font-weight:300;
}
.section-header p{
	margin-top:30px;
	line-height:1.7em;
	color:#ffffff;
	font-size:16px;
}
#wrapper{
	overflow:hidden;
}
.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: #014a8a;
    font-weight: 600;
}
.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){
	.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){
    
    section{
        display: none !important;
        
    }
    
    
   
    .wrap{
        
        position:relative;
        display: block !important;
        width: 100% !important;
    height: 100vh !important;
    
    }
    
    
   
    
    
    .down{
        position: absolute !important;
    top: 26% !important;
    left: 44% !important;
    display: none !important;
        
    }
    
    .mmm1{
        background-position: center !important;
        
    }
    
    .uturnf{
        right: 34.7% !important;
    top: 78% !important;
        
    }
    
    
    
    .zed13{
            left: 0% !important;
    top: 25% !important;
    font-size: 11.7px !important;
        width: 100% !important;
        height: 100% !important;
        
    }
    
    
    .zed12{
        width: 100% !important;
        top: 55% !important;
        left:0 !important;
        height: 100% !important;
        
    }
    
    .zed11{
        width: 100% !important;
    right: 0% !important;
    top: 0% !important;
    line-height: 25px !important;
    height: 100% !important;
        
    }
    
    .zobi{
            top: 48% !important;
    width: 115% !important;
        
    }
    
    .mobi{
        width: 100% !important;
        
    }
    
    .sinto{
        position: absolute;
width: 34% !important;
    color: white !important;
    left: 38.5% !important;
    top: 50% !important;
    font-size: 6px !important;
    line-height: 9px !important;
        
    }
    
    .zed10{
        width: 100% !important;
        bottom: 0% !important;
        height: 100% !important;
        
    }
    
    .laby{
        display: block !important;
        top: 68% !important;
    left: -2% !important;
        
    }
    
    .folp{
        left: 0%!important;
    top: 40%!important;
    opacity: 1.1!important;
        
    }
    
    .so{
        
        width: 15% !important;
        z-index: 99999999999999999 !important;
        
    }
    
    
     .so3{
        
        width: 75% !important;
        z-index: 99999999999999999 !important;
        
    }
    
    .so4{
        
        width: 75% !important;
        z-index: 99999999999999999 !important;
        
    }
    
     .so5{
        
        width: 75% !important;
        z-index: 99999999999999999 !important;
        
    }
    
    
    
    .zed9{
            width: 64% !important;
        
    }
    
    video{
        width: 100% !important;
        min-height: 14vh !important;
        
    }
    
    .polar{
        bottom: 12.7% !important;
        
    }
    
    .insidy{
            width: 65%!important;
    top: 47%!important;
    left: 10%!important;
    font-size: 6px!important;
        
    }
    
    .kaf{
        width: 100%!important;
    right: 0%!important;
    top: 44%!important;
        
    }
    
    .bota{
            left: 10%!important;
    bottom: 73%!important;
        
    }
    
    .zed8{
       width: 100%!important;
        z-index: 999!important;
        bottom: 12% !important;
        
    }
    
    .zed7{
        width: 100%!important;
        z-index: 999!important;
        bottom: 10% !important;
        
    }
    
    .p33{
        font-size: 10px!important;
        
    }
    
    .m33{
        font-size: 55px !important;
        
    }
    
    .zed6{
        left: 11.8%!important;
    top: 47%!important;
        
    }
    
    .zed5{
        
        top: 23%!important;
    left: 0%!important;
    }
    
    .zed4{
   top: 23%!important;
    right: 17%!important;
        
    }
    
    .zed3{
        width: 100% !important;
        top:0% !important;
        height: 100% !important;
        
    }
    
    .zed2{
         line-height: 17px !important;
    z-index: 9999999 !important;
        width: 100% !important;
        font-size: 12.2px !important;
       height: 100% !important;
    }
    
    
    .zed1{
        line-height: 15px !important;
    z-index: 9999999 !important;
        width: 100% !important;
        height: 100% !important;
        font-size:10px !important;
        
    }
    
    
    
    
    
    .hook:before{
            left: 31% !important;
        
    }
    
    .frame{
        height: 80px !important;
        
    }
    
    
    .inside{
            height: 68px !important;
        
    }
    
    
    .card-wrapper{
        height: 70vh !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;
		
	}
    
    
    .hedek{
        font-size: 20px !important;
        margin-top: 0px !important;
        
    }
    
    .basry{
        position: absolute !important;
    left: 0% !important;
    top: 20% !important;
    width: 83% !important;
        
    }
    
    .bio{
        bottom: 30% !important;
        
    }
    
    
     .good{
        font-size: 15px !important;
          margin-bottom: 15px !important;
        
    }
    
    
    .cnt223 p{
            font-size: 8px !important;
    line-height: 19px !important;
        
    }
    
    
    .popup{
        top: 0% !important;
        
    }
	
	.sound{
		    left: -37%!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;
		
	}
    
    .backArea3{
		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: #aecdee !important;
}

.tm-btn-submit {
	font-size: 1.5rem;
    font-weight: 300;
    padding: 10px 60px;
    border-radius: 9px;
    float: right;
}


/***/

hr {
  background-color: #ffffff;
  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%;
}

/***************/

.backArea3 {
    position: fixed;
    display: block;
    left: 30px;
    top: 20px;
    width: 70px;
    z-index: 100;
}


.backArea2 {
    position: fixed;
    display: block;
    right: 30px;
    top: 20px;
    width: 70px;
    z-index: 100;
}

.backArea2 img {
    width: 100%;
	margin-bottom:10px;
}

.sound {
    position: fixed;
    display: block;
    left: 5%;
    top: 50%;
    width: 150px;
    z-index: -1;
    opacity: 0.2;
}


.soundx {
 
}

.sound2 img {
    width: 100%;
}


.sound2 {
    position: fixed;
    display: block;
    right: 0%;
    top: 50%;
    width: 150px;
    z-index: -1;
    opacity: 0.2;
}

.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: 5px solid #ffffff;
    border-radius: 10px;
    background-image: url(../img/1-1.jpg);
    
}
.youtube img {
    width: 100%;
    top: -20.82%;
    left: 0;
    opacity: 0;
	
}
.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;
    border: 1px solid #286090;
        border-radius: 5px;
  
  /*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: 550px;
}
.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;
    top: 10%;
}
.cnt223{
min-width: 600px;
width: 900px;
min-height: 150px;
margin: 20px auto;
/*background: #00000073;*/
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
/*box-shadow: 0 2px 5px #000;*/
}
.cnt223 p{
clear: both;
    color: #ffffff;
	/*font-weight:bold;*/
    text-align: justify;
    font-size: 13px;
    line-height:22px;
}
.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: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    font-family: tahoma;
	opacity: 2 !important;
}



.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(../img/main-cover.JPG) no-repeat top center/cover;
    background-position: 5% 17%;
}
video {
  min-width: 100%;
  min-height: 50vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgb(0 0 0 / 48%) 50%);
  background-size: 3px 3px;
  z-index: 2;
}

.bgimg-6{
    background-image: linear-gradient(
    #337ab74a, rgba(315, 212, 707, 0.45)), url(../img/main.jpg);
    background-position: center;
    /*background-attachment: fixed;*/
    background-size: cover;
    height: 100vh;
  }

.bottom-text {
  margin-top: 40px;
  border-top: 2px solid #e5e7e9;
  a {
    border-bottom: 1px solid #e5e7e9;
  }
  p {
   max-width: 650px; 
  }
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.btn-gallery img {
  max-width: 100%;
  height: auto;
}


.polaroid-card {
  display: inline-block;
  background-color: #eee6d8;
  padding: 10px;
  box-shadow: 4px 4px 8px -4px rgba(0, 0, 0, 0.7);
}

.polaroid-card-caption {
  text-align: center;
  font-family: b-arabic-style;
  font-size: 22px;
  margin-top: 6px;
    color:#337ab7;
}

.polaroid-card:nth-of-type(even) {
  transform: rotate(12deg);
}

.polaroid-card:nth-of-type(odd) {
  transform: rotate(-7deg);
}

.polaroid-card:nth-of-type(even)::before {
  content: '';
  display: block;
  background-color: rgba(222, 220, 200, 0.66);
  width: 100px;
  height: 25px;
  transform: rotate(-24deg) translate(-30px, -25px);
}

.polaroid-card:nth-of-type(odd)::before {
  content: '';
  display: block;
  background-color: rgba(222, 220, 200, 0.66);
  width: 100px;
  height: 10px;
  transform: translate(140px, -5px) rotate(25deg);
}

.polaroid-card:hover {
  transform: scale(1);
}

ol, ul{
        list-style: none;
    
}


/**3d**/

.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
    margin-top: 3%;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(https://tympanus.net/Development/3DGallery/images/browser.png) no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 0px 0px 0px 0px;
    border-radius: 5px;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #014a8a;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
    font-weight: bold;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(https://tympanus.net/Development/3DGallery/images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}



/******************/

.panel-1 {
	background-image: url("../img/last-gallery/1.jpg");
}

.panel-2 {
	background-image: url("../img/last-gallery/2.jpg");
}

.panel-3 {
	background-image: url("../img/last-gallery/3.jpg");
}

.panel-4 {
	background-image: url("../img/last-gallery/4.jpg");
}

.panel-5 {
	background-image: url("../img/last-gallery/5.jpg");
}

.panel-6 {
	background-image: url("../img/last-gallery/6.jpg");
}

.panel-7 {
	background-image: url("../img/last-gallery/7.jpg");
}


.panel-8 {
	background-image: url("../img/last-gallery/8.jpg");
}

.panel-9 {
	background-image: url("../img/last-gallery/9.jpg");
}

.panel-10 {
	background-image: url("../img/last-gallery/10.jpg");
}

.panel-11 {
	background-image: url("../img/last-gallery/11.jpg");
}


.containero {
	display: flex;
	width: 80%;
    margin: auto;
}

.panel {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 80vh;
	border-radius: 30px;
	cursor: pointer;
	flex: 0.5;
	margin: 5px;
	position: relative;
	transition: flex 0.7s ease-in;
}

.panel h3 {
	position: absolute;
	top: 30px;
	left: 20px;
	color: rgb(247, 251, 255);
	font-size: 30px;
	margin: 0;
	opacity: 0;
}

.panel.active {
	flex: 5;
}

.panel.active h3 {
	opacity: 1;
	transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width: 480px) {
    
    
    
    
    
    
    
    
    
    
	.containero {
		width: 100vw;
	}

	.panel:nth-of-type(4),
	.panel:nth-of-type(5) {
		display: none;
	}
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    .bg-video-wrap{
            background-position: center !important;
        
    }
    
    
    #dir-control-right{
        z-index: 99999999 !important;
        
    }
    
    .deja{
     
    right: 17rem !important;
    top: 41% !important;

        
    }
    
    .uturn{
       
   right: 0% !important;
    top: 55% !important;
    background: #155478 !important;
    border: 1px solid #155478 !important;
    z-index: 9999999999 !important;
    font-size: 15px !important;

        
    }
    
   
   
    
    .bio-ger{
        display: none !important;
        
    }
    
    .polar-ta7i{
        
         position: absolute;
    right: 34%;
    bottom: 19.7%;
    display: none !important;
    }
    
    
.polar-bako{
    position: absolute;
    right: 34%;
    bottom: 19.7%;
    display: block !important;
    
}
    
    .ta7i{
        display: none !important;
        
    }
    
    .bako{
        display: block !important;
        
    }
    
    .cam{
        left: 8.2% !important;
    top: 26% !important;
    width: 70% !important;
        
    }
    
    .shiko{
        top: 35% !important;
        
    }
    
    .slide-content span{
        font-size: 0.5rem !important;
        
    }
    
    .nesa{
        display: none !important;
        
    }
    
    
    .zed-next{
            top: 49% !important;
    right: 0% !important;
    background: #155478 !important;
    border: 0px solid #155478 !important;
        z-index: 999999999 !important;
    }
    
    
    .donga{
        display: none !important;
        
    }
    
    
    .making{
        display: block !important;
        position: absolute;
        top: 72%;
        right: 8%;
        z-index: 99999999;
        
    }
    
      .wrap{
        
        position:relative;
        display: block !important;
        width: 100% !important;
    height: 100vh !important;
    
    }
    
    
   
    
    
    .down{
        position: absolute !important;
    top: 26% !important;
    left: 44% !important;
    display: none !important;
        
    }
    
    .mmm1{
        background-position: center !important;
        
    }
    
    .uturnf{
        right: 34.7% !important;
    top: 78% !important;
        
    }
    
    
    
    .zed13{
            left: 0% !important;
    top: 25% !important;
    font-size: 11.7px !important;
        width: 100% !important;
        height: 100% !important;
        
    }
    
    
    .zed12{
        width: 100% !important;
        top: 55% !important;
        left:0 !important;
        height: 100% !important;
        
    }
    
    .zed11{
        width: 100% !important;
    right: 0% !important;
    top: 0% !important;
    line-height: 25px !important;
    height: 100% !important;
        
    }
    
    .zobi{
            top: 48% !important;
    width: 115% !important;
        
    }
    
    .mobi{
        width: 100% !important;
        
    }
    
    .sinto{
        position: absolute;
width: 34% !important;
    color: white !important;
    left: 38.5% !important;
    top: 50% !important;
    font-size: 6px !important;
    line-height: 9px !important;
        
    }
    
    .zed10{
        width: 100% !important;
        bottom: 0% !important;
        height: 100% !important;
        
    }
    
    .laby{
        display: none !important;
        top: 68% !important;
    left: -2% !important;
        
    }
    
    .folp{
        left: 0%!important;
    top: 40%!important;
    opacity: 1.1!important;
        
    }
    
    .so{
        
        width: 15% !important;
        z-index: 99999999999999999 !important;
        
    }
    
    
     .so3{
        
        width: 75% !important;
        z-index: 99999999999999999 !important;
        
    }
    
    .so4{
        
        width: 75% !important;
        z-index: 99999999999999999 !important;
        
    }
    
     .so5{
        
        width: 75% !important;
        z-index: 99999999999999999 !important;
        
    }
    
    .soc3{
       position: absolute!important;
    top: 0%!important;
    left: 18%!important;
        
    }
    
    
    
    
    .soc4{
           position: absolute !important;
    top: 6% !important;
    left: 17% !important;
        
    }
    
    .soc5{
       position: absolute !important;
    top: 10% !important;
    left: 29% !important;
        
    }
    
    .zed9{
            width: 64% !important;
        
    }
    
    video{
        width: 100% !important;
        min-height: 14vh !important;
        
    }
    
    .polar{
        bottom: 12.7% !important;
        
    }
    
    .insidy{
            width: 65%!important;
    top: 47%!important;
    left: 10%!important;
    font-size: 6px!important;
        
    }
    
    .kaf{
        width: 100%!important;
    right: 0%!important;
    top: 44%!important;
        
    }
    
    .bota{
            left: 10%!important;
    bottom: 73%!important;
        
    }
    
    .zed8{
       width: 100%!important;
        z-index: 999!important;
        bottom: 10% !important;
        
    }
    
    .zed7{
        width: 100%!important;
        z-index: 999!important;
        bottom: 10% !important;
        
    }
    
    .p33{
        font-size: 10px!important;
        
    }
    
    .m33{
        font-size: 55px !important;
        
    }
    
    .zed6{
        left: 11.8%!important;
    top: 47%!important;
        
    }
    
    .zed5{
        
        top: 23%!important;
    left: 0%!important;
    }
    
    .zed4{
   top: 23%!important;
    right: 17%!important;
        
    }
    
    .zed3{
        width: 100% !important;
        top:0% !important;
        height: 100% !important;
        
    }
    
    .zed2{
         line-height: 15px !important;
    z-index: 9999999 !important;
        width: 100% !important;
        font-size: 10px !important;
       height: 100% !important;
    }
    
    
    .zed1{
       line-height: 15px !important;
    z-index: 9999999 !important;
        width: 100% !important;
        height: 100% !important;
         font-size: 10px !important;
        
    }
    
    
    
    
    
    .hook:before{
            left: 31% !important;
        
    }
    
    .frame{
        height: 80px !important;
        
    }
    
    
    .inside{
            height: 68px !important;
        
    }
    
    
    .card-wrapper{
        height: 70vh !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;
		
	}
    
    
    .hedek{
        font-size: 20px !important;
        margin-top: 0px !important;
        
    }
    
    .basry{
        position: absolute !important;
    left: 0% !important;
    top: 20% !important;
    width: 83% !important;
        
    }
    
    .bio{
        bottom: 30% !important;
        
    }
    
    
     .good{
        font-size: 15px !important;
          margin-bottom: 15px !important;
        
    }
    
    
    .cnt223 p{
            font-size: 8px !important;
    line-height: 19px !important;
        
    }
    
    
    .popup{
        top: 0% !important;
        
    }
	
	.sound{
		    left: -37%!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;
		
	}
    
    .backArea3{
		display:none !important;
		
	}
    
}


/*****new-gallery**/

.card-wrapper {
  width: 100%;
  /*min-width: 800px;*/
  height: 100%;
  /*min-height: 700px;*/
  position: relative;
}

.card {
  width: 70%;
  max-width: 300px;
  position: absolute;
  top:0%;
  left: 17%;
  display: block;
  transition: transform .5s ease;  
  transform-origin: bottom center;
  cursor: pointer;
}

.card.polaroid {
  border: 10px solid white;
  border-bottom: 60px solid white;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}

.card.polaroid .card-bg {
  padding-top: 90%;
}

.card-bg {
  padding-top: 110%;
  position: relative;
}

.card-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
}

.polaroid .card-img img {
  border-radius: 0
}

.left-card {
  transform: rotate(-15deg);
}

.right-card {
  transform: rotate(15deg);
}

.card.active {
  transform: rotate(0);
}

/* Cards aniamtion */
.card.animate-leave {
  animation: leave .3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.card.right-card.animate-back {
  animation: backR .3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.card.left-card.animate-back {
  animation: backL .3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

@keyframes leave {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-110%);
    transform: translateY(-110%) translateX(-20%);
  }
}

@keyframes backR {
  from {
    transform: translateY(-110%);
    transform: translateY(-110%) translateX(-20%);
  }
  to {
    transform: translateY(0) rotate(15deg);
  }
}
@keyframes backL {
  from {
    transform: translateY(-110%);
    transform: translateY(-110%) translateX(-20%);
  }
  to {
    transform: translateY(0) rotate(-15deg);
  }
}




/*******************/



.section {
  background: #F45B69;
  padding: 50px 0;
}

.section .container {
  margin: 0 auto;
  text-align: center;
}

.section h1 {
  font-size: 2.5rem;
}

.section h2 {
  font-size: 1.3rem;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 100px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #fff;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #286090;
}
/*Hide bottom boxes*/
.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
    display: none;
}
.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: #286090;
  background:#d0e6fd;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: #d0e6fd transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
    line-height: 23px;
    text-align: center;
}

.timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #286090;
}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
  width: 25px;
  height: 25px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}


/****last**/

#galeria {
  padding-left: 5%;
  margin-top: 60px;
}

figures{
 float: left;
  width: 32%;
 	padding: 9px 9px 10px 9px;
  margin: 0 auto;
	/*background: #eee;
	border: 1px solid #fff;*/
  -moz-box-shadow: 0px 2px 15px #333;
}
figures img{
  width: 100%;
}

#galeria figcaption {
  text-align: center;
}
#galeria figures.pic-1 {
  z-index: 1;
  /*transform: rotate (-10deg);
  -webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);*/
}
#galeria figures.pic-2 {
  z-index: 2;
 /* transform: rotate (4deg);
  -webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);*/
}
#galeria figures.pic-3 {
  z-index: 3;
 /* transform: rotate (3deg);
  -webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);*/
}
#galeria figures.pic-4 {
  z-index: 4;
  /*transform: rotate (10deg);
  -webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);*/
    margin-top: 1%;
}

#galeria figures.pic-5 {
  z-index: 5;
 /* transform: rotate (-15deg);
  -webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);*/
    margin-top: 1%;
}

#galeria figures.pic-6{
  z-index: 6;
        
 /* transform: rotate (-15deg);
  -webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);*/
    margin-top: 1%;
}

/*#galeria figures.pic-7{
  z-index: 7;
        margin-top: -16%;
  transform: rotate (-15deg);
  -webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
}

#galeria figures.pic-8{
  z-index: 8;
        margin-top: -15%;
  transform: rotate (-15deg);
  -webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
}

#galeria figures.pic-9{
  z-index: 9;
        margin-top: -15%;
  transform: rotate (-15deg);
  -webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
}
*/

#galeria figures:hover{
  z-index: 10;
  /*box-shadow: 3px 5px 15px #000;
  background: #fff;*/
}


.bgimg-222x{
    background: #f7dab5 url(../img/overlay.png);
    background-position: center;
    /*background-size: cover;*/
		height: 100%;
		background-repeat: repeat;
        width: 102%;
  }

img.mfp-img{
    
        background-color: #eee6d8;
    padding: 10px !important;
    box-shadow: 4px 4px 8px -4px rgb(0 0 0 / 70%);
}


.picture {
  width: 100%;
  position: relative;
  float: left;
  margin: 0 20px;
}

.hook {
  width: 4px;
  height: 4px;
  background-color: #5c5c5d;
  margin: 0 auto 32px auto;
  border-radius: 50%;
  box-shadow: 0 1px 0 1px #a49c7c;
}
.hook:before {
  content: '';
  width: 40px;
  height: 40px;
  border: 2px solid #a49c7c;
  position: absolute;
  left: 45%;
  top: 13px;
  transform: rotate(45deg);
  z-index: -1;
}

.frame {
  height: 270px;
  border-top: 6px solid #b89675;
  border-right: 6px solid #7b654f;
  border-bottom: 6px solid #7b654f;
  border-left: 6px solid #a67c52;
  box-shadow: 4px 4px 0 0 rgba(189, 166, 72, 0.6);
  z-index: 1;
}

.inside {
  height: 260px;
  background: linear-gradient(149deg, #d3d4d5 0%, #d3d4d5 50%, #cccccc 51%, #cccccc 100%);
  border: 10px solid #fff;
  box-shadow: 1px 1px 1px 1px rgba(189, 193, 194, 0.3) inset;
}

.dribbble {
  font: 0.75em/1.5em verdana,sans-serif;
  color: #7b654f;
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
    right: 8px !important;
    
}



.timeline-carousel {
  padding: 20px 6.9444% 90px 6.9444%;
  /*position: relative;*/
  overflow: hidden;
}
.timeline-carousel:after, .timeline-carousel:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 6.9444%;
  /*background-color: #1d1d1e;*/
  z-index: 3;
  width: 6.9444%;
}
.timeline-carousel:after {
  left: 0;
}
.timeline-carousel:before {
  right: 0;
  opacity: 0;
}
.timeline-carousel .slick-list {
  overflow: visible;
}
.timeline-carousel .slick-dots {
  bottom: -73px;
}
.timeline-carousel h1 {
  color: white;
  font-size: 46px;
  line-height: 50pd;
  margin-bottom: 40px;
  font-weight: 900;
}
.timeline-carousel__image {
  padding-right: 30px;
}
.timeline-carousel__item {
  cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}
.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px dotted rgb(4 76 140);
}
.timeline-carousel__item-inner .year {
  font-size: 36px;
  line-height: 36px;
  color: white;
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: #1d1d1e;
  z-index: 1;
  position: relative;
  margin: -15px 0 20px;
  font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #1d1d1e;
  z-index: 3;
}
.timeline-carousel__item-inner .month {
  font-size: 12px;
  text-transform: uppercase;
  color: #b38c52;
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}
.timeline-carousel__item-inner p {
  font-size: 15px;
    font-family: 'Jenine-SemiBold';
  line-height: 22px;
  color: #044c8c;
  width: 60%;
  font-weight: bold;
  margin-bottom: 0px;
    text-align: center;
}
.timeline-carousel__item-inner .read-more {
  font-size: 12px;
  color: #b38c52;
  display: table;
  margin-bottom: 10px;
  font-weight: 900;
  text-decoration: none;
  position: relative;
}
.timeline-carousel__item-inner .read-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  border-bottom: 2px solid #b38c52;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
  width: 100%;
}
.timeline-carousel__item-inner .pointer {
  height: 40px;
  position: relative;
  z-index: 1;
  margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after, .timeline-carousel__item-inner .pointer:before {
  position: absolute;
  content: "";
}
.timeline-carousel__item-inner .pointer:after {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background-color: #b38c52;
}
.timeline-carousel__item-inner .pointer:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4px;
  background-color: #b38c52;
}
.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #286090;
  border-color: #b38c52;
    border-radius: 50%;
}
.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
  background: #b38c52;
  border-color: #b38c52;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}
.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}


/*****new-timeline**/

#process {
  margin-bottom: 40px;
  overflow-x: hidden;
}

#process .section-heading {
  margin-bottom: 40px;
}

.steps-pane img {
  height: 100px;
  margin-top: 18px;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  margin-top: 20px;
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
}

.steps-pane {
  height: 140px;
  width: 140px;
  margin-left: 30px;
  box-shadow: 7px 0px 5px #bcbcbc;
}

.inverted-pane-warp {
  height: 140px;
  width: 25px;
  margin-left: 20%;
  -ms-transform: skewX(-15deg);
  /* IE 9 */
  -webkit-transform: skewX(-15deg);
  /* Safari */
  -o-transform: skewX(-15deg);
  /* Standard syntax */
  -moz-transform: skewX(-15deg);
}

.inverted-steps-pane {
  height: 140px;
  width: 140px;
  background: #eee6d8;
  margin-left: 30px;
  box-shadow: 7px 0px 5px #bcbcbc;
}

.inverted-steps-pane p {
  -ms-transform: skewX(15deg);
  /* IE 9 */
  -webkit-transform: skewX(15deg);
  /* Safari */
  -o-transform: skewX(15deg);
  /* Standard syntax */
  -moz-transform: skewX(15deg);
  padding: 20px 10px 10px 10px;
        font-weight: bold;
    font-size: 14px;
    color: #014a8a;
    font-style: italic
}

@media(min-width: 900px) {
  .steps-timeline {
    border-top: 5px double #014a8a;
    padding-top: 20px;
    margin-top: 40px;
    margin-left: 3%;
    margin-right: 3%;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    float: left;
    width: 20%;
    margin-top: -105px;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-left: 39%;
    border: 2px solid #014a8a;
  }
  .verticle-line {
    position: absolute;
    height: 57px;
    width: 5px;
    margin-left: 10px;
    marker-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10.1px;
    border-radius: 50%;
    background: #0094c0;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 19px;
    margin-left: -10px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 19px;
    margin-left: 18.1%;
  }
}

@media(max-width: 899px) {
  #process .container-fluid {
    width: 50%;
  }
  .steps-timeline {
    border-left: 5px double #014a8a;
    margin-left: 35px;
  }
  .steps-one,
  .steps-two,
  .steps-three,
  .steps-four,
  .steps-five {
    margin-left: -25px;
  }
  .step-wrap,
  .steps-stops {
    float: left;
  }
  .steps-timeline {
    border-left: 2px solid $brand-primary;
    margin-left: 30px;
  }
  .pane-warp {
    margin-left: 30%;
  }
  .inverted-pane-warp {
    margin-left: 30%;
  }
  .verticle-line {
    position: absolute;
    width: 125px;
    height: 5px;
    margin-left: 5px;
    margin-top: 10px;
  }
  .steps-stops {
    height: 25px;
    width: 25px;
    margin: 11px 10px;
    border-radius: 50%;
    background: #0094c0;
  }
  .step-wrap {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    margin-top: 125px;
    margin-left: -2px;
    border: 2px solid #014a8a;
  }
  .end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: -45px;
    margin-left: 15px;
  }
  .inverted-end-circle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    position: absolute;
    margin-top: 280px;
    margin-left: 15px;
  }
}

@media (max-width: 600px) {
  #process .container-fluid {
    width: 90%;
  }
}

@media (max-width: 400px) {
  .verticle-line {
    width: 105px;
  }
}

.back-orange {
  background: #0094c0;
}

.back-blue {
  background: rgb(241 233 207);
}

.picture:hover{
    transform: rotate(-7deg);
    
}


/*******/

.zed1{
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.76;
    padding: 20px;
    position: absolute;
    width: 40%;
    color: white;
    top: 0%;
    left: 0%;
    line-height: 23px;
    
}

.zed2{
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.76;
    padding: 8px;
    position: absolute;
    width: 40%;
    color: white;
    top: 0%;
    left: 0%;
    line-height: 25px;
    
}

.zed3{
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.76;
    padding: 8px;
    position: absolute;
    width: 40%;
    color: white;
    top: 19%;
    right: 0%;
    line-height: 19px;
    
}


.zed4{
    padding: 8px;
    position: absolute;
    color: white;
    top: 44%;
    right: 38%;
    
}


.zed5{
    padding: 8px;
    position: absolute;
    color: white;
    top: 45%;
    left : 25%;
    
}

.zed6{
    position: absolute;
    left: 39.8%;
    top: 46%;
    
}


.p33{
    font-size: 15px;
    color: #f7d28f;
    font-weight: bold;
    text-align: center;
    
}

.m33{
    font-family: sans-serif;
    font-size: 85px;
    color:white;
    
}

.zed7{
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.76;
    padding: 20px;
    position: absolute;
    width: 46%;
    color: white;
    bottom: 0%;
    left: 0%;
    line-height: 28px;
    
}

.zed8{
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.76;
    padding: 20px;
    position: absolute;
    width: 40%;
    color: white;
    bottom: 0%;
    left: 0%;
    line-height: 23px;
    
}

.bota{
    position: absolute;
    left: 45%;
    bottom: 28%;
    
}

.kaf{
    position: absolute;
    width: 60%;
    right: 20%;
    top: 12%;
    
}

.insidy{
    position: absolute;
    width: 38%;
    top: 22%;
    left: 26%;
    
}

.polar{
    position: absolute;
    right: 34%;
    bottom: 19.7%;
    
}

.zed9{
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.76;
    padding: 20px;
    position: absolute;
    width: 40%;
    color: white;
    bottom: 16%;
    right: 0%;
    line-height: 32px;
    
}

.folp{
    position: absolute;
    left: 22%;
    top: 23%;
    opacity: 0.1;
    
}

.laby{
    position: absolute;
    top: 21%;
    left: 0%;
    
}


.zed10{
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.76;
    padding: 20px;
    position: absolute;
    width: 46%;
    color: white;
    bottom: 0%;
    right: 0%;
    line-height: 26px;
    
}

.sinto{
    position: absolute;
    width: 19%;
    color: white;
    left: 36.5%;
    top: 15%;
    font-size: 12px;
    line-height: 21px;
    
}

.mobi{
    width: 70%;
    
}

.zobi{
    position: absolute;
top: 8%;
left: 0%;
    
}

.zed11{
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.76;
    padding: 20px;
    position: absolute;
    width: 80%;
    color: white;
    right: 11%;
    top: 27%;
    line-height: 30px;
    
}

.zed12{
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.76;
    padding: 20px;
    position: absolute; 
    width: 45%;
    color: white;
    left: 27%;
    top: 66%;
    line-height: 30px;
    
}

.zed13{
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.76;
    padding: 20px;
    position: absolute;
    width: 68%;
    color: white;
    left: 15%;
    top: 27%;
    
}


.mot{
    background: black;
    overflow: hidden;
  
    
}

.down{
    position: absolute;
    top: 26%;
    left: 44%;
    display: block;
    
}

.bss-slides{
    display: none;
    
}


 .wrap{
        
        
        display: block !important;
    
    }

.slide{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0s;
}

.slide1{background-image: url('');}
.slide2{background-image: url('');}
.slide3{background-image: url('');}
.slide4{background-image: url('');}
.slide5{background-image: url('');}
.slide6{background-image: url('');}
.slide7{background-image: url('');}
.slide8{background-image: url('');}
.slide9{background-image: url('');}
.slide10`{background-image: url('');}

.slide-content{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slide-content span{
    font-size: 7.5rem;
    color:#fff;
    /*background-color:rgba(0,0,0, .6);*/
    /*padding:10px 20px;*/
}

.dir-control{
    cursor: pointer;
    position:absolute;
    top:58%;
    margin-top:-30px;
    width:0;
    height:0;
    /*z-index:9999999999999;*/
}


.fa-5x {
    font-size: 3em !important;
}


.fa {
  display:inline-block;
   line-height: 50px;
   background-color:rgba(0,0,0, .3);
   width:50px;
   height:50px;
   color:white;
   text-align: center;
   vertical-align: bottom;
}

#dir-control-left{
    left:0;
    margin-left:0px;
    z-index: 9999999999;
}

#dir-control-right{
    right:0;
    margin-right:50px;
    z-index: 99;
}
.slider-active{
    visibility:hidden;
    opacity:0;
}
.slide.slide-is-active{
    visibility:visible;
    opacity: 1;
}

.slide-transition{
    transition: all .5s ease-in-out;
}
    

.bio{
    position: absolute;
    right: 20rem;
    bottom: -2%;
    
}


.basry{
    position: absolute;
    left: 23.2%;
    top: 28%;
    width: 42%;
    
}

.making{
    display: none;
    
}

 .donga{
        display: block;
        
    }

.soc3{
        position: absolute;
    top: 5%;
    left: 25%;
    
}

.soc4{
        position: absolute;
    top: 27%;
    left: 25%;
    
}

.soc5{
    position: absolute;
    top: 45%;
    left: 38%;
    
}


.zed-next{
    position: absolute;
    top: 50%;
    font-weight: bold;
    font-size: 16px;
    right: 0%;
    background: #155478;
    padding: 10px;
    z-index: 999999;
    border: 1px solid #155478;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

}

.nesa{
        display: block;
        
    }

.shiko{
    text-align: center;
    position: absolute;
    right: 1%;
    top: 54%;
    
}

.cam{
    position: absolute;
    left: 22.2%;
    top: 21%;
    width: 46%;
    
}


.polar-bako{
    position: absolute;
    right: 34%;
    bottom: 19.7%;
    display: none;
    
}

.polar-ta7i{
       position: absolute;
    right: 34%;
    bottom: 19.7%;
    display: block;
    
}
.bio-ger{
        position: absolute;
    right: 11rem;
    bottom: 15%;
    display: block;
    
}




