*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.navbar{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
  }
  .wrapper{
      z-index: 2;
    background: #171c24;
    position: fixed;
    width: 100%;
  }
  .wrapper nav{
    position: relative;
    display: flex;
    max-width: calc(100% - 200px);
    margin: 0 auto;
    height: 70px;
    align-items: center;
    justify-content: space-between;
  }
  .navbar nav .content{
    display: flex;
    align-items: center;
  }
  .navbar nav .content .links{
    margin-left: 80px;
    display: flex;
  }
  .content .logo a{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
  }
  .content .links li{
    list-style: none;
    line-height: 70px;
  }
  .content .links li a,
  .content .links li label{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .content .links li label{
    display: none;
  }
  .content .links li a:hover,
  .content .links li label:hover{
    background: #323c4e;
  }
  .wrapper .search-icon,
  .wrapper .menu-icon{
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
  }
  .wrapper .menu-icon{
    display: none;
  }
  .wrapper #show-search:checked ~ .search-icon i::before{
    content: "\f00d";
  }
  
  .wrapper .search-box{
    position: absolute;
    height: 100%;
    max-width: calc(100% - 50px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .wrapper #show-search:checked ~ .search-box{
    opacity: 1;
    pointer-events: auto;
  }
  .search-box input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    color: #fff;
    background: #171c24;
    padding: 0 100px 0 15px;
  }
  .search-box input::placeholder{
    color: #f2f2f2;
  }
  .search-box .go-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    width: 70px;
    background: #171c24;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .wrapper input[type="checkbox"]{
    display: none;
  }
  nav ion-icon{
	color: white;
	font-size: 40px;
}
@media screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links{
    margin-left: 30px;
  }
  .content .links li a{
    padding: 8px 13px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
}


@media screen and (max-width: 1200px){
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  .navbar nav .content .links{
    display: block;
    position: fixed;
    background: #14181f;
    height: 100%;
    width: 100%;
    top: 70px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }

  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul{
    max-height: 100vh;
  }
  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}

@media screen and (max-width: 500px){
  .wrapper nav{
    padding: 0 10px;
  }
  .content .logo a{
    font-size: 27px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box .go-icon{
    width: 30px;
    right: 0;
  }
  .wrapper .search-box input{
    padding-right: 30px;
  }
}



.navfill{
    width: 100%;
    height: 90px;

}
.photos{
  display: flex;
  align-items: center;
  justify-content: center;

    width: 100%;
    height: 500px;
    background-color: rgb(253, 253, 253);
    
    
}
.photos img{
    width: 1200px;
    height: 400px;
}
.photos1{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 100%;
}
.notbox{
gap: 50px;
width: 100%;
height: 500px;
/* background-color#aaa; */
margin-top: 50px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.notbox a{
  text-decoration: none;
}
.notbox .card{
  width: 200px;
  height: 250px;
  /* background-color: rgb(250, 250, 250); */
  background-color: #171c24;
  
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 7px 7px 5px rgba(0,0,0,.5),
    7px 7px 5px rgba(255,255,255,.2),
    inset 5px 5px 3px rgba(0,0,0,.2),
    inset -5px -5px 3px rgba(0,0,0,.2);
    transition: .2s;
  
}
.notbox .img{
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid rgb(255, 255, 255);
    /* border-radius: 10px; */
  }
  .card:hover .img{
  border-bottom: 2px solid rgb(0, 0, 0);

}
/* img:hover{
    transform: scale(1.04);
} */
.notbox .img img{
    transition: .5s;
    height: 90%;
    width: 90%;
   
}
.notbox .text{
    width: 100%;
    height: 20%;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3em;
    font-weight: 600;
    color: #4d6b9c;
    color: #ffffff;
    text-align: center;
}
.card:hover .text{
  color: white;
  color: black;
}
.card:hover{
  /* background-color:#7bd4ff; */
  /* background-color: #171c24; */
  background-color: white;
}
@media screen and (max-width: 900px) {
  .notbox{
    gap: 50px;
    width: 100%;
    height: 650px;
    /* background-color#aaa; */
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    }
    .photos img{
      width: 90%;
      height: 300px
    }
    
}
@media screen and (max-width: 1450px) {
  .notbox{
    gap: 50px;
    width: 100%;
    height: 650px;
    /* background-color#aaa; */
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    }
    .photos img{
      width: 95%;
      height: 400px
    }
    
}

/* <!-- footer start hear --> */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.contents1{
	position: relative;
	margin: 130px auto;
	text-align: center;
	padding: 0 20px;
}
.contents1 .text{
	font-size: 2.5rem;
	font-weight: 600;
	color: #202020;
}
.contents1 .p{
	font-size: 2.1875rem;
	font-weight: 600;
	color: #202020;
}
footer{
	color: #d9d9d9;
  /* position: fixed; */
  bottom: 0px;
  width: 100%;
  background: #111;
}
.main-contents{
  display: flex;
}
.main-contents .box{
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.box .contents{
  margin: 20px 0 0 0;
  position: relative;
}
.box .contents:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .contents:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #f12020;
  top: -10px;
}
.left .contents p{
  text-align: justify;
}
.left .contents .social{
  margin: 20px 0 0 0;
}
.left .contents .social a{
  padding: 0 2px;
}
.left .contents .social a span{
  height: 40px;
  width: 40px;
  background: #1a1a1a;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.left .contents .social a span:hover{
  background: #f12020;
}
.center .contents .fas{
  font-size: 1.4375rem;
  background: #1a1a1a;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .contents .fas:hover{
  background: #f12020;
}
.center .contents .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}
.center .contents .phone{
  margin: 15px 0;
}
.right form .text{
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #656565;
}
.right form .msg{
  margin-top: 10px;
}
.right form input, .right form textarea{
  width: 100%;
  font-size: 1.0625rem;
  background: #151515;
  padding-left: 10px;
  border: 1px solid #222222;
}
.right form input:focus,
.right form textarea:focus{
  outline-color: #3498db;
}
.right form input{
  height: 35px;
}
.right form .btnn{
  margin-top: 10px;
}
.right form .btnn button{
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #f12020;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}
.right form .btnn button:hover{
  background: #000;
}
.bottom center{
  padding: 5px;
  font-size: 0.9375rem;
  background: #151515;
}
.bottom center span{
  color: #656565;
}
.bottom center a{
  color: #f12020;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-contents{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-contents .box{
    margin: 5px 0;
  }
}


/* <!-- footer stop hear --> */