/* Stella Orr'e - Interior and Home Renovation HTML Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Header Style Two
6. Header Style Three
7. Header Style Four
8. Header Style Five
9. Sticky Header
10. Page Title
11. Section Title
12. Services Section
13. Projects Section / Three
14. Fluid Section One
15. Testimonial Section
16. News Section / Style Two
17. Call To Action Section
18. Main Footer
19. Interior Section / Style Two / Style Three
20. Counter Section
21. Featured Section
22. Banner Section
23. News Section
24. Mission Section
25. Team Section
26. Contact Form Section
27. Welcome Section
28. Page Title
29. Services Dark Section
30. Services Light Section
31. Services Detail Section
32. Project Masonry Section
33. Our Blog Section
34. Blog Detail Section
35. Shop Banner Section
36. Shop Item Section
37. Shoping Cart Section
38. Checkout Section
39. Cart Section
40. Contact Form
41. Map Section

**********************************************/

/*** 

====================================================================
	Fonts
====================================================================

 ***/


@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i,900,900i|Open+Sans:400,400i,600,600i,700,700i,800|Poppins:300,400,400i,500,500i,600,600i,700,700i,800,800i,900|Rufina:400,700');
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Rufina', serif;
*/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.timepicker.min.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('scrollbar.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:14px;
	color:#787878;
	line-height:1.6em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

.dark-layout{
	background-color:#1a1a1a;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#1a6ab4;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	letter-spacing: -0.02em;
	font-family: 'Rufina', serif;
}

textarea{
	overflow:hidden;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
}

.text{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #555555;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1210px;
	padding:0px 20px;
	margin:0 auto;
}

.large-container{
	position:static;
	max-width:1600px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 9;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	padding: 8px 26px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing:3px;
	background-color: #1a6ab4;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:hover{
	color: #242424 !important;
    background-color: #1a72d2 !important;
}

.pdtltable {
    margin-bottom: 30px;
}

.pdtltable li {
    background: #f5f5f5;
    margin-bottom: 15px;
    margin-right: 2.5%;
}

.pdtltable li a {
    display: block;
    color: #333;
    font-size: 16px;
}

.pdtltable li a span {
    width: 30%;
    display: inline-block;
    background: #1a6ab4;
    color: #fff;
    padding: 5px 10px;
    margin-right: 25px;
}

.content-column .project-tab .product-tab-btns .p-tab-btn { color: #000 !important; }
.content-column .project-tab .product-tab-btns .p-tab-btn:hover,.content-column  .project-tab .product-tab-btns .p-tab-btn.active-btn {
    color: #1a6ab4 !important;
}

/* .btn-style-one:before{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
	color: #fff;
    background-color: #cacaca;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
.btn-style-one:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
  
.btn-style-one:hover{
	color: #242424;
}*/


/* Btn Style Two */

.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #242424;
	padding: 10px 37px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing:2px;
	background-color: #ffffff;
	text-transform: uppercase;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two .txt{
	position:relative;
	z-index:1;
}

.btn-style-two:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	right: -50px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #1a6ab4;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-two:hover::before{
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
}

.btn-style-two:after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    border-left: 50px solid transparent;
    border-top: 80px solid #1a6ab4;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-two:hover::after{
    -webkit-transform: translateX(49%);
    transform: translateX(49%);
}

.btn-style-two:hover{
	color: #ffffff;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	padding: 14px 45px;
	font-weight: 700;
	overflow: hidden;
	letter-spacing:1px;
	border-radius:3px;
	background-color: #101010;
	text-transform: capitalize;
	color: rgba(255,255,255,0.30);
	font-family: 'Rufina', serif;
	border:1px solid rgba(255,255,255,0.10);
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.btn-style-three .txt{
	position:relative;
	z-index:1;
}

.btn-style-three:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	right: -50px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #1a6ab4;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-three:hover::before{
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
}

.btn-style-three:after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    border-left: 50px solid transparent;
    border-top: 80px solid #1a6ab4;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-three:hover::after{
    -webkit-transform: translateX(49%);
    transform: translateX(49%);
}

.btn-style-three .txt{
	position:relative;
}

.btn-style-three:hover{
	color: #ffffff;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	padding: 9px 37px;
	font-weight: 600;
	overflow: hidden;
	letter-spacing:2px;
	background-color: #1a6ab4;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.btn-style-four .txt{
	position:relative;
	z-index:1;
}

.btn-style-four:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	right: -50px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #222222;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-style-four:hover::before{
    -webkit-transform: translateX(-49%);
    transform: translateX(-49%);
}

.btn-style-four:after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -50px;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    border-left: 50px solid transparent;
    border-top: 80px solid #222222;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-style-four:hover::after{
    -webkit-transform: translateX(49%);
    transform: translateX(49%);
}

.btn-style-four .txt{
	position:relative;
}

.btn-style-four:hover{
	color: #ffffff;
}

/*=== List Style One ===*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	font-size:16px;
	line-height:24px;
	color: #242424;
	font-weight:400;
	padding-left:32px;
	margin-bottom: 12px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #242424;
	content: "\f176";
	font-weight:700;
	font-family: "Flaticon";
}

.list-style-one li a:hover{
	color: #44bce2;
}

/*=== List Style Two ===*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	font-size:16px;
	line-height:24px;
	color: #797979;
	font-weight:400;
	margin-bottom: 14px;
}

/*=== List Style Three ===*/

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	font-size:20px;
	line-height:24px;
	color: #242424;
	font-weight:400;
	padding-left:32px;
	margin-bottom: 16px;
	font-family: 'Rufina', serif;
}

.list-style-three li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #ffb600;
	content: "\f176";
	font-weight:700;
	font-family: "Flaticon";
}

.list-style-three li a:hover{
	color: #44bce2;
}

/*=== List Style Four ===*/

.list-style-four{
	position:relative;
}

.list-style-four li{
	position:relative;
	font-size:20px;
	line-height:24px;
	color: #797979;
	font-weight:700;
	margin-bottom: 16px;
	font-family: 'Rufina', serif;
}

.theme_color{
	color:#1a6ab4;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:48px;
	height:48px;
	color:#ffffff;
	font-size:20px;
	line-height:48px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#1b1a1c;
	display:none;
	border-radius: 5px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	background:#1a6ab4;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	display: block;
	z-index: 99999;
}

.main-header .header-top{
	position: relative;
	background-color:#0f0f0f;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-header .header-top .top-right{
	position: relative;
	float: right;
}

.main-header .header-top .info-list{
	position: relative;
	float:left;
}

.main-header .header-top .info-list li{
	position: relative;
	float: left;
	font-size: 15px;
	line-height: 30px;
	color: #8c8c8c;
	font-weight: 400;
	padding: 5px 0px;
}

.main-header .header-top .info-list li a{
	position:relative;
	color: #8c8c8c;
	margin-right: 18px;
	padding-right:18px;
	border-right:1px solid #8c8c8c;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-header .header-top .info-list li:last-child a{
	margin-right:0px;
	padding-right:0px;
	border:none;
}

.main-header .header-top .info-list li a:hover{
	color:#ffffff;
}

.main-header .header-top .info-list li.quote a{
	position:relative;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
}

/* Dropdown Language */

.main-header .language{
	position:relative;
	float:left;
	padding:13px 0px;
	margin-left:28px;
}

.main-header .language .dropdown-menu{
	top:100%;
	left:0px;
	width:180px;	
	border-radius:0px;
	margin-top:13px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:3px solid #1a6ab4;
}

.main-header .language > a{
	position:relative;
	color:#d4c0cd;
	border:0px;
	font-size:15px;
	padding:0px 0px;
	border-radius:0px;
	background:none !important;
}

.main-header language a:hover{
	background:none;
}

.main-header .language > a:focus{
	box-shadow:none;
}

.main-header .language .dropdown-menu > li{
	padding:0px !important;
	margin:0px !important;
	float:none;
	width:100%;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .language .dropdown-menu > li > a{
	padding:10px 18px;
	color:#ffffff !important;
	text-align:left;
	display:block;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#1a6ab4;
}

/* Top Right*/

.main-header .header-top .top-left{
	position: relative;
	float: left;
}

.main-header .header-top .top-left .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 27px;
	color: #9d9d9d;
	z-index:1;
	font-weight: 400;
	padding: 5px 0px;
	font-family: 'Poppins', sans-serif;
}

.main-header .header-top .top-left .text .icon{
	position:relative;
	color:#9a8b94;
	font-size:16px;
	line-height:1em;
	margin-right:10px;
}

