/*
 * All Scripts Used in this Belgrade Splash Page
 * Author & Copyright: TonaTheme
 * URL: https://themeforest.net/user/tonatheme
 */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'volkorn';
    src: url(../fonts/Vollkorn-Italic.ttf);
}






.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }

/* Our CSS Starts */
body {
	font-family: 'Poppins', sans-serif;
	background-color: #f5f5f5;
	color: #444444;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	height: auto !important;
}
a {cursor: pointer;}
a,
a:hover,
a:focus,
a:active {outline: none;text-decoration: none;}
h1, h2, h3, h4, h5, h6 {font-weight: 300;margin: 0 0 10px;}
p {margin: 0 0 10px;letter-spacing: 0.2px;}
img {max-width: 100%;}





.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #13b5ea;
}
.scroll-top span:before {
  font-size: 27px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}



.sec-title {
	text-align: center;
	margin-bottom: 50px;
}

.sec-title h2 {
	font-size: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #222;
}


.sec-title p {
	line-height: 27px;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #444;
}



/* Header */
header {
	padding: 14px 30px;
	position: relative;
	z-index: 99999;
}
.theme-logo {
    width: 20%;
    float: left;
    text-align: left;
    position: relative;
}
.theme-purchase {
	width: 80%;
	float: left;
	text-align: right;
}
.theme-purchase > a {
	height: 42px;
	line-height: 41px;
	display: inline-block;
	padding: 0 25px;
	color: #222;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border: 1px solid #ddd;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;

	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.theme-purchase > a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #c7ac75;
	border-color: #c7ac75;
}
.default-logo {display: inline-block;}
.retina-logo {display: none;}

/* Reina Logo */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

	.default-logo {display: none;}
	.retina-logo {display: inline-block;}

}

/* Sticky Header */
.default-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.menu {
	overflow: hidden;
}

.menu li {
	float: left;
	line-height: 50px;
}

.menu li a {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 50px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sticky .menu li a {
	color: #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sticky .menu li a:hover{
	color:#13b5ea;
}

.menu li:last-child a {
	margin-right: 0px;
}
.menu li a.thm-btn {
	margin: 0;
	color: #fff;
}
.menu li a.thm-btn.style-3 {
	color: #333;
}
.menu li a.thm-btn.style-3:hover {
	color: #fff;
}
.menu li a i {
	margin-right: 5px;
}
.sticky{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9999;
    background: #444444;
    box-shadow: 1px 2px 13px rgba(0, 0, 0, 0.20);
}

.headroom--unpinned {
	top: -300px;
}


.headroom--pinned {top: 0;}

/* Wrapper */
.theme-wrapper {
	padding: 50px 0px 0px;
	text-align: center;
	font-weight: 300;
	background: #fff;
	position: relative;
}

.auto-container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	font-weight: 300;
}

/**
 * Sections
 */
section h2 {
	margin-bottom: 5px;
	color: #222;
	font-size: 32px;
}
section > p {
	letter-spacing: 0.2px;
	line-height: 25px;
	margin: 0 auto 40px;
}
section h3 {
	color: #222;
	font-size: 30px;
}


.banner {
	padding: 370px 0px 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background:  #000;
}


.banner h4 {
	color: #939393;
	font-size: 20px;
	position:  relative;
}
.banner h1 {
	position:  relative;
	font-size: 52px;
	font-weight: 600;
	line-height: 68px;
	color: #fff;
	z-index:1;
}

.banner h1 span {
	font-family: "volkorn";
	font-size: 58px;
	font-style: italic;
	color: #ffffff;
}

.banner p {
	position: relative;
	color: #b8b8b8;
	font-size: 16px;
	z-index:1;
}

@media only screen and (max-width: 1400px){
	.banner {
	    padding: 370px 0px 50px;
	}
	.mockup {
		position: relative;
	}
}

.mockup {
    position: absolute;
    top: 200px;
    right: 0;
}


#particle {
  background-color: transparent;
  position:absolute;
  top:0px;
  right:0px;
  bottom:0;
  left:0;
  z-index:0; 
}

