@charset "UTF-8";

body {
  font-family: "Poppins", sans-serif;
}

nav {
  background: #ffcd1e;
}


/*.carousel-item {
  transition: opacity 0s 5s;
}*/


.carousel {
  
  margin-top: -160px;
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 3.5rem;
  background-color: var(--dark);
  border: 15px solid var(--dark);
}
#header-carousel .carousel-indicators{
  bottom: 40px;
}
.form-control:focus{
  border-color: #fac941 !important;
}
@media (max-width: 768px) {
  #header-carousel .carousel-item {
      position: relative;
      min-height: 450px;
  }
  
  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}

header {
  width: 100%;
  position: relative;
  z-index: 10;
  top: 50px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.navbar-dark .navbar-brand img {
  max-width: 225px;
}

.navbar-dark .navbar-brand {
  color: #fff;
  position: absolute;
  background: #ffcd1e;
  padding: 10px;
  top: -23px;
  border-radius: 10px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #221f1f;
  font-weight: 600;
}

.nav-link {
  position: relative;
  padding: 20px 0;
}

.navbar-nav .active {
  color: #000 !important;
  font-weight: 600;
}
.navbar .dropdown-item{
 color: #fac941;
}
.navbar .dropdown-item:focus,.navbar  .dropdown-item:hover {
  color: #000;
  background-color: #fac941;
}
.navbar .dropdown-menu{
  background-color: #000;
}
/*.navbar-nav .active span {
  position: absolute;
  width: 50%;
  height: 4px;
  background: #000;
  left: 9px;
  bottom: 0;
}*/

.last-nav {
  position: absolute;
  right: 0;
  background: #221f1f;
  width: 100%;
  max-width: 300px;
  text-align: center;
  padding: 0 0 0 0 !important;
}

.navbar {
  padding: 0 0;
}
.sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.sticky .navbar-dark .navbar-brand img {
  max-width: 132px;
}
.sticky .navbar-dark .navbar-brand {
  color: #fff;
  position: absolute;
  background: #ffcd1e;
  padding: 10px;
  top: 0;
  border-radius: 0;
}
.call-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.call-nav {
  background: #ffcd1e;
  padding: 10px;
  border-radius: 50%;
}

.nav-item {
  padding: 9px 0;
}

.carousel-control-prev div {
  background: #ffffff59;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-next div {
  background: #ffffff59;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-caption h3 span {
  color: #ffcd1e;
}

/*.carousel-caption a {
  background: #ffcd1e;
  color: #000;
  text-decoration: none;
  border-radius: 40px;
  padding: 18px 10px 18px 30px;
  margin-top: 43px;
  top: 35px;
  position: relative;
  font-weight: 600;
}

.carousel-caption i {
  background: #000;
  color: #ffcd1e;
  padding: 10px;
  border-radius: 36px;
  margin-left: 10px;
}*/

.carousel-caption h3 {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 45px;
  font-weight: bold;
}

.carousel-caption p {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

img {
  max-width: 100%;
}

.home-abt {
  float: left;
  width: 100%;
  padding: 100px 0;
}

.btn-style-1 {
  background: #ffcd1e;
  color: #000;
  text-decoration: none;
  border-radius: 40px;
  padding: 10px;
  font-weight: 600;
  width: 180px;
  display: inline-block;
  position: relative;
    height: 53px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}

.btn-style-1 i {
  background: #000;
  color: #ffcd1e;
  padding: 10px;
  border-radius: 36px;
  margin-left: 10px;
  position: absolute;
    right: 10px;
}
.btn-style-1 span {
  margin-left: -28px;
}
.btn-style-1:hover{
  background-color: #000;
  color: #ffcd1e;
  transition: .5s;
}

h4 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
}

h2 {
  font-size: 35px;
  font-weight: bold;
}

p {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-top: 30px;
}

.home-abt ul {
  float: left;
  width: 100%;
  padding: 0 0;
  margin: 0;
  list-style: none;
}

.home-abt li {
  color: #666666;
  text-align: justify;
  line-height: 30px;
  margin-top: 10px;
  float: left;
  width: 100%;
  max-width: 50%;
  font-size: 14px;
}

.home-abt ul .bi {
  margin-right: 10px;
  color: #ffcd1e;
  font-size: 18px;
}

.abt-img {
  /* max-width: 550px; */
}

.three-box-section {
  float: left;
  width: 100%;
  padding: 50px 0 50px 0;
  background: #fff;
}

.three-box-section .box {
  margin: 0 auto;
  display: flex;
  padding: 50px;
}

.three-box-section .box img {
  padding-right: 25px;
}

.three-box-section .box h3 {
  font-size: 25px;
}

.three-box-section .box p {
  margin-top: 10px;
}

.three-box-section .col-md-4:nth-child(1) .box {
  background: #f9f9f9;
}

.three-box-section .col-md-4:nth-child(2) .box {
  background: #fdca3d;
  margin-top: -30px;
   padding:80px 50px;
}

.three-box-section .col-md-4:nth-child(3) .box {
  background: black;
}

.three-box-section .col-md-4:nth-child(3) .box h3 {
  color: #ffcd1e;
}

.three-box-section .col-md-4:nth-child(3) .box p {
  color: #fff;
}

.home-Services {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
  padding: 80px 30px;
}

.home-Services-container .box{
  text-decoration: none;
}
.home-Services-container .box img {
  -webkit-filter: brightness(50%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  }
  
  .home-Services-container .box img:hover {
  -webkit-filter: brightness(100%);
  }
.home-Services-container h3 {
  font-size: 22px;
  text-align: center;
  background: #0000007a;
  margin-top: -37px;
  position: relative;
  color: #fff;
  padding: 5px;
}

.btn-common {

  background: #ffcd1e;
  color: #000;
  text-decoration: none;
  border-radius: 40px;
  padding: 18px 10px 18px 30px;
  margin-top: 43px;
  top: 35px;
  position: relative;
  font-weight: 600;
}

.btn-common i {
  background: #000;
  color: #ffcd1e;
  padding: 10px;
  border-radius: 36px;
  margin-left: 10px;
}

.home-Services .btn-common {
  margin: 0 auto;
  display: block;
  max-width: 181px;
}

.owl-carousel {

  float: left;
  width: 100%;
}

.home-Testimonials {
  float: left;
  width: 100%;
  background: #000;
  padding: 90px 0;
  position: relative;
}

.home-dot {
  position: absolute;
  right: 60px;
  top: -25%;
  max-width: 210px;
}

.owl-carousel5 .item {
  background: #1b1b1b;
  padding: 30px;
  position: relative;
}

.home-Testimonials h4 {
  color: #fff;
}

.home-Testimonials h2 {
  color: #fff;
}
.quote-img-1 {
  position: absolute;
  height: 210px;
  top: 45px;
}
.img-qute-bottom{
  position: absolute;
  height: 210px;
  bottom: 20px;
  right: 30px;
}
.owl-carousel5 .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -20px;
  left: -20px;
  border: dashed 1px #ffcd1e;
  z-index: -1000;
}

.owl-carousel5 .item h3 {
  color: #fdca3d;
  font-size: 22px;
}

.owl-carousel5 .item p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}

