/*
================================================
/* Table of Content
==================================================

1. Fonts - Oswald and Work Sans
2. Common CSS
3. Loader CSS
4. Scroll top Arrow
5. Top Bar
6. header top area
7. Navigation
8. Slider Area
9. What we do Wrapper
10. About Us Wrapper
11. Our Services Wrapper
12. Our our-team-wrapper Wrapper
13. Testimonials Wrapper
14. Portfolio Wrapper
15. Contact Wrapper
16. Footer Wrapper
17. Responsive 


/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	color: #000;
	overflow-x: hidden;
	color: #1E1E1E;
}

h1 {
	line-height: 130%;
}

.spacer50 {
	margin: 0;
	padding: 0;
	height: 50px;
}

.spacer100 {
	margin: 0;
	padding: 0;
	height: 100px;
}

.spacer150 {
	margin: 0;
	padding: 0;
	height: 150px;
}

.spacer180 {
	margin: 0;
	padding: 0;
	height: 180px;
}

.spacer200 {
	margin: 0;
	padding: 0;
	height: 200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	text-transform: none;
	color: #000;
}

.fontRaleway {
	font-family: 'Open Sans', sans-serif;
}

.paddingZero {
	padding: 0px !important;
}

h5 {
	font-size: 18px;
}

.mb-15 {
	margin-bottom: 15px;
}

h6 {
	font-size: 16px;
}

a,
a:hover,
a:active,
a:focus {
	outline: none;
	border: none;
	text-decoration: none;
}

a {
	color: #666666;
	transition: all 0.3s ease 0s;
}

a:hover {
	color: #3178CF;
	text-decoration: none;
}

body,
html {
	height: 100%
}

ul,
li {
	list-style: outside none none;
}

.section-heading {
	text-align: center;
	margin: 0 0 40px;
}

.section-heading h2::before {
	bottom: -18px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 50px;
	z-index: 100;
}

.section-heading h2 {
	display: inline-block;
	line-height: 1;
	margin-bottom: 0;
	position: relative;
	/* text-transform: capitalize; */
	font-weight: 700;
}

.mb-20 {
	margin-bottom: 20px;
}

.fw-700 {
	font-weight: 700;
}

.fw-600 {
	font-weight: 600;
}

.flex-center {
	align-items: center;
	display: flex;
	justify-content: center;
}

.color-primary {
	color: #3178CF;
}

.color-000 {
	color: #0e0e0e;
}

.color-fff {
	color: #ffffff;
}

.color-000 {
	color: #0e0e0e;
}

.color-eee {
	color: #eeeeee;
}

.fw-700 {
	font-weight: 700;
}

.color-ccc {
	color: #cccccc;
}

.ml-5px {
	margin-left: 5px;
}

.mr-5px {
	margin-right: 5px;
}

.mt-30px {
	margin-top: 30px;
}


/*color changer*/
#switcher {
	position: fixed;
	bottom: 40%;
	left: -170px;
	width: 170px;
	z-index: 9999;
	font-size: 15px;
	padding-bottom: 20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	height: 50px;
	background: #fff;
	box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

#switcher.active {
	left: 0px;
}

#switcher p {
	color: #fff;
	bottom: -6px;
	position: absolute;
	left: 21px;
	font-size: 13px;
}

#switcher .theme-click {
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -40px;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 2;
	box-shadow: 0 8px 20px 0 rgba(255, 255, 255, 0.2);
	background: #282828;
}

#switcher .theme-color {
	width: 30px;
	height: 30px;
	margin: 10px;
	position: absolute;
	left: 0px;
	cursor: pointer;
	overflow: hidden;
}

#switcher .theme-active {
	background: #fcb80b;
}

#switcher .theme-color-two {
	background: #ff8400;
	left: 40px;
}

#switcher .theme-color-three {
	background: #82c434;
	left: 80px;
}

#switcher .theme-color-four {
	background: #009688;
	left: 120px;
}

