
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500;
  }
#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item:nth-child(3).mega-icon-right > a.mega-menu-link:before{
  content: none;
}
@media (min-width: 1300px) {
  body .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  body .container {
    max-width: 1140px;
  }
}
@media (max-width: 1024px) {
  body .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section-space-top {
  padding-top: 125px;
}
.extra-top-margin{
  padding-top: 250px !important;
}
@media (max-width: 1599px) {
  .section-space-top {
    padding-top: 110px;
  }
}
@media (max-width: 1024px) {
  .section-space-top {
    padding-top: 100px;
  }
  .extra-top-margin{
    padding-top: 195px !important;
  }
}
@media (max-width: 991px) {
  .section-space-top {
    padding-top: 80px !important;
  }
}
.section-space-bottom {
  padding-bottom: 125px;
}
@media (max-width: 1599px) {
  .section-space-bottom {
    padding-bottom: 110px;
  }
}
@media (max-width: 1024px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}






@media (min-width: 1300px) {
  h1 {
    font-size: 66px;
    line-height: 79px;

  }
  h2 {
    font-size: 40px;
    line-height: 45px;

  }
  h3 {
    font-size:18px;
    line-height: 36px;

  }
  h4 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.5px;

  }

  p {
    font-size: 14px;
    line-height: 26px;
    padding: 0px;
    margin: 0px 0px 44px;
    font-weight: 500;
  }

}

@media (max-width: 1024px) {
  h1 {
    font-size: 50px;
    line-height: 59px;

  }
  h2 {
    font-size:30px;
    line-height: 35px;

  }
  p {
    font-size: 14px;
    line-height: 26px;
    padding: 0px;
    margin: 0px 0px 44px;
    font-weight: 500;
  }

}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height:43px;

  }
  h2 {
    font-size: 32px;
    line-height: 37px;

  }
  p {
    font-size: 14px;
    line-height: 26px;
    padding: 0px;
    margin: 0px 0px 20px;
    font-weight: 500;
  }
 
}

.desktop-img{
  width: 100%;
  display: block;
}
.mobile-img{
  display: none;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}


@media (max-width: 767px) {
  .desktop-img{
    width: 100%;
    display: none;
  }
  .mobile-img{
    display: block;
    width: 100%;
  }
  
}

@media (max-width: 991px) {
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .quick-links .f-menu-links{
    display: none;
  }
  .quick-links.active .f-menu-links{
    display: block;
  }
  .toggle-link{
    font-weight: 700;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 30px 0;
      background: url(../images/mobile-footer-arrow.svg) no-repeat center left;
  }
  .quick-links.active .toggle-link {
    background: url(../images/mobile-footer-arrow-up.svg) no-repeat center left;
    background-size: 12px;
}
  .col-lg-4.address {
    margin-bottom: 50px;
}
.col-lg-5.quick-links {
  margin-bottom: 50px;
}
}
.wpcf7 form .wpcf7-response-output {
  position: relative;
  top: 0px;
}
.w-100{
  width:100%;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item.mega-icon-right.mega-toggle-on > a.mega-menu-link:before{
  transform: rotate(180deg);
 }
.modal-header {
  border-bottom: 0 !important;
}
.border-button{
  margin:0px 0px;
  padding: 15px 35px 15px 24px;
  border: 1px solid #BDA077;
  border-radius: 4px;
  font-size: 14px;
  color:#BDA077;
  font-weight: 600;
  text-decoration: none;
  transition: .8s ease;
  display: inline-block;
}
.border-button i{
  margin-left: 20px;
}

.border-button:hover{
  background: #BDA077;
  color: #fff;
  transition: .8s ease;
}
.border-button:hover i path{
  stroke: #fff;
}

.text-align-right{
  text-align: right;
}
.text-align-center{
  text-align: center;
}

.desktop-banner{
  display: block;
}
.mobile-banner{
  display: none;
}
@media (max-width: 768px) {

  #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 18px !important;
    height: 49px !important;
    display: flex;
    align-items: center;
}
}
@media (max-width: 767px) {
  
  .text-align-right{
    text-align: center;
  }
}


li#mega-menu-item-484 .mega-sub-menu{
display:none !important;
}


.main-header {
  background: #fff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0px 3px 20px #00000017;
}
.logo-contact-section{
  padding-bottom: 12px;
  border-bottom: #ccc solid 1px;
}
.logo-contact-section .row{
  align-items: center;
}
.logo-contact-section ul{
  margin: 0px;
  padding: 0px;
}

