@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: 'Montserrat', sans-serif;
}

a {
  font-family: 'Montserrat', sans-serif;
}

.fa-linkedin {
  padding: 12px 13px;
  border-radius: 50%;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #dad7d7;
  color: #676666;
  margin-right: 15px;
}

.fa-linkedin:hover {
  opacity: 0.8;
}


.active {
  color: #0094d8 !important;
}

.active:hover {
  color: white !important;
}

p {
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}





.sticky {

  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

}






.email-phn-number {
  background-color: #005aa7;
  height: 40px;
}

.email-phn-number1 {

  background-color: #005aa7;
  height: 65px;
}

.mobile-view {
  display: none;
}


.phone {
  margin-left: 28px;

}



.email,
.phone {
  color: white;
  position: relative;
  top: 10px;
}



.email-text,
.phn-text {
  padding-left: 6px;
  padding-right: 2px;
}

.fa-envelope {
  color: black;
  padding: 5px;
  background-color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
}

.fa-map-marker {
  color: black;
  padding: 5px 7px;
  background-color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
}


/*menu*/




nav {
  background-color: white;
  padding: 0px 0px;
}

.nav li a {
  color: #605e5e;
  margin-right: 35px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}



.nav li a:hover {
  background-color: #0094d8;
  color: white;
}

.nav li a:focus {
  background-color: none !important;
}

.navbar-collapse {
  position: relative;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 24px;
  margin-bottom: 8px;
  background-color: #009aff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: white;
}


/*news-section*/
.news-section {
  /*background: grey;*/
  padding: 40px 0px 0px 0px;
}



/*slider*/
.bg-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  /*background-color: black;*/
  height: 7000px;
  overflow: hidden;
}

.bg-overlay h1 {
  color: white;
  text-align: center;
  position: relative;
  top: 310px;
  font-family: Montserrat;
  opacity: 1;
  font-weight: 700;
  text-transform: uppercase;
}


.carousel-control.left {
  /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); */
  background-image: none;
  /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001))); */
  /* background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); */
  background-image: none;
  /* background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5))); */
  /* background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}


.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  margin-top: -35px;
}



/*money-section*/
.money-section {
  padding: 50px 0px;
  background: #ffffff;
}

.money-section h1 {
  color: #484848;
  font-weight: 700;
}

.left hr {
  width: 50px;
  position: relative;
  left: 130px;
  border: 2px solid #6eb03f;
  margin-top: 0px;
  background-color: #6eb03f;

}

.right hr {
  width: 50px;
  position: relative;
  left: 150px;
  border: 2px solid #6eb03f;
  margin-top: 0px;
  background-color: #6eb03f;

}

.date-text {
  padding: 0px 0px 30px 0px;
}

.left p {
  /*padding-right: 50px;*/
  font-size: 16px;
  font-weight: 500;
}

.left h1 {
  /*padding-right: 60px;*/
  font-size: 55px;
  letter-spacing: 1px;
  /*border-bottom: 3px solid green;*/
}

.left h1::after {
  content: "";
  display: block;
  height: 5px;
  width: 40px;
  margin: 10px auto 15px;
  background-color: #484848;
}



.right p {
  /*padding-left: 50px;*/
  font-size: 16px;
  font-weight: 500;
}

.right h1 {
  /*padding-left: 10px;*/
  font-size: 55px;
  /*border-bottom: 3px solid green;*/
}

.right h1::after {
  content: "";
  display: block;
  height: 5px;
  width: 40px;
  margin: 10px auto 15px;
  background-color: #484848;
}

.logo {
  height: 15%;
  width: 15%;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.7s ease;
  /*box-shadow: 5px 5px 5px 5px black;*/
  opacity: 0.8;
}

.logo:hover {
  opacity: 1;
  transition: 0.7s ease;
}




/*testmonial-video-section*/
.testimonial-section {
  margin: 20px 0px 40px 0px;
  padding: 20px 0px 40px 0px;
}

.video-container {
  /*width: 640px;*/
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(black, 0.4);

}

.video-wrapper {
  width: 100%;
  height: 100%;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}

video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 0;
}

.video-section {
  width: 100%;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;

}

/*.video-overlay{
  background-color: black;
  position: absolute;
  top: 10%;
  width: 100%;
  height: justify;
  opacity: 1;
}*/

