/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One / Header Style Two / Header Style Three
5. Main Slider
6. Welcome Section
7. About Style One / Norma / Light Version
8. Sponsors Style One
9. Team Style One
10. Testimonials Style One
11. Contact Style One
12. Parallax Section
13. News Section
14. Main Footer / Style One / Style Two / Style Three
15. Latest Work
16. Two Column Fluid
17. Team Style Two
18. Testimonial Style Two
19. Sponsors Style Two
20. Combo Section
21. Newsletter Style One
22. About Style Two / Normal / Light Version
23. Testimonials Style Three
24. Contact Style Two
25. Newsletter Style One
26. Map Section
27. Services / Services Single
28. Sidebar
29. Sidebar Widgets
30. Content Side
31. project style one
32. project style two
33. project style three
34. Blog Grid View
35. Blog List View
36. Blog Single
37. Comments Area
38. Comment Form
39. Styled Pagination
40. Contact Us



**********************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Varela+Round');


@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('hover.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:15px;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #00a0e3;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Raleway', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
    font-family: 'open sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: -2px;
    resize: none;
}

.default-form .column .thm-btn{
	position: relative;
	padding: 8px 19px;
	margin-top: 20px;
	line-height: 24px;
	text-transform: uppercase;
	background: #00a0e3;
	color: #ffffff;
	font-size: 12px;
	transition: .5s;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	border: 2px solid #00a0e3;
}
.default-form-area .default-form .form-group .thm-btn{
    position: relative;
    padding: 8px 19px;
    line-height: 24px;
    text-transform: uppercase;
    background: #00a0e3;
    color: #ffffff;
    font-size: 12px;
    transition: .5s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: 2px solid #00a0e3;
}


p{
	position:relative;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	color: #5f5f5f;
}


/*
---------------------------------
sec-title style
---------------------------------
*/
.sec-title{}
.sec-title h2{
	font-weight:500;
	font-size:28px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}
.sec-title h5{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing: 9px;
}
/*sec-title end*/

.sticky-header .logo{
	margin-top:0px;
}
.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	max-width:680px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.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;
	font-family: 'Roboto', sans-serif;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	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;	
}

.anim-5,.anim-5-all *{
	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;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}
/*
=====================================
btn style 
=====================================
*/
.btn-style-one{
	position:relative;
	padding:8px 19px;
	line-height:24px;
	text-transform:uppercase;
	background: #00a0e3;
	color:#ffffff !important;
	font-size:11px;
	font-weight:400;
	border: 2px solid #00a0e3;	
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover{
	color:#00a0e3 !important;
	border-color:#00a0e3 ;
	background:#ffffff;	
}
.btn-style-one span{
	color:#202020;	
}


.btn-style-two{
	position:relative;
	text-transform:uppercase;
	color: #00a0e3;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	transition:.5s;
}

.btn-style-two:hover{
	color:#202020;
	transition:.5s;	
}
.btn-style-three{
	position:relative;
	padding: 13px 19px;
	line-height:24px;
	text-transform:uppercase;
	background: #00a0e3;
	color:#ffffff;
	font-size: 12px;
	transition: .5s;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	border: 2px solid #00a0e3;
}

.btn-style-three:hover{
	color:#00a0e3;
	border-color:#00a0e3;
	background:#ffffff;	
}

.btn-style-three span{
	color:#202020;
	margin-right: 19px;
}

.link-btn.style-two{
	margin:50px 0px;
}
.link-btn.style-three{
	float:right;
	margin: 30px 0px;
}
.theme-btn .fa{
	position:relative;
	top:0px;
	padding-right:15px;
	font-size:10px;
}

.theme_color{
	color:#00a0e3;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}
.full-width{
	width:100%;
}
.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.GIF);
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
    position: fixed;
    bottom: 50px;
    right: 15px;
    background: #00a0e3;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 999;	
}

.scroll-to-top:hover{
	color:#fff;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	font-family:'Roboto',sans-serif;
	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 .links-nav li{
	position:relative;
	float:left;
	margin-right:25px;
}

.main-header .top-right .links-nav li{
	margin-right:0px;
	margin-left:25px;
}

.main-header .links-nav li a{
	position:relative;
	line-height:26px;
	font-size:13px;
	text-transform:capitalize;	
}

.main-header .links-nav li .fa{
	padding-right:8px;
	font-size:16px;
	color:#00a0e3;	
}

/*
-----------------------
search
-----------------------
*/
.header-lower .navbar-collapse .search-box form input{
    position: relative;
    height: 58px;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
}

.header-lower .navbar-collapse .search-box submit icon{
	position:absolute;
}
.header-lower .navbar-collapse .search-box i:before{
	font-size:12px;
}
.header-lower .navbar-collapse .search-box{
	position:relative;
	margin-right: 140px;
	height:58px;
}
.header-lower .navbar-collapse .search-box button{
	position:relative;
	background:transparent;
	color:#acacac;
}

.header-lower .navbar-collapse .search-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    width: 2000%;
    height: 100%;
    background: #202020;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(12deg);
	border-left: 4px solid #c48c14;
}
/*
-----------------------
*/
.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background: #00a0e3;
	z-index:0;
	border-bottom:1px solid #cccccc;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}


.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-upper{
	position:relative;
	padding: 37px 0px 16px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .logo-outer{
	position:relative;
	z-index:25;
	margin-right: 77px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding: 0px 0px 9px;
}

.main-header .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin-left: 48px;
	padding: 0px 0px 0px 74px;
	color: #202020;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}



.main-header.header-style-two .info-box{
	padding-left:54px;
	color:#222222;
	text-transform:none;	
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	line-height:46px;
	color: #00a0e3;
	-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 .icon-box .icon:before{
	font-size: 35px;
}
.main-header.header-style-two .info-box .icon-box{
	font-size:32px;
	color:#00a0e3;
	border:none;
	line-height:50px;
}

.main-header .info-box:hover .icon-box{
	border-color:#00a0e3;
	color:#00a0e3;	
}

.main-header .info-box li{
	position:relative;
	line-height:20px;
	font-size: 12px;
}

.main-header .info-box li a{
	color:#777777;		
}

.main-header .info-box strong{font-size: 14px;}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background: #00a0e3;
	z-index:5;
	height: 45px;
}

.main-header.header-style-two .header-lower{
	background:none;
	border:none;	
}

.main-header .nav-outer{
	position:relative;
}

.main-header.header-style-two .nav-outer{
	background:#012f5d;
	padding:0px 160px 0px 30px;
}

.main-header.header-style-three .nav-outer{
	padding:0px 130px 0px 0px;
}

.header-main-box .nav-outer .search-box-btn{
	position:absolute;
	right:0px;
	font-size:14px;
	width:30px;
	height:30px;
	top:50%;
	margin-top:-15px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
}

.header-main-box .nav-outer .search-box-btn:hover{
	color:#00a0e3;
}

.main-menu{
	position:relative;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:30px;
}

.header-style-two .main-menu .navigation > li{
	margin-right:20px;
}

.header-main-box .main-menu .navigation > li{
	border:none;	
}

.sticky-header .main-menu .navigation > li{
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding: 7px 24px 7px 24px;
	font-size:14px;
	color: #202020;
	line-height:30px;
	font-weight:500;
	text-transform:uppercase;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a{
	color:#ffffff;
}

.sticky-header .main-menu .navigation > li > a{
	color:#181818;
	padding:15px 15px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	background: #30c2ff;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	background: #30c2ff;
	color:#ffffff;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:130%;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background: #202020;
	border-top:3px solid #00a0e3;
	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.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.30);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 15px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	background:#30c2ff;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:110%;
	top:0px;
	width:220px;
	padding:0px;
	z-index:100;
	display:none;
	background:#012f5d;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.30);
}

.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 15px;
	line-height:22px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background:#00a0e3;	
}

.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;
	left:100%;
	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 .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .btn-outer{
	position:absolute;
	right:30px;
	top:0px;
	width:130px;	
}

.main-header.header-style-three .btn-outer{
	position:absolute;
	right:0px;
	top:0px;
	width:130px;	
}

