/*-----------------------------------------------------------------------------------
	Template Name:             || Aktria || HTML Template
	Author: Rainbow Design
    Author URI: http://rainbowdesign.in/
	Version: 1.0
-----------------------------------------------------------------------------------*/

 /* Index of CSS
==================================================
1. Global styles

2. Header Section

3. Promotion Area

4. About Section 

5. Service Section

6. Quate Section 

7. Work Section 

8. Pricing Section 

9. Team Section

10. Fun Facts Section 

11. Blog Section 

12. Testimonial Section

13. Bottom Banner 

15. Footer Section 

*/


 /*== Global styles ==*/
 
@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
body {
	font-size: 15px;
	font-family: 'Nunito', sans-serif;
	background: transparent;
	line-height: 24px;
	font-weight: 400;
	color: #303030;
}
img {
	max-width: 100%;
}
a {
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
/* ## Global Class ## */
 
p {
	font-weight: 400;
	line-height: 24px;
	font-size: 15px;
}
h1 {
	font-size: 30px;
	line-height: 40px;
}
h1, h2, h3, h4, h5 {
	font-weight: 500;
	color: #333;
}
h5, h6 {
	line-height: 24px;
}
h2 {
	font-size: 46px;
	line-height: 32px;
	font-family: 'Nunito', sans-serif;
}
h3 {
	font-size: 40px;
	line-height: 28px;
	font-family: 'Nunito', sans-serif;
}
h4 {
	font-size: 18px;
	line-height: 26px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}

.text-white{
	color:#FFF !important;
}
a, a:hover, a:focus, .btn:focus {
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
	outline: none;
	color: #000;
}
a {
	color: #000;
}
.btn.btn-fill {
	background: #fff;
}
.btn.btn-fill {
	color: #000;
}
.btn {
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	padding: 10px 22px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	color: #fff;
}
.d-none{
    display:none;
}
section {
	background: #FFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-heading-header {
	padding-bottom: 50px;
	width: 100%;
	margin: auto;
	text-align: center;
}
.section-heading-header h3 {
	letter-spacing: 4px;
	position: relative;
	color: #414141;
	line-height: 32px;
	font-size: 40px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 20px;
}
.section-heading-header span.bordered-icon {
	color: #4285f4;
	padding: 0 10px;
	font-size: 16px;
	line-height: 18px;
	position: relative;
	display: inline-block;
}
.section-heading-header span.bordered-icon:before, .section-heading-header span.bordered-icon:after {
	content: "";
	border-bottom: 1px dashed #dadada;
	border-top: 1px solid #dadada;
	width: 90px;
	height: 3px;
	top: 8px;
	position: absolute;
}
.section-heading-header span.bordered-icon:before {
	left: 100%;
}
.section-heading-header span.bordered-icon:after {
	right: 100%;
}
.section-heading-header p {
	color: #505050;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	margin: auto auto 0;
	width: 638px;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 15px;
}
.ylow_clr {
 color:;
}
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url("../images/pre_loader.gif") no-repeat center center;
	color: #000;
}
.more-link:hover, .more-link:focus, .more-link:active {
	background: #fff;
	color: #038FD6;
}
.more-link {
	display: inline-block;
	font-size: 16px;
	padding: 12px 30px;
	color: #038FD6;
	font-family: "Montserrat", sans-serif;
	text-transform: capitalize;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: transparent;
	letter-spacing: 1px;
	border-radius: 50px;
	border: 2px solid #038FD6;
}
.owl-nav div {
	border: 1px solid;
	color: #fff;
	font-size: 16px;
	height: 30px;
	left: 50px;
	line-height: 25px;
	margin-top: -20px;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position: absolute;
	text-align: center;
	top: 50%;
	width: 30px;
	border-radius: 4px;
}
.owl-nav div.owl-next {
	left: auto;
	right: 50px;
}
.owl-nav div:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: #038FD6;
	border: 2px solid #038FD6;
}
/*== Header Section ==*/

 /* HEADER TO Location*/
 
.header-top-area {
	background-color: #038FD6;
}
.header_upper_left ul {
	margin-left: 10px;
	color: #fff;
}
.header_upper_left i {
	color: #fff;
	padding-right: 10px;
}
.header_upper_right {
	float: right;
}
.header_upper_right li {
	display: inline;
	font-size: 14px;
	padding-left: 25px;
	color: #333;
}
.header_upper_right li i {
	margin-right: 10px;
	color: #038FD6;
}
/*----- Header Logo -----*/
 
.header-logo {	
	margin: 6px auto;
	padding-left: 15px;	
}
/*----- Header Quate -----*/
 
.header_quate_right {
	float: right;
	padding: 15px 26px;
	border-radius: 0px;
	margin-top: 0px;
	background: #8AC008;
	color: #fff;
	letter-spacing: 1px;
}
.header_quate_right-2 {
	padding: 8px 26px;
	border-radius: 8px;
	margin-top: 5px;
	background: #8AC008;
	border: 2px solid #fff;
}
.header_quate_right:hover {
	background: #8AC008;
	color: #fff;
}
/* End : hEADER TO Location*/

 /*-----Navigationn-----*/
 