.main-header .header-top .top-left .text .number{
	color:#fff;
	font-size:15px;
	font-weight:500;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.main-header .header-top .top-left .text .number:hover{
	color:#ffffff;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
}

/*=== Header Upper ===*/

.main-header .header-upper{
	position:relative;
	width:100%;
	top: 0;
	z-index:5;
	background-color:rgba(255, 255, 255, 0.85);
}

.header-style-one .header-upper{
	position:absolute;
	left:0;
	top:41px;
}

.main-header .header-upper .logo-outer{
	position:relative;
	float: left;
	z-index:25;
	padding: 5px 0px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .nav-outer{
	position:relative;
	float: right;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position: relative;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:22px 0px;
	margin-right: 28px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:35px;
	font-weight:400;
	opacity:1;
	color:#000;
	padding: 0px;
	text-transform:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #1a6ab4;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	z-index:100;
	opacity: 1;
	padding: 10px 0;
	background:#161616;
	border-top: 1px solid #1a6ab4;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	padding:0 25px;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px;
	line-height:20px;
	font-weight:400;
	font-size:15px;
	text-align:left;
	color:rgba(255,255,255,0.90);
	border-bottom: 1px solid rgba(255,255,255,0.10);
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border-bottom: 0;
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #1a6ab4;
	padding-left: 15px;
}

.main-menu .navigation > li > ul > li > a:before{
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #1a6ab4;
	opacity: 0;
	visibility: hidden;
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 800;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a:before{
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 800;
	position:absolute;
	right:0px;
	top:12px;
	width:10px;
	display:block;
	line-height:20px;
	font-size:14px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top: -20px;
	width:240px;
	z-index:100;
	opacity: 1;
	padding: 10px 0;
	background:#161616;
	border-top: 1px solid #1a6ab4;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	padding:0 25px;
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px;
	line-height:20px;
	font-weight:400;
	font-size:15px;
	text-align:left;
	color:rgba(255,255,255,0.90);
	border-bottom: 1px solid rgba(255,255,255,0.10);
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color: #1a6ab4;
	padding-left: 15px;
}

.main-menu .navigation > li > ul > li  > ul > li:last-child > a{
	border-bottom: 0;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #1a6ab4;
	opacity: 0;
	visibility: hidden;
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: 800;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a:before{
	opacity: 1;
	visibility: visible;

}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility:visible;
	opacity:1;
	top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:18px;
	font-weight:700;
	line-height:28px;
	background:#ffffff;
	color:#1a6ab4;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: right;
}

.main-header .outer-box .search-box-btn{
	position: relative;
	float: right;
	color:#ffffff;
	padding: 29px 0px;
	margin-left: 25px;
	font-size:18px;
	cursor:pointer;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-header .outer-box .search-box-btn .icon{
	padding-left:20px;
	border-left:1px solid #888989;
}

.main-header .outer-box .btn-box{
	position:relative;
	float:right;
}

.main-header .outer-box .btn-box .quote-btn{
	position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 45px;
	line-height: 23px;
    background-color: #000000;
    font-family: 'Poppins', sans-serif;
}

.header-style-one.fixed-header .header-upper,
.header-style-one.fixed-header .header-lower,
.header-style-three.fixed-header .header-upper,
.header-style-three.fixed-header .header-lower{
    position: fixed;
    left: 0px;
    top: 0px;	
}

.fixed-header .header-upper .logo-outer{
	padding:0px 0px;
}

.fixed-header .main-menu .navigation > li{
	padding:17px 0px;
}

.fixed-header .outer-box .search-box-btn{
	padding:24px 0px;
}

/* Header Style Two */

.header-style-two{
	position:relative;
	margin-bottom:80px;
}

.header-style-two .header-upper{
	position:fixed;
	width:100%;
	background:#1a1a1a;
}

.header-style-two .outer-container{
	padding:0px 90px 0px;
}

/* Header Style Three */

.header-style-three{
	position:relative;
	margin-bottom:80px;
}

.header-style-three .header-upper{
	background:none;
	position:absolute;
	left:0;
	top:51px;
	width:100%;
}

.header-style-three.fixed-header .header-upper{
	background-color:#ffffff;
	border-bottom:1px solid #f9f9f9;
}

.header-style-three .main-menu .navigation > li > a{
	color:#242424;
}

.header-style-three .outer-box .search-box-btn{
	color:#242424;
}

.header-style-four{
	position:relative;
	margin-bottom:80px;
}

.header-style-four .header-upper{
	position:fixed;
	left:0;
	top:0;
	background-color:#1b1b1b;
}

/* Header Style Five */

.header-style-five{
	position:relative;
}

.header-style-five .header-upper{
	position:relative;
	padding:17px 0px;
	background:url(../images/background/4.jpg) repeat;
}

.header-style-five .header-lower{
	position:absolute;
	width:100%;
	top:100%;
	background:none;
}

.header-style-five .header-lower .nav-outer{
	background-color:#1a6ab4;
}

.header-style-five .header-upper .info-outer{
	position:relative;
	float:right;
	padding-top:13px;
}

.header-style-five.fixed-header .header-upper .logo-outer{
	padding:5px 0px;
}

.header-style-five .header-upper .info-outer .info-box{
	position:relative;
	float:left;
	padding-left:45px;
}

.header-style-five .header-upper .info-outer .info-box .icon{
	position:absolute;
	left:0px;
	top:17px;
	color:#898989;
	font-size:24px;
	line-height:1em;
}

.header-style-five .header-upper .info-outer .info-box .text{
	position:relative;
	color:#8e8e8e;
	font-size:15px;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
}

.header-style-five .header-upper .info-outer .info-box .text strong{
	font-weight:400;
	color:#9d9d9d;
	display:block;
}

.header-style-five .header-upper .info-outer .info-box .number{
	font-weight:600;
	color:#1a6ab4;
	font-size:22px;
	margin-top:6px;
	display:inline-block;
}

.header-style-five .main-menu .navigation > li{
	padding:14px 32px;
	margin:0px;
}

.header-style-five .main-menu .navigation > li:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:2px;
	height:100%;
	background:url(../images/icons/separator.jpg) no-repeat;
}

.header-style-five .main-menu .navigation > li > a{
	color:#242424;
	font-size:16px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}

.header-style-five .outer-box .search-box-btn{
	color:#242424;
	padding:20px 25px;
}

.header-style-five .outer-box .search-box-btn .icon{
	border:none;
	padding-left:0px;
}

.header-style-five .fixed-outer{
	position:relative;
	top:0%;
	left:0%;
	width:100%;
}

.header-style-five.fixed-header .fixed-outer{
	position:fixed;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
	opacity:1;
	z-index: 99999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 10px 0;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 32px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li:after{
	display: none !important;
}

.sticky-header .main-menu .navigation > li > a{
	padding:23px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	color:#222222;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #1a6ab4;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	font-size: 36px;
	line-height: 40px;
	cursor: pointer;
	color:#1a6ab4;
	padding:20px 0px 0px;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background:#1a6ab4;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	color:#1a6ab4;
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
	font-family: 'Poppins', sans-serif;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 14px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	border-left:5px solid #1a6ab4;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
	color:#1a6ab4;	
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:6px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	background:#1a6ab4;	
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .social-links li a:hover{
	color:#1a6ab4;	
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title .title{
	position:relative;
	color:#fbb908;
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
	text-transform:capitalize;
    font-family: 'Arimo', sans-serif;
}

.sec-title h2{
	position:relative;
	color:#222222;
	font-size:36px;
	font-weight:700;
	line-height:1.4em;
	font-family: 'Raleway', sans-serif;
}

.dark-layout .sec-title .text{
	color:#cccccc;	
}

.sec-title.light h2{
	color: #ffffff;
}

.sec-title.centered{
	text-align:center;
}

/*** 

====================================================================
	Section Title Two
====================================================================

***/

.sec-title-two{
	position:relative;
	z-index: 1;
	margin-bottom:50px;
	padding-bottom:20px;
}

.sec-title-two h2{
	position: relative;
	display: block;
	font-size:38px;
	line-height: 1.2em;
	color: #242424;
	font-weight: 700;
}

.sec-title-two:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background-color:#1a6ab4;
}

.sec-title-two .title-text{
	position:relative;
	color:#797979;
	font-size:18px;
	line-height:1.8em;
	margin-top:5px;
}

.sec-title-two.centered:before{
	left:50%;
	margin-left:-20px;
}

.sec-title-two.light h2:before{
	background-color:#ffffff;
}

.sec-title-two.light h2{
	color: #ffffff;
}

.sec-title-two.light h2:after{
	background-color:#ffffff;
}

.sec-title-two.centered{
	text-align:center;
}

.sec-title-two.centered h2:before{
	left:50%;
	margin-left:-20px;
}

.sec-title-two.centered h2:after{
	left:50%;
	margin-left:-20px;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	left:0;
	top:0px;
	width:100%;
	height:100%;
	z-index:9999;
	visibility:hidden;
	opacity:0;
	overflow-y:auto;
	-webkit-transform:translateY(101%);
	-ms-transform:translateY(101%);
	transform:translateY(101%);
	-webkit-transform-origin:bottom;
	-ms-transform-origin:bottom;
	transform-origin:bottom;
	background:rgba(0,0,0,0.80);
	transition:all 700ms ease;
	-moz-transition:all 700ms ease;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
}

.search-popup .overlay-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
}

.search-popup.popup-visible{
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
	visibility:visible;
	opacity:1;
}

.search-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:22px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
}

.search-popup .close-search:hover{
	opacity:0.70;	
}

.search-popup .search-form{
	position:relative;
	padding:0px 15px 0px;
	max-width:1024px;
	margin:0 auto;	
	margin-top:200px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset{
	position:relative;
	border:7px solid rgba(255,255,255,0.50);
	-webkit-border-radius:12px;
	-ms-border-radius:12px;
	-o-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"]{
	position:relative;
	height:70px;
	padding:20px 220px 20px 30px;
	background:#ffffff;
	line-height:30px;
	font-size:24px;
	color:#233145;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
	-o-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	text-align:center;
	width:220px;
	height:70px;
	padding:20px 10px 20px 10px;
	color:#ffffff !important;
	background:#e9c37a;
	line-height:30px;
	font-size:20px;
	cursor:pointer;
	text-transform:uppercase;
	-moz-border-radius:0px 7px 7px 0px;
	-ms-border-radius:0px 7px 7px 0px;
	-o-border-radius:0px 7px 7px 0px;
	-webkit-border-radius:0px 7px 7px 0px;
	border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
	background:#e9c37a;
}

.search-popup h3{
	font-size:24px;
	color:#ffffff;
	margin-bottom:20px;
	text-align:center;	
}

.search-popup .recent-searches{
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

.search-popup .recent-searches li{
	display:inline-block;
	margin:0px 10px 10px 0px;	
}

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:7px 15px;
	color:#ffffff;
	border-radius:3px;
	-webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.search-popup .recent-searches li a:hover{
	color:#e9c37a;
	border-color:#e9c37a;	
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider.style-two .slide{
	padding:200px 0px 250px;
}

.main-slider.style-three .slide{
	padding:190px 0px 220px;
}

.main-slider.style-four .slide{
	padding:210px 0px 165px;
}

.main-slider.style-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:70px;
	height:100%;
	z-index:10;
	background-color:#1a1a1a;
}

.main-slider.style-two:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:70px;
	height:100%;
	z-index:10;
	background-color:#1a1a1a;
}

.main-slider .social-icons{
	position:absolute;
	left:25px;
	bottom:0px;
	z-index:11;
	text-align:center;
}

.main-slider .social-icons li{
	position:relative;
	margin-bottom:12px;
}

.main-slider .social-icons li:last-child{
	margin-bottom:0px;
}

.main-slider .social-icons li a{
	position:relative;
	font-size:14px;
	color:#6f6f70;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-slider .social-icons li a:hover{
	color:#ffffff;
}

.main-slider .slide{
	position:relative;
	padding:300px 0px 210px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-slider .slide .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.main-slider .active .slide .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.main-slider .content{
	position:relative;
	z-index:10;
}

.main-slider .content h2{
	position:relative;
	color:#ffffff;
	font-size:62px;
	font-weight:700;
	line-height:1.1em;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.main-slider .active .content h2{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}

.main-slider .content .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:300;
	line-height:1.8em;
	margin-top:35px;
	margin-bottom:40px;
	opacity: 0;
	max-width:570px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.main-slider .active .content .text{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1800ms;
}

.main-slider .content .theme-btn{
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.main-slider .active .content .theme-btn{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 2200ms;
}

.main-slider .owl-nav{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-25px;
	width:100%;
	height:0;
	opacity:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;	
}

.main-slider:hover .owl-nav{
	opacity:1;	
}

.main-slider .owl-next{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:60px;
	font-size:24px;
	line-height:60px;
	border-radius:5px 0px 0px 5px;
	opacity:0.70;
	text-align:center;
	color:#353535;
	background-image:none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	background-color:rgba(255,255,255,0.90);
}

.main-slider .owl-prev{
	position:absolute;
	top:0;
	left:0px;
	width:50px;
	height:60px;
	font-size:24px;
	line-height:60px;
	border-radius:0px 5px 5px 0px;
	opacity:0.70;
	text-align:center;
	color:#353535;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	background-image:none;
	background-color:rgba(255,255,255,0.90);
}

.main-slider .owl-next:hover,
.main-slider .owl-prev:hover{
	background:#1a6ab4;
	opacity:1;	
}

.main-slider .owl-dots{
	position:absolute;
	left:0;
	bottom:30px;
	width:100%;
	text-align:center;	
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	width:14px;
	height:14px;
	margin:0px 4px;	
}

.main-slider .owl-dots .owl-dot span{
	position:relative;
	display:block;
	width:14px;
	height:14px;
	background:	rgba(255,255,255,0.90);
	border-radius:50%;
}

.main-slider .owl-dots .owl-dot.active span{
	background:#1a6ab4;	
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#242424;
}

.main-footer .widgets-section{
	position:relative;
	padding:80px 0px 30px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .footer-widget h2{
	position:relative;
	font-size:20px;
	font-weight:400;
	color:#ffffff;
	padding-bottom:16px;
	margin-bottom:20px;
	text-transform:capitalize;
}

.main-footer .footer-widget h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:30px;
	height:1px;
	background-color:#1a6ab4;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:12px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#a8a8a8;
	font-size:14px;
	font-weight:400;
	padding-right:60px;
	margin-bottom:35px;
	line-height:1.9em;
}

.main-footer .logo-widget .social-icons{
	position:relative;
}

.main-footer .logo-widget .social-icons li{
	position:relative;
	margin-right:10px;
	display:inline-block;
}

.main-footer .logo-widget .social-icons li a{
	position:relative;
	width:36px;
	height:36px;
	font-size:14px;
	text-align:center;
	border-radius:50%;
	line-height:34px;
	color:#ffffff;
	font-weight:400;
	display:inline-block;
	border:1px solid rgba(255,255,255,0.30);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .logo-widget .social-icons li a:hover{
	color:#1a6ab4;
	border-color:#1a6ab4;
}

/* Links Widget */

.links-widget{
	position:relative;
}

.links-widget .list{
	position:relative;
}

.links-widget .list li{
	position:relative;
	margin-bottom:12px;
}

.links-widget .list li a{
	position:relative;
	color:#a8a8a8;
	font-size:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.links-widget .list li a:hover{
	color:#ffffff;
}

/* Contact Widget */

.contact-widget .contact-number{
	position:relative;
	color:#a8a8a8;
	font-size:20px;
	font-weight:400;
	margin-bottom:10px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-widget .contact-number:hover{
	color:#ffffff;
}

.contact-widget ul{
	position:relative;
}

.contact-widget ul li{
	position:relative;
	color:#a8a8a8;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:6px;
}

.contact-widget ul li a{
	position:relative;
	color:#a8a8a8;
	font-size:15px;
	line-height:1.9em;
	margin-left:4px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-widget ul li a:hover{
	color:#ffffff;
}

/* Newsletter Widget */

.newsletter-widget .text{
	position:relative;
	color:#a8a8a8;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:15px;
}

/*Newsletter Form*/

.newsletter-form{
	position:relative;
	margin-bottom:30px;
}

.newsletter-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 46px;
	color:#ffffff;
	display:inline-block;
    font-size: 14px;
    background: none;
	letter-spacing:1px;
	border:1px solid rgba(255,255,255,0.20);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter-form textarea::-webkit-input-placeholder,
.newsletter-form input::-webkit-input-placeholder{
	color:#cccccc;
}

.newsletter-form .form-group input:focus{
	border-color:#1a6ab4;
}

.newsletter-form .form-group input[type="submit"],
.newsletter-form .form-group button {
	margin-top:25px;
}

.main-footer .footer-bottom{
	position:relative;
	padding:25px 0px;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#767676;
	font-size:14px;
}

.main-footer .footer-bottom .purchase{
	position:relative;
	color:#1a6ab4;
	font-size:14px;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	padding:150px 0px 90px;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.call-to-action-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.45);
}

.call-to-action-section h2{
	position:relative;
	color:#ffffff;
	font-size:55px;
	font-weight:700;
	line-height:1.3em;
}

.call-to-action-section .text{
	position:relative;
	color:#ffffff;
	font-size:28px;
	font-weight:400;
	line-height:1.3em;
	margin-top:14px;
	max-width:820px;
	margin-bottom:40px;
	font-family: 'Rufina', serif;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:85px 0px 60px;
	background-color:#282d31;
}

.services-section .title-box{
	position:relative;
	padding-left:32px;
	margin-bottom:55px;
	border-left:1px solid rgba(255,255,255,0.20);
}

.services-section .title-box h2{
	position:relative;
	color:#1a6ab4;
	font-size:38px;
	line-height:1.3em;
}

.service-block{
	position:relative;
	margin-bottom:30px;
}

.service-block .inner-box{
	position:relative;
}

.service-block .inner-box .image{
	position:relative;
	overflow:hidden;
}

.service-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transform:translateX(50px) scale(1.3,1.3);
	-ms-transform:translateX(50px) scale(1.3,1.3);
	transform:translateX(50px) scale(1.3,1.3);
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box:hover .image img{
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);
}

.service-block .inner-box .image a{
	position:relative;
	display:block;
}

.service-block .inner-box .image a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: padding-box content-box;
	background-color: #1a6ab4;
	padding: 15px;
	content: "";
	outline-offset: -15px;
	visibility: hidden;
	opacity: 0.5;
	z-index:1;
	-webkit-transform: scale(0.5) rotateX(180deg);
    -moz-transform: scale(0.5) rotateX(180deg);
    -ms-transform: scale(0.5) rotateX(180deg);
    -o-transform: scale(0.5) rotateX(180deg);
    transform: scale(0.5) rotateX(180deg);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.service-block .inner-box:hover .image a:before{
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
    visibility: visible;
}

.service-block .inner-box .lower-content{
	position:relative;
	padding-top:24px;
}

.service-block .inner-box .lower-content h3{
	position:relative;
	font-size:22px;
	font-weight:400;
	line-height:1.3em;
}

.service-block .inner-box .lower-content h3 a{
	position:relative;
	color:#ffffff;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .lower-content h3 a:hover{
	color:#1a6ab4;
}

.service-block .inner-box .lower-content .text{
	position:relative;
	font-size:16px;
	color:#cccccc;
	font-weight:400;
	line-height:1.9em;
	margin-top:12px;
	margin-bottom:10px;
}

.service-block .inner-box .lower-content .read-more{
	position:relative;
	color:#1a6ab4;
	font-size:15px;
	text-decoration:underline;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block .inner-box .lower-content .read-more:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:90px 0px 70px;
	background-color:#f2f0f8;
}

.service-block-two{
	position:relative;
	margin-bottom:30px;
}

.service-block-two .inner-box{
	position:relative;
	padding:35px 25px 30px;
	background-color:#ffffff;
}

.service-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	height:100%;
	width:0px;
	background-color:#1a6ab4;
	-webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*.service-block-two .inner-box:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	height:100%;
	width:0px;
	background-color:#1a6ab4;
	-webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}*/

.service-block-two .inner-box:hover::before,
.service-block-two .inner-box:hover::after{
	width:100%;
}

.service-block-two .inner-box .content{
	position:relative;
	padding-left:82px;
	z-index:1;
}

.service-block-two .inner-box .content .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#1a6ab4;
	font-size:60px;
	line-height:1em;
	-webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    transition: all 1200ms ease;
}

.service-block-two .inner-box:hover .content .read-more,
.service-block-two .inner-box:hover .content .text,
.service-block-two .inner-box:hover .content h3 a,
.service-block-two .inner-box:hover .content .icon-box{
	color:#ffffff;
}

.service-block-two .inner-box .content h3{
	position:relative;
	color:#222222;
	font-size:21px;
	font-weight:700;
	line-height:1.3em;
}

.service-block-two .inner-box .content h3 a{
	position:relative;
	color:#222222;
	-webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two .inner-box .content .text{
	position:relative;
	color:#898989;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
	-webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-two .inner-box .content .read-more{
	position:relative;
	color:#1a6ab4;
	font-size:15px;
	font-weight:600;
	margin-top:15px;
	display:inline-block;
	text-decoration:underline;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section{
	position:relative;
	padding:90px 0px;
	background-color:#282d31;
}

.project-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:45px;
}

.project-section .title-box h2{
	position:relative;
	color:#1a6ab4;
	font-size:38px;
	font-weight:400;
}

.project-section .outer-container{
	position:relative;
	padding:0px 30px;
	margin:0px -2px;
}

.project-section .filters{
	position:relative;
	margin-bottom:50px;
}

.project-section .filters .filter-tabs{
	position:relative;
}

.project-section .filters li{
	position: relative;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
	margin:0px 30px 6px;
	padding:0px 0px 6px;
	text-transform:capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	font-family: 'Rufina', serif;
}

.project-section .filters li:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:1px;
	width:0px;
	background-color:#e9c37a;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.project-section .filters li.active,
.project-section .filters li:hover{
	color:#1a6ab4;
}

.project-section .filters li.active::before,
.project-section .filters li:hover::before{
	width:100%;
}

.project-section.style-two .filters li:before{
	background-color:#242424;
}

.project-section.style-two{
	background-color:#cecece;
}

.project-section.style-two .filters li,
.project-section.style-two .title-box h2,
.project-section.style-two .more-projects .projects{
	color:#242424;
}

.project-section .gallery-item.large-block{
	width:40%;
	float:left;
	padding:0px 15px;
}

.project-section .gallery-item.small-block{
	width:20%;
	float:left;
	padding:0px 15px;
}

.project-section .more-projects{
	position:relative;
	margin-top:10px;
	text-align:center;
}

.project-section .more-projects .projects{
	position:relative;
	color:#1a6ab4;
	font-size:22px;
	font-weight:400;
	font-family: 'Rufina', serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.project-section .more-projects .projects:hover{
	color:#ffffff;
}

/*Gallery Item*/

.gallery-item{
	position:relative;
	margin-bottom:30px;
}

.gallery-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.gallery-item .image-box{
	position:relative;
	display:block;
	margin:0px;
}

.gallery-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
	background-color:rgba(0,0,0,0.65);
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}

.gallery-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.gallery-item .overlay-inner .content h3{
	position:relative;
	font-size:18px;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:18px;
}

.gallery-item .overlay-inner .content h3 a{
	position:relative;
	color:#ffffff;
}

.gallery-item .inner-box:hover .overlay-inner .content{
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
	transition:all 500ms ease 500ms;
	-webkit-transition:all 500ms ease 500ms;
	-ms-transition:all 500ms ease 500ms;
	-o-transition:all 500ms ease 500ms;	
}

.gallery-item .overlay-inner .link{
	position:relative;
	font-size:18px;
	color:#ffffff;
	width:46px;
	height:46px;
	line-height:44px;
	border-radius:50%;
	margin:0px 5px;
	font-weight:600;
	display:inline-block;
	border:1px solid #ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.gallery-item .overlay-inner .link .icon{
	position:relative;
}

.gallery-item .overlay-inner .link:hover{
	color:#1a6ab4;
	background-color:rgba(255,255,255,1);
}

/*** 

====================================================================
	Fluid Section One
====================================================================

***/

.fluid-section-one{
	position:relative;
	background-color:#282d31;
}

.fluid-section-one .outer-container{
	position:relative;
}

.fluid-section-one .image-column{
    position: absolute;
    right: 0px;
	top:70px;
    width: 45%;
    bottom:0px;
	float:right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fluid-section-one .image-column .inner-column{
	position:static;
}

.fluid-section-one .image-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.20);
}

.fluid-section-one .image-column .image{
    width: 100%;
    display: none;
}

.fluid-section-one .image-column .image img{
    display: block;
    width: 100%;
}

.fluid-section-one .image-column .overlay-link{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.03);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fluid-section-one .image-column .overlay-link .icon-box{
    position: absolute;
    left: 50%;
	top: 50%;
    width: 80px;
    height: 80px;
    color: #ffffff;
    font-size: 22px;
    padding-left: 6px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 50px;
    display: inline-block;
	margin-left: -40px;
	margin-top: -40px;
    background-color: #1a6ab4;
}

.fluid-section-one .image-column .overlay-link .ripple,
.fluid-section-one .image-column .overlay-link .ripple:before,
.fluid-section-one .image-column .overlay-link .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:80px;
	height: 80px;
	border-radius:50%;
	-ms-border-radius: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%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.fluid-section-one .image-column .overlay-link .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.fluid-section-one .image-column .overlay-link .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

/*Content Column*/

.fluid-section-one .content-column{
	position: relative;
    width: 60%;
	float:left;
	padding:95px 165px 80px 15px;
}

.fluid-section-one .content-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#1a6ab4;
}

.fluid-section-one .content-column .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:left top;
	background-repeat:no-repeat;
}

.fluid-section-one .content-column .content-box{
	position:relative;
	max-width:550px;
	float:right;
}

.fluid-section-one .content-column h2{
	position:relative;
	color:#242424;
	font-size:40px;
	font-weight:700;
	line-height:1.3em;
}

.fluid-section-one .content-column .text{
	position:relative;
	color:#242424;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-top:12px;
	margin-bottom:28px;
}

.fluid-section-one .content-column .bold-text{
	position:relative;
	color:#242424;
	font-size:24px;
	font-weight:400;
	line-height:1.5em;
	margin-top:30px;
	font-family: 'Rufina', serif;
}

.fluid-section-one .content-column .bold-text a{
	text-decoration:underline;
	color:#242424;
}

.fluid-section-one.style-two{
	background-color:#ffffff;
}

.fluid-section-one.style-two .content-column:before{
	background-color:#272a2c;
}

.fluid-section-one.style-two .content-column .text{
	color:#b1b1b1;
}

.fluid-section-one.style-two .content-column .bold-text,
.fluid-section-one.style-two .content-column h2{
	color:#ffffff;
}

.fluid-section-one.style-two .content-column .bold-text a{
	color:#1a6ab4;
}

.fluid-section-one.style-two .list-style-one li:before,
.fluid-section-one.style-two .list-style-one li{
	color:#939393;
}

.fluid-section-one.style-three{
	background-color:#272a2c;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:90px 0px 110px;
	background-color:#f0f0f0;
}

.testimonial-section .owl-nav,
.testimonial-section .owl-dots{
	display:none;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding:35px 30px 45px;
	background-color:#ffffff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.10);
}

.testimonial-block .inner-box .content{
	position:relative;
	padding-left:95px;
}

.testimonial-block .inner-box .content .image-outer{
	position:absolute;
	left:0px;
	top:0px;
	display:inline-block;
}

.testimonial-block .inner-box .content .image-outer:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:-22px;
	height:2px;
	width:25px;
	margin-left:-12px;
	background-color:#dddddd;
}

.testimonial-block .inner-box .content .image-outer .image{
	position:relative;
	width:65px;
	height:65px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block .inner-box .content h3{
	position:relative;
	color:#242424;
	font-size:20px;
	font-weight:700;
	line-height:1.4em;
}

.testimonial-block .inner-box .content .title{
	position:relative;
	color:#e2b262;
	font-size:18px;
	font-weight:400;
	line-height:1.4em;
	font-style:italic;
	margin-top:6px;
	font-family: 'Lato', sans-serif;
}

.testimonial-block .inner-box .content .text{
	position:relative;
	color:#797979;
	font-size:16px;
	font-weight:400;
	line-height:1.7em;
	margin-top:12px;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	padding:75px 0px 50px;
	background-attachment:fixed;
	background-size:cover;
}

.featured-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(31,34,37,0.90);
}

.featured-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.featured-section .title-box h2{
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-weight:700;
	line-height:1.3em;
}

/* Feature Block */

.feature-block{
	position:relative;
	margin-bottom:30px;
}

.feature-block .inner-box{
	position:relative;
	text-align:center;
}

.feature-block .inner-box .icon-outer{
	position:relative;
	display:inline-block;
}

.feature-block .inner-box .icon-outer .icon-box{
	position:relative;
	width:136px;
	height:136px;
	color:#404040;
	font-size:60px;
	margin:0 auto;
	line-height:136px;
	border-radius:50%;
	background-color:#f0f0f0;
	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;
}

.feature-block .inner-box:hover .icon-outer .icon-box{
	background-color:#e0b262;
	color:#ffffff;
}

.feature-block .inner-box .icon-outer .feature-number{
	position:absolute;
	right:0px;
	bottom:8px;
	width:40px;
	height:40px;
	color:#000000;
	font-size:20px;
	text-align:center;
	line-height:40px;
	border-radius:50px;
	font-weight:600;
	background-color:#e0b262;
	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;
}

.feature-block .inner-box:hover .icon-outer .feature-number{
	background-color:#ffffff;
}

.feature-block .inner-box .lower-content{
	position:relative;
	padding-top:34px;
}

.feature-block .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	line-height:1.3em;
	letter-spacing:1px;
}

.feature-block .inner-box .lower-content h3 a{
	position:relative;
	color:#e4b563;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.feature-block .inner-box .lower-content .text{
	position:relative;
	color:#cdcdcd;
	font-size:16px;
	line-height:1.8em;
	margin-top:14px;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.feature-block .inner-box:hover .lower-content h3 a{
	color:#ffffff;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:90px 0px 60px;
	background-color:#fafafa;
}

.news-section.style-two{
	background:none;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.news-block .inner-box .image{
	position:relative;
	display:block;
	overflow:hidden;
	background-color:#000000;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	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;
}

.news-block .inner-box:hover .image img{
	opacity:0.5;
	-webkit-transform:scale(1.07);
	-ms-transform:scale(1.07);
	transform:scale(1.07);
}

.news-block .inner-box .lower-content{
	position:relative;
	padding:30px 25px 25px;
	background-color:#ffffff;
}

.news-block .inner-box .lower-content{
	position:relative;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	color:#797979;
	font-size:15px;
	display:inline-block;
	padding-right:15px;
	margin-right:15px;
	line-height:1.3em;
	border-right:1px solid #242424;
}

.news-block .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
	border-right:0px;
	padding-right:0px;
}

.news-block .inner-box .lower-content .post-meta li span{
	position:relative;
	color:#242424;
}

.news-block .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	line-height:1.6em;
	margin-top:15px;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#242424;
	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;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#1a6ab4;
}

.news-block .inner-box .lower-content .read-more{
	position:relative;
	color:#242424;
	font-size:16px;
	margin-top:14px;
	display:inline-block;
	font-family: 'Rufina', serif;
	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;
}

.news-block .inner-box .lower-content .read-more:hover{
	color:#1a6ab4;
}

.news-block .inner-box .lower-content .read-more .icon{
	position:relative;
	top:1px;
	font-size:14px;
	margin-left:4px;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:95px 0px 60px;
}

.services-section-three .row{
	margin:0px -10px;
}

.services-section-three .service-block-three{
	padding:0px 10px;
}

.services-section-three .btn-box{
	margin-top:30px;
}

.service-block-three{
	position:relative;
	margin-bottom:30px;
}

.service-block-three .inner-box{
	position:relative;
}

.service-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
}

.service-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transform:scale(1.3,1.3);
	-ms-transform:scale(1.3,1.3);
	transform:scale(1.3,1.3);
	-webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.service-block-three .inner-box:hover .image img{
	-webkit-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
}

.service-block-three .inner-box .image a{
	position:relative;
	display:block;
}

.service-block-three .inner-box .image a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	height:0px;
	width:100%;
	opacity:0.65;
	z-index:1;
	-webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
	background-color:#1a6ab4;
}

.service-block-three .inner-box:hover .image a:before{
	height:100%;
}

.service-block-three .inner-box .lower-content{
	position:relative;
	padding:34px 20px 50px;
	text-align:center;
	background-color:#222222;
}

.service-block-three .inner-box .lower-content h3{
	position:relative;
	font-size:22px;
	font-weight:400;
	line-height:1.3em;
}

.service-block-three .inner-box .lower-content h3 a{
	position:relative;
	color:#ffffff;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .lower-content h3 a:hover{
	color:#1a6ab4;
}

.service-block-three .inner-box .lower-content .text{
	position:relative;
	font-size:15px;
	color:#a0a0a0;
	font-weight:400;
	line-height:1.9em;
	margin-top:12px;
	margin-bottom:16px;
}

.service-block-three .inner-box .lower-content .read-more{
	position:relative;
	color:#1a6ab4;
	font-size:15px;
	text-decoration:underline;
	-webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-three .inner-box .lower-content .read-more:hover{
	color:#ffffff;
}

.service-block-three.style-two .inner-box .lower-content .read-more:hover{
	color:#101010;
}

.service-block-three.style-two .inner-box .lower-content h3 a:hover{
	text-decoration: underline;
	color: #1a6ab4;
}

.service-block-three.style-two .inner-box{
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.service-block-three.style-two .inner-box .lower-content{
	background-color:#ffffff;
}

.service-block-three.style-two .inner-box .lower-content h3 a{
	color:#242424;
}

.service-block-three.style-two .inner-box .lower-content .text{
	color:#a0a0a0;
}

/*** 

====================================================================
	Project Section Two
====================================================================

***/

.project-section-two{
	position:relative;
	padding:40px 0px 60px;
}

.project-section-two .outer-container{
	padding:0px 70px;
}

.project-section-two .outer-container .row{
	margin:0px -10px;
}

.project-section-two .outer-container .gallery-item{
	padding:0px 10px;
	margin-bottom:20px;
}

/*** 

====================================================================
	Interior Section
====================================================================

***/

.interior-section{
	position:relative;
	padding:20px 0px 0px;
}

.interior-section .inner-container{
	position:relative;
	z-index:1;
	background-color:#282d31;
}

.interior-section .image-column{
	position:relative;
}

.interior-section .image-column .inner-column{
	position:relative;
}

.interior-section .image-column .inner-column .image{
	position:relative;
}

.interior-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.interior-section .content-column{
	position:relative;
}

.interior-section .content-column .inner-column{
	position:relative;
	padding:75px 60px 40px;
}

.interior-section .content-column h2{
	position:relative;
	color:#ffffff;
	font-size:34px;
	font-weight:700;
	line-height:1.3em;
}

.interior-section .content-column .text{
	position:relative;
	color:#cccccc;
	font-size:16px;
	font-weight:400;
	line-height:1.7em;
	margin-top:16px;
	margin-bottom:50px;
}

.dark-layout .interior-section .content-column .text,
.dark-layout .interior-section .content-column .column-text,
.fluid-section-one.style-two .list-style-one li:before,
.fluid-section-one.style-two .list-style-one li,
.services-section-four .sec-title .text,
.team-section .sec-title .text{
	color:#cccccc;	
}

.interior-block{
	position:relative;
	margin-bottom:30px;
}

.interior-block .block-inner{
	position:relative;
	text-align:center;
}

.interior-block .block-inner .icon-box{
	position:relative;
	color:#797979;
	font-size:60px;
	line-height:1em;
}

.interior-block .block-inner h3{
	position:relative;
	color:#e3e3e3;
	font-size:16px;
	line-height:1.3em;
	margin-top:24px;
	font-family: 'Open Sans', sans-serif;
}

.interior-section .content-column .bold-text{
	position:relative;
	color:#d2ba70;
	font-size:22px;
	font-weight:700;
	margin-top:45px;
	font-family: 'Rufina', serif;
}

.interior-section .content-column .column-text{
	position:relative;
	color:#cccccc;
	font-size:16px;
	font-weight:400;
	line-height:1.7em;
	margin-top:10px;
}

.interior-section.style-two{
	padding-top:100px;
}

.interior-section.style-three{
	padding-top:0px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:75px 0px 40px;
}

/*fact counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:50px;
}

.fact-counter .column .inner{
	position:relative;
}

.fact-counter .column .inner .content{
	position:relative;
	text-align:center;
}

.fact-counter .column .inner .icon{
	position:relative;
	color:#ea3a60;
	font-size:60px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	margin-bottom:28px;
	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;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#020e28;
	font-size:48px;
	line-height:1em;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:40px;
	line-height:1em;
	display:inline-block;
}

.fact-counter .column .inner .counter-title{
	position:relative;
	font-size:18px;
	font-weight:400;
	margin-top:14px;
	color:rgba(255,255,255,0.40);
}

.counter-section.style-two{
	background-color:#e5e9eb;
}

.counter-section.style-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:-170px;
	width:100%;
	height:170px;
	background-color:#e5e9eb;
}

.counter-section.style-two .fact-counter .column .inner .counter-title,
.counter-section.style-two .fact-counter .column .inner .count-outer{
	color:#242424;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
	padding:135px 0px 40px;
	background-size:cover;
	background-repeat:no-repeat;
}

.banner-section .form-column{
	position:relative;
	margin-bottom:30px;
}

.banner-section .form-column .inner-column{
	position:relative;
}

.banner-section .form-column .form-box{
	position:relative;
	padding:55px 30px 30px;
	background-color:rgba(255,255,255,0.95);
}

.banner-section .form-column .form-box h2{
	position:relative;
	color:#242424;
	font-size:27px;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:25px;
	text-align:center;
}

.banner-section .form-column .text{
	position:relative;
	color:#9e9d9d;
	font-size:12px;
	font-weight:600;
	margin:20px 10px 0px;
}

.banner-section .form-column .text a{
	position:relative;
	color:#e5441a;
}

.banner-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.banner-section .content-column .inner-column{
	position:static;
}

.banner-section .content-column .content{
	position:absolute;
	margin-left:190px;
	bottom:0px;
	padding:18px 30px;
	display:inline-block;
	background-color:#000000;
}

.banner-section .content-column .content h3{
	position:relative;
	color:#1a6ab4;
	font-size:30px;
	font-weight:400;
	line-height:1.3em;
}

.banner-section .content-column .content .text{
	position:relative;
	color:#cacaca;
	font-size:18px;
	font-weight:400;
	line-height:1.7em;
	margin-top:7px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	line-height:25px;
	color:#797979;
	padding:10.5px 20px;
	background:#ffffff;
	border-radius:0px;
	border:1px solid #dedddd;
}

.form-group .ui-button .ui-icon{
	background: none;
    position: relative;
    top: -1px;
    text-indent: 0px;
    color: #333333;
    font-size: 20px;
}

.form-group .ui-button .ui-icon:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f0d7";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:30px;
	display:block;
	color:#929292;
	line-height:23px;
	font-size:18px;
	font-weight:800;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#1a6ab4;
	border-color:#1a6ab4;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

/*Default Form*/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:48px;
	font-size:15px;
	padding:10px 20px;
	background:#ffffff;
	color:#797979;
	border-radius:0px;
	border:1px solid #dddede;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.default-form textarea{
	height:240px;
	resize:none;
	font-size:16px;
	background:#ffffff;
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#1a6ab4;
}

.default-form .submit-btn{
	position:relative;
	color:#ffffff;
	width:100%;
	font-size:18px;
	font-weight:600;
	border-radius:2px;
	padding:14px 10px;
	display:block;
	margin-top:20px;
	background-color:#e5441a;
}

/*** 

====================================================================
	Mission Section
====================================================================

***/

.mission-section{
	position:relative;
	padding:100px 0px 60px;
	background-color:#edf1f4;
}

.mission-section.style-two{
	padding-top:20px;
}

.mission-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.mission-section .image-column .inner-column{
	position:relative;
	margin-right:-50px;
}

.mission-section .image-column .inner-column .image{
	position:relative;
}

.mission-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.mission-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.mission-section .content-column .inner-column{
	position:relative;
	margin-left:70px;
}

.mission-section .content-column h2{
	position:relative;
	color:#242424;
	font-size:38px;
	font-weight:700;
	margin-bottom:25px;
}

.mission-section .content-column .bold-text{
	position:relative;
	color:#242424;
	font-size:22px;
	line-height:1.6em;
	margin-bottom:22px;
	font-family: 'Rufina', serif;
}

.mission-section .content-column .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:22px;
}

.mission-section .content-column h3{
	position:relative;
	color:#242424;
	font-size:22px;
	font-weight:400;
	margin-bottom:22px;
}

.mission-section .content-column .mission-list{
	position:relative;
	margin-bottom:25px;
}

.mission-section .content-column .mission-list li{
	position:relative;
	color:#797979;
	font-size:16px;
	margin-bottom:5px;
}

.mission-section .content-column .mission-list:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four{
	position:relative;
	padding:90px 0px 90px;
	background-color:#272a2c;
}

.services-section-four .sec-title h2{
	font-size:34px;
}

.services-section-four .service-block-three{
	margin-bottom:50px;
}

.services-section-four .service-block-three .inner-box .lower-content{
	padding:35px 30px 40px;
}

.services-section-four .more-services{
	position:relative;
	text-align:center;
}

.services-section-four .more-services .services{
	position:relative;
	text-align:center;
	color:#1a6ab4;
	font-size:22px;
	font-family: 'Rufina', serif;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.services-section-four .more-services .services:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:90px 0px 60px;
}

.team-section.style-two{
	background-color:#edf1f4;
}

.team-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:182px;
	background-color:#282d31;
}

.team-section .sec-title .text{
	font-size:20px;
	font-family: 'Rufina', serif;
}

.team-section .team-block{
	float:left;
	padding:0px;
}

/* Team Block */

.team-block{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
	overflow:hidden;
}

.team-block .inner-box .image .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:-20px;
}

