

/*********** 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:#090809;
	text-align: center;
	line-height:1.65em;
	font-weight:400;
	background:#faf2f2;
	-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: #fff;
    background: #ec0b51;
    font-weight: 700;
    padding: 13px 40px;
   
    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: 30px;
    bottom: 123px;
    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;
	display:none;
	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: 650px;
	z-index:5;
}

.banner-one .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding: 200px 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: #ffffff;
	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: 90px;
	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: 650px;
	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: 91px;
    line-height: 86px;
	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: 50px;
	line-height: 1.2em;
	letter-spacing: -1px;
	color: #222222;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.sec-title.style-two h2{
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.sec-title.style-three h2{
	font-size: 47px;
	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: 36px;
	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: #000000;
	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:43px;
	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:35px;
	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: 16px;
	line-height: 1.6em;
	font-weight: 400;
	color: #090809;
	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:80px 0px 30px;
	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: 70px 0px 40px;
	background: #f0f9ff;
}

.testimonial-section.light-style{
	padding: 70px 0px 60px;
	background: #30b960;
	
	background: -webkit-linear-gradient(left,#152ad8,#292694);
	background: -ms-linear-gradient(left,#152ad8,#292694);
	background: -moz-linear-gradient(left,#152ad8,#292694);
}

.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: 24px;
	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: 26px;
}

.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: #040404de;
    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: 53px 0px 35px;
	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:50px;
	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: #000;
	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: #000;
}

.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: 60px 0px 40px;
}

.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);
	min-height: 199px;
}

.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: 70%;
	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;
}

.call-to-two .images .image:nth-child(5){
	left: 90%;
	top: 70%;
	-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;
}
.call-to-two .images .image:nth-child(6){
	left: 10%;
    top: 72%;
	-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;
}
.call-to-two .images .image:nth-child(7){
	left: 15%;
    top: 5%;
	-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;
}
.call-to-two .images .image:nth-child(8){
	left: 50%;
    top: 80%;
	-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;
}
.call-to-two .images .image:nth-child(9){
	left: 60%;
    top: 85%;
	-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;
}
.call-to-two .images .image:nth-child(10){
	left: 28%;
    top: 112%;
	-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: 17px;
	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: 14px;
	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: 37px 0px 20px;
}

.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;
	text-align: left;
}

.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;
	border: 1px solid;
    border-radius: 6px;
    background: #fff;
    padding: 10px;
}

.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;
	background: #fff;
}

.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: 70px 0px 55px;
}

.about-section-four .sec-title-four{
	margin-bottom: 30px;
}

.about-section-four .text-column{
	position: relative;
padding: 0 60px;
}

.about-section-four .text-column .inner{
	position: relative;
	display: block;
	padding-top: 55px;
	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%;
	background: #ffffff;
	border-radius: 50%;
	z-index: 1;
}

.about-section-four .image-column .image:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	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;
	text-align: center;
	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: 120px;
	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:49px;
	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: 70px 0px 60px;
	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 10px;
}

.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:43px;
	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: #000;
}

.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 0px;
}

.contact-section .sec-title{
	margin-bottom: 35px;
}

.contact-section .sec-title h2{
	font-size: 39px;

}

.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;
}


.mobile-application-banner .mobile-application-right {
    position: absolute;
    top: 50px;
    right: 0;
}
.animated-img {
    position: relative;
    top: -50px;
    left: 0;
    z-index: 1;
    -webkit-animation: animated-img 4s infinite;
    animation: animated-img 4s infinite;
}
.bounce-2 {
        animation-name: bounce-2;
        animation-timing-function: ease;
    }.bounce-2 {
       align-self: flex-end;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        margin: 50px auto 0 auto;
        transform-origin: bottom;

    }
    @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-20px); }
        100% { transform: translateY(0); }
    
	}
	
	.ios p
	{
		font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
	}
	.myapplication a
	{
	font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right,rgba(215,26,58,1) 0,rgba(247,83,54,1) 100%);
    border-radius: 5px;
    padding: 10px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    width: 200px;
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 5px;
}

.myapplication a.white-bg {
    background: #fff;
    color: #000;
    transition: all .3s;
}

.mycontainer .inner-container
 {
    position: relative;
    padding: 197px 0px 0px;

}
.application-service
{
	background:#fff;
}

.heading-red-design, .main-heading.red-heading hr {
    background: url(../images/main-heading-red-after.png) center/cover no-repeat;
    height: 31px;
    width: 314px;
    margin: 0 auto 10px;
    border: none;
}
.heading-quote-design {
    text-align: center;
    position: relative;
}
.heading-quote-design {
    font-size: 20px;
    line-height: 35px;
    color: #000;
    padding: 20px 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    font-family: roboto,sans-serif;
}
.main-heading h6:after, h6.heading-quote-design:after {
    left: 0;
    right: 0;
    top: -15px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    z-index: 99999;
}

.mobile-application-overview {
    background: url(../images/bg-k.jpg) center/cover no-repeat fixed;
    padding: 54px 0 50px;
}
.mobile-application-overview h2 span {
    font-weight: 700;
    display: block;
	color: #fff;
    font-size: 28px;
    line-height:31px;
}
.mobile-application-overview p {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    margin: 0;
    padding-top: 15px;
}


.sec05 {
    padding: 50px 0;
	background: #fff;
	text-align: center;
}

.heddingh2 h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #000;
    padding: 0;
    margin: 0 0 20px;
}
.heddingh2 p {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.sec05 .col-sm-4 {
    padding: 15px 48px;
    height: 300px;
}
.sec05 h3 {
    font-family: Raleway,sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0;
}
.heddingh2 p {
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.next-errow:after {
    content: url(../images/next.png);
    display: block;
    right: -60px;
    position: absolute;
    top: 75px;
}
.sec05 .col-sm-4 {
    padding: 15px 48px;
    height: 300px;
}

.company-logo a, .devlopment-bottom-box {
    background: #fff;
    display: block;
    clear: both;
    padding-bottom: 50px;
}
.devlopment-bottom-box h2 {
    color: #000;
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    margin: 50px 0 30px;
}

.portfolio-wrapper {
   overflow: hidden;
    position: relative!important;
    background: #f6f5f505;
    cursor: pointer;
    padding-top: 23px;
}

.portfolio img {
    max-width: 100%;
    position: relative;
    top: 0;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
}
.portfolio .portfolio-wrapper>img {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}

#portfoliolist .portfolio {
    width: 48%;
}
.devlopment-bottom-box.porto.grid.full #portfoliolist .portfolio {
    display: block;
}
.iconcontainer {
    position: absolute;
    top: 35px;
    width: 100%;
}
.portfolio:hover .iconcontainer>a {
    right: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    background-color: #000;
}
.iconcontainer>a {
    border-radius: 24px 0 0 24px;
    float: right;
    padding: 7px 16px;
    position: relative;
    right: -74px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
}
.iconcontainer>a, .iconcontainer>span {
    background-color: #fff;
    display: block;
    width: auto;
}
.portfolio:hover .portfolio-wrapper>img {
    top: 0;
    transform: scale(1.08);
    opacity: 1;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}
.iconcontainer>span {
    float: left;
    padding: 7px 12px;
    border-radius: 0 25px 25px 0;
}
.category>span.app_i_ios {
    background-position: 48px 187px;
}
.category>span {
    background-image: url(../imgaes/portfolio_cat.png);
    height: 32px;
    width: 46px;
}

.category>span {
    background-image: url(../images/porportfolio_cat.png);
    height: 32px;
    width: 46px;
    color: black;
}
.application-service h2
{
font-size: 40px;
}

.myportfolio
{
	padding: 81px 0px 50px;
}

.myportfolio .faded-text
{
    top: 17px;
}

.wordpress h1{
	font-size: 45px;
}
.wordpress-service h2
{
	font-size: 38px;
}

.features-section-two .feature-block {
  
    margin-top: 20px;
}

.web-price-bx {
    padding: 80px 0 100px;
    background-color: #f6f9fc;
}
.web-price-bx .web-port-img-sldr-head {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.web-price-bx .how-we-work-step .slide-bottom {
    -webkit-animation: slide-bottom 15s linear infinite alternate-reverse both;
    animation: slide-bottom 15s linear infinite alternate-reverse both;
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
 .how-we-work-step .how-we-work-step-wrap {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.web-price-bx .how-we-work-step {
    padding: 0 3.75rem;
    margin: 40px 0 0 0;
    width: 100%;
    display: inline-block;
    position: relative;
}

 .web-price-bx .how-we-work-step .border-line {
    position: absolute;
    width: 100%;
    left: 0;
    top: 25px;
}
.web-price-bx .how-we-work-step .border-line img {
    position: absolute;
    width: 100%;
    left: 0;
}
.web-price-bx .how-we-work-step .how-we-work-step-wrap img {
    width: 100%;
    margin-bottom: 0.9375rem;
}
.how-we-work-step .how-we-work-step-wrap h6 {
    font-size: 1rem;
    font-family: "proxima_novasemibold";
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.87);
}
.web-price-bx .how-we-work-step .slide-top {
    -webkit-animation: slide-top 15s linear infinite alternate-reverse both;
    animation: slide-top 15s linear infinite alternate-reverse both;
}
@keyframes slide-top {
 0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
 .web-price-bx .how-we-work-step .how-we-work-step-wrap {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.hybrid
{
	padding-bottom: 81px;
}
.diffrence h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding-top: 0;
    padding-bottom: 15px;
    text-align: center;
}
.diffrence {
    padding: 70px 0;
    background: #f9f9f9;
    min-height: 300px;
}
.diffrence hr {
    background: url(../images/main-heading-red-after.png) center/cover no-repeat;
    height: 31px;
    width: 314px;
    margin: 0 auto 10px;
    border: none;
}
.diffrence p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 50px;
    padding: 0;
}
.difference-box {
    border: 1px solid #e6e6e6;
    padding: 40px 20px;
    background: #fff;
   height: 376px;
    margin-bottom: 30px;
}.difference-box .hover-img {
    display:none;
}
.difference-box:hover {
    border: 1px solid #ff6000;
    
    background: #ff6000;
   
    margin-bottom: 30px;
}.difference-box:hover h4 {
    color:#fff;
}

.difference-box:hover  p{
    color:#fff;
}


.difference-box:hover .img {
    display: none;
}
.difference-box img {
    text-align: center;
    display: block;
    margin: 0 auto 15px;
}
.difference-box h4 {
   
    font-size: 18px;
    
    font-weight: 700;
    padding: 0;
}

.difference-box h4, .difference-box p, .diffrence p {
    color: #000;
    text-align: center;
}
.difference-box p {
    font-family: roboto,sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 20px 0 0;
    padding: 0;
}
.difference-box:hover .hover-img {
    display: block!important;
}
.difference-box p, .diffrence p {
    color: #000;
    text-align: center;
}
.mycall h2
{
    font-size: 39px;
    line-height: 1.2em;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.mycall p
{
    
    font-size: 25px;
    line-height: 1.65em;
    font-weight: 400;
    margin: 0 0 15px;
    padding-top: 20px;

}

.seo_section .content
{
  
   
    display: block;
    padding-left: 0px !important;
  
    
}
.prestashop-service h2 {
    font-size: 40px;
}
.prestashop .content
{
  
   
    display: block;
    padding-left: 0px !important;
  
    
}
.presta-overview p
{
    text-align:left;
}
.presta-overview span
{
    text-align:center;
    padding:10px 10px;
}
.seo_section .inner-box {
    position: relative;
    display: block;
    padding: 30px 40px;
    background: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(164,212,227,0.40);
    min-height: 337px;
}
.why_presta
{
   padding: 40px 0px 60px;
}
.php .inner-box {
    position: relative;
    display: block;
    padding: 30px 40px;
    background: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(164,212,227,0.40);
    min-height: 208px;
}
.open-cart .inner-box {
    position: relative;
    display: block;
    padding: 30px 40px;
    background: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(164,212,227,0.40);
    min-height:125px;
}
.opencart h2
{
        font-size: 44px;
}
.opencart-heading p
{
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}



    .open-cart .feature-block-two h4 {
    font-size: 23px;
    color: #000e22;
    text-transform: capitalize;
    margin-bottom: 21px;
    margin-top: 23px;
}
.open-cart .feature-block-two .content {
    position: relative;
    display: block;
    padding-left: 46px;
    min-height: 34px;
}

.mytab .tabs {
  display: flex;
  flex-wrap: wrap;
}
 
.mytab .tabs label {
 order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background: #0b0c0d;
    color: #fff;
    font-weight: bold;
	font-size: 16px;
    font-weight: 800;
    transition: background ease 0.2s;
}
 
.mytab .tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  border: 6px solid #ba0913;
}
 
.mytab .tabs input[type="radio"] {
  display: none;
}
 
.mytab .tabs input[type="radio"]:checked + label {
  background: #bb0a13;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}
 
.mytab .tabs input[type="radio"]:checked + label + .tab {
  display: block;
  padding: 23px 26px;
}

.draw {
  position:relative;
  padding: 8px;
  outline:none;
  border: none;
  box-shadow: none;	
  background-image: linear-gradient(#191616, #170e0e), linear-gradient(#110a0a, #130e0e), linear-gradient(#0d0a0a, #110809), linear-gradient(#0d0808, #1d1617);
  
  background-position: 0 0, 0 0, 0 100%, 0 100%;
  background-size: 3px 0%, 0% 3px, 0% 3px, 3px 0%;
  background-color:transparent;
  background-repeat:no-repeat;
  transition:0.2s linear;
  margin-top:32px;
}
.draw::before {
  content:"";
  position:absolute;
  z-index:0;
  top:0;
  right:0;
  left:0;
  bottom:0;
  border:2px solid #7a0f157a;
}

.draw {
  background-position: 0 100%, 0 0, 0 100%, 100% 0;
  background-size: 3px 0%, 100% 3px, 0% 3px,3px 0%;
  animation: animate 3s linear infinite 0.2s;
}
	
.price-title a
{
	transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.draw .price-title:hover a{
  opacity: 1;
}
@keyframes animate {
  0% {
  background-position: 0 100%, 0 0, 0 100%, 100% 0;
  background-size: 3px 0%, 100% 3px, 0% 3px,3px 0%;
  }
  40% {
  background-position: 0 100%, 100% 0, 100% 100%, 100% 0;
  background-size: 3px 0%, 100% 3px, 0% 3px,3px 100%;
  }
  60% {
  background-position: 0 100%, 100% 0, 100% 100%, 100% 100%;
  background-size: 3px 0%, 0% 3px, 100% 3px,3px 100%
  }
  70% {
  background-position: 0 100%, 100% 0, 0% 100%, 100% 100%;
  background-size: 3px 100%, 0% 3px, 100% 3px,3px 0%;
  }
  80% {
  background-position: 0% 0%, 0% 0, 0% 100%, 100% 100%;
  background-size: 3px 100%, 0% 3px, 0% 3px,3px 0%;
  }
  100% {
  background-position: 0% 0%, 0 0, 0 100%, 100% 100%;
  background-size: 3px 0%, 100% 3px, 0% 3px,3px 0%  
  }
}
.fadeIn-top{
  top: 20%;
}
.content {
  position: relative;
  margin: auto;
  overflow: hidden;
  margin-top: 20px;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}
.mytab{
	padding: 80px 0 80px;
}
.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}



.content-details a{
	background: #cc6868;
    padding: 11px 25px;
    color: #fff;
    font-size: 18px;
}

 
@media (max-width: 45em) {
 .mytab  .tabs .tab,
  .tabs label {
    order: initial;
  }
 
  .mytab.tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}



@media only screen and (max-width: 767px) 
{
	.mytab .tabs .tab {
    
    order: 2 !important;
}
.mytab .tabs label {
    order: 1;
    
}
.mytab .tabs label {
    
    font-size: 12px;
	    padding: 1rem 9px;
   
}
.mytab .tabs input[type="radio"]:checked + label {
     font-size: 10px;
}
.mytab
{
    padding: 40px 0px 40px !important;
}
}

.cs-cart .inner-box {
    position: relative;
    display: block;
    padding: 30px 40px;
    background: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(164,212,227,0.40);
    min-height: 366px;
    
}
.cs-cart .content {
    position: relative;
    display: block;
    padding-left: 0px;
    min-height: 50px;
}
.cscart 
{
   padding: 0 0 50px;
    
}

.ecommerce-call-action-sec h2 {
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 60px;
}
.ecommerce-call-action-sec .btn-red-bg {
    background-color: #ff6000;
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 13px 30px;
    line-height: 1.4;
    border-radius: 30px;
    border: 2px solid transparent;
    transition: ease .5s all 0s;
    max-width: 290px;
    text-align: center;
}
.text-center
{
    text-align:center;
}
.ecommerce-call-action-sec
{
    background: url(../images/mobile-application-overview-bg.jpg) center/cover no-repeat fixed;
    
}

.ecomerce-service h2
{
    font-size: 28px;
    text-align:left;
}

    .ecomerce-service p {
    font-size: 17px;
    line-height: 1.65em;
    font-weight: 400;
    margin: 0 0 15px;
    text-align: left;

}
.ecomerce-service .heading-quote-design {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding: 20px 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    
    text-align: left;
}
.testing
{
    padding:0px !important;
}
.testing p
{
    font-size:14px;
}
.testing h6
{
    color: #000000;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    text-transform: none;
    margin-top: 30px;
    margin-bottom: 15px;
}
.testing .how-we-work-step-wrap
{
    text-align: center;
    padding: 5px !important;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.testing .how-we-work-step-wrap img {
    width: 50% !important;
    margin-bottom:0 !important ; 
}
.ecommerce_titleh2
{
    font-size: 27px;
}


.social_marketing
{
	background:#fff;
}.social_marketing h2{
	position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.15em;
    letter-spacing: -1px;
    color: #000e22;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
    text-align: left;
}

.social_marketing1 h2{
	position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.15em;
    letter-spacing: -1px;
    color: #000e22;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
    text-align: left;
}
.social_marketing1 p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    color: #000;
    padding: 16px 0px 0px;
    text-align: left;
}

.social_marketing p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    color: #000;
    padding: 16px 0px 0px;
    text-align: left;
}
.social_marketing
{
	background:#fff;
	    padding: 43px 0 33px;
}
.social_marketing1
{
	background: #e0f7ff;
	    padding: 43px 0 33px;
}
.socialmarketing
{
	padding: 0px 0px 0px;
}


.social_marketing1 .image-box{
padding-top: 14%;	
}
.social_marketing .image-box{
padding-top: 14%;	
}


.facebook .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);
    min-height: 289px;
}

.facebook .feature-block-two .content {
    position: relative;
    display: block;
    padding-left: 0px;
    min-height: 50px;
}
.facebook_marketing
{
    padding-top:7%;
}

.phone_link  a {
        text-transform: lowercase;
    padding: 11px 22px;
  
    font-size: 17px;
    background: #000e8f;
    color: #fff;
    border-radius: 15px;
   
    
}
.logossp
{
    background: #091519 !important;
    padding: 60px 0 60px;
}
.logos
{
    background: #f5f5f5 !important;
    padding: 60px 0 60px;
}


.mytext h1{
    border-right: 1px dashed #c01d00;
}
.team .banner-inner
{
	padding-bottom: 71px;
}
.team h5 {
    font-size: 19px;
    line-height: 22px;
    color: #fff !important;
}
.team_about
{
	padding: 80px 0px 0;
	background:#fff;
	text-align:left;
}
.team_about h3{
	font-size: 26px;
}
.team_about p{
	   font-weight: 800;
    font-size: 18px;
    color: #000;
}
.team_about .wpb_wrapper
{
	
    padding-left: 15px;
}



	.company_website ul li {
    color: #fff;
    font-family: 'Roboto Condensed';
    font-weight: 800 !important;
    padding-top: 0px;
	text-align:left;
	list-style-type: disc;
    display: list-item;
	}

.company_website h3 {
    font-size: 24px;
    text-align: left;
    font-weight: 800;
	color: #fff;
	text-align: center;

}.company_website h2 span {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    line-height: 57px;
}

.mylist h3 {
    text-align: center;
    background: #c01d00;
    color: #fff !important;
        margin-bottom: 23px ;
font-size: 24px;
    padding: 15px 0px;
}.mylist p {
    text-align: center;
    background: #c01d00;
    color: #fff !important;
        margin-bottom: 23px ;
font-size: 24px;
    padding: 15px 0px;
}

.mylist {
    border: 1px solid #c01d00;
    padding: 0px !important;
	background: #fff;
}
.mylist ul li {
    list-style: none;
    font-size: 20px;
    padding: 0px 20px 18px;
    text-align: left;
	color:#000;
	font-weight:700;
	font-size: 19px;
}
.project{
	padding:40px 0 40px;
    background-color: #000000 !important;
}
.project h2{
	font-size: 35px;
	color:#fff;
	font-weight:600;
}
.project h3{
	font-size: 30px;
	color:#fff;
	font-weight:600;
}



.myanimation img {
  transition: 5s;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  -ms-transition: 5s;
  -o-transition: 5s;
  width: 30%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.myanimation:hover img {
  transition: 5s;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  -ms-transition: 5s;
  -o-transition: 5s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.myanimation p
{
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    padding: 5px;
}
.myanimation:hover
{
    background-color: #f89c24;
    box-shadow: 7px 9px 7px -3px #d6d6d6;
}
.information img
{
    padding-top: 75px;
}
.myanimation 
{
 border: 1px solid #dedede;
 background:#fff;
/*box-shadow: 0px 4px 12px rgba(0,0,0,.16);*/
margin-top:20px;
padding: 32px 13px;
}
.myanimation h3
{
    font-size: 14px;
    font-weight: bold;
    color: #c7341c;
    padding-bottom:20px;
}
.discuss-sec-cont {
    background: #fff;
    border-radius: 10px;
    padding: 61px 25px 20px;
	text-align: left;
}
.discuss-sec-cont input {
    text-align: left;
    font-size: 14px;
    color: #252525;
    padding: 5px 5px 5px 30px;
    border-bottom: 1px #999;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-style: solid;
    width: 100%;
    margin-bottom: 8px;
    height: 45px;
}
.discuss-sec-cont input {
    text-align: left;
    font-size: 14px;
    color: #252525;
    padding: 5px 5px 5px 30px;
    border-bottom: 1px #999;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-style: solid;
    width: 100%;
    margin-bottom: 8px;
    height: 45px;
}
.drop-line .drop-img {
    float: left;
    width: 46px;
    height: auto;
    margin: 5px 10px 0 15px;
}

