/*** 

====================================================================
	Author:Splic
	Version:1.0
	
====================================================================

 ***/



@import url('font-awesome.css');
@import url('flaticon.css');


/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#025ADD;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Lato', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
	
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.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-one{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#025ADD;
	color:#ffffff !important;
	border:2px solid #025ADD;
	font-size:14px;
	font-weight:400;
	border-radius:3px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover{
	background:#272727;
	color:#ffffff !important;
	border-color:#272727;
}

.btn-style-two{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#3EACFF;
	color:#ffffff !important;
	border:2px solid #025ADD;
	font-size:14px;
	font-weight:400;
	border-radius:2px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-two:hover{
	background:#025ADD;
	color:#ffffff !important;
	border-color:#025ADD;
}

.btn-style-three{
	position:relative;
	padding:9px 30px;
	line-height:24px;
	display:inline-block;
	text-transform:uppercase;
	background:#1f1f1f;
	color:#ffffff !important;
	border:2px solid #1f1f1f;
	font-size:14px;
	font-weight:700;
	border-radius:3px;
}

.btn-style-three:hover{
	background-color:transparent;
	color:#ffffff !important;
	border-color:#ffffff;
}

.btn-style-four{
	position:relative;
	padding:14px 30px;
	line-height:24px;
	display:inline-block;
	text-transform:uppercase;
	background:#1f1f1f;
	color:#ffffff !important;
	border:2px solid #1f1f1f;
	font-size:14px;
	font-weight:700;
	border-radius:3px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-four:hover{
	background-color:transparent;
	color:#1f1f1f !important;
	border-color:#1f1f1f;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#025ADD;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.bg-lightgrey{
	background-color:#f6f6f6 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.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/loader.gif);}

img{
	max-width:100%;
	height:auto;	
}



.service-column{
	position:relative;
	padding:90px 0px 55px 100px;
}

.service-block-one{
	position:relative;
	margin-bottom:25px;
}

.service-block-one .inner-box{
	position:relative;
	padding-left:75px;
}

.service-block-one .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:24px;
	color:#272727;
	font-size:48px;
	display:inline-block;
}

.service-block-one .inner-box h3{
	color:#272727;
	font-size:20px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}

.service-block-one .inner-box .category{
	color:#025ADD;
	font-size:18px;
	font-style:italic;
}

.service-block-one .inner-box .category a:hover{
	color:#025ADD;
}

.service-block-one .inner-box .text{
	color:#9e9e9e;
	margin-top:15px;
}

/*** 

====================================================================
	sec-title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:10px;
}

.sec-title h2{
	position:relative;
	font-size:36px;
	color:#272727;
	padding-bottom:14px;
	font-weight:700;
}

.sec-title.medium h2{
	font-size:28px;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	width:70px;
	height:1px;
	left:0px;
	bottom:3px;
	background-color:#025ADD;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	width:70px;
	height:2px;
	left:0px;
	bottom:0px;
	background-color:#025ADD;
}

.sec-title .desc-text{
	position:relative;
	padding-top:30px;
	color:#999999;
	line-height:1.8em;	
}

.sec-title .service-link{
	position:relative;
	color:#272727;
	font-size:14px;
	font-weight:700;
    margin-top: 24px;
	text-transform:uppercase;
	border-bottom:1px solid #272727;
	line-height:16px;
	padding:0px;
	font-family: 'Montserrat', sans-serif;
}

.sec-title .service-link span{
	position:relative;
	padding-left:5px;
	line-height:16px;
	font-size:14px;
}

.sec-title .service-link:hover{
	color:#025ADD;
	border-color:#025ADD;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.sec-title1{
	position:relative;
	margin-top:40px;
	margin-bottom:-70px;
}

.sec-title1 h2{
	position:relative;
	font-size:36px;
	color:#272727;
	padding-bottom:14px;
	font-weight:700;
}




/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:100px 0px;
}

.gallery-section .filters{
	position:relative;
	text-align:center;
	font-family:'Montserrat',sans-serif;
	margin-bottom:50px;
}

.gallery-section .filters .icon-box{
	position:relative;
	display:inline-block;
	margin-right:-75px;
	font-size:24px;
	color:#025ADD;
	text-align:center;
	width:70px;
	line-height:24px;
	padding:12px 10px;	
}

.gallery-section .filters .filter-tabs{
	position:relative;
	display:inline-block;
	padding-left:70px;
	border-bottom:1px solid #025ADD;	
}

.gallery-section .filters li{
	position:relative;
	top:1px;
	display:inline-block;
	padding:12px 20px;
	line-height:24px;
	color:#999999;
	cursor:pointer;
	text-transform:capitalize;
	font-size:16px;
	font-weight:400;
	border:1px solid transparent;
	border-bottom-width:2px;
	margin:0px 0px 0px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-section .filters li.active{
	color:#272727;
	border-color:#025ADD;
	border-bottom-color:#ffffff;
}


.default-portfolio-item{
	position:relative;
}

.portfolio-with-caption .default-portfolio-item{
	margin-bottom:30px;	
}

.gallery-section.style-two .items-container{
	padding:0px 15px;	
}

.default-portfolio-item.mix{
	display:none;
}

.gallery-section.fullwidth .default-portfolio-item{
	padding:0px !important;	
}

.sortable-masonry .items-container{
	margin-left:-5px;
	margin-right:-5px;	
}

.sortable-masonry .masonry-item{
	position:relative;
	padding:0px 5px !important;
	margin-bottom:10px !important;
}

.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 .overlay-one{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	padding:0px;
	color:#ffffff;
	opacity:0;
	border:5px solid #025ADD;
	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;
}

.fullwidth .default-portfolio-item .overlay-one,
.portfolio-with-caption .default-portfolio-item .overlay-one{
	border:none;	
}

.default-portfolio-item .inner-box:hover .overlay-one{
	top:0px;
	opacity:1;	
}

.default-portfolio-item .overlay-one .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:30px 50px;
	background:rgba(0,0,0,0.85);
}

.fullwidth .default-portfolio-item .overlay-one .overlay-inner,
.portfolio-with-caption .default-portfolio-item .overlay-one .overlay-inner{
	background:#aa8c44;	
}

.default-portfolio-item .overlay-one .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.default-portfolio-item .proj-link{
	position:relative;
	display:inline-block;
	width:46px;
	height:46px;
	color:#025ADD;
	line-height:46px;
	background:#ffffff;
	font-size:16px;
	z-index:1;
	border-radius:50%;
	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;

}

.fullwidth .default-portfolio-item .proj-link{
	height:60px;
	width:60px;
	line-height:60px;
	font-size:20px;	
}

.portfolio-with-caption .default-portfolio-item .proj-link{
	height:50px;
	width:50px;
	line-height:50px;
	font-size:20px;	
}

.default-portfolio-item .proj-link:hover{
	background:#025ADD;
	color:#ffffff;
}

.padd-top-60{
	padding-top:60px !important;	
}

.portfolio-with-caption .default-portfolio-item .proj-link:hover{
	background:#272727;
	color:#ffffff;
}

.default-portfolio-item .caption-box-one{
	position:absolute;
	left:-100%;
	bottom:0px;
	width:100%;
	padding:25px;
	z-index:1;
	opacity:0;	
}

.default-portfolio-item:hover .caption-box-one{
	left:0px;
	opacity:1;
	transition: all 500ms ease 500ms;
	-webkit-transition: all 500ms ease 500ms;
	-ms-transition: all 500ms ease 500ms;
	-o-transition: all 500ms ease 500ms;
	-moz-transition: all 500ms ease 500ms;	
}

.default-portfolio-item .caption-box-one h3{
	font-size:20px;
	color:#ffffff;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:0px;
}

.fullwidth .default-portfolio-item .caption-box-one h3{
	font-size:24px;	
}

.default-portfolio-item .caption-box-one h3 a{
	color:#ffffff;	
}

.default-portfolio-item .caption-box-one h3 a:hover{
	color:#025ADD;
}

.fullwidth .default-portfolio-item .caption-box-one h3 a:hover{
	color:#272727;
}

.default-portfolio-item .caption-box-one .cat-link{
	position:relative;
	display:block;
	line-height:20px;
	color:#025ADD;
	font-size:15px;
	text-transform:capitalize;
	font-weight:400;
	font-style:italic;
}

.default-portfolio-item .caption-box-one .cat-links{
	position:relative;
	display:block;
	color:#ffffff;
	line-height:20px;
}

.default-portfolio-item .caption-box-one .cat-links a{
	position:relative;
	line-height:20px;
	color:#ffffff;
	font-size:15px;
	text-transform:capitalize;
	font-weight:400;
	font-style:italic;
}


.default-portfolio-item .caption-box-two{
	position:relative;
	padding:20px 20px;
	text-align:center;
	background:#f4f4f4;
	border-bottom:2px solid transparent;
	z-index:1;
	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 .caption-box-two{
	border-bottom-color:#025ADD;	
}

.default-portfolio-item .caption-box-two h3{
	font-size:20px;
	color:#272727;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:0px;
}

.default-portfolio-item .caption-box-two h3 a{
	color:#272727;	
}

.default-portfolio-item .caption-box-two h3 a:hover{
	color:#025ADD;
}

.default-portfolio-item .caption-box-two .cat-links{
	position:relative;
	display:block;
	color:#ffffff;
	line-height:20px;
}

.default-portfolio-item .caption-box-two .cat-links a{
	position:relative;
	line-height:20px;
	color:#025ADD;
	font-size:15px;
	text-transform:capitalize;
	font-weight:400;
	font-style:italic;
}



/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	padding:90px 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.20);
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:36px;
	font-weight:700;
	color:#ffffff;
	padding-bottom:20px;
	line-height:1.5em;
}

.page-title h1:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:0px;
	width:80px;
	border-bottom:3px solid #025ADD;
}

.page-info{
	position:relative;
	padding:24px 0px;
	background:#025ADD;
	color:#272727;
	border-bottom:1px solid #f0f0f0;	
}

.page-info h2{
	font-size:16px;
	color:#272727;
	line-height:24px;
	font-weight:700;	
}

.page-info .bread-crumb{
	position:relative;
	font-size:15px;
}

.page-info .bread-crumb li{
	position:relative;
	float:left;
	margin-right:30px;
	color:#fff;
	line-height:24px;
}

.page-info .bread-crumb li:last-child{
	margin-right:0px;
}

.page-info .bread-crumb li:after{
	content:'\f0da';
	font-family: 'FontAwesome';
	position:absolute;
	right:-22px;
	width:10px;
	line-height:28px;
	font-size:14px;
	color:#000;
}

.page-info .bread-crumb li:last-child:after{
	display:none;	
}

.page-info .bread-crumb li a{
	color:#fff;	
}

.page-info .bread-crumb li a:hover{
	color:#413D3E;	
}



/*** 

====================================================================
	best-service-two
====================================================================

***/

.best-service-two{
	position:relative;
	padding:100px 0px;
	background-color:#272727;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
}

.best-service-two:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#000000;
	opacity:0.15;
	z-index:0;
}

.best-service-two .auto-container{
	position:relative;
	z-index:1;	
}

.best-service-two .sec-title-four{
	margin-bottom:50px;	
}

.best-service-two .sec-title-four h2{
	color:#ffffff;	
}

.best-service-two .auto-container .row{
	margin-left:-1px;
	margin-right:-1px;	
}

.service-block-three{
	position:relative;
	padding:1px;
}

.service-block-three .inner-box{
	position:relative;
	display:block;
	width:100%;
	padding:45px 20px;
	background:#ffffff;
	text-align:center;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-three .inner-box:hover{
	color:#ffffff;
	background:#025ADD;	
}

.service-block-three .inner-box .icon-box{
	position:relative;
	line-height:1em;
	font-size:48px;
	margin-bottom:20px;	
}

.service-block-three .inner-box h3{
	position:relative;
	line-height:1.5em;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
}





/*** 

====================================================================
	Project Details
====================================================================

***/

.project-details{
	position:relative;
	padding:100px 0px;
	background:#ffffff;
}

.project-details .project-images{
	position:relative;
	margin-bottom:50px;	
}

.project-details .project-images .image-column{
	position:relative;
	margin-bottom:30px;	
}

.project-details .project-images .image-column img{
	display:block;
	width:100%;
	transition:all 300ms ease;	
}

.project-details .project-images .image-column img:hover{
	opacity:0.70;	
}

.project-details h2{
	font-size:30px;
	font-weight:700;
	color:#272727;
	margin-bottom:20px;	
}

.project-details .info-column,
.project-details .content-column{
	margin-bottom:20px;	
}

.project-details .project-content .text{
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
	color:#0D0D0D;
	margin-bottom:20px;	
}

.project-details .project-content .social-links a{
	display:inline-block;
	margin-right:25px;
	font-size:18px;
	color:#9e9e9e;
	transition:all 300ms ease;	
}

.project-details .project-content .social-links a:hover{
	color:#025ADD;	
}

.project-details .proj-info li{
	position:relative;
	font-size:16px;
	font-style:italic;
	color:#999999;
	margin-bottom:15px;
}

.project-details .proj-info li strong{
	font-weight:600;
	font-size:16px;
	font-style:normal;
	font-family:'Montserrat',sans-serif;
	color:#272727;
	padding-right:15px;
}

.project-details .proj-info .rating{
	color:#025ADD;	
}

/*** 

====================================================================
	Project Nav
====================================================================

***/

.project-details .post-nav{
	position:relative;
	margin:30px auto;
	padding:35px 10px;
	text-align:center;
	border:1px solid #e0e0e0;
	border-left:none;
	border-right:none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.project-details .post-nav .prev-post,
.project-details .post-nav .next-post{
	position:relative;
	z-index:1;	
}

.project-details .post-nav a{
	position:relative;
	display:block;
	font-size:16px;
	text-transform:uppercase;
	color:#025ADD;
	font-weight:400;
	font-family:'Montserrat',sans-serif;
	transition:300ms ease;
}

.project-details .post-nav a:hover{
	color:#B1F6F7 !important;	
}

.project-details .post-nav a .fa{
	position:relative;
	top:2px;
	font-size:24px;	
}

.project-details .owl-controls .owl-dots{
	display:none !important;
}

.project-details .owl-controls{
	margin:0px !important;	
}

.project-details .owl-controls .owl-nav{
	margin:0px !important;
}

.project-details .owl-controls .owl-nav [class*="owl-"]{
	position:absolute;
	top:50%;
	display:inline-block;
	margin:-50px 0px 0px 0px ;
	width:40px ;
	height:100px ;
	padding:0px ;
	color:#ffffff;
	font-size: 24px;
    line-height: 100px;
	text-align:center;
	border-radius:0px;
	border:none;
	background-color:#272727 !important;	
}

.project-details .owl-controls .owl-nav [class*="owl-prev"]{
	left:0px;	
}

.project-details .owl-controls .owl-nav [class*="owl-next"]{
	right:0px;	
}

.project-details .owl-controls .owl-nav [class*="owl-"]:hover{
	background-color:#025ADD !important;
	border-color:#025ADD;
}


/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding:100px 0px 0px;
}

.default-services-block{
	position:relative;
	margin-bottom:40px;	
	
}

.default-services-block .inner-box{
	position:relative;
	display:block;	
}

.default-services-block .image-box{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;	
}

.default-services-block .image-box img{
	display:block;
	width:100%;	
}

.default-services-block .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:-100%;
	width:100%;
	height:100%;
	color:#ffffff;
	background:#025ADD;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;	
	    opacity: 0.8;
}

.default-services-block:hover .image-box .overlay-box{
	top:0px;	
}

.default-services-block .image-box .overlay-box .fa{
	position:absolute;
	left:50%;
	margin-left:-12px;
	top:50%;
	margin-top:-12px;
	font-size:20px;
	width:24px;
	height:24px;
	line-height:24px;	
}

.default-services-block .lower-content{
	position:relative;
	padding:25px;
	background:#ffffff;
	border:1px solid #e9e9e9;
	border-top:none;
	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-services-block:hover .lower-content{
	-webkit-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.10);
	-o-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.10);
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.10);
}


