/* Callix - Portfolio and Digital Agency HTML Template  */

/*********** TABLE OF CONTENTS **************
1. Fonts
2. Reset
3. Global
4. Main Header / Style One / Style Two / Style Three
5. Sticky Header
6. Mobile Menu
7. Main Slider / Banner Carousel
8. About Section / Style One  / Style Two / Style Three
9. Services Section / Services Section Two / Services Section Three
11. Activities Section
12. Features Section
13. Pricing Sections
14. Testimonials Section
15. News Section
16. Main Footer / Style One  / Style Two / Three
17. Booking Section
18. Featured Services
19. Yacht Rental Section
20. Destinations Section
21. Testimonials Section Two
22. Fluid Section
23. Destinations Section Two
24. Facts Section
25. Top Destinations
26. Team Section
27. Testimonials Section Two
28. Subscribe Section
29. Yacht Rent / Buy Section
30. Rent / Buy Details / Yacht Details
31. Yacht Tour 01 / 02 / 03 / 04 
32. Tour Details
33. Choose Destination
34. Welcome Section
35. Portfolio / One Column / Two COlumn / Three Column / Masonry Style
36. Contact Section
37. Coming Soon
38. Blog Grid 
39. Blog List
40. Blog Large Image
41. Blog Post Details




**********************************************/


@import url('fonts.css');
@import url('owl.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('pe-icon-stroke.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('hover.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:16px;
	color:#497188;
	line-height:1.65em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Archivo', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #ff6000;
}

.theme_color{
	color:#ff6000;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px 0px 15px;
	background:none;
	line-height:1.25em;
	font-family: 'Gilroy-Bold', sans-serif;
}

h1{
	font-size: 120px;
}

h2{
	font-size: 80px;
}

h3{
	font-size: 32px;
}

h4{
	font-size: 24px;
}

h5{
	font-size: 18px;
}

h6{
	font-size: 12px;
}

input,select,button{
	font-family: 'Archivo', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 16px;
	line-height: 1.65em;
	font-weight: 400;
	margin: 0 0 15px;
}

.text{
	font-size: 16px;
	line-height: 1.65em;
	font-weight: 400;
	margin: 0 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}


figure{
	display: block;
	margin: 0;
	padding: 0;
}

.inner,
.inner-box{
	display: block;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #5a8299;
	font-weight: 700;
	padding: 13px 40px;
	background: none;
	border:2px solid #c0d1db;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-one:hover .btn-title{
	background: #ff6000;
	border-color: #ff6000;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-two .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 13px 40px;
	background: #ff6000;
	border:2px solid #ff6000;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-two:hover .btn-title{
	background: #001f29;
	border-color: #001f29;
	color: #ffffff;
}

/*Btn Style Three*/

.btn-style-three{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-three .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 13px 40px;
	background: none;
	letter-spacing: 4px;
	border:2px solid rgba(255,255,255,0.30);
	border-radius:30px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-three .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-three:hover .btn-title{
	background: #ff5489;
	border-color: #ff5489;
	color: #ffffff;
}

/*Btn Style Four*/

.btn-style-four{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-four .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 40px;
	border:none;
	background: #fda9bc;
	background: -webkit-linear-gradient(left,#fda9bc,#ff5488);
	background: -ms-linear-gradient(left,#fda9bc,#ff5488);
	background: -moz-linear-gradient(left,#fda9bc,#ff5488);
	letter-spacing: 3px;
	border-radius:30px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-four .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-four:hover .btn-title{
	background: #000e8f;
	border-color: #000e8f;
	color: #ffffff;
}

/*Btn Style Five*/

.btn-style-five{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-five .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 40px;
	border:none;
	background: #000e8f;
	letter-spacing: 3px;
	border-radius:30px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-five .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-five:hover .btn-title{
	background: #ff5488;
	border-color: #ff5488;
	color: #ffffff;
}

/*Btn Style Six*/

.btn-style-six{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-six .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 600;
	padding: 15px 40px;
	border:none;
	background: #00307c;
	letter-spacing: 3px;
	border-radius:30px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-six .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-six:hover .btn-title{
	background: #ff6000;
	border-color: #ff6000;
	color: #ffffff;
}

/*Btn Style Seven*/

.btn-style-seven{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-seven .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #47698e;
	font-weight: 700;
	padding: 13px 40px;
	background: none;
	letter-spacing: 4px;
	border:2px solid #dfe6ec;
	border-radius:30px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-seven .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-seven:hover .btn-title{
	background: #3300c6;
	border-color: #3300c6;
	color: #ffffff;
}

/*Btn Style Eight*/

.btn-style-eight{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-eight .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 40px;
	border:none;
	background: #ff4646;
	letter-spacing: 3px;
	border-radius:30px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-eight .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-eight:hover .btn-title{
	background: #000261;
	border-color: #000261;
	color: #ffffff;
}

/*Btn Style Nine*/

.btn-style-nine{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-nine .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 40px;
	border:none;
	background: #28b270;
	letter-spacing: 3px;
	border-radius:30px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-nine .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-nine:hover .btn-title{
	background: #cc500b;
	border-color: #cc500b;
	color: #ffffff;
}

/*Btn Style Ten*/

.btn-style-ten{
	position: relative;
	background: none;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-ten .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 40px;
	border:none;
	background: #ff6511;
	letter-spacing: 3px;
	border-radius:30px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-ten .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-ten:hover .btn-title{
	background: #000261;
	border-color: #000261;
	color: #ffffff;
}

/*Btn Style Eleven*/

.btn-style-eleven{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	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;
}

.btn-style-eleven .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #47698e;
	font-weight: 700;
	padding: 13px 40px;
	background: none;
	letter-spacing: 3px;
	border:2px solid rgba(0,0,0,0.05);
	border-radius:30px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-eleven .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-eleven:hover .btn-title{
	background: #ff6000;
	border-color: #ff6000;
	color: #ffffff;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{position:fixed;top:0;background-color:#2a2273;left:0;width:100%;height:100%;z-index:99999;text-align:center}.preloader .spinner{width:4em;height:4em;-webkit-transform:perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);transform:perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;position:absolute;left:0;right:0;top:45%;-webkit-transform:translateY(-45%);transform:translateY(-45%);margin-left:auto;margin-right:auto}.preloader .spinner .disc{position:absolute;width:100%;height:100%;border-radius:100%;border:.3em dotted #fff}.preloader .spinner .disc:nth-child(1){-webkit-animation:rotate 12s linear infinite;animation:rotate 12s linear infinite}.preloader .spinner .disc:nth-child(2){-webkit-animation:rotateDisc2 12s linear infinite;animation:rotateDisc2 12s linear infinite}.preloader .spinner .disc:nth-child(3){-webkit-animation:rotateDisc3 12s linear infinite;animation:rotateDisc3 12s linear infinite}.preloader .spinner .inner{width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-animation:sphereSpin 6s linear infinite;animation:sphereSpin 6s linear infinite}.preloader .spinner::before{content:'';position:absolute;left:0;top:0;border-radius:50%;right:0;bottom:0;border:2px dotted #fff;margin:-15px}@-webkit-keyframes sphereSpin{0%{-webkit-transform:rotateX(360deg) rotateY(0deg);transform:rotateX(360deg) rotateY(0deg)}100%{-webkit-transform:rotateX(0deg) rotateY(360deg);transform:rotateX(0deg) rotateY(360deg)}}@keyframes sphereSpin{0%{-webkit-transform:rotateX(360deg) rotateY(0deg);transform:rotateX(360deg) rotateY(0deg)}100%{-webkit-transform:rotateX(0deg) rotateY(360deg);transform:rotateX(0deg) rotateY(360deg)}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotateDisc2{from{-webkit-transform:rotateX(90deg) rotateZ(0deg);transform:rotateX(90deg) rotateZ(0deg)}to{-webkit-transform:rotateX(90deg) rotateZ(360deg);transform:rotateX(90deg) rotateZ(360deg)}}@keyframes rotateDisc2{from{-webkit-transform:rotateX(90deg) rotateZ(0deg);transform:rotateX(90deg) rotateZ(0deg)}to{-webkit-transform:rotateX(90deg) rotateZ(360deg);transform:rotateX(90deg) rotateZ(360deg)}}@-webkit-keyframes rotateDisc3{from{-webkit-transform:rotateY(90deg) rotateZ(0deg);transform:rotateY(90deg) rotateZ(0deg)}to{-webkit-transform:rotateY(90deg) rotateZ(360deg);transform:rotateY(90deg) rotateZ(360deg)}}@keyframes rotateDisc3{from{-webkit-transform:rotateY(90deg) rotateZ(0deg);transform:rotateY(90deg) rotateZ(0deg)}to{-webkit-transform:rotateY(90deg) rotateZ(360deg);transform:rotateY(90deg) rotateZ(360deg)}}


img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.dropdown-toggle::after{
	display: none;
}

.fa{
	line-height: inherit;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	right:20px;
	bottom:20px;
	width:54px;
	height:54px;
	color:#ffffff;
	font-size:30px;
	line-height:54px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#25283a;
	border-radius: 0px;
	margin-left:-26px;
	display:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	box-shadow:2px 2px 0px #ff6000;
}

.scroll-to-top:hover{
	background:#ff6000;
	color:#ffffff;
	box-shadow:2px 2px 0px #25283a;
}



/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header{
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	background:none;
}

/*=== Header Main Box ===*/

.main-header .header-upper{
	position:relative;
	display: block;
	z-index: 1;
}

.main-header .header-upper{
	position:relative;
}

.main-header .nav-outer{
	position: relative;
}

.main-header .nav-outer .main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;
	display:block !important;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Gilroy-Bold', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:15px 0px;
	margin-right: 40px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li:last-child:after{
	display: none;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:18px;
	line-height:30px;
	font-weight:700;
	text-transform:capitalize;
	letter-spacing: 0.03em;
	color:#ffffff;
	padding:10px 0px;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li.dropdown > a{
	padding-right: 15px;
}

.main-menu .navigation > li.dropdown > a:after{
	content: '+';
	position: absolute;
	right: 0;
	margin-top: 1px;
	font-weight:400;
	z-index:1;	
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #ff6000 !important;
}

.sticky-header .main-menu .navigation > li:before{
	display:none;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color: #ff6000;
}

.sticky-header .main-menu .navigation > li.dropdown{
	padding-right:0px;	
}

.main-menu .navigation > li > ul{
	
}
.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width: 220px;
	z-index:100;
	padding: 10px 0px;
	opacity: 1;
	background:#ffffff;
	text-align: left;
	font-family: 'Gilroy-SemiBold', sans-serif;
	border-top:2px solid #ff6000;
	-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;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
	-ms-box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
	box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	padding: 0 0px;
	border-bottom:1px solid rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li:last-child{
	margin-bottom:0px;
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	display:block;
	font-size: 15px;
	line-height:24px;
	padding: 10px 25px;
	color: #252733;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #ff6000;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	content: "\f105";
	position:absolute;
	right: 0;
	top: 9px;
	display:block;
	font-size:16px;
	line-height:24px;
	padding: 3px 25px;
	font-weight:900;
	font-family: "Font Awesome 5 Free";
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top: 0;
	width: 220px;
	z-index:100;
	padding: 9px 0px;
	opacity: 1;
	background:#ffffff;
	border-top:2px solid #ff6000;
	-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;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
	-ms-box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
	box-shadow: 0 15px 27px 0 rgba(14,0,40,.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	padding: 0 0px;
	border-bottom:1px solid rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	margin-bottom:0px;
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	display:block;
	font-size: 15px;
	line-height:24px;
	padding: 10px 25px;
	color: #252733;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li > ul li:hover a{
	color: #ff6000;
}

.main-menu .navigation > li.dropdown:hover > ul{
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	visibility:visible;
	opacity:1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	opacity:1;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Header Style One
====================================================================

***/

.header-style-one{
	position: fixed;
	left: 0;
	top: 40px;
	width: 100%;
	transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
}

.header-style-one.fixed-header{
	top: 0;
	background: #222222;
}

.header-style-one .header-upper{
	position: relative;
}

.header-style-one .auto-container{
	max-width: 1360px;
}

.header-style-one .logo-box{
	position: relative;
	float: left;
}

.header-style-one .other-links{
	position: relative;
	top: 10px;
	float: right;
	padding: 15px 35px;
	background: #ffffff;
}

.inner-page-header.header-style-one .other-links{
	position: relative;
	top: 10px;
	padding: 0px;
	background: none;
}

.header-style-one .search-btn{
	position: relative;
	float: left;
	margin-left: 30px;
	line-height: 30px;
	color: #56828d;
}

.header-style-one .search-btn .search-toggler{
	position: relative;
	display: block;
	line-height: 30px;
	color: #56828d;
	background: none;
	padding: 0;
	font-size: 18px;
}

.header-style-one .max-nav-toggler{
	position: relative;
	float: left;
}

.header-style-one .max-nav-toggler .toggle-btn{
	position: relative;
	display: block;
	line-height: 30px;
	color: #56828d;
	background: none;
	padding: 0;
	font-size: 20px;
}

.header-style-one .cart-btn{
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-style-one .cart-btn .cart-toggler{
	position: relative;
	display: block;
	line-height: 30px;
	color: #56828d;
	background: none;
	padding: 0;
	font-size: 20px;
}

.header-style-one .nav-content{
	position: relative;
	float: left;
	width: calc(100% - 350px);
}

.header-style-one .nav-outer{
	position:relative;
	display: block;
	text-align: center;
}

.header-style-one .nav-outer .main-menu{
	position:relative;
	display: inline-block;
	vertical-align: top;
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two{
	position: fixed;
	left: 0;
	top: 40px;
	width: 100%;
	transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
}

.header-style-two.fixed-header{
	top: 0;
	background: #222222;
}

.header-style-two .header-upper{
	position: relative;
}

.header-style-two .auto-container{
	max-width: 1360px;
}

.header-style-two .logo-box{
	position: relative;
	float: left;
}

.header-style-two .other-links{
	position: relative;
	top: 10px;
	float: right;
}

.header-style-two .other-links .link-box{
	position: relative;
}

.header-style-two .nav-content{
	position: relative;
	float: left;
	width: calc(100% - 410px);
}

.header-style-two .nav-outer{
	position:relative;
	display: block;
	text-align: center;
}

.header-style-two .nav-outer .main-menu{
	position:relative;
	display: inline-block;
	vertical-align: top;
}

.header-style-two .nav-outer .main-menu .navigation > li.dropdown > a{
	padding-right: 0;
}

.header-style-two .nav-outer .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

/*** 

====================================================================
	Header Style Three
====================================================================

***/

.header-style-three{
	position: fixed;
	left: 0;
	top: 40px;
	width: 100%;
	transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
}

.header-style-three.fixed-header{
	top: 0;
	background: #222222;
}

.header-style-three .header-upper{
	position: relative;
}

.header-style-three .auto-container{
	max-width: 100%;
}

.header-style-three .header-upper .inner{
	position: relative;
	width: 50%;
	padding: 0px 80px 0px 65px;
	transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
}

.header-style-three.fixed-header .header-upper .inner{
	width: 100%;
	padding: 0px 5px;
}

.header-style-three .logo-box{
	position: relative;
	float: left;
}

.header-style-three .other-links{
	position: relative;
	top: 10px;
	float: right;
	padding: 15px 0px;
	background: none;
}

.header-style-three .search-btn{
	position: relative;
	float: left;
	margin-left: 35px;
	line-height: 30px;
	color: #ffffff;
}

.header-style-three .search-btn .search-toggler{
	position: relative;
	display: block;
	line-height: 30px;
	color: #ffffff;
	background: none;
	padding: 0;
	font-size: 18px;
}

.header-style-three .ext-nav-btn{
	position: relative;
	float: left;
}

.header-style-three .ext-nav-btn .toggle-btn{
	position: relative;
	display: block;
	line-height: 30px;
	color: #ffffff;
	background: none;
	padding: 0;
	font-size: 20px;
}

.header-style-three .nav-content{
	position: relative;
	display: none;
}

/*** 

====================================================================
	Header Style Five
====================================================================

***/

.header-style-four{
	position: fixed;
	left: 0;
	top: 40px;
	width: 100%;
	transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
}

.header-style-four.fixed-header{
	top: 0;
	background: #222222;
}

.header-style-four .header-upper{
	position: relative;
}

.header-style-four .auto-container{
	max-width: 1360px;
}

.header-style-four .logo-box{
	position: relative;
	float: left;
}

.header-style-four .other-links{
	position: relative;
	top: 11px;
	float: right;
	padding: 15px 0px;
	background: none;
}

.header-style-four .search-btn{
	position: relative;
	float: left;
	line-height: 30px;
	color: #ffffff;
}

.header-style-four .search-btn .search-toggler{
	position: relative;
	display: block;
	line-height: 30px;
	color: #ffffff;
	background: none;
	padding: 0;
	font-size: 18px;
}

.header-style-four .max-nav-toggler{
	position: relative;
	float: left;
	margin-left: 25px;
}

.header-style-four .max-nav-toggler .toggle-btn{
	position: relative;
	display: block;
	line-height: 30px;
	color: #ffffff;
	background: none;
	padding: 0;
	font-size: 20px;
}

.header-style-four .cart-btn{
	position: relative;
	float: left;
	margin-left: 20px;
	line-height: 30px;
	color: #ffffff;
}

.header-style-four .cart-btn .cart-toggler{
	position: relative;
	display: block;
	line-height: 30px;
	color: #ffffff;
	background: none;
	padding: 0;
	font-size: 18px;
}

.header-style-four .nav-content{
	position: relative;
	float: left;
	width: calc(100% - 320px);
}

.header-style-four .nav-outer{
	position:relative;
	display: block;
	text-align: center;
}

.header-style-four .nav-outer .main-menu{
	position:relative;
	display: inline-block;
	vertical-align: top;
}

.header-style-four .nav-outer .main-menu .navigation > li.dropdown > a{
	padding-right: 0;
}

.header-style-four .nav-outer .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

/*** 

====================================================================
	Header Style Five
====================================================================

***/

.header-style-five{
	position: fixed;
	left: 0;
	top: 40px;
	width: 100%;
	transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-o-transition:all 300ms linear;
}

.header-style-five.fixed-header{
	top: 0;
	background: #222222;
}

.header-style-five .header-upper{
	position: relative;
}

.header-style-five .auto-container{
	max-width: 1360px;
}

.header-style-five .logo-box{
	position: relative;
	float: left;
}

.header-style-five .other-links{
	position: relative;
	top: 10px;
	float: right;
	padding: 15px 0px;
	background: none;
}

.header-style-five .search-btn{
	position: relative;
	float: left;
	margin-left: 35px;
	line-height: 30px;
	color: #ffffff;
}

.header-style-five .search-btn .search-toggler{
	position: relative;
	display: block;
	line-height: 30px;
	color: #ffffff;
	background: none;
	padding: 0;
	font-size: 18px;
}

.header-style-five .max-nav-toggler{
	position: relative;
	float: left;
}

.header-style-five .max-nav-toggler .toggle-btn{
	position: relative;
	display: block;
	line-height: 30px;
	color: #ffffff;
	background: none;
	padding: 0;
	font-size: 20px;
}

.header-style-five .nav-content{
	position: relative;
	float: left;
	width: calc(100% - 270px);
}

.header-style-five .nav-outer{
	position:relative;
	display: block;
	text-align: center;
}

.header-style-five .nav-outer .main-menu{
	position:relative;
	display: inline-block;
	vertical-align: top;
}

.header-style-five .nav-outer .main-menu .navigation > li.dropdown > a{
	padding-right: 0;
}

.header-style-five .nav-outer .main-menu .navigation > li.dropdown > a:after{
	display: none;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	left:0;
	top:0px;
	width:100%;
	height:100%;
	z-index:99999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	background:rgba(0,0,0,0.0);
	transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
}

.search-popup:before{
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.70);
	-webkit-transform:translateY(101%);
	-ms-transform:translateY(101%);
	transform:translateY(101%);
}

.search-popup.popup-visible:before{
	transition:all 500ms ease 100ms;
	-moz-transition:all 500ms ease 100ms;
	-webkit-transition:all 500ms ease 100ms;
	-ms-transition:all 500ms ease 100ms;
	-o-transition:all 500ms ease 100ms;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
}

.search-popup.popup-visible{
	opacity:1;
	visibility:visible;
}

body.search-visible{
	overflow: hidden;
}

.search-popup .overlay-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
}

.search-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:22px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
}

.search-popup .close-search:hover{
	opacity:0.70;	
}

.search-popup .search-form{
	position:relative;
	padding:0px 15px 0px;
	max-width:1024px;
	margin:0 auto;	
	margin-top:150px;
	margin-bottom: 100px;
	opacity: 0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form{
	opacity: 1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form fieldset{
	position:relative;
	border:7px solid rgba(255,255,255,0.50);
	border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"]{
	position:relative;
	height:70px;
	padding:20px 220px 20px 30px;
	background:#ffffff;
	line-height:30px;
	font-size:24px;
	color:#233145;
	border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	text-align:center;
	width:220px;
	height:70px;
	padding:20px 10px 20px 10px;
	color:#ffffff !important;
	background:#ff6000;
	line-height:30px;
	font-size:20px;
	cursor:pointer;
	text-transform:uppercase;
	border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
	background:#ff6000;
}

.search-popup h3{
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:20px;
	letter-spacing:1px;
	text-align:center;	
}

.search-popup .recent-searches{
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

.search-popup .recent-searches li{
	display:inline-block;
	margin:0px 10px 10px 0px;	
}

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:7px 15px;
	color:#ffffff;
	border-radius:3px;
	-webkit-transition: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;
}

.search-popup .recent-searches li a:hover{
	color:#ff6000;
	border-color:#ff6000;	
}



/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	margin-left: 0px;
	color: #ffffff;
	margin: 25px 0px 0px 20px;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.mobile-menu .nav-logo img{
	max-height: 90px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.70);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 14px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	border-left: 3px solid #ff6000;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown > a{
	padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image{
	background:url(../images/icons/image-bg.svg) center center no-repeat;	
}

img.lazy-image.loaded{
	background-image:none;
}

.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}

/* Default Form Style */

.default-form{
 	position: relative;
}

.default-form .row{
	margin: 0 -10px;
}

.default-form .form-group{
	position:relative;
	margin-bottom: 20px;
}

.default-form .row .form-group{
	padding: 0 10px;
}

.default-form .form-group .field-label{
	position:relative;
	display: block;
	color: #001f29;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.default-form .form-group:last-child{
	margin-bottom: 0;
}

.default-form .form-group .field-inner{
	position:relative;
	display: block;
}

.default-form .form-group .field-icon{
	position:absolute;
	display: block;
	font-size: 16px;
	right: 25px;
	top: 5px;
	line-height: 30px;
	color: #ff6000;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
	position: relative;
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    color: #001f29;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 25px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
	border-radius: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;
}

.default-form .form-group textarea{
	height: 120px;
	padding-top: 12px;
	resize: none;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
	border-color: #ff6000;
}

.default-form ::-webkit-input-placeholder{color: #497188;}

.default-form ::-moz-input-placeholder{color: #497188; }

.default-form ::-ms-input-placeholder{color: #497188;}

.default-form label.error{
	color: #ff0000;
	font-size:14px;
	text-transform: capitalize;
	text-align:left;
	display:block;
	padding-top:5px;
}

.default-form .check-block{
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.default-form .check-block input{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.default-form .check-block label{
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.default-form .check-block label:before{
    content: '';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    color: #ff6000;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    border: 1px solid #d0d0d0;
    font-weight: 800;
}

.default-form .check-block input:checked + label:before{
    content: '\f00c';
    border-color: #ff6000;
    -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 .radio-block{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    margin-bottom: 18px;
}

.default-form .radio-block input{
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.default-form .radio-block label{
    position: relative;
    display: block;
    padding: 12px 28px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #001f29;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(0,0,0,0.10);
    cursor: pointer;
    -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 .radio-block input:checked + label{
    border-color: #ff6000;
    color: #ffffff;
    background: #ff6000;
}


.content-box .default-form label.error{
	color: #ffffff;
	font-size: 16px;
	padding-top: 10px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:15px;
	font-style:normal;
	height:52px;
	padding:10px 25px;
	line-height:30px;
	font-family: 'Archivo', sans-serif;
	color:#222222;
	border-radius:0px;
	background-color:#ffffff;
	border: 1px solid #e5e5e5;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:3px;
	right: -5px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	font-style: normal;
	color:#666666;
	line-height:20px;
	font-size:16px;
	font-weight:700;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
	font-family: 'Archivo', sans-serif;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:9px 20px !important;
	font-size:15px;
	line-height:24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active{
	background: #ff6000;
}

.quantity-spinner{
	position: relative;
	display: block;
}

.quantity-spinner .inner-box{
	position: relative;
	display: block;
}

.quantity-spinner input{
	position:relative;
	display:block;
	font-size: 15px;
	color: #ff6000;
	line-height:30px;
	height:52px;
	width:100%;
	padding:10px 40px;
	border:1px solid #e5e5e5;
	background: none;
	margin:0px;
	font-weight:400;
	text-align:center;
}

.quantity-spinner .minus{
	position:absolute;
	left:0px;
	top:1px;
	width:53px;
	height:50px;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
	text-align:center;
	background:none;
	font-weight:400;
	color:#ff6000;
	border-right: 1px solid #e5e5e5;
	z-index:1;
	cursor: pointer;
}

.quantity-spinner .plus{
	position:absolute;
	right:0px;
	top:1px;
	width:53px;
	height:50px;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
	text-align:center;
	background:none;
	font-weight:400;
	color:#ff6000;
	border-left: 1px solid #e5e5e5;
	z-index:1;
	cursor: pointer;
}

#ui-datepicker-div{
	z-index: 10 !important;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 320px;
	height: 100%;
	background: #1c1c1c;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:10px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
	right: 0px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	right:10px;
	top:10px;
	background: none;
	color: #ffffff;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
	background: none;
	display:block;
	font-size: 16px;
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:40px;
}

.hidden-bar .hidden-bar-closer:hover button {
	color: #ffffff;
}

.hidden-bar-wrapper{
	height: 100%;
	padding:30px 5px 30px 30px;
}

.hidden-bar .logo {
	padding:0px 0px 30px;
	background: #1c1c1c;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}

.hidden-bar .content-box{
	position:relative;
}

.hidden-bar .content-box h3{
	position:relative;
	font-size:24px;
	color:#ffffff;
	font-weight:700;
	margin-bottom:20px;
}

.hidden-bar .content-box .text{
	position:relative;
	font-size:14px;
	color:rgba(255,255,255,0.60);
	margin-bottom:25px;
}

.hidden-bar .contact-info{
	position:relative;
	margin-top:60px;
	margin-right: 10px;
}

.hidden-bar .contact-info h2{
	position:relative;
	font-size:18px;
	color:#ffffff;
	font-weight:500;
	margin-bottom:20px;
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	margin-bottom:12px;
	color:rgba(255,255,255,0.60);
	font-size:14px;
	font-weight:400;
	padding-left:30px;
	line-height:24px;
	margin-bottom: 12px;
}

.list-style-two li:last-child{
	margin-bottom: 0;
}

.list-style-two li a{
	color:rgba(255,255,255,0.60);
}

.list-style-two li a:hover{
	color: #ff6000;
}

.list-style-two li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:rgba(255,255,255,0.60);
	font-size:16px;
	line-height:24px;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
}

.banner-one{
	position: relative;
}

.banner-one .scroll-down{
	position: absolute;
	left: 0;
	top: 100%;
	margin-top: -1px;
	width: 258px;
	height: 140px;
	padding-left: 70px;
	padding-top: 15px;
	background:url(../images/icons/scroll-to-bg.png) left top no-repeat;	
}

.banner-one .scroll-down .scroll-to-target{
	position: relative;
	width: 60px;
	height: 60px;
	background: #ff6000;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
}

.banner-one .scroll-down .icon{
	position: relative;
	display: inline-block;
	transform: rotate(90deg);
}

.banner-one .auto-container{
	max-width: 1350px;
}

.banner-one .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-one .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 1000px;
	z-index:5;
}

.banner-one .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding: 400px 0px 50px;
}

.banner-one .content-box .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 720px;
	text-align: center;
}

.banner-one .content-box .services-title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	color: #8e9aa4;
	font-weight: 700;
	padding-bottom: 27px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.banner-one .content-box .services-title:before{
	content: '';
	position: absolute;
	left: 50%;
	width: 220px;
	margin-left: -110px;
	bottom: 0px;
	height: 2px;
	background: #ff6000;
	background: -webkit-linear-gradient(left,rgba(255,96,0,0.0),rgba(255,96,0,1),rgba(255,96,0,0.0));
	background: -ms-linear-gradient(left,rgba(255,96,0,0.0),rgba(255,96,0,1),rgba(255,96,0,0.0));
	background: -moz-linear-gradient(left,rgba(255,96,0,0.0),rgba(255,96,0,1),rgba(255,96,0,0.0));
}

.banner-one .content-box h1{
	display: block;
	font-size: 140px;
	line-height: 0.9em;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: -5px;
	font-family: 'Gilroy-Black', sans-serif;
	text-shadow: 11px 11px 1px rgba(255,255,255,0.30),10px 10px 1px rgba(0,0,0,0.10);
}


.banner-one .content-box .text{
	display: block;
	font-size: 16px;
	line-height: 1.7em;
	color: #ffffff;
	font-weight: 400;
}

/*** 

====================================================================
		Banner Two
====================================================================

***/

.banner-two{
	position: relative;
	color: #ffffff;
}

.banner-two .auto-container{
	max-width: 1350px;
}

.banner-two .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.banner-two .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 1000px;
	z-index:5;
}

.banner-two .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 180px 0px 150px;
}

.banner-two .content-box .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 720px;
	z-index: 1;
}

.banner-two .content-box .sub-title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.banner-two .content-box h1{
	display: block;
	font-size: 80px;
	line-height: 1.1em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0px 10px 15px rgba(0,0,0,0.30);
}

.banner-two .content-box .text{
	display: block;
	font-size: 24px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 400;
	margin-top: 25px;
}

.banner-two .content-box .link-box{
	position: relative;
	display: block;
	margin-top: 40px;
}

.banner-two .content-box .content-image{
	position: absolute;
	left: 50%;
	top: 160px;
	margin-left: -50px;
}

.banner-two .content-box .content-image .image{
	position: relative;
	display: block;
}

.banner-two .content-box .content-image .image,
.about-section-four .image-column .image-box,
.testimonial-section-two .image-column .image-box{
	-webkit-animation-name: hvr-bob;
	animation-name: hvr-bob;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.banner-two .content-box .link-box .theme-btn{
	margin: 0 16px 20px 0px;
}

/*** 

====================================================================
		Banner Three
====================================================================

***/

.banner-three{
	position: relative;
	background: #000e8f;
	color: #ffffff;
}

.banner-three .outer-container{
	position: relative;
}

.banner-three .row{
	margin: 0;
}

.banner-three .text-column{
	position: relative;
	padding: 0;
}

.banner-three .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 1000px;
	z-index:5;
}

.banner-three .scroll-down{
	position: absolute;
	left: 20px;
	bottom: 40px;
	z-index: 1;
}

.banner-three .scroll-down .scroll-to-target{
	position: relative;
	display: inline-block;
	line-height: 40px;
	color: rgba(255,255,255,0.50);
	font-size: 24px;
	cursor: pointer;
}

.banner-three .scroll-down .scroll-to-target .icon{
	position: relative;
	display: inline-block;
	transform: rotate(90deg);
}

.banner-three .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 150px 0px 50px;
}

.banner-three .content-box .inner{
	position: relative;
	display: block;
	float: right;
	width: 100%;
	max-width: 820px;
	padding: 0px 100px 0px 20px;
	z-index: 1;
}

.banner-three .content-box .sub-title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 30px;
	padding-left: 90px;
	text-transform: uppercase;
}

.banner-three .content-box .sub-title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 15px;
	width: 70px;
	border-bottom: 3px solid #ffffff;
}

.banner-three .content-box h1{
	display: block;
	font-size: 80px;
	line-height: 1.1em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}

.banner-three .content-box .text{
	display: block;
	font-size: 24px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 400;
	margin-top: 25px;
}

.banner-three .content-box .link-box{
	position: relative;
	display: block;
	margin-top: 40px;
}

.banner-three .content-box .link-box .theme-btn{
	margin: 0 16px 20px 0px;
	min-width: 220px;
}

.banner-three .image-column{
	position: relative;
	padding: 0;
}

.banner-three .image-column .inner{
	position: relative;
	display: block;
	min-height: 100%;
}

.banner-three .image-column .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-three .image-column .play-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0px 0px -40px;
	width:80px;
	height: 80px;
	background: #ff4646;
	color:#ffffff;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.banner-three .image-column .play-btn:hover{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.banner-three .image-column .play-btn:before{
	position: absolute;
	content: '';
	left: -15px;
	top: -15px;
	bottom: -15px;
	right: -15px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.35);
}

.banner-three .image-column .play-btn:after{
	position: absolute;
	content: '';
	left: -30px;
	top: -30px;
	bottom: -30px;
	right: -30px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.15);
}

.banner-three .image-column .play-btn .ripple,
.banner-three .image-column .play-btn .ripple:before,
.banner-three .image-column .play-btn .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
	height: 140px;
	border-radius:50%;
	-ms-border-radius:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-three .image-column .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.banner-three .image-column .play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.banner-three .banner-carousel .owl-nav{
	display: none;
}

.banner-three .banner-carousel .owl-dots{
	display: block;
	position: absolute;
	right: 70px;
	bottom: 70px;
	counter-reset:slides-num;
}

.banner-three .banner-carousel .owl-dots .owl-dot{
	position:relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	counter-increment: slides-num;
}

.banner-three .banner-carousel .owl-dots .owl-dot span{
	position: relative;
	content:"0" counter(slides-num) "";
	display: block;
	width: 58px;
	height: 58px;
	line-height: 56px;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.30);
	border-radius: 50%;
}

.banner-three .banner-carousel .owl-dots .owl-dot span:before{
	position: relative;
	content:"0" counter(slides-num) "";
}

.banner-three .banner-carousel .owl-dots .owl-dot.active span{
	background: #28b270;
	border-color: #28b270;
}

/*** 

====================================================================
		Banner Four
====================================================================

***/

.banner-four{
	position: relative;
	background: #000e8f;
	color: #ffffff;
}

.banner-four .slide-item{
	position: relative;
	display: block;
	overflow: hidden;
}

.banner-four .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-four .slide-item .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.40);
}

.banner-four .outer-container{
	position: relative;
}

.banner-four .row{
	margin: 0;
}

.banner-four .text-column{
	position: relative;
	padding: 0;
}

.banner-four .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 1000px;
	z-index:5;
}

.banner-four .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 180px 0px 50px;
}

.banner-four .content-box .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 700px;
	z-index: 1;
}

.banner-four .content-box .sub-title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.banner-four .content-box h1{
	display: block;
	font-size: 80px;
	line-height: 1.1em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}

.banner-four .content-box .text{
	display: block;
	font-size: 24px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 400;
	margin-top: 25px;
}

.banner-four .content-box .link-box{
	position: relative;
	display: block;
	margin-top: 40px;
}

.banner-four .content-box .link-box .theme-btn{
	margin: 0 16px 20px 0px;
	min-width: 220px;
}

.banner-four .video-link{
	position: absolute;
	right: 0;
	top: 50%;
	margin: 0px 0px 0px 0px;
}

.banner-four .video-link .play-btn{
	position: relative;
	display: block;
	width:80px;
	height: 80px;
	background: #ff6511;
	color:#ffffff;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.banner-four .video-link .play-btn:hover{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.banner-four .video-link .play-btn:before{
	position: absolute;
	content: '';
	left: -15px;
	top: -15px;
	bottom: -15px;
	right: -15px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.35);
}

.banner-four .video-link .play-btn:after{
	position: absolute;
	content: '';
	left: -30px;
	top: -30px;
	bottom: -30px;
	right: -30px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.15);
}

.banner-four .video-link .play-btn .ripple,
.banner-four .video-link .play-btn .ripple:before,
.banner-four .video-link .play-btn .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
	height: 140px;
	border-radius:50%;
	-ms-border-radius:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.banner-four .video-link .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.banner-four .video-link .play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.banner-four .banner-carousel .owl-nav,
.banner-four .banner-carousel .owl-dots{
	display: none;
}

/*** 

====================================================================
		Banner Five
====================================================================

***/

.banner-five{
	position: relative;
	color: #ffffff;
	background: #000538;
}

.banner-five .auto-container{
	max-width: 1350px;
}

.banner-five .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center -120px;
	background-size: auto auto;
}

.banner-five .left-shape-layer{
	position:absolute;
	left:-300px;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	animation: upDown 25s linear infinite;
}

.banner-five .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 1000px;
	z-index:5;
}

.banner-five .scroll-down{
	position: absolute;
	left: 20px;
	bottom: 40px;
	z-index: 1;
}

.banner-five .scroll-down .scroll-to-target{
	position: relative;
	display: inline-block;
	line-height: 40px;
	color: rgba(255,255,255,0.50);
	font-size: 24px;
	cursor: pointer;
}

.banner-five .scroll-down .scroll-to-target .icon{
	position: relative;
	display: inline-block;
	transform: rotate(90deg);
}

.banner-five .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 150px 0px 50px;
}

.banner-five .content-box .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}

.banner-five .content-box .sub-title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.banner-five .content-box h1{
	display: block;
	font-size: 170px;
	line-height: 0.8em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	text-shadow: 0px 10px 15px rgba(0,0,0,0.30);
}

.banner-five .content-box .text{
	display: block;
	font-size: 24px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 400;
	margin-top: 25px;
}

.banner-five .content-box .link-box{
	position: relative;
	display: block;
	margin-top: 50px;
}

.banner-five .content-box .content-image{
	position: absolute;
	left: 50%;
	top: 160px;
	margin-left: -50px;
}

.banner-five .content-box .link-box .theme-btn{
	margin: 0 8px 20px;
	min-width: 220px;
}


/*** 

====================================================================
		Section Title
====================================================================

***/


.sec-title{
	position:relative;
	margin-bottom:70px;
}

.sec-title.centered{
	max-width: 600px;
	margin: 0 auto 70px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:78px;
	line-height: 1.2em;
	letter-spacing: -1px;
	color: #222222;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.sec-title.style-two h2{
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.sec-title.style-three h2{
	font-size: 60px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.sec-title.light h2{
	color: #ffffff;
}

.sec-title .sub-title{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	color: #ff6000;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.sec-title.style-two .lower-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	color: #47698e;
	padding: 20px 0px 0px;
}

.sec-title .sub-title:before{
	content: '';
	position: absolute;
	top: 11px;
	right: 100%;
	margin-right: 15px;
	width: 70px;
	border-bottom: 2px solid #ff6000;
}

.sec-title .sub-title:after{
	content: '';
	position: absolute;
	top: 11px;
	left: 100%;
	margin-left: 15px;
	width: 70px;
	border-bottom: 2px solid #ff6000;
}

.sec-title.left-aligned .sub-title{
	padding-left: 85px;
}

.sec-title.style-three .sub-title{
	color: #ff4646;
}

.sec-title.left-aligned .sub-title:before{
	margin-right: 0;
	right: auto;
	left: 0;
}

.sec-title.left-aligned .sub-title:after{
	display: none;
}

.sec-title.style-three .sub-title:before,
.sec-title.style-three .sub-title:after{
	display: none;
}

.sec-title .lower-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 600;
	color: #5a8299;
	padding: 20px 0px 0px;
}

.sec-title .link-box{
	position: relative;
	display: block;
	padding-top: 35px;
}

.sec-title-two{
	position:relative;
	margin-bottom:60px;
}

.sec-title-two.centered{
	max-width: 600px;
	margin: 0 auto 60px;
}

.sec-title-two h2{
	position: relative;
	display: block;
	font-size:60px;
	line-height: 1.15em;
	letter-spacing: -1px;
	color: #000e22;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.sec-title-two.light h2{
	color: #ffffff;
}

.sec-title-two .sub-title{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	color: #147fd4;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.sec-title-two .lower-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	color: #47698e;
	padding: 20px 0px 0px;
}

.sec-title-two .link-box{
	position: relative;
	display: block;
	padding-top: 40px;
}

.sec-title-three{
	position:relative;
	margin-bottom:60px;
}

.sec-title-three.centered{
	max-width: 600px;
	margin: 0 auto 60px;
}

.sec-title-three h2{
	position: relative;
	display: block;
	font-size:60px;
	line-height: 1.15em;
	letter-spacing: -1px;
	color: #000261;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.sec-title-three.light h2{
	color: #ffffff;
}

.sec-title-three .sub-title{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	color: #ff4646;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.sec-title-three.light .sub-title{
	color: #ffffff;
}

.sec-title-three .lower-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	color: #47698e;
	padding: 16px 0px 0px;
}

.sec-title-three .link-box{
	position: relative;
	display: block;
	padding-top: 40px;
}

.sec-title-three.left-aligned .sub-title{
	padding-left: 85px;
}

.sec-title-three.left-aligned .sub-title:before{
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 70px;
	border-bottom: 2px solid #ff4646;
}

.sec-title-four{
	position:relative;
	margin-bottom:60px;
}

.sec-title-four.centered{
	max-width: 600px;
	margin: 0 auto 60px;
}

.sec-title-four h2{
	position: relative;
	display: block;
	font-size:60px;
	line-height: 1.15em;
	letter-spacing: -1px;
	color: #000e22;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0px;
}

.sec-title-four.light h2{
	color: #ffffff;
}

.sec-title-four .sub-title{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	color: #ff6511;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.sec-title-four.light .sub-title{
	color: #ffffff;
}

.sec-title-four .lower-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	color: #47698e;
	padding: 16px 0px 0px;
}

