@charset "utf-8";
/* CSS Document */

/* 

Template Name : Megasink - Business and Corporate bootstrap HTML Template
Author : Rainbow Design
	
*/

/*=====================================================================

--------------- Table of Content ---------------

	01. Theme Font
	02. Global Settings
	03. Header
	04. Slider
	05. Intro Area
	06. Services
	07. About Area
	08. Call To Action Section
	09. Counter Section
	10. Portfolio Section
	11. Blog Section
	12. Testimonial Section
	13. Team Section
	14. Partner Section
	15. Footer Section
	16. Inner Page Title
	17. Contact Us
	18. Service Details Section
	19. Faq Section	

=====================================================================*/


/*--------------------------------------------------------------
	01. Theme Font
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/* font-family: 'Montserrat', sans-serif; */

/*--------------------------------------------------------------
	02. Global Settings
--------------------------------------------------------------*/
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
p {
	line-height: 24px;
	color: #6d6d6d;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a, a:hover {
	text-decoration: none;
}
.section-padding {
	padding: 80px 0px;
}
/* --- Background Color --- */
.bg-gray {
	background-color: #f5f5f5;
}
/* --- Buttons --- */
.btn-style-1 {
	background-color: #f39c11;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-style-1:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0;
	right: 0px;
	margin: auto;
	width: 20px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-style-1:hover {
	color: #fff;
	background-color: #1a1a1c;
}
.btn-style-1:hover:after {
	width: 100%;
}
.btn-style-2 {
	background-color: #1a1a1c;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 25px 8px 25px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-style-2:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0;
	right: 0px;
	margin: auto;
	width: 20px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-style-2:hover {
	color: #fff;
	background-color: #f39c11;
}
.btn-style-2:hover:after {
	width: 100%;
}
.btn-style-3 {
	background-color: #006fbe;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-style-3:after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0;
	right: 0px;
	margin: auto;
	width: 20px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-style-3:hover {
	color: #fff;
	background-color: #1a1a1c;
}
.btn-style-3:hover:after {
	width: 100%;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-image: url(../images/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 30px;
	border: 2px solid #696969;
	height: 30px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	background-color: #f39c11;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
}
/* --- Section Title --- */
.section-title h2 {
	position: relative;
	font-size: 28px;
	font-weight: 600;
	padding-bottom: 8px;
}
.section-title .line {
	width: 80px;
	height: 2px;
	margin: auto;
	background-color: #f39c11;
}
/*--------------------------------------------------------------
	03. Header
--------------------------------------------------------------*/

.header-upper {
	background-color: #333;
}
/* header contact */
.header-upper ul.header-contact li {
	border-left: 1px solid rgba(255,255,255,0.2);
	padding: 12px 20px;
	margin-right: 0px !important;
}
.header-upper ul.header-contact li:last-child {
	border-right: 1px solid rgba(255,255,255,0.2);
}
.header-upper ul.header-contact li a {
	color: #ccc;
	text-decoration: none;
}
.header-upper ul.header-contact li a i {
	padding-right: 4px;
	font-size: 14px;
	position: relative;
}
.header-upper ul.header-contact li a:hover {
	color: #f39c11;
}
/* header social */
.header-social {
	float: right;
}
.header-social li a {
	color: #ccc;
	padding: 12px 0px 12px 20px;
	display: inline-block;
}
.header-social li a:hover {
	color: #f39c11;
}
/* navigation */
.navigation {
	background-color: #048FD2;
}
.navigation .navbar-brand {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:24px;
}
.navigation .navbar-brand:hover{
	color:#fff;
}
.navigation .navbar-brand span{
	color:#f39c11;
	font-size:38px;
	display:inline-block;
}
.navigation .navbar .navbar-nav > .nav-item {
	margin-right: 40px;
	position: relative;
}
.navigation .navbar-nav .nav-link {
	color: #fff;
	padding: 35px 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.navigation .navbar-nav .nav-link:hover {
	color: #f39c11;
}
.navigation .navbar-nav .nav-item.active .nav-link {
	color: #ffffff;
}
.navigation .navbar .navbar-nav > .nav-item:last-child {
	margin-right: 0px;
}
.navigation .navbar .navbar-nav > .nav-item.search a:before {
	content: "";
	height: 15px;
	width: 1px;
	background: #c4c1c4;
	position: absolute;
	left: -21px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.navigation .navbar .navbar-nav > .nav-item .dropdown-menu {
	margin: 0px;
	border-radius: 0px;
	padding: 0px 0px;
	background-color: #f39c11;
	border: 0px;
}
.navigation .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 12px 16px;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.navigation .navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover {
	background-color: #006fbe;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* searchmodal */
#searchmodal .modal-content {
	background-color: #1a1a1c;
	padding: 60px 60px;
	border: 0px;
}
#searchmodal .modal-header .btn-close {
	position: absolute;
	right: 25px;
	top: 20px;
	opacity: 1;
	padding: 0px;
	color: #fff;
	background:none;
}
#searchmodal .modal-header {
	padding: 0px;
	border-bottom: 0px;
	color: #fff;
	text-transform: uppercase;
}
#searchmodal .modal-header h5 {
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 10px;
}
#searchmodal .modal-body {
	padding: 0px;
}
#searchmodal .modal-content .input-group input {
	background: transparent;
	border-radius: 0px;
	outline: none;
	height: 50px;
	padding: 0px;
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	color: #666;
	font-size: 14px;
	width: 100%;
	letter-spacing: .28px;
}
#searchmodal .modal-content .input-group .input-group-btn {
	position: absolute;
	right: 0px;
	top: 12px;
	background-color: #f39c11;
	z-index: 4;
}
#searchmodal .modal-content .input-group .input-group-btn button {
	color: #fff;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
	04. Slider