.video-text {
  position: absolute;
  top: 48%;
  text-align: center;
  width: 100%;
  font-size: 60px;
  font-weight: 400;
}



#circle-play-b {
  cursor: pointer;
  pointer-events: auto;


}

svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  border: 1px solid white;
  opacity: 0.9;
}



/*team-section*/
.team-section {
  background-color: #ebebeb;
  padding: 40px 0px;
}

.team-section h1 {
  padding-bottom: 15px;
}

.wrapper {
  /*margin-top: 60px;*/
  text-align: center;

}

.wrapper h3,
.wrapper span,
.wrapper p {}

.wrapper h3 {
  font-weight: 700;
}

.wrapper span {
  font-weight: 500;
}

.wrapper p {
  color: #979ba4;
}


.wrapper h2 {
  color: black;
  margin-bottom: 25px;
}

.our_team {
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.our_team .team_member {
  width: 350px;
  margin: 15px;
  background: #fff;
  padding: 0px 0px;
  box-shadow: 0px 5px 8px 0px #0000000f;
}

.our_team .team_member .member_img {
  /*background: #e9e5fa;  */
  max-width: 190px;
  width: 100%;
  height: 190px;
  margin: 0 auto;
  /*border-radius: 50%;*/
  /*padding: 5px;*/
  position: relative;
  cursor: pointer;
}

.our_team .team_member .member_img img {
  width: 100%;
  height: 100%;
}

.our_team .team_member h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  margin: 15px 0 0px;
}

.our_team .team_member span {
  font-size: 15px;
}

.our_team .team_member p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.our_team .team_member .member_img .social_media {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  /*border-radius: 50%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  transition: all 0.5s ease;
}

.our_team .team_member .member_img .social_media .item {
  margin: 0 10px;
}

.our_team .team_member .member_img .social_media .fab {
  color: #8c7ae6;
  font-size: 20px;
}

.our_team .team_member .member_img:hover .social_media {
  transform: scale(1);
}


/*news-section*/
.fa-calendar,
.read-more {
  color: #ff6a00;
}

.read-more {
  text-transform: uppercase;
  font-weight: bolder;
  cursor: pointer;

}

.news-p {
  text-align: justify;
  padding: 18px 40px;
  color: #000000ba !important;
  font-weight: 800;
}

.date {
  color: black;
  font-weight: 500;
}

.read-more:hover {
  color: grey;

}




/*banner-section*/
.banner-img {
  background-image: url("../images/section-bg1.png");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  margin-bottom: 0px;
}

.bg-overlay-text {
  text-align: center;
  padding-top: 8%;
  color: white;
}

.man-pointing-img {
  position: relative;
  top: -83px;
}

.overlay-text {
  color: #7ec143;
  font-size: 18px;
  font-weight: 700;
}

.overlay-no {
  font-weight: bolder;
  font-size: 63px;
}

.w3-black {
  padding: 20px 30px;
  color: white;
  background: #7db53e;
  border: 1px solid #7db53e;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 15px;
  transition: 0.8s;
  font-size: 16px;
  font-weight: 500;

}

.w3-black:hover {
  padding: 20px 30px;
  color: #7db53e;
  background: white;
  text-transform: uppercase;
  margin-top: 10px;
  /*margin-right: 35px;*/
  transition: 0.8s;

}

.w3-teal {
  padding: 20px 30px;
  background: #285aac;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
  transition: 0.8s;
  font-size: 35px;
  font-weight: bolder;
  /*border-radius: 20px 20px 0px 20px;*/
  border: 0px solid white;
}

.w3-teal:hover {
  padding: 20px 30px;
  background: #7db53e;
  text-transform: uppercase;
  margin-top: 10px;
  transition: 0.8s;
  color: white;
}


/*team-slider*/

.card-content h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}

.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 20px 0px 0px 0px !important;
}

.slide-content {
  /*margin: 0 40px;*/
  overflow: hidden;
  /*border-radius: 25px;*/
}

.card {
  /*border-radius: 25px;*/
  background-color: #f3f3f3;
  width: 260px !important;
  cursor: pointer;
}

.image-content,
.card-content {
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
  text-align: center;
}

.image-content {
  position: relative;
  row-gap: 0px;
  padding: 0px 0;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  /*  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;*/
}

.overlay::before,
.overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  /*background-color: #4070F4;*/
}

