/* Oswo Multipurpose HTML Template */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Services Section
7. 
8. 
9. 
10. 
11. 
12. 
13. 
14. 
15. 
16. 
17. 
18. 
19. 
20. 
21. 
22. 
23. 
24. 
25. 
26. 
27. 
28. 
29. 
30. 
31. 
32. 
**********************************************/
/*** 
====================================================================
	Reset
====================================================================
 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#1b46ff;
}
button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif;
}
input,button,select,textarea{
	
}
textarea{
	overflow:hidden;
}
p{
	position:relative;
	line-height:1.8em;	
}
/* Typography */
h1{
	font-size:62px;
}
h2{
	font-size:48px;
	line-height:1.1em;
}
h3{
	font-size:30px;
}
h4{
	font-size:24px;
}
h5{
	font-size:20px;
}
h6{
	font-size:18px;
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
.medium-container{
	max-width:850px;
}
.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow:hidden;
}
ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}
img{
	display:inline-block;
	max-width:100%;
}
.theme-btn{
	cursor:pointer;
	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;
}
.centered{
	text-align:center;	
}
/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#25aee4;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#ffffff;
	display:none;
	border-radius:50px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.scroll-to-top:hover{
	color:#ffffff;
	background:#25aee4;
}
.scroll-to-top.style-two{
	color:#008e92;
}
.scroll-to-top.style-two:hover{
	background-color:#008e92;
	color:#ffffff;
}
/* List Style One */
.list-style-one{
	position:relative;
}
.list-style-one li{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	margin-bottom:28px;
	padding-left:80px;
	line-height: 1.8em;
}
.list-style-one li strong{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size:20px;
	display:block;
	margin-bottom:7px;
}
.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	font-weight:400;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	line-height:50px;
	display:inline-block;
	border-radius:50px;
	background-color:#2a76dc;
}
.list-style-one li a{
	position:relative;
	font-weight:400;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.list-style-one li a:hover{
	color:#2a76dc;
}
/* List Style Two */
.list-style-two{
	position:relative;
}
.list-style-two li{
	position:relative;
	color:#000000;
	font-size:16px;
	padding-left:50px;
	font-weight:400;
	line-height:1.7em;
	margin-bottom:20px;
}
.list-style-two li:last-child{
	margin-bottom:0px;
}
.list-style-two li:before{
	position:absolute;
	content: "\f174";
	left:0px;
	top:10px;
	width:30px;
	height:30px;
	color:#ffffff;
	font-size:13px;
	line-height:32px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#0b53ff;
	-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: "Flaticon";
}
/* List Style Three */
.list-style-three{
	position:relative;
}
.list-style-three li{
	position:relative;
	color:#555555;
	font-size:18px;
	padding-left:50px;
	font-weight:500;
	line-height:1.8em;
	margin-bottom:20px;
	font-family: 'Ubuntu', sans-serif;
}
.list-style-three li:last-child{
	margin-bottom:0px;
}
.list-style-three li:before{
	position:absolute;
	content: "";
	left:0px;
	top:10px;
	width:24px;
	height:22px;
	line-height:22px;
	text-align:center;
	background:url(../images/icons/check-icon.png) no-repeat;
}
.list-style-three li:last-child{
	margin-bottom:0px;
}
/* List Style Four */
.list-style-four{
	position:relative;
}
.list-style-four li{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:400;
	margin-bottom:28px;
	padding-left:80px;
	line-height: 1.8em;
}
.list-style-four li strong{
	position:relative;
	font-weight:600;
	color:#222222;
	font-size:20px;
	display:block;
	margin-bottom:7px;
}
.list-style-four li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	font-weight:400;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	line-height:50px;
	display:inline-block;
	border-radius:50px;
	background-color:#2a76dc;
}
.list-style-four li a{
	position:relative;
	font-weight:400;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.list-style-four li a:hover{
	color:#2a76dc;
}
/* Btn Style One */
.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	padding: 14px 44px;
	font-weight: 500;
	overflow: hidden;
	background: #ffffff;
	border-radius:5px;
	letter-spacing:1px;
	text-transform: uppercase;
}
.btn-style-one .txt{
	position:relative;
	z-index:1;
}
.btn-style-one:before{
	position: absolute;
	content: '';
	top: 0px;
    bottom: 0px;
    left: 0px;
	right: -50px;
    border-bottom: 65px solid #222222;
	border-right: 30px solid transparent;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.btn-style-one:after{
	position: absolute;
	content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
	border-left: 30px solid transparent;
    border-bottom: 65px solid #222222;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.btn-style-one:hover::before{
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}
.btn-style-one:hover::after{
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}
.btn-style-one:hover{
	color: #ffffff;
}
/* Btn Style Two */
.btn-style-two{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	padding: 11px 40px;
	font-weight: 700;
	overflow: hidden;
	border-radius:50px;
	letter-spacing:3px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	background-image: -ms-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -moz-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -o-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1B46FF), color-stop(100, #2299ff));
	background-image: -webkit-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: linear-gradient(to right, #1B46FF 0%, #2299ff 100%);
}
.btn-style-two .txt{
	position:relative;
	z-index:1;
	transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.btn-style-two:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-image: -ms-linear-gradient(right, #1B46FF 0%, #2299FF 100%);
	background-image: -moz-linear-gradient(right, #1B46FF 0%, #2299FF 100%);
	background-image: -o-linear-gradient(right, #1B46FF 0%, #2299FF 100%);
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1B46FF), color-stop(100, #2299FF));
	background-image: -webkit-linear-gradient(right, #1B46FF 0%, #2299FF 100%);
	background-image: linear-gradient(to left, #1B46FF 0%, #2299FF 100%);
}
.btn-style-two:hover::before{
    opacity: 1;
    transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.btn-style-two:hover{
	color: #ffffff;
	border-color:#fe4c1c;
}
/* Btn Style Three */
.btn-style-three{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 14px 44px 14px;
	font-weight: 500;
	overflow: hidden;
	border-radius:5px;
	letter-spacing:1px;
	text-transform: uppercase;
	background-color:#002457;
}
.btn-style-three .txt{
	position:relative;
	z-index:1;
}
.btn-style-three:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-color:#ffffff;
}
.btn-style-three:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-three:hover{
	color: #222222;
}
/* Btn Style Four */
.btn-style-four{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	padding: 18px 44px 18px;
	font-weight: 500;
	overflow: hidden;
	border-radius:0px;
	background: #468ff5;
	text-transform: capitalize;
	letter-spacing:1px;
}
.btn-style-four .txt{
	position:relative;
	z-index:1;
}
.btn-style-four:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-color:#002457;
}
.btn-style-four:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-four:hover{
	color: #ffffff;
}
/* Btn Style Five */
.btn-style-five{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #18212e;
	padding: 18px 44px 18px;
	font-weight: 500;
	overflow: hidden;
	border-radius:0px;
	background: #ffffff;
	text-transform: capitalize;
	letter-spacing:1px;
}
.btn-style-five .txt{
	position:relative;
	z-index:1;
}
.btn-style-five:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-color:#468ff5;
}
.btn-style-five:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-five:hover{
	color: #ffffff;
}
/* Btn Style Six */
.btn-style-six{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 36px 10px;
	font-weight: 500;
	overflow: hidden;
	border-radius:3px;
	text-transform: uppercase;
	border:1px solid #ffffff;
}
.btn-style-six .txt{
	position:relative;
	z-index:1;
}
.btn-style-six:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-color:#222222;
}
.btn-style-six:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-six:hover{
	color: #ffffff;
	border-color:#222222;
}
/* Btn Style Seven */
.btn-style-seven{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 7px 26px 7px;
	font-weight: 500;
	overflow: hidden;
	border-radius:50px;
	text-transform: capitalize;
	background:url(../images/icons/btn-bg.png) center center;
	background-repeat:no-repeat;
}
.btn-style-seven .txt{
	position:relative;
	z-index:1;
}
.btn-style-seven:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-color:#222222;
}
.btn-style-seven:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-seven:hover{
	color: #ffffff;
	border-color:#222222;
}
/* Btn Style Eight */
.btn-style-eight{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 10px 36px 10px;
	font-weight: 500;
	overflow: hidden;
	border-radius:50px;
	text-transform: uppercase;
	background-color:#008e93;
}
.btn-style-eight .txt{
	position:relative;
	z-index:1;
}
.btn-style-eight i{
	position:relative;
	margin-left:6px;
}
.btn-style-eight:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-color:#222222;
}
.btn-style-eight:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-eight:hover{
	color: #ffffff;
	border-color:#222222;
}
/* Btn Style Nine */
.btn-style-nine{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 12px 30px 12px;
	font-weight: 500;
	overflow: hidden;
	border-radius:3px;
	text-transform: uppercase;
	background-color:#008e93;
}
.btn-style-nine .txt{
	position:relative;
	z-index:1;
}
.btn-style-nine i{
	position:relative;
	margin-left:6px;
}
.btn-style-nine:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-color:#222222;
}
.btn-style-nine:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-nine:hover{
	color: #ffffff;
	border-color:#222222;
}
/* Btn Style Ten */
.btn-style-ten{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	padding: 11px 36px 11px;
	font-weight: 500;
	overflow: hidden;
	border-radius:50px;
	text-transform: uppercase;
	background-color:#008e93;
}
.btn-style-ten .txt{
	position:relative;
	z-index:1;
}
.btn-style-ten i{
	position:relative;
	margin-left:6px;
}
.btn-style-ten:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-color:#222222;
}
.btn-style-ten:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-ten:hover{
	color: #ffffff;
	border-color:#ffffff;
}
/* Btn Style Eleven */
.btn-style-eleven{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #3e7ef8;
	padding: 12px 40px 12px;
	font-weight: 500;
	overflow: hidden;
	border-radius:50px;
	text-transform: capitalize;
	background-color:#ffffff;
	font-family: 'Poppins', sans-serif;
}
.btn-style-eleven .txt{
	position:relative;
	z-index:1;
}
.btn-style-eleven i{
	position:relative;
	margin-left:6px;
}
.btn-style-eleven:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-color:#222222;
}
.btn-style-eleven:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-eleven:hover{
	color: #ffffff;
	border-color:#ffffff;
}
/* Btn Style Twelve */
.btn-style-twelve{
	position: relative;
	color: #000000;
	font-size:15px;
	font-weight:500;
	padding:14px 48px;
	overflow: hidden;
	letter-spacing:2px;
	text-transform:uppercase;
	border: 2px solid #000000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-twelve .txt{
	z-index: 2;	
	display: block;
	position: relative;
	width: 100%;
	height: 100%;	
}
.btn-style-twelve::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #000000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-twelve:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(0.8,1);
	transform: skewX(-180deg)  scale(0.8,1);
}
.btn-style-twelve:hover .txt{
	color:#ffffff;
}
/* Btn Style Thirteen */
.btn-style-thirteen{
	position: relative;
	color: #ffffff;
	font-size:14px;
	font-weight:500;
	padding:14px 34px;
	overflow: hidden;
	letter-spacing:2px;
	border-radius:5px;
	text-transform:capitalize;
	background-color:#0b53ff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-thirteen .txt{
	z-index: 2;	
	display: block;
	position: relative;
	width: 100%;
	height: 100%;	
}
.btn-style-thirteen::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #222222;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-thirteen:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(1,1);
	transform: skewX(-180deg)  scale(1,1);
}
.btn-style-thirteen:hover .txt{
	color:#ffffff;
}
/* Btn Style Fourteen */
.btn-style-fourteen{
	position: relative;
	color: #ffffff;
	font-size:15px;
	font-weight:500;
	padding:18px 48px;
	overflow: hidden;
	letter-spacing:2px;
	border-radius:5px;
	text-transform:uppercase;
	background-color:#0b53ff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-fourteen .txt{
	z-index: 2;	
	display: block;
	position: relative;
	width: 100%;
	height: 100%;	
}
.btn-style-fourteen::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #222222;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-fourteen:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(0.8,1);
	transform: skewX(-180deg)  scale(0.8,1);
}
.btn-style-fourteen:hover .txt{
	color:#ffffff;
}
/* Btn Style Fifteen */
.btn-style-fifteen{
	position: relative;
	color: #ffffff;
	font-size:15px;
	font-weight:500;
	padding:16px 44px;
	overflow: hidden;
	letter-spacing:1px;
	border-radius:2px;
	text-transform:capitalize;
	background-color:#ff00aa;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-fifteen .txt{
	z-index: 2;	
	display: block;
	position: relative;
	width: 100%;
	height: 100%;	
}
.btn-style-fifteen::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #222222;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-fifteen:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(1.01,0.8);
	transform: skewX(-180deg)  scale(1.01,0.8);
}
.btn-style-fifteen:hover .txt{
	color:#ffffff;
}
/* Btn Style Sixteen */
.btn-style-sixteen{
	position: relative;
	color: #ffffff;
	font-size:14px;
	font-weight:500;
	padding:14px 34px;
	overflow: hidden;
	letter-spacing:2px;
	border-radius:2px;
	text-transform:capitalize;
	border:2px solid #f101a5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-sixteen .txt{
	z-index: 2;	
	display: block;
	position: relative;
	width: 100%;
	height: 100%;	
}
.btn-style-sixteen::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #ffffff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-sixteen:hover{
	border-color:#ffffff;
}
.btn-style-sixteen:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(1,1);
	transform: skewX(-180deg)  scale(1,1);
}
.btn-style-sixteen:hover .txt{
	color:#f101a5;
}
/* Btn Style Seventeen */
.btn-style-seventeen{
	position: relative;
	color: #ff00aa;
	font-size:14px;
	font-weight:500;
	padding:14px 34px;
	overflow: hidden;
	letter-spacing:2px;
	border-radius:2px;
	text-transform:capitalize;
	border:2px solid #f101a5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-seventeen .txt{
	z-index: 2;	
	display: block;
	position: relative;
	width: 100%;
	height: 100%;	
}
.btn-style-seventeen::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #ff00aa;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-seventeen:hover{
	border-color:#ff00aa;
}
.btn-style-seventeen:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(1,1);
	transform: skewX(-180deg)  scale(1,1);
}
.btn-style-seventeen:hover .txt{
	color:#ffffff;
}
/* Btn Style Eighteen */
.btn-style-eighteen{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	padding: 13px 44px 13px;
	font-weight: 500;
	overflow: hidden;
	border-radius:5px;
	text-transform: capitalize;
	background-color:#0b53ff;
	font-family: 'Ubuntu', sans-serif;
}
.btn-style-eighteen .txt{
	position:relative;
	z-index:1;
}
.btn-style-eighteen:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-color:#222222;
}
.btn-style-eighteen:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-eighteen:hover{
	color: #ffffff;
}
/* Btn Style Nineteen */
.btn-style-nineteen{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	padding: 13px 44px 13px;
	font-weight: 500;
	overflow: hidden;
	border-radius:2px;
	text-transform: capitalize;
	background-color:#f0c579;
	font-family: 'Ubuntu', sans-serif;
}
.btn-style-nineteen .txt{
	position:relative;
	z-index:1;
}
.btn-style-nineteen:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
	background-color:#ffffff;
}
.btn-style-nineteen:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-nineteen:hover{
	color: #000000;
}
/* Btn Style Twenty */
.btn-style-twenty{
	position: relative;
	color: #f0c579;
	font-size:18px;
	font-weight:500;
	padding:14px 44px;
	overflow: hidden;
	border-radius:2px;
	text-transform:capitalize;
	border: 2px solid #f0c579;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-family: 'Ubuntu', sans-serif;
}
.btn-style-twenty .txt{
	z-index: 2;	
	display: block;
	position: relative;
	width: 100%;
	height: 100%;	
}
.btn-style-twenty::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #f0c579;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-style-twenty:hover::before{
	opacity: 1;
	-webkit-transform: skewX(-180deg)  scale(0.8,1);
	transform: skewX(-180deg)  scale(0.8,1);
}
.btn-style-twenty:hover .txt{
	color:#000000;
}
/* Social Icon One */
.social-icon-one{
	position: relative;
	display: block;
}
.social-icon-one .title{
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 15px;
}
.social-icon-one li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 22px;
}
.social-icon-one li:last-child{
	margin-right: 0;
}
.social-icon-one li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-one li a:hover{
	color: #1b46ff;
}
/* Social Icon Two */
.social-icon-two{
	position: relative;
	display: block;
}
.social-icon-two li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #444444;
	margin-right: 22px;
}
.social-icon-two li:last-child{
	margin-right: 0;
}
.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #444444;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.social-icon-two li a:hover{
	color: #1b46ff;
}
.theme_color{
	color:#1b46ff;
}
/* Preloader */
.preloader{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #1b46ff;
    z-index: 999999999999;
    text-align: center;
    overflow: hidden;
}
.preloader .box{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
}
.preloader .box:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #fff;
    -moz-animation: preloader 500ms linear infinite;
    -webkit-animation: preloader 500ms linear infinite;
    animation: preloader 500ms linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.preloader .box:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    -moz-animation: preloader-shadow 500ms linear infinite;
    -webkit-animation: preloader-shadow 500ms linear infinite;
    animation: preloader-shadow 500ms linear infinite;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
}
@-moz-keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@-webkit-keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@keyframes preloader {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        -moz-transform: translateY(9px) rotate(22.5deg);
        -ms-transform: translateY(9px) rotate(22.5deg);
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        -moz-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        -ms-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        -webkit-transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        transform: scale(1, 0.9) translateY(18px) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        -moz-transform: translateY(9px) rotate(67.5deg);
        -ms-transform: translateY(9px) rotate(67.5deg);
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        -moz-transform: translateY(0) rotate(90deg);
        -ms-transform: translateY(0) rotate(90deg);
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@-moz-keyframes preloader-shadow {
    50% {
        -moz-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}
@-webkit-keyframes preloader-shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}
@keyframes preloader-shadow {
    50% {
        -moz-transform: scale(1.2, 1);
        -ms-transform: scale(1.2, 1);
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}
img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}
/*** 
====================================================================
	Section Title
====================================================================
***/
.sec-title{
	position:relative;
	margin-bottom:70px;
}
.sec-title .title{
	position:relative;
	color:#00000a;
	font-size:15px;
	font-weight:500;
	opacity:0.35;
	letter-spacing:2px;
	text-transform:uppercase;
}
.sec-title h2{
	position: relative;
    color:#00000a;
    font-weight: 600;
	margin-top:15px;
	line-height:1.3em;
}
.sec-title .text{
	position: relative;
    color:#777777;
    font-weight: 400;
    line-height: 1.7em;
	margin-top:18px;
	font-size:16px;
}
.sec-title.light .text,
.sec-title.light .title,
.sec-title.light h2{
	color:#ffffff;
}
.sec-title.centered{
	text-align: center;
}
/*** 
====================================================================
	Section Title Two
====================================================================
***/
.sec-title-two{
	position:relative;
	margin-bottom:50px;
}
.sec-title-two .icon{
	position:relative;
	color:#468ff5;
	font-size:24px;
	line-height:1em;
}
.sec-title-two .title{
	position:relative;
	color:#468ff5;
	font-size:20px;
	font-weight:400;
	margin-top:10px;
	text-transform:capitalize;
	font-family: 'Covered By Your Grace', cursive;
}
.sec-title-two h2{
	position: relative;
    color:#18212e;
	line-height:1.3em;
    font-weight: 700;
	margin-top:18px;
}
.sec-title-two .text{
	position: relative;
    color:#777777;
    font-weight: 400;
    line-height: 1.7em;
	margin-top:18px;
	font-size:18px;
}
.sec-title-two.light .text,
.sec-title-two.light .title,
.sec-title-two.light h2{
	color:#ffffff;
}
.sec-title-two.centered{
	text-align: center;
}
/*** 
====================================================================
	Section Title Three
====================================================================
***/
.sec-title-three{
	position:relative;
	margin-bottom:50px;
}
.sec-title-three h2{
	position: relative;
    color:#000000;
	line-height:1.2em;
    font-weight: 300;
}
.sec-title-three h2 strong{
	font-weight:700;
}
.sec-title-three .text{
	position: relative;
    color:#777777;
    font-weight: 400;
    line-height: 2em;
	margin-top:12px;
	font-size:16px;
}
.sec-title-three.light .text,
.sec-title-three.light h2{
	color:#ffffff;
}
.sec-title-three.centered{
	text-align: center;
}
/*** 
====================================================================
	Section Title Four
====================================================================
***/
.sec-title-four{
	position:relative;
	margin-bottom:70px;
}
.sec-title-four .title{
	position:relative;
	color:#008e92;
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:capitalize;
}
.sec-title-four h2{
	position: relative;
    color:#222222;
	font-size:35px;
    font-weight: 600;
	margin-top:15px;
	line-height:1.4em;
}
.sec-title-four .text{
	position: relative;
    color:#999999;
    font-weight: 400;
    line-height: 1.8em;
	margin-top:18px;
	font-size:16px;
}
.sec-title-four.light .text,
.sec-title-four.light .title,
.sec-title-four.light h2{
	color:#ffffff;
}
.sec-title-four.centered{
	text-align: center;
}
.sec-title-four.style-two .title{
	color:#3e7ef8;
}
/*** 
====================================================================
	Section Title Five
====================================================================
***/
.sec-title-five{
	position:relative;
	margin-bottom:40px;
}
.sec-title-five .title{
	position:relative;
	color:#ff00aa;
	font-size:20px;
	font-weight:500;
	text-transform:capitalize;
	font-family: 'Asap', sans-serif;
}
.sec-title-five h2{
	position: relative;
    color:#000000;
	font-size:50px;
    font-weight: 600;
	margin-top:15px;
	line-height:1.2em;
	font-family: 'Asap', sans-serif;
}
.sec-title-five .text{
	position: relative;
    color:#555555;
    font-weight: 500;
    line-height: 1.7em;
	margin-top:18px;
	font-size:20px;
	font-family: 'Asap', sans-serif;
}
.sec-title-five.light .text,
.sec-title-five.light .title,
.sec-title-five.light h2{
	color:#ffffff;
}
.sec-title-five.centered{
	text-align: center;
}
/*** 
====================================================================
	Section Title Six
====================================================================
***/
.sec-title-six{
	position:relative;
	margin-bottom:40px;
}
.sec-title-six .title{
	position:relative;
	color:#0b53ff;
	font-size:21px;
	font-weight:500;
	text-transform:uppercase;
	font-family: 'Ubuntu', sans-serif;
}
.sec-title-six h2{
	position: relative;
    color:#000000;
	font-size:50px;
    font-weight: 700;
	margin-top:15px;
	line-height:1.2em;
	font-family: 'Ubuntu', sans-serif;
}
.sec-title-six .text{
	position: relative;
    color:#807f81;
    font-weight: 400;
    line-height: 1.7em;
	margin-top:14px;
	font-size:20px;
	font-family: 'Ubuntu', sans-serif;
}
.sec-title-six.light .text,
.sec-title-six.light .title,
.sec-title-six.light h2{
	color:#ffffff;
}
.sec-title-six.centered{
	text-align: center;
}
/*** 
====================================================================
	Main Header style
====================================================================
***/
.main-header{
	position:absolute;
	z-index:99;
	width:100%;
}
.main-header .header-top{
	position:relative;
}
.main-header .header-top:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:20px;
	background-color:#dddddd;
}
/* Header Top */
.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:7px 0px;
	padding-right:35px;
}
.main-header .header-top .top-left:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	bottom:0px;
	width:200%;
	transform: skewX(-30deg);
	background-color:#222222;
}
.main-header .header-top .top-left .text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.3em;
	padding:9px 0px;
	font-weight:500;
	font-family: 'Ubuntu', sans-serif;
}
/* Header Top Two */
.header-top-two{
	position:relative;
	padding:14px 0px;
	background-color:#f0c579;
}
.header-top-two .inner-container{
	position:relative;
}
.header-top-two .top-left{
	position:relative;
	float:left;
}
.header-top-two .top-left .top-list{
	position:relative;
}
.header-top-two .top-left .top-list li{
	position:relative;
	font-size:14px;
	color:#ffffff;
	margin-right:20px;
	padding-left:25px;
	display:inline-block;
}
.header-top-two .top-left .top-list li 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;
}
.header-top-two .top-left .top-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#222222;
	font-size:14px;
}
.header-top-two .top-left .top-list li a:hover{
	color:#ffffff;
}
.header-top-two .top-right{
	position:relative;
	float:right;
}
.header-top-two .top-right .social-box{
	position:relative;
}
.header-top-two .top-right .social-box li{
	position:relative;
	margin-left:20px;
	display:inline-block;
}
.header-top-two .top-right .social-box li a{
	position:relative;
	color:#ffffff;
	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;
}
.header-top-two .top-right .social-box li a:hover{
	color:#222222;
}
/* Main Box */
.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background: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;
}
.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}
.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}
.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-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 .header-upper{
	position:relative;
}
.main-header .header-upper .upper-right{
	position:relative;
	padding-top:30px;
}
.main-header.header-style-eight .nav-outer{
	width:100%;
}
.main-header.header-style-eight .main-menu .navigation > li > a{
	font-family: 'Ubuntu', sans-serif;
	text-transform:capitalize;
	font-size:17px;
	font-weight:400;
}
.main-header.header-style-eight .header-upper{
	border-bottom:1px solid rgba(255,255,255,0.10);
}
.main-header.header-style-eight .outer-box{
	padding:12px 0px;
}
.main-header.header-style-eight .search-box-btn{
	margin-top:18px;
	margin-right:25px;
}
.main-header .info-box{
	position:relative;
	float:left;
	z-index:1;
	min-height:56px;
	margin-left:50px;
	font-size:15px;
	color:#ffffff;
	text-align:left;
	padding:0px 0px 20px 65px;
}
.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:3px;
	font-size:42px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	color:#ffffff;
	line-height:1em;
}
.main-header .info-box ul li{
	position:relative;
	line-height:20px;
	color:#ffffff;
	font-size:16px;
	margin-bottom:8px;
	font-weight:400;
	text-transform:capitalize;
	font-family: 'Ubuntu', sans-serif;
}
.main-header .info-box strong{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size:18px;
	text-transform:capitalize;
}
.main-header .info-box ul li a{
	position:relative;
	color:#ffffff;
}
.main-header .header-upper .inner-container{
	position:relative;
}
.main-header .header-upper .outer-container{
	position:relative;
	padding: 0px 60px;
}
.main-header .nav-outer{
	position:static;
	float:right;
}
.header-style-one .nav-outer,
.header-style-six .nav-outer{
	padding-top:20px;
}
.main-header .header-upper .logo-box{
	position: relative;
	padding:30px 0px;
}
.main-header .header-upper .logo-box .logo{
	position:relative;
}
.main-header .outer-box{
	position: relative;
	float:right;
	margin-left:50px;
	padding: 19px 0px;
}
.main-header .outer-box .cart-box{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:16px;
	background:none;
	margin-top:14px;
	display:inline-block;
	margin-right: 28px;
}
.main-header .outer-box .cart-box .cart-box-btn{
	background:none;
	color:#ffffff;
	cursor: pointer;
	font-size: 24px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.main-header .outer-box .cart-box .cart-box-btn:after{
	display:none;
}
.main-header .outer-box .cart-box .cart-box-btn .total-cart{
	position:absolute;
	right: -8px;
	top: -8px;
	width:18px;
	height:18px;
	color:#ffffff;
	font-weight:700;
	font-size:12px;
	border-radius:50%;
	text-align:center;
	line-height:18px;
	background-color:#fe4c1c;
}
.main-header .outer-box .cart-box .cart-box-btn:hover{
	color:#fe4c1c;
}
.main-header .outer-box .cart-product{
	position:relative;
	margin-bottom:18px;
	min-height:90px;
	border-bottom:1px solid #e4e4e4;
}
.main-header .outer-box .cart-product .inner{
	position:relative;
	padding-left:90px;
	min-height:70px;
}
.main-header .outer-box .cart-product .inner .cross-icon{
	position:absolute;
	right:0px;
	top:-2px;
	z-index:1;
	color:#263120;
	font-size:16px;
	cursor:pointer;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-header .outer-box .cart-product .inner .cross-icon:hover{
	color:#fe4c1c;
}
.main-header .outer-box .cart-product .inner .image{
	position:absolute;
	width:70px;
	height:70px;
	left:0px;
	top:0px;
}
.main-header .outer-box .cart-product .inner h3{
	position:relative;
	font-weight:600;
	font-size:15px;
	margin:0px;
	letter-spacing: 1px;
	text-transform:capitalize;
}
.main-header .outer-box .cart-product .inner h3 a{
	color:#222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.main-header .outer-box .cart-product .inner h3 a:hover{
	color:#fe4c1c;
}
.main-header .outer-box .cart-product .inner .quantity-text{
	position:relative;
	font-weight:300;
	color:#666666;
	font-size: 13px;
	margin-bottom: 0px;
}
.main-header .outer-box .cart-product .inner .price{
	position:relative;
	font-weight:700;
	font-size:16px;
	margin:0px;
	color:#222222;
}
.main-header .outer-box .cart-box .cart-panel{
	left: auto !important;
	right: 0px !important;
	border-radius:0px;
	padding:20px 20px;
	min-width:300px;
	margin-top:50px;
	z-index: -1;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
	border:3px solid #fe4c1c;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}
.main-header .outer-box .cart-box .cart-panel .cart-total{
	color:#000000;
	font-size:15px;
	font-weight:400;
	text-align:center;
	text-transform:capitalize;
}
.main-header .outer-box .cart-box .cart-panel .cart-total span{
	font-weight:800;
	font-size:18px;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed{
	position:relative;
	text-align:center;
	margin-top:20px;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed li a{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:12px;
	padding:10px 20px 8px;
	border-radius: 2px;
	display:inline-block;
	background-color:#fe4c1c;
	border:1px solid #fe4c1c;
	text-transform:uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.main-header .outer-box .cart-box .cart-panel .btns-boxed li a:hover{
	color:#fe4c1c;
	background:none;
}
.main-header .outer-box .cart-box .icon a{
	color:#999999;
}
/* Search Box Outer */
.main-header .search-box-outer{
	position:relative;
	float:left;
}
.main-header .search-box-btn{
	position:relative;
	top: 0px;
	display:block;
	float:left;
	margin-top:14px;
	font-size:20px;
	color:#ffffff;
	line-height:20px !important;
	cursor:pointer;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-header .search-box-btn:after{
	display:none;
}
.main-header .search-box-outer .dropdown-menu{
	top:49px !important;
	right:0px;
	padding:0px;
	width:280px;	
	left: auto !important;
	border-radius:0px;
	border-top:3px solid #1b46ff;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}
.main-header .btn-box{
	position:relative;
	float:left;
}
/* .main-header .btn-box .quote-btn{
	position:relative;
	color:#fe4c1c;
	font-size:16px;
	padding:13px 26px;
	font-weight:700;
	border-radius:4px;
	background-color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-header .btn-box .quote-btn:hover{
	background-color:#fe4c1c;
	color:#ffffff;
} */
/* Header Lower */
.main-header .header-lower .search-box{
	float:right;
}
.main-header .header-lower .search-box .form-group{
	position:relative;
	margin:0px;
	top:-1px;
}
.main-header .header-lower .search-box .form-group input[type="text"],
.main-header .header-lower .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	padding:10px 50px 10px 25px;
	background:none;
	display:block;
	font-size:14px;
	width:200px;
	height:74px;
	color:#222222;
	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;
	background-color:#ffffff;
	border-radius:0px 50px 50px 0px;
}
.main-header .header-lower .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:74px;
	width:45px;
	font-size:14px;
	color:#000048;
	line-height:100%;
	background:none;
	display:inline-block;
	font-weight:normal;
	text-align:left;
	cursor:pointer;
}
/* Main Menu */
.main-menu{
	position:static;
	float:left;
	-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-menu .cart-box{
	position: relative;
	float:left;
	font-size: 26px;
	margin: 32px 0px;
	padding-left: 20px;
	border-left: 1px solid #dde4db;
}
.main-menu .cart-box a{
	position: relative;
	color: #1b46ff;
}
.main-menu .cart-box .number{
	position: absolute;
	right: -15px;
	top: -15px;
	color: #1b46ff;
	font-size: 18px;
}
.main-menu .navbar-collapse{
	padding:0px;
	float: left;
	display:block !important;
}
.main-menu .navigation{
	position:static;
	margin:0px;
}
.main-menu .navigation > li{
	position:relative;
	float:left;
	text-align:left;
	margin-right:30px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li:last-child{
	margin-right:0px;
}
.sticky-header .main-menu .navigation > li > a{
	color:#444444 !important;
}
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#1b46ff;
	background-color:inherit !important;
}
.sticky-header .nav-outer .options-box{
	margin-top:45px;
}
.header-style-two .header-upper{
	padding:35px 0px;
	background-color:rgba(32,39,44,0.10);
}
.header-style-two .header-upper::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 6px;
    height: 2px;
    width: 100%;
    background: url(../images/icons/menu-separator.png) repeat-x;
    animation: 10s linear 0s infinite normal none running slide;
}
.header-style-two.alternate{
	position:relative;
	background-color:#444444;
}
@keyframes slide{
	from { background-position: 0 0; }
    to { background-position: 200px 0; }
}
@-webkit-keyframes slide{
	from { background-position: 0 0; }
    to { background-position: 200px 0; }
}
.main-header.header-style-two .header-upper .logo-box{
	position:absolute;
	width:auto;
	left:50%;
	top:-15px;
	margin-left:-65px;
}
.header-style-two .header-upper .number-box{
	position:relative;
	margin-top:8px;
}
.header-style-two .header-upper .number-box a{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:600;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.header-style-two .header-upper .number-box a:hover{
	color:#222222;
}
.header-style-two .header-upper .number-box .icon{
	position:relative;
	top:-1px;
	width:30px;
	height:30px;
	color:#ffffff;
	font-size:14px;
	line-height:30px;
	text-align:center;
	border-radius:50px;
	font-weight:400;
	margin-right:10px;
	display:inline-block;
	background-color:#468ff5;
}
/* Language Dropdown */
.header-style-two .header-upper .language{
	position:relative;
	line-height:1em;
	margin-left: 20px;
	display:inline-block;
}
.header-style-two .header-upper .language .flag-icon{
	margin-right:8px;
}
.header-style-two .header-upper .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:170px;	
	border-radius:0px;
	margin-top:29px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:3px solid #468ff5;
}
.header-style-two .header-upper .language > a{
	color:#ffffff;
	background:none;
	text-transform:capitalize;
	display:inline-block;
    border:0px;
	top: 0px;
	font-weight:400;
	font-size:15px;
	line-height:1em;
	border-radius: 0px;
}
.header-style-two .header-upper .language > a .flag{
	margin-right:8px;
}
.header-style-two .header-upper .language > a:after{
	display:none;
}
.header-style-two .header-upper language a:hover{
	background:none;
}
.header-style-two .header-upper .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}
.header-style-two .header-upper .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}
.header-style-two .header-upper .language .dropdown-menu > li > a{
	padding:12px 20px !important;
	color:#ffffff;
	display: block;
	text-align:left;
	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;
}
.header-style-two .header-upper .language .dropdown-menu > li > a .flag{
	position:relative;
	margin-right:8px;
}
.header-style-two .header-upper .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#468ff5;
}
.header-style-two .main-menu .navbar-collapse{
	float:none;
}
.header-style-two .nav-outer,
.header-style-two .nav-outer .main-menu{
	width:100%;
	text-align:center;
}
.header-style-two .main-menu .navigation > li{
	float:none;
	display:inline-block;
}
.header-style-two .main-menu .navigation > li > ul,
.header-style-two .main-menu .navigation > li > ul > li > ul{
	text-align:left;
}
.header-style-two .main-menu .navigation > li.dropdown > a{
	padding-right:15px !important;
}
.header-style-two .sticky-header .main-menu .navigation > li.dropdown > a{
	padding-right:0px !important;
}
.header-style-two .sticky-header .main-menu .navigation > li.dropdown > a:before{
	display:none;
}
.header-style-two .main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 13px;
    line-height: 28px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
/* Header Style Three */
.header-style-three .nav-outer{
	width:100%;
	margin-top:-90px;
}
.header-style-three .nav-outer .main-menu{
	width:100%;
}
.header-style-three .main-menu .navbar-collapse{
	width:100%;
	text-align:center;
}
.header-style-three .main-menu .navigation > li{
	float:none;
	margin:0px 20px;
	display:inline-block;
}
.main-header.header-style-three .outer-box{
	position:absolute;
	right:0px;
	top:0px;
}
.header-style-three .main-menu .navigation > li > a{
	font-size:14px;
	font-weight:500;
}
.header-style-four .main-menu .navigation > li > a{
	font-size:16px;
	font-weight:400;
	color:#222222;
	padding:45px 0px;
	text-transform:capitalize;
}
.main-header.header-style-four .outer-box{
	padding:36px 0px;
}
.header-style-four .main-menu .navigation > li > ul > li > ul > li:hover > a,
.header-style-four .main-menu .navigation > li > ul > li:hover > a{
	color:#008e93;
}
.header-style-four .main-menu .navigation > li > ul > li:hover > a::before{
	text-shadow: 8px 0 #008e93, -8px 0 #008e93;
}
.header-style-four .main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	text-shadow: 8px 0 #008e93, -8px 0 #008e93;
}
.header-style-five .main-menu .navigation > li > a{
	font-size:16px;
	font-weight:400;
	color:#ffffff;
	padding:45px 0px;
	text-transform:capitalize;
}
.main-header.header-style-five .outer-box{
	padding:45px 0px;
	margin-left:80px;
}
.header-style-five .outer-box .login-nav{
	position:relative;
}
.header-style-five .outer-box .login-nav li{
	position:relative;
	margin-left:5px;
	display:inline-block;
}
.header-style-five .outer-box .login-nav li a{
	position:relative;
	font-size:16px;
	color:#404040;
	font-weight:500;
	padding:11px 24px;
	border-radius:2px;
	border:1px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.header-style-five .outer-box .login-nav li a:hover{
	background-color:#3e7ef8;
	border-color:#3e7ef8;
	color:#ffffff;
}
.header-style-seven .main-menu .navigation > li > a{
	font-size:16px;
	font-weight:500;
	color:#ffffff;
	padding:45px 0px;
	text-transform:capitalize;
}
.main-header.header-style-seven .outer-box{
	padding:36px 0px;
}
.header-style-seven .main-menu .navigation > li > ul > li > ul > li:hover > a,
.header-style-seven .main-menu .navigation > li > ul > li:hover > a{
	color:#ff00aa;
}
.header-style-seven .main-menu .navigation > li > ul > li:hover > a::before{
	text-shadow: 8px 0 #ff00aa, -8px 0 #ff00aa;
}
.header-style-seven .main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	text-shadow: 8px 0 #ff00aa, -8px 0 #ff00aa;
}
.header-style-nine .main-menu .navigation > li > ul > li > ul > li:hover > a,
.header-style-nine .main-menu .navigation > li > ul > li:hover > a{
	color:#f0c579;
}
.header-style-nine .main-menu .navigation > li > ul > li:hover > a::before{
	text-shadow: 8px 0 #f0c579, -8px 0 #f0c579;
}
.header-style-nine .main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	text-shadow: 8px 0 #f0c579, -8px 0 #f0c579;
}
.btn:focus{
	box-shadow:inherit !important;
}
/*Sticky Header*/
.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.sticky-header .logo{
	padding:6px 0px;
}
.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	text-transform: uppercase;
	letter-spacing:0px;
	opacity:1;
	font-weight:600;
	padding:30px 0px;
	font-size:16px;
	letter-spacing:1px;
}

.sticky-header .main-menu .navigation > li{
	position:relative;
	padding-right:30px;
	border-right:1px solid #e8f1f7;
}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:-30px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}
.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}
.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:6px 18px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
	padding-left:10px;
}
.sticky-header .main-menu .navigation > li > a{
	padding:19px 0px !important;
}
.main-menu .navigation > li > ul > li > a:before{
	position: absolute;
    bottom: -3px;
    left: 17px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}
.main-menu .navigation > li > ul > li:hover > a::before{
	opacity:1;
	color:#000000;
	text-shadow: 8px 0 #1b45f7, -8px 0 #1b45f7;
}
.main-menu .navigation > li > ul > li:hover > a{
	color:#1b45f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.sticky-header .main-menu .navigation > li > a:before{
	top:22px !important;
}
.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}
.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}
.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}
.main-menu .navigation > li > ul > li > ul > li > a{
	position: relative;
    display: block;
    padding: 6px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #222222;
    padding-left: 10px;
}
.main-menu .navigation > li > ul > li > ul > li > a:before{
	position: absolute;
    bottom: 0px;
    left: 10px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
	color:#000000;
	text-shadow: 8px 0 #1b45f7, -8px 0 #1b45f7;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#1b45f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}
.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:0px;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
	transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:100%;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;	
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}
/************************ Mega Menu ***************************/
.main-menu .navigation > li.has-mega-menu{
	position:static;
}
.main-menu .navigation > li > .mega-menu{
	position:absolute;
	left:0px;
	right: 0;
	margin: auto;
	width:100%;
	max-width: 1170px;
	background-color: #1e1e1e;
    padding: 30px 30px 30px 30px;
    top: 100%;
	z-index:100;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li:hover > .mega-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.main-menu .navigation > li > .mega-menu .mega-menu-bar{
	position: relative;
}
.main-menu .navigation > li .mega-menu-bar h6{
	position:relative;
	color:rgba(255,255,255,0.50);
	font-weight:400;
	padding-bottom:10px;
	letter-spacing:1px;
	margin-bottom:20px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.10);
}
.main-menu .navigation > li .mega-menu-bar > ul{
	position:relative;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li{
	position:relative;
	width:100%;
	margin-bottom:12px;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.main-menu .navigation > li .mega-menu-bar .column{
	position:relative;
	margin-bottom:10px;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child{
	border:none;
}
.main-menu .navigation > li .mega-menu-bar .column > ul > li > a{
	position:relative;
	display:block;
	line-height:20px;
	font-weight:400;
	font-size:14px;
	letter-spacing:1px;
	color:rgba(255,255,255,0.60);
	text-transform:uppercase;
	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-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover{
	color:rgba(255,255,255,0.80);
}
/*** 
====================================================================
	Login / Register Section
====================================================================
***/
.register-section{
	position:relative;
	z-index: 9;
	background-color: #ffffff;
	padding:60px 0px 40px;
}
.register-section .form-column{
	margin-bottom:40px;	
}
.register-section .form-column .sec-title{
	position:relative;
	margin-bottom:30px;	
}
.register-section .form-column .sec-title h2{
}
.styled-form{
	position:relative;	
}
.styled-form .submit-text{
	font-size:15px;
	color:#9e9e9e;
	font-weight:400;
	margin-top:10px;
}
.styled-form .form-group{
	position:relative;
	margin-bottom:30px;
	font-size:14px;
	color:#848484;
}
.checkout-section .styled-form .form-group{
	position:relative;
	margin-bottom:20px;	
}
.styled-form .form-group .check-box{
	line-height:24px;
	font-size:15px;
	font-weight:normal;
	padding-top:5px;
	color:#272727;
}
.styled-form .form-group .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:15px;
	cursor:pointer;
}
.styled-form .pull-left label,
.styled-form .pull-right label{
	cursor:pointer;
}
.styled-form .form-group .adon-icon{
	position:absolute;
	top:50%;
	margin-top:-10px;
	right:10px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:15px;
	color:#999999;
	z-index:2;
}
.styled-form .form-group .field-label{
	display:block;
	color:#272727;
	text-transform:capitalize;
	font-size:16px;
	margin-bottom:7px;
	font-weight:400;
}
.styled-form input[type="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:30px;
	padding:8px 20px;
	height:50px;
	border:1px solid #f4f4f4;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form select{
	line-height:26px;
	height:44px;	
}
.styled-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;
}
.styled-form select option{
	text-indent:20px;	
}
.styled-form textarea{
	resize:none;
	height:110px;	
}
.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus{
	border-color:#1b46ff;
}
.styled-form .form-group .theme-btn{
	min-width:150px;
	text-align:center;
	padding:11px 34px;	
	border-radius:0px;
	cursor: pointer;
}
.styled-form .remember-me{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
}
.social-links-two a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	background:#fc721e;
	margin:0px 0px 0px 5px;
	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;
}
.social-links-two a:hover{
	opacity:0.80;
}
.social-links-two .facebook{
	background:#3b5998;	
}
.social-links-two .twitter{
	background:#33ccfe;	
}
.social-links-two .google-plus{
	background:#dd4b39;	
}
.box-version.option-box{
	display:none;
}
/*** 

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

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color:#ffffff;
	display: none;
}

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

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

.mobile-menu .nav-logo img{
	max-width:200px;
}

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

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

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-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;
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	width:100%;
	visibility: visible;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	right: -400px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	border-radius: 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;
}

.mobile-menu-visible .mobile-menu .menu-box{
	right:0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-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;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

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

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

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

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

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

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

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

.mobile-menu .navigation li > ul > li, 
.mobile-menu .navigation li > ul > li > ul > li{
	padding-left:15px;
}
.sticky-header .navbar-header{
	display:none;
}
/*** 
====================================================================
	Search Popup
====================================================================
***/
.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -540px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.sidenav-bar-visible .search-popup{
	width: 80%;
}
.search-popup:before{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../images/icons/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}
.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}
.search-popup .close-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #1b46ff;
	width: 70px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #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;
	opacity: 0;
	visibility: hidden;
}
.search-popup .close-search span{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}
.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}
.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-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;
	font-weight:500;
	text-transform:capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:30px;
	top:0px;
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:#000000;
	padding: 0;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}
.search-popup .close-search.style-two{
	position: absolute;
	right: 25px;
	left: auto;
	color:#ffffff;
	width:auto;
	height:auto;
	top:25px;
	margin:0px;
	border:none;
	background:none !important;
	box-shadow:none !important;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}
.search-popup .close-search.style-two span{
	font-size:20px;
	color:#ffffff;
}
.main-header .sticky-header .outer-box{
	position:relative;
	margin-left:32px;
	padding:13px 0px;
}
.main-header .sticky-header .outer-box .cart-box,
.main-header .sticky-header .outer-box .cart-box .cart-box-btn,
.main-header .sticky-header .outer-box .cart-box .cart-box-btn:hover{
	color:#000000;
}
.main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart{
	background-color:#fe4c1c;
}
.main-header .sticky-header .search-box-btn{
	color:#000000;
	margin-top:10px;
}
.color-palate .option-box{
	padding-top:25px;
	padding-bottom:10px;
}
.color-palate .option-box > li{
	position: relative;
	color:#ffffff;
	width: 40%;
	margin:0px 3px;
	cursor: pointer;
	margin-bottom: 9px;
	padding:6px 12px;
	display: inline-block;
	background-color: #1b46ff;
	text-transform:capitalize;
}
/*** 
====================================================================
	Hidden Sidebar style
====================================================================
***/
.sidebar-info-contents{
	position:relative;
}
.sidebar-info-contents .content-inner{
	position:relative;
}
.sidebar-info-contents .content-inner .logo {
	padding:0px 0px 40px;
}
.sidebar-info-contents .content-inner .logo img{
	display:inline-block;
	max-width:100%;	
}
.sidebar-info-contents .content-inner .content-box{
	position:relative;
}
.sidebar-info-contents .content-inner .content-box h2{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}
.sidebar-info-contents .content-inner .content-box .text{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.90);
	margin-bottom:25px;
}
.sidebar-info-contents .content-inner .contact-info{
	position:relative;
	margin-top:60px;
}
.sidebar-info-contents .content-inner .contact-info h2{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}
.sidebar-info-contents .content-inner .social-box{
	position:relative;
	margin-top:20px;
	margin-bottom:30px;
}
.sidebar-info-contents .content-inner .social-box li{
	position:relative;
	display:inline-block;
	margin-right:6px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.sidebar-info-contents .content-inner .social-box li a{
	position:relative;
	width:36px;
	height:36px;
	color:#222222;
	z-index:1;
	font-size:13px;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.sidebar-info-contents .content-inner .social-box li a:hover{
	background-color:#2974dd;
	color:#ffffff;
}
.close-side-widget,
.close-side-widget:hover{
	color:#ffffff;
	font-size:24px;
}
.main-header .header-upper .outer-box .nav-btn{
	position:relative;
	float:right;
	font-size:28px;
	color:#000000;
	cursor:pointer;
	margin-top:16px;
	margin-left:30px;
}
.sticky-header .outer-box .nav-btn{
	position:relative;
	float:right;
	font-size:28px;
	color:#000000;
	cursor:pointer;
	margin-top:9px;
	margin-left:30px;
}
/*** 
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-toped{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#222222;
	display: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;		
}
.scroll-to-toped:hover{
	color:#ffffff;
	background:#000000;
}

/*** 
====================================================================
	Banner Section
====================================================================
***/
.banner-section{
	position:relative;
	overflow:hidden;
	padding-top:120px;
	padding-bottom:20px;
}
.banner-section .patern-layer-one{
	position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}
.banner-section .patern-layer-two{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 423px;
    height: 328px;
    background-position: right top;
    background-repeat: no-repeat;
}
.banner-section .patern-layer-three{
	position: absolute;
    left: -120px;
    top: -60px;
    width: 417px;
    height: 416px;
    background-repeat: no-repeat;
}
.banner-section .patern-layer-four{
	position: absolute;
    left: 27%;
    top: -420px;
    width: 552px;
    height: 552px;
    background-repeat: no-repeat;
}
.banner-section .patern-layer-five{
	position: absolute;
    left: 30%;
    top: 180px;
    width: 416px;
    height: 416px;
    background-repeat: no-repeat;
}
.banner-section .patern-layer-six{
	position: absolute;
    left: 58%;
    top: 180px;
    width: 215px;
    height: 215px;
    background-repeat: no-repeat;
}
.banner-section .patern-layer-seven{
	position: absolute;
    right: 5%;
    top: 180px;
    width: 195px;
    height: 195px;
    background-repeat: no-repeat;
}
.banner-section .patern-layer-eight{
	position: absolute;
    right: 0%;
    top: 60%;
    width: 336px;
    height: 394px;
    background-repeat: no-repeat;
}
.banner-section .patern-layer-nine{
	position: absolute;
    right: 0%;
    top: 0%;
    width: 702px;
    height: 607px;
    background-repeat: no-repeat;
}
.banner-section .content-column{
	position:relative;
}
.banner-section .content-column .inner-column{
	position:relative;
	padding-top:170px;
}
.banner-section .content-column h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.banner-section .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.banner-section .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	line-height:1.8em;
	margin-bottom:40px;
	font-weight:400;
	margin-top:30px;
	
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.banner-section .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}
.banner-section .content-column .btns-box{
	margin-top:35px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.banner-section .active .content-column .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}
.banner-section .content-column .theme-btn{
	margin-right:15px;
}
.banner-section .image-column{
	position:relative;
}
.banner-section .image-column .inner-column{
	position:relative;
	margin-right:-150px;
	padding-top:0px;
	text-align:right;
}
.banner-section .image-column .image{
	position:relative;
	margin-left:160px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.banner-section .image-column .image-two{
	position:absolute;
	left:0px;
	top:145px !important;
}
.banner-section .image-column img{
	position:relative;
	width:auto;
}
.banner-section .owl-nav{
	display:none;
}
.banner-section .owl-dots{
	position:relative;
	left:0%;
	bottom:40px;
	text-align:center;
}
.banner-section .owl-dots .owl-dot{
	position:relative;
	width:5px;
	height:5px;
	border-radius:50px;
	margin:0px 10px;
	display:inline-block;
	background-color:#111111;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover{
	width:60px;
}
/*** 
====================================================================
	Featured Section
====================================================================
***/
.featured-section{
	position:relative;
	padding:50px 0px 90px;
}
.featured-section .icon-one{
	position:absolute;
	left:20%;
	top:12%;
	width:132px;
	height:132px;
	background-repeat:no-repeat;
}
.featured-section .icon-two{
	position:absolute;
	left:0%;
	bottom:0%;
	width:255px;
	height:360px;
	background-repeat:no-repeat;
}
.feature-block{
	position:relative;
	margin-bottom:30px;
}
.feature-block .inner-box{
	position:relative;
	overflow:hidden;
	padding:55px 15px 50px;
	text-align:center;
	background-color:#f9f9f9;
}
.feature-block .inner-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	z-index:1;
}
.feature-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	
	background-image: -ms-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -moz-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -o-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1B46FF), color-stop(100, #2299ff));
	background-image: -webkit-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: linear-gradient(to right, #1B46FF 0%, #2299ff 100%);
	
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.feature-block .inner-box:hover::before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}
.feature-block .inner-box .icon-box{
	position:relative;
	display:inline-block;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.feature-block .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:-15px;
	top:0px;
	width:55px;
	height:55px;
	border-radius:50px;
	background-color:rgba(27,70,255,0.10);
}
.feature-block .inner-box:hover .icon-box:before{
	background-color:rgba(255,255,255,0.10);
}
.feature-block .inner-box .icon-box .icon{
	position:relative;
	font-size:64px;
	line-height:1em;
	color:#1b46ff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.feature-block .inner-box h5{
	position:relative;
	font-weight:600;
	color:#343434;
	line-height:1.3em;
	margin-top:18px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.feature-block .inner-box:hover h5{
	color:#ffffff;
}
.feature-block .inner-box:hover .icon-box .icon{
	color:#ffffff;
}
.feature-block .inner-box:hover .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
/*** 
====================================================================
	Email Section
====================================================================
***/
.email-section{
	position:relative;
	overflow:hidden;
	padding:50px 0px 50px;
}
.email-section .icon-layer-one{
	position:absolute;
	right:-180px;
	top:0px;
	width:416px;
	height:416px;
	background-repeat:no-repeat;
}
.email-section .icon-layer-two{
	position:absolute;
	right:60px;
	top:70%;
	width:132px;
	height:132px;
	background-repeat:no-repeat;
}
.email-section .content-column{
	position:relative;
}
.email-section .content-column .inner-column{
	position:relative;
	padding-top:120px;
}
.email-section .content-column h2{
	position:relative;
	color:#000000;
	font-weight:600;
	line-height:1.3em;
}
.email-section .content-column .text{
	position:relative;
	color:#7c8087;
	font-weight:400;
	font-size:18px;
	line-height:1.8em;
	margin-bottom:30px;
	margin-top:12px;
	max-width:400px;
}
.email-section .content-column .email-list{
	position:relative;
}
.email-section .content-column .email-list li{
	position:relative;
	color:#1d293f;
	font-size:20px;
	font-weight:500;
	margin-bottom:35px;
	padding-left:80px;
	padding-top:20px;
}
.email-section .content-column .email-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	color:#0f53fa;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#f7f8fa;
}
.email-section .content-column .email-list li i{
	position:relative;
	color:#ffffff;
	font-size:13px;
	font-style:normal;
	padding:6px 10px;
	border-radius:5px;
	background-color:#1b45f7;
	text-transform:uppercase;
}
.email-section .images-column{
	position:relative;
}
.email-section .images-column .inner-column{
	position:relative;
	padding-left:45px;
}
.email-section .images-column .small-image{
	position:absolute;
	left:30px;
	top:130px;
	z-index:1;
	opacity:0;
	transform:translateX(400px);
	transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.email-section .images-column.now-in-view .small-image{
	opacity:1;
	transform:translateX(0px);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.email-section .images-column .inner-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:612px;
	height:612px;
	border-radius:50%;
	display:block;
	transform:scale(0.3,0.3);
	
	transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
	
	background-image: -ms-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -moz-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -o-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1B46FF), color-stop(100, #2299ff));
	background-image: -webkit-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: linear-gradient(to right, #1B46FF 0%, #2299ff 100%);
}
.email-section .images-column.now-in-view .inner-column:before{
	transform:scale(1,1);
}
.email-section .images-column .image{
	position:relative;
	margin-left:80px;
	opacity:0;
	
	transform:translateX(600px);
	transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.email-section .images-column.now-in-view .image{
	opacity:1;
	transform:translateX(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}
/*** 
====================================================================
	App Section
====================================================================
***/
.app-section{
	position:relative;
	padding:0px 0px 0px;
}
.app-section .icon-layer-one{
	position:absolute;
	left:0px;
	top:0px;
	width:255px;
	height:255px;
	background-repeat:no-repeat;
}
.app-section .icon-layer-two{
	position:absolute;
	left:0px;
	bottom:0%;
	width:166px;
	height:332px;
	background-repeat:no-repeat;
}
.app-section .icon-layer-three{
	position:absolute;
	right:0px;
	bottom:30%;
	width:146px;
	height:275px;
	background-repeat:no-repeat;
}
.app-section .content-column{
	position:relative;
}
.app-section .content-column .inner-column{
	position:relative;
	padding-top:120px;
}
.app-section .content-column h2{
	position:relative;
	color:#000000;
	font-weight:600;
	line-height:1.3em;
}
.app-section .content-column .text{
	position:relative;
	color:#7c8087;
	font-weight:400;
	font-size:18px;
	line-height:1.8em;
	margin-bottom:30px;
	margin-top:12px;
	max-width:400px;
}
.app-section .content-column .btns-box{
	position:relative;
}
.app-section .content-column .btns-box .theme-btn{
	margin-right:15px;
	display:inline-block;
}
.app-section .images-column{
	position:relative;
}
.app-section .images-column .inner-column{
	position:relative;
	padding-left:45px;
}
.app-section .images-column .small-image{
	position:absolute;
	right:0px;
	top:280px;
	z-index:1;
	opacity:0;
	transform:translateX(400px);
	transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.app-section .images-column.now-in-view .small-image{
	opacity:1;
	transform:translateX(0px);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.app-section .images-column .inner-column:before{
	position:absolute;
	content:'';
	left:70px;
	top:0px;
	width:504px;
	height:504px;
	border-radius:50%;
	display:block;
	transform:scale(0.3,0.3);
	
	transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
	
	background-image: -ms-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -moz-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -o-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1B46FF), color-stop(100, #2299ff));
	background-image: -webkit-linear-gradient(left, #1B46FF 0%, #2299ff 100%);
	background-image: linear-gradient(to right, #1B46FF 0%, #2299ff 100%);
}
.app-section .images-column.now-in-view .inner-column:before{
	transform:scale(1,1);
}
.app-section .images-column .image{
	position:relative;
	top:-80px;
	display:block;
	margin-right:80px;
	opacity:0; 
	
	transform:translateX(-200px);
	transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.app-section .images-column.now-in-view .image{
	opacity:1;
	transform:translateX(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}
/*** 
====================================================================
	Video Section
====================================================================
***/
.video-section{
	position:relative;
	text-align:center;
	padding:120px 0px 120px;
	background-attachment:fixed;
	background-size:cover;
}
.video-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(27,71,255,0.70);
}
.video-section h4{
	position:relative;
	color:#ffffff;
	font-weight:500;
	line-height:1.3em;
	margin-top:25px;
	text-transform:capitalize;
}
.video-section .video-box{
	position:relative;
	width:80px;
	height:80px;
	color:#3c5cdc;
	font-size:20px;
	text-align:center;
	border-radius:50px;
	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;
	background-color:#ffffff;
}
.video-section .video-box .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:50%;
	padding-left:7px;
	display: inline-block;
	margin-top: -40px;
	margin-left:-40px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.video-section .video-box .ripple,
.video-section .video-box .ripple:before,
.video-section .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
	margin-left:.5px;
    -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-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-section .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.video-section .video-box .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 70px 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 70px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
/*** 
====================================================================
	Screenshots Section
====================================================================
***/
.screenshots-section{
	position:relative;
	overflow:hidden;
	padding-top:135px;
	padding-bottom:90px;
}
.screenshots-section .carousel-container{
	position:relative;
	max-width:1400px;
	margin:0 auto;
	padding:0px 30px;
}
.screenshots-section .carousel-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:60px;
	height:100%;
	z-index:2;
	background-color:#ffffff;
}
.screenshots-section .carousel-container:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:60px;
	height:100%;
	z-index:20;
	background-color:#ffffff;
}
.screenshots-section .carousel-outer{
	position:relative;
	width:429px;
	height:700px;
	margin:0 auto;
	padding:82px 70px;
	background:url(../images/resource/iphone-mockup-one.png) center top no-repeat;
}
.screenshots-section .carousel-outer .owl-carousel{
	z-index:auto;
}
.screenshots-section .carousel-outer .mockup-layer{
	position:absolute;
	width:429px;
	left:0px;
	top:0px;
	z-index:20;	
}
.screenshots-section .carousel-outer .mockup-layer:before{
	content:'';
	position:absolute;
	left:0px;
	top:-27px;
	width:70px;
	height:703px;
	background:url(../images/resource/iphone-mockup-two.png) left top no-repeat;
	z-index:20;	
}
.screenshots-section .carousel-outer .mockup-layer:after{
	content:'';
	position:absolute;
	right:0px;
	top:-27px;
	width:70px;
	height:703px;
	background:url(../images/resource/iphone-mockup-two.png) right top no-repeat;
	z-index:20;	
}
.screenshots-section .owl-stage-outer{
	overflow:visible;	
}
.screenshots-section .slide .image img{
	width:100%;
	display:block;
	border-radius:5px;
	z-index:99999999;
}
.screenshots-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:100px;
	display:none;
}
.screenshots-section .owl-dots .owl-dot{
	position:relative;
	width:18px;
	height:18px;
	margin:0px 7px;
	display:inline-block;
	background-color:#d0d9f9;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.screenshots-section .owl-dots .owl-dot.active,
.screenshots-section .owl-dots .owl-dot:hover{
	background-color:#1b47ff;
}
.screenshots-section .owl-nav{
	display:none;
}
/*** 
====================================================================
	Pricing Section
====================================================================
***/
.pricing-section{
	position:relative;
}
.price-block{
	position:relative;
	margin-bottom:30px;
}
.price-block .inner-box{
	position:relative;
	padding:40px 40px;
	text-align:center;
	background-color:#ffffff;
}
.price-block.active .inner-box{
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.price-block .inner-box .discount{
	position:absolute;
	left:0px;
	top:-47px;
	right:0px;
	color:#ffffff;
	display:block;
	padding:12px 10px;
	text-align:center;
	letter-spacing:3px;
	text-transform:uppercase;
	background-color:#1b47ff;
}
.price-block .inner-box h4{
	position:relative;
	color:#000000;
	font-weight:400;
	margin-bottom:22px;
}
.price-block .inner-box .price-list{
	position:relative;
}
.price-block .inner-box .price-list li{
	position:relative;
	color:#555556;
	font-size:16px;
	padding:14px 10px;
	font-weight:300;
}
.price-block .inner-box .price-list li:nth-child(2n + 1){
	background-color:#f3f6ff;
}
.price-block .inner-box .price{
	position:relative;
	color:#1b46ff;
	font-weight:600;
	font-size:60px;
	line-height:1em;
	margin-top:25px;
	margin-bottom:25px;
}
.price-block .inner-box .price sup{
	position:relative;
	font-size:28px;
	top:-22px;
}
.price-block .inner-box .price sub{
	position:relative;
	font-size:16px;
	font-weight:400;
}
/*** 
====================================================================
	Testimonail Section
====================================================================
***/
.testimonial-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 100px;
}
.testimonial-section .icon-one{
	position:absolute;
	left:0px;
	top:200px;
	width:249px;
	height:261px;
	background-repeat:no-repeat;
}
.testimonial-section .icon-two{
	position:absolute;
	right:0px;
	top:150px;
	width:132px;
	height:132px;
	background-repeat:no-repeat;
}
.testimonial-section .icon-three{
	position:absolute;
	left:-80px;
	top:80%;
	width:132px;
	height:132px;
	background-repeat:no-repeat;
}
.testimonial-section .owl-dots,
.testimonial-section .owl-nav{
	display:none;
}
.testimonial-block{
	position:relative;
}
.testimonial-block .inner-box{
	position:relative;
}
.testimonial-block .inner-box .upper-content{
	position:relative;
	padding:40px 30px;
	text-align:center;
	background-color:#f1f7ff;
}
.testimonial-block .inner-box .upper-content h5{
	position:relative;
	color:#000000;
	font-weight:600;
	margin-bottom:15px;
}
.testimonial-block .inner-box .upper-content .text{
	position:relative;
	color:#999999;
	font-size:17px;
	font-weight:400;
	line-height:1.8em;
}
.testimonial-block .inner-box .upper-content:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:-15px;
	margin-left:-5px;
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #f1f7ff;
}
.testimonial-block .inner-box .lower-content{
	position:relative;
	margin-top:45px;
	text-align:center;
}
.testimonial-block .inner-box .lower-content .author-image{
	position:relative;
	width:100px;
	height:100px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
}
.testimonial-block .inner-box .lower-content .author-name{
	position:relative;
	font-weight:600;
	color:#000000;
	font-size:17px;
	line-height:1.3em;
	margin-top:22px;
}
.testimonial-block .inner-box .lower-content .designation{
	position:relative;
	font-weight:500;
	color:#999999;
	font-size:15px;
	line-height:1.3em;
	margin-top:4px;
}
/*** 
====================================================================
	Main Footer
====================================================================
***/
.main-footer{
	position:relative;
}
.main-footer .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:0px 250px 0px 0px;
	background-image: -ms-linear-gradient(left, #1B46FF 0%, #2299FF 100%);
	background-image: -moz-linear-gradient(left, #1B46FF 0%, #2299FF 100%);
	background-image: -o-linear-gradient(left, #1B46FF 0%, #2299FF 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1B46FF), color-stop(100, #2299FF));
	background-image: -webkit-linear-gradient(left, #1B46FF 0%, #2299FF 100%);
	background-image: linear-gradient(to right, #1B46FF 0%, #2299FF 100%);
}
.main-footer .widgets-section{
	position:relative;
	padding:90px 0px 60px;
}
.main-footer .footer-widget{
	position:relative;
	z-index:2;
	margin-bottom:30px;
}
.main-footer .footer-widget h5{
	position:relative;
	font-weight:600;
	color:#ffffff;
	margin-bottom:20px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.main-footer .logo-widget{
	position:relative;
	z-index:3;
}
.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:18px;
}
.main-footer .logo-widget .contact-list{
	position:relative;
}
.main-footer .logo-widget .contact-list li{
	position:relative;
	margin-bottom:10px;
}
.main-footer .logo-widget .contact-list li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
}
.main-footer .list-link li{
	position:relative;
	margin-bottom:12px;
}
.main-footer .list-link li a{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:rgba(255,255,255,0.90);
	-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 .list-link li a:hover{
	color:#ffffff;
}
.main-footer .subscribe-widget .social-box{
	position:relative;
}
.main-footer .subscribe-widget .social-box a{
	position:relative;
	font-size:16px;
	margin-right:18px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
	color:rgba(255,255,255,0.90);
}
.main-footer .subscribe-widget .social-box a:hover{
	color:#ffffff;
}
/* Newslettter Form */
.main-footer .subscribe-form{
	margin-bottom:35px;
}
.main-footer .subscribe-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}
.main-footer .subscribe-form .form-group input[type="text"],
.main-footer .subscribe-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 40px 10px 20px;
	height:48px;
	font-size:15px;
	color:#ffffff;
	border-radius:1px;
	background:none;
	border:1px solid rgba(255,255,255,0.50);
	-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 .subscribe-form .form-group textarea::-webkit-input-placeholder,
.main-footer .subscribe-form .form-group input::-webkit-input-placeholder{
	color:#ffffff;
}
.main-footer .subscribe-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	padding:8px 20px;
	font-size:16px;
	color:#ffffff;
	display:inline-block;
	cursor:pointer;
	background:none;
}
/* Footer Bottom */
.main-footer .footer-bottom{
	position:relative;
	padding:26px 0px;
	text-align:center;
	z-index:3;
	border-top:1px solid rgba(255,255,255,0.20);
}
.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	font-size:14px;
}
.main-footer .footer-bottom .page-nav{
	position:relative;
}
.main-footer .footer-bottom .page-nav li{
	position:relative;
	margin-left:20px;
	display:inline-block;
}
.main-footer .footer-bottom .page-nav li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
}
/*** 
====================================================================
	Dashboard Section
====================================================================
***/
.dashboard-section{
	position:relative;
	overflow:hidden;
}
.dashboard-section .upper-section{
	position:relative;
	padding-top:330px;
	padding-bottom:400px;
	background-attachment:fixed;
	background-size:cover;
}
.dashboard-section .upper-section #particles-js{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}
.dashboard-section .upper-section .pattern-layer-one{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:675px;
	background-repeat:repeat-x;
	background-position:left bottom;
}
.dashboard-section .upper-section .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:628px;
	background-position:right bottom;
	background-repeat:repeat-x;
}
.dashboard-section .upper-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(70,143,245,0.90);
}
.dashboard-section .content-boxed{
	position:relative;
	text-align:center;
}
.dashboard-section .content-boxed h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
}
.dashboard-section .content-boxed .text{
	position:relative;
	color:#ececec;
	font-size:20px;
	line-height:1.7em;
	margin-top:20px;
	margin-bottom:35px;
}
.dashboard-section .content-boxed .btn-box{
	position:relative;
	margin-bottom:60px;
}
.dashboard-section .content-boxed .btn-box .theme-btn{
	margin:0px 6px 10px;
}
.dashboard-section .content-boxed .dashboard-image{
	position:relative;
}
.dashboard-section .lower-section{
	position:relative;
	text-align:center;
	margin-top:-390px;
}
/*** 
====================================================================
	Future Section
====================================================================
***/
.future-section{
	position:relative;
	padding:65px 0px 150px;
}
.future-section .future-gallery-box{
	position:relative;
}
.future-section .future-gallery-box .column{
	position:relative;
	margin-bottom:30px;
}
.future-section .future-gallery-box .image{
	position:relative;
	overflow:hidden;
	background-color:#468ff5;
}
.future-section .future-gallery-box .image img{
	position:relative;
	width:100%;
	display: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;
}
.future-section .future-gallery-box .image:hover img{
	position:relative;
	opacity:0.5;
	transform:scale(1.06,1.06);
}
.future-section .lower-box{
	position:relative;
	margin-top:50px;
}
.future-section .lower-box .text{
	position:relative;
	color:#747b86;
	font-size:16px;
	line-height:2em;
	max-width:870px;
	margin:0 auto;
	margin-bottom:45px;
}
/*** 
====================================================================
	Offer Section
====================================================================
***/
.offer-section{
	position:relative;
	padding:115px 0px 150px;
}
.offer-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:610px;
	background-color:#f8fbff;
}
.offer-block{
	position:relative;
}
.offer-block .inner-box{
	position:relative;
	text-align:center;
	padding:80px 30px 50px;
	border:1px solid #e8e8e8;
	background-color:#ffffff;
}
.offer-block .inner-box .dotted{
	position:absolute;
	left:20px;
	top:45%;
	right:20px;
}
.offer-block .inner-box .dotted:before{
	position:absolute;
	content:'';
	left:0px;
	width:10px;
	height:10px;
	opacity:0.5;
	display:inline-block;
	background-color:#468ff5;
}
.offer-block .inner-box .dotted:after{
	position:absolute;
	content:'';
	right:0px;
	width:10px;
	height:10px;
	opacity:1;
	display:inline-block;
	background-color:#468ff5;
}
.offer-block .inner-box .icon-box{
	position:relative;
	width:130px;
	height:130px;
	color:#ffffff;
	font-size:70px;
	z-index:1;
	font-weight:400;
	text-align:center;
	border-radius:50%;
	line-height:130px;
	display:inline-block;
	background-color:#468ff5;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.offer-block .inner-box:hover .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.offer-block .inner-box .icon-box:before{
	position:absolute;
	left:-25px;
	top:-25px;
	content:'';
	width:130px;
	height:130px;
	opacity:0.2;
	z-index:-1;
	border-radius:50%;
	background-color:#468ff5;
}
.offer-block .inner-box h4{
	position:relative;
	margin-top:65px;
	color:#18212e;
	font-size:24px;
	font-weight:700;
	z-index:1;
	line-height:1.3em;
}
.offer-block .inner-box h4 a{
	position:relative;
	color:#18212e;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.offer-block .inner-box h4 a:hover{
	color:#ffffff;
}
.offer-block .inner-box h4 a:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:-1;
	background-color:#468ff5;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}
.offer-block .inner-box h4 a:hover::after{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.offer-block .inner-box .text{
	position:relative;
	line-height:2em;
	color:#747b86;
	font-size:16px;
	margin-top:40px;
	padding-left:30px;
	padding-right:30px;
}
.offer-block .inner-box .read-more{
	position:relative;
	line-height:2em;
	color:#468ff5;
	font-size:13px;
	margin-top:40px;
	font-weight:600;
	letter-spacing:2px;
	display:inline-block;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.offer-block .inner-box .read-more::before{
	position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #18212e;
    right: 0;
    bottom: 0px;
    transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -webkit-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -moz-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -ms-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -o-transition: width 0.3s cubic-bezier(.77,0,.175,1);
}
.offer-block .inner-box .read-more:hover::before{
	right: auto;
    left: 0;
    width: 100%;
}
.offer-block .inner-box .read-more:hover{
	color:#18212e;
}
.offer-section .owl-nav{
	display:none;
}
.offer-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:30px;
}
.offer-section .owl-dots .owl-dot{
	position:relative;
	margin:0px 8px;
	display:inline-block;
}
.offer-section .owl-dots .owl-dot:before{
	position:absolute;
	left:0px;
	top:0px;
	margin:0px 2px;
	opacity:0.5;
	font-size:26px;
	color:#d1d3d5;
	content:'\f0da';
	display:inline-block;
	font-family: 'FontAwesome';
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.offer-section .owl-dots .owl-dot.active:before,
.offer-section .owl-dots .owl-dot:hover::before{
	color:#18212e;
	opacity:1;
}
/*** 
====================================================================
	Call To Action Section
====================================================================
***/
.call-to-action-section{
	position:relative;
	padding:110px 0px;
	background-color:#468ff5;
}
.call-to-action-section .patern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-repeat:repeat-x;
	animation: 10s linear 0s infinite normal none running slide;
}
.call-to-action-section .title-column{
	position:relative;
}
.call-to-action-section .title-column .inner-column{
	position:relative;
	padding-top:12px;
}
.call-to-action-section .title-column h4{
	position:relative;
	color:#ffffff;
	font-weight:600;
	line-height:1.3em;
}
.subscribe-form-two{
	position:relative;
	width:100%;
	margin-bottom:0px;
}
.subscribe-form-two .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
	padding-right:200px;
}
.subscribe-form-two .form-group input[type="text"],
.subscribe-form-two .form-group input[type="tel"],
.subscribe-form-two .form-group input[type="email"],
.subscribe-form-two .form-group textarea {
    position:relative;
	display:block;
	width:100%;
	height:58px;
	font-size:15px;
	color:#000000;
	line-height:38px;
	padding:10px 20px 10px 20px;
	font-weight:400;
	border-radius:0px;
	background:#f0f0f0;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.subscribe-form-two .form-group input[type="email"]:focus{
	border-color:#ff5b00;
}
.subscribe-form-two .form-group textarea::-webkit-input-placeholder,
.subscribe-form-two .form-group input::-webkit-input-placeholder{
	color:#161e39;
}
.subscribe-form-two .form-group .theme-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor:pointer;
	border-radius:0px;
}
/*** 
====================================================================
	Video Section Two
====================================================================
***/
.video-section-two{
	position:relative;
	text-align:center;
	padding:120px 0px 120px;
	background-attachment:fixed;
	background-size:cover;
}
.video-section-two .title{
	position:relative;
	color:#468ff5;
	font-size:26px;
	line-height:1.3em;
	margin-top:70px;
	font-family: 'Covered By Your Grace', cursive;
}
.video-section-two h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	margin-top:18px;
	text-transform:capitalize;
}
.video-section-two .video-box{
	position:relative;
	width:80px;
	height:80px;
	color:#ffffff;
	font-size:20px;
	text-align:center;
	border-radius:50px;
	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;
	background-color:#468ff5;
}
.video-section-two .video-box .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:50%;
	padding-left:7px;
	display: inline-block;
	margin-top: -40px;
	margin-left:-40px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.video-section-two .video-box .ripple,
.video-section-two .video-box .ripple:before,
.video-section-two .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
	margin-left:.5px;
    -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-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-section-two .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.video-section-two .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
/*** 
====================================================================
	Cases Section
====================================================================
***/
.cases-section{
	position:relative;
	padding:100px 0px 140px;
}
.case-block{
	position:relative;
	margin-bottom:90px;
}
.case-block .inner-box{
	position:relative;
}
.case-block .inner-box .image{
	position:relative;
	background-color:#468ff5;
}
.case-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.case-block .inner-box:hover .image img{
	opacity:0.5;
}
.case-block .inner-box .image .overlay-box{
	position:absolute;
	right:0px;
	bottom:-110px;
	max-width:335px;
	width:100%;
	padding:50px 30px 50px 50px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.case-block .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:0px;
	height:100%;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	background-color:#002457;
}
.case-block .inner-box:hover .image .overlay-box:before{
	width:100%;
}
.case-block .inner-box .image .overlay-box .content{
	position:relative;
	padding-left:80px;
}
.case-block .inner-box .image .overlay-box .content .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#468ff5;
	line-height:1em;
	font-size:60px;
	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;
}
.case-block .inner-box:hover .image .overlay-box .content .icon{
	color:#ffffff;
}
.case-block .inner-box .image .overlay-box h3{
	position:relative;
	line-height:1.3em;
	font-weight:600;
}
.case-block .inner-box .image .overlay-box h3 a{
	position:relative;
	color:#18212e;
	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;
}
.case-block .inner-box:hover .image .overlay-box h3 a{
	color:#ffffff;
}
.case-block .inner-box .image .overlay-box .read-more{
	position:relative;
	line-height:2em;
	color:#468ff5;
	font-size:12px;
	margin-top:40px;
	font-weight:400;
	letter-spacing:3px;
	display:inline-block;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.case-block .inner-box .image .overlay-box .read-more::before{
	position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #ffffff;
    right: 0;
    bottom: 0px;
    transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -webkit-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -moz-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -ms-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -o-transition: width 0.3s cubic-bezier(.77,0,.175,1);
}
.case-block .inner-box:hover .image .overlay-box .read-more::before{
	right: auto;
    left: 0;
    width: 100%;
}
.case-block .inner-box:hover .image .overlay-box .read-more{
	color:#ffffff;
}
/*** 
====================================================================
	Call To Action Section Two
====================================================================
***/
.call-to-action-section-two{
	position:relative;
	padding:110px 0px;
	background-color:#002457;
}
.call-to-action-section-two .patern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-repeat:repeat-x;
	animation: 10s linear 0s infinite normal none running slide;
}
.call-to-action-section-two .title-column{
	position:relative;
}
.call-to-action-section-two .title-column .inner-column{
	position:relative;
	padding-top:12px;
}
.call-to-action-section-two .title-column h4{
	position:relative;
	color:#ffffff;
	font-weight:400;
	line-height:1.6em;
}
.call-to-action-section-two .title-column h4 span{
	position:relative;
	color:#ffec4e;
	font-size:50px;
	font-weight:300;
	text-decoration:underline;
	font-family: 'Covered By Your Grace', cursive;
}
.call-to-action-section-two .button-column{
	position:relative;
}
.call-to-action-section-two .button-column .inner-column{
	position:relative;
	text-align:right;
}
/*** 
====================================================================
	News Section
====================================================================
***/
.news-section{
	position:relative;
	padding:100px 0px 70px;
}
.news-block{
	position:relative;
	margin-bottom:30px;
}
.news-block .inner-box{
	position:relative;
}
.news-block .inner-box .image{
	position:relative;
}
.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.news-block .inner-box .image a{
	position:relative;
	display:block;
}
.news-block .inner-box .image a:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:0%;
	z-index:1;
	opacity:0.4;
	background-color:#002457;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
}
.news-block .inner-box:hover .image a:before{
	height:100%;
}
.news-block .inner-box .image .post-info,
.news-single .inner-box .image .post-info{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:2;
}
.news-block .inner-box .image .post-info .admin,
.news-single .inner-box .image .post-info .admin,
.news-single .inner-box .image .post-info .date{
	position:relative;
	color:#ffffff;
	font-size:10px;
	letter-spacing:2px;
	padding:6px 18px;
	font-weight:500;
	float:left;
	text-transform:uppercase;
	background-color:#25aee4;
}
.news-block .inner-box .image .post-info .comments,
.news-single .inner-box .image .post-info .comments{
	position:relative;
	color:#747b86;
	font-size:12px;
	letter-spacing:2px;
	padding:6px 14px;
	font-weight:600;
	float:left;
	text-transform:uppercase;
	background-color:#ffffff;
}
.news-block .inner-box .lower-content{
	position:relative;
	padding-top:35px;
}
.news-block .inner-box .lower-content .post-date{
	position:relative;
	color:#468ff5;
	font-size:14px;
	font-weight:600;
}
.news-block .inner-box .lower-content h4{
	position:relative;
	line-height:1.5em;
	font-weight:700;
	margin-top:10px;
	margin-bottom:20px;
}
.news-block .inner-box .lower-content h4 a{
	position:relative;
	color:#18212e;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.news-block .inner-box .lower-content h4 a:hover{
	color:#468ff5;
}
.news-block .inner-box .lower-content .text{
	position:relative;
	color:#747b86;
	font-size:16px;
	line-height:2em;
	margin-bottom:22px;
}
.news-block .inner-box .lower-content .read-more{
	position:relative;
	line-height:2em;
	color:#468ff5;
	font-size:13px;
	font-weight:600;
	letter-spacing:2px;
	display:inline-block;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.news-block .inner-box .lower-content .read-more::before{
	position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #18212e;
    right: 0;
    bottom: 0px;
    transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -webkit-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -moz-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -ms-transition: width 0.3s cubic-bezier(.77,0,.175,1);
    -o-transition: width 0.3s cubic-bezier(.77,0,.175,1);
}
.news-block .inner-box .lower-content .read-more:hover::before{
	right: auto;
    left: 0;
    width: 100%;
}
.news-block .inner-box .lower-content .read-more:hover{
	color:#18212e;
}
/*** 
====================================================================
	Testimonail Section Two
====================================================================
***/
.testimonial-section-two{
	position:relative;
	padding:110px 0px 110px;
	background-color:#f0f0f0;
}
.testimonial-block-two{
	position:relative;
	margin-bottom:30px;
}
.testimonial-block-two .inner-box{
	position:relative;
	text-align:center;
	padding:55px 30px;
	background-color:#ffffff;
	border:1px solid #e8e8e8;
}
.testimonial-block-two .inner-box .dotted{
	position:absolute;
	left:0px;
	top:0%;
	right:0px;
}
.testimonial-block-two .inner-box .dotted:before{
	position:absolute;
	content:'';
	left:0px;
	width:10px;
	height:10px;
	opacity:0.5;
	display:inline-block;
	background-color:#468ff5;
}
.testimonial-block-two .inner-box .dotted:after{
	position:absolute;
	content:'';
	right:0px;
	width:10px;
	height:10px;
	opacity:1;
	display:inline-block;
	background-color:#468ff5;
}
.testimonial-block-two .inner-box .quote-icon{
	position:relative;
	width:40px;
	height:40px;
	color:#18212e;
	font-size:12px;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#f0f0f0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.testimonial-block-two:hover .inner-box .quote-icon{
	color:#ffffff;
	background-color:#468ff5;
}
.testimonial-block-two .inner-box .text{
	position:relative;
	margin-top:30px;
	line-height:2.1em;
	color:#747b86;
	font-size:16px;
	margin-bottom:30px;
}
.testimonial-block-two .inner-box .author-image{
	position:relative;
	width:64px;
	height:64px;
	overflow:hidden;
	margin:0 auto;
	border-radius:50%;
}
.testimonial-block-two .inner-box h5{
	position:relative;
	color:#18212e;
	font-weight:600;
	line-height:1.3em;
	margin-top:20px;
}
.testimonial-block-two .inner-box .designation{
	position:relative;
	color:#747b86;
	font-weight:400;
	line-height:1.3em;
	margin-top:6px;
}
.testimonial-section-two .owl-nav{
	display:none;
}
.testimonial-section-two .owl-dots{
	position:relative;
	text-align:center;
	margin-top:0px;
}
.testimonial-section-two .owl-dots .owl-dot{
	position:relative;
	margin:0px 8px;
	display:inline-block;
}
.testimonial-section-two .owl-dots .owl-dot:before{
	position:absolute;
	left:0px;
	top:0px;
	margin:0px 2px;
	opacity:0.5;
	font-size:26px;
	color:#c5c7c9;
	content:'\f0da';
	display:inline-block;
	font-family: 'FontAwesome';
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.testimonial-section-two .owl-dots .owl-dot.active:before,
.testimonial-section-two .owl-dots .owl-dot:hover::before{
	color:#18212e;
	opacity:1;
}
/*** 
====================================================================
	Footer Style Two
====================================================================
***/
.footer-style-two{
	position:relative;
	overflow:hidden;
	padding-top:100px;
	background-color:#002457;
}
.footer-style-two.style-two{
	padding-top:200px;
}
.footer-style-two .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}
.footer-style-two .big-circle-layer{
	position:absolute;
	right:0px;
	bottom:-20px;
	width:984px;
	height:984px;
	background-repeat:no-repeat;
}
.footer-style-two .widgets-section{
	position:relative;
	padding:0px 0px 0px;
}
.footer-style-two .footer-column{
	position:relative;
	margin-bottom:40px;
}
.footer-style-two .footer-widget{
	position:relative;
	z-index:2;
	margin-bottom:30px;
}
.footer-style-two .footer-widget h5{
	position:relative;
	font-weight:600;
	color:#ffffff;
	margin-bottom:20px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.footer-style-two .logo-widget{
	position:relative;
	z-index:3;
}
.footer-style-two .logo-widget .logo{
	position:relative;
	margin-bottom:18px;
}
.footer-style-two .logo-widget .text{
	position:relative;
	line-height:1.9em;
	margin-bottom:27px;
	color:#b3bbc6;
	font-size:15px;
}
.footer-style-two .info-widget .info-list{
	position:relative;
}
.footer-style-two .info-widget .info-list li{
	position:relative;
	margin-bottom:20px;
	padding-left:38px;
	color:#ffffff;
	font-weight:600;
	line-height:1.6em;
}
.footer-style-two .info-widget .info-list li i{
	display:block;
	color:#b3bbc6;
	font-size:13px;
	line-height:1em;
	margin-bottom:10px;
	font-style:normal;
	font-weight:400;
}
.footer-style-two .info-widget .info-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#8abbfe;
	font-size:20px;
	line-height:1em;
	font-weight:400;
}
.footer-style-two .info-widget .info-list li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
}
.footer-style-two .list-link li{
	position:relative;
	margin-bottom:12px;
}
.footer-style-two .list-link li a{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:rgba(255,255,255,0.60);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.footer-style-two .list-link li a:hover{
	color:#ffffff;
}
.footer-style-two .subscribe-widget .social-box{
	position:relative;
}
.footer-style-two .subscribe-widget .social-box a{
	position:relative;
	font-size:16px;
	margin-right:18px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
	color:rgba(255,255,255,0.60);
}
.footer-style-two .subscribe-widget .social-box a:hover{
	color:#ffffff;
}
/* Newslettter Form */
.email-form{
	margin-bottom:35px;
}
.email-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}
.email-form .form-group input[type="text"],
.email-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 40px 10px 20px;
	height:60px;
	font-size:15px;
	color:#000000;
	border-radius:0px;
	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;	
}
.email-form .form-group textarea::-webkit-input-placeholder,
.email-form .form-group input::-webkit-input-placeholder{
	color:#747b86;
}
.email-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	width:55px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:16px;
	color:#ffffff;
	cursor:pointer;
	background:#468ff5;
	display:inline-block;
}
/* Footer Bottom */
.footer-style-two .footer-bottom{
	position:relative;
	padding:26px 0px;
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.20);
}
.footer-style-two .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	font-size:14px;
}
/*** 
====================================================================
	Slider Section
====================================================================
***/
.slider-section{
	position:relative;
	overflow:hidden;
	background-color:#e7e7e7;
	background-position:left top;
	background-repeat:no-repeat;
}
.slider-section .slide{
	position:relative;
	padding-top:130px;
	padding-bottom:160px;
}
.slider-section .social-nav{
	position:absolute;
	left:30px;
	top:70%;
	z-index:2;
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	transform-origin: left center;
}
.slider-section .social-nav li{
	position:relative;
	margin:0px 18px;
	display:inline-block;
}
.slider-section .social-nav li a{
	position:relative;
	color:#ffffff;
	font-size:13px;
	letter-spacing:1px;
	font-family: 'Open Sans', sans-serif;
}
.slider-section .content-column{
	position:relative;
}
.slider-section .content-column .inner-column{
	position:relative;
	padding-top:220px;
	padding-bottom:100px;
}
.slider-section .content-column .title{
	position:relative;
	color:#ffffff;
	font-weight:300;
	line-height:1.2em;
	opacity: 0;
	font-size:22px;
	margin-bottom:10px;
	letter-spacing:10px;
	transform: scaleY(0);
	transform-origin: top;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.slider-section .active .content-column .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.slider-section .content-column h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.slider-section .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}
.slider-section .content-column h4{
	position:relative;
	color:#282f41;
	font-weight:700;
	line-height:1.2em;
	opacity: 0;
	font-size:22px;
	margin-top:10px;
	margin-bottom:10px;
	letter-spacing:1px;
	transform: scaleY(0);
	transform-origin: top;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.slider-section .active .content-column h4{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}
.slider-section .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:40px;
	font-weight:400;
	margin-top:15px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.slider-section .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.slider-section .content-column .btns-box{
	margin-top:35px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.slider-section .active .content-column .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}
.slider-section .content-column .theme-btn{
	margin-right:15px;
}
.slider-section .image-column{
	position:relative;
}
.slider-section .image-column .inner-column{
	position:relative;
	padding-top:0px;
	text-align:right;
	margin-right:-100px;
}
.slider-section .image-column .inner-column:before{
	position:absolute;
	left:100px;
	top:60px;
	content:'';
	width:545px;
	height:545px;
	border-radius:50%;
	background-color:#237cd8;
}
.slider-section .image-column .image{
	position:relative;
	margin-left:160px;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: top;
	-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-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.slider-section .image-column img{
	position:relative;
	width:auto;
}
.slider-section .active .image-column .image{
	opacity: 1;
	transform: scaleX(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.slider-section .image-column .image .price-tag{
	position:absolute;
	right:10px;
	top:25px;
	z-index:1;
	color:#000000;
	font-size:90px;
	font-weight:700;
	line-height:1em;
	font-family: 'Open Sans', sans-serif;
}
.slider-section .image-column .image .price-tag span{
	position:relative;
	top:-8px;
	color:#ffffff;
	width:74px;
	height:74px;
	font-size:60px;
	line-height:74px;
	font-weight:600;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#fe6229;
}
.slider-section .image-column .image .cart-box{
	position:absolute;
	bottom:-80px;
	right:40px;
	color:#000000;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
}
.slider-section .image-column .image .cart-box span{
	position:relative;
	width:74px;
	height:74px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	line-height:74px;
	text-align:center;
	margin-right:10px;
	border-radius:50px;
	display:inline-block;
	background-color:#fe6229;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slider-section .image-column .image .cart-box:hover span{
	background-color:#f18292;
}
.slider-section .owl-nav{
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:10;
	width:30px;
}
.slider-section .owl-nav .owl-prev,
.slider-section .owl-nav .owl-next{
	position:relative;
	color:#000000;
	font-size:15px;
	margin:8px 0px;
}
.slider-section .owl-dots{
	display:none;
}
.slider-section .slide-info{
	position:absolute;
	right:100px;
	bottom:10px;
	color:#000000;
	font-size:11px;
	line-height:1em;
	text-transform:uppercase;
}
.slider-section .slide-info i{
	position:relative;
	top:-30px;
	left:40px;
	z-index:1;
	font-style:normal;
}
.slider-section .slide-info .number{
	position:relative;
	color:#d8d8d8;
	font-size:100px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}
/* Slider Icon Scroll */
.slider-icon-scroll,
.slider-icon-scroll:before{
  position: absolute;
  left: 50%;
}
.slider-icon-scroll{
	position:absolute;
	content:'';
	left:50%;
	bottom:30px;
  width: 30px;
  height: 60px;
  cursor:pointer;
  margin-left: -20px;
  cursor:pointer;
  display:block;
  z-index:10;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 25px;
}
.slider-icon-scroll:before{
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll{
  0%{ opacity: 1; }
  100%{ opacity: 0;  transform: translateY(46px); }
}
/*** 
====================================================================
	Collection Section
====================================================================
***/
.collection-section{
	position:relative;
	padding-top:120px;
	background-color:#f6f6f6;
}
.collection-block{
	position:relative;
	margin-bottom:100px;
}
.collection-block .inner-box{
	position:relative;
	text-align:center;
	padding:65px 30px 0px;
	background-color:#f18292;
}
.collection-block .inner-box h4{
	position:relative;
	font-weight:700;
	line-height:1.3em;
	letter-spacing:1px;
	margin-bottom:25px;
	font-family: 'Poppins', sans-serif;
}
.collection-block .inner-box h4 a{
	position:relative;
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.collection-block .inner-box h4 a:hover{
	color:#444444;
}
.collection-block .inner-box .image{
	position:relative;
	margin-top:10px;
	display:inline-block;
	margin-bottom:-70px;
}
.collection-block:nth-child(2) .inner-box{
	background-color:#fe6329;
}
.collection-block:nth-child(3) .inner-box{
	background-color:#237cd8;
}
/*** 
====================================================================
	Featured Section Two
====================================================================
***/
.featured-section-two{
	position:relative;
	padding:50px 0px 90px;
	background-color:#f6f6f6;
}
.feature-block-two{
	position:relative;
	margin-bottom:30px;
}
.feature-block-two .inner-box{
	position:relative;
	overflow:hidden;
	text-align:center;
	border-radius:15px;
	padding:20px 20px 35px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}
.feature-block-two .inner-box .new{
	position:absolute;
	right:15px;
	top:15px;
	color:#ffffff;
	padding:7px 15px;
	border-radius:2px;
	background-color:#2975dc;
}
.feature-block-two .inner-box .cart-list{
	position:absolute;
	right:25px;
	top:-50%;
	z-index:1;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}
.feature-block-two .inner-box:hover .cart-list{
	top:20px;
}
.feature-block-two .inner-box .cart-list li{
	position:relative;
	margin-bottom:10px;
}
.feature-block-two .inner-box .cart-list li a{
	position:relative;
	width:46px;
	height:46px;
	color:#3b3b3b;
	font-size:18px;
	line-height:44px;
	border-radius:50px;
	text-align:center;
	display:block;
	background-color:#ffffff;
	border:1px solid #d5d5d5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-two .inner-box .cart-list li a:hover{
	color:#ffffff;
	border-color:#2975dc;
	background-color:#2975dc;
}
.feature-block-two .inner-box .likes{
	position:relative;
	color:#141821;
	font-size:16px;
	text-align:left;
}
.feature-block-two .inner-box .likes .icon{
	position:relative;
	margin-right:2px;
	color:#f64000;
	font-size:14px;
}
.feature-block-two .inner-box .image{
	position:relative;
	margin-top:20px;
}
.feature-block-two .inner-box h5{
	position:relative;
	font-weight:600;
	margin-top:25px;
}
.feature-block-two .inner-box h5 a{
	position:relative;
	color:#141821;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.feature-block-two .inner-box h5 a:hover{
	color:#2975dc;
}
.feature-block-two .inner-box .order{
	position:relative;
	color:#858997;
	font-size:16px;
	font-weight:500;
	margin-top:10px;
}
.feature-block-two .inner-box .order .price,
.feature-block-two .inner-box .price{
	position:relative;
	color:#858997;
	font-size:16px;
	font-weight:500;
	margin-top:10px;
}
.arrival-section .feature-block-two .inner-box .price{
	margin-top:15px;
}
.feature-block-two .inner-box .size{
	position:relative;
	color:#141821;
	font-size:16px;
	font-weight:300;
	margin-top:28px;
	margin-bottom:20px;
}
.feature-block-two .select-amount{
	position:relative;	
}
.feature-block-two .select-box{
	position:relative;
	width:50px;
	text-align:center;
	display:inline-block;
	margin:0px 1px 5px 1px;	
}
.feature-block-two .input-box{
	position:relative;
	float:left;
	width:200px;
}
.feature-block-two .select-box input[type="radio"]{
	left:0px;
	top:0px;
	visibility:hidden;
	position:absolute;
	opacity:0;	
}
.feature-block-two .select-box label{
	display:block;
	line-height:22px;
	padding:9px 10px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	color:#141821;
	border:2px solid #c3c6d1;
	cursor:pointer;
	border-radius:50px;
	transition:all 500ms ease;
}
.feature-block-two .select-box input[type="radio"]:checked+label{
	background:#2975dc;
	border-color:#2975dc;
	color:#ffffff;	
}
/* Feature Color */
.feature-color{
	position:relative;
	margin-bottom:30px;
}
.feature-color .inner-box{
	position:relative;
	border-radius:15px;
	padding:45px 30px 42px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}
.feature-color .inner-box .image-column{
	position:relative;
}
.feature-color .inner-box .image-column .inner-column{
	position:relative;
	padding-top:40px;
}
.feature-color .inner-box .image-column .image{
	position:relative;
}
.feature-color .inner-box .image-column .image img{
	position:relative;
}
.feature-color .inner-box .content-column{
	position:relative;
}
.feature-color .inner-box .content-column .inner-column{
	position:relative;
}
.feature-color .inner-box .content-column h2{
	position:relative;
	color:#15181a;
	font-weight:600;
	line-height:1.2em;
	font-size:20px;
}
.feature-color .inner-box .content-column h2 a{
	color:inherit;
}
.feature-color .inner-box .content-column h2 a:hover{
	color:#2975dc;
}
.feature-color .inner-box .content-column .price{
	position:relative;
	color:#858997;
	font-size:16px;
	margin-top:12px;
	margin-bottom:10px;
}
.feature-color .inner-box .content-column .text{
	position:relative;
	color:#444444;
	font-size:16px;
	margin-top:12px;
	line-height:1.9em;
	margin-bottom:15px;
}
.feature-color .inner-box .content-column .sel-colors{
	position:relative;
	margin-bottom:13px;
}
.feature-color .inner-box .content-column .sel-colors .colors{
	position:relative;
	margin-bottom:18px;
	color:#141821;
	font-size:16px;
	display:block;
}
.feature-color .inner-box .content-column .sel-colors strong{
	position:relative;
	top:-11px;
	display:inline-block;
	font-size:16px;
	color:#333333;
	font-weight:600;
	line-height:30px;
	text-transform:uppercase;
	margin-right:10px;
}
.feature-color .inner-box .content-column .sel-colors .color-box{
	position:relative;
	margin-right:15px;
	color:#141821;
	font-size:14px;
	display:inline-block;
}
.feature-color .inner-box .content-column .sel-colors .color-box input{
	position:absolute;
	left:0px;
	top:0px;
	color:#141821;
	font-size:14px;
	opacity:0;
	visibility:hidden;
}
.feature-color .inner-box .content-column .sel-colors .color-box label{
	position:relative;
	top:-4px;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	border-radius:50%;
	float:left;
	margin-right:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.feature-color .inner-box .content-column .sel-colors .color-box input[type="radio"]:checked+label:before{
	position:absolute;
	content:'';
	left:0%;
	top:0%;
	width:30px;
	height:30px;
	border-radius:50%;
	background:url(../images/icons/check.png) no-repeat;
}
.feature-color .inner-box .products-form-two .choose-size{
	position: relative;
    margin-bottom: 22px;
    color: #141821;
    font-size: 16px;
    display: block;
}
.feature-color .select-amount{
	position:relative;	
}
.feature-color .select-box{
	position:relative;
	width:99px;
	text-align:center;
	display:inline-block;
	margin-right:5px;	
}
.feature-color .input-box{
	position:relative;
	float:left;
	width:200px;
}
.feature-color .select-box input[type="radio"]{
	left:0px;
	top:0px;
	visibility:hidden;
	position:absolute;
	opacity:0;	
}
.feature-color .select-box label{
	display:block;
	line-height:22px;
	padding:9px 10px;
	text-align:center;
	margin-bottom:0px;
	font-size:14px;
	font-weight:400;
	color:#141821;
	border:2px solid #c3c6d1;
	cursor:pointer;
	border-radius:50px;
	transition:all 500ms ease;
}
.feature-color .select-box input[type="radio"]:checked+label{
	background:#2975dc;
	border-color:#2975dc;
	color:#ffffff;	
}
/*** 
====================================================================
	Products Section
====================================================================
***/
.products-section{
	position:relative;
	background-color:#f6f6f6;
}
.products-section .outer-container{
	position:relative;
	overflow:hidden;
}
.product-block{
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}
.product-block .inner-box{
	position:relative;
	overflow:hidden;
}
.product-block .inner-box:before{
	position: absolute;
    content: '';
    left: -100%;
    top: -150px;
    width: 300px;
    height: 200%;
    background-color: #ffffff;
    transform: rotate(25deg);
	transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.product-block.now-in-view .inner-box::before{
	left:150%;
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}
.product-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}
.product-block .inner-box .overlay-box .overlay-inner{
	position:relative;
	text-align:right;
	display:inline-block;
	padding:200px 15px 15px 150px;
}
.product-block .inner-box .overlay-box h3{
	position:relative;
	color:#010101;
	font-size:40px;
	font-weight:600;
	line-height:1.2em;
	letter-spacing:1px;
	margin-bottom:45px;
	text-transform:uppercase;
}
.product-block .inner-box .overlay-box h3 span{
	position:relative;
	font-weight:400;
	display:block;
	font-size:14px;
	text-transform:capitalize;
}
.product-block.style-two .inner-box .overlay-box .overlay-inner{
	padding:50px 15px 15px 400px;
}
.product-block.style-two .inner-box .overlay-box h3{
	margin-bottom:10px;
}
.product-block.style-three .inner-box .overlay-box .overlay-inner{
	padding:60px 15px 15px 90px;
}
.product-block.style-three .inner-box .overlay-box h3{
	margin-bottom:10px;
	color:#ffffff;
}
/*** 
====================================================================
	Arrival Section
====================================================================
***/
.arrival-section{
	position:relative;
	padding:90px 0px 90px;
	background-color:#f6f6f6;
}
/*** 
====================================================================
	Clients Section
====================================================================
***/
.clients-section{
	position:relative;
	padding:100px 0px 100px;
	text-align:center;
}
.clients-section .outer-container{
	position:relative;
	padding:0px 40px;
}
.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}
.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
	padding:10px 0px;
	-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:1px solid transparent;
}
.clients-section .sponsors-outer .image-box:hover{
	border-color:#2b93d2;
}
.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.8;
	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;
}
.clients-section .sponsors-outer .image-box img:hover{
	opacity:1;
}
/*** 
====================================================================
	Info List Section
====================================================================
***/
.info-list-section{
	position:relative;
	padding:80px 0px 50px;
	background-color:#f6f6f6;
}
.info-list-section .info-column{
	position:relative;
	margin-bottom:30px;
}
.info-list-section .info-column .inner-column{
	position:relative;
	padding-left:70px;
	text-align:left;
}
.info-list-section .info-column .inner-column .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#000000;
	line-height:1em;
	font-size:46px;
}
.info-list-section .info-column .inner-column h6{
	position:relative;
	color:#000000;
	font-weight:700;
	text-transform:uppercase;
}
.info-list-section .info-column .inner-column .text{
	position:relative;
	color:#616161;
	font-size:14px;
	margin-top:0px;
	text-transform:capitalize;
}
/*** 
====================================================================
	Footer Style Three
====================================================================
***/
.footer-style-three{
	position:relative;
	padding:80px 0px 30px;
	background-color:#fbfbfb;
}
.footer-style-three .content-box{
	position:relative;
	text-align:center;
}
.footer-style-three .content-box .logo{
	position:relative;
	text-align:center;
}
.footer-style-three .content-box .text{
	position:relative;
	margin-top:20px;
	line-height:1.8em;
	color:#616161;
	font-size:14px;
	margin-bottom:40px;
}
.footer-style-three .content-box .subscribe-form-three{
	max-width:470px;
	margin:0 auto;
}
.footer-style-three .footer-nav{
	position:relative;
	margin-top:50px;
}
.footer-style-three .footer-nav li{
	position:relative;
	margin:0px 15px;
	display:inline-block;
}
.footer-style-three .footer-nav li a{
	position:relative;
	color:#000000;
	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;
}
.footer-style-three .footer-nav li a:hover{
	color:#468ff5;
}
.subscribe-form-three{
	margin-bottom:35px;
}
.subscribe-form-three .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}
.subscribe-form-three .form-group input[type="text"],
.subscribe-form-three .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 40px 10px 0px;
	height:48px;
	font-size:15px;
	color:#616161;
	border-radius:1px;
	background:none;
	border-bottom:1px solid #bfbfbf;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}
.subscribe-form-three .form-group input[type="text"]:focus,
.subscribe-form-three .form-group input[type="email"]:focus{
	border-color:#468ff5;
}
.subscribe-form-three .form-group textarea::-webkit-input-placeholder,
.subscribe-form-three .form-group input::-webkit-input-placeholder{
	color:#616161;
}
.subscribe-form-three .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	padding:8px 0px;
	font-size:20px;
	color:#616161;
	display:inline-block;
	cursor:pointer;
	background:none;
	text-align:right;
}
.footer-style-three .copyright{
	position:relative;
	color:#000000;
	font-size:12px;
	margin-top:60px;
	letter-spacing:2px;
	text-transform:uppercase;
}
/*** 
====================================================================
	Banner Section
====================================================================
***/
.main-slide-two{
	position:relative;
	overflow:hidden;
	padding-top:120px;
	padding-bottom:50px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left top;
}
.main-slide-two .icon-one{
	position: absolute;
    left: 48%;
    top: 25%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
}
.main-slide-two .icon-two{
	position: absolute;
    left: 90%;
    top: 65%;
    width: 31px;
    height: 31px;
    background-repeat: no-repeat;
}
.main-slide-two .content-column{
	position:relative;
}
.main-slide-two .content-column .inner-column{
	position:relative;
	padding-top:140px;
}
.main-slide-two .content-column h1{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.2em;
	
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slide-two .content-column h1 span{
	color:#008e93;
}
.main-slide-two .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.main-slide-two .content-column h2{
	position:relative;
	color:#222222;
	font-weight:400;
	line-height:1.2em;
	
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slide-two .content-column h2 span{
	color:#008e93;
	font-weight:700;
}
.main-slide-two .active .content-column h2{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}
.main-slide-two .content-column .text{
	position:relative;
	color:#999999;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:40px;
	font-weight:400;
	margin-top:30px;
	
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slide-two .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}
.main-slide-two .content-column .btns-box{
	margin-top:35px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slide-two .active .content-column .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.main-slide-two .content-column .theme-btn{
	margin-right:15px;
}
.main-slide-two .image-column{
	position:relative;
}
.main-slide-two .image-column .inner-column{
	position:relative;
	margin-right:-80px;
	padding-top:0px;
}
.main-slide-two .image-column .image{
	position:relative;
	
	opacity: 0;
	transform: scaleX(0);
	transform-origin: top;
	-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-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}
.main-slide-two .image-column img{
	position:relative;
	width:auto;
}
.main-slide-two .active .image-column .image{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.main-slide-two .owl-nav{
	display:none;
}
.main-slide-two .owl-dots{
	position:absolute;
	left:5%;
	top:50%;
}
.main-slide-two .owl-dots .owl-dot{
	position:relative;
	width:5px;
	height:5px;
	border-radius:50px;
	margin:10px 0px;
	display:block;
	background-color:#008e93;
	-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-slide-two .owl-dots .owl-dot.active,
.main-slide-two .owl-dots .owl-dot:hover{
	height:60px;
}
/*** 
====================================================================
	Clients Section Two
====================================================================
***/
.clients-section-two{
	position:relative;
	padding:50px 0px 100px;
	text-align:center;
}
.clients-section-two .outer-container{
	position:relative;
	padding:0px 40px;
}
.clients-section-two .sponsors-outer .owl-dots,
.clients-section-two .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}
.clients-section-two .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
	padding:10px 0px;
	-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:1px solid transparent;
}
.clients-section-two .sponsors-outer .image-box:hover{
	border-color:#008e93;
}
.clients-section-two .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.8;
	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;
}
.clients-section-two .sponsors-outer .image-box img:hover{
	opacity:1;
}
/*** 
====================================================================
	Services Section
====================================================================
***/
.services-section{
	position:relative;
	padding:50px 0px 130px;
}
.services-section .icon-one{
	position:absolute;
	left:20%;
	top:5%;
	width:102px;
	height:122px;
	background-repeat:no-repeat;
}
.services-section .icon-two{
	position:absolute;
	left:44%;
	top:0%;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
}
.services-section .icon-three{
	position:absolute;
	left:10%;
	top:58%;
	width:62px;
	height:61px;
	background-repeat:no-repeat;
}
.services-section .icon-four{
	position:absolute;
	right:8%;
	top:58%;
	width:31px;
	height:31px;
	background-repeat:no-repeat;
}
.services-section .icon-five{
	position:absolute;
	right:8%;
	top:-7%;
	width:78px;
	height:79px;
	background-repeat:no-repeat;
}
.services-section .service-block:nth-child(2n + 0){
	margin-top:40px;
}
.service-block{
	position:relative;
}
.service-block .inner-box{
	position:relative;
	text-align:center;
	padding:50px 15px 45px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);
}
.service-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:4px;
	width:100%;
	background-color:#008e92;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
	transform:scale(0,1);
}
.service-block .inner-box:hover::before{
	transform:scale(1,1);
}
.service-block .inner-box .icon-box{
	position:relative;
	font-size:52px;
	line-height:1em;
	color:#008e92;
}
.service-block .inner-box h5{
	position:relative;
	margin-top:20px;
	color:#222222;
	font-weight:600;
	line-height:1.3em;
}
.service-block .inner-box .overlay-link{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	display:block;
}
.service-block.style-two .inner-box .icon-box{
	color:#468ff5;
}
.service-block.style-two .inner-box:before{
	background-color:#468ff5;
}
/*** 
====================================================================
	Discover Section
====================================================================
***/
.discover-section{
	position:relative;
	padding:200px 0px 0px;
}
.discover-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:129px;
	background:url(../images/icons/gradient-layer.png);
	background-repeat:repeat-x;
}
.discover-section .content-column{
	position:relative;
	margin-bottom:40px;
}
.discover-section .content-column .inner-column{
	position:relative;
}
.discover-section .content-column .icon-one{
	position:absolute;
	left:-75px;
	top:-75px;
	width:69px;
	height:95px;
	background-repeat:no-repeat;
}
.discover-section .content-column h2{
	position:relative;
	color:#222222;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:45px;
}
/* Discover List */
.discover-list{
	position:relative;
}
.discover-list li{
	position:relative;
	padding-left:115px;
	color:#7c8087;
	font-size:16px;
	min-height:85px;
	line-height:1.7em;
	margin-bottom:50px;
}
.discover-list li strong{
	position:relative;
	color:#222222;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:8px;
	display:block;
}
.discover-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:83px;
	height:83px;
	color:#008e92;
	font-size:32px;
	line-height:81px;
	text-align:center;
	font-weight:700;
	border-radius:7px;
	border:1px solid #e2e4e8;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.discover-list li:hover .icon{
	border-color:#008e92;
}
.discover-section .image-column{
	position:relative;
	margin-bottom:40px;
}
.discover-section .image-column .inner-column{
	position:relative;
	padding:0px 50px;
}
.discover-section .image-column .inner-column .image-outer{
	position:relative;
}
.discover-section .image-column .inner-column .icon-one{
	position:absolute;
	left:-60px;
	top:-50px;
	width:176px;
	height:191px;
	background-repeat:no-repeat;
}
.discover-section .image-column .inner-column .image{
	position:relative;
	overflow:hidden;
	border-radius:10px;
}
.discover-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}
.discover-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	right:-300px;
	top:-200px;
	width:600px;
	height:600px;
	z-index:1;
	border-radius:50%;
	background-color:rgba(0,142,146,0.80);
}
/*** 
====================================================================
	Solution Section
====================================================================
***/
.solution-section{
	position:relative;
	padding:100px 0px 0px;
}
.solution-section .title-box{
	position:relative;
	margin-bottom:55px;
}
.solution-section .title-box h2{
	position:relative;
	color:#222222;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:45px;
}
.solution-section .content-column{
	position:relative;
	margin-bottom:40px;
}
.solution-section .content-column .inner-column{
	position:relative;
	padding-left:80px;
	padding-right:150px;
}
.solution-section .content-column .text{
	position:relative;
	margin-bottom:40px;
}
.solution-section .content-column .text p{
	position:relative;
	color:#1d293f;
	font-size:18px;
	line-height:1.7em;
	font-weight:600;
	margin-bottom:25px;
}
.solution-section .content-column .text p:last-child{
	margin-bottom:0px;
}
.solution-section .image-column{
	position:relative;
	margin-bottom:40px;
}
.solution-section .image-column .inner-column{
	position:relative;
}
.solution-section .image-column .icon-one{
	position:absolute;
	left:-60px;
	bottom:-50px;
	width:176px;
	height:191px;
	background-repeat:no-repeat;
}
.solution-section .image-column .inner-column .image-outer{
	position:relative;
}
.solution-section .image-column .inner-column .image{
	position:relative;
	overflow:hidden;
	border-radius:10px;
}
.solution-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}
.solution-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-160px;
	top:-350px;
	width:600px;
	height:600px;
	z-index:1;
	border-radius:50%;
	background-color:rgba(0,142,146,0.80);
}
.solution-section .content-column .small-text{
	position:relative;
	color:#7c8087;
	font-size:13px;
	line-height:1.8em;
	max-width:380px;
	margin-top:40px;
}
.solution-section .content-column .author{
	position:relative;
	color:#008e92;
	font-size:13px;
	font-weight:600;
	margin-top:25px;
}
/*** 
====================================================================
	Pricing Section Two
====================================================================
***/
.pricing-section-two{
	position:relative;
	padding-top:120px;
	padding-bottom:90px;
}
.price-block-two{
	position:relative;
	margin-bottom:30px;
}
.price-block-two .inner-box{
	position:relative;
	padding:40px 30px;
	text-align:center;
	border-radius:5px;
	background-color:#f2f9f9;
	border:1px dashed #a5d5d7;
}
.price-block-two .inner-box .icon-box{
	position:relative;
	width:247px;
	height:253px;
	margin:0 auto;
}
.price-block-two .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background:url(../images/icons/price-icon.png) center center no-repeat;
}
.price-block-two .inner-box .icon-box .icon{
	position:relative;
	width:247px;
	height:253px;
	color:#ffffff;
	line-height:253px;
	text-align:center;
	border-radius:50%;
	font-size:60px;
	display:inline-block;
}
.price-block-two .inner-box .price{
	position:relative;
	margin-top:70px;
	color:#008e92;
	font-size:60px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
}
.price-block-two .inner-box .price sub{
	position:relative;
	font-size:16px;
}
.price-block-two .inner-box .price sup{
	position:relative;
	font-size:16px;
	top:-30px;
}
.price-block-two .inner-box .price span{
	position:relative;
	display:block;
	color:#999999;
	font-size:16px;
	font-weight:400;
	margin-top:15px;
}
.price-block-two .inner-box h4{
	position:relative;
	color:#222222;
	font-weight:600;
	margin-top:25px;
	margin-bottom:15px;
	text-transform:capitalize;
}
.price-block-two .inner-box .price-list{
	position:relative;
	margin-bottom:35px;
}
.price-block-two .inner-box .price-list li{
	position:relative;
	margin-bottom:15px;
	color:#999999;
	font-size:15px;
}
.price-block-two .inner-box .price-list li:last-child{
	margin-bottom:0px;
}
/*** 
====================================================================
	Video Section Three
====================================================================
***/
.video-section-three{
	position:relative;
	padding-top:120px;
	background-color:#f2f9fb;
}
.video-section-three:before{
	position:absolute;
	content:'';
	left:0px;
	top:100%;
	width:100%;
	height:492px;
	background:url(../images/background/pattern-14.png) repeat-x;
}
/* Video Box */
.video-section-three .video-boxed{
	position:relative;
	border-radius:4px;
	overflow:hidden;
	max-width:770px;
	margin:0 auto;
	text-align:center;
	background-size:cover;
	padding:220px 15px 140px;
	background-repeat:no-repeat;
	box-shadow:0px 10px 30px rgba(0,0,0,0.20);
}
.video-section-three .video-boxed .overlay-box{
	position:relative;
	text-align:center;
	
	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;
}
.video-section-three .video-boxed .overlay-box span{
	position: relative;
	width:80px;
	height: 80px;
    top: 50%;
	z-index:10;
	color: #222222;
	font-weight:400;
	font-size:20px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	margin-top: -40px;
	line-height:80px;
	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:rgba(255,255,255,1);
}
.video-section-three .video-boxed h4{
	position:relative;
	color:#ffffff;
	z-index:2;
	font-size:18px;
	font-weight:700;
	line-height:1.6em;
	text-align:center;
	margin-top:40px;
	font-style:italic;
	display:inline-block;
	font-family: 'Dosis', sans-serif;
}
.video-section-three .video-boxed h4:before{
	position:absolute;
	content:'';
	right:-40px;
	top:-15px;
	width:17px;
	height:50px;
	background:url(../images/icons/arrow-icon.png);
	background-repeat:no-repeat;
}
.video-section-three .video-boxed .ripple,
.video-section-three .video-boxed .ripple:before,
.video-section-three .video-boxed .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:70px;
	height: 70px;
    -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-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 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;
}
.video-section-three .video-boxed .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.video-section-three .video-boxed .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.video-section-three .lower-text{
	position:relative;
	margin-top:40px;
	color:#999999;
	font-size:16px;
	text-align:center;
}
.video-section-three .lower-text a{
	position:relative;
	color:#008e92;
}
/*** 
====================================================================
	Testimonail Section Three
====================================================================
***/
.testimonial-section-three{
	position:relative;
	overflow:hidden;
	padding:160px 0px 0px;
}
.testimonial-section-three .owl-dots{
	position:relative;
}
.testimonial-section-three .owl-dots .owl-dot{
	position:relative;
	width:35px;
	height:3px;
	border-radius:50px;
	margin-right:12px;
	display:inline-block;
	background-color:#e2e4e8;
	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;
}
.testimonial-section-three .owl-dots .owl-dot.active,
.testimonial-section-three .owl-dots .owl-dot:hover{
	background-color:#008e92;
}
.testimonial-section-three .owl-nav{
	position:absolute;
	right:0px;
	top:-100px;
}
.testimonial-section-three .owl-nav .owl-prev,
.testimonial-section-three .owl-nav .owl-next{
	position:relative;
	margin-left:35px;
	color:#e2e4e8;
	font-size:44px;
	line-height:1em;
	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;
}
.testimonial-section-three .owl-nav .owl-prev:hover,
.testimonial-section-three .owl-nav .owl-next:hover{
	color:#008e92;
}
.testimonial-section-three .owl-carousel .owl-stage-outer{
	overflow:visible;
}
.testimonial-section-three .title-box{
	position:relative;
	margin-bottom:65px;
}
.testimonial-section-three .title-box .icon{
	position:relative;
	width:85px;
	height:85px;
	color:#008e92;
	line-height:87px;
	text-align:center;
	border-radius:50px;
	display:block;
	font-size:40px;
	background-color:#e9f7fe;
}
.testimonial-section-three .title-box h2{
	position:relative;
	color:#222222;
	font-weight:600;
	line-height:1.1em;
	margin-top:30px;
}
.testimonial-section-three .inner-container{
	position:relative;
}
.testimonial-section-three .inner-container:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	height:100%;
	width:1000%;
	z-index:10;
	background-color:#ffffff;
}
.testimonial-block-three{
	position:relative;
	margin-bottom:30px;
}
.testimonial-block-three .inner-box{
	position:relative;
	padding:28px 28px 32px;
	border-radius:7px;
	background-color:#ffffff;
	border:1px solid #e2e4e8;
}
.testimonial-block-three .inner-box .author-image{
	position:relative;
	width:48px;
	height:48px;
	overflow:hidden;
	border-radius:50%;
}
.testimonial-block-three .inner-box .text{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	margin-top:25px;
	line-height:1.8em;
}
.testimonial-block-three .inner-box .author-name{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:700;
	margin-top:15px;
	line-height:1.4em;
}
/*** 
====================================================================
	Footer Style Four
====================================================================
***/
.footer-style-four{
	position:relative;
	padding-top:270px;
	padding-bottom:50px;
}
.footer-style-four .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position:left bottom;
	background-repeat:repeat-x;
}
.footer-style-four .widgets-section{
	position:relative;
	padding:0px 0px 60px;
}
.footer-style-four .footer-widget{
	position:relative;
	z-index:2;
	margin-bottom:30px;
}
.footer-style-four .footer-widget h5{
	position:relative;
	font-weight:600;
	color:#222222;
	margin-bottom:20px;
	text-transform:capitalize;
}
.footer-style-four .list-link li{
	position:relative;
	margin-bottom:14px;
}
.footer-style-four .list-link li a{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:#7c8087;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.footer-style-four .list-link li a:hover{
	color:#008e92;
}
.footer-style-four .subscribe-widget .text{
	position:relative;
	color:#7c8087;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:30px;
}
/* Newslettter Form */
.newsletter-form{
	margin-bottom:35px;
}
.newsletter-form .form-group,
.footer-style-four .subscribe-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:6px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="email"],
.footer-style-four .subscribe-form .form-group input[type="text"],
.footer-style-four .subscribe-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 40px 10px 25px;
	height:70px;
	font-size:18px;
	color:#000000;
	font-weight:500;
	border-radius:4px;
	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;	
	font-family: 'Dosis', sans-serif;
}
.newsletter-form .form-group textarea::-webkit-input-placeholder,
.newsletter-form .form-group input::-webkit-input-placeholder,
.footer-style-four .subscribe-form .form-group textarea::-webkit-input-placeholder,
.footer-style-four .subscribe-form .form-group input::-webkit-input-placeholder{
	color:#8c97ac;
}
.newsletter-form .form-group button,
.footer-style-four .subscribe-form .form-group button{
	position:absolute;
	right:5px;
	top:5px;
	border-radius:5px;
	padding:15px 36px;
}
.footer-style-four .copyright{
	position:relative;
	text-align:center;
	font-size:15px;
	color:#7c8087;
}
/*** 
====================================================================
	Main Slider Three
====================================================================
***/
.main-slide-three{
	position:relative;
	padding-top:200px;
	padding-bottom:260px;
	background-size:cover;
	background-color:#3e7ef8;
	background-repeat:no-repeat;
	background-position:right bottom;
}
.main-slide-three .outer-container{
	position:relative;
	overflow:hidden;
}
.main-slide-three .content-column{
	position:relative;
	z-index:3;
}
.main-slide-three .content-column .inner-column{
	position:relative;
	padding-top:140px;
}
.main-slide-three .content-column h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.1em;
	font-size:80px;
}
.main-slide-three .content-column .text{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.6em;
	margin-bottom:40px;
	font-weight:300;
	margin-top:25px;
	font-family: 'Open Sans', sans-serif;
}
.main-slide-three .content-column .btns-box{
	margin-top:35px;
}
.main-slide-three .carousel-column{
	position:relative;
}
.main-slide-three .carousel-column .inner-column{
	position:relative;
	margin-right:0px;
	padding-top:0px;
}
.main-slide-three .carousel-column .inner-column:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	height:100%;
	width:30000px;
	z-index:2;
	background-color:#3e7ef8;
}
.main-slide-three .carousel-column .inner-column .owl-carousel .owl-stage-outer{
	overflow:visible;
}
.main-slide-three .owl-nav{
	position:absolute;
	left:20px;
	bottom:20px;
}
.main-slide-three .owl-nav .owl-prev,
.main-slide-three .owl-nav .owl-next{
	position:relative;
	width:50px;
	height:50px;
	color:#3e7ef8;
	font-size:28px;
	text-align:center;
	line-height:50px;
	margin-right:15px;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
}
.main-slide-three .owl-dots{
	position:absolute;
	left:5%;
	top:50%;
}
.main-slide-three .owl-dots .owl-dot{
	position:relative;
	width:5px;
	height:5px;
	border-radius:50px;
	margin:10px 0px;
	display:block;
	background-color:#000000;
	-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-slide-three .owl-dots .owl-dot.active,
.main-slide-three .owl-dots .owl-dot:hover{
	height:60px;
}
/*** 
====================================================================
	Featured Section Three
====================================================================
***/
.featured-section-three{
	position:relative;
	padding:50px 0px 90px;
}
.featured-section-three .inner-container{
	position:relative;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.featured-section-three .feature-block-three{
	padding:0px;
	float:left;
}
.featured-section-three .feature-block-three:last-child .inner-box{
	border-right:0px;
}
.feature-block-three{
	position:relative;
}
.feature-block-three .inner-box{
	position:relative;
	text-align:left;
	padding:30px 30px 30px;
	background-color:#ffffff;
	border-right:2px solid #eaeaea;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}
.feature-block-three .inner-box .icon-box{
	position:relative;
	font-size:56px;
	color:#3e7ef8;
	line-height:1em;
}
.feature-block-three .inner-box .icon-box .icon{
	position:relative;
}
.feature-block-three .inner-box h6{
	position:relative;
	font-weight:600;
	line-height:1.3em;
	margin-top:24px;
	margin-bottom:15px;
}
.feature-block-three .inner-box h6 a{
	position:relative;
	color:#000000;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.feature-block-three .inner-box h6 a:hover{
	position:relative;
	color:#3e7ef8;
}
.feature-block-three .inner-box .text{
	position:relative;
	color:#9b9b9b;
	font-size:14px;
	line-height:1.9em;
}
/*** 
====================================================================
	About Section
====================================================================
***/
.about-section{
	position:relative;
	padding:100px 0px 60px;
}
.about-section .video-column{
	position:relative;
	margin-bottom:40px;
}
.about-section .video-column .inner-column{
	position:relative;
}
.about-section .video-column .video-box{
	position:absolute;
	right:-40px;
	top:50%;
	width:80px;
	height:80px;
	color:#ffffff;
	font-size:20px;
	margin-top:-40px;
	text-align:center;
	border-radius:50px;
	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;
	background-color:#3e7ef8;
}
.about-section .video-column .video-box .overlay-box span{
	position: absolute;
	width:80px;
	height: 80px;
	left:50%;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:16px;
	text-align: center;
	border-radius:50%;
	padding-left:7px;
	display: inline-block;
	margin-top: -40px;
	margin-left:-40px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.about-section .video-column .video-box .ripple,
.about-section .video-column .video-box .ripple:before,
.about-section .video-column .video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 80px;
	margin-left:.5px;
    -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-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(62, 126, 248, .4);
    -moz-box-shadow: 0 0 0 0 rgba(62, 126, 248, .4);
    -ms-box-shadow: 0 0 0 0 rgba(62, 126, 248, .4);
    -o-box-shadow: 0 0 0 0 rgba(62, 126, 248, .4);
    box-shadow: 0 0 0 0 rgba(62, 126, 248, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.about-section .video-column .video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.about-section .video-column .video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.about-section .content-column{
	position:relative;
}
.about-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
	padding-left:60px;
}
.about-section .content-column .title{
	position:relative;
	color:#3e7ef8;
	font-size:16px;
	font-weight:400;
}
.about-section .content-column h2{
	position:relative;
	color:#040404;
	font-size:37px;
	line-height:1.3em;
	font-weight:700;
	margin-top:20px;
	margin-bottom:20px;
}
.about-section .content-column .text{
	position:relative;
	color:#9b9b9b;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:30px;
}
.about-section .content-column .theme-btn{
	padding:14px 70px;
}
.about-section.style-two .content-column .inner-column{
	padding-left:0px;
	padding-top:75px;
	padding-right:60px;
}
.about-section.style-two .video-column .video-box{
	left:50%;
	top:50%;
	right:auto;
	margin-right:0px;
	margin-left:-40px;
	margin-top:-40px;
}
/*** 
====================================================================
	Featured Section Four
====================================================================
***/
.featured-section-four{
	position:relative;
	padding:100px 0px 70px;
	background-color:#f9f9f9;
}
.feature-block-four{
	position:relative;
	margin-bottom:30px;
}
.feature-block-four .inner-box{
	position:relative;
	text-align:center;
	border-radius:3px;
	padding:45px 30px 50px;
	background-color:#ffffff;
	border:2px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}
.feature-block-four .inner-box:hover{
	border-color:#3e7ef8;
}
.feature-block-four .inner-box .icon-box{
	position:relative;
	font-size:64px;
	color:#3e7ef8;
	line-height:1em;
}
.feature-block-four .inner-box .icon-box .icon{
	position:relative;
}
.feature-block-four .inner-box h6{
	position:relative;
	font-weight:600;
	line-height:1.3em;
	margin-top:28px;
	margin-bottom:18px;
}
.feature-block-four .inner-box h6 a{
	position:relative;
	color:#000000;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.feature-block-four .inner-box h6 a:hover{
	position:relative;
	color:#3e7ef8;
}
.feature-block-four .inner-box .text{
	position:relative;
	color:#9b9b9b;
	font-size:16px;
	line-height:1.9em;
	padding:0px 0px;
	font-weight:400;
	margin-bottom:35px;
}
.feature-block-four .inner-box .read-more{
	position:relative;
	color:#0d1741;
	font-size:15px;
	line-height:1.9em;
	padding:16px 26px;
	font-weight:600;
	margin-bottom:30px;
    font-family: 'Montserrat', sans-serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.feature-block-four .inner-box .read-more .fa{
	position:relative;
	margin-left:4px;
	top:0px;
}
.feature-block-four .inner-box .read-more:hover{
	background-color:#3e7ef8;
	color:#ffffff;
}
/*** 
====================================================================
	Projects Section
====================================================================
***/
.projects-section{
	position:relative;
	padding:100px 0px 0px;
}
.projects-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	height:591px;
	width:100%;
	background-attachment:fixed;
	background-size:cover;
}
.projects-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(62,126,248,0.90);
}
.feature-block-five{
	position:relative;
	margin-bottom:30px;
}
.feature-block-five .inner-box{
	position:relative;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}
.feature-block-five .inner-box .image{
	position:relative;
}
.feature-block-five .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.feature-block-five .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	top:0px;
	right:0px;
	z-index:1;
	opacity:0.7;
	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));
}
.feature-block-five .inner-box .image .category{
	position:absolute;
	left:30px;
	bottom:0px;
	color:#ffffff;
	z-index:2;
	padding:8px 18px;
	display:inline-block;
	background-color:#3e7ef8;
}
.feature-block-five .inner-box .lower-content{
	position:relative;
	padding:30px 30px;
	background-color:#ffffff;
}
.feature-block-five .inner-box .lower-content h5{
	position:relative;
	color:#121c45;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}
.feature-block-five .inner-box .lower-content h5 a{
	position:relative;
	color:#121c45;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.feature-block-five .inner-box .lower-content .text{
	position:relative;
	color:#9b9b9b;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:20px;
}
.feature-block-five .inner-box .lower-content .read-more{
	position:relative;
	color:#0d1741;
	font-size:15px;
	line-height:1.3em;
	font-weight:500;
	margin-bottom:30px;
    font-family: 'Montserrat', sans-serif;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.feature-block-five .inner-box .lower-content .read-more .fa{
	position:relative;
	margin-left:4px;
	top:0px;
}
.feature-block-five .inner-box .lower-content h5 a:hover,
.feature-block-five .inner-box .lower-content .read-more:hover{
	color:#3e7ef8;
}
/*** 
====================================================================
	Clients Section Three
====================================================================
***/
.clients-section-three{
	position:relative;
	padding:50px 0px 0px;
	text-align:center;
}
.clients-section-three .sponsors-outer{
	position:relative;
	padding-bottom:60px;
	border-bottom:1px solid #ebebeb;
}
.clients-section-three .sponsors-outer .owl-dots,
.clients-section-three .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}
.clients-section-three .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
	padding:10px 0px;
	-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:1px solid transparent;
}
.clients-section-three .sponsors-outer .image-box:hover{
	border-color:#3e7ef8;
}
.clients-section-three .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.8;
	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;
}
.clients-section-three .sponsors-outer .image-box img:hover{
	opacity:1;
}
/*** 
====================================================================
	Testimonial Section Four
====================================================================
***/
.testimonial-section-four{
	position:relative;
	overflow:hidden;
	padding:100px 0px 100px;
}
.testimonial-section-four .owl-nav{
	display:none;
}
.testimonial-section-four .owl-dots{
	position:relative;
	text-align:center;
	margin-top:65px;
}
.testimonial-section-four .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 10px;
	border-radius:50%;
	display:inline-block;
	background-color:#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;
}
.testimonial-section-four .owl-dots .owl-dot.active,
.testimonial-section-four .owl-dots .owl-dot:hover{
	background-color:#3e7ef8;
}
.testimonial-section-four .owl-carousel .owl-stage-outer{
	overflow:visible;
}
.testimonial-section-four .testimonial-carousel-two{
	max-width: 650px;
    margin: 0 auto;
}
.testimonial-section-four .owl-carousel .owl-item.center .testimonial-block-four .inner-box{
	background-color:#3e7ef8;
	outline-color:rgba(255,255,255,0.15);
}
.testimonial-section-four .testimonial-block-four{
	opacity:0.40;
}
.testimonial-section-four .owl-carousel .owl-item.center .testimonial-block-four{
	opacity:1;
}
.testimonial-section-four .owl-carousel .owl-item.center .testimonial-block-four .inner-box .text,
.testimonial-section-four .owl-carousel .owl-item.center .testimonial-block-four .inner-box .author,
.testimonial-section-four .owl-carousel .owl-item.center .testimonial-block-four .inner-box .info{
	color:#ffffff;
}
.testimonial-block-four{
	position:relative;
}
.testimonial-block-four .inner-box{
	position:relative;
	padding:70px 60px;
	text-align:center;
	border-radius:4px;
	background-color:#f7f7f7;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
	outline: 1px solid rgba(179,179,179,0.10);
	outline-offset: -18px;
}
.testimonial-block-four .inner-box .pattern-layer{
	position:absolute;
	left:0px;
	right:0px;
	top:90px;
	width:100%;
	height:118px;
	background-position:center center;
	background-repeat:no-repeat;
}
.testimonial-block-four .inner-box .author-image{
	position:relative;
	width:100px;
	height:100px;
	border-radius:50px;
	overflow:hidden;
	margin:0 auto;
	border:2px solid #ffffff;
}
.testimonial-block-four .inner-box .text{
	position:relative;
	color:#3b3b3b;
	font-size:20px;
	line-height:1.6em;
	margin-bottom:25px;
	margin-top:30px;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}
.testimonial-block-four .inner-box .author{
	position:relative;
	color:#3b3b3b;
	font-size:18px;
	margin-bottom:4px;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}
.testimonial-block-four .inner-box .info{
	position:relative;
	color:#3b3b3b;
	font-size:14px;
	margin-bottom:4px;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}
/*** 
====================================================================
	Newsletter Section
====================================================================
***/
.newsletter-section{
	position:relative;
	padding:60px 0px 40px;
	background-color:#3374ef;
}
.newsletter-section .inner-container{
	position:relative;
}
.newsletter-section .title-column{
	position:relative;
}
.newsletter-section .title-column .inner-column{
	position:relative;
}
.newsletter-section .title-column h3{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}
.newsletter-section .title-column .text{
	position:relative;
	color:#292929;
	font-weight:400;
	font-size:16px;
	margin-top:5px;
	font-style:italic;
}
.emailed-form .form-group{
	position:relative;
	display:block;
	max-width:650px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
}
.emailed-form .form-group input[type="text"],
.emailed-form .form-group input[type="tel"],
.emailed-form .form-group input[type="email"],
.emailed-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:50px;
	font-size:14px;
	color:#797979;
	overflow:hidden;
	border-radius:50px;
	padding:10px 50px 10px 30px;
	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;
	border:1px solid #cccccc;
}
.emailed-form .form-group input[type="submit"],
.emailed-form button{
	position:absolute;
	right:0px;
	top:0px;
	width:160px;
	height:50px;
	line-height:40px;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	text-align:center;
	background:#3e7ef8;
	letter-spacing:2px;
	border-radius:50px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
}
/*** 
====================================================================
	Footer Style Five
====================================================================
***/
.footer-style-five{
	position:relative;
	background-color:#3e7ef8;
}
.footer-style-five .upper-box{
	position:relative;
	padding:70px 0px 50px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}
.footer-style-five .upper-box strong{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	display:block;
	margin-bottom:15px;
	text-transform:uppercase;
}
.footer-style-five .upper-box .text{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#ffffff;
	line-height:1.8em;
}
.footer-style-five .upper-box .phone{
	position:relative;
	margin-top:15px;
	font-size:16px;
	font-weight:400;
	color:#ffffff;
	opacity:0.9;
	line-height:1.8em;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.footer-style-five .upper-box .phone:hover{
	color:#222222;
}
.footer-style-five .upper-box .email{
	position:relative;
	margin-top:15px;
	font-size:16px;
	font-weight:400;
	color:#ffffff;
	opacity:0.9;
	line-height:1.8em;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.footer-style-five .upper-box .email:hover{
	color:#222222;
}
.footer-style-five .widgets-section{
	position:relative;
	padding:60px 0px 50px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}
.footer-style-five .footer-widget{
	position:relative;
	z-index:2;
	margin-bottom:30px;
}
.footer-style-five .footer-widget h6{
	position:relative;
	font-weight:700;
	color:#ffffff;
	margin-bottom:20px;
	text-transform:uppercase;
}
.footer-style-five .list-link li{
	position:relative;
	margin-bottom:12px;
}
.footer-style-five .list-link li a{
	position:relative;
	font-size:16px;
	font-weight:400;
	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;
}
.footer-style-five .list-link li a:hover{
	color:#222222;
}
.footer-style-five .social-widget{
	position:relative;
	text-align:right;
}
.footer-style-five .social-widget .text{
	position:relative;
	font-size:16px;
	font-weight:400;
	color:#ffffff;
	line-height:1.9em;
}
.footer-style-five .social-widget .social-box{
	position:relative;
	margin-top:30px;
}
.footer-style-five .social-widget .social-box span{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	margin-right:20px;
	text-transform:uppercase;
}
.footer-style-five .social-widget .social-box a{
	position:relative;
	color:#ffffff;
	margin-left:20px;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.footer-style-five .social-widget .social-box a:hover{
	color:#222222;
}
.footer-style-five .copyright{
	position:relative;
	padding:25px 0px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
}
/*** 
====================================================================
	Page Title Section
====================================================================
***/
.page-title{
	position:relative;
	padding:230px 0px 170px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f7fbff 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f7fbff 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #f7fbff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #f7fbff));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f7fbff 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #f7fbff 100%);
}
.page-title .icon-one{
	position:absolute;
	left:5%;
	top:18%;
	width:100px;
	height:122px;
	background-repeat:no-repeat;
}
.page-title .icon-two{
	position:absolute;
	left:25%;
	top:28%;
	width:78px;
	height:79px;
	background-repeat:no-repeat;
}
.page-title .icon-three{
	position:absolute;
	left:-2%;
	top:78%;
	width:62px;
	height:61px;
	background-repeat:no-repeat;
}
.page-title .icon-four{
	position:absolute;
	left:10%;
	top:70%;
	width:69px;
	height:95px;
	background-repeat:no-repeat;
}
.page-title .icon-five{
	position:absolute;
	left:55%;
	top:85%;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
}
.page-title .icon-six{
	position:absolute;
	left:75%;
	top:70%;
	width:31px;
	height:31px;
	background-repeat:no-repeat;
}
.page-title .icon-seven{
	position:absolute;
	left:90%;
	top:40%;
	width:65px;
	height:61px;
	background-repeat:no-repeat;
}
.page-title .auto-container{
	position:relative;
	z-index:1;	
}
.page-title h1{
	position:relative;
	color:#00000a;
	line-height:1.2em;
	font-weight:700;
	letter-spacing:1px;
	text-transform:capitalize;
}
.page-title .breadcrumb-outer{
	position:relative;
	margin-top:30px;
	padding-left:180px;	
}
.page-title .breadcrumb-outer:before{
	content:'';
	position:absolute;
	top:14px;
	left:2px;
	width:158px;
	border-bottom:2px solid #0c141c;	
}
.page-title .bread-crumb{
	position:relative;
}
.page-title .bread-crumb li{
	position:relative;
	display:inline-block;
	line-height:30px;
	margin-right:20px;
	font-weight:400;
	color:#00000a;
	font-size:18px;
	text-transform:capitalize;
}
.page-title .bread-crumb li:before{
	content:'/';
	position:absolute;
	right:-22px;
	top:2px;
	width:20px;
	font-size:12px;
	text-align:center;
	line-height:30px;
}
.page-title .bread-crumb li:first-child{
	margin-left:0px;	
}
.page-title .bread-crumb li:last-child:before{
	display:none;	
}
.page-title .bread-crumb li a{
	color:#00000a;
	font-weight:400;
	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-title .bread-crumb li a:hover{
	color:#468ff5;
}
/*** 
====================================================================
	History Section
====================================================================
***/
.history-section{
	position:relative;
	padding:100px 0px 60px;
}
.history-section .image-box{
	position:relative;
	margin-bottom:70px;
}
.history-section .title-column{
	position:relative;
	margin-bottom:40px;
}
.history-section .title-column .inner-column{
	position:relative;
}
.history-section .title-column h2{
	position:relative;
	color:#00000a;
	font-weight:300;
	line-height:1.2em;
	padding-bottom:30px;
}
.history-section .title-column h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:60px;
	background-color:#00000a;
}
.history-section .tab-column{
	position:relative;
	margin-bottom:40px;
}
.history-section .tab-column .inner-column{
	position:relative;
}
/*** 
====================================================================
	Product Tabs Style
====================================================================
***/
.info-tabs .tab-btns{
	position:relative;
	z-index:1;
	margin-bottom:20px;
}
.info-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:20px;
	font-weight:500;
	cursor:pointer;
	line-height:1.6em;
	margin-bottom:24px;
	transition:all 500ms ease;
	color:rgba(0,0,10,0.40);
	text-transform:capitalize;
}
.info-tabs .tab-btns .tab-btn.active-btn{
	color:#00000a;
}
.info-tabs .tabs-content{
	position:relative;	
}
.info-tabs .tabs-content .tab{
	position:relative;
	display:none;
}
.info-tabs .tabs-content .tab .content{
	position:relative;
}
.info-tabs .tabs-content .tab .content .text{
	position:relative;
	font-size:18px;
	line-height:1.8em;
	color:rgba(0,0,10,0.65);
	margin-bottom:25px;
}
.info-tabs .tabs-content .tab.active-tab{
	display:block;	
}
/*** 
====================================================================
	Fun Fact Section
====================================================================
***/
.fun-fact-section{
	position: relative;
	padding:110px 0px 80px;
	background-color:#468ff5;
	background-position:center center;
}
/* Fact Counter */
.fact-counter{
	position:relative;
}
.fact-counter .counter-column{
	position:relative;
	margin-bottom:30px;
}
.fact-counter .counter-column .count-box{
	position:relative;
	text-align:center;
	font-weight:700;
	color:#ffffff;
	font-size:50px;
	line-height:1em;
}
.fact-counter .counter-column .count-text{
	display:inline-block;
	font-weight:700;
	color:#ffffff;
	font-size:50px;
	line-height:1em;
}
.fact-counter .counter-column .count-outer{
	position:relative;
	font-weight:700;
	color:#025158;
	font-size:48px;
	line-height:1em;
}
.fact-counter .counter-column .counter-title{
	position:relative;
	font-size:20px;
	font-weight:400;
	margin-top:10px;
	color:#ffffff;
}
/*** 
====================================================================
	Testimonial Section Five
====================================================================
***/
.testimonial-section-five{
	position:relative;
	padding:100px 0px 60px;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #f8f9fd 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #f8f9fd 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #f8f9fd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #f8f9fd));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #f8f9fd 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #f8f9fd 100%);
}
.testimonial-section-five.style-two{
	padding-top:50px;
}
.testimonial-section-five .image-column{
	position:relative;
	margin-bottom:40px;
}
.testimonial-section-five .image-column .image{
	position:relative;
	border-radius:50%;
	overflow:hidden;
}
.testimonial-section-five .image-column .image img{
	width:100%;
	display:block;
}
.testimonial-section-five .testimonial-column{
	position:relative;
	margin-bottom:40px;
}
.testimonial-section-five .testimonial-column .inner-column{
	position:relative;
	padding-left:90px;
}
.testimonial-section-five .testimonial-column .title-box{
	position:relative;
	margin-bottom:50px;
}
.testimonial-section-five .testimonial-column .title-box h2{
	position:relative;
	color:#00000a;
	font-weight:600;
	line-height:1.2em;
	padding-bottom:30px;
}
.testimonial-section-five .testimonial-column .title-box h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:50px;
	background-color:#00000a;
}
.testimonial-section-five .testimonial-column .inner-column .sec-title{
	margin-bottom:35px;
}
.testimonial-section-five .owl-dots{
	display:none;
}
.testimonial-section-five .owl-nav{
	position:relative;
	margin-top:50px;
	margin-left:65px;
}
.testimonial-section-five .owl-nav .owl-prev,
.testimonial-section-five .owl-nav .owl-next{
	display:inline-block;
	color:#d4d5d6;
	margin:0px 10px;
	font-weight:600;
	font-size:24px;
	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;
}
.testimonial-section-five .owl-nav .owl-prev:hover,
.testimonial-section-five .owl-nav .owl-next:hover{
	color:#3b3b3b;
}
.testimonial-block-five{
	position:relative;
}
.testimonial-block-five .inner-box{
	position:relative;
	padding-left:75px;
}
.testimonial-block-five .inner-box .quote-icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#ebebeb;
	font-size:50px;
	line-height:1em;
	margin-bottom:20px;
}
.testimonial-block-five .inner-box .text{
	position:relative;
	color:rgba(0,0,10,0.75);
	font-size:18px;
	font-weight:300;
	line-height:2em;
}
/*** 
====================================================================
	Team Section
====================================================================
***/
.team-section{
	position:relative;
	padding:110px 0px 70px;
}
.team-section .title-box{
	position:relative;
	margin-bottom:50px;
	text-align:center;
}
.team-section .title-box h2{
	position:relative;
	color:#00000a;
	font-weight:600;
	line-height:1.2em;
	padding-bottom:30px;
}
.team-section .title-box h2:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	height:2px;
	width:50px;
	margin-left:-25px;
	background-color:#00000a;
}
/* Team Member */
.team-member{
	position:relative;
	margin-bottom:30px;
}
.team-member .inner-box{
	position:relative;
	text-align:center;
}
.team-member .inner-box .image-box{
	position:relative;
	width:250px;
	height:250px;
	margin:0 auto;
	border-radius:50%;
	overflow:hidden;
}
.team-member .inner-box .image-box .image{
	position:relative;
	margin:0px;
}
.team-member .inner-box .image-box .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
	border-radius:50%;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.team-member .inner-box .image-box .overlay-box .inner{
	position: absolute;
    padding-top: 50%;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
	overflow:hidden;
	background-color:rgba(70,143,245,0.80);
}
.team-member .inner-box .image-box .overlay-box .social-icon-one li a:hover{
	color:#ffffff;
}
.team-member .inner-box .image-box img{
	width:100%;
	display:block;
	border-radius: 50%;
}
.team-member .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding-top:25px;
}
.team-member .inner-box .lower-content h5{
	position:relative;
	color:#333333;
	font-weight:600;
	margin-bottom:5px;
	font-family: 'Poppins', sans-serif;
}
.team-member .inner-box .lower-content .designation{
	position:relative;
	color:#797979;
	font-size:16px;
	margin-top:2px;
}
.team-member .inner-box:hover .image-box .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}
/*** 
====================================================================
	Call To Action Section Three
====================================================================
***/
.call-to-action-section-three{
	position:relative;
	padding:80px 0px;
	background-color:#002457;
	background-position:center center;
}
.call-to-action-section-three.style-two{
	background-color:#468ff5;
}
.call-to-action-section-three.style-two .content h2{
	font-weight:600;
}
.call-to-action-section-three .content{
	position:relative;
	text-align:center;
}
.call-to-action-section-three .content h2{
	position:relative;
	color:#ffffff;
	line-height:1.3em;
	font-weight:700;
}
.call-to-action-section-three .content .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	margin-top:15px;
	margin-bottom:40px;
}
.call-to-action-section-three .content .theme-btn{
	border-radius:50px;
	padding:15px 44px 15px;
}
/*** 
====================================================================
	Clients Section Four
====================================================================
***/
.clients-section-four{
	position:relative;
	padding:80px 0px 80px;
	text-align:center;
}
.clients-section-four .sponsors-outer{
	position:relative;
}
.clients-section-four .sponsors-outer .owl-dots,
.clients-section-four .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}
.clients-section-four .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
	padding:10px 0px;
	-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:1px solid transparent;
}
.clients-section-four .sponsors-outer .image-box:hover{
	border-color:#002457;
}
.clients-section-four .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.8;
	filter: grayscale(100%);
	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;
}
.clients-section-four .sponsors-outer .image-box img:hover{
	opacity:1;
	filter: grayscale(0%);
}
/*** 
====================================================================
	Project Page Section
====================================================================
***/
.project-page-section{
	position:relative;
	padding-top:110px;
	padding-bottom:110px;
}
.project-page-section .title-box{
	position:relative;
	margin-bottom:50px;
}
.project-page-section .title-box h2{
	position:relative;
	font-weight:500;
	color:#000000;
	font-size:36px;
	line-height:1.4em;
}
.project-page-section .outer-container{
	position:relative;
	padding:0px 60px;
}
.project-page-section .filters{
	margin-top:30px;
}
.project-page-section .filters .filter-tabs{
	position:relative;
	text-align:center;
	margin-bottom:30px;
}
.project-page-section .filters li{
	position: relative;
    display: inline-block;
    color: #0d0d0d;
	padding:0px 0px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
	margin-left:50px;
	letter-spacing:1px;
	text-transform:uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	font-family: 'Poppins', sans-serif;
}
.project-page-section .filters .filter.active,
.project-page-section .filters .filter:hover{
    color:#468ff5;
}
.project-page-section .load-more{
	position:relative;
	text-align:center;
	margin-top:140px;
}
.project-page-section .load-more .load{
	position:relative;
	color:#468ff5;
	font-size:12px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #468ff5;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.project-page-section .load-more .load:before{
	position:absolute;
	content:'';
	left:50%;
	top:-60px;
	width:1px;
	height:40px;
	margin-left:-1px;
	background-color:#000000;
}
.project-page-section .load-more .load:hover{
	color:#444444;
}
.gallery-block.mix{
	display:none;
}
/* Gallery Block */
.gallery-block{
	position:relative;
	margin-bottom:0px;
}
.gallery-block .inner-box{
	position:relative;
}
.gallery-block .inner-box .image{
	position:relative;
	overflow:hidden;
	margin-bottom:0px;
}
.gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.gallery-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	overflow:hidden;
	text-align:center;
	background-color:rgba(0,0,0,0.50);
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}
.gallery-block .inner-box:hover .overlay-box{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.gallery-block .inner-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}
.gallery-block .inner-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.gallery-block .inner-box .overlay-box .category{
	position:relative;
	color:#ffffff;
	font-size:12px;
	margin-bottom:8px;
	font-weight:300;
	letter-spacing:1px;
}
.gallery-block .inner-box .overlay-box h3{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:26px;
	text-transform:capitalize;
}
.gallery-block .inner-box .overlay-box h3 a{
	position:relative;
	color:#ffffff;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gallery-block .inner-box .overlay-box h3 a:hover{
	opacity:0.7;
}
.gallery-block .inner-box .overlay-box .plus{
	position:relative;
	font-size:40px;
	line-height:1em;
	margin-top:16px;
	color:#ffffff;
}
.gallery-block .inner-box .overlay-box .arrow{
	position:absolute;
	left:0px;
	bottom:0px;
	color:#ffffff;
}
.gallery-block .inner-box .overlay-box .arrow:before{
	position:absolute;
	content:'';
	left:-60px;
	bottom:-60px;
	width:120px;
	height:120px;
	transform: rotate(45deg);
	background-color:#141313;
}
.gallery-block .inner-box .overlay-box .arrow span{
	position:relative;
	line-height: 50px;
    margin-left: 15px;
}
/*** 
====================================================================
	Project Carousel Section
====================================================================
***/
.project-carousel-section{
	position:relative;
	background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.project-carousel-section .title-box{
	position:relative;
	box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
	padding:35px;
}
.project-carousel-section .title-box h3{
	font-weight:600;
	color: #00000a;
	line-height:1.6em;
}
.project-carousel-section .slide{
	position:relative;
    display: block;
	align-items: center;
}

.project-carousel-section .slide img{
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.project-carousel-section .active .slide img{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}
.project-carousel-section .owl-dots{
	position:absolute;
	left:0px;
	right:0px;
	bottom:30px;
	text-align:center;
}
.project-carousel-section .owl-dots .owl-dot{
	position:relative;
	width:8px;
	height:20px;
	margin:0px 5px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.project-carousel-section .owl-dots .owl-dot.active,
.project-carousel-section .owl-dots .owl-dot:hover{
	height:30px;
	background-color:#468ff5;
}
.project-carousel-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	opacity:0;
	margin-top:-30px;
	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-carousel-section:hover .owl-nav{
	opacity:1;
}
.project-carousel-section .owl-nav .owl-prev{
	position:absolute;
	left:30px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:62px;
	font-size:24px;
	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;
	background-color:rgba(0,0,0,0.10);
}
.project-carousel-section .owl-nav .owl-next{
	position:absolute;
	right:30px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:62px;
	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;
	background-color:rgba(0,0,0,0.10);
}
.project-carousel-section .owl-nav .owl-prev:hover,
.project-carousel-section .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#468ff5;
}

/*** 
====================================================================
	Project Sidebar
====================================================================
***/
.project-sidebar{
	position: relative;
	margin-left: 30px;
}

.project-sidebar .info-box{
	position: relative;
	display: block;
	background: #fff;
	padding: 30px 40px 30px 40px;
	border-radius: 5px;
	box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.1);
}

.project-sidebar .info-box:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 3px;
	right: 0px;
	border-radius: 5px;
	z-index: -1;
}

.project-sidebar .info-box .single-item{
	position: relative;
	display: block;
	padding: 26px 0px 23px 0px;
	border-bottom: 1px solid #e5e5e5;
}

.project-sidebar .info-box .single-item:last-child{
	border-bottom: none;
	padding-bottom:0px;
}

.project-sidebar .info-box .single-item .box{
	position: relative;
	padding-left: 20px;
	margin-bottom: 7px;
}

.project-sidebar .info-box .single-item .box .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #171717;
}

.project-sidebar .info-box .single-item .box span{
	position: relative;
    display: block;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #1d165c;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0px;
}

.project-sidebar .info-box .single-item .text a{
	color: #666;
}

.project-sidebar .info-box .single-item .text a:hover{

}

.nav-btn-box{
	position: relative;
	padding: 100px 0px;
	background: #f6f6f6;
}

.nav-btn-box .btn-inner .prev-btn,
.nav-btn-box .btn-inner .next-btn{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.nav-btn-box .btn-inner .prev-btn h4,
.nav-btn-box .btn-inner .next-btn h4{
	font-weight: 600;
	font-size:18px;
}

.nav-btn-box .btn-inner .box{
	position: relative;
}

.nav-btn-box .btn-inner .box .icon-box{
    position: absolute;
    top: -1px;
    background: #fff;
    width: 72px;
    height: 72px;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0px 0px 30px 10px #eaeaef;
}

.nav-btn-box .btn-inner .box .icon-box img{
	position:relative;
	border-radius:50%;
}

.nav-btn-box .btn-inner .btn-left .box .icon-box{
	left: 0px;
}

.nav-btn-box .btn-inner .btn-right .box .icon-box{
	right: 0px;
}

.nav-btn-box .btn-inner .btn-left .box{
	padding-left: 90px;
}

.nav-btn-box .btn-inner .box h3{
	font-weight: 600;
	font-size:20px;
	color:#00000a;
}

.nav-btn-box .btn-inner .btn-right .box{
	padding-right: 90px;
}

.nav-btn-box .btn-inner .box span{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.nav-btn-box .btn-inner{
	position: relative;
}

.nav-btn-box .btn-inner:before{
	position: absolute;
	content: '';
	background: #d5d5d5;
	width: 1px;
	height: 117px;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
}

/*** 
====================================================================
	Project Detail Section
====================================================================
***/
.project-detail-section{
	position:relative;
	padding: 100px 0px;
}
.project-detail-section .outer-wrap{
	position:relative;
	margin-bottom:40px;
}
.project-detail-section .text{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	font-family: 'Open Sans', sans-serif;
}
.project-detail-section .result-box{
	position:relative;
	margin-top:40px;
}
.project-detail-section .result-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	color: #1d165c;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: 20px;
}
.project-details-content .intro-box .single-item{
	position: relative;
	display: block;
}

.project-details-content .intro-box .single-item .right-column{
	position: relative;
	margin-top:20px;
}

.project-details-content .intro-box .single-item .left-column{
	position: relative;
	padding-left: 42px;
}

.project-details-content .intro-box .single-item:before{
	position: absolute;
	content: '';
	background: #e5e5e5;
	width: 1px;
	height: 60px;
	top: 0px;
	right: 0px;
}

.project-details-content .intro-box .single-item.last:before{
	display:none;
}

.project-details-content .intro-box .single-item .left-column .icon-box{
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 24px;
	color:#25aee4;
}

.project-details-content .intro-box .single-item .left-column span{
	position: relative;
	display: block;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	color: #1d165c;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0px 0 5px;
}

.project-details-content .intro-box{
	position: relative;
	margin-bottom: 40px;
	margin-top:40px;
}
.project-detail-section .social-box{
	position:relative;
	text-align:center;
}
.project-detail-section .social-box a{
	position:relative;
	width:45px;
	height:45px;
	color:#000000;
	margin:0px 3px;
	font-size:16px;
	line-height:45px;
	border-radius:50px;
	display:inline-block;
	background-color:#e4edf3;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.project-detail-section .social-box a:hover{
	color:#ffffff;
	background-color:#468ff5;
}
/* Portfolio Video Box */
.portfolio-video-box{
	position:relative;
}
.portfolio-video-box .video-image{
	position:relative;
	margin-bottom:40px;
	border-radius:7px;
	overflow:hidden;
}
.portfolio-video-box .video-image img{
	position:relative;
	width:100%;
	z-index:3;
}
.portfolio-video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	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;
}
.portfolio-video-box .overlay-box span{
	position: absolute;
	width:90px;
	height: 90px;
	left:50%;
    top: 50%;
	z-index:10;
	color: #ffffff;
	font-weight:400;
	font-size:20px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	margin-top: -45px;
	margin-left:-45px;
	line-height:90px;
	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:#468ff5;
}
.portfolio-video-box .ripple,
.portfolio-video-box .ripple:before,
.portfolio-video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:90px;
	height: 90px;
    -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-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(70, 143, 245, .6);
    -moz-box-shadow: 0 0 0 0 rgba(70, 143, 245, .6);
    -ms-box-shadow: 0 0 0 0 rgba(70, 143, 245, .6);
    -o-box-shadow: 0 0 0 0 rgba(70, 143, 245, .6);
    box-shadow: 0 0 0 0 rgba(70, 143, 245, .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;
}
.portfolio-video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.portfolio-video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.project-detail-section .next-posts{
	position:relative;
	padding:90px 0px;
}
.project-detail-section .right-posts{
	text-align:right;
}
.project-detail-section .next-posts .post{
	position:relative;
	color:#9fa4af;
	font-size:14px;
	font-weight:500;
	letter-spacing:2px;
	margin-bottom:10px;
	display:block;
	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-detail-section .next-posts .post span{
	position:relative;
	font-size:24px;
	top:4px;
}
.project-detail-section h4{
	position:relative;
	font-weight:500;
}
.project-detail-section h4 a{
	position:relative;
	color:#000000;
	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-detail-section .next-posts .post:hover,
.project-detail-section h4 a:hover{
	color:#468ff5;
}
/*** 
====================================================================
	Portfolio Section
====================================================================
***/
.portfolio-section{
	position: relative;
	padding: 110px 0px 100px;
}
.portfolio-section .content-column{
	position: relative;
}
.portfolio-section .content-column .sec-title{
	margin-bottom:30px;
}
.portfolio-section .content-column .inner-column{
	margin-bottom: 40px;
}
.portfolio-section .content-column .text{
	position: relative;
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	margin-bottom: 25px;
}
.portfolio-section .content-column .text p{
	position: relative;
	color: #777777;
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.portfolio-center .content-column .inner-column .portfolio-list{
	margin-top:50px;
	margin-bottom: 40px;
}
.portfolio-center .content-column .inner-column .portfolio-list.alternate{
	margin-bottom: 0px;
}
.portfolio-center .content-column .inner-column .portfolio-list li{
	display: inline-block;
	border-bottom: none;
	padding-right: 60px;
	margin-right: 60px;
	line-height: 1em;
	border-right: 1px solid #b9b9b9;
}
.portfolio-center .content-column .inner-column .portfolio-list li:last-child{
	margin-right:0px;
	padding-right: 0px;
	border:none;
}
.portfolio-center .content-column .inner-column .portfolio-list li span{
	margin-bottom:15px;
}
/*Portfolio List*/
.portfolio-list{
	position: relative;
}
.portfolio-list li{
	position: relative;
	color: #222222;
	font-size: 14px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ececec;
}
.portfolio-list li:last-child{
	border-bottom:none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.portfolio-list li span{
	position: relative;
	color: #777777;
	font-size: 12px;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.portfolio-list li a{
	position: relative;
	color: #222222;
	margin-right: 15px;
	display: inline-block;
}
.portfolio-section .gallery-column{
	position: relative;
}
.portfolio-section .gallery-column .inner-column{
	position: relative;
}
.portfolio-section .gallery-column .inner-column .image{
	position: relative;
	margin-bottom: 30px;
}
.portfolio-section .gallery-column .inner-column .image img{
	position: relative;
	width:100%;
	display:block;
}
.sticky-top{
	top:80px;
	z-index:1;
}
/*** 
====================================================================
	Services Page Section
====================================================================
***/
.services-page-section{
	position: relative;
	padding: 100px 0px 65px;
}
.services-page-section .title-box{
	position: relative;
	margin-bottom:60px;
}
.services-page-section .title-box h2{
	position: relative;
	font-weight:600;
	color:#00000a;
	line-height:1.2em;
	padding-bottom:30px;
}
.services-page-section .title-box h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:50px;
	background-color:#000000;
}
.services-page-section .title-box .text{
	position: relative;
	font-weight:400;
	color:#252f3e;
	opacity:0.80;
	font-size:20px;
	margin-top:30px;
	line-height:1.8em;
	padding-bottom:30px;
}
.services-page-section .inner-container{
	position: relative;
	padding-bottom:40px;
	border-bottom:1px solid #eef0f3;
}
/* Service Block Two */
.service-block-two{
	position:relative;
	margin-bottom:60px;
}
.service-block-two .inner-box{
	position:relative;
	text-align:left;
	padding-right: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;
}
.service-block-two .inner-box .icon-box{
	position:relative;
	font-size:64px;
	color:#3e7ef8;
	line-height:1em;
}
.service-block-two .inner-box .icon-box .icon{
	position:relative;
}
.service-block-two .inner-box h6{
	position:relative;
	font-weight:600;
	line-height:1.3em;
	margin-top:28px;
	margin-bottom:14px;
}
.service-block-two .inner-box h6 a{
	position:relative;
	color:#000000;
	-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-two .inner-box h6 a:hover{
	position:relative;
	color:#3e7ef8;
}
.service-block-two .inner-box .text{
	position:relative;
	color:#9b9b9b;
	font-size:16px;
	line-height:1.9em;
	padding:0px 0px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
/*** 
====================================================================
	Services Detail Section
====================================================================
***/
.services-detail-section{
	position: relative;
	padding: 100px 0px 100px;
}
.services-detail-section .title-box{
	position: relative;
	margin-bottom:60px;
}
.services-detail-section .title-box h3{
	position: relative;
	font-weight:600;
	color:#00000a;
	line-height:1.6em;
}
.services-detail-section .big-image{
	position: relative;
	margin-bottom:80px;
}
.services-detail-section .big-image img{
	position: relative;
	width:100%;
	display:block;
}
.services-detail-section .info-boxed{
	position:relative;
}
.services-detail-section .info-boxed .column{
	position:relative;
}
.services-detail-section .info-boxed .info-listed{
	position:relative;
}
.services-detail-section .info-boxed .info-listed li{
	position:relative;
	color:#b2b2b2;
	font-weight:500;
	margin-right:80px;
	font-size:18px;
	display:inline-block;
}
.services-detail-section .info-boxed .info-listed li strong{
	position:relative;
	color:#171717;
	display:block;
	margin-bottom:8px;
	text-transform:capitalize;
}
.services-detail-section .info-boxed .info-listed li:last-child{
	margin-right:0px;
}
.services-detail-section .info-boxed .btn-column{
	text-align:right;
}
.services-detail-section .bold-text{
	position:relative;
	color:#212121;
	font-size:18px;
	line-height:1.8em;
	margin-top:50px;
	margin-bottom:20px;
}
.services-detail-section .text{
	position:relative;
	margin-bottom:70px;
}
.services-detail-section .text p{
	position:relative;
	color:#00000a;
	opacity:0.65;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}
.services-detail-section .text p:last-child{
	margin-bottom:0px;
}
/*** 
====================================================================
	Faq Page Title
====================================================================
***/
.faq-page-section{
	position:relative;
	padding-top:90px;
}
/*** 
====================================================================
	Accordion Style
====================================================================
***/
.accordion-box{
	position:relative;
}
.accordion-box .block{
	position: relative;
    margin-bottom:12px;
	border-radius:4px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.accordion-box .block.active-block{
	
}
.accordion-box .block .acc-btn{
	position:relative;
	font-size:18px;
	cursor:pointer;
	line-height:34px;
	color:#000000;
	font-weight:600;
	background:#ffffff;
	padding:13px 50px 13px 30px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.accordion-box .block .acc-btn.active{
	
}
.accordion-box .block .icon-outer{
	position:absolute;
	right:15px;
	top:15px;
	width:30px;
	height:30px;
	font-size:20px;
	color: #ffffff;
	border-radius:0px 8px 8px 0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.accordion-box .block .icon-outer .icon{
    position: absolute;
	right: 0px;
	width:30px;
	height:30px;
	color:#ffffff;
    font-size: 14px;
    text-align: center;
	line-height:30px;
	border-radius:0%;
	background-color:#468ff5;
}
.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}
.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	background-color:#002457;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}
.accordion-box .block .acc-content{
	position:relative;
	display:none;
}
.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}
.accordion-box .block .acc-content.current{
	display:block;	
}
.accordion-box .block .content{
	position:relative;
	font-size:16px;
	color:#777777;
	line-height:1.8em;
	padding:5px 35px 30px 30px;
}
.accordion-box .block .content .accordian-text{
	line-height:1.9em;
	font-size:16px;	
	color:#84858a;
	font-weight:600;
}
.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}
/*** 
====================================================================
	Faq Form Title
====================================================================
***/
.faq-form-section{
	position:relative;
	padding:110px 0px 60px;
}
.faq-form-section .right-pattern{
	position:absolute;
	right:0px;
	top:0px;
	width:236px;
	height:268px;
	z-index:-1;
	background-repeat:no-repeat;
}
.faq-form-section .image-column{
	position:relative;
	margin-bottom:40px;
}
.faq-form-section .image-column .inner-column{
	position:relative;
	margin-left:-100px;
}
.faq-form-section .form-column{
	position:relative;
	margin-bottom:40px;
}
.faq-form-section .form-column .inner-column{
	position:relative;
	padding-left:40px;
}
.default-form .form-group{
	position:relative;
	margin-bottom:30px;
}
.default-form .form-group:last-child{
	margin-bottom:0px;
}
.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 30px;
	color:#000000;
	height:60px;
	font-size:14px;
	background:none;
	font-weight:400;
	border-radius:6px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder{
	color:#777777;
}
.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus{
	
}
.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 25px;
	color:#000000;
	height:180px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	resize:none;
	font-size:14px;
	font-weight:400;
	border-radius:6px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.default-form .form-group .theme-btn{
	cursor:pointer;
	background:none;
}
.default-form.contact-form .form-group{
	margin-bottom:20px;
}
.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;	
}
/*** 
====================================================================
	Price Page Title
====================================================================
***/
.price-page-section{
	position:relative;
	padding:90px 0px 80px;
}
/*** 
====================================================================
	Team Page Title
====================================================================
***/
.team-page-section{
	position:relative;
	padding:90px 0px 0px;
}
/*** 
====================================================================
	Testimonial Page Title
====================================================================
***/
.testimonial-page-section{
	position:relative;
	padding:90px 0px 0px;
}
.testimonial-page-section .testimonial-block{
	margin-bottom:40px;
}
/*Comming Soon*/
.comming-soon{
	position:fixed;
	width:100%;
	height:100%;
	display:block;
	overflow-y:auto;
	background-size:cover;
	background-color:#468ff5;
}
.comming-soon .icon-one{
	position:absolute;
	left:5%;
	top:18%;
	width:100px;
	height:122px;
	background-repeat:no-repeat;
}
.comming-soon .icon-two{
	position:absolute;
	left:25%;
	top:28%;
	width:78px;
	height:79px;
	background-repeat:no-repeat;
}
.comming-soon .icon-three{
	position:absolute;
	left:-2%;
	top:78%;
	width:62px;
	height:61px;
	background-repeat:no-repeat;
}
.comming-soon .icon-four{
	position:absolute;
	left:10%;
	top:70%;
	width:69px;
	height:95px;
	background-repeat:no-repeat;
}
.comming-soon .icon-five{
	position:absolute;
	left:55%;
	top:85%;
	width:24px;
	height:24px;
	background-repeat:no-repeat;
}
.comming-soon .icon-six{
	position:absolute;
	left:75%;
	top:70%;
	width:31px;
	height:31px;
	background-repeat:no-repeat;
}
.comming-soon .icon-seven{
	position:absolute;
	left:90%;
	top:40%;
	width:65px;
	height:61px;
	background-repeat:no-repeat;
}
.comming-soon .content{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align:center;
    vertical-align: middle;
}
.comming-soon .content .content-inner{
	position: relative;
	padding: 50px 15px;
    display: table-cell;
    vertical-align: middle;
}
.comming-soon .content .content-inner .miss{
	position:relative;
	margin-top:60px;
	color:#ffffff;
	font-size:20px;
	margin-bottom:25px;
}
.comming-soon .content .content-inner .logo{
	position: relative;
	margin-bottom:40px;
}
.comming-soon .content .content-inner h1{
	position:relative;
	color:#ffffff;
	font-size:90px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:30px;
	text-transform:uppercase;
}
.comming-soon .coming-form .form-group{
	position:relative;
	display:block;
	max-width:570px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
}
.comming-soon .coming-form .form-group input[type="text"],
.comming-soon .coming-form .form-group input[type="tel"],
.comming-soon .coming-form .form-group input[type="email"],
.comming-soon .coming-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:52px;
	font-size:16px;
	color:#ffffff;
	overflow:hidden;
	padding:10px 50px 10px 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;
	background:none;
	font-weight:400;
	border-radius:0px;
	text-transform:capitalize;
	border:1px solid #ffffff;
}
.comming-soon .coming-form .form-group input[type="submit"],
.comming-soon .coming-form button{
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
	border-radius:0px;
	padding:11px 56px 11px;
}
.comming-soon .coming-form .form-group textarea::-webkit-input-placeholder,
.comming-soon .coming-form .form-group input::-webkit-input-placeholder{
	color:#ffffff;
}
/*** 
====================================================================
	Countdown style
====================================================================
***/
.time-counters{
	position:relative;
}
.time-counters .time-countdowns{
	position:relative;
	display:inline-block;
	border-radius:0px;
	background-color:#002457;
}
.time-counters .time-countdowns .counter-column{
	position:relative;
	margin-left:20px;
	width:180px;
	height:140px;
	text-align:left;
	display:inline-block;
	padding:35px 0px 10px;
	color:#ffffff;
	font-size:18px;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	border-radius:8px;
	margin-bottom:25px;
}
.time-counters .time-countdowns .counter-column:before{
	position:absolute;
	content:':';
	right:-30px;
	top:45px;
	font-size:80px;
	font-weight:600;
}
.time-counters .time-countdowns .counter-column:last-child:before{
	display:none;
}
.time-counters .time-countdowns .counter-column .count{
	position:relative;
	display:block;
	font-size:66px;
	line-height:40px;
	padding:10px 10px;
	color:#ffffff;
	letter-spacing:1px;
	font-weight:600;
	margin-bottom:15px;
}
.comming-soon .social-box{
	position:relative;
	margin-top:50px;
}
.comming-soon .social-box a{
	position:relative;
	color:#ffffff;
	font-size:22px;
	margin:0px 5px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.comming-soon .social-box a:hover{
	opacity:0.8;
}
/*** 
====================================================================
	Shop Page Title
====================================================================
***/
.shop-page-section{
	position:relative;
	padding:90px 0px 100px;
}
.shop-page-section .styled-pagination{
	margin-top:30px;
}
/*** 
====================================================================
	Styled Pagination
====================================================================
***/
.styled-pagination{
	position:relative;
}
.styled-pagination li{
	position:relative;
	margin:0px 4px 5px;
	display:inline-block;
}
.styled-pagination li a,
.styled-pagination li > span{
	position:relative;
	width:40px;
	height:40px;
	color:#03382e;
	font-size:14px;
	font-weight:500;
	line-height:40px;
	text-align:center;
	border-radius:3px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.styled-pagination li.active a,
.styled-pagination li:hover a,
.styled-pagination li > span{
	color:#ffffff;
	background-color:#2a76dc;
}
.styled-pagination li.prev a,
.styled-pagination li.next a{
	font-size:18px;
	font-weight:600;
}
/***
==================================================================
	Shop Single
==================================================================
***/
.shop-single{
	position: relative;
	padding: 100px 0px 100px;
}
.shop-single .basic-detail{
	position: relative;
}
.shop-single .image-column .prod-tabs{
	position: relative;
	margin-right: -30px;
}
.shop-single .prod-tabs .tab-buttons{
    height: 100%;
	width:150px;
	overflow: auto;
	margin-right: 30px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-right:5px;
}
/* width */
.shop-single .prod-tabs .tab-buttons::-webkit-scrollbar {
  width: 6px;
}
/* Track */
.shop-single .prod-tabs .tab-buttons::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.shop-single .prod-tabs .tab-buttons::-webkit-scrollbar-thumb {
  background: #2a76dc; 
}
/* Handle on hover */
.shop-single .prod-tabs .tab-buttons::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.shop-single .prod-tabs .tab-buttons .thumb{
	position: relative;
	margin-bottom: 4px;
	text-align:center;
	cursor:pointer;
	background-color:#f8f6f6;
}
.shop-single .prod-tabs .tab-buttons .tab-btn:last-child .thumb{
	margin-bottom: 0 !important;
}
.shop-single .prod-tabs .tab-buttons .mCSB_scrollTools{
	opacity: 0 !important;
	visibility: hidden !important;
}
.shop-single .prod-tabs .tabs-content{
	float: left;
    width: 100%;
    padding-left: 160px;
}
.shop-single .tabs-content .image-box{
	position: relative;
	background-color:#f8f6f6;
}
.shop-single .tabs-content .image{
	position: relative;
	margin-bottom: 0px;
}
.shop-single .tabs-content .image img{
	display: block;
	width: 100%;
	height: auto;
}
.shop-single .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}
.shop-single .prod-tabs .tabs-content .tab.active-tab{
	display:block;
}
.shop-single .detail-colum{
	position: relative;
}
.shop-single .detail-colum .inner-column{
	position: relative;
	padding-left: 40px;
}
.shop-single .detail-colum .basic-detail{
	position: relative;
}
.shop-single .basic-detail h4{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 1.2em;
	color: #12114a;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.woocommerce .shop-single .basic-detail .price{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #2a76dc;
	font-weight: 500;
	margin-bottom: 25px;
}
.woocommerce  .shop-single .basic-detail .price del{
	color: #707070;
	margin-left: 20px;
}
.shop-single .basic-detail .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #707070;
	font-weight: 400;
	margin-bottom: 20px;
}
.shop-single .basic-detail .product-options{
	position: relative;
}
.shop-single .basic-detail .sku{
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight:400;
	color: #707070;
}
.shop-single .basic-detail .sku .sku_wrapper,
.shop-single .basic-detail .sku .posted_in{
	color: #000000;
	margin-bottom:10px;
	display:block;
}
.shop-single .basic-detail .sku .posted_in{
	margin-bottom:0px;
}
.shop-single .product-form{
	position: relative;
	margin-bottom: 20px;
}
.shop-single .product-form .form-group{
	position: relative;
	margin-bottom: 18px;
}
.shop-single .product-form .ui-selectmenu-button.ui-button:before{
	position: absolute;
	right: 21px;
	top: 10px;
	font-family: 'FontAwesome';
	border-radius: 10px;
	content: "\f103";
	color:#000000;
}
.shop-single .product-form .ui-selectmenu-button.ui-button,
.shop-single .product-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	height:45px;
	line-height:23px;
	padding:10px 20px;
	font-size:15px;
	color: #777777;
	font-weight:600;
	border-radius:0px;
	background-color: #f8f8f8;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	position: relative;
	display: block;
}
.shop-single .product-form .form-group .theme-btn{
	position: relative;
	float: left;
	cursor: pointer;
	background:none;
	margin-right:15px;
}
.shop-single .product-form .form-group .theme-btn:last-child{
	margin-right: 0;
}
.shop-single .product-form .form-group .wish-list{
	font-size: 15px;
	line-height: 30px;
	color: #464646;
	font-weight: 400;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 9px 65px;
}
.shop-single .product-form .form-group .wish-list:hover{
	background-color: #707070;
	color: #ffffff;
}
.shop-single .share-option{
	position: relative;
	margin-top: 30px;
	font-size: 15px;
	line-height: 1.2em;
	color: #656565;
	font-weight: 400;
}
.shop-single .share-option .social-links{
	position: relative;
}
.shop-single .share-option .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size:18px;
}
.shop-single .share-option .social-links li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	color: #707070;
	font-weight: 400;
	transition: all 300ms ease;
} 
.shop-single .share-option .social-links li a:hover{
	color: #2a76dc;
}
/***
====================================================================
		Product Tabs Style
====================================================================
***/
.product-info-tabs{
	position:relative;
	margin-bottom: 50px;
	padding: 30px 0 0;
}
.product-info-tabs .tab-btns{
	position:relative;
	z-index:1;
	border-bottom: 1px solid #cccccc;
}
.product-info-tabs .tab-btns .tab-btn{
	position:relative;
	float:left;
	font-size: 16px;
	line-height: 30px;
	color: #707070;
	font-weight: 600;
	padding: 10px 30px;
	border-bottom:2px solid transparent;
	margin-bottom: -1px;
	cursor: pointer;
	text-transform: uppercase;
}
.product-info-tabs .tab-btns .tab-btn.active-btn{
	border-bottom: 2px solid #2a76dc;
	color: #2a76dc;
}
.product-info-tabs .tabs-container{
	position:relative;
}
.product-info-tabs .tabs-container .tab{
	position:relative;
	padding:30px 0 0px;
	display:none;
}
.product-info-tabs .tabs-container .tab.active-tab{
	display:block;	
}
.product-info-tabs .tabs-container .tab p,
.product-info-tabs .tabs-container .tab h2,
.product-info-tabs .tabs-container .tab h3,
.product-info-tabs .tabs-container .tab h4,
.product-info-tabs .tabs-container .tab h5,
.product-info-tabs .tabs-container .tab h6{
	margin-bottom:15px;	
}
.product-info-tabs .tabs-container .tab h3{
	font-size:30px;
	font-weight:500;
	text-transform:uppercase;
	color:#36404b;
	margin-bottom:15px;
}
.product-info-tabs .tabs-container .tab h4{
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#222222;
	margin-bottom:15px;
}
.product-info-tabs p{
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #707070;
}
.product-info-tabs .list-style-three{
	position: relative;
}
.product-info-tabs .list-style-three li{
	position: relative;
	padding-left: 25px;
	font-size: 14px;
	line-height: 28px;
	color: #707070;
}
.product-info-tabs .list-style-three li:before{
	position: absolute;
	left: 0;
	top: 8px;
	height: 12px;
	width: 12px;
	border: 2px solid #6b6b6b;
	content: "";
	border-radius: 10px;
}
.product-info-tabs .list-style-three li a{
	color: #707070;
}
.product-info-tabs .reviews-container{
	position:relative;	
}
.product-info-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:20px;
	min-height:110px;
}
.product-info-tabs .reviews-container .review-box.reply{
	margin-left: 100px;
}
.product-info-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:20px;
	top:20px;
	width:70px;
	height:70px;
	margin-bottom:20px;
	background:#ffffff;
	z-index: 99;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.product-info-tabs .reviews-container .rev-thumb img{
	display:block;
	width:70px;
	height:70px;
}
.product-info-tabs .reviews-container .rev-content{
	position:relative;
	padding:20px;
	padding-left: 120px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}
.product-info-tabs .reviews-container .rating{
	color:#2a76dc;
	font-size:16px;
	line-height: 15px;
	margin-bottom: 8px;
}
.product-info-tabs .reviews-container .rating .fa{
	display: inline-block;
}
.product-info-tabs .reviews-container .rev-info{
	margin-top: -5px;
	letter-spacing:1px;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 500;
	margin-bottom: 8px;
}
.product-info-tabs .reviews-container .rev-info span{
	display: inline-block;
	color: #222222;
	font-size:16px;
	margin-right: 25px;
	font-weight: 500;
}
.product-info-tabs .reviews-container .rev-text{
	position: relative;
}
.product-info-tabs .reviews-container .rev-text p{
	font-size:13px;
	color: #666666;
	line-height: 24px;
	margin: 0;
}
.product-info-tabs .add-review{
	position:relative;
	margin:30px 0px 0px;
	font-size:14px;
}
.product-info-tabs .add-review .rating{
	position:relative;
	padding-top:8px;	
}
.product-info-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#555555;	
}
.product-info-tabs .add-review .rating .rate-box:hover,
.product-info-tabs .add-review .rating .rate-box:focus,
.product-info-tabs .add-review .rating .rate-box:active{
	color:#4b1ece;	
}
.product-info-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;	
}
.product-info-tabs .add-review h3{
	margin-bottom:20px;	
}
.product-info-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px;	
}
.product-info-tabs .add-review .form-group input[type="text"],
.product-info-tabs .add-review .form-group input[type="password"],
.product-info-tabs .add-review .form-group input[type="tel"],
.product-info-tabs .add-review .form-group input[type="email"],
.product-info-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.product-info-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:150px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.product-info-tabs .add-review .form-group textarea:focus,
.product-info-tabs .add-review .form-group input:focus,
.product-info-tabs .add-review .form-group select:focus{
	border-color: #4b1ece;
}
.product-info-tabs .add-review .form-group button{
	font-weight: 500;
	padding: 22px 35px;
}
.product-info-tabs .video-box{
	position: relative;
}
.product-info-tabs .video-box .image{
	position: relative;
	margin-bottom: 0;
}
.product-info-tabs .video-box img{
	display: block;
	width: 100%;
	height: auto;
}
.product-info-tabs .video-box .link-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.product-info-tabs .video-box .link-box .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.product-info-tabs .video-box .link-box .link:hover{
	background-color: rgba(0,0,0,0.30);
}
.product-info-tabs .video-box .link-box .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	width: 100px;
	font-size: 70px;
	line-height: 100px;
	color: #ffffff;
	text-align: center;
	margin-top: -50px;
	margin-left: -50px;
}
/*=== Tags ===*/
.product-info-tabs .tag-list{
	position: relative;
	display: block;
}
.product-info-tabs .tag-list li{
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
} 
.product-info-tabs .tag-list li a{
	position: relative;
    display: block;
    font-size: 15px;
    color: #707070;
    line-height: 27px;
    padding: 5px 27px;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #d9ddd7;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-info-tabs .tag-list li a:hover{
	border-color: #2a76dc;
	background-color: #2a76dc;
	color: #ffffff;
}
.product-info-tabs .video-box{
	position: relative;
}
.product-info-tabs .video-box .image{
	position: relative;
	margin-bottom: 0;
}
.product-info-tabs .video-box img{
	display: block;
	width: 100%;
	height: auto;
}
.product-info-tabs .video-box .link-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.product-info-tabs .video-box .link-box .link{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.product-info-tabs .video-box .link-box .link:hover{
	background-color: rgba(0,0,0,0.30);
}
.product-info-tabs .video-box .link-box .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	width: 100px;
	font-size: 70px;
	line-height: 100px;
	color: #ffffff;
	text-align: center;
	margin-top: -50px;
	margin-left: -50px;
}
/*Comment Form*/
.shop-comment-form{
	position:relative;
	margin-top:60px;
}
.shop-comment-form h2{
	position:relative;
	color:#252525;
	font-size:30px;
	font-weight:700;
	margin-bottom:10px !important;
}
.shop-comment-form .mail-text{
	position:relative;
	color:#777777;
	font-size:16px;
	margin-bottom:15px;
}
.shop-comment-form .mail-text span{
	color: #2a76dc;
}
.shop-comment-form .group-title{
	margin-bottom:20px;
}
.shop-comment-form .rating-box{
	position:relative;
	margin-bottom:20px;
}
.shop-comment-form .rating-box .text{
	position:relative;
	font-size:16px;
	font-weight: 400;
	color:#222222;
	margin-bottom:15px;
}
.shop-comment-form .rating-box .rating{
	position:relative;
	display:inline-block;
}
.shop-comment-form .rating-box .rating .fa{
	position:relative;
	display:inline-block;
}
.shop-comment-form .rating-box .rating a{
	position:relative;
	color:#2a76dc;
	font-size:18px;
	display:inline-block;
}
.shop-comment-form .rating-box .rating a:hover{
	color:#222222;
}
.shop-comment-form .form-group{
	position:relative;
	margin-bottom:20px;
}
.shop-comment-form .form-group label{
	position:relative;
	color:#333333;
	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 #dddddd;
	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:#2a76dc;
}
.shop-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	color:#848484;
	border:1px solid #dddddd;
	height:120px;
	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;
	font-weight:400;
	line-height: 30px;
	padding: 10px 35px;
	margin-top: 10px;
	background-color: #222222;
	border-color: #222222;
	color: #ffffff;
	border: 0;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 16px;
}
.shop-comment-form button:hover{
	background-color: #4b1ece;
}
.related-products{
	position:relative;
	margin-top:66px;
}
.related-products .title-box{
	position:relative;
	margin-bottom:40px;
}
.related-products .title-box h3{
	position:relative;
	color:#000000;
	line-height:1.3em;
	padding-bottom:25px;
	font-weight:700;
}
.related-products .title-box h3:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:50px;
	background-color:#000000;
}
/*** 
====================================================================
	Cart Section style
====================================================================
***/
.cart-section{
	position:relative;
	padding:100px 0px 90px;
}
.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:#2a76dc;
	color:#ffffff;
	border:1px solid #ebebeb;
}
.cart-table thead tr th{
	line-height:24px;
	padding:13px 25px;
	font-weight:700;
	font-size:16px;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	border-right:1px solid #f0f0f0;
}
.cart-table thead tr th .fa{
	font-size:18px;	
}
.cart-table tbody tr td{
	line-height:24px;
	padding:25px 25px 20px;
}
.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:100px;	
}
.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;
}
.cart-table tbody tr .sub-total.price{
}
.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:18px;
	line-height:30px;
}
.cart-table tbody tr .remove-btn:hover{
	color:#2a76dc;
}
.cart-table tbody tr{
	border-bottom:1px solid #f0f0f0;	
}
.cart-table tbody tr td{
	vertical-align:middle;
	color:#797979;
	font-size:17px;
	text-align:center;
	border-left:1px solid #f0f0f0;
}
.cart-table tbody tr td.prod-column{
	padding-left:48px;
}
.cart-table tbody tr td.total{
	font-size:18px;
	color:#333333;
}
.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:16px;
	color:#333333;
	font-weight:400;
}
.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:50px;
	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:20px 0px 10px;
	margin-bottom:30px;
	border-top:0px;
}
.cart-section .apply-coupon{
	position:relative;
}
.cart-section .cart-options .cart-btn{
	background:none;
}
.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:30px;	
}
.cart-section .apply-coupon .form-group button{
	background:none;
}
.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:15px;
	padding:8px 20px;
	border:1px solid #f0f0f0;
	width:225px;
	height:55px;
	background:#ffffff;
}
.cart-section .coupon-btn{
    padding:10px 39px 10px;
    line-height: 24px;
	font-size:13px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
	background-color:#2a76dc;
}
.cart-section .cart-options .btn-style-one{
	top:-7px;
	padding-left:32px;
	padding-right:32px;
}
.cart-section .totals-table{
	position:relative;
	margin-bottom:20px;
	border:1px solid #f0f0f0;
}
.cart-section .totals-table li{
	line-height:24px;
	padding:14px 30px;
	border-bottom:1px solid #f0f0f0;	
}
.cart-section .totals-table li:first-child{
	
}
.cart-section .totals-table li h3{
	position:relative;
	font-weight:700;
	color:#333333;
	font-size:18px;
}
.cart-section .totals-table li:last-child{
	border-bottom:none;
	padding:50px 30px;
}
.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:24px;
	width:50%;
	color:#333333;
	font-size:16px;
	font-weight:700;
	text-transform:capitalize;
}
.cart-section .totals-table li .col:last-child{
	text-align:right;	
}
.cart-section .totals-table .total .price{
	color:#2a76dc;
	font-weight:600;
}
.cart-section .totals-table button{
	background:none;
}
.shipping-block{
	position:relative;
	margin-bottom:40px;
}
.shipping-block .inner-box{
	position:relative;
	padding:16px 20px 6px;
	border:1px solid #f0f0f0;
}
.shipping-block .inner-box h3{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
	text-transform:capitalize;
}
.shipping-block .inner-box h4{
	position:relative;
	color:#2a76dc;
	font-size:14px;
	font-weight:600;
	margin-bottom:15px;
	text-transform:capitalize;
}
.shipping-form{
	position:relative;
}
.shipping-form .form-group{
	position:relative;
	margin-bottom:15px;
}
.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:18px;
	padding:10px 20px;
	height:50px;
	font-size:14px;
	border:1px solid #f0f0f0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus{
	border-color:#2a76dc;
}
.shipping-form button{
	background:none;
}
/*** 
====================================================================
	CheckOut Sectioon
====================================================================
***/
.checkout-page{
	position:relative;
	padding:100px 0px 100px;
}
.checkout-page .login-section{
	padding-top:0px;
	padding-bottom:0px;
}
.checkout-page .default-links{
	position:relative;
	margin-bottom:30px;	
}
.checkout-page .default-links li{
	line-height:24px;
	padding:14px 30px 18px;
	background:#333333;
	color:#ffffff;
	font-size:16px;
}
.checkout-page .default-links li .fa{
	position:relative;
	top:2px;
	margin-right:20px;
	font-size:24px;
	color:#2a76dc;
}
.checkout-page .default-links li a{
	color:#2a76dc;
}
.checkout-form{
	position:relative;
}
.checkout-form .checkout-title{
	position:relative;
}
.checkout-form .checkout-title h2{
	position:relative;
	color:#222222;
	font-size:30px;
	font-weight:700;
	margin-bottom:35px;
}
.checkout-form .form-group{
	position:relative;
	margin-bottom:5px;	
}
.checkout-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:6px;
	text-transform:capitalize;
	color:#222222;	
	font-size:16px;
	font-weight:400;
}
.checkout-form .form-group .field-label sup{
	top:-1px;
	font-size:16px;
}
.checkout-form .form-group .text{
	position:relative;
	color:#777777;
	font-size:15px;
	margin-bottom:5px;
}
.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:22px;
	padding:12px 15px;
	height:48px;
	margin-bottom:10px;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}
.checkout-form textarea{
	resize:none;
	height:60px !important;	
}
.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus{
	border-color:#2a76dc;	
}
.checkout-page .check-box{
	line-height:24px;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;	
}
.checkout-page .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:16px;
	cursor:pointer;
	color:#333333;
}
.checkout-page .lower-content{
	margin-top:30px;
}
.checkout-page .lower-content .order-column{
	margin-bottom:40px;
}
.checkout-page .lower-content .column h2{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:700;
	margin-bottom:30px;
}
.checkout-page .lower-content .column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background-color:#2a76dc;
}
/*Coupon Box*/
.coupon-box{
	position:relative;
	padding:35px 35px;
	margin-bottom:50px;
	background-color:#f8f6f6;
}
.coupon-form{
	position:relative;
}
.coupon-form .form-group{
	position:relative;
	margin-bottom:0px;
}
.coupon-form .form-group input[type="text"]{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:54px;
	font-size:14px;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.coupon-form .form-group input[type="text"]:focus{
	border-color:#2a76dc;
}
.coupon-form button{
	background:none;
}
.order-box{
	position:relative;
	margin-top:15px;
}
.order-box h2{
	position:relative;
	color:#333333;
	font-size:28px;
	font-weight:700;
	margin-bottom:20px;
}
.order-box .title-box{
	position:relative;
	padding:13px 30px;
	background-color:#333333;
}
.order-box .title-box .col{
	position:relative;
	width:50%;
	float:left;
	color:#ffffff;
	font-size:16px;
	font-weight:700;
}
.order-box ul{
	position:relative;
}
.order-box ul li{
	position:relative;
	padding:25px 30px;
	border-bottom:1px solid #cccccc;
}
.order-box ul li strong{
	color:#333333;
	font-weight:600;
	font-size:24px;
}
.order-box ul li span{
	width:50%;
	float:right;
	color:#2a76dc;
	font-size:18px;
	font-weight:600;
}
.order-box ul li span.free{
	color:#777777;
	font-size:16px;
}
.order-box ul li:last-child{
	border-bottom:none;
}
.payment-box{
	position:relative;
	margin-top:20px;
	background-color:#f8f6f6;
}
.payment-box .upper-box{
	position:relative;
	padding:15px 35px;
	border-bottom:1px solid #cccccc;
}
.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}
.payment-box .payment-options li{
	position:relative;
	margin-bottom:10px;	
}
.payment-box .payment-options li .radio-option{
	position:relative;		
}
.payment-box .payment-options li .radio-option label{
	position:relative;
	display:inline-block;
	padding-left:30px;
	font-weight:500 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#333333;
	cursor:pointer;
	font-size:18px;
}
.payment-box .payment-options li .radio-option label strong{
}
.payment-box .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}
.payment-box .payment-options li .radio-option label .small-text{
	position:relative;
	display:block;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:14px;
	color:#777777;
	line-height:1.8em;
	padding:15px 20px;
	margin-top:20px;
	background-color:#ededed;
}
.payment-box .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:30px;
	top:-13px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #ededed;
}
.payment-box .payment-options li .radio-option label img{
	position:relative;
	display:block;
	max-width:100%;
	padding-left:30px;	
	margin-top:20px;
}
.payment-box .payment-options li .radio-option .what-paypall{
	position:relative;
	display:block;
	color:#000000;
	font-size:16px;
	font-weight:600;
	margin-left:120px;
	margin-top:10px;
}
.payment-box .lower-box{
	position:relative;
	padding:15px 15px;
}
.payment-box .lower-box .btn-style-one{
    font-size: 18px;
    font-weight: 700;
    border-radius: 0px;
    padding: 8px 19px;
    text-transform: capitalize;
}
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:12px 10px;
	background:#f4f5f6;	
}
.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:1px;	
}
.bootstrap-touchspin .input-group-btn-vertical{
	position:absolute;
	right:20px;
	top:0px;
}
.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}
.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
	font-size: 18px;
	font-style:normal;
	font-family: 'FontAwesome';
}
.login-form{
	position:relative;
}
.login-form .form-group{
	position:relative;
	margin-bottom:30px;
}
.login-form .form-group label{
	position:relative;
	color:#333333;
	font-weight:400;
	font-size:16px;
}
.login-form .form-group.no-margin{
	margin-bottom:0px;
}
.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"],
.login-form .form-group input[type="tel"],
.login-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	font-size:14px;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.login-form .form-group input[type="text"]:focus,
.login-form .form-group input[type="password"]:focus,
.login-form .form-group input[type="tel"]:focus,
.login-form .form-group input[type="email"]:focus,
.login-form .form-group select:focus,
.login-form .form-group textarea:focus{
	border-color:#2a76dc;
}
.login-form button{
	background:none;
}
.login-form .psw{
	position:relative;
	color:#333333;
	font-size:16px;
}
/*** 
====================================================================
	Login Section
====================================================================
***/
.login-section{
	position:relative;
	padding:120px 0px 120px;
}
.login-section .login-box{
	position:relative;
	max-width:570px;
	margin:0 auto;
	padding:45px 40px 35px;
	background-color:#ffffff;
	box-shadow:0px 0px 30px rgba(0,0,0,0.05);
}
.login-section .login-box .title-box{
	position:relative;
	text-align:center;
	margin-bottom:32px;
}
.login-section .login-box .title-box h2{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Dosis', sans-serif;
}
.login-section .login-box .title-box .text{
	position:relative;
	color:#03382e;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-top:12px;
}
/* Styled Form */
.login-form-box{
	position:relative;
}
.login-form-box .form-group{
	position:relative;
	margin-bottom:25px;
}
.login-form-box .form-group .eye-icon{
	position:absolute;
	right:30px;
	top:54px;
	color:#222222;
	font-size:18px;
	z-index:1;
	opacity:0.5;
}
.login-form-box .form-group label{
	position:relative;
	color:#626262;
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
}
.login-form-box .form-group input{
	position:relative;
	height:55px;
	padding:6px 25px;
	width:100%;
	color:#222222;
	font-size:16px;
	border-radius:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 0px 18px rgba(0,0,0,0.10);
}
.login-form-box .form-group input:focus{
	border-color:#2a76dc;
}
.login-form-box .form-group textarea{
	position:relative;
	height:150px;
	width:100%;
	resize:none;
	padding:15px 15px;
	border-radius:50px;
	border:1px solid #f2f2f2;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.login-form-box .form-group .users{
	position:relative;
	color:#626262;
	font-size:16px;
	text-align:center;
}
.login-form-box .form-group .users a{
	position:relative;
	color:#2a76dc;
	font-weight:600;
	text-decoration:underline;
}
/* CheckBox */
.login-form-box .form-group .check-box{
	position:relative;
	margin-bottom:3px;
	margin-top:7px;
}
.login-form-box .form-group .check-box label{
	color:#2b2b2b;
}
.login-form-box .form-group .check-box label{
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 4px 10px 0px;
	padding-left: 25px;
	background: #ffffff;
	font-size: 16px;
	font-weight: 400;
	color: #626262;
	cursor: pointer;
	margin-bottom: 0;
	-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;
}
.login-form-box .form-group .check-box input[type="checkbox"]:checked + label{
	border-color: #2a76dc;
}
.login-form-box .form-group .form-group .check-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}
.login-form-box .form-group .check-box label:before{
	position: absolute;
	left: 0;
	top: 6px;
	height:15px;
	width: 15px;
	background: #ffffff;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid #2a76dc;
}
.login-form-box .form-group .check-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}
.login-form-box .form-group .check-box input[type="checkbox"] {
	display: none;
}
.login-form-box .form-group .check-box input[type="checkbox"]:checked + label:before{
	border: 5px solid #2a76dc;
    background: #ffffff;
}
.login-form-box .form-group .check-box input[type="checkbox"]:checked + label:after {
	max-width: 20px;
	opacity: 1;	
}
/* Radio Box */
.login-form-box .form-group .radio-box{
	position:relative;
	margin-bottom:3px;
	margin-top:7px;
}
.login-form-box .form-group .radio-box label{
	font-family: 'Roboto Condensed' ;
	color:#2b2b2b;
}
.login-form-box .form-group .radio-box label{
	position: relative;
	display: block;
	height: 30px;
	width: 100%;
	line-height: 9px;
	padding: 4px 10px 0px;
	padding-left: 25px;
	background: #ffffff;
	font-size: 16px;
	font-weight: 400;
	color: #626262;
	cursor: pointer;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.login-form-box .form-group .radio-box input[type="radio"]:checked + label{
	border-color: #25a9e0;
}
.login-form-box .form-group .form-group .radio-box label {
    padding-left: 30px;
    padding-top: 1px;
    cursor: pointer;
}
.login-form-box .form-group .radio-box label:before{
	position: absolute;
	left: 0;
	top: 0;
	height:15px;
	width: 15px;
	background: #ffffff;
	content: "";
	border-radius: 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border:1px solid #2a76dc;
}
.login-form-box .form-group .radio-box label:after {
	position: absolute;
	left: 0px;
	top: 0;
	height: 15px;
	line-height: 15px;
	max-width: 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	overflow: hidden;
	background: transparent;
	text-align: center;
	font-family: 'FontAwesome';
	-webkit-transition: max-width 500ms ease;
	-moz-transition: max-width 500ms ease;
	-ms-transition: max-width 500ms ease;
	-o-transition: max-width 500ms ease;
	transition: max-width 500ms ease;
}
.login-form-box .form-group .radio-box input[type="radio"] {
	display: none;
}
.login-form-box .form-group .radio-box input[type="radio"]:checked + label:before{
	border: 5px solid #2a76dc;
    background: #ffffff;
}
.login-form-box .form-group .radio-box input[type="radio"]:checked + label:after {
	max-width: 20px;
	opacity: 1;	
}
.login-form-box .forgot{
	position:relative;
	font-weight:500;
	color:#626262;
	font-size:16px;
	margin-top:10px;
	display:inline-block;
	text-decoration:underline;
	font-family: 'Poppins', sans-serif;
}
.login-form-box .theme-btn{
	background:none;
}
/*** 
====================================================================
	Register Section
====================================================================
***/
.register-section{
	position:relative;
	padding:110px 0px 110px;
}
.register-section .register-box{
	position:relative;
	max-width:970px;
	margin:0 auto;
	padding:45px 40px 35px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.06);
}
.register-section .register-box .title-box{
	position:relative;
	text-align:center;
	margin-bottom:32px;
}
.register-section .register-box .title-box h2{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.3em;
}
.register-section .register-box .title-box .text{
	position:relative;
	color:#03382e;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-top:12px;
}
/*** 
====================================================================
	Contact Page Section
====================================================================
***/
.contact-page-section{
	position:relative;
	padding:95px 0px 60px;
}
.contact-page-section .info-column{
	position:relative;
	margin-bottom:40px;
}
.contact-page-section .info-column .sec-title{
	margin-bottom:30px;
}
.contact-page-section .info-column .sec-title h2{
	font-size:34px;
	font-weight:700;
}
.contact-page-section .info-column .inner-column{
	position:relative;
}
.contact-page-section .form-column{
	position:relative;
	margin-bottom:40px;
}
.contact-page-section .form-column .inner-column{
	position:relative;
}
.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 Map Section
==================================================================
***/
.contact-map-section{
	position: relative;
	padding-top:0px;
}
.contact-map-section iframe{
	height:550px;
	width:100%;
}
/*** 
====================================================================
	Contact Page Section
====================================================================
***/
.contact-page-section-two{
	position:relative;
	padding:95px 0px 0px;
}
.contact-page-section-two h2{
	font-size:36px;
}
.contact-page-section-two .form-column{
	position:relative;
}
.contact-page-section-two .form-column .inner-column{
	position:relative;
}
.contact-page-section-two .info-column{
	position:relative;
}
.contact-page-section-two .info-column .inner-column{
	position:relative;
	margin-left:80px;
	padding:35px 35px;
	border-radius:5px;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}
.contact-page-section-two .info-column ul{
	position:relative;
}
.contact-page-section-two .info-column ul li{
	position:relative;
	color:#777777;
	font-size:16px;
	padding-left:115px;
	margin-bottom:65px;
	min-height:84px;
	padding-top:15px;
}
.contact-page-section-two .info-column ul li:last-child{
	margin-right:0px;
}
.contact-page-section-two .info-column ul li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:84px;
	font-weight:300;
	font-size:36px;
	line-height:80px;
	color:#1b46ff;
	text-align:center;
	border-radius:50px;
	border:2px solid #1b46ff;
}
.contact-page-section-two .info-column ul li:nth-child(2) .icon{
	color:#ffa31f;
	border-color:#ffa31f;
}
.contact-page-section-two .info-column ul li:nth-child(3) .icon{
	color:#008e92;
	border-color:#008e92;
}
.contact-page-section-two .info-column ul li strong{
	position:relative;
	font-weight:700;
	font-size:18px;
	display:block;
	color:#222222;
	margin-bottom:6px;
	text-transform:uppercase;
}
/*** 
====================================================================
	Contact Page Section Three
====================================================================
***/
.contact-page-section-three{
	position:relative;
	padding:100px 0px 90px;
}
.contact-page-section-three .contact-form{
	max-width:1000px;
	margin:0 auto;
}
.contact-page-section-three .info-column{
	position:relative;
	margin-bottom:40px;
}
.contact-page-section-three .info-column .sec-title{
	margin-bottom:30px;
}
.contact-page-section-three .info-column .sec-title h2{
	font-size:34px;
	font-weight:700;
}
.contact-page-section-three .info-column .inner-column{
	position:relative;
}
.contact-page-section-three .form-column{
	position:relative;
	margin-bottom:40px;
}
.contact-page-section-three .form-column .inner-column{
	position:relative;
}
/*** 
====================================================================
	Blog Page Section
====================================================================
***/
.blog-page-section{
	position:relative;
	padding:100px 0px 100px;
}
/*** 
====================================================================
	Blog Page Section
====================================================================
***/
.blog-classic-section{
	position:relative;
	padding:100px 0px 100px;
}
.blog-classic-section .inner-container,
.sidebar-page-container .inner-container{
	position:relative;
	max-width:1000px;
	margin:0 auto;
}
/*** 
====================================================================
	Sidebar Page Container
====================================================================
***/
.sidebar-page-container{
	position:relative;
	padding:100px 0px 80px;
}
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}
.sidebar-widget{
	margin-bottom:40px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
	padding:30px;
}
.sidebar-widget.widget_oswo_about_author{
	padding:0px;
	box-shadow:none;
}
.sidebar-widget.widget_oswo_our_projects{
	padding-bottom:10px;
}
/*Sidebar Title*/
.sidebar-title{
    position: relative;
	padding:14px 20px;
	display:block;
	margin-bottom:30px;
	border-radius:8px;
	background-color:#eef1f9;
}
.sidebar-title h4{
    color: #2b2b2b;
    font-weight: 600;
	font-size:20px;
    line-height: 1.2em;
    text-transform: capitalize;
}
/*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 30px;
	background:#eef1f9;
	display:block;
	font-size:15px;
	width:100%;
	height:48px;
	color:#000000;
	font-weight:400;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.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:5px;
	top:6px;
	height:36px;
	width:36px;
	display:block;
	font-size:14px;
	color:#ffffff;
	cursor:pointer;
	line-height:34px;
	border-radius:50px;
	line-height:100%;
	font-weight:normal;
	background-color:#1b46ff;
}
/* Post Widget */
.popular-posts .post,
.footer-widget .post{
	position:relative;
	font-size:14px;
	color:#666666;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #e1e1e1;
}
.footer-widget .post{
	border-bottom:none;
	padding-bottom:0px;
}
.popular-posts .post:last-child,
.footer-widget .post:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:none;
}
.popular-posts .post .post-inner,
.footer-widget .post .post-inner{
	position:relative;
	padding-left:100px;
}
.footer-widget .post .post-inner{
	padding-left:80px;
}
.popular-posts .post .post-thumb,
.footer-widget .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:80px;
	 height:80px;
	 background-size: cover;
     background-position: center center;
	 background-repeat:no-repeat;
}
.footer-widget .post .post-thumb{
	width:60px;
	height:60px;
	top:3px;
}
.popular-posts .post .post-thumb img,
.footer-widget .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;
}
.popular-posts .post .text,
.footer-widget .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:0px 0px 3px;
	font-weight:500;
	color:#2b2b2b;
	line-height:1.2em;
	text-transform:capitalize;
}
.footer-widget .post .text{
	line-height:1.3em;
}
.popular-posts .post .text a,
.footer-widget .post .text a{
	color:#2b2b2b;
	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;
}
.footer-widget .post .text a{
	color:#ffffff;
}
.popular-posts .post a:hover{
	color:#1b46ff;
}
.footer-widget .post a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.footer-widget .post .post-info{
	color:rgba(255,255,255,0.6);
}
.popular-posts .title{
	position:relative;
	font-size:14px;
	color:#5a5a5a;
	font-weight:400;
}
.popular-posts .learn-more{
	position:relative;
	font-size:16px;
	color:#1b46ff;
	font-weight:500;
}
/* Author Widget */
.author-widget{
	position:relative;
}
.author-widget .widget-content{
	position:relative;
	text-align:center;
	padding:45px 40px 40px;
	border-radius:10px;
	background-size:cover;
}
.author-widget .widget-content .image{
	position:relative;
	width:140px;
	height:140px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
	box-shadow:0px 10px 15px rgba(0,0,0,0.40);
}
.author-widget .widget-content .name{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-size:24px;
	margin-top:50px;
}
.author-widget .widget-content .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
	margin-top:20px;
	margin-bottom:25px;
}
.author-widget .widget-content .social-box{
	position:relative;
}
.author-widget .widget-content .social-box li{
	position:relative;
	margin:0px 2px;
	display:inline-block;
}
.author-widget .widget-content .social-box li a{
	position:relative;
	width:30px;
	height:30px;
	line-height:26px;
	text-align:center;
	display:block;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.author-widget .widget-content .social-box li a:hover{
	opacity:0.8;
}
/* Instagram Widget */
.instagram-widget .widget-content{
	position:relative;
}
.instagram-widget .widget-content .row{
	margin-left:-5px;
	margin-right:-5px;
}
.instagram-widget .post-thumb{
	 position:relative;
	 border-radius:4px;
	 overflow:hidden;
	 margin-bottom:10px !important;
	 padding-left:5px;
	 padding-right:5px;
}
.instagram-widget .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 5px;
    top: 0px;
    width: 90%;
    height: 100%;
    display: block;
    color: #ffffff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    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-color: rgba(27,70,255,0.40);
}
.instagram-widget .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}
.instagram-widget .post-thumb:hover .overlay-box{
	opacity:1;
}
.instagram-widget .post-thumb img{
	display:block;
	width:100%;
	border-radius:4px;
	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;
}
/* Categories Widget */
.categories-widget .widget-content{
	position:relative;
	padding:25px 30px;
	border-radius:8px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.sidebar-widget ul{
	position:relative;
}
.sidebar-widget ul li{
	position:relative;
	padding-left:22px;
	margin-bottom:8px;
}
.sidebar-widget ul li:last-child{
	margin-bottom:0px;
}
.sidebar-widget ul li ul li{
	margin-bottom:0px;
	margin-top:8px;
}
.sidebar-widget ul li:before{
	position:absolute;
	content:'';
	left:0px;
	top:8px;
	width:8px;
	height:8px;
	border-radius:50px;
	border:2px solid #1b46ff;
}
.sidebar-widget ul li a{
	position:relative;
	color:#2b2b2b;
	font-size:16px;
	font-weight:500;
	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-widget ul li a:hover{
	color:#1b46ff;
}
/* Tags */
.tags-widget .widget-content{
	position:relative;
	padding:25px 30px;
	border-radius:8px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.tags-widget ul{
	position:relative;
}
.tags-widget ul li{
	position:relative;
	padding-left:22px;
	margin-bottom:12px;
	margin-right:20px;
	display:inline-block;
}
.tags-widget ul li:before{
	position:absolute;
	content:'';
	left:0px;
	top:8px;
	width:8px;
	height:8px;
	border-radius:50px;
	border:2px solid #1b46ff;
}
.tags-widget ul li a{
	position:relative;
	color:#2b2b2b;
	font-size:16px;
	font-weight:500;
	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;
}
.tags-widget ul li a:hover{
	color:#1b46ff;
}
.news-single{
	position:relative;
}
.news-single .inner-box{
	position:relative;
}
.news-single .inner-box .image{
	position:relative;
}
.news-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.news-single .inner-box .lower-content{
	position:relative;
	padding-top:28px;
}
.news-single .inner-box .lower-content h3{
	position:relative;
	color:#414857;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:15px;
}
.news-single .inner-box .lower-content .post-meta{
	position:relative;
}
.news-single .inner-box .lower-content .post-meta li{
	position:relative;
	color:#414857;
	font-size:13px;
	font-weight:400;
	padding-right:10px;
	margin-right:10px;
	display:inline-block;
}
.news-single .inner-box .lower-content .post-meta li:before{
	position:absolute;
	content:'/';
	right:-4px;
	top:0px;
	font-size:10px;
	color:#000000;
}
.news-single .inner-box .lower-content .post-meta li span{
	color:#577feb;
}
.news-single .inner-box .lower-content .post-meta li:last-child::before{
	display:none;
}
.news-single .inner-box .lower-content .text{
	position:relative;
}
.news-single .inner-box .lower-content .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}
.news-single .inner-box .lower-content .text blockquote{
	position:relative;
	padding:0px;
	border:0px;
	padding-left:70px;
	margin-top:40px;
	margin-bottom:60px;
}
.news-single .inner-box .lower-content .text blockquote.alternate{
	margin-bottom:30px;
}
.news-single .inner-box .lower-content .text blockquote .quote-icon{
	position:absolute;
	content:'';
	left:0px;
	top:-20px;
	color:#cacaca;
	font-size:44px;
	line-height:1em;
}
.news-single .inner-box .lower-content .text blockquote .text{
	position:relative;
	color:#414857;
	font-size:18px;
	font-style:italic;
	line-height:1.5em;
	padding-top:22px;
	border-top:1px solid #e6e6e6;
}
.news-single .inner-box .lower-content .text .big-image{
	position:relative;
	margin-top:50px;
	margin-bottom:32px;
}
.news-single .inner-box .lower-content .text p span{
	font-style:italic;
	color:#414857;
}
.news-single .inner-box .lower-content .text h3{
	position:relative;
	color:#414857;
	font-size:20px;
	font-weight:700;
	margin:25px 0px 15px;
}
.news-single .inner-box .lower-content .text .image-column{
	position:relative;
	margin-bottom:35px;
}
.news-single .inner-box .lower-content .tags{
	position:relative;
}
.news-single .inner-box .lower-content .tags a{
	position:relative;
	color:#ffffff;
	background:#25aee4;
	padding:3px 10px;
	font-size:14px;
	font-weight:500;
	margin-right:10px;
}
.news-single .inner-box .lower-content .post-share-options{
	position:relative;
	padding:18px 20px;
	margin-top:28px;
	border:1px solid #e4e4e4;
}
.news-single .inner-box .lower-content .post-share-options .share{
	position:relative;
	color:#a5a5a5;
	font-size:15px;
	font-weight:400;
}
.news-single .news-block .image .owl-nav{
	position:absolute;
	height:0px;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}
.news-single .news-block .image .owl-nav .owl-prev{
	position:relative;
	width:28px;
	height:78px;
	line-height:78px;
	text-align:center;
	font-size:20px;
	display:inline-block;
	background-color:rgba(255,255,255,0.80);
}
.news-single .news-block .image .owl-nav .owl-next{
	position:absolute;
	right:0px;
	float:right;
	width:28px;
	height:78px;
	font-size:20px;
	line-height:78px;
	text-align:center;
	display:inline-block;
	background-color:rgba(255,255,255,0.80);
}
/*Author Box*/
.author-box{
	position:relative;
	margin-top:70px;
}
.author-box .author-comment{
	position:relative;
}
.author-box .author-comment .inner-box{
	position:relative;
	padding-left:165px;
	min-height:165px;
}
.author-box .author-comment .inner-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:130px;
	overflow:hidden;
	margin-bottom:20px;
}
.author-box .author-comment .inner-box h3{
	position:relative;
	color:#414857;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.author-box .author-comment .inner-box .text{
	position:relative;
	color:#888888;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:15px;
}
/*** 
====================================================================
	Comments Area
====================================================================
 ***/
.sidebar-page-container .comments-area{
	position:relative;
	margin-top:70px;
}
.sidebar-page-container .group-title{
	position:relative;
}
.sidebar-page-container .group-title h2{
	position:relative;
	font-size:24px;
	color:#222222;
	font-weight:700;
	text-transform:capitalize;
}
.sidebar-page-container .group-title h3{
	position:relative;
	font-size:24px;
	color:#222222;
	font-weight:700;
	margin-bottom:50px;
	text-transform:capitalize;
}
.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:40px;
	-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 > .os-comment-item:last-child .comment-box{
	margin-bottom:0px;
}
.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 30px 110px;
	font-size:14px;
	border-bottom:1px solid #f5f5f5;
}
.sidebar-page-container .comments-area .reply-comment{
	margin-left:120px;	
}
.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	border-radius:50%;
	margin-bottom:20px;
	overflow:hidden;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}
.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
}
.sidebar-page-container .comments-area .comment-box strong{
	font-size:17px;
	font-weight:600;
	color:#414857;
	display:block;
	line-height:1.3em;
	text-transform:capitalize;
}
.sidebar-page-container .comments-area .comment-box .text{
	color:#888888;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:0px;
}
.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:12px;
	color:#888888;
}
.sidebar-page-container .comments-area .comment-box .theme-btn.reply-btn{
	position:absolute;
	right:0px;
	top:0px;
	padding:0px 22px;
	font-size:13px;
	color:#888888;
	font-weight:400;
	border:2px  solid #f6f7f7;
	text-transform:capitalize;
	background-color:#f6f7f7;
}
.sidebar-page-container .comments-area .comment-box .theme-btn.reply-btn:hover{
	background:#1b46ff;
	color:#ffffff;
	border-color:#1b46ff;
}
/*** 
====================================================================
	Comment Form
====================================================================
 ***/
.comment-form .group-title{
	position:relative;
	margin-bottom:20px;	
}
.comment-form .form-group{
	margin-bottom:30px;
}
.comment-form .form-group:last-child{
	margin-bottom:0px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 18px;
	color:#888888;
	border:1px solid #ececec;
	height:50px;
	font-size:13px;
	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;
}
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#222222;
}
.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 18px;
	color:#888888;
	border:1px solid #ececec;
	height:180px;
	background:#ffffff;
	resize:none;
	font-size:13px;
	-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 button{
	padding:14px 34px;
	background:none;
}
.comment-form button .fa{
	margin-left:5px;
}
/*Related Posts*/
.related-posts{
	position:relative;
	padding-bottom:10px;
	margin-bottom:60px;
	border-bottom:1px solid #dbdbdb;
}
.related-posts .related-title{
	position:relative;
	text-align:center;
	margin-bottom:45px;
}
.related-posts .related-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:15px;
	width:100%;
	height:1px;
	background-color:#d6d6d6;
}
.related-posts .related-title h2{
	position:relative;
	color:#414857;
	font-size:20px;
	font-weight:600;
	padding:0px 35px;
	display:inline-block;
	background-color:#ffffff;
}
/*Error Section*/
.error-section{
	position:relative;
	padding:110px 0px 110px;
}
.error-section .content{
	position:relative;
	text-align:center;
}
.error-section h1{
	position:relative;
	color:#222222;
	font-size:180px;
	font-weight:600;
	line-height:1em;
	margin-bottom:10px;
	font-family: 'Dosis', sans-serif;
}
.error-section h2{
	position:relative;
	color:#222222;
	font-size:50px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:10px;
	font-family: 'Dosis', sans-serif;
}
.error-section .text{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:300;
	margin-top:20px;
	margin-bottom:30px;
}
/*** 
====================================================================
	Banner Section Two
====================================================================
***/
.banner-section-two{
	position:relative;
	overflow:hidden;
	padding-top:220px;
	padding-bottom:320px;
	background-color:#0b54fd;
}
.banner-section-two .patern-layer-one{
	position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.waves {
  position: absolute;
  left:0px;
  bottom:0px;
  width: 100%;
  height: 15vh;
  margin-bottom: -8px;
  min-height: 100px;
  max-height: 150px; }
.waves .content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white; 
 }
 
.banner-section-two .content{
	position:relative;
	text-align:center;
}
.banner-section-two .content h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
	text-transform:uppercase;
}
.banner-section-two .content .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.9em;
	margin-top:15px;
	margin-bottom:40px;
}
.car-search-tab .prod-tabs{
	position:relative;
	z-index:1;
}
.car-search-tab .prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
	border-bottom:1px solid #eeeeee;
}
.car-search-tab .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	float:left;
	margin-right:1px;
	font-size:14px;
	color:#ffffff;
	border-top:3px solid #f0c579;
	text-transform:uppercase;
	font-weight:700;
	line-height:24px;
	cursor:pointer;
	background-color:#f0c579;
	padding:9px 27px 9px;
	transition:all 500ms ease;
}
.car-search-tab .prod-tabs .tab-btns .tab-btn:hover::after,
.car-search-tab .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-2px;
	width:100%;
	height:2px;
	background-color:#ffffff;
}
.car-search-tab .prod-tabs .tab-btns .tab-btn:hover,
.car-search-tab .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#232527;
	background:#ffffff;
}
.car-search-tab .prod-tabs .tabs-content{
	position:relative;
	padding:38px 30px 20px;
	border:1px solid #f9f9f9;
	background-color:#ffffff;
	border-top:0px;
}
.car-search-tab .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}
.car-search-tab .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}
/*Custom Select*/
.car-search-tab .form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:14px;
	font-style:normal;
	height:45px;
	padding:10px 18px;
	line-height:24px;
	color:#333333;
	border-radius:0px;
	border:1px solid #e5e5e5;
	background:#ffffff;
}
.car-search-tab .form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:0px;
	text-indent:0px;
	color:#333333;	
}
.car-search-tab .form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#333333;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}
.car-search-tab .ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}
.car-search-tab .ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}
.car-search-tab .ui-menu .ui-menu-item:last-child{
	border:none;	
}
.car-search-tab .ui-state-active,
.car-search-tab .ui-widget-content .ui-state-active{
	background:#f0c579;
	border-color:#f0c579;
}
.car-search-tab .ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}
.car-search-tab .ui-menu-item:hover{
	background-color:#17519d;
}
/*Car Search Form*/
.car-search-form .row{
	margin:0px -10px;
}
.car-search-form .column{
	padding:0px 10px;
}
.car-search-form .form-group{
    margin-bottom: 20px;
	padding:0px 10px;
}
.car-search-form input[type="text"],
.car-search-form input[type="email"],
.car-search-form input[type="password"],
.car-search-form select,
.car-search-form textarea{
	display:block;
	width:100%;
	height:45px;
	font-size:16px;
	color:#848484;
	line-height:30px;
	padding:10px 20px;
	font-weight:300;
	background-color:#f7f7f7;
	border:1px solid #f2f2f2;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.car-search-form input:focus,
.car-search-form select:focus,
.car-search-form textarea:focus{
	border-color:#ff6600;
}
.car-search-form textarea{
	height:150px;
	resize:none;
	padding:12px 25px;	
}
.car-search-form .search-btn{
	position: relative;
	width:100%;
	height:45px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background: #f0c579;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #f0c579;
}
.car-search-form .form-group .ui-selectmenu-button.ui-button{
	background-color:#f7f7f7;
}
.car-search-form .form-group .ui-selectmenu-button.ui-button:focus{
	background-color:#ffffff;
	border-color:#f0c579;
}
/*** 
====================================================================
	Car Services Section
====================================================================
***/
.car-services-section{
	position:relative;
}
.car-services-section .inner-container{
	position:relative;
	margin-top:-160px;
}
.car-services-block{
	position:relative;
	margin-bottom:40px;
}
.car-services-block .inner-box{
	position:relative;
	padding:35px 35px;
	border-radius:6px;
	background-color:#ffffff;
	box-shadow:0px 10px 15px rgba(0,0,0,0.08);
}
.car-services-block .inner-box .content{
	position:relative;
	padding-left:95px;
}
.car-services-block .inner-box .content .icon-box{
	position:absolute;
	left:0px;
	top:0px;
}
.car-services-block .inner-box .content h3{
	position:relative;
	font-weight:300;
	line-height:1.2em;
	margin-bottom:12px;
	text-transform:uppercase;
	text-transform:capitalize;
}
.car-services-block .inner-box .content h3 a{
	position:relative;
	color:#183b56;
}
.car-services-block .inner-box .content h3 span{
	position:relative;
	font-weight:700;
	display:block;
	text-transform:uppercase;
}
.car-services-block .inner-box .content .text{
	position:relative;
	color:#5a7184;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:20px;
}
/*** 
====================================================================
	Car Featured Section
====================================================================
***/
.car-featured-section{
	position:relative;
	padding-top:80px;
	padding-bottom:80px;
}
.car-feature-block{
	position:relative;
}
.car-feature-block .inner-box{
	position:relative;
	border-radius:5px;
	padding:35px 28px 35px;
	border:1px solid #e5eaf4;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.car-feature-block .inner-box:hover{
	border:1px solid transparent;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.car-feature-block .inner-box .icon-box{
	position:relative;
	width:66px;
	height:66px;
	color:#1565d8;
	font-size:34px;
	line-height:66px;
	margin-bottom:20px;
	border-radius:5px;
	text-align:center;
	border:1px solid #e5eaf4;
}
.car-feature-block .inner-box .icon-box .icon{
	position:relative;
}
.car-feature-block .inner-box h4{
	position:relative;
	line-height:1.3em;
	font-weight:600;
	font-size:20px;
}
.car-feature-block .inner-box h4 a{
	position:relative;
	color:#183b56;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.car-feature-block .inner-box .text{
	position:relative;
	color:#5a7184;
	font-size:14px;
	line-height:1.9em;
	margin-top:10px;
	margin-bottom:12px;
}
.car-feature-block .inner-box .learn-more{
	position:relative;
	color:#1565d8;
	font-weight:600;
	font-size:16px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.car-feature-block .inner-box .learn-more span{
	position:relative;
	font-size:14px;
	margin-left:6px;
}
.car-feature-block .inner-box .learn-more:hover{
	color:#222222;
}
.car-feature-block .inner-box h4 a:hover{
	color:#1565d8;
}
.car-feature-block .inner-box .big-icon{
	position:absolute;
	right:0px;
	bottom:0px;
	opacity:0.1;
	color:#222222;
	font-size:70px;
	line-height:1em;
}
/*** 
====================================================================
	Client Section
====================================================================
 ***/
.car-client-section{
	position:relative;
	padding:110px 0px 80px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}
.car-client-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(35,38,40,0.90);
}
.car-client-section .title-column{
	position:relative;
	margin-bottom:25px;
}
.car-client-section .title-column .title-box{
	position:relative;
	margin-bottom:30px;
}
.car-client-section .title-column .title-box h3{
	position:relative;
	color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.car-client-section .title-column .title-box h3:before{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 55px;
    height: 2px;
    background-color: #ffffff;
}
.car-client-section .title-column .style-text{
	position:relative;
	color:#b0b0b0;
	font-size:18px;
	line-height:1.8em;
	font-style:italic;
	margin-bottom:20px;
}
.car-client-section .title-column .text{
	position:relative;
	color:#848484;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:25px;
}
.car-client-section .title-column .partners{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.car-client-section .title-column .partners .arrow{
	margin-left:5px;
}
.car-client-section .clients-box{
	position:relative;
}
.car-client-section .clients-box .client-box{
	position:relative;
	padding:0px;
	border-left:1px solid rgba(255,255,255,0.08);
	border-bottom:1px solid rgba(255,255,255,0.08);
}
.car-client-section .clients-box .client-box .image{
	position:relative;
	text-align:center;
	padding:10px 0px;
}
.car-client-section .clients-box .client-box .image img{
	max-width:100%;
	display:block;
}
.car-client-section .clients-box .client-box:nth-child(1),
.car-client-section .clients-box .client-box:nth-child(5){
	border-left:1px solid transparent !important;
}
.car-client-section .clients-box .client-box:nth-child(5),
.car-client-section .clients-box .client-box:nth-child(6),
.car-client-section .clients-box .client-box:nth-child(7),
.car-client-section .clients-box .client-box:nth-child(8){
	border-bottom:0px;
}
/*** 
====================================================================
	Popular Cras Section Two
====================================================================
***/
.popular-cars-section-two{
	position:relative;
	padding:105px 0px 80px;
	background-color:#f8f9fb;
}
.popular-used-car .prod-tabs{
	position:relative;
}
.popular-used-car .prod-tabs .tab-btns{
	position:relative;
	z-index:1;
	margin-bottom:48px;
	text-align:center;
	display:inline-block;
	border:1px solid #f2f2f2;
}
.popular-used-car .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	float:left;
	cursor:pointer;
	background-color:#ffffff;
	border-right:1px solid #f2f2f2;
	transition:all 500ms ease;
}
.popular-used-car .prod-tabs .tab-btns .tab-btn .text{
	position:relative;
	display:block;
	float:left;
	margin-right:0px;
	font-size:14px;
	color:#232527;
	text-transform:uppercase;
	font-weight:600;
	line-height:24px;
	cursor:pointer;
	/*background-color:#0b53ff;*/
	padding:15px 40px 15px;
	transition:all 500ms ease;
}
.popular-used-car .prod-tabs .tab-btns .tab-btn:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	opacity:0;
	margin-left:-5px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #0b53ff;
	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;
}
.popular-used-car .prod-tabs .tab-btns .tab-btn:last-child{
	border-right:0px;
}
.popular-used-car .prod-tabs .tab-btns .tab-btn .icon{
	position:absolute;
	right:-5px;
	top:10px;
	line-height:1em;
	font-size:40px;
	color:rgba(8,8,8,0.06);
}
.popular-used-car .prod-tabs .tab-btns .tab-btn:last-child .icon{
	right:0px;
}
.popular-used-car .prod-tabs .tab-btns .tab-btn:hover:after,
.popular-used-car .prod-tabs .tab-btns .tab-btn.active-btn:after{
	bottom:-12px;
	opacity:1;
}
.popular-used-car .prod-tabs .tab-btns .tab-btn:hover .icon,
.popular-used-car .prod-tabs .tab-btns .tab-btn.active-btn .icon{
	color:rgba(255,255,255,0.15);
}
.popular-used-car .prod-tabs .tab-btns .tab-btn:hover,
.popular-used-car .prod-tabs .tab-btns .tab-btn.active-btn{
	background:#0b53ff;
}
.popular-used-car .prod-tabs .tab-btns .tab-btn:hover .text,
.popular-used-car .prod-tabs .tab-btns .tab-btn.active-btn .text{
	color:#ffffff;
}
.popular-used-car .prod-tabs .tabs-content{
	position:relative;
}
.popular-used-car .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
}
.popular-used-car .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}
/* Car Block */
.car-block{
	position:relative;
	margin-bottom:30px;
}
.car-block .inner-box{
	position:relative;
	border-radius:10px;
	padding-top:15px;
	border:1px solid #f7f7f7;
	background-color:#ffffff;
}
.car-block .inner-box .image{
	position:relative;
	text-align:center;
}
.car-block .inner-box .lower-content{
	position:relative;
	padding:0px 30px 30px;
}
.car-block .inner-box .lower-content .model-name{
	position:relative;
	color:#080d2d;
	opacity:0.7;
	font-weight:500;
	line-height:1.3em;
	margin-bottom:5px;
}
.car-block .inner-box .lower-content .price{
	position:relative;
	color:#080d2d;
	font-weight:700;
	line-height:1.5em;
	font-size:26px;
	margin-bottom:3px;
}
.car-block .inner-box .lower-content .rating{
	position:relative;
	font-size:13px;
	color:#fecc05;
}
.car-block .inner-box .lower-content .car-features{
	position:relative;
	margin-top:20px;
}
.car-block .inner-box .lower-content .car-features li{
	position:relative;
	width:33.333%;
	float:left;
	color:#080d2d;
	font-size:14px;
	text-align:center;
}
.car-block .inner-box .lower-content .car-features li .icon{
	position:relative;
	width:80px;
	height:80px;
	margin-bottom:12px;
	border-radius:10px;
	display:inline-block;
	background-color:#f7f8fd;
}
.car-block .inner-box .lower-content .car-features li i{
	position:relative;
	color:#080d2d;
	font-size:12px;
	font-style:normal;
	display:block;
	opacity:0.6;
	margin-bottom:0px;
}
/*** 
====================================================================
	Cras Shoping Section
====================================================================
***/
.cars-shoping-section{
	position:relative;
	padding:125px 0px 120px;
}
.cars-shoping-section .image-column{
	position:relative;
	margin-bottom:40px;
}
.cars-shoping-section .image-column .inner-column{
	position:relative;
	padding-top:120px;
	padding-right:60px;
}
.cars-shoping-section .image-column .image{
	position:relative;
	margin-left:-200px;
}
.cars-shoping-section .image-column:before{
	position:absolute;
	content:'';
	right:80px;
	top:0px;
	z-index:-1;
	width:650px;
	height:650px;
	border-radius:50%;
	background-color:#e7effb;
}
.cars-shoping-section .image-column .image img{
	position:relative;
}
.cars-shoping-section .content-column{
	position:relative;
}
.cars-shoping-section .content-column .inner-column{
	position:relative;
}
.cars-shoping-section .content-column .play-box{
	position:relative;
	text-align:center;
	overflow:hidden;
	color:#0b53ff;
	font-size:18px;
	line-height: 45px;
	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;
}
.cars-shoping-section .content-column .play-box span{
	position: relative;
	width:38px;
	height: 38px;
	z-index:10;
	color: #0b53ff;
	font-weight:400;
	font-size:12px;
	text-align: center;
	border-radius:50%;
	padding-left:2px;
	display: inline-block;
	line-height:34px;
	margin-right:15px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	border:2px solid #0b53ff;
}
.cars-shoping-section .content-column .play-box .ripple,
.cars-shoping-section .content-column .play-box .ripple:before,
.cars-shoping-section .content-column .play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:38px;
	height: 38px;
    -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-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(11, 83, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(11, 83, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(11, 83, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(11, 83, 255, .6);
    box-shadow: 0 0 0 0 rgba(11, 83, 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;
}
.cars-shoping-section .content-column .play-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.cars-shoping-section .content-column .play-box .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 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}
@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}
.cars-shoping-section .content-column h3{
	position:relative;
	color:#13254a;
	font-weight:700;
	line-height:1.4em;
	margin-top:18px;
}
.cars-shoping-section .content-column .text{
	position:relative;
	color:#5a7184;
	font-weight:400;
	line-height:1.9em;
	margin-top:18px;
	font-size:16px;
	margin-bottom:30px;
}
.cars-shoping-section .content-column .featured-outer{
	position:relative;
}
.cars-shoping-section .content-column .featured-outer{
	position:relative;
}
.feature-block-six{
	position:relative;
	margin-bottom:35px;
}
.feature-block-six .inner-box{
	position:relative;
	padding-left:90px;
}
.feature-block-six .inner-box .icon{
	position:absolute;
	left:0px;
	top:4px;
	color:#0b53ff;
	font-size:60px;
	line-height:1em;
}
.feature-block-six .inner-box h5{
	position:relative;
	font-weight:700;
	color:#13254a;
	line-height:1.3em;
	text-transform:uppercase;
}
.feature-block-six .inner-box .feature-text{
	position:relative;
	margin-top:10px;
	color:#13254a;
	font-size:16px;
	line-height:1.9em;
}
/*** 
====================================================================
	Steps Section
====================================================================
***/
.steps-section{
	position:relative;
	overflow:hidden;
	padding:90px 0px 170px;
	background-color:#f8f9fb;
}
.step-block{
	position:relative;
	margin-bottom:30px;
}
.step-block .inner-box{
	position:relative;
	text-align:center;
}
.step-block .inner-box:before{
	position:absolute;
	content:'';
	right:-60px;
	top:150px;;
	width:110px;
	height:17px;
	background:url(../images/icons/step-arrow.png);
}
.step-block:last-child .inner-box:before{
	display:none;
}
.step-block .inner-box .icon-box{
	position:relative;
	width:265px;
	height:276px;
	z-index:1;
	margin:0 auto;
	text-align:center;
}
.step-block .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	opacity:0.4;
	background-repeat:no-repeat;
	background:url(../images/icons/step-bg.png) no-repeat;
}
.step-block .inner-box h4{
	position:relative;
	color:#183b56;
	font-weight:600;
	line-height:1.3em;
	margin-top:35px;
	margin-bottom:15px;
}
.step-block .inner-box .text{
	position:relative;
	color:#5a7184;
	font-size:16px;
	line-height:1.8em;
	padding:0px 20px;
}
/*** 
====================================================================
	Counter Section
====================================================================
***/
.counter-section{
	position:relative;
}
.counter-section .inner-container{
	position:relative;
	padding:70px 0px 40px;
	background-color:#ffffff;
	border-top:3px solid #0b53ff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}
.counter-section .inner-container.margin-top{
	margin-top:-110px;
}
/*fact counter*/
.fact-counter-two{
	position:relative;
}
.fact-counter-two .column{
	position:relative;
	margin-bottom:30px;
}
.fact-counter-two .column .inner{
	position:relative;
	text-align:center;
}
.fact-counter-two .column .inner .content{
	position:relative;
	display:inline-block;
}
.fact-counter-two .column:last-child .inner{
	border-right:0px;
}
.fact-counter-two .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#fe5807;
	font-size:42px;
	text-align:center;
	line-height:1em;
	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-two .count-outer .percentage{
	display:inline-block;
	font-weight:700;
	color:#0b53ff;
	font-size:40px;
	line-height:1em;	
}
.fact-counter-two .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#0b53ff;
	font-size:54px;
	line-height:1em;
	display:inline-block;
}
.fact-counter-two .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#0b53ff;
	font-size:54px;
	line-height:1em;
}
.fact-counter-two .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:500;
	color:#000000;
	margin-top:15px;
	text-transform:capitalize;
}
.fact-counter-two .column:hover .icon-box{
	border-color:#f47629;
}
.fact-counter-two.style-two .count-outer .count-text{
	font-family: 'Ubuntu', sans-serif;
}
/*** 
====================================================================
	Testimonial Section Six
====================================================================
***/
.testimonial-section-six{
	position:relative;
	padding:90px 0px 90px;
}
.testimonial-section-six .owl-carousel .owl-stage-outer{
	padding-top:30px;
}
.testimonial-block-six{
	position:relative;
}
.testimonial-block-six .inner-box{
	position:relative;
	margin-left:25px;
	padding:48px 25px 15px;
	border:1px solid #f2f2f2;
}
.testimonial-block-six .inner-box .image{
	position:absolute;
	left:-20px;
	top:-35px;
	width:70px;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(183,183,183,1);
	-moz-box-shadow: 0px 5px 13px 0px rgba(183,183,183,1);
	box-shadow: 0px 5px 13px 0px rgba(183,183,183,1);
}
.testimonial-block-six .inner-box .quote-icon{
	position:absolute;
	left:70px;
	top:-20px;
	width:40px;
	height:40px;
	color:#eeeeee;
	text-align:center;
	border-radius:50%;
	line-height:40px;
	font-size:20px;
	background-color:#ffffff;
	border:1px solid #f2f2f2;
}
.testimonial-block-six .inner-box .text{
	position:relative;
	color:#222222;
	font-size:16px;
	font-style:italic;
	line-height:1.7em;
	margin-top:5px;
}
.testimonial-block-six .inner-box .lower-box{
	position:relative;
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #f2f2f2;
}
.testimonial-block-six .inner-box .lower-box h3{
	position:relative;
	color:#232527;
	font-size:18px;
	margin-bottom:2px;
	font-weight:600;
}
.testimonial-block-six .inner-box .lower-box .location{
	position:relative;
	color:#0b53ff;
	font-size:14px;
	margin-bottom:10px;
}
.testimonial-block-six .inner-box .lower-box .rating{
	position:relative;
}
.testimonial-block-six .inner-box .lower-box .rating .fa{
	position:relative;
	color:#0b53ff;
	margin-left:0px;
	font-size:12px;
}
.testimonial-section-six .owl-nav{
	display:none;
}
.testimonial-section-six .owl-dots{
    position: relative;
	text-align:center;
	margin-top:40px;
}
.testimonial-section-six .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	margin:0px 6px;	
	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;
}
.testimonial-section-six .owl-dots .owl-dot span{
	position:relative;
	display:block;
	width:10px;
	height:10px;
	margin:0px;
	border-radius:50%;
	background:#ffffff;
	border:1px solid #ededed;
	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;
}
.testimonial-section-six .owl-dots .owl-dot.active span,
.testimonial-section-six .owl-dots .owl-dot:hover span{
	background:#0b53ff;
	border-color:#0b53ff;
}
/*** 
====================================================================
	Download Section
====================================================================
***/
.download-section{
	position:relative;
	padding:120px 0px 90px;
	background-position:left top;
	background-repeat:no-repeat;
}
.download-section .image-column{
	position:relative;
}
.download-section .image-column .inner-column{
	position:relative;
	text-align:center;
}
.download-section .image-column .layer-one{
	position:absolute;
	left:60px;
	top:0px;
	width:250px;
	height:250px;
	border-radius:60px;
	transform:rotate(45deg);
	background-color:rgba(11,83,255,0.04);
}
.download-section .image-column .layer-two{
	position:absolute;
	left:-30px;
	top:0px;
	width:350px;
	height:800px;
	z-index:1;
	border-radius:60px;
	transform:rotate(45deg);
	background-color:rgba(11,83,255,0.04);
}
.download-section .image-column .image{
	position:relative;
	z-index:2;
}
.download-section .content-column{
	position:relative;
}
.download-section .content-column .inner-column{
	position:relative;
	padding-top:150px;
}
.download-section .content-column h2{
	position:relative;
	color:#183b56;
	font-weight:600;
	font-size:40px;
	line-height:1.3em;
	margin-bottom:15px;
}
.download-section .content-column .text{
	position:relative;
	color:#5a7184;
	font-size:16px;
	line-height:1.9em;
}
.download-section .content-column .app-buttons{
	position:relative;
	margin-top:40px;
}
.download-section .content-column .app-buttons a{
	position:relative;
	margin-right:12px;
}
.intouch-section{
	position:relative;
	padding:110px 0px 100px;
}
.intouch-section .inner-container{
	position:relative;
	overflow:hidden;
	padding:60px 80px;
	border-radius:6px;
	background-color:#0a4ae3;
}
.intouch-section .title-column{
	position:relative;
}
.intouch-section .title-column .inner-column{
	position:relative;
}
.intouch-section .title-column h2{
	position:relative;
	color:#ffffff;
	line-height:1.3em;
	font-weight:700;
}
.intouch-section .title-column .text{
	position:relative;
	margin-top:10px;
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
}
.intouch-section .form-column{
	position:relative;
}
.intouch-section .form-column .inner-column{
	position:relative;
	padding-top:40px;
}
.intouch-section .inner-container:before{
	position: absolute;
    content: '';
    right: -150px;
    top: -100px;
    width: 50%;
    height: 220%;
    transform: rotate(125deg);
    background-color: #0b53ff;
}
/* inTouch Form */
.intouch-form{
	margin-bottom:35px;
}
.intouch-form .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:6px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.intouch-form .form-group input[type="text"],
.intouch-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 40px 10px 25px;
	height:70px;
	font-size:14px;
	color:#000000;
	font-weight:500;
	border-radius:4px;
	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;
}
.intouch-form .form-group textarea::-webkit-input-placeholder,
.intouch-form .form-group input::-webkit-input-placeholder{
	color:#8c97ac;
}
.intouch-form .form-group button{
	position:absolute;
	right:5px;
	top:5px;
	border-radius:5px;
	padding:15px 36px;
	background-color:#0a4ae3;
}
/*** 
====================================================================
	Events Banner Section
====================================================================
***/
.events-banner-section{
	position:relative;
	overflow:hidden;
	padding-top:270px;
	padding-bottom:260px;
	background-size:cover;
	background-position:center center;
}
.events-banner-section .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}
.events-banner-section .icons .icon-one{
	position:absolute;
	left:10% !important;
	top:17% !important;
	width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-two{
	position:absolute;
	left:35% !important;
	top:25% !important;
	width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-three{
	position:absolute;
	left:6% !important;
	top:58% !important;
	width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-four{
	position:absolute;
	left:56% !important;
	top:60% !important;
	width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-five{
	position:absolute;
	left:79% !important;
	top:25% !important;
	width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-six{
	position:absolute;
	left:90% !important;
	top:88% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-seven{
	position:absolute;
	left:80% !important;
	top:60% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-eight{
	position:absolute;
	left:52% !important;
	top:40% !important;
	width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-nine{
	position:absolute;
	left:52% !important;
	top:12% !important;
	width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-ten{
	position:absolute;
	left:34% !important;
	top:68% !important;
	width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-eleven{
	position:absolute;
	left:89% !important;
	top:80% !important;
	width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-twelve{
	position:absolute;
	left:69% !important;
	top:70% !important;
	width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-thirteen{
	position:absolute;
	left:200% !important;
	top:88% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section .icons .icon-fourteen{
	position:absolute;
	left:95% !important;
	top:95% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.events-banner-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.7;
	background-image: -ms-linear-gradient(top, #EF02AD 0%, #3c13d2 100%);
	background-image: -moz-linear-gradient(top, #EF02AD 0%, #3c13d2 100%);
	background-image: -o-linear-gradient(top, #EF02AD 0%, #3c13d2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EF02AD), color-stop(100, #3c13d2));
	background-image: -webkit-linear-gradient(top, #EF02AD 0%, #3c13d2 100%);
	background-image: linear-gradient(to bottom, #EF02AD 0%, #3c13d2 100%);
}
.events-banner-section .content-boxed{
	position:relative;
	text-align:center;
}
.events-banner-section .content-boxed h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:20px;
	font-family: 'Asap', sans-serif;
}
.events-banner-section .content-boxed .event-info{
	position:relative;
	margin-bottom:45px;
}
.events-banner-section .content-boxed .event-info li{
	position:relative;
	color:#ffffff;
	padding-left:25px;
	margin-right:15px;
	margin-bottom:6px;
	display:inline-block;
	font-family: 'Asap', sans-serif;
}
.events-banner-section .content-boxed .event-info li span{
	position:absolute;
	left:0px;
	top:0px;
	color:#f101a5;
}
.events-banner-section .content-boxed .btns-box{
	position:relative;
	margin-top:20px;
}
.events-banner-section .content-boxed .btns-box .theme-btn{
	position:relative;
	margin:0px 12px;
}
.events-banner-section .content-boxed .time-counter{
	max-width:750px;
	margin:0 auto;
}
.events-banner-section .time-countdown{
	position:relative;
	text-align: center;
}
.events-banner-section .time-countdown .counter-column{
	position:relative;
	display: inline-block;
	line-height: 20px;
	font-size: 16px;
	color: #7e3cf9;
	font-weight: 400;
	height: 150px;
	width: 150px;
	text-transform: uppercase;
	background-color: #ffffff;
	padding-top: 45px;
	border-radius: 50%;
	border: 7px solid #7e3cf9;
	margin: 0 18px 40px;
}
.events-banner-section .time-countdown .counter-column .count{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #7e3cf9;
	font-weight: 700;
	letter-spacing: 0;
}
.events-banner-section .time-countdown .counter-column:nth-child(2) .count,
.events-banner-section .time-countdown .counter-column:nth-child(2){
	border-color: #ff8a01;
	color: #ff8a01;
}
.events-banner-section .time-countdown .counter-column:nth-child(3) .count,
.events-banner-section .time-countdown .counter-column:nth-child(3){
	border-color: #0a90f8;
	color: #0a90f8;
}
.events-banner-section .time-countdown .counter-column:nth-child(4) .count,
.events-banner-section .time-countdown .counter-column:nth-child(4){
	border-color: #0abb0e;
	color: #0abb0e;
}
/*** 
====================================================================
	Red Time Counter
====================================================================
***/
.time-countdown{
	position:relative;
	text-align: center;
}
.time-countdown .counter-column{
	position:relative;
	display: inline-block;
	line-height: 20px;
	font-size: 16px;
	color: #7e3cf9;
	font-weight: 400;
	height: 250px;
	width: 250px;
	text-transform: uppercase;
	background-color: #ffffff;
	padding-top: 45px;
	border-radius: 50%;
	border: 7px solid #7e3cf9;
	margin: 0 18px 40px;
}
.time-countdown .counter-column .count{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #7e3cf9;
	font-weight: 700;
	letter-spacing: 0;
	font-family: 'Asap', sans-serif;
}
.time-countdown .counter-column:nth-child(2) .count,
.time-countdown .counter-column:nth-child(2){
	border-color: #ff8a01;
	color: #ff8a01;
}
.time-countdown .counter-column:nth-child(3) .count,
.time-countdown .counter-column:nth-child(3){
	border-color: #0a90f8;
	color: #0a90f8;
}
.time-countdown .counter-column:nth-child(4) .count,
.time-countdown .counter-column:nth-child(4){
	border-color: #0abb0e;
	color: #0abb0e;
}
.red-time-counter .redCountdownWrapper{
	width:100%;
}
.red-time-counter .redCountdownWrapper > div{
	width:calc(25% - 40px);
	text-align: center;
	color:#7e3cf9;
	margin-bottom:30px;
}
.red-time-counter .redCountdownWrapper .redCountdownValue > div{
	position:relative;
	top:5px;
	font-size:40px !important;
	line-height:1em;
	margin:0;
	font-weight:700;	
}
.red-time-counter .redCountdownWrapper .redCountdownValue > span{
	position:relative;
	top:-5px;
	font-size:16px !important;
	line-height:1em;
	text-transform:uppercase;
	margin:0;	
}
.red-time-counter .redCountdownWrapper > div:nth-child(2){
	border-color: #ff8a01;
	color: #ff8a01;
}
.red-time-counter .redCountdownWrapper > div:nth-child(3){
	color: #0a90f8;
}
.red-time-counter .redCountdownWrapper > div:nth-child(4){
	color: #0abb0e;
}
/*** 
====================================================================
	Events About Section
====================================================================
***/
.events-about-section{
	position:relative;
	padding:160px 0px 80px;
}
.events-about-section .image-column{
	position:relative;
	margin-bottom:40px;
}
.events-about-section .image-column .inner-column{
	position:relative;
}
.events-about-section .image-column .image{
	position:relative;
	display:inline-block;
}
.events-about-section .image-column .image img{
	position:relative;
	border-radius:20px;
}
.events-about-section .image-column .image:before{
	position:absolute;
	content:'';
	left:30px;
	top:-30px;
	right:-30px;
	bottom:30px;
	border-radius:20px;
	background-color:#ffdbf3;
}
.events-about-section .image-column .icon-one{
	position:absolute;
	left:-4%;
	top:-12%;
	width:580px;
	height:612px;
	background-repeat:no-repeat;
}
.events-about-section .content-column{
	position:relative;
}
.events-about-section .content-column .inner-column{
	position:relative;
}
.about-event-block{
	position:relative;
	margin-bottom:30px;
}
.about-event-block .block-inner{
	position:relative;
	padding-left:70px;
}
.about-event-block .block-inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:45px;
	height:45px;
	color:#ff3abd;
	font-size:20px;
	text-align:center;
	line-height:45px;
	border-radius:50px;
	background-color:#ffebf8;
}
.about-event-block .block-inner h5{
	position:relative;
	color:#232323;
	font-weight:700;
	line-height:1.3em;
}
.about-event-block .block-inner .about-text{
	position:relative;
	color:#232323;
	font-size:16px;
	opacity:0.65;
	line-height:1.7em;
	margin-top:10px;
}
/*** 
====================================================================
	Counter Section Two
====================================================================
***/
.counter-section-two{
	position:relative;
	padding:30px 0px 80px;
}
/* Fact Counter Three */
.fact-counter-three{
	position:relative;
}
.fact-counter-three .column{
	position:relative;
	margin-bottom:30px;
}
.fact-counter-three .column .inner{
	position:relative;
	text-align:left;
}
.fact-counter-three .column .inner .content{
	position:relative;
}
.fact-counter-three .column:last-child .inner{
	border-right:0px;
}
.fact-counter-three .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:90px;
	height:90px;
	color:#33b6fc;
	font-size:42px;
	text-align:center;
	line-height:90px;
	border-radius:50px;
	display:inline-block;
	background-color:#f2f9ff;
	-webkit-transition: all 400ms ease;
  	-moz-transition: all 400ms ease;
  	-ms-transition: all 400ms ease;
  	-o-transition: all 400ms ease;
  	transition: all 400ms ease;
}
.fact-counter-three .column .inner:hover .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.fact-counter-three .column .inner .icon-box .icon{
	position:relative;
	font-size:40px;
	display:inline-block;
}
.fact-counter-three .column:nth-child(2) .inner .icon-box{
	background-color:#fde8dc;
	color:#f89869;
}
.fact-counter-three .column:nth-child(3) .inner .icon-box{
	background-color:#ebfff4;
	color:#4ec591;
}
.fact-counter-three .column:nth-child(4) .inner .icon-box{
	background-color:#eae9fd;
	color:#716ef1;
}
.fact-counter-three .count-outer .percentage{
	display:inline-block;
	font-weight:700;
	color:#1e2f4f;
	font-size:45px;
	line-height:1em;
	font-family: 'Asap', sans-serif;
}
.fact-counter-three .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#1e2f4f;
	font-size:45px;
	line-height:1em;
	padding-left:120px;
	display:inline-block;
	font-family: 'Asap', sans-serif;
}
.fact-counter-three .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#1e2f4f;
	font-size:45px;
	line-height:1em;
	font-family: 'Asap', sans-serif;
}
.fact-counter-three .column .counter-title{
	position:relative;
	font-size:17px;
	font-weight:500;
	color:#ff00aa;
	margin-top:12px;
	text-transform:capitalize;
	font-family: 'Asap', sans-serif;
}
.fact-counter-three .column:hover .icon-box{
	border-color:#f47629;
}
/*** 
====================================================================
	Event Feature Section
====================================================================
***/
.event-feature-section{
	position:relative;
	overflow:hidden;
	padding:110px 0px 80px;
	background-color:#fbfbfd;
}
.event-feature-section .circle-layer{
	position:absolute;
	left:-100px;
	top:-100px;
	width:312px;
	height:307px;
	z-index:1;
	background-repeat:no-repeat;
}
.event-feature-section .circle-layer-two{
	position:absolute;
	left:55%;
	top:50%;
	width:270px;
	height:260px;
	z-index:1;
	background-repeat:no-repeat;
}
.event-feature-section .circle-layer-three{
	position:absolute;
	right:1%;
	top:0%;
	width:270px;
	height:430px;
	z-index:1;
	background-repeat:no-repeat;
}
.event-feature-block{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}
.event-feature-block .inner-box{
	position:relative;
	text-align:center;
	border-radius:5px;
	padding:35px 30px 40px;
	background-color:#ffffff;
}
.event-feature-block .inner-box .left-border{
	position:absolute;
	left:0px;
	top:0px;
	width:2px;
	height:100%;
	opacity:0;
	transform:scale(1,0.2);
	background-color:#ff00aa;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.event-feature-block .inner-box:hover .left-border{
	transform:scale(1,1);
	opacity:1;
}
.event-feature-block .inner-box .right-border{
	position:absolute;
	right:0px;
	top:0px;
	width:2px;
	height:100%;
	opacity:0;
	transform:scale(1,0.2);
	background-color:#ff00aa;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.event-feature-block .inner-box:hover .right-border{
	transform:scale(1,1);
	opacity:1;
}
.event-feature-block .inner-box .top-border{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:2px;
	opacity:0;
	transform:scale(0.2,1);
	background-color:#ff00aa;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.event-feature-block .inner-box:hover .top-border{
	transform:scale(1,1);
	opacity:1;
}
.event-feature-block .inner-box .bottom-border{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	opacity:0;
	transform:scale(0.2,1);
	background-color:#ff00aa;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.event-feature-block .inner-box:hover .bottom-border{
	transform:scale(1,1);
	opacity:1;
}
.event-feature-block .inner-box .icon-box{
	position:relative;
	margin-bottom:15px;
}
.event-feature-block .inner-box h4{
	position:relative;
	color:#232323;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:12px;
	font-family: 'Asap', sans-serif;
}
.event-feature-block .inner-box h4 a{
	position:relative;
	color:#232323;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.event-feature-block .inner-box h4 a:hover{
	color:#ff00aa;
}
.event-feature-block .inner-box .text{
	position:relative;
	color:#232323;
	font-size:16px;
	line-height:1.8em;
	font-family: 'Asap', sans-serif;
}
/*** 
====================================================================
	Event Schedule Section
====================================================================
***/
.event-schedule-section{
	position:relative;
	overflow:hidden;
	padding:110px 0px 110px;
}
.event-schedule-section .circle-layer{
	position:absolute;
	left:-300px;
	top:-300px;
	width:690px;
	height:690px;
	opacity:0.3;
	background-repeat:no-repeat;
}
.event-schedule-section .shape-icon{
	position:absolute;
	right:-200px;
	top:40%;
	width:490px;
	height:698px;
	background-repeat:no-repeat;
}
.event-schedule-section .download-btns-box{
	position:relative;
	margin-top:50px;
}
.schedule-tabs .tabs-content .tab{
	display: none;
}
.schedule-tabs .tabs-content .tab.active-tab{
	display: block;
}
.schedule-tabs{
	position: relative;
}
.schedule-tabs .btns-box{
	position: relative;
	display: block;
	margin-bottom: 40px;
}
.schedule-tabs .tab-buttons{
	position: relative;
	text-align: center;
}
.schedule-tabs .tab-buttons li{
	position: relative;
    display: inline-block;
    height: 110px;
    width: 160px;
    border-radius: 0px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    text-align: left;
    padding: 15px 15px;
    padding-top: 50px;
    padding-left: 90px;
	cursor: pointer;
	margin: 0 10px 20px;
	border: 1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.schedule-tabs .tab-buttons li .day{
    position: absolute;
    left: 0px;
    top: 0px;
	right:0px;
    padding: 5px 20px;
    background-color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
	text-align:center;
    border-radius: 0px;
}
.schedule-tabs .tab-buttons li .date{
	position: absolute;
    left: -0px;
    top: 58px;
    width: 100px;
    text-align: center;
    font-size: 38px;
    line-height: 20px;
    font-weight: 600;
    color: #222222;
}
.schedule-tabs .tab-buttons li .month{
	display: block;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}
.schedule-tabs .tab-buttons li .year{
	font-size: 30px;
}
.schedule-tabs .tab-buttons li.active-btn{
	box-shadow: 0 20px 30px rgba(0,0,0,.10);
}
.schedule-tabs .tab-buttons li:nth-child(4n + 1) .day{
	background-color: #ff00aa;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 2) .day{
	background-color: #40cbb4;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 3) .day{
	background-color: #4c35a9;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 4) .day{
	background-color: #e6275a;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 1) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 1) .date{
	color: #ff00aa;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 2) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 2) .date{
	color: #40cbb4;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 3) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 3) .date{
	color: #4c35a9;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 4) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 4) .date{
	color: #e6275a;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 1).active-btn{
	box-shadow: 0 0px 30px rgba(250,0,170,.30);
	border: 1px solid #ff00aa;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 2).active-btn{
	box-shadow: 0 0px 30px rgba(64,203,180,.30);
	border: 1px solid #40cbb4;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 3).active-btn{
	box-shadow: 0 0px 30px rgba(76,53,169,.30);
	border: 1px solid #4c35a9;
}
.schedule-tabs .tab-buttons li:nth-child(4n + 4).active-btn{
	box-shadow: 0 0px 30px rgba(230,39,90,.30);
	border: 1px solid #e6275a;
}
.schedule-block{
	position: relative;
	margin-bottom:30px;
}
.schedule-block .inner-box{
	position: relative;
	padding:40px 40px;
	border-radius:5px;
	background-color:#ffffff;
	box-shadow:0px 5px 10px rgba(0,0,0,0.10);
}
.schedule-block .inner-box .content{
	position: relative;
	padding-left:230px;
}
.schedule-block .inner-box .author-box{
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
}
.schedule-block .inner-box .author-box .box-inner{
	position:relative;
	text-align:center;
}
.schedule-block .inner-box .author-box .author-image{
	position:relative;
	width:184px;
	height:184px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:35px;
	border-radius:50px;
}
.schedule-block .inner-box .author-box .box-inner h6{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Asap', sans-serif;
}
.schedule-block .inner-box .author-box .box-inner .designation{
	position:relative;
	color:#000000;
	font-size:16px;
	margin-top:8px;
}
.schedule-block .inner-box .date{
	position:relative;
	color:#a900e5;
	font-size:16px;
}
.schedule-block .inner-box h4{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.3em;
	margin-top:10px;
	font-family: 'Asap', sans-serif;
}
.schedule-block .inner-box .text{
	position:relative;
	color:#555555;
	font-size:17px;
	line-height:1.9em;
	margin-top:12px;
	margin-bottom:15px;
}
.schedule-block .inner-box .event-info{
	position:relative;
	margin-bottom:20px;
}
.schedule-block .inner-box .event-info li{
	position:relative;
	color:#555555;
	font-size:18px;
	padding-left:25px;
	margin-right:15px;
	margin-bottom:6px;
	font-weight:500;
	display:inline-block;
	font-family: 'Asap', sans-serif;
}
.schedule-block .inner-box .event-info li span{
	position:absolute;
	left:0px;
	top:0px;
	color:#f101a5;
}
.schedule-block .inner-box .btns-box{
	position:relative;
}
.schedule-block .inner-box .btns-box .theme-btn{
	margin-right:12px;
}
/*** 
====================================================================
	Event Register Section
====================================================================
***/
.event-register-section{
	position:relative;
	overflow:hidden;
	padding:90px 0px 90px;
	background-image: -ms-linear-gradient(left, #A61DE6 0%, #3614d4 100%);
	background-image: -moz-linear-gradient(left, #A61DE6 0%, #3614d4 100%);
	background-image: -o-linear-gradient(left, #A61DE6 0%, #3614d4 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #A61DE6), color-stop(100, #3614d4));
	background-image: -webkit-linear-gradient(left, #A61DE6 0%, #3614d4 100%);
	background-image: linear-gradient(to right, #A61DE6 0%, #3614d4 100%);
}
.event-register-section .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}
.event-register-section .icons .icon-one{
	position:absolute;
	left:10% !important;
	top:17% !important;
	width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-two{
	position:absolute;
	left:35% !important;
	top:25% !important;
	width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-three{
	position:absolute;
	left:6% !important;
	top:58% !important;
	width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-four{
	position:absolute;
	left:56% !important;
	top:60% !important;
	width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-five{
	position:absolute;
	left:79% !important;
	top:25% !important;
	width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-six{
	position:absolute;
	left:90% !important;
	top:88% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-seven{
	position:absolute;
	left:80% !important;
	top:60% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-eight{
	position:absolute;
	left:52% !important;
	top:40% !important;
	width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-nine{
	position:absolute;
	left:52% !important;
	top:12% !important;
	width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-ten{
	position:absolute;
	left:34% !important;
	top:68% !important;
	width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-eleven{
	position:absolute;
	left:89% !important;
	top:80% !important;
	width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-twelve{
	position:absolute;
	left:69% !important;
	top:70% !important;
	width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-thirteen{
	position:absolute;
	left:200% !important;
	top:88% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-register-section .icons .icon-fourteen{
	position:absolute;
	left:95% !important;
	top:95% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}
.event-form{
	position:relative;
}
.event-form .form-group{
	position:relative;
	margin-bottom:20px;
}
.event-form .form-group input[type="text"],
.event-form .form-group input[type="tel"],
.event-form .form-group input[type="email"],
.event-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	color:#686c6e;
	height:56px;
	font-size:14px;
	background:#ffffff;
	font-weight:500;
	border-radius: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;
}
.event-form .form-group input[type="text"]:focus,
.event-form .form-group input[type="tel"]:focus,
.event-form .form-group input[type="email"]:focus,
.event-form .form-group textarea:focus{
	border-color:#0099f7;
}
.event-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:15px 20px;
	color:#686c6e;
	height:150px;
	resize:none;
	font-size:16px;
	background:#ffffff;
	font-weight:500;
	border-radius:5px;
	border:2px solid #e6e6e6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.event-form button{
	margin-top:0px;
	width:100%;
	cursor:pointer;
}
/*** 
====================================================================
	Event Pricing Section
====================================================================
***/
.event-pricing-section{
	position:relative;
	overflow:hidden;
	padding:110px 0px 110px;
	background-color:#fbfbfd;
}
.event-pricing-section .circle-layer{
	position:absolute;
	right:-80px;
	top:-80px;
	width:312px;
	height:307px;
	z-index:1;
	background-repeat:no-repeat;
}
.event-price-block{
	position:relative;
	margin-bottom:30px;
}
.event-price-block .inner-box{
	position:relative;
	border-radius:5px;
	text-align:center;
	padding:65px 30px 65px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.event-price-block .inner-box .title{
	position:relative;
}
.event-price-block .inner-box .left-border{
	position:absolute;
	left:0px;
	top:0px;
	width:2px;
	height:100%;
	opacity:0;
	transform:scale(1,0.2);
	background-color:#ff00aa;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.event-price-block .inner-box:hover .left-border{
	transform:scale(1,1);
	opacity:1;
}
.event-price-block .inner-box .right-border{
	position:absolute;
	right:0px;
	top:0px;
	width:2px;
	height:100%;
	opacity:0;
	transform:scale(1,0.2);
	background-color:#ff00aa;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.event-price-block .inner-box:hover .right-border{
	transform:scale(1,1);
	opacity:1;
}
.event-price-block .inner-box .top-border{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:2px;
	opacity:0;
	transform:scale(0.2,1);
	background-color:#ff00aa;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.event-price-block .inner-box:hover .top-border{
	transform:scale(1,1);
	opacity:1;
}
.event-price-block .inner-box .bottom-border{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	opacity:0;
	transform:scale(0.2,1);
	background-color:#ff00aa;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.event-price-block .inner-box:hover .bottom-border{
	transform:scale(1,1);
	opacity:1;
}
.event-price-block .inner-box .title{
	position:relative;
	color:#a900e5;
	font-size:28px;
	font-weight:600;
	font-family: 'Asap', sans-serif;
}
.event-price-block .inner-box .title .icon{
	position:relative;
	margin-right:8px;
}
.event-price-block .inner-box .price-box{
	position:relative;
	margin-top:40px;
}
.event-price-block .inner-box .price-box .box-inner{
	position:relative;
	display:inline-block;
}
.event-price-block .inner-box .price-box .box-inner .circles-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	border-radius:50%;
}
.event-price-block .inner-box .price-box .box-inner .circles-box .circle-one{
	position:absolute;
	right:-4px;
	width:18px;
	height:18px;
	z-index:1;
	border-radius:50%;
	display:inline-block;
	background-color:#a900e5;
}
.event-price-block .inner-box .price-box .box-inner .circles-box .circle-two{
	position:absolute;
	left:-12px;
	bottom:0px;
	width:30px;
	height:30px;
	z-index:1;
	border-radius:50%;
	display:inline-block;
	background-color:#a900e5;
}
.event-price-block .inner-box .price-box .box-inner .price{
	position:relative;
	font-size:44px;
	font-weight:600;
	width:100px;
	color:#ffffff;
	height:100px;
	border-radius:50px;
	line-height:102px;
	display:inline-block;
	background-color:#ff00aa;
	
}
.event-price-block .inner-box .price-box .box-inner .price:before{
	position:absolute;
	content:'';
	left:-10px;
	top:-10px;
	right:-10px;
	bottom:-10px;
	border-radius:50%;
	transform:rotate(-45deg);
	border-right:3px solid #ff00aa;
	border-top:3px solid #cccccc;
	border-bottom:3px solid #ff00aa;
	border-left:3px solid #ff00aa;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.event-price-block .inner-box .price-box .box-inner .price sup{
	position:relative;
	font-size:24px;
}
.event-price-block .inner-box .tickets{
	position:relative;
	color:#000000;
	font-size:17px;
	font-weight:600;
	margin-bottom:25px;
	margin-top:36px;
	text-transform:uppercase;
	font-family: 'Asap', sans-serif;
}
.event-price-block .inner-box .price-list{
	position:relative;
	margin-bottom:35px;
}
.event-price-block .inner-box .price-list li{
	position:relative;
	color:#000000;
	opacity:0.7;
	font-size:16px;
	margin-bottom:12px;
	font-weight:500;
}
.event-price-block .inner-box .price-list li:last-child{
	margin-bottom:0px;
}
/*** 
====================================================================
	Event Team Section
====================================================================
***/
.event-team-section{
	position:relative;
	padding:110px 0px 40px;
}
.event-team-section .circle-layer{
	position:absolute;
	width:156px;
	height:155px;
	left:5%;
	top:5%;
	background-repeat:no-repeat;
}
.event-team-member{
	position:relative;
	margin-bottom:80px;
}
.event-team-member .inner-box{
	position:relative;
}
.event-team-member .inner-box .image-box{
	position:relative;
	max-width:237px;
	height:237px;
	margin:0 auto;
	border-radius:50%;
}
.event-team-member .inner-box .image-box .image{
	position:relative;
}
.event-team-member .inner-box .image-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:-1;
	border-radius:50%;
	background-color:#ff00aa;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	transform:translateY(-10px);
}
.event-team-member .inner-box:hover .image-box .image:before{
	transform:translateY(10px);
}
.event-team-member .inner-box .image-box .overlay-box{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	border-radius:50%;
	border:15px solid transparent;
	opacity:0;
	transform:scale(0.2,1);
	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;
}
.event-team-member .inner-box .image-box .overlay-box .inner{
	position: absolute;
    padding-top: 45%;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
	overflow:hidden;
	background-color:rgba(255,0,170,0.80);
}
.event-team-member .inner-box .image-box img{
	width:100%;
	display:block;
	border-radius: 50%;
}
.event-team-member .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding-top:35px;
}
.event-team-member .inner-box .lower-content h3{
	position:relative;
	color:#232323;
	font-size:25px;
	font-weight:600;
	margin-bottom:5px;
	font-family: 'Asap', sans-serif;
}
.event-team-member .inner-box .lower-content h3 a{
	position:relative;
	color:#232323;
}
.event-team-member .inner-box .lower-content .designation{
	position:relative;
	color:#555555;
	font-size:16px;
	font-weight:500;
	font-family: 'Asap', sans-serif;
}
.event-team-member .inner-box:hover .image-box .overlay-box{
	opacity:1;
	transform:scale(1,1);
}
/*** 
====================================================================
	News Section Two
====================================================================
***/
.call-to-action-section-four{
	position:relative;
	padding-top:120px;
	text-align:center;
	padding-bottom:120px;
	background-color:#f3f4ff;
}
.call-to-action-section-four .title{
	position:relative;
	color:#ff00aa;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Asap', sans-serif;
}
.call-to-action-section-four h2{
	position:relative;
	color:#222222;
	font-size:40px;
	font-weight:700;
	line-height:1.3em;
	margin-top:40px;
	margin-bottom:55px;
	font-family: 'Asap', sans-serif;
}
/*** 
====================================================================
	Events Clients Section
====================================================================
***/
.events-clients-section{
	position:relative;
	padding:100px 0px 100px;
	text-align:center;
	background-color:#f3f4ff;
}
.events-clients-section .outer-container{
	position:relative;
	padding:0px 40px;
}
.events-clients-section .sponsors-outer .owl-dots,
.events-clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}
.events-clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
	padding:10px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.events-clients-section .sponsors-outer .image-box:hover{
	
}
.events-clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.6;
	filter: grayscale(100%);
	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;
}
.events-clients-section .sponsors-outer .image-box img:hover{
	opacity:1;
	filter: grayscale(0%);
}
/*** 
====================================================================
	Events News Section
====================================================================
***/
.events-news-section{
	position:relative;
	padding:100px 0px 100px;
}
.event-news-block{
	position:relative;
	margin-bottom:40px;
}
.event-news-block .inner-box{
	position:relative;
	z-index:1;
	overflow:hidden;
	border-radius:12px;
	box-shadow:0px 0px 45px rgba(0,0,0,0.15);
}
.event-news-block .inner-box .image{
	position:relative;
	background-color:#ff00aa;
}
.event-news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}
.event-news-block .inner-box:hover .image img{
	opacity:0.5;
}
.event-news-block .inner-box .lower-content{
	position:relative;
	padding:25px 25px;
	background-color:#ffffff;
}
.event-news-block .inner-box .lower-content h6{
	position:relative;
	font-weight:600;
	text-align:center;
	line-height:1.6em;
	margin-bottom:12px;
}
.event-news-block .inner-box .lower-content h6 a{
	position:relative;
	color:#222222;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.event-news-block .inner-box .lower-content h6 a:hover{
	color:#ff00aa;
}
.event-news-block .inner-box .lower-content .post-date{
	position:relative;
	color:#222222;
	font-size:14px;
	text-align:center;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #d6d6d6;
}
.event-news-block .inner-box .lower-content .author{
	position:relative;
	padding-left:42px;
	color:#222222;
	font-size:14px;
	padding-top:6px;
}
.event-news-block .inner-box .lower-content .author .image{
	position:absolute;
	left:0px;
	top:0px;
	width:34px;
	height:34px;
	border-radius:50%;
	overflow:hidden;
}
.event-news-block .inner-box .lower-content .post-time{
	position:relative;
	color:#999999;
	font-size:12px;
	margin-top:7px;
	padding-left:20px;
}
.event-news-block .inner-box .lower-content .post-time:before{
	position:absolute;
	content: "\f017";
	left:0px;
	top:0px;
	font-size:15px;
	font-weight:400;
	font-family: 'FontAwesome';
}
.event-news-block .inner-box .lower-content .post-info{
	position:relative;
	margin-top:6px;
}
.event-news-block .inner-box .lower-content .post-info li{
	position:relative;
	margin-left:12px;
	display:inline-block;
}
.event-news-block .inner-box .lower-content .post-info li a{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:600;
}
/*** 
====================================================================
	Event Contact Form Section
====================================================================
***/
.event-contact-form-section{
	position: relative;
	padding: 110px 0 70px;
}
.event-contact-form-section .form-column{
	position: relative;
	margin-bottom:40px;
}
.event-contact-form-section .form-column .inner-column{
	position: relative;
	padding-right: 40px;
}
.event-contact-form-section .contact-form{
	position: relative;
	margin-bottom: 50px;
}
.event-contact-form-section .sidebar-column{
	position: relative;
}
.event-contact-form-section .sidebar-column .inner-column{
	position: relative;
}
.event-contact-form-section .sidebar-column .social-widget{
	margin-bottom: 10px;
}
/*Social Icon Two*/
.event-social-icon{
	position: relative;
}
.event-social-icon li{
	position:relative;
	display:inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
}
.event-social-icon li:last-child{
	margin-right: 0;
}
.event-social-icon li a{
	position:relative;
	display:block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size:16px;
	color:#778193;
	border: 1px solid #cacadd;
	border-radius: 50px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}
.event-social-icon li a:hover{
	background-color: #ff00aa;
	border-color: #ff00aa;
	color: #ffffff;
	-webkit-box-shadow: 0 20px 30px rgba(184,23,04,.30);
	-ms-box-shadow: 0 20px 30px rgba(184,23,04,.30);
	box-shadow: 0 20px 30px rgba(184,23,04,.30);
}
/* Event Default Form */
.event-default-form{
 	position: relative;
 	z-index: 1;
}
.event-default-form .form-group{
	position:relative;
	display: block;
	width: 100%;
	margin-bottom:20px;	
}
.event-default-form .form-group:last-child{
	margin-bottom: 0;
}
.event-default-form .form-group input[type="text"],
.event-default-form .form-group input[type="email"],
.event-default-form .form-group input[type="tel"],
.event-default-form .form-group input[type="url"],
.event-default-form .form-group textarea,
.event-default-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #9da6b4;
    font-weight: 400;
    height: 70px;
    padding: 20px 30px;
    background-color: #f7f7fa;
    border: 1px solid #f7f7fa;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.event-default-form .form-group input:focus,
.event-default-form .form-group select:focus,
.event-default-form .form-group textarea:focus{
	background-color: #ffffff;
	border-color:#faeff5;
	color: #9da6b4;
	-webkit-box-shadow: 0 30px 30px rgba(14,16,48,.08);
	-ms-box-shadow: 0 30px 30px rgba(14,16,48,.08);
	box-shadow: 0 30px 30px rgba(14,16,48,.08);
}
.event-default-form .form-group textarea{
	height: 150px;
	resize: none;
}
.event-default-form .form-group input[type=submit],
.event-default-form .form-group button{
	border-radius: 3px;
	cursor: pointer;
	margin-top: 10px;
}
.support-widget{
	position: relative;
}
.support-widget .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #7f8897;
	font-weight: 400;
	margin-bottom: 25px;
}
.support-widget .info{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #3f4161;
	font-weight: 400;
	margin-bottom:10px;
	padding-left: 40px;
	font-family: 'Asap', sans-serif;
}
.support-widget .info .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 30px;
	color: #e1137b;
	font-weight: 400;
}
.support-widget .info a{
	color: #3f4161;
}
/*** 
====================================================================
	Movers Banner Section
====================================================================
***/
.movers-banner-section{
	position:relative;
	overflow:hidden;
	padding-top:320px;
	padding-bottom:80px;
	background-position:center top;
	background-repeat:no-repeat;
}
.movers-banner-section .booking-column{
	position:relative;
}
.movers-banner-section .booking-column .inner-column{
	position:relative;
	padding:30px 30px;
	border-radius:7px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.movers-banner-section .booking-column h3{
	position:relative;
	color:#353b50;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Ubuntu', sans-serif;
}
.movers-banner-section .booking-column .text{
	position:relative;
	color:#353b50;
	font-weight:400;
	line-height:1.8em;
	font-size:18px;
	margin-top:4px;
	margin-bottom:25px;
	font-family: 'Ubuntu', sans-serif;
}
/* Movers Form */
.movers-form{
	position:relative;
}
.movers-form .form-group{
	position:relative;
	margin-bottom:20px;
}
.movers-form .form-group .icon{
	position:absolute;
	left:20px;
	bottom:15px;
	color:#465280;
	font-size:16px;
	z-index:99;
}
.movers-form .form-group label{
	position:relative;
	color:#4c5884;
	font-size:15px;
	font-weight:500;
	margin-bottom:8px;
	font-family: 'Ubuntu', sans-serif;
}
.movers-form input[type="text"],
.movers-form input[type="email"],
.movers-form input[type="password"],
.movers-form select,
.movers-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:54px;
	font-size:15px;
	padding:8px 22px 8px 56px;
	color:#001959;
	border-radius:4px;
	border:1px solid #dadce5;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Ubuntu', sans-serif;
}
.movers-form .form-group textarea::-webkit-input-placeholder,
.movers-form .form-group input::-webkit-input-placeholder{
	color:#001959;
}
.movers-form textarea{
	height:170px;
	resize:none;
	font-size:15px;
	padding-top:18px;
}
.movers-form input[type="text"]:focus,
.movers-form input[type="email"]:focus,
.movers-form input[type="password"]:focus,
.movers-form select:focus,
.movers-form textarea:focus{
	border-color:#0b53ff;
}
.movers-form .theme-btn{
	cursor:pointer;
	width:100%;
	margin-top:5px;
}
.ui-datepicker td a{
	text-align:center;
}
.movers-banner-section .image-column{
	position:relative;
}
.movers-banner-section .image-column .inner-column{
	position:relative;
	padding-left:30px;
	margin-right:-90px;
}
/*** 
====================================================================
	Movers Services Section
====================================================================
***/
.movers-services-section{
	position:relative;
	padding-top:20px;
}
.movers-services-section .pattern-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:949px;
	height:940px;
	background-position:no-repeat;
}
.movers-services-section .pattern-layer-two{
	position:absolute;
	left:0px;
	top:50px;
	width:950px;
	height:956px;
	background-position:no-repeat;
}
.mover-service-block{
	position:relative;
}
.mover-service-block .inner-box{
	position:relative;
	padding:30px 30px;
	border-radius:8px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.05);
}
.mover-service-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:4px;
	width:100%;
	opacity:0;
	transform:scale(0.1,1);
	background-color:#0b53ff;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mover-service-block .inner-box:hover::before{
	opacity:1;
	transform:scale(1,1);
}
.mover-service-block .inner-box .icon-box{
	position:relative;
	width:80px;
	height:80px;
	color:#0b53ff;
	border-radius:8px;
	text-align:center;
	line-height:80px;
	font-size:40px;
	display:inline-block;
	background-color:#d8e3ff;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.mover-service-block .inner-box:hover .icon-box{
	transform:rotateY(180deg);
}
.mover-service-block .inner-box h4{
	position:relative;
	color:#202020;
	font-weight:500;
	line-height:1.3em;
	margin-top:20px;
	margin-bottom:14px;
	font-family: 'Ubuntu', sans-serif;
}
.mover-service-block .inner-box h4 a{
	position:relative;
	color:#202020;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mover-service-block .inner-box h4 a:hover{
	color:#0b53ff;
}
.mover-service-block .inner-box .text{
	position:relative;
	color:#807f81;
	font-size:16px;
	line-height:1.8em;
	font-family: 'Ubuntu', sans-serif;
}
/*** 
====================================================================
	Movers About Section
====================================================================
***/
.movers-about-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 70px;
}
.movers-about-section .content-column{
	position:relative;
	margin-bottom:40px;
}
.movers-about-section .content-column .inner-column{
	position:relative;
}
.movers-about-section .content-column .sec-title-six{
	margin-bottom:20px;
}
.movers-about-section .content-column .text{
	position:relative;
	color:#807f81;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}
.movers-about-section .content-column .btn-box{
	position:relative;
	margin-top:35px;
}
.movers-about-section .content-column .btn-box .theme-btn{
	float:left;
}
.movers-about-section .content-column .btn-box .play-box{
	position:relative;
	text-align:center;
	margin-left:30px;
	margin-top:4px;
	color:#0b53ff;
	float:left;
	font-size:18px;
	line-height: 45px;
	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;
}
.movers-about-section .content-column .btn-box .play-box span{
	position: relative;
	width:38px;
	height: 38px;
	z-index:10;
	color: #0b53ff;
	font-weight:400;
	font-size:12px;
	text-align: center;
	border-radius:50%;
	padding-left:2px;
	display: inline-block;
	line-height:34px;
	margin-right:15px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	border:2px solid #0b53ff;
}
.movers-about-section .content-column .btn-box .ripple,
.movers-about-section .content-column .btn-box .ripple:before,
.movers-about-section .content-column .btn-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:38px;
	height: 38px;
    -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-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(11, 83, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(11, 83, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(11, 83, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(11, 83, 255, .6);
    box-shadow: 0 0 0 0 rgba(11, 83, 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;
}
.movers-about-section .content-column .btn-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.movers-about-section .content-column .btn-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.movers-about-section .image-column{
	position:relative;
	margin-bottom:40px;
}
.movers-about-section .image-column .inner-column{
	position:relative;
	padding-top:50px;
}
.movers-about-section .image-column img{
	position:relative;
	max-width:inherit;
}
/*** 
====================================================================
	Movers Testimonial Section
====================================================================
***/
.movers-testimonial-section{
	position:relative;
	overflow:hidden;
	padding:80px 0px 180px;
	background-color:#fcfdff;
}
.movers-testimonial-section .owl-dots{
	display:none;
}
.movers-testimonial-section .owl-nav{
	position:relative;
	text-align:center;
	margin-top:15px;
}
.movers-testimonial-section .owl-nav .owl-prev,
.movers-testimonial-section .owl-nav .owl-next{
	position:relative;
	width:50px;
	height:50px;
	color:#0b53ff;
	margin:0px 8px;
	font-size:14px;
	line-height:48px;
	border-radius:50px;
	display:inline-block;
	border:1px solid #0b53ff;
	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;
}
.movers-testimonial-section .owl-nav .owl-prev:hover,
.movers-testimonial-section .owl-nav .owl-next:hover{
	background-color:#0b53ff;
	color:#ffffff;
}
.movers-testimonial-section .owl-carousel .owl-stage-outer{
	padding:0px 0px 25px;
}
.movers-testimonial-section .owl-theme .movers-testimonial-block{
	padding:0px 15px;
}
.movers-testimonial-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}
/* Movers Testimonial Block */
.movers-testimonial-block{
	position:relative;
	z-index:1;
}
.movers-testimonial-block .inner-box{
	position:relative;
	padding:0px 40px 30px;
}
.movers-testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:60px;
	right:0px;
	bottom:0px;
	border-radius:8px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.movers-testimonial-block .inner-box .author-image{
	position:relative;
	border-radius:50%;
	overflow:hidden;
	width:100px;
	height:100px;
	margin-bottom:22px;
}
.movers-testimonial-block .inner-box .quote-icon{
	position:relative;
	color:#dddddd;
	font-size:20px;
}
.movers-testimonial-block .inner-box .text{
	position:relative;
	color:#777777;
	font-size:16px;
	line-height:1.7em;
	margin-top:15px;
	font-family: 'Ubuntu', sans-serif;
}
.movers-testimonial-block .inner-box .lower-box{
	position:relative;
	padding-top:22px;
	margin-top:20px;
	border-top:2px solid #dddddd;
}
.movers-testimonial-block .inner-box .lower-box .author-name{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:600;
}
.movers-testimonial-block .inner-box .lower-box .designation{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:400;
	margin-top:4px;
}
.movers-testimonial-block .inner-box .lower-box .rating{
	position:relative;
	margin-top:12px;
}
.movers-testimonial-block .inner-box .lower-box .rating .fa{
	position:relative;
	color:#ebd910;
	font-size:16px;
	margin-left:4px;
}
.movers-testimonial-block .inner-box .lower-box .rating .fa.light{
	color:#777777;
}
/*** 
====================================================================
	Movers Featured Section
====================================================================
***/
.movers-featured-section{
	position:relative;
	padding:90px 0px 90px;
}
.movers-featured-section .triangle-one{
	position:absolute;
	left:-7%;
	top:5%;
	width:409px;
	height:420px;
	background-repeat:no-repeat;
}
.movers-featured-section .triangle-two{
	position:absolute;
	left:0%;
	top:32%;
	width:230px;
	height:200px;
	background-repeat:no-repeat;
}
.movers-featured-section .triangle-three{
	position:absolute;
	right:0%;
	bottom:20%;
	width:230px;
	height:200px;
	background-repeat:no-repeat;
}
.movers-featured-section .triangle-four{
	position:absolute;
	right:0%;
	bottom:5%;
	width:154px;
	height:176px;
	background-repeat:no-repeat;
}
.mover-featured-block{
	position:relative;
	margin-bottom:30px;
}
.mover-featured-block .inner-box{
	position:relative;
	padding:35px 30px;
	text-align:center;
	border-radius:10px;
	background-color:#ffffff;
	box-shadow:0px 5px 25px rgba(0,0,0,0.07);
}
.mover-featured-block .inner-box .icon{
	position:relative;
	width:100px;
	height:100px;
	margin:0 auto;
	line-height:100px;
	border-radius:10px;
	display:block;
	background-color:#7752be;
	transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.mover-featured-block:nth-child(2) .inner-box .icon{
	background-color:#fab005;
}
.mover-featured-block:nth-child(3) .inner-box .icon{
	background-color:#f03e3d;
}
.mover-featured-block:nth-child(4) .inner-box .icon{
	background-color:#3dd598;
}
.mover-featured-block:nth-child(5) .inner-box .icon{
	background-color:#4154f9;
}
.mover-featured-block:nth-child(6) .inner-box .icon{
	background-color:#4dadf7;
}
.mover-featured-block .inner-box:hover .icon{
	transform:rotateY(360deg);
}
.mover-featured-block .inner-box h5{
	position:relative;
	color:#000000;
	font-weight:500;
	line-height:1.3em;
	margin-top:28px;
	margin-bottom:18px;
	font-family: 'Ubuntu', sans-serif;
}
.mover-featured-block .inner-box .text{
	position:relative;
	color:#807f81;
	font-size:16px;
	line-height:1.8em;
}
.mover-featured-block .inner-box:hover .icon{
	transform:rotateY(360deg);
}
/*** 
====================================================================
	Movers Clients Section
====================================================================
***/
.movers-clients-section{
	position:relative;
	padding:100px 0px 100px;
	text-align:center;
	background-color:#f3f4ff;
}
.movers-clients-section .outer-container{
	position:relative;
	padding:0px 40px;
}
.movers-clients-section .sponsors-outer .owl-dots,
.movers-clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}
.movers-clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
	padding:10px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.movers-clients-section .sponsors-outer .image-box:hover{
	
}
.movers-clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.6;
	filter: grayscale(100%);
	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;
}
.movers-clients-section .sponsors-outer .image-box img:hover{
	opacity:1;
	filter: grayscale(0%);
}
/*** 
====================================================================
	Movers Works Section
====================================================================
***/
.movers-works-section{
	position:relative;
	padding:100px 0px 100px;
}
.mover-step-block{
	position:relative;
}
.mover-step-block .inner-box{
	position:relative;
	text-align:center;
}
.mover-step-block .inner-box:before{
	position:absolute;
	content:'';
	left:75%;
	top:25%;
	width:161px;
	height:42px;
	background:url(../images/icons/mover-sepater.png) no-repeat;
}
.mover-step-block:nth-child(2) .inner-box:before{
	background:url(../images/icons/mover-sepater-1.png) no-repeat;
}
.mover-step-block:last-child .inner-box::before{
	display:none;
}
.mover-step-block .inner-box .icon-box{
	position:relative;
	width:110px;
	height:110px;
	line-height:110px;
	text-align:center;
	margin:0 auto;
	border-radius:10px;
	background-color:#e2eaff;
}
.mover-step-block .inner-box .icon-box .icon{
	position:relative;
}
.mover-step-block .inner-box h4{
	position:relative;
	color:#000000;
	font-weight:500;
	line-height:1.3em;
	margin-top:30px;
	font-family: 'Ubuntu', sans-serif;
}
.donate-banner-section{
	position:relative;
	padding-top:280px;
	background-size:cover;
}
.donate-banner-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.80);
}
.donate-banner-section .content-boxed{
	position:relative;
	text-align:center;
}
.donate-banner-section .content-boxed h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.1em;
	text-transform:capitalize;
	font-family: 'Ubuntu', sans-serif;
	
	transform: scaleY(0);
	transform-origin: bottom;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	text-transform:uppercase;
}
.donate-banner-section .active .content-boxed h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.donate-banner-section .content-boxed .text{
	position:relative;
	color:#ffffff;
	font-weight:400;
	line-height:1.9em;
	margin-top:22px;
	font-size:16px;
	margin-bottom:30px;
	text-transform:capitalize;
	font-family: 'Ubuntu', sans-serif;
	
	transform: scaleY(0);
	transform-origin: bottom;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	text-transform:uppercase;
}
.donate-banner-section .active .content-boxed .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}
.donate-banner-section .content-boxed .btns-box{
	transform: scaleY(0);
	transform-origin: bottom;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	text-transform:uppercase;
}
.donate-banner-section .active .content-boxed .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}
.donate-banner-section .content-boxed .theme-btn{
	margin:0px 12px;
}
.donate-banner-section .content-boxed .image{
	position:relative;
	margin-top:60px;
	text-align:center;
	transform: scaleX(0);
	transform-origin: bottom;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	text-transform:uppercase;
}
.donate-banner-section .content-boxed .image img{
	position:relative;
	width:auto;
	margin:0 auto;
}
.donate-banner-section .active .content-boxed .image{
	opacity: 1;
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}
.donate-banner-section .owl-dots{
	position:absolute;
	display:none;
}
.donate-banner-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	opacity:0;
	margin-top:-140px;
	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;
}
.donate-banner-section:hover .owl-nav{
	opacity:1;
}
.donate-banner-section .owl-nav .owl-prev{
	position:absolute;
	left:-50px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	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:2px solid rgba(255,255,255,0.60);
}
.donate-banner-section .owl-nav .owl-next{
	position:absolute;
	right:-50px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	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;
	border:2px solid rgba(255,255,255,0.60);
}
.donate-banner-section .owl-nav .owl-prev:hover,
.donate-banner-section .owl-nav .owl-next:hover{
	color:#1543c5;
	border-color:#ffffff;
	background-color:#ffffff;
}
/*** 
====================================================================
	Call To Action Section
====================================================================
***/
.donater-call-to-action-section{
	position:relative;
	padding:60px 0px;
	background-image: -ms-linear-gradient(left, #0b53ff 0%, #4175f2 100%);
	background-image: -moz-linear-gradient(left, #0b53ff 0%, #4175f2 100%);
	background-image: -o-linear-gradient(left, #0b53ff 0%, #4175f2 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0b53ff), color-stop(100, #4175f2));
	background-image: -webkit-linear-gradient(left, #0b53ff 0%, #4175f2 100%);
	background-image: linear-gradient(to right, #0b53ff 0%, #4175f2 100%);
}
.donater-call-to-action-section h3{
	position:relative;
	color:#ffffff;
	font-weight:700;
	font-family: 'Ubuntu', sans-serif;
}
.donater-call-to-action-section .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	margin-top:8px;
}
.donater-call-to-action-section .theme-btn{
	margin-top:13px;
}
/*** 
====================================================================
	Donation Counter Section
====================================================================
***/
.donation-counter-section{
	position:relative;
	padding:0px 0px 80px;
}
.donation-counter-section .inner-container{
	position:relative;
	border-radius:12px;
	padding:60px 30px 30px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	background-position:center center;
	background-repeat:no-repeat;
}
.donation-counter-section .inner-container.margin-top{
	margin-top:-120px;
	z-index:1;
}
/* Fact Counter Four */
.fact-counter-four{
	position:relative;
	margin-bottom:30px;
}
.fact-counter-four .column{
	position:relative;
	margin-bottom:30px;
}
.fact-counter-four .column .inner{
	position:relative;
	text-align:center;
}
.fact-counter-four .column .inner .content{
	position:relative;
}
.fact-counter-four .column:last-child .inner{
	border-right:0px;
}
.fact-counter-four .column .inner .icon-box{
	position:relative;
	width:70px;
	height:60px;
	font-size:60px;
	text-align:center;
	line-height:60px;
	display:inline-block;
	-webkit-transition: all 400ms ease;
  	-moz-transition: all 400ms ease;
  	-ms-transition: all 400ms ease;
  	-o-transition: all 400ms ease;
  	transition: all 400ms ease;
}
.fact-counter-four .column .inner:hover .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}
.fact-counter-four .column .inner .icon-box .icon{
	position:relative;
	display:inline-block;
}
.fact-counter-four .count-outer .percentage{
	display:inline-block;
	font-weight:700;
	color:#000000;
	font-size:30px;
	line-height:1em;
	font-family: 'Asap', sans-serif;
}
.fact-counter-four .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#000000;
	font-size:30px;
	line-height:1em;
	display:inline-block;
	font-family: 'Asap', sans-serif;
}
.fact-counter-four .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#000000;
	font-size:30px;
	line-height:1em;
	font-family: 'Asap', sans-serif;
}
.fact-counter-four .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:500;
	color:#5a7184;
	margin-top:12px;
	font-weight:500;
	opacity:0.88;
	margin-bottom:10px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}
/*** 
====================================================================
	Donation Mission Section
====================================================================
***/
.donation-mission-section{
	position:relative;
	padding:20px 0px 80px;
}
.donation-mission-section .content-column{
	position:relative;
	margin-bottom:40px;
}
.donation-mission-section .content-column .inner-column{
	position:relative;
}
.donation-mission-section .content-column .theme-btn{
	position:relative;
	margin-top:35px;
}
.donation-mission-section .blocks-column{
	position:relative;
	margin-bottom:40px;
}
.donation-mission-section .blocks-column .inner-column{
	position:relative;
}
.donate-feature-block{
	position:relative;
	margin-bottom:35px;
}
.donate-feature-block .inner-box{
	position:relative;
	padding:35px 35px;
	border-radius:10px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.07);
}
.donate-feature-block .inner-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#f1f5ff;
}
.donate-feature-block .inner-box .content{
	position:relative;
	padding-left:95px;
}
.donate-feature-block .inner-box h5{
	position:relative;
	font-weight:500;
	line-height:1.3em;
	color:#000000;
	text-transform:capitalize;
	font-family: 'Ubuntu', sans-serif;
}
.donate-feature-block .inner-box .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-top:10px;
}
/*** 
====================================================================
	Donation Causes Section
====================================================================
***/
.donation-causes-section{
	position:relative;
	padding:90px 0px 70px;
	background-color:#f8f9fb;
}
/* Causes Block */
.causes-block{
	position:relative;
	margin-bottom:40px;
}
.causes-block .inner-box{
	position:relative;
	border-radius:5px 5px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.causes-block .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:10px;
	background-color:#1b46ff;
	transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.causes-block .inner-box:hover .image img{
	position:relative;
	width:100%;
	display:block;
	opacity:0.4;
	transform:scale(1.1,1.1);
}
.causes-block .inner-box .image img{
	width:100%;
	display:block;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.causes-block .inner-box .image .ribbon{
	position:absolute;
	left:0px;
	top:20px;
	color:#ffffff;
	font-size:14px;
	z-index:1;
	padding:4px 14px;
	text-transform:uppercase;
}
.causes-block .inner-box .image .ribbon:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:-40px;
	height:100%;
	z-index:-1;
	background-color:#1b46ff;
	transform:skew(-30deg);
}
.causes-block .inner-box .image .like-icon{
	position:absolute;
	right:20px;
	top:20px;
	display:block;
	opacity:0;
	font-size:28px;
	color:#ffffff;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.causes-block .inner-box:hover .image .like-icon{
	opacity:1;
}
.causes-block .inner-box .lower-content{
	position:relative;
	padding:60px 30px 30px;
}
.causes-block .inner-box .lower-content h4{
	position:relative;
	color:#000000;
	font-weight:600;
	margin-top:15px;
	font-size:20px;
	margin-bottom:12px;
}
.causes-block .inner-box .lower-content h4 a{
	color:#000000;
	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;
}
.causes-block .inner-box .lower-content h4 a:hover{
	color:#1b46ff;
}
.causes-block .inner-box .lower-content .text{
	position:relative;
	color:#000000;
	font-size:15px;
	opacity:0.7;
	line-height:1.8em;
	margin-bottom:22px;
	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: 'Ubuntu', sans-serif;
}
.causes-block .inner-box .lower-content .content{
	position:relative;
}
.causes-block .inner-box .lower-content .content .overlay-box .collect{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
}
.causes-block .inner-box .lower-content .donate-percentage{
	position:relative;
}
.causes-block .inner-box .lower-content .donate-percentage .donate-bar-info{
	position:relative;
	margin-bottom:10px;
	background-color:#cccccc;
}
.causes-block .inner-box .lower-content .donate-bar-info .donate-percent{
	position:relative;
	font-weight:400;
	color:#000000;
	font-size:18px;
	display:block;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}
.causes-block .inner-box .lower-content .donate-bar-info .donate-percent .count-box{
	position:absolute;
	width:100%;
	color:#aa1f43;
	font-size:14px;
	text-align:center;
	margin-top:10px;
}
.causes-block .inner-box .lower-content .donate-percentage .donate-bar{
	position:relative;
	width:100%;
	height:2px;	
}
.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner{
	position:relative;
	width:100%;
	height:6px;
	background:#e1e1e1;
}
.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:6px;
	width:0px;
	background-color:#1b46ff;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}
.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar:before{
	position:absolute;
	content:'';
	right:-1px;
	top:-5px;
	width:16px;
	height:16px;
	border-radius:50%;
	background-color:#e1e1e1;
	border:1px solid #1b46ff;
}
.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar .count-box{
	position:absolute;
	right:-16px;
	top:-50px;
	width:48px;
	height:30px;
	color:#ffffff;
	font-size:14px;
	border-radius:3px;
	text-align:center;
	line-height:30px;
	background-color:#0b53ff;
}
.causes-block .inner-box .lower-content .donate-percentage .donate-bar .bar-inner .bar .count-box:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:-8px;
	margin-left:-7px;
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #0b53ff;
}
.causes-block .inner-box .lower-content .donate-percentage .amounts{
	position:relative;
	margin-top:15px;
}
.causes-block .inner-box .lower-content .donate-percentage .amounts .number{
	position:relative;
	color:#1d252d;
	font-size:15px;
	font-weight:400;
	font-family: 'Ubuntu', sans-serif;
}
.causes-block .inner-box .lower-content .btns-box{
	position:relative;
	text-align:center;
	margin-top:30px;
}
.causes-block .inner-box .lower-content .btns-box .theme-btn{
	padding:11px 30px;
}
.causes-block .inner-box .lower-content .btns-box .detail{
	position:relative;
	color:#190f52;
	font-size:15px;
	margin-top:15px;
	display:inline-block;
}
/*** 
====================================================================
	Donation Volunter Section
====================================================================
***/
.donation-volunter-section{
	position:relative;
	padding-top:50px;
	padding-bottom:30px;
}
.donation-volunter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	z-index:-1;
	bottom:80px;
	background-color:#f0c579;
}
.donation-volunter-section .content-column{
	position:relative;
}
.donation-volunter-section .content-column .inner-column{
	position:relative;
	padding-top:60px;
}
.donation-volunter-section .content-column h2{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	font-family: 'Ubuntu', sans-serif;
}
.donation-volunter-section .content-column .text{
	position:relative;
	color:#ffffff;
	font-weight:400;
	line-height:1.9em;
	margin-top:20px;
	font-size:18px;
	margin-bottom:20px;
	font-family: 'Ubuntu', sans-serif;
}
.donation-volunter-section .image-column{
	position:relative;
}
.donation-volunter-section .image-column .inner-column{
	position:relative;
	text-align:right;
}
/*** 
====================================================================
	Donation Featured Section
====================================================================
***/
.donation-featured-section{
	position:relative;
	padding-top:60px;
	padding-bottom:90px;
}
.donate-feature-block-two{
	position:relative;
	margin-bottom:30px;
}
.donate-feature-block-two .inner-box{
	position:relative;
	text-align:left;
	padding:30px 30px;
	border-radius:10px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}
.donate-feature-block-two .inner-box .left-border{
	position:absolute;
	left:0px;
	top:0px;
	width:2px;
	height:100%;
	opacity:0;
	transform:scale(1,0.2);
	background-color:#0b53ff;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.donate-feature-block-two .inner-box:hover .left-border{
	transform:scale(1,1);
	opacity:1;
}
.donate-feature-block-two .inner-box .right-border{
	position:absolute;
	right:0px;
	top:0px;
	width:2px;
	height:100%;
	opacity:0;
	transform:scale(1,0.2);
	background-color:#0b53ff;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.donate-feature-block-two .inner-box:hover .right-border{
	transform:scale(1,1);
	opacity:1;
}
.donate-feature-block-two .inner-box .top-border{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:2px;
	opacity:0;
	transform:scale(0.2,1);
	background-color:#0b53ff;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.donate-feature-block-two .inner-box:hover .top-border{
	transform:scale(1,1);
	opacity:1;
}
.donate-feature-block-two .inner-box .bottom-border{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	opacity:0;
	transform:scale(0.2,1);
	background-color:#0b53ff;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}
.donate-feature-block-two .inner-box:hover .bottom-border{
	transform:scale(1,1);
	opacity:1;
}
.donate-feature-block-two .inner-box .icon{
	position:relative;
	margin-bottom:10px;
}
.donate-feature-block-two .inner-box h5{
	position:relative;
	line-height:1.3em;
	font-weight:600;
}
.donate-feature-block-two .inner-box h5 a{
	position:relative;
	color:#000000;
	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;
}
.donate-feature-block-two .inner-box:hover h5 a{
	color:#0b53ff;
}
.donate-feature-block-two .inner-box .text{
	position:relative;
	line-height:1.8em;
	font-weight:400;
	color:#000000;
	font-size:16px;
	opacity:0.7;
	margin-top:12px;
	margin-bottom:15px;
	font-family: 'Ubuntu', sans-serif;
}
.donate-feature-block-two .inner-box .learn-more{
	position:relative;
	line-height:1.3em;
	font-weight:600;
	color:#0b53ff;
	font-size:16px;
	padding-right:0px;
	font-family: 'Poppins', sans-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;
}
.donate-feature-block-two .inner-box .learn-more span{
	position:absolute;
	left:102%;
	top:2px;
	margin-left:5px;
	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;
}
.donate-feature-block-two .inner-box:hover .learn-more span{
	left:0%;
}
.donate-feature-block-two .inner-box:hover .learn-more{
	padding-left:28px;
}
/*** 
====================================================================
	Donation Events Section
====================================================================
***/
.donation-events-section{
	position:relative;
	padding:100px 0px 110px;
	background-color:#f8f9fb;
}
.donation-events-section .inner-container{
	position:relative;
	max-width:1050px;
	margin:0 auto;
}
/* Donate Event Block */
.donate-event-block{
	position:relative;
	margin-bottom:40px;
}
.donate-event-block .inner-box{
	position:relative;
}
.donate-event-block .inner-box .image-column{
	position:relative;
}
.donate-event-block .inner-box .image{
	position:relative;
	border-radius:4px;
	overflow:hidden;
}
.donate-event-block .inner-box .image .icon{
	position:absolute;
	left:20px;
	top:20px;
	width:45px;
	height:45px;
	z-index:1;
	color:#000000;
	font-size:18px;
	text-align:center;
	line-height:47px;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.donate-event-block .inner-box:hover .image .icon{
	opacity:0;
	visibility:hidden;
}
.donate-event-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.donate-event-block .inner-box .image .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;
}
.donate-event-block .inner-box .image .overlay-box:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    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:rgba(230,204,126,0.80);
	-moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.donate-event-block .inner-box:hover .overlay-box:before{
	-moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
}
.donate-event-block .inner-box:hover .overlay-box{
	opacity:1;
}
.donate-event-block .inner-box .image .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}
.donate-event-block .inner-box .image .overlay-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.donate-event-block .inner-box .image .overlay-box .overlay-inner .link{
	position:relative;
	width:45px;
	height:45px;
	z-index:1;
	color:#000000;
	font-size:18px;
	text-align:center;
	line-height:47px;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.donate-event-block .inner-box .image .overlay-box .overlay-inner .link .icon-box{
	position:relative;
}
.donate-event-block .inner-box .image .overlay-box .link:hover{
	color:#ffffff;
	background-color:#f0c579;
}
.donate-event-block .inner-box .content-column{
	position:relative;
}
.donate-event-block .inner-box .content-column .column-inner{
	position:relative;
	padding-top:70px;
}
.donate-event-block .inner-box .content-column .post-meta{
	position:relative;
	margin-bottom:8px;
}
.donate-event-block .inner-box .content-column .post-meta li{
	position:relative;
	color:#f0c579;
	font-size:15px;
	font-weight:400;
	margin-right:20px;
	display:inline-block;
}
.donate-event-block .inner-box .content-column .post-meta li:last-child{
	margin-right:0px;
}
.donate-event-block .inner-box .content-column h3{
	position:relative;
	font-size:24px;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:15px;
}
.donate-event-block .inner-box .content-column h3 a{
	position:relative;
	color:#222222;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.donate-event-block .inner-box .content-column h3 a:hover{
	color:#f0c579;
}
.donate-event-block .inner-box .content-column .text{
	position:relative;
	font-size:15px;
	line-height:1.9em;
	color:#555555;
	margin-bottom:26px;
}
.donate-event-block .inner-box .content-column .post-info{
	position:relative;
}
.donate-event-block .inner-box .content-column .post-info .post-inner{
	position:relative;
	padding-left:80px;
	padding-top:10px;
	min-height:61px;
}
.donate-event-block .inner-box .content-column .post-info .post-inner .author-image{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 61px;
    height: 61px;
    overflow: hidden;
    border-radius: 50px;
}
.donate-event-block .inner-box .content-column .post-info .post-inner .author-name{
    position: relative;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3em;
}
.donate-event-block .inner-box .content-column .post-info .post-inner .post-date{
	position: relative;
	margin-top:3px;
}
/*** 
====================================================================
	Donation Team Section
====================================================================
***/
.donation-team-section{
	position:relative;
	padding:100px 0px 110px;
}
.donate-team-block{
	position:relative;
	margin-bottom:30px;
}
.donate-team-block .inner-box{
	position:relative;
	padding:35px 35px;
	border:2px solid #f2f3f6;
}
.donate-team-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-2px;
	right:0px;
	height:3px;
	opacity:0;
	transform: scale(0.5,1);
	background-color:#0b53ff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.donate-team-block .inner-box:hover::before{
	opacity:1;
	transform: scale(1,1);
}
.donate-team-block .inner-box .content{
	position:relative;
	overflow:hidden;
}
.donate-team-block .inner-box .content .circle-one{
	position:absolute;
	left:10px;
	top:10px;
	width:47px;
	height:47px;
	border-radius:0%;
	display:inline-block;
	background-color:#f0c579;
}
.donate-team-block .inner-box .content .circle-two{
	position:absolute;
	left:21px;
	top:21px;
	width:26px;
	height:26px;
	border-radius:50%;
	display:inline-block;
	background-color:#0b53ff;
}
.donate-team-block .inner-box .designation{
	position:relative;
	color:#0b53ff;
	font-size:16px;
	font-weight:600;
	line-height:1.3em;
	text-align:right;
	margin-bottom:28px;
}
.donate-team-block .inner-box .image{
	position:relative;
	width:145px;
	height:145px;
	margin:0 auto;
	border-radius:50%;
	overflow:hidden;
	margin-bottom:25px;
}
.donate-team-block .inner-box h4{
	position:relative;
	font-weight:600;
	line-height:1.1em;
}
.donate-team-block .inner-box h4 a{
	position:relative;
	color:#19274d;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.donate-team-block .inner-box h4 a:hover{
	color:#0b53ff;
}
.donate-team-block .inner-box .content .social-outer-box{
	position:absolute;
	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;
}
.donate-team-block .inner-box .content .social-outer-box .plus{
	position:relative;
	right:0px;
	bottom:0px;
	width:50px;
	z-index:1;
	height:50px;
	color:#ffffff;
	cursor:pointer;
	line-height:50px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#0b53ff;
}
.donate-team-block .inner-box .content .social-outer-box .social-boxed{
	position:absolute;
	right:0px;
	bottom:-400px;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}
.donate-team-block .inner-box .content .social-outer-box:hover{
	overflow:visible;
}
.donate-team-block .inner-box .content .social-outer-box:hover .social-boxed{
	bottom:100%;
	top:auto;
}
.donate-team-block .inner-box .content .social-outer-box .social-boxed .social-box{
	position:relative;
}
.donate-team-block .inner-box .content .social-outer-box .social-boxed .social-box li{
	position:relative;
	padding-bottom:10px;
}
.donate-team-block .inner-box .content .social-outer-box .social-boxed .social-box li a{
	position:relative;
	width:50px;
	height:50px;
	color:#19274d;
	font-size:16px;
	border-radius:50px;
	text-align:center;
	line-height:48px;
	display:inline-block;
	border:2px solid #f2f3f6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.donate-team-block .inner-box .content .social-outer-box .social-boxed .social-box li.facebook a:hover{
	color:#ffffff;
	border-color:#4064ad;
	background-color:#4064ad;
}
.donate-team-block .inner-box .content .social-outer-box .social-boxed .social-box li.twitter a:hover{
	color:#ffffff;
	border-color:#2d88ff;
	background-color:#2d88ff;
}
.donate-team-block .inner-box .content .social-outer-box .social-boxed .social-box li.behance a:hover{
	color:#ffffff;
	border-color:#0055f8;
	background-color:#0055f8;
}
/*** 
====================================================================
	Donation Testimonial Section
====================================================================
***/
.donation-testimonial-section{
	position:relative;
	padding:100px 0px 220px;
	background-color:#f8f9fb;
}
.donation-testimonial-section .owl-dots{
	position:absolute;
	display:none;
}
.donation-testimonial-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-30px;
	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;
}
.donation-testimonial-section .owl-nav .owl-prev{
	position:absolute;
	left:-70px;
	width:60px;
	height:60px;
	color:#0b53ff;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	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:2px solid #0b53ff;
}
.donation-testimonial-section .owl-nav .owl-next{
	position:absolute;
	right:-70px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#0b53ff;
	line-height:56px;
	border-radius:50px;
	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;
	border:2px solid #0b53ff;
}
.donation-testimonial-section .owl-nav .owl-prev:hover,
.donation-testimonial-section .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#0b53ff;
	background-color:#0b53ff;
}
/* Donation Testimonial Block */
.donation-testimonial-block{
	position:relative;
}
.donation-testimonial-block .inner-box{
	position:relative;
	padding:45px 30px;
	background-color:#ffffff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.05);
}
.donation-testimonial-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:4px;
	width:100%;
	opacity:0;
	transform:scale(0.1,1);
	background-color:#0b53ff;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.donation-testimonial-block .inner-box:hover::before{
	opacity:1;
	transform:scale(1,1);
}
.donation-testimonial-block .inner-box .upper-box{
	position:relative;
}
.donation-testimonial-block .inner-box .upper-box .upper-inner{
	position:relative;
	padding-left:80px;
	padding-top:12px;
	min-height:64px;
}
.donation-testimonial-block .inner-box .upper-box .upper-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:64px;
	height:64px;
	overflow:hidden;
	border-radius:50px;
}
.donation-testimonial-block .inner-box .upper-box .upper-inner .author-name{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:500;
	line-height:1.3em;
}
.donation-testimonial-block .inner-box .upper-box .upper-inner .designation{
	position:relative;
	color:#222222;
	font-size:13px;
	margin-top:4px;
	font-family: 'Asap', sans-serif;
}
.donation-testimonial-block .inner-box .text{
	position:relative;
	margin-top:45px;
	font-size:16px;
	color:#666666;
	line-height:1.8em;
	font-family: 'Asap', sans-serif;
}
.donation-testimonial-block .inner-box .text:before{
	position:absolute;
	content: "\f1d2";
	left:-4px;
	top:-28px;
	color:#222222;
	font-size:12px;
	font-style:normal;
	font-family: "Flaticon";
}
.donation-testimonial-block .inner-box .text:after{
	position:absolute;
	content: "\f104";
	right:-4px;
	bottom:-22px;
	color:#222222;
	font-size:12px;
	font-style:normal;
	font-family: "Flaticon";
}
/*** 
====================================================================
	Newsletter Section
====================================================================
***/
.donation-newsletter-section{
	position:relative;
}
.donation-newsletter-section.margin-bottom{
	margin-bottom: -110px;
    margin-top: -105px;
	z-index:1;
}
.donation-newsletter-section .inner-container{
	position:relative;
	padding:65px 60px 65px;
	background-size:cover;
	background-color:#f0c579;
	background-repeat:no-repeat;
}
.donation-newsletter-section .title-column{
	position:relative;
}
.donation-newsletter-section .title-column .inner-column{
	position: relative;
    padding-top: 6px;
    margin-bottom: 6px;
}
.donation-newsletter-section .title-column h4{
	position:relative;
	color:#222222;
	font-weight:700;
	font-size:30px;
	text-transform:capitalize;
	font-family: 'Asap', sans-serif;
}
.donation-newsletter-section .title-column .inner-column .title{
	position:relative;
	color:#222222;
}
.donation-newsletter-section .form-column{
	position:relative;
}
.donation-newsletter-section .form-column .inner-column{
	position:relative;
	margin-top:7px;
}
/*Subscribe Form*/
.donation-subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
}
.donation-subscribe-form .form-group input[type="text"],
.donation-subscribe-form .form-group input[type="tel"],
.donation-subscribe-form .form-group input[type="email"],
.donation-subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	height:60px;
	font-size:14px;
	color:#000000;
	background:#ffffff;
	border-radius:50px;
	padding:10px 50px 10px 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;
}
.donation-subscribe-form .form-group input[type="submit"],
.donation-subscribe-form button{
	position:absolute;
	right:2px;
	top:2px;
	bottom:2px;
	width:150px;
	color:#222222;
	font-weight:600;
	font-size:16px;
	cursor:pointer;
	border-radius:50px;
	background-color:#f0c579;
	font-family: 'Asap', sans-serif;
}
.donation-subscribe-form button:hover{
	background:none;
	color:#ffffff;
	background-color:#222222;
}
/*** 
====================================================================
	Gallery Section
====================================================================
***/
.donation-gallery-section{
	position:relative;
	padding:95px 0px 95px;
}
.donation-gallery-section .filters{
	position:relative;
	margin-bottom:60px;
}
.donation-gallery-section .filters .filter-tabs{
	position:relative;
}
.donation-gallery-section .filters li{
	position: relative;
    display: inline-block;
    color: #222222;
	padding:7px 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
	margin:0px 1px 2px;
	border-radius:50px;
	display:inline-block;
	border:1px solid transparent;
	text-transform:uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.donation-gallery-section .filters .filter.active,
.donation-gallery-section .filters .filter:hover{
    color:#f0c579;
	border-color:#f0c579;
}
.donation-gallery-block{
	position:relative;
	margin-bottom:30px;
}
.donation-gallery-block .inner-box{
	position:relative;
	overflow:hidden;
}
.donation-gallery-block .inner-box .image{
	position:relative;
}
.donation-gallery-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}
.donation-gallery-block .inner-box .overlay-box{
	position:absolute;
	left:15px;
	right:15px;
	bottom:0%;
	opacity:0;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
	
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.donation-gallery-block .inner-box:hover .overlay-box{
	opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}
.donation-gallery-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.85;
	background-color:rgba(0,0,0,0.95);
}
.donation-gallery-block .inner-box .overlay-box .overlay-inner{
	position:relative;
	padding:28px 28px;
}
.donation-gallery-block .inner-box .overlay-box h3{
	position:relative;
	font-size:24px;
	font-weight:600;
	padding-bottom:18px;
	margin-bottom:25px;
}
.donation-gallery-block .inner-box .overlay-box h3 a{
	position:relative;
	color:#ffffff;
}
.donation-gallery-block .inner-box .overlay-box h3:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:40px;
	background-color:#333333;
}
.donation-gallery-block .inner-box .overlay-box .text{
	position:relative;
	color:#ffffff;
	line-height:2em;
	margin-bottom:30px;
}
.donation-gallery-block .inner-box .overlay-box .links{
	position:relative;
}
.donation-gallery-block .inner-box .overlay-box .links li{
	position:relative;
	margin-right:12px;
	display:inline-block;
}
.donation-gallery-block .inner-box .overlay-box .links li a{
	position:relative;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:15px;
	line-height:37px;
	text-align:center;
	display:inline-block;
	border:1px solid #ffffff;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.donation-gallery-block .inner-box .overlay-box .links li a:hover{
	border-color:#333333;
	background-color:#333333;
}
.donation-gallery-block.mix{
	display:none;
}
.donation-gallery-section .load-more-btn{
	position:relative;
	margin-top:30px;
}
/*** 
====================================================================
	Donate Now
====================================================================
***/
.donate-now{
	position:relative;
	padding:120px 0px 70px;
	border-bottom:2px solid #f9f9f9;
}
.donate-default-title{
	position:relative;
	margin-bottom:20px;
	padding-bottom:22px;	
}
.donate-default-title h3{
	position:relative;
	font-size:17px;
	color:#222222;
	font-weight:500;
	line-height:1.4em;
	text-transform:uppercase;	
}
.donate-now .left-column{
	position:relative;
	margin-bottom:30px;	
}
.donate-now .right-column{
	position:relative;
	margin-bottom:30px;	
}
.donate-now .select-amount{
	position:relative;	
}
.donate-now .select-box{
	position:relative;
	float:left;
	width:60px;
	text-align:center;
	margin:0px 20px 10px 0px;	
}
.donate-now .input-box{
	position:relative;
	float:left;
	width:200px;
}
.donate-now .select-box input[type="radio"]{
	left:0px;
	top:0px;
	visibility:hidden;
	position:absolute;
	opacity:0;	
}
.donate-now .select-box label{
	display:block;
	line-height:22px;
	padding:10px 10px;
	text-align:center;
	font-size:14px;
	font-weight:500;
	color:#555555;
	border:1px solid #e0e0e0;
	cursor:pointer;
	border-radius:2px;
	transition:all 500ms ease;
}
.donate-now .select-box input[type="radio"]:checked+label{
	background:#0b53ff;
	border-color:#0b53ff;
	color:#ffffff;	
}
.donate-default-form .form-group{
	position:relative;
	margin-bottom:20px;	
}
.donate-default-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:10px;
	color:#222222;
	font-weight:500;
	font-size:14px;
}
.donate-default-form .form-group .field-label sup,
.donate-default-form .form-group .field-label .req{
	color:#ff0000;
	font-size:14px;
	padding-left:5px;
}
.donate-default-form input[type="text"],
.donate-default-form input[type="email"],
.donate-default-form input[type="password"],
.donate-default-form input[type="tel"],
.donate-default-form input[type="url"],
.donate-default-form select,
.donate-default-form textarea{
	display:block;
	width:100%;
	line-height:22px;
	height:44px;
	font-size:13px;
	border:1px solid #e0e0e0;
	padding:10px 15px;	
	background-color:#ffffff;
	color:#222222;
	border-radius:2px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}
.donate-default-form select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}
.donate-default-form textarea{
	height:92px;
	resize:none;	
}
.become-volunteer .donate-default-form textarea{
	height:160px;
}
.donate-default-form select option{
	text-indent:15px;	
}
.donate-default-form button{
	padding:9px 30px;
}
.donate-default-form input:focus,
.donate-default-form select:focus,
.donate-default-form textarea:focus{
	border-color:#0b53ff;	
}
.donate-default-form input.error,
.donate-default-form select.error,
.donate-default-form textarea.error{
	border-color:#ff0000 !important;	
}
.donate-default-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;	
}