.main-header .btn-outer .quote-btn{
	position:relative;
	display:block;
	line-height:24px;
	text-align:center;
	padding:8px 10px;
	margin:11px 0px 0px;
	font-weight:500;
	font-size:13px;
	color:#ffffff;
	background:#00a0e3;
	border-radius:2px;
	text-transform:uppercase;
	z-index:1;	
}

.main-header.header-style-three .btn-outer .quote-btn{
	background:#012f5d;
	color:#ffffff;	
}

.header-main-box .btn-outer .quote-btn{
	padding:27px 0px 18px 30px;	
}

.social-links-one{
	position:relative;	
}

.main-header .social-links-one{
	top:7px;	
}

.social-links-one a{
	position:relative;
	display:inline-block;
	text-align:center;
	margin-left:4px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#928d8d;
	border-radius:50%;
	background:#f4f4f4;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-links-one a:hover{
	background:#00a0e3;
	color:#ffffff;	
}

.social-links-two a{
	position:relative;
	display:inline-block;
	text-align:center;
	margin-right:5px;
	width:40px;
	height:40px;
	border:1px solid #e0e0e0;
	line-height:38px;
	font-size:14px;
	color:#cccccc;
	border-radius:50%;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-links-two a:hover{
	background:#00a0e3;
	border-color:#00a0e3;
	color:#ffffff;	
}

.social-links-three a{
	position:relative;
	display:inline-block;
	text-align:center;
	margin-right:5px;
	width:32px;
	height:32px;
	border:1px solid #f1f1f1;
	line-height:30px;
	font-size:12px;
	color:#aaaaaa;
	background:#f1f1f1;
	border-radius:50%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-links-three a:hover{
	background:#00a0e3;
	border-color:#00a0e3;
	color:#ffffff;	
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider.negative-margin{
	position:relative;
	margin-top:-62px;
}

.main-slider .tp-caption{
	z-index:5;
}

.main-slider .tp-dottedoverlay{
	background-color: rgba(0,0,0,-0.4) !important;
}

.main-slider .subtitle-text{
	font-weight:600;
	line-height:1.6em;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
}

.main-slider .text{
	font-weight:400;
	line-height:1.6em;
	color:#ffffff;
	font-size:16px;
}

.main-slider h1{
	font-size:64px;
	color:#ffffff;
	font-weight:600;
	line-height:1.4em;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
}

.main-slider h3{
	font-size:36px;
	color:#ffffff;
	font-weight:500;
	line-height:1.4em;
	font-family: 'Raleway', sans-serif;
	text-transform:uppercase;
	letter-spacing: 10px;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:#ffffff !important;
	width:22px !important;
	height:2px !important;
	border:1px solid #ffffff!important;
	border-radius:2px!important;
	margin:0px 7px;
	z-index:0;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	border-color:#00a0e3 !important;
	background:#00a0e3 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none ;
	width:50px ;
	overflow:hidden;
	margin-top:-10px ;
	height:50px;
}

.main-slider .tparrows.preview3:after{
	top:0px;
	background:none;
	border:2px solid #ffffff;
	color:#ffffff;
	font-size:24px;
	height:48px;
	line-height:44px;
	width:48px;
	padding:0px;
	border-radius:1px;
}

.main-slider .tparrows.tp-leftarrow.preview3:after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3:after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover:after{
	color:#ffffff;
	background:#00a0e3;
	border-color:#00a0e3;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}



/*** 

====================================================================
	service Section
====================================================================

***/
.single-service-box {
	margin-top: 70px;
	border-bottom: 2px solid transparent;
	padding-bottom: 38px;
	position: relative;
	transition: border-color .4s ease;
}

.single-service-box {}

.single-service-box:hover {
	border-color: #00a0e3;
}

.single-service-box:hover a.read-more {
	opacity: 1;
}

.single-service-box h3 {
	font-size: 18px;
	line-height: 1;
	font-family: 'Raleway';
	font-weight: 600;
	margin: 0;
	margin-bottom: 16px;
	margin-top: 30px;
}
.single-service-box h3 a{
	color: #202020;
}
.single-service-box p {
	margin: 0;
	margin-bottom: -10px;
}
.single-service-box a.read-more {
	width: 35px;
	height: 30px;
	background: #202020;
	color: #00a0e3;
	font-size: 1.65rem;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	bottom:0;
	right: 0;
	margin-bottom: 0px;
	text-decoration: none;
	opacity: 0; 
	transition: opacity .4s ease;
}

.sec-pad {
	padding: 75px 0;
}
.sec-pad.top-minus-70 {
	padding-top: 5px;
}
.sec-pad.bottom-minus-70 {
	padding-bottom: 5px;
}
.sec-pad .auto-container .single-service-box img{
	width:100%;
	display:block;
}

.sec-pad.style-two {
	padding: 60px 0px 20px;
}
.sec-pad.style-two.top-minus-70 {}
.sec-pad.style-two .sec-title {
    margin-bottom: 30px;
    position: relative;
    padding-left: 16px;
}
.sec-pad.style-two .sec-title:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 52px;
    background: #00a0e3;
}
.sec-pad.style-two.bottom-minus-70 {
	padding-bottom: 5px;
}
.sec-pad.style-two .auto-container .single-service-box img{
	width:100%;
	display:block;
}
.sec-pad.style-two .single-service-box{
	margin-top: 20px;
    border-bottom: 2px solid transparent;
    padding-bottom: 38px;
    position: relative;
    transition: border-color .4s ease;
}
/*** 

====================================================================
	Sponsors Style One
====================================================================

***/

.sponsors-style-one{
	position:relative;
	color:#ffffff;
	overflow:hidden;
	text-align:center;
	padding: 54px 0px;
	background: #f3f3f3;
}

.light-version .sponsors-style-one{
	border-top:1px solid rgba(0,0,0,0.10);
}

.sponsors-style-one .sponsors-slider img{
	display:inline-block;
	max-width:100%;
	width:auto ;
	height:auto;
	opacity:0.40;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.sponsors-style-one .sponsors-slider img:hover{
	opacity:1;	
}

.sponsors-style-one .owl-controls{
	display:none ;	
}

/*** 

====================================================================
	Testimonial Style One
====================================================================

***/

.testimonial-style-one{
	position:relative;
	padding: 100px 0px 46px;
	color:#5f5f5f;
	text-align:center;
}


.testimonial-style-one .auto-container{
	position:relative;
	z-index:1;	
}
.testimonial-style-one .slide-item{
	background: #f3f3f3;
	position: relative;
	padding: 96px 40px 58px;
}
.testimonial-style-one .slide-item .quote{
	position: absolute;
	font-size: 64px;
	top: 48px;
	left: 50%;
	color: #00a0e3;
	margin-left: -11px;
}
.testimonial-style-one .slide-item .inner-box{
	position: relative;
}

.testimonial-style-one .slide-item .author-image{
	position:relative;
	width: 80px;
	margin:0 auto;
	margin-bottom: 36px;
}

.testimonial-style-one .slide-item .author-image img{
	display:block;
	width:100%;
	height:auto;
	border: 3px solid #00a0e3;
	border-radius: 50%;
}

.testimonial-style-one .slide-item h4{
	position:relative;
	font-size: 14px;
	font-weight:400;
	margin-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
}
.testimonial-style-one .slide-item p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	color:#252525;
	text-transform:uppercase;
}
.testimonial-style-one .slide-item span{
	color:#00a0e3;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:13px;
}
.testimonial-style-one .slide-item .text{
	position:relative;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-top: 16px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot{
	color:#c1c1c1;
	margin-top: 25px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #00a0e3;
}


/*** 

====================================================================
	Parallax Style One
====================================================================

***/

.parallax-style-one{
	position:relative;
	padding: 70px 0px 78px;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
	color:#ffffff;
}

.parallax-style-one:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
    background: rgba(249, 173, 10, 0.86);	
}
.parallax-style-one .sec-title:after{
	content: none;
}
.parallax-style-one .auto-container{
	position:relative;
	z-index:1;	
}
.parallax-style-one .auto-container .sec-title{
	text-align: center;
}
.parallax-style-one .auto-container .sec-title h2{	    
	line-height: 46px;
}
.parallax-style-one .auto-container .sec-title h5{	
	line-height: 30px;	
	padding: 10px 0px;	
	margin-bottom: 40px;
}
.parallax-style-one .auto-container .item-list .item .content-box{
	margin: 10px 0px 15px;
	transition: .5s;
}
.parallax-style-one .auto-container .item-list .item .content-box:hover{
	background: rgba(174, 125, 18, 0.74);
	transition: .5s;
}
.parallax-style-one .auto-container .item-list .item .content-box .clearfix{
	
padding: 11px 24px 10px;
	
border: 1px solid #fff;
}
.parallax-style-one .auto-container .item-list .item .content-box .clearfix h4{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
	padding: 9px 0px;
	text-transform: uppercase;
}
.parallax-style-one .auto-container .item-list .item p{
	color:#fff;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/


.main-footer{
	position:relative;
	background:#202020;
}

.main-footer p{
	margin-bottom:20px;
	color: #ffffff;
}

.main-footer .footer-upper{
	position:relative;
	padding: 66px 0px 73px;
	line-height:2em;
}
.main-footer .footer-upper .footer-logo{	
	padding-top: 16px;
}
.main-footer .footer-upper .footer-logo img{	
	max-width:100%;
	display:block;
}
.main-footer .footer-upper .column{
	position:relative;
	margin-bottom:30px;
}

.footer-upper .column h3{
	position:relative;
	text-transform: uppercase;
	font-size: 14px;
	line-height:1.4em;
	margin-bottom: 16px;
	font-weight: 700;
	letter-spacing:1px;
	color: #ffffff;
	margin-left: 10px;
}

.footer-upper .column h3:after{
	content:'';
	position:absolute;
	left: -10px;
	top: 3px;
	width: 2px;
	height: 12px;
	background: #00a0e3;
}

.main-footer .about-widget{
	font-size:12px;
}

.main-footer .footer-upper a{
	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;
}

.main-footer .footer-upper a:hover{
	color:#f7a34a;	
}

.footer-upper .links-widget li{
	position:relative;
	margin-bottom: 18px;
}
.footer-upper .links-widget li:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #00a0e3;
}
.footer-upper .links-widget li a{
	position:relative;
	display:block;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding-left: 13px;
}

.footer-upper .links-widget li a:hover{
	color:#00a0e3;	
}

.main-footer .social-links a{
	position:relative;
	display:inline-block;
	font-size:13px;
	width:32px;
	height:32px;
	line-height:30px;
	border:1px solid #e1e1e1;
	text-align:center;
	margin:0px 10px 10px 0px;
	color:#4e4e4e;
	background:#f1f1f1;
	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;
}

.main-footer .social-links a:hover{
	color:#ffffff;
	background:#f7a34a;	
}

.footer-upper .gallery-widget{
	position:relative;
}

.footer-upper .gallery-widget .image{
	position:relative;
	float:left;
	width: 25%;
	border: 3px solid transparent;
	overflow:hidden;
}

.footer-upper .gallery-widget .image img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-upper .gallery-widget .image .link-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0;
	color:#ffffff;
	background:rgba(0,0,0,0.50);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.footer-upper .gallery-widget .image .link-image .fa{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-10px;
	display:block;
	width:100%;
	height:20px;
	line-height:20px;
}

.footer-upper .gallery-widget .image:hover .link-image{
	opacity:1;
}

.main-footer .contact-info{
	position:relative;
	text-align:center;
	margin-bottom:20px;
}

.main-footer .contact-info li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
	line-height:24px;	
}

.main-footer .contact-info li .bullet{
	position:relative;
	top:4px;
	padding-right:10px;
	font-size:20px;
	color:#f7a34a;
	line-height:24px;
}

.footer-upper .twitter-feeds .feed{
	position:relative;
	padding:0px 0px 0px 30px;
	margin-bottom:20px;
	color:#808080;
}

.footer-upper .twitter-feeds .feed:last-child{
	margin:0px;	
}

.footer-upper .twitter-feeds .feed-content{
	margin-bottom:5px;
	line-height: 24px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.footer-upper .twitter-feeds .feed a{
	position:relative;
	color: #ffffff;
}

.footer-upper .twitter-feeds .feed .time{
	position:relative;
	color: #00a0e3;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.footer-upper .twitter-feeds .feed strong{
	font-weight:400;	
}

.footer-upper .twitter-feeds .feed .icon{
	position:absolute;
	width:30px;
	height:20px;
	left:0px;
	top:5px;
	line-height:20px;
	font-size:16px;
	color: #2ddbf5;
}

.footer-bttom{
    background: #2e2e2e;
    float: right;
    padding: 14px 48px;
    margin-top: 14px;
    position: relative;
}
.footer-bttom:before{
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 70px;
	height: 100%;
	background: #2e2e2e;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-18deg);
}  
.footer-bttom p{
	margin-bottom: 6px;
	color:#00a0e3;
}


/*** 

====================================================================
	Two Column Fluid
====================================================================

***/

.two-col-fluid{
	position:relative;
	background:#012f5d;
}

.two-col-fluid .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;	
}

.two-col-fluid .image-column .image-box{
	width:100%;
	margin:0px;
	display:none;	
}

.two-col-fluid .image-column .image-box img{
	display:block;
	width:100%;	
}



/*** 

====================================================================
	Accordions style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	margin-bottom:10px;
	border:1px solid #ffffff;
	border-radius:2px;	
}

.accordion-box.style-two .block{
	border:1px solid rgba(0,0,0,0.20);
}

.accordion-box.style-two .block.active-block{
	border-color:#00a0e3;
}

.accordion-box .block:last-child{
	margin-bottom:0px;	
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:15px;
	margin-bottom:0px;
	cursor:pointer;
	background:none;
	line-height:30px;
	text-transform:uppercase;
	padding:10px 50px 10px 20px;
	overflow:hidden;
	font-weight:400;
	color:#ffffff;
	border-radius:2px;
	font-family: 'Roboto', sans-serif;
	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.style-two .block .acc-btn{
	color:#222222;
	font-weight:500;	
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:25px;
	top:12px;
	width:20px;
	height:30px;
	text-align:center;
	font-size:16px;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-15px;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:right;
	font-size:18px;
	font-weight:normal;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-btn.active,
.accordion-box .block .acc-btn.active .icon-outer{
	color:#00a0e3;
}

.accordion-box.style-two .block .acc-btn.active{
	color:#ffffff;
	background:#00a0e3;
}

.accordion-box.style-two .block .acc-btn.active .icon-outer{
	color:#ffffff;
}

.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:15px;
	padding:10px 20px 0px;	
}

.accordion-box.style-two .block .content{
	padding:20px 20px 0px;	
}

.accordion-box .block .content .image{
	float:left;
	margin:0px 20px 20px 0px;	
}

.accordion-box .block .content .image img{
	display:block;
	max-width:100%;	
}

.accordion-box .block .content p{
	margin-bottom:20px;
	line-height:1.8em;	
}


/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-section.style-two{
	padding:80px 0px 60px;
}

.map-section .map-container{
	position:relative;
	z-index:10;	
}

.map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
	font-family:'Roboto',sans-serif;
}

.map-canvas{
	position:relative;
}

.contact-style-one.extended .map-canvas{
	height:380px;
	border:4px solid rgba(0,0,0,0.05);	
}

.map-section.style-two .map-canvas{
	position:relative;
	width:100%;
	height:400px;
}

.map-data h6{
	font-size:16px;
	font-weight:600;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

/*** 

====================================================================
	Combo Section
====================================================================

***/

.combo-section{
	position:relative;
	overflow:hidden;
	min-height:100px;
	background:#292a2e;
}

.combo-section .map-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;	
}

.combo-section .map-column .map-canvas{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;	
}

/*** 

====================================================================
	Default Post COlumn
====================================================================

***/

.default-post-column{
	position:relative;
	margin-bottom:30px;
}

.default-post-column.list-view{
	padding-bottom:30px;
	border-bottom:1px solid #e0e0e0;	
}

.default-post-column.list-view:last-child{
	padding-bottom:0px;
	border:none;	
}

.default-post-column .image-box{
	position:relative;	
}

.default-post-column .image-box img{
	display:block;
	width:100%;	
}

.default-post-column .image-box .icon-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:42px;
	color:#ffffff;
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:24px;
	background:#00a0e3;	
}

