/*----------------------------------------------------
@File: Default Styles
@Author:  themexriver
@URL: https://themexriver.com/

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: NioBis - Corporate Business HTML Template
@Author: themexriver

CSS Table of content:-

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

 
 

.service-sidebar-widget .service-cat-widget li,
.blog-sidebar-widget .category-widget li {
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 1;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.service-sidebar-widget .service-cat-widget li a,
.blog-sidebar-widget .category-widget li a {
	width: 100%;
	display: block;
	color: #222222;
	font-size: 18px;
}

.service-sidebar-widget .service-cat-widget li:before,
.blog-sidebar-widget .category-widget li:before {
	left: 0;
	top: 20px;
	width: 28px;
	content: '';
	height: 20px;
	position: absolute;
	opacity: 0;
	background-repeat: no-repeat;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	background-image: url(../img/arrow3.png);
}

.service-sidebar-widget .service-cat-widget li:after,
.blog-sidebar-widget .category-widget li:after {
	top: 0;
	content: '';
	width: 0;
	height: 100%;
	z-index: -1;
	left: -37px;
	position: absolute;
	background-color: #14cedd;
	-webkit-transition: .5s all ease-out;
	-o-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.service-sidebar-widget .service-cat-widget li:hover,
.blog-sidebar-widget .category-widget li:hover {
	padding-left: 32px;
}

.service-sidebar-widget .service-cat-widget li:hover:before,
.blog-sidebar-widget .category-widget li:hover:before {
	opacity: 1;
}

.service-sidebar-widget .service-cat-widget li:hover:after,
.blog-sidebar-widget .category-widget li:hover:after {
	width: 340px;
	-webkit-transition: .3s all ease-in;
	-o-transition: .3s all ease-in;
	transition: .3s all ease-in;
}

.service-sidebar-widget .service-cat-widget li:hover a,
.blog-sidebar-widget .category-widget li:hover a {
	color: #fff;
}

.service-sidebar-widget .help-widget .widget-title,
.service-sidebar-widget .opening-hour-widget .widget-title {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.service-sidebar-widget .help-widget .widget-title:after,
.service-sidebar-widget .opening-hour-widget .widget-title:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 50px;
	background-color: #fff;
	left: 0;
	bottom: -10px;
}

.site-main-menu .site-search-btn .con-btn,
.header_style_two .header_top .header-top-btn,
.slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1),
.slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2),
.feature-style-two .features-call-action .feature-call-content a,
.blog-section .blog-left-content .blog-text-details .b-read-more-btn {
	position: relative;
	z-index: 1;
}

.site-main-menu .site-search-btn .con-btn:before,
.header_style_two .header_top .header-top-btn:before,
.slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1):before,
.slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2):before,
.feature-style-two .features-call-action .feature-call-content a:before,
.blog-section .blog-left-content .blog-text-details .b-read-more-btn:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 0;
	top: 0;
	left: auto;
	right: 0;
	z-index: -1;
	border-radius: 2px;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.site-main-menu .site-search-btn .con-btn:hover:before,
.header_style_two .header_top .header-top-btn:hover:before,
.slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1):hover:before,
.slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2):hover:before,
.feature-style-two .features-call-action .feature-call-content a:hover:before,
.blog-section .blog-left-content .blog-text-details .b-read-more-btn:hover:before {
	width: 100%;
	left: 0;
	right: auto;
}

.site-main-menu .site-search-btn .con-btn a i,
.header_style_two .header_top .header-top-btn i,
.slider-style-one .main-slider-img-text .slider-content-box .slide-btn-1 a:nth-child(1) i,
.slider-style-one .slide-type-two .slider-content-box .slide-btn-1 a:nth-child(2) i,
.feature-style-two .features-call-action .feature-call-content a i,
.service-content .service-pic-text .service-text a i,
.consaltation-section .consaltation-content .consalt-btn a i,
.project-section .project-more-btn a i,
.blog-section .blog-left-content .blog-text-details .b-read-more-btn a i,
.blog-section .blog-post-content .blog-post-item .blog-more a i,
.newslatter-section .newslatter-content .newslatter-form .nws-button button i,
.driven-solution-section .features-content .features-icon-text .features-hover-content .features-hover-text .fh-more a i {
	line-height: 1;
	top: 4px;
	font-size: 26px;
	margin-left: 4px;
	position: relative;
}

.about-section .about-text .about-btn:after,
.driven-solution-section .driven-text .about-btn a:after {
	content: "\f100";
	position: absolute;
	top: -7px;
	right: -35px;
	font-size: 26px;
	font-family: Flaticon;
	color: #14cedd;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

 


/*---------------------------------------------------- */
/*service area*/
/*----------------------------------------------------*/
.service-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.service-content .service-pic-text {
	width: 25%;
	overflow: hidden;
}