.navigation {
	background-color: #fff;
	z-index: 9999;
	position: relative;
}
.is-sticky .navigation {
	box-shadow: 0 3px 6px rgba(54, 54, 54, 0.08);
}
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}
#navigation:after, #navigation > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navigation #menu-button {
	display: none;
}
#navigation > ul > li {
	float: left;
	position: relative;
}
#navigation > ul > li:before {
	left: 0;
	transition: .5s;
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #038FD6;
	bottom: 0;
}
#navigation > ul > li:hover:before {
	width: 50%;
}
#navigation > ul > li:after {
	right: 0;
	transition: .5s;
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background-color: #038FD6;
	bottom: 0;
}
#navigation > ul > li:hover:after {
	width: 50%;
}
#navigation ul ul li a {
	position: relative;
}
#navigation ul ul li a:before {
	top: 0;
	transition: .5s;
	content: "";
	position: absolute;
	left: 0;
	width: 3px;
	height: 0;
	background-color: #038FD6;
}
#navigation ul ul li a:hover:before {
	height: 50%;
}
#navigation ul ul li a:after {
	bottom: 0;
	transition: .5s;
	content: "";
	position: absolute;
	left: 0;
	width: 3px;
	height: 0;
	background-color: #038FD6;
}
#navigation ul ul li a:hover:after {
	height: 50%;
}
#navigation.align-center > ul {
	font-size: 0;
	text-align: center;
}
#navigation.align-center > ul > li {
	display: inline-block;
	float: none;
}
#navigation.align-center ul ul {
	text-align: left;
}
#navigation.align-right > ul > li {
	float: right;
}
#navigation > ul > li > a {
	padding: 34px 17px;
	letter-spacing: 0px;
	text-decoration: none;
	color: #333;
	text-transform: capitalize;
	margin-right: -1px;
}
#navigation > ul > li.nav-sub > a {
	padding: 30px 35px 30px 20px;
}
#navigation > ul > li.nav-sub > a::before {
	position: absolute;
	right: 18px;
	font-family:"Font Awesome 5 Free";
	content: "\f107";
	font-weight:600;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#navigation > ul > li.nav-sub > a::before {
	position: absolute;
	right: 14px;
	font-family:"Font Awesome 5 Free";
	content: "\f107";
	font-weight:600;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#navigation > ul > li > .active {
	color: #038FD6;
}
#navigation > ul > li:hover > a {
	color: #038FD6;
}
#navigation ul ul {
	position: absolute;
	left: -9999px;
	top: 75px;
	background: #333;
}
#navigation.align-right ul ul {
	text-align: right;
}
#navigation ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#navigation li:hover > ul {
	left: auto;
}
#navigation.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#navigation li:hover > ul > li {
	height: 44px;
}
#navigation ul ul ul {
	margin-left: 100%;
	top: 0;
}
#navigation.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#navigation ul ul li a {
	padding: 16px 15px;
	width: 220px;
	text-decoration: none;
	color: #fff;
	background: #333131;
	text-transform: capitalize;
}
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a {
	border-bottom: 0;
}
#navigation ul ul li:hover > a, #navigation ul ul li a:hover {
	color: #fff;
}
#navigation.small-screen {
	width: 100%;
}
#navigation.small-screen ul {
	width: 100%;
	display: none;
}
#navigation.small-screen.align-center > ul {
	text-align: left;
}
#navigation.small-screen ul li {
	width: 100%;
}
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li {
	height: auto;
}
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
	width: 100%;
	border-bottom: 0;
}
#navigation.small-screen > ul > li {
	float: none;
}
#navigation.small-screen ul ul li a {
	padding-left: 25px;
}
#navigation.small-screen ul ul ul li a {
	padding-left: 35px;
}
#navigation.small-screen ul ul li a {
	color: #acc4ca;
	background: none;
}
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a {
	color: #ffffff;
}
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#navigation.small-screen > ul > li.nav-sub > a:after, #navigation.small-screen > ul > li.nav-sub > a:before, #navigation.small-screen ul ul > li.nav-sub > a:after, #navigation.small-screen ul ul > li.nav-sub > a:before {
	display: none;
}
#navigation.small-screen #menu-button {
	display: block;
	padding: 17px;
	color: #acc4ca;
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
#navigation.small-screen #menu-button:after {
	position: absolute;
	top: 22px;
	right: 2px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	content: '';
}
#navigation.small-screen #menu-button:before {
	position: absolute;
	top: 16px;
	right: 2px;
	display: block;
	height: 2px;
	width: 20px;
	background: #333;
	content: '';
}
#navigation.small-screen #menu-button.menu-opened:after {
	top: 23px;
	border: 0;
	height: 2px;
	width: 15px;
	background: #333;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#navigation.small-screen #menu-button.menu-opened:before {
	top: 23px;
	background: #333;
	width: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#navigation.small-screen .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#navigation.small-screen .submenu-button.submenu-opened {
	background: #2c2d2d;
}
#navigation.small-screen ul ul .submenu-button {
	height: 35px;
	width: 35px;
	top: 6px;
	background: #fff;
}
#navigation.small-screen .submenu-button:after {
	position: absolute;
	top: 20px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #333;
	content: '';
}
#navigation.small-screen ul ul .submenu-button:after {
	top: 16px;
	right: 13px;
}
#navigation.small-screen .submenu-button.submenu-opened:after {
	background: #ffffff;
}
#navigation.small-screen .submenu-button:before {
	position: absolute;
	top: 17px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #333;
	content: '';
}
#navigation.small-screen ul ul .submenu-button:before {
	top: 13px;
	right: 16px;
}
#navigation.small-screen .submenu-button.submenu-opened:before {
	display: none;
}
#navigation.small-screen.select-list {
	padding: 5px;
}
.header-top {
	border-bottom: 1px solid transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	border-color: rgba(250, 250, 250, .2);
}
.header-top .top-nav ul li a {
	color: #fff;
}
/*-----Navigationn end-----*/

 /*  Slider Area Styling */
 
.slide-bg-1 {
	background: #f0f0f0 url("../images/slider/slider1.jpg") no-repeat;
}
.slide-bg-2 {
	background: #f0f0f0 url("../images/slider/slider2.jpg") no-repeat;
}
.slide-bg-home-3 {
	background: #f0f0f0 url("../images/slider/home-3.jpg") no-repeat;
}
.slide-bg-3 {
	background: #f0f0f0 url("../images/slider/slider3.jpg") no-repeat;
}
.slide-bg-4 {
	background: #f0f0f0 url("../images/slider/slider4.jpg") no-repeat;
}
.slide-bg-5 {
	background: #f0f0f0 url("../images/slider/slider5.jpg") no-repeat;
}
.single-slider {
	background-color: #dddd;
	background-position: 50% 0px;
	background-size: cover;
	color: #fff;
	position: relative;
	font-size: 24px;
	height: 450px;
	z-index: 0;
}
.single-slider:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: -1;
}
.slide-bg-2 {
	text-align: center;
}
.homepage-slider-2 .slide-bg-2 {
	text-align: left;
}
.homepage-slider-2 h2{
	color:#333 !important;
}
.homepage-slider-2 .single-slider:after{
	background-color:transparent;
}
.slider-item-wrapper {
	display: table;
	height: 100%;
	width: 100%;
}
.slider-item-wreppercell {
	display: table-cell;
	vertical-align: middle;
}
.homepage-slider h2 {
	font-size: 55px;
	margin-bottom: 25px;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: capitalize;
	line-height: 64px;
	color: #fff;
}
.homepage-slider p {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 15px 0px;
	font-size: 18px;
	position: relative;
	line-height: 28px;
}
.homepage-slider p:after {
	position: absolute;
	content: "";
	height: 40px;
	width: 2px;
	bottom: -40px;
	margin: auto;
	left: 0px;
	right: 0px;
	background-color: #fff;
}
.homepage-slider-2 p:after{
	margin:0;
	left:20px;
}
.homepage-slider h2 span {
	color: #038FD6;
}
.slider-btn a {
	display: inline-block;
	font-size: 16px;
	height: 54px;
	line-height: 46px;
	text-align: center;
	width: 170px;
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 20px;
	border-radius: 50px;
	background: #038FD6;
	border: 2px solid #fff;
	color: #fff;
}
.slider-btn-two {
	margin-left: 5px;
	color: #333;
	background: #fff;
}
.slider-btn-two:hover {
	background: #fff;
	color: #038FD6;
}
.slides-block {
	position: relative;
}
.slides-preload-wrapper {
	background: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
}
.slides-preload-wrapper .spinner {
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
}

.slides-block-2 .homepage-slider p{
	border-top:0px;
	border-bottom:0px;
	background-color:rgba(0,0,0,0.2);
	padding:18px 10px;
}
.slides-block-2 .homepage-slider p:after{
	background-color:#333;
}

/*== Section ==*/
 
.section-area {
	padding-bottom:;
}
.promotion-area {
	background-color: #038FD6;
}
.promo-list {
	position: relative;
	z-index: 1000;
	margin-top: -75px;
	list-style: none;
	padding: 0;
}
.promotion-list-item {
	position: relative;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	float: left;
	width: 33%;
	text-align: center;
	color: #fff;
	padding-top: 40px;
}
.promo-list .icon {
	margin-top: 34px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 6px;
	margin: auto;
	background-color: #fff;
	color: #038FD6;
	font-size: 30px;
}
.promotion-list-title {
	margin-bottom: -4px;
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-weight: 700;
	margin-top: 20px;
}