.discuss-sec-cont .submit-icon {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 4px 40px;
    background: #ff6000;
    border: 2px solid #ff6000;
    border-radius: 0px;
    z-index: 1;
	    text-align: center;

    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.contact_information
{
	padding-top:80px;
}

.logos .link-box
{padding-bottom: 26px;}

.business
{
    padding:60px 0 60px;
}



.contact_information
{
	padding-top:80px;
}

/*address css*/
.iconbox { 
  padding: 20px;
  border: 1px solid #555;
  display: inline-flex;
  margin-bottom: 20px;
  width:100%;
  background: #fff;
}
.iconbox p {
  margin-bottom: 0;
  color:#000;
}

.icon-wrap { 
  background: #fff;
    padding: 7px;
    margin-right: 15px;
    height: 65px;
    text-align: center;
    width: 65px;
    border-radius: 100%;
}
.icon-wrap i {
  font-size: 2.5rem; 
      color: #0097d0;
    margin-top: 15%;
}
.text-wrap h5
{
    font-size: 16px;
    font-weight: 500;
    color:#100751;
}

@media (max-width:767px)
{
.iconbox
{
    width:85%;
}
}

.mymap
{
    padding:40px 0 40px;
}

.social_marketing_heading a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to right,rgba(215,26,58,1) 0,rgba(247,83,54,1) 100%);
    border-radius: 5px;
    padding: 10px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    width: 328px;
    margin-top: 20px;
}