.overlay::after {
  /*  border-radius: 0 25px 0 0;
  background-color: #FFF;*/
}

.card-image {
  position: relative;
  /*  height: 150px;
  width: 150px;*/
  /* border-radius: 50%;
  background: #FFF;*/
  /*padding: 3px;*/
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /*  border-radius: 50%;
  border: 4px solid #4070F4;*/
}

.name {
  font-size: 19px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0px;
}

.description {
  font-size: 15px;
  color: #979696;
  text-align: center;
  margin-top: 0px;
}

.description1 {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.4s ease;

}

.description1:hover {
  color: #1d9f03;
  text-decoration: none;
  transition: 0.4s ease;
}



.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button:hover {
  background: #265DF2;
}

.swiper-navBtn {
  color: #ffff;
  transition: color 0.3s ease;
  display: none;
}

.swiper-navBtn:hover {
  color: grey;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #484848 !important;
  opacity: 1 !important;
  /*  position: absolute;
  top: 1px;*/
}

.swiper-pagination-bullet-active {
  background-color: #484848 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: inherit;
  left: 0;
  width: 100%;
  position: relative;
  top: -60px;
}

.team-slider-section {
  font-family: Montserrat;
  background-color: #ebebeb;
  padding: 60px 0px;
  position: relative;
  top: 12px;
  /* cursor: pointer; */
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }
}


/*about-us page*/
.about-us-banner-text {
  color: black;
  font-weight: 700;
  font-size: 45px;
  position: relative;
  top: 23px;
  text-align: left;
  width: 100%;
}

.project-h1 {
  font-weight: 500 !important;
}

/*.video-wrapper1:before {
    content: '';
    position: absolute;
    left: -30px;
    top: -30px;
    width: 50%;
    height: 10%;
    background: #09a223 url(https://html.themexriver.com/shelter/images/background/pattern-1.png) center left no-repeat;
}*/

.about-hr1 {
  margin-bottom: 20px;
  border: 0;
  border-top: 3px solid #a9a5a5;
  width: 20%;
}

.about-text p {
  font-size: 16px;
}

.icon-text {
  padding: 0px 0px;
  cursor: pointer;
  font-size: 16px;
}

.check-text {
  margin-top: 5px;
}

.icon-text:hover {
  color: #727272;
}

.about-main-text {
  padding: 10px 0px;
  font-size: 16px !important;
  font-weight: 500;
  color: #4f4e4e;
  line-height: 30px;
}

.fa-check {
  background-color: #5193ff;
  padding: 4px;
  margin-right: 5px;
  border-radius: 50px;
  color: white;
  position: absolute;
}

.icon-text2 {
  position: relative;
  left: 30px;
  top: -2px;
  font-size: 16px !important;
  font-weight: 500;
  color: #4f4e4e;
  line-height: 30px;

}

.about-h2 {
  font-size: 35px;
  font-weight: 700;
}

.about-h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
}


.pillar-section {
  margin-top: 10px;
}

.pillar-section img {
  margin-top: 15px;
}



.video-wrapper1>video {
  width: 100%;
  vertical-align: middle;
}

.video-wrapper1>video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}

.video-overlay-play-button {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  /*background-image: linear-gradient(transparent, #000);*/
  transition: opacity 150ms;
}

.video-overlay-play-button:hover {
  opacity: 1;
}

.video-overlay-play-button.is-hidden {
  display: none;
}


/*pillar-page*/
.image-text-pillar {
  margin: 10px 0px 0px 5px;
}

.icon-text1 {
  padding: 5px 0px 0px 0px;
  margin-bottom: 5px;
  /* cursor: pointer; */
  font-size: 21px !important;
}

.icon-text1:hover {
  color: #488a21;
}

.second-row {
  margin-top: 50px;
}

.pillar-section img {
  transition: 0.7s ease;
}

.pillar-section img:hover {
  opacity: 0.8;
  transition: 0.7s ease;

}

.column-1 {
  padding-right: 30px;
}

.column-2 {
  padding-left: 30px;
}

.pillars-p {
  padding: 10px 0px;
  font-size: 16px !important;
  font-weight: 500;
  color: #4f4e4e;
  line-height: 30px;
}