.default-services-block .lower-content h3{
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:10px;
	color:#272727;	
}

.default-services-block .lower-content h3 a{
	color:#272727;		
}

.default-services-block .lower-content .text{
	font-size:15px;
	line-height:1.8em;
	margin-bottom:15px;	
}

.default-services-block .lower-content .read-more{
	position:relative;
	display:inline-block;
	font-family:'Montserrat',sans-serif;
	color:#272727;
	font-weight:600;
	text-transform:uppercase;	
}

.default-services-block .lower-content .read-more:hover,
.default-services-block .lower-content h3 a:hover{
	color:#025ADD;	
}





/*** 

====================================================================
	Service Details
====================================================================

***/

.service-details{
	position:relative;
}

.service-details .service-images{
	position:relative;
	margin-bottom:10px;	
}

.service-details .service-images img{
	display:block;
	width:100%;
	transition:all 300ms ease;	
}

.service-details .service-images img:hover{
	opacity:0.70;	
}

.service-details .service-images .owl-controls{
	position:absolute;
	left:0px;
	bottom:15px;
	width:100%;
	margin:0px !important;
	padding:0px !important;
	text-align:center;	
}

.service-details .service-images .owl-controls .owl-nav{
	display:none !important;	
}

.service-details .service-images .owl-controls .owl-dots .owl-dot span{
	width:12px;
	height:12px;
	background:#ffffff;
}