.services-section1
{
	background:#fff;
}
.mycontent h2{
	text-align:center;
	font-size:18px;
	font-weight:500;
	line-height:41px;
	
	
}

.service_draw .content{
	margin-top: 6px;
}
.service_draw{
	padding: 1px 5px;
}

.service-block-two .features li {
   
    color: #fff;
}
.logos h2
{
        font-size: 39px;
    line-height: 53px;
}

.popup .button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.popup .button:hover {
  background: #06D85F;
}

.overlay1 {
  position: fixed;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 27;
}
.overlay1:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popcontent p{
	FONT-SIZE: 31PX;
    PADDING: 28PX;
    TEXT-ALIGN: CENTER;
    FONT-WEIGHT: 600;
    COLOR: #000;
}

@media screen and (max-width: 678px){
  
  .popup{
    width: 89%;
    padding: 10px;
	
  }
  .popcontent p {
    FONT-SIZE: 27PX;
    PADDING: 23PX;
    
}
  .home-banner-section .container-fluid > h2 {
   top: 55% !important;
   font-size: 26px !important;
    line-height: 34px !important;
}
}
.testimonial-section .info a 
{
    color:#fff;
}


.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);
    /*min-height: 238px;*/
}
.instragram ..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);
    min-height: 238px;
}
.inst_section .sec-title h2 {
    position: relative;
    display: block;
    font-size: 46px;
    line-height: 1.2em;
    letter-spacing: -1px;
    color: #222222;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.facebook_marketing p
{
    font-size: 21px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0;
    
}
.youtube_method .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);
    min-height: 151px;
}
.mywordpress .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);
   /* min-height: 269px;*/
}