#overlay {
  position: relative;
}
.thm-btn {
    position:  relative;
    color: #fff;
	z-index:1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    background: #151515;
    border: 1px solid #151515;
    margin: 22px auto 40px;
    padding: 0 42px;
    height: 52px;
    line-height: 54px;
    font-weight: 500;
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.thm-btn.style-2 {
	background: transparent;
	color: #f3f3f3;
}
.thm-btn.style-3 {
	background: #fff;
	border-color: #fff;
	color: #333;
}

.thm-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #13b5ea;
    border-color: #13b5ea;
}

.thm-btn.style-2:hover {
    text-decoration: none;
    color: #fff;
    background-color: #13b5ea;
    border-color: #13b5ea;
}

.thm-btn.style-3:hover {
    text-decoration: none;
    color: #fff;
    background-color: #333;
    border-color: #333;
}

/* Amazing Layouts */
#amazing-demos {
	display: inline-block;
	padding-top: 20px;
}
#amazing-demos .bg-area {
    background: #222;
    padding: 80px 100px;
}
#amazing-demos .layout-row {
	margin: 0 -30px;
}
#amazing-demos .layout-demo {
	width: 25%;
	float: left;
	margin-top: 20px;
	margin-bottom: 25px;
	padding:0px 15px;
}

#amazing-demos .layout-demo .inner{
	position:relative;
	background-position:left top;
	background-repeat:no-repeat;
	background-size:cover;
	height:240px;
	overflow:hidden;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	transition:all 6000ms ease;
	-moz-transition:all 6000ms ease;
	-webkit-transition:all 6000ms ease;
	-ms-transition:all 6000ms ease;
	-o-transition:all 6000ms ease;
}

#amazing-demos .layout-demo .inner .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

/*#amazing-demos .layout-demo .demo-img {
	display: inline-block;
	background-color: #f5f5f5;
	padding: 0px;
}
#amazing-demos .layout-demo:hover .demo-img {
	-webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.2);
}

#amazing-demos .layout-demo .demo-img img {
	position:relative;
	width: 100%;
	display: block;
	transform:translateY(0%);
}
*/

#amazing-demos .layout-demo:hover .inner{
	background-position:left bottom;
}

#amazing-demos .layout-demo .demo-title {
	color: #222;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin-top: 24px;
	display: inline-block;
}
#amazing-demos .layout-demo:last-child {margin-right: 0;}

#amazing-demos .layout-demo a h4 {
	color: #999;
	transition: .5s ease;
	font-weight: 500;
	margin: 0;
    margin-top: 15px;
}

#amazing-demos .layout-demo a:hover h4 {
	color: #fff;
}

/* Single Projects */

#single-projects {
	display: inline-block;
	width: 100%;
	margin-bottom: 160px;
	margin-top: 20px;
}
#single-projects .layout-demo {
	width: 30.667%;
	float: left;
	margin-right: 4%;
	margin-top: 20px;
	margin-bottom: 28px;
}
/*#single-projects .layout-demo .demo-img {
	display: inline-block;
	background-color: #fff;
	padding: 5px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);

	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#single-projects .layout-demo:hover .demo-img {
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);
}*/
/*#single-projects .layout-demo .demo-img img {max-width: 100%;display: block;}*/
#single-projects .layout-demo .demo-title {
	color: #222;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin-top: 24px;
	display: inline-block;
}
#single-projects .layout-demo:nth-child(3n-1) {margin-right: 0;}

/* Hover Styles */
#hover-styles {
	display: inline-block;
	margin-bottom: 280px;
	width: 1px;
	min-width: 100%;
}
#hover-styles section > p {margin-bottom: 55px;}
.owl-dots {
	text-align: center;
}
.owl-dots .owl-dot {
	background: rgba(17,17,17,0.15);
	width: 7px;
	height: 7px;
	display: block;
	display: inline-block;
	margin: 50px 5px 0;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.owl-dots .owl-dot:hover {background: rgba(17,17,17,0.25);}
.owl-dots .owl-dot.active {
	background-color: #111;
}
.hover-item .hover-title {
	margin-top: 25px;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 24px;
}

/* Portfolio Grid & Columns */
#portfolio-grid-columns {
	display: inline-block;
	width: 100%;
	margin-bottom: 165px;
}
#portfolio-grid-columns h2 {line-height: 40px;}
#portfolio-grid-columns p {font-size: 15px;line-height: 26px;margin-bottom: 35px;}
#portfolio-grid-columns .section-content {
	text-align: left;
	width: 30%;
	float: left;
}
#portfolio-grid-columns .portfolio-columns {
	display: inline-block;
	width: 100%;
}
#portfolio-grid-columns .portfolio-columns .port-columns {
	float: left;
	width: 117px;
	margin-right: 40px;
	margin-bottom: 45px;
}
#portfolio-grid-columns .portfolio-columns .port-columns img {width: 100%;}
#portfolio-grid-columns .portfolio-columns .port-columns:nth-child(even) {margin-right: 0;}
.portfolio-columns .port-columns > span {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
}
.portfolio-columns .port-columns:hover > span {color: #222;}
#portfolio-grid-columns .section-images {
	width: 70%;
	float: left;
	text-align: right;
	position: relative;
}
#portfolio-grid-columns .section-images .section-img-one,
#portfolio-grid-columns .section-images .section-img-two {
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 5px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);

	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#portfolio-grid-columns .section-images .section-img-one img,