.logo-contact-section ul li{
  margin: 0px 20px;
  padding: 0px;
  display: inline-block;
  list-style: none;
}
.logo-contact-section ul li:last-child{
  margin-right: 0px;
}

.logo-contact-section ul li a{
  margin: 0px;
  padding: 0px 0px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.logo-contact-section ul li a:hover{
  color: #BDA077;
}
.logo-contact-section ul li.search-button a:hover {
  cursor: pointer;
}
.logo-contact-section ul li.search-button a img {
  transition: 0.5s ease;
}
.logo-contact-section ul li.search-button a:hover img {
  transform: scale(1.1);
}
.search-box-desktop {
  display: none;
  width: 100%;
  max-width: 320px;
  margin-right: 10px;
  outline: none;
  background-color: #fff;
  border-radius: 0px;
  padding: 5px;
  transition: all 0.2s linear;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.search-box-desktop input {
  height: 100%;
  width: 100%;
  border: none;
  font-weight: 600;
    font-size: 13px;
    color: #000;
  outline: none;
  background-color: #fff;
  padding: 5px 15px 5px 10px
}

.search-box-desktop.show {
  display: block;
  margin-bottom: 15px;
}

/* added */
#searchIcon-desktop {
  position: relative;
}

#searchIcon-desktop img {
  cursor: pointer;
  transition: 0.3s;
}
#searchIcon-desktop #closeIcon {
  width: 16px;
  position: absolute;
  right: -15px;
  top: 15px;
}

#searchIcon:hover, #closeIcon:hover {
  transform: scale(1.1);
}
/* end */

#searchIcon-desktop.absolute-position {
  position: absolute;
  top: 17px;
}
.search-box-desktop input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.contact-button{
  margin: 0px;
  padding: 8px 9px !important;
  background: #000;
  color: #fff !important;
  border-radius: 5px;
}
.contact-button:hover{
  background: #BDA077;
}

footer{
  background: #fff;
  position: relative;
  z-index: 2;
}

.footer-items{
  margin-top: 50px;
}
.address h4{
  font-size: 12px;
  line-height: 14px;
  color:#202020;
  letter-spacing: 1.2px;
  margin-bottom: 35px;
}
.address .address-inner-div h4 {
  font-weight:600;
  font-size: 14px;
  line-height: 26px;
  margin:0;
}