.why_presta .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);
    min-height: 179px;
}

.webhoom_section .inner-box {
    position: relative;
    display: block;
    padding: 15px 3px;
     background:none;
    box-shadow: none; 
    min-height:100px;
}
.webhoom_section .feature-block-two .inner-box:before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
  
}
.webhoom_section h5{
	color: #1a1b1e;
    margin-bottom: 17px;
    font-weight: bold;
	text-align:left;
	font-size: 21px;

}
.webhoom_section .text{
	text-align:left;

}.webhoom_section .feature-block-two {
    position: relative;
    margin-bottom: 0px;
}.webhoom_section .feature-block-two .inner-box {
   
    
}
.full_stack
{
	margin-top: 28px;
}.full_stack h2
{
	font-size: 42px;
    line-height: 55px;
}.full_stack .lower-text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    color: #111212;
    padding: 20px 0px 0px;
}
{
	font-size: 42px;
    line-height: 55px;
}
.about_team a
{
    color:#000;
}


.business
{
    padding:80px 0 80px;
}

.mylist2{
    min-height:444px;
}

.mylist3{
   min-height:484px; 
    
}
.mylist4{
    min-height:470px; 
}

.mylist5{
        min-height: 530px;
}

.banner-section video
{
    background: brown;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height:100%;
     top: 0;
    left: 0;
}