#portfolio-grid-columns .section-images .section-img-two img {display: block;}
#portfolio-grid-columns .section-images .section-img-one {
	z-index: 1;
	top: -20px;
}
#portfolio-grid-columns .section-images .section-img-two {
	z-index: 0;
	position: absolute;
	top: 140px;
	right: 150px;
}

/* Blogs */
#Woocommerce-styles {
	display: flex;
	width: 100%;
	align-items: center;
	margin-top: 0px;
	padding: 120px 0 228px;
	text-align: left;
	background-image: url(../images/background1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#Woocommerce-styles .sec-title {
	padding-bottom: 30px;
}
#Woocommerce-styles h2 {line-height: 40px;}
#Woocommerce-styles p {font-size: 15px;line-height: 26px;margin-bottom: 35px;letter-spacing: 0.3px;}
#Woocommerce-styles .section-images {
	width: 100%;
	float: left;
	position: relative;
}
#Woocommerce-styles .section-images .section-img-one,
#Woocommerce-styles .section-images .section-img-two {
	position: relative;
	display: inline-block;
	padding: 5px;
	/* -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1); */
	/* box-shadow: 0 0 10px 2px rgba(0,0,0,0.1); */
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#Woocommerce-styles .section-images .section-img-one img,
#Woocommerce-styles .section-images .section-img-two img {display: block;}
#Woocommerce-styles .section-images .section-img-one {
	z-index: 0;
	top: -50px;
}
#Woocommerce-styles .section-images .section-img-two {
	z-index: 1;
	position: absolute;
	top: 110px;
	right: 82px;
}
#Woocommerce-styles .section-content {
	text-align: left;
	width: 30%;
	float: right;
}
#Woocommerce-styles .blog-styles {
	display: inline-block;
	width: 100%;
}
#Woocommerce-styles .blog-styles .bg-style {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
#Woocommerce-styles .blog-styles .bg-style .bg-img {
	width: 117px;
	float: left;
	margin-right: 30px;
}
#Woocommerce-styles .blog-styles .bg-style img {max-width: 100%;}
#Woocommerce-styles .blog-styles .bg-style > span {
	display: inline-block;
	color: #555;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 25px;
	font-weight: 500;
	margin-top: 12px;
	margin-bottom: 7px;
}
#Woocommerce-styles .blog-styles .bg-style > p {
	margin-bottom: 0;
	color: #888;
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 20px;
}

/* Key Features */
#key-features {
	background: #fafafa;
	padding-top: 120px;
	padding-bottom: 100px;
}
.single-feature {
	padding: 20px 10px;
	background: #ffffff;
	box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.02);
	border-radius: 5px;
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
}
.single-feature span { 
	margin-top: 10px; 
	display: block; 
	color:#444444;
	text-transform: capitalize; 
}

/* Call to Action */
#call-to-action .cta-btn {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	background-color: #151515;
	margin: 22px auto 40px;
	padding: 0 42px;
	height: 52px;
	line-height: 54px;
	font-weight: 500;
	display: inline-block;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;

	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#call-to-action .cta-btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #c7ac75;
}

/* Footer */
footer {
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	
}
footer p {
	letter-spacing: 0.3px;
	margin-bottom: 2px;
}
footer p:last-child {margin-bottom: 0px;}
footer i.fa-heart {
	color: #e74c3c;
}
footer a,
footer a:hover,
footer a:focus,
footer a:active {
	color: #555;
}