.address p{
  font-weight: 400;
    margin: 0 0 5px;
}
.address a {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 500;
  color: #BDA077;
}
.address-inner-div {
  margin: 0 0 30px;
}
.address a i{
  margin-right: 10px;
}
.quick-links h4{
  font-size: 12px;
  line-height: 14px;
  color:#202020;
  letter-spacing: 1.2px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.quick-links ul{
  margin: 0px;
  padding: 0;
}
.quick-links ul li{
  margin: 0px 0px 18px 0px;
  padding: 0px 0px;
  list-style: none;

}
.quick-links ul li a{
  color: #202020;
text-decoration: none;
font-weight: 600;
font-size: 14px;
}

.get-touch h4{
  font-size: 12px;
  line-height: 14px;
  color:#202020;
  letter-spacing: 1.2px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.get-touch ul{
  margin: 0px;
  padding: 0px;
}
.get-touch ul li{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  list-style: none;
}
.row.log-get {
  align-items: center;
}
.get-touch ul li a{
  color: #202020;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
}
.get-touch ul li i{
  margin-right: 10px;
}
.add-bt h4 {
  margin: 0 0 50px;
}

footer a:hover{
  color: #BDA077 !important;
}
.address a:hover {
  color: #000;
}
.bottom-footer{
  margin: 8px 0px 0px 0px;
  padding: 20px 0px 35px;
  border-top: 1px solid #E8E8E8;
}
.bottom-footer p{
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  color: #000000;
  font-weight: 600;
}
.bottom-footer a{
  margin: 0px 10px;
  padding: 0px;
  font-size: 10px;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}
.bottom-footer a img{
  transition: 0.5s ease;
}
.bottom-footer a:hover img{
  transform: scale(1.1);
}
@media (min-width: 576px) {
.modal-dialog.search {
  position: relative;
  top: 40px;
  max-width: 100%;
  margin: var(--bs-modal-margin);
}
}
@media (max-width: 576px) {
  .modal-dialog.search {
    position: relative;
    top: 55px;
  }
}
.modal-xl {
  max-width: 900px; 
  width: 100%;
}

.modal-body iframe {
  height: 600px; 
  width: 100%;
}
.explore-pages{
  background: #F3F2F0;
  position: relative;
}

.explore-pages .container h2{
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 55px;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6{
  position: relative;
  overflow: hidden;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6 img{
  transition: 0.5s ease;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6 .meet-our-team-bg-img{
  overflow: hidden;
  position: relative;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6 .explore-our-projects-bg-img{
  overflow: hidden;
  position: relative;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6.meet-our-team-coloumn:hover svg g{
  stroke:#BDA077;
  fill: #BDA077;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6.meet-our-team-coloumn:hover path{
  stroke:#fff;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6.explore-our-projects-coloumn:hover svg g{
  stroke:#BDA077;
  fill: #BDA077;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6.explore-our-projects-coloumn:hover path{
  stroke:#fff;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6.meet-our-team-coloumn:hover img{
  transform:scale(1.1);
}
.explore-pages .container .explore-pages-wrapper .col-lg-6.explore-our-projects-coloumn:hover img{
  transform:scale(1.1);
}
.explore-pages .container .explore-pages-wrapper .col-lg-6.meet-our-team-coloumn:hover .contents{
  height: 140px;
  bottom: 0px;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6.explore-our-projects-coloumn:hover .contents{
  height: 140px;
  bottom: 0px;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6.meet-our-team-coloumn:hover .contents p{
  visibility: visible;
  opacity: 1;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6.explore-our-projects-coloumn:hover .contents p{
  visibility: visible;
  opacity: 1;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6 .contents{
  position: absolute;
  width: 100%;
  bottom: -47px;
  height: 130px;
  left: -1px;
  max-width: 474px;
  background: #F3F2F0 ;
  padding: 28px 30px;
  transition: 0.5s ease;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6 .contents h3{
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #202020;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6 .contents p{
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-width: 300px;
  color: #202020;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6 .contents button{
  border: none;
  position: absolute;
  top: 20px;
  right: 30px;
  background: none;
  transition: 0.5s ease;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6.explore-our-projects-coloumn:hover .contents button {
  top:50px;
}

.explore-pages .container .explore-pages-wrapper .col-lg-6.meet-our-team-coloumn:hover .contents button {
  top:50px;
}
.inner-banner h1 span.page-description.search-term {
  color: #BDA077;
}
.search-result-count h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #e9dada;
}
.search-result-count .container:last-child {
  margin-top: 35px;
}
.search-result-count h3 a:hover{
  color: #BDA077;
}
.search-result-count.section-space-bottom {
  padding-bottom: 0;
}
.grecaptcha-badge{
  z-index: 9999;
}
.search-result-count .navigation {
  margin-top: 70px;
  text-align: center;
}
.search-result-count .navigation ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.input-sec-search .error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  position: absolute;
}
.search-result-count .navigation ul li{
  display: inline-block;
  margin-bottom: 6px;
}
.search-result-count .navigation ul li a{
  display: inline-block;
  border: 1px solid #BDA077;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
}
.search-result-count .navigation ul li.active a {
  background: #BDA077;
  color: #fff;
}
.search-result-count .navigation ul li a:hover {
  background: #BDA077;
  color: #fff;
}
@media (max-width:992px){
  .search-box-desktop {
    max-width: 250px;
  }
  .explore-pages .container h2{
    text-align: center;
 }
 .explore-pages .container .explore-pages-wrapper {
     gap: 60px;
 }
 .explore-pages .container .explore-pages-wrapper .col-lg-6 .meet-our-team-bg-img {
     max-width: max-content;
     margin: auto;
 }
 .explore-pages .container .explore-pages-wrapper .col-lg-6 .explore-our-projects-bg-img {
     max-width: max-content;
     margin: auto;
 }
 .explore-pages .container h2 {
    font-size:30px;
    line-height: 35px;

  }
}

@media (max-width:400px){
.explore-pages .container h2 {
  text-align: center;
  width: 100%;
  max-width: 329px;
  font-size: 32px;
  line-height: 37px;
}

.explore-pages .container .explore-pages-wrapper .col-lg-6 .contents {
  height: 110px;
  max-width: 321px;
  padding: 22px 30px;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6 .contents h3 {
  font-size: 18px;
  line-height: 28px;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6 .contents button {
  top: 10px;
  right: 20px;
}
.explore-pages .container .explore-pages-wrapper{
 gap: 35px;
}
.desktop-banner{
  display: none;
}
.mobile-banner{
  display: block;
}
}
.footer-wrapper{
  background: #fff;
  z-index: 2;
  position: relative;
}

form#sarchform {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.input-sec-search {
  width: 100%;
}
.search-box-desktop #btn_search{
  padding: 8px 26px !important;
}
.search-box-desktop input#search {
  padding: 8px 10px;
}
.search-box-desktop #searchform {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu {
  display: flex;
  column-gap: 95px !important;
  /* justify-content: end !important; */
}
#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item > ul.mega-sub-menu {
  margin-top: 10px !important;
}
#btn_search{
  padding: 15px 26px !important;
  background: #000;
  color: #fff !important;
  border-radius: 5px;
  border: none;
  width: 100%;
  max-width: 200px;
  margin: auto;
}

#btn_search:hover{
  background: #BDA077;
}
input#search {
  padding: 15px 10px;
}

@media (max-width:769px){
  #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
    width: 18px !important;
}
#mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-header_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 30px;
}
.search-box-desktop {
  display: none !important;
}
form#searchform {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#searchIcon-desktop #closeIcon {
display: none !important;
}

li.career-button{
  display: none !important;
}
li.contact-button{
  display: none !important;
}
.logo-contact-section {
   padding-bottom: 0;
 border-bottom: none;
}
.bottom-footer p{
  text-align: center;
}
.bottom-footer{
  padding: 20px 0 30px;
}
.bottom-footer {
  margin-top: 50px;
}
}

@media (max-width:680px){
  .input-sec-search {
    width: 100%;
  }
  }
.home-link {
  padding-top: 30px;
  background: #fff;
  z-index: 9;
  position: relative;
  padding-bottom: 20px;
}

.home-link a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  color: #202020;
}
.home-link a:hover{
  color: #BDA077;
}
.home-link a.active {
  color: #BDA077;
}
 .home-link span {
  padding: 0 0;
  font-size: 12px;
  color: #BDA077;
  text-transform: uppercase;
}
.home-link i {
  padding: 0 15px;
}
.current-menu-item a{
  color: #BDA077 !important;
}

/* style added by joe ar */
.get-touch ul li {
  display: flex;
}
.get-touch ul li a {
  color: #202020;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  word-wrap: break-word;
  word-break: break-all;
}
.get-touch ul li:first-child a {
  direction: ltr;
}
.get-touch ul li i {
  margin-left: 10px !important;
  margin-right: 0px !important;
}
.explore-pages .container .explore-pages-wrapper .col-lg-6 .contents button {
  right: auto !important;
  left: 20px !important;
  transform: rotate(180deg);
}
.search-box-desktop #btn_search img {
  width: 22px;
}
.logo-contact-section ul li:last-child {
  margin-left: 0px;

}
.search-box-desktop #btn_search {
  padding: 8px 10px !important;
}
#searchIcon-desktop #closeIcon {
  right: 5px;
}
.search-box-desktop {
  margin-right: 0px !important;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item a.mega-menu-link:before {
  margin: 0 0px 0 -10px;
}

/* lead - home */
#mega-menu-wrap-header_menu .mega-menu-toggle {
  left: 0;
  right: auto !important;
}
.border-button svg {
  transform: rotate(180deg);
}
.border-button i {
  margin-right: 18px;
  margin-left: auto !important;
}