/***** buttons *****/
.main-btn {
	display: inline-block;
	text-decoration: none;
	border: none;
	border-radius: 50px;
	position: relative;
	font-size: 14px;
	word-spacing: 2px;
	font-weight: 400;
	font-weight: 600;
	transform: perspective(1px)translateX(0px);
	transition: all 0.2s ease 0s;
	overflow: hidden;
	font-weight: bold;
	text-transform: capitalize !important;

}

.main-btn:before {
	content: "";
	background-color: rgba(167, 167, 167, 0.5);
	color: #ffffff;
	border: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease-in-out;
	z-index: -1;
}

.main-btn.before-f6f6f6:before {
	background-color: rgba(167, 167, 167, 0.5);
}

/*.main-btn:hover:before{transform: scaleX(1);} */

/* btn-1 */
.btn-1 {
	padding: 10px 26px;
	color: #000000;
}

.btn-1:hover {
	color: #333;
}

.btn-1:hover:before {
	transform: scaleX(1);
}

/* btn-2 */
.btn-2 {
	padding: 16px 30px;
	background-color: #3178CF;
	box-shadow: 0px 10px 16px 6px rgba(0, 0, 0, 0.10);
	color: #fff;
	border: 0px;
	font-weight: bold;
	text-transform: uppercase !important;
	letter-spacing: 1px;
}

.btn-2:hover {
	background-color: #0e0e0e;
	color: #ffffff;
}

.btn-2:hover img {
	filter: brightness(100);
}

.btn-2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -2;
	border-radius: 50px;
	/*	border: 2px solid rgba(255,255,255,0.7); */
}

.btn-2 img {
	width: 32px;
	height: 32px;
}

/*
/* Custorm Gradiant Button 
*/
.gradient-button {
	font-size: 15px;
	letter-spacing: 1px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: #FFF;
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	width: 200px;
	box-shadow: 0px 10px 16px 6px rgba(0, 0, 0, 0.10);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	cursor: pointer;
	display: inline-block;
	border-radius: 25px;
	font-weight: bold;
}

.gradient-button:hover {
	/* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	margin: 8px 10px 12px; */
	color: #FFF;
}

.gradient-button-1 {
	/* background-image: linear-gradient(to right, #14BB87 0%, #7EDCBF 51%, #14BB87 100%) */
	background: #3178CF;
}

/*.gradient-button-1:hover { background-position: right center; }  */
/*
================================================
3. Loader CSS
================================================
*/
#loader {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}


/*.bg_wrapper {
	background: url(../images/section_bg.png) no-repeat;
}*/

/*
================================================
4. Scroll top Arrow
================================================
*/
#scrollUp {
	background: #3178CF;
	border-radius: 20px;
	bottom: 30px;
	color: #fff;
	font-size: 12px;
	height: 36px;
	text-decoration: none;
	line-height: 38px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 36px;
}

#scrollUp i {
	display: block;
	line-height: 35px;
}

#scrollUp i:hover {
	color: #fff;
}

/*
================================================
7. Navigation
================================================
*/
.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 10px 0;
}

.navbar .navbar-brand .normal-logo {
	display: block;
}

.navbar .navbar-brand .change-logo {
	display: none;
}

.navbar .navbar-nav .nav-link {
	font-size: 16px;
	color: #0e0e0e;
	padding: 0 20px;
	font-weight: 500;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar .navbar-toggler .fa-bars {
	color: #fff
}

.navbar-colored {
	background: rgb(255 255 255 / 100%);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.07);
	transition: all .10s ease;
}

.navbar-colored .navbar-brand .change-logo {
	display: block;
}

.navbar-colored .navbar-brand .normal-logo {
	display: none;
}