.owl-carousel5 .item p i {
  font-size: 14px;
  color: #aaaaaa;
}


.owl-carousel5 .item div:nth-child(1) {
  float: left;
  padding-right: 30px;
  width: 25%;
}



.owl-carousel5 {
  float: left;
  width: 100%;
  padding: 30px 15px;
}

.owl-carousel5 .item {
  margin: 20px 20px;
}

.last-nav a:hover {
  color: #fff !important;
}

.Projects-home {
  float: left;
  width: 100%;
  padding: 100px 0;
}
.Projects-home .col-md-3 img:hover {
  transform: scale(1.2);
}
.Projects-home .col-md-3 img {
  width: 100%;
  transition:.5s;

}




.partners-logo img{
  background-color: #fff;
  padding: 20px;
}

.owl-carousel6 img:hover, .partners-logo img:hover {
  -webkit-box-shadow: 10px 9px 0px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 9px 0px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 9px 0px -5px rgba(0, 0, 0, 0.75);
  transition: .3s;
}


.Partners-home {
  background: url(../images/bg.jpg);
  float: left;
  width: 100%;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.owl-carousel6 .item {
  margin: 15px 0;
}

.owl-carousel6 .owl-dots {}

.owl-carousel6 .owl-nav {
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 25px !important;
  height: 2px !important;
  margin: 5px 7px !important;
  background: #c8a133 !important;
  border-radius: 0 !important;
}
.owl-carousel5 .owl-dots .owl-dot span{
  width: 25px !important;
    height: 2px !important;
    margin: 5px 7px !important;
    background: #c8a133 !important;
    border-radius: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000 !important;
}

.dot-2 {
  position: absolute;
  top: -24%;
  max-width: 140px;
  left: 20px;
}

.Partners-home h2 {
  color: #fff;
}

.contact-home {
  float: left;
  width: 100%;
  padding: 100px;
  text-align: center;
}

.contact-home h2 {}

.contact-home img {}

.contact-home input, .contact-home select, .contact-home textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none !important;
  padding-left: 25px;
  border: 1px solid #ebebeb;
  margin: 0 15px 25px;
}

