/*=================================
SET SOME GENERAL PROPERTY
===================================
FONTS: Montserrat & Open Sans
===================================
Colors:
*/
html, body {
	height:100%;
}
body {
    color: #2c2f3e;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif;
}
p {
	font-family: 'open-sans', 'sans-serif';
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
@font-face {
  font-family: 'Akronim';
  src: URL('../GoogleFonts/Akronim/Akronim-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Jacques Francois Shadow';
  src: URL('../GoogleFonts/Jacques_Francois_Shadow/JacquesFrancoisShadow-Regular.ttf') format('truetype');
}
section{
	background: transparent;
	overflow:hidden;
}
#preloader {
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
#status {
	background-image: url('../img/preloader/preloader.gif');
	background-repeat: no-repeat;
	width:70px;
	height:70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
}
.navbar {
	padding: 35px 0 20px 0;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
#nav-wrapper {
   padding: 0 85px;
}
#nav-wrapper #logo {
	position:relative;
	top: -10px
}
.navbar-brand {
	padding: 5px 10px;
}
.navbar-toggler-icon {
    background-color: #bec7d1	
}
ul.navbar-nav > li > a{
	font-family: 'Montserrat', sans-serif;
	color: transparent;
	font-size: 13px;
	font-weight:300;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .3s;
}
ul.navbar-nav > li > a:hover{
	font-weight: 400;
}
ul.navbar-nav > li > a span {
	padding-bottom: 5px;
	color: #fefefe;
	border-bottom: 1px solid transparent;
	transition: all .5s;
}
ul.navbar-nav > li > a span:hover {
	color: #f3eee6;
	border-bottom: 1px solid #f3eee6;
}
.white-nav {
	background: #f3eee6;
	padding: 10px 0;
	-webkit-box-shadow: 0 8px 6px -9px #2742dc;
	box-shadow: 0 8px 6px -9px #2742dc;
	z-index: 2;
}
.white-nav ul.navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	color: rgba(39, 66, 220, 0.5);
	font-size: 13px;
	font-weight:500;
	text-transform: uppercase;
	transition: all .3s;
}
.white-nav ul.navbar-nav > li > a:hover {
	color: rgba(0, 0, 125, 0.7);
}
.white-nav ul.navbar-nav > li > a span {
	color: rgba(39, 66, 220, 0.5);
	border-bottom: 1px solid transparent;
	transition: all .5s;
}
.white-nav ul.navbar-nav > li > a span:hover {
	color: rgba(0, 0, 125, 0.7);
	border-bottom: 1px solid rgba(0, 0, 125, 0.7);
}
.white-nav ul.navbar-nav > li > a.active span{
	color: rgba(63, 81, 181, 0.9);
	font-size: 14px;
	font-weight:500;
}
.white-logo a{
	color: #929ca9 !important;
}
.content-btn-left {
	text-align: left;
	padding-left: 25px;
}
.content-btn-right {
	text-align: right;
	padding-right: 25px;
}
#home {
	background: none;
	height: 100%;
}
#bg-video {
	position:fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background: url("../media/image/background.jpg") no-repeat;
    background-size: cover;
}
#overlay-section {
	background-color: rgba(72, 101, 128, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
#content {
	width: 100%;
	height: 100%;
	display:table;
}
#content-inner {
	display:table-cell;
	vertical-align: middle;
}
#h-content h1 {
	color: #dee2e6;
	font-weight: 100;
	margin: 0;
	display: inline-block;
}
#h-content h1#head-1 {
	font-size: 45px;
}
#h-content h1 span {
	color: #adb5bd;
	font-weight: 200;
}
#text p {
	color:#e9ecef;
	font-size: 20px;
    width: 60%;
    margin: 10px auto 30px auto;
}
.btn-bs-3 {
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-welcome {
	font-family: 'Montserrat', sans-serif;
	border-radius: 35px;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 6px;
	padding: 12px 46px 12px 46px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.btn-home {
	color: #dee2e6;
	border:1px solid #86add4;
}
.btn-home:hover, .btn-home:focus {
	color: #dee2e6;
	background-color: rgba(119, 128, 136, 0.5);
	border:1px solid rgba(119, 128, 136, 0.5);
}
.btn-grey {
	color: #7d7a70;
	border:1px solid #7d7a70;
}
.btn-grey:hover, .btn-grey:focus {
	color: #aaaaaf;
	background-color: rgba(220, 220, 232, 0.5);
	border:1px solid rgba(220, 220, 232, 0.5);
}
.btn-blue {
	color: #3d57b4;
	border:1px solid #3d57b4;
	font-weight: 500;
}
.btn-blue:hover, .btn-blue:focus {
	color: #ffffff;
	background-color: rgba(61, 87, 180, .5);
	border:1px solid rgba(61, 87, 180, .5);
}
.btn-contact {
	color: #312c1c;
    background: rgba(101, 76, 66, 0.5);
    border: 1px solid #332121;
}
.btn-contact:hover, .btn-contact:focus {
	color: #e6e4da;
    background: #080303;
    border: 1px solid #d47575;
}
.btn-go-top {
	position: fixed;
	bottom: 35px;
	right: 20px;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 16px;
	display: none;
}
#arrow-down {
	position: absolute;
	left: 50%;
	bottom: 20px;
	color: #adb5bd;
	font-size: 32px;
	width: 32px;
	height: 32px;
	text-align: center;
	margin-left: -16px;
	z-index: 1;
}
#arrow-down:hover, #arrow-down:focus {
	color: #e9ecef;
}
.content-box-lg {
	padding: 120px 0;
}
.content-box-md {
	padding: 100px 0;
}
.content-box-sm {
	padding: 90px 0;
}
#about {
	min-height: 85vh;
}
#about p:not(#about-right p.lead) {
	line-height: 1.5;
	font-size: 14px;
}
/**Vertikal Heading**/
.v-heading h5 {
	color: #5f9ea0;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    word-spacing: 1px;
    line-height: 1;
}
.v-heading h2 {
	font-size: 38px;
	font-weight: 100;
	line-height: 1;
}
.v-body {
	margin-top: 25px;
}
/**Horizontal Heading**/
.h-heading {
	margin-bottom: 80px;
}
.h-heading h5 {
	font-family: cursive;
	font-size: 16px;
	color: #5f9ea0;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
}
.h-heading h2 {
	font-size: 38px;
	font-weight: 200;
	line-height: 45px;
	margin: 0;
	color: #11232b;
}
#about .v-heading h2 {
	margin: 30px 0 0 120px;
}
#about-right p.lead {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
}
#about-right p:first-child {
	margin-bottom: 30px;
	
}
#about-bottom {
	margin-top: 60px;
} 
#about-pt-1 .content-box-title {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
#about-pt-1 .content-box-title h2 {
	margin-bottom: 0;
	margin-top: 35px;
	font-size: 27px;
	color: #f3eee6;
	text-transform: uppercase;
}
.about-item {
	background-color: #f3eee6;
	padding: 80px 30px;
	-webkit-box-shadow:0 0 50px rgba(75, 83, 93, 0.7);
	box-shadow:0 0 50px rgba(75, 83, 93, 0.7);
	height: 372px;
}
.about-item i, .about-item h3, .about-item p {
	color: #59727d;
}
.about-item i {
	font-size: 36px;
	margin: 0;
}
.about-item h3 {
	font-size: 25px;
	margin-bottom: 25px;
}
.about-item hr {
	width: 60px;
	height: 2px;
	background-color:#49ea6e;
	margin: 0 auto;
	border: none;
}
.about-item p {
	margin-top: 25px;
}
.about-item:hover {
	background: linear-gradient(45deg, #c6ea9f, #363e98);
}
.about-item:hover i, .about-item:hover h3, .about-item:hover p {
	color: #ffffff;
}
.about-item:hover hr {
	background-color: #f3eee6;
}
.about-item:hover i {
	transform: translateY(-15px);
}
.about-item, 
.about-item i, 
.about-item hr {
	-webkit-transition: all 700ms ease-in-out;
	transition: all 700ms ease-in-out;
}
.about-item p,
.about-item h3 {
	-webkit-transition: all 700ms linear;
	transition: all 700ms linear;
}
#services {
	background: url("../img/statement/statement.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	background-attachment:fixed;
}
#services #services-01 {
	background: #e2dfe0;
}
#services .h-heading h5 {
	color: #f9b036;
	font-size: 18px;
	font-weight: bold;
}
#services .h-heading h2 {
	color: #e4e3e6;
    font-weight: 300;
}
#services-02 img {
	margin:30px 0;
	height: 85%;
}
.service {
	margin: 35px 0;
}
.service .icon {
	margin: 0;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	color: #e2dfe0;
}
.service .icon:hover {
	color: #e8a940;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
.service .icon i {
	font-size: 28px;
}
.service .icon i.fa-clock {
	position: absolute;
	top: -10px;
}
.service .icon:hover i {
	font-size: 33px;
}
.service h4 {
	font-size: 24px;
	margin: 0 0 12px 0;
	line-height: 1;
	color: #e2dfe0;
}
#services-02 {
	background: rgba(0, 0, 0, 0.4);
}
#services-tabs ul {
	margin-bottom: 20px;
}
#services-tabs ul li {
	padding: 5px 21px
}
#services-tabs ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #454f54;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0;
	text-decoration: none;
}
#services-tabs ul li.r-tabs-state-active a {
	color: #283f9e;
	font-weight: 400;
	border: 1px solid #283f9e;
	border-radius: 20px;
	padding: 5px 10px;
	-webkit-transition: border-color 300ms linear;
	transition: border-color 300ms linear;
}
.service-tab .col-md-6 {
	padding: 0;
}
.service-tab img {
	width: 100%;
	height: 100%;
}
.service-tab .tab-bg {
	background: #fff;
	padding: 59px 30px;
	min-height: 467px
}
.service-tab .tab-bg img {
	width: 15%;
	float: right;
}
.service-tab h3 {
	font-size: 32px;
	margin-bottom: 30px;
	color: #5169cc;
}
.service-tab p {
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 1rem;
}
.service-tab p i {
	color: #3d57b4;
	margin-right: 1%;
}
.service-tab .tab-bg div {
	position: absolute;
	bottom: 12%;
}
.service-tab .tab-bg div a {

}
#services-tabs.r-tabs .r-tabs-accordion-title {
	text-align:center;
}	
#galleries {
	/*background: linear-gradient(145deg, #e2dfe0, #ffffff);*/
	background: #ffeff4;
}
#galleries .h-heading {
	margin-bottom: 30px;
}
#galleries .h-heading h2 {
	font-weight: 300;
	color: #5161ba;
}
#galleries #gallery-row-outer {
	min-height: 45vh;
}
#galleries #galleries-list.owl-carousel .owl-stage-outer {
	overflow: visible;
}
#galleries .owl-nav button {
	color: #1d1dad;
	border: none;
	line-height: 1;
	font-size: 1.8rem;
	transition: all 1s;
}
#galleries .owl-nav button:hover {
	color: #ffffff;
}
#galleries .owl-nav button:focus {
	border: 1px solid #1d1dad;
	outline: none;
}
#galleries #galleries-list {
	padding: 0;
	overflow: hidden;
}
#galleries .gallery {
	max-width: 100%;
	line-height: 100px;
	position: relative;
}
#galleries .gallery span.title {
	position: absolute;
	top: -10vh;
	left: 40%;
	width: 100%;
	color: #5f5b54;
	letter-spacing: .02rem;
}
#galleries .gallery img {
	display:inline-block;
	border-radius: 15px;
	width: auto;
}
/**Magnific Popup**/
.mfp-image-holder .mfp-content {
	max-width: 75%;
}
.mfp-bottom-bar {
	margin-top: -25px;
}	
.mfp-title {
	text-align: center;
	font-size: 1.2rem;
	padding: 0;
}
.mfp-counter {
	color: transparent;
}
#stats {
	background: url("../img/stats/stats.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
	background-attachment:fixed;
}
#stats .content-box-md {
	background: rgba(0,0,0,0.4);
	min-height: 70vh;
}
#stats .v-heading {
	margin-bottom: 50px;
}
#stats .v-heading h2 {
	color: #65ccd0;
	text-align: center;
	font-weight: 200;
}
#stats .v-heading h2 span {
	letter-spacing: 0;
}
#stats .v-heading h5 {
	font-size: 16px;
	color: #e4e2df;
}
#stats #stats-outer div:not(.stats-item){
	padding:20px 15px;
}
#stats .stats-item {
	border-left: 1px solid #e4e2df;
	border-right: 1px solid #e4e2df;
	border-radius: 15px;
	color: #e4e2df;
	min-height: 170px;
	padding: 25px 50px;
	transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
}
#stats .stats-item i {
	font-size: 44px;
	color: #d4d4d4;
	margin: 0 0 6px 0;
	transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
}
#stats .stats-item h3 {
	font-size: 25px;
	color: #fff;
	margin: 5px 0 5px 0;
}
#stats .stats-item p {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	line-height: 1;
}
#stats .stats-item:hover {
	background: rgba(170, 172, 181, 0.3);
}
#stats .stats-item:hover i {
	color: #b7b0a5;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