/**** navbar-center-logo ****/
.navbar-center-logo .navbar-brand {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.navbar-colored .navbar-nav .nav-link {
	color: #000;
	padding: 15px 20px;
}

.navbar-colored .navbar-nav .nav-link:hover,
.navbar-colored .navbar-nav .nav-link:focus {
	color: #3178CF;
}

.navbar-colored .navbar-nav .nav-link.active {
	color: #3178CF;
}

.navbar-colored .navbar-toggler .fa-bars {
	color: #333;
}

/*
================================================
7. Subscriptions Plans
================================================
*/


.plan_one {
	border: 1px solid #0e0e0e;
	border-radius: 20px;
}

.plan_one .plan_head {
	border-bottom: 1px solid #0e0e0e;
}

.plan_head h5,
.plan-wrapper h5 {
	margin: 0;
	font-weight: 700;
}

.plan_two {
	border: 1px solid #0e0e0e;
	border-radius: 20px;
}


.plan_two .plan_head {
	border-bottom: 1px solid #0e0e0e;
}

/*
================================================
8. Welcome Area
================================================
*/
.menu-bg+.elcome-area {
	margin-top: 49px;
}

.welcome_icon {
	height: 18px;
    position: absolute;
    top: 2px;
    left: 0;
}

.welcome_area {
	margin-top: 7rem !important;
}

.welcome_image {
	position: relative;
	bottom: 0;
}

.welcome-text {
	padding-top: 0;
}

.welcome-area {
	background: #E3E3E3;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
}

.welcome-area .overlay-bg-70 {
	height: 100vh;
}

.welcome-area .welcome-text p {
	margin: 0%;
	line-height: 25px;
	position: relative;
	padding-left: 25px;
}

.welcome-area.text-left .welcome-text p {
	margin: 0 45% 20px 0;
}

/**** welcome-video ****/
.welcome-video,
.welcome-video .overlay-bg-50 {
	height: 100vh;
}

.welcome-video .video-background {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	z-index: -100
}

.about-img img {
	/* box-shadow: 20px 0px 45px 25px rgba(0, 0, 0, 0.10);
	border-radius: 24px; */
	height: 100%;
	/* width: 200px !important; */
}

.welcome-video .welcome-text p {
	margin: 0 22%;
}

/**** pattern-1  for creative-demo****/
.welcome-area .pattern-1 {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 220px;
	background-image: url(../images/Pattern-2.png);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat
}

/**** welcome-slider ****/
.welcome-slider .container-fluid {
	padding: 0;
}

.welcome-slider .item {
	background-size: cover;
}

.welcome-slider,
.welcome-slider .flex-center {
	height: 100vh;
}

.welcome-slider .item .flex-center h1,
.welcome-slider .item .flex-center h4,
.welcome-slider .item .flex-center p {
	opacity: 0
}

.welcome-slider .owl-item.active .item .flex-center h4 {
	animation: fadeInSlider 0.7s 0.4s forwards
}

.welcome-slider .owl-item.active .item .flex-center h1 {
	animation: fadeInLeftSlider 0.7s 0.9s forwards
}


.welcome-slider .owl-item.active .item .flex-center p {
	animation: fadeInSlider 0.7s 1.3s forwards
}

@keyframes fadeInSlider {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px)scale(1);
		transform: translateY(100px)scale(1);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)scale(1);
		transform: translateY(0)scale(1);
	}
}

@keyframes fadeInLeftSlider {
	0% {
		opacity: 0;
		-webkit-transform: translateX(55px)scale(0.9);
		transform: translateX(55px)scale(0.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)scale(1);
		transform: translateX(0)scale(1);
	}
}

.welcome-slider .item .flex-center .btn-1,
.welcome-slider .item .flex-center .btn-2 {
	opacity: 0;
}

.welcome-slider .owl-item.active .item .flex-center .btn-1 {
	animation: bounceInSlider 0.8s 1.5s forwards
}


.welcome-slider .owl-item.active .item .flex-center .btn-2 {
	animation: bounceInSlider 0.8s 1.65s forwards
}

.welcome-slider p {
	margin: 0 22%;
}

.welcome-slider .owl-dots {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.welcome-slider .owl-nav {
	position: absolute;
	bottom: 50%;
	width: 100%;
}

.welcome-slider .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%
}