--------------------------------------------------------------*/
.slider .slide .carousel-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	top: 0px;
	left: 0px;
	z-index: 0;
}
.slider .carousel-caption {
	top: 50%;
	left: 0px;
	right: 0px;
	bottom: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index:1;
}
.slider .carousel-caption h2 {
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 50px;
	line-height: 56px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.slider .carousel-caption h2 span {
	color: #f39c11;
}
.slider .carousel-caption p {
	font-size: 16px;
	margin-bottom: 25px;
	color: #ccc;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	background-color: #fff;
	border-radius: 100%;
	color: #f39c11;
	line-height: 40px;
	opacity: 1;
}
.slider .carousel-control-next {
	width: 40px;
	bottom: auto;
	top: 50%;
	height: 40px;
	right: 20px;
	transform: translateY(-50%);
}
.slider .carousel-control-prev {
	left: 20px;
	width: 40px;
	display: inline-block;
	bottom: auto;
	top: 50%;
	height: 40px;
	transform: translateY(-50%);
}
/*--------------------------------------------------------------
	05. Intro Area
--------------------------------------------------------------*/
.feature-block .feature-box {
	text-align: left;
	padding: 50px 20px 20px 20px;
	background: #fff;
	position: relative;
	text-align: center;
}
.feature-block .feature-box p {
	margin-bottom: 0px;
}
.feature-block {
	padding-top: 50px;
}
.feature-block .icon {
	font-size: 18px;
	background-color: #006fbe;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 0px;
	right: 0px;
	width: 50px;
	margin: auto;
	height: 50px;
	line-height: 50px;
	border-radius: 0px;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(33,37,41,0.4);
	-moz-box-shadow: 3px 3px 0px 0px rgba(33,37,41,0.4);
	box-shadow: 3px 3px 0px 0px rgba(33,37,41,0.4);
}
.feature-block h4 {
	color: #333;
	padding: 0px 0 9px;
	margin: 0;
	font-weight: 600;
	font-size: 20px;
}
/*--------------------------------------------------------------
	06. Services
--------------------------------------------------------------*/
.service-box {
	overflow: hidden;
	border: 1px solid #eaeaea;
	background-color: #fff;
	padding: 15px;
}
.service-box .image {
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-bottom: 8px;
}
.service-box .image img {
	position: relative;
	width: 100%;
	display: block;
}
.service-box:hover .image img {
	transform: scale(1.2);
}
.service-box .image:after {
	position: absolute;
	content: "";
	width: 50%;
	top: 0px;
	left: -250px;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.4+50,0+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.service-box:hover .image:after {
	left: 450px !important;
}
.service-box .caption {
	overflow: hidden;
	z-index: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.service-box h4 a {
	color: #222;
	font-weight: 600;
	font-size: 20px;
}
.service-box h4 a:hover {
	color: #006fbe;
}
.service-box .text {
	color: #6d6d6d;
	font-size: 15px;
}
.service-box .btn-style-3 {
	font-size: 12px;
	margin-top: 15px;
}
/*--------------------------------------------------------------
	07. About Area
--------------------------------------------------------------*/
.single-about .img-holder {
	border: 2px solid #f5f5f5;
}
.single-about .img-holder img {
	transition: all .3s ease;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.single-about:hover .img-holder img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.single-about .hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.single-about .hoverlay a {
	background-color: #f39c11;
	color: #fff;
}
.single-about .hoverlay a:hover {
	background-color: #1a1a1c;
}
.single-about h2 {
	font-size: 26px;
	color: #006fbe;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: .03em;
}
.single-about p {
	margin: 0;
}
.single-about ul li {
	margin-bottom: 12px;
	color: #6d6d6d;
	text-transform: capitalize;
}
.single-about ul li:last-child {
	margin-bottom: 0px;
}
.single-about ul li i {
	font-size: 10px;
	color: #006fbe;
	padding-right: 4px;
}
/*--------------------------------------------------------------
	08. Call To Action Section
--------------------------------------------------------------*/
.call-to-action-section {
	z-index: 0;
	position: relative;
}
.call-to-action-section:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.call-to-action-bg {
	background: url(../img/bg/call-to-action-bg.jpg) fixed no-repeat;
	background-size: cover;
}
.call-to-action-section h2 {
	text-transform: capitalize;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.call-to-action-section p {
	color: #fff;
	line-height: 30px;
	font-size: 18px;
	font-style: italic;
}
.call-to-action-section a.btn {
	background: #f39c11;
	border-radius: 0;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 36px;
	float: none;
	text-transform: capitalize;
	margin-top: 10px;
}
.call-to-action-section a.btn:hover {
	background-color: #1a1a1c;
	transition: all 0.4s ease-in-out 0s;
}
.call-to-action-section a.btn i {
	padding-left: 6px;
}
/*--------------------------------------------------------------
	09. Counter Section
--------------------------------------------------------------*/
.counter-up-area {
	position: relative;
	background-image: url(../img/bg/counter-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 0;
}
.counter-up-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
}
.counter-up-area .single-count-item {
	background-color: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.2);
}
.counter-up-area .single-count-item h3 {
	font-size: 18px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 10px !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.counter-up-area .single-count-item span {
	color: #f39c11;
	font-size: 42px;
	line-height: 38px;
	font-weight: 700;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
/*--------------------------------------------------------------
	10. Portfolio Section
--------------------------------------------------------------*/
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
	overflow: hidden;
}
.filter1 {
	border: 1px solid #eee;
}
.filter1 li span {
	cursor: pointer;
	padding: 12px 20px;
	font-size: 12px;
	display: inline-block;
	position: relative;
}
.filter1 li span:after {
	position: absolute;
	content: "";
	width: 1px;
	background-color: #eee;
	height: 18px;
	top: 14px;
	right: -7px;
}
.filter1 li span.active, .filter1 li span:hover {
	color: #006fbe;
}
.filter1 li:last-child span:after {
	display: none;
}
.portfolio-item {
	overflow: hidden;
}
.portfolio-item .box-content, .portfolio-item:after {
	width: 100%;
	position: absolute;
	left: 0
}
.portfolio-item:after {
	content: "";
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,.08) 69%, rgba(0,0,0,.76) 100%);
	top: 0;
	transition: all .5s ease 0s
}
.portfolio-item .box-content {
	bottom: 0;
	z-index: 1
}
.portfolio-item .title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 30px
}
.portfolio-item .social li a {
	border-radius: 50%;
	font-size: 20px;
	color: #fff
}
.portfolio-item .social {
	list-style: none;
	padding: 0 0 5px;
	margin: 0px;
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
	opacity: 0;
	transition: all .5s ease 0s;
	z-index: 2;
}
.portfolio-item:hover .social {
	opacity: 1;
}
.portfolio-item .social li {
	display: inline-block
}
.portfolio-item .social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #006fbe;
	margin-right: 10px;
	transition: all .3s ease 0s
}
.portfolio-item .social li:last-child a {
	margin-right: 0
}
/* Portfolio Single */
.portfolio-single-title {
	position: relative;
	border-left: 2px solid #006fbe;
	padding-left: 10px;
}
.portfolio-single-carousel .owl-nav {
	width: 100%;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.portfolio-single-carousel .owl-nav .owl-prev {
	float: left;
}
.portfolio-single-carousel .owl-nav .owl-next {
	float: right;
}
.portfolio-single-carousel .owl-nav .owl-prev, .portfolio-single-carousel .owl-nav .owl-next {
	background-color: #fff !important;
	border-radius: 100%;
	color: #333 !important;
	line-height: 30px;
	height: 30px;
	width: 30px;
}
.portfolio-single-carousel .owl-nav .owl-prev:hover, .portfolio-single-carousel .owl-nav .owl-next:hover {
	background-color: #f39c11 !important;
	color: #fff !important;
}
/*--------------------------------------------------------------
	11. Blog Section
--------------------------------------------------------------*/
.blog-wrapper {
	border: 1px solid #e0e0e0;
	overflow: hidden;
	transition: .3s;
}
.blog-wrapper:hover {
	background: #fff;
	border: 1px solid #006fbe;
}
.blog-wrapper .blog-inner {
	overflow: hidden;
}
.blog-wrapper .blog-inner h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.blog-wrapper .blog-inner h4 a {
	text-decoration: none;
	color: #333;
}
.blog-wrapper .blog-meta {
	border-top: 1px solid #e0e0e0;
	padding-top: 1rem;
}
.blog-wrapper .blog-meta span {
	color: #006fbe;
	font-size: 12px;
	font-weight: 600;
}
.blog-wrapper .blog-meta span a {
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}
.blog-wrapper .blog-meta span a i {
	color: #006fbe;
}
.blog-wrapper .blog-meta span a:hover {
	color: #006fbe
}
.blog-wrapper .blog-more {
	color: #3b3f42;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize;
	transform: translateX(0px);
	transition: all 0.3s ease 0s;
}
.blog-wrapper .blog-more:hover {
	color: #006fbe
}
.blog-wrapper .blog-more-btn i {
	padding-right: 6px;
	font-size: 16px;
	top: 3px;
	position: relative;
}
.blog-wrapper .blog-more-btn {
	transform: translateX(110px);
	transition: all 0.3s ease 0s;
}
.blog-wrapper:hover .blog-more-btn {
	transform: translateX(0px);
}
/* start sidebar wrapper */
.sidebar-wrapper .single-sidebar {
	position: relative;
	display: block;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
	box-shadow: 0px 0px 8px 2px #f6f6f6;
}
/* sidebar title */
.sidebar-title .title {
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
}
/* sidebar search form */
.sidebar-search-box .search-form {
	position: relative;
	display: block;
	-webkit-box-shadow: 0px 0px 8px 2px #f6f6f6;
	box-shadow: 0px 0px 8px 2px #f6f6f6;
}
.sidebar-search-box .search-form input[type="text"] {
	position: relative;
	display: block;
	background: #1a1a1c;
	border: 1px solid #1a1a1c;
	color: #828282;
	font-size: 15px;
	font-weight: 400;
	height: 61px;
	width: 100%;
	padding-left: 20px;
	padding-right: 65px;
	border-radius: 0px;
	transition: all 500ms ease 0s;
}
.sidebar-wrapper .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	background: #006fbe;
	color: #ffffff;
	font-size: 14px;
	height: 100%;
	width: 60px;
	border: 0px;
	text-align: center;
	border-radius: 0px;
	transition: all 500ms ease 0s;
	margin: 0;
}
.sidebar-wrapper .search-form button i {
	font-size: 14px
}
.sidebar-wrapper .search-form input[type="text"]:focus {
	border: 1px solid #006fbe;
	background: #fff;
	color: #000000;
}
.sidebar-wrapper .search-form input[type="text"]:focus + button, .sidebar-wrapper .search-form button:hover {
	border-color: #f39c11;
	color: #ffffff;
}
/* categories */
.single-sidebar .categories {
	display: block;
}
.single-sidebar .categories li {
	display: block;
}
.single-sidebar .categories li a {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #6d6d6d;
	font-weight: 400;
	border-bottom: 1px dashed #ededed;
}
.single-sidebar .categories li:last-child a {
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.single-sidebar .categories li:hover a {
	color: #006fbe;
}
/* recent post */
.single-sidebar .recent-post {
	position: relative;
	display: block;
	overflow: hidden;
}
.single-sidebar .recent-post li {
	display: block;
	border-bottom: 1px dashed #ededed;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
.single-sidebar .recent-post li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.single-sidebar .recent-post li .title-holder span {
	line-height: 14px;
	color: #6d6d6d;
}
.single-sidebar .recent-post li .title-holder .post-title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin: 8px 0 0 0;
}
.single-sidebar .recent-post li .title-holder .post-title a {
	color: #000;
}
.single-sidebar .recent-post li .title-holder .post-title a:hover {
	color: #006fbe;
}
/* popular tag */

.single-sidebar .popular-tag {
	display: block;
}
.single-sidebar .popular-tag li {
	display: inline-block;
	float: left;
	margin: 2px;
}
.single-sidebar .popular-tag li a {
	display: block;
	background-color: #f6f6f6;
	padding: 4px 10px;
	color: #828282;
}
.single-sidebar .popular-tag li a:hover {
	color: #ffffff;
	background-color: #006fbe;
}
/* pagination */
.pagination-box .page-item:last-child .page-link, .pagination-box .page-item:first-child .page-link {
	border-radius: 0px;
}
.pagination-box .pagination .page-link {
	color: #333;
}
.pagination-box .page-item.active .page-link {
	background-color: #006fbe;
	border-color: #006fbe;
	color: #fff;
}
/* blog single */
.blog-single-section .blog-wrapper .blog-inner img {
	margin-top: 0px;
}
.blog-single-section .blog-wrapper .blog-inner h4 {
	margin-top: 6px;
	margin-bottom: 15px;
}
.blog-single-section .blockquote {
	padding: 15px 15px 15px 25px;
}
.blog-single-section .blockquote p {
	line-height: 26px;
	font-style: italic;
	font-size: 16px;
}
.blog-single-section .blockquote:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 60px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #006fbe;
}
.blog-single-section .blog-wrapper .blog-inner, .blog-single-section .blog-wrapper {
	overflow: visible;
}
.blog-single-section .blog-single-tag li a {
	color: #6d6d6d;
}
.blog-single-section .blog-single-tag li a:hover {
	color: #006fbe;
}
.blog-single-section .blog-single-social li a {
	color: #6d6d6d;
}
.blog-single-section .blog-single-social li a:hover {
	color: #006fbe;
}
/* comments block */
.comments-block {
	border: 1px solid #e0e0e0;
}
.comments-block .d-flex .flex-grow-1 h5 small {
	font-size: 12px;
	color: #6d6d6d;
}
.comments-block .d-flex {
	padding-bottom: 8px;
}
.comments-block .d-flex img{
	width:70px;
	height:70px;
}
.comments-block .d-flex .flex-grow-1 a {
	color: #006fbe;
}
.comments-block ul li ul {
	margin-left: 35px;
}
/* leave a comments block */
.leave-a-comments-block {
	border: 1px solid #e0e0e0;
}
.leave-a-comments-block form.comment-form input {
	background-color: #f5f5f5;
}
.leave-a-comments-block form.comment-form textarea {
	background-color: #f5f5f5;
}
.leave-a-comments-block form.comment-form .btn {
	background-color: #006fbe;
	color: #fff;
	padding: 8px 16px;
}
.leave-a-comments-block form.comment-form .btn:hover {
	background-color: #1a1a1c;
}
/*--------------------------------------------------------------
	12. Testimonial Section
--------------------------------------------------------------*/
.testimonial-section {
	position: relative;
	z-index: 0;
}
.testimonial-section:after {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.testimonial-bg {
	background: url(../img/bg/testimonial-bg.jpg) fixed no-repeat;
	background-size: cover;
}
.testimonial-item {
	width: 100%;
}
.testimonial-img {
	width: 100%;
	text-align: center;
}
.testimonial-img .testimonial-user-img img {
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.testimonial-user-name {
	margin: 10px 0 5px 0;
	width: 100%;
	font-size: 20px;
	line-height: 18px;
	font-weight: 600;
	color: #f39c11;
}
.testimonial-user-position {
	margin: 5px 0 10px 0;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #ccc;
}
.testimonial-des {
	width: 100%;
	z-index: 0;
}
.testimonial-item p {
	margin-bottom: 0px;
	color: #fff;
	font-style: italic;
	line-height: 30px;
	font-size: 18px;
}
.testimonial-carousel .owl-nav {
	width: 100%;
	margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
	background-color: #fff !important;
	border-radius: 100%;
	color: #333 !important;
	line-height: 30px;
	height: 30px;
	width: 30px;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
	background-color: #f39c11 !important;
	color: #fff !important;
}
/*--------------------------------------------------------------
	13. Team Section
--------------------------------------------------------------*/
.team-item {
	overflow: hidden;
}
.team-item .team-item-caption {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 20px;
	margin: 0 20px;
	padding: 20px 10px;
	text-align: center;
	z-index: 10;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.team-item .team-item-caption h4 {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: 600;
}
.team-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.60);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.team-item .team-item-social {
	position: absolute;
	top: 50%;
	width: 100%;
	list-style: none;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.team-item .team-item-social li {
	display: inline-block;
}
.team-item .team-item-social li:last-child {
	margin-right: 0;
}
.team-item .team-item-social a {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #717171;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	-webkit-transition: color .5s;
	transition: color .5s;
}
.team-item .team-item-social a:hover {
	color: #fff;
	background-color: #006fbe;
}
.team-item:hover .team-item-caption {
	background-color: #006fbe !important;
	color: #fff;
}
.team-item:hover .team-item-caption h4, .team-item:hover .team-item-caption p {
	color: #fff;
}
.team-item:hover .overlay, .team-item:hover .team-item-social {
	opacity: 1;
}
.team-item:hover img {
	transform: scale(1.2);
}
/*--------------------------------------------------------------
	14. Partner Section
--------------------------------------------------------------*/
.partner-item img {
	border: 1px solid #ccc;
}
.partner-item img:hover {
	border: 1px solid #006fbe;
}
/*--------------------------------------------------------------
	15. Footer Section
--------------------------------------------------------------*/
.footer {
	background-color: #131313;
}
.footer .widget .widget-title {
	text-transform: uppercase;
}
.footer .widget h4.widget-title {
	padding-bottom: 20px;
}
.widget .textwidget, .footer-widgets .widget ul li {
	color: #8d8e92;
	font-weight: 600;
}
.footer-widgets .widget ul li a {
	line-height: 23px;
	color: #8d8e92;
	font-weight: 600;
}
.footer-widgets .widget ul li a:hover {
	color: #006fbe;
}
.widget-text .textwidget {
	margin-bottom: 20px;
	margin-top: -6px;
}
.widget-text .textwidget p {
	color: #666666;
}
.widget-text ul li {
	color: #666666;
	font-weight: 600;
	margin-bottom: 10px;
}
.widget-text ul li:last-child {
	margin-bottom: 0px;
}
.widget-text ul li i {
	color: #006fbe;
	margin-right: 6px;
}
.footer .widget-text .textwidget p {
	color: #8d8e92;
}
.footer .widget-text ul li {
	color: #8d8e92;
}
/* Footer link */
.footer-link li {
	margin-bottom: 10px;
}
.footer-link li:last-child {
	margin-bottom: 0px;
}
.footer-link li i {
	margin-right: 6px;
}
/* widget instagram */
.widget.widget-instagram .box-img {
	float: left;
	width: 33.33%;
	margin-bottom: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget.widget-instagram .box-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.widget.widget-instagram .box-img:hover img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
/* Bottom */
.bottom {
	width: 100%;
	color: #fff;
	position: relative;
	background-color: #2e2e2e;
}
/*--------------------------------------------------------------
	16. Inner Page Title
--------------------------------------------------------------*/
.inner-page-title-bg {
	background-image: url(../img/bg/inner-page-title-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
.inner-page-title-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
}
.inner-page-title h1 {
	padding: 50px;
	color: #fff;
}
/* breadcrumb */
.breadcrumb-box .breadcrumb {
	background-color: #f5f5f5;
	padding:16px 0px;
}
.breadcrumb-box .breadcrumb li a {
	color: #006fbe;
}
/*--------------------------------------------------------------
	17. Contact Us
--------------------------------------------------------------*/
.contact-box h4 {
	line-height: 22px;
}
.contact-box h4 small {
	font-size: 14px;
	color: #333;
}
.contact-box ul li a {
	color: #333;
}
.contact-box ul li a i {
	padding-right: 6px;
	color: #006fbe;
}
/* contact form */
.contact-form input {
	background-color: #fff;
}
.contact-form textarea {
	background-color: #fff;
}
.contact-form button {
	background-color: #006fbe;
	color: #fff;
	padding: 8px 16px;
	border:0px;
}
.contact-form button:hover {
	background-color: #1a1a1c;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* map area */
.map-area iframe {
	width: 100%;
	height: 350px;
	border: 0px;
}
/*--------------------------------------------------------------
	18. Service Details Section
--------------------------------------------------------------*/
.service-sidebar .service-cat ul {
	background-color: #1a1a1c;
}
.service-sidebar .service-cat ul li a {
	color: #fff;
	text-decoration: none;
	padding: 12px 6px 12px 10px;
	display: inline-block;
	border-bottom: 1px dashed #333;
	width: 100%;
}
.service-sidebar .service-cat ul li a:hover {
	background-color: #006fbe;
	padding-left: 20px;
}
.service-sidebar .service-cat ul li.active a {
	background-color: #006fbe;
	padding-left: 20px;
}
.service-sidebar .service-cat ul li a i {
	font-size: 11px;
	padding-right: 6px;
	opacity: 0.6;
}
.service-sidebar .service-cat ul li:last-child a {
	border-bottom: 0px;
}
/* brochures widget */
.brochures-widget {
	background-color: #1a1a1c;
	padding: 20px;
}
.brochures-widget a {
	background-color: #006fbe;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
	font-size: 16px;
	display: inline-block;
	position: relative;
}
.brochures-widget a:hover {
	background-color: #29292b;
}
/* call us widget */
.call-us-widget {
	background-image: url(../img/services/service-detail-callus.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 35px 15px;
}
.call-us-widget:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	top: 0px;
	left: 0px;
	z-index: -1;
}
.call-us-widget a {
	color: #f39c11;
	font-size: 30px;
	font-weight: 600;
}
/* service detail contant */
.service-detail-contant h3 {
	position: relative;
	padding-left: 20px;
}
.service-detail-contant h3:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	transform: translateY(-50%);
	background-color: #006fbe;
}
/*--------------------------------------------------------------
	19. Faq Section
--------------------------------------------------------------*/
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down {
	display: inline-block;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-down {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed .fa-long-arrow-alt-right {
	display: inline-block;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right {
	display: none;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down, .faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right {
	padding-top: 4px;
}
.faq-box .accordion-item .accordion-header {
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	background-color: #1a1a1c;
	color: #fff !important;
}
.faq-box .accordion-item {
	border: 0px;
}
.faq-box .accordion-item .accordion-header {
	border: 0px;
	padding: 0px;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 15px;
	color: #6d6d6d;
	border: 1px dashed #dfdfdf;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	background-color: #006fbe;
	border-bottom: 1px solid #CCC;
	position:relative;
	color: #fff !important;
}
.faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-down, .faq-box .accordion-item .accordion-header .accordion-button .fa-long-arrow-alt-right{
	position:absolute;
	top:50%;
	right:15px;
	transform: translateY(-50%);
}
.faq-box .accordion-item .accordion-header .accordion-button:after{
	display:none;
}
@charset "utf-8";
/* CSS Document */

/* 

Template Name : Megasink - Business and Corporate bootstrap HTML Template
Author : Rainbow Design
	
*/

/* Medium Devices, Desktops */
@media (max-width: 1199px) {
}
@media (max-width: 1024px) {
.blog-wrapper .blog-meta span a {
	font-size: 11px;
}
}
@media (max-width: 992px) {
.call-us-widget a {
	font-size: 22px;
}
}
@media (max-width: 991px) {
.navigation .navbar .navbar-nav > .nav-item {
	margin-right: 20px;
}
.navigation .navbar .navbar-nav > .nav-item.search a:before {
	left: -11px;
}
.navigation .navbar-nav .nav-link {
	font-size: 12px;
}
.footer h2 {
	font-size: 46px;
}
}
/* Small Devices, Tablets */
@media (max-width: 768px) {
.slider .carousel-caption {
	left: 40px;
	right: 40px;
}
.slider .carousel-control-prev {
	left: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.slider .carousel-control-next {
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
}
@media (max-width: 767px) {
.header-contact {
	text-align: center;
}
.header-social {
	float: none;
	text-align: center;
}
.header-social li a {
	padding: 12px 8px 12px 8px;
}
.navigation {
	padding: 10px 0px;
}
.header-upper ul.header-contact li {
	border-left: 0px;
}
.header-upper ul.header-contact li:last-child {
	border-right: 0px;
}
.navigation .navbar-light .navbar-toggler {
	border-color: #fff;
}
.navigation .navbar-light .navbar-toggler i {
	color: #fff;
}
.filter1 li span {
	padding: 10px 10px;
	font-size: 12px;
}
.portfolio-item .box-content {
	margin-bottom: 26px;
}
.portfolio-item .title {
	margin: 0px;
}
.portfolio-item:hover .social {
	margin: 38px 0 0px;
}
.footer h2 {
	line-height: 78px;
	margin-bottom: 40px;
}
.widget.widget-instagram .box-img {
	width: 31%;
	margin-right: 4px;
}
.navigation .navbar .navbar-nav > .nav-item .nav-link {
	padding: 10px 0px;
}
.navigation .navbar .navbar-nav > .nav-item.search a:before {
	left: 0px;
}
.navigation .navbar .navbar-nav > .nav-item.search {
	padding-left: 15px;
}
.sidebar-wrapper .single-sidebar.tag-box {
	margin-bottom: 40px;
}
.blog-single-social {
	width: 100%;
	text-align: left !important;
	margin-top: 15px;
}
.comments-block ul li ul {
	margin-left: 0px;
}
.call-us-widget {
	margin-bottom: 30px;
}
.contact-box h4 {
	font-size: 20px;
}
}

/* Extra Small Devices, Phones */
@media (max-width: 575px) {
.header-upper ul.header-contact li {
	font-size: 12px;
	padding: 8px 8px;
}
.slider .carousel-caption h2 {
	font-size: 18px;
	line-height: 20px;
}
.slider .carousel-caption p {
	display: none;
}
.slider .carousel-caption .btn-style-1, .slider .carousel-caption .btn-style-2 {
	padding: 6px 10px 6px 10px;
	font-size: 10px;
}
.faq-box .card .card-header .btn {
	font-size: 12px;
}
.filter1 {
	padding: 0px 6px;
}
.blog-wrapper .blog-more-btn {
	transform: translateX(0px);
}
.footer h2 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.footer .widget {
	display: inline-block;
}
.widget.widget-instagram .box-img {
	margin-bottom: 20px;
}
.footer .title, .footer h2 {
	text-align: left;
}
.filter1 li {
	margin-right: 0px !important;
}
.filter1 li span {
	padding: 8px 4px;
	font-size: 10px;
}
.filter1 li span:after {
	display: none;
}
}