/*Team-page*/
/*  .main{
     width: 100%;
     height: 45vh;
     display: flex;
     justify-content: center;
     align-items: center;
     background-color: #0c5db9;
   }
   .profile-card{
     position: relative;
     font-family: sans-serif;
     width: 220px;
     height: 220px;
     background: #d1d0d0;

     border-radius: 50%;
     box-shadow: 0 0 22px #3336;
     transition: .6s;
     margin: 0 25px;
   }
   .profile-card:hover{
     border-radius: 10px;
     height: 260px;
   }
   .profile-card .img{
     position: relative;
     width: 100%;
     height: 100%;
     transition: .6s;
     z-index: 99;
   }
   .profile-card:hover .img{
     transform: translateY(-60px);
   }
   .img img{
     width: 100%;
     border-radius: 50%;
     box-shadow: 0 0 22px #3336;
     transition: .6s;
   }
   .profile-card:hover img{
     border-radius: 10px;
   }
   .caption{
     text-align: center;
     transform: translateY(-80px);
     opacity: 0;
     transition: .6s;
   }
   .profile-card:hover .caption{
     opacity: 1;
   }
   .caption h3{
     font-size: 21px;
     font-family: sans-serif;
   }
   .caption p{
     font-size: 15px;
     color: #0c52a1;
     font-family: sans-serif;
     margin: 2px 0 9px 0;
   }
   .caption .social-links a{
     color: #333;
     margin-right: 15px;
     font-size: 21px;
     transition: .6s;
   }
   .social-links a:hover{
     color: #0c52a1;
   }
*/

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 50%;
  float: left;
}

.team-section {
  padding: 50px 0px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /*border: 1px solid #ccc;*/
  border-top: none;
  width: 96%;
}


/*FOOTER SECTION*/
footer {
  /*padding-bottom: 60px;*/
  background-color: #f1f1f1;
  padding-top: 45px;
  font-weight: 500;
  color: #4f4e4e;
}

footer h1 {
  color: #285aac;
  font-size: 22px;
  margin-top: 0px;
  font-weight: 600;
}

footer p {
  font-weight: 500;
}

.come-soon-text {
  font-weight: 500;
}

footer hr {
  border: 2px solid #7db53e;
  background-color: #7db53e;
  width: 50px;
}

.footer-link {
  color: #333;
}

.footer-heading {
  margin-top: 25px;
  font-size: 19px;
}

.copyright-section {
  background-color: white;
  color: #ffff;
  padding: 40px 30px 0px 30px;
  margin-top: 15px;
  height: 113px;
}

.footer-social-icons {
  /*width: 350px;*/
  display: block;
  margin: 0 auto;
}

.social-icon {
  color: #fff;
}

ul.social-icons {
  /*margin-top: 10px;*/
}

.social-icons li {
  vertical-align: top;
  display: inline;
  height: 100px;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
}

.fa-facebook {
  padding: 8px 13px;
  border-radius: 50%;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #dad7d7;
  color: #676666;
  margin-right: 15px;
}

.fa-envelope {
  padding: 11px 12px;
  border-radius: 50%;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #dad7d7;
  color: #676666;
  margin-right: 15px;
  font-size: 16px;
}

.fa-facebook:hover {
  opacity: 0.8;
}

.fa-twitter {
  padding: 8px 10px;
  border-radius: 50%;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #dad7d7;
  color: #676666;
  margin-right: 15px;
}

.fa-twitter:hover {
  opacity: 0.8;
}

.fa-instagram {
  padding: 8px 11px;
  border-radius: 50%;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #dad7d7;
  color: #676666;
  margin-right: 15px;
}

.fa-instagram:hover {
  opacity: 0.8;
}

.fa-youtube {
  padding: 11px 13px;
  border-radius: 50%;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #dad7d7;
  color: #676666;
  margin-right: 15px;
}

.fa-youtube:hover {
  opacity: 0.8;
}




.fa-facebook:before,
.fa-instagram:before,
.fa-twitter:before {
  font-size: 20px;
}

.copyright-text {
  font-weight: 500;
  color: #4f4e4e;
}



.mobile-view {
  display: none;
}



.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 25px;
  border: 1px solid transparent;
}

.navbar-right {
  position: relative;
  top: 15px;
}

.img-a {
  position: absolute;
  top: -5px;
  float: left;
}

.navbar:after {
  clear: initial !important;
}

.img-a img{
  width: 180px;
  height: 61px;
} 



.navbar-right {
  position: relative;
  right: 47px;
}


.footer-p-top {
  margin-top: 20px;
}

