html,
body {
    margin: 0;
    padding: 0;
}
.contactus {
    color: #fff;
    font-size: 20px;
    margin: 0 40px;
}
.sectionHeader {
    background-image: url(/contact-us/images/contactUs.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 500px;
}
.connectWhatsaap{
    margin: 430px -22px;
    font-size: 24px;
    border: 1px solid red;
    width: 344px;
    cursor: pointer;
    opacity: 0;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #010101;
}

.imlooking {
    text-align: center;
    font-size: 40px;
    font-family: tungstenw05-medium, Oswald, sans-serif;
    font-weight: 400;
    line-height: 70px;
}

.para-txt {
    font-size: 24px;
    line-height: 27px;
    color: #ababab;
    font-weight: 200;
    margin-top: -5px;
}

.textLookBlock {
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 10px auto;
}

.circle-grid {
    display: flex;
    flex-wrap: wrap;
}

.bg-queries {
    padding: 65px 15px 15px;
}

.bg-queries {
    background-color: #f2f2f2;
    color: #000;
    position: relative;
    height: 100%;
}

.circle-grid>[class*="col-"] {
    margin-bottom: 20px;
}

.head-abtus-bdr {
    width: 50px;
    height: 5px;
    margin: 10px 0;
    transition: all 0.5s ease 0s;
}

.contact-item-section {
    padding: 65px 15px 15px;
    font-weight: bold;
    background-color: #f2f2f2;
}
.contact-item-section:after {
    content: "";
    display: block;
    margin-top: 6px;
    width: 40px;
    height: 5px;
    background: #f5a623;
    transition: width 1s;

}
.contact-item-section:hover:after {
    width: 60px;
    transition: width 1s;
}
.footer-menu {
    color: #fff;
    justify-content: space-evenly;
    max-width: 700px;
    border: 1px solid;
}
.footer-menu div{
    width: 25%;
    line-height: 50px;
    position: relative;
}
.footer-menu div:before{
    content: "";
    display: block;
    height: 19px;
    width: 2px;
    background: #fff;
    top: 17px;
    right: 0px;
    position: absolute;
}
.footer-menu div:last-child:before{
    background: transparent;
}
.footer-menu div :hover{
    background-color: #f5a623;
}
.footer-menu div:last-child{
    border-right: 0px;
}
.footer-menu div span{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.loc-cntry-txt{
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}
.hvr-cntry{
    cursor: pointer;
}
.loca-para{
    /* color: #fff; */
    font-size: 25px;
    font-weight: 100;
}
.active{
    background-color: #f5a623;
}
.onHover :hover{
    background-color: #f5a623;
    opacity: .5;
}
.footerSection{
    background-color: #f4f4f4;
}
/*MAP CSS START FROM HERE*/
#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
  }
  .imageLogo{
    width: 230px;
  }
  ul{
    list-style-type: none;
  }
  .textIndent{
    text-indent: 0px;
    font-size: 16px;
  }
  .textIndent1{
    text-indent: 0px;
    margin-left: 0px;
  }
  .li:hover{
    /*color: #00bcd4;
    cursor: pointer;*/
  }
  .addInfo{
    font-size: 14px;
  }
.firstFloor{
    text-indent: -30px;
    margin-left: 30px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom: 570px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.bottomRow{
    background-color: #e9e9e9;
    height: 62px;
    box-shadow: 10px 10px 10px 10px grey;
    padding-top:10px;
}


/* This is LogoIcon*/

.fa {
    padding: 13px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    /* border-radius: 50%; */
    
  }
  .fa-facebook {
    background: #3B5998;
    color: white;
    width: 37px;
  }
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  .fa-instagram {
    background: #125688;
    color: white;
  }
  .iconBottom{
    display: flex;
    justify-content: end;
  }
  .fa-twitter:before {
    content: "\f099";
}
.homeButton{
    display: flex;
}

nav {
    width: 100%;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    display: inline-block;
  }
  .nav-links {
    list-style: none;
    display: flex;
  }
  .nav-item a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: black;
    font-size: 20px;
  }
  .nav-item:hover {
    background-color: white;
  }
  .nav-item:hover a {
    color: darkgreen;
  }
  .logo img {
    width: 230px;
    vertical-align: middle;
  }
  .letsTalkAbout {
    max-width: 820px;
    margin: 0px auto;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 8px #00000029;
    border-radius: 10px;
    opacity: 1;
    padding: 35px 20px 26px;
}
.red-border-center {
  margin: 0 auto;
  background: #052646;
  height: 4px;
  width: 120px;
}
.text-center {
  text-align: center!important;
}
 .elementor-widget-container {
  padding: 12px 12px 12px 12px;
  /* background-color: #122F5B; */
  border-radius: 8px 8px 8px 8px;
}
.elementor .elementor-custom-embed {
  line-height: 0;
}
.elementor-widget-wrap>.elementor-element {
  width: 100%;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
  padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media (min-width: 768px){
.elementor-140 .elementor-element.elementor-element-a104534 {
    width: 44.958%;
}
}
@media (min-width: 768px){
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 50%;
}
}
.elementor-widget-container .elementor-custom-embed iframe{
  width: 100%;
  height: 550px;
}
ul.textIndent li {
  list-style-type: none;
}
ul.textIndent li a{
  text-decoration: none;
  color: #000000;
}
ul.textIndent li a:hover{
  color: #000000;
}
input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }
      input[type=number] {
        -moz-appearance: textfield;
        /* Firefox */
      }
.logoDescr{
  width: 58%;
}
.footerHeader {
    font-size: 22px;
}

.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

#rc-imageselect {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
        @media screen and (max-height: 575px){
        #rc-imageselect, .g-recaptcha {
            transform:scale(0.77);
            -webkit-transform:scale(0.77);
            transform-origin:0 0;
            -webkit-transform-origin:0 0;
        }
    }
@media only screen and (max-width: 500px) {
    .g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
    }
    }
    li.li-1{
    text-indent: -10px;
    margin-left: 21px;
    list-style-type: none;
}
.fa-discord {
    background: #55ACEE;
    color: white;
    background-color: #5562ea;
  }
  .fa-discord::before {
    content: "\f392";
   }
   .fab {
  padding: 8px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  }
  .discord{
    background-color: #384d96;
    padding: 8px;
    color: #fff;
    width: 31px;
    height: 32px;
    margin-top: 5px;
    margin-right: 3px;
    box-shadow: 0 5px 11px 0 rgb(0 0 0/18%),0 4px 15px 0 rgb(0 0 0/15%);
}