.service-details .service-images .owl-controls .owl-dots .owl-dot.active span{
	background:#025ADD;	
}

.service-details .service-images .link-box-outer{
	position:relative;
	text-align:right;
	border-top:4px solid #025ADD;	
}

.service-details .service-images .link-box-outer .theme-btn{
	position:relative;
	padding:10px 30px 10px 20px;
	color:#ffffff;
	font-family:'Montserrat',sans-serif;
	line-height:24px;
	text-transform:capitalize;
	background:#025ADD;	
}

.service-details .service-images .link-box-outer .theme-btn:before{
	content:'';
	position:absolute;
	right:100%;
	top:0px;
	border:22px solid transparent;
	border-top:22px solid #025ADD;
	border-right:22px solid #025ADD;	
}

.service-details .text-content{
	position:relative;
	margin-bottom:10px;	
}

.service-details .text-content p{
	margin-bottom:20px;	
}

.service-details h4{
	margin-bottom:20px;
	font-size:18px;
	color:#272727;
	font-weight:600;
}

.service-types{
	position:relative;
	padding:0px 0px 20px;	
}

.service-types .service-type{
	position:relative;
	margin-bottom:30px;	
}

.service-types .service-type .image-box{
	position:relative;	
}

.service-types .service-type .image-box img{
	display:block;
	width:100%;	
}