.contact-home select {
  margin: 0 15px 25px;
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}

.contact-home textarea {
  margin: 0 15px 25px;
  height: 180px;
  padding-top: 15px;
}

.contact-home .contact-form {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 0;
  margin-bottom: -125px;
  position: relative;
  z-index: 9;
  margin-top: 40px !important;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.contact-home .contact-form input::placeholder, .contact-home .contact-form textarea::placeholder{
  opacity: .5;
}
footer {
  float: left;
  width: 100%;
  margin-top: 30px;
  background: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.footer-left {
  background: #ffcd1e;
  padding: 40px 30px;
  z-index: 1000;
  position: relative;
  margin-top: -50px;
}

.footer-left p {
  color: #111;
  text-align: justify;
}

.footer-left li {
  display: inline;
  margin-right: 10px;
}

.footer-left li img {}



.footer-left::before {
  content: "";
  position: absolute;
  right: -47px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 47px solid #e3b023;
  top: 0;
}

.footer-left a {}

.footer-logo {}

.footer-dot {
  position: absolute;
  bottom: 5px;
  z-index: 1;
  left: 50px;
  max-width: 220px;
}

.footer-links {
  padding: 35px 0;
}

.footer-links ul {
  padding: 0;
  padding-left: 30px;
  list-style-type: none;
  margin-top: 30px;
}

.footer-links li {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.footer-links li::marker{
  display: none;
}
.footer-links a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footer-links a:hover{
  color: #fac941;
  transition: .5s;
}

.footer-links i {
  margin-right: 8px;
}

.footer-links h3 {
  font-size: 22px;
  color: #ffcd1e;
  padding-left: 30px;
  position: relative;
}
.footer-links h3::before{
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  bottom: -10px;

}
.footer-links .d-flex i {
  color: #fac941;
}
.footer-social li a i{
  background-color: #000;
  color: #fac941;
  border: 1px solid #000;
  padding:6px 10px;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.footer-social li a i:hover{
  background-color: transparent;
  color: #000;
  transition: .5s;
}
.copy-right p {
  text-align: center;
  margin: 0;
  padding: 15px;
  color: #fff;
  font-size: 14px;
}

.copy-right p span {
  color: #ffcd1e;
}

.copy-right {
  text-align: center;
  border-top: solid 1px #ffcd1e;
}
/************About css***************/
.showcase {
  width: 100%;
  height: 500px;
  position: relative;
  color: white;
  text-align: center;
  overflow-x: hidden;
}

.showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:99
}

.showcase .overlay {
  width: 100%;
  height: 500px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}

.showcase h2 {
  margin-top: 170px;
  font-size: 3em;
}

.showcase p {
  margin-top: 8px;
  font-size: 1.2em;
  color: #fac941;
}
.abt-shape::before{
  content: '';
  position: absolute;
  background-color: #f7f7f7;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  z-index: -1;
}

/**************Contact Page*****************/
.cnt-form{
  padding: 80px 0;
  float: left;
  width: 100%;
}

.cnt-form .contact-box{
   padding: 30px;
    background: #fff;
    box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
    position: relative;
    z-index: 9;
    padding-bottom: 50px;
}
.cnt-form .contact-box .form-control {
  background: transparent;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    box-shadow: none !important;
    margin: 0 15px 25px;
    border: none;
    border-bottom: 1px solid #ddd;
}
.location-box h3{
  margin-bottom: 25px;
}
.location-box{
  background-color: #fac941;
  padding: 70px 30px;
  height: 100%;
}
.location-box  li a{
  color: #000;
  text-decoration: none;
}
.location-box  li{
  color: #000;
  margin-bottom: 20px;
}
.location-box  li a i{
  margin-right: 10px;
  font-size: 25px;
}
/*************Service ******************/
.inner-service{
  float: left;
  width: 100%;
  padding: 80px 0;
}
.srv-listing li i{
  color: #fac941;
  font-size: 18px;
  margin-right: 10px;
}
.sidebar-listing li a{
  text-decoration: none;
  background-color: #fac941;
  padding: 15px;
  margin-bottom: 10px;
  color: #000;
  display: block;
  
}
.sidebar-listing li a:hover{
  background-color: #000;
  color: #fac941;
  transition: .5s;
}
/************Our Works*************/
.gallery_sec{
  padding: 80px 0;
}
.gallery_sec img{
  width:100%;
  margin-bottom:30px;
  height:250px;
  padding: 10px;
  border: 1px solid #ffcd1e;
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
  top:0;
  left:50%;
  transform:translate(-50%, -50%);
}

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
    position: relative;
    width: 100%;
}

.gallery_sec a:hover img {
    opacity: 0.2;
}

.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

/*@media (-webkit-device-pixel-ratio: 1.25) {
  .container{
    max-width: 1024px !important;
  }
  h2 {
    font-size: 33px;
    font-weight: bold;
  }
}*/
@media (min-width: 992px){
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}
.navbar .nav-item .dropdown-menu {
  display: block;
  border: none;
  margin-top: 0;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  background: #000;
  color: #fff;
  transition: .5s;

}

}

@media (min-width: 1400px){
  .container{
    max-width: 1200px;
  }
}
@media only screen and (max-width: 991px) {
  .last-nav {
    display: none;
  }

  .carousel {
    margin-top: 0;
  }

  .footer-left::before {
    display: none;
  }

  .footer-links .row {
    margin: 0;
  }

  .navbar-dark .navbar-brand {
    color: #fff;
    position: relative;
    background: #ffcd1e;
    padding: 10px;
    top: 0;
    border-radius: 0;
  }

  header {
    top: 0;
  }

  .navbar-dark .navbar-brand img {
    max-width: 150px;
  }

  .carousel-caption a {
    top: 10px;
  }

  .carousel-caption {
    right: 0;
    left: 0;
    height: auto;
    position: relative;
    top: 0;
    margin-top: 0;
    padding: 65px 20px;
  }
  #header-carousel .carousel-indicators {
    bottom: 44px;
    }
    #header-carousel:before {
      content: '';
      position: absolute;
      width: 100%;
      background-color: #fff;
      bottom: 0;
      height: 45px;
      z-index: 999;
  }

  .carousel-caption p {
    line-height: 23px;
    margin-bottom: 10px;
  }

  .home-abt {
    padding: 50px 0;
    text-align: center;
  }

  .abt-img {
    margin-bottom: 50px;
  }

  h2 {
    font-size: 30px;
    text-align: center;
  }

  h4 {
    text-align: center;
  }

  .home-abt li {
    color: #666666;
    text-align: justify;
    line-height: 30px;
    margin-top: 10px;
    float: left;
    width: 100%;
    max-width: 100%;
  }

  .three-box-section .box {
    padding: 50px 20px;
  }

  .three-box-section .col-md-4:nth-child(2) .box {
    padding: 50px 20px;
  }

  .home-Services {
    text-align: center;
  }

  .home-Services-container .box {
    width: 100%;
  }

  .home-Services .btn-common {
    z-index: 10;
  }

  .owl-carousel5 .item div:nth-child(2) {
    width: 100%;
  }
  .owl-carousel5 .owl-dots .owl-dot{
    display: none !important;
  }
  .owl-carousel5 .item div:nth-child(1) {
    float: left;
    padding-right: 0;
    width: 70px;
    margin-right: 10px;
  }

  .Projects-home {
    padding: 50px 0;
    text-align: center;
  }

  .Partners-home {
    text-align: center;
    padding: 50px 0;
  }

  .contact-home {
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
  }

  .contact-home .contact-form {
    padding: 15px;
    padding-bottom: 90px;
  }

  .contact-home input {
    margin: 7px 0;
  }

  .contact-home select {
    margin: 7px 0;
  }

  .contact-home textarea {
    margin: 7px 0;
  }

  .footer-links {
    padding: 50px 0;
  }

  .nav-link {
    position: relative;
    padding: 5px 0;
  }
}
@media (max-width: 767px){
  .footer-dot, .carousel-control-next, .carousel-control-prev, .home-dot, .quote-img-1, .img-qute-bottom, .dot-2{
    display: none !important;
  }
  .navbar .navbar-toggler {
    background-color: #000;
  }

  .sticky .navbar-dark .navbar-brand{
    position: relative;
  }
  .carousel-caption h3 {
    
    font-size: 25px;
 
 }
 .home-Services{
  padding: 30px 0;
 }
  .footer-logo {
    width: 150px 
  }
  .footer-links h3 {
    margin-top: 20px;
}
.home-Testimonials {
  padding: 50px 0;
}
.owl-carousel5{
  padding: 0;
}
}
.alert {  padding: 20px;  background-color: #04AA6D;  color: white;}.alert_red {  padding: 20px;  background-color: #FF0000;  color: white;}.closebtn {  margin-left: 15px;  color: white;  font-weight: bold;  float: right;  font-size: 22px;  line-height: 20px;  cursor: pointer;  transition: 0.3s;}.closebtn:hover {  color: black;}.mandatory{	color:#FF0000;	font-weight:bold;}