/*Template Name: Simple Construction Website
Template URI: https://www.template.net
Author: Template.net
Author URI: https://www.template.net
License: Template.net
License URI: https://www.template.net/license-agreement
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cabin+Condensed:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

:root {
	--orange: #FFA500;
	--animation-text-color: #ff5f13;
	--logo-primary: #8bc54f;
	--logo-secondary: #929190;
	--blackish: #000000f7;
	--black: #000000;
	--white: #ffffff;
	--box-shadow: .5rem .5rem 0 rgba(22, 160, 133, .2);
	--text-shadow: .4rem .4rem 0 rgba(0, 0, 0, .2);
	--border: .2rem solid var(--logo-primary);
	--title-color: var(--black);
	--slider-font: 'Barlow', sans-serif;
	--default-font: 'Cabin Condensed', sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: var(--default-font);
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

figure {
	margin: 0;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.3;
	overflow-x: hidden !important;
	background-color: var(--white);
	font-family: var(--default-font);
}

@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden !important;
    }
    .container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
}

p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

body,
html {
	height: 100%;
}

.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

li {
	display: inline-block;
}

a {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

textarea {
	resize: none;
}

hr {
	margin-bottom: 0;
}

/*-- header start --*/

header.active {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
	margin-top: 0;
	background-color: var(--black);
}

header.active .navbar {
	padding: 0;
}

header.active .navbar-expand-lg {
	padding: 2px 0;
	border-bottom: 0;
}

header {
	position: fixed;
	width: 100%;
	z-index: 99;
	transition: 0.7s;
	box-shadow: 0 0.5rem 1.5rem rgb(32 32 32 / 29%);
}

header .navbar .nav-item .nav-link {
	color: var(--white);
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.6s ease;
	margin-right: 15px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
	outline: 0;
}


header .navbar .nav-item:last-child .nav-link {
	margin-right: 0;
}

header .navbar .nav-item .nav-link:hover {
	color: var(--white);
	border-bottom: 4px solid var(--logo-secondary);
	border-radius: 2px;
}

.navbar-light .navbar-nav .active>.nav-link {
	color: var(--white);
	border-bottom: 4px solid var(--logo-primary);
	display: inline-block;
	border-radius: 2px;

}

/*-- header end --*/

/*-- banner start --*/

.banner {
	/*background-image: linear-gradient(to bottom, rgb(0 0 0 / 66%), rgb(60 60 60 / 58%)),*/
	/*	url('../images/roof-might-use-for-landing-page.webp');*/
		
	background-image: linear-gradient(to bottom, rgb(0 0 0 / 66%), rgb(60 60 60 / 58%)),
		url('../images/roof-might-use-for-landing-page1.webp');
		
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}

.banner2 {
	/* background-image: url('../images/pattren-3.png'); */
	background-color: var(--blackish);
	background-repeat: no-repeat;
	/* background-position: right; */
	width: 100%;
	height: 35vh;
	padding-top: 20vh;
	position: relative;
}

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

	.banner2 {
		height: 25vh;
		padding-top: 15vh;

	}
}

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

	.banner2 {
		height: 40vh;
		padding-top: 20vh;

	}
}

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

	.banner2 {
		height: 30vh;
		padding-top: 20vh;
	}
}

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

	.banner2 {
		height: 40vh;
		padding-top: 25vh;
	}
}

.gradient {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background-image: -webkit-linear-gradient(0deg, rgba(2, 8, 52, 0.74902) 0%, rgba(2, 8, 52, 0.14902) 100%);
	opacity: 0.3;
}

.banner-inner {
	padding-top: 22%;
	padding-bottom: 280px;
	padding-left: 110px;
}

.banner-inner h1 {
	color: var(--white);
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 34px;
	width: 90%;
	letter-spacing: 2px;
}


.banner-inner span a {
	font-size: 18px;
	color: var(--white);
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid var(--white);
	margin-left: 22px;
	transition: 0.6s;
}

.banner-inner span a:hover {
	color: #fdb714;
	border-bottom-color: #fdb714;
}

/*-- banner end --*/