.promotion-area-2{
	background-color:#f5f5f5;
}
.promotion-area-2 .promotion-list-item{
	background-color:#cebfd4;
	margin:0px 1px;
	text-align:left;
}
.promotion-area-2 .promotion-list-item:nth-child(2){
	background-color:#d37ba5;
}
.promotion-area-2 .promotion-list-item:nth-child(3){
	background-color:#a1c9c1;
}
.promotion-area-2 .promo-list .icon {
	margin-top: 0px;
	background-color:transparent;
	color: #fff;
	font-size: 50px;
}
.promotion-area-2 .promotion-list-title{
	font-size: 28px;
	font-weight:900;
	margin-top:5px;
	line-height:40px;
}

/*== About Section ==*/
 
.about-area {
	background-color: #ffffff;
	padding-bottom: 70px;
	padding-top: 57px;
}
.about-bottom-warp .col-sm-4 {
	margin-bottom: 30px;
}
.about-list {
	padding: 0px 35px 35px 35px;
	background: #F6F8FA;
	overflow: hidden;
	text-align: center;
	position: relative;
	border: 2px solid #fff;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	min-height: 285px;
    margin-bottom: 20px;
}
.about-list:hover {
	border: 2px solid #038FD6;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.about-list .icon-box {
	width: 70px;
	height: 90px;
	line-height: 90px;
	background-color: #038FD6;
	display: inline-block;
}
.about-list .icon-box::before {
	font-size: 30px;
	color: #fff;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.about-area .about-list h5 {
	color: #1c1f25;
}
.about-list h5 {
	display: block;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: capitalize;
	color: #1c1f25;
	font-weight: 700;
	margin: 10px auto 0 auto;
	padding: 4px 0px;
}
.about-paragraph {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 26px;
	color: #333;
}
.about-list a {
	color: #535454;
}
.about-list a {
	width: 86px;
	height: 50px;
	display: block;
	background: #038FD6;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	position: absolute;
	right: -30px;
	text-align: center;
	bottom: -15px;
	transform: rotate(-44deg);
}
.about-list a i {
	transform: rotate(44deg);
}


/* Services 2 */

.single_service_wrapper:hover{
	box-shadow: 0px 0 30px rgba(0, 0, 0, 0.10);
}
.service_title a h3 {
	font-size: 18px;
	line-height: 24px;
	color: #343434;
	margin:0px;
	font-weight:800;
	padding:0px;
	text-transform:uppercase;
}
.single_service_wrapper{
	border: 1px solid #f9f9f9;
	min-height: 370px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}
.single_service_wrapper .service_content{
	padding: 22px 20px 34px;
	position: absolute;
	background: #fff;
	bottom: -14px;
}
.service_title a{
	display: inline-block;
}
.single_service_wrapper:hover .service_content{
	bottom: 0px;
}
.read_more {
	position: relative;
	top: 4px;
}
.read_more a {
	color: #343434;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.read_more a span {
	font-size: 14px;
	line-height: 24px;
}
.single_service_wrapper .service_content {
	transition: 0.4s;
}
.single_service_wrapper:hover .service_content{
	background-color:#038FD6;
}
.single_service_wrapper:hover .service_title a h3, .single_service_wrapper:hover .service_text p, .single_service_wrapper:hover .read_more a{
	color:#fff;
}






/*== Service Section ==*/
 
.service-area {
	background: #F6F8FA;
	padding-bottom: 100px;
}
.service-img img {
	max-width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
}
.service-right-list:hover .icon-box {
	background-color: #038FD6;
	color: #fff;
}
.service-right-list p {
	text-align: justify;
}
.service-img .owl-nav div {
	line-height: 25px !important;
}
.service-right-list .icon-box {
	font-size: 20px;
	color: #fff;
	width: 50px;
	position: relative;
	float: left;
	margin-right: 17px;
	margin-bottom: 70px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 100px;
	background-color: #038FD6;
	border: 2px solid #038FD6;
}
.service-right-list .icon-box:after {
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #038FD6;
	content: "";
	top: 13px;
	transform: rotate(45deg);
	right: -8px;
	z-index: 1;
}
.service-right-list h4 {
	text-transform: capitalize;
	letter-spacing: 1px;
	margin-top: 6px;
	margin-bottom: 10px;
	font-weight: 700;
}
.service-right-list {
	text-align: left;
	margin-bottom: 30px;
}
.service-img {
	width: 100%;
	overflow: hidden;
}
.service-area .more-link {
	margin-top: 20px;
	background: transparent;
	color: #038FD6;
	border: 2px solid #038FD6;
}
.service-area .more-link:hover {
	background: #038FD6;
	color: #fff;
}
.service-area .owl-nav div {
	left: 25px;
	line-height: 52px;
	opacity: 0;
}
.service-area .owl-nav .owl-next {
	left: auto;
	right: 25px;
}
.service-img:hover .owl-nav div {
	opacity: 1;
}
/*== quote Section  ==*/
 
