/* ---------------------------------------

[Master Stylesheet]

Project:    Nidus - HTML Template
Version:    1
Last Change:    22/01/2019
Primary Use:    Software

------------------------------------------

[Table of contents]

1. Fonts
2. Resources / Css Files
3. Reset
4. Global Settings
5. Buttons Style
6. Social Icons
7. Scroll To Top style
8. Section Title
9. Main Header
10. Main Slider Section
11. About Section
12. Project Section
13. Services Section
14. Team Section
15. Video Section
16. Skill Section
17. Testimonial Section
18. Clients Section
19. Faq's Section
20. Message Section
21. Main Footer
22. Main Slider Two
23. About Section Two
24. Services Section Two
25. Counter Section
26. Business Section
27. Pricing Section
28. Testimonial Section
29. Subscribe Section
30. Message Section Two
31. Clients Section Two
32. Main Footer Two
33. Banner Section
34. About Section Three
35. Featured Section
36. About Section Three
37. Counter Section
38. Account Section
39. Testimonial Section Three
40. Partner Section
41. Main Footer Three
42. Main Slider Three
43. Counter Section Three
44. Featured Section Two
45. Services Section Three
46. Testimonial Section Four
47. Process Section
48. News Section
49. Contact info Section
50. Banner Section Two
51. About Section Four
52. Project Section Two
53. Talk Section
54. Career Section
55. Testimonial Section Five
56. Testimonial Section Five
57. Hiring Section
58. Page Title Section
59. Journey Section
60. History Section
61. Counter Section Four
62. Services Section Four
63. Agency Section
64. Call To Action Section
65. World Section
66. Portfolio Section
67. Portfolio Single Section
68. Faq Page Section
69. Contact Page Section

-------------------------------------------*/

/*** 

====================================================================
	1. Fonts
====================================================================

 ***/
 