/*-- construction-companies start --*/
.construction-companies {
	position: relative;
	margin-top: -93px;
}

.construction-companies figure {
	width: 150px;
	height: 75px;
	margin: 0 auto;
}

.construction-companies .owl-carousel .owl-item img {
	display: block;
	height: 75px;
	width: 150px;
	margin: 0px auto;
}

.construction-companies .construction-companies-inner {
	background-color: var(--white);
	border-radius: 100px;
	padding: 65px 30px;
}

.construction-companies .owl-carousel .item .slide {
	width: 70%;
	margin: 0 auto;
}

.construction-companies button:focus {
	outline: 1px dotted;
	outline: unset;
}

/*-- construction-companies end --*/

/*-- construction-websites start --*/



.construction-websites .text {
	margin-top: 25px;
	padding-bottom: 40px;
}

.construction-websites .thumbnail-2 {
	background-image: url(../images/website-1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	height: 360px;
	border-radius: 20px;
}

.construction-websites .thumbnail-2 figure img {
	width: 360px;
	height: 360px;
	position: absolute;
	top: 110px;
	left: 140px;
	border-radius: 20px 0 20px 20px;
}

/*-- construction-websites end --*/



/*-- construuction-features start --*/

.construuction-features .thumbnail-2 {
	background-image: url(../images/website-3.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 360px;
	border-radius: 20px;
	border-top-left-radius: 0;
}

.construuction-features figure img {
	width: 360px;
	height: 360px;
	object-fit: cover;
	position: absolute;
	top: 110px;
	right: 140px;
	border-radius: 20px 0 20px 20px;
}

.construuction-features h4 {
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 22px;
}

.construuction-features p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	opacity: 0.8;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 42px;
}

.construuction-features .text {
	margin-bottom: 0;
}

/*-- construuction-features end --*/


.row:after {
	content: "";
	display: table;
	clear: both;
}


/* The Modal (background) */

#myModal{
	display: none;
	position: fixed;
	padding-top: 15%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.84);
	padding-bottom: 60px;
}

/* Modal Content */

#myModal .modal-content {
	position: relative;
	background-color: rgba(0, 0, 0, 0.52);
	margin: auto;
	padding: 0;
	width: 90%;
	max-height: 500px;
	max-width: 493px;
	max-width: 500px;
}

/* The Close Button */

#myModal .close {
	color: white;
	position: absolute;
	top: 30px;
	right: 30px;
	opacity: .5;
	font-size: 35px;
	font-weight: bold;
}

#myModal .close:hover,
#myModal .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
	background: transparent;
	width: 600px;
	height: auto;
}

.cursor {
	/* 	cursor: pointer;*/
	width: 100%;
	height: 100%;

}

/* Next & previous buttons */

.prev,
.next {
	position: absolute;
	top: 55%;
	text-decoration: none;
	cursor: pointer;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: var(--logo-primary) !important;
	font-weight: bold;
	font-size: 25px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.numbertext img {
	width: 500px;
	height: 500px;
}

/* Position the "next button" to the right */

.next {
	right: -20.5%;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
	color: var(--white) !important;
	background-color: var(--logo-secondary);
}

/* Number text (1/3 etc) */

.numbertext {
	color: var(--white);
	font-size: 16px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}



/*-- professional-team start --*/

.professional-team {
	margin-top: 90px;
	margin-bottom: 118px;
}

.professional-team .professional-team-inner h3 {
	font-size: 50px;
	letter-spacing: 0.2px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 19px;
}

.professional-team .professional-team-inner p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 36px;
	opacity: 0.8;
	width: 84%;
}

.professional-team .professional-team-inner .card-img-top1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-right-radius: 20px;
}

.professional-team .professional-team-inner .card-img-top2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom-left-radius: 20px;
}

.professional-team .carousel-indicators {
	display: none;
}

.professional-team .card {
	border: 0;
	border-radius: 0;
}

.professional-team .controls-bottom a {
	background: #bbbbbb;
	border-radius: 5px;
	display: inline-block;
	padding: 3px 36px;
	text-align: center;
	margin-right: 20px;
	transition: 0.6s;
}

