body{
    overflow-x: hidden
  }

.carousel .carousel-inner .carousel-item .carousel-caption h3{
  /* border: 1px solid black; */
  width: 700px;
  border-radius: 8px 8px 8px 8px;
  margin-left: 450px;
  padding: 20px;
  margin-top: -350px;
  font-size: 48px;
  text-transform: uppercase;
  color: #000;
  transition: 0.5s linear;
}
.carousel .carousel-inner .carousel-item .carousel-caption button{
  /* border: 1px solid black; */
  margin-left: 650px;
  margin-top: 50px;
  width: 280px;
  padding: 15px;
  text-transform: uppercase;
  font-size:16px;
  font-weight: 600;
  border-radius: 8px 8px 8px 8px;
  border: 5px solid rgba(0,0,255,0.5);
  transition: 0.5s linear;
  background: transparent;
}
@media screen and (max-width:1115px){
.carousel .carousel-inner .carousel-item .carousel-caption h3{
  /* border: 1px solid black; */
  width: 700px;
  border-radius: 8px 8px 8px 8px;
  margin-left: 300px;
  padding: 20px;
  margin-top: -350px;
  font-size: 42px;
  text-transform: uppercase;
  color: #000;
  transition: 0.5s linear;
}
.carousel .carousel-inner .carousel-item .carousel-caption button{
  /* border: 1px solid black; */
  margin-left: 500px;
  margin-top: 50px;
  width: 280px;
  padding: 15px;
  text-transform: uppercase;
  font-size:16px;
  font-weight: 600;
  border-radius: 8px 8px 8px 8px;
  border: 5px solid rgba(0,0,255,0.5);
  transition: 0.5s linear;
  background: transparent;
}
}
@media screen and (max-width:990px){
.carousel .carousel-inner .carousel-item .carousel-caption h3{
  /* border: 1px solid black; */
  width: 700px;
  border-radius: 8px 8px 8px 8px;
  margin-left: 220px;
  padding: 20px;
  margin-top: -350px;
  font-size: 38px;
  text-transform: uppercase;
  color: #000;
  transition: 0.5s linear;
}
.carousel .carousel-inner .carousel-item .carousel-caption button{
  /* border: 1px solid black; */
  margin-left: 430px;
  margin-top: 50px;
  width: 280px;
  padding: 15px;
  text-transform: uppercase;
  font-size:16px;
  font-weight: 600;
  border-radius: 8px 8px 8px 8px;
  border: 5px solid rgba(0,0,255,0.5);
  transition: 0.5s linear;
  background: transparent;
}
}
@media screen and (max-width:1024px){
#topbar .contact-info .btn a button {
display: none;
}

}
@media screen and (max-width:768px){
#topbar .contact-info .btn a button {
display: block;
}
#topbar .container{
/* border: 1px solid black; */
flex-direction: column;
display: flex;
justify-content: center;
align-items: center;
}
#topbar .contact-info .icons {
display: none;
}
/*#topbar .container .social-links img {*/
/*    margin-top: -100px !important;*/
/*}*/
}
@media screen and (max-width: 960px) {
.carousel .carousel-inner .carousel-item .carousel-caption h3{
  /* border: 1px solid black; */
  width: 700px;
  border-radius: 8px 8px 8px 8px;
  margin-left: 200px;
  padding: 20px;
  margin-top: -350px;
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  transition: 0.5s linear;
}
.carousel .carousel-inner .carousel-item .carousel-caption button{
  /* border: 1px solid black; */
  margin-left: 400px;
  margin-top: 50px;
  width: 200px;
  padding: 15px;
  text-transform: uppercase;
  font-size:16px;
  font-weight: 600;
  border-radius: 8px 8px 8px 8px;
  border: 5px solid rgba(0,0,255,0.5);
  transition: 0.5s linear;
  background: transparent;
}
}
@media screen and (max-width: 953px) {
.carousel .carousel-inner .carousel-item .carousel-caption h3{
  /* border: 1px solid black; */
  width: 700px;
  border-radius: 8px 8px 8px 8px;
  margin-left: 150px;
  padding: 20px;
  margin-top: -350px;
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  transition: 0.5s linear;
}
.carousel .carousel-inner .carousel-item .carousel-caption button{
  /* border: 1px solid black; */
  margin-left: 400px;
  margin-top: 50px;
  width: 200px;
  padding: 15px;
  text-transform: uppercase;
  font-size:16px;
  font-weight: 600;
  border-radius: 8px 8px 8px 8px;
  border: 5px solid rgba(0,0,255,0.5);
  transition: 0.5s linear;
  background: transparent;
}
}
@media screen and (max-width: 820px) {
.carousel .carousel-inner .carousel-item .carousel-caption h3{
  /* border: 1px solid black; */
  width: 700px;
  border-radius: 8px 8px 8px 8px;
  margin-left: 120px;
  padding: 20px;
  margin-top: -350px;
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  transition: 0.5s linear;
}
.carousel .carousel-inner .carousel-item .carousel-caption button{
  /* border: 1px solid black; */
  margin-left: 350px;
  margin-top: 50px;
  width: 200px;
  padding: 15px;
  text-transform: uppercase;
  font-size:16px;
  font-weight: 600;
  border-radius: 8px 8px 8px 8px;
  border: 5px solid rgba(0,0,255,0.5);
  transition: 0.5s linear;
  background: transparent;
}
}
@media screen and (max-width: 730px) {
.carousel .carousel-inner .carousel-item .carousel-caption h3{
  /* border: 1px solid black; */
  width: 700px;
  border-radius: 8px 8px 8px 8px;
  margin-left: 80px;
  padding: 20px;
  margin-top: -350px;
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  transition: 0.5s linear;
}
.carousel .carousel-inner .carousel-item .carousel-caption button{
  /* border: 1px solid black; */
  margin-left: 330px;
  margin-top: 50px;
  width: 200px;
  padding: 15px;
  text-transform: uppercase;
  font-size:16px;
  font-weight: 600;
  border-radius: 8px 8px 8px 8px;
  border: 5px solid rgba(0,0,255,0.5);
  transition: 0.5s linear;
  background: transparent;
}
}
@media screen and (max-width: 720px) {
.carousel .carousel-inner .carousel-item .carousel-caption h3{
  /* border: 1px solid black; */
  width: 700px;
  border-radius: 8px 8px 8px 8px;
  margin-left: 150px;
  padding: 20px;
  margin-top: -350px;
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  transition: 0.5s linear;
}
.carousel .carousel-inner .carousel-item .carousel-caption button{
  /* border: 1px solid black; */
  margin-left: 400px;
  margin-top: 50px;
  width: 200px;
  padding: 15px;
  text-transform: uppercase;
  font-size:16px;
  font-weight: 600;
  border-radius: 8px 8px 8px 8px;
  border: 5px solid rgba(0,0,255,0.5);
  transition: 0.5s linear;
  background: transparent;
}
}