#register {
	background-color: #e2dfe0;
	height: 80vh;
}
#register .v-heading h2 {
	text-align: center;
	line-height: 1.2;
	font-size: 36px;
	font-weight: 200;
	color: #5f9ea0;
}
#register .v-heading h5 {
	font-size: 14px;
	color: #97999e;
	line-height: 1.4;
}
footer {
	background: #041225;
	padding: 30px;
}
footer p {
	color: #afa99f;
	line-height: 20px
}
footer p a {
	color:#ff0000
}
footer p a:hover {
	color:#ff0000
}
footer span {
	color: #75868e;
	font-size: 14px;
}
h3#logo a {
	font-family: 'Akronim', cursive;
	color: #fff;
	font-size: 32px;
	text-decoration: none;
}
.md-hidden {
	display: none !important;
}
/**Animation**/
#home #head-1,
#home #head-2,
#home #text,
#home .content-btn,
#home #arrow-down {
	animation-duration: 1.5s;
}
#home #head-1 {
	animation-delay: 0.5s;
}
#home #head-2 {
	animation-delay: 0.7s;
}
#home #text {
	animation-delay: 1s;
}
#home .content-btn {
	animation-delay: 1.5s;
}
#home #arrow-down i {
	animation-delay: 2s;
}
/**Register Form**/
.styleRegister, .invitation {
    background: linear-gradient(45deg, rgba(2, 43, 97, 0.3), transparent);
    text-align: center;
    box-shadow: 0 0 10px 0px rgb(183 192 206 / 80%);
    color: rgba(81, 97, 186, 1);
    margin: auto;
    align-items: center;
    padding: 20px 10px;
    border-radius: 10px;
}
.styleRegister #projectRole p {
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);
	line-height: 1.3;
	color: #5868bb;
}
/**Loading for Sending Email**/
.styleRegister p.loading {
	display: none;
	color: #ffffff;
	font-weight: 400;
}
.styleRegister p.loading:after {
  	content: ' .';
  	animation: dots .9s steps(1, end) infinite;
}
@keyframes dots {
  	0%, 20% {
  		font-size: 25px;
    	color: rgba(0,0,0,0);
    	text-shadow:
      	.25em 0 0 rgba(0,0,0,0),
      	.5em 0 0 rgba(0,0,0,0);
   }
  	40% {
  		font-size: 25px;
	   color: white;
	   text-shadow:
	      .25em 0 0 rgba(0,0,0,0),
	      .5em 0 0 rgba(0,0,0,0);
   }
  	60% {
  		font-size: 25px;
	   text-shadow:
	      .25em 0 0 white,
	      .5em 0 0 rgba(0,0,0,0);
   }
  	80%, 100% {
  		font-size: 25px;
	   text-shadow:
	      .25em 0 0 white,
	      .5em 0 0 white;
   }
}
/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url("../../fonts/materialdesignicons-webfont.eot?v=3.5.95");
  src: url("../../fonts/materialdesignicons-webfont.eot?#iefix&v=3.5.95") format("embedded-opentype"), url("../../fonts/materialdesignicons-webfont.woff2?v=3.5.95") format("woff2"), url("../../fonts/materialdesignicons-webfont.woff?v=3.5.95") format("woff"), url("../../fonts/materialdesignicons-webfont.ttf?v=3.5.95") format("truetype"), url("../../fonts/materialdesignicons-webfont.svg?v=3.5.95#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.styleRegister .checkbox,
.styleRegister .radio {
  position: relative;
  display: block;
  margin-top: 2px;
  margin-bottom: 20px;
}
.styleRegister .checkbox label,
.styleRegister .radio label {
  display: block;
  padding-left: 30px;
  line-height: 1.42857143;
  font-size: 0.875rem;
}
.styleRegister .checkbox label input,
.styleRegister .radio label input {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
  top: 0;
  left: 0;
  margin-left: 0 !important;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 0;
}
.styleRegister .checkbox label input:checked+.input-frame:before,
.styleRegister .radio label input:checked+.input-frame:before {
  background-color: #fff;
}
.styleRegister .checkbox label input:checked+.input-frame:after,
.styleRegister .radio label input:checked+.input-frame:after {
  color: rgba(81, 97, 186, 1);;
  opacity: 1;
  line-height: 1.5;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.styleRegister .checkbox label .input-frame:before,
.styleRegister .radio label .input-frame:before {
  position: absolute;
  content: "";
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 2px;
  left: 0;
  border: 1px solid rgba(81, 97, 186, 1);;
  transition: all;
  transition-duration: 250ms;
}
.styleRegister .checkbox label {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
}
.styleRegister .checkbox label .input-frame:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 2px;
  left: 0;
  border: 1px solid rgba(81, 97, 186, 1);;
  transition: all;
  transition-duration: 0s;
  transition-duration: 250ms;
}
.styleRegister .checkbox label .input-frame:after {
  transition: all;
  transition-duration: 0s;
  transition-duration: 250ms;
  font-family: Material Design Icons;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  transform: scale(0);
  content: '\F12C';
  position: absolute;
  font-size: 15px;
  font-weight: bold;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-14%);
  transform: translateY(-14%);
  color: #4d8af0;
}
/* Inputs */
.styleRegister .form-control {
  padding-left: 20px;
  padding-right: 20px;
}
.styleRegister .form-control.placeholder {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}