.professional-team .controls-bottom a:hover {
	background-color: #636363;
}

.professional-team .controls-bottom i {
	font-size: 18px;
	color: var(--white);
}

.professional-team .fa-facebook-square {
	color: #0054a6;
}

.professional-team .fa-twitter-square {
	color: #00aeef;
}

.professional-team .fa-linkedin {
	color: #005b7f;
}

.professional-team .fa-instagram {
	color: #ef4b78;
}

.professional-team .card-body .card-title {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 4px;
}

.professional-team .card-body .card-text {
	font-size: 16px;
	line-height: 22px;
	color: #636363;
	font-weight: 600;
	margin-bottom: 20px;
}

.Professional-team .card-body {
	padding: 38px 0 47px 0;
}

.professional-team span i {
	font-size: 20px;
	margin-right: 20px;
}

.nogap>.col {
	padding-left: 50.5px;
	padding-right: 50.5px
}

.nogap>.col:first-child {
	padding-left: 15px;
}

.nogap>.col:last-child {
	padding-right: 15px;
}

.card-body {
	padding-left: 0;
}

/* .contact-us {
	padding-left: 120px;
} */

.contact-us h3 {
	font-size: 50px;
	letter-spacing: 0.2px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 19px;
}

.contact-us p {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 36px;
	opacity: 0.8;
}

.contact-us .form-control {
	border: 2px solid #e1e1e1;
	border-radius: 0;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;

}

.form-control:focus {
	/* 	border-color: #fdb714;*/
	outline: 0;
	box-shadow: unset;
}

/* .contact-us .form-group:first-child .form-control {
	padding: 32px 19px;
	width: 263px;
}

.contact-us .form-group:nth-child(2) .form-control {
	height: 162px;
	margin-top: 18px;
	margin-bottom: 7px;
} */

.contact-us form .btn {
	font-size: 18px;
	color: var(--white);
	padding: 15px 51px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border: 0;
	border-radius: 5px;
	background-color: #363636;
	border: 2px solid transparent;
	transition: 0.5s;
}

.contact-us form .btn:hover {
	color: #363636;
	border: 2px solid #363636;
	background-color: var(--white);
}

/*-- professional-team end --*/

/*-- footer start --*/

footer {
	background-color: #e7e7e7;
}

footer figure {
	padding-bottom: 22px;
}

footer p,
span {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
}

footer h5 {
	margin-top: 4px;
	margin-bottom: 24px;
}

footer p {
	opacity: 0.8;
	margin-right: 14%;
	margin-bottom: 12px;
}

footer h5 a {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	transition: 0.5s;
}

footer h5 sub {
	font-size: 100%;
	bottom: 0;
	margin: 0 5px;
	vertical-align: middle;
}

footer h5 a:hover {
	color: #fdb714;
	text-decoration: underline;
}

footer .footer-inner {
	display: flex;
	padding-top: 65px;
}

footer iframe {
	width: 818px;
	height: 490px;
	display: block;
}

.footer-bottom {
	text-align: center;
	padding: 31px;
}

footer span i {
	font-size: 24px;
	color: #000000;
	transition: 0.5s;
}

footer span i:hover {
	color: #fdb714;
}

footer span a {
	margin-right: 23px;
}

.footer-bottom p,
a {
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.footer-bottom a {
	font-weight: bold;
	border-bottom: 2px solid #000000;
	transition: 0.5s;
}

.footer-bottom a:hover {
	color: #fdb714;
	border-color: #fdb714;
}

footer .navbar-nav {
	padding-top: 55px;
}

footer .navbar-nav li a {
	font-size: 18px;
	line-height: 42px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

footer .navbar-nav li a:hover {
	font-weight: bold;
	border-bottom: 2px solid #000000;
}

/*-- footer end --*/

/*-- top to bottom-button*/

html {
	scroll-behavior: smooth;
}

footer .fa-arrow-up {
	margin: 10px;
	position: absolute;
	bottom: 0px;
	left: 5px;
	top: 5px;
	font-size: 20px;
	transition: 0.7s;
}

footer .fa-arrow-up:hover {
	top: 0;
}

#myBtn {
	/* background-image: url('../images/banner-1.jpg');
      background-repeat: no-repeat;*/
	display: none;
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: var(--logo-primary);
	color: var(--white);
	cursor: pointer;
	padding: 10px;
	border-radius: 60px;
	width: 45px;
	height: 45px;
	transition: 0.7s;
}

#myBtn:hover {
	background-color: var(--logo-secondary);
}