.team-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:1%;
	z-index:1;
	background-color:rgba(0,0,0,0.56);
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.team-block .inner-box:hover .image .overlay-box:before{
	height:100%;
}

.team-block .inner-box .image .overlay-box .social-icons{
	position:absolute;
	left:0px;
	right:0px;
	bottom:-60px;
	z-index:10;
	text-align:center;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.team-block .inner-box .image .overlay-box .social-icons li{
	position:relative;
	margin:0px 8px;
	display:inline-block;
}

.team-block .inner-box .image .overlay-box .social-icons li a{
	position:relative;
	font-size:20px;
	color:#ffffff;
	display:inline-block;
}

.team-block .inner-box .image .overlay-box .social-icons li a:hover{
	color:#1a6ab4;	
}

.team-block .inner-box:hover .image .overlay-box .social-icons{
	bottom:50px;
	transition-delay: 400ms;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .lower-content{
	position:relative;
	z-index:2;
	text-align:center;
	padding:18px 15px 20px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.team-block .inner-box .lower-content h3{
	position:relative;
	color:#242424;
	font-size:22px;
	font-weight:700;
	line-height:1.3em;
}

.team-block .inner-box .lower-content h3 a{
	position:relative;
	color:#242424;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .inner-box .lower-content h3 a:hover{
	color:#1a6ab4;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#797979;
	font-size:16px;
	margin-top:5px;
	line-height:1.3em;
}

/*** 

====================================================================
	Project Section Three
====================================================================

***/

.project-section-three{
	position:relative;
	padding:90px 0px 100px;
	background-color:#222222;
}

.project-section-three .outer-container{
	position:relative;
	padding:0px 70px;
}

.project-section-three .project-tab{
	position:relative;	
}

.project-section-three .project-tab .project-carousel .owl-nav,
.project-section-three .project-tab .project-carousel .owl-dots{
	display:none;
}

.project-section-three .project-tab .tabs-header{
	position:relative;
	margin-bottom:45px;
}

.project-section-three .project-tab .project-tab-btns{
	position:relative;
	text-align:center;
}

.project-section-three .project-tab .project-tab-btns .p-tab-btn{
	position:relative;
	cursor:pointer;
	color:#ffffff;
	font-weight:400;
	font-size:20px;
	display:inline-block;
	margin:0px 30px;
	margin-bottom:7px;
	padding:0px 0px 6px;
	text-transform:capitalize;
	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;
	font-family: 'Rufina', serif;
}

.project-section-three .project-tab .project-tab-btns .p-tab-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:0%;
	height:1px;
	opacity:0;
	background-color:#1a6ab4;
	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;
}

.project-section-three .project-tab .project-tab-btns .p-tab-btn:hover::after,
.project-section-three .project-tab .project-tab-btns .p-tab-btn.active-btn::after{
	opacity:1;
	width:100%;
}

.project-section-three .project-tab .project-tab-btns .p-tab-btn:hover,
.project-section-three .project-tab .project-tab-btns .p-tab-btn.active-btn{
	color:#1a6ab4;
}

.project-section-three .project-tab .p-tabs-content{
	position:relative;
	display:block;	
	padding:0px 0px;
}

.project-section-three .project-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	opacity:0;
	visibility:hidden;	
}

.project-section-three .project-tab .p-tab.active-tab{
	position:relative;
	opacity:1;
	visibility:visible;
	z-index:5;
}

.project-section-three .gallery-item{
	margin-bottom:0px;
}

.p-tab .gallery-item{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);	
}

.p-tab.active-tab .gallery-item{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
}


/*** 

====================================================================
	Project Section
====================================================================

***/

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

.project-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(34,34,34,0.97);
}

.project-tab{
	position:relative;	
}

.project-tab .sec-title{
	margin-bottom:40px;
}

.project-tab .project-carousel .owl-nav,
.project-tab .project-carousel .owl-dots{
	display:none;
}

.project-tab .tabs-header{
	position:relative;
}

.project-tab .product-tab-btns{
	position:relative;
	padding-top:42px;
	top:20px;
}

.project-tab .product-tab-btns .p-tab-btn{
	position:relative;
	cursor:pointer;
	color:#ffffff;
	font-weight:400;
	font-size:14px;
	display:inline-block;
	margin-bottom:10px;
	margin-left:30px;
	text-transform:uppercase;
	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;
}

.project-tab .product-tab-btns .p-tab-btn:last-child{
	padding-right:0px;
}

.project-tab .product-tab-btns .p-tab-btn:last-child::after{
	display:none;
}

.project-tab .product-tab-btns .p-tab-btn:hover,
.project-tab .product-tab-btns .p-tab-btn.active-btn{
	color:#1a6ab4;
}

.project-tab .p-tabs-content{
	position:relative;
	display:block;	
}

.project-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}

.project-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.project-block{
	position:relative;
}

.project-block .inner-box{
	position:relative;
	overflow:hidden;
}

.project-block .inner-box .image{
	position:relative;
}

.project-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:80%;
	display:block;
	z-index:1;
	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;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
}

.project-block .inner-box:hover .image:before{
	opacity:0;
}

.project-block .inner-box .image .overlay-box{
	position: absolute;
    left: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 1;
    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;
}

.project-block .inner-box:hover .image .overlay-box{
	opacity:0;
}

.project-block .inner-box .image .overlay-box .content{
	position:relative;
}

.project-block .inner-box .image .overlay-box .content h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	line-height:1.7em;
	margin-bottom:10px;
}

.project-block .inner-box .image .overlay-box .content .see-project{
	position:relative;
	color:#1a6ab4;
	font-size:14px;
}

.project-block .inner-box .image .overlay-box .content .see-project .fa{
	margin-left:5px;
}

.project-block .inner-box .image .overlay-two{
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
	top:0px;
	z-index:2;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	background-color:#ebebeb;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project-block .inner-box:hover .image .overlay-two{
	opacity:1;
	-webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.project-block .inner-box .image .overlay-two .overlay-two-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
	text-align: left;
    padding: 10px 20px;
	vertical-align: middle;
}

.project-block .inner-box .overlay-two .overlay-two-inner .overlay-two-content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.project-block .inner-box .image .overlay-two h2{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:10px;
}

.project-block .inner-box .image .overlay-two h2 a{
	position:relative;
	color:#222222;
}

.project-block .inner-box .image .overlay-two .text{
	position:relative;
	color:#222;
	font-size:15px;
	line-height: 1.8em;
	margin-bottom:10px;
	font-weight:500;
}

.project-block .inner-box .image .overlay-two .see-more{
	position:relative;
	font-size:15px;
	color:#222222;
	font-weight:600;
}

.project-block .inner-box .image .overlay-two .see-more .fa{
	margin-left:5px;
}


.theme_color, .btn-style-one:hover, .main-header .info-box .icon-box, .sec-title .title, .fact-counter .count-outer .icon, .services-block .inner-box .icon-box, .main-header .info-box .social-nav li a:hover, .project-tab .product-tab-btns .p-tab-btn:hover, .project-tab .product-tab-btns .p-tab-btn.active-btn, .team-block .inner-box .lower-box h3 a:hover, .testimonial-block .inner-box .content .fa, .testimonial-block-three .inner-box .author-info, .testimonial-block-three .inner-box .quote-icon, .list-style-one li .icon, .subscribe-section-two .inner-container h2 span, .news-block-three .inner-box .lower-content h3 a:hover, .header-top-two .top-right .social-icons li a:hover, .header-top-three .top-right .cart-box .cart-box-btn:hover, .video-section .play-icon, .video-section .title, .reason-list li .icon, .price-block .title h3, .list-style-two li .icon, .social-icon-two li.follow, .error-section h1, .social-icon-two li a:hover, .services-block-two .inner-box:hover .lower-box .icon-box, footer .footer-bottom .footer-nav li a:hover, .news-widget-block .widget-inner h3 a:hover, .news-block .inner-box .lower-content h3 a:hover, .news-block .inner-box .lower-content .post-meta li, .main-header .header-lower .outer-box .advisor-box .advisor-btn, .project-block .inner-box .image .overlay-box .content .see-project, .header-style-two .main-menu .navigation > li.current > a, .header-style-two .main-menu .navigation > li:hover > a, .default-section .testimonial-column .owl-nav .owl-prev:hover, .default-section .testimonial-column .owl-nav .owl-next:hover, .testimonial-block-two .inner-box .rating, .reason-list-two li .icon, .list-style-three li:before, .subscribe-section h2, .main-slider .play-btn a, .main-slider .title.title-two, .page-breadcrumb li, .list-style-four li:before, .page-breadcrumb li a:hover, .default-section .news-column .inner-column .owl-nav .owl-prev:hover, .default-section .news-column .inner-column .owl-nav .owl-next:hover, .time-counter .time-countdown .counter-column .count, .comming-soon-section .content-column .text, .footer-bottom-two .footer-nav li a:hover, .offer-section .offer-tabs .tab-btns .tab-btn.active-btn, .offer-section .offer-tabs .tab-btns .tab-btn:hover, .about-block .inner-box .lower-content h3 a:hover, .header-top-three .top-left .links li a .icon, .news-block-two .inner-box .content-column .post-meta li .icon, .news-block-two .inner-box .content-column h3 a:hover, .products-section .products-column .owl-nav .owl-prev:hover, .products-section .products-column .owl-nav .owl-next:hover, .product-block .inner-box .lower-content .price span, .service-single .service-tabs .tab-btns .tab-btn:hover, .service-single .service-tabs .tab-btns .tab-btn.active-btn, .factory-section .content-column .inner-column .icons-box .icon:hover, .project-page-section .filters .filter-tabs .filter.active, .project-page-section .filters .filter-tabs .filter:hover, .project-single-section .lower-section .contact-column .title, .list-style-five li:before, .cat-list li a:hover, .product-details .basic-details .details-header .item-price, .product-details .basic-details .details-header .rating, .shop-item .inner-box .lower-content h3 a:hover, .shop-item .inner-box .lower-content .rating .fa, .shop-item .inner-box .lower-content .price, .contact-form-section .title-box .title, .sidebar .popular-posts .post a:hover, .sidebar .search-box .form-group button, .blog-single .inner-box .title-box .post-info li, .post-share-options .posts li a:hover, .post-share-options .posts li a .fa, .testimonial-section-two .owl-nav .owl-prev:hover, .testimonial-section-two .owl-nav .owl-next:hover, .testimonial-block-four .inner-box .content-column h3 span, .testimonial-block-four .inner-box .content-column h3 span, .testimonial-block-four .inner-box .content-column .rating .fa, .social-icon-three li a:hover, .order-box ul li span, .shipping-block .inner-box h4, .checkout-page .default-links li .fa, .checkout-page .default-links li a, .cart-section .totals-table .total .price, .price-block .inner-box .price sub, .cart-table tbody tr .remove-btn:hover, .shop-comment-form .rating-box .rating a:hover, .project-block-two .inner-box .content-column .inner-column .slide-number, .project-block-two .inner-box .content-column .inner-column .see-project:hover, .project-block-two .inner-box .content-column .inner-column h2 a:hover, .team-block-two .inner-box .lower-content h3, .sidebar .related-posts .post .rating .fa, .shop-item .inner-box .image .overlay-box .cart-option li a, .project-single-section .lower-section .contact-column .contact-btn, .sidebar .related-posts .post a, .sidebar .related-posts .post a:hover, .services-block-two .inner-box .image .read-more {
    color: #1a6ab4;
}
.sec-title .title {
    position: relative;
    color: #1a6ab4;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}

/*** 

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section{
	position:relative;
	padding:85px 0px 50px;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.contact-form-section .form-column{
	margin-bottom:20px;	
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select,
.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#797979;
	height:48px;
	font-size:16px;
	border-radius:3px;
	background:#ffffff;
	border:1px solid #ededed;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus{
	border-color:#1a6ab4;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder{
	color:#888888;
}

.contact-form .form-group textarea{
	height:200px;
	resize:none;
}

.contact-form button{
	cursor: pointer;
	margin-top:10px;
}

.contact-form button:before{
	background-color: #101010;
}

.contact-form button:hover{
	color: #ffffff;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.contact-form-section .info-column{
	position:relative;
}

.contact-form-section .info-column .inner-column{
	position:relative;
	padding-top:10px;
	padding-left:100px;
}

.contact-form-section .info-column .contact-info-list{
	position:relative;
	margin-bottom:45px;
}

.contact-form-section .info-column .contact-info-list li{
	position:relative;
	color:#797979;
	font-size:16px;
	margin-bottom:4px;
	line-height:2em;
}

.contact-form-section .info-column .contact-info-list li a{
	position:relative;
	color:#797979;
	font-size:16px;
}

.contact-form-section .info-column .contact-info-list li a:hover{
	color:#1a6ab4;
	text-decoration:underline;	
}

.contact-form-section .info-column .contact-info-list li strong{
	position:relative;
	color:#242424;
	font-size:20px;
	font-family: 'Rufina', serif;
}

/*** 

====================================================================
	Welcome Section
====================================================================

 ***/

.welcome-section{
	position:relative;
	padding:95px 0px 60px;
}

.welcome-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:55px;
}

.welcome-section .title-box h2{
	position:relative;
	color:#242424;
	font-size:30px;
	line-height:1.4em;
	padding-bottom:25px;
}

.welcome-section .title-box h2:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	height:2px;
	width:80px;
	margin-left:-40px;
	background-color:#1a6ab4;
}

.welcome-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.welcome-section .content-column .inner-column{
	position:relative;
}

.welcome-section .content-column h2{
	position:relative;
	color:#242424;
	font-size:34px;
	font-weight:700;
	line-height:1.3em;
}

.welcome-section .content-column .text{
	position:relative;
	color:#797979;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-top:22px;
	margin-bottom:25px;
}

.welcome-section .video-column{
	position:relative;
	margin-bottom:40px;
}

.welcome-section .video-column .inner-column{
	position:relative;
	padding-left:50px;
}

.welcome-section .video-column .video-box{
	position:relative;
}

.welcome-section .video-column .video-box img{
	position:relative;
	width:100%;
	display:block;
}

.welcome-section .video-column .video-box .overlay-box{
	position:absolute;
	right:40px;
	bottom:35px;
	width:80px;
	height: 80px;
	z-index:20;
	line-height: 80px;
	display:inline-block;
	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;
}

.welcome-section .video-column .video-box .overlay-box span{
	position: relative;
	z-index:99;
	width:80px;
	height: 80px;
	color: #242424;
	font-weight:400;
	font-size:24px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:#1a6ab4;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:190px 0px 70px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right center;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, #000000 100%);
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, #000000 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(100, #000000));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, #000000 100%);
	background-image: linear-gradient(to left, rgba(0,0,0,0) 0%, #000000 100%);
}

.page-title .auto-container{
	position:relative;
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	margin-bottom: 10px;
	font-size:50px;
	text-transform:capitalize;
}

.page-breadcrumb{
	position:relative;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:15px;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
}

.page-breadcrumb li:after{
	position:absolute;
	content: "\f149";
	right:-2px;
	top:1px;
	color:#ffffff;
	font-size:8px;
	font-weight:700;
	font-family: "Flaticon";
}

.page-breadcrumb li:last-child::after{
	display: none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#1a6ab4;
	font-weight:400;
	text-transform: capitalize;
	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;
}

.page-breadcrumb li a:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Story Section
====================================================================

***/

.story-section{
	position:relative;
	padding:90px 0px 60px;
}

.story-section .content-column{
	position:relative;
}

.story-section .content-column .inner-column{
	position:relative;
	padding-right:50px;
	margin-bottom:40px;
}

.story-section .content-column .inner-column h2{
	position:relative;
	color:#0e1322;
	font-size:32px;
	font-weight:700;
}

.story-section .content-column .inner-column .bold-text{
	position:relative;
	color:#242424;
	font-size:22px;
	font-weight:400;
	line-height:1.4em;
	margin-top:25px;
	margin-bottom:20px;
	font-family: 'Rufina', serif;
}

.story-section .content-column .inner-column .text{
	position:relative;
}

.story-section .content-column .inner-column .text p{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:20px;
}

.story-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.story-section .image-column{
	position:relative;
}

.story-section .image-column .inner-column{
	position:relative;
	padding-left:50px;
}

.story-section .image-column .image{
	position:relative;
	margin-bottom:40px;
	padding-right:30px;
	padding-top:30px;
}

.story-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.story-section .image-column .image:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:30px;
	bottom:30px;
	background-color:#1a6ab4;
}

/*** 

====================================================================
	Team Page Section
====================================================================

***/

.team-page-section{
	position:relative;
	padding:85px 0px 45px;
}

.team-page-section .team-block{
	float:left;
	padding:0px;
	margin-bottom:60px;
}

/*** 

====================================================================
	Testimonial Page Section
====================================================================

***/

.testimonials-page-section{
	position:relative;
	padding:80px 0px 50px;
	background-color:#f0f0f0;
}