.welcome-slider .owl-nav .owl-next {
	position: absolute;
	right: 10px;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%
}

.welcome-slider .owl-nav .owl-prev:hover,
.welcome-slider .owl-nav .owl-next:hover {
	background-color: #fcb80b;
	;
}

/*
================================================
9. What we do Wrapper
================================================
*/
.what-we-do-wrapper {
	padding: 65px 0 70px;
	background: #efefef;
	margin: -1px 0 0;
}

.what-we-do-wrapper .section-heading {
	margin: 0 0 20px;
}

/** Single item **/
.single-item {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.12);
	margin: 40px 0 0;
	padding: 25px;
	transition: all 0.3s ease 0s;
	text-align: center;
}

.single-item:hover .line {
	width: 80px;
	color: #fff;
}

.single-item:hover,
.single-item:focus,
.single-item.active {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
}

.single-item:hover h3 {
	color: #fff;
}

.single-item.active i {
	color: #fcb80b;
}

.single-item.active h3 {
	color: #fff;
}

.single-item i {
	font-size: 35px;
	margin: 0 0 20px;
}

.line {
	display: inline-block;
	width: 40px;
	height: 3px;
	margin: 10px 0 15px;
	transition: all 0.3s ease 0s;
}

/*
================================================
10. About Us Wrapper
================================================
*/
.about-wrapper {
	padding: 65px 0 70px;
}

.about-wrapper .section-heading {
	margin: 0 0 60px;
}

.about-wrapper h3+p,
.about-wrapper .heading-4+p {
	margin-top: 22px;
}

.about-wrapper p+p {
	margin-top: 10px;
}

.about-wrapper p {
	font-size: 16px;
	line-height: 25px;
	position: relative;
	padding-left: 25px;
}

.about-wrapper *+h3,
.about-wrapper *+.heading-4 {
	margin-top: 35px;
}

.about-img img {
	width: 100%;
	/*border:1px solid #ddd;
  padding:3px; */
}

.about-img img+img {
	margin-top: 6%;
}

/*
================================================
11. Our Services Wrapper
================================================
*/
.our-services-wrapper {
	padding: 64px 0 70px;
	background-color: #0A0B09
	/* background: #F4F5F6 url(../images/section_bg.png) no-repeat; */
	;
	position: relative;
	z-index: 9;
}

.our-services-wrapper .section-heading {
	margin: 0 0 20px;
}

.our-services-wrapper .section-heading h2:after {
	background: #333;
}

.our-services-wrapper .section-heading h2 {
	columns: #000000;
}

/** Single Item **/
.single-service {
	padding: 40px 30px;
	position: relative;
	margin: 40px 0px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	z-index: 999;
	cursor: pointer;
	border-radius: 15px;
	background-color: #FFFFFF;
	box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.04);
}