.default-post-column .lower-content{
	position:relative;
	padding-top:20px;	
}

.default-post-column.list-view .lower-content{
	padding-top:10px;	
}

.default-post-column .lower-content h3{
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:7px;
	color:#222222;
}

.default-post-column .lower-content h3 a{
	color:#222222;
}

.default-post-column .lower-content h3 a:hover{
	color:#00a0e3;	
}

.default-post-column .lower-content .text{
	line-height:1.8em;
}

.default-post-column.list-view .lower-content .text{
	margin-bottom:0px;
}


/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding: 99px 0px 22px;
}

.gallery-section.three-column,
.gallery-section.four-column{
	padding:120px 0px;
}

.gallery-section .gallery-title{text-align: center;margin-bottom: 40px;}

.gallery-section .gallery-title h2{
	font-size: 28px;
	line-height:30px;
	font-weight: 500;
	text-transform:uppercase;
	color: #202020;
}

.gallery-section .filters{
	margin-bottom: 36px;
	text-align: center;
}

.gallery-section .filters.right-aligned{
	text-align:right;	
}

.gallery-section .filters li{
	position:relative;
	display:inline-block;
	padding: 7px 20px 5px;
	line-height: 24px;
	color: #202020;
	cursor:pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #ccc;
	margin: 0px 5px 10px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-section .filters.right-aligned li{
	text-align:right;
	margin:0px 0px 0px 20px;	
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active{
	background: #fdefcf;
}

.gallery-section .filters li:hover:before,
.gallery-section .filters li.active:before,
.gallery-section .filters li:hover:after,
.gallery-section .filters li.active:after{
	opacity:1;
}

.default-portfolio-item{
	position:relative;
	margin-bottom: 45px;
}

.default-portfolio-item.mix{
	display:none;
}

.full-width .default-portfolio-item{
	padding:0px;
	margin:0px;
}

.masonry-gallery .masonry-item{
	position:relative;
}

.default-portfolio-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.default-portfolio-item .image-box{
	position:relative;
	display:block;	
}

.default-portfolio-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.default-portfolio-item .caption-box{
	position:relative;
	display:block;
	padding: 15px 0px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}


.default-portfolio-item .caption-box h4{
	font-size:16px;
	line-height:24px;
	font-weight: 600;
	padding: 5px 0px 5px;
}

.default-portfolio-item .caption-box h4 a{
	display:block;
	color: #202020;
	transition:.5s;
}
.default-portfolio-item .caption-box h4 a:hover{
	color:#00a0e3;
	transition:.5s;
}
.default-portfolio-item .caption-box h5{
    font-size: 14px;
    font-weight: 500;
    color:#5f5f5f;
}
.default-portfolio-item .caption-box .icon{
}

.default-portfolio-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:0px;
	color:#ffffff;
	opacity:0;
	border-bottom:40px solid transparent;
	text-align:center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);
}