.sec-title-four .link-box{
	position: relative;
	display: block;
	padding-top: 40px;
}

.sec-title-four.left-aligned .sub-title{
	padding-right: 85px;
}

.sec-title-four.left-aligned .sub-title:after{
	content: '';
	position: relative;
	display: inline-block;
	top: -4px;
	left: 15px;
	width: 70px;
	border-bottom: 2px solid #ff4646;
}

.faded-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	top: 55px;
	text-align: center;
	font-family: 'Gilroy-Bold', sans-serif;
}

.faded-text.style-two{
	font-family: 'Poppins', sans-serif;
}

.faded-text .f-text{
	position: relative;
	display: block;
	text-transform: uppercase;
}

.faded-text.style-two .f-text{
	text-transform: capitalize;
	font-weight: 600;
}

.faded-text .f-text span{
	position: relative;
	display: block;
	font-size: 200px;
	line-height: 1em;
	letter-spacing: -5px;
	color: #f0f9ff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.05), 1px -1px 0 rgba(0,0,0,0.05), -1px 1px 0 rgba(0,0,0,0.05), 1px 1px 0 rgba(0,0,0,0.05);
}

.faded-text.light .f-text span{
	color: #0f2c36;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.07), 1px -1px 0 rgba(255,255,255,0.07), -1px 1px 0 rgba(255,255,255,0.07), 1px 1px 0 rgba(255,255,255,0.07);
}

.faded-text.style-two .f-text span{
	text-shadow: none;
	color: #f6faff;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding: 110px 0px 80px;
	background: #0f2c36 url(../images/background/pattern-1.png) left top repeat;
}

.service-block{
	position: relative;
	margin-bottom: 30px;
}

.service-block .inner-box{
	position: relative;
	display: block;
	padding: 70px 20px;
	text-align: center;
	border:2px solid rgba(255,255,255,0.10);
	overflow: hidden;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.service-block .inner-box:hover{
	border-color: #ffffff;
}

.service-block .inner-box:before{
  content: '';
  width: 100%;
  height: 273px;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: 0px;
  background: rgba(255, 96, 0, 0.2);
  transform: scale(0);
  transition: all 500ms ease;
}

.service-block .inner-box:hover:before{
  transform: scale(1);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.service-block .hover-curve{
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s linear;
}

.service-block .inner-box:hover .hover-curve{
  opacity: 1;
}

.service-block .hover-curve:before{
  content: '';
  width: 130%;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  top:0px;
  left:-15%;
  background: rgba(255, 96, 0, 0.2);
  z-index: 1;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 300ms ease;
}

.service-block .inner-box:hover .hover-curve:before{
  opacity: 1;
  transform: translate(0% , -20%);
  transition: all 0.6s linear;
}

.service-block .hover-curve:after{
  content: '';
  width: 130%;
  height: 320px;
  border-radius: 50%;
  position: absolute;
  top:0px;
  left:-15%;
  z-index: 0;
  background: rgba(255, 96, 0, 0.2);
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 300ms ease;
}

.service-block .inner-box:hover .hover-curve:after{
  opacity: 1;
  transform: translate(0% , -20%);
  transition: all 0.9s linear;
}

.service-block .count{
	position: relative;
	display: block;
	font-weight: 700;
	color: #5a7a85;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.service-block .inner-box:hover .count{
	color: #ffffff;
}

.service-block h3{
	position: relative;
	display: block;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.service-block .icon-box{
	position: relative;
	display: block;
	font-weight: 400;
	color: #ff6000;
	font-size: 64px;
	line-height: 1em;
	margin-bottom: 30px;
}

.service-block .text{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 18px;
	padding: 0px 30px;
	line-height: 1.8em;
	color: #a7b5d7;
}

.service-block .bg-icon-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 7px;
	display: block;
	font-weight: 400;
	color: rgba(255,255,255,0.05);
	font-size: 224px;
	line-height: 1em;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding: 70px 0px 0px;
}

.about-section .text-column{
	position: relative;
}

.about-section .text-column .sec-title{
	margin-bottom: 0;
}

.about-section .text-column .inner{
	position: relative;
	display: block;
	top: 50px;
	padding-right: 20px;
	padding-bottom: 120px;
}

.about-section .image-column{
	position: relative;
}

.about-section .image-column .inner{
	position: relative;
	display: block;
	padding-left: 20px;
}

.about-section .image-column .image{
	position: relative;
	display: block;
	top: 50px;
	overflow: hidden;
	z-index: 1;
}

.about-section .image-column .image img{
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.about-section .image .over-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	background: rgba(0,0,0,0.0);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 1;
}

.about-section .image:hover img{
	transform: scale(1.05);
}

.about-section .image .over-link:hover{
	background: rgba(0,0,0,0.50);
	color: #ff6000;
}

.about-section .image .over-link .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 96px;
	margin: -55px 0px 0px -55px;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section{
	position:relative;
	padding: 200px 0px 0px;
	background: #ffffff;
}

.portfolio-section.alt-padding{
	padding:120px 0px 110px;
	background: #ffffff;
}

.portfolio-section.alt-padding:before{
	display: none;
}

.portfolio-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 300px;
	background: #f0f9ff;
}

.portfolio-section .faded-text .f-text span{
	top: 85px;
}

.portfolio-section.alt-padding .faded-text,
.portfolio-section.alt-padding .faded-text .f-text span{
	top: 30px;
}

.portfolio-section.alt-padding .faded-text .f-text span{
	color: #ffffff;
}

.portfolio-section .lower-links{
	position: relative;
	text-align: center;
	padding-top: 50px;
}

.portfolio-section .lower-links .theme-btn{
	margin: 10px 10px 0px;
	min-width: 175px;
}

.project-tab{
	position:relative;	
}

.project-tab .owl-nav,
.project-tab .owl-dots{
	display:none;
}

.project-tab .tabs-header{
	position:relative;
	text-align:center;
}

.project-tab .product-tab-btns{
	position:relative;
	margin-bottom:40px;
}

.project-tab .product-tab-btns .p-tab-btn{
	position:relative;
	line-height:30px;
	padding:15px 30px;
	cursor:pointer;
	color:#5a8299;
	font-weight:700;
	font-size:16px;
	display:inline-block;
	vertical-align: top;
	text-transform: uppercase;
	background: none;
	margin:0px 1px 10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-tab .product-tab-btns .p-tab-btn:hover,
.project-tab .product-tab-btns .p-tab-btn.active-btn{
	color:#ff6000;
	background: #ffffff;
	box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.10);
}

.project-tab .p-tabs-content{
	position:relative;
	display:block;	
	margin:0px 15px;
}

.project-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}

.p-tab .gallery-item{
	position:relative;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);
}

.p-tab.active-tab .gallery-item{
	opacity:1;
	visibility:visible;
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
	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;
}

.project-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

/*Gallery Item*/

.gallery-item{
	position:relative;
	margin-bottom:30px;
}

.owl-theme .gallery-item{
	margin-bottom: 0;
}

.gallery-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.gallery-item .image-box{
	position:relative;
	display:block;	
}

.gallery-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item .caption-box{
	position: absolute;
	left: 30px;
	bottom: 30px;
	padding: 15px 25px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	z-index:5;
}

.gallery-item .inner-box:hover .caption-box{
	opacity: 1;
	visibility: visible;
}