.banner-section::after
{
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.banner-section::before
{
background: rgba(0, 0, 0, 0) url(https://webminesllc.com/assets/img/waves-shape.svg) no-repeat scroll center bottom / cover;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
    z-index: 1;
}
.banner-section::after
{
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}




/* CSS Multiple Whatsapp Chat */
#whatsapp-chat {
  box-sizing: border-box !important;

  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  left: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}
.header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
.header-chat h3 {
  margin: 0 0 10px;
}
.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.info-avatar {
  position: relative;
}
.info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
a.informasi:hover {
  background: #f1f1f1;
}
.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {a.blantershow-chat
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 0px;
    outline: none;
    resize: none;
    padding: 3px 2px 31px;
    font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background:#eee;
  border-radius: 10px;
  
  svg {
    fill:#a6a6a6;
    height: 24px;
    width: 24px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  
  display: flex;
    width: 100%;
    background: #fff;
    padding: 15px 7px 3px;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;

}

@keyframes ZpjSY{
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}


@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
}
  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    // background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: 7px;
    max-width: calc(100% - 66px);
    &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: 
    rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}
.youtube_section2
{
	padding: 50px 0 50px;
    background: #fff;
}

.youtube_section2 h3
{
	    font-size: 41px;
    font-weight: 900;
    line-height: 45px;
    padding-bottom: 13px;
}
.youtube_section2 li
{
	 text-align: left;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 1.3em;
}