.service-types .service-type .lower-content{
	position:relative;
	padding-top:20px;	
}

.service-types .service-type .lower-content h3{
	font-size:17px;
	color:#272727;
	font-weight:600;
	margin-bottom:5px;	
}

.service-types .service-type .lower-content .desc-text{
	font-size:15px;
	margin-bottom:15px;	
}

.list-style-one{
	position:relative;	
}

.list-style-one li{
	position:relative;
	line-height:24px;
	padding-left:25px;
	margin-bottom:10px;
	color:#272727;	
}

.list-style-one li:last-child{
	margin-bottom:0px;	
}

.list-style-one li:before{
	content:'\f0a9';
	font-family: 'FontAwesome';
	position:absolute;
	left:0px;
	font-size:16px;
	top:50%;
	margin-top:-12px;
	line-height:24px;
	color:#025ADD;	
}

.service-details .recent-work{
	position:relative;
	padding:0px 0px 20px;	
}

.service-details .recent-work .default-portfolio-item{
	margin-bottom:30px;	
}

.service-details .get-quote{
	position:relative;
	padding:0px 0px 20px;	
}

.service-details .get-quote .column{
	margin-bottom:30px;	
}

.service-details .get-quote .content-block{
	position:relative;
	margin-bottom:15px;
	line-height:1.8em;
}