.testimonials-page-section .title-box{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.testimonials-page-section .title-box h2{
	position:relative;
	color:#0e1322;
	font-size:34px;
	font-weight:700;
	line-height:1.3em;
}

.testimonials-page-section .title-box .text{
	position:relative;
	color:#242424;
	font-size:22px;
	font-weight:400;
	line-height:1.3em;
	margin-top:8px;
	font-family: 'Rufina', serif;
}

.testimonials-page-section .testimonial-block{
	margin-bottom:50px;
}

/*** 

====================================================================
	Services Page Section
====================================================================

***/

.services-page-section{
	position:relative;
	padding:85px 0px 55px;
	background-color:#272a2c;
}

.services-page-section .service-block-three{
	margin-bottom:50px;
}

.services-page-section  .service-block-three .inner-box .image a:before{
	background-color:#000000;
}

.services-page-section.style-two{
	background-color:#ffffff;
}

.services-page-section.style-two .service-block-three .inner-box .image a:before{
	background-color:#1a6ab4;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:95px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar{
	
}

/* Services Detail */

.services-detail{
	position:relative;
}

.services-detail .inner-box{
	position:relative;
	padding-right:40px;
}

.services-detail .inner-box h2{
	position:relative;
	color:#0e1322;
	font-size:34px;
	font-weight:700;
	line-height:1.3em;
}

.services-detail .inner-box .bold-text{
	position:relative;
	color:#242424;
	font-size:20px;
	line-height:1.5em;
	margin-top:0px;
	font-family: 'Rufina', serif;
}

.services-detail .inner-box .text{
	position:relative;
	margin-top:25px;
}

.services-detail .inner-box .text p{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.services-detail .inner-box .text .two-column{
	position:relative;
	margin-top:40px;
	margin-bottom:20px;
}

.services-detail .inner-box .text .two-column .image{
	position:relative;
	margin-bottom:30px;
}

.services-detail .inner-box .text .two-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-detail .inner-box .text h3{
	position:relative;
	color:#0e1322;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:15px;
}

.services-detail .inner-box .text h4{
	position:relative;
	color:#0e1322;
	font-size:28px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:25px;
}

.services-detail .inner-box .text .two-column .content-column{
	position:relative;
}

.services-detail .inner-box .text .two-column .content-column .inner-column{
	position:relative;
	padding-left:30px;
}

.services-detail .inner-box .service-contact-box{
	position:relative;
	color:#ffffff;
	font-size:26px;
	padding:25px 35px;
	line-height:1.5em;
	margin-top:50px;
	font-weight:700;
	background-color:#1a6ab4;
	font-family: 'Rufina', serif;
}

.services-detail .inner-box .service-contact-box a{
	text-decoration:underline;
	color:#0e2a4e;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 50px;
}

/* Services List */

.services-list{
	position:relative;
}

.services-list li{
	position:relative;
}

.services-list li a{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:400;
	padding:16px 30px;
	display:block;
	background-color:#272a2c;
	font-family: 'Rufina', serif;
	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;
	border:1px solid rgba(255,255,255,0.05);
}

.services-list li.active a,
.services-list li:hover a{
	color:#242424;
	border-color:#1a6ab4;
	background-color:#1a6ab4;
}

/* Contact Widget */

.sidebar-page-container .contact-widget .widget-content{
	position:relative;
	text-align:center;
	padding:50px 28px 50px;
	background-size:cover;
}

.sidebar-page-container .contact-widget .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.60);
}

.sidebar-page-container .contact-widget .widget-content h3{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	margin-bottom:20px;
}

.sidebar-page-container .contact-widget .widget-content .theme-btn:hover::before{
	display:none;
}

.sidebar-page-container .contact-widget .widget-content .theme-btn:hover{
	background-color: #ffffff;
}

.dark-layout .services-detail .inner-box .text h4,
.dark-layout .services-detail .inner-box .text h3,
.dark-layout .services-detail .inner-box h2{
	color:#ffffff;
}

.dark-layout .services-detail .inner-box .bold-text{
	color:#c3c3c3;
}

.dark-layout .list-style-four li,
.dark-layout .services-detail .inner-box .text p{
	color:#a1a1a1;
}

/*** 

====================================================================
	Portfolio Page Section
====================================================================

***/

.portfolio-page-section{
	position:relative;
	padding:80px 0px 80px;
	background-color:#282d31;
}

.portfolio-page-section .outer-container{
	padding:0px 70px;
}

.portfolio-page-section .filters{
	position:relative;
	margin-bottom:60px;
}

.portfolio-page-section .filters .filter-tabs{
	position:relative;
}

.portfolio-page-section .filters li{
	position: relative;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
	margin:0px 14px 5px;
	display:inline-block;
	text-transform:capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.portfolio-page-section .filters .filter.active,
.portfolio-page-section .filters .filter:hover{
    color:#1a6ab4;
	text-decoration:underline;
}

.gallery-item.mix{
	display:none;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:10px 50px 10px 20px;
	background:#ffffff;
	display:block;
	font-size:15px;
	width:100%;
	height:52px;
	color:#797979;
	font-weight:400;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:1px solid #d3d3d3;
}

.sidebar .search-box .form-group textarea::-webkit-input-placeholder,
.sidebar .search-box .form-group input::-webkit-input-placeholder{
	color:#797979;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:52px;
	width:60px;
	display:block;
	font-size:16px;
	color:#585858;
	line-height:100%;
	font-weight:normal;
	background:none;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:25px;
}

.sidebar-title h2{
    font-size: 24px;
    color: #242424;
    font-weight: 700;
    line-height: 1.2em;
	display:inline-block;
	padding-right:45px;
    text-transform: capitalize;
}

.sidebar-title h2:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:2px;
	width:25px;
	height:2px;
	background-color:#e2b15e;
}

/*Blog Category*/

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
}