.youtube_section2 i
{
	background: #e63539;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    padding: 4px;
    line-height: 11px;
    margin-right: 10px;
}
.youtube_section2 li:hover i
{
	background: #000;
    
}
.youtube_section2 .col-md-5
{
	padding: 15px;
}
.price-box
{
	background: #efeaea;
    padding: 0px 0 40px;
    /* border-radius: 20px; */
    box-shadow: 0px 2px 20px 0px rgb(12 12 11 / 10%);
}


.price-gray
{
	background: #d9d9d9;
    padding: 8px;
}
.price-orange
{
	background: #e63539;
    padding: 8px;
}
.price-orange h2
{
	color: #fff !important;
}
.price-gray h2
{
	    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 13px;
    padding-top: 21px;
}
.price-box h4
{
	    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    padding-top: 21px;
}
.price-box .price-cost
{
color: #e63539;
    font-weight: 800;
    font-size: 41px;
    padding-right: 10px;
}
.price-box span
{
	   color: #000;
    font-size: 25px;
    line-height: 22px;
    font-weight: 600;
}

	.price-box p
	{
		 color: #000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
	}
	.price-box a
	{
		    background: #e63539;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #000;
}

.price-box:hover a
	{
		    background: #000;
   
}

.youtube-section3 .lower-text
{
	color: #000;
    font-size: 19px;
    line-height: 33px;
    font-weight: 400;
    text-align: left;
}
.youtube-section3 img
{
	width: 72%;
}
.youtube-strategy 
{
	padding:40px 0 40px;
}
.youtube-strategy .sec-title  h2
{
	        font-size: 36px;
    line-height: 30px;
    padding-bottom: 20px;

}
.youtube-strategy .sec-title p
{
	font-weight: 400;
    font-size: 19px;
    line-height: 32px;
}
	
	
	.youtube-strategy .inner-box h4 {
    font-size: 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
}
.youtube-strategy .inner-box
{
	    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding: 11px 3px
}