.style-two .default-portfolio-item .overlay-box{
	border:none;
}

.default-portfolio-item .inner-box:hover .overlay-box{
	top:0px;
	opacity:1;
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);	
}

.default-portfolio-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 20px;
	background:rgba(1,47,93,0.85);
}

.style-two .default-portfolio-item .overlay-inner{
	outline:1px solid #ffffff;
	outline-offset:-11px;
}

.default-portfolio-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.default-portfolio-item .overlay-inner .option-btn{
	position:relative;
	display:inline-block;
	line-height:42px;
	color:#ffffff;
	font-size:14px;
	width:44px;
	height:44px;
	margin:0px 3px 0px;
	border:1px solid #ffffff;
	border-radius:50%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-portfolio-item .overlay-inner .option-btn:hover{
	background:#00a0e3;
	border-color:#00a0e3;	
}

.default-portfolio-item .inner-box .caption{
	position:absolute;
	text-align:center;
	background:#00a0e3;
	left:0px;
	bottom:-150px;
	width:100%;
	padding:12px 20px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-portfolio-item:hover .inner-box .caption{
	bottom:0px;	
}

.default-portfolio-item .inner-box .caption h3{
	font-size:16px;
	color:#ffffff;
	font-weight:400;
	text-transform:uppercase;
}

.default-portfolio-item .inner-box .caption h3 a{
	color:#ffffff;	
}

.fancybox-next span,
.fancybox-prev span{
	background-image:none;
	width:44px ;
	height:44px ;
	line-height:44px ;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px ;
	height:44px ;
	line-height:44px ;
	background-color:rgba(28,28,28,0.40) ;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 ;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px;	
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	padding: 0px 0px 57px;
}
.styled-pagination.style-two{
	padding: 20px 0px 30px;
}
.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 5px 7px 0px;
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:20px;
	padding: 4px 2px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform:capitalize;
	min-width: 22px;
	color: #5f5f5f;
	font-weight:500;
	border-bottom: 1px solid #acacac;
	text-align:center;
	border-radius:2px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}


.styled-pagination li a:hover,
.styled-pagination li a.active{
	color: #00a0e3;
	border-color: #00a0e3;
	background:none;
}




/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding: 60px 0px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background: rgba(0, 0, 0, 0.17);
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:42px;
	font-weight: 600;
	color:#ffffff;
	line-height: 51px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.page-title .list-inline li{
	font-size: 14px;
}
.page-title .list-inline li a{
	color:#fff;
	transition:.5s;
	font-family: 'Open Sans', sans-serif;
}
.page-title .list-inline li a:hover{
	color:#202020;
	transition:.5s;
}
/*** 

====================================================================
	Single Service
====================================================================

***/

.services-single{
	position:relative;
	color:#777777;
}

.services-single .service-title{
	font-size:22px;
	margin-bottom:15px;
	font-weight:500;
	text-transform:uppercase;
	color:#121212;	
}

.services-single .main-image{
	position:relative;
	margin-bottom:25px;	
}

.services-single .main-image img,
.services-single .image-box img{
	display:block;
	width:100%;	
}

.default-text-block {
	margin-bottom:30px;	
}

.default-text-block p{
	position:relative;
	margin-bottom:20px;	
}

.default-two-column .image-column{
	position:relative;
	margin-bottom:25px;	
}

.services-single .accordion-box h2{
	font-size:22px;
	margin-bottom:20px;
}


.blog-container{
	position:relative;
	padding:0px 0px;
}

.sidebar-page-container .blog-detail blockquote{
	position:relative;
	margin:20px 0px 30px;
	padding:20px 15px;
	line-height:1.8em;
	font-size:18px;
	color:#222222;
	background:none;
	font-weight:400;
	font-family:'Roboto',sans-serif;
	font-style:italic;
	border:1px solid #888888;
	border-left:none;
	border-right:none;
	text-transform:capitalize;
	
}

.sidebar-page-container .blog-detail blockquote .author-title{
	color:#012f5d;
	text-transform:uppercase;
	font-style:normal;
	padding-top:10px;	
}

.sidebar-page-container .blog-detail .post-desc h2{
	font-size:20px;
	margin-bottom:22px;
	color:#1a1a1a;	
}

.sidebar-page-container .blog-detail .post-desc h3{
	font-size:18px;
	margin-bottom:10px;
	color:#1a1a1a;	
}

.sidebar-page-container .blog-detail h4{
	font-size:16px;
	margin-bottom:20px;	
}

.check-list li .fa{
	position:relative;
	color:#cbda37;	
}

.remove-list li .fa{
	position:relative;
	color:#ff0000;	
}

.sidebar-page-container .blog-detail .post-tags{
	position:relative;
	padding:15px;
	font-size:16px;
	background:#f5f5f5;
	color:#999999;
	margin-bottom:50px;
}

.sidebar-page-container .blog-detail .post-tags a{
	position:relative;
	color:#777777;
	font-size:15px;
}

.sidebar-page-container .blog-detail .post-tags a:hover{
	color:#00bff3;	
}

.social-links-two {
    position: relative;
}

.blog-news-section .social-links-two a {
	display:inline-block;
	margin:0px 3px;
	text-align:center;
	border-radius: 50%;
    color: #444444;
    background: #eaeaea none repeat scroll 0 0;
    font-size: 13px;
    height: 32px;
	width:32px;
    line-height: 32px
}

.social-links-two a:hover {
    background: #00a0e3 none repeat scroll 0 0 !important;
    border-color: #00a0e3;
    color: #ffffff !important;
}

/*** 

====================================================================
	Single Service
====================================================================

***/

.fullwidth-image{
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;	
}

.fullwidth-image img{
	display:block;
	width:100%;	
}

.project-details{
	position:relative;
	padding:90px 0px;
}

.project-details .details-info{
	position:relative;
	margin-bottom:25px;	
}

.project-details .content-block{
	position:relative;
	margin-bottom:25px;	
}

.project-details .content-block .text{
	margin-bottom:30px;	
}

.project-details .content-block .image{
	display:block;	
}

.project-details .content-block .image img{
	display:block;
	max-width:100%;
}

.project-details .default-title{
	position:relative;
	margin-bottom:30px;	
}

.project-details .default-title h3{
	position:relative;
	display:inline-block;
	font-size:22px;
	padding-bottom:10px;
	font-weight:500;
	text-transform:uppercase;
	color:#121212;
}

.project-details .default-title h3:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	border-bottom:1px solid #e0e0e0;
}

