body {
  font-family: 'Saira', sans-serif;
}

.hamburger {
  padding: 0px 0px!important;
}
.touchbase a{
  color: #ffffff;
}
.fade {
  opacity: 10;
  transition: visibility 0s 2s, opacity 2s linear;
  -webkit-transition: visibility 0s 2s, opacity 2s linear;
}
.collapsing {
    transition: height 1.3s;
}
button {
  cursor: pointer;
}

a:focus {
    border: none!important;
    outline: none;
}
input::placeholder {
  color: #cacaca!important;
}
/*side_nav*/

aside {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.93);
  right: 0;
  /*top: 0;*/
  display: none;
  z-index: 99999999;
  text-align: left;
  padding-top: 70px;
  padding-left: 8%;
}

.form-control:focus {
  box-shadow: none!important;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.aside a:hover,
.aside a:focus {
  color: #f1f1f1;
}

aside::before {
  content: "";
  display: block;
  /*height: 67px;*/
}

.sub {
  padding-left: 30px;
}

aside .sub a {
  font-size: 22px;
  padding: 3px;
}

aside a.active {
  color: #ffffff!important;
}

aside a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  /*border-bottom: 1px solid #414141;*/
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  padding: 5px 0px;
  text-decoration: none;
  font-size: 23px;
  color: #818181;
  display: block;
  transition: 0.3s;
  width: 650px;
}

aside a:hover {
  color: #ffffff;
  text-decoration: none;
}

.toggle-wrap {
  padding: 0px 0px;
  position: relative;
  cursor: pointer;
  float: right;
  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
  outline: none;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 1px!important;
  background-color: #000000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before {
  top: -10px;
  background-color: #8bc53f!important;
}


/*side_nav_end*/