.footer-links {
  position: relative;
  top: -25px;
}


.office-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}


.form-inline {
  padding: 40px 0px;
}


.contact-text {
  position: absolute;
  padding-right: 20px;
}

.fa-map-marker,
.fa-phone {
  font-size: 30px;

}


@media (min-width: 768px) {
  .navbar-collapse .collapse {
    display: inherit !important;
    height: auto !important;
    overflow: visible !important;
  }
}



input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
  font-size: 0.75em;
  color: black;
  font-weight: 600;
  top: -5px;
  width: 100%;
  font-size: 20px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
  text-align: center;
}

.team-designation p {
  color: grey;
  font-weight: 500;
  font-size: 16px;
}

.team-designation .team-name {
  padding-top: 5px;

}

.team-name1 {
  position: relative;
  top: -10px;
  font-weight: 600 !important;
  color: black !important;
}

.styled-input {

  width: 100%;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .styled-input {
    width: 100%;
  }
}

.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.styled-input.wide {
  width: 100%;
  max-width: 100%;
}

input,
textarea {
  padding: 30px;
  border: 0;
  width: 100%;
  font-size: 20px;
  background-color: #f5f3f3;
  color: #131212;
  border-radius: 4px;
}

::placeholder {
  color: grey;
  font-weight: 800;
  font-size: 15px;
  opacity: 1;
}

input:focus,
textarea:focus {
  outline: 0;
}

input:focus~span,
textarea:focus~span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

textarea {
  width: 100%;
  min-height: 10em;
}

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}

.submit-btn a {
  color: white;
}

.submit-btn {
  padding: 15px 35px;
  border-radius: 0px;
  font-weight: 700;
  width: 20%;
  margin-top: 8px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #4b8cfb;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06),
    0 2px 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.submit-btn:hover {

  background-color: #73b13e;
  transition: all 300ms ease;

}


.form-group {
  margin: 50px 0px 60px 0px;
}



@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
    float: none;
    text-align: center;
  }
}

input[type=checkbox]+label {
  color: black;
  font-style: normal;
  border: 2px solid #d4d2d2;
  padding: 20px 10px 10px 10px;
  margin-top: 0px;
  /*        width: 90%;
    margin-left: auto;
    margin-right: auto;*/
}

input[type=checkbox]:checked+label {
  color: #20a9ff;
  font-style: normal;
}


.about-us-ul-li {
  padding-bottom: 30px;
}

/*project-page*/
.project-link {
  font-size: 16px;
  font-weight: bolder;
}

.project-link:hover {
  text-decoration: none;
}


.fa-angle-right {
  font-size: 20px;
  font-weight: bolder;
  position: absolute;
  padding-left: 5px;
  padding-top: 2.47px;
  color: #337ab7;
  cursor: pointer;
}

.fa-angle-right:hover {
  color: #23527c;
}



/*georgetown-oasis*/
.project-slider {
  margin: 60px 0px;
}

.fa-circle {
  color: #616060;
  top: 25px;
  font-size: 9px;
  position: relative;

}

.project-ul li span {
  position: relative;
  left: 15px;
  padding: 0px 0px;
  font-size: 19px !important;
  font-weight: 500;
  color: #4f4e4e;
  line-height: 30px;

}

.project-ul {
  list-style: none;
  /*padding: 10px 0px;*/
  font-size: 16px !important;
  font-weight: 400;
  color: #696666;
  width: 75%;
  /* line-height: 25px; */
  /* position: relative;
    top: 15px; */
}

.project-content p {
  list-style: none;
  /* padding: 10px 0px; */
  /* font-size: 19px !important; */
  width: 75%;
  /* font-style: italic; */
  padding-top: 16px;
  position: relative;
  top: 22px;
  /* font-family: fantasy; */
  color: rgb(0 0 0);
  font-weight: 600;
  font-size: 38px;
  position: relative;
  top: 5px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}

.coming-soon-text {
  font-size: 16px !important;
  font-weight: 500;
  color: #4c4b4b;
  position: absolute;
  top: 48px;
  right: 30px;
  background-color: white;
  text-transform: uppercase;
  padding: 15px 20px 15px 15px;
  border-top: 6px solid rgb(23, 23, 23);
}