.styleRegister .form-control:-moz-placeholder {
  font-weight: inherit;
  color: #a3acbd;
  font-size: inherit;
}

.styleRegister .form-control::-moz-placeholder {
  font-weight: inherit;
  color: #a3acbd;
  font-size: inherit;
}

.styleRegister .form-control:-ms-input-placeholder {
  font-weight: inherit;
  color: #a3acbd;
  font-size: inherit;
}

.styleRegister .form-control::-webkit-input-placeholder {
  font-weight: inherit;
  color: #a3acbd;
  font-size: inherit;
}
.styleRegister .form-group {
  margin-bottom: 20px;
}
.styleRegister .form-group.input-rounded .form-control {
  border-radius: 25px;
}
.styleRegister .btn-primary {
  color: #fff;
  background: linear-gradient(-45deg, #0b0bbb, transparent);
  border-color: #4a4ab1;
  opacity: .9;
  box-shadow: 0 0 0 0.01rem rgba(9, 9, 11, 0.7);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.styleRegister .btn-primary:hover {
  color: #fff;
  background: linear-gradient(45deg, #00008b, transparent);
  box-shadow: 0 0 0 0.01rem rgba(4, 4, 82, 0.7);
  border-color: #0707af;
  opacity: 1;
}
.styleRegister .btn-primary:focus, .styleRegister .btn-primary.focus {
  color: #fff;
  background: linear-gradient(-45deg, #00008b, transparent);
  border-color: #0707af;
  box-shadow: 0 0 0 0.2rem rgba(4, 4, 82, 0.7);
  opacity: 1;
}
.invitation {
	display: none;
}
.absolute {
    padding: 0;
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    top: -15%;
}
.absolute p {
	line-height: 1.2;
	border: none;
}
.invitation .grid-body p {
    text-align:left;
	line-height: 1.3;
	font-size: .9rem;
	margin-bottom: 0;
}
.invitation .grid-body p a {
	color: #3c4dad;
}
.invitation .grid-body p a:hover {
	color: #3c4dad;
}
@media(min-width: 576px) {
	#galleries #galleries-list.owl-carousel .owl-stage-outer {
	    transform: translate3d(-5%, 0, 0);
	    -webkit-transform: translate3d(-5%, 0, 0);
	    width: 95%;
	}
	#galleries #galleries-list.owl-carousel .owl-stage {
		display: flex;
		align-items: center;
	}
	/**Corousel Pyramid**/
	/**Change Default Carousel**/
	#galleries-list .owl-item {
		padding: 25px 0;
		opacity: 0;
		pointer-events: none;
	}
	#galleries-list .owl-item.big {
		z-index: 3;
		opacity: 1;
		pointer-events: visible;
	}
	#galleries-list .owl-item.left-medium,
	#galleries-list .owl-item.right-medium {
		z-index: 2;
	}
	#galleries-list .owl-item.left-small,
	#galleries-list .owl-item.right-small {
		z-index: 1;
	}
	#galleries-list .owl-item.left-medium {
		left: 1%;
	}
	#galleries-list .owl-item.right-medium {
		right: 1%;
	}
	#galleries-list .owl-item.left-small {
		left: 2%;
	}
	#galleries-list .owl-item.right-small {
		right: 2%;
	}
	#galleries-list .owl-item.left-outer,
	#galleries-list .owl-item.right-outer,
	#galleries-list .owl-item.opacity {
		opacity: 0;
	}
	#galleries-list .owl-item.big img {
		max-width: 150%;
	}
	#galleries-list .owl-item.left-medium img,
	#galleries-list .owl-item.right-medium img {
	   max-width: 135%;
	}
	#galleries-list .owl-item.left-small img,
	#galleries-list .owl-item.right-small img {
	    max-width: 120%;
	}
}
/**3D Rotate Diary Pages**/