.overlay .form-btn {
  z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  aside {
    width: 100%;
  }
  aside a {
    font-size: 18px!important
  }
  .footer_block p {
    font-size: 12px!important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
  /*.footer_bg{*/
  /*  padding-left: 0px;*/
  /*  padding-right: 0px;*/
  /*}*/
  .footer_block p {
    font-size: 11px!important;
  }
}

/*footer_style*/

.touchbase h1 {
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
}

.touchbase {
  text-align: center;
  padding: 75px 20px 80px;
}

.touchbase p {
  color: #ffffff;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 24px;
}

.touchbase .social_media {
  padding-top: 20px;
}

.touchbase span {
  padding-left: 20px;
  padding-right: 20px;
}

.footer_bg {
  background-color: #636466
}

.footer_block {
  padding: 60px 0px;
  text-align: center;
}
.footer_block span{
  white-space: nowrap;
}
.footer_block p {
  color: #ffffff;
  font-family: 'Saira', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 13px;
}

.footer_block span a {
  color: #8bc53f!important;
      font-size: 16px;
}

.footer_block span {
  padding-left: 6px;
  padding-right: 6px;
  color: #8bc53f;
}

.green_bg {
  background-color: #8bc53f;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer_block p {
    font-size: 13px;
  }
  .footer_block {
    padding: 60px 0px;
  }
  .touchbase h1 {
    font-size: 35px;
  }
  .touchbase p {
    font-size: 20px;
  }
  .touchbase {
    padding: 60px 20px 60px;
  }
  .footer_block span {
    padding-left: 5px;
    padding-right: 5px;
  }
  .text_box_pad {
    padding-left: 10px!important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
.our_offering .banner_heading{
      font-size: 28px!important;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  aside {
    padding-top: 27px;
    padding-left: 15px;
  }
  aside a {
      font-size: 18px!important;
          width: 100%;
  }
  .footer_block span a {
    font-size: 13px;
  }
  .touchbase {
    text-align: center;
    padding: 30px 0px 30px;
  }
  .touchbase h1 {
    font-size: 26px;
  }
  .touchbase p {
    font-size: 18px;
  }
  .footer_block p {
    font-size: 14px;
  }
  .footer_bg .footer_block p.policy a {
    font-size: 12px!important;
  }
  /*.footer_bg .container {*/
  /*  padding-right: 0px;*/
  /*  padding-left: 0px;*/
  /*}*/
  .footer_block {
    padding: 30px 0px;
  }
  /*.overlay .container{
      padding-right: 0px;
    padding-left: 0px;  
  }
  .overlay .container .col-md-5{
    padding-right: 0px;
    padding-left: 0px;
  }
  .overlay .container .form-btn{
    padding-right: 0px;
    padding-left: 0px;
  }*/
  .our_offering.our_works h1{
        padding-bottom: 10px;
  }
  .overlay{
   padding: 30px 0px; 
  }
  .footer_block p.policy {
      padding-top: 5px!important;
  }
}
.footer_block p:last-child{
  padding-top: 15px;
}
.footer_block div p:last-child{
  padding-top: 15px;
}
.footer_block p.policy{
  padding-top: 10px;
}
/*footer_style_end*/

@media only screen and (min-width: 1600px) {
  aside {
    padding-left: 20%;
padding-top: 5%;
  }
  aside a {
    font-size: 35px;
  }
  aside .sub a {
    font-size: 32px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 375px){
.footer_block p {
    font-size: 12px!important;
}
.footer_block span {
    padding-left: 5px;
    padding-right: 5px;
    }
}
@media only screen and (width: 320px){
  .footer_block span {
    padding-left: 5px!important;
    padding-right: 5px!important;
    }
    .footer_block p {
    font-size: 10px!important;
}
}

.btn-form{
  cursor: not-allowed !important;
}
/*#enquiry-form label.error {display: none !important; }*/
#enquiry-form label.error {
  display: none !important;
}
.swal-modal .swal-title { 
  font-family: 'Saira', sans-serif !important;
  font-weight: 400 !important;
}
.swal-modal .swal-button{
 background-color: #8bc53f!important;
 color: #ffffff !important;
}
#hidden_text{ display:none; }
#special-one{
  display:none !important;
}
@media only screen and (max-width: 359px) and (min-width: 320px) {
  #html_element{
    transform: scale(0.77);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
#enqire_now .error {
    display: inline-block;
    margin-bottom: 0px !important;
    font-size: 16px;
    color: #ff6161;
}
#enqire_now .form-control.form-input{
   border-radius: 0rem;
    background-color: transparent;
    border: 2px solid #e7e7e7;
    height: calc(3rem + 0px);
    color: #4d4d4d;
}
#enqire_now .form-control{
   border-radius: 0rem;
    background-color: transparent;
    border: 2px solid #e7e7e7;
    color: #4d4d4d;
}
/*#enqire_now_model .modal-body{
   padding:20px 40px !important;
}*/
#eq-submit[disabled] {
   cursor: not-allowed !important;
}

#enqire_now_model .modal-body {
    padding: 5px 20px 20px 20px !important;
}
.modal #html_element{
    transform: scale(0.77);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.modal-header{
  padding-left: 20px;
  padding-right: 20px;
}
.modal-open .modal .enquire-btn{
   font-size: 1rem;
    text-transform: uppercase;
  }
   .modal-open .modal.fade{
    transition: visibility 0s 0.5s, opacity 0.5s linear;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  }
@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  aside {
    padding-left: 14.2%!important;
    padding-top: 5%;
  }
  aside a {
    font-size: 30px;
  }
}

.breadcrumbs{
      position: absolute;
    bottom: -58%;
    z-index: 9999;
}
.breadcrumbs a{
  color: #ffffff;
  cursor: pointer;
}
.breadcrumbs span{
  color: #ffffff;
  padding-right: 7px;
  font-size: 14px;
}
.breadcrumbs a:hover{
  text-decoration: underline;
  /*font-size: 14px;*/  
}
.top_m_space {
    margin-top: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.breadcrumbs span {
    font-size: 12px;
}
.text_box_pad {
    padding-left: 15px!important;
}
}

.text_box_pad{
    padding-left: 0px;
}

@media only screen and (min-width: 1500px) and (max-width: 1590px) {
aside {
    padding-left: 13%;
}
}

.footer_block p.policy a{
  font-size: 13px!important;
}
.breadcrumbs span:last-child a{
  pointer-events: none;
}
.breadcrumbs span:last-child a:hover{
  text-decoration: none!important;
}