*{
	font-family: Georgia, serif;
}

.main-footer{
	background-color: black;
	color: #FFFFFF ;
	padding-top: 35px;
	padding-bottom: 35px;
}
.footer-widget > ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footer-widget > ul >li > a{
	text-decoration:none;
	color: red;
}
.footer-widget  > h5 {
	font-size: 20px;
	font-weight: bolder;
}
 .dia >  h3 {
	font-size: 20px;
	font-weight: bolder;
}
.dia  > p > a{
	text-decoration: none;
	color:#FFFFFF ; 
}
.copy{
	background-color: crimson;
}
.med > h6{
	text-align: center;
	color:#FFFFFF ;
	font-weight: bold;

}
.rr > ul{
    list-style: none;
}

.navv > ul{
	list-style: none;
	margin: 0px;
	padding: 100px;
	padding-top: 150px;
	line-height: 70px;
}
.navv > ul > li > a{
	text-decoration: none;
}

/*Service*/

body{
	position: relative;
	color: whitesmoke;
	background-color: black;
}
#section1{
		padding-top: 100px;
      height: 800px;
      background-image: url("https://images.unsplash.com/photo-1621976360623-004223992275?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1128&q=80");
}

#section3{
		background-image: url("https://images.unsplash.com/photo-1594128571284-c2b6377e5381?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=922&q=80");
		padding-top: 100px;
      height: 800px;

}
#section2-1{
	background-image: url("https://images.unsplash.com/photo-1616667664034-c947c1e2cf29?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1354&q=80");
		padding-top: 100px;
      height: 800px;

}
#section2-2{
	background-image: url("https://images.unsplash.com/photo-1463592177119-bab2a00f3ccb?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1169&q=80");
		padding-top: 100px;
      height: 800px;

}

/*new*/


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
/*contact*/
.banner iframe{
	width: 100%;
	height:664.88px; 
}

/*Blog-Post*/
.Blog-post{
	border: 2px solid teal;
}
.Blog-post  h1{
	 text-align: center;
	 padding: 15px;
	 background-color: black;
	 color: white;
	 font-family: sans-serif;
}
.Blog-post hr{
	border: 0.5px solid black;
	width: 50%;
	position: relative;
	bottom:  15px;
	background-color: black;
}
.Blog-post > p{
	padding: 15px;
	font-family: sans-serif;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/*new*/
@media only screen and (max-width: 700px) {
  .main-footer{
  	text-align:center;
  }
}

@media only screen and (max-width: 700px) {
  .carousel-item > img{
  	 width: 100%;
  	 height: 100%;
  }
.carousel-inner{
	height: 100%;
	width: 100%;
}
  .d-flex{
    padding-left: 70px;
  }

}

@media only screen and (max-width: 1024px) {
  .d-flex{
    padding-right: 70px;
  }
}

.cv{
	padding-bottom: 10px;
}
.vc{
	display: flex;
  align-items: center;
}