.project-details .default-title h3:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:80px;
	border-bottom:3px solid #00a0e3;
}

.project-details .column{
	position:relative;
	margin-bottom:25px;	
}

.project-details .details-info{
	position:relative;
	font-family:'Roboto',sans-serif;	
}

.project-details .details-info li{
	display:block;
	line-height:24px;
	margin-bottom:10px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;	
}

.project-details .details-info li strong{
	color:#121212;
	font-weight:500;
	font-size:15px;	
}

.project-details .details-info li a{
	display:inline-block;
	color:#777777;
	font-size:14px;
	margin-left:10px;	
}

.project-details .details-info li a:hover{
	color:#00a0e3;	
}

.styled-list-one {
    position: relative;
}

.styled-list-one li {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 22px;
	font-size:15px;
}

.styled-list-one li:before {
    content: "";
	width:8px;
	height:8px;
	background:#00a0e3;
    left: 0;
	top:8px;
    position: absolute;
}
/*** 
====================================================================
	Comments Area
====================================================================
 ***/

.sidebar-page .comments-area{
	position:relative;	
}

.sidebar-page .group-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom:15px;
}

.sidebar-page .group-title h2{
	font-size:18px;
	font-family:'Montserrat',sans-serif;
	color: #202020;
	font-weight:normal;
	margin-bottom:0px;
}

.sidebar-page .group-title:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background:#f1f1f1;	
}

.sidebar-page .group-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background:#00a0e3;	
}

.sidebar-page .comments-area .comment-box{
	position:relative;	
}

.sidebar-page .comments-area .comment{
	position:relative;
	margin:0px 0px 40px 0px;
	padding:0px 0px 10px 100px;	
}

.sidebar-page .comments-area .reply-comment{
	margin-left:50px;	
}

.sidebar-page .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:84px;
	height:84px;
	border:3px solid #ffffff;
	box-shadow:0px 0px 2px 0px #f7a34a;
	-moz-box-shadow:0px 0px 2px 0px #f7a34a;
	-ms-box-shadow:0px 0px 2px 0px #f7a34a;
	-o-box-shadow:0px 0px 2px 0px #f7a34a;
	-webkit-box-shadow:0px 0px 2px 0px #f7a34a;
}

.sidebar-page .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page .comments-area .comment-info{
	margin-bottom: 5px;
	color:#bcbcbc;
	font-size: 16px;
	font-family:'Montserrat',sans-serif;
}

.sidebar-page .comments-area .comment-box strong{
	color: #202020;
	font-weight:500;
	font-family: 'Raleway', sans-serif;
}

.sidebar-page .comments-area .reply-option{
	color:#202020;
}

.sidebar-page .comments-area .reply-option .theme-btn{
	padding:6px 25px;
	margin:3px 10px;	
	float:right;
}
.sidebar-page .comments-area .reply-option .theme-btn:hover{
	color:#5f5f5f;
}
/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #d0d0d0;
	height:42px;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:#00a0e3;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:10px 15px;
	color:#222222;
	border:1px solid #d0d0d0;
	height:170px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.comment-form button{
	position:relative;
	display:inline-block;
}


/*** 

====================================================================
	Side Bar Style
====================================================================

 ***/
.sidebar-page .sidebar{
	position:relative;
	padding: 0px 0px 0px;
}

.sidebar .widget{
	position:relative;
	margin-bottom: 52px;
}


.sidebar .sidebar-title{
	position:relative;
	margin-bottom:30px;
	padding-bottom: 16px;
}

.sidebar .sidebar-title h3{
	font-size: 14px;
	color: #202020;
	text-transform: uppercase;
	font-weight: 400;
	font-family:'Montserrat',sans-serif;
}

.sidebar .sidebar-title:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background:#f0f0f0;
}

.sidebar .sidebar-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background: #00a0e3;
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:14px;
	margin-bottom: 40px;
	min-height:60px;
	padding: 1px 0px 0px 84px;
	color:#cccccc;
}

.sidebar .recent-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	height:72px;
}

.sidebar .recent-posts .post .post-thumb img{
	width:100%;
	display:block;	
}

.sidebar .recent-posts .post h4{
	font-size: 14px;
	font-weight:500;
	margin:0px 0px 5px;
	line-height:1.4em;
	color: #202020;
	font-family: 'Montserrat', sans-serif;
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover{
	color:#00a0e3;
	transition:.5s;
}

.sidebar .recent-posts .post h4 a{
	color: #202020;
	font-size: 14px;
}

.sidebar .recent-posts .post-info{
	font-weight: 600;
	font-size: 12px;
	color: #aeaeae;
	font-family: 'open sans',sans-serif;
}

.sidebar .recent-posts .post-info .icon{
}

.sidebar-page .contact-info{
	position:relative;
	font-size:14px;
	margin-bottom:30px;
}

.sidebar-page .contact-info .text{
	position:relative;
	font-size:13px;
	font-family:'Open Sans',sans-serif;
	margin-bottom:10px;
	color:#7f7f7f;
}

.sidebar-page .contact-info li{
	position:relative;
	margin-bottom:5px;
	line-height:1.8em;
	color:#7f7f7f;	
}

.sidebar-page .contact-info li strong{
	position:relative;
	padding-right:10px;
	font-weight:600;
	color:#292929;	
}

.sidebar-page .contact-info a{
	color:#f17338;
	transition:all 300ms ease-in;
	-webkit-transition:all 300ms ease-in;
	-ms-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;	
}

.sidebar-page .contact-info a:hover{
	color:#3d3d3d;	
}


.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	margin-bottom:10px;
	line-height:24px;	
}

.sidebar .list li .count{
	position:relative;
	color: #00a0e3;
}

.sidebar .list li a{
	position:relative;
	display:block;
	color: #202020;
	font-size: 14px;
	font-weight: 500;
	font-family: 'open sans';
	transition:.5s;
}

.sidebar .list li a:hover{
	color:#00a0e3;	
	transition:.5s;
}

.sidebar .recent-gallery{
	position:relative;
}

.sidebar .recent-gallery .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 10px 10px 0px;	
}

.sidebar .recent-gallery .image img{
	position:relative;
	display:block;
	width:100%;	
}



/*** 

====================================================================
	Blog Page Style
====================================================================

***/

.sidebar-page{
	position:relative;
	padding: 72px 0px 32px;
}

.blog-container{
	position:relative;
	padding:0px 0px;
}
.blog-post.style-two{
	padding: 0px;
}
.blog-post.style-three{
	padding: 0px 0px 60px;
}

.sidebar-page .blog-post{
	position:relative;
	background:#ffffff;
	margin-bottom: 2px;
	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;
}

.sidebar-page .blog-post .post-header{
	position:relative;
	padding: 18px 0px 0px;
	background:#ffffff;
}

.sidebar-page .blog-post .post-header h2{
	position:relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 6px;
	color: #202020;
}

.sidebar-page .blog-post .post-header h2 a{
	position:relative;
	display:block;
	color: #202020;
	transition:.5s;
}

.sidebar-page .blog-post .post-header a:hover{
	color: #00a0e3;
	transition:.5s;
}
.sidebar-page .blog-post .post-header h4{
	color:#00a0e3;
	font-size:14px;
	font-family:'raleway'
	font-weight:500;
}
.sidebar-page .blog-post .post-info{
	position:relative;
	margin-bottom:0px;
	font-family: 'open sans',sans-serif;
}