/**
 * All Hovers From Elston Theme CSS
 */
.theme-table-container {
  display: table;
  width: 100%;
  height: 100%;
}
.theme-align-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
/* theme Masonry CSS */
.theme-masonry {
  float: left;
  width: 100%;
  text-align: center;
}
.theme-masonry .item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.theme-masonry .item.ishover .item-info {
  opacity: 1;
}
.theme-masonry .item img {
  width: 100%;
}
.theme-masonry .item .item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.85);
  line-height: 26px;
  opacity: 0;
  z-index: 1;
}
.theme-masonry .item * {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.theme-masonry .item .item-info h4 {
  margin: 0;
  color: #222222;
  font-weight: 700;
  line-height: 26px;
}
.theme-masonry .item .item-info h4 a {
  color: #222222;
}
.theme-masonry .item .item-info h6 {
  margin: 0;
  color: #444444;
  font-family: 'Merriweather', serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.3px;
}
/* theme Portfolio Grid Direction Aware Hover Page CSS */
.theme-masonry.direction-hover .item .item-info {
  transition: none;
}
/* theme Portfolio Grid Sweep Hover Page CSS */
.theme-masonry .sweep-hover .item .item-info {
  left: -100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.theme-masonry .sweep-hover .item.ishover .item-info {
  left: 0;
}
.theme-masonry .sweep-hover .item .item-info h4, .theme-masonry .sweep-hover .item .item-info h4 a, .theme-masonry .sweep-hover .item .item-info h6 {
  color: #ffffff;
}
/* theme Portfolio Grid Shifting Hover Page CSS */
.theme-masonry .shifting-hover .item .item-info {
  opacity: 1;
  background: transparent;
}
.theme-masonry .shifting-hover .item.ishover .item-info {
  background: rgba(255, 255, 255, 0.85);
}
.theme-masonry .shifting-hover .item.ishover .item-info h4, .theme-masonry .shifting-hover .item.ishover .item-info h6 {
  left: 0;
}
.theme-masonry .shifting-hover .item img {
  position: relative;
  right: 0;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: right .4s ease, transform .4s ease;
  -moz-transition: right .4s ease, transform .4s ease;
  -ms-transition: right .4s ease, transform .4s ease;
  -o-transition: right .4s ease, transform .4s ease;
  transition: right .4s ease, transform .4s ease;
}
.theme-masonry .shifting-hover .item.ishover img {
  right: -20px;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.theme-masonry .shifting-hover .item .item-info h4 {
  position: relative;
  left: -120%;
}
.theme-masonry .shifting-hover .item .item-info h6 {
  position: relative;
  left: -240%;
}
/* theme Portfolio Grid Expand Hover Page CSS */
.theme-masonry .expand-hover .item .item-info {
  background: transparent;
  z-index: 2;
}
.theme-masonry .expand-hover .item .expand-hover-bg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: top .4s ease, height .4s ease;
  -moz-transition: top .4s ease, height .4s ease;
  -ms-transition: top .4s ease, height .4s ease;
  -o-transition: top .4s ease, height .4s ease;
  transition: top .4s ease, height .4s ease;
  z-index: 1;
}
.theme-masonry .expand-hover .item.ishover .expand-hover-bg {
  height: 100%;
  top: 0;
  opacity: 1;
  -webkit-transition: top .4s ease, height .4s ease;
  -moz-transition: top .4s ease, height .4s ease;
  -ms-transition: top .4s ease, height .4s ease;
  -o-transition: top .4s ease, height .4s ease;
  transition: top .4s ease, height .4s ease;
  z-index: 1;
}
/* theme Portfolio Grid Replace Hover Page CSS */
.theme-masonry .replace-hover .item .item-info {
  left: -100%;
}
.theme-masonry .replace-hover .item.ishover .item-info {
  left: 0;
  background: #ffffff;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.theme-masonry .replace-hover .item.ishover img {
  left: 100%;
}
.theme-masonry .replace-hover .item img {
  position: relative;
  left: 0;
  -webkit-transition: left .6s ease;
  -moz-transition: left .6s ease;
  -ms-transition: left .6s ease;
  -o-transition: left .6s ease;
  transition: left .6s ease;
}




/* Back to Top */
#back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #f8f8f8;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
#back-to-top:hover {
  background: #13b5ea;
  color: #fff;
  transition: .5s ease;
}
#back-to-top.show {
  opacity: 1;
}



