@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700);

/*
 * Basic CSS starts
 */

body{
	padding-top: 60px;
	font-family: 'Open Sans', sans-serif;
	color: #555;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

p{
	font-size: 14px;
	line-height: 28px;
	margin:0;
	padding:0;
}

a{
	text-decoration: none
}

a:hover{
	text-decoration: none;
}

a:hover,a:active,a:focus {
	outline: 0;
	text-decoration: none;
}

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}
.flag {
width:32px;
height:20px;

}

.pad {
	padding: 35px 0;
}

body.no-pad {padding: 0 !important;}

.form-control,
.form-group .input-group-addon {
	box-shadow: none !important;
}

.btn-transparent {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-transparent:hover {
  background: #fff;
  color: #888;
}
/*
 * Basic CSS ends
 */

header .navbar {
	padding: 0;
	background: #fff;
	border: 0;
	border-radius: 0;
  border-bottom: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar .navbar-brand img{
	width: 100%;
	max-width: 190px;
	margin: 4px 0;
}

.navbar .navbar-toggler {
	display: none;
	width: 50px;
	height: 40px;
	padding: 0;
	font-size: 24px;
	line-height: 34px;
}

.navbar .navbar-nav .nav-item {padding:0;}
.navbar-nav .nav-item .nav-link {
	padding: 10px 16px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.navbar .navbar-nav .dropdown-menu {
	top: 56px;
	min-width: 200px;
	padding: 0;
	border-color: #ddd;
	text-transform: uppercase;
	border-radius: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
	background: transparent;
	font-size: 14px;
	padding: 12px 16px;
  border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.2s ease-in;
}


/* banner */

.banner .carousel .carousel-indicators {bottom: 30px;}
.banner .carousel .carousel-caption {
	bottom: 170px;
	text-align: center;
}

.banner .carousel .carousel-caption h3 {
	font-size: 52px;
	margin-bottom: 20px;
}

.banner .carousel .carousel-caption p {
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 0.15em;
}

/* boxed banner */
.banner.banner-boxed {
	margin-top: 80px;
}

/* video banner */
.banner-video .slider {
	margin: 0;
	padding: 0;
	position: relative;
	background: url('../img/background/footer.png') repeat;
}


.banner-video .slider .video-header {
	position: absolute;
	bottom: 30%;
	left: 0;
	z-index: 10;
	width: 100%;
	text-align: center;
}

.banner-video .slider .video-header h3 {
	font-size: 52px;
	margin-bottom: 20px;
	color: #fff;
}

.banner-video .slider .video-header p {
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: 0.15em;
	color: #fff;
}

.slider .video-background {
	width: 100% !important;
	height: 100% !important;
}

.slider .video-background video {width: 100%;}
#main {display: none;}
.banner.banner-video .slider .video-overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	background: url('../img/background/overlay_2.png') repeat;
}

/* default section heading */

.section-head {
	padding-bottom: 30px;
	text-align: center;
}

.section-head h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 52px;
	line-height: 62px;
}

.section-head p {
	font-size: 16px;
	line-height: 32px;
}

.section-head.white-txt h3,
.section-head.white-txt p {color: #fff;}

/* hero */

.hero {text-align: center;}
.hero h2 {
	display: inline-block;
	margin-bottom: 0px;
	padding-bottom: 20px;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.hero h2 strong {font-weight: 600;}
.hero p {
	margin-top: 30px;
	font-size: 15px;
	line-height: 30px;
}
.hero p strong {
	padding-bottom: 2px;
	border-bottom: 1px dotted #bbb;
}

.hero .h-right {text-align: right;}
.hero .h-left {text-align: left;}
.hero .btn {
	margin-top: 30px;
}

/* service */
.service .service-item {
	position: relative;
	top: 0;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 30px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}

.service .service-item:hover {
	top: -7px;
	cursor: pointer;
}

.service .service-item i {
	display: block;
	width: 60px;
	font-size: 56px;
	text-align: center;
	margin-right: 20px;
	float: left;
}

.service .service-item h4 {
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	font-size: 22px;
	line-height: 32px;
}

.service .service-item h4 a {color: #454545;}
.service .service-item p {
	position: relative;
	top: -8px;
	margin-left: 80px;
}

.service .service-item.s-left {
	text-align: right;
}

.service .service-item.s-left i {
	margin-right: 0;
	margin-left: 20px;
	float: right;
}

.service .service-item.s-left h4 {
	float: right;
}

.service .service-item.s-left p {
	margin-left: 0;
	margin-right: 80px;
}

/* pricing section */

.pricing {
	background: #e7f1f3 url('../img/background/overlay.png') repeat;
	background-size: 300px 300px;
}

.pricing .pricing-item {
	background: #fff;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 40px 25px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.pricing-item h3, .pricing-item p,
.pricing-item ul li, .pricing-item .btn {text-transform: ;}
.pricing-item h3 {
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 32px;
	line-height: 40px;
}

.pricing-item h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 56px;
}

.pricing-item h4 span {
	position: relative;
	top: -30px;
	font-size: 26px;
	font-weight: 400;
}

.pricing-item p {margin-bottom: 25px;}
.pricing-item ul {margin-bottom: 30px;}
.pricing-item ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #9a9a9a;
	border-top: 1px solid #888;
}
.pricing-item ul li:first-child {border-top: 0;}
.pricing-item.highlight {
	position: relative;
	top: 1px;
	padding-top: 58px;
	padding-bottom: 40px;
	border: 1px solid #bbb;
	box-shadow: 0 3px 20px 3px rgba(0,0,0,0.25)
}

.pricing-item.highlight h4 {font-size: 62px;}
.pricing-item.highlight h4 span {top: -35px;}

.pricing-item.highlight h3, .pricing-item.highlight p, .pricing-item.highlight h4,
.pricing-item.highlight h3 span, .pricing-item.highlight ul li {color: #fff;}
.pricing-item.highlight ul li {border-top: 1px solid #fff;}
.pricing-item.highlight ul li:first-child {border-top: 0;}

/* how it works */

.how-it-work .htw-item {
	max-width: 350px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}

.how-it-work .htw-item i {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 80px;
}

.how-it-work .htw-item h4 {
	margin-bottom: 15px;
	font-size: 28px;
}

.how-it-work .htw-btn {
	margin-top: 40px;
	text-align: center;
}

/* happy clients section */

.happy-client .hc-item {
	max-width: 600px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 35px 30px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
	border-radius: 4px;
}

.happy-client .hc-item img {
	float: left;
	width: 100%;
	max-width:  110px;
	border-radius: 120px;
}

.happy-client .hc-item blockquote {
	margin-left: 140px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

.happy-client .hc-item blockquote p {
	position: relative;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 26px;
}

.happy-client .hc-item blockquote p .quote {
	position: absolute;
	top: -7px;
	right: 100%;
	margin-right: 6px;
	display: block;
	font-size: 24px;
	color: #eee;
}

.happy-client .hc-item blockquote footer {text-transform: capitalize;}
.happy-client .hc-item blockquote footer cite {font-size: 12px; font-style: italic;}

/* news letter section */

.news-letter .nl-content {text-align: center;}
.news-letter .nl-world-map .map {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	margin-top: 40px;
}

.news-letter .nl-world-map .map-location {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 25px;
	text-align: left;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}

.nl-world-map .map-location img {
	float: left;
	width: 100%;
	max-width: 60px;
}

.nl-world-map .map-location h5,
.nl-world-map .map-location p {margin-left: 80px;}
.nl-world-map .map-location h5 {
	margin-top: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 9px;
	border-bottom: 1px solid #ddd;
}

.nl-world-map .map-location p {
	font-size: 13px;
	line-height: 22px;
}
.nl-world-map .map-location p strong {font-size: 16px;}

.form-content{
	margin-top: 40px;
	padding-top: 30px;
}

.form-content p{
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}

.form-content form {margin-top: 30px;}
.form-content form label {
	padding-bottom: 4px;
	font-size: 16px;
	font-weight: 700;
	color: #454545;
}

.form-content form .form-control {
	border-color: #ddd !important;
}

.form-content form .btn {
	display: inline-block;
	margin-top: 30px;
}


/* about section */

.about .team-member {
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.about .team-member img {
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	border-radius: 300px;
	box-shadow: 0 0 0 12px rgba(255,255,255,0.25);
}

.about .team-member h3{
	margin-top: 40px;
	font-weight: 300;
	font-size: 32px;
	line-height: 42px;
	margin-bottom:8px;
}

.about .team-member span {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
}

.about .team-member .info-links a i {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #fff;
	margin: 0 3px;
	line-height: 35px;
	border-radius: 50px;
}

.about .team-member h3, .about .team-member span,
.about .about-details h3, .about .about-details p {
	color: #fff !important;
}

.about .about-details h3 {
	margin-bottom: 20px;
	font-size: 52px;
}

.about .about-details p {
	margin-bottom: 30px;
	text-transform: none;
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
}

.about .about-details .btn {
	padding-left: 30px;
	padding-right: 30px;
}

.about .about-content2 {
	padding-bottom: 80px;
}

.about-content2 h3,
.about-content2 p {
	max-width: 700px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

.about-content2 h3 {
	font-size: 30px;
	margin-bottom: 17px;
}

.about-content2 p {
	font-size: 17px;
	line-height: 30px;
}

.about-content2 .about-skill-item {
	max-width: 200px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

.about-content2 .about-skill-item .count {
	font-size: 52px;
	line-height: 52px;
	color: #fff;
}

.about-content2 .about-skill-item strong {
	position: relative;
	top: -25px;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
}

.about-content2 .about-skill-item h5 {
	margin-top: 18px;
	color: #fff;
	font-weight: 400;
	border: 1px solid #fff;
	padding: 10px 0;
	border-radius: 50px;
}

/* testimonial */

.testimonial {
	text-align: center;
}
.testimonial h4 {
	margin: 0px auto;
	font-size: 32px;
	line-height: 50px;
	font-weight: 400;
	color: #fff;
}

.testimonial .btn {
	display: inline-block;
	margin-top: 40px;
}

/* feature */

.feature .feature-content h5 {margin-bottom: 30px;}
.feature .feature-item {
	width: 220px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.feature .feature-item i {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	border-radius: 100px;
	box-shadow: 0 2px 3px #ddd;
   -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
       -ms-transition: all 0.35s ease;
           transition: all 0.35s ease;
}

.feature .feature-item:hover i  {
	-webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
		 -o-transform: rotate(360deg);
			transform: rotate(360deg);
}

.feature .feature-item h6 {
	display: inline-block;
	margin: 0;
	font-size: 16px;

}

.feature .large-feature-content {margin-top: 50px;}
.feature .large-feature-item {padding-top: 30px;}
.feature .large-feature-item h5 {
	font-size: 32px;
	line-height: 42px;
}

.feature .large-feature-item p {
	font-size: 16px;
	line-height: 30px;
}

.feature .large-feature-content .figure {
	display: block;
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.myframe {
	display: block;
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 30px;
}

/* product */
.product .product-item {
	max-width: 300px;
	margin: 0 auto;
	margin-top: 30px;
	background: #fcfcfc;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}

.product .product-item .figure,
.product .product-item .figure-img {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
}

.product-item .figure .trans-overlay {
	position: absolute;
	bottom: 100%;
	right: 0%;
	width: 100%;
	height: 100%;
	background: url('../img/background/overlay_2.png') repeat;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 20;
}

.product-item .figure:hover .trans-overlay {
	bottom: 0%;
	-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;
}

.product-item .figure .trans-overlay .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -18px;
	width: 45px;
	height: 45px;
	line-height: 40px;
	padding: 0;
	border-radius: 50px !important;

}

.product .product-item h4 {
	margin: 0;
	padding: 12px 15px 5px 15px;
	font-size: 18px;
	line-height: 32px;
}

.product .product-item h4 .price {
	display: inline-block;
	font-size: 15px;
	line-height: 32px;
	float: right;
}

.product .product-item h4 .price:after {clear: right;}
.product .product-item h4 .price strike {
	color: #bbb !important;
	font-weight: 400;
}

.product .product-item p {
	padding: 15px;
	padding-top: 0;
}

.product-recent h2 {
  padding-bottom: 5px;
  font-size: 22px;
  line-height: 32px;
  border-bottom: 1px solid #ddd;
}

.product-recent .carousel .carousel-item {padding: 7px;}
.product-recent h2 small {
  font-size: 14px;
  font-style: italic;
}

.product-pagination .pagination {margin-top: 40px;}

/* product single */
.product-single {padding-bottom: 70px;}
.product-single .product .product-item {margin-top: 10px;}
.product-single .table {background: #fcfcfc;}
.product-single .table tbody td,
.product-single .table tbody th {font-size: 14px;}
.product-preview .figure img {width: 100%;}
.product-preview .img-preview {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.product-preview .img-preview a {
	display: inline-block;
	max-width: 50px;
	margin-right: 7px;
}

.product-preview h2 {
	padding-bottom: 7px;
	font-size: 20px;
	line-height: 32px;
	border-bottom: 1px solid #ddd;
}
.product-preview p {margin-top: 10px;}
.product-preview p .price {font-size: 14px;}
.product-preview form {margin: 10px 0;}
.product-preview form .custom-select {
	display: block;
	width: 100%;
}

.product-preview form .input-group {max-width: 150px;}
.product-preview .product-description {margin-top: 30px;}
.product-description .nav-tabs .nav-item .nav-link {font-size: 14px;line-height: 24px;}
.product-description .nav-tabs .nav-item.show .nav-link,
.product-description .nav-tabs .nav-link.active {
	background: #f2f2f2;
	font-size: 14px;
	line-height: 24px;
}

.product-description .tab-content h5 {
	margin-top: 20px;
	font-size: 14px;
}

.product-description .tab-content h6 {
	margin-top: 20px;
	font-size: 13px;
}

.product-description .tab-content p,
.product-description .tab-content ul li {
	font-size: 13px;
	line-height: 26px;
}

.product-description .tab-content .table {margin-top: 15px;}
.product-description .tab-content .table th,
.product-description .tab-content .table td {
	font-size: 14px;
	padding-left: 20px;
}

.product-description .tab-content .review {
	margin-top: 15px;
	background: #f4f4f4;
	padding: 8px 12px;
	border-radius: 4px;
}

.product-description .tab-content form label {
	font-size: 13px;
	font-weight: 700;
	color: #777;
}

.widget-nav {margin-top: 10px;}
.widget-nav a {
	color: #777;
	font-size: 15px;
}
.widget-nav a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 30px;
	font-size: 14px;
	background: #fff;
}

/* product wish list */
.product-wishlist h6 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}

/* product checkout */
.product-checkout .checkout-section {
	margin-bottom: 30px;
	background: #f3f3f3;
	padding: 30px;
	padding-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.product-checkout .checkout-section h5 {
	margin-bottom: 30px;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
}

.product-checkout form label {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}

.product-checkout form .custom-select {
	display: block;
	width: 100%;
}

/* product user profile page*/
.product-profile {
	margin-bottom: 30px;
}

.product-profile img {
	max-width: 200px;
	border-radius: 4px;
	margin-right: 30px;
}

.product-profile h4 {
	font-size: 22px;
	line-height: 32px;
}

.product-profile address {
	font-size: 14px;
	line-height: 26px;
}

/* product cart view page */
.product-cartview .table img {
	max-width: 40px;
	border-radius: 4px;
}
.product-cartview .table .form-group {max-width: 80px;}
.product-cartview .cart-discount .form-group {margin-bottom: 30px;}
.product-cartview .cart-discount form .col-form-label {
	text-align: right;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}


/* stay in touch, subscribe */

.subscribe .subscribe-form {margin-top:10px;}
.subscribe .subscribe-form .form-control {margin-right: 7px;}

/* cta */
.cta h3 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
}

.cta p {
	color: #fff;
	line-height: 28px;
}

.cta .btn-area {
	text-align: center;
}
.cta .btn-area i {
	display: inline-block;
	margin-right: 8px;
	font-size: 16px;
}
.cta .btn-area .btn {
	display: inline-block;
	margin-bottom: 15px;
}

/* blog */

.blog .blog-entry {
	max-width: 450px;
	margin: 0 auto;
	margin-top: 30px;
	border-bottom: 1px dashed #ddd;
}

.blog .blog-entry .figure {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 0;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}

.blog-entry .figure .trans-overlay {
	position: absolute;
	bottom: 100%;
	right: 0%;
	width: 100%;
	height: 100%;
	background: url('../img/background/overlay_2.png') repeat;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 20;
}

.blog-entry .figure:hover .trans-overlay {
	bottom: 0%;
	-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;
}

.blog-entry .figure i.trans-hover-icon {
	position: absolute;
	top: 110%;
	left: 50%;
	display: inline-block;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 25;
}
.blog-entry .figure:hover i.trans-hover-icon {
	top: 50%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.blog .blog-entry .figure .figure-img {
	margin-bottom: 0;
	width: 100%;
	max-width: 500px;
}

.blog-entry .entry-body .title {
	margin-top: 20px;
	font-size: 22px;
	line-height: 35px;
	font-weight: 400;
}
.blog-entry .entry-body .title a {color: #666;}
.blog-entry .entry-body .bor {
	width: 70px;
	margin-left: 0;
	border-top-width: 4px;
}

.blog-entry .entry-body p .readmore {
	display: block;
	color: #bbb;
}

.blog-entry .entry-body .meta {
	margin-top: 5px;
	font-size: 12px;
	line-height: 32px;
	color: #999;
}

/* inner page content */
.inner-banner {
	margin-bottom: 30px;
	padding-top: 45px;
	padding-bottom: 15px;
}

.inner-banner h2 {
	font-size: 48px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.inner-banner h2 small {
	font-size: 16px;
	color: #aaa;
}

.about-content2.no-pad {padding-bottom: 0;}

.feature.inner-content {padding-bottom: 70px;}

.about-inner-content {
	padding-bottom: 70px;
}

/* sidebar */
.sidebar .widget {
	max-width: 450px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.sidebar .widget h5 {
	padding: 8px 12px;
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 24px;
	border-radius: 4px;
	color: #fff;
}

.sidebar .widget .w-body {
	padding: 10px 0px;
}

.sidebar .widget .sub-pra {
	display: block;
	font-size: 12px;
	line-height: 22px;
}

.sidebar .widget .w-body ul li {
	font-size: 14px;
	padding-top: 8px;
}
.sidebar .widget .w-body ul li i {
	display: inline-block;
	margin-right: 5px;
}

.sidebar .social-link-btn {
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.sidebar .social-link-btn .btn {
	position: relative;
	margin-bottom: 7px;
	margin-right: 4px;
	padding: 0;
	padding-left: 40px;
	padding-right: 10px;
	overflow: hidden;
	font-size: 13px;
	line-height: 30px;
	color: #fff;
}

.sidebar .social-link-btn .btn i {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,0.1);
}

.sidebar form {margin-top: 10px;}
.sidebar form .input-group .input-group-addon {
	display: inline-block;
	width: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 18px;
	background: #fff;
}

.inner-product-content .p-offer-item {
	max-width: 350px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 30px 0;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}

.p-offer-item .p-item-text {
	display: inline-block;
	padding: 4px 8px;
	background: #fff;
	font-size: 16px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

.p-offer-item h5 {
	margin-top: 15px;
	margin-bottom: 7px;
	font-weight: 300;
	font-size: 42px;
	color: #fff;
}

.p-offer-item p,
.p-offer-item p a {color: #fff;}
.p-offer-item .btn {
	margin-top: 10px;
	background: #fff;
	padding: 8px 25px;
}

/* inner page service */
.service-inner .si-item {
	max-width: 330px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}

.si-item a i {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	width: 120px;
	height: 120px;
	font-size: 48px;
	line-height: 114px;
	border: 3px solid #ddd;
	border-radius: 100px;
	-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;
}

.si-item h4 {
	text-transform: uppercase;
	font-weight: 400;
}

/* inner blog page */
.blog-inner {padding-bottom: 100px;}
.blog-inner .blog .blog-entry {
	margin-top: 0;
	margin-bottom: 30px;
}
.blog-pagination .pagination {
	margin-top: 10px;
}

/* blog single */

.blog-single .blog-entry {
	max-width: 700px;
	margin: 0 auto;
}

.blog-single .blog-entry .figure {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 0;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}

.blog-single .blog-entry .figure .figure-img {
	margin-bottom: 0;
	width: 100%;
	max-width: 700px;
}

.blog-single .blog-comment {
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-single .blog-comment h4 {
	font-size: 16px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.blog-single .comment-list ul .comment {margin-top: 30px;}
.blog-single .comment-list ul .comment.reply {margin-left: 80px;}
.comment-list .comment img {
	max-width: 100px;
	margin-top: 10px;
	border-radius: 100px;
}

.comment-list .comment .comment-data {
	margin-left: 120px;
	background: #f5f5f5;
	padding: 12px 15px;
	border-radius: 4px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}

.comment .comment-data .comment-author {
	display: block;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 4px;
}
.comment .comment-data .comment-meta {
	display: block;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 8px;
}

.comment .comment-data .comment-response {
	margin-top: 8px;
	font-size: 13px;
}

.blog-comment .comment-respond {
	margin-top: 30px;
	background: #f5f5f5;
	padding: 25px;
	border-radius: 4px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}

.blog-comment .comment-respond form label {
	font-weight: 700;
	font-size: 13px;
}

/* pricing inner page */

.pricing.inner {
	background: none;
	padding-top: 80px;
	padding-bottom: 100px;
}

/* contact inner page */
.news-letter.inner {padding-bottom: 90px;}

/* testimonial inner page */
.happy-client.inner {padding-bottom: 70px;}
.happy-client.inner .hc-item {background: #f9f9f9;}
.happy-client.inner .hc-content .load-btn {
	margin-top: 70px;
	text-align: center;
}

.happy-client.inner .hc-content .load-btn .btn-secondary {
	color: #727a7d;
	background-color: #fff;
	border-color: #ccc;
}
.happy-client.inner .hc-content .load-btn .btn-secondary:hover {
	color: #fff;
	background-color: #ccc;
}

/* error page */
.error-inner {
	padding: 150px 0;
	background: #fff url('../img/background/crossword.png') repeat;
}

.error-content {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.error-content h2 {
	font-size: 52px;
	text-transform: uppercase;
	color: #222;
}

.error-content h2 span {
	display: inline-block;
	margin-left: 3px;
	font-size: 64px;
}

.error-content h3 {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 45px;
}

.error-content p {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 700;
}

.error-content form {
	display: block;
	max-width: 400px;
	margin: 0 auto;
}

.error-content .error-link {
	font-weight: 700;
	color: #999;
}

/* login page */
.signing {
	padding-bottom: 100px;
}

.signing .signing-widget {
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
	overflow: hidden;
}

.signing-widget .widget-head {
	padding: 40px;
	border-bottom: 1px solid #ddd;
}

.signing-widget .widget-head h3 {
	font-size: 22px;
	line-height: 32px;
	margin: 0;
}
.signing-widget .widget-head i {
	display: inline-block;
	margin-top: 8px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 22px;
	border-radius: 60px;
	background: #fff;
}

.signing-widget .widget-body {padding: 40px;}
.signing-widget .widget-body form label {
	font-weight: 700;
	font-size: 13px;
	line-height: 24px;
}

.signing-widget .widget-body form .btn,
.signing-widget .widget-body form .custom-select {
	display: block;
	width: 100%;
}

.signing-widget .widget-body .social-login {text-align: center;}
.signing-widget .widget-body .social-login .btn {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	margin-right: 10px;
	color: #fff;
	padding: 0;
	padding-left: 55px;
	padding-right: 15px;
	font-size: 14px;
	line-height: 38px;
	overflow: hidden;
	text-align: left;
}

.signing-widget .widget-body .social-login .btn i {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 0;
	width: 38px;
	height: 100%;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.15);
}

.bor {
	max-width: 300px;
	margin: 25px auto;
	height: 1px;
	background: #ccc;
	text-align: center;
}

.bor span {
	display: block;
	position: relative;
	top: -17px;
	width: 35px;
	height: 35px;
	line-height: 32px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 700;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50px;
}

.signing-widget .bor {margin: 55px auto;}

/* coming soon page */
.coming-soon {
	padding: 120px 0;
	background: #fff url('../img/background/crossword.png') repeat;
}

.csoon-content {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.csoon-content h2 {
	font-size: 48px;
	line-height: 65px;
	text-transform: uppercase;
	color: #333;
}

.csoon-content p {
	margin-bottom: 50px;
	font-size: 15px;
	font-weight: 700;
}

.csoon-content form {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 20px;
}

/* Countdown */
.countdown{
	width: 100%;
	margin: 0 auto;
}

.countdown .hasCountdown {
	border: 0px solid #ddd !important;
	background-color:transparent !important;
}

.countdown_section {
	width: 140px !important;
	height: 140px !important;
	padding: 10px;
	padding-top: 30px;
	margin: 0px;
	margin-left: 30px;
	margin-bottom: 30px;
	font-weight: 700;
	border-radius:150px;
	border:7px solid #ddd;
}

.countdown_amount {
	display: inline-block;
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	margin: 0px;
}

/* gallery page */
.gallery {
	padding-bottom: 100px;
}

.gallery .gallery-item {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
}

.gallery .gallery-item .img-container {
	padding: 8px;
	background: #fff url('../img/background/crossword.png') repeat;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	border-radius: 4px;
	overflow: hidden;
}

.gallery-item .img-container .figure {
	margin: 0;
	padding: 0;
	position: relative;
}

.gallery-item .img-container .figure img {
	width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.09,0.8,0.35,0.9);
  -moz-transition: all 0.5s cubic-bezier(0.09,0.8,0.35,0.9);
	-ms-transition: all 0.5s cubic-bezier(0.09,0.8,0.35,0.9);
	-o-transition: all 0.5s cubic-bezier(0.09,0.8,0.35,0.9);
  transition: all 0.5s cubic-bezier(0.09,0.8,0.35,0.9);
}

.gallery-item:hover .img-container .figure img {
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
}

.gallery-item .img-container .figure .trans-overlay {
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 100%;
	height: 100%;
	background: url('../img/background/overlay_2.png') repeat;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 20;
}

.gallery-item:hover .img-container .figure .trans-overlay {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-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;
}

.gallery-item .img-container .figure i.trans-hover-icon {
	position: absolute;
	top: 110%;
	left: 50%;
	display: inline-block;
	margin-top: -20px;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	border-radius: 50px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	z-index: 25;
}

.gallery-item:hover .img-container .figure i.trans-hover-icon {
	top: 50%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.gallery .gallery-item .img-info {
	padding: 0 2px;
	margin-top: 15px;
	font-size: 14px;
	color: #aaa;
}
.gallery .gallery-item h4 {
	margin-top: 5px;
	font-size: 16px;
	line-height: 32px;
	text-transform: capitalize;
}

.gallery .load-btn {
	margin-top: 50px;
	text-align: center;
}

.gallery .load-btn .btn-secondary {
	color: #727a7d;
	background-color: #fff;
	border-color: #ccc;
}

.gallery .load-btn .btn-secondary:hover {
	color: #fff;
	background-color: #ccc;
}

/* faq page */
.faq {
	padding-bottom: 100px;
}
.social-icon{
color: #fff;
margin-right: 8px;

}
.my-business{

background-color: none;
width: 29px;
height: 29px;
margin-bottom: 17px;

}

.white{

color: #fff;


}
.social-icon2{

margin-right: 8px;

}
.faq .faq-item {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 30px;
	background: #fff url('../img/background/crossword.png') repeat;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
}

.faq .faq-item i {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 52px;
	margin: 0 auto;
}

.faq .faq-item h3 {margin: 20px 0;}
.faq .faq-item .btn {margin-top: 20px;}
.faq .card {
	margin-top: 30px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}

.faq .card .card-header {
	background: #fff url('../img/background/crossword.png') repeat;
	padding: 22px 20px;
}
.faq .card .card-header h5 {
	font-size: 16px;
	line-height: 26px;
}

.faq .card .card-header h5 i {
	display: inline-block;
	margin-right: 8px;
	font-size: 14px;
}

.faq .card .card-block {
	padding: 18px 25px;
	font-size: 14px;
	line-height: 26px;
	text-align: justify;
}

/* portfolio page */
.jumbotron {
	margin-bottom: 0;
	padding: 100px;
	background: url('../img/background/4.jpg') center center no-repeat;
	border-radius: 0;
	text-align: center;
}

.jumbotron .display-3 {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 52px;
}

.jumbotron .lead {
	max-width: 900px;
	margin: 30px auto;
  line-height: 36px;
	font-weight: 400;
  letter-spacing: 0.15em;
}

.work .work-item {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	background: #f3f3f3;
	border-radius: 4px;
	text-align: center;
}

.work .work-item .figure {
	position: relative;
	overflow: hidden;
}

.work .work-item img {
	width: 100%;
	margin: 0 auto;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.work .work-item h3 {
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 18px;
}

.work .work-item p {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	padding: 30px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: left;
	background: url('../img/background/overlay_2.png') repeat;
	color: #fff;
  -webkit-transition: all 750ms cubic-bezier(0.09,0.8,0.35,0.9);
  -moz-transition: all 0.5s cubic-bezier(0.09,0.8,0.35,0.9);
	-ms-transition: all 0.5s cubic-bezier(0.09,0.8,0.35,0.9);
	-o-transition: all 0.5s cubic-bezier(0.09,0.8,0.35,0.9);
  transition: all 750ms cubic-bezier(0.09,0.8,0.35,0.9);
}
.work .work-item:hover p {top:0;}
.work .work-btn {
	margin-top: 40px;
	text-align: center;
}

/* footer section */
.footer {
	padding-top: 30px;
	background: #222 url('../img/background/footer.png') repeat;
}

.footer .fsocial-link .enq-mail {
	font-size: 22px;
	display: block;
	margin-bottom: 20px;
}

.footer .fsocial-link {
	padding-bottom: 20px;
	text-align: center;
}

.footer .s-link i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 50px;
	margin: 5px;
	-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;
}

.footer .f-widget {
	max-width: 370px;
	margin: 0 auto;
	margin-top: 30px;
}

.footer .f-widget h5 {
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 12px;
	font-size: 15px;
	border-bottom: 1px solid #04060c;
}

.footer .f-widget p,
.footer .f-widget address {
	font-size: 14px;
	line-height: 28px;
	color: #ccc;
}
.footer .f-widget ul li {
	padding-top: 5px;
}

.footer .f-widget a {
	font-size: 14px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #666;
}

.footer .f-widget img {
	max-width: 70px;
	margin-right: 5px;
	margin-top: 10px;
	border: 2px solid #ddd;
	border-radius: 4px;
}

.footer .copy-right {
	padding-bottom: 20px;
	text-align: center;
}

.footer .copy-right p {
	font-size: 12px;
	line-height: 22px;
	color: #aaa;
}

.footer.footer-2 .copy-right {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #04060c;
}

.footer-2 .f-widget .fsocial-link {
	text-align: left;
	padding-bottom: 0;
}

.footer-2 .f-widget .fsocial-link a {padding: 0; border: 0;}
.footer-2 .f-widget .fsocial-link a i {
	width: 35px;
	height: 35px;
	margin-left: 0;
	margin-bottom: 0;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
}

.footer-csoon .f-widget {margin-top: 0;}
.footer-csoon .f-widget .fsocial-link {text-align: center;}

/*
 * Style switcher
 */

.style-switcher{
	width:25px;
	position:fixed;
	top:150px;
	right:0px;
	background:#fff;
	z-index:10000;
	box-shadow:0px 1px 2px rgba(0,0,0,0.15);
}

.style-switcher a{
	display:block;
	width:15px;
	height:15px;
	margin: 5px auto;
}

/* animation css */

.opacity {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0s;
	-moz-animation-delay:0s;
	-ms-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

.opacity.animation{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Back to top */

.go-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99999999999;
}

.go-top a, .go-top a:visited{
	display: block;
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	opacity: 0.6;
	border-radius: 50px;
}

.go-top a, .go-top a:hover,
.go-top a:visited{ color: #fff; }

/*
 * Responsive CSS
 */

/*
 * Mobile phones
 */
@media (max-width: 575px){
	.banner .carousel .carousel-indicators {bottom: 0px;}
	.banner .carousel .carousel-caption {	bottom: 15px !important; }
	.banner .carousel .carousel-caption h3 {font-size: 22px !important;}
	.banner .btn-group-lg>.btn, .btn-lg {
		padding: 8px 12px;
		font-size: 12px;
	}

	.banner.banner-boxed {margin-top: 50px;}
	.banner-video .slider .video-header {bottom: 70px;}

	.hero h2 {font-size: 32px;}
	.hero .h-right, .hero .h-left {
		max-width: 450px;
		margin: 0 auto;
	}

	.service .service-item.s-left {text-align: left;}
	.service .service-item i,
	.service .service-item.s-left i	{margin: 0 !important; margin-right: 20px !important; float: left;}
	.service .service-item h4,
	.service .service-item.s-left h4	{float: left;}
	.service .service-item p,
	.service .service-item.s-left p	{margin: 0 !important; margin-left: 65px !important;}

	.subscribe .subscribe-form .btn {
		margin: 0 auto;
		margin-top: 30px;
	}

	.cta h3, .cta p {
		text-align: center;
		margin-bottom: 30px;
	}

	.happy-client .hc-item {
		max-width: 450px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.happy-client .hc-item img {
		float: none;
		margin-bottom: 30px;
		}
	.happy-client .hc-item blockquote {margin-left: 0;}
	.happy-client .hc-item blockquote p:before {
		content: "";
		width: 30px;
		display: inline-block;
	}
	.happy-client .hc-item blockquote p .quote {margin-right: -25px;}

	/* inner page */
	.inner-banner h2 {font-size: 24px !important;}

	.blog-single {max-width: 450px; margin: 0 auto;}
	.blog-single .comment-list ul .comment.reply {margin-left: 40px;}

	.signing-widget .widget-body .social-login .btn {display: block;}

	.product-single {
		max-width: 400px;
		margin: 0 auto;
	}

	.product-profile .figure {float: none !important;}
	.product-profile .figure img {margin-right:0; margin-bottom:30px;}

	.nl-content, .form-content,
	.faq-content {
		max-width: 450px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.jumbotron .display-3 {
		font-size: 32px;
	}

	.jumbotron .lead {
	margin: 20px auto;
	font-size: 15px;
	line-height: 25px;
	}
}

/*
 * Tablets
 */
@media (max-width: 767px){
	body {padding-top: 60px;}

	.navbar .navbar-brand img {max-width: 100px !important;}
	.navbar .navbar-nav .dropdown-menu {box-shadow: none;}
	.navbar .navbar-nav .dropdown-menu .dropdown-item {border-radius: 50px;}

	.banner .carousel .carousel-caption p,
	.banner-video .slider .video-header p	{display: none;}
	.banner .carousel .carousel-caption h3,
	.banner-video .slider .video-header h3 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.banner-video .slider .video-header {bottom: 25%;}

	.hero .h-right, .hero .h-left {text-align: center;}
	.section-head h3 {font-size: 42px; line-height: 52px;}
	.section-head p {font-size: 14px; line-height: 24px;}

	.pricing-item.highlight {
		top: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.about .about-details {
		max-width: 500px;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: center;
	}

	.feature .large-feature-item {padding-top: 20px !important;}
	.feature .large-feature-item h5,
	.feature .large-feature-item p {text-align: center;}

	footer .fsocial-link .enq-mail {font-size: 18px;}

	/* inner page */
	.inner-banner h2 {font-size: 32px;}

	.sidebar {margin-top: 30px;}

	.signing .signing-widget.reg {margin-top: 40px;}

	.product-preview .img-preview {margin-bottom: 30px;}

	.product-checkout .checkout-section h5 {margin-bottom:10px;}

	.product-cartview .cart-discount form .col-form-label {
		text-align: left;
		margin-bottom: 5px;
	}

	.jumbotron {padding: 80px 30px;}
}
 /* inner page */

/*
 * Desktop
 */
@media (max-width: 991px){
	header .navbar {padding: .5rem 1rem;}
	.navbar .navbar-toggler {display: inline-block;}
	.navbar .navbar-nav .nav-item {padding: 0;}
	.navbar .navbar-nav .nav-item .nav-link {padding: 6px 12px;}
	.navbar .navbar-nav .dropdown-menu {
		margin: 0;
		border-radius: 0;
		border: 0;
	}
	.navbar .navbar-nav .dropdown-menu .dropdown-item {
		padding: 6px 18px;
		border-bottom: 0;
	}

	.banner .carousel .carousel-caption {bottom: 70px;}

	.service .service-item h4 {font-size: 18px;}
	.service .service-item i {width: 45px; font-size: 40px; margin-right: 10px;}
	.service .service-item.s-left i {margin-left: 10px;}
	.service .service-item p {margin-left: 55px;}
	.service .service-item.s-left p {margin-right: 55px;}

	.feature .large-feature-content {margin-top: 0px;}
	.feature .large-feature-content .figure {margin-top: 30px;}
	.feature .large-feature-item {padding-top: 50px;}

	.signing-widget .widget-body, .signing-widget .widget-head {padding: 25px;}
}