.sidebar-page .blog-post .post-info li{
	position:relative;
	display:inline-block;
	margin: 0px 25px 0px 0px;
	color: #5f5f5f;
	font-size: 14px;
	font-style: italic;
}
.sidebar-page .blog-post .post-info li span{
}
.sidebar-page .blog-post .post-info li span:before{
	color:#00a0e3;
	margin: 0;
	font-size: 14px;
}
.sidebar-page .blog-post .image-box{
	position:relative;	
}

.sidebar-page .blog-post .image-box img{
	position:relative;
	display:block;
	width:100%;
	height:auto;	
}

.sidebar-page .blog-post .overlay-box{
	position:absolute;
	left:0px;
	bottom:-100px;
	width:100%;
	height:100%;
	display:block;
	vertical-align:middle;
	color:#ffffff;
	text-align:center;
	background:rgba(0,0,0,0.70);
	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;
}

.sidebar-page .blog-post:hover .overlay-box{
	bottom:0px;
	opacity:1;	
}

.sidebar-page .blog-post .overlay-box .links-outer{
	position:absolute;
	left:0px;
	top:50%;
	margin-top:-22px;
	width:100%;
	display:block;	
}

.sidebar-page .blog-post .overlay-box a{
	position:relative;
	display:inline-block;
	width:44px;
	height:44px;
	line-height:44px;
	color: #00a0e3;
	font-size:16px;
	background:none;
	border: 1px solid #00a0e3;
	border-radius:2px;
	margin:0px 2px;
	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;
}

.sidebar-page .image-slider .owl-controls{
	margin:0px !important;	
}

.sidebar-page .image-slider .owl-nav .owl-prev{
	position:absolute;
	left:-5px;
	top:50%;
	margin-top:-25px;
	width:50px;
	height:50px;
	text-align:center;
	background:none !important;
	font-size:0px !important;
}

.sidebar-page .image-slider .owl-nav .owl-next{
	position:absolute;
	right:-5px;
	top:50%;
	margin-top:-25px;
	width:50px;
	height:50px;
	text-align:center;
	background:none !important;
	font-size:0px !important;
}

.sidebar-page .image-slider .owl-nav .owl-prev:after{
	content:'\f104';
	font-family:'FontAwesome';
	position:absolute;
	left:0px;
	top:0px;
	line-height:50px;
	display:block;
	font-size:32px;
	color:#ffffff;
	text-align:center;
	width:50px;
	height:50px;
	opacity:0.50;
	background:rgba(0,0,0,0.30);
	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;
}

.sidebar-page .image-slider .owl-nav .owl-next:after{
	content:'\f105';
	font-family:'FontAwesome';
	position:absolute;
	left:0px;
	top:0px;
	line-height:50px;
	display:block;
	font-size:32px;
	color:#ffffff;
	text-align:center;
	width:50px;
	height:50px;
	opacity:0.50;
	background:rgba(0,0,0,0.30);
	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;
}

.sidebar-page .image-slider .owl-nav .owl-prev:hover:after,
.sidebar-page .image-slider .owl-nav .owl-next:hover:after{
	background:#00a0e3;
	opacity:1;
}

.sidebar-page .image-slider .owl-dots{
	display:none !important;	
}

.sidebar-page .blog-post .post-desc{
	position:relative;
	margin: 8px 0px 20px;
	background:#ffffff;
}

.sidebar-page .blog-post .text{
	position:relative;
	margin-bottom: 5px;
}

.sidebar-page .blog-post .post-header .post-options{
	position:relative;
	float:right;	
}

.sidebar-page .blog-post .post-header .post-options a{
	position:relative;
	display:inline-block;
	font-size:18px;
	display:inline-block;
	margin-left:10px;
	color:#777777;	
}

.sidebar-page .blog-post .post-header .post-options a:hover{
	color:#00bff5;	
}

.sidebar-page .blog-detail blockquote{
	position:relative;
	padding:15px 20px 15px 40px;
	line-height: 1.5em;
	font-size: 14px;
	color:#939393;
	border-left: 5px solid #00a0e3;
	background:#f9f9f9;
}

.sidebar-page .blog-detail .post-desc h2{
	font-size:20px;
	font-family:'Montserrat',sans-serif;
	margin-bottom:22px;
	color:#1a1a1a;	
}

.sidebar-page .blog-detail .post-desc h3{
	font-size:18px;
	font-family:'Montserrat',sans-serif;
	margin-bottom:10px;
	color:#1a1a1a;	
}

.sidebar-page .blog-detail h4{
	font-size:16px;
	margin-bottom:20px;	
}

.check-list li .fa{
	position:relative;
	color:#cbda37;	
}

.remove-list li .fa{
	position:relative;
	color:#ff0000;	
}

.sidebar-page .blog-detail .post-tags{
	position:relative;
	padding:15px;
	font-size:16px;
	background:#f5f5f5;
	color:#999999;
	margin-bottom:50px;
}

.sidebar-page .blog-detail .post-tags a{
	position:relative;
	color:#777777;
	font-size:15px;
}

.sidebar-page .blog-detail .post-tags a:hover{
	color:#f7a34a;	
}

.sidebar-page .post-author{
	position:relative;
	background:#ccedf9;
	padding:25px;
	color:#555555;
	border-bottom:3px solid #f7a34a;
	margin-bottom:50px;	
}

.sidebar-page .post-author:before{
	content:'';
	position:absolute;
	left:50px;
	top:-28px;
	border:15px solid transparent;
	border-bottom-color:#ccedf9;
}

.sidebar-page .post-author .inner-box{
	position:relative;
	padding:15px 0px 0px 100px;
	min-height:80px;
}

.sidebar-page .post-author .inner-box .author-thumb{
	position:absolute;
	left:0px;
	top:10px;
	width:80px;
	height:80px;
	border:2px solid transparent;
	box-shadow:0px 0px 2px 0px #f7a34a;
	-moz-box-shadow:0px 0px 2px 0px #f7a34a;
	-ms-box-shadow:0px 0px 2px 0px #f7a34a;
	-o-box-shadow:0px 0px 2px 0px #f7a34a;
	-webkit-box-shadow:0px 0px 2px 0px #f7a34a;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;	
}

.sidebar-page .post-author .inner-box .author-thumb img{
	display:block;
	width:76px;	
}

.sidebar-page .post-author h4{
	margin-bottom:10px;
	font-family:'Montserrat',sans-serif;
	color:#1a1a1a;	
}

.sidebar-page .post-author h4 .author-occ{
	position:relative;
	left:10px;
	padding:5px 10px;
	font-size:10px;
	background:#f7a34a;
	border-radius:5px;
	color:#ffffff;
}



/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;	
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-page-container .group-title h2{
	font-size:22px;
	text-transform:uppercase;
	color:#222222;
	font-weight:700;
	font-family:'Roboto',sans-serif;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:25px 0px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#222222;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 0px 90px;
	font-size:14px;
}

.sidebar-page-container .comments-area .reply-comment{
	padding-left:90px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	border-radius:3px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius:3px;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:16px;
	font-weight:500;
	color:#222222;
	font-family:'Roboto',sans-serif;
	display:block;
	line-height:30px;
	text-transform:uppercase;
}

.sidebar-page-container .comments-area .comment-box .text{
	margin-bottom:20px;	
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:14px;
	color:#012f5d;
	font-family:'Roboto',sans-serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #00a0e3;
	text-transform:uppercase;
	letter-spacing:1px;
}

.sidebar-page-container .two-column .column{
	margin-bottom:30px;	
}

.sidebar-page-container .blog-detail .lower-content p{
	margin:0px 0px 20px;
	line-height:1.8em;
}

.sidebar-page-container .two-column .column strong{
	font-weight:500;	
}

.sidebar-page-container .two-column .image img{
	display:block;
	width:100%;
	position:relative;
}