.gallery-item .caption-box:before,
.gallery-item .caption-box:after{
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	width: 100%;
	content: "";
	background-color: #000000;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}

.gallery-item .caption-box:after{
	background-color: #ffffff;
}

.gallery-item .inner-box:hover .caption-box:before{
	height: 100%;	
}

.gallery-item .inner-box:hover .caption-box:after{
	height: 100%;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.gallery-item .caption-box h4{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.4em;
	color: #222222;
	font-weight: 400;
	margin-bottom: 5px;
	z-index: 9;
	opacity: 0;
}

.gallery-item .inner-box:hover .caption-box h4{
	opacity: 1;
	-webkit-animation: fadeInDown 300ms;
	-moz-animation: fadeInDown 300ms;
	-ms-animation: fadeInDown 300ms;
	-o-animation: fadeInDown 300ms;
	animation: fadeInDown 300ms;
	-webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-ms-animation-delay: 600ms;
	-o-animation-delay: 600ms;
	animation-delay: 600ms;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.gallery-item .inner-box h4 a{
	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;
}

.gallery-item .caption-box h4 a:hover{
	color: #ff6000;
}

.gallery-item .caption-box span{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 20px;
	color: #777777;
	font-weight: 300;
	font-style: italic;
	z-index: 9;
	opacity: 0;
}

.gallery-item .inner-box:hover .caption-box span{
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}


.gallery-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	background:rgba(0,0,0,0.90);
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	-webkit-transform:translate(0%,100%) scaleY(0);
	-ms-transform:translate(0%,100%) scaleY(0);
	-o-transform:translate(0%,100%) scaleY(0);
	-moz-transform:translate(0%,100%) scaleY(0);
	transform:translate(0%,100%) scaleY(0);
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translate(0%) scaleY(1);
	-ms-transform:translate(0%) scaleY(1);
	-o-transform:translate(0%) scaleY(1);
	-moz-transform:translate(0%) scaleY(1);
	transform:translate(0%) scaleY(1);
}

.gallery-item .overlay-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item .overlay-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item .overlay-box .overlay-inner .content h4{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:400;
	margin-bottom:24px;
	display:block;
	text-transform: capitalize;
	font-family: 'Gilroy-Medium', sans-serif;
}

.gallery-item .overlay-box .overlay-inner .content h4 a{
	position:relative;
	color:#ffffff;
}

.gallery-item .overlay-box .overlay-inner .content h4 a:hover{
	text-decoration: underline;
}

.gallery-item .overlay-box .overlay-inner .link{
	position: relative;
    font-size: 16px;
    color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    border-radius: 50%;
    margin: 0px 7px;
	border:1px solid rgb(255, 255, 255);
    transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-item .overlay-box .overlay-inner .content .link:hover{
	background-color:#ffffff;
	color:#ff6000;
}

/*** 

====================================================================
	Why Choose Us Section
====================================================================

***/

.why-choose-section{
	position:relative;
	padding: 120px 0px 90px;
}

.why-choose-section .sec-title{
	margin-bottom: 40px;
}

.why-choose-section .text-column{
	position: relative;
	order: 12;
}

.why-choose-section .text-column .inner{
	position: relative;
	display: block;
}

.why-choose-section .image-column{
	position: relative;
	order: 0;
}

.why-choose-section .image-column .inner{
	position: relative;
	display: block;
	padding-right: 30px;
}

.why-choose-section .image-column .image{
	position: relative;
	display: block;
	float: left;
	margin: 0 0;
	max-width: 400px;
}

.why-choose-section .image-column .image img{
	position: relative;
	display: block;
	width: 100%;
}

.why-choose-section .image-column .image:nth-child(2){
	margin-left: 130px;
	margin-top: -160px;
	z-index: 1;
}

.why-choose-section .image-column .image:nth-child(2):before{
	content: '';
	position: absolute;
	bottom: 100%;
	right: 0;
	margin-bottom: 15px;
	margin-right: 15px;
	border: 50px solid transparent;
	border-left: 50px solid #0054ff;
	border-bottom: 50px solid #0054ff;
}

.why-choose-section .image-column .image:nth-child(1):before{
	content: '';
	position: absolute;
	top: 100%;
	margin-top: 5px;
	left: 40px;
	width: 100px;
	height: 80px;
	background:url(../images/icons/pattern-1.png) left -7px repeat;	
}

.why-choose-section .text-content{
	position: relative;
	padding-right: 50px;
}

.why-choose-section .text-block{
	position: relative;
	margin-bottom: 40px;
}

.why-choose-section .text-block .title{
	position: relative;
	display: block;
	padding: 15px 0px 15px 40px;
	margin-bottom: 5px;
}

.why-choose-section .text-block .title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	border-left: 3px solid #0054ff;
}

.why-choose-section .text-block:nth-child(2) .title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	border-left: 3px solid #ff6000;
	background: -webkit-linear-gradient(left,rgba(255,96,0,0.20),rgba(0,0,0,0));
	background: -ms-linear-gradient(left,rgba(255,96,0,0.20),rgba(0,0,0,0));
	background: -moz-linear-gradient(left,rgba(255,96,0,0.20),rgba(0,0,0,0));
}

.why-choose-section .text-block .title h4{
	line-height: 30px;
	color: #001f29;
	text-transform: uppercase;
	margin: 0;
}

.why-choose-section .text-block .text{
	position: relative;
	padding-left: 40px;
}

.why-choose-section .icon{
	position: absolute;
	right: -50px;
	top: 30px;
	font-size: 90px;
	color: #e6f0f6;
	line-height: 1em;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding: 120px 0px 50px;
	background: #001f29 url(../images/background/pattern-2.png) left top repeat;
}

.counter-block{
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.counter-block .inner-box{
	position: relative;
	min-height: 200px;
}

.counter-block .graph-outer{
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto 30px;
	text-align: center;
}

.counter-block .graph-outer:before{
	content: '';
	position: absolute;
	left: 35px;
	top: 35px;
	right: 35px;
	bottom: 35px;
	border:3px solid #052c39;
	border-radius: 50%;
}

.counter-block .graph-outer .count-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 48px;
    color: #ffffff;
    font-weight: 400;
    line-height: 60px;
    margin-top: -30px;
    font-family: 'Gilroy-SemiBold', sans-serif;
}

.counter-block .graph-outer .count-box .sign{
	font-size: 20px;
}

.counter-block h5{
	position: relative;
	font-size: 20px;
	line-height: 1.25em;
	color: #ffffff;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding: 140px 0px 120px;
	background: #f0f9ff;
}

.testimonial-section.light-style{
	padding: 120px 0px 110px;
	background: #30b960;
	background: -webkit-linear-gradient(left,#30b960,#95d156);
	background: -ms-linear-gradient(left,#30b960,#95d156);
	background: -moz-linear-gradient(left,#30b960,#95d156);
}

.testimonial-section:before{
	content: '';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background: url(../images/background/map-pattern.png) center top no-repeat;
}

.testimonial-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.testimonial-section.light-style .image-layer{
	display: none;
}

.testimonial-block{
	position: relative;
	display: block;
}

.testimonial-block .inner-box{
	position: relative;
	display: block;
}

.testimonial-block .content{
	position: relative;
	display: block;
	padding-top: 30px;
	padding-left: 400px;
	min-height: 360px;
}

.testimonial-block .content .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	height: 350px;
	border-radius: 50%;
}

.testimonial-block .content .icon-box{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100px;
	height: 100px;
	border: 5px solid #ffffff;
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	background: #ff6000;
	line-height: 90px;
	border-radius: 50%;
	box-shadow: 0px 7px 10px 0px rgba(255,96,0,0.30);
	z-index: 1;
}

.light-style .testimonial-block .content .icon-box{
	background: #ffffff;
	color: #000e22;
	border: none;
	line-height: 100px;
	box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.10);
}

.testimonial-block .content .image img{
	display: block;
	width: 100%;
	border-radius: 50%;
}

.testimonial-block .content .info{
	position: relative;
	margin-bottom: 35px;
}

.testimonial-block .content .info h4{
	position: relative;
	color: #05232d;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.testimonial-block .content .info .designation{
	position: relative;
	color: #ff6000;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	padding-left: 40px;
	display:inline-block;
	text-transform: uppercase;
}

.testimonial-block .content .info .designation:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 35px;
	border-bottom: 2px solid #ff6000;
}

.testimonial-block .content .text{
	position: relative;
	color: #05232d;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1.45em;
	font-family: 'Gilroy-Bold', sans-serif;
}

.light-style .testimonial-block .content .info h4,
.light-style .testimonial-block .content .info .designation,
.light-style .testimonial-block .content .text{
	color: #ffffff;
}

.light-style .testimonial-block .content .text{
	text-transform: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 34px;
}

.light-style .testimonial-block .content .info .designation:before{
	border-color: #ffffff;
}

.testimonial-section .owl-theme .owl-dots{
	display: none;
}

.testimonial-section .owl-theme .owl-nav{
	position: absolute;
	right: 0;
	top: 0;
}

.testimonial-section .owl-theme .owl-nav .owl-next,
.testimonial-section .owl-theme .owl-nav .owl-prev{
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 46px;
	font-size: 20px;
	text-align: center;
	background: #ffffff;
	border:1px solid #d0d0d0;
	margin-left: 10px;
    transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.testimonial-section .owl-theme .owl-nav .owl-next:hover,
.testimonial-section .owl-theme .owl-nav .owl-prev:hover{
	background: #ff6000;
	border-color: #ff6000;
	color: #ffffff;
}

.testimonial-section.light-style .owl-theme .owl-nav .owl-next:hover,
.testimonial-section.light-style .owl-theme .owl-nav .owl-prev:hover{
	background: #387c0d;
	border-color: #387c0d;
	color: #ffffff;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding: 120px 0px;
	background: #ffffff;
}

.team-section.alternate{
	padding-bottom: 90px;
}

.team-section .faded-text{
	top: 56px;
}

.team-section .f-text span{
	color: #ffffff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.07), 1px -1px 0 rgba(0,0,0,0.07), -1px 1px 0 rgba(0,0,0,0.07), 1px 1px 0 rgba(0,0,0,0.07);
}

.team-block{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .team-block{
	margin-bottom: 0;
}

.team-block .inner-box{
	position: relative;
	display: block;
}

.team-block .image-box{
	position: relative;
	display: block;
}

.team-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.team-block .lower-box{
	position: relative;
	display: block;
	padding: 35px 30px 35px 40px;
	border: 2px solid rgba(0,31,41,0.10);
	border-top: none;
}

.team-block .designation{
	color: #ff6000;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 5px;
}

.team-block .name{
	color: #001f29;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
}

.team-block .count{
	position: absolute;
	right: 12px;
	bottom: 0;
	font-family: 'Gilroy-Bold', sans-serif;
}

.team-block .count span{
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 150px;
	line-height: 1em;
	letter-spacing: -5px;
	color: #ffffff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.05), 1px -1px 0 rgba(0,0,0,0.05), -1px 1px 0 rgba(0,0,0,0.05), 1px 1px 0 rgba(0,0,0,0.05);
}

.team-block .more-content{
	position: relative;
	margin-top: 20px;
}

.team-block .more-content .more-btn{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(0,31,41,0.10);
	line-height: 56px;
	text-align: center;
	font-size: 26px;
	color: #5c8b9a;
	font-family: 'Gilroy-Bold', sans-serif;
	cursor: pointer;
    transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.team-block .more-content:hover .more-btn{
	color: #ff6000;
	border-color: #ff6000;
}

.team-block .more-content .share-list{
	position: absolute;
	left: 60px;
	top: 0;
	color: #aaaaaa;
	text-align: center;
	border-radius: 19px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;
}

.team-block .more-content:hover .share-list{
	opacity: 1;
	visibility: visible;
}

.team-block .more-content .share-list li{
	position: relative;
	display: block;
	float: left;
	margin-left: 10px;
}

.team-block .more-content .share-list li:last-child{
	border: none;
}

.team-block .more-content .share-list li a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(0,31,41,0.10);
	line-height: 56px;
	text-align: center;
	font-size: 20px;
	color: #5c8b9a;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .more-content .share-list li a:hover{
	color: #ff6000;
	border-color: #ff6000;
}

.team-section .owl-theme .owl-nav{
	display: none;
}

.team-section .owl-theme .owl-dots{
	position: relative;
	display: block;
	padding-top: 40px;
	text-align: center;
}

.team-section .owl-theme .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 4px;
}

.team-section .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 20px;
	height: 6px;
	background: #d7e2ea;
    transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.team-section .owl-theme .owl-dots .owl-dot.active span{
	width: 35px;
	background: #ff6000;
}


/*** 

====================================================================
	Team Section
====================================================================

***/

.clients-section{
	position:relative;
	padding: 120px 0px 80px;
	background: #ffffff;
}

.clients-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.clients-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #001f29;
	opacity: 0.90;
}

.clients-section .sec-title{
	margin-bottom: 40px;
}

.clients-section .title-col{
	position: relative;
}

.clients-section .title-col .inner{
	position: relative;
	display: block;
}

.clients-section .logos-col{
	position: relative;
}

.clients-section .logos-col .inner{
	position: relative;
	display: block;
	padding-top: 30px;
	padding-left: 50px;
}

.clients-section .logos-col .logo-block{
	position: relative;
	margin-bottom: 40px;
	min-height: 90px;
	line-height: 90px;
}

.clients-section .logos-col .logo-block img{
	vertical-align: middle;
}

/*** 

====================================================================
		Call to Action Section
====================================================================

***/

.call-to-section{
	position:relative;
	padding: 120px 0px 100px;
	background: #5900e6;
	background: -webkit-linear-gradient(left,#5900e6,#c872e8);
	background: -ms-linear-gradient(left,#5900e6,#c872e8);
	background: -moz-linear-gradient(left,#5900e6,#c872e8);
	color: #ffffff;
}

.call-to-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/background/pattern-3.png) left top repeat;
}

.call-to-section .content{
	position:relative;
	display: block;
	text-align: center;
}

.call-to-section .content h2{
	position: relative;
	display: block;
	font-size:78px;
	line-height: 1.2em;
	letter-spacing: -1px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.call-to-section .content .sub-title{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.call-to-section .content .sub-title:before{
	content: '';
	position: absolute;
	top: 11px;
	right: 100%;
	margin-right: 15px;
	width: 70px;
	border-bottom: 2px solid #ffffff;
}

.call-to-section .content .sub-title:after{
	content: '';
	position: absolute;
	top: 11px;
	left: 100%;
	margin-left: 15px;
	width: 70px;
	border-bottom: 2px solid #ffffff;
}

.call-to-section .content .lower-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 600;
	color: #5a8299;
	padding: 20px 0px 0px;
}

.call-to-section .content .link-box{
	position: relative;
	display: block;
	padding-top: 35px;
}

.call-to-section .link-box .theme-btn{
	min-width: 175px;
	margin: 0px 10px 20px;
}

.call-to-section .link-box .btn-style-one .btn-title{
	color: #ffffff;
	border-color: rgba(255,255,255,0.20);
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	color:#a8c5d5;
	background:#001f29;
}

.main-footer.alternate{
	background: #000e22;
	color: #ffffff;
}

.main-footer.alternate-two{
	background: #000915;
}

.main-footer .widgets-section{
	position:relative;
	padding:120px 0px 70px;
}

.main-footer .column{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-widget{
	position:relative;
}

.main-footer .footer-logo{
	position:relative;
	margin-bottom:40px;	
}

.main-footer h3{
	position:relative;
	font-size:24px;
	font-weight:400;
	color:#ffffff;
	text-transform:uppercase;
	margin-bottom:35px;
}

.main-footer h3 span{
	color: #ff6000;
}

.main-footer .about-widget{
	position:relative;
}

.main-footer .about-widget .widget-content{
	position:relative;
	padding-right: 30px;
}

.main-footer .about-widget .logo{
	position:relative;
	margin-bottom:30px;
}

.main-footer .about-widget .text{
	position:relative;
	margin:0 0;
}

.main-footer .links-widget .widget-content{
	position:relative;
}

.main-footer .links-widget ul li{
	position:relative;
	margin-bottom:15px;
}

.main-footer .links-widget ul li:last-child{
	margin:0;	
}

.main-footer .links-widget ul li a{
	position:relative;
	color:#a8c5d5;
	font-size:16px;
	padding-left: 18px;
	line-height: 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;
}

.main-footer.alternate .links-widget ul li a,
.main-footer.alternate .links-widget ul li a:before{
	color: #ffffff;
}

.main-footer .links-widget ul li a:before{
	content: '-';
	position: absolute;
	left: 0;
	top: -4px;
	color: #a8beda;
	line-height: 24px;
}

.main-footer .links-widget ul li a:hover{
	color:#ff6000;
}

.main-footer .news-widget .news-post{
	position:relative;
	padding-left:120px;
	min-height:70px;
	padding-top: 0px;
	margin-bottom:20px;	
}

.main-footer .news-widget .news-post:last-child{
	margin:0;	
}

.main-footer .news-widget .news-post .post-thumb{
	position:absolute;
	left:0;
	top:0;
	width:90px;
	border-radius:2px;
	overflow:hidden;	
}

.main-footer .news-widget .news-post h5{
	top: -5px;
	font-size:18px;
	margin:0px 0 2px;
	line-height:1.5em;
	font-weight:400;
	color:#ffffff;	
	text-transform: uppercase;
}

.main-footer .news-widget .news-post h5 a{
	color:#ffffff;
}

.main-footer .news-widget .news-post h5 a:hover{
	text-decoration: underline;
}

.main-footer .news-widget .news-post .date{
	font-family: 'Gilroy-Regular', sans-serif;
	font-size:14px;
	color: #a8c5d5;
	line-height:1.5em;	
}

.main-footer.alternate .news-widget .news-post .date{
	color: #ffffff;
}

.main-footer .news-widget .news-post .date .icon{
	padding-right: 5px;
}

.main-footer .footer-bottom{
	position:relative;
	padding:0px 0px;
	border-top: 1px solid #0c3e4e;
	color:#6b95a3;
}

.main-footer .footer-bottom .auto-container{
	max-width: 1600px;
}

.main-footer .footer-bottom .outer-table{
	position: relative;
	display: table;
	width: 100%;
	vertical-align: middle;
}

.main-footer .footer-bottom .info-block{
	position: relative;
	display: table-cell;
	padding: 25px 50px;
	vertical-align: middle;
	border-right: 1px solid #0c3e4e;
}

.main-footer .footer-bottom .info-block:last-child{
	padding-right: 0;
	border: none;
}

.main-footer .footer-bottom .info-block:first-child{
	padding-left: 0;
}

.main-footer .footer-bottom .info-block .inner{
	position: relative;
	display: block;
	font-family: 'Gilroy-Bold', sans-serif;
	font-size: 30px;
	color: #ffffff;
	padding-left: 50px;
}

.main-footer .footer-bottom .info-block .icon{
	position: absolute;
	left: 0;
	top: 5px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	background: #ff6000;
}

.main-footer .footer-bottom .info-block .info-title{
	position: relative;
	display: block;
	color: #6b95a3;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.main-footer .footer-bottom .info-block a{
	color: #ffffff;
}

.main-footer .footer-bottom .info-block a:hover{
	color: #ff6000;
}

.main-footer .footer-bottom .social-links a{
	text-transform: uppercase;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.main-footer.style-two{
	background: #00012c;
	color: #abadeb;
	border-bottom: 6px solid #ff4646;
}

.main-footer.style-two .widgets-section{
	padding: 0;
}

.main-footer.style-two .widgets-section .row{
	margin: 0px -40px;
}

.main-footer.style-two .column .row{
	margin: 0px -15px;
}

.main-footer.style-two .widgets-section .column{
	padding: 110px 40px;
	border-right: 1px solid rgba(255,255,255,0.10);
	margin: 0;
}

.main-footer.style-two .widgets-section .column:last-child{
	border: none;
}

.main-footer.style-two .links-widget ul li a{
	color: #abacea;
}

.main-footer.style-two .news-widget .news-post .date{
	color: #abadeb;
}

.main-footer.style-two .news-widget .news-post h5{
	font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.footer-bottom-two{
	position: relative;
	color: #ffffff;
	line-height: 30px;
	font-weight: 600;
	border-top: 1px solid rgba(255,255,255,0.10);
	padding: 27px 0px;
	text-align: center;
}

.newsletter-form{
	position:relative;
}

.newsletter-form form{
	position:relative;
}

.newsletter-form .form-group{
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.07);
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea{
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 24px 30px;
    height: 80px;
	display:inline-block;
    font-size: 16px;
    background: none;
	font-weight:400;
	color:#ffffff;
	border-radius: 2px;
	border:2px solid rgba(255,255,255,0.10);
	border-bottom: 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;
}

.newsletter-form .form-group input[type="text"]:focus,
.newsletter-form .form-group input[type="email"]:focus,
.newsletter-form .form-group input[type="tel"]:focus{
	border-color:#ff4646;
}

.newsletter-form .form-group input::-webkit-input-placeholder{
	color:#9c9dd8;
}

.newsletter-form .form-group .input-icon{
	position: absolute;
	right: 30px;
	top: 25px;
	color: #ffffff;
	line-height: 30px;
}

.newsletter-form .form-group .newsletter-btn{
	position: relative;
	display: block;
	width:100%;
	color:#ffffff;
	background: #ff4646;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size:16px;
	padding:24px 20px;
	line-height: 30px;
	border-radius: 0px;
	display:block;
	text-align: center;
}

.main-footer .get-link{
	position: relative;
	display: block;
	padding-top: 15px;
	text-align: center;
	color: #5b5daf;
}

.main-footer .get-link a{
	color: #5b5daf;
    -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 .get-link a:hover{
	color: #ffffff;
}

/*** 

====================================================================
		Features Section
====================================================================

***/

.features-section{
	position:relative;
	padding: 100px 0px 110px;
	background: #0a1258;
	color: #ffffff;
}

.features-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: -320px;
	bottom: 0;
	width: 100%;
	background: #0a1258 url(../images/background/pattern-4.png) center top no-repeat;
	background-size: cover;
}

.feature-block{
	position: relative;
	margin-bottom: 30px;
}

.feature-block .inner-box{
	position: relative;
	display: block;
	padding: 55px 30px 60px;
	background: #ffffff;
	text-align: center;
	min-height: 100%;
}

.feature-block .inner-box:before{
	content: '';
	position: absolute;
	left: 12px;
	bottom: -10px;
	right: 12px;
	height: 10px;
	background: rgba(255,255,255,0.10);
}

.feature-block .pattern-layer{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#2db965 url(../images/background/pattern-5.png) left top repeat;
	opacity: 0;
	visibility: hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.feature-block .inner-box:hover .pattern-layer{
	opacity: 1;
	visibility: visible;
}

.feature-block .count{
	position: absolute;
    right: 10px;
    bottom: 0;
    font-family: 'Gilroy-Bold', sans-serif;
}

.feature-block .count span{
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 120px;
    line-height: 1em;
    letter-spacing: -3px;
    color: #ffffff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.05), 1px -1px 0 rgba(0,0,0,0.05), -1px 1px 0 rgba(0,0,0,0.05), 1px 1px 0 rgba(0,0,0,0.05);
}

.feature-block .inner-box:hover .count span{
	color: #2db965;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.15), 1px -1px 0 rgba(255,255,255,0.15), -1px 1px 0 rgba(255,255,255,0.15), 1px 1px 0 rgba(255,255,255,0.15);
}

.feature-block .icon-box{
	position: relative;
	display: block;
	font-size: 60px;
	background: -moz-linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	background: -webkit-linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	background: -ms-linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	background: linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3300c6', endColorstr='#00cfdd',GradientType=1 );
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	line-height: 1em;
	margin-bottom: 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;
}

.feature-block h4{
	font-size: 22px;
	color: #001730;
	text-transform: capitalize;
	margin-bottom: 15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.feature-block .text{
	position: relative;
	font-size: 16px;
	color: #47698e;
	margin-bottom: 20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.feature-block .more-link{
	position: relative;
	display: block;
}

.feature-block .more-link a{
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	text-transform: capitalize;
	color: #47698e;
	line-height: 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;
}

.feature-block .inner-box:hover .more-link a,
.feature-block .inner-box:hover h4,
.feature-block .inner-box:hover .text{
	color: #ffffff;
}

.feature-block .inner-box:hover .icon-box{
	color: #ffffff;
	background: none;
	-webkit-background-clip: none;
  	-webkit-text-fill-color: #ffffff;
}

.feature-block .inner-box:hover .more-link a:hover{
	text-decoration: underline;
}

.features-section .link-box{
	position: relative;
	padding-top: 30px;
	text-align: center;
}

.features-section .link-box .theme-btn{
	min-width: 230px;
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding: 120px 0px 70px;
}

.about-section-two .image-column{
	position: relative;
	margin-bottom: 50px;
}

.about-section-two .image-column .inner{
	position: relative;
	display: block;
	text-align: center;
}

.about-section-two .counter-column{
	position: relative;
	margin-bottom: 50px;
}

.about-section-two .counter-column .inner{
	position: relative;
	display: block;
	text-align: center;
	padding-top: 50px;
	padding-right: 20px;
}

.about-section-two .counter-column.last .inner{
	padding-left: 20px;
	padding-right: 0px;
}

.about-section-two .counter-column .graph-outer{
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto 30px;
	text-align: center;
}

.about-section-two .counter-column .graph-outer .count-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 60px;
    color: #000e22;
    font-weight: 600;
    line-height: 60px;
    margin-top: -30px;
    font-family: 'Poppins', sans-serif;
}

.about-section-two .counter-column .graph-outer .count-box .sign{
	font-size: 20px;
}

.about-section-two .counter-column h3{
	position: relative;
	font-size: 30px;
	line-height: 1.25em;
	color: #000e22;
	font-weight: 600;
	margin: 0 0 15px;
	text-transform: capitalize;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	background: #e0f7ff;
	background: -webkit-linear-gradient(top,#e0f7ff,#ffffff);
	background: -ms-linear-gradient(top,#e0f7ff,#ffffff);
	background: -moz-linear-gradient(top,#e0f7ff,#ffffff);
	padding: 120px 0px 90px;
}

.featured-section .text-column{
	position: relative;
}

.featured-section .text-column .inner{
	position: relative;
	display: block;
	padding-right: 40px;
}

.featured-section .sec-title-two{
	margin-bottom: 50px;
}

.feature-block-two{
	position: relative;
	margin-bottom: 30px;
}

.feature-block-two .inner-box{
	position: relative;
	display: block;
	padding: 30px 40px;
	background: #ffffff;
	box-shadow: 0px 15px 30px 0px rgba(164,212,227,0.40);
}

.feature-block-two .inner-box:before{
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	border: 10px solid transparent;
	border-right-color: #0e9ad7;
	border-top-color: #0e9ad7;
}

.feature-block-two .content{
	position: relative;
	display: block;
	padding-left: 70px;
	min-height: 50px;
}

.feature-block-two .icon{
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	font-size: 40px;
	background: -moz-linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	background: -webkit-linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	background: -ms-linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	background: linear-gradient(0deg, #3300c6 0%, #00cfdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3300c6', endColorstr='#00cfdd',GradientType=1 );
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	line-height: 1em;
}

.feature-block-two h4{
	font-size: 24px;
	color: #000e22;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.feature-block-two .text{
	position: relative;
	font-size: 14px;
	color: #47698e;
}

/*** 

====================================================================
	Call To Section
====================================================================

***/

.call-to-two{
	position:relative;
	padding-top: 0;
	background: #3300c6;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
}

.call-to-two .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.call-to-two .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #3300c6;
	background: -webkit-linear-gradient(left,#3300c6,#00cfdd);
	background: -ms-linear-gradient(left,#3300c6,#00cfdd);
	background: -moz-linear-gradient(left,#3300c6,#00cfdd);
	opacity: 0.90;
}

.call-to-two .inner{
	position: relative;
	display: block;
	padding: 140px 0px 120px;
}

.call-to-two .content{
	position: relative;
	display: block;
	max-width: 640px;
	margin: 0 auto;
	z-index: 1;
}

.call-to-two .sub-title{
	font-weight: 500;
	line-height: 1.4em;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.call-to-two h2{
	font-weight: 600;
	line-height: 1.15em;
	margin: 0;
}

.call-to-two .link-box{
	position: relative;
	padding-top: 30px;
}

.call-to-two .link-box .theme-btn{
	min-width: 240px;
}

.call-to-two .images{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.call-to-two .images .image{
	position: absolute;
	border-radius: 50%;
}

.call-to-two .images .image img{
	position: relative;
	display: block;
	border-radius: 50%;
}

.call-to-two .images .image:nth-child(1){
	left: 50px;
	top: 70px;
	-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.call-to-two .images .image:nth-child(2){
	left: -180px;
	top: 30%;
	-webkit-animation: animateBubble 15s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.call-to-two .images .image:nth-child(3){
	left: 90%;
	top: 80px;
	-webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.call-to-two .images .image:nth-child(4){
	left: 80%;
	top: 60%;
	-webkit-animation: animateBubble 15s linear infinite,sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 3s ease-in-out infinite alternate;
}


/*** 

====================================================================
		Featured Services
====================================================================

***/

.featured-services{
	position:relative;
	padding: 110px 0px 0px;
	background: #ffffff;
}

.featured-services .carousel-box{
	position: relative;
	margin: 0px -15px;
	padding: 15px 0px;
}

.featured-service-block{
	position: relative;
	display: block;
}

.featured-services .carousel-box .featured-service-block{
	margin: 15px 15px;
}

.featured-service-block .inner-box{
	position: relative;
	display: block;
	background: #ffffff;
	min-height: 300px;
	box-shadow: 1px 3px 10px 0px rgba(122,166,195,0.30);
}

.featured-service-block .row{
	margin: 0 0;
}

.featured-service-block .image-column{
	position: relative;
	padding: 0;
}

.featured-service-block .image-column .image-box{
	position: relative;
	display: none;
}

.featured-service-block .image-column .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.featured-service-block .image-column .inner{
	position: relative;
	display: block;
	min-height: 100%;
}

.featured-service-block .image-column .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.featured-service-block .text-column{
	position: relative;
	padding: 0;
}

.featured-service-block .text-column .inner{
	position: relative;
	display: block;
	padding: 90px 60px;
	min-height: 100%;
}

.featured-service-block .sec-title-two{
	margin: 0;
}

.featured-services .owl-theme .owl-dots{
	display: none;
}

.featured-services .owl-theme .owl-nav{
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
}

.featured-services .owl-theme .owl-nav .owl-next,
.featured-services .owl-theme .owl-nav .owl-prev{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	background: #ffffff;
	color: #000000;
	margin: 0px;
    transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.10);
}

.featured-services .owl-theme .owl-nav .owl-next:hover,
.featured-services .owl-theme .owl-nav .owl-prev:hover{
	background: #3300c6;
	background: -webkit-linear-gradient(left,#3300c6,#00cfdd);
	background: -ms-linear-gradient(left,#3300c6,#00cfdd);
	background: -moz-linear-gradient(left,#3300c6,#00cfdd);
	color: #ffffff;
}

/*** 

====================================================================
	Process Section
====================================================================

***/

.process-section{
	position:relative;
	padding: 120px 0px 30px;
}

.process-section .curve{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 50px;
	background: url(../images/background/curve-1.png) left bottom no-repeat;
	background-size: 100% 100%;
}

.process-section .image-column{
	position: relative;
	margin-bottom: 50px;
}

.process-section .image-column .inner{
	position: relative;
	display: block;
	text-align: center;
}

.process-section .counter-column{
	position: relative;
	margin-bottom: 50px;
}

.process-section .counter-column .inner{
	position: relative;
	display: block;
	text-align: center;
	padding-top: 50px;
	padding-right: 20px;
}

.process-section .counter-column.last .inner{
	padding-left: 20px;
	padding-right: 0px;
}

.process-section .counter-column .graph-outer{
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 180px;
	height: 180px;
	margin: 0 auto 30px;
	text-align: center;
}

.process-section .counter-column .graph-outer .count-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 60px;
    color: #000e22;
    font-weight: 600;
    line-height: 60px;
    margin-top: -30px;
    font-family: 'Poppins', sans-serif;
}

.process-section .counter-column .graph-outer .count-box .sign{
	font-size: 20px;
}

.process-section .counter-column h3{
	position: relative;
	font-size: 30px;
	line-height: 1.25em;
	color: #000e22;
	font-weight: 600;
	margin: 0 0 15px;
	text-transform: capitalize;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.process-block{
	position: relative;
	margin-bottom: 90px;
}

.process-block .inner-box{
	position: relative;
	display: block;
	padding: 0px 20px;
	text-align: center;
}

.process-block .count{
	position: relative;
	display: block;
	text-align: center;
	font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.process-block .count span{
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 120px;
    line-height: 0.20em;
    letter-spacing: -3px;
    color: #ffffff;
    text-shadow: -1px -1px 0 #dde3ff, 1px -1px 0 #dde3ff, -1px 1px 0 #dde3ff, 1px 1px 0 #dde3ff;
}

.process-block .icon-box{
	position: relative;
	display: block;
	font-size: 48px;
	width: 130px;
	height: 130px;
	line-height: 130px;
	color: #ffffff;
	background: #5a01e6;
	background: -moz-linear-gradient(90deg, #5a01e6 0%, #c771e8 100%);
	background: -webkit-linear-gradient(90deg, #5a01e6 0%, #c771e8 100%);
	background: -ms-linear-gradient(90deg, #5a01e6 0%, #c771e8 100%);
	background: linear-gradient(90deg, #5a01e6 0%, #c771e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a01e6', endColorstr='#c771e8',GradientType=1 );
	box-shadow: 0px 7px 20px 0px rgba(90,1,230,0.30);
	margin:0 auto 30px;
	border-radius: 50%;
	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;
}

.process-block:nth-child(1) .icon-box{
	position: relative;
	display: block;
	-webkit-animation-name: hvr-bob;
	animation-name: hvr-bob;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.process-block:nth-child(2) .icon-box{
	position: relative;
	display: block;
	-webkit-animation-name: hvr-bob;
	animation-name: hvr-bob;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.process-block:nth-child(3) .icon-box{
	position: relative;
	display: block;
	-webkit-animation-name: hvr-bob;
	animation-name: hvr-bob;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.process-block:nth-child(4) .icon-box{
	position: relative;
	display: block;
	-webkit-animation-name: hvr-bob;
	animation-name: hvr-bob;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.process-block:nth-child(even) .inner-box{
	padding-top: 60px;
}

.process-block:nth-child(2) .icon-box{
	background: #ff5488;
	background: -moz-linear-gradient(90deg, #ff5488 0%, #fda8bb 100%);
	background: -webkit-linear-gradient(90deg, #ff5488 0%, #fda8bb 100%);
	background: -ms-linear-gradient(90deg, #ff5488 0%, #fda8bb 100%);
	background: linear-gradient(90deg, #ff5488 0%, #fda8bb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5488', endColorstr='#fda8bb',GradientType=1 );
	box-shadow: 0px 7px 20px 0px rgba(255,84,136,0.30);
}

.process-block:nth-child(3) .icon-box{
	background: #ff5488;
	background: -moz-linear-gradient(90deg, #3301c6 0%, #01ccdd 100%);
	background: -webkit-linear-gradient(90deg, #3301c6 0%, #01ccdd 100%);
	background: -ms-linear-gradient(90deg, #3301c6 0%, #01ccdd 100%);
	background: linear-gradient(90deg, #3301c6 0%, #01ccdd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3301c6', endColorstr='#01ccdd',GradientType=1 );
	box-shadow: 0px 7px 20px 0px rgba(51,1,198,0.30);
}

.process-block:nth-child(4) .icon-box{
	background: #ff5488;
	background: -moz-linear-gradient(90deg, #36bb64 0%, #90cf4f 100%);
	background: -webkit-linear-gradient(90deg, #36bb64 0%, #90cf4f 100%);
	background: -ms-linear-gradient(90deg, #36bb64 0%, #90cf4f 100%);
	background: linear-gradient(90deg, #36bb64 0%, #90cf4f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36bb64', endColorstr='#90cf4f',GradientType=1 );
	box-shadow: 0px 7px 20px 0px rgba(54,187,100,0.30);
}

.process-block h4{
	font-size: 22px;
	color: #001730;
	text-transform: capitalize;
	margin-bottom: 15px;
	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;
}

.process-block .text{
	position: relative;
	font-size: 16px;
	color: #47698e;
	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;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section-two{
	position:relative;
	background: #ffffff;
	padding: 120px 0px 70px;
}

.featured-section-two .image-column{
	position: relative;
	margin-bottom: 50px;
}

.featured-section-two .image-column .inner{
	position: relative;
	display: block;
}

.featured-section-two .text-column{
	position: relative;
	margin-bottom: 35px;
}

.featured-section-two .text-column .inner{
	position: relative;
	display: block;
	padding-top: 40px;
}

.featured-section-two .sec-title-two{
	margin-bottom: 30px;
}

.featured-section-two .content{
	position: relative;
	display: block;
}

.featured-section-two .content ul li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 12px;
	padding-left: 35px;
}

.featured-section-two .content ul li:before{
	content: '\f1ed';
	font-family: 'Flaticon';
	position: absolute;
	left: 0;
	top: 0;
	color: #147fd4;
}

/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
	padding: 90px 0px;
	background: #30b960;
	background: -webkit-linear-gradient(left,#30b960,#95d156);
	background: -ms-linear-gradient(left,#30b960,#95d156);
	background: -moz-linear-gradient(left,#30b960,#95d156);
}

.sponsors-section:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1200px;
	margin-left: -600px;
	height: 2px;
	background: #ffffff;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.9),rgba(255,255,255,0));
	background: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.9),rgba(255,255,255,0));
	background: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.9),rgba(255,255,255,0));
}

.sponsors-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sponsors-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00040a;
	opacity: 0.90;
}

.sponsors-section.alternate{
	background: #00040a;
	padding: 100px 0px;
}

.sponsors-section.alternate:before{
	display: none;
}

.sponsors-outer{
	position:relative;
	text-align:center;
}

.sponsors-outer .auto-container{
	max-width: 1680px;
}

.sponsors-outer .slide-item{
	display: block;
	text-align: center;
}

.sponsors-outer .image-box{
	position:relative;
	display: inline-block;
}

.sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	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;
	opacity:1;
}

.alternate .sponsors-outer .image-box img{
	opacity: 0.60;
}

.sponsors-outer .image-box img:hover{
	opacity:0.50;
}

.alternate .sponsors-outer .image-box img:hover{
	opacity: 1;
}

.sponsors-outer .owl-dots,
.sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding: 110px 0px 60px;
}

.news-block{
	position: relative;
	margin-bottom: 50px;
}

.owl-theme .news-block{
	margin: 0;
}

.news-block .inner{
	position: relative;
	display: block;
}

.news-block .image-box{
	position: relative;
	display: block;
	background: #010101;
	overflow: hidden;
}

.news-block .image-box img{
	display: block;
	width: 100%;
	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;
}

.news-block .inner:hover .image-box img{
	transform: scale(1.07);
	opacity: 0.50;
}

.news-block .image-box a{
	position: relative;
	display: block;
}

.news-block .image-box a:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -1px;
	height: 50px;
	border-right: 2px solid #ffffff;
	z-index: 1;
	transform: scaleY(0);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .image-box a:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	margin-left: -25px;
	width: 50px;
	border-bottom: 2px solid #ffffff;
	z-index: 1;
	transform: scaleX(0);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner:hover .image-box a:before,
.news-block .inner:hover .image-box a:after{
	transform: scale(1);
	transition:all 0.3s ease 300ms;
	-moz-transition:all 0.3s ease 300ms;
	-webkit-transition:all 0.3s ease 300ms;
	-ms-transition:all 0.3s ease 300ms;
	-o-transition:all 0.3s ease 300ms;
}

.news-block .lower-box{
	position: relative;
	display: block;
	padding: 0px 5px 0px 25px;
}

.news-block .lower-box .category{
	position: relative;
	display: block;
	top: -15px;
	margin-bottom: 10px;
}

.news-block .lower-box .category a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 3px 20px;
	color: #ffffff;
	border-radius: 15px;
	background: #3203c6;
	background: -webkit-linear-gradient(left,#3203c6,#00cddd);
	background: -ms-linear-gradient(left,#3203c6,#00cddd);
	background: -moz-linear-gradient(left,#3203c6,#00cddd);
}

.news-block:nth-child(2) .lower-box .category a,
.news-block:nth-child(5) .lower-box .category a,
.news-block:nth-child(8) .lower-box .category a,
.news-block:nth-child(11) .lower-box .category a,
.news-block:nth-child(14) .lower-box .category a{
	background: #35bb64;
	background: -webkit-linear-gradient(left,#35bb64,#8fcf4f);
	background: -ms-linear-gradient(left,#35bb64,#8fcf4f);
	background: -moz-linear-gradient(left,#35bb64,#8fcf4f);
}

.news-block:nth-child(3n+0) .lower-box .category a{
	background: #ff5388;
	background: -webkit-linear-gradient(left,#ff5388,#fda6ba);
	background: -ms-linear-gradient(left,#ff5388,#fda6ba);
	background: -moz-linear-gradient(left,#ff5388,#fda6ba);
}

.news-block.alternate .lower-box .category a,
.news-block.alternate:nth-child(2) .lower-box .category a,
.news-block.alternate:nth-child(5) .lower-box .category a,
.news-block.alternate:nth-child(8) .lower-box .category a,
.news-block.alternate:nth-child(11) .lower-box .category a,
.news-block.alternate:nth-child(14) .lower-box .category a,
.news-block.alternate:nth-child(3n+0) .lower-box .category a{
	color: #ff4646;
	background: #ffffff;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
	letter-spacing: 2.5px;
}

.news-block h4{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
}

.news-block .text{
	position: relative;
	padding-top: 12px;
}

.news-block.alternate h4{
	font-size: 22px;
	text-transform: uppercase;
}

.news-block h4 a{
	color: #000e22;
}

.news-block.alternate h4 a{
	color: #000261;
}

.news-block h4 a:hover{
	text-decoration: underline;
}

.news-block .post-meta{
	padding-top: 20px;
	font-size:15px;
	color: #3a3b88;
	line-height:24px;	
}

.news-block .post-meta li{
	position: relative;
	float: left;
	margin-right: 24px;
}

.news-block .post-meta li:last-child{
	margin: 0;
}

.news-block .post-meta li a{
	color: #3a3b88;	
}

.news-block .post-meta li a:hover{
	text-decoration: underline;
}

.news-block .post-meta li .icon{
	padding-right: 5px;
	color: #ff4646;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section-three{
	position:relative;
	padding: 120px 0px 90px;
}

.about-section-three .floated-image-1{
	position: absolute;
	left: 0;
	bottom: 70px;
}

.about-section-three .floated-image-2{
	position: absolute;
	right: 0;
	bottom: 10px;
}

.about-section-three .sec-title-three{
	margin-bottom: 50px;
}

.about-section-three .text-column{
	position: relative;
	order: 12;
}

.about-section-three .text-column .inner{
	position: relative;
	display: block;
}

.about-section-three .image-column{
	position: relative;
	order: 0;
}

.about-section-three .image-column .inner{
	position: relative;
	display: block;
	padding-right: 30px;
}

.about-section-three .image-column .image{
	position: relative;
	display: block;
	float: left;
	margin: 0 0;
	max-width:360px;
}

.about-section-three .image-column .image img{
	position: relative;
	display: block;
	width: 100%;
}

.about-section-three .image-column .image:nth-child(2){
	margin-left: 160px;
	margin-top: -315px;
	z-index: 1;
}

.about-section-three .text-content{
	position: relative;
	padding-right: 50px;
}

.about-section-three .text-block{
	position: relative;
	margin-bottom: 40px;
}

.about-section-three .text-block .title{
	position: relative;
	display: block;
	padding-left: 80px;
	margin-bottom: 15px;
}

.about-section-three .text-block .title .count{
	position: absolute;
	left: 0;
	top: -10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #28b270;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 5px 15px 0px rgba(40,178,12,0.50);
}

.about-section-three .text-block:nth-child(2) .title .count{
	background: #ff4646;
	box-shadow: 0px 5px 15px 0px rgba(255,70,70,0.50);
}

.about-section-three .text-block .title h4{
	line-height: 30px;
	color: #000261;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}

.about-section-three .text-block .text{
	position: relative;
	padding-left: 80px;
}

.about-section-three .icon{
	position: absolute;
	right: -50px;
	top: 30px;
	font-size: 90px;
	color: #e6f0f6;
	line-height: 1em;
}

/*** 

====================================================================
	Skills Section
====================================================================

***/

.skills-section{
	position:relative;
	background: #f9f9ff;
    background: -webkit-linear-gradient(top,#f9f9ff,#ffffff);
    background: -ms-linear-gradient(top,#f9f9ff,#ffffff);
    background: -moz-linear-gradient(top,#f9f9ff,#ffffff);
	padding: 120px 0px 80px;
}

.skills-section .text-column{
	position: relative;
}

.skills-section .text-column .inner{
	position: relative;
	display: block;
}

.skills-section .sec-title-three{
	margin-bottom: 45px;
}

.skills-section .image-column{
	position: relative;
}

.skills-section .image-column .inner{
	position: relative;
	display: block;
	padding-top: 50px;
	margin-right: -350px;
}

.skills-section .image-column img{
	position: relative;
	display: block;
}

.counter-block-two{
	position: relative;
	margin-bottom: 40px;
}

.counter-block-two .inner{
	position: relative;
	padding-left: 185px;
	min-height: 150px;
	padding-top: 15px;
}

.counter-block-two .graph-outer{
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px;
	display: block;
	text-align: center;
}

.counter-block-two .graph-outer:before{
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	border:2px solid #dbdbff;
	border-radius: 50%;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
}

.counter-block-two .graph-outer canvas{
	position: relative;
}

.counter-block-two .graph-outer .count-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 48px;
    color: #39b87b;
    font-weight: 600;
    line-height: 60px;
    margin-top: -30px;
    font-family: 'Poppins', sans-serif;
}

.skills-section .counter-block-two:nth-child(2) .graph-outer .count-box{
	color: #ff5555;
}

.counter-block-two .graph-outer .count-box .sign{
	font-size: 20px;
}

.counter-block-two h4{
	position: relative;
	font-size: 24px;
	line-height: 1.3em;
	color: #000261;
	font-weight: 600;
	margin: 0 0 15px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section-two{
	position:relative;
	padding: 120px 0px;
	background: #07095b;
	color: #b1b3f6;
	overflow: hidden;
}

.services-section-two .owl-theme .owl-stage-outer{
	overflow: visible;
}

.services-section-two .faded-text{
	top: 80px;
}

.services-section-two .faded-text.style-two .f-text span{
	text-transform: uppercase;
	font-size: 150px;
	color: #07095b;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.07), 1px -1px 0 rgba(255,255,255,0.07), -1px 1px 0 rgba(255,255,255,0.07), 1px 1px 0 rgba(255,255,255,0.07);
}

.service-block-two{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .service-block-two{
	margin: 0;
}

.service-block-two.padd-top{
	padding-top: 30px;
}

.service-block-two .inner-box{
	position: relative;
	display: block;
	padding: 50px 45px;
	border: 2px solid #1c1f79;
	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;
}

.service-block-two:hover .inner-box{
	border-color: #ff6262;
}

.service-block-two .inner-box:before{
	content: '';
	position: absolute;
	left: -1px;
	bottom: -1px;
	right: 15px;
	border-bottom: 7px solid #ff6262;
	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;
}

.service-block-two:hover .inner-box:before{
	right: -1px;
}

.service-block-two .icon-box{
	position: relative;
	display: block;
	color: #ff6262;
	font-size: 28px;
	line-height: 1em;
	margin-bottom: 15px;
}

.service-block-two h3{
	position: relative;
	font-size: 30px;
	line-height: 1.3em;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 15px;
}

.service-block-two .features{
	position: relative;
}

.service-block-two .features li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 30px;
}

.service-block-two .features li:before{
	content: '\f1ed';
	font-family: 'Flaticon';
	position: absolute;
	left: 0;
	top: 0;
	color: #3c3fa0;
}

.service-block-two .count{
	position: absolute;
	right: 12px;
	bottom: -5px;
	font-family: 'Poppins', sans-serif;
}

.service-block-two .count span{
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 180px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -5px;
	color: #07095b;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.04), 1px -1px 0 rgba(255,255,255,0.04), -1px 1px 0 rgba(255,255,255,0.04), 1px 1px 0 rgba(255,255,255,0.04);
}

.services-section-two .owl-nav,
.services-section-two .owl-dots{
	display: none;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section-two{
	position:relative;
	padding: 0px 0px;
	background: #ffffff;
}

.portfolio-section-two .outer-container{
	position: relative;
	display: block;
}

.portfolio-section-two .row{
	margin: 0;
}

.portfolio-section-two .row .gallery-item{
	padding: 0;
	margin: 0;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section-two{
	position:relative;
	padding: 120px 0px 110px;
	background: #f8f8ff;
}

.team-section-two .faded-text{
	top: 100px;
}

.team-section-two .faded-text.style-two .f-text span{
	text-transform: uppercase;
	font-size: 150px;
	color: #f8f8ff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.04), 1px -1px 0 rgba(0,0,0,0.04), -1px 1px 0 rgba(0,0,0,0.04), 1px 1px 0 rgba(0,0,0,0.04);
}

.team-block-two{
	position: relative;
	margin-bottom: 15px;
}

.owl-theme .team-block-two{
	margin-bottom: 0px;
}

.team-block-two .inner-box{
	position: relative;
	display: block;
}

.team-block-two .image-box{
	position: relative;
	display: block;
}

.team-block-two .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.team-block-two .image-box .designation{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 24px;
	color: #ffffff;
	background: #ff4646;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
}

.team-block-two .lower-box{
	position: relative;
	display: block;
	padding: 30px 40px 32px 30px;
	background: #ffffff;
	margin-bottom: 15px;
	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;
}

.team-block-two:hover,
.team-section-two .center .team-block-two,
.team-section-two .center{
	z-index: 1;
}

.team-block-two .inner-box:hover .lower-box,
.center .team-block-two .inner-box .lower-box{
	z-index: 1;
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.07);
}

.team-block-two .name{
	color: #000261;
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0 0 5px;
}

.team-block-two .count span{
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 150px;
	line-height: 1em;
	letter-spacing: -5px;
	color: #ffffff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.05), 1px -1px 0 rgba(0,0,0,0.05), -1px 1px 0 rgba(0,0,0,0.05), 1px 1px 0 rgba(0,0,0,0.05);
}

.team-block-two .social{
	position: relative;
	padding-top: 20px;
}

.team-block-two .social li{
	position: relative;
	float: left;
	margin: 0 10px 5px 0;
}

.team-block-two .social li a{
	position: relative;
	display: block;
	line-height: 46px;
	width: 48px;
	height: 48px;
	font-size: 14px;
	color: #a9aae8;
	text-align: center;
	border: 1px solid rgba(169,170,232,0.50);
	border-radius: 50%;
	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;
}

.team-block-two .social li a:hover{
	color: #ffffff;
	background: #ff4646;
	border-color: #ff4646;
	box-shadow: 0px 5px 15px 0px rgba(255,70,70,0.30);
}

.team-section-two .owl-theme .owl-nav{
	display: none;
}

.team-section-two .owl-theme .owl-dots{
	position: relative;
	display: block;
	padding-top: 40px;
	text-align: center;
	display: none;
}

.team-section-two .owl-theme .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 4px;
}

.team-section-two .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 20px;
	height: 6px;
	background: #d7e2ea;
    transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.team-section-two .owl-theme .owl-dots .owl-dot.active span{
	width: 35px;
	background: #ff6000;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.news-section-two{
	position:relative;
	padding: 120px 0px;
	background: #ffffff;
}

.news-section-two .owl-theme .owl-dots{
	display: none;
}

.news-section-two .owl-theme .owl-nav{
	position: absolute;
	right: 0;
	top: -130px;
}

.news-section-two .owl-theme .owl-nav .owl-next,
.news-section-two .owl-theme .owl-nav .owl-prev{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 58px;
	font-size: 20px;
	text-align: center;
	background: #ffffff;
	border:1px solid #d0d0d0;
	margin-left: 15px;
	border-radius: 50%;
    transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.news-section-two .owl-theme .owl-nav .owl-next:hover,
.news-section-two .owl-theme .owl-nav .owl-prev:hover{
	background: #ff4646;
	border-color: #ff4646;
	color: #ffffff;
	box-shadow: 0px 5px 15px 0px rgba(255,70,70,0.30);
}

/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.info-section{
	position:relative;
	padding: 110px 0px;
	background: #ffffff;
}

.info-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.info-section .bubble-dotted{
	z-index: 1;
}

.info-section .auto-container{
	z-index: 2;
}

.info-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0044b6;
	background: -webkit-linear-gradient(left,#0044b6,#0079f8);
	background: -ms-linear-gradient(left,#0044b6,#0079f8);
	background: -moz-linear-gradient(left,#0044b6,#0079f8);
	opacity: 0.90;
}

.info-section .faded-text{
	top: 70px;
}

.info-section .faded-text.style-two .f-text span{
	text-transform: uppercase;
	font-size: 150px;
	color: rgba(255,255,255,0.05);
	text-shadow: none;
}

.info-section .sec-title{
	margin-bottom: 70px;
}

.info-section .info{
	position: relative;
	color: rgba(255,255,255,0.70);
	margin-bottom: 70px;
}

.info-section .info-box{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.info-section .info-box .inner{
	position: relative;
	display: block;
	padding: 55px 30px 50px;
	border: 2px solid rgba(255,255,255,0.20);
	border-radius: 3px;
	min-height: 100%;
    transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.info-section .info-box .inner:hover{
	border-color: #ff6000;
}

.info-section .info-box .icon-box{
	position: relative;
	display: block;
	width: 76px;
	height: 76px;
	font-size: 28px;
	border: 2px solid rgba(255,255,255,0.15);
	color: #ffffff;
	line-height: 72px;
	border-radius: 50%;
	margin: 0 auto 30px;
    transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.info-section .info-box .inner:hover .icon-box{
	border-color: #ff6000;
	color: #ff6000;
}

.info-section .info-box h4{
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
}

.info-section .info-box li{
	position: relative;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
}

.info-section .info-box li a{
	color: rgba(255,255,255,0.70);
}

.info-section .info-box li a:hover{
	color: rgba(255,255,255,1);
	text-decoration: underline;
}

.info-section .call-to-box{
	position: relative;
	display: block;
	padding: 80px 20px;
	border: 10px solid rgba(255,255,255,0.15);
	border-radius: 3px;
}

.info-section .call-to-box .sec-title-three{
	margin: 0 auto;
	max-width: 750px;
}

.info-section .call-to-box .theme-btn{
	min-width: 240px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section-four{
	position:relative;
	padding: 120px 0px 90px;
}

.about-section-four .sec-title-four{
	margin-bottom: 30px;
}

.about-section-four .text-column{
	position: relative;
	order: 12;
}

.about-section-four .text-column .inner{
	position: relative;
	display: block;
	padding-top: 80px;
	padding-right: 50px;
}

.about-section-four .text{
	position: relative;
	font-size: 14px;
}

.about-section-four .image-column{
	position: relative;
	order: 0;
}

.about-section-four .image-column .inner{
	position: relative;
	display: block;
	padding-right: 30px;
}

.about-section-four .image-column .image-box{
	position: relative;
	display: block;
}

.about-section-four .image-column .image{
	position: relative;
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.about-section-four .image-column .image:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -155px 0px 0px -130px;
	width: 260px;
	height: 310px;
	background: #ffffff;
	border-radius: 50%;
	z-index: 1;
}

.about-section-four .image-column .image:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0px 0px -30px;
	width: 60px;
	height: 60px;
	border: 26px solid #ff6000;
	background: #ffffff;
	border-radius: 50%;
	z-index: 2;
}

.about-section-four .image-column .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50%;
}

.about-section-four .image-column .info-text{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -75px;
	height: 150px;
	width: 160px;
	background: #ffffff;
	text-align: center;
	padding: 30px 0px 10px;
	font-size: 16px;
	font-weight: 600;
	color: #47698e;
	z-index: 3;
}

.about-section-four .image-column .info-text .count{
	font-size: 50px;
	font-weight: 700;
	color: #000e22;
	line-height: 1.1em;
	font-family: 'Poppins', sans-serif;
}

.about-section-four .image-column .info-text .count span{
	color: #ff6000;
	font-size: 20px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section-three{
	position:relative;
	padding: 0 0;
}

.services-section-three .outer-container{
	position: relative;
}

.services-section-three .outer-container .row{
	position: relative;
	margin: 0;
}

.service-block-three{
	position: relative;
	margin-bottom: 30px;
}

.services-section-three .outer-container .service-block-three,
.services-section-three .outer-container .service-block-three .text-col,
.services-section-three .outer-container .service-block-three .image-col{
	position: relative;
	padding: 0;
}

.services-section-three .service-block-three{
	margin-bottom: 0px;
}

.service-block-three .inner-box{
	position: relative;
	display: block;
	min-height: 100%;
}

.service-block-three .text-col{
	position: relative;
}

.service-block-three .text-col .inner{
	position: relative;
	display: block;
	padding: 70px 70px 75px;
	color: #8098bb;
	background: #000e22;
	font-size: 14px;
	min-height: 100%;
	overflow: hidden;
}

.service-block-three .text-col .count{
	position: relative;
	display: block;
	font-size: 16px;
	color: #ff6511;
	font-weight: 700;
	margin-bottom: 7px;
}

.service-block-three .text-col h3{
	position: relative;
	display: block;
	font-size: 30px;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.service-block-three .text-col h3 a{
	color: #ffffff;
}

.service-block-three .text-col h3 a:hover{
	text-decoration: underline;
}

.service-block-three .text-col .text{
	position: relative;
	display: block;
	font-size: 14px;
	color: #8098bb;
}

.service-block-three .text-col .icon{
	position: absolute;
	right: 0;
	bottom: -5px;
	font-size: 200px;
	line-height: 1em;
	color: #04142b;
}

.service-block-three .text-col .icon{

}

.service-block-three .image-col{
	position: relative;
}

.service-block-three .image-col .inner{
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 100%;
	background: #000e22;
}

.service-block-three .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	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;
}

.service-block-three .image-col .image{
	position: relative;
	display: none;
}

.service-block-three .image-col .image img{
	position: relative;
	display: block;
	width: 100%;
	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;
}

.service-block-three:hover .image-col .image-layer,
.service-block-three:hover .image-col .image img{
	transform: scale(1.05);
	opacity: 0.70;
}

.service-block-three .overlink{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section-three{
	position:relative;
	background: #e5f0ff;
	padding: 120px 0px;
}

.featured-section-three .map-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.featured-section-three .map-layer .bg-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:url(../images/background/map-pattern-2.png) right top no-repeat;
}

.featured-section-three .map-layer .map-content{
	position: absolute;
	left: 50%;
	top: 0;
	width: 50%;
	height: 100%;
}

.featured-section-three .map-layer .location-point{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 2;
}

.featured-section-three .map-layer .location-point:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background: #ff6000;
	border-radius: 50%;
}

.featured-section-three .map-layer .location-point:hover{
	z-index: 3;
}

.featured-section-three .map-layer .location-point .inner{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 100%;
	margin-bottom: 25px;
	width: 200px;
	padding: 12px 12px 12px 70px;
	min-height: 68px;
	line-height: 21px;
	color: #000e22;
	background: #ffffff;
	-ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05),0px 20px 30px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05),0px 20px 30px 0px rgba(0,0,0,0.05);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.featured-section-three .map-layer .location-point .inner:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 100%;
	border: 10px solid transparent;
	border-top: 10px solid #ffffff;
}

.featured-section-three .map-layer .location-point:hover .inner{
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.featured-section-three .map-layer .location-point .image{
	position: absolute;
	left: 12px;
	top: 12px;
	width: 44px;
	height: 44px;
	overflow: hidden;
}

.featured-section-three .map-layer .location-point .image img{
	display: block;
	width: 44px;
	height: 44px;
}

.featured-section-three .map-layer .location-point h5{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2em;
	text-transform: capitalize;
	margin-bottom: 2px;
}

.featured-section-three .map-layer .location-point .info{
	color: #fd6615;
	font-size: 12px;
	font-weight: 700;
}

.featured-section-three .map-layer .loc-one{
	left: 15%;
	top: 25%;
}

.featured-section-three .map-layer .loc-two{
	left: 55%;
	top: 15%;
}

.featured-section-three .map-layer .loc-three{
	left: 40%;
	top: 20%;
}

.featured-section-three .map-layer .loc-four{
	left: 25%;
	top: 45%;
}

.featured-section-three .map-layer .loc-five{
	left: 35%;
	top: 40%;
}

.featured-section-three .content-box{
	position: relative;
	display: block;
	max-width: 600px;
}

.feature-block-three{
	position: relative;
	padding: 0;
}

.featured-section-three .feature-block-three:nth-child(even){
	padding-top: 40px;
}

.feature-block-three .inner-box{
	position: relative;
	display: block;
}

.feature-block-three .content{
	position: relative;
	display: block;
	padding: 50px 40px;
	background: #ffffff;
}

.feature-block-three .count{
	position: absolute;
    right: 0px;
    top: -15px;
    font-family: 'Gilroy-Bold', sans-serif;
}

.feature-block-three .count span{
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 190px;
    line-height: 1em;
    letter-spacing: -3px;
    color: #ffffff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.05), 1px -1px 0 rgba(0,0,0,0.05), -1px 1px 0 rgba(0,0,0,0.05), 1px 1px 0 rgba(0,0,0,0.05);
}

.feature-block-three .icon-box{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	color: #ffffff;
	line-height: 80px;
	text-align: center;
	background: #ff6511;
	font-size: 30px;
	border-radius: 50%;
	margin-bottom: 30px;
}

.feature-block-three h4{
	font-size: 22px;
	color: #000e22;
	text-transform: uppercase;
	margin-bottom: 15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.feature-block-three .text{
	position: relative;
	font-size: 16px;
	color: #47698e;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.feature-block-three .image{
	position: relative;
	display: block;
	overflow: hidden;
	background: #010101;
}

.feature-block-three .image img{
	position: relative;
	display: block;
	width: 100%;
	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;
}

.feature-block-three .inner-box:hover .image img{
	transform: scale(1.05);
	opacity: 0.70;
}

/*** 

====================================================================
		Portfolio Section
====================================================================

 ***/

.portfolio-section-three{
 	position: relative;
 	padding: 120px 0px;
}

.portfolio-section-three .lower-link{
	position: relative;
	text-align: center;
	padding-top: 20px;
}

.portfolio-section-three .lower-link .theme-btn{
	min-width: 220px;
}

/*=== Filter Gallery ===*/

.filter-gallery .filters{
	position: relative;
	margin-bottom:25px;
}

.filter-gallery .filters .filter-tabs{
	position:relative;
	display: block;
	text-align: center;
}

.filter-gallery .filters li{
	position:relative;
	display: inline-block;
	font-size:16px;
	line-height:30px;
	padding: 13px 30px;
	cursor:pointer;
	color:#000e22;
	font-weight:600;
	margin: 0 2px 15px;
	text-transform: capitalize;
	border-radius: 28px;
	background: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.filter-gallery .filters .filter.active,
.filter-gallery .filters .filter.current{
	color: #ffffff;
	background: #ff6000;
}

.mix{
	display: none;
}

.gallery-item-two{
	position: relative;
	margin-bottom: 30px;
}

.gallery-item-two .inner-box{
	position: relative;
	display: block;
}

.gallery-item-two .image-box{
	position: relative;
	display: block;
}

.gallery-item-two .image{
	position: relative;
	display: block;
}

.gallery-item-two .image img{
	position: relative;
	display: block;
	width: 100%;
}

.gallery-item-two .link-btn{
	position: absolute;
	right: 0px;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	-ms-transform: translateX(65px);
	transform: translateX(65px);
	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;
}

.gallery-item-two .inner-box:hover .link-btn{
	opacity: 1;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	transition:all 0.5s ease 500ms;
	-moz-transition:all 0.5s ease 1000ms;
	-webkit-transition:all 0.5s ease 1000ms;
	-ms-transition:all 0.5s ease 1000ms;
	-o-transition:all 0.5s ease 1000ms;
}

.gallery-item-two .link-btn a{
	position: relative;
	display: block;
	text-align: center;
	width: 64px;
	height: 64px;
	line-height: 64px;
	color: #ff6000;
	background: #ffffff;
	overflow: hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.gallery-item-two .link-btn a .icon{
	position: relative;
	display: inline-block;
	font-size: 22px;
	vertical-align: middle;
}

.gallery-item-two .link-btn a:hover{
	color: #ffffff;
	background: #ff6000;
}

.gallery-item-two .zoom-btn{
	position: absolute;
	right: 66px;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	-ms-transform: translateX(65px);
	transform: translateX(65px);
	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;
}

.gallery-item-two .inner-box:hover .zoom-btn{
	opacity: 1;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	transition:all 0.5s ease 500ms;
	-moz-transition:all 0.5s ease 500ms;
	-webkit-transition:all 0.5s ease 500ms;
	-ms-transition:all 0.5s ease 500ms;
	-o-transition:all 0.5s ease 500ms;
}

.gallery-item-two .zoom-btn a{
	position: relative;
	display: block;
	text-align: center;
	width: 64px;
	height: 64px;
	line-height: 64px;
	color: #ff6000;
	background: #ffffff;
	overflow: hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.gallery-item-two .zoom-btn a .icon{
	position: relative;
	display: inline-block;
	font-size: 22px;
	vertical-align: middle;
}

.gallery-item-two .zoom-btn a:hover{
	color: #ffffff;
	background: #ff6000;
}

.gallery-item-two .hover-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 1;
}

.gallery-item-two .inner-box:hover .hover-box{
	opacity: 1;
}

.gallery-item-two .hover-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,17,56,0.90);
	opacity: 0;
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-ms-transform-origin: left top;
	transform-origin: left top;
	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;
}

.gallery-item-two .inner-box:hover .hover-box:before{
	opacity: 1;
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.gallery-item-two .hover-box .hover-inner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	padding: 20px 20px;
	vertical-align: middle;
	color: #ffffff;
	text-align: center;
	opacity: 0;
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}

.gallery-item-two .inner-box:hover .hover-box .hover-inner{
	opacity: 1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 0.5s ease 500ms;
	-moz-transition:all 0.5s ease 500ms;
	-webkit-transition:all 0.5s ease 500ms;
	-ms-transition:all 0.5s ease 500ms;
	-o-transition:all 0.5s ease 500ms;
}

.gallery-item-two .hover-box .content{
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.gallery-item-two .hover-box h4{
	color: #ffffff;
	font-size: 22px;
	text-transform: capitalize;
	margin: 0;
}

.gallery-item-two .hover-box h4 a{
	color: #ffffff;
}

.gallery-item-two .hover-box .separator{
	position: relative;
	display: block;
	width: 80px;
	margin: 5px auto;
	overflow: hidden;
}

.gallery-item-two .hover-box .separator .dot{
	position: relative;
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #ffffff;
}

.gallery-item-two .hover-box .separator .dot:before{
	content: '';
	position: absolute;
	top: 2px;
	left: 100%;
	margin-left: 5px;
	width: 45px;
	border-bottom: 1px solid #ffffff;
}

.gallery-item-two .hover-box .separator .dot:after{
	content: '';
	position: absolute;
	top: 2px;
	right: 100%;
	margin-right: 5px;
	width: 45px;
	border-bottom: 1px solid #ffffff;
}

.gallery-item-two .hover-box .category{
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.5em;
}

/*** 

====================================================================
	Skills Section
====================================================================

***/

.skill-section-two{
	position:relative;
	background: #e5f0ff;
	padding: 180px 0px 90px;
}

.skill-section-two .curve{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
}

.skill-section-two .curve:before{
	content: '';
	position: relative;
	display: block;
	max-width: 1290px;
	margin: 0 auto;
	height: 60px;
	background: #ffffff;
}

.skill-section-two .sec-title-four{
	margin-bottom: 40px;
}

.skill-section-two .image-column{
	position: relative;
	margin-bottom: 30px;
}

.skill-section-two .image-column .inner{
	position: relative;
	display: block;
}

.skill-section-two .image-column .image{
	position: relative;
	display: block;
	float: left;
	margin: 0 0;
	max-width: 350px;
}

.skill-section-two .image-column .image img{
	position: relative;
	display: block;
	width: 100%;
}

.skill-section-two .image-column .image:nth-child(2){
	float: right;
	margin-top: -280px;
	z-index: 1;
}

.skill-section-two .image-column .image:nth-child(2):before{
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-bottom: 15px;
	margin-left: 135px;
	border: 40px solid transparent;
	border-left: 40px solid #ffffff;
	border-bottom: 40px solid #ffffff;
}

.skill-section-two .image-column .image:nth-child(2):after{
	content: '';
	position: absolute;
	bottom: 32px;
	left: -96px;
	border: 40px solid transparent;
	border-top: 40px solid #ff6000;
	border-right: 40px solid #ff6000;
}

.skill-section-two .text-column{
	position: relative;
}

.skill-section-two .text-column .inner{
	position: relative;
	display: block;
	padding-top: 20px;
	padding-right: 70px;
}

.skill-block{
	position: relative;
}

.skill-block .inner-box{
	position: relative;
}

.skill-block .bar-item{
	position:relative;
	margin-bottom: 35px;
}

.skill-block .bar-item .skill-bar{
	position:relative;
	height: 5px;
	width: 100%;
}

.skill-block .bar-item .skill-bar .bar-inner{
	position:absolute;
	left: 0;
	bottom: 0;
	width:100%;
	height:6px;
	background: #ffffff;
}

.skill-block .bar-item .skill-bar .bar-inner .bar{
	position:absolute;
	left: 0;
	top: 0;
	height:6px;
	width:0px;
	background-color: #ff6000;
	box-shadow: 0px 3px 10px 0px rgba(255,96,0,0.50);
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skill-block .bar-item .skill-title{
	position:relative;
	float: left;
	font-size:14px;
	line-height:24px;
	color:#000e22;
	font-weight:600;
	text-transform:uppercase;
	padding-bottom: 7px;
	letter-spacing: 3px;
}

.skill-block .bar-item .skill-percentage{
	position:relative;
	float: right;
	font-size:14px;
	line-height:24px;
	color:#ff6511;
	font-weight:600;
	text-transform:capitalize;
	padding-bottom: 7px;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.testimonial-section-two{
	position:relative;
	background: #ffffff;
	padding: 120px 0px 70px;
	overflow: hidden;
}

.testimonial-section-two .faded-text{
	top: -80px;
}

.testimonial-section-two .faded-text .f-text span{
	text-transform: uppercase;
	font-size: 220px;
	color: #ffffff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.04), 1px -1px 0 rgba(0,0,0,0.04), -1px 1px 0 rgba(0,0,0,0.04), 1px 1px 0 rgba(0,0,0,0.04);
}

.testimonial-section-two .image-column{
	position: relative;
	margin-bottom: 50px;
	order: 0;
}

.testimonial-section-two .image-column .inner{
	position: relative;
	display: block;
	padding-right: 20px;
}

.testimonial-section-two .image-column .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.testimonial-section-two .image-column .image-box:before{
	content: '';
	position: absolute;
	background: #ff6511;
	left: 0;
	bottom: -70px;
	width: 100%;
	height: 65%;
	transform: skewY(10deg);
}

.testimonial-section-two .image-column .image{
	position: relative;
	display: block;
	z-index: 1;
}

.testimonial-section-two .image-column .image img{
	position: relative;
	display: block;
	width: 100%;
}

.testimonial-section-two .text-column{
	position: relative;
	margin-bottom: 50px;
	order: 12;
}

.testimonial-section-two .text-column .inner{
	position: relative;
	display: block;
	padding-left: 60px;
	padding-top: 90px;
}

.testimonial-section-two .sec-title-four{
	margin-bottom: 30px;
}

.testimonial-section-two .content{
	position: relative;
	display: block;
}

.testimonial-section-two .content .big-text{
	position: relative;
	font-size: 24px;
	color: #000e22;
	font-weight: 600;
	line-height: 1.4em;
}

.testimonial-section-two .big-text span{
	color: #ff6511;
}

.testimonial-section-two .content .text{
	position: relative;
	font-size: 14px;
	color: #47698e;
	margin-top: 25px;
}

.testimonial-section-two .content .info{
	position: relative;
	margin-top: 40px;
	padding-left: 80px;
	min-height: 60px;
	padding-top: 5px;
}

.testimonial-section-two .content .info .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}

.testimonial-section-two .content .info .image img{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.testimonial-section-two .content .info .name{
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
	color: #000e22;
	font-family: 'Poppins', sans-serif;
}

.testimonial-section-two .content .info .designation{
	position: relative;
	padding-top: 3px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ff6511;
}


/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-banner{
	position:relative;
	padding: 0;
	color: #ffffff;
	background: #0f2c36;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-banner .faded-text{
	top: 150px;
}

.page-banner .faded-text.light .f-text span{
	font-size: 240px;
	color: rgba(255,255,255,0.05);
	text-shadow: none;
  -webkit-text-fill-color: rgba(0,0,0,0); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255,255,255,0.15);
}

.page-banner .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.page-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.90);
}

.page-banner .banner-inner{
	position: relative;
	display: block;
	text-align: center;
	z-index:2;
}

.page-banner .inner-container{
	position: relative;
	padding: 240px 0px 120px;
}

.page-banner h1{
	position:relative;
	font-size:60px;
	color:#ffffff;
	line-height: 1.2em;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0;
}

.page-banner .page-nav{
	position: relative;
	padding-top: 10px;
	text-align: center;
}

.page-banner .bread-crumb{
	position: relative;
	display: inline-block;
}

.page-banner .bread-crumb li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #ccd6df;
	font-weight: 600;
	text-transform: uppercase;
	cursor: default;
	padding-right:  15px;
	margin-right: 15px;
}

.page-banner .bread-crumb li:before{
	position: absolute;
	right: -15px;
	width: 30px;
	text-align: center;
	font-size: 10px;
	line-height: 24px;
	color: #bababa;
	font-weight: 400;
    content: "|";
}

.page-banner .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before{
	display: none;
}

.page-banner .bread-crumb li a{
	color:#8e9aa4;
	font-weight: 600;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active{
	color:#ccd6df;	
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section{
	position:relative;
	padding: 120px 0px 100px;
	background: #ffffff;
}

.welcome-section .content{
	position: relative;
	display: block;
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}

.welcome-section .content .icon-box{
	position: relative;
	display: block;
	margin: 0 auto 40px;
}

.welcome-section .content .sub-title{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
	text-transform: uppercase;
	color: #ff6000;
	letter-spacing: 3px;
	margin-bottom: 12px;
}

.welcome-section .content .sub-title:before{
	content: '';
	position: absolute;
	top: 11px;
	right: 100%;
	margin-right: 15px;
	width: 70px;
	border-bottom: 2px solid #ff6000;
}

.welcome-section .content .sub-title:after{
	content: '';
	position: absolute;
	top: 11px;
	left: 100%;
	margin-left: 15px;
	width: 70px;
	border-bottom: 2px solid #ff6000;
}

.welcome-section .content h2{
	position: relative;
	display: block;
	font-size:78px;
	line-height: 1.10em;
	letter-spacing: -1px;
	color: #001f29;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.welcome-section .content .lower-text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 400;
	color: #497188;
	padding: 20px 0px 0px;
	max-width: 600px;
	margin: 0 auto;
}

.welcome-section .content .links{
	position: relative;
    text-align: center;
    padding-top: 40px;
}

.welcome-section .content .links .theme-btn{
	margin: 0 10px 20px;
	vertical-align: top;
	min-width: 180px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section-two{
	position:relative;
	padding: 120px 0px 50px;
	background: #001f29;
}

.counter-block-three{
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.counter-block-three .inner-box{
	position: relative;
	min-height: 200px;
}

.counter-block-three .graph-outer{
	position: relative;
	left: 0;
	top: 0;
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto 30px;
	text-align: center;
}

.counter-block-three .graph-outer .icon-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100px;
	font-size: 50px;
	color: #ff6000;
	padding-top: 50px;
	text-align: center;
}

.counter-block-three .count-box{
    position: relative;
    display: block;
    font-size: 72px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1em;
    font-family: 'Gilroy-Bold', sans-serif;
}

.counter-block-three .count-box .sign{
	font-size: 20px;
}

.counter-block-three .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.25em;
	color: #93c7d8;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section-four{
	position:relative;
	padding: 120px 0px;
	background: #f1fcff;
}

.services-section-four .sec-title{
	margin-bottom: 50px;
}

.services-section-four .faded-text .f-text span{
	color: #f1fcff;
}

.services-section-four .tab-col{
	position: relative;
}

.services-section-four .tab-col .inner{
	position: relative;
	display: block;
}

.tabs-box{
	position: relative;
}

.tabs-box .tab-buttons{
	position: relative;
}

.tabs-box .tab-buttons .tab-btn{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.tabs-box .tabs-content{
	position: relative;
}

.tabs-box .tabs-content .tab{
	position: relative;
	display: none;
}

.tabs-box .tabs-content .active-tab{
	display: block;
}

.services-tabs{
	position: relative;
}

.services-tabs .tab-buttons{
	position: relative;
}

.services-tabs .tab-buttons .tab-btn{
	position: relative;
	display: block;
	padding: 40px 10px;
	text-align: center;
	background: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #001f29;
	font-weight: 700;
	margin-bottom: 30px;
	min-height: 140px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-tabs .tab-buttons .tab-btn .icon{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 1em;
	color: #ff6000;
	font-weight: 400;
	margin-bottom: 12px;
}

.services-tabs .tab-buttons .tab-btn.active-btn{
	background: #ff6000;
	color: #ffffff;
}

.services-tabs .tab-buttons .tab-btn.active-btn .icon{
	color: #ffffff;
}

.services-tabs .tab-buttons .tab-btn .icon-bg{
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	font-size: 140px;
	line-height: 1em;
	color: rgba(255,255,255,0.15);
	font-weight: 400;
}

.services-tabs .tab .tab-inner{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 40px 40px 20px;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
}

.featured-service{
	position: relative;
	display: block;
}

.featured-service .image-column{
	position: relative;
	margin-bottom: 20px;
}

.featured-service .image-column .image-box{
	position: relative;
	display: block;
}

.featured-service .image-column .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.featured-service .image-column .inner{
	position: relative;
	display: block;
	padding-right: 40px;
	min-height: 100%;
}

.featured-service .text-column{
	position: relative;
}

.featured-service .text-column .inner{
	position: relative;
	display: block;
	padding: 50px 20px 0px 0px;
	min-height: 100%;
}

.featured-service .sec-title{
	margin: 0 0 20px;
}

.featured-service .sec-title .sub-title{
	font-size: 17px;
}

.featured-service .sec-title h2{
	font-size: 60px;
}

.featured-service .text-column .text{
	position: relative;
	color: #497188;
}

.featured-service .text-column .link-box{
	position: relative;
	display: block;
	padding-top: 40px;
}

.featured-service .text-column .link-box .theme-btn{
	min-width: 180px;
	margin: 0 20px 20px 0px;
}

.featured-service .text-column .link-box .btn-style-two .btn-title{
	font-size: 20px;
}

/*** 

====================================================================
		Features Section TWo
====================================================================

***/

.features-section-two{
	position:relative;
	padding: 120px 0px;
	background: #ffffff;
}

.features-section-two .feature-block{
	margin-bottom: 0;
}

.features-section-two .feature-block:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	border-right: 1px solid rgba(0,0,0,0.05);
	height: 100%;
}

.features-section-two .feature-block:nth-child(4):before,
.features-section-two .feature-block:nth-child(8):before{
	display: none;
}

.features-section-two .feature-block:nth-child(1):after,
.features-section-two .feature-block:nth-child(2):after,
.features-section-two .feature-block:nth-child(3):after,
.features-section-two .feature-block:nth-child(4):after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	width: 100%;
}

.features-section-two .feature-block .icon-box{
	color: #ff6000;
	-webkit-text-fill-color: #ff6000;
	background: none;
}

.features-section-two .feature-block .inner-box:hover .pattern-layer{
	background-color: #ff6000;
}

.features-section-two .feature-block .inner-box:hover{
	background: #ff6000;
}

.features-section-two .feature-block .inner-box:hover .count span{
	color: #ff6000;
}

.features-section-two .feature-block .inner-box .count{
	font-family: 'Poppins', sans-serif;
	font-size: 120px;
	font-weight: 700;
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	background: #ffffff;
}

.pricing-section .upper-title{
	position: relative;
	padding: 110px 0px 250px;
	background: #001730;
}

.pricing-section .sec-title{
	margin-bottom: 0px;
	max-width: none !important;
}

.pricing-section .faded-text .f-text span{
	color: #001730;
}

.pricing-section .lower-content{
	position: relative;
	display: block;
}

.pricing-section .content-container{
	position: relative;
	display: block;
	margin-top: -190px;
	z-index: 1;
}

.pricing-block{
	position: relative;
	margin-bottom: 30px;
}

.pricing-section .row{
	margin: 0px 0px;
}

.pricing-section .row .pricing-block{
	padding: 0;
	margin: 0;
}

.pricing-block .inner-box{
	position: relative;
	display: block;
	background: #ffffff;
	min-height: 100%;
	border-right: 1px solid rgba(0,0,0,0.03);
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-block .inner-box:hover,
.pricing-block.featured-plan .inner-box{
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.03),0px 5px 25px 0px rgba(0,0,0,0.10);
	z-index: 1;
}

.pricing-block .pricing-header{
	position: relative;
	display: block;
	padding: 42px 20px;
	background: #fff6f1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.pricing-block .inner-box:hover .pricing-header,
.pricing-block.featured-plan .inner-box .pricing-header{
	background: #ff6000;
	color: #ffffff;
}

.pricing-block .pricing-header .price-title{
	font-size: 14px;
	letter-spacing: 3px;
	color: #84a2b3;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 3px;
}

.pricing-block .pricing-header .price{
	font-size: 80px;
	color: #ff6000;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1em;
	font-family: 'Gilroy-Bold', sans-serif;
}

.pricing-block .pricing-header .price sub{
	font-size: 20px;
	bottom: 4px;
}

.pricing-block .inner-box:hover .pricing-header .price-title,
.pricing-block.featured-plan .inner-box .pricing-header .price-title,
.pricing-block.featured-plan .inner-box .pricing-header .price,
.pricing-block .inner-box:hover .pricing-header .price{
	color: #ffffff;
}

.pricing-block .lower-box{
	position: relative;
	display: block;
	padding: 50px 30px;
}

.pricing-block .features{
	position: relative;
}

.pricing-block .features li{
	position: relative;
	color: #497188;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.pricing-block .features li strong{
	font-weight: 700;
	color: #001730;
}

.pricing-block .link-box{
	position: relative;
	padding-top: 30px;
}

.pricing-block .link-box .theme-btn{
	min-width: 240px;
}

.pricing-block .link-box .theme-btn .btn-title{
	border-color: rgba(0,0,0,0.05);
	letter-spacing: 1px;
}

.pricing-block .inner-box:hover .theme-btn .btn-title,
.pricing-block.featured-plan .theme-btn .btn-title{
	color: #ffffff;
	border-color: #ff6000;
	background: #ff6000;
}

/*** 

====================================================================
		Page Banner
====================================================================

***/

.featured-section-four{
	position:relative;
	padding: 120px 0px;
	color: #ffffff;
	background: #0f2c36;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.featured-section-four .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.featured-section-four .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.30);
}

.featured-section-four .carousel-box{
	position: relative;
	display: block;
	max-width: 600px;
	margin: 0 auto;
}

.featured-service-two{
	position: relative;
	display: block;
}

.featured-service-two .inner-box{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 80px 70px;
}

.featured-service-two .sec-title{
	margin: 0 0 15px;
}

.featured-service-two .sec-title .sub-title{
	font-size: 17px;
}

.featured-service-two .sec-title h2{
	font-size: 60px;
}

.featured-service-two .text{
	position: relative;
	color: #497188;
}

.featured-service-two .quote-box{
	position: relative;
	display: block;
	margin-top: 40px;
}

.featured-service-two .quote-box .inner{
	position: relative;
	display: block;
	padding: 25px 30px;
}

.featured-service-two .quote-box .inner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-left: 3px solid #0054ff;
	background: -webkit-linear-gradient(left,#e5eeff,rgba(0,0,0,0));
	background: -ms-linear-gradient(left,#e5eeff,rgba(0,0,0,0));
	background: -moz-linear-gradient(left,left,#e5eeff,rgba(0,0,0,0));
}

.featured-service-two .quote-box .quote-text{
	position: relative;
	display: block;
	font-size: 24px;
	color: #001f29;
	font-weight: 600;
}

.featured-service-two .quote-box .title{
	position: relative;
	display: block;
	color: #0054ff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 5px;
}

.featured-section-four .owl-theme .owl-dots{
	display: none;
}

.featured-section-four .owl-theme .owl-nav{
	position: absolute;
	right: -50px;
	bottom: 0;
}

.featured-section-four .owl-theme .owl-nav .owl-next,
.featured-section-four .owl-theme .owl-nav .owl-prev{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	background: #0054ff;
	color: #ffffff;
	margin: 0px;
    transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.featured-section-four .owl-theme .owl-nav .owl-next{
	background: #ff6000;
}

.featured-section-four .owl-theme .owl-nav .owl-next:hover,
.featured-section-four .owl-theme .owl-nav .owl-prev:hover{
	background: #001f29;
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.10);
	color: #ffffff;
}

/*** 

====================================================================
		Portfolio Section
====================================================================

 ***/

.portfolio-section-three.fullwidth{
	padding-bottom: 0;
}

.portfolio-section-three.fullwidth .gallery-item-two{
 	position: relative;
 	margin: 0;
 	width: 25%;
}

.portfolio-section-three.fullwidth .gallery-item-two.width-50{
 	position: relative;
 	float: left;
 	margin: 0;
 	padding: 0;
 	width: 50%;
}

/*** 

====================================================================
		Portfolio Section
====================================================================

 ***/

.portfolio-section-four{
 	position: relative;
 	padding: 120px 0px 90px;
}

.portfolio-section-four .gallery-item-two .inner-box{
	padding: 30px 25px 0px;
	background: #f2f9ff;
	overflow: hidden;
}

.portfolio-section-four .gallery-item-two .image{
	box-shadow: 0px -3px 15px 0px rgba(0,0,0,0.20);
}

.portfolio-section-four .gallery-item-two:nth-child(2) .inner-box,
.portfolio-section-four .gallery-item-two:nth-child(5) .inner-box,
.portfolio-section-four .gallery-item-two:nth-child(8) .inner-box,
.portfolio-section-four .gallery-item-two:nth-child(11) .inner-box,
.portfolio-section-four .gallery-item-two:nth-child(14) .inner-box{
	background: #ffe7da;
}

.portfolio-section-four .gallery-item-two:nth-child(3) .inner-box,
.portfolio-section-four .gallery-item-two:nth-child(6) .inner-box,
.portfolio-section-four .gallery-item-two:nth-child(9) .inner-box,
.portfolio-section-four .gallery-item-two:nth-child(12) .inner-box,
.portfolio-section-four .gallery-item-two:nth-child(15) .inner-box{
	background: #e1ffee;
}

/*** 

====================================================================
		Contact Section
====================================================================

 ***/

.contact-section{
	position: relative;
	padding: 120px 0px 90px;
}

.contact-section .sec-title{
	margin-bottom: 35px;
}

.contact-section .sec-title h2{
	font-size: 64px;
}

.contact-section .form-column{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .form-column .inner{
	position: relative;
	display: block;
}

.contact-section .default-form{
	padding-right: 30px;
}

.contact-section .default-form .form-group input[type="text"],
.contact-section .default-form .form-group input[type="email"],
.contact-section .default-form .form-group input[type="password"],
.contact-section .default-form .form-group input[type="tel"],
.contact-section .default-form .form-group input[type="url"],
.contact-section .default-form .form-group input[type="file"],
.contact-section .default-form .form-group input[type="number"],
.contact-section .default-form .form-group textarea,
.contact-section .default-form .form-group select{
	padding: 7px 25px 13px;
	line-height: 30px;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,0.10);
}

.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.contact-section .default-form .form-group input:focus{
	border-color: #ff6000;
}

.contact-section .btn-box{
	padding-top: 15px;
}

.contact-section .map-column{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .map-column .inner{
	position: relative;
	display: block;
	padding-top: 50px;
}

.contact-section .map-canvas{
	height: 630px;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data{
	text-align:center;
	font-size:15px;
	color: #222222;
	font-weight:400;
	line-height:1.7em;
}

.map-data h6{
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
	color:#222222;
}

.map-canvas{
	height:480px;
}

/*** 

====================================================================
		Project Details Section
====================================================================

 ***/

.project-single{
	position: relative;
}

.project-details{
	position: relative;
	padding: 120px 0px 90px;
}

.project-details .upper-row{
	position: relative;
	padding-bottom: 20px;
}

.project-details .upper-row .image-column{
	position: relative;
	margin-bottom: 30px;
}

.project-details .upper-row .image-column .inner{
	position: relative;
	display: block;
}

.project-details .upper-row .image-column img{
	position: relative;
	display: block;
	width: 100%;
}

.project-details .upper-row .info-column{
	position: relative;
	margin-bottom: 30px;
}

.project-details .upper-row .info-column .inner{
	position: relative;
	display: block;
	padding: 60px 55px;
	background: #ffffff;
	min-height: 100%;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
}

.project-details .upper-row .info-column .icon{
	position: absolute;
	right: 10px;
	top: 10px;
	color: #eef4f8;
	font-size: 140px;
	line-height: 1em;
}

.project-details .upper-row .info{
	position: relative;
}

.project-details .upper-row .info li{
	position: relative;
	display: block;
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	color: #497188;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
}

.project-details .upper-row .info li strong{
	position: relative;
	color: #05232d;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Gilroy-Bold', sans-serif;
	text-transform: uppercase;
}

.project-details .upper-row .info li:last-child{
	border: none;
	margin-bottom: 10px;
}

.project-details .content-row{
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
}

.project-details .content-row h3{
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #05232d;
}

.project-single .project-images{
	position: relative;
}

.project-single .project-images .owl-dots,
.project-single .project-images .owl-nav{
	display: none;
}
/*** 

====================================================================
	More Section
====================================================================

***/

.more-details{
	position:relative;
	background: #ffffff;
	padding: 120px 0px 90px;
}

.more-details .text-column{
	position: relative;
}

.more-details .text-column .inner{
	position: relative;
	display: block;
	padding-right: 30px;
}

.more-details .sec-title-four{
	margin-bottom: 45px;
}

.more-details .sec-title-four h2{
	font-size: 58px;
	text-transform: uppercase;
}

.more-details .skills-column{
	position: relative;
}

.more-details .skills-column .inner{
	position: relative;
	display: block;
	padding-left: 30px;
}

.more-details .skill-block .bar-item .skill-bar .bar-inner{
	background: #e5ecf6;
	height: 4px;
}

.more-details .info-block-two{
	position: relative;
	display: block;
	margin-bottom: 40px;
	min-height: 100px;
	padding-left: 140px;
}

.more-details .info-block-two .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 36px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	color: #ff6511;
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.10);
}

.more-details .info-block-two h4{
	text-transform: uppercase;
	color: #000e22;
	margin-bottom: 10px;
}

.post-controls{
	position: relative;
}

.post-controls.alternate{
	margin-top: 40px;
	padding: 0;
}

.post-controls .inner{
	position: relative;
	padding-top: 30px;
	padding-bottom: 100px;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.post-controls.alternate .inner{
	padding-top: 40px;
	padding-bottom: 0;
}

.post-controls .control{
	position: relative;
	display: block;
	padding-left: 130px;
	min-height: 100px;
	padding-top: 10px;
}

.post-controls.alternate .control{
	padding: 0;
	min-height: 0;
}

.post-controls .control .post-thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 80px;
}

.post-controls .control .post-thumb img{
	position: relative;
	display: block;
	width: 100px;
	height: 80px;
}

.post-controls .control h4{
	text-transform: uppercase;
	color: #000e22;
	margin-bottom: 5px;
}

.post-controls.alternate .control h4{
	text-transform: uppercase;
}

.post-controls .control .subtitle{
	text-transform: capitalize;
	color: #497188;
	font-weight: 700;
	font-size: 16px;
}

.post-controls.alternate .control .subtitle{
	font-size: 14px;
	text-transform: uppercase;
}

.post-controls .control .overlink{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.post-controls .prev-post{
	float: left;
	text-align:left;
}

.post-controls .next-post{
	float: right;
	padding-left: 0;
	padding-right: 130px;
	text-align: right;
}

.post-controls .next-post .post-thumb{
	right: 0;
	left: auto;
}

.post-controls .see-all{
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 42px;
	text-align: center;
}

.post-controls.alternate .see-all{
	font-size: 32px;
	top: 30px;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section-two{
	position:relative;
	padding: 110px 0px 90px;
}

.news-block-two{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .news-block-two{
	margin: 0;
}

.news-block-two .inner-box{
	position: relative;
	display: block;
}

.news-block-two .image-box{
	position: relative;
	display: block;
}

.news-block-two .image-box img{
	display: block;
	width: 100%;
}

.news-block-two .lower-box{
	position: relative;
	display: block;
	padding: 35px 0px 0px;
}

.news-block-two .lower-box .category{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.news-block-two .lower-box .category a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 3px 20px;
	color: #ffffff;
	border-radius: 15px;
	background: #ff6000;
}

.news-block-two h4{
	color: #001f29;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
}

.news-block-two h4 a{
	color: #001f29;
}

.news-block-two .text{
	position: relative;
	padding-top: 15px;
}

.news-block-two h4 a:hover{
	text-decoration: underline;
}

.news-block-two .post-meta{
	padding-top: 15px;
	font-size:15px;
	color: #497188;
	line-height:24px;	
}

.news-block-two .post-meta li{
	position: relative;
	float: left;
	margin-right: 24px;
}

.news-block-two .post-meta li:last-child{
	margin: 0;
}

.news-block-two .post-meta li a{
	color: #497188;	
}

.news-block-two .post-meta li a:hover{
	text-decoration: underline;
}

.news-block-two .post-meta li .icon{
	padding-right: 5px;
	color: #ff4646;
}

.news-block-three{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .news-block-three{
	margin: 0;
}

.news-block-three .inner-box{
	position: relative;
	display: block;
	color: #9ac7d5;
	background: #001f29;
	padding: 50px 35px 45px;
}

.news-block-three .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.news-block-three .image-layer:before{
	content: '';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.70;
	background: #001f29;
}

.news-block-three .image-box{
	position: relative;
	display: block;
}

.news-block-three .image-box img{
	display: block;
	width: 100%;
}

.news-block-three .count{
	position: absolute;
	right: 12px;
	top: 0;
	font-family: 'Gilroy-Bold', sans-serif;
}

.news-block-three .count span{
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 170px;
	line-height: 1em;
	letter-spacing: -5px;
	color: #001f29;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.07), 1px -1px 0 rgba(255,255,255,0.07), -1px 1px 0 rgba(255,255,255,0.07), 1px 1px 0 rgba(255,255,255,0.07);
}

.news-block-three.alternate .count span{
	color: rgba(255,255,255,0.10);
	text-shadow: none;
}

.news-block-three .content-box{
	position: relative;
	display: block;
}

.news-block-three .content-box .category{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.news-block-three .content-box .category a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 3px 20px;
	color: #ffffff;
	border-radius: 15px;
	background: #ff6000;
}

.news-block-three h4{
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
}

.news-block-three h4 a{
	color: #ffffff;
}

.news-block-three .text{
	position: relative;
	padding-top: 15px;
}

.news-block-three h4 a:hover{
	text-decoration: underline;
}

.news-block-three .post-meta{
	padding-top: 15px;
	font-size:15px;
	color: #9ac7d5;
	line-height:24px;	
}

.news-block-three .post-meta li{
	position: relative;
	float: left;
	margin-right: 24px;
}

.news-block-three .post-meta li:last-child{
	margin: 0;
}

.news-block-three .post-meta li a{
	color: #9ac7d5;	
}

.news-block-three .post-meta li a:hover{
	text-decoration: underline;
}

.news-block-three .post-meta li .icon{
	padding-right: 5px;
	color: #ff4646;
}

.news-block-four{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .news-block-four{
	margin: 0;
}

.news-block-four .inner-box{
	position: relative;
	display: block;
	color: #9ac7d5;
	background: #001f29;
	padding: 50px 35px;
}

.news-block-four .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.news-block-four .image-layer:before{
	content: '';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.70;
	background: #001f29;
}

.news-block-four .image-box{
	position: relative;
	display: block;
}

.news-block-four .image-box img{
	display: block;
	width: 100%;
}

.news-block-four .quote-icon{
	position: relative;
	display: block;
	font-size: 40px;
	color: #ff6000;
	line-height: 1em;
	margin-bottom: 15px;
}

.news-block-four .quote-icon span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	transform: rotate(-180deg);
}

.news-block-four .big-quote-icon{
	position: absolute;
	top: 50%;
	margin-top: -70px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 200px;
	color: #042530;
	line-height: 1em;
	margin-bottom: 15px;
}

.news-block-four .big-quote-icon span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	transform: rotate(-180deg);
}

.news-block-four .count{
	position: absolute;
	right: 12px;
	top: 0;
	font-family: 'Gilroy-Bold', sans-serif;
}

.news-block-four .count span{
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 170px;
	line-height: 1em;
	letter-spacing: -5px;
	color: #001f29;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.07), 1px -1px 0 rgba(255,255,255,0.07), -1px 1px 0 rgba(255,255,255,0.07), 1px 1px 0 rgba(255,255,255,0.07);
}

.news-block-four.alternate .count span{
	color: rgba(255,255,255,0.10);
	text-shadow: none;
}

.news-block-four .content-box{
	position: relative;
	display: block;
}

.news-block-four .content-box .category{
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.news-block-four .content-box .category a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 3px 20px;
	color: #ffffff;
	border-radius: 15px;
	background: #ff6000;
}

.news-block-four h4{
	color: #ffffff;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
}

.news-block-four h4 a{
	color: #ffffff;
}

.news-block-four .text{
	position: relative;
	padding-top: 15px;
}

.news-block-four h4 a:hover{
	text-decoration: underline;
}

.news-block-four .post-meta{
	padding-top: 15px;
	font-size:15px;
	color: #9ac7d5;
	line-height:24px;	
}

.news-block-four .post-meta li{
	position: relative;
	float: left;
	margin-right: 24px;
}

.news-block-four .post-meta li:last-child{
	margin: 0;
}

.news-block-four .post-meta li a{
	color: #9ac7d5;	
}

.news-block-four .post-meta li a:hover{
	text-decoration: underline;
}

.news-block-four .post-meta li .icon{
	padding-right: 5px;
	color: #ff4646;
}

.news-block-four .info{
	position: relative;
	margin-top: 200px;
	padding-left: 80px;
	min-height: 60px;
	padding-top: 7px;
}

.news-block-four .info .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
}

.news-block-four .info .image img{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.news-block-four .info .name{
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Gilroy-Bold', sans-serif;
}

.news-block-four .info .designation{
	position: relative;
	padding-top: 3px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ff6000;
}

.news-block-five{
	position: relative;
	margin-bottom: 40px;
}

.owl-theme .news-block-five{
	margin: 0;
}

.news-block-five .inner-box{
	position: relative;
	display: block;
}

.news-block-five .image-box{
	position: relative;
	display: block;
}

.news-block-five .image-box img{
	display: block;
	width: 100%;
}

.news-block-five .lower-box{
	position: relative;
	display: block;
	padding: 50px 50px 50px;
	border: 2px solid #ededed;
	border-top: none;
}

.news-block-five.with-border .lower-box{
	border: 2px solid #ededed;
}

.news-block-five .lower-box .category{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.news-block-five .lower-box .category a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 3px 20px;
	color: #ffffff;
	border-radius: 15px;
	background: #ff6000;
}

.news-block-five h3{
	color: #001f29;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
}

.news-block-five h3 a{
	color: #001f29;
}

.news-block-five .text{
	position: relative;
	padding-top: 15px;
}

.news-block-five h3 a:hover{
	text-decoration: underline;
}

.news-block-five .post-meta{
	padding-top: 15px;
	font-size:15px;
	color: #5a8299;
	line-height:24px;	
}

.news-block-five .post-meta li{
	position: relative;
	float: left;
	margin-right: 24px;
}

.news-block-five .post-meta li:last-child{
	margin: 0;
}

.news-block-five .post-meta li a{
	color: #5a8299;	
}

.news-block-five .post-meta li a:hover{
	text-decoration: underline;
	color: #ff6000;
}

.news-block-five .post-meta li .icon{
	padding-right: 5px;
}

.news-block-five .lower-link{
	position: relative;
	padding-top: 30px;
}

.news-block-five .lower-link .posted-by{
	position: relative;
	float: left;
	padding-left: 55px;
	min-height: 40px;
	padding-top: 8px;
	line-height: 24px;
	font-size: 16px;
	color: #7886a0;
	font-weight: 700;
}

.news-block-five .lower-link .posted-by strong{
	color: #152136;
}

.news-block-five .lower-link .posted-by .author-thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}

.news-block-five .lower-link .posted-by .author-thumb img{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.news-block-five .lower-link .more-link{
	position: relative;
	float: right;
	padding-top: 8px;
	line-height: 24px;
}

.news-block-five .lower-link .more-link a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #ff6000;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: 'Karla', sans-serif;
}

.news-block-five .lower-link .more-link a .icon{
	font-size: 15px;
	vertical-align: middle;
	padding-right: 3px;
	letter-spacing: 0;
}

.news-block-five .lower-link .more-link a:hover{
	color: #152136;
}

.news-block-five .image-box .play-btn{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -40px 0px 0px -40px;
	width:80px;
	height: 80px;
	background: #ff6000;
	color:#ffffff;
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-five .image-box .play-btn:hover{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.news-block-five .image-box .play-btn .ripple,
.news-block-five .image-box .play-btn .ripple:before,
.news-block-five .image-box .play-btn .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
	height: 100px;
	border-radius:50%;
	-ms-border-radius:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.news-block-five .image-box .play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.news-block-five .image-box .play-btn .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.news-block-five .owl-dots{
	display: none;
}

.news-block-five .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	height: 0;
	width: 100%;
}

.news-block-five .owl-theme .owl-nav .owl-prev,
.news-block-five .owl-theme .owl-nav .owl-next{
	position: absolute;
	left: 35px;
	top: 0;
	color: #ffffff;
	font-size: 30px;
	padding: 0;
	margin: 0;
	line-height: 40px;
	opacity: 0.70;
    transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.news-block-five .owl-theme .owl-nav .owl-next{
	left: auto;
	right: 35px;
}

.news-block-five .owl-theme .owl-nav .owl-prev:hover,
.news-block-five .owl-theme .owl-nav .owl-next:hover{
	opacity: 1;
}

.news-block-five.bg-image .lower-box{
	border: 1px solid rgba(0,0,0,0.05);
}

.news-block-five .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.news-block-five .image-layer:before{
	content: '';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.90;
	background: #ffffff;
}

.news-block-six{
	position: relative;
	margin-bottom: 40px;
}

.owl-theme .news-block-six{
	margin: 0;
}

.news-block-six .inner-box{
	position: relative;
	display: block;
	padding: 50px 50px;
	color: #ffffff;	
	background: url(../images/background/pattern-3.png) left top repeat;
}

.news-block-six .inner-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #002776;
	opacity: 0.94;
}

.news-block-six .lower-box{
	position: relative;
	display: block;
	padding-left: 110px;
}

.news-block-six .quote-icon{
	position: absolute;
	left: 0;
	top: 0px;
	display: block;
	font-size: 70px;
	color: #ff6000;
	line-height: 1em;
}

.news-block-six .quote-icon span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	transform: rotate(-180deg);
}

.news-block-six .lower-box .category{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.news-block-six .lower-box .category a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 3px 20px;
	color: #ffffff;
	border-radius: 15px;
	background: #ff6000;
}

.news-block-six h3{
	color: #ffffff;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
}

.news-block-six h3 a{
	color: #ffffff;
}

.news-block-six .text{
	position: relative;
	padding-top: 15px;
	font-family: 'Karla', sans-serif;
}

.news-block-six h3 a:hover{
	text-decoration: underline;
}

.news-block-six .post-meta{
	position: relative;
	padding-top: 15px;
	font-size:15px;
	color: #ffffff;
	line-height:24px;
	font-family: 'Karla', sans-serif;
}

.news-block-six .post-meta li{
	position: relative;
	float: left;
	margin-right: 24px;
}

.news-block-six .post-meta li:last-child{
	margin: 0;
}

.news-block-six .post-meta li a{
	color: #ffffff;	
}

.news-block-six .post-meta li a:hover{
	text-decoration: underline;
	color: #ff6000;
}

.news-block-six .post-meta li .icon{
	padding-right: 5px;
}


/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	background: #ffffff;
	padding: 120px 0px 90px;
}

.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 30px;
}

.sidebar-page-container .content-inner{
	position: relative;
	display: block;
}

/* Sidebar */

.sidebar-page-container .sidebar-side{
	position: relative;
}

.sidebar-page-container .sidebar{
	position: relative;
	display: block;
	padding-left: 20px;
}

.sidebar .sidebar-widget{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.sidebar-widget .widget-inner{
	position: relative;
	display: block;
	padding: 40px;
	border: 2px solid #ededed;
}

.sidebar-title{
	position:relative;
	margin-bottom:30px;
	padding-left: 50px;
}

.sidebar-title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 20px;
	height: 4px;
	background: #ff6000;
	border-radius: 2px;
}

.sidebar-title:after{
	content: '';
	position: absolute;
	left: 24px;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #ff6000;
	border-radius: 2px;
}

.sidebar-title h4{
	position: relative;
	display: block;
	font-size:20px;
	line-height: 1.30em;
	color: #001f29;
	font-weight: 400;
	text-transform:uppercase;
	margin-bottom: 0px;
}

.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:28px;
	padding:15px 60px 15px 30px;
	border:1px solid #f6f4ff;
	background:#f6f4ff;
	color:#001f29;
	display:block;
	font-size:14px;
	width:100%;
	height:60px;
	border-radius:30px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#ff6000;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	line-height:60px;
	display:block;
	text-align: center;
	font-size:20px;
	color:#ffffff;
	background:#ff6000;
	border-radius: 50%;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color: #ffffff;
	background: #001f29;
}

.sidebar .author-widget{
	position: relative;
}

.sidebar .author-widget .lower-box{
	position: relative;
	text-align: center;
}

.sidebar .author-widget .image{
	position: relative;
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 30px;
}

.sidebar .author-widget .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 50%;
}

.sidebar .author-widget h5{
	text-transform: uppercase;
	font-size: 18px;
	color: #001f29;
	margin-bottom: 15px;
}

.sidebar .author-widget .text{
	font-size: 14px;
}

.sidebar .author-widget .social-links{
	position: relative;
	padding-top: 20px;
}

.sidebar .author-widget .social-links li{
	position: relative;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 7px;
}

.sidebar .author-widget .social-links li a{
	position: relative;
	display: block;
	line-height: 24px;
	color: #b3bed3;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.sidebar .author-widget .social-links li a:hover{
	color: #ff6000;
}

.sidebar .social-widget{
	position: relative;
}

.sidebar .social-widget .social-links{
	position: relative;
	text-align: center;
}

.sidebar .social-widget .social-links li{
	position: relative;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 4px;
}

.sidebar .social-widget .social-links li a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background: #091222;
	border-radius: 50%;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.sidebar .social-widget .social-links li a:hover{
	color: #ffffff;
	background: #ff6000;
}

.sidebar .twitter-widget{
	position: relative;
}

.sidebar .tweets-box{
	position: relative;
}

.sidebar .tweets-box .feed{
	position:relative;
	margin-bottom:30px;
	padding-bottom: 30px;
	padding-left: 40px;
	line-height: 24px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

.sidebar .tweets-box .feed:last-child{
	margin-bottom:0px;
	padding-bottom: 0;
	border: none;
}

.sidebar .tweets-box .feed .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #32beff;
	line-height: 22px;
}

.sidebar .tweets-box .feed .text{
	font-size: 12px;
	color: #5a8299;
	line-height: 22px;
}

.sidebar .tweets-box .feed .text a{
	color: #5a8299;
}

.sidebar .tweets-box .feed .date{
	padding-top: 7px;
	font-family: 'Gilroy-Bold', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #001f29;
	text-transform: uppercase;
}

.sidebar .cat-widget{
	position: relative;
}

.sidebar .cat-links{
	position: relative;
}

.sidebar .cat-links li{
	position: relative;
	display: block;
	font-size: 14px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.sidebar .cat-links li:last-child{
	margin-bottom: 0;
}

.sidebar .cat-links li a{
	position: relative;
	display: block;
	padding: 10px 50px 10px 30px;
	line-height: 30px;
	min-height: 50px;
	color: #ffffff;
	background: #152136;
	font-weight: 400;
	font-size: 14px;
	border-radius: 30px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.sidebar .cat-links li .count{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #091222;
	font-weight: 700;
	border-radius: 30px;
}

.sidebar .cat-links li a:hover,
.sidebar .cat-links li.current a{
	color: #ffffff;
	background: #ff6000;
}

.sidebar .advert-widget{
	position: relative;
}

.sidebar .advert-image{
	position: relative;
	margin: 0;
}

.sidebar .advert-image img{
	display: block;
	width: 100%;
}

.sidebar .insta-widget{
	position: relative;
}

.sidebar .insta-images{
	position: relative;
	margin: 0px -7px -14px;
}

.sidebar .insta-images .image{
	position: relative;
	float: left;
	width: 33.333%;
	padding: 0px 7px;
	margin-bottom: 14px;
}

.sidebar .insta-images .image figure{
	position: relative;
	display: block;
}

.sidebar .insta-images .image img{
	display: block;
	width: 100%;
}

.sidebar .insta-images .image .overlink{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	background: rgba(0,0,0,0.80);
	opacity: 0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .insta-images .image:hover .overlink{
	opacity: 1;
}

.sidebar .insta-images .image .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0px 0px -15px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.sidebar .tags-widget{
	position: relative;
}

.sidebar .tags-widget .tags li{
	position:relative;
	float: left;
	margin:0px 7px 7px 0px;
}

.sidebar .tags-widget .tags li a{
	position:relative;
	display:block;
	line-height:20px;
	padding:5px 16px;
	background:#f5f2ff;
	text-align:center;
	font-size:12px;
	font-weight: 400;
	color:#5a8299;
	text-transform:uppercase;
	border-radius:15px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .tags-widget .tags li a:hover{
	background-color:#ff6000;
	border-color:#ff6000;
	color:#ffffff;
}

.sidebar .recent-posts{
	position: relative;
}

.sidebar .recent-posts-box{
	position: relative;
}

.sidebar .recent-posts-box .post{
	position:relative;
	margin-bottom:30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

.sidebar .recent-posts-box .post:last-child{
	margin-bottom:0px;
	padding-bottom: 0;
	border: none;
}

.sidebar .recent-posts .post .inner{
	position: relative;
	display: block;
	min-height: 80px;
	padding-left: 100px;
	padding-top: 8px;
}

.sidebar .recent-posts .post-thumb{
	position:absolute;
	display: block;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.sidebar .recent-posts .post-thumb img{
	display: block;
	width: 100%;
	border-radius: 50%;
}

.sidebar .recent-posts .post-thumb .overlink{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	line-height: 40px;
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	background: rgba(0,0,0,0.80);
	opacity: 0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .recent-posts .post:hover .post-thumb .overlink{
	opacity: 1;
}

.sidebar .recent-posts .post-thumb .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0px 0px -15px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.sidebar .recent-posts .title{
	font-size:14px;
	line-height:1.4em;
	color:#001f29;
	font-weight:400;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.sidebar .recent-posts .title a{
	color:#222222;
}

.sidebar .recent-posts .title a:hover{
	color:#ff6000;	
}

.sidebar .recent-posts .post-date{
	position: relative;
	font-size: 12px;
	line-height: 24px;
	color: #5a8299;
}

.sidebar .recent-posts .post-date .icon{
	padding-right: 5px;
}

/*** 

====================================================================
		Styled Pagination
====================================================================

***/

.pagination-box{
	position: relative;
	padding-top: 20px;
}

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display: inline-block;
	vertical-align: top;
	min-width: 48px;
	min-height: 48px;
	line-height: 46px;
	text-align: center;
	color: #5a8299;
	border: 1px solid rgba(0,0,0,0.10);
	border-radius: 2px;
	margin: 0 5px 0 0;
}

.styled-pagination li:last-child{
	margin-right: 0;
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:46px;
	font-size:14px;
	height:46px;
	min-width:46px;
	color:#5a8299;
	font-weight:400;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li .icon{
	font-size: 16px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background-color:#ff6000;
}

/*** 

====================================================================
		News Details
====================================================================

***/

.news-post-detail{
	position: relative;
}

.news-post-detail .inner-box{
	position: relative;
	display: block;
	padding: 40px 40px 45px;
	border: 2px solid #ededed;
}

.news-post-detail .image-box{
	position: relative;
	display: block;
	padding: 10px 0px 0;
	margin-bottom: 40px;
}

.news-post-detail .image-box img{
	display: block;
	width: 100%;
}

.news-post-detail .content-box{
	position: relative;
	display: block;
}

.news-post-detail .content-box .category{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.news-post-detail .content-box .category a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	padding: 3px 20px;
	color: #ffffff;
	border-radius: 15px;
	background: #ff6000;
}

.news-post-detail h2{
	color: #001f29;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0px;
}

.news-post-detail h3{
	color: #001f29;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
}

.news-post-detail .text{
	position: relative;
	padding-top: 15px;
}

.news-post-detail .text p{
	position: relative;
	margin-bottom: 20px;
}

.news-post-detail .post-meta{
	padding-top: 15px;
	font-size:15px;
	color: #5a8299;
	line-height:24px;	
}

.news-post-detail .post-meta li{
	position: relative;
	float: left;
	margin-right: 24px;
}

.news-post-detail .post-meta li:last-child{
	margin: 0;
}

.news-post-detail .post-meta li a{
	color: #5a8299;	
}

.news-post-detail .post-meta li a:hover{
	text-decoration: underline;
	color: #ff6000;
}

.news-post-detail .post-meta li .icon{
	padding-right: 5px;
}

.news-post-detail .text-block{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.news-post-detail .text-block ul{
	padding-left: 30px;
	margin-bottom: 20px;
}

.news-post-detail .text-block ul li{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-left: 32px;
}

.news-post-detail .text-block ul li:before{
	content: '\f1ed';
	font-family: 'Flaticon';
	position: absolute;
	left: 0;
	top: 0;
	color: #5a8299;
}

.news-post-detail .text-block.no-border{
	padding-bottom: 0;
	border: none;
}

.news-post-detail .quote-block{
	position: relative;
	padding: 60px 50px;
	background: #f3f5ff;
	text-align: center;
	margin-bottom: 30px;
}

.news-post-detail .quote-block .quote-icon{
	position: absolute;
	right: 25px;
	bottom: 40px;
	display: block;
	font-size: 180px;
	color: #e4e9ff;
	line-height: 1em;
}

.news-post-detail .quote-block .quote-icon span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	transform: rotate(-180deg);
}

.news-post-detail .quote-block blockquote{
	padding: 0;
	margin: 0;
}

.news-post-detail .quote-block .posted-by{
	position: relative;
	line-height: 24px;
	font-size: 14px;
	color: #7886a0;
	font-weight: 700;
	margin-bottom: 15px;
}

.news-post-detail .quote-block .posted-by strong{
	color: #152136;
}

.news-post-detail .quote-block h4{
	line-height: 1.4em;
	font-size: 26px;
	color: #001f29;
	text-transform: uppercase;
	margin: 0;
}

.news-post-detail .two-col{
	position: relative;
	padding-top: 10px;
}

.news-post-detail .two-col .image{
	margin: 0;
}

.news-post-detail .two-col .image img{
	display: block;
	width: 100%;
}

.news-post-detail .two-col .image-col{
	margin-bottom: 10px;
}

.news-post-detail .two-col .text-col{
	margin-bottom: 10px;
}

.news-post-detail .lower-info{
	position: relative;
	padding: 20px 0px 0px;
}

.news-post-detail .lower-info h5{
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #001f29;
}

.news-post-detail .lower-info .related-tags{
	position: relative;
	float: left;
}

.news-post-detail .lower-info .related-tags li{
	position:relative;
	float: left;
	margin:0px 7px 7px 0px;
}

.news-post-detail .lower-info .related-tags li a{
	position:relative;
	display:block;
	line-height:20px;
	padding:5px 20px;
	background:#f5f2ff;
	text-align:center;
	font-size:12px;
	letter-spacing: 0.5px;
	color: #002776;
	font-weight: 700;
	text-transform:uppercase;
	border-radius:15px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.news-post-detail .lower-info .related-tags li a:hover{
	background-color:#ff6000;
	border-color:#ff6000;
	color:#ffffff;
}

.news-post-detail .lower-info .share-post{
	position: relative;
	float: right;
	text-align: right;
}

.news-post-detail .lower-info .share-post li{
	position: relative;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.news-post-detail .lower-info .share-post li a{
	position: relative;
	display: block;
	line-height: 30px;
	color: #b5becc;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.news-post-detail .lower-info .share-post li a:hover{
	color: #ff6000;
}

.news-post-detail .related-news{
	position: relative;
	margin-top: 35px;
}

.news-post-detail .group-title{
	position: relative;
	margin-bottom: 30px;
}

.news-post-detail .group-title h4{
	font-size: 24px;
	color: #001f29;
	text-transform: uppercase;
	margin: 0;
}

.news-post-detail .related-news .related-inner{
	position: relative;
	padding: 50px 0px 20px;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.related-post{
	position: relative;
	margin-bottom: 30px;
}

.related-post .inner{
	position: relative;
}

.related-post .image{
	position: relative;
	margin: 0;
}

.related-post .image img{
	position: relative;
	display: block;
	width: 100%;
}

.related-post .lower{
	position: relative;
	display: block;
	padding: 30px 35px;
	box-shadow: -3px 5px 25px 0px rgba(0,0,0,0.05);
}

.related-post .lower h5{
	font-size: 20px;
	text-transform: uppercase;
	color: #001f29;
	margin-bottom: 0;
}

.related-post .lower h5 a{
	color: #001f29;
}

.related-post .lower h5 a:hover{
	text-decoration: underline;
}

.related-post .related-meta{
	padding-bottom: 10px;
	font-size:15px;
	color: #3a3b88;
	line-height:24px;	
}

.related-post .related-meta li{
	position: relative;
	float: left;
	margin-right: 24px;
}

.related-post .related-meta li:last-child{
	margin: 0;
}

.related-post .related-meta li a{
	color: #5a8299;	
}

.related-post .related-meta li a:hover{
	text-decoration: underline;
	color: #ff4646;
}

.related-post .related-meta li .icon{
	padding-right: 5px;
	color: #5a8299;
}

.related-post .lower .text{
	font-size: 14px;
	padding-top: 20px;
}

.news-post-detail .author-box{
	position: relative;
	padding: 40px 40px;
	border: 2px solid #ededed;
	margin-bottom: 40px;
}

.news-post-detail .author-box .author-inner{
	position: relative;
	padding: 15px 0 0 220px;
	min-height: 200px;
}

.news-post-detail .author-box .author-image{
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
} 

.news-post-detail .author-box .author-image img{
	display: block;
	width: 100%;
}

.news-post-detail .author-box .subtitle{
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #5a8299;
}

.news-post-detail .author-box h3{
	position: relative;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 400;
	color: #001f29;
	margin-bottom: 0;
}

.news-post-detail .author-box .text{
	position: relative;
	font-size: 14px;
	padding-top: 15px;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.comments-area{
	position:relative;
	margin-bottom: 40px;
}

.comments-area .comment-box{
	position:relative;
}

.comments-area .comment{
	position:relative;
	min-height: 100px;
	padding-left: 130px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.comments-area .comment-box:last-child .comment{
	margin-bottom: 0;
}

.comments-area .comment.reply-comment{
	margin-left: 130px;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
	overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius: 50%;
}

.comments-area .comment-box .info{
	position: relative;
	margin-bottom: 10px;
}

.comments-area .comment-box .info .name{
	position: relative;
	font-weight: 400;
	display: block;
	font-size: 18px;
	color: #001f29;
	font-family: 'Gilroy-Bold', sans-serif;
	line-height:30px;
	text-transform: uppercase;
}

.comments-area .comment-box .info .date{
	position: relative;
	display: block;
	font-size:12px;
	letter-spacing: 2px;
	line-height:24px;
	font-weight:600;
	color:#ff5d22;
	text-transform: uppercase;
}

.comments-area .comment-box .text{
	position: relative;
	padding: 0;
	font-size: 14px;
	color: #5a8299;
}

.comments-area .comment-box .reply-link{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}

.comments-area .comment-box .reply-link a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 6px 22px;
	border: 2px solid rgba(0,0,0,0.07);
	font-size: 14px;
	font-family: 'Karla', sans-serif;
	color:#5a8299;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 20px;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.comments-area .comment-box .reply-link .icon{
	font-weight: 400;
	padding-right: 3px;
}

.comments-area .comment-box .reply-link a:hover{
	color: #ff6000;
	border-color: #ff6000;
}

/*** 

====================================================================
		Leave Comments Form
====================================================================

 ***/

.leave-comments{
 	position: relative;
}

.leave-comments .comment-form{
	position: relative;
	padding: 50px 50px 30px;
	background: #f6faff;
}

.leave-comments .comment-form .form-group{
	margin-bottom: 20px;
}

.leave-comments .comment-form form .form-group input[type="text"],
.leave-comments .comment-form form .form-group input[type="email"],
.leave-comments .comment-form form .form-group input[type="tel"],
.leave-comments .comment-form form .form-group input[type="url"],
.leave-comments .comment-form form .form-group select,
.leave-comments .comment-form form .form-group textarea{
	border-color: #ffffff;
	font-size: 14px;
}

.leave-comments .comment-form form .form-group input[type="text"]:focus,
.leave-comments .comment-form form .form-group input[type="email"]:focus,
.leave-comments .comment-form form .form-group input[type="tel"]:focus,
.leave-comments .comment-form form .form-group input[type="url"]:focus,
.leave-comments .comment-form form .form-group select:focus,
.leave-comments .comment-form form .form-group textarea:focus{
	border-color: #ff6000;
}

.leave-comments .comment-form form .form-group .field-icon{
	top: 11px;
}

.leave-comments .comment-form button{
	margin-top: 10px;
}

.leave-comments .comment-form button .btn-title{
	font-size: 13px;
	letter-spacing: 2px;
	min-width: 230px;
}

.leave-comments form .form-group textarea{
	height: 150px;
}


/** bubble-dotted **/

.bubble-dotted{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.bubble-dotted .dotted{
  position: absolute;
  border-radius: 50%;
}

.bubble-dotted .dotted-1{
  width: 11px;
  height: 11px;
  left: 100px;
  top: 50%;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-2{
  width: 7px;
  height: 7px;
  left: 240px;
  top: 40%;
  -webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-3{
  width: 11px;
  height: 11px;
  left: 460px;
  top: 30%;
  -webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-4{
  width: 16px;
  height: 16px;
  left: 430px;
  top: 90%;
  -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-5{
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-6{
  width: 9px;
  height: 9px;
  left: 70%;
  top: 230px;
  -webkit-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 11s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-7{
  width: 6px;
  height: 6px;
  left: 65%;
  top: 30%;
  -webkit-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-8{
  width: 6px;
  height: 6px;
  left: 85%;
  top: 35%;
  -webkit-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 12s linear infinite,sideWays 3s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-9{
  width: 13px;
  height: 13px;
  left: 90%;
  top: 40%;
  -webkit-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,sideWays 4s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-10{
  width: 12px;
  height: 12px;
  left: 80%;
  top: 70%;
  -webkit-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,sideWays 2s ease-in-out infinite alternate;
}

.bubble-dotted .dotted-1{
  background: -webkit-linear-gradient(0deg, #58f106, #23c10e 50%);
  background: -ms-linear-gradient(0deg, #58f106, #23c10e 50%);
  background: -moz-linear-gradient(0deg, #58f106, #23c10e 50%);
}

.bubble-dotted .dotted-2{
  background: -webkit-linear-gradient(0deg, #862ff1, #163fae 50%);
  background: -ms-linear-gradient(0deg, #862ff1, #163fae 50%);
  background: -moz-linear-gradient(0deg, #862ff1, #163fae 50%);
}

.bubble-dotted .dotted-3{
  background: -webkit-linear-gradient(0deg, #ff5d06, #ffc806 50%);
  background: -ms-linear-gradient(0deg, #ff5d06, #ffc806 50%);
  background: -moz-linear-gradient(0deg, #ff5d06, #ffc806 50%);
}

.bubble-dotted .dotted-4{
  background: -webkit-linear-gradient(0deg, #d406b7, #fc1a66 50%);
  background: -ms-linear-gradient(0deg, #d406b7, #fc1a66 50%);
  background: -moz-linear-gradient(0deg, #d406b7, #fc1a66 50%);
}

.bubble-dotted .dotted-5{
  background: -webkit-linear-gradient(0deg, #fe5f12, #fec412 50%);
  background: -ms-linear-gradient(0deg, #fe5f12, #fec412 50%);
  background: -moz-linear-gradient(0deg, #fe5f12, #fec412 50%);
}

.bubble-dotted .dotted-6{
  background: -webkit-linear-gradient(0deg, #d622bf, #fb196a 50%);
  background: -ms-linear-gradient(0deg, #d622bf, #fb196a 50%);
  background: -moz-linear-gradient(0deg, #d622bf, #fb196a 50%);
}

.bubble-dotted .dotted-7{
  background: -webkit-linear-gradient(0deg, #60f112, #30c719 50%);
  background: -ms-linear-gradient(0deg, #60f112, #30c719 50%);
  background: -moz-linear-gradient(0deg, #60f112, #30c719 50%);
}

.bubble-dotted .dotted-8{
  background: -webkit-linear-gradient(0deg, #fe5f12, #fec412 50%);
  background: -ms-linear-gradient(0deg, #fe5f12, #fec412 50%);
  background: -moz-linear-gradient(0deg, #fe5f12, #fec412 50%);
}

.bubble-dotted .dotted-9{
  background: -webkit-linear-gradient(0deg, #842af1, #0f40aa 50%);
  background: -ms-linear-gradient(0deg, #842af1, #0f40aa 50%);
  background: -moz-linear-gradient(0deg, #842af1, #0f40aa 50%);
}

.bubble-dotted .dotted-10{
  background: -webkit-linear-gradient(0deg, #58f106, #23c10f 50%);
  background: -ms-linear-gradient(0deg, #58f106, #23c10f 50%);
  background: -moz-linear-gradient(0deg, #58f106, #23c10f 50%);
}

.hero-shape-one{
    position: absolute;
    left: 20px;
    top: 10px;
    width: 400px;
    height: 400px;
    background: #5f94ed;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #68cf8e, #caea53);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #68cf8e, #caea53);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 65% 30% 40% 30% / 30% 30% 60% 10%;
    will-change: border-radius, transform, opacity;
    animation: heroShape 6s linear infinite;
    display: none;
    z-index: -1;
    opacity: 0.20;
}

.hero-shape-two{
    position: absolute;
    left: 110px;
    top: 100px;
    width: 200px;
    height: 200px;
    background: #bd58a0;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShapeTwo 3s linear infinite;
    display: block;
    z-index: -1;
    opacity: 0.20;
}

.hero-shape-three{
    position: absolute;
    right: 70px;
    top: 110px;
    width: 250px;
    height: 250px;
    background: #ff6300;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShapeThree 5s linear infinite;
    display: block;
    z-index: -1;
    opacity: 0.20;
}

.hero-shape-four{
    position: absolute;
    right: -70px;
    top: 10px;
    width: 500px;
    height: 500px;
    background: #e9b660;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShapeFour 3s linear infinite;
    display: block;
    z-index: -1;
    opacity: 0.20;
}
 

.hero-shape-five{
    position: absolute;
    left: 50%;
    top: 70%;
    margin: -100px 0px 0px -100px;
    width: 400px;
    height: 400px;
    background: #63ce91;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 55% 35% 48% 30% / 40% 40% 70% 6%;
    will-change: border-radius, transform, opacity;
    animation: heroShape 5s linear infinite;
    display: block;
    z-index: -1;
    opacity: 0.10;
}


@keyframes heroShape {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }
    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    65% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}
@keyframes heroShapeTwo {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    25% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-15px, 5px, 0) rotateZ(0.01deg);
    }
    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-30px, 5px, 0) rotateZ(0.01deg);
    }
    45% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-15px, 5px, 0) rotateZ(0.01deg);
    }
    55% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    75% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}
@keyframes heroShapeThree {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 10px, 0) rotateZ(0.01deg);
    }
    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    65% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -10px, 0) rotateZ(0.01deg);
    }
}
@keyframes heroShapeFour {
    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    25% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 5px, 0) rotateZ(0.01deg);
    }
    35% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 5px, 0) rotateZ(0.01deg);
    }
    45% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(-20px, 10px, 0) rotateZ(0.01deg);
    }
    55% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }
    75% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -5px, 0) rotateZ(0.01deg);
    }
}

.dotted-bubble-01{
	position: absolute;
	display: block;
  width: 90px;
  height: 70px;
  left: 70%;
  top: 50%;
  border-radius: 50%;
  -webkit-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,sideWays 2s ease-in-out infinite alternate;
  background: -webkit-linear-gradient(0deg, #65ce90, #c2e858 50%);
  background: -ms-linear-gradient(0deg, #65ce90, #c2e858 50%);
  background: -moz-linear-gradient(0deg, #65ce90, #c2e858 50%);
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.30);
  z-index: 1;
}

.dotted-bubble-02{
	position: absolute;
	display: block;
  width: 150px;
  height: 110px;
  left: 50%;
  top: 40%;
  border-radius: 50%;
-webkit-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,sideWays 4s ease-in-out infinite alternate;
  background: -webkit-linear-gradient(0deg, #6b29ca, #5e9aef 50%);
  background: -ms-linear-gradient(0deg, #6b29ca, #5e9aef 50%);
  background: -moz-linear-gradient(0deg, #6b29ca, #5e9aef 50%);
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.30);
  z-index: 1;
}

.dotted-bubble-03{
	position: absolute;
	display: block;
  width: 70px;
  height: 50px;
  left: 30%;
  top: 30%;
  border-radius: 50%;
  -webkit-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite,sideWays 2s ease-in-out infinite alternate;
  background: -webkit-linear-gradient(0deg, #cf7790, #eaa477 50%);
  background: -ms-linear-gradient(0deg, #cf7790, #eaa477 50%);
  background: -moz-linear-gradient(0deg, #cf7790, #eaa477 50%);
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.30);
  z-index: 1;
}


/*=========================================
  ARTIST24 HEADER LOGO SIZE
=========================================*/

.main-header .logo img{
    max-height:60px;
}

@media only screen and (max-width:767px){

    .main-header .logo img{
        max-height:45px;
    }

}



 


/*=========================================================
            ARTIST24 HERO SECTION
=========================================================*/

.artist24-hero{
    position:relative;
    overflow:hidden;
    padding:130px 0 100px;
    background:
    radial-gradient(circle at top left,#9f5bff25,transparent 45%),
    radial-gradient(circle at bottom right,#7b2cff25,transparent 45%),
    linear-gradient(135deg,#08080d 0%,#131321 45%,#22193d 100%);
}

.artist24-hero .auto-container{
    position:relative;
    z-index:5;
}

/*----------------------------------
Background Glow
-----------------------------------*/

.artist24-bg-circle{
    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    opacity:.35;
}

.artist24-circle-1{
    width:350px;
    height:350px;
    background:#7b2cff;
    top:-100px;
    left:-100px;
}

.artist24-circle-2{
    width:300px;
    height:300px;
    background:#bb86fc;
    bottom:-100px;
    right:-80px;
}

/*----------------------------------
Left Side
-----------------------------------*/

.artist24-hero-content{
    position:relative;
    z-index:5;
}

.artist24-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.15);

    color:#b794f6;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:30px;

    text-transform:uppercase;

    backdrop-filter:blur(15px);

}

.artist24-hero h1{

    font-size:62px;

    line-height:72px;

    color:#ffffff;

    font-weight:800;

    margin-bottom:30px;

}

.artist24-hero p{

    color:#d6d6e2;

    font-size:19px;

    line-height:34px;

    margin-bottom:40px;

    max-width:580px;

}

/*----------------------------------
Buttons
-----------------------------------*/

.artist24-btns{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.artist24-primary-btn{

    background:linear-gradient(135deg,#8d3eff,#6d28d9);

    color:#fff;

    padding:18px 38px;

    border-radius:50px;

    font-size:16px;

    font-weight:700;

    transition:.35s;

    box-shadow:0 15px 35px rgba(139,92,246,.35);

}

.artist24-primary-btn:hover{

    transform:translateY(-5px);

    color:#fff;

    box-shadow:0 20px 45px rgba(139,92,246,.55);

}

.artist24-secondary-btn{

    padding:18px 38px;

    border-radius:50px;

    color:#fff;

    border:2px solid rgba(255,255,255,.20);

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(10px);

    transition:.35s;

}

.artist24-secondary-btn:hover{

    background:#ffffff;

    color:#111;

}

/*----------------------------------
Feature List
-----------------------------------*/

.artist24-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.artist24-features .feature-item{

    color:#fff;

    font-size:15px;

    display:flex;

    align-items:flex-start;

    gap:12px;

    line-height:26px;

}

.artist24-features i{

    color:#9d68ff;

    margin-top:5px;

    font-size:18px;

}

/*----------------------------------
Right Side
-----------------------------------*/

.artist24-image-area{

    position:relative;

    text-align:center;

}

.artist24-main-image{

    position:relative;

    display:inline-block;

}

.artist24-main-image img{

    width:100%;

    max-width:560px;

    border-radius:30px;

    box-shadow:0 40px 80px rgba(0,0,0,.45);

}

/*----------------------------------
Floating Cards
-----------------------------------*/

.artist24-floating-card{

    position:absolute;

    display:flex;

    align-items:center;

    gap:15px;

    padding:18px 22px;

    border-radius:18px;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    min-width:230px;

    box-shadow:0 25px 50px rgba(0,0,0,.25);

}

.artist24-floating-card i{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#8d3eff;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:20px;

}

.artist24-floating-card strong{

    display:block;

    font-size:15px;

    font-weight:700;

}

.artist24-floating-card span{

    display:block;

    color:#d8d8e6;

    font-size:13px;

}

/*----------------------------------
Card Positions
-----------------------------------*/

.card-one{

    left:-20px;

    top:50px;

    animation:artistFloat 4s infinite ease-in-out;

}

.card-two{

    right:-25px;

    top:180px;

    animation:artistFloat 5s infinite ease-in-out;

}

.card-three{

    left:40px;

    bottom:20px;

    animation:artistFloat 6s infinite ease-in-out;

}

/*----------------------------------
Scroll
-----------------------------------*/

.artist24-scroll{

    position:absolute;

    left:50%;

    bottom:25px;

    transform:translateX(-50%);

}

.artist24-scroll span{

    width:28px;

    height:48px;

    border:2px solid rgba(255,255,255,.30);

    border-radius:30px;

    display:block;

    position:relative;

}

.artist24-scroll span:before{

    content:'';

    position:absolute;

    width:6px;

    height:10px;

    border-radius:20px;

    background:#fff;

    left:50%;

    top:10px;

    transform:translateX(-50%);

    animation:scrollmove 2s infinite;

}

/*----------------------------------
Animations
-----------------------------------*/

@keyframes artistFloat{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0px);

    }

}

@keyframes scrollmove{

    0%{

        opacity:0;

        top:8px;

    }

    50%{

        opacity:1;

    }

    100%{

        opacity:0;

        top:24px;

    }

}

/*----------------------------------
Responsive
-----------------------------------*/

@media (max-width:991px){

.artist24-hero{

padding:90px 0 70px;

}

.artist24-hero h1{

font-size:42px;

line-height:52px;

margin-top:25px;

}

.artist24-hero p{

font-size:17px;

line-height:30px;

}

.artist24-image-area{

margin-top:60px;

}

.artist24-floating-card{

position:relative;

left:auto;

right:auto;

top:auto;

bottom:auto;

margin:18px auto;

width:100%;

max-width:320px;

}

.artist24-features{

grid-template-columns:1fr;

}

.artist24-btns{

justify-content:center;

}

.artist24-hero-content{

text-align:center;

}

}

@media (max-width:767px){

.artist24-hero{

padding:70px 0 60px;

}

.artist24-hero h1{

font-size:34px;

line-height:44px;

}

.artist24-badge{

font-size:11px;

padding:8px 18px;

}

.artist24-primary-btn,

.artist24-secondary-btn{

width:100%;

text-align:center;

}

.artist24-btns{

display:block;

}

.artist24-primary-btn{

margin-bottom:15px;

display:block;

}

.artist24-secondary-btn{

display:block;

}

.artist24-main-image img{

max-width:100%;

}

}


/*=========================================================
        ARTIST CATEGORY SECTION
=========================================================*/

.artist24-category-section{

    padding:120px 0;

    background:#ffffff;

}

.artist24-small-title{

    color:#8d3eff;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    display:block;

    margin-bottom:15px;

}

.artist24-category-section h2{

    font-size:48px;

    margin-bottom:20px;

    color:#161616;

}

.artist24-category-section p{

    color:#666;

}

.artist24-category-card{

    position:relative;

    padding:45px 35px;

    margin-top:30px;

    border-radius:24px;

    background:#ffffff;

    transition:.35s;

    overflow:hidden;

    border:1px solid #ececec;

    box-shadow:0 12px 40px rgba(0,0,0,.05);

}

.artist24-category-card:hover{

    transform:translateY(-12px);

    border-color:#8d3eff;

    box-shadow:0 30px 60px rgba(141,62,255,.18);

}

.artist24-icon{

    width:82px;

    height:82px;

    border-radius:50%;

    background:linear-gradient(135deg,#8d3eff,#6d28d9);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:28px;

}

.artist24-icon i{

    color:#fff;

    font-size:34px;

}

.artist24-category-card h3{

    font-size:28px;

    margin-bottom:18px;

}

.artist24-category-card p{

    line-height:30px;

    margin-bottom:25px;

}

.artist24-category-card a{

    color:#8d3eff;

    font-weight:700;

    text-decoration:none;

}

.artist24-category-card a:hover{

    color:#5d18dd;

}

.artist24-category-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#8d3eff,#bb86fc);

    transform:scaleX(0);

    transition:.35s;

}

.artist24-category-card:hover::before{

    transform:scaleX(1);

}

@media(max-width:991px){

.artist24-category-section{

padding:80px 0;

}

.artist24-category-section h2{

font-size:36px;

}

}

@media(max-width:767px){

.artist24-category-section h2{

font-size:30px;

}

.artist24-category-card{

padding:30px 25px;

}

.artist24-icon{

width:70px;

height:70px;

}

.artist24-icon i{

font-size:28px;

}

}



/*=========================================================
        ARTIST24 CATEGORY SECTION
=========================================================*/

.artist24-category-section{
    position:relative;
    padding:120px 0;
    background:#ffffff;
    overflow:hidden;
}

/* Background Decoration */

.artist24-category-section:before{
    content:'';
    position:absolute;
    left:-180px;
    top:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(139,92,246,.05);
    filter:blur(20px);
}

.artist24-category-section:after{
    content:'';
    position:absolute;
    right:-180px;
    bottom:-180px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(139,92,246,.06);
    filter:blur(25px);
}

/*=========================================
Heading
=========================================*/

.artist24-subtitle{

    display:inline-block;

    font-size:14px;

    font-weight:700;

    color:#8b5cf6;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.artist24-category-section h2{

    font-size:48px;

    font-weight:800;

    color:#141414;

    margin-bottom:20px;

}

.artist24-category-section .sec-title p{

    max-width:760px;

    margin:auto;

    font-size:18px;

    line-height:34px;

    color:#666;

}

/*=========================================
Carousel Spacing
=========================================*/

.artist24-category-carousel{

    margin-top:70px;

}

.artist24-category-item{

    padding:20px 15px 45px;

}

/*=========================================
Premium Card
=========================================*/

.artist24-category-card{

    position:relative;

    background:#ffffff;

    border-radius:35px;

    overflow:hidden;

    text-align:center;

    padding:40px 30px 35px;

    transition:all .45s ease;

    border:1px solid #eeeeee;

    box-shadow:0 18px 45px rgba(0,0,0,.07);

}

/* Decorative Pattern */

.artist24-category-card:before{

    content:'';

    position:absolute;

    left:-40px;

    bottom:-40px;

    width:180px;

    height:180px;

    background:url('../images/patterns/artist-pattern.png') no-repeat;

    opacity:.10;

    background-size:contain;

    pointer-events:none;

}

.artist24-category-card:after{

    content:'';

    position:absolute;

    right:-30px;

    top:-30px;

    width:140px;

    height:140px;

    background:url('../images/patterns/artist-pattern.png') no-repeat;

    opacity:.10;

    background-size:contain;

    pointer-events:none;

}

/*=========================================
Image
=========================================*/

.artist24-category-image{

    width:190px;

    height:190px;

    margin:0 auto 30px;

    border-radius:50%;

    overflow:hidden;

    position:relative;

    border:8px solid #ffffff;

    box-shadow:0 18px 45px rgba(0,0,0,.18);

    transition:.45s;

    background:#f8f8f8;

}

.artist24-category-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

/*=========================================
Content
=========================================*/

.artist24-category-content h3{

    font-size:34px;

    font-weight:800;

    color:#1a1a1a;

    margin-bottom:18px;

    text-transform:uppercase;

}

.artist24-category-content p{

    color:#666666;

    line-height:30px;

    font-size:16px;

    margin-bottom:30px;

    min-height:90px;

}

/*=========================================
Button
=========================================*/

.artist24-category-content a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#8b5cf6;

    font-weight:700;

    font-size:16px;

    transition:.35s;

    text-decoration:none;

}

.artist24-category-content a span{

    transition:.35s;

}

.artist24-category-content a:hover{

    color:#5f23d4;

}

.artist24-category-content a:hover span{

    transform:translateX(6px);

}

/*=========================================
Gradient Border
=========================================*/

.artist24-category-card .gradient-line{

    display:none;

}


/*=========================================================
        ARTIST24 CARD HOVER EFFECT
=========================================================*/

.artist24-category-card:hover{

    transform:translateY(-18px);

    box-shadow:0 35px 80px rgba(139,92,246,.18);

    border-color:#8B5CF6;

}

.artist24-category-card:hover .artist24-category-image{

    transform:translateY(-10px);

    border-color:#8B5CF6;

    box-shadow:0 25px 60px rgba(139,92,246,.30);

}

.artist24-category-card:hover .artist24-category-image img{

    transform:scale(1.08);

}

.artist24-category-card:hover h3{

    color:#8B5CF6;

}

.artist24-category-card:hover a{

    color:#5f2bdb;

}

/* Purple Top Border */

.artist24-category-card{

    position:relative;

}

.artist24-category-card::after{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#8B5CF6,#B983FF);

    transform:scaleX(0);

    transition:.45s;

    transform-origin:left;

}

.artist24-category-card:hover::after{

    transform:scaleX(1);

}

/*=========================================================
        OWL CAROUSEL
=========================================================*/

.artist24-category-carousel .owl-stage{

    display:flex;

}

.artist24-category-carousel .owl-item{

    display:flex;

}

.artist24-category-carousel .artist24-category-item{

    width:100%;

}

/*=========================================================
        NAVIGATION
=========================================================*/

.artist24-category-carousel .owl-nav{

    margin-top:45px;

    text-align:center;

}

.artist24-category-carousel .owl-nav button{

    width:55px;

    height:55px;

    border-radius:50%!important;

    background:#ffffff!important;

    border:1px solid #e8e8e8!important;

    color:#8B5CF6!important;

    margin:0 8px;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.artist24-category-carousel .owl-nav button:hover{

    background:#8B5CF6!important;

    color:#fff!important;

    border-color:#8B5CF6!important;

    transform:translateY(-4px);

}

.artist24-category-carousel .owl-nav span{

    font-size:28px;

    line-height:20px;

}

/*=========================================================
        DOTS
=========================================================*/

.artist24-category-carousel .owl-dots{

    margin-top:30px;

    text-align:center;

}

.artist24-category-carousel .owl-dot{

    margin:0 5px;

}

.artist24-category-carousel .owl-dot span{

    width:12px;

    height:12px;

    border-radius:50%;

    background:#d8d8d8!important;

    transition:.35s;

}

.artist24-category-carousel .owl-dot.active span{

    width:34px;

    border-radius:30px;

    background:#8B5CF6!important;

}

.artist24-category-carousel .owl-dot:hover span{

    background:#8B5CF6!important;

}

/*=========================================================
        IMAGE OVERLAY
=========================================================*/

.artist24-category-image{

    overflow:hidden;

}

.artist24-category-image::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
    180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,.20) 100%
    );

    z-index:2;

}

/*=========================================================
        CARD SHINE EFFECT
=========================================================*/

.artist24-category-card::before{

    content:"";

    position:absolute;

    left:-120%;

    top:0;

    width:70%;

    height:100%;

    background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.45),
    transparent
    );

    transform:skewX(-25deg);

}

.artist24-category-card:hover::before{

    animation:artistShine 1.1s;

}

@keyframes artistShine{

    100%{

        left:160%;

    }

}

/*=========================================================
        RESPONSIVE
=========================================================*/

@media only screen and (max-width:1199px){

.artist24-category-content h3{

font-size:28px;

}

.artist24-category-image{

width:170px;

height:170px;

}

}

@media only screen and (max-width:991px){

.artist24-category-section{

padding:90px 0;

}

.artist24-category-section h2{

font-size:38px;

}

.artist24-category-image{

width:160px;

height:160px;

}

.artist24-category-content p{

min-height:auto;

}

}

@media only screen and (max-width:767px){

.artist24-category-section{

padding:70px 0;

}

.artist24-category-section h2{

font-size:30px;

line-height:40px;

}

.artist24-category-section .sec-title p{

font-size:16px;

line-height:30px;

}

.artist24-category-card{

padding:30px 20px;

border-radius:28px;

}

.artist24-category-image{

width:145px;

height:145px;

margin-bottom:22px;

}

.artist24-category-content h3{

font-size:24px;

}

.artist24-category-content p{

font-size:15px;

line-height:28px;

margin-bottom:20px;

}

.artist24-category-carousel .owl-nav{

display:none;

}

}

/*=========================================================
        FLOATING ANIMATION
=========================================================*/

.artist24-category-card{

animation:artistCardFloat 5s ease-in-out infinite;

}

.artist24-category-item:nth-child(2) .artist24-category-card{

animation-delay:.5s;

}

.artist24-category-item:nth-child(3) .artist24-category-card{

animation-delay:1s;

}

.artist24-category-item:nth-child(4) .artist24-category-card{

animation-delay:1.5s;

}

@keyframes artistCardFloat{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-6px);

}

100%{

transform:translateY(0px);

}

}


/*=========================================================
        ARTIST24 INTRODUCTION SECTION
=========================================================*/

.artist24-introduction{
    position:relative;
    padding:120px 0;
    background:#ffffff;
    overflow:hidden;
}

.artist24-introduction::before{
    content:'';
    position:absolute;
    left:-180px;
    top:-180px;
    width:420px;
    height:420px;
    background:rgba(139,92,246,.05);
    border-radius:50%;
    filter:blur(40px);
}

.artist24-intro-content{
    position:relative;
    z-index:2;
}

.artist24-subtitle{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:rgba(139,92,246,.08);
    color:#8B5CF6;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.artist24-intro-content h2{
    font-size:48px;
    line-height:60px;
    font-weight:800;
    color:#161616;
    margin-bottom:25px;
}

.artist24-intro-content p{
    font-size:18px;
    line-height:34px;
    color:#666;
    margin-bottom:35px;
}

.artist24-intro-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.artist24-intro-image{
    position:relative;
    text-align:center;
}

.artist24-intro-image img{
    width:100%;
    max-width:540px;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
    transition:.45s;
}

.artist24-intro-image:hover img{
    transform:translateY(-8px);
}

/*=========================================================
        WHY BOOK SECTION
=========================================================*/

.artist24-why{
    position:relative;
    padding:120px 0;
    background:#F8F9FC;
}

.artist24-why .sec-title{
    margin-bottom:70px;
}

.artist24-feature-box{

    position:relative;

    background:#fff;

    border-radius:22px;

    padding:40px 30px;

    text-align:center;

    margin-bottom:30px;

    border:1px solid #ececec;

    transition:.35s;

    min-height:250px;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.artist24-feature-box:hover{

    transform:translateY(-10px);

    border-color:#8B5CF6;

    box-shadow:0 25px 55px rgba(139,92,246,.18);

}

.artist24-feature-box i{

    width:72px;

    height:72px;

    border-radius:50%;

    margin:0 auto 25px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#8B5CF6,#6D28D9);

    color:#fff;

    font-size:30px;

    transition:.35s;

}

.artist24-feature-box:hover i{

    transform:rotateY(180deg);

}

.artist24-feature-box h4{

    font-size:18px;

    line-height:32px;

    font-weight:700;

    color:#202020;

    margin:0;

}

/* Decorative Gradient Line */

.artist24-feature-box::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#8B5CF6,#C084FC);

    transform:scaleX(0);

    transition:.35s;

}

.artist24-feature-box:hover::before{

    transform:scaleX(1);

}

/*=========================================================
        RESPONSIVE
=========================================================*/

@media only screen and (max-width:991px){

.artist24-introduction,
.artist24-why{

padding:90px 0;

}

.artist24-intro-content{

margin-bottom:50px;

text-align:center;

}

.artist24-intro-content h2{

font-size:38px;

line-height:48px;

}

.artist24-intro-btns{

justify-content:center;

}

}

@media only screen and (max-width:767px){

.artist24-introduction,
.artist24-why{

padding:70px 0;

}

.artist24-intro-content h2{

font-size:30px;

line-height:42px;

}

.artist24-intro-content p{

font-size:16px;

line-height:30px;

}

.artist24-feature-box{

padding:30px 22px;

min-height:auto;

}

.artist24-feature-box h4{

font-size:17px;

line-height:30px;

}

.artist24-feature-box i{

width:65px;

height:65px;

font-size:26px;

}

.artist24-intro-btns .artist24-primary-btn,
.artist24-intro-btns .artist24-secondary-btn{

width:100%;
text-align:center;

}

}

/*=========================================================
        WHY BOOK TILES (EQUAL HEIGHT)
=========================================================*/

.artist24-why .row{
    display:flex;
    flex-wrap:wrap;
}

.artist24-why .col-lg-3,
.artist24-why .col-md-6{
    display:flex;
    margin-bottom:30px;
}

.artist24-feature-box{

    position:relative;

    width:100%;

    background:#ffffff;

    border:1px solid #ececec;

    border-radius:22px;

    padding:35px 28px;

    text-align:center;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:flex-start;

    transition:all .35s ease;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.artist24-feature-box i{

    width:72px;

    height:72px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

    font-size:30px;

    color:#ffffff;

    background:linear-gradient(135deg,#8B5CF6,#6D28D9);

    flex-shrink:0;

}

.artist24-feature-box h4{

    font-size:18px;

    line-height:30px;

    font-weight:700;

    color:#202020;

    margin:0;

    flex-grow:1;

    display:flex;

    align-items:center;

    justify-content:center;

}

.artist24-feature-box:hover{

    transform:translateY(-10px);

    border-color:#8B5CF6;

    box-shadow:0 25px 55px rgba(139,92,246,.18);

}

.artist24-feature-box:hover i{

    transform:rotateY(180deg);

}

.artist24-feature-box::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#8B5CF6,#C084FC);

    transform:scaleX(0);

    transition:.35s;

}

.artist24-feature-box:hover::before{

    transform:scaleX(1);

}



/*==========================================
    Reduce Gap Between Category & Introduction
==========================================*/

.artist24-category-section{
    padding-bottom:10px !important;
}

.artist24-introduction{
    padding-top:10px !important;
}


/*=========================================================
        BOOK ARTISTS BY EVENT TYPE
=========================================================*/

.artist24-event-section{

    padding:110px 0;

    background:#ffffff;

}

.artist24-event-box{

    position:relative;

    overflow:hidden;

    border-radius:28px;

    margin-bottom:30px;

    box-shadow:0 18px 45px rgba(0,0,0,.10);

    transition:.45s;

    background:#000;

    height:360px;

}

.artist24-event-image{

    position:absolute;

    inset:0;

}

.artist24-event-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.artist24-event-box::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        180deg,
        rgba(0,0,0,.10),
        rgba(18,8,42,.85)
    );

    z-index:1;

}

.artist24-event-content{

    position:absolute;

    left:30px;

    right:30px;

    bottom:30px;

    z-index:2;

}

.artist24-event-content h3{

    color:#ffffff;

    font-size:30px;

    margin-bottom:15px;

    font-weight:700;

}

.artist24-event-content p{

    color:#f1f1f1;

    line-height:30px;

    margin:0;

}

.artist24-event-box:hover{

    transform:translateY(-10px);

    box-shadow:0 28px 60px rgba(139,92,246,.25);

}

.artist24-event-box:hover img{

    transform:scale(1.10);

}

.artist24-event-box::after{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#8B5CF6,#C084FC);

    transform:scaleX(0);

    transition:.4s;

    z-index:3;

}

.artist24-event-box:hover::after{

    transform:scaleX(1);

}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

.artist24-event-section{

padding:80px 0;

}

.artist24-event-box{

height:330px;

}

}

@media(max-width:767px){

.artist24-event-section{

padding:70px 0;

}

.artist24-event-box{

height:300px;

}

.artist24-event-content{

left:22px;

right:22px;

bottom:22px;

}

.artist24-event-content h3{

font-size:24px;

}

.artist24-event-content p{

font-size:15px;

line-height:26px;

}

}


/*=========================================================
            HOW ARTIST24 WORKS
=========================================================*/

.artist24-process-section{
    position:relative;
    padding:120px 0;
    background:#0d0b18;
    overflow:hidden;
}

.artist24-process-section:before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    left:-180px;
    top:-180px;
    border-radius:50%;
    background:rgba(139,92,246,.10);
    filter:blur(70px);
}

.artist24-process-section .sec-title h2,
.artist24-process-section .artist24-subtitle{
    color:#fff;
}

.artist24-process-line{
    position:absolute;
    left:16%;
    right:16%;
    top:255px;
    height:4px;
    background:linear-gradient(90deg,#8B5CF6,#C084FC);
    z-index:0;
    border-radius:30px;
}

.artist24-process-box{

    position:relative;

    z-index:2;

    text-align:center;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:25px;

    padding:90px 35px 45px;

    transition:.45s;

    overflow:hidden;

}

.artist24-process-box:hover{

    transform:translateY(-12px);

    border-color:#8B5CF6;

    box-shadow:0 30px 70px rgba(139,92,246,.20);

}

.artist24-step-number{

    position:absolute;

    left:50%;

    top:-40px;

    transform:translateX(-50%);

    width:85px;

    height:85px;

    border-radius:50%;

    background:linear-gradient(135deg,#8B5CF6,#6D28D9);

    color:#fff;

    font-size:32px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    border:8px solid #0d0b18;

}

.artist24-process-box h3{

    color:#fff;

    font-size:28px;

    margin-bottom:18px;

}

.artist24-process-box p{

    color:#d5d5d5;

    line-height:30px;

}

/*=========================================================
        GALLERY
=========================================================*/

.artist24-gallery-review{

    padding:120px 0;

    background:#ffffff;

}

.artist24-gallery-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.artist24-gallery-grid img{

    width:100%;

    height:240px;

    object-fit:cover;

    border-radius:22px;

    transition:.45s;

    box-shadow:0 15px 40px rgba(0,0,0,.10);

}

.artist24-gallery-grid img:hover{

    transform:scale(1.05);

    box-shadow:0 30px 70px rgba(139,92,246,.20);

}

.artist24-review-content{

    padding-left:45px;

}

.artist24-review-content h2{

    font-size:46px;

    margin-bottom:20px;

}

.artist24-review-content p{

    font-size:18px;

    line-height:34px;

    margin-bottom:35px;

    color:#666;

}

/*=========================================================
        FINAL CTA
=========================================================*/

.artist24-final-cta{

    padding:90px 0;

    background:#ffffff;

}

.artist24-cta-box{

    position:relative;

    overflow:hidden;

    border-radius:35px;

    padding:90px 60px;

    text-align:center;

    background:
    radial-gradient(circle at top right,#b983ff55,transparent 40%),
    linear-gradient(135deg,#6D28D9,#8B5CF6);

    box-shadow:0 30px 80px rgba(109,40,217,.35);

}

.artist24-cta-box:before{

    content:'';

    position:absolute;

    width:350px;

    height:350px;

    right:-120px;

    top:-120px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.artist24-cta-box h2{

    color:#fff;

    font-size:50px;

    line-height:65px;

    margin-bottom:35px;

    position:relative;

    z-index:2;

}

.artist24-cta-box .artist24-primary-btn{

    position:relative;

    z-index:2;

    background:#fff;

    color:#6D28D9;

    padding:18px 45px;

    border-radius:50px;

    font-weight:700;

    transition:.35s;

}

.artist24-cta-box .artist24-primary-btn:hover{

    transform:translateY(-5px);

    background:#111;

    color:#fff;

}

/*=========================================================
        RESPONSIVE
=========================================================*/

@media(max-width:991px){

.artist24-process-line{

display:none;

}

.artist24-process-box{

margin-bottom:70px;

}

.artist24-review-content{

padding-left:0;

margin-top:45px;

text-align:center;

}

.artist24-gallery-grid img{

height:210px;

}

.artist24-cta-box{

padding:70px 30px;

}

.artist24-cta-box h2{

font-size:38px;

line-height:52px;

}

}

@media(max-width:767px){

.artist24-process-section,
.artist24-gallery-review{

padding:70px 0;

}

.artist24-gallery-grid{

grid-template-columns:1fr;

}

.artist24-gallery-grid img{

height:240px;

}

.artist24-process-box{

padding:80px 25px 35px;

}

.artist24-process-box h3{

font-size:24px;

}

.artist24-step-number{

width:72px;

height:72px;

font-size:28px;

}

.artist24-cta-box{

padding:55px 25px;

border-radius:25px;

}

.artist24-cta-box h2{

font-size:30px;

line-height:42px;

}

}

/*==========================================
Fix Process Number Position
==========================================*/

.artist24-process-box{

    overflow:visible !important;

    padding:70px 35px 45px !important;

}

.artist24-step-number{

    top:-30px !important;

    z-index:20;

}


/*=========================================================
                ARTIST24 FOOTER
=========================================================*/

.artist24-footer{

    position:relative;

    background:#0f0f17;

    padding:90px 0 0;

    color:#bdbdbd;

}

.artist24-footer::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#8B5CF6,#C084FC);

}

.footer-logo img{

    max-width:220px;

    margin-bottom:25px;

}

.footer-text{

    line-height:30px;

    margin-bottom:30px;

}

.artist24-footer h4{

    color:#ffffff;

    margin-bottom:28px;

    font-size:22px;

}

.footer-links{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li{

    margin-bottom:14px;

}

.footer-links li a{

    color:#bdbdbd;

    transition:.35s;

    text-decoration:none;

}

.footer-links li a:hover{

    color:#8B5CF6;

    padding-left:8px;

}

.artist24-social{

    list-style:none;

    display:flex;

    gap:12px;

    padding:0;

    margin:0;

}

.artist24-social li a{

    width:46px;

    height:46px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#1b1b28;

    color:#fff;

    transition:.35s;

    text-decoration:none;

}

.artist24-social li a:hover{

    background:#8B5CF6;

    transform:translateY(-5px);

}

.artist24-contact{

    list-style:none;

    padding:0;

    margin:0;

}

.artist24-contact li{

    position:relative;

    padding-left:35px;

    margin-bottom:20px;

    line-height:28px;

}

.artist24-contact li span{

    position:absolute;

    left:0;

    top:4px;

    color:#8B5CF6;

}

.artist24-footer-bottom{

    margin-top:70px;

    border-top:1px solid rgba(255,255,255,.08);

    padding:22px 0;

    color:#a5a5a5;

    font-size:15px;

}

.artist24-footer-bottom a{

    color:#a5a5a5;

    text-decoration:none;

    transition:.35s;

}

.artist24-footer-bottom a:hover{

    color:#8B5CF6;

}

@media(max-width:991px){

.footer-column{

margin-bottom:45px;

}

.artist24-footer-bottom{

text-align:center;

}

.artist24-footer-bottom .pull-left,

.artist24-footer-bottom .pull-right{

float:none!important;

display:block;

margin:8px 0;

}

}

@media(max-width:767px){

.artist24-footer{

padding:70px 0 0;

}

.footer-logo{

text-align:center;

}

.footer-text{

text-align:center;

}

.artist24-social{

justify-content:center;

}

}





/*=========================================================
        ARTIST24 HEADER OVERRIDE
=========================================================*/

/* Header Background */

.main-header,
.header-upper,
.main-menu,
.main-header .header-upper .inner-container{

    background:#000000 !important;

}

/* Menu Container */

.main-menu .navigation{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:8px;

}

/* Main Menu */

.main-menu .navigation > li{

    margin:0 6px !important;

    padding:0 !important;

}

/* Menu Links */

.main-menu .navigation > li > a{

    font-size:18px !important;

    font-weight:600;

    padding:34px 12px !important;

    line-height:28px !important;

    white-space:nowrap;

}

/* Dropdown Arrow */

.main-menu .navigation > li.dropdown > a{

    padding-right:20px !important;

}

/* Logo */

.main-header .logo img{

    max-height:62px;

}

/* Right Side Icons */

.outer-box{

    display:flex;

    align-items:center;

}

/* Desktop */

@media only screen and (min-width:1200px){

.main-menu .navigation{

gap:6px;

}

.main-menu .navigation > li{

margin:0 4px !important;

}

.main-menu .navigation > li > a{

font-size:17px !important;

padding:34px 10px !important;

}

}

/* Tablet */

@media only screen and (max-width:1199px){

.main-menu .navigation > li > a{

font-size:16px !important;

padding:30px 8px !important;

}

}



/*=========================================================
        CONTACT PAGE
=========================================================*/

.artist24-contact-page{

padding:110px 0;

background:#fff;

}

.artist24-contact-content h2{

font-size:48px;

margin-bottom:25px;

}

.artist24-contact-content p{

font-size:18px;

line-height:34px;

margin-bottom:35px;

color:#666;

}

.artist24-contact-form input,
.artist24-contact-form textarea{

width:100%;

height:60px;

padding:18px 22px;

border:1px solid #e5e5e5;

border-radius:15px;

margin-bottom:20px;

transition:.35s;

}

.artist24-contact-form textarea{

height:180px;

resize:none;

padding-top:18px;

}

.artist24-contact-form input:focus,
.artist24-contact-form textarea:focus{

border-color:#8B5CF6;

box-shadow:0 0 0 4px rgba(139,92,246,.10);

outline:none;

}

.artist24-contact-image img{

width:100%;

border-radius:30px;

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

/*=========================================================*/

.artist24-contact-details{

padding:100px 0;

background:#f8f9fc;

}

.artist24-contact-box{

background:#fff;

border-radius:25px;

padding:45px 30px;

text-align:center;

height:100%;

transition:.35s;

box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.artist24-contact-box:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(139,92,246,.18);

}

.artist24-contact-box i{

width:70px;

height:70px;

border-radius:50%;

background:linear-gradient(135deg,#8B5CF6,#6D28D9);

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

margin:0 auto 25px;

}

.artist24-contact-box h4{

margin-bottom:15px;

}

.artist24-contact-box p{

margin:0;

line-height:28px;

}

/*=========================================================*/

.artist24-map-section{

padding:100px 0;

background:#fff;

}

.artist24-map{

overflow:hidden;

border-radius:30px;

box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.artist24-map iframe{

width:100%;

height:500px;

border:0;

}

/*=========================================================*/

@media(max-width:991px){

.artist24-contact-page,
.artist24-contact-details,
.artist24-map-section{

padding:80px 0;

}

.artist24-contact-image{

margin-top:50px;

}

}

@media(max-width:767px){

.artist24-contact-content h2{

font-size:34px;

line-height:46px;

}

.artist24-map iframe{

height:350px;

}

}


/*=========================================================
            ABOUT PAGE
=========================================================*/

.artist24-about-page{

    position:relative;

    padding:120px 0;

    background:#ffffff;

    overflow:hidden;

}

.artist24-about-page:before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    left:-180px;

    top:-180px;

    border-radius:50%;

    background:rgba(139,92,246,.06);

    filter:blur(80px);

}

.artist24-about-images{

    position:relative;

    padding-right:80px;

}

.artist24-about-images img{

    width:100%;

    border-radius:30px;

    box-shadow:0 30px 70px rgba(0,0,0,.15);

    transition:.45s;

}

.artist24-about-images:hover img{

    transform:translateY(-10px);

}

.artist24-small-image{

    position:absolute;

    width:260px !important;

    right:0;

    bottom:-40px;

    border:8px solid #fff;

    border-radius:25px;

}

.artist24-about-content{

    padding-left:20px;

}

.artist24-about-content h2{

    font-size:52px;

    line-height:64px;

    font-weight:800;

    margin-bottom:30px;

    color:#181818;

}

.artist24-about-content p{

    font-size:18px;

    line-height:34px;

    color:#666;

    margin:0;

}

/*=========================================================
            MISSION & VISION
=========================================================*/

.artist24-mission-vision{

    padding:120px 0;

    background:#0f0b1f;

    position:relative;

}

.artist24-mission-vision:before{

    content:"";

    position:absolute;

    right:-180px;

    top:-180px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(139,92,246,.10);

    filter:blur(80px);

}

.artist24-mv-box{

    position:relative;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:30px;

    padding:50px 40px;

    height:100%;

    transition:.4s;

}

.artist24-mv-box:hover{

    transform:translateY(-12px);

    border-color:#8B5CF6;

    box-shadow:0 30px 70px rgba(139,92,246,.20);

}

.artist24-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:linear-gradient(135deg,#8B5CF6,#6D28D9);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:34px;

    margin-bottom:30px;

}

.artist24-mv-box h2{

    color:#fff;

    font-size:34px;

    margin-bottom:20px;

}

.artist24-mv-box p{

    color:#d8d8d8;

    line-height:32px;

    margin:0;

}

/*=========================================================
            WHY CHOOSE
=========================================================*/

.artist24-why-about{

    padding:120px 0;

    background:#f8f9fc;

}

.artist24-about-card{

    background:#ffffff;

    border-radius:25px;

    padding:45px 30px;

    text-align:center;

    height:100%;

    border:1px solid #ececec;

    transition:.4s;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

    margin-bottom:30px;

    position:relative;

    overflow:hidden;

}

.artist24-about-card:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#8B5CF6,#C084FC);

    transform:scaleX(0);

    transition:.35s;

}

.artist24-about-card:hover:before{

    transform:scaleX(1);

}

.artist24-about-card:hover{

    transform:translateY(-10px);

    border-color:#8B5CF6;

    box-shadow:0 25px 60px rgba(139,92,246,.18);

}

.artist24-about-card i{

    width:75px;

    height:75px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#8B5CF6,#6D28D9);

    color:#fff;

    font-size:30px;

    margin:0 auto 25px;

    transition:.35s;

}

.artist24-about-card:hover i{

    transform:rotateY(180deg);

}

.artist24-about-card h4{

    font-size:19px;

    line-height:32px;

    font-weight:700;

    color:#222;

    margin:0;

}

/*=========================================================
            CTA
=========================================================*/

.artist24-about-cta{

    padding:90px 0;

    background:#fff;

}

.artist24-about-cta .artist24-cta-box{

    background:linear-gradient(135deg,#6D28D9,#8B5CF6);

    border-radius:35px;

    padding:90px 50px;

    text-align:center;

    position:relative;

    overflow:hidden;

    box-shadow:0 30px 80px rgba(109,40,217,.35);

}

.artist24-about-cta .artist24-cta-box:before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    right:-120px;

    top:-120px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.artist24-about-cta h2{

    color:#fff;

    font-size:48px;

    line-height:62px;

    margin-bottom:35px;

    position:relative;

    z-index:2;

}

.artist24-about-cta .artist24-primary-btn{

    position:relative;

    z-index:2;

    background:#fff;

    color:#6D28D9;

}

.artist24-about-cta .artist24-primary-btn:hover{

    background:#111;

    color:#fff;

}

/*=========================================================
            RESPONSIVE
=========================================================*/

@media(max-width:991px){

.artist24-about-page,
.artist24-mission-vision,
.artist24-why-about{

padding:90px 0;

}

.artist24-about-images{

padding-right:0;

margin-bottom:60px;

}

.artist24-small-image{

position:relative;

width:220px !important;

bottom:auto;

right:auto;

margin-top:25px;

}

.artist24-about-content{

padding-left:0;

}

.artist24-about-content h2{

font-size:40px;

line-height:52px;

}

.artist24-mv-box{

margin-bottom:30px;

}

}

@media(max-width:767px){

.artist24-about-page,
.artist24-mission-vision,
.artist24-why-about{

padding:70px 0;

}

.artist24-about-content h2{

font-size:32px;

line-height:42px;

}

.artist24-about-content p{

font-size:16px;

line-height:30px;

}

.artist24-mv-box{

padding:35px 25px;

}

.artist24-mv-box h2{

font-size:28px;

}

.artist24-about-card{

padding:35px 22px;

}

.artist24-about-cta .artist24-cta-box{

padding:60px 25px;

}

.artist24-about-cta h2{

font-size:30px;

line-height:42px;

}

}


/*=========================================================
        ARTIST REGISTRATION PAGE
=========================================================*/

/*==============================
    INTRO SECTION
==============================*/

.artist24-register-intro{

    position:relative;

    padding:120px 0;

    background:#ffffff;

    overflow:hidden;

}

.artist24-register-intro:before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    left:-180px;

    top:-180px;

    border-radius:50%;

    background:rgba(139,92,246,.08);

    filter:blur(80px);

}

.artist24-register-content{

    padding-right:40px;

}

.artist24-register-content h2{

    font-size:52px;

    line-height:64px;

    margin-bottom:30px;

    color:#191919;

}

.artist24-register-content p{

    font-size:18px;

    line-height:34px;

    color:#666;

    margin-bottom:40px;

}

.artist24-register-image{

    position:relative;

}

.artist24-register-image img{

    width:100%;

    border-radius:30px;

    box-shadow:0 30px 70px rgba(0,0,0,.15);

    transition:.45s;

}

.artist24-register-image:hover img{

    transform:translateY(-10px);

}

/*==============================
        BENEFITS
==============================*/

.artist24-register-benefits{

    padding:120px 0;

    background:#f8f9fc;

}

.artist24-benefit-card{

    position:relative;

    background:#ffffff;

    border-radius:25px;

    padding:45px 30px;

    text-align:center;

    height:100%;

    margin-bottom:30px;

    transition:.40s;

    border:1px solid #ececec;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.artist24-benefit-card:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#8B5CF6,#C084FC);

    transform:scaleX(0);

    transition:.35s;

}

.artist24-benefit-card:hover:before{

    transform:scaleX(1);

}

.artist24-benefit-card:hover{

    transform:translateY(-10px);

    border-color:#8B5CF6;

    box-shadow:0 25px 60px rgba(139,92,246,.18);

}

.artist24-benefit-card i{

    width:75px;

    height:75px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#8B5CF6,#6D28D9);

    color:#fff;

    font-size:30px;

    margin:0 auto 25px;

    transition:.35s;

}

.artist24-benefit-card:hover i{

    transform:rotateY(180deg);

}

.artist24-benefit-card h4{

    font-size:18px;

    line-height:30px;

    margin:0;

    color:#202020;

}

/*==============================
    HOW TO REGISTER
==============================*/

.artist24-register-process{

    position:relative;

    padding:120px 0;

    background:#0f0b1f;

    overflow:hidden;

}

.artist24-register-process:before{

    content:"";

    position:absolute;

    right:-180px;

    top:-180px;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(139,92,246,.08);

    filter:blur(80px);

}

.artist24-register-process .sec-title h2,
.artist24-register-process .artist24-subtitle{

    color:#ffffff;

}

.artist24-process-card{

    position:relative;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:25px;

    padding:90px 30px 40px;

    text-align:center;

    height:100%;

    transition:.4s;

}

.artist24-process-card:hover{

    transform:translateY(-10px);

    border-color:#8B5CF6;

    box-shadow:0 25px 60px rgba(139,92,246,.18);

}

.artist24-process-card .number{

    position:absolute;

    top:-35px;

    left:50%;

    transform:translateX(-50%);

    width:80px;

    height:80px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#8B5CF6,#6D28D9);

    color:#fff;

    font-size:30px;

    font-weight:700;

    border:8px solid #0f0b1f;

}

.artist24-process-card p{

    color:#dddddd;

    line-height:30px;

    margin:0;

}

/*==============================
        FORM SECTION
==============================*/

.artist24-registration-form{

    padding:120px 0;

    background:#ffffff;

}

.artist24-registration-box{

    background:#ffffff;

    border-radius:30px;

    padding:50px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.artist24-registration-box input,
.artist24-registration-box textarea,
.artist24-registration-box select{

    width:100%;

    height:60px;

    border:1px solid #e4e4e4;

    border-radius:15px;

    padding:15px 20px;

    margin-bottom:20px;

    transition:.35s;

}

.artist24-registration-box textarea{

    height:170px;

    resize:none;

    padding-top:18px;

}

.artist24-registration-box input:focus,
.artist24-registration-box textarea:focus,
.artist24-registration-box select:focus{

    outline:none;

    border-color:#8B5CF6;

    box-shadow:0 0 0 4px rgba(139,92,246,.12);

}

.artist24-registration-box input[type=file]{

    padding:14px;

}

/*==============================
        CTA
==============================*/

.artist24-register-cta{

    padding:90px 0;

    background:#ffffff;

}

.artist24-register-cta .artist24-cta-box{

    background:linear-gradient(135deg,#6D28D9,#8B5CF6);

    border-radius:35px;

    padding:90px 60px;

    text-align:center;

    box-shadow:0 30px 80px rgba(109,40,217,.35);

}

.artist24-register-cta h2{

    color:#fff;

    font-size:48px;

    line-height:60px;

    margin-bottom:35px;

}

.artist24-register-cta .artist24-primary-btn{

    background:#fff;

    color:#6D28D9;

}

.artist24-register-cta .artist24-primary-btn:hover{

    background:#111;

    color:#fff;

}

/*==============================
        RESPONSIVE
==============================*/

@media(max-width:991px){

.artist24-register-intro,
.artist24-register-benefits,
.artist24-register-process,
.artist24-registration-form{

padding:90px 0;

}

.artist24-register-content{

padding-right:0;

margin-bottom:50px;

}

.artist24-process-card{

margin-bottom:70px;

}

.artist24-registration-box{

padding:35px;

}

}

@media(max-width:767px){

.artist24-register-intro,
.artist24-register-benefits,
.artist24-register-process,
.artist24-registration-form{

padding:70px 0;

}

.artist24-register-content h2{

font-size:34px;

line-height:46px;

}

.artist24-register-content p{

font-size:16px;

line-height:30px;

}

.artist24-benefit-card{

padding:35px 22px;

}

.artist24-process-card{

padding:75px 25px 35px;

}

.artist24-process-card .number{

width:70px;

height:70px;

font-size:28px;

}

.artist24-registration-box{

padding:25px;

}

.artist24-register-cta .artist24-cta-box{

padding:60px 25px;

}

.artist24-register-cta h2{

font-size:30px;

line-height:42px;

}

}



/*=========================================================
        ARTIST REGISTRATION FORM
=========================================================*/

.artist24-registration-form{

    padding:120px 0;

    background:#ffffff;

}

.artist24-registration-form .sec-title{

    margin-bottom:60px;

}

.artist24-registration-form .sec-title p{

    max-width:750px;

    margin:20px auto 0;

    font-size:18px;

    line-height:32px;

    color:#666;

}

.artist24-registration-box{

    background:#ffffff;

    border-radius:30px;

    padding:60px;

    box-shadow:0 25px 70px rgba(0,0,0,.08);

    border:1px solid #eeeeee;

}

/*=========================
Form Groups
=========================*/

.artist24-registration-box .form-group{

    margin-bottom:25px;

}

/*=========================
Input Fields
=========================*/

.artist24-registration-box input,
.artist24-registration-box select,
.artist24-registration-box textarea{

    width:100%;

    border:1px solid #dddddd;

    border-radius:15px;

    padding:16px 22px;

    font-size:16px;

    color:#222;

    background:#ffffff;

    transition:all .35s ease;

}

/* Input Height */

.artist24-registration-box input,
.artist24-registration-box select{

    height:58px;

}

/* Textarea */

.artist24-registration-box textarea{

    height:170px;

    resize:vertical;

    padding-top:18px;

}

/* Focus */

.artist24-registration-box input:focus,
.artist24-registration-box select:focus,
.artist24-registration-box textarea:focus{

    outline:none;

    border-color:#8B5CF6;

    box-shadow:0 0 0 4px rgba(139,92,246,.10);

}

/* Placeholder */

.artist24-registration-box input::placeholder,
.artist24-registration-box textarea::placeholder{

    color:#888;

}

/* Select */

.artist24-registration-box select{

    cursor:pointer;

    appearance:none;

    -webkit-appearance:none;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%238B5CF6' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6.5 6 6.5-6' stroke='%238B5CF6' stroke-width='2' fill='none'/%3E%3C/svg%3E");

    background-repeat:no-repeat;

    background-position:right 18px center;

    background-size:18px;

    padding-right:50px;

}

/*=========================
Checkbox
=========================*/

.artist24-registration-box label{

    display:flex;

    align-items:flex-start;

    gap:12px;

    cursor:pointer;

    font-size:16px;

    line-height:28px;

    color:#555;

}

.artist24-registration-box input[type=checkbox]{

    width:20px;

    height:20px;

    margin-top:4px;

    accent-color:#8B5CF6;

}

/*=========================
Submit Button
=========================*/

.artist24-registration-box .artist24-primary-btn{

    padding:18px 45px;

    border:none;

    border-radius:50px;

    font-size:17px;

    font-weight:700;

    cursor:pointer;

    transition:.35s;

}

.artist24-registration-box .artist24-primary-btn:hover{

    transform:translateY(-4px);

}

/*=========================
Responsive
=========================*/

@media only screen and (max-width:991px){

.artist24-registration-form{

padding:90px 0;

}

.artist24-registration-box{

padding:40px;

}

}

@media only screen and (max-width:767px){

.artist24-registration-form{

padding:70px 0;

}

.artist24-registration-box{

padding:25px;

border-radius:20px;

}

.artist24-registration-form .sec-title p{

font-size:16px;

line-height:28px;

}

.artist24-registration-box input,
.artist24-registration-box select{

height:54px;

}

.artist24-registration-box textarea{

height:150px;

}

.artist24-registration-box .artist24-primary-btn{

width:100%;

}

}



/*=========================================================
        GALLERY INTRODUCTION
=========================================================*/

.artist24-gallery-intro{

    position:relative;

    padding:120px 0;

    background:#ffffff;

    overflow:hidden;

}

.artist24-gallery-intro:before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    left:-180px;

    top:-180px;

    border-radius:50%;

    background:rgba(139,92,246,.08);

    filter:blur(80px);

}

.artist24-gallery-content{

    padding-right:40px;

}

.artist24-gallery-content h2{

    font-size:52px;

    line-height:64px;

    color:#1b1b1b;

    margin-bottom:30px;

}

.artist24-gallery-content p{

    font-size:18px;

    line-height:34px;

    color:#666;

}

.artist24-gallery-image{

    position:relative;

}

.artist24-gallery-image img{

    width:100%;

    border-radius:30px;

    box-shadow:0 30px 70px rgba(0,0,0,.15);

    transition:.45s;

}

.artist24-gallery-image:hover img{

    transform:translateY(-10px);

}

/*=========================================================
            EVENT VIDEOS
=========================================================*/

.artist24-video-section{

    padding:120px 0;

    background:#0f0b1f;

    position:relative;

}

.artist24-video-section:before{

    content:"";

    position:absolute;

    right:-180px;

    top:-180px;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(139,92,246,.10);

    filter:blur(80px);

}

.artist24-video-section .sec-title h2,
.artist24-video-section .artist24-subtitle{

    color:#ffffff;

}

.artist24-video-box{

    position:relative;

    overflow:hidden;

    border-radius:25px;

    background:#17122a;

    padding:12px;

    margin-bottom:30px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

    box-shadow:0 20px 45px rgba(0,0,0,.20);

}

.artist24-video-box:hover{

    transform:translateY(-10px);

    border-color:#8B5CF6;

    box-shadow:0 30px 60px rgba(139,92,246,.20);

}

.artist24-video-box iframe{

    width:100%;

    height:260px;

    border:none;

    border-radius:18px;

}

/*=========================================================
            CLIENT REVIEW GALLERY
=========================================================*/

.artist24-review-gallery{

    padding:120px 0;

    background:#f8f9fc;

}

.artist24-masonry{

    column-count:4;

    column-gap:20px;

}

.artist24-masonry img{

    width:100%;

    margin-bottom:20px;

    border-radius:22px;

    display:block;

    cursor:pointer;

    transition:.40s;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}

.artist24-masonry img:hover{

    transform:scale(1.04);

    box-shadow:0 30px 60px rgba(139,92,246,.20);

}

/*=========================================================
            CTA
=========================================================*/

.artist24-gallery-cta{

    padding:90px 0;

    background:#ffffff;

}

.artist24-gallery-cta .artist24-cta-box{

    position:relative;

    overflow:hidden;

    border-radius:35px;

    padding:90px 60px;

    text-align:center;

    background:linear-gradient(135deg,#6D28D9,#8B5CF6);

    box-shadow:0 30px 80px rgba(109,40,217,.35);

}

.artist24-gallery-cta .artist24-cta-box:before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    right:-120px;

    top:-120px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.artist24-gallery-cta h2{

    color:#fff;

    font-size:48px;

    line-height:60px;

    margin-bottom:35px;

    position:relative;

    z-index:2;

}

.artist24-gallery-cta .artist24-primary-btn{

    position:relative;

    z-index:2;

    background:#fff;

    color:#6D28D9;

}

.artist24-gallery-cta .artist24-primary-btn:hover{

    background:#111;

    color:#fff;

}

/*=========================================================
            RESPONSIVE
=========================================================*/

@media(max-width:1199px){

.artist24-masonry{

column-count:3;

}

}

@media(max-width:991px){

.artist24-gallery-intro,
.artist24-video-section,
.artist24-review-gallery{

padding:90px 0;

}

.artist24-gallery-content{

padding-right:0;

margin-bottom:50px;

}

.artist24-masonry{

column-count:2;

}

.artist24-video-box iframe{

height:230px;

}

.artist24-gallery-cta .artist24-cta-box{

padding:70px 35px;

}

.artist24-gallery-cta h2{

font-size:38px;

line-height:50px;

}

}

@media(max-width:767px){

.artist24-gallery-intro,
.artist24-video-section,
.artist24-review-gallery{

padding:70px 0;

}

.artist24-gallery-content h2{

font-size:34px;

line-height:46px;

}

.artist24-gallery-content p{

font-size:16px;

line-height:30px;

}

.artist24-video-box iframe{

height:210px;

}

.artist24-masonry{

column-count:1;

}

.artist24-gallery-cta .artist24-cta-box{

padding:55px 25px;

border-radius:25px;

}

.artist24-gallery-cta h2{

font-size:30px;

line-height:42px;

}

}


/*======================================================
EVENT PAGE
======================================================*/

.artist24-event-intro{

padding:120px 0;

background:#ffffff;

}

.artist24-event-intro-image img{

width:100%;

border-radius:30px;

box-shadow:0 30px 70px rgba(0,0,0,.15);

transition:.4s;

}

.artist24-event-intro-image img:hover{

transform:translateY(-10px);

}

.artist24-event-layout{

padding:110px 0;

background:#fff;

}

.artist24-event-layout:nth-child(even){

background:#f8f9fc;

}

.artist24-event-layout .row{

align-items:center;

}

.artist24-event-layout.alternate .row{

flex-direction:row-reverse;

}

.artist24-event-image{

overflow:hidden;

border-radius:30px;

}

.artist24-event-image img{

width:100%;

border-radius:30px;

transition:.5s;

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.artist24-event-image:hover img{

transform:scale(1.06);

}

.artist24-event-content{

padding:0 40px;

}

.artist24-event-content h2{

font-size:44px;

margin-bottom:25px;

}

.artist24-event-content p{

font-size:18px;

line-height:34px;

margin-bottom:35px;

color:#666;

}

.artist24-event-content .artist24-primary-btn{

padding:16px 40px;

}

.artist24-event-cta{

padding:90px 0;

background:#fff;

}

@media(max-width:991px){

.artist24-event-layout,
.artist24-event-intro{

padding:90px 0;

}

.artist24-event-layout.alternate .row{

flex-direction:column;

}

.artist24-event-content{

padding:40px 0 0;

}

}

@media(max-width:767px){

.artist24-event-layout,
.artist24-event-intro{

padding:70px 0;

}

.artist24-event-content h2{

font-size:32px;

}

.artist24-event-content p{

font-size:16px;

line-height:30px;

}

}




/*====================================================
        EVENTS PAGE FIX
====================================================*/

.artist24-event-page-image{

    position:relative !important;

    width:100%;

    overflow:hidden;

    border-radius:30px;

    display:block;

}

.artist24-event-page-image img{

    display:block;

    width:100%;

    height:auto;

    object-fit:cover;

    border-radius:30px;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

    transition:.5s ease;

}

.artist24-event-page-image:hover img{

    transform:scale(1.05);

}

.artist24-event-page-content{

    position:relative;

    padding:0 40px;

}

.artist24-event-page-content h2{

    font-size:44px;

    margin-bottom:25px;

}

.artist24-event-page-content p{

    font-size:18px;

    line-height:34px;

    color:#666;

    margin-bottom:35px;

}

@media(max-width:991px){

.artist24-event-page-content{

    padding-top:40px;

    padding-left:0;

    padding-right:0;

}

}

@media(max-width:767px){

.artist24-event-page-content h2{

    font-size:32px;

}

.artist24-event-page-content p{

    font-size:16px;

    line-height:30px;

}

}


/*=========================================================
        ARTIST CATEGORY PAGE
=========================================================*/

/*==========================
INTRO
==========================*/

.artist24-category-intro{

    position:relative;

    padding:120px 0;

    background:#ffffff;

    overflow:hidden;

}

.artist24-category-intro:before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    left:-180px;

    top:-180px;

    border-radius:50%;

    background:rgba(139,92,246,.08);

    filter:blur(80px);

}

.artist24-category-image{

    position:relative;

}

.artist24-category-image:before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:linear-gradient(135deg,#8B5CF6,#6D28D9);

    border-radius:50%;

    opacity:.10;

    left:-50px;

    top:-40px;

    animation:artist24Float 8s linear infinite;

}

.artist24-category-image img{

    width:100%;

    border-radius:30px;

    position:relative;

    z-index:2;

    box-shadow:0 30px 70px rgba(0,0,0,.15);

}

.artist24-category-content{

    padding-left:50px;

}

.artist24-category-content h2{

    font-size:52px;

    margin-bottom:30px;

}

.artist24-category-content p{

    font-size:18px;

    line-height:34px;

    color:#666;

}

/*==========================
CATEGORY SECTION
==========================*/

.artist24-category-box{

    position:relative;

    padding:110px 0;

    background:#ffffff;

    overflow:hidden;

}

.artist24-category-box:nth-child(even){

    background:#f8f9fc;

}

.artist24-category-box:before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    right:-120px;

    top:-70px;

    background:rgba(139,92,246,.05);

}

.artist24-category-photo{

    position:relative;

    perspective:1000px;

}

.artist24-category-photo img{

    width:100%;

    border-radius:30px;

    transform:rotate(-3deg);

    transition:.45s;

    box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.artist24-category-box:hover .artist24-category-photo img{

    transform:rotate(0deg) scale(1.04);

}

.artist24-category-info{

    position:relative;

    background:rgba(255,255,255,.75);

    backdrop-filter:blur(12px);

    padding:45px;

    border-radius:30px;

    box-shadow:0 25px 60px rgba(0,0,0,.08);

    border:1px solid rgba(139,92,246,.12);

}

.artist24-category-icon{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:80px;

    height:80px;

    border-radius:50%;

    background:linear-gradient(135deg,#8B5CF6,#6D28D9);

    color:#fff;

    font-size:34px;

    margin-bottom:25px;

    transition:.4s;

}

.artist24-category-box:hover .artist24-category-icon{

    transform:rotateY(180deg);

}

.artist24-category-info h2{

    font-size:40px;

    margin-bottom:25px;

    color:#191919;

}

.artist24-category-info p{

    font-size:18px;

    line-height:34px;

    color:#666;

    margin-bottom:35px;

}

.artist24-category-info .artist24-primary-btn{

    padding:16px 38px;

}

.artist24-category-box.reverse .row{

    flex-direction:row-reverse;

}

/*==========================
CTA
==========================*/

.artist24-category-cta{

    padding:90px 0;

    background:#ffffff;

}

.artist24-category-cta .artist24-cta-box{

    position:relative;

    overflow:hidden;

    padding:90px 60px;

    text-align:center;

    border-radius:35px;

    background:linear-gradient(135deg,#6D28D9,#8B5CF6);

    box-shadow:0 35px 80px rgba(109,40,217,.35);

}

.artist24-category-cta .artist24-cta-box:before{

    content:"";

    position:absolute;

    width:380px;

    height:380px;

    right:-120px;

    top:-120px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.artist24-category-cta h2{

    color:#fff;

    font-size:48px;

    margin-bottom:25px;

    position:relative;

    z-index:2;

}

.artist24-category-cta p{

    color:#ffffff;

    font-size:18px;

    max-width:760px;

    margin:0 auto 35px;

    line-height:34px;

    position:relative;

    z-index:2;

}

.artist24-category-cta .artist24-primary-btn{

    background:#ffffff;

    color:#6D28D9;

    position:relative;

    z-index:2;

}

.artist24-category-cta .artist24-primary-btn:hover{

    background:#111111;

    color:#ffffff;

}

/*==========================
ANIMATION
==========================*/

@keyframes artist24Float{

0%{

transform:translateY(0) rotate(0deg);

}

50%{

transform:translateY(25px) rotate(180deg);

}

100%{

transform:translateY(0) rotate(360deg);

}

}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:991px){

.artist24-category-intro,
.artist24-category-box{

padding:90px 0;

}

.artist24-category-content{

padding-left:0;

padding-top:50px;

}

.artist24-category-box.reverse .row{

flex-direction:column;

}

.artist24-category-info{

margin-top:40px;

}

}

@media(max-width:767px){

.artist24-category-intro,
.artist24-category-box{

padding:70px 0;

}

.artist24-category-content h2{

font-size:34px;

line-height:46px;

}

.artist24-category-info{

padding:30px;

}

.artist24-category-info h2{

font-size:30px;

}

.artist24-category-info p{

font-size:16px;

line-height:30px;

}

.artist24-category-icon{

width:65px;

height:65px;

font-size:28px;

}

.artist24-category-cta .artist24-cta-box{

padding:60px 25px;

}

.artist24-category-cta h2{

font-size:32px;

line-height:44px;

}

.artist24-category-cta p{

font-size:16px;

line-height:30px;

}

}

/*=========================================================
        EVENT TILE LINK
=========================================================*/

.artist24-event-link{

    display:block;

    text-decoration:none;

    color:inherit;

}

.artist24-event-link:hover{

    text-decoration:none;

    color:inherit;

}

.artist24-event-link .artist24-event-box{

    cursor:pointer;

}

.artist24-category-link{
    display:block;
    text-decoration:none;
    color:inherit;
}

.artist24-category-link:hover{
    text-decoration:none;
    color:inherit;
}

.artist24-category-link .artist24-category-card{
    cursor:pointer;
}

.artist24-category-link span{
    color:#8B5CF6;
    font-weight:600;
    transition:.3s;
}

.artist24-category-link:hover span{
    color:#6D28D9;
}


/*====================================================
        FLOATING WHATSAPP
====================================================*/

.artist24-floating-whatsapp{

    position:fixed;

    left:25px;

    bottom:25px;

    z-index:9999;

}

.artist24-floating-whatsapp a{

    position:relative;

    width:68px;

    height:68px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#25D366,#128C7E);

    color:#ffffff;

    font-size:34px;

    text-decoration:none;

    box-shadow:0 15px 35px rgba(37,211,102,.45);

    transition:.35s ease;

    animation:artist24WhatsappFloat 3s ease-in-out infinite;

}

.artist24-floating-whatsapp a:hover{

    transform:scale(1.12) rotate(8deg);

    color:#ffffff;

    text-decoration:none;

    box-shadow:0 20px 45px rgba(37,211,102,.55);

}

/* Ripple */

.artist24-floating-whatsapp a:before{

    content:"";

    position:absolute;

    inset:0;

    border-radius:50%;

    border:2px solid rgba(37,211,102,.55);

    animation:artist24WhatsappPulse 2s infinite;

}

.artist24-floating-whatsapp a:after{

    content:"";

    position:absolute;

    inset:-10px;

    border-radius:50%;

    border:2px solid rgba(37,211,102,.25);

    animation:artist24WhatsappPulse 2s infinite .8s;

}

/* Floating Animation */

@keyframes artist24WhatsappFloat{

    0%{

        transform:translateY(0);

    }

    25%{

        transform:translateY(-8px);

    }

    50%{

        transform:translateY(0);

    }

    75%{

        transform:translateY(-5px);

    }

    100%{

        transform:translateY(0);

    }

}

/* Ripple Animation */

@keyframes artist24WhatsappPulse{

    0%{

        transform:scale(.9);

        opacity:1;

    }

    70%{

        transform:scale(1.5);

        opacity:0;

    }

    100%{

        transform:scale(1.7);

        opacity:0;

    }

}

/*=========================
        Mobile
=========================*/

@media(max-width:767px){

.artist24-floating-whatsapp{

left:18px;

bottom:18px;

}

.artist24-floating-whatsapp a{

width:60px;

height:60px;

font-size:30px;

}

}



/*=========================================================
        ARTIST24 VIDEO HERO BANNER
=========================================================*/

.artist24-video-hero{

    position:relative;

    width:100%;

    min-height:650px;

    height:calc(100vh - 90px);

    max-height:850px;

    overflow:hidden;

    display:flex;

    align-items:center;

    justify-content:center;

    isolation:isolate;

    background:#090611;

}

/* Background Video */

.artist24-video-hero-bg{

    position:absolute;

    top:50%;

    left:50%;

    width:100%;

    height:100%;

    min-width:100%;

    min-height:100%;

    transform:translate(-50%,-50%);

    object-fit:cover;

    z-index:-3;

}

/* Dark Overlay */

.artist24-video-hero-overlay{

    position:absolute;

    inset:0;

    z-index:-2;

    background:

        linear-gradient(
            90deg,
            rgba(0,0,0,.60),
            rgba(0,0,0,.30),
            rgba(0,0,0,.60)
        );

}

/* Additional subtle gradient */

.artist24-video-hero-overlay:after{

    content:"";

    position:absolute;

    inset:0;

    background:

        radial-gradient(
            circle at center,
            rgba(139,92,246,.18),
            transparent 55%
        );

}

/* Content */

.artist24-video-hero-content{

    position:relative;

    z-index:5;

    width:100%;

    padding:30px;

    text-align:center;

    animation:artist24HeroContentIn 1s ease-out both;

}

/* Heading */

.artist24-video-hero-content h1{

    margin:0 0 35px;

    color:#ffffff;

    font-size:clamp(42px,6vw,82px);

    line-height:1.08;

    font-weight:800;

    letter-spacing:-2px;

    text-shadow:0 8px 30px rgba(0,0,0,.45);

}

/* Button */

.artist24-video-hero-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    min-width:200px;

    padding:17px 34px;

    border-radius:50px;

    background:linear-gradient(
        135deg,
        #8B5CF6,
        #6D28D9
    );

    color:#ffffff !important;

    font-size:17px;

    font-weight:700;

    text-decoration:none !important;

    box-shadow:

        0 15px 35px rgba(109,40,217,.40),

        0 0 0 1px rgba(255,255,255,.12);

    transition:

        transform .35s ease,

        box-shadow .35s ease,

        background .35s ease;

    animation:artist24HeroButtonPulse 3s ease-in-out infinite;

}

.artist24-video-hero-btn span{

    font-size:14px;

    transition:transform .3s ease;

}

.artist24-video-hero-btn:hover{

    color:#ffffff !important;

    text-decoration:none !important;

    transform:translateY(-5px);

    background:linear-gradient(
        135deg,
        #9F7AEA,
        #7C3AED
    );

    box-shadow:

        0 20px 45px rgba(109,40,217,.55),

        0 0 30px rgba(139,92,246,.25);

}

.artist24-video-hero-btn:hover span{

    transform:translateX(5px);

}

/*=========================================================
        ANIMATIONS
=========================================================*/

@keyframes artist24HeroContentIn{

    from{

        opacity:0;

        transform:translateY(35px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

@keyframes artist24HeroButtonPulse{

    0%,
    100%{

        box-shadow:
            0 15px 35px rgba(109,40,217,.40);

    }

    50%{

        box-shadow:
            0 18px 42px rgba(109,40,217,.60),
            0 0 25px rgba(139,92,246,.20);

    }

}

/*=========================================================
        TABLET
=========================================================*/

@media only screen and (max-width:991px){

    .artist24-video-hero{

        min-height:560px;

        height:70vh;

    }

    .artist24-video-hero-content h1{

        font-size:clamp(40px,8vw,64px);

    }

}

/*=========================================================
        MOBILE
=========================================================*/

@media only screen and (max-width:767px){

    .artist24-video-hero{

        min-height:520px;

        height:72vh;

        max-height:none;

    }

    .artist24-video-hero-bg{

        object-position:center center;

    }

    .artist24-video-hero-overlay{

        background:

            linear-gradient(
                180deg,
                rgba(0,0,0,.48),
                rgba(0,0,0,.62)
            );

    }

    .artist24-video-hero-content{

        padding:25px 20px;

    }

    .artist24-video-hero-content h1{

        font-size:42px;

        line-height:1.12;

        letter-spacing:-1px;

        margin-bottom:28px;

    }

    .artist24-video-hero-btn{

        min-width:190px;

        padding:15px 28px;

        font-size:16px;

    }

}

/*=========================================================
        SMALL MOBILE
=========================================================*/

@media only screen and (max-width:480px){

    .artist24-video-hero{

        min-height:480px;

    }

    .artist24-video-hero-content h1{

        font-size:36px;

    }

}


@media only screen and (max-width:767px){

    .main-menu li a[href="contact.html"]{
        margin:8px 15px !important;
        text-align:center;
        justify-content:center;
        width:calc(100% - 30px);
    }

}


/*=========================================================
  ARTIST24 HEADER - LARGER SQUARE LOGO
  Add this at the END of style.css
=========================================================*/

/*========================
  DESKTOP HEADER
========================*/

.main-header .header-upper .inner{

    min-height:117px;

    display:flex;

    align-items:center;

    justify-content:space-between;

}

.main-header .logo-box{

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0;

    padding:0;

}

.main-header .logo{

    display:flex;

    align-items:center;

    justify-content:center;

    height:100%;

    padding:0;

}

.main-header .logo img{

    display:block;

    width:auto;

    height:118px;

    max-height:118px;

    max-width:180px;

    object-fit:contain;

    vertical-align:middle;

}

/* Navigation */

.main-header .nav-content,
.main-header .nav-outer,
.main-header .main-menu,
.main-header .navbar-collapse{

    display:flex;

    align-items:center;

    height:100%;

}

.main-menu .navigation{

    display:flex;

    align-items:center;

    height:100%;

}

.main-menu .navigation > li{

    display:flex;

    align-items:center;

    height:100%;

}

.main-menu .navigation > li > a{

    display:flex;

    align-items:center;

    height:117px;

    padding:0 14px;

    font-size:14px;

    white-space:nowrap;

}


/* Other Header Links */

.other-links{

    display:flex;

    align-items:center;

    height:100%;

}


/*========================
  TABLET
========================*/

@media only screen and (max-width:1199px){

    .main-header .header-upper .inner{

        min-height:105px;

    }

    .main-header .logo img{

        height:92px;

        max-height:92px;

        max-width:160px;

    }

    .main-menu .navigation > li > a{

        height:105px;

        padding:0 10px;

        font-size:13px;

    }

}


/*=========================================================
  MOBILE HEADER
=========================================================*/

@media only screen and (max-width:991px){

    .main-header .header-upper .inner{

        min-height:91px;

        height:91px;

        display:flex;

        align-items:center;

        justify-content:space-between;

    }

    .main-header .logo-box{

        display:flex;

        align-items:center;

        height:91px;

    }

    .main-header .logo{

        display:flex;

        align-items:center;

        height:91px;

    }

    .main-header .logo img{

        display:block;

        width:auto;

        height:85px;

        max-height:85px;

        max-width:150px;

        object-fit:contain;

    }

    .mobile-nav-toggler{

        display:flex;

        align-items:center;

        justify-content:center;

        height:91px;

        min-width:50px;

    }

}


/*=========================================================
  SMALL MOBILE
=========================================================*/

@media only screen and (max-width:575px){

    .main-header .header-upper .inner{

        min-height:82px;

        height:82px;

    }

    .main-header .logo-box,
    .main-header .logo{

        height:82px;

    }

    .main-header .logo img{

        height:90px;

        max-height:90px;

        max-width:135px;

    }

    .mobile-nav-toggler{

        height:82px;

    }

}



/*=========================================================
    ARTIST24 - RED + GOLDEN YELLOW THEME
    Add this at the VERY END of style.css
=========================================================*/

/*---------------------------------------------------------
    COLOR VARIABLES
---------------------------------------------------------*/

:root{

    --artist24-red:#D90429;

    --artist24-deep-red:#A8001F;

    --artist24-yellow:#FFC107;

    --artist24-bright-yellow:#FFD54F;

    --artist24-dark:#111111;

    --artist24-light:#FFF9E6;

    --artist24-soft-red:#FFF0F2;

}


/*=========================================================
    GLOBAL ACCENT COLORS
=========================================================*/

.artist24-subtitle{

    color:var(--artist24-red) !important;

}

.artist24-subtitle:after{

    background:var(--artist24-yellow) !important;

}


/*=========================================================
    PRIMARY BUTTONS
=========================================================*/

.artist24-primary-btn{

    background:linear-gradient(
        135deg,
        var(--artist24-red),
        var(--artist24-deep-red)
    ) !important;

    color:#ffffff !important;

    border:none !important;

    box-shadow:
        0 10px 25px rgba(217,4,41,.25);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;

}

.artist24-primary-btn:hover{

    background:linear-gradient(
        135deg,
        var(--artist24-yellow),
        #E6A900
    ) !important;

    color:#111111 !important;

    transform:translateY(-3px);

    box-shadow:
        0 15px 35px rgba(255,193,7,.35);

}


/*=========================================================
    SECTION HEADINGS
=========================================================*/

.sec-title h2{

    position:relative;

}

.sec-title h2:after{

    background:
        linear-gradient(
            90deg,
            var(--artist24-red),
            var(--artist24-yellow)
        ) !important;

}


/*=========================================================
    ARTIST CATEGORY CARDS
=========================================================*/

.artist24-category-card{

    border:1px solid rgba(217,4,41,.08);

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;

}

.artist24-category-card:hover{

    transform:translateY(-8px);

    border-color:rgba(217,4,41,.25);

    box-shadow:
        0 25px 60px rgba(217,4,41,.15);

}


/* Category image accent */

.artist24-category-image{

    position:relative;

}

.artist24-category-image:after{

    content:"";

    position:absolute;

    left:10%;

    right:10%;

    bottom:-5px;

    height:5px;

    border-radius:10px;

    background:
        linear-gradient(
            90deg,
            var(--artist24-red),
            var(--artist24-yellow)
        );

}


/* Category links */

.artist24-category-link span{

    color:var(--artist24-red) !important;

}

.artist24-category-link:hover span{

    color:var(--artist24-deep-red) !important;

}


/*=========================================================
    EVENT CATEGORY TILES
=========================================================*/

.artist24-event-box{

    border:2px solid transparent;

    transition:
        transform .4s ease,
        box-shadow .4s ease,
        border-color .4s ease;

}

.artist24-event-box:hover{

    transform:translateY(-8px);

    border-color:var(--artist24-yellow);

    box-shadow:
        0 25px 55px rgba(217,4,41,.20);

}


/* Event overlay */

.artist24-event-content{

    background:
        linear-gradient(
            180deg,
            transparent 0%,
            rgba(168,0,31,.85) 100%
        ) !important;

}


/*=========================================================
    EVENTS PAGE
=========================================================*/

.artist24-event-layout:nth-child(even){

    background:
        linear-gradient(
            135deg,
            #FFF9E6,
            #FFFFFF
        ) !important;

}

.artist24-event-layout:nth-child(odd){

    background:#ffffff;

}


/* Event page image accent */

.artist24-event-page-image{

    border:4px solid rgba(255,193,7,.25);

    box-shadow:
        0 25px 60px rgba(217,4,41,.12);

}

.artist24-event-page-image img{

    transition:
        transform .5s ease;

}

.artist24-event-page-image:hover img{

    transform:scale(1.04);

}


/*=========================================================
    ARTIST CATEGORY PAGE
=========================================================*/

.artist24-category-box{

    position:relative;

}

.artist24-category-box:nth-child(even){

    background:
        linear-gradient(
            135deg,
            #FFF9E6,
            #FFFFFF
        ) !important;

}

.artist24-category-info{

    border:

        1px solid rgba(217,4,41,.12) !important;

    box-shadow:

        0 25px 60px rgba(217,4,41,.08) !important;

}

.artist24-category-icon{

    background:

        linear-gradient(
            135deg,
            var(--artist24-red),
            var(--artist24-yellow)
        ) !important;

    color:#ffffff !important;

    box-shadow:

        0 10px 30px rgba(217,4,41,.25);

}


/*=========================================================
    ARTIST CATEGORY INTRO
=========================================================*/

.artist24-category-intro{

    background:

        linear-gradient(
            135deg,
            #FFFFFF,
            #FFF9E6
        ) !important;

}

.artist24-category-image:before{

    background:

        linear-gradient(
            135deg,
            var(--artist24-red),
            var(--artist24-yellow)
        ) !important;

}


/*=========================================================
    CATEGORY PAGE CTA
=========================================================*/

.artist24-category-cta .artist24-cta-box{

    background:

        linear-gradient(
            135deg,
            var(--artist24-red),
            var(--artist24-deep-red)
        ) !important;

    box-shadow:

        0 30px 70px rgba(217,4,41,.30);

}

.artist24-category-cta .artist24-primary-btn{

    background:var(--artist24-yellow) !important;

    color:#111111 !important;

}

.artist24-category-cta .artist24-primary-btn:hover{

    background:#ffffff !important;

    color:var(--artist24-red) !important;

}


/*=========================================================
    CONTACT PAGE
=========================================================*/

.artist24-contact-section{

    background:

        linear-gradient(
            135deg,
            #FFFFFF,
            #FFF9E6
        );

}


/* Contact cards */

.artist24-contact-box{

    border:

        1px solid rgba(217,4,41,.10);

    transition:

        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;

}

.artist24-contact-box:hover{

    transform:translateY(-6px);

    border-color:

        rgba(255,193,7,.7);

    box-shadow:

        0 20px 45px rgba(217,4,41,.12);

}

.artist24-contact-box i{

    color:var(--artist24-red) !important;

}


/*=========================================================
    CONTACT FORM
=========================================================*/

.artist24-contact-form input:focus,
.artist24-contact-form select:focus,
.artist24-contact-form textarea:focus{

    border-color:

        var(--artist24-yellow) !important;

    box-shadow:

        0 0 0 3px rgba(255,193,7,.12);

}

.artist24-contact-form button{

    background:

        linear-gradient(
            135deg,
            var(--artist24-red),
            var(--artist24-deep-red)
        ) !important;

}

.artist24-contact-form button:hover{

    background:

        linear-gradient(
            135deg,
            var(--artist24-yellow),
            #E6A900
        ) !important;

    color:#111111 !important;

}


/*=========================================================
    REGISTRATION FORM
=========================================================*/

.artist24-registration-box{

    border:

        1px solid rgba(217,4,41,.10);

    box-shadow:

        0 25px 70px rgba(217,4,41,.08);

}

.artist24-registration-box input:focus,
.artist24-registration-box select:focus,
.artist24-registration-box textarea:focus{

    border-color:

        var(--artist24-yellow) !important;

    box-shadow:

        0 0 0 3px rgba(255,193,7,.12);

}


/*=========================================================
    REGISTRATION BUTTON
=========================================================*/

#artist-registration-submit{

    background:

        linear-gradient(
            135deg,
            var(--artist24-red),
            var(--artist24-deep-red)
        ) !important;

}

#artist-registration-submit:hover{

    background:

        linear-gradient(
            135deg,
            var(--artist24-yellow),
            #E6A900
        ) !important;

    color:#111111 !important;

}


/*=========================================================
    GALLERY
=========================================================*/

.artist24-gallery-item{

    border:

        3px solid transparent;

    transition:

        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;

}

.artist24-gallery-item:hover{

    transform:translateY(-7px);

    border-color:

        var(--artist24-yellow);

    box-shadow:

        0 20px 45px rgba(217,4,41,.18);

}


/*=========================================================
    VIDEO / GALLERY BUTTONS
=========================================================*/

.artist24-gallery-btn{

    background:

        var(--artist24-red) !important;

    color:#ffffff !important;

}

.artist24-gallery-btn:hover{

    background:

        var(--artist24-yellow) !important;

    color:#111111 !important;

}


/*=========================================================
    FINAL CTA SECTIONS
=========================================================*/

.artist24-cta-box{

    background:

        linear-gradient(
            135deg,
            var(--artist24-red),
            var(--artist24-deep-red)
        ) !important;

}

.artist24-cta-box .artist24-primary-btn{

    background:

        var(--artist24-yellow) !important;

    color:#111111 !important;

}

.artist24-cta-box .artist24-primary-btn:hover{

    background:#ffffff !important;

    color:var(--artist24-red) !important;

}


/*=========================================================
    VIDEO HERO
=========================================================*/

.artist24-video-hero-btn{

    background:

        linear-gradient(
            135deg,
            var(--artist24-red),
            var(--artist24-deep-red)
        ) !important;

}

.artist24-video-hero-btn:hover{

    background:

        linear-gradient(
            135deg,
            var(--artist24-yellow),
            #E6A900
        ) !important;

    color:#111111 !important;

}


/*=========================================================
    WHATSAPP - KEEP GREEN
=========================================================*/

.artist24-floating-whatsapp a{

    background:

        linear-gradient(
            135deg,
            #25D366,
            #128C7E
        ) !important;

}


/*=========================================================
    ARTIST CATEGORY FLOATING ICONS
=========================================================*/

.artist24-category-icon{

    border:

        3px solid rgba(255,193,7,.35);

}


/*=========================================================
    NAVIGATION ACTIVE / HOVER
    Header remains BLACK
=========================================================*/

.main-header .main-menu .navigation > li > a:hover{

    color:

        var(--artist24-yellow) !important;

}

.main-header .main-menu .navigation > li.current > a{

    color:

        var(--artist24-yellow) !important;

}


/*=========================================================
    MOBILE MENU
=========================================================*/

@media only screen and (max-width:991px){

    .main-header .main-menu .navigation > li > a:hover{

        color:

            var(--artist24-yellow) !important;

    }

}





/*=========================================================
        ARTIST24 HOME - ARTIST CATEGORIES
        ROUND CATEGORY DESIGN
=========================================================*/

.artist24-home-categories{

    position:relative;

    padding:90px 0;

    background:#ffffff;

    overflow:hidden;

}


/* Subtle background decoration */

.artist24-home-categories:before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    left:-180px;

    top:-150px;

    border-radius:50%;

    background:rgba(255,193,7,.08);

    pointer-events:none;

}

.artist24-home-categories:after{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    right:-160px;

    bottom:-150px;

    border-radius:50%;

    background:rgba(217,4,41,.06);

    pointer-events:none;

}


/*=========================================================
        GRID
=========================================================*/

.artist24-home-category-grid{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:45px 35px;

    max-width:850px;

    margin:0 auto;

}


/*=========================================================
        CATEGORY ITEM
=========================================================*/

.artist24-home-category-item{

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:flex-start;

    text-align:center;

    text-decoration:none !important;

    color:#111111 !important;

    transition:transform .35s ease;

}


/* Hover */

.artist24-home-category-item:hover{

    transform:translateY(-7px);

}


/*=========================================================
        ROUND IMAGE
=========================================================*/

.artist24-home-category-circle{

    position:relative;

    width:125px;

    height:125px;

    padding:5px;

    border-radius:50%;

    background:

        linear-gradient(
            135deg,
            #D90429,
            #FFC107
        );

    box-shadow:

        0 12px 30px rgba(217,4,41,.18);

    animation:

        artist24CategoryFloat 5s ease-in-out infinite;

    transition:

        transform .4s ease,
        box-shadow .4s ease;

}


/* Inner image */

.artist24-home-category-circle img{

    display:block;

    width:100%;

    height:100%;

    border-radius:50%;

    object-fit:cover;

    border:3px solid #ffffff;

}


/* Hover circle */

.artist24-home-category-item:hover
.artist24-home-category-circle{

    transform:scale(1.08);

    box-shadow:

        0 18px 40px rgba(217,4,41,.28),

        0 0 0 6px rgba(255,193,7,.12);

}


/*=========================================================
        TITLE
=========================================================*/

.artist24-home-category-item h3{

    margin:13px 0 0;

    padding:0;

    font-size:18px;

    line-height:24px;

    font-weight:700;

    color:#222222;

    transition:

        color .3s ease,
        transform .3s ease;

}


/* Red + yellow hover */

.artist24-home-category-item:hover h3{

    color:#D90429;

    transform:translateY(-2px);

}


/*=========================================================
        SLOW FLOATING / SHAKING ANIMATION
=========================================================*/

@keyframes artist24CategoryFloat{

    0%{

        transform:translateY(0) rotate(0deg);

    }

    25%{

        transform:translateY(-4px) rotate(-1deg);

    }

    50%{

        transform:translateY(0) rotate(1deg);

    }

    75%{

        transform:translateY(-3px) rotate(-.7deg);

    }

    100%{

        transform:translateY(0) rotate(0deg);

    }

}


/* Different animation timing for visual variety */

.artist24-home-category-item:nth-child(2)
.artist24-home-category-circle{

    animation-delay:.4s;

}

.artist24-home-category-item:nth-child(3)
.artist24-home-category-circle{

    animation-delay:.8s;

}

.artist24-home-category-item:nth-child(4)
.artist24-home-category-circle{

    animation-delay:1.2s;

}

.artist24-home-category-item:nth-child(5)
.artist24-home-category-circle{

    animation-delay:1.6s;

}

.artist24-home-category-item:nth-child(6)
.artist24-home-category-circle{

    animation-delay:2s;

}

.artist24-home-category-item:nth-child(7)
.artist24-home-category-circle{

    animation-delay:2.4s;

}

.artist24-home-category-item:nth-child(8)
.artist24-home-category-circle{

    animation-delay:2.8s;

}

.artist24-home-category-item:nth-child(9)
.artist24-home-category-circle{

    animation-delay:3.2s;

}


/*=========================================================
        TABLET
=========================================================*/

@media only screen and (max-width:991px){

    .artist24-home-categories{

        padding:75px 0;

    }

    .artist24-home-category-grid{

        gap:40px 25px;

        max-width:700px;

    }

    .artist24-home-category-circle{

        width:110px;

        height:110px;

    }

    .artist24-home-category-item h3{

        font-size:16px;

        line-height:22px;

    }

}


/*=========================================================
        MOBILE
        2 ITEMS PER ROW
=========================================================*/

@media only screen and (max-width:767px){

    .artist24-home-categories{

        padding:65px 0;

    }

    .artist24-home-category-grid{

        grid-template-columns:repeat(2,1fr);

        gap:35px 15px;

        max-width:430px;

        padding:0 15px;

    }

    .artist24-home-category-circle{

        width:95px;

        height:95px;

        padding:4px;

    }

    .artist24-home-category-circle img{

        border-width:2px;

    }

    .artist24-home-category-item h3{

        margin-top:10px;

        font-size:14px;

        line-height:19px;

    }

}


/*=========================================================
        SMALL MOBILE
=========================================================*/

@media only screen and (max-width:400px){

    .artist24-home-category-grid{

        gap:30px 10px;

        padding:0 10px;

    }

    .artist24-home-category-circle{

        width:82px;

        height:82px;

    }

    .artist24-home-category-item h3{

        font-size:13px;

        line-height:18px;

    }

}



/*=========================================================
    ARTIST CATEGORIES - 5 PER ROW DESKTOP
    2 PER ROW MOBILE
=========================================================*/

.artist24-home-category-grid{
    grid-template-columns:repeat(5,1fr);
    gap:40px 25px;
    max-width:1100px;
}


/* Tablet */

@media only screen and (max-width:991px){

    .artist24-home-category-grid{
        grid-template-columns:repeat(5,1fr);
        gap:35px 15px;
        max-width:900px;
    }

}


/* Mobile - 2 Categories Per Row */

@media only screen and (max-width:767px){

    .artist24-home-category-grid{
        grid-template-columns:repeat(2,1fr);
        gap:35px 15px;
        max-width:430px;
        padding:0 15px;
    }

}


/* Small Mobile */

@media only screen and (max-width:400px){

    .artist24-home-category-grid{
        grid-template-columns:repeat(2,1fr);
        gap:30px 10px;
        padding:0 10px;
    }

}


/*=========================================================
    EVENT CATEGORIES
    4 CARDS FIRST ROW + 2 CENTERED SECOND ROW
=========================================================*/

@media only screen and (min-width:992px){

    .artist24-event-categories-row{

        display:flex;

        flex-wrap:wrap;

        justify-content:center;

    }

    .artist24-event-categories-row > .col-lg-3{

        flex:0 0 25%;

        max-width:25%;

    }

}



/*=========================================================
    ARTIST24 - NEW ARTIST CARDS
=========================================================*/

.artist24-artists-page{

    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:#fffaf0;

}


/*=========================================================
    PAGE HEADING
=========================================================*/

.artist24-artists-heading{

    max-width:850px;

    margin:0 auto 65px;

    text-align:center;

}

.artist24-artists-heading span{

    display:inline-block;

    margin-bottom:12px;

    color:#D90429;

    font-size:13px;

    font-weight:800;

    letter-spacing:2px;

}

.artist24-artists-heading h1{

    margin:0 0 18px;

    color:#111111;

    font-size:48px;

    line-height:1.15;

    font-weight:800;

}

.artist24-artists-heading p{

    max-width:700px;

    margin:0 auto;

    color:#666666;

    font-size:17px;

    line-height:30px;

}


/*=========================================================
    GRID
=========================================================*/

.artist24-artists-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    align-items:stretch;

}


/*=========================================================
    CARD BASE
=========================================================*/

.artist24-artists-card{

    position:relative;

    min-width:0;

    border-radius:28px;

    padding:2px;

    overflow:hidden;

    transition:

        transform .45s ease,

        box-shadow .45s ease;

}


/* Individual gradients */

.artist24-artists-card-red{

    background:

        linear-gradient(
            145deg,
            #D90429,
            #FF4D6D,
            #FFC107
        );

}

.artist24-artists-card-blue{

    background:

        linear-gradient(
            145deg,
            #2563EB,
            #06B6D4,
            #38BDF8
        );

}

.artist24-artists-card-purple{

    background:

        linear-gradient(
            145deg,
            #6D28D9,
            #A855F7,
            #EC4899
        );

}

.artist24-artists-card-orange{

    background:

        linear-gradient(
            145deg,
            #EA580C,
            #F97316,
            #FACC15
        );

}

.artist24-artists-card-gold{

    background:

        linear-gradient(
            145deg,
            #B7791F,
            #F59E0B,
            #FFE082
        );

}

.artist24-artists-card-pink{

    background:

        linear-gradient(
            145deg,
            #DB2777,
            #EC4899,
            #FB7185
        );

}


/*=========================================================
    CARD INNER
=========================================================*/

.artist24-artists-card-inner{

    position:relative;

    height:100%;

    min-height:470px;

    padding:30px 25px;

    border-radius:26px;

    background:#ffffff;

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;

}


/*=========================================================
    IMAGE
=========================================================*/

.artist24-artists-image{

    position:relative;

    width:135px;

    height:135px;

    padding:5px;

    margin-bottom:20px;

    border-radius:50%;

    background:

        linear-gradient(
            135deg,
            #D90429,
            #FFC107
        );

    box-shadow:

        0 15px 35px rgba(0,0,0,.15);

    animation:

        artist24ArtistImageFloat 5s ease-in-out infinite;

    transition:

        transform .4s ease,

        box-shadow .4s ease;

}

.artist24-artists-card-blue
.artist24-artists-image{

    background:

        linear-gradient(
            135deg,
            #2563EB,
            #06B6D4
        );

}

.artist24-artists-card-purple
.artist24-artists-image{

    background:

        linear-gradient(
            135deg,
            #6D28D9,
            #EC4899
        );

}

.artist24-artists-card-orange
.artist24-artists-image{

    background:

        linear-gradient(
            135deg,
            #EA580C,
            #FACC15
        );

}

.artist24-artists-card-gold
.artist24-artists-image{

    background:

        linear-gradient(
            135deg,
            #B7791F,
            #FFD54F
        );

}

.artist24-artists-card-pink
.artist24-artists-image{

    background:

        linear-gradient(
            135deg,
            #DB2777,
            #FB7185
        );

}

.artist24-artists-image img{

    display:block;

    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:50%;

    border:3px solid #ffffff;

}


/* Image hover */

.artist24-artists-card:hover
.artist24-artists-image{

    transform:scale(1.08) rotate(3deg);

    box-shadow:

        0 20px 45px rgba(0,0,0,.22);

}


/*=========================================================
    TITLE
=========================================================*/

.artist24-artists-card-inner h2{

    margin:0 0 15px;

    color:#171717;

    font-size:25px;

    line-height:32px;

    font-weight:800;

}


/*=========================================================
    DESCRIPTION
=========================================================*/

.artist24-artists-card-inner p{

    margin:0 0 15px;

    color:#555555;

    font-size:15px;

    line-height:25px;

}


/*=========================================================
    BEST FOR
=========================================================*/

.artist24-artists-best{

    margin-top:auto;

    margin-bottom:25px;

    padding:13px 15px;

    width:100%;

    border-radius:15px;

    background:#f8f8f8;

    color:#666666;

    font-size:13px;

    line-height:22px;

}

.artist24-artists-best strong{

    color:#111111;

}


/*=========================================================
    BUTTONS
=========================================================*/

.artist24-artists-buttons{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:10px;

    width:100%;

}


/* Common button */

.artist24-artists-buttons a{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:7px;

    min-height:45px;

    padding:10px 8px;

    border-radius:25px;

    font-size:13px;

    font-weight:700;

    text-decoration:none !important;

    transition:

        transform .3s ease,

        box-shadow .3s ease;

}


/* WhatsApp */

.artist24-artists-whatsapp{

    background:#25D366;

    color:#ffffff !important;

    box-shadow:

        0 8px 20px rgba(37,211,102,.25);

    animation:

        artist24WhatsAppButton 3s ease-in-out infinite;

}

.artist24-artists-whatsapp:hover{

    background:#128C7E;

    color:#ffffff !important;

    transform:translateY(-3px) scale(1.02);

    box-shadow:

        0 12px 28px rgba(37,211,102,.35);

}


/* Inquire */

.artist24-artists-inquire{

    background:#D90429;

    color:#ffffff !important;

    box-shadow:

        0 8px 20px rgba(217,4,41,.22);

    animation:

        artist24InquireButton 3s ease-in-out infinite;

    animation-delay:1s;

}

.artist24-artists-inquire:hover{

    background:#FFC107;

    color:#111111 !important;

    transform:translateY(-3px) scale(1.02);

    box-shadow:

        0 12px 28px rgba(255,193,7,.35);

}


/*=========================================================
    CARD HOVER
=========================================================*/

.artist24-artists-card:hover{

    transform:translateY(-10px);

    box-shadow:

        0 30px 65px rgba(0,0,0,.18);

}


/*=========================================================
    ANIMATIONS
=========================================================*/

@keyframes artist24ArtistImageFloat{

    0%{

        transform:translateY(0) rotate(0deg);

    }

    25%{

        transform:translateY(-5px) rotate(-1deg);

    }

    50%{

        transform:translateY(0) rotate(1deg);

    }

    75%{

        transform:translateY(-3px) rotate(-1deg);

    }

    100%{

        transform:translateY(0) rotate(0deg);

    }

}


@keyframes artist24WhatsAppButton{

    0%,
    100%{

        box-shadow:

            0 8px 20px rgba(37,211,102,.25);

    }

    50%{

        box-shadow:

            0 8px 28px rgba(37,211,102,.50);

    }

}


@keyframes artist24InquireButton{

    0%,
    100%{

        box-shadow:

            0 8px 20px rgba(217,4,41,.22);

    }

    50%{

        box-shadow:

            0 8px 28px rgba(217,4,41,.45);

    }

}


/*=========================================================
    TABLET
=========================================================*/

@media only screen and (max-width:1199px){

    .artist24-artists-grid{

        grid-template-columns:repeat(3,1fr);

    }

}


/*=========================================================
    MOBILE
    ONE CARD PER ROW
=========================================================*/

@media only screen and (max-width:767px){

    .artist24-artists-page{

        padding:65px 0;

    }

    .artist24-artists-heading{

        margin-bottom:40px;

    }

    .artist24-artists-heading h1{

        font-size:34px;

        line-height:44px;

    }

    .artist24-artists-heading p{

        font-size:15px;

        line-height:26px;

    }

    .artist24-artists-grid{

        grid-template-columns:1fr;

        gap:25px;

    }

    .artist24-artists-card-inner{

        min-height:0;

        padding:28px 22px;

    }

    .artist24-artists-image{

        width:120px;

        height:120px;

    }

    .artist24-artists-card-inner h2{

        font-size:23px;

    }

    .artist24-artists-card-inner p{

        font-size:15px;

        line-height:25px;

    }

}


/*=========================================================
    SMALL MOBILE
=========================================================*/

@media only screen and (max-width:400px){

    .artist24-artists-heading h1{

        font-size:30px;

        line-height:39px;

    }

    .artist24-artists-card-inner{

        padding:25px 18px;

    }

    .artist24-artists-image{

        width:110px;

        height:110px;

    }

    .artist24-artists-buttons{

        gap:8px;

    }

    .artist24-artists-buttons a{

        font-size:12px;

        min-height:43px;

    }

}




/*=========================================================
    ARTIST24 ARTIST CARDS
    3 CARDS PER ROW DESKTOP
    1 CARD PER ROW MOBILE
=========================================================*/

.artist24-artists-grid{
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}


/* Desktop card sizing */

.artist24-artists-card-inner{
    min-height:500px;
}


/* Tablet */

@media only screen and (max-width:1199px){

    .artist24-artists-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* Mobile - 1 card per row */

@media only screen and (max-width:767px){

    .artist24-artists-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .artist24-artists-card-inner{
        min-height:0;
    }

}




/*=========================================================
    ARTIST24 - EVENTS PREMIUM CARD DESIGN
=========================================================*/

.artist24-events-page{

    position:relative;

    padding:100px 0;

    overflow:hidden;

    background:#fffaf0;

}


/*=========================================================
    PAGE HEADING
=========================================================*/

.artist24-events-heading{

    max-width:850px;

    margin:0 auto 65px;

    text-align:center;

}

.artist24-events-heading span{

    display:inline-block;

    margin-bottom:12px;

    color:#D90429;

    font-size:13px;

    font-weight:800;

    letter-spacing:2px;

}

.artist24-events-heading h1{

    margin:0 0 18px;

    color:#111111;

    font-size:48px;

    line-height:1.15;

    font-weight:800;

}

.artist24-events-heading p{

    max-width:700px;

    margin:0 auto;

    color:#666666;

    font-size:17px;

    line-height:30px;

}


/*=========================================================
    EVENTS GRID
    3 CARDS PER ROW
=========================================================*/

.artist24-events-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    align-items:stretch;

}


/*=========================================================
    EVENT CARD
=========================================================*/

.artist24-events-card{

    position:relative;

    min-width:0;

    padding:2px;

    border-radius:28px;

    overflow:hidden;

    transition:

        transform .45s ease,

        box-shadow .45s ease;

}


/*=========================================================
    UNIQUE GRADIENTS
=========================================================*/

.artist24-events-card-red{

    background:

        linear-gradient(
            145deg,
            #D90429,
            #FF4D6D,
            #FFC107
        );

}

.artist24-events-card-blue{

    background:

        linear-gradient(
            145deg,
            #2563EB,
            #06B6D4,
            #38BDF8
        );

}

.artist24-events-card-purple{

    background:

        linear-gradient(
            145deg,
            #6D28D9,
            #A855F7,
            #EC4899
        );

}

.artist24-events-card-orange{

    background:

        linear-gradient(
            145deg,
            #EA580C,
            #F97316,
            #FACC15
        );

}

.artist24-events-card-gold{

    background:

        linear-gradient(
            145deg,
            #B7791F,
            #F59E0B,
            #FFE082
        );

}

.artist24-events-card-pink{

    background:

        linear-gradient(
            145deg,
            #DB2777,
            #EC4899,
            #FB7185
        );

}


/*=========================================================
    CARD INNER
=========================================================*/

.artist24-events-card-inner{

    position:relative;

    height:100%;

    min-height:540px;

    padding:25px;

    border-radius:26px;

    background:#ffffff;

    display:flex;

    flex-direction:column;

}


/*=========================================================
    STANDARD RECTANGULAR IMAGE
=========================================================*/

.artist24-events-image{

    position:relative;

    width:100%;

    height:210px;

    margin-bottom:25px;

    overflow:hidden;

    border-radius:20px;

    background:#eeeeee;

}


/* Image */

.artist24-events-image img{

    display:block;

    width:100%;

    height:100%;

    object-fit:cover;

    transition:

        transform .6s ease;

}


/* Image hover */

.artist24-events-card:hover
.artist24-events-image img{

    transform:scale(1.07);

}


/* Gradient image overlay */

.artist24-events-image:after{

    content:"";

    position:absolute;

    inset:0;

    background:

        linear-gradient(
            180deg,
            transparent 55%,
            rgba(0,0,0,.20)
        );

    pointer-events:none;

}


/*=========================================================
    CARD CONTENT
=========================================================*/

.artist24-events-card-content{

    text-align:left;

}

.artist24-events-label{

    display:inline-block;

    margin-bottom:8px;

    color:#D90429;

    font-size:11px;

    font-weight:800;

    letter-spacing:1.5px;

}

.artist24-events-card-content h2{

    margin:0 0 13px;

    color:#171717;

    font-size:25px;

    line-height:32px;

    font-weight:800;

}

.artist24-events-card-content p{

    margin:0;

    color:#555555;

    font-size:15px;

    line-height:25px;

}


/*=========================================================
    BUTTONS
=========================================================*/

.artist24-events-buttons{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:10px;

    width:100%;

    margin-top:auto;

    padding-top:25px;

}


/* Common */

.artist24-events-buttons a{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:7px;

    min-height:46px;

    padding:10px 8px;

    border-radius:25px;

    font-size:13px;

    font-weight:700;

    text-decoration:none !important;

    transition:

        transform .3s ease,

        box-shadow .3s ease;

}


/*=========================================================
    WHATSAPP
=========================================================*/

.artist24-events-whatsapp{

    background:#25D366;

    color:#ffffff !important;

    box-shadow:

        0 8px 20px rgba(37,211,102,.25);

    animation:

        artist24EventsWhatsappPulse 3s ease-in-out infinite;

}

.artist24-events-whatsapp:hover{

    background:#128C7E;

    color:#ffffff !important;

    transform:translateY(-3px);

    box-shadow:

        0 12px 28px rgba(37,211,102,.40);

}


/*=========================================================
    INQUIRE NOW
=========================================================*/

.artist24-events-inquire{

    background:#D90429;

    color:#ffffff !important;

    box-shadow:

        0 8px 20px rgba(217,4,41,.22);

    animation:

        artist24EventsInquirePulse 3s ease-in-out infinite;

    animation-delay:1s;

}

.artist24-events-inquire:hover{

    background:#FFC107;

    color:#111111 !important;

    transform:translateY(-3px);

    box-shadow:

        0 12px 28px rgba(255,193,7,.40);

}


/*=========================================================
    CARD HOVER
=========================================================*/

.artist24-events-card:hover{

    transform:translateY(-9px);

    box-shadow:

        0 30px 65px rgba(0,0,0,.18);

}


/*=========================================================
    BUTTON ANIMATIONS
=========================================================*/

@keyframes artist24EventsWhatsappPulse{

    0%,
    100%{

        box-shadow:

            0 8px 20px rgba(37,211,102,.25);

    }

    50%{

        box-shadow:

            0 8px 28px rgba(37,211,102,.50);

    }

}


@keyframes artist24EventsInquirePulse{

    0%,
    100%{

        box-shadow:

            0 8px 20px rgba(217,4,41,.22);

    }

    50%{

        box-shadow:

            0 8px 28px rgba(217,4,41,.45);

    }

}


/*=========================================================
    TABLET
=========================================================*/

@media only screen and (max-width:1199px){

    .artist24-events-grid{

        grid-template-columns:repeat(2,1fr);

    }

}


/*=========================================================
    MOBILE
    ONE CARD PER ROW
=========================================================*/

@media only screen and (max-width:767px){

    .artist24-events-page{

        padding:65px 0;

    }

    .artist24-events-heading{

        margin-bottom:40px;

    }

    .artist24-events-heading h1{

        font-size:34px;

        line-height:44px;

    }

    .artist24-events-heading p{

        font-size:15px;

        line-height:26px;

    }

    .artist24-events-grid{

        grid-template-columns:1fr;

        gap:25px;

    }

    .artist24-events-card-inner{

        min-height:0;

        padding:22px;

    }

    .artist24-events-image{

        height:200px;

        margin-bottom:22px;

    }

    .artist24-events-card-content h2{

        font-size:23px;

        line-height:31px;

    }

}


/*=========================================================
    SMALL MOBILE
=========================================================*/

@media only screen and (max-width:400px){

    .artist24-events-heading h1{

        font-size:30px;

        line-height:39px;

    }

    .artist24-events-card-inner{

        padding:18px;

    }

    .artist24-events-image{

        height:180px;

        border-radius:16px;

    }

    .artist24-events-card-content h2{

        font-size:21px;

        line-height:29px;

    }

    .artist24-events-card-content p{

        font-size:14px;

        line-height:24px;

    }

    .artist24-events-buttons{

        gap:8px;

    }

    .artist24-events-buttons a{

        font-size:12px;

        min-height:43px;

    }

}



/*=========================================================
    ADDITIONAL ARTIST CARD GRADIENTS
=========================================================*/

.artist24-artists-card-dj{

    background:
        linear-gradient(
            145deg,
            #0F172A,
            #7C3AED,
            #06B6D4
        );

}

.artist24-artists-card-magician{

    background:
        linear-gradient(
            145deg,
            #111827,
            #7C2D12,
            #F59E0B
        );

}

.artist24-artists-card-other{

    background:
        linear-gradient(
            145deg,
            #047857,
            #06B6D4,
            #FACC15
        );

}