/*
				=================
				  media query
				=================
				*/



@media only screen and (max-width: 1440px) {
	header .navbar-expand-lg {
		padding: 4px 0;
	}

	header .navbar .nav-item .nav-link {
		font-size: 18px;
		padding: 0 8px;
	}

	.banner .banner-inner .btn {
		font-size: 25px;
	}

	.banner .banner-inner span a {
		font-size: 17px;
	}

	.banner .banner-inner h1 {
		font-size: 40px;
		width: 100%;
	}

	.construction-companies {
		margin-top: -78px;
	}

	.construction-companies .construction-companies-inner {
		padding: 50px 20px;
	}

	.construction-websites p {
		font-size: 17px;
		line-height: 30px;
	}

	.construuction-features h4 {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.construuction-features p {
		font-size: 17px;
		line-height: 30px;
	}



	.contact-us {
		padding-left: 70px;
	}

	.professional-team .professional-team-inner h3 {
		font-size: 45px;
	}

	.contact-us h3 {
		font-size: 45px;
	}

	.professional-team .professional-team-inner p {
		font-size: 17px;
		line-height: 30px;
		width: 90%;
	}

	.contact-us p {
		font-size: 17px;
		line-height: 30px;
	}

	footer p {
		margin-right: 0;
	}

	footer iframe {
		width: 560px;
	}
}
.construuction-features {
	margin-bottom: 100px;
}
.construction-websites{
	margin-bottom: 100px;
}

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

	.banner .banner-inner {
		padding: 180px 0;
		padding-left: 60px;
	}

	.banner .banner-inner h1 {
		font-size: 37px;
	}

	.banner .banner-inner .btn {
		font-size: 20px;
	}

	.banner .banner-inner span a {
		font-size: 16px;
	}

	.construction-companies .construction-companies-inner {
		padding: 40px 20px;
	}
	.construction-companies figure {
		width: 110px;
		height: 75px;
	}


	.construction-websites .thumbnail-2 {
		margin-left: -25px;
	}

	.construction-websites .thumbnail-2 figure img {
		left: 15px;
		top: 60px;
	}



	.construuction-features p {
		font-size: 16px;
		line-height: 28px;
	}

	.construuction-features-inner {
		margin-left: 0;
	}

	.construuction-features figure img {
		top: 60px;
		left: 60px;
	}


	.testimonials .carousel h2 {
		font-size: 45px;
		margin-bottom: 40px;
	}

	.testimonials .carousel p {
		font-size: 19px;
		line-height: 28px;
		width: 84%;
	}

	.testimonials .carousel i {
		font-size: 40px;
	}

	.testimonials .carousel h4 {
		font-size: 25px;
	}

	.professional-team .professional-team-inner h3 {
		font-size: 40px;
	}

	.contact-us h3 {
		font-size: 40px;
	}

	.nogap>.col {
		padding-left: 20.5px;
		padding-right: 20.5px;
	}

	.contact-us {
		padding-left: 40px;
	}

	.contact-us .form-group:first-child .form-control {
		padding: 32px 15px;
		width: 100%;
	}

	.contact-us form .btn {
		font-size: 17px;
		padding: 12px 45px;
	}

	.contact-us .form-control {
		border: 3px solid #e1e1e1;
	}

	.form-control:focus {
		border-color: #fdb714;
	}

	.professional-team .controls-bottom {
		margin-top: 15px;
	}

	footer .footer-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	footer .navbar-nav {
		padding-left: 20px;
	}

	footer iframe {
		width: 100%;
	}

}

