@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* outline: 1px solid red; */
  font-family: "Poppins", serif;
}

.contact-page-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.heading-top{
  position: relative;
  background-color: transparent !important;
  float: right;
  padding: 20px 0;
}
.contact-div{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin: 0 auto;
  color: #ffffff; 
}
.contact-div span {
  color: #ffffff;
  font-weight: 700;
}

.auto-container{
  position: static;
  width: 100%;
  max-width: 83%;
  min-width: 83%;
  padding: 0px 15px;
  margin: 0 auto;
}

.contact-navbar{
  position: fixed;
  top: 7.9%;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.59);
  padding: 8px 20px 8px 20px;
  transition: top 0.3s ease;
  
}


.contact-navbar .logo{
  padding-right: 100px;
}


.contact-navbar .logo img{
  height: 75px;
}

.contact-nav{
  position: relative;
  z-index: 3;
}
.contact-nav .contact-ul {
  display: flex;
  list-style-type: none;
  column-gap: 15px;
}

.contact-nav .contact-ul li {
  margin: 0 100px;
}
 
.contact-nav .contact-ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.contact-nav .contact-ul li a:hover,
.contact-nav .contact-ul li a.active {
    color: #ff6600; 
  
}

.nav_phone_para5{
  font-size: 14px;
}
.contact-search-div{
  padding-left: 50px;
}

.contact-search-div div{
  width: 100%;
  max-width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px dotted #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-search-div i {
  font-size: 15px;
  color: #e47e03;
}

.contact-page-title-section{
  position: relative;
  height: 100vh;
  background: url('../images/IMG_3789.jpg') no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  color: white;
}

.contact-page-title-section::before{
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .70;
    position: absolute;
}

.contact-page_title_section_div_wrapper{
  width: 100%;
  max-width: 80%;
  min-width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 100px;
}

.bread-crumbs{
  display: flex;
  column-gap: 5px;
  position: absolute;
  bottom: 25%;
  right: 12%;
}