.quote-section {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	background-image: url("../images/quote.jpg");
	background-position: 50% 0;
	background-size: cover;
	z-index: 0;
}
.quote-section:after {
	position: absolute;
	content: "";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3a626+0,d94c3b+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(left, rgba(243,166,38,0.8) 0%, rgba(217,76,59,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(243,166,38,0.8) 0%, rgba(217,76,59,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(243,166,38,0.8) 0%, rgba(217,76,59,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf3a626', endColorstr='#ccd94c3b', GradientType=1 ); /* IE6-9 */
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: -1;
}
.quote-section h3 {
	color: #fff;
	margin-top: 0px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.quote-form-inner {
	background: #038FD6;
	padding: 50px;
	border-radius: 10px;
}
.quote-form-inner .input-group {
	padding-right: 10px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.quote-form-inner .input-group input, .quote-form-inner .input-group textarea {
	border-radius: 4px !important;
	padding: 25px 15px;
	border: 0px;
}
.quote-form-inner .input_group_full_width {
	width: 100% !important;
}
.quote-form-inner .form-order .btn {
	padding: 14px 30px;
}
.quote-form-inner .form-order::after {
	display: table;
	clear: both;
	content: '';
}
.quote-form-inner input, .quote-form-inner textarea {
	border: 1px solid #fff;
}
.quote-section .btn {
	font-size: 16px;
	padding: 14px 27px 14px 27px;
	text-transform: capitalize;
	background: transparent;
	letter-spacing: 1px;
	border-radius: 4px;
	margin-top: 20px;
	color: #fff;
	border: 2px solid #fff;
}
.quote-section .btn:hover {
	background: #fff;
	color: #038FD6;
	border: 2px solid #fff;
}
/*== Work Section ==*/
 
.work-area {
	padding-top: 60px;
	padding-bottom: 0px;
	background: #F6F8FA;
}
.work-area .more-link {
	margin-top: 50px;
	background: transparent;
	color: #fff;
	margin-bottom: 50px;
	border: 2px solid #fff;
}
.work-area .more-link:hover, .work-area .more-link:focus, .work-area .more-link:active {
	background: #fff;
	color: #038FD6;
	border: 2px solid #fff;
}
.work-area .text-center {
	width: 100%;
	background-image: url(../images/achive.jpg)
}
/* Work items
------------------*/
 
.work-area .container-fluid {
	padding-left: 0;
	padding-right: 0px;
}
.single-project-wrapper {
	background-image: url(../images/work/work_1.jpg)
}
.project-bg-2 {
	background-image: url(../images/work/work_2.jpg)
}
.project-bg-3 {
	background-image: url(../images/work/work_3.jpg)
}
.project-bg-4 {
	background-image: url(../images/work/work_4.jpg)
}
.project-bg-5 {
	background-image: url(../images/work/work_5.jpg)
}
.project-bg-6 {
	background-image: url(../images/work/work_6.jpg)
}
.project-bg-7 {
	background-image: url(../images/work/work_7.jpg)
}
.project-bg-8 {
	background-image: url(../images/work/work_8.jpg)
}
.single-project-wrapper {
	background-color: #ddd;
	background-position: center center;
	background-size: cover;
	height: 370px;
	overflow: hidden;
	margin-bottom: 30px;
}
.projects-titles {
	text-align: center;
	margin: auto auto 40px auto;
	display: inline-block;
	padding: 6px 0px;
	border-top: 3px double #CCC;
	border-bottom: 3px double #CCC;
}
.projects-titles li.active {
	color: #fff;
	background: #038FD6;
}
.filter-center {
	width: 100%;
	text-align: center;
}
.projects-titles li {
	color: #333;
	cursor: pointer;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
	transition: all 0.3s ease 0s;
	margin-right: 10px;
	padding: 6px 16px;
	font-size: 13px;
	border-radius: 4px;
}
.project-hover span, .project-hover a {
	color: #fff;
}
.project-hover h4 {
	bottom: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	right: 25px;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.project-hover span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding-top: 5px;
	text-transform: uppercase;
	position: absolute;
	bottom: 46px;
	right: 25px;
	letter-spacing: 2px;
}
.project-link i {
	position: absolute;
	top: 0px;
	padding-right: 8px;
	left: 0px;
	border-radius: 0px 0px 40px 0px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	background: #038FD6;
	color: #fff;
	width: 50px;
	height: 50px;
}
.project-hover {
	height: 100%;
	opacity: 0;
	position: relative;
	transform: scale(0);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}
.project-hover::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.single-project-wrapper:hover .project-hover {
	opacity: 1;
	visibility: visible;
	z-index: 1;
	transform: scale(1);
}
/*== Blog Section ==*/
 
.blog-section {
	background: #f6f8fa;
	padding-bottom: 100px;
	padding-top: 57px;
}
.blog-item-one {
	width: 100%;
	margin-bottom: 40px;
	background: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-item-one:hover {
	box-shadow: 0 20px 30px rgba(125, 147, 178, .3);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-item-one h5 a {
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #414141;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog_cat:hover {
	color: #038FD6;
	background: #fff;
}
.blog_cat {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 99999;
	background: #038FD6;
	color: #fff;
	padding: 6px 15px 9px 15px;
	border-radius: 15px;
	line-height: 14px;
}
.blog-item-one:hover .blog_link {
	opacity: 1;
}
.blog_link:hover {
	color: #038FD6;
}
.blog-content-warp {
	padding: 5px 20px 15px 20px;
}
.blog-content-warp blockquote {
	margin: 0px;
	font-style: italic;
	font-size: 18px;
}
.blog-item-one:hover .blog-img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-item-one:hover .blog-img::after {
	opacity: .7;
}
.blog-img {
	position: relative;
	z-index: 11;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blog-item-one h5 {
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
}
.blog-item-one .subtext {
	text-align: left;
	color: #747474;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 17px;
	font-style: italic;
	margin-top: 8px;
	margin-right: 25px;
}
.blog-item-one p {
	text-align: left;
}
.blog-item-one p a {
	color: #038FD6;
}
.blog-content-warp .more-detail {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #13192d;
	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;
}
.blog-content-warp .more-detail i {
	padding-left: 4px;
}
.blog-content-warp .more-detail:hover {
	color: #038FD6;
}
.blog-content-warp .post-meta {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
.blog-content-warp .post-meta li {
	float: left;
}
.blog-content-warp .post-meta li a {
	position: relative;
	color: #ff2250;
	font-size: 15px;
	top: 2px;
	margin-right: 10px;
	font-weight: 500;
}
.blog-item-one p a:hover {
	text-decoration: underline;
	letter-spacing: 1px;
}
.blog-section .more-link:hover {
	color: #fff;
	background: #038FD6;
}
.blog_datee {
	position: absolute;
	left: 30px;
	bottom: -10px;
	color: #ffffff;
	font-size: 15px;
	z-index: 1;
	padding: 6px 18px 4px;
	display: inline-block;
	background-color: #038FD6;
}
.blog_datee:hover {
	color: #fff;
}
.subtext i {
	margin-right: 2px;
}

.blog-2 .blog_datee{
	right: 20px;
	left: auto;
}


/*== Team  Section ==*/
 
.team-area {
	padding-top: 60px;
	background: #F6F8FA;
	padding-bottom: 100px;
}
.team-area .member-info h6 {
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 2px;
	color: #333;
	background-color: #eaeaea;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 25px 0px
}
.team-area .member-info small {
	display: block;
	margin-top: 10px;
	color: #333;
	font-size: 13px;
}
.team-area .team-social {
	text-align: center;
	display: inline-block;
	background-color: #038FD6;
	position: absolute;
	bottom: 6px;
	transition: all .5s ease;
	right: 2px;
	width: 50px;
	height: auto;
	padding: 10px 0;
	border-radius: 0;
	visibility: hiden;
	opacity: 0;
}
.team-area .member-item:hover .team-social {
	opacity: 1;
	visibility: visiblle;
	right: 20px;
}
.team-area .team-social ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.team-area .team-social ul li:last-child {
	padding-bottom: 0px;
}
.team-area .team-social ul li {
	padding-right: 0px;
	float: left;
	width: 100%;
	padding-bottom: 8px;
}
.team-area .team-social ul li a {
	color: #fff;
	font-size: 14px;
}
.team-area .member-item {
	text-align: center;
	padding-right: 20px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.team-area .member-item:before {
	content: '';
	width: 63%;
	height: 80%;
	position: absolute;
	bottom: 5px;
	right: 20px;
	border: 1px dashed #666;
	z-index: -1;
}
/*== Pricing Section ==*/
 
.pricing-area {
	padding-bottom: 100px;
	padding-top: 60px;
	background: #fff;
}
.pricing-area .col-sm-3 {
	padding-right: 9px;
	padding-left: 0px;
}
.pricing-wrapper {
	text-align: center;
	padding-bottom: 20px;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	background-position: center center;
}
.pricing-wrapper h2 {
	font-size: 60px;
	margin: 15px 0px 0px 0px;
	color: red;
}
.pricing-title-heading {
	padding: 15px 0px;
}
.pricing-wrapper h2 span {
	font-size: 26px;
	position: relative;
	top: -11px;
	color: red;
	padding-right: 0px;
}
.pricing-wrapper h2 sub {
	font-size: 16px;
	position: relative;
	top: -3px;
	color: #038FD6;
	left: 5px;
}
.pricing-wrapper h5 {
	color: #333;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 25px;
}
.pricing-wrapper ul {
	padding: 30px 10px 35px 10px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	list-style: none;
	margin-bottom: 0px;
	margin-top: 0;
	background-color: #fff;
}
.pricing-wrapper h4 {
	font-size: 30px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #333;
	font-weight:800;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 0px;
}
.pricing-wrapper li:last-child {
	padding-bottom: 0px;
}
.pricing-wrapper li {
	padding: 0px 0px 15px 0px;
	text-align: left;
	color: #333;
	text-align: center;
}
.pricing-wrapper a {
	color: #333;
	background: transparent;
	border-radius: 4px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #038FD6;
}
.pricing-wrapper a:hover {
	color: #fff;
}
.pricing-wrapper a:hover, .pricing-wrapper a:focus, .pricing-wrapper a:active {
	background: #fff;
	color: #038FD6;
}
/*== Testimonial Section ==*/
 
.testimonials-area {
	padding-bottom: 96px;
	padding-top: 58px;
	background: #fff;
}
.testimonials-area .item .col-lg-6 {
	margin-left: -30px;
}
.testimonials-area .testimonial-box img {
	float: left;
	width: 15%;
	margin-top: 15px;
	border: 6px solid #f5f5f5;
	border-radius: 100px;
}
.testimonials-area .testimonial-box .client-title {
	float: left;
	width: calc(100% - 15%);
	padding-top: 28px;
	padding-left: 20px;
	font-size: 18px;
}
.testimonials-area .testimonial-box .testimonial-name {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #333;
}
.testimonials-area .client-position {
	color: #333;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
	margin-top: 3px;
}
.testimonials-area .testimonial-box p {
	color: #fff;
	float: left;
	margin-top: 20px;
	position: relative;
	margin-bottom: 22px;
	background: #038FD6;
	padding: 30px;
}
.testimonials-area .testimonial-box p:after {
	content: '';
	position: absolute;
	border-left: 0px solid transparent;
	border-right: 100px solid transparent;
	border-top: 90px solid #038FD6;
	left: 90px;
	z-index: -1;
}
.client-title i {
	color: #d1e41b;
}
.testimonials-area .owl-theme .owl-controls .owl-dot span {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	background: transparent;
	display: inline-block;
	border: 5px solid;
	color: #038FD6;
	border-radius: 50%;
}
.testimonials-2 .testimonial-box p::after{
	top: -25px;
	border-bottom: 90px solid #038FD6;
	border-top: 0px;
}

/*== Fun Facts Section ==*/
 
.counter-facts-section {
	padding-bottom: 70px;
	padding-top: 70px;
	background-image: url("../images/achive.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.counter-facts-section:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.4);
}
.facts-item {
	padding: 0px;
	margin-right: 0px;
	text-align: center;
}
.funfact-wrapper .col-sm-4 {
	padding-top: 20px;
	margin-top: 18px;
	text-align: right;
}
.funfact-wrapper h3 {
	margin-top: 9px;
	margin-bottom: 15px;
	letter-spacing: 5px;
	font-size: 60px;
	border-bottom: 3px double #fff;
	line-height: 112px;
	display: inline-block;
	color: #fff;
}
.funfact-wrapper h3 span {
	font-size: 28px;
	color: #fff;
}
.funfact-wrapper h5 {
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-bottom: 13px;
	font-size: 13px;
	margin-top: 0px;
	color: #fff;
}
/*== Bottom Banner  Section ==*/
 
.subscribe-banner {
	padding: 40px 0;
	background-color: #047ab6;
}
.flt_left {
	float: left;
}
.subscribe-banner h4 {
	color: #fff;
	margin-top: 0;
	font-weight: 800;
	text-transform: capitalize;
	/*! letter-spacing: 0px; */
	font-size: 30px;
	margin-bottom: 10px;
}
.subscribe-banner p {
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.sub-form {
	text-align: right;
	margin-top: 25px;
}
.sub-form form {
	position: relative;
}
.sub-form input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border-radius: 30px;
	color: #352f2f;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	height: 62px;
	margin-right: 21px;
	padding-left: 35px;
	width: 100%;
}
.sub-form button:hover {
	background: #8AC008;
	color: #fff;
}
.sub-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0 2rem 2rem 0;
	border: 0 none;
	padding: 0 1.66667rem;
	background: #8AC008;
	color: #fff;
	cursor: pointer;
}
/*== Contact  Section ==*/
 
.contact-area {
	padding-top: 60px;
	padding-bottom: 100px;
	background: #F6F8FA;
}
.inner-box-contact {
	position: relative;
}
.contact-form {
	padding: 30px;
	box-shadow: 0px 0px 24px 0px rgba(69, 69, 69, 0.07);
	border: 1px solid #f3f3f3;
	background: #fff;
	border-radius: 25px;
}
.contact-info {
	padding: 30px;
	box-shadow: 0px 0px 24px 0px rgba(69, 69, 69, 0.07);
	border: 1px solid #f3f3f3;
	background: #fff;
	border-radius: 25px;
}
.contact-info ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contact-info p {
	color: #999;
	margin-bottom: 25px;
	line-height: 28px;
}
.contact-info ul li {
	padding-bottom: 20px;
}
.contact-info ul li i {
	padding-right: 6px;
	color: #038FD6;
}
.connect {
	width: 100%;
	display: inline-block;
	font-size: 25px;
	margin-top: 20px;
}
.connect a {
	margin-left: 15px;
	font-size: 18px;
}
.connect a:hover {
	color: #038FD6;
}
.map-area {
	width: 100%;
	display: inline-block;
}
.map-area iframe {
	width: 100%;
	height: 450px;
	border: 0px;
}
.contact-form #contact-form .contact-field, .contact-form #comment-form .contact-field, .comment-form #contact-form .contact-field, .comment-form #comment-form .contact-field {
	outline: inherit;
	border-width: medium medium 1px;
	border-style: none none solid;
	border-color: -moz-use-text-color -moz-use-text-color #038FD6;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	width: 100%;
	margin-bottom: 39px;
	padding-bottom: 20px;
	line-height: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.contact-form #contact-form .contact-field:focus, .contact-form #comment-form .contact-field:focus, .comment-form #contact-form .contact-field:focus, .comment-form #comment-form .contact-field:focus {
	border-bottom: 2px solid #F3F3F3;
}
.contact-form #contact-form::-webkit-input-placeholder, .contact-form #comment-form::-webkit-input-placeholder, .comment-form #contact-form::-webkit-input-placeholder, .comment-form #comment-form::-webkit-input-placeholder {
	color: #9B9BA3;
	font-size: 14px;
	text-align: left;
}
.contact-form #contact-form:-moz-placeholder, .contact-form #comment-form:-moz-placeholder, .comment-form #contact-form:-moz-placeholder, .comment-form #comment-form:-moz-placeholder {
	color: #9B9BA3;
	font-size: 14px;
	text-align: left;
}
.contact-form #contact-form::-moz-placeholder, .contact-form #comment-form::-moz-placeholder, .comment-form #contact-form::-moz-placeholder, .comment-form #comment-form::-moz-placeholder {
	color: #9B9BA3;
	font-size: 14px;
	text-align: left;
}
.contact-form #contact-form:-ms-input-placeholder, .contact-form #comment-form:-ms-input-placeholder, .comment-form #contact-form:-ms-input-placeholder, .comment-form #comment-form:-ms-input-placeholder {
	color: #9B9BA3;
	font-size: 14px;
	text-align: left;
}
.contact-form #contact-form #submit-contact, .contact-form #comment-form #submit-contact, .comment-form #contact-form #submit-contact, .comment-form #comment-form #submit-contact {
	padding: 0;
	padding-right: 30px;
	padding-left: 30px;
	height: 55px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: capitalize;
	display: inline-block;
	overflow: hidden;
	outline: none;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: white;
	position: relative;
	margin: -10px 0px 0px 0px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: #038FD6;
	border: 2px solid #038FD6;
}
.contact-form #contact-form #submit-contact:hover, .contact-form #comment-form #submit-contact:hover, .comment-form #contact-form #submit-contact:hover, .comment-form #comment-form #submit-contact:hover {
	background-color: transparent;
	border: 2px solid #038FD6;
	color: #038FD6;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.contact-form #contact-form #msg, .contact-form #comment-form #msg, .comment-form #contact-form #msg, .comment-form #comment-form #msg {
	color: #f54337;
}
/*== Footer Section ==*/
 
.footer-section {
	float: left;
	width: 100%;
	padding: 52px 0 0 0;
	color: #4b5050;
	background: #006ea6;
}
.footer-section .widget {
	padding-bottom: 45px;
	margin-bottom: 17px;
}
.footer-section .widget h5 {
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 2px;
	font-size: 20px;
	padding-left: 12px;
	position: relative;
	font-weight: 700;
}
.footer-section .widget h5:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	left: 0px;
	bottom: 0px;
	background-color: #8AC008;
}
.footer-section .widget h3 {
	color: #fff;
	font-weight: 900;
	letter-spacing: 3px;
}
.footer-section .widget p {
	color: #fff;
	margin-top: 0px;
}
.list-icons {
	padding-left: 0;
	list-style: none;
}
.footer-section .list-icons {
	margin-left: -15px;
	margin-top: 4px;
}
.list-icons li {
	padding-bottom: 5px;
}
.list-icons li a {
	color: #4b5050;
}
.list-icons li a:hover {
	color: #038FD6;
	text-decoration: underline;
}
.recent-post {
	margin: 0;
	padding: 0;
}
.recent-post h6 {
	margin-bottom: 12px;
	margin-top: 20px;
}
.recent-post li {
	list-style: none;
	margin: 0 0 -11px 0;
	position: relative;
	border-color: #e4e6e6;
}
.recent-post li:last-child {
	border-bottom: transparent;
}
footer .recent-post li a {
	color: #92b0d4;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}
footer .recent-post li a i {
	padding-right: 6px;
	color: #fff;
}
footer .recent-post li a:hover {
	color: #fff;
	margin-left: 3px;
}
footer .recent-post-date {
	position: absolute;
	width: 35px;
	height: auto;
	border: 1px solid #e9dddd;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	padding: 8px;
	border-radius: 2px;
	left: 0;
	top: 5px;
}
.footer-link {
	margin: 0 0 0 15px;
	padding: 0;
}
.footer-link li {
	list-style: none;
	margin-bottom: 10px;
	margin-top: 0px;
	position: relative;
	list-style: circle;
	border-color: #fff;
	color: #fff;
}
footer .footer-link li a {
	color: #92b0d4;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}
footer .footer-link li a:hover {
	padding-left: 10px;
}
.footer-social-links ul {
	margin-left: -39px;
}
.footer-social-links ul li {
	display: inline-block;
	position: relative;
	margin: 10px 5px 0;
	line-height: 1em;
	vertical-align: top;
}
.footer-social-links ul li a {
	display: inline-block;
	text-align: center;
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 21px;
	border: 1px solid #bababa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	color: #bababa;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.footer-contact-info {
	padding: 5px 0 0;
}
.footer-contact-info {
	list-style: none;
}
.footer-contact-info li {
	margin-bottom: 10px;
	color: #fff;
}
.footer-contact-info li i {
	padding-right: 6px;
}
.footer-social-box {
	margin-top: 25px;
}
.footer-social-box a {
	color: #fff;
	border: 1px solid #92b0d4;
	width: 30px;
	font-size: 12px;
	height: 30px;
	background-color: #0474ad;
	text-align: center;
	line-height: 30px;
	display: inline-block;
}
.copyright-footer {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0px;
	color: #bababa;
	border-top: 1px solid #0885c5;
}
.copyright-footer p {
	color: #fff;
	font-size: 14px
}
.copyright-footer p a {
	color: #4b5050;
}

/*== Single Page ==*/

 /* Single Page Header
================================= */
 
header {
	position: relative;
	text-align: center;
	color: #fff;
	background-color: rgba(32, 32, 32, 0.74);
	height: 700px;
}
header .container {
	padding-top: 100px;
	padding-bottom: 10px;
	position: relative;
	z-index: 10;
	text-align: center;
}
header.inner-banner {
	background: transparent url(../images/page_bg.jpg);
	color: #FFF;
	box-sizing: border-box;
	height: 250px;
	width: 100%;
	position:relative;
	z-index:0;
	background-position: 50% 0px;
}
header.inner-banner:before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:-1;
	background-color:rgba(0,0,0,0.8);
}
header {
	position: relative;
	text-align: center;
	color: #fff;
	background-color: rgba(198, 227, 221, 0.39);
	height: 700px;
}
.inner-header-banner {
	text-align: center;
}
.inner-header-banner h4 {
	color: #F8F3F3;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 5px;
	font-weight: 700;
	margin-top: 13px;
}
.inner-header-banner h4 a {
	color: #fff;
}
.inner-header-banner h3 {
	color: #fff;
	text-transform: capitalize;
	font-size: 45px;
	letter-spacing: 4px;
	padding-bottom: 8px;
	font-weight: 700;
	position: relative;
	line-height: 46px;
	display: inline-block;
	text-align: center;
	margin: 0;
	line-height: 46px;
}
.inner-header-banner h3:before {
	width: 3px;
	height: 30px;
	background-color: #8AC008;
	position: absolute;
	content: "";
	left: -20px;
	top: 16px;
}
.inner-header-banner h3:after {
	width: 3px;
	height: 30px;
	background-color: #8AC008;
	position: absolute;
	content: "";
	right: -20px;
	top: 16px;
}
.inner-header-banner h4 a:hover {
	color: #F8F3F3;
}
/*== Blog Page ==*/
 
.blog-container {
	padding-bottom: 64px;
}
.blog-area {
	padding-top: 100px;
	padding-right: 40px;
}
.blog-container .blog-item-one img {
	height: 100%;
}
/* - Pagination */
 
.pagination {
	width: 100%;
	margin-bottom: 42px;
	margin-top: 13px;
}
.blog-container .pagination .pager {
	top: -20px;
}
.pagination .pager {
	text-align: left;
	display: inline-block;
	position: relative;
	top: 6px;
}
.pager li {
	position: relative;
	padding: 0 3px;
	border-radius: 50%;
}
.pager .pagi-big a {
	color: #bffff8;
	font-weight: 700;
}
.pager li a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border: 1px solid #038FD6;
	background: #038FD6;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	padding: 0;
	padding-right: 2px;
}
.pager-icon {
	font-size: 14px;
	left: 0px;
	position: relative;
	top: 6px;
	font-weight: 700;
	letter-spacing: 2px;
}
.pager-icon:hover {
	color: #000;
}
.pagination .pager li > a:focus, .pagination .pager li > a:hover {
	background-color: transparent;
	color: #222;
}
/* -- Widget Area */
 
.widget-area {
	text-align: center;
	margin-top: 100px;
}
/* - Widget */
 
.widget {
	display: inline-block;
	margin-bottom: 20px;
	width: 100%;
}
/* - Widget Search */
 
.widget-search {
	display: block;
	background: #FFF;
	border: 3px solid #EFEAEA;
}
.widget-search .input-group {
	padding-bottom: 6px;
	padding-top: 6px;
}
.widget-search .input-group input {
	background: transparent none repeat scroll 0% 0%;
	border: 0px none;
	border-radius: 0px;
	transition: none 0s ease 0s;
	box-shadow: none;
	font-size: 14px;
	font-weight: 400;
	color: #8F8F8F !important;
	height: auto;
}
.widget-search .input-group button {
	background: transparent;
	border: medium none;
	font-size: 14px;
	color: #038FD6;
	padding: 0px 12px;
}
.input-group-btn {
	left: 0px;
}
/* - Widget Title */
 
.widget .widget-title {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 25px;
	margin-top: 0px;
	margin-top: 0px;
	position: relative;
	position: relative;
	padding: 10px 0px;
	color: #333;
}
.widget .widget-title:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -6px;
	width: 20px;
	height: 5px;
	background-color: #16bae1;
}
.widget .widget-title:after {
	position: absolute;
	content: '';
	left: 25px;
	bottom: -6px;
	width: 6px;
	height: 5px;
	background-color: #16bae1;
}
/* - Categories Type */
 
.widget.widget-post-categories {
	margin-bottom: 10px;
}
.side-categories li {
	letter-spacing: 0.5px;
	color: #e1e1e1;
	margin: 12px 0px;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #EDF2F1;
}
.side-categories li a:before {
	left: 0;
	top: 0px;
	transition: .5s;
	content: "";
	position: absolute;
	width: 3px;
	height: 0;
	background-color: #038FD6;
}
.side-categories li a:hover:before {
	height: 50%;
}
.side-categories li a:after {
	left: 0;
	bottom: 0px;
	transition: .5s;
	content: "";
	position: absolute;
	width: 3px;
	height: 0;
	background-color: #038FD6;
}
.side-categories li a:hover:after {
	height: 50%;
}
.side-categories li a:hover {
	padding-left: 15px;
}
.widget-post-categories .side-categories {
	text-align: left;
	display: inline-block;
	margin-top: -10px;
	width: 100%;
	margin-left: 0px;
	padding-left: 0;
	margin-top: 0px;
}
.side-categories li a {
	color: #303030;
	padding: 0px 0px 10px 0px;
	display: inline-block;
	position: relative;
}
.side-categories li:hover a {
	color: #000;
}
.side-categories li span {
	float: right;
	clear: both;
}
/* - Recent Post */
 
.wiget-recent-post .widget-title {
	position: relative
}
.widget-title::after {
	position: absolute;
	bottom: -1px;
	width: 160px;
	height: 1px;
	background: #333;
	content: "";
	left: 0;
}
.recent-post-box {
	display: inline-block;
	padding-bottom: 13px;
	margin-top: 10px;
	width: 100%;
	position: relative;
}
.recent-post-box:last-of-type {
	border-bottom: none;
}
.recent-post-img {
	width: 24%;
	float: left;
	margin-right: 4%;
}
.recent-post-img img {
	max-width: 100%;
}
.recent-title {
	text-align: left;
	width: 72%;
	float: left;
}
.recent-title > a {
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 20px;
	color: #303030;
}
.recent-title > p {
	font-size: 11px;
	color: #038FD6;
	margin-top: -8px;
}
/* side-search */
.side-search {
	width: 100%;
	display: inline-block;
	position: relative;
}
.side-search input {
	padding: 15px 12px;
	border-radius: 5px;
	outline: none;
	border: 1px solid #e7e7e7;
	position: relative;
	width: 100%;
}
.side-search a {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background: #038FD6;
	color: #fff;
	padding: 13px 20px;
	border-radius: 5px;
}
/* - Widget Text */
 
.widget_text_wrp {
	text-align: left;
	color: #303030;
}
/* - Widget Tags */
 
.widget-tags {
	text-align: left;
	width: 100%;
	margin-bottom: 0px;
}
.widget-tags .widget-title {
	display: inline-block;
	width: 100%;
}
.widget-tags > a:hover {
	color: #fff;
	transition: all 1s ease 0s;
	border-color: #038FD6;
	background: #038FD6;
}
.widget-tags > a {
	color: #303030;
	text-decoration: none;
	padding: 6px 13px;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 13px;
	background: #EDF2F1;
}
/* - Start : Blog Coment  Tags */
 
.list-comments {
	padding-top: 45px;
}
.comments-block-title h4 {
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
}
.post-social-share ul {
	margin: 0;
	padding: 0;
}
.post-social-share ul li:first-child {
	padding-left: 0;
	color: #333333;
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}
.post-social-share ul li {
	padding-left: 10px;
	float: left;
}
.post-social-share ul li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #cccccc;
	text-decoration: none;
}
.post-social-share ul li a.fb {
	background-color: #1679c6;
	color: #fff;
	border: 1px solid #1679c6;
}
.post-social-share ul li a.skype {
	background-color: #00abea;
	color: #fff;
	border: 1px solid #00abea;
}
.post-social-share ul li a.be {
	background-color: #1c48f3;
	color: #fff;
	border: 1px solid #1c48f3;
}
.post-social-share ul li a.gplus {
	background-color: #ea3d00;
	color: #fff;
	border: 1px solid #ea3d00;
}
.comments {
	padding: 0px;
	margin: 0px;
}
.comments li {
	list-style: outside none none;
}
.comments li .comment {
	padding: 30px 0px;
	position: relative;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}
.comments li .comment img.comment-avatar {
	margin-bottom: 20px;
	border-radius: 50%;
	border: 6px solid #f5f5f5;
}
.comment_dat {
	display: inline-block;
	margin-left: 0px;
	position: relative;
}
.comments .comment-img {
	float: left;
	width: 12%;
	margin-right: 3%;
}
.commentscontent {
	width: 85%;
	float: left;
}
.comments li .comment span.commenter-title {
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	color: #535353;
	letter-spacing: 2px;
}
.comments li .comment span.commenter-title a {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
}
.comments li .comment .comment-date {
	font-size: 11px;
	margin-bottom: 10px;
	color: #8B8B8B;
	margin-top: 0px;
	text-transform: uppercase;
}
.comments li .comment span.comment-reply {
	right: 16px;
}
.comments li .comment span.comment-reply a {
	transition: all 0.5s ease 0s;
	font-size: 11px;
	padding: 10px 22px;
	color: #333;
	margin-top: 20px;
	background: #F0EDED;
	border-radius: 0px;
}
.comments li .comment span.comment-reply a:hover {
	background: #038FD6;
	color: #fff;
}
.comments li .comment span.comment-reply a i {
	font-size: 11px;
}
.comments li .comment p:last-child {
	margin-bottom: 0px;
	font-weight: 300;
	color: #303030;
}
.comments li > ul {
	padding-bottom: 0px;
	margin-top: 0;
}
.comments li .comment p {
	margin-top: 0px;
	line-height: 26px;
	text-align: justify;
	font-size: 16px;
}
.blog-contact-form {
	padding: 0px;
	margin-bottom: 100px;
	margin-top: -60px;
}
.blog-contact-form h4 {
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
}
.blog-contact-form .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 70px;
}
.blog-contact-form .submit-button {
	border-radius: 0px !important;
}
.blog-contact-form .contact-form {
	text-align: left;
	box-shadow: none;
	border: 1px solid transparent;
	border-radius: 4px;
	padding: 0px;
}
.blog-contact-form .form-control {
	color: #555;
	background-color: #fff;
	background-image: none;
	padding: 24px 12px;
	border: 1px solid #f6f4f4;
	border-radius: 1px;
	box-shadow: none;
}
.blog-contact-form .form-group {
	margin-bottom: 15px;
}
.form-control:focus {
	border: 1px solid #038FD6;
	box-shadow: none;
}
#contactForm .submit-button:hover {
	background: transparent;
	color: #038FD6;
	border: 3px solid #038FD6;
}
#contactForm .submit-button {
	color: #FFF;
	background: #038FD6;
	font-weight: 700;
	margin-top: 20px !important;
	padding: 11px 30px;
	border: 3px solid #038FD6;
	text-align: left;
	border-radius: 25px;
}
/* - End : Blog Coment  Tags */
/* == About Page == */
 