.slideshow{
  margin: 0 auto;
  padding-top: 0;
  height: 500px;
  perspective: 1000px;
}
.content{
  margin: auto;
  width: 150px;
  perspective: 1000px;
  position:relative;
  padding-top: 80px;
  transform-style: preserve-3d;
}
.slider-content{
  width: 100%;
  position:absolute;
  float:right;
  transform-style: preserve-3d;
  animation: rotateX .5s linear forwards
}
.slider-content:hover{
  cursor: pointer;

  animation: rotate 17s infinite linear;
}
.slider-content figure{
  width:180px;
  height:120px;
  border:1px solid #777987;
  overflow:hidden;
  position:absolute;
}
.slider-content img{
  image-rendering: auto;
  transition: all 300ms;
  width: 100%;
  height: 100%;
}
.slider-content figure:nth-child(1){
  transform:rotateY(0deg) translateZ(300px);
}
 
.slider-content figure:nth-child(2){
  transform:rotateY(40deg) translateZ(300px);
}
.slider-content figure:nth-child(3){
  transform:rotateY(80deg) translateZ(300px);
}
.slider-content figure:nth-child(4){
  transform:rotateY(120deg) translateZ(300px);
}
.slider-content figure:nth-child(5){
  transform:rotateY(160deg) translateZ(300px);
}
.slider-content figure:nth-child(6){
  transform:rotateY(200deg) translateZ(300px);
}
.slider-content figure:nth-child(7){
  transform:rotateY(240deg) translateZ(300px);
}
.slider-content figure:nth-child(8){
  transform:rotateY(280deg) translateZ(300px);
}
.slider-content figure:nth-child(9){
  transform:rotateY(320deg) translateZ(300px);
}
@keyframes rotate {
  from{
    transform: rotateY(0deg);
  }
  to{
      transform: rotateY(360deg);
  }
}
@keyframes rotateX {
  from{
    transform: rotateX(0deg);
  }
  to{
      transform: rotateX(-17deg);
  }
}