.cat-list li a{
	position:relative;
	color:#797979;
	font-size:16px;
	font-weight:400;
	padding-bottom:12px;
	margin-bottom:12px;
	display:block;
	border-bottom:1px solid #e6e6e6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cat-list li:last-child a{
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.cat-list li a:after{
	position:absolute;
	content: "\f105";
	right:0px;
	top:0px;
	color:#c8c8c8;
	font-size:14px;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
}

.cat-list li a:hover{
	color:#e2b15e;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:90px;
	min-height:90px;
	margin-bottom:22px;
	border-bottom:1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:70px;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	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;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:15px;
	margin:0px 0px 0px;
	color:#242424;
	line-height:1.5em;
	font-weight:600;
	text-transform:capitalize;
	font-family: 'Open Sans', sans-serif;
}

.sidebar .popular-posts .post .text a{
	color:#242424;
	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;
}

.sidebar .popular-posts .post a:hover{
	color:#e2b15e;
	text-decoration:underline;
}

.sidebar .popular-posts .post-info{
	font-size:14px;
	color:#9a9a9a;
	font-weight:400;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 18px 8px;
	margin:0px 6px 10px 0px;
	color:#a6a6a6;
	text-align:center;
	font-size:15px;
	background:none;
	font-weight:600;
	border:1px solid #e4e4e4;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:#282d31;
	background-color:#282d31;
	color:#ffffff;	
}

.blog-classic.padding-right,
.blog-single.padding-right{
	padding-right:25px;
}

/*News Block*/

.news-block-two{
	position:relative;
	margin-bottom:80px;
}

.news-block-two .inner-box{
	position:relative;
}

.news-block-two .inner-box .image{
	position:relative;
	display:block;
	overflow:hidden;
	background-color:#0b0b0b;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	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;
}

.news-block-two .inner-box:hover .image img{
	opacity:0.5;
	-webkit-transform:scale(1.07);
	-ms-transform:scale(1.07);
	transform:scale(1.07);
}

.news-block-two .inner-box .lower-content{
	position:relative;
}

.news-block-two .inner-box .lower-content .upper-box{
	position:relative;
	padding-bottom:13px;
	border-bottom:1px solid #e4e4e4;
}

.news-block-two .inner-box .lower-content .upper-box .posted-date{
	position:relative;
	color:#1a6ab4;
	font-size:22px;
	font-weight:700;
	margin-top:18px;
	line-height:1.2em;
	display:inline-block;
}

.news-block-two .inner-box .lower-content .upper-box .post-meta{
	position:relative;
	padding-top:20px;
}

.news-block-two .inner-box .lower-content .upper-box .post-meta li{
	position:relative;
	color:#797979;
	font-size:17px;
	padding-right:12px;
	margin-right:12px;
	font-weight:400;
	margin-bottom:6px;
	display:inline-block;
	font-family: 'Rufina', serif;
}

.news-block-two .inner-box .lower-content .upper-box .post-meta li:after{
	position:absolute;
	content:'/';
	right:-5px;
	top:0px;
	color:#b8b8b8;
	font-size:17px;
}

.news-block-two .inner-box .lower-content .upper-box .post-meta li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.news-block-two .inner-box .lower-content .upper-box .post-meta li:last-child::after{
	display:none;
}

.news-block-two .inner-box .lower-content .lower-box{
	position:relative;
	padding-top:30px;
}

.news-block-two .inner-box .lower-content .lower-box h3{
	position:relative;
	font-size:28px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:15px;
	color:#242424;
}

.news-block-two .inner-box .lower-content .lower-box h3 a{
	position:relative;
	color:#242424;
	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;
}

.news-block-two .inner-box .lower-content .lower-box h3 a:hover{
	color:#1a6ab4;
}

.news-block-two .inner-box .lower-content .lower-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.news-block-two .inner-box .lower-content .lower-box .read-more{
	position: relative;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
	padding:10px 25px;
	display:inline-block;
	background-color:#1a6ab4;
	text-transform:uppercase;
	letter-spacing:3px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	font-family: 'Open Sans', sans-serif;
}

.news-block-two .inner-box .lower-content .lower-box .read-more:hover{
	background-color: #101010;
}

.news-block-two:last-child{
	margin-bottom:50px;
}

.news-block-two.style-two .inner-box .lower-content .upper-box .post-meta{
	padding-top:12px;
}

.news-block-three{
	position: relative;
	margin-bottom: 40px;
}

.news-block-three .inner-box{
	position: relative;
	background-color: #f5f5f5;
}

.news-block-three .image-box{
	position: relative;
}

.news-block-three .image-box .image{
	position: relative;
	margin-bottom: 0;
	background-color: #010101;
	overflow: hidden;
}

.news-block-three .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.news-block-three .inner-box:hover .image a img{
	opacity: .80;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.news-block-three .lower-content{
	position: relative;
	padding: 30px 25px 40px;
}

.news-block-three .image-box .date{
 	position: absolute;
 	left: 25px;
 	bottom: 25px;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0.16em;
	padding: 8px 25px;
	color: #1a6ab4;
	text-transform: uppercase;
	background-color: #010101;
}

.news-block-three .lower-content h3{
	position: relative;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 1.3em;
	color: #24262d;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
}

.news-block-three .lower-content h3 a{
	color: #24262d;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.news-block-three .lower-content h3 a:hover{
	color: #1a6ab4;
}

.news-block-three .lower-content .text{
	position: relative;
	font-size: 16px;
	line-height: 1.6em;
	color: #4a4a4a;
	font-weight: 400;
	margin-bottom: 30px;
}

.news-block-three .post-meta{
	position: relative;
	margin-bottom: 15px;
}

.news-block-three .post-meta .post-info{
	position: relative;
}

.news-block-three .post-info li{
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.news-block-three .post-info li a{
	color: #1a6ab4;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.news-block-three .post-info li:before{
	position: absolute;
	right: -4px;
	top: -2px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	content: "-";
	color: #5a5a5a;
}

.news-block-three .post-info li:last-child:before{
	display: none;
}

.news-block-three .post-info li a:hover{
	color: #24262d;
	text-decoration:underline;	
}

.news-block-three .link-box{
	position: relative;
}

.news-block-three .link-box .read-more{
	position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
	padding:10px 30px;
	line-height: 24px;
	display:inline-block;
	background-color:#101010;
	text-transform:uppercase;
	letter-spacing:2px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.news-block-three .link-box .read-more:hover{
	background-color: #1a6ab4;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 6px 0px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:40px;
	height:44px;
	font-size:18px;
	min-width:44px;
	color:#242424;
	font-weight:700;
	text-align:center;
	background:#ffffff;
	border:2px solid #d4d4d4;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-family: 'Open Sans', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	border-color:#282d31;
	background-color:#282d31;
}

/*** 

====================================================================
			Styled Pagination
====================================================================

***/

.shop-pagination{
	position:relative;
	display: block;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.shop-pagination ul{
	position:relative;
	width: 100%;
}

.shop-pagination li{
	position:relative;
	display: inline-block;
	margin: 0 8px 8px;
	vertical-align: top;
}

.shop-pagination li a{
	position:relative;
	display: block;
	height:40px;
	width: 40px;
	text-align: center;
	line-height:38px;
	font-weight:400;
	font-size:14px;
	background:#ffffff;
	color:#222222;
	border:1px solid #bbbbbb;
	border-radius: 3px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-pagination li.next a,
.shop-pagination li.prev a{
	background-color: #222222;
	color: #ffffff;
	font-size:18px;
}

.shop-pagination li a:hover,
.shop-pagination li.active a{
	color:#ffffff;	
	background:#1a6ab4;
	border-color:#1a6ab4;
}

.shop-pagination.style-two li a{
	border-radius: 50%;
}

/*** 

====================================================================
	Our Blogs Section
====================================================================

***/

.our-blogs-section{
	position:relative;
	padding:100px 0px 100px;
}



/* News Detail */

.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .image-box{
	position: relative;
}

.blog-single .inner-box .image-box .image{
	position: relative;
	margin-bottom: 0;
	background-color: #010101;
	overflow: hidden;
}

.blog-single .inner-box .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
}

.blog-single .inner-box .lower-content{
	position: relative;
	padding: 30px 0px 0px;
}

.blog-single .inner-box .image-box .date{
 	position: absolute;
 	left: 25px;
 	bottom: 25px;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 0.16em;
	padding: 8px 25px;
	color: #1a6ab4;
	text-transform: uppercase;
	background-color: #010101;
}

.blog-single .post-meta{
	position: relative;
}

.blog-single .post-meta .post-info{
	position: relative;
}

.blog-single .post-meta .post-info li{
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.blog-single .post-meta .post-info li a{
	color: #1a6ab4;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.blog-single .post-meta .post-info li:before{
	position: absolute;
	right: -4px;
	top: -2px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	content: "-";
	color: #5a5a5a;
}

.blog-single .post-meta .post-info li:last-child:before{
	display: none;
}

.blog-single .post-meta .post-info li a:hover{
	color: #24262d;
	text-decoration:underline;	
}

.blog-single .inner-box .lower-content .lower-box{
	position:relative;
	padding-top:20px;
}

.blog-single .inner-box .lower-content .lower-box h3{
	position:relative;
	font-size:28px;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:18px;
	color:#242424;
}

.blog-single .inner-box .lower-content .lower-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:35px;
}

.blog-single .inner-box .lower-content .lower-box .text p{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:35px;
}

.blog-single .inner-box .lower-content .lower-box .text p a{
	color:#e2b15e;
	text-decoration:underline;
}

.blog-single .inner-box .lower-content .lower-box h4{
	position:relative;
	color:#242424;
	font-size:24px;
	font-weight:700;
	margin-bottom:20px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:55px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:28px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:24px;
	color:#242424;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:0px;
	display:inline-block;
}

.sidebar-page-container .comments-area .inner-box{
	position:relative;
	border:1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:25px 25px 25px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-bottom:1px solid #ebe8e8;
}

.sidebar-page-container .comments-area .comment-box:nth-child(2n + 0){
	background-color:#fcfcfc;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	border-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:98px;
	padding:0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment.reply-comment{
	margin-left:100px;
	margin-top:45px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:absolute;
	right:0px;
	top:0px;
	color:#9cc900;
	font-size:15px;
	font-weight:400;
	text-align:center;
	display:inline-block;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply span{
	font-size:14px;
	margin-right:4px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:73px;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:75px;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:18px;
	font-weight:700;
	color:#242424;
	line-height:16px;
	text-transform:capitalize;
	font-family: 'Rufina', serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#898989;
	font-size:16px;
    margin-top:5px;
    line-height: 1.7em;
	margin-bottom:8px;
}

.sidebar-page-container .comments-area .comment-time{
	position:relative;
	font-size:15px;
	color:#aeaeae;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:6px 27px;
}

.sidebar-page-container .comments-area .comment-box .post-info{
	position:relative;
}

.sidebar-page-container .comments-area .comment-box .post-info li{
	position:relative;
	padding-right:10px;
	line-height:1em;
	margin-right:10px;
	color:#aeaeae;
	font-size:15px;
	border-right:1px solid #bebebe;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-box .post-info li a{
	color:#1a6ab4;
}

.sidebar-page-container .comments-area .comment-box .post-info li:last-child{
	border:0px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .form-inner{
	position:relative;
	padding:50px 35px 30px;
	background-color:#f7f7f7;
	border:1px solid #eeeeee;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:33px;
	padding:10px 20px;
	height:45px;
	color:#737373;
	font-size:15px;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus{
	border-color:#1a6ab4;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px;
	color:#737373;
	height:170px;
	font-size:15px;
	resize:none;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .submit-btn{
	position: relative;
    color: #242424;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    padding: 14px 35px;
    display: inline-block;
    background-color: #1a6ab4;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Open Sans', sans-serif;
}

/***

==================================================================
		Contact Map Section
==================================================================

***/

.map-section{
	position: relative;
}

.map-section .map-outer{
	position: relative;
} 

.map-section .map-canvas{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 490px;
}

.map-data{
	text-align:center;
	color:#0e2a4e;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
	padding:5px 10px;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
	color:#121212;
}

/*** 

====================================================================
	Shop Banner Section
====================================================================

 ***/

.shop-banner-section{
	position:relative;
	padding:320px 0px 180px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.shop-banner-section .content-box{
	position:relative;
	max-width:550px;
}

.shop-banner-section .content-box .box-inner{
	position:relative;
	display:block;
}

.shop-banner-section .content-box h2{
	position:relative;
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:15px;
}

.shop-banner-section .content-box .text{
	position:relative;
	font-size:18px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:35px;
	color:rgba(255,255,255,0.90);
}

/*** 

====================================================================
	Shop Features Section
====================================================================

***/

.shop-features-section{
	position:relative;
	padding:40px 0px 20px;
	background-color:#1a6ab4;
}

.shop-feature-block{
	position:relative;
	margin-bottom:20px;
}

.shop-feature-block .inner-box{
	position:relative;
	padding-left:90px;
}

.shop-feature-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#242424;
	font-size:56px;
	line-height:1em;
	margin-bottom:15px;
}

.shop-feature-block .inner-box h3{
	position:relative;
	font-size:25px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:8px;
}

.shop-feature-block .inner-box h3 a{
	color:#242424;
}

.shop-feature-block .inner-box .text{
	position:relative;
	color:#242424;
	font-size:16px;
	line-height:1.6em;
}

/*** 

====================================================================
	Shop Features Section
====================================================================

***/

.shop-section{
	position:relative;
	padding:90px 0px;
}

.shop-section .title-box{
	position:relative;
	margin-bottom:35px;
}

.shop-section .title-box h2{
	position:relative;
	color:#242424;
	font-size:35px;
	font-weight:700;
	display:inline-block;
	padding-right:20px;
}

.shop-section .title-box h2:before{
	position:absolute;
	content:'';
	left:100%;
	bottom:5px;
	height:2px;
	width:40px;
	background-color:#1a6ab4;
}

/*Shop Item*/

.shop-item{
	position:relative;
	margin-bottom:50px;
}

.shop-item .inner-box{
	position:relative;
}

.shop-item .inner-box .image{
	position:relative;
	border-radius:5px;
	background:#1a6ab4;
}

.shop-item .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.shop-item .inner-box:hover .image img{
	opacity:0.5;
}

.shop-item .inner-box .image img{
	position:relative;
	width:100%;
	border-radius:7px;
	display:block;
}

.shop-item .overlay-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	border-radius:5px;
	overflow: hidden;
	background-color:rgba(0,0,0,0.50);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .inner-box:hover .overlay-box{
	opacity: 1;
	visibility: visible;
}

.shop-item .option-box{
	position: absolute;
	left:0;
	top:50%;
	width:100%;
	margin-top:-25px;
	padding:0px 10px;
	text-align:center;
	opacity:0;
	visibility:hidden;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.shop-item .inner-box:hover .option-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms ease 100ms;
	-moz-transition: all 300ms ease 100ms;
	-ms-transition: all 300ms ease 100ms;
	-o-transition: all 300ms ease 100ms;
	transition: all 300ms ease 100ms;
}

.shop-item .option-box li{
	position: relative;
	display: inline-block;
	margin: 0 2px;
}

.shop-item .option-box li a{
	position: relative;
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #1a224c;
	background-color: #ffffff;
	border-radius:50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.shop-item .option-box li a:hover{
	color: #ffffff;
	background: #1a6ab4;
}

.shop-item .inner-box .tag-banner{
	position:absolute;
	right:0;
	top:20px;
	font-size:13px;
	line-height:24px;
	padding:0px 15px 0px 10px;
	color:#ffffff;
	background: #1a6ab4;
	z-index:12;	
}

.shop-item .inner-box .tag-banner:before{
	content:'';
	position:absolute;
	left:-11px;
	top:0;
	border:8px solid transparent;
	border-top: 9px solid #1a6ab4;
    border-right: 8px solid #1a6ab4;
}

.shop-item .inner-box .tag-banner:after{
	content:'';
	position:absolute;
	left:-11px;
	bottom:0;
	border:8px solid transparent;	
	border-bottom: 9px solid #1a6ab4;
    border-right: 8px solid #1a6ab4;
}

.shop-item .inner-box .lower-content{
	position:relative;
	padding-top:25px;
	text-align:center;
}

.shop-item .inner-box .lower-content h3{
	position:relative;
	font-size:18px;
	font-weight:400;
	letter-spacing: 0.02em;
	line-height:1.2em;
	margin-bottom:12px;
}

.shop-item .inner-box .lower-content h3 a{
	color:#242424;
	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;
}

.shop-item .inner-box .lower-content h3 a:hover{
	color:#1a6ab4;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
	color:#1a6ab4;
	font-size:20px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}

.shop-item .inner-box .lower-content .cart-btn{
	position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #242424;
    padding: 8px 26px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 1px;
    background-color: #1a6ab4;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.shop-item .inner-box .lower-content .cart-btn:hover{
	background-color: #101010;
	color: #ffffff;
}

/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section{
	position:relative;
	padding:80px 0px 50px;
	background-size:cover;
	background-color:#080808;
}

.products-section .product-column{
	position:relative;
}

.shop-item-two{
	position:relative;
	margin-bottom:30px;
}

.shop-item-two .inner-box{
	position:relative;
	background-color:#f1f2f2;
}

.shop-item-two .inner-box .image{
	position:relative;
}

.shop-item-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.shop-item-two .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding-bottom:40px;
}

.shop-item-two .inner-box .lower-content h3{
	position:relative;
	font-size:18px;
	font-weight:400;
	padding: 5px 0px 0px;
	line-height:1.2em;
	margin-bottom:12px;
}

.shop-item-two .inner-box .lower-content h3 a{
	color:#242424;
	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;
}

.shop-item-two .inner-box .lower-content h3 a:hover{
	color:#1a6ab4;
}

.shop-item-two .inner-box .lower-content .price{
	position:relative;
	color:#1a6ab4;
	font-size:20px;
	font-weight:600;
	margin-bottom:24px;
	font-family: 'Open Sans', sans-serif;
}

.shop-item-two .inner-box .lower-content .cart-btn{
	position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #092146;
    padding: 5px 33px 5px;
    font-weight: 600;
    overflow: hidden;
    border: 2px solid #092146;
    background: none;
    border-radius: 50px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.shop-item-two .inner-box .lower-content .cart-btn:hover{
	color:#ffffff;
	border-color:#1a6ab4;
	background-color:#1a6ab4;
}

.products-section .content-column{
	position:relative;
}

.products-section .content-column .inner-column{
	position:relative;
	padding-top: 50px;
	padding-left:45px;
}

.products-section .content-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size:48px;
	font-weight:700;
	line-height:1.1em;
	margin-bottom:25px;
}

.products-section .content-column .inner-column h2 span{
	color:#1a6ab4;
	font-size:40px;
	display:block;
}

.products-section .content-column .inner-column .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:38px;
	font-family: 'Open Sans', sans-serif;
}

.products-section .content-column .inner-column .theme-btn{
	font-size:13px;
}

/*** 

====================================================================
	Shop Single Section
====================================================================

***/

.shop-single-section{
	position:relative;
	padding:100px 0px 0px;
}

.shop-single{
	position:relative;
	margin-bottom:90px;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:40px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:40px;
}

.product-details .image-column .image-box{
	padding-right:40px;
}

.product-details .info-column .inner-column{
	position:relative;
	padding-left:15px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
	background-color:#f4f4f4;
}

.product-details .basic-details h4{
	font-size:34px;
	font-weight:700;
	margin:-5px 0px 0px;
	line-height:1.2em;
	color:#242424;
	padding-bottom:20px;
}

.product-details .basic-details .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	padding:25px 0px;
	margin-bottom:22px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}

.product-details .basic-details .price{
	position:relative;
	color:#242424;
	font-size:18px;
	font-weight:500;
	margin-bottom:30px;
	font-family: 'Poppins', sans-serif;
}

.product-details .basic-details .price span{
	font-weight:700;
	font-size:22px;
	color:#242424;
	margin-left:10px;
	font-family: 'Lato', sans-serif;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:46px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:11px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:-2px;	
}

.product-details .basic-details .item-quantity{
	position:relative;
	margin-bottom:40px;
}

.product-details .info-column .inner-column .btn-style-eight{
	padding:11px 36px;
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	color:#242424;
	font-weight:600;
	font-size:18px;
	line-height:40px;
	margin-right:20px;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
}

.product-details .basic-details .item-quantity .bootstrap-touchspin{
	width:80px;
}

.product-details .basic-details .cart-btn{
	position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #242424;
    padding: 9px 32px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 1px;
    background-color: #1a6ab4;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.product-details .basic-details .cart-btn:hover{
	background: #242424;
	color: #ffffff;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
	font-size: 18px;
	font-style:normal;
	font-weight:800;
	font-family: 'Font Awesome 5 Free';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
	font-size: 18px;
	font-style:normal;
	font-weight:800;
	font-family: 'Font Awesome 5 Free';
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs{
	position:relative;
	margin-bottom:60px;
}

.shop-single .product-details .prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
	border-bottom:1px solid #e2e2e2;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:10px;
	font-size:16px;
	background:#1a6ab4;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:600;
	line-height:24px;
	cursor:pointer;
	border:1px solid transparent;
	padding:11px 30px 9px;
	transition:all 500ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	top:-2px;
	width:100%;
	height:3px;
	opacity:0;
	background-color:#1a6ab4;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn::before,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover:after,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:100%;
	height:1px;
	background-color:#ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#242424;
	border-color:#e2e2e2;
	background:#ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content{
	position:relative;
	padding:50px 35px 30px;
	border:1px solid #e2e2e2;
	border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:16px;
	color:#797979;
	line-height:1.7em;
	margin-bottom:25px;
}

.prod-tabs .tabs-content .tab .title{
	position:relative;
	color:#232527;
	font-size:20px;
	font-weight:600;
	margin-top:10px;
	margin-bottom:25px;
	font-family: 'Montserrat', sans-serif;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.shop-single .comments-area{
	position:relative;
	margin-top:0px;
	margin-bottom:50px;
}

.shop-single .group-title{
	position:relative;
	margin-bottom:40px;
}

.shop-single .group-title h2{
	position:relative;
	font-size:24px;
	color:#232628;
	font-weight:600;
	padding-bottom:15px;
	text-transform:uppercase;
	border-bottom:1px solid #f2f2f2;
}

.shop-single .group-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:55px;
	height:2px;
	background-color:#fbd848;
}

.shop-single .comments-area .comment-box{
	position:relative;
	margin-bottom:30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-single .comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}

.shop-single .comments-area .comment-box:hover{
	border-color:#eb5310;	
}

.shop-single .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 90px;
}

.shop-single .comments-area .comment .comment-inner{
	position:relative;
	padding:15px 20px;
	border:1px solid #f4f4f4;
}

.shop-single .comments-area .comment .comment-inner .rating{
	position:absolute;
	right:15px;
	top:15px;
}

.shop-single .comments-area .comment .comment-inner .rating .fa{
	display:inline-block;
	color:#1a6ab4;
}

.shop-single .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	margin-bottom:20px;
}

.shop-single .comments-area .comment-box .author-thumb img{
	width:60px;
	display:block;
}

.shop-single .comments-area .comment-info{
	position:relative;
	color:#232527;
	line-height:24px;
	font-size:16px;	
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.shop-single .comments-area .comment-box .text{
	color:#848484;
	font-size:14px;
    margin-top:8px;
	font-weight:300;
    line-height: 1.8em;
	margin-bottom:0px;
}

/*Comment Form*/

.shop-comment-form{
	position:relative;
}

.shop-comment-form h2{
	position:relative;
	color:#232628;
	font-size:24px;
	font-weight:700;
	margin-bottom:30px;
	padding-bottom:15px;
	text-transform:uppercase;
	border-bottom:1px solid #f2f2f2;
}

.shop-comment-form h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:55px;
	height:2px;
	background-color:#1a6ab4;
}

.shop-comment-form .group-title{
	margin-bottom:20px;
}

.shop-comment-form .rating-box{
	position:relative;
	margin-bottom:30px;
}

.shop-comment-form .rating-box .text{
	position:relative;
	font-size:16px;
	color:#848484;
	margin-bottom:10px;
}

.shop-comment-form .rating-box .rating{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child{
	border-right:0px;
}

.shop-comment-form .rating-box .rating .fa{
	position:relative;
	margin-right:6px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a{
	position:relative;
	color:#d6d6d6;
	font-size:14px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
	color:#1a6ab4;
}

.shop-comment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.shop-comment-form .form-group label{
	position:relative;
	color:#848484;
	font-size:14px;
	font-weight:400;
}

.shop-comment-form .form-group:last-child{
	margin-bottom:0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 15px;
	border:1px solid #efefef;
	height:50px;
	color:#848484;
	font-weight:300;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
	border-color:#1a6ab4;
}

.shop-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	color:#848484;
	border:1px solid #efefef;
	height:115px;
	font-weight:300;
	background:#ffffff;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form button{
	position:relative;
	margin-top:10px;
}

.related-products{
	position:relative;
	margin-bottom:20px;
}

.related-products .title-box{
	position:relative;
	margin-bottom:35px;
}

.related-products .title-box h2{
	position:relative;
	color:#242424;
	font-size:35px;
	font-weight:700;
	display:inline-block;
	padding-right:20px;
}

.related-products .title-box h2:before{
	position:absolute;
	content:'';
	left:100%;
	bottom:5px;
	height:2px;
	width:40px;
	background-color:#1a6ab4;
}






/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section{
	position:relative;
	padding:100px 0px 80px;
}

.cart-outer{
	position:relative;	
}

.checkout-page .cart-outer{
	margin-bottom:40px;	
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;	
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:13px;
	background:#f9f9f9;
	color:#1c1c1c;
	border:1px solid #ebebeb;
}

.cart-table thead tr th{
	line-height:24px;
	padding:13px 30px;
	font-weight:600;
	font-size:20px;
	color:#242424;
	text-transform:capitalize;
	border-right:1px solid #ebebeb;
	font-family: 'Rufina', serif;
}

.cart-table thead tr th .fa{
	font-size:18px;	
}

.cart-table thead tr th.prod-column{
	text-align:left;
}

.cart-table tbody tr td{
	line-height:24px;
	padding:25px 30px 25px;
}

.cart-table tbody tr .qty{
	width:200px;
	padding-right:80px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#ffffff;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:relative;
	width:120px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
	font-size:14px;
	color:#444444;
	font-weight:400;
	line-height:90px;
}

.cart-table tbody tr .prod-column .author{
	font-size:13px;
	color:#333333;
	margin-bottom:0px;
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#797979;
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	color:#1c1c1c;
	line-height:30px;
	font-weight:500;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	font-size:24px;
	line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
	color:#1a6ab4;
}

.cart-table tbody tr{
	border-bottom:1px solid #e9e9e9;	
}

.cart-table tbody tr td{
	vertical-align:middle;
	color:#797979;
	font-size:17px;
	border-left:1px solid #ebebeb;
}

.cart-table tbody tr .total-price{
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}

.cart-table tbody tr td:last-child{
	border-right:1px solid #ebebeb;
	text-align:center;
}

.cart-table tbody tr td .prod-title{
	position:relative;
	font-size:17px;
	color:#797979;
	font-family: 'Lato', sans-serif;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;	
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#223555;
	border-radius:50%;
}

.cart-section .cart-options{
	position:relative;
	padding:28px 35px 15px;
	margin-bottom:50px;
	background-color:#f9f9f9;
	border:1px solid #ebebeb;
	border-top:0px;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:10px;	
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:15px;
	padding:8px 10px;
	border:1px solid #eeeeee;
	width:165px;
	height:33px;
	font-size:14px;
	background:#ffffff;
}

.cart-section .coupon-btn{
	color:#242424;
    padding:4px 26px;
    line-height: 24px;
    border-radius: 3px;
	font-size:15px;
	font-weight:400;
	border-color:#1a6ab4;
	background-color:#1a6ab4;
	font-family: 'Open Sans', sans-serif;
}

.cart-section .btn-style-two:hover{
	color:#ffffff;
}

.cart-section .cart-options .cart-btn{
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #242424;
    padding: 7px 28px;
    font-weight: 600;
    overflow: hidden;
	margin-top:-5px;
    letter-spacing: 1px;
    background-color: #1a6ab4;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.cart-section .totals-table{
	position:relative;
	margin-bottom:20px;
	border:1px solid #ebebeb;
}

.cart-section .totals-table li{
	line-height:24px;
	padding:14px 22px;
	border-bottom:1px solid #ebebeb;	
}

.cart-section .totals-table li:first-child{
	background-color:#f9f9f9;
}

.cart-section .totals-table li h3{
	position:relative;
	font-weight:600;
	color:#242424;
	font-size:18px;
	font-family: 'Poppins', sans-serif;
}

.cart-section .totals-table li:last-child{
	border-bottom:none;
	margin-bottom:0px;
	padding:25px 30px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:24px;
	width:50%;
	color:#242424;
	font-size:17px;
	text-transform:capitalize;
}

.cart-section .totals-table li .col:last-child{
	text-align:right;
	color:#797979;
}

.cart-section .totals-table .total .price{
	color:#363636 !important;
	font-weight:700;
}

.cart-section .totals-table .proceed-btn{
	position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #242424;
    padding: 7px 28px;
    font-weight: 600;
    overflow: hidden;
    margin-top: -5px;
    letter-spacing: 1px;
    background-color: #1a6ab4;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.cart-table tbody tr .qty .input-group-btn-vertical{
	position:absolute;
	right:0px;
	top:0px;
}

/*Check Out Page*/

.checkout-page{
	position:relative;
	padding:100px 0px 80px;
}

.checkout-page .title-box{
	position:relative;
	margin-bottom:35px;
}

.checkout-page .title-box h2{
	position:relative;
	color:#242424;
	font-size:35px;
	font-weight:700;
	display:inline-block;
	padding-right:20px;
}

.checkout-page .title-box h2:before{
	position:absolute;
	content:'';
	left:100%;
	bottom:5px;
	height:2px;
	width:40px;
	background-color:#1a6ab4;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:18px 28px;
	background:#f9f9f9;
	color:#797979;
	font-size:20px;
	font-weight:600;
	border:1px solid #ebebeb;
	font-family: 'Rufina', serif;
}

.checkout-page .default-links li a{
	color:#242424;
	text-decoration:underline;
}

.shop-form .billing-inner{
	position:relative;
	padding-right:100px;
}

.shop-form .sec-title h2{
	font-size:32px;
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group{
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group.sec-title{
	margin-bottom:0px;
	padding-bottom:30px;
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	text-transform:capitalize;
	color:#797979;	
	font-size:15px;
	font-weight:600;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0px;
	color:#797979;	
	font-size:16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:16px;
	padding:10px 15px;
	height:38px;
	border:1px solid #e2e2e2;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#c6c6c6;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#1a6ab4;	
}

/*Shop Order Box*/

.shop-order-box{
	position:relative;
	padding:20px 28px 60px;
	border:1px solid #d9d9d9;
	background-color:#fdfdfd;
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	margin-bottom:12px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}

.shop-order-box .order-list li span{
	float:right;
	width:35%;
	text-align:left;
	font-size:17px;
	text-transform:capitalize;
}

.shop-order-box .order-list li span.dark{
	color:#242424;
	font-weight:700;
}

.shop-order-box .order-list li.total{
	padding:8px 0px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#797979;
	cursor:pointer;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:500;
	display: inline-block;
	color:#797979;
	font-size:15px;
	font-family: 'Poppins', sans-serif;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:5px;	
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:12px;
}

.checkout-page .payment-options li .what-paypall{
	font-size:13px;
	font-weight:600;
	margin-left:15px;
	color:#4349d9;
	font-family: 'Poppins', sans-serif;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:16px;
	color:#8e8d8d;
	border-radius:4px;
	line-height:20px;
	line-height:1.7em;
	margin-top:20px;
	margin-left:-30px;
	background-color:#ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.place-order .order-btn{
	position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #242424;
    padding: 7px 28px;
    font-weight: 600;
    overflow: hidden;
    margin-top: -5px;
    letter-spacing: 1px;
    background-color: #1a6ab4;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}


/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:80px 0px 50px;
}

.about-section:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:270px;
	height:270px;
	background:url(../images/curve-1.png) no-repeat;
}

.about-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .image-column .inner-column{
	position:relative;
	padding-left:100px;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	top:50px;
	width:496px;
	height:478px;
	border:2px solid #ebebeb;
}

.about-section .image-column .image{
	position:relative;
}

.about-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-top:60px;
}

.about-section .content-column .inner-column .bold-text{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:700;
	margin-bottom:35px;
}

.about-section .content-column .inner-column .sec-title{
	margin-bottom:22px;
}

.about-section .content-column .inner-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:50px;
    font-family: 'Arimo', sans-serif;
}

.about-section .content-column .inner-column .experiance-box span{
	position:absolute;
	left:30px;
	top:-10px;
	line-height:1em;
	font-size:84px;
	font-weight:800;
}

.about-section .content-column .inner-column .experiance-box span:before{
	position:absolute;
	content:'';
	left:-30px;
	top:-15px;
	width:110px;
	height:110px;
	z-index:-1;
	border:3px solid #dddddd;
}


/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-section{
	position:relative;
	background-size:cover;
	padding:80px 0px 50px 0px;
	background-color:#3d4a66;
	background-repeat:repeat;
}

.fact-counter-section .outer-image{
	position:absolute;
	left:0px;
	bottom:-100px;
}

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .count-outer{
	position:relative;
	font-size:36px;
	line-height:1em;
	font-weight:500;
	margin:0px 0px;
}

.fact-counter .count-outer .icon{
	position:relative;
	width:70px;
	height:70px;
	color:#1a6ab4;
	display:block;
	font-size:36px;
	text-align:center;
	margin:0 auto;
	line-height:66px;
	margin-bottom:35px;
	border:1px dashed #ffffff;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:40px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:#ffffff;
	margin-top:10px;
	text-transform:uppercase;
	display:block;
	letter-spacing:1px;
}


/*** 

====================================================================
	Project Section
====================================================================

***/

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

.project-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(34,34,34,0.97);
}

.project-tab{
	position:relative;	
}

.project-tab .sec-title{
	margin-bottom:40px;
}

.project-tab .project-carousel .owl-nav,
.project-tab .project-carousel .owl-dots{
	display:none;
}

.project-tab .tabs-header{
	position:relative;
}

.project-tab .product-tab-btns{
	position:relative;
	padding-top:42px;
	top:20px;
}

.project-tab .product-tab-btns .p-tab-btn{
	position:relative;
	cursor:pointer;
	color:#ffffff;
	font-weight:400;
	font-size:14px;
	display:inline-block;
	margin-bottom:10px;
	margin-left:30px;
	text-transform:uppercase;
	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;
}

.project-tab .product-tab-btns .p-tab-btn:last-child{
	padding-right:0px;
}

.project-tab .product-tab-btns .p-tab-btn:last-child::after{
	display:none;
}

.project-tab .product-tab-btns .p-tab-btn:hover,
.project-tab .product-tab-btns .p-tab-btn.active-btn{
	color:#1a6ab4;
}

.project-tab .p-tabs-content{
	position:relative;
	display:block;	
}

.project-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}

.project-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.project-block{
	position:relative;
}

.project-block .inner-box{
	position:relative;
	overflow:hidden;
}

.project-block .inner-box .image{
	position:relative;
}

.project-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:80%;
	display:block;
	z-index:1;
	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;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
}

.project-block .inner-box:hover .image:before{
	opacity:0;
}

.project-block .inner-box .image .overlay-box{
	position: absolute;
    left: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 1;
    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;
}

.project-block .inner-box:hover .image .overlay-box{
	opacity:0;
}

.project-block .inner-box .image .overlay-box .content{
	position:relative;
}

.project-block .inner-box .image .overlay-box .content h3{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	line-height:1.7em;
	margin-bottom:10px;
}

.project-block .inner-box .image .overlay-box .content .see-project{
	position:relative;
	color:#1a6ab4;
	font-size:14px;
}

.project-block .inner-box .image .overlay-box .content .see-project .fa{
	margin-left:5px;
}

.project-block .inner-box .image .overlay-two{
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
	top:0px;
	z-index:2;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	background-color:#ebebeb;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.project-block .inner-box:hover .image .overlay-two{
	opacity:1;
	-webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.project-block .inner-box .image .overlay-two .overlay-two-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
	text-align: left;
    padding: 10px 20px;
	vertical-align: middle;
}

.project-block .inner-box .overlay-two .overlay-two-inner .overlay-two-content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.project-block .inner-box .image .overlay-two h2{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:10px;
}

.project-block .inner-box .image .overlay-two h2 a{
	position:relative;
	color:#222222;
}

.project-block .inner-box .image .overlay-two .text{
	position:relative;
	color:#222;
	font-size:15px;
	line-height: 1.8em;
	margin-bottom:10px;
	font-weight:500;
}

.project-block .inner-box .image .overlay-two .see-more{
	position:relative;
	font-size:15px;
	color:#222222;
	font-weight:600;
}

.project-block .inner-box .image .overlay-two .see-more .fa{
	margin-left:5px;
}
.p-tab.active-tab .project-block{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
}

.p-tab .project-block{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);	
}


.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-bottom-center {
    background-position: bottom center;
}
.section-full {
    position: relative;
}
.sx-bg-secondry {
    background-color: #23252d;
}


/*-------------------------------------
	padding (around)
-------------------------------------*/

.p-a0 {
	padding: 0;
}

.p-a5 {
	padding: 5px;
}

.p-a10 {
	padding: 10px;
}

.p-a15 {
	padding: 15px;
}

.p-a20 {
	padding: 20px;
}

.p-a25 {
	padding: 25px;
}

.p-a30 {
	padding: 30px;
}

.p-a40 {
	padding: 40px;
}

.p-a50 {
	padding: 50px;
}

.p-a60 {
	padding: 60px;
}

.p-a70 {
	padding: 70px;
}

.p-a80 {
	padding: 80px;
}

.p-a90 {
	padding: 90px;
}

.p-a100 {
	padding: 100px;
}

.p-a110 {
	padding: 110px;
}

.p-a120 {
	padding: 120px;
}

.p-a130 {
	padding: 130px;
}

.p-a140 {
	padding: 140px;
}

.p-a150 {
	padding: 150px;
}


/*-------------------------------------
	Padding (top)
-------------------------------------*/

.p-t0 {
	padding-top: 0;
}

.p-t5 {
	padding-top: 5px;
}

.p-t10 {
	padding-top: 10px;
}

.p-t15 {
	padding-top: 15px;
}

.p-t20 {
	padding-top: 20px;
}

.p-t30 {
	padding-top: 30px;
}

.p-t40 {
	padding-top: 40px;
}

.p-t50 {
	padding-top: 50px;
}

.p-t60 {
	padding-top: 60px;
}

.p-t70 {
	padding-top: 70px;
}

.p-t80 {
	padding-top: 80px;
}

.p-t90 {
	padding-top: 90px;
}

.p-t100 {
	padding-top: 100px;
}

.p-t110 {
	padding-top: 110px;
}

.p-t120 {
	padding-top: 120px;
}

.p-t130 {
	padding-top: 130px;
}

.p-t140 {
	padding-top: 140px;
}

.p-t150 {
	padding-top: 150px;
}


/*-------------------------------------
    Padding (bottom)
-------------------------------------*/

.p-b0 {
	padding-bottom: 0;
}

.p-b5 {
	padding-bottom: 5px;
}

.p-b10 {
	padding-bottom: 10px;
}

.p-b15 {
	padding-bottom: 15px;
}

.p-b20 {
	padding-bottom: 20px;
}

.p-b30 {
	padding-bottom: 30px;
}

.p-b40 {
	padding-bottom: 40px;
}

.p-b50 {
	padding-bottom: 50px;
}

.p-b60 {
	padding-bottom: 60px;
}

.p-b70 {
	padding-bottom: 70px;
}

.p-b80 {
	padding-bottom: 80px;
}

.p-b90 {
	padding-bottom: 90px;
}

.p-b100 {
	padding-bottom: 100px;
}

.p-b110 {
	padding-bottom: 110px;
}

.p-b120 {
	padding-bottom: 120px;
}

.p-b130 {
	padding-bottom: 130px;
}

.p-b140 {
	padding-bottom: 140px;
}

.p-b150 {
	padding-bottom: 150px;
}


/*-------------------------------------
	Padding (left)
-------------------------------------*/

.p-l0 {
	padding-left: 0;
}

.p-l5 {
	padding-left: 5px;
}

.p-l10 {
	padding-left: 10px;
}

.p-l15 {
	padding-left: 15px;
}

.p-l20 {
	padding-left: 20px;
}

.p-l30 {
	padding-left: 30px;
}

.p-l40 {
	padding-left: 40px;
}

.p-l50 {
	padding-left: 50px;
}

.p-l60 {
	padding-left: 60px;
}

.p-l70 {
	padding-left: 70px;
}

.p-l80 {
	padding-left: 80px;
}

.p-l90 {
	padding-left: 90px;
}

.p-l100 {
	padding-left: 100px;
}

.p-l110 {
	padding-left: 110px;
}

.p-l120 {
	padding-left: 120px;
}

.p-l130 {
	padding-left: 130px;
}

.p-l140 {
	padding-left: 140px;
}

.p-l150 {
	padding-left: 150px;
}


/*-------------------------------------
	Padding (right)
-------------------------------------*/

.p-r0 {
	padding-right: 0;
}

.p-r5 {
	padding-right: 5px;
}

.p-r10 {
	padding-right: 10px;
}

.p-r15 {
	padding-right: 15px;
}

.p-r20 {
	padding-right: 20px;
}

.p-r30 {
	padding-right: 30px;
}

.p-r40 {
	padding-right: 40px;
}

.p-r50 {
	padding-right: 50px;
}

.p-r60 {
	padding-right: 60px;
}

.p-r70 {
	padding-right: 70px;
}

.p-r80 {
	padding-right: 80px;
}

.p-r90 {
	padding-right: 90px;
}

.p-r100 {
	padding-right: 100px;
}

.p-r110 {
	padding-right: 110px;
}

.p-r120 {
	padding-right: 120px;
}

.p-r130 {
	padding-right: 130px;
}

.p-r140 {
	padding-right: 140px;
}

.p-r150 {
	padding-right: 150px;
}


/*-------------------------------------
	Padding (left right)
-------------------------------------*/

.p-lr0 {
	padding-left: 0;
	padding-right: 0;
}

.p-lr5 {
	padding-left: 5px;
	padding-right: 5px;
}

.p-lr10 {
	padding-left: 10px;
	padding-right: 10px;
}

.p-lr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.p-lr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.p-lr30 {
	padding-left: 30px;
	padding-right: 30px;
}

.p-lr40 {
	padding-left: 40px;
	padding-right: 40px;
}

.p-lr50 {
	padding-left: 50px;
	padding-right: 50px;
}

.p-lr60 {
	padding-left: 60px;
	padding-right: 60px;
}

.p-lr70 {
	padding-left: 70px;
	padding-right: 70px;
}

.p-lr80 {
	padding-left: 80px;
	padding-right: 80px;
}

.p-lr90 {
	padding-left: 90px;
	padding-right: 90px;
}

.p-lr100 {
	padding-left: 100px;
	padding-right: 100px;
}

.p-lr120 {
	padding-left: 120px;
	padding-right: 120px;
}

.p-lr150 {
	padding-left: 150px;
	padding-right: 150px;
}


/*-------------------------------------
	Padding (top bottom)
-------------------------------------*/

.p-tb0 {
	padding-bottom: 0;
	padding-top: 0;
}

.p-tb5 {
	padding-bottom: 5px;
	padding-top: 5px;
}

.p-tb10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.p-tb15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.p-tb20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.p-tb30 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.p-tb40 {
	padding-bottom: 40px;
	padding-top: 40px;
}

.p-tb50 {
	padding-bottom: 50px;
	padding-top: 50px;
}

.p-tb60 {
	padding-bottom: 60px;
	padding-top: 60px;
}

.p-tb70 {
	padding-bottom: 70px;
	padding-top: 70px;
}

.p-tb80 {
	padding-bottom: 80px;
	padding-top: 80px;
}

.p-tb90 {
	padding-bottom: 90px;
	padding-top: 90px;
}

.p-tb100 {
	padding-bottom: 100px;
	padding-top: 100px;
}

.p-tb120 {
	padding-bottom: 120px;
	padding-top: 120px;
}

.p-tb150 {
	padding-bottom: 150px;
	padding-top: 150px;
}


/*-------------------------------------
	margin (around)
-------------------------------------*/

.m-a-1 {
	margin: -1px
}

.m-a0 {
	margin: 0;
}

.m-a5 {
	margin: 5px;
}

.m-a10 {
	margin: 10px;
}

.m-a15 {
	margin: 15px;
}

.m-a20 {
	margin: 20px;
}

.m-a30 {
	margin: 30px;
}

.m-a40 {
	margin: 40px;
}

.m-a50 {
	margin: 50px;
}

.m-a60 {
	margin: 60px;
}

.m-a70 {
	margin: 70px;
}

.m-a80 {
	margin: 80px;
}

.m-a90 {
	margin: 90px;
}

.m-a100 {
	margin: 100px;
}

.m-a110 {
	margin: 110px;
}

.m-a120 {
	margin: 120px;
}

.m-a130 {
	margin: 130px;
}

.m-a140 {
	margin: 140px;
}

.m-a150 {
	margin: 150px;
}


/*-------------------------------------
	marging (top)
-------------------------------------*/

.m-t0 {
	margin-top: 0;
}

.m-t5 {
	margin-top: 5px;
}

.m-t10 {
	margin-top: 10px;
}

.m-t15 {
	margin-top: 15px;
}

.m-t20 {
	margin-top: 20px;
}

.m-t30 {
	margin-top: 30px;
}

.m-t40 {
	margin-top: 40px;
}

.m-t50 {
	margin-top: 50px;
}

.m-t60 {
	margin-top: 60px;
}

.m-t70 {
	margin-top: 70px;
}

.m-t80 {
	margin-top: 80px;
}

.m-t90 {
	margin-top: 90px;
}

.m-t100 {
	margin-top: 100px;
}

.m-t110 {
	margin-top: 110px;
}

.m-t120 {
	margin-top: 120px;
}

.m-t130 {
	margin-top: 130px;
}

.m-t140 {
	margin-top: 140px;
}

.m-t150 {
	margin-top: 150px;
}


/*-------------------------------------
	marging (bottom)
-------------------------------------*/

.m-b0 {
	margin-bottom: 0;
}

.m-b5 {
	margin-bottom: 5px;
}

.m-b10 {
	margin-bottom: 10px;
}

.m-b15 {
	margin-bottom: 15px;
}

.m-b20 {
	margin-bottom: 20px;
}

.m-b30 {
	margin-bottom: 30px;
}

.m-b40 {
	margin-bottom: 40px;
}

.m-b50 {
	margin-bottom: 50px;
}

.m-b60 {
	margin-bottom: 60px;
}

.m-b70 {
	margin-bottom: 70px;
}

.m-b80 {
	margin-bottom: 80px;
}

.m-b90 {
	margin-bottom: 90px;
}

.m-b100 {
	margin-bottom: 100px;
}

.m-b110 {
	margin-bottom: 110px;
}

.m-b120 {
	margin-bottom: 120px;
}

.m-b130 {
	margin-bottom: 130px;
}

.m-b140 {
	margin-bottom: 140px;

}

.m-b150 {
	margin-bottom: 150px;
}


/*-------------------------------------
	marging (left)
-------------------------------------*/

.m-l0 {
	margin-left: 0;
}

.m-l5 {
	margin-left: 5px;
}

.m-l10 {
	margin-left: 10px;
}

.m-l15 {
	margin-left: 15px;
}

.m-l20 {
	margin-left: 20px;
}

.m-l30 {
	margin-left: 30px;
}

.m-l40 {
	margin-left: 40px;
}

.m-l50 {
	margin-left: 50px;
}

.m-l60 {
	margin-left: 60px;
}

.m-l70 {
	margin-left: 70px;
}

.m-l80 {
	margin-left: 80px;
}

.m-l90 {
	margin-left: 90px;
}

.m-l100 {
	margin-left: 100px;
}

.m-l110 {
	margin-left: 110px;
}

.m-l120 {
	margin-left: 120px;
}

.m-l130 {
	margin-left: 130px;
}

.m-l140 {
	margin-left: 140px;
}

.m-l150 {
	margin-left: 150px;
}


/*-------------------------------------
	marging (right)
-------------------------------------*/

.m-r0 {
	margin-right: 0;
}

.m-r5 {
	margin-right: 5px;
}

.m-r10 {
	margin-right: 10px;
}

.m-r15 {
	margin-right: 15px;
}

.m-r20 {
	margin-right: 20px;
}

.m-r30 {
	margin-right: 30px;
}

.m-r40 {
	margin-right: 40px;
}

.m-r50 {
	margin-right: 50px;
}

.m-r60 {
	margin-right: 60px;
}

.m-r70 {
	margin-right: 70px;
}

.m-r80 {
	margin-right: 80px;
}

.m-r90 {
	margin-right: 90px;
}

.m-r100 {
	margin-right: 100px;
}

.m-r110 {
	margin-right: 110px;
}

.m-r120 {
	margin-right: 120px;
}

.m-r130 {
	margin-right: 130px;
}

.m-r140 {
	margin-right: 140px;
}

.m-r150 {
	margin-right: 150px;
}


/*-------------------------------------
	marging (left right)
-------------------------------------*/

.m-lr0 {
	margin-left: 0;
	margin-right: 0;
}

.m-lr5 {
	margin-left: 5px;
	margin-right: 5px;
}

.m-lr10 {
	margin-left: 10px;
	margin-right: 10px;
}

.m-lr15 {
	margin-left: 15px;
	margin-right: 15px;
}

.m-lr20 {
	margin-left: 20px;
	margin-right: 20px;
}

.m-lr30 {
	margin-left: 30px;
	margin-right: 30px;
}

.m-lr40 {
	margin-left: 40px;
	margin-right: 40px;
}

.m-lr50 {
	margin-left: 50px;
	margin-right: 50px;
}

.m-lr60 {
	margin-left: 60px;
	margin-right: 60px;
}

.m-lr70 {
	margin-left: 70px;
	margin-right: 70px;
}

.m-lr80 {
	margin-left: 80px;
	margin-right: 80px;
}

.m-lr90 {
	margin-left: 90px;
	margin-right: 90px;
}

.m-lr100 {
	margin-left: 100px;
	margin-right: 100px;
}

.m-lr120 {
	margin-left: 120px;
	margin-right: 120px;
}

.m-lr150 {
	margin-left: 150px;
	margin-right: 150px;
}


/*-------------------------------------
	marging (top bottom)
-------------------------------------*/

.m-tb0 {
	margin-bottom: 0;
	margin-top: 0;
}

.m-tb5 {
	margin-bottom: 5px;
	margin-top: 5px;
}

.m-tb10 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.m-tb15 {
	margin-bottom: 15px;
	margin-top: 15px;
}

.m-tb20 {
	//margin-bottom: 20px;
	margin-top: 20px;
}

.m-tb30 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.m-tb40 {
	margin-bottom: 40px;
	margin-top: 40px;
}

.m-tb50 {
	margin-bottom: 50px;
	margin-top: 50px;
}

.m-tb60 {
	margin-bottom: 60px;
	margin-top: 60px;
}

.m-tb70 {
	margin-bottom: 70px;
	margin-top: 70px;
}

.m-tb80 {
	margin-bottom: 80px;
	margin-top: 80px;
}

.m-tb90 {
	margin-bottom: 90px;
	margin-top: 90px;
}

.m-tb100 {
	margin-bottom: 100px;
	margin-top: 100px;
}

.m-tb120 {
	margin-bottom: 120px;
	margin-top: 120px;
}

.m-tb150 {
	margin-bottom: 150px;
	margin-top: 150px;
}




/*Separator defualt*/

.section-head {
    margin-bottom: 40px;
}
.sx-separator-outer.separator-left{text-align:left;}
.sx-separator-outer.separator-right{text-align:right;}
.sx-separator-outer.separator-center{text-align:center}

.sx-separator-outer.separator-left .sep-line-one{padding:20px 60px 20px 20px;font-size:42px; font-weight:800;}
.sx-separator-outer.separator-left .sep-line-one:after{width: 20px;	right: 20px;	top: 50%; margin-top:-2px;}

.sx-separator-outer.separator-right .sep-line-one{padding:20px 20px 20px 60px; font-size:42px; font-weight:800;}
.sx-separator-outer.separator-right .sep-line-one:before{width: 20px;	left: 20px;	top: 50%; margin-top:-2px;}

.sx-separator-outer.separator-center .sep-line-one{padding:20px 60px 20px 60px; font-size:42px; font-weight:800;}
.sx-separator-outer.separator-center .sep-line-one:before{width: 20px;	left: 20px;	top: 50%; margin-top:-2px;}
.sx-separator-outer.separator-center .sep-line-one:after{width: 20px;	right: 20px;	top: 50%; margin-top:-2px;}


.section-head:hover .sx-separator-outer .sep-line-one:after{width: 35px;}
.section-head:hover .sx-separator-outer .sep-line-one:before{width: 35px;}


@media only screen and (max-width: 768px){
.sx-separator h1,
.sx-separator h2,
.sx-separator h3{	
	font-size:24px;
	margin-bottom:0px;
}
.sx-separator{margin-bottom:0px;}	

.sx-separator-outer.separator-left .sep-line-one{padding:10px 60px 10px 20px;font-size:26px; font-weight:700;}
.sx-separator-outer.separator-right .sep-line-one{padding:10px 20px 10px 60px; font-size:26px; font-weight:700;}
.sx-separator-outer.separator-center .sep-line-one{padding:10px 60px 10px 60px; font-size:26px; font-weight:700;}
}

@media only screen and (max-width: 640px){
.sx-separator-outer.separator-left{text-align:left;}
.sx-separator-outer.separator-right{text-align:left;}
.sx-separator-outer.separator-center{text-align:left;}
}

@media only screen and (max-width: 540px){
.sx-separator-outer.separator-center .sep-line-one{padding:20px 50px 14px 50px; letter-spacing:inherit;}
}

/*-------------------------------------
	Deviders 
-------------------------------------*/

.sx-divider {
	height: 1px;
	position: relative;
	margin: 30px 0;
}

.sx-divider.divider-2px {
	height: 2px;
}

.sx-divider.divider-3px {
	height: 3px;
}

.sx-divider.divider-4px {
	height: 4px;
}

.sx-divider i {
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: block;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sx-divider.icon-left {
	margin-left: 40px;
}

.sx-divider.icon-left i {
	left: -40px;
}

.sx-divider.icon-right {
	margin-right: 40px;
}

.sx-divider.icon-right i {
	left: auto;
	right: -40px;
}

.sx-divider.icon-center i {
	left: 50%;
	margin-left: -5px;
}



.our-story {
	position: relative;
	z-index: 0;
	display: flex;
	margin-bottom: 30px;
	border-bottom: 1px dashed #404040;
	padding-bottom: 25px;
	background-color: #1d1f26;
	padding: 20px;
}
.our-story:last-child {
	margin-bottom: 0px;
}
.our-story-detail{
	margin-left:40px;
}
.our-story-time{
	min-width:30px;
}
.our-story-detail p{margin-bottom:0px;}


.our-story-time .date{
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
}
.our-story-time .month{display:block;}
.our-story-year{padding-left:20px;margin-left:20px;border-left:1px solid #fff; margin-bottom:0px;color: #d7b39a !important;}


.experience .our-story {
	position: relative;
	z-index: 0;
	display: flex;
	margin-bottom: 30px;
	border: 1px dashed #ddd;
	padding-bottom: 25px;
	background-color: #fff;
	padding: 20px;
}


@media only screen and (max-width:640px){
.our-story{
display:block;
}
.our-story .our-story-info{
	display: block !important;
	justify-content: inherit !important;
	margin-bottom:10px;
}
.our-story-year{
	border-left:0px;
	padding-left:0px;
	margin-left:0px;
	display:inline-block;
	font-size:14px;
	font-weight:600;
}
.our-story-time {
    min-width: auto;
	display:inline-block;
}
.our-story-time .date,
.our-story-time .month{
	display:inline-block;
	font-size:14px;
	font-weight:500;	
}
.our-story-time .date{
	padding-right:3px;	
}

.our-story-detail{
	margin-left:0px;
}

}



.cs-testimonials {
    position: relative
}

.cs-testimonials__swiper {
    margin: 0 -15px;
    padding-bottom: 107px
}

@media screen and (max-width:767px) {
    .cs-testimonials__swiper {
        padding-bottom: 70px
    }
}

.cs-testimonials__pagination {
    bottom: 0
}

.cs-testimonials__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    border: 1px solid #383c50;
    background-color: transparent;
    opacity: 1
}

.cs-testimonials__pagination.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #383c50
}

.cs-testimonials__item {
    padding: 0 15px
}

.cs-testimonials__info {
    position: relative;
    margin-bottom: 30px;
    padding: 40px 29px 32px;
    -webkit-box-shadow: 6.5px 11.3px 16.6px 1.4px rgba(40, 43, 49, .13);
    box-shadow: 6.5px 11.3px 16.6px 1.4px rgba(40, 43, 49, .13)
}

.cs-testimonials__info:before {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 30px solid transparent;
    border-right: 21px solid rgba(29, 29, 29, .7);
    border-bottom: 30px solid transparent;
    content: ""
}

.cs-testimonials__info:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: ""
}

.cs-testimonials__title {
    position: relative;
    margin-bottom: 0;
    letter-spacing: .4px;
    z-index: 10
}

.cs-testimonials__title+.cs-testimonials__description {
    margin-top: 12px
}

.cs-testimonials__description {
    position: relative;
    z-index: 10
}

.cs-testimonials__description p {
    color: rgba(56, 60, 80, .5)
}

.cs-testimonials__user-img {
    display: inline-block;
    width: 76px;
    height: 76px;
    margin-left: 13px;
    border-radius: 50%;
    vertical-align: middle
}

.cs-testimonials__user-info {
    display: inline-block;
    width: calc(100% - 95px);
    padding-top: 10px;
    padding-left: 16px;
    vertical-align: middle
}

.cs-testimonials__user-name {
    margin-bottom: 0
}

.cs-testimonials__user-position {
    margin-top: 0;
    color: rgba(56, 60, 80, .6);
    font-size: 14px
}



.margin-lg-0t {
    margin-top: 0
}

.margin-lg-5t {
    margin-top: 5px
}

.margin-lg-10t {
    margin-top: 10px
}

.margin-lg-15t {
    margin-top: 15px
}

.margin-lg-20t {
    margin-top: 20px
}

.margin-lg-25t {
    margin-top: 25px
}

.margin-lg-30t {
    margin-top: 30px
}

.margin-lg-35t {
    margin-top: 35px
}

.margin-lg-40t {
    margin-top: 40px
}

.margin-lg-45t {
    margin-top: 45px
}

.margin-lg-50t {
    margin-top: 50px
}

.margin-lg-55t {
    margin-top: 55px
}

.margin-lg-60t {
    margin-top: 60px
}

.margin-lg-65t {
    margin-top: 65px
}

.margin-lg-70t {
    margin-top: 70px
}

.margin-lg-75t {
    margin-top: 75px
}

.margin-lg-80t {
    margin-top: 80px
}

.margin-lg-85t {
    margin-top: 85px
}

.margin-lg-90t {
    margin-top: 90px
}

.margin-lg-95t {
    margin-top: 95px
}

.margin-lg-100t {
    margin-top: 100px
}

.margin-lg-105t {
    margin-top: 105px
}

.margin-lg-110t {
    margin-top: 110px
}

.margin-lg-115t {
    margin-top: 115px
}

.margin-lg-120t {
    margin-top: 120px
}

.margin-lg-125t {
    margin-top: 125px
}

.margin-lg-130t {
    margin-top: 130px
}

.margin-lg-135t {
    margin-top: 135px
}

.margin-lg-140t {
    margin-top: 140px
}

.margin-lg-145t {
    margin-top: 145px
}

.margin-lg-150t {
    margin-top: 150px
}

.margin-lg-155t {
    margin-top: 155px
}

.margin-lg-160t {
    margin-top: 160px
}

.margin-lg-165t {
    margin-top: 165px
}

.margin-lg-170t {
    margin-top: 170px
}

.margin-lg-175t {
    margin-top: 175px
}

.margin-lg-180t {
    margin-top: 180px
}

.margin-lg-185t {
    margin-top: 185px
}

.margin-lg-190t {
    margin-top: 190px
}

.margin-lg-195t {
    margin-top: 195px
}

.margin-lg-200t {
    margin-top: 200px
}

.margin-lg-0b {
    margin-bottom: 0
}

.margin-lg-5b {
    margin-bottom: 5px
}

.margin-lg-10b {
    margin-bottom: 10px
}

.margin-lg-15b {
    margin-bottom: 15px
}

.margin-lg-20b {
    margin-bottom: 20px
}

.margin-lg-25b {
    margin-bottom: 25px
}

.margin-lg-30b {
    margin-bottom: 30px
}

.margin-lg-35b {
    margin-bottom: 35px
}

.margin-lg-40b {
    margin-bottom: 40px
}

.margin-lg-45b {
    margin-bottom: 45px
}

.margin-lg-50b {
    margin-bottom: 50px
}

.margin-lg-55b {
    margin-bottom: 55px
}

.margin-lg-60b {
    margin-bottom: 60px
}

.margin-lg-65b {
    margin-bottom: 65px
}

.margin-lg-70b {
    margin-bottom: 70px
}

.margin-lg-75b {
    margin-bottom: 75px
}

.margin-lg-80b {
    margin-bottom: 80px
}

.margin-lg-85b {
    margin-bottom: 85px
}

.margin-lg-90b {
    margin-bottom: 90px
}

.margin-lg-95b {
    margin-bottom: 95px
}

.margin-lg-100b {
    margin-bottom: 100px
}

.margin-lg-105b {
    margin-bottom: 105px
}

.margin-lg-110b {
    margin-bottom: 110px
}

.margin-lg-115b {
    margin-bottom: 115px
}

.margin-lg-120b {
    margin-bottom: 120px
}

.margin-lg-125b {
    margin-bottom: 125px
}

.margin-lg-130b {
    margin-bottom: 130px
}

.margin-lg-135b {
    margin-bottom: 135px
}

.margin-lg-140b {
    margin-bottom: 140px
}

.margin-lg-145b {
    margin-bottom: 145px
}

.margin-lg-150b {
    margin-bottom: 150px
}

.margin-lg-155b {
    margin-bottom: 155px
}

.margin-lg-160b {
    margin-bottom: 160px
}

.margin-lg-165b {
    margin-bottom: 165px
}

.margin-lg-170b {
    margin-bottom: 170px
}

.margin-lg-175b {
    margin-bottom: 175px
}

.margin-lg-180b {
    margin-bottom: 180px
}

.margin-lg-185b {
    margin-bottom: 185px
}

.margin-lg-190b {
    margin-bottom: 190px
}

.margin-lg-195b {
    margin-bottom: 195px
}

.margin-lg-200b {
    margin-bottom: 200px
}

.padding-lg-0t {
    padding-top: 0
}

.padding-lg-5t {
    padding-top: 5px
}

.padding-lg-10t {
    padding-top: 10px
}

.padding-lg-15t {
    padding-top: 15px
}

.padding-lg-20t {
    padding-top: 20px
}

.padding-lg-25t {
    padding-top: 25px
}

.padding-lg-30t {
    padding-top: 30px
}

.padding-lg-35t {
    padding-top: 35px
}

.padding-lg-40t {
    padding-top: 40px
}

.padding-lg-45t {
    padding-top: 45px
}

.padding-lg-50t {
    padding-top: 50px
}

.padding-lg-55t {
    padding-top: 55px
}

.padding-lg-60t {
    padding-top: 60px
}

.padding-lg-65t {
    padding-top: 65px
}

.padding-lg-70t {
    padding-top: 70px
}

.padding-lg-75t {
    padding-top: 75px
}

.padding-lg-80t {
    padding-top: 80px
}

.padding-lg-85t {
    padding-top: 85px
}

.padding-lg-90t {
    padding-top: 90px
}

.padding-lg-95t {
    padding-top: 95px
}

.padding-lg-100t {
    padding-top: 100px
}

.padding-lg-105t {
    padding-top: 105px
}

.padding-lg-110t {
    padding-top: 110px
}

.padding-lg-115t {
    padding-top: 115px
}

.padding-lg-120t {
    padding-top: 120px
}

.padding-lg-125t {
    padding-top: 125px
}

.padding-lg-130t {
    padding-top: 130px
}

.padding-lg-135t {
    padding-top: 135px
}

.padding-lg-140t {
    padding-top: 140px
}

.padding-lg-145t {
    padding-top: 145px
}

.padding-lg-150t {
    padding-top: 150px
}

.padding-lg-155t {
    padding-top: 155px
}

.padding-lg-160t {
    padding-top: 160px
}

.padding-lg-165t {
    padding-top: 165px
}

.padding-lg-170t {
    padding-top: 170px
}

.padding-lg-175t {
    padding-top: 175px
}

.padding-lg-180t {
    padding-top: 180px
}

.padding-lg-185t {
    padding-top: 185px
}

.padding-lg-190t {
    padding-top: 190px
}

.padding-lg-195t {
    padding-top: 195px
}

.padding-lg-200t {
    padding-top: 200px
}

.padding-lg-0b {
    padding-bottom: 0
}

.padding-lg-5b {
    padding-bottom: 5px
}

.padding-lg-10b {
    padding-bottom: 10px
}

.padding-lg-15b {
    padding-bottom: 15px
}

.padding-lg-20b {
    padding-bottom: 20px
}

.padding-lg-25b {
    padding-bottom: 25px
}

.padding-lg-30b {
    padding-bottom: 30px
}

.padding-lg-35b {
    padding-bottom: 35px
}

.padding-lg-40b {
    padding-bottom: 40px
}

.padding-lg-45b {
    padding-bottom: 45px
}

.padding-lg-50b {
    padding-bottom: 50px
}

.padding-lg-55b {
    padding-bottom: 55px
}

.padding-lg-60b {
    padding-bottom: 60px
}

.padding-lg-65b {
    padding-bottom: 65px
}

.padding-lg-70b {
    padding-bottom: 70px
}

.padding-lg-75b {
    padding-bottom: 75px
}

.padding-lg-80b {
    padding-bottom: 80px
}

.padding-lg-85b {
    padding-bottom: 85px
}

.padding-lg-90b {
    padding-bottom: 90px
}

.padding-lg-95b {
    padding-bottom: 95px
}

.padding-lg-100b {
    padding-bottom: 100px
}

.padding-lg-105b {
    padding-bottom: 105px
}

.padding-lg-110b {
    padding-bottom: 110px
}

.padding-lg-115b {
    padding-bottom: 115px
}

.padding-lg-120b {
    padding-bottom: 120px
}

.padding-lg-125b {
    padding-bottom: 125px
}

.padding-lg-130b {
    padding-bottom: 130px
}

.padding-lg-135b {
    padding-bottom: 135px
}

.padding-lg-140b {
    padding-bottom: 140px
}

.padding-lg-145b {
    padding-bottom: 145px
}

.padding-lg-150b {
    padding-bottom: 150px
}

.padding-lg-155b {
    padding-bottom: 155px
}

.padding-lg-160b {
    padding-bottom: 160px
}

.padding-lg-165b {
    padding-bottom: 165px
}

.padding-lg-170b {
    padding-bottom: 170px
}

.padding-lg-175b {
    padding-bottom: 175px
}

.padding-lg-180b {
    padding-bottom: 180px
}

.padding-lg-185b {
    padding-bottom: 185px
}

.padding-lg-190b {
    padding-bottom: 190px
}

.padding-lg-195b {
    padding-bottom: 195px
}

.padding-lg-200b {
    padding-bottom: 200px
}

@media screen and (max-width:1199px) {
    .margin-md-0t {
        margin-top: 0
    }
    .margin-md-5t {
        margin-top: 5px
    }
    .margin-md-10t {
        margin-top: 10px
    }
    .margin-md-15t {
        margin-top: 15px
    }
    .margin-md-20t {
        margin-top: 20px
    }
    .margin-md-25t {
        margin-top: 25px
    }
    .margin-md-30t {
        margin-top: 30px
    }
    .margin-md-35t {
        margin-top: 35px
    }
    .margin-md-40t {
        margin-top: 40px
    }
    .margin-md-45t {
        margin-top: 45px
    }
    .margin-md-50t {
        margin-top: 50px
    }
    .margin-md-55t {
        margin-top: 55px
    }
    .margin-md-60t {
        margin-top: 60px
    }
    .margin-md-65t {
        margin-top: 65px
    }
    .margin-md-70t {
        margin-top: 70px
    }
    .margin-md-75t {
        margin-top: 75px
    }
    .margin-md-80t {
        margin-top: 80px
    }
    .margin-md-85t {
        margin-top: 85px
    }
    .margin-md-90t {
        margin-top: 90px
    }
    .margin-md-95t {
        margin-top: 95px
    }
    .margin-md-100t {
        margin-top: 100px
    }
    .margin-md-105t {
        margin-top: 105px
    }
    .margin-md-110t {
        margin-top: 110px
    }
    .margin-md-115t {
        margin-top: 115px
    }
    .margin-md-120t {
        margin-top: 120px
    }
    .margin-md-125t {
        margin-top: 125px
    }
    .margin-md-130t {
        margin-top: 130px
    }
    .margin-md-135t {
        margin-top: 135px
    }
    .margin-md-140t {
        margin-top: 140px
    }
    .margin-md-145t {
        margin-top: 145px
    }
    .margin-md-150t {
        margin-top: 150px
    }
    .margin-md-155t {
        margin-top: 155px
    }
    .margin-md-160t {
        margin-top: 160px
    }
    .margin-md-165t {
        margin-top: 165px
    }
    .margin-md-170t {
        margin-top: 170px
    }
    .margin-md-175t {
        margin-top: 175px
    }
    .margin-md-180t {
        margin-top: 180px
    }
    .margin-md-185t {
        margin-top: 185px
    }
    .margin-md-190t {
        margin-top: 190px
    }
    .margin-md-195t {
        margin-top: 195px
    }
    .margin-md-200t {
        margin-top: 200px
    }
    .margin-md-0b {
        margin-bottom: 0
    }
    .margin-md-5b {
        margin-bottom: 5px
    }
    .margin-md-10b {
        margin-bottom: 10px
    }
    .margin-md-15b {
        margin-bottom: 15px
    }
    .margin-md-20b {
        margin-bottom: 20px
    }
    .margin-md-25b {
        margin-bottom: 25px
    }
    .margin-md-30b {
        margin-bottom: 30px
    }
    .margin-md-35b {
        margin-bottom: 35px
    }
    .margin-md-40b {
        margin-bottom: 40px
    }
    .margin-md-45b {
        margin-bottom: 45px
    }
    .margin-md-50b {
        margin-bottom: 50px
    }
    .margin-md-55b {
        margin-bottom: 55px
    }
    .margin-md-60b {
        margin-bottom: 60px
    }
    .margin-md-65b {
        margin-bottom: 65px
    }
    .margin-md-70b {
        margin-bottom: 70px
    }
    .margin-md-75b {
        margin-bottom: 75px
    }
    .margin-md-80b {
        margin-bottom: 80px
    }
    .margin-md-85b {
        margin-bottom: 85px
    }
    .margin-md-90b {
        margin-bottom: 90px
    }
    .margin-md-95b {
        margin-bottom: 95px
    }
    .margin-md-100b {
        margin-bottom: 100px
    }
    .margin-md-105b {
        margin-bottom: 105px
    }
    .margin-md-110b {
        margin-bottom: 110px
    }
    .margin-md-115b {
        margin-bottom: 115px
    }
    .margin-md-120b {
        margin-bottom: 120px
    }
    .margin-md-125b {
        margin-bottom: 125px
    }
    .margin-md-130b {
        margin-bottom: 130px
    }
    .margin-md-135b {
        margin-bottom: 135px
    }
    .margin-md-140b {
        margin-bottom: 140px
    }
    .margin-md-145b {
        margin-bottom: 145px
    }
    .margin-md-150b {
        margin-bottom: 150px
    }
    .margin-md-155b {
        margin-bottom: 155px
    }
    .margin-md-160b {
        margin-bottom: 160px
    }
    .margin-md-165b {
        margin-bottom: 165px
    }
    .margin-md-170b {
        margin-bottom: 170px
    }
    .margin-md-175b {
        margin-bottom: 175px
    }
    .margin-md-180b {
        margin-bottom: 180px
    }
    .margin-md-185b {
        margin-bottom: 185px
    }
    .margin-md-190b {
        margin-bottom: 190px
    }
    .margin-md-195b {
        margin-bottom: 195px
    }
    .margin-md-200b {
        margin-bottom: 200px
    }
    .padding-md-0t {
        padding-top: 0
    }
    .padding-md-5t {
        padding-top: 5px
    }
    .padding-md-10t {
        padding-top: 10px
    }
    .padding-md-15t {
        padding-top: 15px
    }
    .padding-md-20t {
        padding-top: 20px
    }
    .padding-md-25t {
        padding-top: 25px
    }
    .padding-md-30t {
        padding-top: 30px
    }
    .padding-md-35t {
        padding-top: 35px
    }
    .padding-md-40t {
        padding-top: 40px
    }
    .padding-md-45t {
        padding-top: 45px
    }
    .padding-md-50t {
        padding-top: 50px
    }
    .padding-md-55t {
        padding-top: 55px
    }
    .padding-md-60t {
        padding-top: 60px
    }
    .padding-md-65t {
        padding-top: 65px
    }
    .padding-md-70t {
        padding-top: 70px
    }
    .padding-md-75t {
        padding-top: 75px
    }
    .padding-md-80t {
        padding-top: 80px
    }
    .padding-md-85t {
        padding-top: 85px
    }
    .padding-md-90t {
        padding-top: 90px
    }
    .padding-md-95t {
        padding-top: 95px
    }
    .padding-md-100t {
        padding-top: 100px
    }
    .padding-md-105t {
        padding-top: 105px
    }
    .padding-md-110t {
        padding-top: 110px
    }
    .padding-md-115t {
        padding-top: 115px
    }
    .padding-md-120t {
        padding-top: 120px
    }
    .padding-md-125t {
        padding-top: 125px
    }
    .padding-md-130t {
        padding-top: 130px
    }
    .padding-md-135t {
        padding-top: 135px
    }
    .padding-md-140t {
        padding-top: 140px
    }
    .padding-md-145t {
        padding-top: 145px
    }
    .padding-md-150t {
        padding-top: 150px
    }
    .padding-md-155t {
        padding-top: 155px
    }
    .padding-md-160t {
        padding-top: 160px
    }
    .padding-md-165t {
        padding-top: 165px
    }
    .padding-md-170t {
        padding-top: 170px
    }
    .padding-md-175t {
        padding-top: 175px
    }
    .padding-md-180t {
        padding-top: 180px
    }
    .padding-md-185t {
        padding-top: 185px
    }
    .padding-md-190t {
        padding-top: 190px
    }
    .padding-md-195t {
        padding-top: 195px
    }
    .padding-md-200t {
        padding-top: 200px
    }
    .padding-md-0b {
        padding-bottom: 0
    }
    .padding-md-5b {
        padding-bottom: 5px
    }
    .padding-md-10b {
        padding-bottom: 10px
    }
    .padding-md-15b {
        padding-bottom: 15px
    }
    .padding-md-20b {
        padding-bottom: 20px
    }
    .padding-md-25b {
        padding-bottom: 25px
    }
    .padding-md-30b {
        padding-bottom: 30px
    }
    .padding-md-35b {
        padding-bottom: 35px
    }
    .padding-md-40b {
        padding-bottom: 40px
    }
    .padding-md-45b {
        padding-bottom: 45px
    }
    .padding-md-50b {
        padding-bottom: 50px
    }
    .padding-md-55b {
        padding-bottom: 55px
    }
    .padding-md-60b {
        padding-bottom: 60px
    }
    .padding-md-65b {
        padding-bottom: 65px
    }
    .padding-md-70b {
        padding-bottom: 70px
    }
    .padding-md-75b {
        padding-bottom: 75px
    }
    .padding-md-80b {
        padding-bottom: 80px
    }
    .padding-md-85b {
        padding-bottom: 85px
    }
    .padding-md-90b {
        padding-bottom: 90px
    }
    .padding-md-95b {
        padding-bottom: 95px
    }
    .padding-md-100b {
        padding-bottom: 100px
    }
    .padding-md-105b {
        padding-bottom: 105px
    }
    .padding-md-110b {
        padding-bottom: 110px
    }
    .padding-md-115b {
        padding-bottom: 115px
    }
    .padding-md-120b {
        padding-bottom: 120px
    }
    .padding-md-125b {
        padding-bottom: 125px
    }
    .padding-md-130b {
        padding-bottom: 130px
    }
    .padding-md-135b {
        padding-bottom: 135px
    }
    .padding-md-140b {
        padding-bottom: 140px
    }
    .padding-md-145b {
        padding-bottom: 145px
    }
    .padding-md-150b {
        padding-bottom: 150px
    }
    .padding-md-155b {
        padding-bottom: 155px
    }
    .padding-md-160b {
        padding-bottom: 160px
    }
    .padding-md-165b {
        padding-bottom: 165px
    }
    .padding-md-170b {
        padding-bottom: 170px
    }
    .padding-md-175b {
        padding-bottom: 175px
    }
    .padding-md-180b {
        padding-bottom: 180px
    }
    .padding-md-185b {
        padding-bottom: 185px
    }
    .padding-md-190b {
        padding-bottom: 190px
    }
    .padding-md-195b {
        padding-bottom: 195px
    }
    .padding-md-200b {
        padding-bottom: 200px
    }
}

@media screen and (max-width:991px) {
    .margin-sm-0t {
        margin-top: 0
    }
    .margin-sm-5t {
        margin-top: 5px
    }
    .margin-sm-10t {
        margin-top: 10px
    }
    .margin-sm-15t {
        margin-top: 15px
    }
    .margin-sm-20t {
        margin-top: 20px
    }
    .margin-sm-25t {
        margin-top: 25px
    }
    .margin-sm-30t {
        margin-top: 30px
    }
    .margin-sm-35t {
        margin-top: 35px
    }
    .margin-sm-40t {
        margin-top: 40px
    }
    .margin-sm-45t {
        margin-top: 45px
    }
    .margin-sm-50t {
        margin-top: 50px
    }
    .margin-sm-55t {
        margin-top: 55px
    }
    .margin-sm-60t {
        margin-top: 60px
    }
    .margin-sm-65t {
        margin-top: 65px
    }
    .margin-sm-70t {
        margin-top: 70px
    }
    .margin-sm-75t {
        margin-top: 75px
    }
    .margin-sm-80t {
        margin-top: 80px
    }
    .margin-sm-85t {
        margin-top: 85px
    }
    .margin-sm-90t {
        margin-top: 90px
    }
    .margin-sm-95t {
        margin-top: 95px
    }
    .margin-sm-100t {
        margin-top: 100px
    }
    .margin-sm-105t {
        margin-top: 105px
    }
    .margin-sm-110t {
        margin-top: 110px
    }
    .margin-sm-115t {
        margin-top: 115px
    }
    .margin-sm-120t {
        margin-top: 120px
    }
    .margin-sm-125t {
        margin-top: 125px
    }
    .margin-sm-130t {
        margin-top: 130px
    }
    .margin-sm-135t {
        margin-top: 135px
    }
    .margin-sm-140t {
        margin-top: 140px
    }
    .margin-sm-145t {
        margin-top: 145px
    }
    .margin-sm-150t {
        margin-top: 150px
    }
    .margin-sm-155t {
        margin-top: 155px
    }
    .margin-sm-160t {
        margin-top: 160px
    }
    .margin-sm-165t {
        margin-top: 165px
    }
    .margin-sm-170t {
        margin-top: 170px
    }
    .margin-sm-175t {
        margin-top: 175px
    }
    .margin-sm-180t {
        margin-top: 180px
    }
    .margin-sm-185t {
        margin-top: 185px
    }
    .margin-sm-190t {
        margin-top: 190px
    }
    .margin-sm-195t {
        margin-top: 195px
    }
    .margin-sm-200t {
        margin-top: 200px
    }
    .margin-sm-0b {
        margin-bottom: 0
    }
    .margin-sm-5b {
        margin-bottom: 5px
    }
    .margin-sm-10b {
        margin-bottom: 10px
    }
    .margin-sm-15b {
        margin-bottom: 15px
    }
    .margin-sm-20b {
        margin-bottom: 20px
    }
    .margin-sm-25b {
        margin-bottom: 25px
    }
    .margin-sm-30b {
        margin-bottom: 30px
    }
    .margin-sm-35b {
        margin-bottom: 35px
    }
    .margin-sm-40b {
        margin-bottom: 40px
    }
    .margin-sm-45b {
        margin-bottom: 45px
    }
    .margin-sm-50b {
        margin-bottom: 50px
    }
    .margin-sm-55b {
        margin-bottom: 55px
    }
    .margin-sm-60b {
        margin-bottom: 60px
    }
    .margin-sm-65b {
        margin-bottom: 65px
    }
    .margin-sm-70b {
        margin-bottom: 70px
    }
    .margin-sm-75b {
        margin-bottom: 75px
    }
    .margin-sm-80b {
        margin-bottom: 80px
    }
    .margin-sm-85b {
        margin-bottom: 85px
    }
    .margin-sm-90b {
        margin-bottom: 90px
    }
    .margin-sm-95b {
        margin-bottom: 95px
    }
    .margin-sm-100b {
        margin-bottom: 100px
    }
    .margin-sm-105b {
        margin-bottom: 105px
    }
    .margin-sm-110b {
        margin-bottom: 110px
    }
    .margin-sm-115b {
        margin-bottom: 115px
    }
    .margin-sm-120b {
        margin-bottom: 120px
    }
    .margin-sm-125b {
        margin-bottom: 125px
    }
    .margin-sm-130b {
        margin-bottom: 130px
    }
    .margin-sm-135b {
        margin-bottom: 135px
    }
    .margin-sm-140b {
        margin-bottom: 140px
    }
    .margin-sm-145b {
        margin-bottom: 145px
    }
    .margin-sm-150b {
        margin-bottom: 150px
    }
    .margin-sm-155b {
        margin-bottom: 155px
    }
    .margin-sm-160b {
        margin-bottom: 160px
    }
    .margin-sm-165b {
        margin-bottom: 165px
    }
    .margin-sm-170b {
        margin-bottom: 170px
    }
    .margin-sm-175b {
        margin-bottom: 175px
    }
    .margin-sm-180b {
        margin-bottom: 180px
    }
    .margin-sm-185b {
        margin-bottom: 185px
    }
    .margin-sm-190b {
        margin-bottom: 190px
    }
    .margin-sm-195b {
        margin-bottom: 195px
    }
    .margin-sm-200b {
        margin-bottom: 200px
    }
    .padding-sm-0t {
        padding-top: 0
    }
    .padding-sm-5t {
        padding-top: 5px
    }
    .padding-sm-10t {
        padding-top: 10px
    }
    .padding-sm-15t {
        padding-top: 15px
    }
    .padding-sm-20t {
        padding-top: 20px
    }
    .padding-sm-25t {
        padding-top: 25px
    }
    .padding-sm-30t {
        padding-top: 30px
    }
    .padding-sm-35t {
        padding-top: 35px
    }
    .padding-sm-40t {
        padding-top: 40px
    }
    .padding-sm-45t {
        padding-top: 45px
    }
    .padding-sm-50t {
        padding-top: 50px
    }
    .padding-sm-55t {
        padding-top: 55px
    }
    .padding-sm-60t {
        padding-top: 60px
    }
    .padding-sm-65t {
        padding-top: 65px
    }
    .padding-sm-70t {
        padding-top: 70px
    }
    .padding-sm-75t {
        padding-top: 75px
    }
    .padding-sm-80t {
        padding-top: 80px
    }
    .padding-sm-85t {
        padding-top: 85px
    }
    .padding-sm-90t {
        padding-top: 90px
    }
    .padding-sm-95t {
        padding-top: 95px
    }
    .padding-sm-100t {
        padding-top: 100px
    }
    .padding-sm-105t {
        padding-top: 105px
    }
    .padding-sm-110t {
        padding-top: 110px
    }
    .padding-sm-115t {
        padding-top: 115px
    }
    .padding-sm-120t {
        padding-top: 120px
    }
    .padding-sm-125t {
        padding-top: 125px
    }
    .padding-sm-130t {
        padding-top: 130px
    }
    .padding-sm-135t {
        padding-top: 135px
    }
    .padding-sm-140t {
        padding-top: 140px
    }
    .padding-sm-145t {
        padding-top: 145px
    }
    .padding-sm-150t {
        padding-top: 150px
    }
    .padding-sm-155t {
        padding-top: 155px
    }
    .padding-sm-160t {
        padding-top: 160px
    }
    .padding-sm-165t {
        padding-top: 165px
    }
    .padding-sm-170t {
        padding-top: 170px
    }
    .padding-sm-175t {
        padding-top: 175px
    }
    .padding-sm-180t {
        padding-top: 180px
    }
    .padding-sm-185t {
        padding-top: 185px
    }
    .padding-sm-190t {
        padding-top: 190px
    }
    .padding-sm-195t {
        padding-top: 195px
    }
    .padding-sm-200t {
        padding-top: 200px
    }
    .padding-sm-0b {
        padding-bottom: 0
    }
    .padding-sm-5b {
        padding-bottom: 5px
    }
    .padding-sm-10b {
        padding-bottom: 10px
    }
    .padding-sm-15b {
        padding-bottom: 15px
    }
    .padding-sm-20b {
        padding-bottom: 20px
    }
    .padding-sm-25b {
        padding-bottom: 25px
    }
    .padding-sm-30b {
        padding-bottom: 30px
    }
    .padding-sm-35b {
        padding-bottom: 35px
    }
    .padding-sm-40b {
        padding-bottom: 40px
    }
    .padding-sm-45b {
        padding-bottom: 45px
    }
    .padding-sm-50b {
        padding-bottom: 50px
    }
    .padding-sm-55b {
        padding-bottom: 55px
    }
    .padding-sm-60b {
        padding-bottom: 60px
    }
    .padding-sm-65b {
        padding-bottom: 65px
    }
    .padding-sm-70b {
        padding-bottom: 70px
    }
    .padding-sm-75b {
        padding-bottom: 75px
    }
    .padding-sm-80b {
        padding-bottom: 80px
    }
    .padding-sm-85b {
        padding-bottom: 85px
    }
    .padding-sm-90b {
        padding-bottom: 90px
    }
    .padding-sm-95b {
        padding-bottom: 95px
    }
    .padding-sm-100b {
        padding-bottom: 100px
    }
    .padding-sm-105b {
        padding-bottom: 105px
    }
    .padding-sm-110b {
        padding-bottom: 110px
    }
    .padding-sm-115b {
        padding-bottom: 115px
    }
    .padding-sm-120b {
        padding-bottom: 120px
    }
    .padding-sm-125b {
        padding-bottom: 125px
    }
    .padding-sm-130b {
        padding-bottom: 130px
    }
    .padding-sm-135b {
        padding-bottom: 135px
    }
    .padding-sm-140b {
        padding-bottom: 140px
    }
    .padding-sm-145b {
        padding-bottom: 145px
    }
    .padding-sm-150b {
        padding-bottom: 150px
    }
    .padding-sm-155b {
        padding-bottom: 155px
    }
    .padding-sm-160b {
        padding-bottom: 160px
    }
    .padding-sm-165b {
        padding-bottom: 165px
    }
    .padding-sm-170b {
        padding-bottom: 170px
    }
    .padding-sm-175b {
        padding-bottom: 175px
    }
    .padding-sm-180b {
        padding-bottom: 180px
    }
    .padding-sm-185b {
        padding-bottom: 185px
    }
    .padding-sm-190b {
        padding-bottom: 190px
    }
    .padding-sm-195b {
        padding-bottom: 195px
    }
    .padding-sm-200b {
        padding-bottom: 200px
    }
}

@media screen and (max-width:767px) {
    .margin-xs-0t {
        margin-top: 0
    }
    .margin-xs-5t {
        margin-top: 5px
    }
    .margin-xs-10t {
        margin-top: 10px
    }
    .margin-xs-15t {
        margin-top: 15px
    }
    .margin-xs-20t {
        margin-top: 20px
    }
    .margin-xs-25t {
        margin-top: 25px
    }
    .margin-xs-30t {
        margin-top: 30px
    }
    .margin-xs-35t {
        margin-top: 35px
    }
    .margin-xs-40t {
        margin-top: 40px
    }
    .margin-xs-45t {
        margin-top: 45px
    }
    .margin-xs-50t {
        margin-top: 50px
    }
    .margin-xs-55t {
        margin-top: 55px
    }
    .margin-xs-60t {
        margin-top: 60px
    }
    .margin-xs-65t {
        margin-top: 65px
    }
    .margin-xs-70t {
        margin-top: 70px
    }
    .margin-xs-75t {
        margin-top: 75px
    }
    .margin-xs-80t {
        margin-top: 80px
    }
    .margin-xs-85t {
        margin-top: 85px
    }
    .margin-xs-90t {
        margin-top: 90px
    }
    .margin-xs-95t {
        margin-top: 95px
    }
    .margin-xs-100t {
        margin-top: 100px
    }
    .margin-xs-105t {
        margin-top: 105px
    }
    .margin-xs-110t {
        margin-top: 110px
    }
    .margin-xs-115t {
        margin-top: 115px
    }
    .margin-xs-120t {
        margin-top: 120px
    }
    .margin-xs-125t {
        margin-top: 125px
    }
    .margin-xs-130t {
        margin-top: 130px
    }
    .margin-xs-135t {
        margin-top: 135px
    }
    .margin-xs-140t {
        margin-top: 140px
    }
    .margin-xs-145t {
        margin-top: 145px
    }
    .margin-xs-150t {
        margin-top: 150px
    }
    .margin-xs-155t {
        margin-top: 155px
    }
    .margin-xs-160t {
        margin-top: 160px
    }
    .margin-xs-165t {
        margin-top: 165px
    }
    .margin-xs-170t {
        margin-top: 170px
    }
    .margin-xs-175t {
        margin-top: 175px
    }
    .margin-xs-180t {
        margin-top: 180px
    }
    .margin-xs-185t {
        margin-top: 185px
    }
    .margin-xs-190t {
        margin-top: 190px
    }
    .margin-xs-195t {
        margin-top: 195px
    }
    .margin-xs-200t {
        margin-top: 200px
    }
    .margin-xs-0b {
        margin-bottom: 0
    }
    .margin-xs-5b {
        margin-bottom: 5px
    }
    .margin-xs-10b {
        margin-bottom: 10px
    }
    .margin-xs-15b {
        margin-bottom: 15px
    }
    .margin-xs-20b {
        margin-bottom: 20px
    }
    .margin-xs-25b {
        margin-bottom: 25px
    }
    .margin-xs-30b {
        margin-bottom: 30px
    }
    .margin-xs-35b {
        margin-bottom: 35px
    }
    .margin-xs-40b {
        margin-bottom: 40px
    }
    .margin-xs-45b {
        margin-bottom: 45px
    }
    .margin-xs-50b {
        margin-bottom: 50px
    }
    .margin-xs-55b {
        margin-bottom: 55px
    }
    .margin-xs-60b {
        margin-bottom: 60px
    }
    .margin-xs-65b {
        margin-bottom: 65px
    }
    .margin-xs-70b {
        margin-bottom: 70px
    }
    .margin-xs-75b {
        margin-bottom: 75px
    }
    .margin-xs-80b {
        margin-bottom: 80px
    }
    .margin-xs-85b {
        margin-bottom: 85px
    }
    .margin-xs-90b {
        margin-bottom: 90px
    }
    .margin-xs-95b {
        margin-bottom: 95px
    }
    .margin-xs-100b {
        margin-bottom: 100px
    }
    .margin-xs-105b {
        margin-bottom: 105px
    }
    .margin-xs-110b {
        margin-bottom: 110px
    }
    .margin-xs-115b {
        margin-bottom: 115px
    }
    .margin-xs-120b {
        margin-bottom: 120px
    }
    .margin-xs-125b {
        margin-bottom: 125px
    }
    .margin-xs-130b {
        margin-bottom: 130px
    }
    .margin-xs-135b {
        margin-bottom: 135px
    }
    .margin-xs-140b {
        margin-bottom: 140px
    }
    .margin-xs-145b {
        margin-bottom: 145px
    }
    .margin-xs-150b {
        margin-bottom: 150px
    }
    .margin-xs-155b {
        margin-bottom: 155px
    }
    .margin-xs-160b {
        margin-bottom: 160px
    }
    .margin-xs-165b {
        margin-bottom: 165px
    }
    .margin-xs-170b {
        margin-bottom: 170px
    }
    .margin-xs-175b {
        margin-bottom: 175px
    }
    .margin-xs-180b {
        margin-bottom: 180px
    }
    .margin-xs-185b {
        margin-bottom: 185px
    }
    .margin-xs-190b {
        margin-bottom: 190px
    }
    .margin-xs-195b {
        margin-bottom: 195px
    }
    .margin-xs-200b {
        margin-bottom: 200px
    }
    .padding-xs-0t {
        padding-top: 0
    }
    .padding-xs-5t {
        padding-top: 5px
    }
    .padding-xs-10t {
        padding-top: 10px
    }
    .padding-xs-15t {
        padding-top: 15px
    }
    .padding-xs-20t {
        padding-top: 20px
    }
    .padding-xs-25t {
        padding-top: 25px
    }
    .padding-xs-30t {
        padding-top: 30px
    }
    .padding-xs-35t {
        padding-top: 35px
    }
    .padding-xs-40t {
        padding-top: 40px
    }
    .padding-xs-45t {
        padding-top: 45px
    }
    .padding-xs-50t {
        padding-top: 50px
    }
    .padding-xs-55t {
        padding-top: 55px
    }
    .padding-xs-60t {
        padding-top: 60px
    }
    .padding-xs-65t {
        padding-top: 65px
    }
    .padding-xs-70t {
        padding-top: 70px
    }
    .padding-xs-75t {
        padding-top: 75px
    }
    .padding-xs-80t {
        padding-top: 80px
    }
    .padding-xs-85t {
        padding-top: 85px
    }
    .padding-xs-90t {
        padding-top: 90px
    }
    .padding-xs-95t {
        padding-top: 95px
    }
    .padding-xs-100t {
        padding-top: 100px
    }
    .padding-xs-105t {
        padding-top: 105px
    }
    .padding-xs-110t {
        padding-top: 110px
    }
    .padding-xs-115t {
        padding-top: 115px
    }
    .padding-xs-120t {
        padding-top: 120px
    }
    .padding-xs-125t {
        padding-top: 125px
    }
    .padding-xs-130t {
        padding-top: 130px
    }
    .padding-xs-135t {
        padding-top: 135px
    }
    .padding-xs-140t {
        padding-top: 140px
    }
    .padding-xs-145t {
        padding-top: 145px
    }
    .padding-xs-150t {
        padding-top: 150px
    }
    .padding-xs-155t {
        padding-top: 155px
    }
    .padding-xs-160t {
        padding-top: 160px
    }
    .padding-xs-165t {
        padding-top: 165px
    }
    .padding-xs-170t {
        padding-top: 170px
    }
    .padding-xs-175t {
        padding-top: 175px
    }
    .padding-xs-180t {
        padding-top: 180px
    }
    .padding-xs-185t {
        padding-top: 185px
    }
    .padding-xs-190t {
        padding-top: 190px
    }
    .padding-xs-195t {
        padding-top: 195px
    }
    .padding-xs-200t {
        padding-top: 200px
    }
    .padding-xs-0b {
        padding-bottom: 0
    }
    .padding-xs-5b {
        padding-bottom: 5px
    }
    .padding-xs-10b {
        padding-bottom: 10px
    }
    .padding-xs-15b {
        padding-bottom: 15px
    }
    .padding-xs-20b {
        padding-bottom: 20px
    }
    .padding-xs-25b {
        padding-bottom: 25px
    }
    .padding-xs-30b {
        padding-bottom: 30px
    }
    .padding-xs-35b {
        padding-bottom: 35px
    }
    .padding-xs-40b {
        padding-bottom: 40px
    }
    .padding-xs-45b {
        padding-bottom: 45px
    }
    .padding-xs-50b {
        padding-bottom: 50px
    }
    .padding-xs-55b {
        padding-bottom: 55px
    }
    .padding-xs-60b {
        padding-bottom: 60px
    }
    .padding-xs-65b {
        padding-bottom: 65px
    }
    .padding-xs-70b {
        padding-bottom: 70px
    }
    .padding-xs-75b {
        padding-bottom: 75px
    }
    .padding-xs-80b {
        padding-bottom: 80px
    }
    .padding-xs-85b {
        padding-bottom: 85px
    }
    .padding-xs-90b {
        padding-bottom: 90px
    }
    .padding-xs-95b {
        padding-bottom: 95px
    }
    .padding-xs-100b {
        padding-bottom: 100px
    }
    .padding-xs-105b {
        padding-bottom: 105px
    }
    .padding-xs-110b {
        padding-bottom: 110px
    }
    .padding-xs-115b {
        padding-bottom: 115px
    }
    .padding-xs-120b {
        padding-bottom: 120px
    }
    .padding-xs-125b {
        padding-bottom: 125px
    }
    .padding-xs-130b {
        padding-bottom: 130px
    }
    .padding-xs-135b {
        padding-bottom: 135px
    }
    .padding-xs-140b {
        padding-bottom: 140px
    }
    .padding-xs-145b {
        padding-bottom: 145px
    }
    .padding-xs-150b {
        padding-bottom: 150px
    }
    .padding-xs-155b {
        padding-bottom: 155px
    }
    .padding-xs-160b {
        padding-bottom: 160px
    }
    .padding-xs-165b {
        padding-bottom: 165px
    }
    .padding-xs-170b {
        padding-bottom: 170px
    }
    .padding-xs-175b {
        padding-bottom: 175px
    }
    .padding-xs-180b {
        padding-bottom: 180px
    }
    .padding-xs-185b {
        padding-bottom: 185px
    }
    .padding-xs-190b {
        padding-bottom: 190px
    }
    .padding-xs-195b {
        padding-bottom: 195px
    }
    .padding-xs-200b {
        padding-bottom: 200px
    }
}

.no-padd {
    padding-right: 0;
    padding-left: 0
}

.padd-only-xs {
    padding-right: 0;
    padding-left: 0
}

@media screen and (max-width:767px) {
    .padd-only-xs {
        padding-right: 15px;
        padding-left: 15px
    }
}



.loading-area{width:100%;	height:100%;	position:fixed;	left:0;	top:0;	z-index:9999;	overflow:hidden;}
.loading-box{width:100%;	height:100%;	background-color:#FFF;	position:absolute;	left:0;	top:0;	opacity:1;	z-index:9999;}

.loading-pic{width:100%;	position:absolute;	top:50%;	z-index:99999;	text-align:center;	
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

/*18.2 loading - 2*/
.loading-cover,
.loading-srh-bar,
.loading-map {
	background:rgba(255,255,255,0.8);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
}
.loading-cover .fa-spinner,
.loading-srh-bar .fa-spinner,
.loading-map .fa-spinner{
	position:absolute;
	left:50%;
	top:50%;
	margin:-10px;
	font-size:25px;
	color:#333;
}


.m-carousel-1{	position:relative;}
.m-carousel-1:after{	content:"";	position:absolute;	top:70px;	left:-70px;	width:100%;	height:100%;	background-color:transparent;	border:30px solid rgba(0,0,0,0.1);}

.m-carousel-1 .owl-carousel .owl-dots{	position:absolute;	right:20px;	margin-top:0px;	top: 50%;	width:0px;    transform: translateX(-50%) translateY(-50%);}
.m-carousel-1 .owl-carousel .owl-dots .owl-dot span{ margin-bottom:5px; width:12px; height:3px; border:none; float:right; clear:both; position:relative;}
.m-carousel-1 .owl-carousel .owl-dots .owl-dot span:after{
 content:"";
 position:absolute;
 top:0;
 right:0;
 width:12px;
 height:3px;
 background-color:#000;
 -webkit-transition: all 0.5s linear;
 -moz-transition: all 0.5s linear;
 -ms-transition: all 0.5s linear;
 -o-transition: all 0.5s linear;
 transition: all 0.5s linear;
}

.m-carousel-1 .owl-carousel .owl-dots .owl-dot.active span:after{ width:50px;}
@media only screen and (max-width:991px) {
.m-carousel-1{	margin-bottom:100px;}
}
@media only screen and (max-width:768px) {
.m-carousel-1{
	margin-top:50px;
}	
.m-carousel-1::after {
    top: 100px;
    left: -100px;
    border: 20px solid rgba(0,0,0,0.1);
}
}


@media only screen and (max-width:420px) {
.m-carousel-1{	margin-left:0px;	margin-bottom:0px;}
.m-carousel-1:after{	display:none;}
}

.abouts { font-family: 'Poppins', sans-serif !important; }
.abouts .font-40 {
 font-family: 'Poppins', sans-serif !important;
 font-weight: 600;
	color: #000;
    font-size: 40px;
    line-height: 46px;
}
.abouts .font-weight-300 {
    font-weight: 300;
}

.abouts .font-30 {
 	color: #000;
   font-size: 30px;
    line-height: 36px;
}

.abouts p {
	font-size: 12px;
    font-weight: 400;	
    line-height: 24px;
    margin-bottom: 24px;
	text-transform: none;
}
.bg-gray {
    background-color: #f6f7f8;
}

.home-carousel-1 { display: block; }

.hilite-title{	border:0px;	}
.hilite-title strong{	display:block;	font-size:80px;	line-height:80px;	font-weight:bold;	color:rgba(191,191,191,0.3);}

.hilite-title span{display:block;	font-size:24px;	line-height:24px;	font-family: 'Roboto Condensed', sans-serif;}

.hilite-title.bdr-left{border-left:10px;	border-style:solid;}
.hilite-title.bdr-right{border-right:10px;	border-style:solid;}



.our-process-content {
  padding-top: 70px; }
  .our-process-content .item {
    margin-right: 100px;
    text-align: center; }
    .our-process-content .item:last-child {
      margin-right: 0px; }
    .our-process-content .item:nth-child(2n) {
      margin-top: -75px; }
      .our-process-content .item:nth-child(2n) .hexagon .zigzax-line {
        transform: rotate(-15deg);
        top: 59%;
        left: -69%; }
    .our-process-content .item:first-child .hexagon .zigzax-line {
      display: none; }
    .our-process-content .item .hexagon {
      position: relative; }
      .our-process-content .item .hexagon figure {
        overflow: visible;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .our-process-content .item .hexagon figure img {
          transition: transform ease 0.3s;
          -moz-transition: transform ease 0.3s;
          -webkit-transition: transform ease 0.3s;
          -o-transition: transform ease 0.3s;
          -ms-transition: transform ease 0.3s; }
      .our-process-content .item .hexagon:hover figure img {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2); }
    .our-process-content .item .zigzax-line {
      position: absolute;
      content: '';
      top: 40%;
      left: -69%;
      background-image: linear-gradient(to right, #b3b3b3 50%, white 50%);
      background-position: top;
      background-size: 8px 1px;
      background-repeat: repeat-x;
      width: 72%;
      height: 1px;
      transform: rotate(14deg); }
    .our-process-content .item .info {
      padding-top: 25px; }
  .our-process-content .our-process-list {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center; }
@media screen and (max-width: 1200px) {
  .our-process-content .item .zigzax-line {
    display: none; }
}

display-flex, .display-flex, .display-flex-center, .socials-bold, .au-btn:after, .meta .meta-item, .portfolio-pagination-content, .spendora-pagination-content .prev, .spendora-pagination-content .next, .portfolio-pagination-content .prev, .portfolio-pagination-content .next, .menu ul, .toggle-box .toggle-btn, .spendora-lastest-post ul li, .widget_categories ul li, .widget_product_categories ul li, .spendora-instagram-gallery, .widget_price_filter .price_slider_wrapper .price_slider_amount, .product_list_widget li, .socials-logins, .blog-page .item, .cart-page .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity .quantity .modify-qty, .woocommerce .spendora-checkout-top .checkout_coupon .form-row, .checkout-page form.woocommerce-checkout .spendora-order-reviews #order_review table.shop_table tfoot .order-review-total li, #count-down-time, .email-subcribe form, .email-subcribe form button, .slideshow-btn:after, .wrap-scroll-slider1 .scroll-slider1, .year-experience, .landing-porfolio-content, .our-team-content .item, .our-process-content .our-process-list, .aboutus-intro, .aboutus-intro .intro-content .signature, .au-video-button i, #fullpage .testimonials-fullpage-content, .single-product .product .product-summary .summary .woocommerce-product-rating, .single-product .product .product-summary .summary form.cart, .single-product .product .product-summary .summary form.cart .quantity .modify-qty, .single-product .product .spendora-product-tabs .tabs, .product-item figure .new, .product-item figure .onsale, .product-item figure .woocommerce-add-to-cart, .product-item figure .woocommerce-add-to-cart a, .product-item .info .product-title-price, .single-content .tags-socials .socials, .single-post-author, .comment-item .comment-content, .comment-item .comment-content .comment-body .comment-author, .common-form .form-submit:after {
  display: flex;
  display: -webkit-flex; }
  
  .our-process-content .our-process-list {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center; }
@media screen and (max-width: 992px) {
  .our-process-content .our-process-list {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }
	
}
.section-title {
    margin-bottom: 75px;
}
.section-title-center {
    text-align: center;
}
.section-title h2 {
    padding-top: 10px;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat Bold';
    font-size: 36px;
    color: #333;
}
.section-padding-large {
    padding-bottom: 150px;
}

figure {
  position: relative;
  overflow: hidden; }
  figure .figure-hover:after {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 50%;
    content: "";
    left: 0%;
    position: absolute;
    right: 0%;
    top: 51%;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 1;
    z-index: 9; }
  figure .figure-hover:before {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0%;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0%;
    opacity: 1;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    z-index: 9; }
  figure:hover .figure-hover:before {
    left: 0%;
    right: 0%;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }
  figure:hover .figure-hover:after {
    top: 0%;
    bottom: 0%;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }

.item, .statistics-content {
  position: relative; }
  .item .hover-border, .statistics-content .hover-border {
    position: absolute;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
    z-index: 99; }
  .item .hover-border-top, .statistics-content .hover-border-top {
    top: 0;
    left: 0;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0); }
  .item .hover-border-bottom, .statistics-content .hover-border-bottom {
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0); }
  .item:hover .hover-border, .statistics-content:hover .hover-border {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .item .hover-border-7, .statistics-content .hover-border-7 {
    border: 7px solid #333; }
  .item .hover-border-top.hover-border-7, .statistics-content .hover-border-top.hover-border-7 {
    border-width: 7px 0 0 7px; }
  .item .hover-border-bottom.hover-border-7, .statistics-content .hover-border-bottom.hover-border-7 {
    border-width: 0 7px 7px 0; }
  .item .hover-border-5, .statistics-content .hover-border-5 {
    border: 7px solid #333; }
  .item .hover-border-top.hover-border-5, .statistics-content .hover-border-top.hover-border-5 {
    border-width: 7px 0 0 7px; }
  .item .hover-border-bottom.hover-border-5, .statistics-content .hover-border-bottom.hover-border-5 {
    border-width: 0 7px 7px 0; }