.coming-soon-text1 {
  font-size: 16px !important;
  font-weight: 500;
  color: #4c4b4b;
  position: absolute;
  text-transform: uppercase;
  top: 48px;
  right: 15px;
  background-color: white;
  padding: 15px 20px 15px 15px;
  border-top: 6px solid rgb(23, 23, 23);
}

.coming-soon-text2 {
  font-size: 16px !important;
  font-weight: 500;
  color: #4c4b4b;
  position: absolute;
  text-transform: uppercase;
  top: 70px;
  right: 0px;
  background-color: white;
  padding: 15px 20px 15px 15px;
  border-top: 6px solid rgb(23, 23, 23);
}


.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
}


/*team-page*/
/*
 CSS for the main interaction
*/
/*.team-members{
  margin: 60px 0px;
}

.team-heading{
  margin-bottom: 20px;
}

.tabset{
  margin-top: 50px;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}



.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}




.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}



.tabset > label:hover,
.tabset > input:focus + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tab-panels p{
  text-align: justify;
}





.tabset {
  max-width: 65em;
}*/



.team-members {
  margin: 40px 0px 20px 0px;
}

.founder-name {
  margin-top: 5px;
  position: relative;
  /*left: 60px;*/
  text-align: left;
  font-size: 23px;
}

.founder-name1 {
  margin-top: 5px;
  position: relative;
  left: 15px;
  text-align: left;
  font-size: 23px;
}

.faq-drawer {
  margin-bottom: 30px;
  margin-top: 30px;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  text-align: justify;
  overflow: hidden;
  margin-top: 15px;
  transition: 0.25s ease-in-out;
}

.faq-drawer__content {
  padding: 10px 0px;
  font-size: 16px !important;
  font-weight: 500;
  color: #4f4e4e;
  line-height: 30px;
}