.tab-left-content {
  text-align: right !important;
}
.text-align-right {
  text-align: left !important;
}
.second-fold-content .border-button{
  margin-bottom: 120px !important;
}
/* footer */
@media (max-width: 991px) {
  .toggle-link {
      font-weight: 700;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 30px 0;
      background: url(../images/mobile-footer-arrow.svg) no-repeat center left;
  }
  .text-align-right {
      text-align: center !important;
  }
}
@media (max-width: 990px) and (min-width: 800px){
  .text-align-right {
    text-align: left !important;
    display: flex;
    align-items: baseline;
    justify-content: end;
}
}

/* end */

/* style added by joe 19/11 */

.address-inner-div {
  margin-bottom: 40px;
}
.address-inner-div a{
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}
.address-inner-div h4{
  font-weight:500;
  margin-bottom:0;
  margin-top:0;
}
.address-inner-div p{
  font-weight: 400;
  margin-bottom:5px;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-wpml-ls-current-language.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  opacity: 1 !important;
  margin: 0 6px 0 0px !important;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-wpml-ls-current-language.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  color: #BDA077 !important;
  content: "\f347";
}

.wpml-ls-legacy-dropdown-click {
  width: auto !important;
}
.wpml-ls-legacy-dropdown-click a{
  border: 0 !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
  color: #000;
  background: none !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
  left: auto !important;
  right: 0;
  border-top: 0 !important; 
  top: inherit !important;
}
.logo-contact-section ul li a:hover span {
  color: #BDA077;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
  border: solid #BDA077 !important;
    border-width: 0px 1px 1px 0px !important;
    display: inline-block !important;
    top: calc(50% - 0.255em) !important;
    padding: 3px !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  text-align: right !important;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: none !important;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-item a.mega-menu-link:before {
  margin: 0 0px 0 6px;
  position: absolute;
  left: -18px;
}
@media (max-width: 1200px) {
  .get-touch ul li a {
    font-size: 15px;
    word-break:keep-all
  } 
}
form#searchform {
  display: flex;
  gap: 20px;
}
.input-group-append {
  width: 18%;
  display: flex;
}
@media (max-width: 600px) {
.get-touch ul li a {
  font-size: 17px;
  word-break:break-all
} 
.logo-contact-section ul {
  padding-left: 20px !important;
}
.input-group-append {
  width: 33%;
}
}