.service-details .get-quote .content-block strong{
	font-weight:600;
	font-family:'Montserrat',sans-serif;
	color:#025ADD;
	font-size:18px;	
}




.quote {
    font-size: 40px; 
	text-align:center;
	color:#025ADD;
	margin-top:-5px !important;
	margin-bottom:5px;
	
}

.quote::before,
.quote::after {
    content: '\201C'; 
    font-size: 60px; 
    display: inline-block;
    margin-right: 4px; 
}

.quote::after {
    content: '\201D'; 
    margin-left: 5px; 
}




.default-two-column .form-column{
	position:relative;
}

.form-box{
	position:relative;
	border:2px solid #7F8389;
	padding:18px 18px 0px 18px;
}

.comment-form .form-box{
	padding:25px 25px 0px 25px;	
}

.default-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.comment-form .form-box .form-group{
	margin-bottom:25px;
}

.default-form.form-box .row{
	margin-left:-10px;
	margin-right:10px;	
}

.default-form.form-box .row .form-group{
	padding:0px 10px !important;	
}

.default-form .form-group .field-label{
	display:block;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#232323;
	font-weight:500;
	font-size:13px;
}

.default-form .form-group .field-label sup{
	color:#ff0000;
	font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:24px;
	height:50px;
	font-size:16px;
	border:1px solid #f4f4f4;
	padding:12px 15px;	
	background-color:#f4f4f4;
	color:#111111;
	border-radius:2px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-form select{
	cursor:pointer;
	color:#666666;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:#f4f4f4 url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea{
	height:110px;
	resize:none;	
}

.default-form select option{
	text-indent:15px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#025ADD;
	background-color:#ffffff;	
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000 !important;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.form-box .form-group button{
	width:100%;
	padding:14px 20px;
}

.sec-title-three .sub-title {
    color: #025ADD;
    font-size: 14px; 
    font-weight: normal; 
    font-family: 'Montserrat', sans-serif;
	margin-top:10px;
	margin-bottom:-10px;
}

.sec-title-three .sub-title1 {
    color: #7F8389;
    font-size: 24px; 
    font-weight: bold; 
    font-family: 'Montserrat', sans-serif;
}

/* Responsive adjustments for smaller screens */
@media only screen and (max-width: 1200px) {
    .quote {
        font-size: 36px;
    }

    .quote::before,
    .quote::after {
        font-size: 54px;
        margin-right: 3px;
    }

    .quote::after {
        margin-left: 4px;
    }

    .sec-title-three .sub-title {
        font-size: 16px;
    }

    .sec-title-three .sub-title1 {
        font-size: 22px;
    }
}

/* Additional responsive adjustments for even smaller screens */
@media only screen and (max-width: 768px) {
    .quote {
        font-size: 25px;
    }

    .quote::before,
    .quote::after {
        font-size: 38px;
        margin-right: 2px;
    }

    .quote::after {
        margin-left: 3px;
    }

    .sec-title-three .sub-title {
        font-size: 14px;
    }

    .sec-title-three .sub-title1 {
        font-size: 18px;
    }
}