.faq-drawer__title {
  /*border-top: #000 1px solid;*/
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 30px 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  position: absolute;
  right: 25px;
  top: 35px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
  color: #4E4B52;
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
  max-height: 100%;
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

@media only screen and (max-width: 600px) {
  /*  .container {
    padding: 80px;
  }
*/
}


.logo1 {
  height: 15%;
  width: 3%;
  margin-top: -6px;
  margin-bottom: 0px;
  left: 5px;
  text-align: center;
  top: -1px;
  position: relative;
  transition: 0.7s ease;
  /*box-shadow: 5px 5px 5px 5px black; */
  opacity: 0.8;
}



hr.project-hr {
  border: 1px solid #918e8e;
  background: #918e8e;
}



/*terms-page*/

.terms-heading {
  margin: 60px 0px;
  padding: 10px 0px;
  font-size: 16px !important;
  font-weight: 500;
  color: #4f4e4e;
  line-height: 30px;
}

.terms-content {
  background-color: #f9f9f9;
  padding: 40px;
}

.website-link {
  font-weight: 700;
  color: #285aac;
}

.terms-p {
  padding: 10px 0px;
  font-size: 16px !important;
  font-weight: 500;
  color: #4f4e4e;
  line-height: 30px;
}

.terms-email {
  font-weight: 700;
}

/*privacy-page*/
.privacy-heading {
  margin: 60px 0px;
  padding: 10px 0px;
  font-size: 16px !important;
  font-weight: 500;
  color: #4f4e4e;
  line-height: 30px;
}


.index-contact-btn {
  color: white;
}


/*scroll-top*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0094ff;
  color: white;
  cursor: pointer;
  padding: 15px 22px 15px 22px;
  border-radius: 50px;
}

#myBtn:hover {
  background-color: #555;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  text-indent: -9999px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 1;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  transition: 0.7s;
}

#scroll:hover {
  background-color: #989898;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  transition: 0.7s ease;

}

.about-text {
  font-size: 19px;
  font-weight: 700;
}

.navbar-brand>img {
  display: block;
  width: 180px;
}

.mySwiper {
  margin-bottom: 87px;
}

.errorBox{
  border:1px solid #ff0000;
}
.inputBox{
  border:1px solid #eee;
}

/*Responsive*/

@media only screen and (min-width: 1025px) and (max-width: 1200px) {


  .bg-overlay h1 {
    color: white;
    text-align: center;
    position: relative;
    top: 150px;
    font-size: 50px;
  }

}

@media only screen and (min-width: 800px) and (max-width: 1024px) {


  .bg-overlay h1 {
    color: white;
    text-align: center;
    position: relative;
    top: 130px;
    font-size: 40px;
  }

}

@media only screen and (min-width: 585px) and (max-width: 800px) {


  .bg-overlay h1 {
    color: white;
    text-align: center;
    position: relative;
    top: 80px;
    font-size: 40px;
  }

}


@media only screen and (min-width: 481px) and (max-width: 585px) {


  .bg-overlay h1 {
    color: white;
    text-align: center;
    position: relative;
    top: 80px;
    font-size: 20px;
  }

}

@media only screen and (min-width: 386px) and (max-width: 480px) {


  .bg-overlay h1 {
    color: white;
    text-align: center;
    position: relative;
    top: 50px;
    font-size: 18px;
  }

}

@media only screen and (min-width: 320px) and (max-width: 991px) {
  .navbar-right {
    position: relative;
    right: 0px;
  }

  /*  video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
        margin-top: 80px;
    padding: 0;
  }*/

  .w3-teal {

    font-size: 30px;
  }

}


@media only screen and (min-width: 320px) and (max-width: 385px) {


  .bg-overlay h1 {
    color: white;
    text-align: center;
    position: relative;
    top: 30px;
    font-size: 15px;
  }

}

@media only screen and (min-width: 1366px) and (max-width: 1540px) {

  .overlay-no {
    font-weight: bolder;
    font-size: 50px;
  }

}

@media only screen and (min-width: 1201px) and (max-width: 1365px) {

  .overlay-no {
    font-weight: bolder;
    font-size: 40px;
  }

}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {

  .overlay-no {
    font-weight: bolder;
    font-size: 33px;
  }

}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {

  .banner-img {
    height: 300px;
  }

}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {


  .bg-overlay-text {
    text-align: center;
    padding-top: 5%;
    color: white;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {


  .bg-overlay-text {
    text-align: center;
    padding-top: 4%;
    color: white;
  }

  .video-text {
    font-size: 21px;
    position: absolute;
    top: 30% !important;
  }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {


  .video-text {
    font-size: 39px;
    position: absolute;
    top: 19%;
  }

  .nav li a {
    color: black;
    margin-right: 0px;
    font-size: 11px;
  }

  .bg-overlay-text {
    text-align: center;
    padding-top: 9%;
    color: white;
  }
}


@media only screen and (min-width: 471px) and (max-width: 570px) {


  .bg-overlay-text {
    text-align: center;
    padding-top: 11%;
    color: white;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .overlay-no {
    font-weight: bolder;
    font-size: 30px;
  }

  .banner-img {
    height: 240px;
  }


}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-brand>img {
    display: block;
    width: 160px;
    height: 54px;
  }

  .img-a {
    left: 0;
    float: left;
  }



  .navbar-toggle {

    margin-right: 0px;
  }


  .index-navbar {
    margin-top: 60px
  }

  .column-1 {
    padding-right: 15px;
  }

  .column-2 {
    padding-left: 15px;
  }

  .coming-soon-text1 {
    right: 15px
  }

  .coming-soon-text {
    right: 15px
  }

}

@media only screen and (min-width: 320px) and (max-width: 519px) {
  .card {
    /*     border-radius: 25px; 
     background-color: #ebebeb; */
    width: 100% !important;
  }

  .slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 20px 10px 0px 10px !important;
  }
}


@media only screen and (min-width: 320px) and (max-width: 475px) {

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

}

@media only screen and (min-width: 320px) and (max-width: 1239px) {

  .section-img,
  .man-pointing-img {
    display: none;
  }
}


@media only screen and (min-width: 320px) and (max-width: 474px) {


  .bg-overlay-text {
    text-align: center;
    padding-top: 15%;
    color: white;
  }

  .phone {
    margin-left: 0px;

  }
}

@media only screen and (min-width:366px) and (max-width:700px) {
  .video-text {
    font-size: 19px !important;
    position: absolute;
    top: 16%;
  }
}


@media only screen and (min-width: 320px) and (max-width: 365px) {
  .email-phn {
    font-size: 11px;
  }

  .video-text {
    font-size: 17px;
    position: absolute;
    top: 19%;
  }
}

  @media only screen and (min-width: 320px) and (max-width: 382px) {
    .email-phn-number {
      display: none;
    }

    .email-phn-number1 {
      display: block;
    }

    .bg-overlay-text {
      text-align: center;
      padding-top: 18%;
      color: white;
    }
  }