.about-page-section {
	background: #F6F8FA;
	padding-bottom: 80px;
}
.about-page-section h2 {
	font-size: 34px;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: bold;
	position: relative;
}
.about-page-section h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -30px;
	width: 20px;
	height: 8px;
	background-color: #16bae1;
}
.about-page-section h2:after {
	position: absolute;
	content: '';
	left: 25px;
	bottom: -30px;
	width: 6px;
	height: 8px;
	background-color: #16bae1;
}
.about-page-section blockquote {
	margin: 0px;
	line-height: 26px;
	font-size: 16px;
	padding: 10px 6px 10px 15px;
}
/*== Gallery page ==*/
 
.work_page {
	padding-bottom: 50px;
}
.work_page .text-center {
	width: 100%;
	background: #F6F8FA;
}
.work_page .more-link {
	color: #038FD6;
	border: 2px solid #038FD6;
}
.work_page .more-link:hover {
	color: #fff;
	background: #038FD6;
}
.single-gallery-page {
	padding-top: 100px;
	padding-bottom: 82px;
}
.portfoliodesc {
	margin-bottom: 10px;
}
.project-details {
	margin-top: 40px;
}
.project-details blockquote {
	margin: 0px 0px 10px 0px;
	text-align: justify;
	line-height: 26px;
	font-style: italic;
}
.portfolio-item .carousel-control {
	width: 40px;
	height: 40px;
	line-height: 36px;
	background: #038FD6;
	background-image: none;
	top: 50%;
	box-shadow: none;
	text-shadow: none;
	opacity: 1;
	color: #fff;
	margin-top: -20px;
	border-radius: 50%;
}
.portfolio-item .right.carousel-control {
	right: 3%
}
.portfolio-item .left.carousel-control {
	left: 3%
}
.portfolio-detail-block h4, .project-details h4 {
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.portfoliodesc hr {
	border-top: 1px solid #efeded;
}
.portfoliodesc .project-details p {
	margin-top: 0px;
	font-size: 16px;
}
.portfolio-detail-block {
	padding-left: 20px;
}
.portfolio-detail-block ul {
	margin-bottom: 50px;
	margin-top: 23px;
}
.portfolio-detail-list {
	-webkit-box-shadow: 6px 6px 0px 0px rgba(221,228,225,1);
	-moz-box-shadow: 6px 6px 0px 0px rgba(221,228,225,1);
	box-shadow: 6px 6px 0px 0px rgba(221,228,225,1);
}
.portfolio-detail-list > li {
	margin-bottom: 1px;
	background: #f0f5f3;
	padding: 15px;
}
.portfolio-detail-list strong {
	display: inline-block;
	min-width: 90px;
	position: relative;
	margin-right: 12px;
	text-transform: uppercase;
	font-size: 13px;
}
.portfolio-detail-list strong::before {
	position: absolute;
	content: ":";
	right: -5px;
}
.portfolio-detail-block ul {
	margin-bottom: 50px;
	margin-top: 23px;
}
.social-icons > li {
	padding: 0 2px 5px 2px;
}
.portfolio-detail-block .social-icons > li > a {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #f0f5f3;
}
.social-icons > li > a {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 27px;
	text-align: center;
	color: #1E1C1C;
}
.social-icons > li > a i {
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
.social-icons > li > a i:hover {
	color: #038FD6
}
/*== Single Service Page ==*/
 
.single-service-area {
	padding-top: 100px;
}
.service-page-content {
	padding-right: 42px;
}
.service-page-content .servicepage-title h3 {
	margin-top: 20px;
	font-size: 28px;
	font-weight: 700;
	position: relative;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.service-page-content .servicepage-title h3:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -20px;
	width: 20px;
	height: 6px;
	background-color: #16bae1;
}
.service-page-content .servicepage-title h3:after {
	position: absolute;
	content: '';
	left: 25px;
	bottom: -20px;
	width: 6px;
	height: 6px;
	background-color: #16bae1;
}
.service-page-content blockquote {
	margin: 0px;
	line-height: 28px;
	font-style: italic;
}
.service-page-content .servicepage-title2 h3 {
	font-size: 20px;
	margin-top: 35px;
	margin-bottom: 10px;
}
.service-page-content .servicepage-title3 h3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 10px;
	position: relative;
}
.service-page-content .servicepage-title3 h3:before {
	background-color: #038FD6;
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	left: 0px;
	bottom: -8px;
}
.servicepage-title3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.servicepage-title3 ul li {
	margin-bottom: 10px;
}
.servicepage-title3 ul li i {
	padding-right: 6px;
}
.service-category a {
	line-height: 41px;
	padding-left: 10px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
.service-category ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.service-category li {
	background: #F1F4F8;
	margin-bottom: 2px;
}
.service-category li.active {
	background: #038FD6;
	color: #fff;
}
.service-category li:hover {
	background: #038FD6;
	color: #fff;
}
.service-category li:hover a {
	color: #fff;
}
.service-category li:hover a i {
	color: #fff !important;
}
.service-category li.active a {
	color: #fff;
}
.service-category li.active a i {
	color: #fff !important;
	border-left: 2px solid rgba(255,255,255,0.2) !important;
}
.single-service-sidebar .service-category ul li a i {
	font-size: 18px;
	border-left: 2px solid rgba(255,255,255,0.8);
	float: right;
	padding: 15px 26px;
	color: #333;
}
.single-service-sidebar .service-call {
	text-align: center;
	padding: 25px 20px 25px 20px;
	margin-top: 30px;
	background-color: #038FD6;
}
.single-service-sidebar .service-call p, .single-service-sidebar .service-call span {
	font-size: 32px;
	line-height: 30px;
	color: #fff;
	display: block;
	margin-top: 0px;
	margin-bottom: 20px;
}
.single-service-sidebar .service-call a {
	font-weight: 700;
	font-size: 20px;
	display: block;
	color: #fff;
	margin: 0px 0;
}
.Download-project-details a {
	width: 100%;
	margin-top: 30px;
	padding: 15px 5px 15px 20px;
	display: inline-block;
	background-color: #038FD6;
	color: #fff;
}
.Download-project-details a i {
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
}