.bread-crumbs ul, li{
  list-style: none;
  font-size: 20px;
    line-height: 30px;
    color: #ff8a00;
    font-weight: 700;
    text-transform: capitalize;
    cursor: default;
}
.bread-crumb ul, li a{
  color: #ffffff;
  text-decoration: none;
}
.contact_head{
  position: relative;
    display: block;
    font-size: 52px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.text_para{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 55px;
}

.row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.contact-page-section{
  position: relative;
}

.auto-container{
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > * { 
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.form-column {
  flex: 0 0 55%; 
  width: 100%;
  max-width: 55%; 
  min-width: 55%;
  padding: 20px;
}

.contact-page-section .form-column{
  position: relative;
}

.contact-page-section .form-column .inner-column{
  position: relative;
  padding: 100px 0;
}

.contact-page-section .sec-title{
  margin-bottom: 30px;
}

.sec-title .float-text{
  position: absolute;
  left: 0;
  top: 10;
  width: 100%;
  font-size: 72px;
  line-height: 1em;
  color: #2f2f2f;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .10;
  font-family: Arial, Helvetica, sans-serif;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #2f2f2f;
  font-weight: 600;
  padding: 16px 0;
}

.contact-form .form-group-row {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.contact-form .form-group {
  flex: 1;
  position: relative;
}



.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group input[type="number"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #777777;
  line-height: 19px;
  padding: 10px 0px;
  background-color: transparent;
  height: 40px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e1e1e1;
  transition: all 300ms ease;
}

.otp-btn {
  margin-top: 10px;
  background-color: #222222;
  color: #fff;
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  border-radius: 10px;
}




.contact-page-section .contact-info .info-block h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  color: #2f2f2f;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-page-section .contact-info .info-block p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #777777;
  font-weight: 400;
}



.contact-form .form-group .theme-btn{
  margin-top: 30px;
  padding: 15px 50px;
  line-height: 20px;
  text-transform: uppercase;
  border: none;
}

.btn-style-three{
  position: relative;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 50px;
  background-color: #222222;
}

.theme-btn{
  display: inline-block;
  text-align: center;
  transition: all 0.3s linear;
}

.contact-page-section .contact-info .info-block {
  position: relative;
  display: block;
  margin-bottom: 40px;
  width: 33.333%;
}

.map-outer{
  width: 100%;
  height: 100%;
}


.map-column {
  flex: 0 0 45%; 
  max-width: 45%;
}

.map-column .inner-column{
  height: 100%;
  width: 100%;
  max-width: 95%;
  min-width: 95%;
}

.brand-section-wrapper{
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.background-container {
  background: url('../images/project-footer-bac-img.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  position: relative;
  background-attachment: fixed;
}


.four-div-section,
.footer-section {
  position: relative;
  z-index: 1;
}

.background-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 0;
}


.four-div-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 82%;
  min-width: 82%;
  margin: 0 auto;
  padding: 70px 0 80px 0px;
  height: 100%;
}

.first-div p {
  position: relative;
  font-size: 15px;
  line-height: 36px;
  color: #f4f4f4;
  font-weight: 400;
}

.four-div-section>div {
  padding: 20px;
}

.first-div {
  width: 100%;
  max-width: 25%;
  min-width: 25%;
  line-height: 2.5;
}

.first-div img {
  width: 25%;
}

.second-div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  max-width: 20%;
  min-width: 20%;
}
.second-div-heading{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.second-div h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  font-size: 600;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 15px;
  /* margin-bottom: 20px; */
  /* margin-top: 30px; */
}
.second-div img{
  margin-top: 20px;
  width: 150px;
}

.third-div span {
  color: #e47e03;
}

.fourth-div span {
  color: #e47e03;
}
.third-div{
  height: 250px;
}

.third-div h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  
  font-size: 600;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 15px;
  
  margin-top: 8px;
}
.third_div_ul{
  margin-top: 30px;
}

.second-div span {
  color: #e47e03;
}

.small-divs {
  display: flex;
  justify-content: start;
  gap: 20px;
}

.small_divs_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.small-divs img {
  width: 100%;
  max-width: 24%;
  min-width: 24%;
  height: 68px;
}

.div-content h3 {
  position: relative;
  font-size: 17px;
  color: #f4f4f4;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 3px;
}

.div-content p {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #f4f4f4;
  font-weight: 400;
  padding-right: 3px;
  margin-right: 3px;
}

.third-div {
  width: 20%;
}

.third-div ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.third-div ul li {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #f4f4f4;
  font-weight: 400;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 15px;
}

.third-div li a {
  text-decoration: none;
  color: white;
}

.fourth-div{
  width: 30%; 
}
.fourth-div-1{
  display: flex;
}
.fourth-div-2{
  display: flex;
}
.fourth-div h2 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
  font-size: 600;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.small-images-container img {
  width: 100%;
  max-width: 80px;
  min-width: 80px;
  height: 70px;
  margin-left: 10px;
  margin-top: 10px;
}

.footer-section {
  height: 70px;
  border-top: 1px solid #222222;
}

.footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;

}

.footer-left {
  width: 100%;
  max-width: 40%;
  min-width: 40%;
  height: 100%;
  text-align: start;
  background-color: rgb(255, 138, 0);
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  padding-right: 40px;
}

.footer-left::before {
  position: absolute;
  left: 100%;
  top: 0;
  border-right: 40px solid transparent;
  border-bottom: 70px solid #ff8a00;
  content: "";
}

.footer-left p {
  position: relative;
  line-height: 30px;
  font-size: 16px;
  color: #000000;
  font-weight: 700;

}

.footer-right {
  width: 100%;
  max-width: 22%;
  min-width: 22%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  text-align: start;
}

.social-icon {
  color: white;
  font-size: 1rem;
}

.logo_wrapper_main {
  width: 100%;
  max-width: 90%;
  min-width: 90%;
  height: 27vh;
  background-color: white;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.30);
  margin: 0 auto;
  position: relative;
  transform: translateY(50%);
  z-index: 9;
  padding: 50px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-1 {
  width: 100%;
  max-width: 18%;
  min-width: 18%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_img {
  width: 100%;
  max-width: 70%;
  min-width: 70%;
}

.logo_img img {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
}


.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  background-color: white;
  width: 25px;
  height: 3px;
  border-radius: 2px;
}

.social-icons {
  display: none;
  justify-content: center;
  margin-top: 20px;
}