.three-column {
	position: relative;
	background: #222222;
	overflow: hidden;
}

.three-column .item {
	display: flex;
	float: left;
	width: 33.333333333%;
	text-align: left;
	height: 220px;
	align-items: center;
	justify-content: center;
}

.three-column .item .img-box {
	margin-right: 35px;
}

.three-column .item h4 {
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}

.three-column .item p {
	color: #999;
	font-size: 14px;
}



/*** 

====================================================================
    Testimonials Section style
====================================================================

***/

.testimonials-section{
    position:relative;
    padding:120px 0px 80px;
    background-position:center top;
    background-size:cover;
    background-attachment:fixed;
    background-repeat:no-repeat;
}


.testimonials-section .sec-title .text{
    color:#ffffff;  
}

.testimonials-section {
    position:relative;
}

.testimonials-section .slide-item{
    position:relative;
    text-align: left;
    padding: 0 15px;
    width: 33.333333%;
    float: left;
}

.testimonials-section .slide-item .border {
    position:relative;
    margin-bottom:30px;
    padding: 37px 35px 38px;
    background:#ffffff;
    border: 1px solid #ececec;
}


.testimonials-section .author{
    position:relative;
    padding: 10px 0px 0px 60px;
    margin-bottom:28px;
    color:#c9c9c9;
    line-height:20px;
}

.testimonials-section .author .icon-box {
    position:absolute;
    left:0px;
    top:0px;
}
.testimonials-section .author .icon-box i {
	font-size: 60px;
	color: #d0d0d0;
}

.testimonials-section .author h4 {margin: 0 0 3px;}

.testimonials-section .author h4 a {
    position:relative;
    color:#333;
    font-size: 16px;
    font-weight: 500;
}
.testimonials-section .author h4 a:hover {
    color: #333;
}

.testimonials-section .author p {
    position:relative;
    color:#444444;
    font-size:14px;
}

.testimonials-section .slide-text{
    position:relative;
    font-size:14px;
    color:#444444;
    margin-bottom: 25px;
}

.testimonials-section .slide-text p{
	min-height:84px;
}

.testimonials-section .column-carousel.three-column .owl-nav{
    display:none !important;    
}

.testimonials-section .column-carousel.three-column .owl-controls{
    position:relative;
    text-align:center;
    padding:20px 0px;
    top:0px;    
}

.testimonials-section .column-carousel.three-column .owl-dots{
    display:block !important;
}

.testimonials-section .column-carousel.three-column .owl-dot span{
    background:none !important;
    border:2px solid #ffffff;
    
}

.testimonials-section .column-carousel.three-column .owl-dot span:hover,
.testimonials-section .column-carousel.three-column .owl-dot.active span{
    border-color:#4bc700;
    
}

.testimonials-section.theme-two .column-carousel.three-column .owl-dot span{
    border-color:#4bc700;
    
}

.testimonials-section ul.rating {
	
}

.testimonials-section ul.rating li {
	display: inline-block;
	color:#13b5ea;
}



.footer-top {
	position: relative;
	background-color: #0e0f10;
	background-repeat: no-repeat;
	padding: 75px 0px 90px;
	background-size: cover;
	background-position: center;
}

.footer-top .sec-title {
	margin-bottom: 30px;
}

.footer-top .sec-title h2 {
	color: #fff;
	margin: 0;
}

.footer-top .sec-title p {
	color: #fff;
}

.footer-top ul li {
	display: inline-block;
	margin: 0 5px;
}

.footer-top ul li .thm-btn.style-2 {
	border-color: #fff;
	color: #fff;
}

.footer-top ul li .thm-btn.style-2:hover {
	border-color: #c7ac75;
}

.footer-top ul.icon_list {
	position: relative;
	margin-top: 20px;
}

.footer-top ul.icon_list li {
	margin: 0 50px;
}

.footer-top ul.icon_list li h5 {margin-top: 10px;margin-bottom: 0;}



.page-wraper {
    overflow: hidden;
}



.footer-bottom {
	line-height: 70px;
	color: #999;
	background: #1f1f1f;
}








