/*
    Template Name    : Classicpro
	Description		 : Responsive HTML5 one page Template.
    Version          : 1.0
*/

/*
================================================
/* 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

/*
================================================
1. Fonts - Oswald and Work Sans
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100, 400,700|Open+Sans:300,400,500,700');
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	/*font-family:"Open Sans", sans-serif;*/
	font-size: 15px;
	/*line-height: 23px;*/
	font-weight: 400;
	color: #444;
	/*overflow-x: hidden;*/
}
.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: #337ab7;
	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: uppercase;
  font-weight:700;
}
.mb-20 {
	margin-bottom: 20px;
}
.fw-700 {
  font-weight: 700;
}
.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.color-fff {
  color: #ffffff;
}
.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;
}
.overlay-bg-70 {
  background-color: rgba(0, 0, 0, 0.75);
}
/*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: 30px;
    position: relative;
    font-size: 14px;
	word-spacing: 2px;
    font-weight: 400;
    transform: perspective(1px)translateX(0px);
    transition: all 0.2s ease 0s;
	overflow: hidden
}

.main-btn:before{
	content: "";
	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: #f6f6f6;
}
.main-btn:hover:before{transform: scaleX(1);}

/* btn-1 */
.btn-1{
    padding: 10px 26px;
	color: #fff;
}
.btn-1:hover{color: #333;}

.btn-1:hover:before{transform: scaleX(1);
}
/* btn-2 */
.btn-2{
    padding: 10px 26px;
	background: transparent;
	color: #fff;
}
.btn-2:hover{color: #333;}

.btn-2:after{
    content: "";
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	z-index: -2;
	border-radius: 30px;
	border: 2px solid rgba(255,255,255,0.7);
}

/*
================================================
3. Loader CSS
================================================
*/
#loader {
	background: url('/common/images/loader.gif') no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Scroll top Arrow
================================================
*/
#scrollUp {
	background: rgba(69, 75, 84, 0.7) none repeat scroll 0 0;
	border-radius: 5%;
	bottom: 30px;
	color: #fff;
	font-size: 12px;
	height: 40px;
	text-decoration: none;
	line-height: 38px;
	right: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
#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;
    font-family: "Open Sans", sans-serif;
}
.welcome-text{
    font-family: "Open Sans", sans-serif;
}
.navbar .navbar-brand .normal-logo{
	display: block;
}
.navbar .navbar-brand .change-logo{
	display: none;
}
.navbar .navbar-nav .nav-link{
	font-size: 14px;
	color: #fff;
	padding: 10px 20px 10px 20px;
	font-weight: 500;
	cursor:pointer;
}
.navbar .navbar-nav .btn-login{
color: #fcb80b !important;
}




.navbar-toggler:focus{
	outline: none;
}
.navbar .navbar-toggler .fa-bars{
	color: #fff
}
.navbar-colored{
    background-color: #fff;
    box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.07);
    transition: all .45s 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: #444;
	padding: 10px 20px 10px 20px;
	cursor:pointer;
}
.navbar-colored .navbar-nav .nav-link:hover,
.navbar-colored .navbar-nav .nav-link:focus{
	color: #fcb80b;
}
.navbar-colored .navbar-nav .nav-link.active{
	color: #fcb80b;
}
.navbar-colored .navbar-toggler .fa-bars{
	color: #333;
}
/*
================================================
8. Welcome Area
================================================
*/
.menu-bg + .elcome-area {
	margin-top: 49px;
}
.welcome-area {
	background-image: url("/common/images/bg_login.png");
	background-attachment: fixed;
	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 22%;
}
.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
}

.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
}

@-webkit-keyframes bounceInSlider {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px)scale(0.85);
    transform: translateY(40px)scale(0.85);
  }

  100% {
	  opacity: 1;
    -webkit-transform: translateY(0)scale(1);
    transform: translateY(0)scale(1);
  }
}
.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: 20px;
}
.about-wrapper  p {
  font-size:16px;
  line-height: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: url("/common/images/patterns.png") left top repeat fixed;
  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 {
  color:#fff;
}
/** 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;
	background:rgba(0,0,0,0.8)
}
.single-service:hover {
	-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: #777777;
}
.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 .details {
	text-align: center;
}
.single-service .details h3 {
	font-size: 24px ;
	font-size: 20px;
	margin: 0 0 0.9em;
	color: #fff;
	-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:#aaa;
}
.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("/common/images/patterns.png") 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;
	-webkit-transition: all 0.6s;
	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:67px 0 0;
  background: url("/common/images/services-pattern.jpg") left top repeat;
}
.contact-wrapper .section-heading h2 {
  color: #ffffff;
}
/** Contact Info **/
.contact-info {
  margin:20px 0;
  border:1px solid;
  padding:20px 0;
  min-height:175px;
}
.contact-info > h5 {
  color: #ffffff;
}
.contact-info.text-center > span {
  color: #888;
}
.contact-info p {
  color:#888;
}
.contact-info > i {
  font-size: 32px;
  margin-bottom: 20px;
}
.contact-social a {
  font-size:25px;
}
.contact-social a:hover {
  color:#fff;
}
.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:40px 0 20px;
  background:url("/common/images/services-pattern.jpg") repeat fixed left top;
  float:left;
  width:100%;
  margin:-5px 0 0;
}
.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 {
  color: #ffffff;
  margin-bottom: 0;
  opacity: 0.5;
  font-size:13px;
}

/*
================================================
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: 15px;
}
}
@media (min-width: 768px) 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: 18px;
}
/*** what we do wrapper ***/
.single-item h3 {
  font-size: 1.5rem;
}
}
@media screen and (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 {
  padding: 15px 0;
  position: inherit;
  background: #000;
  margin: 0;
}
.navbar-toggler {
  background:#222;
  margin-right:10px;
}
.navbar-collapse {
  background-color: transparent;
  margin-top: 10px;
}
.navbar .navbar-brand {
  margin-left:20px
}
.navbar-nav {
  border-top:1px solid #444;
    margin: 0;
}
.navbar .navbar-nav li,
.navbar .navbar-nav li a{
  background:#333;
  border-bottom:1px solid #444!important;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
  background:#111;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  text-align: center;
  padding:15px 20px;
}
/******* 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 8%;
}
/*** 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;
}
}