.service-content .service-pic-text .service-pic {
	-webkit-transition: .8s all ease-in-out;
	-o-transition: .8s all ease-in-out;
	transition: .8s all ease-in-out;
}

.service-content .service-pic-text:after {
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	height: 100%;
	position: absolute;
	-webkit-transition: .8s all ease-in-out;
	-o-transition: .8s all ease-in-out;
	transition: .8s all ease-in-out;
	background-color: rgba(0, 0, 0, 0.5);
}

.service-content .service-pic-text .service-text {
	left: 0;
	right: 0;
	z-index: 1;
	bottom: 110px;
	position: absolute;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.service-content .service-pic-text .service-text h3,
.service-content .service-pic-text .service-text a {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}

.service-content .service-pic-text .service-text a {
	opacity: 0;
	visibility: hidden;
	font-size: 14px;
}

.service-content .service-pic-text .service-text a i {
	margin-left: 8px;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.service-content .service-pic-text .service-text a:hover i {
	margin-left: 12px;
}

.service-content .service-pic-text:hover:after {
	background-color: rgba(0, 0, 0, 0.7);
}

.service-content .service-pic-text:hover .service-pic {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.service-content .service-pic-text:hover .service-text {
	bottom: 150px;
}

.service-content .service-pic-text:hover .service-text a {
	opacity: 1;
	visibility: visible;
}

.service-counter-section .about-counter .about-counter-text-number {
	width: 100%;
	float: none;
}

.service-details-section {
	padding: 110px 0 210px;
}

.service-details-section .service-sidebar {
	margin-right: 20px;
}

.service-details-section .service-single-content .service-details-img-pair {
	margin-bottom: 30px;
}

.service-details-section .service-single-content h3 {
	color: #222222;
	font-size: 42px;
	font-weight: 700;
	padding-bottom: 20px;
}

.service-details-section .service-single-content article {
	margin-bottom: 20px;
}

.service-details-section .service-single-content h4 {
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	padding-bottom: 10px;
}

.service-details-section .service-single-content .service-details-list {
	margin-top: 15px;
}

.service-details-section .service-single-content .service-details-list ul {
	margin-bottom: 30px;
}

.service-details-section .service-single-content .service-details-list li {
	color: #222222;
	font-weight: 600;
	position: relative;
	padding-left: 30px;
}

.service-details-section .service-single-content .service-details-list li:before {
	left: 0;
	top: 0;
	content: '\f138';
	font-weight: 900;
	position: absolute;
	color: #14cedd;
	font-family: 'Font Awesome 5 Free';
}

.service-details-section .service-single-content .service-single-icon-text {
	margin: 0px -5px;
}

.service-details-section .service-single-content .service-single-icon-text .site-info-icon-text {
	width: 48%;
	float: left;
	margin: 30px 5px 30px 5px;
	padding: 40px 30px 35px 30px;
	-webkit-box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
	box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
}

.service-details-section .service-single-content .service-single-icon-text .site-info-icon-text:after {
	display: none;
}

.service-details-section .service-single-content .service-single-icon-text .site-info-icon-text .site-info-icon svg {
	height: 60px;
}

.service-details-section .service-single-content .service-single-icon-text .site-info-icon-text .site-info-text h3 {
	font-size: 22px;
}

.service-sidebar-widget {
	margin-bottom: 30px;
}

.service-sidebar-widget .service-cat-widget {
	padding: 38px;
	background-color: #edf1f4;
}

.service-sidebar-widget .service-cat-widget .widget-title {
	font-size: 22px;
	color: #222222;
	font-weight: 800;
}

.service-sidebar-widget .help-widget {
	background-color: #0071b4;
	padding: 40px 30px;
}

.service-sidebar-widget .help-widget .widget-title {
	margin-bottom: 30px;
}

.service-sidebar-widget .help-widget span {
	color: #fff;
}

.service-sidebar-widget .help-widget .contact-text p {
	padding-top: 5px;
	color: #fff;
}

.service-sidebar-widget .help-widget .contact-text p i {
	font-size: 24px;
}

.service-sidebar-widget .help-widget .contact-text p strong {
	font-size: 24px;
}

.service-sidebar-widget .opening-hour-widget {
	background-color: #14cedd;
	padding: 40px 30px;
}

.service-sidebar-widget .opening-hour-widget span {
	color: #fff;
}

.service-sidebar-widget .opening-hour-widget .widget-title {
	margin-bottom: 30px;
}

.service-sidebar-widget .opening-hour-widget .opening-hour-content {
	margin-bottom: 15px;
}

.service-sidebar-widget .opening-hour-widget .opening-hour-content span,
.service-sidebar-widget .opening-hour-widget .opening-hour-content strong {
	display: block;
	color: #fff;
	line-height: 1.6;
}

.service-counter-section {
	padding-bottom: 80px;
}

.service-counter-section .about-counter .about-counter-text-number .counter-number h4,
.service-counter-section .about-counter .about-counter-text-number .counter-number strong {
	color: #222222;
}

.service-counter-section .service-counter-content .col-lg-3:nth-child(2) .about-counter-text-number,
.service-counter-section .service-counter-content .col-lg-3:nth-child(3) .about-counter-text-number {
	padding-left: 40px;
}

.service-counter-section .service-counter-content .col-lg-3:nth-child(4) .about-counter-text-number {
	padding-left: 50px;
}

 
 

.service-page-advantage {
	padding-top: 195px;
}

 





.service-page-driven {
	padding-bottom: 75px;
}

 

/*---------------------------------------------------- */
/*footer area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
	 
}

@media screen and (max-width: 1140px) {
	 
}

@media screen and (max-width: 1024px) {
	 

	.service-content .service-pic-text .service-text h3 {
		font-size: 24px;
	}

	 
}

@media screen and (max-width: 991px) {
	 

	.service-content .service-pic-text {
		width: 50%;
	}

	 

	.service-sidebar {
		margin-bottom: 40px;
	}

 
}

 

@media screen and (max-width: 680px) {
	 

	.service-details-img-pair img {
		margin-bottom: 30px;
	}

	.service-details-section .service-single-content h3 {
		font-size: 30px;
	}

	.service-details-section .service-single-content .service-single-icon-text .site-info-icon-text {
		width: 100%;
	}

	 
}

@media screen and (max-width: 480px) {
	 

	.service-content .service-pic-text {
		width: 100%;
		margin-bottom: 2rem;
	}

	 
}

@media screen and (max-width: 420px) {
	 

	.service-counter-section .service-counter-content .col-lg-3:nth-child(2) .about-counter-text-number {
		padding-left: 0;
	}

	.service-counter-section .service-counter-content .col-lg-3:nth-child(3) .about-counter-text-number {
		padding-left: 0;
	}

	.service-counter-section .service-counter-content .col-lg-3:nth-child(4) .about-counter-text-number {
		padding-left: 0;
	}

	.service-counter-section .about-counter .about-counter-text-number {
		margin-bottom: 30px;
	}

	.service-counter-section {
		padding-bottom: 40px;
	}

	 

	.service-details-section {
		padding: 50px 0px;
	}

	.service-sidebar-widget .service-cat-widget .widget-title {
		font-size: 20px;
	}
}