.social-icons a {
  margin: 0 10px;
  display: inline-block;
}


 /* *********Responsive Design********** */


@media(max-width:1499px) {
  .four-div-section {
    width: 100%;
    max-width: 90%;
    min-width: 90%;
  }
}

@media(max-width: 1399px){
  .fourth-div {
    width: 30%;
  }
}

@media(max-width: 1199px){
  .bread-crumbs{
    bottom: 30%;
  }
}


@media(max-width: 1185px){
  .fourth-div {
    width: 50%;
  }
}

@media(max-width: 850px){
  .bread-crumbs ul, li{
    font-size: 15px;
  }
}

@media(max-width: 999px){
  .contact-navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact-nav {
    display: none;
    flex-direction: column;
    background-color: #333;
    position: fixed;
    top: 132px;
    right: 0;
    width: 30%;
    height: 100vh;
    text-align: center;
  }
  .contact-ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    row-gap: 20px;
  }

  .contact-nav.active {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  .contact-navbar .logo img{
    height: 65px;
  }

  .social-icons {
    display: flex;
    margin-top: 70px;
  }


  .first-div{
    width: 100%;
    max-width: 40%;
    min-width: 40%;
  }

  .second-div{
    width: 100%;
    max-width: 40%;
    min-width: 40%;
  }
  .third-div{
    width: 40%;
  }
  .fourth-div{
    width: 40%;
  }

  .footer-left {
    width: 100%;
    max-width: 50%;
    min-width: 50%;
  }
}

@media (max-width: 890px) {
  .contact-page-title-section {
    background-size: cover; 
    height: 100vh;
  }
}

@media(max-width: 850px){
  .contact_head{
    font-size: 48px;
  }
  .text_para{
    font-size: 20px;
  }
}

@media(max-width: 820px){
  .contact-page-title-section {
    height: 90vh;
  }
  .footer-left p  {
    font-size: 13px;
  }
}
@media(max-width: 810px){
  .contact-page_title_section_div_wrapper{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-nav {
    top: 123px;
  }
  .contact_head{
    margin-bottom: 0px;
  }
  .bread-crumbs{
    bottom: 10%;
    right: 40%;
  }
  .contact-page-title-section {
    height: 100vh;
  }
  .contact-navbar .logo img{
    height: 55px;
  }
}

@media(max-width: 768px){
  .form-column{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .four-div-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .first-div{
    width: 100%;
    max-width: 60%;
    min-width: 60%;
    text-align: center;
  }

  .second-div{
    width: 100%;
    max-width: 60%;
    min-width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .third-div{
    width: 60%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fourth-div{
    width: 60%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media(max-width: 680px){
  .contact-page-title-section {
    height: 90vh;
  }

  .contact-nav {
    top: 112px;
  }

  .contact_head{
    font-size: 40px;
    margin-bottom: 0px;
  }
  .contact-navbar .logo img{
    height: 45px;
  }
  .footer-left p  {
    font-size: 10px;
  }
}

@media(max-width: 660px){
  .bread-crumbs{
    bottom: 10%;
    right: 40%;
  }
}
@media(max-width: 576px){
  .contact-page-title-section {
    height: 75vh;
  }
  .contact_head{
    font-size: 30px;
  }
  .text_para{
    font-size: 15px;
  }
  .footer-left p  {
    font-size: 8px;
  }
}


@media(max-width: 450px) {
  .contact-page-section .form-column .inner-column {
    padding: 50px 0;
  }
  .contact-nav {
    width: 50%;
  }
  .nav_phone_para5 {
    font-size: 12px;
  }
  .contact-page-title-section {
    width: 100%;
    background-size: cover;
    height: 60vh;
  }
  .sec-title .float-text{
    font-size: 60px;
  }
  .footer-right {
    width: 100%;
    max-width: 30%;
    min-width: 30%;
  }

}
@media(max-width: 430px) {
  .footer-left {
    width: 100%;
    max-width: 60%;
    min-width: 60%;
  }
}
@media(max-width: 390px) {
  .sec-title .float-text{
    line-height: 70px;
    font-size: 40px;
  }
  .sec-title h2 {
    font-size: 25px;
  }
}