@media (min-width: 1300px) {
  h1 {
      font-size: 66px;
      line-height: 99px !important;
  }
  h2 {
    font-size: 40px ;
    line-height: 65px !important;

  }
}
@media (max-width: 1024px) {
  h1 {
      font-size: 50px;
      line-height: 73px !important;
  }
  
  h2 {
      font-size: 30px ;
      line-height: 50px !important;
  }
}
@media (max-width: 991px) {
  h1 {
      font-size: 40px;
      line-height: 63px !important;
  }
  h2 {
      font-size: 32px;
      line-height: 55px !important;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 40px;
    line-height: 48px !important;
}
  h2 {
      font-size: 32px;
      line-height: 36px !important;
  }
}



.career-badge {
  position: absolute;
  bottom: 50px;
  left: 110px;
  width: 100px;
  height: 180px;
}

.career-badge img{
  width: 100%;
}

.lead-development-banner{
  position: relative;
}


.career-badge-footer {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100px;
  height: 180px;
}
.career-badge-footer img{
  width: 100%;
}
.footer-items{
  position: relative;
}


@media (max-width:500px){
  .career-badge-footer {
    position: relative;
    bottom: 0px;
    right: 0px;
    left: 0;
    margin: auto;
    display: block;
    width: 100px;
    height: 180px;
  }

  .career-badge {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    width: 100px;
    height: 180px;
    margin: auto;
}

}



/* end */

/* 08-12-2025 */

.pre-rm {
  display:none;
}

/* responsive */

@media only screen and (max-width:1440px) {


}

@media  (max-width:1366px){
  
}

@media only screen and (max-width: 1200px){
    .footer-wrapper .col-md-6 {
  width: 40%;
}
.footer-wrapper .col-md-3.get-touch {
  width: 30%;
}
  
}
 
@media only screen and (max-width: 991px){
  .footer-wrapper .col-md-6 {
  width: 20%;
}
.footer-wrapper .col-md-3.get-touch {
  width: 40%;
}
 
}

@media only screen and (max-width: 767px)
{
   .footer-wrapper .col-md-6 {
  width: 100%;
  margin: 0 0 50px;
}
.footer-wrapper .col-md-3.get-touch {
  width: 100%;
  margin: 0 0 25px;
}
.row.log-get {
  border-bottom: 0.6000000238418579px solid #E8E8E8;
  padding-bottom: 14px;
}
.footer-items {
  margin-top: 30px;
}
.address h4 {
  margin-bottom: 30px;
}
.address-inner-div {
  margin: 0 0 40px;
}
.add-bt h4 {
  margin: 0;
}
.career-badge-footer img {
  width: 92px;
  margin: 0 auto;
}
.career-badge-footer {
  position: relative;
  top: 0;
  right: 0px;
  width: 100px;
  height: 180px;
  display: block;
  margin: 0 auto;
  left: 0;
}
.career-badge-footer img {
  width: 92px;
  margin: 0 auto;
}
.col-lg-4.address {
    margin-bottom: 10px;
  }
  .bottom-footer {
    margin-top: 30px !important;
  }
  
}

@media only screen and (max-width: 575px)
{
   
}
 
@media only screen and (max-width: 420px)
{
 
}

/* 11-12-2025 */

.footer-wrapper.section-space-top {
  padding-top: 70px;
}
.address .address-inner-div a:hover {
  color: #000 !important;;
}
.address p span {
  font-weight: 600;
}

 