@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* h2{
	font-weight:700;
}
.head{
	background-image: url('../img/header.png');
	background-repeat: relative;
	text-align:center;
}
.head p {
	font-size:16px;
	color:#000;
}

/* Start About */
.about{
	/* background-image: url('../img/silver.jpg'); */
	background: #fff;
	font-family:Lato;
	font-size:16px;
	text-align:justify;
	text-align-last:center;
	color:#000;
	margin-top:-50px;
}
.about img {
    border-radius: 8px;
}

/* End About */

/* About 1 */

/* Start About */
.about1{
	/* background-image: url('../img/silver.jpg'); */
	/* background: #dedede;*/
	background-color: #c3cbdc;
background-image: linear-gradient(147deg, #c3cbdc 0%, #edf1f4 74%);
	font-family:Lato;
	font-size:16px;
	text-align:justify;
	text-align-last:center;
	color:#000;
	padding-top:50px;
	padding-bottom:50px;
}
.about1 img {
    border-radius: 8px;
}

/* About 1 End */

/* Start Gallery */

.modal-dialog {width:responsive;
}

.thumbnail {margin-bottom:20px;}

/* End Gallery */



.serv{
	/* background-image: url('../img/black.jpg'); */
	background-repeat: relative;
	font-family:Lato;
	font-size:16px;
	text-align:justify;
	text-align-last:center;
	color:#000;
	padding:10px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.serv img {
	border-radius: 8px;
	width:100%;
}

.serv ul li  {
text-align:left;
 list-style-position:initial;
}
.serv1{
	background-image: url('../img/03.jpg');
	background-repeat: relative;
	font-family:Lato;
	font-size:16px;
	text-align:justify;
	text-align-last:center;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
}

.serv1 img {
    border-radius: 8px;
	width:100%;
}

.serv1 ul li  {
text-align:left;
 list-style-position:initial;
}

.serv2{
	/* background-image: url('../img/03.jpg');  */
	background-repeat: relative;
	font-family:Lato;
	font-size:16px;
	text-align:justify;
	text-align-last:center;
	color:#000;
	padding-top:100px;
	padding-bottom:100px;
}

.serv2 img {
    border-radius: 8px;
	width:100%;
}

.serv2 ul li  {
text-align:left;
 list-style-position:initial;
}
.serv3{
	/* background-image: url('../img/black.jpg'); */
	background-repeat: relative;
	font-family:Lato;
	font-size:16px;
	text-align:justify;
	text-align-last:center;
	color:#000;
	padding:10px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.serv3 img {
    border-radius: 8px;
	width:50%;
}

.serv3 ul li  {
text-align:left;
 list-style-position:initial;
}
.link {
    /* background-image: url('../img/black.jpg'); */
	background-color:#000;
	background-repeat: relative;
	font-family:Lato;
	font-size:16px;
	color:#fff;
	padding:10px;
}
.foot {
	 /* background-image: url('../img/black.jpg'); */
	background-repeat: relative;
	background-color:#000;
	color:#fff;
	padding:5px;
	text-align:left;
}


/* Start Parallax */
.parallax{
height:400px;
color:#fff;
padding-top:100px;
text-align:center;
 font-family: 'Lato', sans-serif;
}

/* Stop Parallax*/




/**********************
/***** Services *******
/*********************/

/* @import url('css/font-awesome.min.css'); */
section{
	padding: 60px 0;
	font-family: 'Lato', sans-serif;
}
section .section-title{
	text-align:center;
	color:#007b5e;
	margin-bottom:50px;
	text-transform:uppercase;
}
#what-we-do{
	background:#ffffff;
}
#what-we-do .card{
	padding: 1rem!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #007b5e !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;

}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;

}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f0e7";
}
#what-we-do .card .block-2:before{
    content: "\f0eb";
}
#what-we-do .card .block-3:before{
    content: "\f00c";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}


/*End Services*/


/* Start Contact */


input[type="text"]
{
  border:1px solid #999999;
  width:100%;
  margin:5px 0;
  padding:3px;
}
textarea
{
  border:1px solid #999999;
  width:100%;
  margin:5px 0;
  padding:3px;
}
/* End Contact */


/* Start Back to Top */
.scrollToTop{
	width:80px;
	height:80px;
	padding:10px;
	text-align:center;
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:30px;
	right:40px;
	display:none;
	background: url('../img/arrowup.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}
/* End Back to Top */



.dh-button {
    background: #fff;
    color: #000;
    font-family: Sans-serif;
    font-size: 20px;
    height: 40px;
    width: 150px;
    line-height: 30px;
    margin: 10px 10px;
    text-align: center;
    border: 0;

}
.dh-button:hover {
	border: 2px solid #fff;
	background-color: transparent;
	transition: all 0.3s ease 0s;
}

/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
	background: url(../img/footer.png);
    /* background: #007b5e !important; */
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
	color: #ffffff;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	color: #ffffff;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}



article {
    margin-bottom: 3rem;
    position: relative;
}

article:before, article:after {
    content: "";
    display: table;
}

article:after { clear: both }

article section:first-of-type {
    float: right;
    width: 100%;
}

article section:last-of-type {
    display: none;
    visibility: hidden;
}


input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

[for="read_more1"] {
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .5rem;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}

[for="read_more1"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more1"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more1"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more1"] span:last-of-type {
    display: block;
    visibility: visible;
}


[for="read_more2"] {
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .5rem;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}

[for="read_more2"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more2"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}


input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more2"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more2"] span:last-of-type {
    display: block;
    visibility: visible;
}



[for="read_more3"] {
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .5rem;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}

[for="read_more3"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more3"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more3"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more3"] span:last-of-type {
    display: block;
    visibility: visible;
}



[for="read_more4"] {
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .5rem;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}

[for="read_more4"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more4"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more4"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more4"] span:last-of-type {
    display: block;
    visibility: visible;
}



[for="read_more5"] {
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .5rem;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}

[for="read_more5"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more5"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more5"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more5"] span:last-of-type {
    display: block;
    visibility: visible;
}


[for="read_more6"] {
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding: .5rem;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}

[for="read_more6"]:hover {
    background: rgba(0,0,0,.5);
    color: rgb(255,255,255);
}

[for="read_more6"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100% }

input[type=checkbox]:checked ~ [for="read_more6"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more6"] span:last-of-type {
    display: block;
    visibility: visible;
}

/** Whatsap Float Start **/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:75px;
	right:12px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
	display:none;
}

.my-float{
	margin-top:16px;
}

/** Whatsap Float End **/