/*
=====================================================
blog-post section style
=====================================================
*/
.blog-post{
	padding: 74px 0px 60px;
}
.blog-post .sec-title{
	margin-bottom: 64px;
	position:relative;
	padding-left: 16px;
}
.blog-post .sec-title:after{
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 52px;
	background: #00a0e3;
}
.blog-post .item-list .item{}
.blog-post .item-list .item img{
	width:100%;
	display:block;
	
}
.blog-post .item-list .item .image-box{
	position:relative;
	z-index: -1;
}

.blog-post .item-list .item .content-box{	
	padding: 0px 32px;
}
.blog-post .item-list .item .content-box .clearfix{	
	margin: 0 auto;	
	background: #ffffff;
	border-top: 2px solid #00a0e3;
	margin-top: -36px;
	z-index: 2;
	padding: 14px 32px;
}
.blog-post .item-list .item .content-box .clearfix h4{
	font-weight:600;
	font-size:16px;
	padding: 5px 0px 8px;
}
.blog-post .item-list .item .content-box .clearfix h4 a{
	color:#202020;
}
.blog-post .item-list .item .content-box .date-user{
    margin-bottom: 10px;
}
.blog-post .item-list .item .content-box .date-user .icon{
    margin-right: 18px;
}
.blog-post .item-list .item .content-box .date-user .icon:before{
	color:#00a0e3;
	margin: 0;
	padding: 0px 6px 0px 0px;
	font-size: 14px;
}
.blog-post .item-list .item .content-box .date-user li{
	display:inline-block;
	font-size: 14px;
}
.blog-post .item-list .item .content-box .link-btn{
	float:right;
	margin-top: 10px;
}

/*
========================================================
fact-counter
========================================================
*/
.fact-counter{
	background: url(../images/resources/fact-counter-bg.jpg)no-repeat;
	overflow: hidden;
	padding: 114px 0px 124px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}


.fact-counter .counter-outer .item{
	margin-top: 30px;
	
}
.fact-counter .counter-outer .item span{
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:64px;
	color:#fff;
	z-index:2;
	position:relative;
	
}
.fact-counter .counter-outer .item h4{
	font-size:14px;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	letter-spacing: 2px;
	margin-top: 13px;
	text-transform: uppercase;
	z-index: 2;
	position:relative;
}
.fact-counter .counter-outer .item p{
	color:#00a0e3;
	z-index: 2;
	position:relative;
}
.fact-counter .counter-overlay:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.61);
	opacity: 1;
	z-index:0;
	content: "";
}

/*** 
====================================================================
two-column Section
====================================================================
***/
.two-column{
	background: #fff;
	padding: 67px 0px 100px;
}
.two-column .sec-title{
	
}
.two-column .sec-title:after {
    display: none;
}
.two-column .outer-box{
	margin-top: 32px;
}
.two-column .tab-list{
	padding: 0px 6px;
	border-bottom: 2px solid #00a0e3;
}
.two-column .tab-list li {
    position: relative;
    display: inline-block;
    padding: 3px 12px;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-right: 8px;
    margin-top: 8px;
}
.two-column .tab-list li:nth-child(1) {
    background: transparent;
}
.two-column .tab-list li:nth-child(2) {
    background: transparent;
}
.two-column .tab-list li:nth-child(3) {
    background: transparent;
}
.two-column .tab-list li:nth-child(4) {
    background: transparent;
}
.two-column .tab-list li.active {
	background: #fdefcf;
}
.two-column .tab-list li.active a{
	color: #000;
}
.two-column .tab-list li a {
    position: relative;
    color: #202020;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.two-column .content-column  {
    position: relative;
}
.two-column .content-column .content {
    position: relative;
    padding: 15px 2px 0px 19px;
}
.two-column .content-column .content p {
    position: relative;
    margin-bottom: 30px;
}

/*
============================================================
accordion
============================================================
*/
.accordion{
    margin-bottom: 15px;
    position: relative;
}
.accordion-box{
	margin-top:35px;
	margin-bottom: -35px;
}
.accordion .acc-btn .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center; 
}
.accordion .acc-btn.active .left-icon {
    color: #fff;
}
.accordion .left-icon span {
    position: relative;
    top: 18px;  
}
.accordion .acc-btn.active{
	background: #00a0e3;
	color:#fff;
}
.accordion .acc-btn {
	cursor: pointer;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 25px 10px;
	border: 1px solid #E5E5E5;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.accordion .acc-btn.pr {
    position: relative;
}
.accordion .acc-btn .img-box {
    display: none;
}
.accordion .acc-btn.active .img-box {
    display: block;
}
.accordion .acc-btn .toggle-icon {
    color: #202020;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    top: 8px;
    width: 24px;
}
.accordion .acc-btn .toggle-icon .fa{
	transform:none;
}
.accordion .acc-btn .toggle-icon.left {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}
.accordion .acc-btn .toggle-icon .plus:before {
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 3px;
    left: 12px;
    width: 100%;
	color: #000;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus:before {
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 3px;
    left: 12px;
    width: 100%;
	color: #000;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
}
.accordion-box .accordion .acc-content {
    color: #9c9c9c;  
    display: none;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 12px 13px;
}
.accordion-box .accordion .acc-content.collapsed {
    display: block;
}
.accordion-box .accordion .acc-content p {
    margin: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus:before {
  color: #fff;
}

/*
===============================================
team-section
===============================================
*/

.team-section{
	position:relative;
	background:#ffffff;
	padding: 77px 0px 60px;
}
.team-section .sec-title {
    margin-bottom: 32px;
    position: relative;
    padding-left: 16px;
}
.team-section .sec-title:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 52px;
    background: #00a0e3;
}
.team-section .team-member{
	position:relative;
	padding: 0px 20px 0px;
}
.team-section .team-member .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	margin:0 auto;
	text-align:center;
}
.team-section .team-member .image img{ 
	display:block;
	width:100%; 
}
.team-section .team-member .member-info{
	position:relative;
	padding:30px 20px;
	background:#ffffff; 
}
.team-section .col-lg-3.team-member .member-info{
	padding: 25px 0px 30px;
}
.team-section .team-member h3{
	font-size: 14px;
	color: #202020;
	text-transform:capitalize;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.team-section .team-member .designation{
	font-size: 14px;
	color: #00a0e3;
	font-weight: 400;
	text-transform:capitalize;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
}
.team-section .team-member .social-links{
	position:relative;
	padding-top: 26px;
}
.team-section .team-member .social-links a{
	position:relative;
	display:inline-block;
	width:32px;
	height:32px;
	font-size:12px;
	margin: 0px 3px 0px;
	line-height:30px;
	text-align:center;
	border: 2px solid #e1e1e1;
	color:#e1e1e1;
	transition:all 300ms ease;
}
.team-section .team-member .social-links a:hover{
    color:#4b56ee;
}
/*
====================================================
service style
====================================================
*/
.service-box{	
	margin-top: 16px;
}

.service-box .item-list{	
	padding: 0px 28px 0px;
}
.service-box .item-list .item{
    position: relative;
    padding: 0px 0px 0px 54px;
    margin-top: 35px;
    color: #808080;
}
.service-box .item-list .item h3{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight:600;
	color:#202020;
	margin-bottom: 16px;
}
.service-box .item-list .item h3:after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: -10px;
	width: 26px;
	height: 2px;
	background: #202020;
}
.service-box .item-list .item .item-content {
    margin-bottom: 5px;
    line-height: 1.5em;
    color: #5f5f5f;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.service-box .item-list .item .icon-box{
	position: absolute;
	left: -20px;
	top: 4px;
	line-height: 20px;
	font-size: 16px;
	color: #00a0e3;
}
.service-box .item-list .item .icon-box .icon:before{	
	font-size: 34px;
}

/*** 

==============================================================
service2 Default Section  style
==============================================================

***/

.default-section{
	position:relative;
	padding: 72px 0px 30px;
	background: #f3f3f3;
}
.default-section.style-two{
	background:#fff;
}
.default-section .column{
	position:relative;
	margin-bottom: 50px;
}
.default-section .style-two{
	margin-bottom: 63px;
}
.icon-column{
	position:relative;  
}

.icon-column .inner-box{
	position:relative;
	padding-left: 100px;
}

.icon-column .icon-box{
    position: absolute;
    left: -15px;
	top: 23px;
	width: 80px;
}