@media only screen and (max-width: 834px) {
	header {
		background-color: #000000b8;
	}

	.navbar-light .navbar-nav .active>.nav-link {
		border-bottom: 0;
	}

	header .navbar .nav-item .nav-link {
		font-size: 15px;
		margin: 10px 0;
	}

	header .navbar .nav-item .nav-link:hover {
		border-bottom: 0;
		background-color: #fdb714;
	}



	.construction-companies figure {
		width: 100%;
	}



	.thumbnail-2 {
		background-position: right;
		height: 300px;

	}

	.thumbnail-2 figure img {
		left: 0;
	}


	.construuction-features-inner {
		margin-left: -15px;
	}


	.professional-team-inner {
		margin-bottom: 100px;
	}

	.professional-team .controls-bottom {
		margin-top: 30px;
		text-align: center;
	}

	.contact-us {
		padding-left: 15px;
	}

	footer p {
		font-size: 16px;
		line-height: 30px;
	}
}




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

	.construction-websites .thumbnail-2 {
		background-image: unset !important;
		top: 0;
		margin-left: 0;
	}

	.thumbnail-2 {
		background-image: unset !important;
		top: 0;
		margin-left: 0;
	}

	.construction-websites .thumbnail-2 figure img {
		top: 0;
		left: 10px;
	}

	.nav-link:hover {
		background-color: var(--logo-secondary) !important;
	}

	.navbar-light .navbar-toggler {
		color: var(--white);
		margin-right: 5px;
		border-color: var(--logo-primary);
		background-color: var(--logo-secondary);
	}

	.mySlides {
		width: 100%;
		height: 100%;
	}


	footer .navbar-nav {
		padding-left: 0;
	}

	.banner .banner-inner h1 {
		font-size: 32px;
	}

	.banner .banner-inner .btn {
		font-size: 17px;
	}

	.banner .banner-inner span a {
		font-size: 15px;
		margin-left: 15px;
	}

	.construction-companies .owl-carousel .item .slide {
		width: 50%;
		height: 100%;
	}

	.construction-companies .owl-carousel .owl-item img {
		height: 85px;
	}

	.construction-websites p {
		font-size: 15px;
		line-height: 28px;
	}

	.construuction-features p {
		font-size: 15px;
		line-height: 27px;
	}

	.professional-team {
		margin: 70px 0;
	}

	.professional-team .professional-team-inner h3 {
		font-size: 32px;
	}

	.professional-team .card-body {
		padding-left: 0;
		padding-right: 0;
	}

	.professional-team span i {
		margin-right: 15px;
	}

	.contact-us h3 {
		font-size: 35px;
	}

	.contact-us p {
		font-size: 16px;
		line-height: 27px;
		margin-bottom: 20px;
	}

	.contact-us .form-group:first-child .form-control {
		margin-top: 20px;
	}

	.contact-us form .btn {
		font-size: 16px;
		padding: 12px 40px;
	}

	footer p,
	span {
		font-size: 16px;
	}

	.construuction-features figure img {
		top: 0;
		left: 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Constructions Section
--------------------------------------------------------------*/
.constructions .card-item {
	border: 1px solid rgba(82, 86, 94, 0.2);
	background: #fff;
	position: relative;
	border-radius: 0;
}

.constructions .card-item .card-bg {
	min-height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.constructions .card-item .card-body {
	padding: 30px;
}

.constructions .card-item h4 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
	color: var(--color-secondary);
}

.constructions .card-item p {
	color: var(--color-secondary);
	margin: 0;
}

/* Image Popup */
.showDiv{
    z-index: 999;
    display: none;
}
.showDiv .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.66);
    position: relative;
    top: 0;
    left: 0;
}
.showDiv .img-show{
    width: 600px;
    height: 500px;
    background: #FFF;
    position: relative;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -100%);
    overflow: hidden
}
.img-show span{
    position: relative;
    top: 10px;
    right: 10px;
    z-index: 99;
    cursor: pointer;
}
.img-show img{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.close-btn {
    background: #fff;
    color:#000;
    padding:5px 10px;
    border-radius:50%;
}