.youtube_icon_main
{
	   background: #fff;
    box-shadow: 2px 2px 12px 2px #d0b8b8cc;
    margin: 0px 10px 31px;
    height: 180px;
    border-radius: 11px;
}
.webhoom_section .youtube-icon
{
	   
		 background: #bf2e2e;
    padding: 60px 20px;
}
	.webhoom_section .youtube-icon img
	{
		   
	}
	
	.get-a-quote
	{
		background:#000;
		padding:20px 0 15px;
		
	}
	.get-a-quote h5
	{
	
		font-size: 27px;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
	font-family: Rockwell-b,Rockwell-b;
    
	}
	.get-a-quote p{
		
	color: #ffffff;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
	}
	
	.quote_link a
	{
		background: #ec0b51;
    padding: 13px 30px;
    color: #fff;
    border-radius: 9px;
    border: 1px solid #fff;
	}
	.quote_link
	{
		    margin-top: 15px;
	}
	
	.linkedin
	{
		text-align:left;
	}
	.linkedin p
	{
		text-align:left;
	}
	.linkdin-list li
	{
		text-align: left;
    width: 50%;
    float: left;
	}
	
	.linkedin_section1
	{
		padding:50px 0 50px;
		background: #fff;
	}
	.linkedin_section1 h2
	{
		font-size: 27px;
    text-align: left;
    font-weight: 800;
    line-height: 43px;
    text-transform: uppercase;
	}
	.linkedin_section1 p
	{
		color: #000;
    font-size: 19px;
    line-height: 33px;
    font-weight: 400;
    text-align: left;
}
	
	.linkedinheading h2
	{
		
    font-size: 44px;
    font-weight: 800;
	}
	.linkedinheading p
	{
		font-size: 20px;
    margin: 10px 20px 0;
    line-height: 38px;
	}
	
	.price-2 h2
	{
	    font-size: 26px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    padding-top: 19px;
	}
	.myprice
	{
	    
	    padding: 20px;
	}
	.myprice p
	{
	    color: #000;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px dotted #5c5656;
	}
	.myprice span
	{
	        color: #e63539;
    font-size: 21px;
    line-height: 22px;
    font-weight: 600;
    text-align: right;
    float: right;
	}
	.package-1
	{
	    border-top: 1px solid #e3e4e5;
    margin: 0px 0px 0px 0px;
    background: #eceded;
    padding: 10px 20px;
    box-shadow: 0px 2px 20px 0px rgb(12 12 11 / 10%);
	}
		.package-1 p
	{
	    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
	}
	.package h4
	{
	    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    color: #e63539;
    padding-top: 21px;
    padding-bottom: 10px;
    /* text-align: left; */
   
	}
	.package span
	{
	    color: #000;
    font-size: 25px;
    line-height: 22px;
   
    font-weight: 600;
	}
	.package hr
	{
	  	border-bottom: 1px dashed #908080;  
	}
	.package p
	{
	    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
	}
	


img.mobile-application-right.animated-img.bounce-2 {
    width:100% !important;
    /*height: auto;*/
}


section.we-offer-area.text-center.bg-gray {
    padding-top: 50px;
    background-color:#E8F9FF;
}	
.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #00a01d none repeat scroll 0 0;
  border-color: #00a01d;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #0e9ad7;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 50px 20px 50px;
}

.we-offer-area.text-center .item i {
  background: #0e9ad7 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #0e9ad7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #00a01d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #0e9ad7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #0e9ad7 !important;
}

.we-offer-area.text-left .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
	
	
	