.icon-column .icon-box .icon{
	color: #00a0e3;
	display:block;
	line-height:1em;
}
.icon-column .icon-box .icon:before{
	font-size: 56px;
}
.icon-column h3{
	font-size: 16px;
	color:#202020;
	font-weight:400;
	margin-bottom:10px;
	font-family: 'Montserrat', sans-serif;
}

.icon-column .text{
	position: relative;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #5f5f5f;
}

.outside-hidden{
	overflow:hidden;
}
.outside-hidden .sec-title{
	position:relative;
	margin-bottom:60px;
	padding-left: 16px;
}
.outside-hidden .sec-title:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 52px;
    background: #00a0e3;
}

.sec-title.with-style h2:before{
	content:'';
	position:absolute;
	top:50%;
	width:2000px;
	border-bottom:1px solid #f7a34a;
}

.sec-title.with-style.style-left h2:before{
	right:100%;	
}

.sec-title.with-style.style-right h2:before{
	left:100%;	
}

.sec-title .sec-text{
	position:relative;
	font-size:15px;
	color:#4e4e4e;
}
/*
======================================================
feature-style-one
======================================================
*/
.feature-style-one{
	padding: 74px 0px 19px;
}
.feature-style-one .sec-title {
    position: relative;
    padding-left: 16px;
}
.feature-style-one .sec-title:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 52px;
    background: #00a0e3;
}
.feature-style-one .content-box .item-list .item .clearfix .text{
	margin-bottom:40px;
}
.feature-style-one .content-box .item-list .item .clearfix .text p{
    margin-top: 33px;
}
.feature-style-one .content-box .item-list .item .image-box{
	margin-top: 15px;
}
.feature-style-one .content-box .item-list .item .image-box img{
	max-width:100%;
	display:block;
}
.feature-style-one .content-box .item-list .item .clearfix .link-btn{	
	margin: 60px 0px 15px;
}
/*
=====================================================
feature-style-two
=====================================================
*/
.feature-style-two{	
	padding: 13px 0px;
}
.feature-style-two .auto-container{
	position:relative;
	z-index:1;	
}

.feature-style-two .auto-container .item-list .item .content-box{
	margin: 50px 0px 15px;
	transition: .5s;
}
.feature-style-two .auto-container .item-list .item .content-box:hover{
	background: rgba(174, 125, 18, 0.74);
	transition: .5s;
}
.feature-style-two .auto-container .item-list .item .content-box .clearfix{
	padding: 11px 24px 10px;
	border: 1px solid #fff;
}
.feature-style-two .auto-container .item-list .item .content-box .clearfix h4{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:400;
	padding: 9px 0px;
	text-transform: uppercase;
	color:#fff;
}
.feature-style-two .auto-container .item-list .item p{
	color:#fff;
}
.feature-style-two .auto-container .item-list .style-one .content-box{
	background:#202020;
}
.feature-style-two .auto-container .item-list .style-two .content-box{
	background:#00a0e3;
}
.feature-style-two .auto-container .item-list .style-three .content-box{
	background:#727272;
}
/*
======================================================
mixitup-gallery
======================================================
*/
.gallery-section.style-two{
	    padding: 68px 0px 16px;
}
.gallery-section .gallery-title.style-two{
    margin-bottom: 40px;
}
.gallery-section .mixitup-gallery .filters.style-two{
    margin-bottom: 54px;
}
.mixitup-gallery .filter-list .style-two{
	margin-top:25px;
}
.mixitup-gallery .filter-list .style-two h4{
	color:#202020;	
}
/*
========================================================
syngle-tab
========================================================
*/

.syngle-tab .outer-box{
	margin-top: 32px;
}
.syngle-tab .tab-list{  
	padding: 0px 6px;  
	border-bottom: 2px solid #00a0e3;
}
.syngle-tab .tab-list li {
    padding: 2px 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    margin-right: 12px;
    margin-top: 8px;
}
.syngle-tab .tab-list li:nth-child(1) {
    background: transparent;
}
.syngle-tab .tab-list li:nth-child(2) {
    background: transparent;
}
.syngle-tab .tab-list li:nth-child(3) {
    background: transparent;
}
.syngle-tab .tab-list li:nth-child(4) {
    background: transparent;
}
.syngle-tab .tab-list li.active {
	background: #fdefcf;
}
.syngle-tab .tab-list li.active a{
	color: #000;
}
.syngle-tab .tab-list li a {
    position: relative;
    color: #202020;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.syngle-tab .content-column  {
    position: relative;
}
.syngle-tab .content-column .content {
    position: relative;
    padding: 15px 2px 0px 19px;
}
.syngle-tab .content-column .content p {
    position: relative;
    margin-bottom: 30px;
}
/*
==========================================================
contact page
==========================================================
*/
.form-column .sec-title {
    margin-bottom: 30px;
    position: relative;
    padding-left: 16px;
}
.form-column .sec-title:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 52px;
    background: #00a0e3;
}
.form-column {
	padding: 40px 0px 45px;
}
.form-column .info-box .default-form .form-group {
    margin-bottom: 15px;
}/* border-bottom: 1px solid #d6d6d6;*/
.form-column .info-box .default-form .message-text{
	margin-top:17px;
}
.form-column .info-box .default-form .message-text h4{
	margin-bottom:0px;
}
.form-column .info-box .default-form h4{
	font-family: 'Varela Round', sans-serif;
	font-size: 16px;
	margin-bottom: 25px;
	text-transform:uppercase;
}
.form-column .info-box .default-form h4 span{
	font-size:18px;
	color:red;
}
.form-column .info-box .default-form{
	padding:26px 0px;
}
.form-column .info-box .default-form .form-group textarea{
	font-family: 'open sans', sans-serif;
	margin-left: 16px;
	font-size: 14px;
	font-weight: 400;
	margin-top: 3px;
	resize: none;
	width: 98%;
}
.form-column .info-box .default-form .form-group input,.form-column .info-box .default-form .form-group select{
	margin-left: 16px;
	width:90%;
}
/*
===================================================
feature-style-three
===================================================
*/
.feature-style-three{
	padding: 72px 0px 54px;
}
.feature-style-three .item-list .row{
	margin:0px;
	
}
.feature-style-three .item-list .item .column{
	padding: 29px 16px 32px;
	background: #00a0e3;
	border-right: 1px solid #e39d06;
}

.feature-style-three .item-list .item .inner-box{
    position: relative;
    padding-left: 94px;
    color: #fff;
}
.feature-style-three .item-list .item .inner-box h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}
.feature-style-three .item-list .item .inner-box .icon-box{
	position: absolute;
	left: 24px;
	top: 4px;
	width: 46px;
	height: 46px;
	background:#202020;
	border-radius:3px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon{
	color:#fff;
	line-height: 47px;
	margin-left: -11px;
}
.feature-style-three .item-list .item .inner-box .icon-box .icon:before{
	font-size: 28px;
}
.feature-style-three .item-list .item .inner-box .text{
    position: relative;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
/*
======================================================
about
======================================================
*/


.about {
	position: relative;
}
.about .img-box img {
	position: relative;
	z-index: 99;
	max-width: 100%;
}
.about .content {
	position: relative;
	margin: 28px 0;
	padding: 60px 0 40px;
	padding-right: 15px;
}

.about .content:before {
	position: absolute;
	content: "";
	background: #f3f3f3;
	width: 1000000%;
	height: 100%;
	top: 0;
	right: 0;
}
.sec-title {
    margin-bottom: 35px;
    position: relative;
    padding-left: 16px;
}
.sec-title:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 52px;
    background: #00a0e3;
}

/*
=================================================
our-products style
=================================================
*/
.our-products{
	padding: 37px 0px 43px;
	background:#f3f3f3;
}
.our-products .column{
	padding: 0 10px;
	padding-top: 20px;
}

.row-10 {
    margin-right: -10px;
    margin-left: -10px;
}
.our-products .products-content .sec-title{
	margin-bottom: 30px;
}
.our-products .products-content{
	margin-top: 60px;
}
/*
===================================================
single blog page
===================================================
*/
.sidebar-page .blog-detail .blog-post.style-two{
	padding:0px;
}
.comments-area .comment-box .comment .text{
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #5f5f5f;
}
.comments-area .comment-box .comment .reply-option{
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #5f5f5f;
}