@media screen and (max-width:400px){
.contact-info.d-flex.align-items-center {
  display: flex;
  flex-direction: column;
  /* margin-top: 0px; */
}
.contact-info.d-flex.align-items-center div{
  margin-top: 10px;
}
}
.container.d-flex.align-items-center.justify-content-between img{
  display: none;
}
#topbar .contact-info i {
font-size: 14px;
}
#topbar .contact-info .btn a button {
margin-left: 20px;
padding: 8px 18px 8px 18px ;
border: 3px solid #000;
border-radius: 8px;
background-color: transparent;
color: #000;
font-weight: 600;
}
#topbar{
height: 90px;
/* border: 1px solid black; */
}
#header{
/* border: 1px solid black; */
height: 50px;
}
@media screen and (max-width:800px) {
#topbar {
  height: 140px;
  /* border: 1px solid black; */
}
}

.landing-page{
  background:url(assets/img/home/langing-home.jpg) no-repeat;
  background-position:  top center;
  background-size: cover;
  height: 80vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.landing-page::after{
  position: absolute;
  width: 100%;
  height: 80vh;
  content: '';
  background-image: linear-gradient(to right, rgba(16,110,234,0.4), white);
}
.landing-page .land-box{
  /* border: 1px solid black; */
  width: 600px;
  height: 500px;
  margin-top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  z-index: 99;
}
.land-box div{
  width: 90%;
  /* border: 1px solid black; */
}
.land-box .text h1{
  text-align: start;
  font-size: 50px;
  font-weight: 400;
}
.land-box .btn-1{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.land-box .btn-1 button{
  margin-left: 30px;
  padding: 8px 40px 8px 40px;
  border-radius: 8px;
  border: 5px solid #106eea;
  background-color: #ffffff69;
  color: #000;
  font-size: 18px;
}
.landing-page .option .option-1{
  /* border: 1px solid black; */
  width: 400px;
  height: 98%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(180deg, white, #106eea);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 8px;
}
.option-1 div{
  /* border: 1px solid black; */
  width: 90%;
  margin-top: 10px;
  text-align: center;
}
.option-1 div h5{
  width: 100%;
  color: #000;
  font-size: 24px;
}
.option-1 div input{
  width: 100%;
  height: 35px;
  border-radius: 4px;
  border: none;
  padding: 20px;
}
.option-1 div select{
  width: 100%;
  border-radius: 4px;
  border: none;
  height: 35px;

}
.option-1 div textarea{
  width: 100%;
  height: 200px;
  border-radius: 4px;
  border: none;
  padding: 20px;
}
.option-1 .btn-2 button{
  margin-top: 2px;
  padding: 4px 20px 4px 20px ;
  border: none;
  background-color: #fff;
  /* border: 3px solid #fff; */
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #000;
  font-weight: 600;
}
.text-area{
  /* border: 1px solid black; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-area-1{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
}
.text-area-1 h1{
  text-align: center;
}
.text-area-1 p{
  width: 100%;
  /* border: 1px solid black; */
}