.single-service:hover {
	cursor: inherit;
	border-radius: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.single-service:hover .icon {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.single-service:hover .details h3 a {
	color: #fcb80b;
	text-decoration: none;
}

.single-service:hover .details p {
	color: #000000;
}

.single-service .icon {
	font-size: 34px;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;

}

.single-service .icon img {
	height: 64px;
	width: 64px;
}

.single-service .details {
	text-align: center;
}

.single-service .category img {
	height: 40px;
}

.single-service .details h3 {
	font-size: 24px;
	font-size: 20px;
	margin: 0 0 0.9em;
	font-weight: 600;
	color: #3178CF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.single-service .details h3 a {
	color: #051429;
}

.single-service .details p {
	font-size: 14px;
	margin: 0;
	color: #000;
}

.single-service .fig_caption::before,
.single-service .fig_caption::after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.single-service .fig_caption::before {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.single-service .fig_caption::after {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.single-service:hover .fig_caption::before,
.single-service:hover .fig_caption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*
================================================
12. Our our-team-wrapper Wrapper
================================================
*/
.our-team-wrapper {
	padding: 64px 0 70px;
}

.our-team-wrapper .section-heading {
	margin: 0 0 10px;
}

/** Single our-team-wrapper **/
.our-team-wrapper .single-team {
	position: relative;
	color: #fff;
	overflow: hidden;
	margin: 40px 0 0;
}

.our-team-wrapper .single-team:after {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.our-team-wrapper .single-team:hover:after {
	opacity: .8;
}

.our-team-wrapper .single-team:hover .social-icon {
	top: 15px;
}

.our-team-wrapper .single-team img {
	width: 100%;
}

.our-team-wrapper .single-team:hover .info {
	bottom: 15px;
}

.our-team-wrapper .single-team .social-icon {
	position: absolute;
	top: -50px;
	right: 15px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.our-team-wrapper .single-team .social-icon span {
	margin-left: 10px;
	font-size: 12px;
}

.our-team-wrapper .single-team .info {
	position: absolute;
	bottom: -50px;
	left: 15px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.our-team-wrapper .single-team .social-icon a {
	color: #fff;
}

.our-team-wrapper .single-team .info span {
	font-size: 12px;
	margin-top: 5px;
}

.single-team .sm-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

/*
================================================
13. Testimonials Wrapper
================================================
*/
.testimonials-wrapper {
	padding: 65px 0 71px;
	background: url(../images/services-pattern.jpg) left top repeat fixed;
}

.testimonials-wrapper .section-heading {
	margin: 0 0 20px;
}

.testimonials-wrapper .section-heading h2 {
	color: #ffffff;
}

/** Testimonials Item **/
.clients-wrapper {
	border: 1px solid #e9e9e9;
	padding: 38px 34px 34px 39px;
	position: relative;
	background: #fff;
	margin: 40px 0 0;
}

.clients-wrapper::before {
	top: 45px;
	color: #002e5b;
	content: "\f10e";
	font-family: "FontAwesome";
	font-size: 87px;
	font-weight: 700;
	margin: auto;
	opacity: 0.07;
	position: absolute;
	right: 6%;
	text-align: center;
	z-index: 999;
}

.clients-img {
	float: left;
	margin-right: 16px;
}

.clients-wrapper .clients-img img {
	border: 1px solid #eeeeee;
	border-radius: 50%;
	display: block;
	height: 60px;
	width: 60px;
}

.clients-text {
	padding-top: 4px;
}

.clients-text h5 {
	font-weight: 700;
	color: #444444;
	font-size: 16px;
	margin-bottom: 8px;
}

.clients-text span {
	color: #a4a4a4;
	font-size: 14px;
	color: #a4a4a4;
}

.clients-wrapper p {
	margin-bottom: 0;
	margin-top: 30px;
	overflow: hidden;
	color: #777;
}

.testimonials-wrapper .owl-nav {
	display: none;
}

/*
================================================
14. Portfolio Wrapper
================================================
*/
.portfolio-wrapper {
	padding: 64px 0 0;
}

.portfolio-wrapper .section-heading {
	margin: 0 0 60px;
}

/** Portfolio **/
.portfolio {
	clear: both;
	float: left;
	width: 100%;
	padding: 56px 0 40px;
}

.work {
	padding: 0;
}

.work a {
	display: block;
	overflow: hidden;
	position: relative;
}

.work a img {
	width: 100%;
	height: auto;
}

.work-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	padding: 20px;
}

.work-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 1;
}

.work:hover .work-inner:after {
	opacity: 0.8;
}

.work-info {
	text-align: center;
	margin-top: 20%;
	top: -15px;
	position: relative;
}

.work-info h2:after {
	display: none;
}

.work-info p,
.work-info h2,
.work-info i {
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.work-info h2 {
	font-size: 20px;
	top: -10px;
	margin: 0;
	padding: 0;
	line-height: 35px;
}

.work-info p {
	font-size: 12px;
	top: 10px;
	font-weight: 500;
	color: #cccaca;
}

.work-info i {
	font-size: 14px;
	top: 20px;
	font-weight: 700;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	color: #333;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.work:hover .work-info p,
.work:hover .work-info h2,
.work:hover .work-info i {
	opacity: 1;
	top: 0;
}

.portfolio-filter {
	list-style: none;
	margin-bottom: 20px;
	text-align: center;
}

.portfolio-filter li.active,
.portfolio-filter li:hover {
	border-style: solid;
	border-width: 1px 0;
}

.portfolio-filter li:first-child {
	margin-left: 0;
}

.portfolio-filter li {
	display: inline-table;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
	margin: 0 0 5px;
	cursor: pointer;
	position: relative;
	border: none;
	font-weight: 400;
	color: #333;
	border-style: solid;
	border-width: 1px 0;
	border-color: #aaaaaa;
}

.portfolio-filter li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio-filter li.active:after {
	width: 100%;
}

.work-popup {
	max-width: 550px;
	background: #fff;
	position: relative !important;
	margin: 30px auto;
	left: 0 !important;
}

.work-popup img {
	width: 100%;
	height: 100%;
}

.work-popup-content {
	padding: 25px;
}

.work-popup-content h3 {
	font-size: 26px;
	margin-bottom: 20px;
}

.work-popup-content p {
	text-align: left;
	line-height: 23px;
}

.mfp-close-btn-in .mfp-close {
	position: absolute;
	background: #fff;
	font-size: 40px;
	width: 50px;
	height: 50px;
	opacity: 1;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}

/*
================================================
15. Contact Wrapper
================================================
*/
.contact-wrapper {
	padding: 0;
	background-color: #0A0B09;
	height: 500px;
	/* background: #F4F5F6 url(../images/section_bg.png) no-repeat; */
	;
}

.contact-wrapper .section-heading h2 {
	color: #fff;
}

.contact-wrapper .section-heading {
	padding-bottom: 50px;
}

/** Contact Info **/
.contact-info {
	margin: 0 0 20px 0;
	padding: 20px 0;
	min-height: 190px;
	border: 2px solid #F0F0F0;
	border-radius: 15px;
	background-color: #FFFFFF;
	box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.04)
}

.contact-info h5 {
	color: #3178CF;
	font-weight: 700;
}

.contact-info.text-center>span {
	color: #000000;
}

.contact-info p,
.contact-info a {
	color: #000000;
}

.contact-info a:hover,
.contact-info a:focus {
	color: #3178CF;
}

.contact-info>i {
	font-size: 32px;
	margin-bottom: 20px;
}

.contact-social {
	padding-top: 20px;
	padding-bottom: 21px;
}

.contact-social div a {
	font-size: 25px;
	color: #000;
	padding: 0px 7px;
}

.contact-social a {
	color: #07C569 !important;
}

.contact-social a .fa-facebook:hover {
	color: #07C569 !important;

}

.contact-social a .fa-instagram:hover {
	color: #d6249f !important;
	/*background-color: (255, 0, 0); */


}

.contact-social a .fa-twitter:hover {
	color: #00acee !important;

}

.contact-bg {
	margin: 50px 0 -100px;
	padding: 60px 60px 40px;
	position: relative;
	z-index: 9;
	background: #fff;
}

.contact-bg h2 {
	margin: 0 0 15px;
}

.contact-form input {
	border: 1px solid #dddddd;
	height: 50px;
	padding: 0 15px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}

.contact-form textarea {
	border: 1px solid #dddddd;
	height: 200px;
	padding: 15px;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}

.contact-form button {
	padding: 7px 20px 10px;
	display: inline-block;
	color: #fff;
	transition: all 0.3s ease 0s;
	border: none;
	margin: 20px 0 0;
	text-transform: capitalize;
}

.contact-form button:hover,
.contact-form button:focus {
	background: #f6f6f6;
	color: #000;
}

.google-map {
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}

.google-map iframe {
	border: medium none;
	height: 300px;
	margin: -150px 0 -6px;
	width: 100%;
}

/*
================================================
16. Footer Wrapper
================================================
*/
.footer-wrapper {
	padding: 0;
	background: #ffffff;
	;
	float: left;
	width: 100%;
	margin: 0px 0 0;
}

.copyright {
	/* border-top: 1px solid #E5E5E5; */
	padding: 2rem 0;
}

.copyright p {
	color: #616161;
	font-size: 14px;
}

.footer-icon-area {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-icon-wrapper {
	margin: 0 0 30px;
}

.footers-icon {
	float: left;
	margin-right: 20px;
}

.footers-icon a {
	background: #fff;
	border-radius: 50%;
	color: #222;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}

.footers-icon a:hover,
.footers-icon a:focus {
	-webkit-box-shadow: 0px 0px 14px #5a5a5a;
	-moz-box-shadow: 0px 0px 14px #5a5a5a;
	-ms-box-shadow: 0px 0px 14px #5a5a5a;
	-o-box-shadow: 0px 0px 14px #5a5a5a;
	box-shadow: 0px 0px 14px #5a5a5a;
}

.footer-icon-text {
	overflow: hidden;
}

.footer-icon-text h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: capitalize;
}

.footer-icon-text span {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.7;
}

.copyright {
	text-align: center;
	/* margin: 20px 0 0; */
}

.copyright p,
.copyright a {
	color: #aaaaaa;
	/* color: #ffffff; */
	margin-bottom: 0;
	/*  opacity: 0.5;*/
	font-size: 13px;
}

/* Contetnt Area  */

.content_section ul,
.content_section ol {
	padding-left: 1rem;
}

.content_section h1,
.content_section h4 {
	font-weight: 500;
}

.content_section h4 {
	margin-top: 2rem;
}

strong {
	font-weight: 500;
}


.content_section ul li {
	list-style: disc;
	margin-bottom: 1rem;
}

.content_section ol li {
	list-style: decimal;
	margin-bottom: 1rem;
}

.content_section ol li ul li {
	list-style: disc;
	margin-bottom: 1rem;
}

.content_section a {
	color: #212121;
}

.content_section ul.alpha_list li {
	list-style: upper-alpha;
	margin-bottom: 1rem;
}

.content_section ul.alpha_list li ul li {
	list-style: disc;
	margin-bottom: 0;
}






/*
================================================
17. Responsive 
================================================
*/
@media (min-width: 992px) and (max-width: 1024px) {

	/*** Banner Wrapper ***/
	.fade-carousel .hero::before {
		width: 74%;
	}

	/*** About Us ***/
	.about-wrapper *+h3,
	.about-wrapper *+.heading-4 {
		margin-top: 20px;
	}

	.about-wrapper h3+p,
	.about-wrapper .heading-4+p {
		margin-top: 5px;
	}

	.about-wrapper p+p {
		margin-top: 10px;
	}
}

@media (min-width: 1024px) and (max-width: 1025px),
(min-width: 1366px) and (max-width: 1367px),
(min-width: 767px) and (max-width: 768px) {

	/* .contact-wrapper .col-md-4{
    flex: 0 0 100%;
    max-width: 100%;
  } */
	.contact-wrapper {
		padding-top: 0;
		height: auto;
	}

	.welcome-area .overlay-bg-70 {
		height: auto;
	}

	.welcome-area {
		height: auto;
	}
}

@media (min-width: 769px) and (max-width: 991px) {

	/*** Common styles ***/
	#scrool-top {
		right: 15px;
	}

	/*** logo ***/
	.classicpro-logo img {
		width: 100%;
	}

	/*** navigation ***/
	.navigation {
		padding: 0;
	}

	.navbar .navbar-brand {
		margin-left: -15px;
	}

	.navbar .navbar-nav .nav-link {
		padding: 0;
	}

	.navbar-nav>li+li {
		margin-left: 30px;
	}

	/*** what we do wrapper ***/
	.single-item h3 {
		font-size: 1.5rem;
	}
}

@media (max-width: 768px) {

	/** Contact Wrapper **/
	.contact-wrapper .section-heading {
		padding-bottom: 0px;
	}

	.contact-wrapper {
		height: auto;
	}

	.about-img img {
		border-radius: 20px;
	}
}

@media (max-width: 767px) {

	/*** Common styles ***/
	.section-title span {
		display: none;
	}

	.section-title h3 {
		margin-top: 0;
	}

	#scrollUp {
		right: 15px;
		bottom: 92px;
	}

	.section-title h3 {
		margin-left: 0;
	}

	.fw-300 {
		font-weight: 300;
	}

	.fw-100 {
		font-weight: 100;
	}

	/******* Navigation *******/
	.navbar .navbar-toggler .fa-bars {
		color: #3178CF;
	}

	.navbar {
		padding: 15px 0;
		position: fixed;
		background: #fff;
	}

	.navbar-toggler {
		/* background:#222; */
		margin-right: 10px;
	}

	.navbar-collapse {
		/* background-color: #ffffff; */
		margin-top: 10px;
		/* border: 1px solid #333; */
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar .navbar-brand {
		margin-left: 20px;
		width: 220px;
	}

	.navbar .navbar-brand .normal-logo,
	.navbar .navbar-brand .change-logo {
		width: 90%;
	}

	.navbar-nav {
		border: none;
	}

	.navbar .navbar-nav li {
		background: #fff;
		border-bottom: none;
	}

	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .nav-link:focus {
		background: #fff;
		box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.04);
	}

	.navbar .navbar-nav .nav-link {
		color: #000;
		text-align: center;
		padding: 15px 20px;
	}

	.navbar-colored .navbar-toggler .fa-bars {
		color: #3178CF;
	}

	/******* Banner *******/
	.welcome-text h4 {
		font-size: 22px;
		line-height: 24px;
		margin: 0 0 15px;
	}

	.welcome-text h1 {
		font-size: 42px;
		line-height: 42px;
		margin: 0 0 15px;
	}

	.welcome-area .welcome-text p {
		margin: 0 0%;
	}

	.welcome-area .overlay-bg-70 {
		height: auto;
		padding-bottom: 25px;
	}

	.welcome-area {
		height: auto;
	}

	.welcome-text {
		padding-top: 0px;
	}

	/*** About ***/
	.about-img {
		margin-top: 15px;
	}

	/* .about-img .second img {
  margin-top: 6%;
} */
	.about-wrapper h3 {
		font-size: 1.45rem;
	}

	/*** Portfolio ***/
	.portfolio-filter li {
		margin: 0 0 15px;
	}

	/** Contact Wrapper **/
	.contact-info {
		margin: 20px 0 30px;
	}

	.contact-bg {
		padding: 30px;
	}
}

@media (max-width: 575px) {
	.main-btn {
		font-family: inherit;
		display: block;
		margin-right: 0 !important;
		margin-bottom: 1rem;
		text-align: center;
	}

	/******* Banner *******/
	.welcome_area {
		margin-top: 1rem !important;
	}

	.welcome_image {
		padding: 0;
		left: 0;
	}

	.welcome-text.paddingZero {
		padding-top: 0 !important;
	}

	.about-img img {
		width: 100%;
		text-align: center;
		/* margin: 1rem auto; */
		display: block;
	}

	/** Contact Wrapper **/
	.contact-wrapper {
		padding: 40px 0 0;
	}
}

@media (max-width: 375px) {

	.navbar-brand {
		width: 270px;
	}

	.navbar .navbar-brand .normal-logo,
	.navbar-colored .navbar-brand .change-logo {
		width: 100%;
	}

	/******* Banner *******/
	.welcome-text h1 {
		font-size: 38px;
	}

	/******* Common styles *******/
	.section-heading h2 {
		font-size: 29px;
		line-height: 1.3;
		font-weight: 500;
	}

}