@import url('https://fonts.googleapis.com/css?family=Anton|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*font-family: 'Poppins', sans-serif;
font-family: 'Anton', sans-serif;
font-family: 'Montserrat', sans-serif;*/

/*** 

====================================================================
	2. Resources / Css Files
====================================================================

 ***/
 
@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

====================================================================
	3. Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	4. Global Settings
====================================================================

 ***/

body {
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#1f8ceb;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif;
}

/* Typography */

h1{
	font-size:82px;
}

h2{
	font-size:56px;
}

h3{
	font-size:42px;
}

h4{
	font-size:38px;
}

h5{
	font-size:24px;
}

h6{
	font-size:18px;
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*** 

====================================================================
	5. Buttons Style
====================================================================

 ***/

/*Btn Style One*/

.btn-style-one{
	position:relative;
	line-height:24px;
	color:#00f335;
	font-size:18px;
	font-weight:600;
	padding:15px 45px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
	background:none;
	letter-spacing:2px;
	border:2px solid #00f335;
}

.btn-style-one:hover{
	background:#ffffff;
	color:#00d6a9;
	border-color:#ffffff;
}

/* Btn Style Two */

.btn-style-two{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	padding:20px 40px 20px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
	background:#00bff3;
	letter-spacing:2px;
	border:2px solid #00bff3;
}

.btn-style-two .btn-inner{
	position: absolute;
	left:10px;
	top:10px;
	right:-15px;
	bottom:-15px;
}

.btn-style-two .btn-inner:before{
	position:absolute;
	content:'';
	left:10px;
	top:10px;
	right:0px;
	bottom:0px;
	z-index:-1;
	background-color:rgba(0,191,243,0.10);
	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{
	margin-left:5px;
	font-size:14px;
}

.btn-style-two:hover{
	background:none;
	color:#00bff3;
	border-color:#00bff3;
}

.btn-style-two:hover .btn-inner:before{
	opacity:0.30;
}

/* Btn Style Three */

.btn-style-three{
	position:relative;
	line-height:24px;
	color:#0745ff;
	font-size:16px;
	font-weight:700;
	padding:15px 48px 15px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
	background:none;
	letter-spacing:2px;
	border-radius:5px;
	border:2px solid #0745ff;
}

.btn-style-three:hover{
	background:#0745ff;
	color:#ffffff;
	border-color:#0745ff;
}

/* Btn Style Four */

.btn-style-four{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	padding:15px 32px 15px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
	background:#ffc107;
	letter-spacing:1px;
	border-radius:5px;
	border:2px solid #ffc107;
}

.btn-style-four .fa{
	position:relative;
	top:1px;
	margin-left:6px;
	font-size:18px;
}

.btn-style-four:hover{
	background:none;
	color:#ffc107;
	border-color:#ffc107;
}

/* Btn Style Five */

.btn-style-five{
	position:relative;
	line-height:24px;
	color:#666666;
	font-size:16px;
	font-weight:600;
	padding:15px 32px 15px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
	background:none;
	letter-spacing:1px;
	border-radius:5px;
	border:2px solid #e9eaee;
}

.btn-style-five .fa{
	position:relative;
	top:1px;
	margin-left:6px;
	font-size:18px;
}

.btn-style-five:hover{
	background:none;
	color:#ffc107;
	border-color:#ffc107;
}

/* Btn Style Six */

.btn-style-six{
	position:relative;
	line-height:24px;
	color:#000000;
	font-size:14px;
	font-weight:700;
	padding:16px 34px 16px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#ffffff;
	letter-spacing:1px;
	border-radius:50px;
	border:2px solid #ffffff;
}

.btn-style-six:hover{
	background:none;
	color:#ffc107;
	border-color:#ffc107;
}

/* Btn Style Seven */

.btn-style-seven{
	position:relative;
	line-height:24px;
	color:#000000;
	font-size:14px;
	font-weight:700;
	background:none;
	letter-spacing:1px;
	border-radius:50px;
	padding:10px 46px 10px;
	border:2px solid #000000;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-seven:hover{
	background:none;
	color:#ffc107;
	border-color:#ffc107;
}

/* Btn Style Eight */

.btn-style-eight{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	cursor:pointer;
	background:none;
	letter-spacing:1px;
	border-radius:50px;
	padding:10px 34px 10px;
	border:2px solid #ffffff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-eight:hover{
	background:#f84445;
	color:#ffffff;
	border-color:#f84445;
}

/* Btn Style Nine */

.btn-style-nine{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	padding:16px 34px 16px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#4d71f5;
	letter-spacing:1px;
	border-radius:50px;
	border:2px solid #4d71f5;
	-webkit-box-shadow:0px 10px 25px rgba(77,113,245,0.25);
	-ms-box-shadow:0px 10px 25px rgba(77,113,245,0.25);
	box-shadow:0px 10px 25px rgba(77,113,245,0.25);
}

.btn-style-nine:hover{
	background:none;
	color:#ffc107;
	border-color:#ffc107;
}

/* Btn Style Ten */

.btn-style-ten{
	position:relative;
	line-height:24px;
	color:#4d71f5;
	font-size:14px;
	font-weight:700;
	padding:10px 48px 10px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#ffffff;
	letter-spacing:1px;
	border-radius:50px;
	border:2px solid #ffffff;
}

.btn-style-ten:hover{
	background:none;
	color:#ffc107;
	border-color:#ffc107;
}

/* Btn Style Eleven */

.btn-style-eleven{
	position:relative;
	line-height:24px;
	color:#00bff3;
	font-size:16px;
	font-weight:600;
	padding:10px 40px 10px;
	text-transform: capitalize;
	background:none;
	letter-spacing:1px;
	border:2px solid #00bff3;
}

.btn-style-eleven:hover{
	background:none;
	color:#ffc107;
	border-color:#ffc107;
}

/* Btn Style Twelve */

.btn-style-twelve{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	padding:15px 50px 15px;
	text-transform: capitalize;
	background:rgba(255,255,255,0.20);
	border-radius:50px;
	letter-spacing:1px;
}

.btn-style-twelve:hover{
	background:#ffffff;
	color:#0884ea;
}

/* Btn Style Thirteen */

.btn-style-thirteen{
	position:relative;
	line-height:24px;
	color:#00bff3;
	font-size:16px;
	font-weight:600;
	padding:11px 41px 11px;
	text-transform: capitalize;
	background:none;
	border-radius:50px;
	letter-spacing:1px;
	border:2px solid #00bff3;
}

.btn-style-thirteen:hover{
	background:#00bff3;
	color:#ffffff;
}

/* Btn Style Fourteen */

.btn-style-fourteen{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	padding:15px 30px 15px 25px;
	text-transform: capitalize;
	background:rgba(255,255,255,0.20);
	border-radius:50px;
	letter-spacing:1px;
	border:2px solid rgba(255,255,255,0.40);
	font-family: 'Poppins', sans-serif;
}

.btn-style-fourteen span{
	margin-right:15px;
}

.btn-style-fourteen:hover{
	background:#ffffff;
	color:#0884ea;
}

/* Btn Style Fifteen */

.btn-style-fifteen{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	padding:15px 32px 15px;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
	background:#00bff3;
	letter-spacing:1px;
	border-radius:5px;
	border:2px solid #00bff3;
}

.btn-style-fifteen:hover{
	background:none;
	color:#00bff3;
	border-color:#00bff3;
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:15px;
	padding-left:36px;
}

.list-style-one li:last-child{
	margin-bottom:0px;
}

.list-style-one li:before{
	position:absolute;
	content: "\f00c";
	left:0px;
	top:5px;
	font-size:20px;
	color:#24b24b;
	line-height:1em;
	font-family: 'FontAwesome';
}

/* List Style Two */

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#666666;
	font-size:18px;
	font-weight:400;
	line-height:1.7em;
	margin-bottom:15px;
	padding-left:36px;
}

.list-style-two li:last-child{
	margin-bottom:0px;
}

.list-style-two li:first-child{
	font-weight:600;
}

.list-style-two li .fa{
	position:absolute;
	left:0px;
	top:5px;
	font-size:28px;
	color:#666666;
	line-height:1em;
}

.list-style-two li:nth-child(2) .fa{
	font-size:16px;
}

.theme_color{
	color:#00bff3;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	7. Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#0a0a0a;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#1f8ceb;
}

/*** 

====================================================================
	8. Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:65px;
}

.sec-title .title{
	position:relative;
	color:#ffc107;
	font-size:18px;
	font-weight:600;
	margin-bottom:8px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.sec-title h3{
	position:relative;
	color:#010101;
	font-weight:700;
	line-height:1.3em;
	text-transform:capitalize;
}

.sec-title .text{
	position:relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.9em;
	font-weight: 500;
	margin-top:10px !important;
}

.sec-title.centered{
	text-align: center;
}

.sec-title.centered .text{
	max-width:580px;
	margin:0 auto;
}

.sec-title.light h3,
.sec-title.light .text{
	color:#ffffff;
}

/* Sec Title Two */

.sec-title-two{
	position:relative;
	margin-bottom:60px;
}

.sec-title-two .title{
	position:relative;
	color:#afafaf;
	font-size:16px;
	font-weight:400;
	margin-bottom:8px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.sec-title-two h3{
	position:relative;
	color:#2a2a2a;
	font-weight:800;
	line-height:1.3em;
	padding-bottom:22px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.sec-title-two h3:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:3px;
	background-color:#4d71f5;
}

.sec-title-two .text{
	position:relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.9em;
	font-weight: 400;
	margin-top:30px !important;
}

.sec-title-two.centered{
	text-align: center;
}

.sec-title-two.centered h3:after{
	left:50%;
	margin-left:-25px;
}

.sec-title-two.centered .text{
	max-width:580px;
	margin:0 auto;
}

.sec-title-two.light h3,
.sec-title-two.light .text{
	color:#ffffff;
}

/* Sec Title Three */

.sec-title-three{
	position:relative;
	margin-bottom:60px;
}

.sec-title-three .title{
	position:relative;
	color:#f84445;
	font-size:16px;
	font-weight:700;
	margin-bottom:12px;
	letter-spacing:4px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.sec-title-three h3{
	position:relative;
	color:#2a2a2a;
	font-weight:800;
	line-height:1.3em;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.sec-title-three .text{
	position:relative;
	color: #666666;
	font-size: 16px;
	line-height: 1.9em;
	font-weight: 500;
	margin-top:15px;
}

.sec-title-three.centered{
	text-align: center;
}

.sec-title-three.centered .text{
	max-width:580px;
	margin:0 auto;
}

/*.sec-title-three.light h3,
.sec-title-three.light .text{
	color:#ffffff;
}*/

/*** 

====================================================================
	9. Main Header
====================================================================

***/

.main-header{
	position:fixed;
	z-index:999;
	width:100%;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	top:50%;
	margin-top:0px;
	display: block;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .contact-number{
	position:relative;
	float: left;
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
	padding:12px 0px 12px 32px;
	border-left: 1px solid #dde4db;
}

.main-header .header-upper .contact-number .number-inner{
	position:relative;
	padding-left: 35px;
	line-height:30px;
}

.main-header .header-upper .contact-number .icon{
	position:absolute;
	left: 0px;
	top: 0px;
	color: #1f8ceb;
	font-size: 28px;
	line-height: 1em;
}

.main-header .nav-outer{
	position:relative;
	float: right;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box{
	position: relative;
	padding: 40px 0px 0px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
	z-index:20;
}

.main-header .header-upper .button-box{
	position: relative;
	float: right;
	padding: 40px 0px 0px;
	margin-left: 70px;
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .main-menu{
	margin-top:0px;
}

.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;
	float: left;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li > a{
	color:#444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#1f8ceb;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:26px;
}

.main-header .header-upper .upper-right{
	padding-top:32px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:35px;
	font-size:14px;
	color:#98b2c4;
	text-align:left;
	text-transform:uppercase;
	padding:0px 0px 0px 50px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	color:#1f8ceb;
	font-size:36px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	color:#7c7b7b;
	font-size:18px;
	font-weight:400;
	line-height:1.2em;
	text-transform:capitalize;
}

.main-header .info-box li strong{
	color:#262626;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:9px 0px 9px;
}

.fixed-header{
	background-color: #222222;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.header-style-two.fixed-header{
	background-color:#ffffff;
	border-bottom:1px solid #e0e0e0;
}

.header-style-three{
	border-bottom:1px solid transparent;
}

.header-style-three.fixed-header{
	background-color:#ffffff;
	border-bottom:1px solid #e0e0e0;
}

.header-style-four.fixed-header{
	background-color:#ffffff;
	border-bottom:1px solid #e0e0e0;
}

.fixed-header .header-upper .logo-box{
	padding:17px 0px;
}

.fixed-header .main-menu .navigation > li > a{
	padding:30px 0px;
}

.fixed-header .header-upper .button-box{
	padding-top:15px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	text-transform:capitalize;
	letter-spacing:0px;
	opacity:1;
	font-weight:500;
	padding:56px 0px 20px;
	font-size:18px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a{
	font-size:16px;
	color:#666666;
}

.header-style-four.fixed-header .main-menu .navigation > li > a{
	color:#666666;
}

.header-style-three .main-menu .navigation > li > a{
	font-size:14px;
	color:#000000;
	font-weight:600;
	text-transform:uppercase;
}

.header-style-three .main-menu .navigation > li:hover > a,
.header-style-three .main-menu .navigation > li.current > a,
.header-style-three .main-header.light-version .main-menu .navigation > li:hover > a,
.header-style-three .main-header.light-version .main-menu .navigation > li.current > a{
	color:#f14243;
}

.header-style-three .main-menu .navigation > li > ul,
.header-style-three .main-menu .navigation > li > ul > li > ul{
	border-color:#f14243;
}

.header-style-three .main-menu .navigation > li > ul > li:hover > a,
.header-style-three .main-menu .navigation > li > ul > li > ul > li:hover > a{
	background-color:#f14243;
}

.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a{
	opacity:1;
	color:#00bff3;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:220px;
	z-index:100;
	display:none;
	background:#f1f1f1;
	border-top:2px solid #202020;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	border-bottom:1px solid #e0e0e0;
	width:100%;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 30px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	color:#242424;
	text-align:left;
	padding-right:0px !important;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'';
	left:15px;
	top:50%;
	width:7px;
	height:1px;
	background-color:#242424;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'FontAwesome';
}

.main-menu .navigation > li > ul > li:hover > a:before{
	background-color:#ffffff;
}

.main-menu .navigation > li > ul > li:hover > a{
	background-color:#00bff3;
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:30px;
	width:220px;
	z-index:100;
	display:none;
	background:#f1f1f1;
	border-top:2px solid #202020;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	border-bottom:1px solid #e0e0e0;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
    position:relative;
	display:block;
	padding:12px 30px;
	line-height:24px;
	font-weight:500;
	font-size:14px;
	color:#242424;
	text-align:left;
	padding-right:0px !important;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
	position:absolute;
	content:'';
	left:15px;
	top:50%;
	width:7px;
	height:1px;
	background-color:#242424;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'FontAwesome';
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a:before{
	background-color:#ffffff;

}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background-color:#00bff3;
	color:#ffffff;
}

.sticky-header .main-menu .navigation > li > a:after{
	display:none;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0%;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #202020;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#202020;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	10. Main Slider Section
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
	background-color:#1135f3
}

.main-slider:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-image: -ms-linear-gradient(left, #1424F3 0%, #02b2f3 100%);
	background-image: -moz-linear-gradient(left, #1424F3 0%, #02b2f3 100%);
	background-image: -o-linear-gradient(left, #1424F3 0%, #02b2f3 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1424F3), color-stop(100, #02b2f3));
	background-image: -webkit-linear-gradient(left, #1424F3 0%, #02b2f3 100%);
	background-image: linear-gradient(to right, #1424F3 0%, #02b2f3 100%);
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
	background:rgba(0,0,0,0.40) !important;	
}

.main-slider .tparrows.gyges{
	width:60px;
	height:60px;
	line-height:60px;
	background-color:rgba(255,255,255,0.20);
}

.main-slider .tparrows.gyges:before{
	line-height:60px;
}

.main-slider .tparrows.gyges:hover{
	color:#333333 !important;
	background-color:#00bff3;
}

.main-slider h1{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
	text-transform:capitalize;
}

.main-slider h2{
	position:relative;
	color:#00f335;
	font-weight:300;
	line-height:1.3em;
}

.main-slider .text{
	position:relative;
	font-weight:400;
	line-height:2em;
	color:#d3dfff;
	font-size:18px;
}

.main-slider .text.alternate{
	text-align:right !important;
}

.main-slider .text.text-center{
	text-align:center !important;
}

.main-slider .btns-boxed .theme-btn{
	margin-right:0px;
	margin-left:20px;
	z-index:10;
}

.main-slider .theme-btn{
	margin-right:20px;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	overflow:hidden;
	height:90px;
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:0px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:-36px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}

/*** 

====================================================================
	11. About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:120px 0px 130px;
}

.about-section .icon-one{
	position:absolute;
	content:'';
	right:-150px;
	top:120px;
	width:89px;
	height:85px;
	display:inline-block;
	background:url(../images/icons/icon-1.png) no-repeat;
}

.about-section .icon-two{
	position:absolute;
	content:'';
	right:620px;
	top:170px;
	width:119px;
	height:114px;
	display:inline-block;
	background:url(../images/icons/icon-2.png) no-repeat;
}

.about-section .icon-three{
	position:absolute;
	content:'';
	left:-120px;
	bottom:0px;
	width:65px;
	height:114px;
	display:inline-block;
	background:url(../images/icons/icon-3.png) no-repeat;
}

.about-section .icon-four{
	position: absolute;
    content: '';
    left: 30px;
    bottom: 270px;
    width: 89px;
    height: 85px;
    display: inline-block;
    background: url(../images/icons/icon-1.png) no-repeat;
}

.about-section .icon-five{
	position: absolute;
    content: '';
    left: 80px;
    bottom: 60px;
    width: 65px;
    height: 114px;
    display: inline-block;
    background: url(../images/icons/icon-3.png) no-repeat;
}

.about-section .icon-six{
	position: absolute;
    content: '';
    right: -20px;
    top: 170px;
    width: 119px;
    height: 114px;
    display: inline-block;
    background: url(../images/icons/icon-2.png) no-repeat;
}

.about-section .icon-seven{
    position: absolute;
    content: '';
    right: -5px;
    top: 200px;
    width: 89px;
    height: 85px;
    display: inline-block;
    background: url(../images/icons/icon-7.png) no-repeat;
}

.about-section .auto-container{
	position:relative;
}

.about-section .title-column{
	position:relative;
}

.about-section .title-column .inner-column{
	position:relative;
	padding-top:200px;
	padding-right:75px;
	margin-bottom:50px;
}

.about-section .title-column .inner-column h3{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.3em;
}

.about-section .title-column .inner-column h4{
	position:relative;
	color:#000000;
	font-weight:300;
	line-height:1.3em;
}

.about-section .title-column .inner-column .text{
	position:relative;
	color:#666666;
	font-weight:400;
	line-height:1.9em;
	font-size:16px;
	margin-top:30px;
	margin-bottom:40px;
}

.about-section .image-column{
	position:relative;
}

.about-section .image-column .inner-column{
	position:relative;
	padding-left:70px;
	margin-right:-150px;
}

.about-section .image-column .inner-column:before{
	position:absolute;
	content:'';
	left:15px;
	top:108px;
	width:100%;
	height:561px;
	background:url(../images/icons/triangle.png) no-repeat;
}

.about-section .image-column .inner-column .pattern-image{
	position:absolute;
	content:'';
	left:40px;
	z-index:-1;
	bottom:170px;
	width:192px;
	height:126px;
	display:inline-block;
	background:url(../images/icons/pattern-1.jpg) no-repeat;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .total-years{
	position: absolute;
    left: 0px;
    bottom: -80px;
    font-size: 195px;
    font-weight: 800;
    color: #ffffff;
	letter-spacing:15px;
	margin-left:40px;
	margin-top:20px;
	font-family: 'Anton', sans-serif;
}

.about-section .image-column .inner-column .total-years .years{
   position: relative;
    font-size: 91px;
    top: -200px;
    margin-left: -160px;
    font-weight: 700;
	letter-spacing:3px;
    display: inline-block;
	font-family: 'Poppins', sans-serif;
}

.about-section .image-column .inner-column .total-years .experiance{
	position: relative;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    display: block;
    top: -165px;
	letter-spacing:8px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	12. Project Section
====================================================================

***/

.project-section{
	position:relative;
	padding-top:40px;
	padding-bottom:90px;
}

.project-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:110px;
	width:45px;
	height:66px;
	display:inline-block;
	background:url(../images/icons/icon-4.png) no-repeat;
}

.project-section .sec-title .full-gallery{
	position:relative;
	color:#515b7a;
	font-weight:600;
	margin-right:150px;
	margin-top:70px;
	display:inline-block;
	text-decoration:underline;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-section .sec-title .full-gallery:hover{
	text-decoration:none;
	color:#00bff3;
}

.project-section .outer-container .auto-container{
	position:relative;
	max-width:1480px;
}

.project-section .outer-container .owl-dots{
	display:none;
}

.project-section .outer-container .owl-nav{
	position:absolute;
	right:0px;
	top:-112px;
}

.project-section .outer-container .owl-nav .owl-prev{
	position:relative;
	color:#d3dfff;
	font-size:36px;
	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;
}

.project-section .outer-container .owl-nav .owl-next{
	position:relative;
	color:#d3dfff;
	font-size:36px;
	margin-left:15px;
	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;
}

.project-section .outer-container .owl-nav .owl-prev:hover,
.project-section .outer-container .owl-nav .owl-next:hover{
	color:#00bff3;
}

/* Project Block */

.project-block{
	position:relative;
}

.project-block .inner-box{
	position:relative;
}

.project-block .inner-box .image{
	position:relative;
	display:block;
	background:#202020;
	overflow:hidden;
}

.project-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-block .inner-box:hover .image img{
	opacity:0.70;
	-webkit-transform:scale(1.1);	
	-ms-transform:scale(1.1);	
	-moz-transform:scale(1.1);	
	transform:scale(1.1);	
}

.project-block .inner-box .image .content-box{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	text-align:right;
	padding-right:22px;
	padding-bottom:20px;
}

.project-block .inner-box .image .content-box .plus-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:66px;
	height:72px;
	color:#00bff3;
	font-size:26px;
	line-height:72px;
	text-align:center;
	z-index:1;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-block .inner-box .image .content-box .plus-box:hover{
	color:#ffffff;
	background-color:#00bff3;
}

.project-block .inner-box .image .content-box h5{
	position:relative;
	font-size:24px;
	font-weight:600;
	line-height:1.3em;
}

.project-block .inner-box .image .content-box h5 a{
	position:relative;
	color:#ffffff;
}

.project-block .inner-box .image .content-box .category{
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#ffffff;
	margin-top:6px;
}

.project-block .inner-box .image .content-box .category span{
	font-weight:500;
}

/*** 

====================================================================
	13. Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:80px 0px;
}

.services-section.style-two{
	padding-top:40px;
	padding-bottom:70px;
}

.services-section.style-two .auto-container{
	position:relative;
}

.services-section.style-two .outer-container:before{
	display:none;
}

.services-section .outer-container{
	position:relative;
}

.services-section .outer-container:before{
	position:absolute;
	content:'';
	left:-65px;
	top:90px;
	width:116px;
	height:287px;
	background:url(../images/icons/pattern-2.png) no-repeat;
}

.services-section .outer-container .icon-layer{
	position:absolute;
	content:'';
	left:-350px;
	bottom:-200px;
	width:560px;
	height:528px;
	background:url(../images/icons/icon-5.png) no-repeat;
}

.services-section .icon-one{
	position:absolute;
	content:'';
	left:0px;
	top:100px;
	width:37px;
	height:38px;
	background:url(../images/icons/icon-23.png) no-repeat;
}

.services-section .icon-two{
    position: absolute;
    content: '';
    left: -150px;
    bottom: -60px;
    width: 89px;
    height: 85px;
    display: inline-block;
    background: url(../images/icons/icon-1.png) no-repeat;
}

.services-block{
	position:relative;
}

.services-block .inner-box{
	position:relative;
	text-align:center;
	padding:45px 35px 60px;
	border:1px solid #e5e5e5;
	background-color:#ffffff;
	border-radius:3px;
	-webkit-box-shadow:0px 10px 25px rgba(0,0,0,0.07);
	-ms-box-shadow:0px 10px 25px rgba(0,0,0,0.07);
	box-shadow:0px 10px 25px rgba(0,0,0,0.07);
}

.services-block .inner-box .icon-box{
	position:relative;
	margin-bottom:22px;
}

.services-block .inner-box h6{
	position:relative;
	font-weight:600;
	line-height:1.3em;
}

.services-block .inner-box h6 a{
	position:relative;
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box h6 a:hover{
	color:#00bff0;
}

.services-block .inner-box .text{
	position:relative;
	line-height:2em;
	color:#666666;
	font-size:14px;
	margin-top:25px;
}

/*** 

====================================================================
	14. Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:80px 0px;
}

.team-section .auto-container{
	position:relative;
}

.team-section .outer-icon{
	position: relative;
}

.team-section .outer-icon .icon-one{
	position:absolute;
	content:'';
	right:-60px;
	top:-0px;
	width:89px;
	height:85px;
	display:inline-block;
	background:url(../images/icons/icon-1.png) no-repeat;
}

.team-section .outer-icon .icon-two{
	position:absolute;
	content:'';
	right:-60px;
	top:15px;
	width:89px;
	height:85px;
	display:inline-block;
	background:url(../images/icons/icon-7.png) no-repeat;
}

/* Team Block */

.team-block{
	position:relative;
	margin-bottom:40px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
	display:block;
	width:270px;
	height:270px;
	margin:0 auto;
}

.team-block .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100.5%;
	height:100.5%;
	z-index:1;
	display:block;
	background:url(../images/icons/icon-6.png) no-repeat;
	background-size:100% 100%;
}

.team-block .inner-box .image img{
	position:relative;
	width: 270px;
    height: 270px;
	display:block;
	margin:0 auto;
}

.team-block .inner-box .lower-content{
	position:relative;
	padding-top:25px;
	text-align:right;
	margin-right:50px;
}

.team-block .inner-box .lower-content .author-name{
	position:relative;
	color:#000000;
	font-size:17px;
	font-weight:700;
	line-height:1.3em;
}

.team-block .inner-box .lower-content .author-name a{
	position:relative;
	color:#000000;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.3em;
	margin-top:6px;
	margin-bottom:10px;
}

.team-block .inner-box .lower-content .social-icons{
	position:relative;
}

.team-block .inner-box .lower-content .social-icons li{
	position:relative;
	color:#00bff3;
	font-size:15px;
	margin-left:10px;
	display:inline-block;
}

.team-block .inner-box .lower-content .social-icons li a{
	color:#00bff3;	
}

.team-block .inner-box .lower-content .social-icons li a:hover{
	color:#303030;	
}

/*** 

====================================================================
	15. Video Section
====================================================================

***/

.video-section{
	position:relative;
	padding-top:160px;
	padding-bottom:110px;
}

.video-section .inner-container{
	position:relative;
}

.video-section .inner-container .icon-layer{
	position:absolute;
	left:-200px;
	bottom:-140px;
	width:304px;
	height:179px;
	display:inline-block;
	background:url(../images/icons/icon-24.png) no-repeat;
}

.video-section .image-layer{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	bottom:220px;
	background-size:cover;
}

/*Video Box*/

.video-box{
	position:relative;
	z-index:1;
	overflow:hidden;
	border-radius:5px;
	border:6px solid #ffffff;
	-webkit-box-shadow:0px 5px 45px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 5px 45px rgba(0,0,0,0.20);
	box-shadow:0px 5px 45px rgba(0,0,0,0.20);
}

.video-box .image{
	position:relative;
	overflow:hidden;
	margin:0px;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	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;
	background:rgba(0,0,0,0.10);
}

.video-box:hover .overlay-box{
	z-index:1;
	background:rgba(0,0,0,0.20);
}

.video-box .overlay-box .play-now{
	position: relative;
	width:100px;
	height:100px;
    top: 50%;
	z-index:99;
	color: #ffffff;
	font-weight:400;
	font-size:30px;
	margin-top: -50px;
	text-align: center;
	border-radius:50%;
	display:inline-block;
	line-height:100px;
	padding-left:5px;
	background-image: -ms-linear-gradient(left, #0B60F3 0%, #04a0f3 100%);
	background-image: -moz-linear-gradient(left, #0B60F3 0%, #04a0f3 100%);
	background-image: -o-linear-gradient(left, #0B60F3 0%, #04a0f3 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0B60F3), color-stop(100, #04a0f3));
	background-image: -webkit-linear-gradient(left, #0B60F3 0%, #04a0f3 100%);
	background-image: linear-gradient(to right, #0B60F3 0%, #04a0f3 100%);
}

/*** 

====================================================================
	16. Skill Section
====================================================================

***/

.skill-section{
	position:relative;
	padding:80px 0px 100px;
}

.skill-section.style-two{
	padding:130px 0px 105px;
	background-color:#f2f4fc;
}

.skill-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.skill-section .title-column .inner-column{
	position:relative;
	padding-right:100px;
}

.skill-section .title-column h3{
	position:relative;
	color:#010101;
	font-size:42px;
	font-weight:700;
	line-height:1.3em;
}

.skill-section .title-column .bold-text{
	position:relative;
	color:#010101;
	font-size:38px;
	font-weight:300;
	line-height:1.3em;
	margin-top:6px;
}

.skill-section .title-column .text{
	position:relative;
	line-height:1.8em;
	color:#666666;
	font-size:16px;
	margin-top:30px;
	margin-bottom:50px;
}

.skill-section .skill-column{
	position:relative;
	margin-bottom:40px;
}

.skill-section .skill-column .inner-column{
	position:relative;
	padding-top:115px;
}

.skills{
	position:relative;
}

.skills .skill-item{
	position:relative;
	margin-bottom:28px;
}

.skills .skill-item:last-child{
	margin-bottom:0px;
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	border-bottom: 15px solid #d3e6ff;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:15px;
	background:-webkit-linear-gradient(left, #00c9cd, #00ef43);
	background:-ms-linear-gradient(left, #00c9cd, #00ef43);
	background:-moz-linear-gradient(left, #00c9cd, #00ef43);
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills .skill-item .skill-header{
	position:relative;
	margin-bottom:14px;
}

.skills .skill-item .skill-header .skill-title{
	float:left;
	color:#000000;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
	text-transform:capitalize;
}

.skills .skill-item .skill-header .skill-percentage{
	position:relative;
	float:right;
	color:#666666;
	font-size:18px;
	font-weight:400;
	line-height:1.4em;
	text-transform:uppercase;
}

/*** 

====================================================================
	17. Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding-top:170px;
	padding-bottom:80px;
}

.testimonial-section .inner-container{
	position:relative;
	padding-left:250px;
}

.testimonial-section .inner-container .icon-layer{
	position: absolute;
    right: -400px;
    top: -130px;
    width: 560px;
    height: 528px;
    background: url(../images/icons/icon-9.png) no-repeat;
}

.testimonial-section .inner-container .owl-carousel .owl-stage-outer{
	min-height:230px;
	padding-top:60px;
}

.testimonial-section .inner-container .quote-icon{
	position:absolute;
	content:'';
	left:0px;
	top:-60px;
	color:#f6f9ff;
	font-size:180px;
	line-height:1em;
}

.testimonial-section .inner-container .carousel-box{
	position:relative;
	border-radius:5px;
	padding:60px 60px 50px;
	background-color:#ffffff;
	-webkit-box-shadow:0px 5px 22px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 5px 22px rgba(0,0,0,0.10);
	box-shadow:0px 5px 22px rgba(0,0,0,0.10);
}

.testimonial-section .owl-dots{
	display:none;
}

.testimonial-section .owl-nav{
	position:absolute;
	right:0px;
	bottom:-10px;
}

.testimonial-section .owl-nav .owl-prev{
	position:relative;
	color:#d3dfff;
	font-size:36px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section .owl-nav .owl-next{
	position:relative;
	color:#d3dfff;
	font-size:36px;
	margin-left:15px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section .owl-nav .owl-prev:hover,
.testimonial-section .owl-nav .owl-next:hover{
	color:#00bff3;
}

/* Testimonial Block */

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding-left:260px;
}

.testimonial-block .inner-box .author-info{
	position:absolute;
	left:0px;
	top:-60px;
	min-height:150px;
	text-align:center;
	display:inline-block;
}

.testimonial-block .inner-box .author-info .info-inner{
	position:relative;
	padding-top:30px;
	min-height:150px;
	text-align:center;
}

.testimonial-block .inner-box .author-info .info-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:150px;
	height:150px;
	background:url(../images/icons/stars.png) no-repeat;
}

.testimonial-block .inner-box .author-info .info-inner .image{
	position:relative;
	width:90px;
	height:90px;
	margin:0 auto;
}

.testimonial-block .inner-box .author-info h6{
	position:relative;
	color:#000000;
	font-weight:600;
	line-height:1.3em;
	margin-top:18px;
}

.testimonial-block .inner-box .author-info .designation{
	position:relative;
	color:#1800f3;
	font-weight:400;
	line-height:1.3em;
	margin-top:10px;
	font-size:14px;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#666666;
	font-size:18px;
	font-style:italic;
	line-height:1.8em;
}

.testimonial-block .inner-box .text:before{
	position:absolute;
	content: "\f153";
	left:-60px;
	top:-20px;
	line-height:1em;
	color:#f6f9ff;
	font-size:50px;
	font-style:normal;
	font-family: "Flaticon";
}

/*** 

====================================================================
	18. Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:80px 0px 80px;
}

.clients-section .outer-container{
	position:relative;
	text-align:center;
}

.clients-section .outer-container a{
	position:relative;
	display:inline-block;
	margin-bottom:4px;
}

/*** 

====================================================================
	19. Faq's Section
====================================================================

***/

.faq-section{
	position:relative;
	padding:140px 0px 120px;
	background-color:#f2f4fc;
}

.faq-section .accordion-box{
	position:relative;
	max-width:970px;
	margin:0 auto;
}

.accordion-box .block{
	position: relative;
    margin-bottom:30px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	cursor:pointer;
	line-height:30px;
	color:#000000;
	font-weight:500;
	-webkit-box-shadow:0px 6px 10px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 6px 10px rgba(0,0,0,0.10);
	box-shadow:0px 6px 10px rgba(0,0,0,0.10);
	padding:20px 30px 20px 28px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	background-color:#ffffff;
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-15px;
	font-size:22px;
	color:#293039;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon{
	position: relative;
    left: 0px;
    top: 0px;
	line-height: 1em;
}

.accordion-box .block .acc-btn.active .icon-outer{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	transform:rotate(90deg);
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:25px 25px 0px 25px;
}

.accordion-box .block .content .text{
	line-height:2em;
	font-size:16px;	
	color:#666666;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	20. Message Section
====================================================================

***/

.message-section{
	position:relative;
	padding:160px 0px 110px;
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:cover;
}

.message-section .title-column{
	position:relative;
}

.message-section .title-column .inner-column{
	position:relative;
	margin-bottom:40px;
}

.message-section .title-column h3{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.3em;
}

.message-section .title-column .bold-text{
	position:relative;
	color:#ffffff;
	font-size:38px;
	font-weight:300;
	line-height:1.4em;
}

.message-section .title-column .number{
	position:relative;
	color:#00f335;
	font-size:28px;
	font-weight:600;
	line-height:1.4em;
	margin-top:40px;
}

.message-section .title-column .email{
	position:relative;
	color:rgba(255,255,255,0.80);
	font-size:18px;
	font-weight:300;
	line-height:1.4em;
	margin-top:10px;
}

.default-form{
	position:relative;
}

.default-form .row{
	margin:0px -15px;
}

.default-form .form-group{
	position:relative;
	padding:0px 15px;
	margin-bottom:30px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:21px;
	padding:10px 25px;
	color:#ffffff;
	height:58px;
	font-size:16px;
	background:none;
	border:2px solid #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus{
	border-color:#00f335;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder{
	color:#ffffff;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:21px;
	padding:15px 25px;
	color:#ffffff;
	height:150px;
	resize:none;
	font-size:16px;
	background:none;
	border:2px solid #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .theme-btn{
	cursor: pointer;
}

.default-form .theme-btn .arow{
	font-size:14px;
	padding-left:10px;
}

.default-form.style-two .form-group input[type="text"],
.default-form.style-two .form-group input[type="tel"],
.default-form.style-two .form-group input[type="email"],
.default-form.style-two .form-group textarea{
	border-color:#dbdfeb;
	color:#303030;
	border-radius:4px;
	background-color:#ffffff;
}

.default-form.style-two .form-group textarea{
	height:210px;
	background-color:#ffffff;
}

.default-form.style-two .form-group textarea::-webkit-input-placeholder,
.default-form.style-two .form-group input::-webkit-input-placeholder{
	color:#aeaeae;
}

/*** 

====================================================================
	21. Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding-top:100px;
	background-color:#f2f4fc;
}

.main-footer.style-two{
	background-color:#ffffff;
}

.main-footer h5{
	position:relative;
	color:#000000;
	font-weight:600;
	margin-bottom:18px;
}

.main-footer .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:40px;
	padding:0px 0px 60px;
}

.main-footer .widgets-section{
	position:relative;
	padding-top:60px;
}

/* About Widget */

.main-footer .about-widget{
	margin-top:-60px;
}

.main-footer .about-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.main-footer .about-widget .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:25px;
}

.main-footer .about-widget .read-more{
	position:relative;
	font-weight:600;
	font-size:14px;
	color:#00bff3;
	letter-spacing:1px;
	-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 .about-widget .read-more:hover{
	color:#666666;
}

.main-footer .about-widget .read-more .icon{
	font-weight:700;
	padding-left:7px;
	font-size:13px;	
}

/* Links Widget */

.main-footer .links-widget{
	position:relative;
}

.main-footer .links-widget li{
	position:relative;
	margin-bottom:12px;
}

.main-footer .links-widget li a{
	position:relative;
	color:#666666;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .links-widget li a:hover{
	color:#1937f3;
}

/* Social Links */

.social-links{
	position:relative;
}

.social-links li{
	position:relative;
	margin-bottom:12px;
}

.social-links li a{
	position:relative;
	color:#666666;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-links li a:hover{
	color:#1937f3;
}

.social-links li a .fa{
	position:relative;
	margin-right:6px;
}

/* Subscribe Form */

.main-footer .subscribe-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.main-footer .subscribe-form .form-group input[type="text"],
.main-footer .subscribe-form .form-group input[type="tel"],
.main-footer .subscribe-form .form-group input[type="email"],
.main-footer .subscribe-form .form-group textarea {
    position:relative;
	display:block;
	width:100%;
	height:52px;
	font-size:14px;
	color:#848484;
	line-height:38px;
	padding:10px 20px;
	font-weight:400;
	background:#f2f4fc;
	border:1px solid #dde0eb;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-footer .subscribe-form .form-group input[type="email"]:focus{
	border-color:#00bff3;
}

.main-footer .subscribe-form .form-group .submit-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	width:64px;
	height:52px;
	cursor:pointer;
	line-height:24px;
	background:#00bff3;
	color:#ffffff;
	font-size:20px;
}

.main-footer .footer-bottom{
	position:relative;
	padding:22px 0px;
	text-align:center;
	border-top:1px solid #e2e5ef;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#a7a7a7;
}

.main-footer .footer-bottom .copyright a{
	font-weight:600;
	color:#00bff3;
}

/*** 

====================================================================
	22. Main Slider Two
====================================================================

***/

.main-slider-two{
	position:relative;
	padding-top:220px;
	padding-bottom:100px;
	z-index:1;
}

.main-slider-two .image-layer{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:1090px;
	height:977px;
}

.main-slider-two:after{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:391px;
	height:446px;
	background:url(../images/main-slider/circle-one.png) no-repeat;
}

.main-slider-two .owl-dots,
.main-slider-two .owl-nav{
	display:none;
}

.main-slider-two .content-column{
	position:relative;
	z-index:1;
	margin-bottom:50px;
}

.main-slider-two .content-column .inner-column{
	position:relative;
	padding-top:80px;
}

.main-slider-two .content-column h2{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.1em;
	font-family: 'Montserrat', sans-serif;
	opacity:0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-two .active .content-column h2{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.main-slider-two .content-column h2 span{
	display:block;
	color:#666666;
	font-size:38px;
	font-weight:400;
}

.main-slider-two .content-column .text{
	position:relative;
	color:#666666;
	font-size:17px;
	line-height:1.9em;
	margin-bottom:40px;
	margin-top:25px;
	opacity:0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-two .active .content-column .text{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay:800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.main-slider-two .content-column .link-box{
	position:relative;
	opacity:0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-two .active .content-column .link-box{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay:1300ms;
	-moz-transition-delay: 1300ms;
	-ms-transition-delay: 1300ms;
	-o-transition-delay: 1300ms;
	transition-delay: 1300ms;	
}

.main-slider-two .content-column .inner-column .theme-btn{
	margin-right:8px;
	margin-bottom:10px;
}

.main-slider-two .image-column{
	position:relative;
}

.main-slider-two .image-column .image{
	position:relative;
	opacity:0;
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-ms-transform: translateX(300px);
	-o-transform: translateX(300px);
	transform: translateX(300px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-two .active .image-column .image{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-delay:1800ms;
	-moz-transition-delay: 1800ms;
	-ms-transition-delay: 1800ms;
	-o-transition-delay: 1800ms;
	transition-delay: 1800ms;	
}

.main-slider-two .image-column .inner-column{
	position:relative;
}

/*** 

====================================================================
	23. About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding:300px 0px 300px;
}

.about-section-two .image-column{
	position:relative;
}

.about-section-two .image-column .inner-column{
	position:relative;
	margin-left:-220px;
}

.about-section-two .image-column .inner-column .image{
	position:relative;
	text-align:center;
}

.about-section-two .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:-70px;
	width:100%;
	height:100%;
	display:inline-block;
	background:url(../images/resource/about-1-bg.png) no-repeat;
}

.about-section-two .image-column .inner-column .image:after{
	position:absolute;
	content:'';
	right:120px;
	bottom:-70px;
	width:384px;
	height:384px;
	display:inline-block;
	background:url(../images/icons/pattern-3.png) no-repeat;
}

.about-section-two .image-column .inner-column .image img{
	position:relative;
	z-index:1;
}

.about-section-two .content-column{
	position:relative;
}

.about-section-two .content-column .inner-column{
	position:relative;
	padding-left:70px;
}

.about-section-two .content-column .inner-column .sec-title{
	margin-bottom:45px;
}

.about-section-two .content-column .bold-text{
	position:relative;
	color:#666666;
	font-size:18px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:18px;
}

.about-section-two .content-column .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:2em;
	margin-bottom:35px;
}

.about-section-two .content-column .text a{
	position:relative;
	color:#ffc107;
	font-weight:600;
	text-decoration:underline;
}

.about-section-two .content-column .about-author{
	position:relative;
	padding-top:20px;
	margin-top:30px;
	border-top:1px dashed #d4d6dc;
}

.about-section-two .content-column .about-author .author-inner{
	position:relative;
	padding-left:72px;
	color:#666666;
	font-size:16px;
	font-weight:700;
	padding-top:15px;
}

.about-section-two .content-column .about-author .author-inner span{
	position:relative;
	font-weight:300;
}

.about-section-two .content-column .about-author .author-inner .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:52px;
	height:50px;
}

/*** 

====================================================================
	24. Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding-top:100px;
	padding-bottom:170px;
}

.services-section-two .image-layer{
	position:absolute;
	content:'';
	right:0px;
	top:-120px;
	width:100%;
	height:1105px;
	display:block;
	background-position:right top;
	background-repeat:no-repeat;
}

.services-section-two .auto-container{
	position:relative;
}

.services-section-two .icon-one{
	position:absolute;
	content:'';
	left:0px;
	top:-90px;
	width:92px;
	height:56px;
	display:inline-block;
	background:url(../images/icons/icon-10.png) no-repeat;
}

.services-section-two .icon-two{
	position:absolute;
	content:'';
	left:50%;
	top:-60px;
	width:65px;
	height:84px;
	display:inline-block;
	background:url(../images/icons/icon-11.png) no-repeat;
}

.services-section-two .icon-three{
	position:absolute;
	content:'';
	left:-150px;
	top:250px;
	width:73px;
	height:291px;
	display:inline-block;
	background:url(../images/icons/icon-12.png) no-repeat;
}

.services-section-two .blocks-column{
	position:relative;
}

.services-section-two .blocks-column .inner-column{
	position:relative;
	margin-top:-30px;
	margin-right:-370px;
}

.services-section-two .blocks-column .inner-column .row{
	margin:0px -30px;
}

.services-section-two .blocks-column .inner-column .column{
	padding:0px 30px;
}

.services-section-two .title-column{
	position:relative;
}

.services-section-two .title-column .inner-column{
	position:relative;
	padding-left:30px;
}

/* Services Block Two */

.services-block-two{
	position:relative;
	margin-bottom:60px;
	z-index:1;
}

.services-block-two.margin-one{
	margin-top:150px;
}

.services-block-two.margin-two{
	margin-top:390px;
}

.services-block-two .inner-box{
	position:relative;
	text-align:center;
	border-radius:10px;
	padding:50px 30px;
	background-color:#ffffff;
	-webkit-box-shadow:0px 10px 35px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 10px 35px rgba(0,0,0,0.10);
	box-shadow:0px 10px 35px rgba(0,0,0,0.10);
}

.services-block-two .inner-box .icon-box{
	position:relative;
	color:#7fff55;
	font-size:60px;
	line-height:1em;
}

.services-block-two.orange .inner-box .icon-box{
	color:#ffc107;
}

.services-block-two.blue .inner-box .icon-box{
	color:#0745ff;
}

.services-block-two.purple .inner-box .icon-box{
	color:#c107ff;
}

.services-block-two .inner-box h6{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.4em;
	margin:24px 0px 20px;
}

.services-block-two .inner-box h6 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-two .inner-box h6 a:hover{
	color:#ffc107;
}

.services-block-two .inner-box .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.9em;
}

/*** 

====================================================================
	25. Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:200px 0px 160px;
	background-color:#f9fafc;
}

.counter-section .title-column{
	position:relative;
}

.counter-section .title-column .inner-column{
	position:relative;
	padding-bottom:40px;
}

.counter-section .title-column .inner-column .sec-title{
	position:relative;
	margin-bottom:40px;
}

.counter-section .title-column .inner-column .view-result{
	position:relative;
	color:#ffc107;
	font-size:16px;
	font-weight:600;
	line-height:1.3em;
}

.counter-section .title-column .inner-column .view-result .fa{
	margin-left:5px;
}

.counter-section .counter-column .inner-column{
	position:relative;
	padding-left:70px;
}

.counter-section .counter-column .inner-column:before{
	position:absolute;
	content:'';
	left:100px;
	top:50%;
	height:2px;
	right:80px;
	background-color:#f2f3f6;
}

.counter-section .counter-column .inner-column:after{
	position:absolute;
	content:'';
	left:50%;
	top:20px;
	width:2px;
	bottom:20px;
	margin-left:-5px;
	background-color:#f2f3f6;
}

.counter-section .counter-column .inner-column .icon-one{
	position:absolute;
	left:0px;
	top:0px;
	color:#e4e6eb;
	font-size:48px;
	line-height:1em;
}

.counter-section .counter-column .inner-column .icon-two{
	position:absolute;
	right:0px;
	top:0px;
	color:#e4e6eb;
	font-size:48px;
	line-height:1em;
}

.counter-section .counter-column .inner-column .icon-three{
	position:absolute;
	left:-30px;
	bottom:40px;
	color:#e4e6eb;
	font-size:40px;
	line-height:1em;
}

.counter-section .counter-column .inner-column .icon-four{
	position:absolute;
	right:0px;
	bottom:0px;
	color:#e4e6eb;
	font-size:40px;
	line-height:1em;
}

.counter-section .counter-column .inner-column .icon-five{
	position:absolute;
	left:50%;
	top:-30px;
	width:70px;
	height:9px;
	margin-left:-35px;
	background:url(../images/icons/icon-13.png) no-repeat;
}

.counter-section .counter-column .inner-column .icon-six{
	position:absolute;
	right:30px;
	top:50%;
	width:6px;
	height:50px;
	margin-top:-25px;
	background:url(../images/icons/icon-14.png) no-repeat;
}

.counter-section .counter-column .inner-column .icon-seven{
	position:absolute;
	left:50%;
	bottom:-30px;
	width:70px;
	height:9px;
	margin-left:-35px;
	background:url(../images/icons/icon-15.png) no-repeat;
}

.counter-section .counter-column .inner-column .icon-eight{
	position:absolute;
	left:30px;
	top:50%;
	width:6px;
	height:50px;
	margin-top:-25px;
	background:url(../images/icons/icon-16.png) no-repeat;
}

/*fact counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	padding-bottom: 55px;
	margin-bottom:55px;
}

.fact-counter .column:nth-child(3),
.fact-counter .column:nth-child(4){
	margin-bottom:0px;
	padding-bottom:0px;
}

.fact-counter .column .inner{
	position:relative;
}

.fact-counter .column .inner .content{
	position:relative;
}

.fact-counter .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#fe5807;
	font-size:48px;
	text-align:center;
	line-height:1em;
	font-weight: 400;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.fact-counter .count-outer .percentage{
	display:inline-block;
	font-weight:600;
	color:#020e28;
	font-size:48px;
	line-height:1em;
}

.fact-counter .column .inner .count-outer{
	position:relative;
	font-weight:700;
	color:#c107ff;
	font-size:62px;
	line-height:1em;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .column:nth-child(2) .inner .count-outer,
.fact-counter .column:nth-child(2) .count-outer .count-text{
	color:#ffc107;
}

.fact-counter .column:nth-child(3) .inner .count-outer,
.fact-counter .column:nth-child(3) .count-outer .count-text{
	color:#0745ff;
}

.fact-counter .column:nth-child(4) .inner .count-outer,
.fact-counter .column:nth-child(4) .count-outer .count-text{
	color:#6f758b;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#c107ff;
	font-size:62px;
	line-height:1em;
	margin-right:5px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:18px;
	font-weight:700;
	color:#666666;
	margin-top:15px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter .column:hover .icon-box{
	border-color:#f47629;
}

.fact-counter.style-two .column .inner{
	text-align:center;
}

.fact-counter.style-two .column .inner .icon-box{
	position:relative;
	color:#a7c1ef;
	font-size:66px;
	margin-bottom:20px;
}

.fact-counter.style-two .count-outer .count-text,
.fact-counter.style-two .column .inner .count-outer{
	font-weight:700;
	color:#000000;
	font-size:48px;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter.style-two .column:nth-child(2) .inner .count-outer,
.fact-counter.style-two .column:nth-child(2) .count-outer .count-text,
.fact-counter.style-two .column:nth-child(3) .inner .count-outer,
.fact-counter.style-two .column:nth-child(3) .count-outer .count-text{
	color:#000000;
}

.fact-counter.style-two .column .counter-title{
	color:#afafaf;
	font-size:18px;
	font-weight:300;
	margin-top:8px;
	letter-spacing:2px;
	text-transform:uppercase;
}

.fact-counter.style-three .column .counter-title{
	color:#000000;
	font-size:18px;
	font-weight:400;
}

.fact-counter.style-three .column .inner .count-outer,
.fact-counter.style-three .column .count-outer .count-text{
	color:#82b5a5;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter.style-three .column:nth-child(2) .inner .count-outer,
.fact-counter.style-three .column:nth-child(2) .count-outer .count-text{
	color:#f36b7f;
	font-family: 'Montserrat', sans-serif;
}

.fact-counter.style-three .column:nth-child(3) .inner .count-outer,
.fact-counter.style-three .column:nth-child(3) .count-outer .count-text{
	color:#f8cf61;
	font-family: 'Montserrat', sans-serif;
}

/*** 

====================================================================
	26. Business Section
====================================================================

***/

.business-section{
	position:relative;
	padding:200px 0px 100px;
}

.business-section .image-layer{
    position: absolute;
    content: '';
    left: 0px;
    top: 140px;
    width: 55%;
    height: 1110px;
    display: block;
    background-position: right center;
    background-repeat: no-repeat;
}

.business-section .image-column{
	position:relative;
}

.business-section .image-column .image-box{
	position:relative;
	text-align:center;
}

.business-section .image-column .image-box img{
	position:relative;
	display:block;
}

.business-section .content-column{
	position:relative;
}

.business-section .content-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:52px;
	height:28px;
	background:url(../images/icons/icon-17.png) no-repeat;
}

.business-section .content-column:after{
	position:absolute;
	content:'';
	right:40px;
	top:150px;
	width:132px;
	height:242px;
	background:url(../images/icons/icon-18.png) no-repeat;
}

.business-section .content-column .inner-column{
	position:relative;
	max-width:550px;
	padding:100px 15px 180px 80px;
}

.business-section .content-column .inner-column .sec-title{
	margin-bottom:30px;
}

.business-section .content-column .inner-column .video-btn{
	position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 32px 17px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    background: #ffc107;
    letter-spacing: 1px;
    border-radius: 5px;
	margin-top:45px;
    border: 2px solid #ffc107;
}

.business-section .content-column .inner-column .video-btn:hover{
	background:none;
	color:#ffc107;
}

.business-section .content-column .inner-column .video-btn .icon{
	position:relative;
	font-size:30px;
	top:5px;
	margin-left:8px;
	display:inline-block;
}

/*** 

====================================================================
	27. Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	padding-bottom:120px;
}

.pricing-section .pricing-tabs{
	position:relative;
}

.pricing-section .pricing-tabs .btns-outer{
	text-align:center;
}

.pricing-section .pricing-tabs .tab-buttons{
	position:relative;
	overflow:hidden;
	border-radius:4px;
	margin-bottom:80px;
	display:inline-block;
	border:1px solid #e9eaee;
}

.pricing-section .pricing-tabs .tab-buttons .tab-btn{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:600;
	float:left;
	cursor:pointer;
	padding:18px 56px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-section .pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-section .pricing-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background-color:#ffc107;
}

.pricing-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.pricing-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.pricing-tabs .tabs-content .content{
	position:relative;
    width: 100%;
}

.pricing-tabs .tabs-content .content .pricing-outer{
	position:relative;
	width: 100%;
    min-width: 1000px;
}

.pricing-tabs .tabs-content .content .pricing-outer .title-column,
.pricing-tabs .tabs-content .content .pricing-outer .price-column{
	position:relative;
	width:25%;
	float:left;
}

.pricing-tabs .tabs-content .content .pricing-outer .title-column .inner-column{
	position:relative;
	margin-top:190px;
	padding:70px 0px 50px;
	background-color:#f9fafc;
	border:1px solid #ebebeb;
	border-radius:5px 0px 0px 5px;
	-webkit-box-shadow:0px 15px 25px rgba(0,0,0,0.15);
	-ms-box-shadow:0px 15px 25px rgba(0,0,0,0.15);
	box-shadow:0px 15px 25px rgba(0,0,0,0.15);
}

.pricing-tabs .tabs-content .content .pricing-outer .title-column .inner-column .title-list{
	position:relative;
}

.pricing-tabs .tabs-content .content .pricing-outer .title-column .inner-column .title-list li{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:500;
	padding:21px 28px;
	border-bottom:1px solid #ebebeb;
}

.pricing-tabs .tabs-content .content .pricing-outer .title-column .inner-column .title-list li:last-child{
	border-bottom:0px;
	padding-bottom:0px;
}

.pricing-tabs .tabs-content .content .price-column{
	position:relative;
}

.pricing-tabs .tabs-content .content .price-column .inner-column{
	position:relative;
	border-radius:3px;
	text-align:center;
	padding:45px 0px 50px;
	border:1px solid #ebebeb;
	background-color:#ffffff;
}

.pricing-tabs .tabs-content .content .price-column .inner-column .title{
	position:relative;
	color:#8f95a8;
	font-size:28px;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:40px;
	text-transform:capitalize;
}

.pricing-tabs .tabs-content .content .price-column:nth-child(3) .inner-column .title{
	color:#0745ff;
}

.pricing-tabs .tabs-content .content .price-column:nth-child(4) .inner-column .title{
	color:#c107ff;
}

.pricing-tabs .tabs-content .content .price-column .inner-column .price{
	position:relative;
	color:#000000;
	font-size:60px;
	font-weight:400;
	line-height:40px;
	margin-bottom:59px;
	text-transform:capitalize;
}

.pricing-tabs .tabs-content .content .price-column .inner-column .price span{
	color:#666666;
	font-size:18px;
	display:block;
}

.pricing-tabs .tabs-content .content .price-column .inner-column .price-list{
	position:relative;
	margin-bottom:75px;
}

.pricing-tabs .tabs-content .content .price-column .inner-column .price-list li{
	position:relative;
	color:#666666;
	font-size:16px;
	padding:21px 15px;
	border-bottom:1px solid #ebebeb;
}

.pricing-tabs .tabs-content .content .price-column .inner-column .price-list li:last-child{
	border-bottom:0px;
	padding-bottom:0px;
}

/*** 

====================================================================
	28. Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding-top:120px;
	overflow:hidden;
}

.testimonial-section-two .auto-container{
	position:relative;
}

.testimonial-section-two .auto-container:before{
	position:absolute;
	content:'';
	left:-210px;
	top:-40px;
	width:384px;
	height:384px;
	background:url(../images/icons/pattern-4.png) no-repeat;
}

.testimonial-section-two .outer-container{
	position:relative;
}

.testimonial-section-two .outer-container .testimonial-carousel-two{
	max-width:950px;
	width:100%;
}

.testimonial-section-two .outer-container .owl-stage-outer{
	overflow:visible;
}

/* Testimonial Block Two */

.testimonial-block-two{
	position:relative;
	z-index:12;
	overflow:hidden;
}

.testimonial-section-two .outer-container .testimonial-block-two{
	opacity:0;
	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;	
}

.testimonial-section-two .outer-container .active .testimonial-block-two{
	opacity:1;	
}

.testimonial-block-two .inner-box{
	position:relative;
	border-radius:3px;
	border:2px solid #f6f7f8;
	background-color:#ffffff;
	padding:115px 90px 90px 125px;
}

.testimonial-block-two .inner-box .quote-icon{
	position:absolute;
	left:0px;
	bottom:-15px;
	color:#f6f7f8;
	line-height:1em;
	font-size:90px;
}

.testimonial-block-two .inner-box .content{
	position:relative;
	padding-left:210px;
}

.testimonial-block-two .inner-box .content .image{
	position:absolute;
	left:0px;
	top:0px;
	width:140px;
	height:140px;
	border-radius:4px;
	overflow:hidden;
}

.testimonial-block-two .inner-box .content .text{
	position:relative;
	color:#666666;
	font-size:19px;
	font-style:italic;
	line-height:1.7em;
}

.testimonial-block-two .inner-box .content .author-name{
	position:relative;
	color:#000000;
	font-size:16px;
	line-height:1.5em;
	font-weight:600;
	padding-left:50px;
	margin-top:30px;
}

.testimonial-block-two .inner-box .content .author-name:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:24px;
	height:3px;
	background-color:#0745ff;
}

.testimonial-section-two .owl-dots{
	display:none;
}

.testimonial-section-two .owl-nav{
	position:relative;
	margin-top:90px;
	text-align:center;
	margin-left:100px;
}

.testimonial-section-two .owl-nav .owl-prev,
.testimonial-section-two .owl-nav .owl-next{
	position:relative;
	font-size:36px;
	margin:0px 10px;
	display:inline-block;
	color:rgba(255,255,255,0.60);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.testimonial-section-two .owl-nav .owl-prev:hover,
.testimonial-section-two .owl-nav .owl-next:hover{
	color:#ffc107;
}

/*** 

====================================================================
	29. Subscribe Section
====================================================================

***/

.subscribe-section{
	position:relative;
	padding:200px 0px 250px;
}

.subscribe-section .image-layer{
	position:absolute;
	content:'';
	right:0px;
	top:-650px;
	width:1920px;
	height:1361px;
}

.subscribe-section .form-column{
	position:relative;
	margin-bottom:40px;
}

.subscribe-section .form-column .inner-column{
	position:relative;
}

.subscribe-section .form-column .inner-column h3{
	position:relative;
	color:#ffffff;
	line-height:1.3em;
	font-weight:700;
	margin-bottom:50px;
	font-family: 'Montserrat', sans-serif;
}

.subscribe-section .subscribe-form{
	position:relative;
}

.subscribe-section .subscribe-form:before{
	position:absolute;
	content:'';
	right: -225px;
    bottom: -45px;
	width:228px;
	height:81px;
	background:url(../images/icons/messge-icon.png) no-repeat;
}

.subscribe-section .subscribe-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.subscribe-section .subscribe-form .form-group .icon{
	position:absolute;
	left:28px;
	top:30px;
	font-size:20px;
	color:rgba(255,255,255,0.80);
}

.subscribe-section .subscribe-form .form-group input[type="text"],
.subscribe-section .subscribe-form .form-group input[type="tel"],
.subscribe-section .subscribe-form .form-group input[type="email"],
.subscribe-section .subscribe-form .form-group textarea {
    position:relative;
	display:block;
	width:100%;
	height:80px;
	font-size:18px;
	color:#ffffff;
	line-height:38px;
	padding:10px 200px 10px 70px;
	font-weight:400;
	border-radius:4px;
	background:none;
	border:2px solid #ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.subscribe-section .subscribe-form .form-group input[type="email"]:focus{
	border-color:#ffc107;
}

.subscribe-section .subscribe-form .form-group textarea::-webkit-input-placeholder,
.subscribe-section .subscribe-form .form-group input::-webkit-input-placeholder{
	color:#ffffff;
}

.subscribe-section .subscribe-form .form-group .submit-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor:pointer;
	line-height:24px;
	background:#ffc107;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	border-radius: 0px 4px 4px 0px;
	letter-spacing: 2px;
	padding:29px 44px 27px;
	text-transform:capitalize;
}

.subscribe-section .image-column{
	position:relative;
}

.subscribe-section .image-column .inner-column{
	position:relative;
	margin-right:-200px;
}

.subscribe-section .image-column .inner-column .image{
	position:relative;
	margin-left:120px;
	margin-top:-90px;
}

/*** 

====================================================================
	30. Message Section Two
====================================================================

***/

.message-section-two{
	position:relative;
	padding:140px 0px 120px;
}

.message-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:100px;
	right:0px;
	bottom:0px;
	background-position:center center;
	background-repeat:no-repeat;
	background:url(../images/background/map-pattern.png) no-repeat;
}

.message-section-two .title-column{
	position:relative;
}

.message-section-two .title-column .inner-column{
	position:relative;
	padding-right:60px;
}

.message-section-two .title-column h3{
	position:relative;
	color:#283252;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:25px;
}

.message-section-two .title-column .text{
	position:relative;
	color:#666666;
	font-size:17px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:40px;
}

/*** 

====================================================================
	31. Clients Section Two
====================================================================

***/

.clients-section-two{
	position:relative;
	z-index: 9;
	padding:20px 0px 90px;
}

.clients-section-two.style-two{
	padding:70px 0px ;	
}

.clients-section-two .image-box{
	position:relative;
	text-align:center;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.clients-section-two .image-box img{
	position:relative;
	display:inline-block;
	width:auto;
	max-width:100%;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.clients-section-two .owl-dots,
.clients-section-two .owl-nav{
	display:none;	
}

/*** 

====================================================================
	32. Main Footer Two
====================================================================

***/

.footer-style-two{
	position:relative;
	background-color:#f9fafc;
}

.footer-style-two h5{
	position:relative;
	color:#303030;
	font-weight:700;
	margin-bottom:18px;
}

.footer-style-two .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:40px;
}

.footer-style-two .widgets-section{
	position:relative;
	padding:140px 0px 60px;
}

/* About Widget */

.footer-style-two .about-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.footer-style-two .about-widget .text{
	position:relative;
	color:#666666;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:35px;
}

.footer-style-two .about-widget .social-icons{
	position:relative;
}

.footer-style-two .about-widget .social-icons li{
	position:relative;
	margin-right:12px;
	display:inline-block;
}

.footer-style-two .about-widget .social-icons li a{
	position:relative;
	color:#8f95a8;
	font-size:16px;
}

/* Links Widget */

.footer-style-two .links-widget{
	position:relative;
}

.footer-style-two .links-widget li{
	position:relative;
	margin-bottom:8px;
}

.footer-style-two .links-widget li a{
	position:relative;
	color:#666666;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-two .links-widget li a:hover{
	color:#1937f3;
}

.footer-style-two .subscribe-widget .text{
	position:relative;
	color:#666666;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:35px;
}

.footer-style-two .subscribe-widget .map-canvas{
	height:170px;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#222222;
}

.map-canvas{
	height:600px;
}

.footer-style-two .footer-bottom{
	position:relative;
	padding:30px 0px;
	text-align:center;
	border-top:1px solid #e2e5ef;
}

.footer-style-two .footer-bottom .copyright{
	position:relative;
	color:#a7a7a7;
}

.footer-style-two .footer-bottom .copyright a{
	font-weight:600;
	color:#ffc107;
}

/*** 

====================================================================
	33. Banner Section
====================================================================

***/

.banner-section{
	position:relative;
	padding-top:215px;
	padding-bottom:330px;
}

.banner-section:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:100%;
	height:615px;
	z-index:1;
	background:url(../images/background/7.png) right bottom repeat-x;
	background-size:100% 100%;
}

.banner-section .image-layer{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:left top;
	background-repeat:no-repeat;
}

.banner-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.90;
	background-image: -ms-linear-gradient(left, #255CD5 0%, #4b72ef 100%);
	background-image: -moz-linear-gradient(left, #255CD5 0%, #4b72ef 100%);
	background-image: -o-linear-gradient(left, #255CD5 0%, #4b72ef 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #255CD5), color-stop(100, #4b72ef));
	background-image: -webkit-linear-gradient(left, #255CD5 0%, #4b72ef 100%);
	background-image: linear-gradient(to right, #255CD5 0%, #4b72ef 100%);
}

.banner-section .content-column{
	position:relative;
}

.banner-section .content-column .inner-column{
	position:relative;
	z-index:10;
	padding-bottom:200px;
}

.banner-section .content-column .inner-column .title{
	position:relative;
	color:#ffffff;
	font-size:16px;
	letter-spacing:1px;
	margin-bottom:35px;
	text-transform:uppercase;
}

.banner-section .content-column .inner-column h3{
	position:relative;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	text-transform:uppercase;
}

.banner-section .content-column .inner-column .text{
	position:relative;
	font-size:18px;
	letter-spacing:1px;
	margin-bottom:45px;
	line-height:1.8em;
	margin-top:25px;
	color:rgba(255,255,255,0.80);
}

.banner-section .blocks-column{
	position:relative;
}

.banner-section .blocks-column .inner-column{
	position:relative;
	z-index:10;
}

/* Services Block Three */

.services-block-three{
	position:relative;
	z-index:10;
	margin-bottom:80px;
}

.services-block-three.margin-top{
	margin-top:120px;
}

.services-block-three .inner-box{
	position:relative;
	padding:45px 30px;
	border-radius:15px;
	text-align:center;
	background-color:#ffffff;
	border:5px solid #eff2ff;
}

.services-block-three .inner-box h5{
	position:relative;
	color:#2a2a2a;
	font-weight:700;
	line-height:1.7em;
	margin-bottom:30px;
}

.services-block-three .inner-box .icon-box{
	position:relative;
	width:162px;
	height:47px;
	color:#00f335;
	font-size:24px;
	line-height:46px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	border:2px solid #ecf1fc;
}

.services-block-three .inner-box .play-box{
	position:relative;
	color:#ffffff;
}

.services-block-three .inner-box .play-box .play-icon{
	position:relative;
	width:74px;
	height:74px;
	color:#ffffff;
	line-height:72px;
	text-align:center;
	font-size:24px;
	padding-left:5px;
	display:inline-block;
	border-radius:50%;
	background-image: -ms-linear-gradient(top left, #708ff4 0%, #1C58CE 100%);
	background-image: -moz-linear-gradient(top left, #708ff4 0%, #1C58CE 100%);
	background-image: -o-linear-gradient(top left, #708ff4 0%, #1C58CE 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #708ff4), color-stop(100, #1C58CE));
	background-image: -webkit-linear-gradient(top left, #708ff4 0%, #1C58CE 100%);
	background-image: linear-gradient(to bottom right, #708ff4 0%, #1C58CE 100%);
}

/*** 

====================================================================
	34. About Section Three
====================================================================

***/

.about-section-three{
	position:relative;
	padding:0px 0px 120px;
}

.about-section-three .image-column{
	position:relative;
}

.about-section-three .image-column .inner-column{
	position:relative;
	padding-left:50px;
	padding-right:20px;
}

.about-section-three .image-column .inner-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:-70px;
	width:216px;
	height:313px;
	z-index:1;
	display:inline-block;
	background:url(../images/icons/pattern-4.png) no-repeat;
}

.about-section-three .image-column .inner-column .image{
	position:relative;
}

.about-section-three .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
	z-index:2;
}

.about-section-three .content-column{
	position:relative;
}

.about-section-three .content-column .inner-column{
	position:relative;
	padding-left:70px;
	padding-top:50px;
}

.about-section-three .content-column .inner-column .sec-title-two{
	margin-bottom:50px;
}

.about-section-three .content-column .text{
	position:relative;
	margin-bottom:45px;
}

.about-section-three .content-column .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:400;
	line-height:1.9em;
	margin-bottom:20px;
}

.about-section-three .content-column .text p:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	35. Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	padding:120px 0px 120px;
}

.featured-section .image-layer{
	position:absolute;
	content:'';
	left:0px;
	top:120px;
	width:618px;
	height:1150px;
}

.featured-block{
	position:relative;
}

.featured-block .inner-box{
	position:relative;
	padding:55px 50px 50px;
	background-color:#ffffff;
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.10);
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.featured-block .inner-box .heading{
	position:relative;
	color:#2a2a2a;
	font-weight:800;
	font-size:30px;
	line-height:1.3em;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.featured-block .inner-box .text{
	position:relative;
	color:#666666;
	font-weight:400;
	font-size:16px;
	line-height:1.8em;
	margin-top:25px;
	margin-bottom:30px;
}

.featured-block .inner-box .lower-box{
	position:relative;
}

.featured-block .inner-box .lower-box .feature-btn{
	position: relative;
    line-height: 24px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    background: #ffffff;
    letter-spacing: 1px;
    border-radius: 50px;
    padding: 10px 25px 10px;
    border: 2px solid transparent;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.featured-block .inner-box .lower-box .feature-btn:hover,
.featured-block .inner-box .lower-box .feature-btn:nth-child(1){
	border-color:#000000;
}

/*** 

====================================================================
	36. About Section Three
====================================================================

***/

.process-section{
	position:relative;
	padding:120px 0px 120px;
}

.process-section.style-two{
	padding-top:0px;
}

.process-section .icon-layer{
	position: absolute;
    content: '';
    left: 0px;
    top: 120px;
    width: 186px;
    height: 598px;
}

.process-section .image-column{
	position:relative;
}

.process-section .image-column .inner-column{
	position:relative;
	padding-right:50px;
	padding-left:20px;
}

.process-section .image-column .inner-column:before{
	position:absolute;
	content:'';
	right:0px;
	top:-70px;
	width:216px;
	height:313px;
	z-index:1;
	display:inline-block;
	background:url(../images/icons/pattern-4.png) no-repeat;
}

.process-section.style-two .image-column .inner-column{
	padding-right:0px;
}

.process-section.style-two .image-column .inner-column:before{
	display:none;
}

.about-section-three .image-column .inner-column .image{
	position:relative;
}

.process-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
	z-index:2;
}

.process-section .content-column{
	position:relative;
}

.process-section .content-column .inner-column{
	position:relative;
	padding-right:70px;
	padding-top:100px;
}

/* Process Step */

.process-step{
	position:relative;
}

.process-step li{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.6em;
	padding-left:70px;
	margin-bottom:40px;
}

.process-step li:before{
	position:absolute;
	content:'';
	left:24px;
	top:50%;
	width:1px;
	height:100%;
	border:1px dashed #e4e4e4;
}

.process-step li:last-child::before{
	display:none;
}

.process-step li strong{
	position:relative;
	color:#2a2a2a;
	font-size:24px;
	line-height:1.3em;
	margin-bottom:15px;
	font-weight:400;
	display:block;
}

.process-step li .step-number{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50px;
	height:50px;
	color:#2a2a2a;
	font-size:14px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	line-height:48px;
	background-color:#ffffff;
	border:1px solid #e4e4e4;
}

/*** 

====================================================================
	37. Counter Section
====================================================================

***/

.counter-section-two{
	position:relative;
	padding:60px 0px 50px;
}

/*** 

====================================================================
	38. Account Section
====================================================================

***/

.account-section{
	position:relative;
}

.account-section.alternate{
	padding-bottom:150px;
	padding-top:80px;
}

.account-section.alternate .outer-container:before{
    position: absolute;
    content: '';
    right: -400px;
    top: -70px;
    width: 100%;
    height: 1222px;
    z-index: 1;
    display: inline-block;
    background: url(../images/background/pattern-3.png) right top no-repeat;
}

.account-section .outer-container{
	position:relative;
}

.account-section .outer-container:before{
	position:absolute;
	content:'';
	right:0px;
	top:-70px;
	width:1222px;
	height:1222px;
	z-index:1;
	display:inline-block;
	background:url(../images/background/pattern-1.png) no-repeat;
}

.account-section .carousel-column{
	position:relative;
	z-index:2;
}

.account-section .carousel-column .inner-column{
	position:relative;
	padding:190px 0px 300px;
	background-position:center top;
	background-repeat:no-repeat;
}

.account-section .carousel-column .inner-column:before{
	position:absolute;
	content:'';
	left:-50px;
	right:0px;
	top:0px;
	bottom:0px;
	background-position:center center;
	background-repeat:no-repeat;
	background:url(../images/background/11.png) no-repeat;
}

.account-section .carousel-column .inner-column .owl-dots,
.account-section .carousel-column .inner-column .owl-nav{
	display:none;
}

.account-block{
	position:relative;
}

.account-block .inner-box{
	position:relative;
	text-align:center;
}

.account-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:28px;
	font-style:italic;
	line-height:1.6em;
	padding-top:30px;
	max-width:510px;
	margin: 0 auto;
}

.account-block .inner-box .text:before{
	position:absolute;
	content:'';
	left:50%;
	top:0px;
	height:3px;
	width:80px;
	margin-left:-40px;
	background-color:#ffffff;
}

.account-section .title-column{
	position:relative;
	z-index:1;
}

.account-section .title-column .inner-column{
	position:relative;
	padding:190px 0px 60px;
}

.account-section .title-column .inner-column h3{
	position:relative;
	color:#2a2a2a;
	font-weight:800;
	line-height:1.3em;
	max-width:300px;
	margin-bottom:50px;
	font-family: 'Montserrat', sans-serif;
}

.account-section .title-column .inner-column h3 span{
	color:#4d71f5;
}

/*** 

====================================================================
	39. Testimonial Section Three
====================================================================

***/

.testimonial-section-three{
	position:relative;
	padding:130px 0px 80px;
}

.testimonial-section-three .owl-nav,
.testimonial-section-three .owl-dots{
	display:none;
}

.testimonial-block-three{
	position:relative;
}

.testimonial-block-three .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-three .inner-box .image{
	position:relative;
	width:90px;
	height:90px;
	margin:0 auto;
	border-radius:50%;
	overflow:hidden;
	margin-bottom:30px;
}

.testimonial-block-three .inner-box .text{
	position:relative;
	color:#666666;
	font-size:18px;
	font-weight:500;
	line-height:1.9em;
	margin-bottom:30px;
}

.testimonial-block-three .inner-box h6{
	position:relative;
	color:#2a2a2a;
	font-size:18px;
	font-weight:500;
	margin-bottom:3px;
}

.testimonial-block-three .inner-box .designation{
	position:relative;
	color:#666666;
	font-size:14px;
	font-weight:400;
}

/*** 

====================================================================
	40. Partner Section
====================================================================

***/

.partner-section{
	position:relative;
	padding:100px 0px 0px;
}

.partner-section .inner-container{
	position:relative;
	z-index:1;
	text-align:center;
	padding:90px 15px 90px;
	background-color:#ffffff;
	-webkit-box-shadow:0px 0px 25px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 25px rgba(0,0,0,0.10);
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.partner-section .inner-container:before{
	position:absolute;
	content:'';
	left:30px;
	right:30px;
	bottom:40px;
	height:300px;
	border-radius:15px;
	-webkit-box-shadow:0px 0px 0px rgba(255,255,255,0.20);
	-ms-box-shadow:0px 0px 0px rgba(255,255,255,0.20);
	box-shadow:0px 0px 0px rgba(255,255,255,0.20);
	background-color:rgba(255,255,255,0.10);
}

.partner-section .inner-container h3{
	position:relative;
	font-weight:800;
	color:#2a2a2a;
	line-height:1.3em;
	padding-bottom:20px;
	margin-bottom:20px;
	text-transform:uppercase;
}

.partner-section .inner-container h3:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	height:3px;
	width:60px;
	margin-left:-30px;
	background-color:#1d56d4;
}

.partner-section .inner-container .text{
	position:relative;
	font-weight:400;
	color:#666666;
	font-size:16px;
	line-height:2em;
	margin-bottom:50px;
}

.partner-section .inner-container .btns-box{
	position:relative;
}

.partner-section .inner-container .btns-box .theme-btn{
	position:relative;
	margin:0px 5px 5px;
}

/*** 

====================================================================
	41. Main Footer Three
====================================================================

***/

.footer-style-three{
	position:relative;
	background-color:#f9fafc;
}

.footer-style-three.style-two{
	background-color:#111111;
}

.footer-style-three.style-two .links-widget li a{
	color:#898989;
}

.footer-style-three .image-layer{
	position:absolute;
	content:'';
	left:0px;
	top:-160px;
	width:100%;
	height:756px;
	background-position:center top;
	background-size:cover;
}

.footer-style-three h5{
	position:relative;
	color:#515b7a;
	font-weight:700;
	margin-bottom:18px;
}

.footer-style-three .footer-widget{
	position:relative;
	z-index:1;
	margin-bottom:40px;
}

.footer-style-three .widgets-section{
	position:relative;
	padding:140px 0px 60px;
}

/* Links Widget */

.footer-style-three .links-widget{
	position:relative;
}

.footer-style-three .links-widget li{
	position:relative;
	margin-bottom:12px;
}

.footer-style-three .links-widget li a{
	position:relative;
	color:#c6d8f7;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-style-three .links-widget li a:hover{
	color:#ffffff;
}


/* Subscribe Form */

.footer-style-three .newsletter-form h5{
	position:relative;
	color:#f8f8f8;
	font-size:22px;
	font-weight:600;
	margin-bottom:25px;
	font-family: 'Montserrat', sans-serif;
}

.footer-style-three .newsletter-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
	text-align:right;
}

.footer-style-three .newsletter-form .form-group input[type="text"],
.footer-style-three .newsletter-form .form-group input[type="tel"],
.footer-style-three .newsletter-form .form-group input[type="email"],
.footer-style-three .newsletter-form .form-group textarea {
    position:relative;
	display:block;
	width:100%;
	height:52px;
	font-size:14px;
	color:#c6d8f7;
	line-height:38px;
	padding:10px 20px;
	font-weight:400;
	background:rgba(0,0,0,0.12);
	border-radius:5px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.footer-style-three .newsletter-form.form-group textarea::-webkit-input-placeholder,
.footer-style-three .newsletter-form .form-group input::-webkit-input-placeholder{
	color:#c6d8f7;
}

.footer-style-three .newsletter-form .form-group input[type="email"]:focus{
	border-color:#00bff3;
}

.footer-style-three .newsletter-form .form-group .submit-btn{
	position: relative;
	cursor:pointer;
	line-height:24px;
	background:none;
	color:#c6d8f7;
	font-size:14px;
	padding:12px 37px;
	border-radius:50px;
	font-weight:700;
	margin-top:20px;
	letter-spacing:2px;
	display:inline-block;
	border:2px solid #c6d8f7;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.footer-style-three .newsletter-form .form-group .submit-btn:hover{
	background-color:#ffffff;
	border-color:#ffffff;
	color:#000000;
}

.footer-style-three .footer-bottom{
	position:relative;
	padding:22px 0px;
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.10);
}

.footer-style-three .footer-bottom .copyright{
	position:relative;
	color:#899fff;
}

.footer-style-three .footer-bottom .copyright a{
	font-weight:400;
	color:#ffffff;
}


.footer-style-three.style-two .newsletter-form .form-group input[type="text"],
.footer-style-three.style-two .newsletter-form .form-group input[type="tel"],
.footer-style-three.style-two .newsletter-form .form-group input[type="email"],
.footer-style-three.style-two .newsletter-form .form-group textarea{
	background-color:#111111;
	border-radius:4px;
	margin-bottom:30px;
	border:1px solid rgba(255,255,255,0.15);
}

.footer-style-three.style-two .footer-bottom .copyright{
	color:#898989;
}

/*** 

====================================================================
	42. Main Slider Three
====================================================================

***/

.main-slider-three{
	position:relative;
	padding-top:200px;
	z-index:1;
	background-color:#f3c6bd;
}

.main-slider-three .image-layer{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:500px;
	background-position:center bottom;
	background-repeat:no-repeat;
}

.main-slider-three .owl-dots,
.main-slider-three .owl-nav{
	display:none;
}

.main-slider-three .content-box{
	position:relative;
	z-index:1;
	text-align:center;
	margin-bottom:50px;
	opacity:0;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-three .active .content-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.main-slider-three .content-box .inner-box{
	position:relative;
	padding-top:80px;
}

.main-slider-three .content-box h2{
	position:relative;
	color:#000000;
	font-weight:800;
	line-height:1.2em;
	margin-bottom:30px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.main-slider-three .content-box h2 span{
	color:#f14243;
}

.main-slider-three .image{
	position:relative;
	opacity:0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider-three .active .image{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.main-slider-three .image img{
	position:relative;
	width:auto;
}

/*** 

====================================================================
	43. Counter Section Three
====================================================================

***/

.counter-section-three{
	position:relative;
	padding:135px 0px 0px;
}

.counter-section-three .title-box{
	position:relative;
	margin-bottom:100px;
}

.counter-section-three .title-box .heading{
	position:relative;
	color:#000000;
	font-size:30px;
	font-weight:700;
	line-height:1.5em;
	padding-right:40px;
	margin-bottom:40px;
	font-family: 'Montserrat', sans-serif;
}

.counter-section-three .title-box .text{
	position:relative;
	color:#666666;
	font-size:18px;
	line-height:1.8em;
	margin-bottom:35px;
}

.counter-section-three .counter-boxed{
	position:relative;
	margin-top:220px;
	text-align:center;
}

.counter-section-three .counter-boxed:before{
	position:absolute;
	content:'';
	left:-150px;
	right:-150px;
	top:-110px;
	bottom:0px;
	background:url(../images/background/pattern-2.png) no-repeat;
}

/*** 

====================================================================
	44. Featured Section Two
====================================================================

***/

.featured-section-two{
	position:relative;
	padding:145px 0px 0px;
}

.featured-section-two .title-box .theme-btn{
	margin-top:85px;
}

.featured-section-two .outer-container{
	max-width:1650px;
	padding:0px 15px;
	margin:0 auto;
}

.featured-section-two .project-column{
	padding:0px;
	float:left;
}

/* Project Item */

.project-item{
	position:relative;
}

.project-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.project-item .image-box{
	position:relative;
	display:block;
	margin:0px;	
}

.project-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.project-item .overlay-box{
	position:absolute;
	left:50%;
	top:50%;
	width:240px;
	height:120px;
	margin:-60px 0px 0px -120px;
	color:#ffffff;
	text-align:center;
	background:rgba(0,0,0,0.30);
	opacity:0;
}

.project-item .inner-box:hover .overlay-box{
	-webkit-animation-name:bounceIn;
	-ms-animation-name:bounceIn;
	animation-name:bounceIn;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
}

.project-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.project-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.project-item .overlay-inner .link{
	position:relative;
	font-size:20px;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:50px;
	margin:0px 5px;
	display:inline-block;
	background-color:#f14243;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.project-item .overlay-inner .link .icon{
	position:relative;
}

.project-item .overlay-inner .link:hover{
	background:#202020;
}

/*** 

====================================================================
	45. Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:130px 0px 100px;
}

.services-block-four{
	position:relative;
	margin-bottom:30px;
}

.services-block-four .inner-box{
	position:relative;
}

.services-block-four .inner-box .icon-box{
	position:relative;
	width:80px;
	height:80px;
	color:#f84c4d;
	font-size:40px;
	border-radius:50%;
	line-height:80px;
	font-weight:500;
	text-align:center;
	background-color:#feecec;
}

.services-block-four .inner-box .heading{
	position:relative;
	color:#2a2a2a;
	font-size:22px;
	font-weight:600;
	line-height:1.3em;
	margin-top:28px;
	font-family: 'Montserrat', sans-serif;
}

.services-block-four .inner-box .heading a{
	position:relative;
	color:#2a2a2a;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.services-block-four .inner-box .heading a:hover{
	color:#f84c4d;
}

.services-block-four .inner-box .text{
	position:relative;
	margin-top:18px;
	color:#666666;
	font-size:16px;
	line-height:1.9em;
}

.services-block-four .inner-box .read-more{
	position:relative;
	color:#2a2a2a;
	font-weight:700;
	margin-top:15px;
	letter-spacing:1px;
	display:inline-block;
	text-transform:uppercase;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: 'Montserrat', sans-serif;
}

.services-block-four .inner-box .read-more:hover{
	color:#f84c4d;
}

/*** 

====================================================================
	46. Testimonial Section Four
====================================================================

***/

.testimonial-section-four{
	position:relative;
}

.testimonial-section-four.style-two .auto-container{
	background:none;
}

.testimonial-section-four.style-two .auto-container:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-image: -ms-linear-gradient(left, #122DF3 0%, #02aef3 100%);
	background-image: -moz-linear-gradient(left, #122DF3 0%, #02aef3 100%);
	background-image: -o-linear-gradient(left, #122DF3 0%, #02aef3 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #122DF3), color-stop(100, #02aef3));
	background-image: -webkit-linear-gradient(left, #122DF3 0%, #02aef3 100%);
	background-image: linear-gradient(to right, #122DF3 0%, #02aef3 100%);
}

.testimonial-section-four.style-two .auto-container:after{
	position: absolute;
    content: '';
    right: -100px;
    bottom: -60px;
    width: 168px;
    height: 208px;
    z-index: -1;
    background: url(../images/icons/pattern-15.png) no-repeat;
}

.testimonial-section-four .auto-container{
	position:relative;
	max-width:1650px;
	background-color:#f36b7f;
}

.testimonial-section-four .auto-container:after{
	position:absolute;
	content:'';
	right:-140px;
	bottom:-90px;
	width:306px;
	height:210px;
	z-index:-1;
	background:url(../images/icons/pattern-6.jpg) no-repeat;
}

.testimonial-section-four .auto-container .inner-container{
	position:relative;
	max-width:770px;
	margin:0 auto;
	padding:135px 0px;
}

.testimonial-section-four .owl-dots{
	position:absolute;
	content:'';
	left: 50px;
    bottom: 4px;
}

.testimonial-section-four .owl-dots:after{
	content:"0" counter(slides-num);
	display: inline-block;
	line-height: 1em;
	font-size: 14px;
	font-weight: 700;
	vertical-align: middle;
	color: #ffffff;
}

.testimonial-section-four .owl-dot {
	display: inline-block;
	counter-increment: slides-num;
}

.testimonial-section-four .owl-dot span {
 	display: none;
}

.testimonial-section-four .owl-dot.active:before {
	content:"0" counter(slides-num) " /";
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1em;
	color: #ffffff;
	position:relative;
	font-weight: 700;
	width: 30px;
	font-family: 'Montserrat', sans-serif;
}

.testimonial-section-four .owl-nav{
	position:relative;
	margin-top:50px;
}

.testimonial-section-four .owl-nav .owl-prev{
	position:relative;
	color:#ffffff;
	font-size:24px;
	margin-right:105px;
	display:inline-block;
}

.testimonial-section-four .owl-nav .owl-next{
	position:relative;
	color:#ffffff;
	font-size:24px;
	display:inline-block;
}

.testimonial-block-four{
	position:relative;
}

.testimonial-block-four .inner-box{
	position:relative;
}

.testimonial-block-four .inner-box .text{
	position:relative;
	font-size:22px;
	color:#ffffff;
	line-height:1.8em;
	font-style:italic;
}

.testimonial-block-four .inner-box .author{
	position:relative;
	font-size:14px;
	color:#ffffff;
	line-height:1.8em;
	font-weight:700;
	letter-spacing:2px;
	margin-top:30px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.testimonial-block-four .inner-box .designation{
	position:relative;
	font-size:14px;
	color:#ffffff;
	line-height:1.8em;
	font-weight:500;
	letter-spacing:2px;
	margin-top:4px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
}

.testimonial-section-four .quote-icon{
	position:absolute;
	right:23%;
	z-index:1;
	bottom:-40px;
	font-size:250px;
	line-height:1em;
	color:rgba(255,255,255,0.20);
}

/*** 

====================================================================
	47. Process Section Two
====================================================================

***/

.process-section-two{
	position:relative;
	padding:150px 0px 110px;
}

.process-section-two .image-column{
	position:relative;
	margin-bottom:40px;
}

.process-section-two .image-column .inner-column{
	position:relative;
}

.process-section-two .image-column .inner-column .image{
	position:relative;
}

.process-section-two .image-column .inner-column .image:after{
	position:absolute;
	content:'';
	left:-140px;
	bottom:-90px;
	width:245px;
	height:367px;
	z-index:-1;
	background:url(../images/icons/pattern-7.jpg) no-repeat;
}

.process-section-two .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.process-section-two .content-column{
	position:relative;
}

.process-section-two .content-column .inner-column{
	position:relative;
	padding-left:70px;
	padding-top:100px;
}

.process-section-two .content-column .inner-column .process-list{
	position:relative;
	margin-bottom:70px;
}

.process-section-two .content-column .inner-column .process-list li{
	position:relative;
	margin-bottom:20px;
	color:#2a2a2a;
	font-size:36px;
	font-weight:400;
	line-height:1em;
	padding-left:35px;
	font-family: 'Montserrat', sans-serif;
	counter-increment: list-num;
}

.process-section-two .content-column .inner-column .process-list li:before{
	content:"0" counter(list-num);
	display: inline-block;
	line-height: 1em;
	font-size: 14px;
	font-weight: 400;
	position:absolute;
	left:0px;
	top:5px;
	color: #2a2a2a;
	vertical-align: middle;
	font-family: 'Poppins', sans-serif;
}

/*** 

====================================================================
	48. News Section
====================================================================

***/

.news-section{
	position:relative;
}

.news-section .auto-container{
	position:relative;
	max-width:1640px;
	margin:0 auto;
	padding:115px 20px 115px;
	background-color:#f7f7f7;
}

.news-section .outer-container{
	max-width:1170px;
	margin:0 auto;
}

.news-block{
	position:relative;
	margin-bottom:45px;
}

.news-block:last-child{
	
}

.news-block .inner-box{
	position:relative;
	padding-bottom:35px;
	border-bottom:1px solid #dedede;
}

.news-block:last-child .inner-box{
	padding-bottom:0px;
	margin-bottom:0px;
	border:none;
}

.news-block .inner-box .post-date{
	position:relative;
	color:#2a2a2a;
	font-size:14px;
	font-weight:400;
	line-height:1.3em;
}

.news-block .inner-box h5{
	position:relative;
	color:#2a2a2a;
	font-size:22px;
	font-weight:600;
	line-height:1.5em;
	margin-top:10px;
}

.news-block .inner-box h5 a{
	position:relative;
	color:#2a2a2a;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.news-block .inner-box h5 a:hover{
	color:#f84445;
}

.news-block .inner-box .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.9em;
	margin-top:15px;
}

.news-block .inner-box .read-more{
    position: relative;
    color: #2a2a2a;
    font-weight: 700;
    margin-top: 18px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: 'Montserrat', sans-serif;
}

.news-block .inner-box .read-more:hover{
	color:#f84445;
}

/*** 

====================================================================
	49. Contact info Section
====================================================================

***/

.contact-info-section{
	position:relative;
	padding:130px 0px 130px;
}

.contact-info-section .sec-title-three .text{
	max-width:530px;
}

.contact-info-section .form-column{
	position:relative;
}

.contact-info-section .form-column .inner-column{
	position:relative;
}

.message-form{
	position:relative;
}

.message-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.message-form .form-group:last-child{
	margin-bottom:0px;
}

.message-form .form-group input[type="text"],
.message-form .form-group input[type="tel"],
.message-form .form-group input[type="email"],
.message-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:8px 25px;
	color:#9a9a9a;
	height:48px;
	font-size:16px;
	background:none;
	border-radius:3px;
	border:1px solid #e0e0e0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.message-form .form-group input[type="text"]:focus,
.message-form .form-group input[type="tel"]:focus,
.message-form .form-group input[type="email"]:focus,
.message-form .form-group textarea:focus{
	border-color:#f84445;
}

.message-form .form-group textarea::-webkit-input-placeholder,
.message-form .form-group input::-webkit-input-placeholder{
	color:#9a9a9a;
}

.message-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:21px;
	padding:15px 25px;
	color:#9a9a9a;
	height:180px;
	resize:none;
	font-size:16px;
	background:none;
	border-radius:3px;
	border:1px solid #e0e0e0;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.message-form .theme-btn{
	cursor: pointer;
}

.contact-info-section .info-column{
	position:relative;
}

.contact-info-section .info-column .inner-column{
	position:relative;
	padding-left:70px;
}

.contact-info-section .info-column ul{
	position:relative;
}

.contact-info-section .info-column ul li{
	position:relative;
	color:#666666;
	font-size:16px;
	padding-top:25px;
	padding-left:100px;
	margin-bottom:25px;
}

.contact-info-section .info-column ul li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	color:#f84445;
	font-size:30px;
	text-align:center;
	line-height:78px;
	border-radius:50px;
	border:1px solid #f5f5f5;
}

.contact-info-section .info-column ul li strong{
	position:relative;
	color:#2a2a2a;
	font-size:22px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
	font-family: 'Montserrat', sans-serif;
}

/*** 

====================================================================
	50. Banner Section Two
====================================================================

***/

.banner-section-two{
	position:relative;
}

.banner-section-two .content-box{
	position:relative;
	width:50%;
	float:left;
}

.banner-section-two .content-box .inner-box{
	position:relative;
	padding:360px 0px 300px;
}

.banner-section-two .content-box .title{
	position:relative;
	color:#afafaf;
	font-size:16px;	
	letter-spacing:4px;
	text-transform:uppercase;
}

.banner-section-two .content-box .inner-box h2{
	position:relative;
	color:#000000;
	font-weight:800;
	line-height:1.1em;
	margin-top:15px;
	text-transform:uppercase;
}

.banner-section-two .content-box .text{
	position:relative;
	color:#666666;
	font-size:18px;
	line-height:1.8em;
	margin-top:20px;
	margin-bottom:30px;
}

.banner-section-two .image{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	float:right;
	z-index:2;
}

.banner-section-two .image:before{
	position:absolute;
	content:'';
	left:-80px;
	bottom:-95px;
	width:264px;
	height:384px;
	background:url(../images/icons/pattern-8.png) no-repeat;
}

.banner-section-two .image img{
	position:relative;
	z-index:1;
	max-width:none;
}

/*** 

====================================================================
	51. About Section Four
====================================================================

***/

.about-section-four{
	position:relative;
	padding:220px 0px 260px;
	background-color:#4d71f5;
}

.about-section-four .title-column{
	position:relative;
}

.about-section-four .title-column .inner-column{
	position:relative;
}

.about-section-four .title-column .inner-column .title{
	position:relative;
	font-size:16px;
	font-weight:300;
	letter-spacing:2px;
	text-transform:uppercase;
	color:rgba(255,255,255,1);
}

.about-section-four .title-column .inner-column h3{
	position:relative;
	color:#ffffff;
	font-weight:800;
	line-height:1.2em;
	margin-top:15px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.about-section-four .content-column{
	position:relative;
}

.about-section-four .content-column .inner-column{
	position:relative;
}

.about-section-four .content-column .inner-column .text{
	position:relative;
	padding-top:40px;
	margin-bottom:45px;
}

.about-section-four .content-column .inner-column .text:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	height:3px;
	width:60px;
	border-radius:4px;
	background-color:#ffffff;
}

.about-section-four .content-column .inner-column .text p{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:20px;
}

.about-section-four .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.about-section-four .content-column .inner-column .theme-btn{
	position:relative;
	padding:10px 44px 10px;
}

/*** 

====================================================================
	52. Project Section Two
====================================================================

***/

.project-section-two{
	position:relative;
	padding-bottom:60px;
}

.project-section-two .sec-title-two{
	position:absolute;
	max-width:505px;
	width:100%;
	right:0px;
	z-index:1;
}

.project-section-two .inner-container{
	position:relative;
	padding-top:120px;
}

.project-section-two .inner-container:before{
	position: absolute;
    content: '';
    right: 170px;
    top: -95px;
    width: 464px;
    height: 244px;
    background: url(../images/icons/pattern-9.png) no-repeat;
}

.project-section-two .inner-container .project-block-two:first-child{
	margin-top:-250px;
}

.project-section-two .inner-container .project-block-two:nth-child(3){
	margin-top:-300px;
}

.project-section-two .inner-container .project-block-two:nth-child(2){
	margin-top:170px;
}

/* Project Block Two */

.project-block-two{
	position:relative;
	margin-bottom:75px;
}

.project-block-two .inner-box{
	position:relative;
}

.project-block-two .inner-box .image{
	position:relative;
}

.project-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block-two .inner-box .lower-content{
	position:relative;
	padding:40px 25px 0px;
}

.project-block-two .inner-box .lower-content .project-number{
	position:absolute;
	left:0px;
	top:48px;
	color:#afafaf;
	font-size:14px;
}

.project-block-two .inner-box .lower-content h5{
	position:relative;
	color:#000000;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.project-block-two .inner-box .lower-content h5 a{
	position:relative;
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-block-two .inner-box .lower-content .text{
	position:relative;
	color:#666666;
	margin-top:12px;
	line-height:2em;
}

.project-block-two .inner-box .lower-content .view-case{
	position:relative;
	color:#000000;
	line-height:2em;
	font-size:14px;
	font-weight:700;
	margin-top:15px;
	display:inline-block;
	text-transform:uppercase;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Montserrat', sans-serif;
}

.project-block-two .inner-box .lower-content .view-case:hover,
.project-block-two .inner-box .lower-content h5 a:hover{
	color:#4d71f5;
}

/*** 

====================================================================
	53. Process Section Three
====================================================================

***/

.process-section-three{
	position:relative;
	padding:135px 0px 340px;
	background-color:#f8f9ff;
}

.process-section-three .icon-layer-1{
	position:absolute;
	left:0px;
	top:70px;
	z-index:1;
	width: 201px;
    height: 346px;
    background: url(../images/icons/icon-19.png) no-repeat;
}

.process-section-three .icon-layer-2{
	position:absolute;
	left:0px;
	top:-150px;
	width: 267px;
    height: 440px;
    background: url(../images/icons/icon-20.png) no-repeat;
}

.process-section-three .auto-container{
	position:relative;
}

/* Step Block */

.step-block{
	position:relative;
	z-index:1;
}

.step-block .inner-box{
	position:relative;
}

.step-block .inner-box .step-number{
	position:relative;
	color:#dbdde8;
	font-weight:700;
	font-size:36px;
	font-family: 'Montserrat', sans-serif;
}

.step-block .inner-box h5{
	position:relative;
	color:#000000;
	font-weight:700;
	margin:15px 0px;
	font-family: 'Montserrat', sans-serif;
}

.step-block .inner-box .text{
	position:relative;
	color:#666666;
	font-weight:400;
	font-size:16px;
	line-height:1.8em;
}

/*** 

====================================================================
	54. Talk Section
====================================================================

***/

.talk-section{
	position:relative;
}

.talk-section .inner-container{
	position:relative;
	text-align:center;
	margin-top:-245px;
	z-index:1;
	padding:100px 15px 100px;
	background-color:#4d71f5;
	-webkit-box-shadow:0px 10px 25px rgba(77,113,245,0.25);
	-ms-box-shadow:0px 10px 25px rgba(77,113,245,0.25);
	box-shadow:0px 10px 25px rgba(77,113,245,0.25);
}

.talk-section .inner-container .icon-layer{
	position:absolute;
	content:'';
	left:0px;
	top:70px;
	width: 253px;
    height: 388px;
    background: url(../images/icons/pattern-10.png) no-repeat;
}

.talk-section h3{
	position:relative;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;
}

.talk-section .text{
	position:relative;
	color:#ffffff;
	font-weight:400;
	font-size:16px;
	line-height:1.9em;
	max-width:580px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:50px;
}

/*** 

====================================================================
	54. Career Section
====================================================================

***/

.career-section{
	position:relative;
	padding:135px 0px 100px;
}

.career-section .icon-layer-one{
	position:absolute;
	content:'';
	right:0px;
	top:-90px;
	width: 221px;
    height: 410px;
    background: url(../images/icons/pattern-12.png) no-repeat;
}

.career-section .icon-layer-two{
	position:absolute;
	content:'';
	right:0px;
	top:120px;
	z-index:1;
	width: 125px;
    height: 296px;
    background: url(../images/icons/pattern-13.png) no-repeat;
}

.career-section .outer-container{
	position:relative;
	margin-top:-35px;
}

.career-section .outer-container .icon-layer-three{
	position: absolute;
    left: -80px;
    top: -140px;
    width: 244px;
    height: 444px;
    background: url(../images/icons/pattern-11.png) no-repeat;
}

.career-section .title-column{
	position:relative;
	padding-bottom:40px;
}

.career-section .title-column .theme-btn{
	position:relative;
	padding:11px 42px 11px;
}

.career-section .career-column{
	position:relative;
}

.career-section .career-column .inner-column{
	position:relative;
	padding-left:70px;
}

.career-section .career-column{
	position:relative;
}

.career-section .career-column .inner-column{
	position:relative;
	padding-top:50px;
}

.career-block{
	position:relative;
	margin-bottom:40px;
}

.career-block .inner-box{
	position:relative;
}

.career-block .inner-box h5{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.4em;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.career-block .inner-box h5 a{
	position:relative;
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.career-block .inner-box h5 a:hover{
	color:#4d71f5;
}

.career-block .inner-box .career-info{
	position:relative;
	margin:8px 0px 10px;
}

.career-block .inner-box .career-info li{
	position:relative;
	color:#666666;
	font-size:16px;
	opacity:0.7;
	line-height:1.3em;
	padding-right:15px;
	margin-right:15px;
	display:inline-block;
	border-right:1px solid #bcbcbc;
	font-family: 'Montserrat', sans-serif;
}

.career-block .inner-box .career-info li:last-child{
	padding-right:0px;
	margin-right:0px;
	border:none;
}

.career-block .inner-box .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
}

/*** 

====================================================================
	56. Testimonial Section Five
====================================================================

***/

.testimonial-section-five{
	position:relative;
	padding:145px 0px 145px;
	background-color:#4d71f5;
}

.testimonial-section-five .pattern-one{
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 561px;
    height: 502px;
    background: url(../images/icons/icon-21.png) no-repeat;
}

.testimonial-section-five .pattern-two{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 357px;
    height: 278px;
	margin-left:-157px;
	margin-top:-139px;
    background: url(../images/icons/icon-22.png) no-repeat;
}

.testimonial-section-five .auto-container{
	max-width:835px;
}

.testimonial-section-five .owl-nav{
	display:none;
}

.testimonial-section-five .owl-dots{
	position:relative;
	text-align:center;
	margin-top:65px;
}

.testimonial-section-five .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	margin:0px 5px;
	border-radius:50%;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(255,255,255,0.20);
}

.testimonial-section-five .owl-dots .owl-dot.active,
.testimonial-section-five .owl-dots .owl-dot:hover{
	background-color:rgba(255,255,255,0.60);
}

.testimonial-block-five{
	position:relative;
}

.testimonial-block-five .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-five .inner-box .image{
	position:relative;
	width:120px;
	height:120px;
	margin:0 auto;
	border-radius:50%;
	overflow:hidden;
	margin-bottom:35px;
}

.testimonial-block-five .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.7em;
}

.testimonial-block-five .inner-box .author-name{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.7em;
	font-weight:600;
	margin-top:25px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}

.testimonial-block-five .inner-box .designation{
	position:relative;
	color:#ffffff;
	font-size:14px;
	line-height:1.7em;
	font-weight:400;
	margin-top:5px;
}

/*** 

====================================================================
	57. Hiring Section
====================================================================

***/

.hiring-section{
	position:relative;
}

.hiring-section .upper-box{
	position:relative;
	padding:130px 0px;
	text-align:center;
}

.hiring-section .upper-box .social-icons{
	position:relative;
	margin-top:80px;
}

.hiring-section .upper-box .social-icons li{
	position:relative;
	margin-right:12px;
	display:inline-block;
}

.hiring-section .upper-box .social-icons li a{
	position:relative;
	width:60px;
	height:60px;
	color:#2a2a2a;
	font-size:22px;
	margin:0px 5px;
	line-height:58px;
	border-radius:50%;
	display:inline-block;
	border:1px solid #e1e1e1;
	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;
}

.hiring-section .upper-box .social-icons li a:hover{
	color:#ffffff;
	border-color:#4d71f5;
	background-color:#4d71f5;
}

.hiring-section .lower-box{
	position:relative;
	padding:22px 0px;
	text-align:center;
	border-top:1px solid #e5e5e5;
}

.hiring-section .lower-box .copyright{
	position:relative;
	color:#afafaf;
	font-size:14px;
}

.hiring-section .lower-box .copyright a{
	position:relative;
	color:#4d71f5;
}

/*** 

====================================================================
	58. Page Title Section
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	background-size:cover;
	padding:230px 0px 180px;
	background-position:center center;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0.95;
	background-image: -ms-linear-gradient(left, #1425F3 0%, #02adf3 100%);
	background-image: -moz-linear-gradient(left, #1425F3 0%, #02adf3 100%);
	background-image: -o-linear-gradient(left, #1425F3 0%, #02adf3 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #1425F3), color-stop(100, #02adf3));
	background-image: -webkit-linear-gradient(left, #1425F3 0%, #02adf3 100%);
	background-image: linear-gradient(to right, #1425F3 0%, #02adf3 100%);
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:52px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
}

/*** 

====================================================================
	59. Journey Section
====================================================================

***/

.journey-section{
	position:relative;
	padding:135px 0px 135px;
}

.journey-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.journey-section .title-column .inner-column{
	position:relative;
	padding-right:30px;
}

.journey-section .title-column .inner-column h3{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.3em;
	font-family: 'Montserrat', sans-serif;
}

.journey-section .title-column .inner-column h3 span{
	font-weight:300;
	font-size:38px;
	display:block;
}

.journey-section .text-column{
	position:relative;
}

.journey-section .text-column .inner-column{
	position:relative;
}

.journey-section .text-column .text{
	position:relative;
	margin-bottom:35px;
}

.journey-section .text-column .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:20px;
}

.journey-section .text-column .text p:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	60. History Section
====================================================================

***/

.history-section{
	position:relative;
	padding:180px 0px 60px;
}

.history-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.history-section .image-column .inner-column{
	position:relative;
	padding-left:70px;
}

.history-section .image-column .inner-column .image{
	position:relative;
}

.history-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
	display:block;
	z-index:1;
}

.history-section .image-column .inner-column:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-70px;
	z-index:1;
	width: 168px;
    height: 208px;
    background: url(../images/icons/pattern-14.png) no-repeat;
}

.history-section .content-column{
	position:relative;
}

.history-section .content-column .inner-column{
	position:relative;
	padding-top:55px;
	padding-left:120px;
}

.history-section .content-column .inner-column h3{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.3em;
}

.history-section .content-column .inner-column h3 span{
	font-weight:300;
	display:block;
}

.history-section .content-column .inner-column .text{
	position:relative;
	color:#666666;
	font-weight:400;
	line-height:1.8em;
	font-size:16px;
	margin-top:35px;
	margin-bottom:35px;
}

/*** 

====================================================================
	61. Counter Section Four
====================================================================

***/

.counter-section-four{
	position:relative;
	text-align:center;
	padding:90px 0px 0px;
}

.counter-section-four .fact-counter .column:last-child .inner:before{
	display:none;
}

.counter-section-four .fact-counter .column .inner:before{
	position: absolute;
    content: '';
    right: -70px;
    top: 0px;
    width: 95px;
    height: 156px;
    display: inline-block;
    background: url(../images/icons/icon-7.png) no-repeat;
}

/*** 

====================================================================
	62. Services Section Four
====================================================================

***/

.services-section-four{
	position:relative;
	padding:90px 0px 130px;
}

.services-block-five{
	position:relative;
}

.services-block-five .inner-box{
	position:relative;
	text-align:center;
	padding:65px 35px 60px;
	border:1px solid transparent;
	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;
}

.services-block-five.active .inner-box,
.services-block-five .inner-box:hover{
	border:1px solid #fafaff;
	-webkit-box-shadow:0px 10px 15px rgba(0,0,0,0.06);
	-ms-box-shadow:0px 10px 15px rgba(0,0,0,0.06);
	box-shadow:0px 10px 15px rgba(0,0,0,0.06);
}

.services-block-five .inner-box .icon-box{
	position:relative;
	color:#f23e9d;
	font-size:66px;
	line-height:1em;
	background: linear-gradient(to left, #01b2f3 0%, #122bf3 100%);
	background: -webkit-linear-gradient(to left, #01b2f3 0%, #122bf3 100%);
	background: -ms-linear-gradient(to left, #01b2f3 0%, #122bf3 100%);
	background: -moz-linear-gradient(to left, #01b2f3 0%, #122bf3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-ms-background-clip: text;
	-ms-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
}

.services-block-five .inner-box h5{
	position:relative;
	color:#000000;
	font-size:20px;
	font-weight:600;
	margin-top:25px;
	margin-bottom:12px;
}

.services-block-five .inner-box h5 a{
	position:relative;
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-five .inner-box h5 a:hover{
	color:#0593f3;
}

.services-block-five .inner-box .text{
	position:relative;
	color:#666666;
	font-size:14px;
	font-weight:400;
	line-height:2em;
}

/*** 

====================================================================
	63. Agency Section
====================================================================

***/

.agency-section{
	position:relative;
	padding:160px 0px 0px;
}

.agency-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.agency-section .title-column .inner-column{
	position:relative;
}

.agency-section .title-column .inner-column h3{
	position:relative;
	color:#000000;
	font-weight:800;
	line-height:1.3em;
	font-family: 'Montserrat', sans-serif;
}

.agency-section .title-column .inner-column h3 span{
	font-weight:300;
	display:block;
}

.agency-section .blocks-column{
	position:relative;
	margin-bottom:40px;
}

.agency-section .blocks-column .inner-column{
	position:relative;
	padding-left:35px;
}

/* Agent Block */

.agent-block{
	position:relative;
	margin-bottom:45px;
}

.agent-block:last-child{
	margin-bottom:0px;
}

.agent-block .inner-block{
	position:relative;
}

.agent-block .inner-block h5{
	position:relative;
	font-size:24px;
	font-weight:500;
	line-height:1.3em;
	font-family: 'Montserrat', sans-serif;
}

.agent-block .inner-block h5 a{
	position:relative;
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.agent-block .inner-block h5 a:hover{
	color:#132df3;
}

.agent-block .inner-block .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.9em;
	margin-top:16px;
	margin-bottom:15px;
}

.agent-block .inner-block .read-more{
	position:relative;
	color:#000000;
	font-weight:600;
	text-transform:capitalize;transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.agent-block .inner-block .read-more:hover{
	color:#132df3;
}

/*** 

====================================================================
	64. Call To Action Section
====================================================================

***/

.call-to-action-section{
	position:relative;
	padding:100px 0px;
}

.call-to-action-section .title-column{
	position:relative;
}

.call-to-action-section .title-column .inner-column{
	position:relative;
}

.call-to-action-section:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-image: -ms-linear-gradient(left, #122DF3 0%, #02aef3 100%);
    background-image: -moz-linear-gradient(left, #122DF3 0%, #02aef3 100%);
    background-image: -o-linear-gradient(left, #122DF3 0%, #02aef3 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #122DF3), color-stop(100, #02aef3));
    background-image: -webkit-linear-gradient(left, #122DF3 0%, #02aef3 100%);
    background-image: linear-gradient(to right, #122DF3 0%, #02aef3 100%);
}

.call-to-action-section h3{
	position:relative;
	color:#ffffff;
	font-weight:400;
	line-height:1.3em;
}

.call-to-action-section .form-column{
	position:relative;
}

.call-to-action-section .form-column .inner-column{
	position:relative;
	padding-top:30px;
}

.email-form .form-group{
    position: relative;
    display: block;
    z-index:1;
	margin-bottom: 0px;
}

.email-form .form-group input[type="text"],
.email-form .form-group input[type="tel"],
.email-form .form-group input[type="email"],
.email-form .form-group textarea {
    position:relative;
	display:block;
	width:100%;
	height:62px;
	font-size:14px;
	color:#ffffff;
	line-height:38px;
	padding:10px 20px;
	font-weight:400;
	background:none;
	border:1px solid #ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.email-form .form-group textarea::-webkit-input-placeholder,
.email-form .form-group input::-webkit-input-placeholder{
	color:#ffffff;
}

.email-form .form-group input[type="email"]:focus{
	border-color:rgba(255,255,255,0.80);
}

.email-form .form-group .submit-btn{
	position: absolute;
	top: 0px;
	right: 0px;
	width:64px;
	height:62px;
	cursor:pointer;
	line-height:24px;
	background:#ffffff;
	color:#0976f3;
	font-size:20px;
	font-weight:600;
}

/*** 

====================================================================
	65. World Section
====================================================================

***/

.world-section{
	position:relative;
	padding-top:135px;
	padding-bottom:60px;
}

.world-section.style-two{
	padding-bottom:120px;
}

.location-area{
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.location{
    position: relative;
    display: block;
    max-width: 1025px;
    width: 100%;
    margin: 0 auto;
}
.single-location-box{
    position: absolute;
}

.single-location-box .round-box{
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background: #0f48f3;
    border-radius: 50%; 
    cursor: pointer;
}

.single-location-box .inner-content {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 250px;
	margin-left:-125px;
	text-align:center;
    z-index: 10;
    padding: 25px 15px 20px;
	font-weight: 500;
	font-size:14px;
	color:#666666;
    line-height: 24px;
    border-radius: 5px;
	opacity:0;
	visibility:hidden;
    background-color: #ffffff;
	-webkit-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05),-2px 0px 15px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05),-2px 0px 15px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05),-2px 0px 15px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05),-2px 0px 15px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05),-2px 0px 15px 1px rgba(0,0,0,0.05);
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.single-location-box .icon{
	display:inline-block;
	margin-bottom:12px;
	font-size:20px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:3px;
	color:#ffffff;
	background:#0e4df3;
}

.single-location-box:hover .inner-content{
	bottom:30px;
	opacity:1;
	visibility:visible;	
}

.single-location-box.one{
    top: 20%;
    left: 18%;
}

.single-location-box.two{
    top: 70%;
    left: 25%;
}

.single-location-box.three{
    top: 20%;
    left: 68%;
}
.single-location-box.four{
    top: 60%;
    left: 52%;
}
.single-location-box.five{
   top: 78%;
    left: 88%;
}

/*** 

====================================================================
	66. Portfolio Section
====================================================================

***/

.portfolio-section{
	position:relative;
	padding:100px 0px 110px;
}

.portfolio-section.style-two .filters{
	background:none;
	padding:0px;
	margin-bottom:75px;
}

.portfolio-section .outer-container{
	position:relative;
	padding:0px 80px;
}

.portfolio-section .filters{
	position:relative;
	margin-bottom:30px;
	padding:25px 45px 28px;
	background-color:#f2f4fc;
}

.portfolio-section .filters h4{
	position:relative;
	color:#000000;
	font-size:32px;
	font-weight:600;
	margin-bottom:20px;
}

.portfolio-section .filters .filter-tabs{
	position:relative;
}

.portfolio-section .filters li{
	position: relative;
    display: inline-block;
    color: #666666;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
	margin-right:60px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	font-family: 'Montserrat', sans-serif;
}

.portfolio-section .filters .filter.active,
.portfolio-section .filters .filter:hover{
    color:#00bff3;
}

.project-block-three.mix,
.project-block-four.mix{
	display:none;
}

.portfolio-section .project-block-three{
	padding:0px;
	float:left;
}

/* Project Block Three */

.project-block-three{
	position:relative;
}

.project-block-three .inner-box{
	position:relative;
}

.project-block-three .inner-box .image{
	position:relative;
}

.project-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block-three .inner-box .image .overlay-box{
	position: absolute;
    left: 50px;
    bottom: 50px;
    right: 50px;
    top: 50px;
    z-index: 2;
	opacity: 0;
    display: block;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	background-image: -ms-linear-gradient(left, #103AF3 0%, #02b3f3 100%);
	background-image: -moz-linear-gradient(left, #103AF3 0%, #02b3f3 100%);
	background-image: -o-linear-gradient(left, #103AF3 0%, #02b3f3 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #103AF3), color-stop(100, #02b3f3));
	background-image: -webkit-linear-gradient(left, #103AF3 0%, #02b3f3 100%);
	background-image: linear-gradient(to right, #103AF3 0%, #02b3f3 100%);
}

.project-block-three .inner-box .image .overlay-box:before{
	position:absolute;
	content:'';
	left:-10px;
	top:-10px;
	right:-10px;
	bottom:-10px;
	border:10px solid rgba(255,255,255,0.40);
}

.project-block-three .inner-box:hover .image .overlay-box{
	opacity: 0.80;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}

.project-block-three .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
    padding: 10px 20px;
    vertical-align: middle;
}

.project-block-three .inner-box .image .overlay-box .overlay-inner .overlay-content{
    position: relative;
	text-align:center;
    display: table-cell;
    vertical-align: middle;
}

.project-block-three .inner-box .image .overlay-box h6{
	position:relative;
	font-size:20px;
	font-weight:400;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
}

.project-block-three .inner-box .image .overlay-box h6 a{
	position:relative;
	color:#ffffff;
}

.project-block-three .inner-box .image .overlay-box .category{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:#ffffff;
	margin-top:6px;
	margin-bottom:28px;
}

.project-block-three .inner-box .image .overlay-box .arrow-box{
	position:relative;
	color:#ffffff;
	padding:6px 18px;
	border-radius:50px;
	font-size:30px;
	display:inline-block;
	border:2px solid #ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-block-three .inner-box .image .overlay-box .arrow-box:hover{
	background-color:#ffffff;
	color:#1139f3;
}

/* Project Block Four */

.project-block-four{
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
}

.project-block-four .inner-box{
	position:relative;
	margin:5px 0px;
}

.project-block-four .inner-box:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	border:10px solid #ffffff;
	border-radius:5px;
	opacity:0;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 0px 15px rgba(0,0,0,0.20);
	box-shadow:0px 0px 15px rgba(0,0,0,0.20);	
}

.project-block-four .inner-box:hover:before{
	opacity:1;	
}

.project-block-four .inner-box .over-link{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
	display:block;	
}

.project-block-four .inner-box .image{
	position:relative;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.project-block-four .inner-box .image img{
	position:relative;
	width:100%;
}

.project-block-four .inner-box .overlay-box{
	position:absolute;
	left:10px;
	bottom:10px;
	z-index:3;
	right:10px;
	overflow:hidden;
}

.project-block-four .inner-box .overlay-box .overlay-inner{
	position:relative;
}

.project-block-four .inner-box .overlay-box .overlay-inner .content-box{
	position:relative;
	left:-200px;
	opacity:0;
	display:inline-block;
	background-color:#fbf8f8;
	padding:20px 55px 20px 25px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.project-block-four .inner-box:hover .overlay-box .overlay-inner .content-box{
	margin-bottom:0px;
	left:0px;
	opacity:1;
}

.project-block-four .inner-box .overlay-box .overlay-inner .content-box h6{
	position:relative;
	color:#000000;
	font-size:20px;
	line-height:1.3em;
}

.project-block-four .inner-box .overlay-box .overlay-inner .content-box h6 a{
	position:relative;
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-block-four .inner-box .overlay-box .overlay-inner .content-box h6 a:hover{
	color:#00bff3;
}

.project-block-four .inner-box .overlay-box .overlay-inner .category{
	position:relative;
	color:#666666;
	font-size:15px;
	letter-spacing:1px;
	margin-top:8px;
}

.project-block-four .inner-box .overlay-box .arrow-box{
	position:absolute;
	right:-80px;
	bottom:30px;
	color:#ffffff;
	padding:6px 18px;
	border-radius:50px;
	font-size:30px;
	display:inline-block;
	border:2px solid #ffffff;
	-webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.project-block-four .inner-box .overlay-box .arrow-box:hover{
	background-color:#ffffff;
	color:#00bff3;
	transition-delay: 0s;
}

.project-block-four .inner-box:hover .overlay-box .arrow-box{
	right:28px;
	transition-delay: 0.7s;
}

.portfolio-section .project-block-five{
	padding:0px;
	float:left;
}

.project-block-five.mix{
	display:none;
}

/* Project Block Five */

.project-block-five{
	position:relative;
}

.project-block-five .inner-box{
	position:relative;
	overflow:hidden;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.project-block-five .inner-box .image{
	position:relative;
	display:block;
	background:#ffffff;
}

.project-block-five .inner-box .image img{
	position:relative;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	width:100%;
}

.project-block-five .inner-box:hover .image img{
	opacity:0.70;
	-webkit-transform:scale(1.05);	
	-ms-transform:scale(1.05);	
	-moz-transform:scale(1.05);	
	transform:scale(1.05);	
}

.project-block-five .inner-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:1;
	right:0px;
	opacity:0;
	width:100%;
	background-image: -ms-linear-gradient(left, #103AF3 0%, #02b3f3 100%);
	background-image: -moz-linear-gradient(left, #103AF3 0%, #02b3f3 100%);
	background-image: -o-linear-gradient(left, #103AF3 0%, #02b3f3 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #103AF3), color-stop(100, #02b3f3));
	background-image: -webkit-linear-gradient(left, #103AF3 0%, #02b3f3 100%);
	background-image: linear-gradient(to right, #103AF3 0%, #02b3f3 100%);
	transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
	-webkit-transform:scaleX(0.7) translateX(-30px);
	-ms-transform:scaleX(0.7) translateX(-30px);
	-moz-transform:scaleX(0.7) translateX(-30px);
	transform:scaleX(0.7) translateX(-30px);
	-webkit-transform-origin:left;
	-ms-transform-origin:left;
	-moz-transform-origin:left;
	transform-origin:left;
}

.project-block-five .inner-box .overlay-box .overlay-inner{
	position:relative;
}

.project-block-five .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:scaleX(1) translateX(0px);
	-ms-transform:scaleX(1) translateX(0px);
	-moz-transform:scaleX(1) translateX(0px);
	transform:scaleX(1) translateX(0px);
}

.project-block-five .inner-box .overlay-box .overlay-inner .content-box{
	position:relative;
	display:inline-block;
	padding:20px 55px 20px 25px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.project-block-five .inner-box:hover .overlay-box .overlay-inner .content-box{
	margin-bottom:0px;
	left:0px;
	opacity:1;
}

.project-block-five .inner-box .overlay-box .overlay-inner .content-box h6{
	position:relative;
	color:#000000;
	font-size:20px;
	line-height:1.3em;
}

.project-block-five .inner-box .overlay-box .overlay-inner .content-box h6 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-block-five .inner-box .overlay-box .overlay-inner .content-box h6 a:hover{
	color:#00bff3;
}

.project-block-five .inner-box .overlay-box .overlay-inner .category{
	position:relative;
	color:#ffffff;
	font-size:15px;
	letter-spacing:1px;
	margin-top:5px;
}

.project-block-five .inner-box .overlay-box .arrow-box{
	position:absolute;
	right:28px;
	bottom:30px;
	color:#ffffff;
	padding:6px 18px;
	border-radius:50px;
	font-size:30px;
	display:inline-block;
	border:2px solid #ffffff;
	-webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.project-block-five .inner-box .overlay-box .arrow-box:hover{
	background-color:#ffffff;
	color:#00bff3;
}

/*** 

====================================================================
	67. Portfolio Single Section
====================================================================

***/

.portfolio-single-section{
	position:relative;
	padding:100px 0px 100px;
}

.portfolio-single-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.portfolio-single-section .content-column .inner-column{
	position:relative;
}

.portfolio-single-section .content-column .lower-content{
	position:relative;
	padding:60px 40px;
	margin-left:100px;
	margin-top:-80px;
	background-color:#ffffff;
	-webkit-box-shadow:0px 0px 45px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 45px rgba(0,0,0,0.10);
	box-shadow:0px 0px 45px rgba(0,0,0,0.10);
}

.portfolio-single-section .content-column .lower-content h3{
	position:relative;
	color:#000000;
	font-weight:500;
	line-height:1.3em;
}

.portfolio-single-section .content-column .inner-column .project-list{
	position:relative;
	margin-top:20px;
	margin-bottom:40px;
}

.portfolio-single-section .content-column .inner-column .project-list li{
	position:relative;
	margin-right:22px;
	color:#9194a0;
	font-size:14px;
	font-weight:500;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
}

.portfolio-single-section .content-column .inner-column .project-list li span{
	color:#000000;
}

.portfolio-single-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:40px;
}

.portfolio-single-section .content-column .inner-column .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.portfolio-single-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.portfolio-single-section .content-column .inner-column .social-box{
	position:relative;
}

.portfolio-single-section .content-column .inner-column .social-box li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.portfolio-single-section .content-column .inner-column .social-box li a{
	position:relative;
	color:#8f95a8;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.portfolio-single-section .content-column .inner-column .social-box li a:hover{
	color:#00bff3;
}

.portfolio-single-section .sidebar-column{
	position:relative;
}

.portfolio-single-section .sidebar-column .inner-column{
	position:relative;
}

.portfolio-single-section .sidebar-column .inner-column.padding-left{
	padding:15px 0px 0px 50px;
}

/* Sidebar Title */

.sidebar-title{
	position:relative;
	margin-bottom:25px;
}

.sidebar-title h5{
	position:relative;
	color:#000000;
	font-weight:500;
	line-height:1.2em;
	font-family: 'Poppins', sans-serif;
}

/* Cat List */

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
	margin-bottom:16px;
}

.cat-list li a{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:500;
	padding-left: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;
	font-family: 'Montserrat', sans-serif;
}

.cat-list li a:hover{
	color:#00bff3;
}

.cat-list li a:before{
	position:absolute;
	content:'-';
	left:0px;
	top:-3px;
}

/*** 

====================================================================
	68. Faq Page Section
====================================================================

***/

.faq-page-section-one{
	position:relative;
	padding:140px 0px 100px;
	background-color:#f2f4fc;
}

.faq-page-section-one .inner-container:last-child{
	margin-bottom:0px;
}

.faq-page-section-one .inner-container{
	position:relative;
	margin-bottom:125px;
	padding-bottom:100px;
	border-bottom:1px solid #dee1eb;
}

.faq-page-section-one .inner-container .accordion-box{
	max-width:970px;
	margin:0 auto;
}

.faq-page-section-one .inner-container{
	position:relative;
}

/* Faq Block */

.faq-block{
	position:relative;
	margin-bottom:30px;
}

.faq-block .inner-block{
	position:relative;
	padding:55px 22px 40px;
	border-radius:4px;
	background-color:#ffffff;
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.10);
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.faq-block .inner-block h6{
	position:relative;
	color:#000000;
	font-size:18px;
	font-weight:500;
	margin-bottom:20px;
	font-family: 'Montserrat', sans-serif;
}

.faq-block .inner-block .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.9em;
	padding-left:18px;
}

.faq-page-section-two{
	position:relative;
	padding:10px 0px 100px;
	background-color:#f2f4fc;
}

.faq-page-section-two .outer-container{
	position:relative;
	padding:0px 90px;
}

/* Faq Block Two */

.faq-block-two{
	position:relative;
	margin-bottom:30px;
}

.faq-block-two .inner-box{
	position:relative;
}

.faq-block-two .inner-box h6{
	position:relative;
	color:#000000;
	font-size:18px;
	font-weight:500;
	margin-bottom:20px;
	font-family: 'Poppins', sans-serif;
}

.faq-block-two .inner-box .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.9em;
	padding-left:18px;
}

/*** 

====================================================================
	69. Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:130px 0px 0px;
}

.contact-page-section .inner-container:before{
	position:absolute;
	content:'';
	right:-90px;
	top:-70px;
	width:553px;
	height:712px;
	background:url(../images/icons/message-line.png) no-repeat;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;	
}

.contact-page-section .title-column{
	position:relative;
}

.contact-page-section .title-column .inner-column{
	position:relative;
	padding-right:60px;
}

.contact-page-section .title-column h3{
	position:relative;
	color:#283252;
	font-weight:700;
	line-height:1.3em;
	margin-bottom:25px;
}

.contact-page-section .title-column h3 span{
	font-weight:300;
	display:block;
	font-family: 'Montserrat', sans-serif;
}

.contact-page-section .title-column .text{
	position:relative;
	color:#666666;
	font-size:17px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:40px;
}

.contact-page-section .form-column{
	position:relative;
}

.contact-page-section .form-column .inner-column{
	position:relative;
	margin-right:-60px;
	padding-top:110px;
}