/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  font-family: 'Gill Sans Reguler';
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #535354;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

@media screen and (max-width: 600px) {
  body {
    padding-bottom: 40px;
  }
}

::-moz-selection {
  /* Code for Firefox */
  color: #d14d61;
  background: #282828;
}

::selection {
  color: #d14d61;
  background: #282828;
}

@font-face {
  font-family: 'FuturaEF Book';
  src: url("../fonts/FuturaEF-Book.woff2") format("woff2"), url("../fonts/FuturaEF-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Hv BT';
  src: url("../fonts/FuturaBT-Heavy.woff2") format("woff2"), url("../fonts/FuturaBT-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FuturaEF Medium';
  src: url("../fonts/FuturaEF-Medium.woff2") format("woff2"), url("../fonts/FuturaEF-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
input,
label,
section,
header,
footer,
article,
figure,
a {
  font-family: 'FuturaEF Book';
  margin: 0;
  padding: 0;
}

.lightfont {
  font-family: 'FuturaEF Book';
}

.mediaumfont {
  font-family: 'FuturaEF Medium';
}

.havyfont {
  font-family: 'Futura Hv BT';
}

h1 {
  font-size: 60px;
}

@media screen and (max-width: 1700px) {
  h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 1500px) {
  h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 1300px) {
  h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 24px;
  }
}

h3 {
  font-size: 36px;
}

@media screen and (max-width: 1500px) {
  h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 600px) {
  h3 {
    font-size: 24px;
  }
}

h6 {
  font-size: 20px;
}

@media screen and (max-width: 1500px) {
  h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 999px) {
  h6 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

p,
li {
  font-size: 18px;
}

@media screen and (max-width: 1700px) {
  p,
  li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  p,
  li {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 999px) {
  p,
  li {
    font-size: 17px;
    line-height: 22px;
  }
}

.container {
  max-width: 79%;
}

@media screen and (max-width: 1700px) {
  .container {
    max-width: 85%;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 95%;
  }
}

@media screen and (max-width: 600px) {
  .container {
    max-width: 100%;
  }
}

.clr1 {
  color: #231f20;
}

.clr2 {
  color: #ef405b !important;
}

.clr3 {
  color: #071020;
}

.mtop {
  padding-top: 126px;
}

@media screen and (max-width: 1500px) {
  .mtop {
    padding-top: 115px;
  }
}

@media screen and (max-width: 600px) {
  .mtop {
    padding-top: 89px;
  }
}

.freediv {
  width: 89%;
}

@media screen and (max-width: 1500px) {
  .freediv {
    width: 96%;
  }
}

@media screen and (max-width: 999px) {
  .freediv {
    width: 100%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 999px) {
  .ordchange {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

header .navbar {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar.scrolled {
  position: fixed;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 2px 35px #00000026;
          box-shadow: 0 2px 35px #00000026;
}

header .navbar .container {
  position: relative;
}

@media screen and (max-width: 999px) {
  header .navbar .container {
    padding: 0;
    max-width: 100%;
  }
}

header .navbar .navbar-brand {
  width: 202px;
  padding-bottom: 0;
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-brand {
    width: 168px;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    margin-left: 15px;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 121px;
  }
}

header .navbar .navbar-toggler {
  margin-right: 15px;
}

header .navbar .navbar-nav {
  margin-top: 4rem;
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav {
    margin-top: 2.9rem;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav {
    margin-top: 0.9rem;
  }
}

header .navbar .navbar-nav li.nav-item {
  padding: 0.5rem 1.2rem;
  position: relative;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item {
    border-bottom: 1px solid #151515;
  }
}

header .navbar .navbar-nav li.nav-item::before {
  content: '';
  position: absolute;
  right: 0;
  background: #414042;
  top: 26%;
  width: 1px;
  height: 44%;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item::before {
    content: unset;
  }
}

header .navbar .navbar-nav li.nav-item a.nav-link {
  font-size: 20px;
  font-family: 'FuturaEF Book';
  color: #414042;
  position: relative;
  padding: 0 4px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    text-align: right;
    font-size: 20px;
    padding: 6px 10px;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    font-size: 18px;
    padding: 4px 10px;
  }
}

header .navbar .navbar-nav li.nav-item a.nav-link:hover, header .navbar .navbar-nav li.nav-item a.nav-link.active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #231f20;
}

header .navbar .navbar-nav li.nav-item a.nav-link:hover::after, header .navbar .navbar-nav li.nav-item a.nav-link.active::after {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
}

header .navbar .navbar-nav li.nav-item a.nav-link::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background: url("../img/navhvr.png") no-repeat;
  background-size: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .navbar-nav li.nav-item:last-child {
  padding-right: 0;
}

header .navbar .navbar-nav li.nav-item:last-child::before {
  content: unset;
}

header .navbar .projectlogo {
  width: 139px;
  position: absolute;
  top: 0;
  right: 15px;
}

@media screen and (max-width: 1500px) {
  header .navbar .projectlogo {
    width: 118px;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .projectlogo {
    right: unset;
    left: 13rem;
    width: 156px;
    padding: 15px 10px;
  }
  header .navbar .projectlogo::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 62%;
    background: #e3e3e3;
    left: -10px;
    top: 18%;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .projectlogo {
    width: 110px;
    padding: 15px 8px;
    left: 10rem;
  }
}

header .navbar .projectlogo p {
  font-size: 10px;
  text-align: center;
}

#Home #hmslider .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 45%;
  margin-left: 0;
  list-style: none;
  margin-bottom: -2.9rem;
}

@media screen and (max-width: 999px) {
  #Home #hmslider .carousel-indicators {
    margin-left: 5rem;
    margin-right: auto;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: -1.9rem;
  }
}

#Home #hmslider .carousel-indicators li {
  position: relative;
  width: 200px;
  height: 100%;
}

@media screen and (max-width: 1600px) {
  #Home #hmslider .carousel-indicators li {
    width: 145px;
  }
}

@media screen and (max-width: 999px) {
  #Home #hmslider .carousel-indicators li {
    width: 95px;
  }
}

#Home #hmslider .carousel-indicators li::before {
  content: '';
  position: absolute;
  bottom: 0;
  background: #ee3e5b9e;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#Home #hmslider .carousel-indicators li img {
  display: block;
  background: #d14d61;
  top: 0;
  background: #000;
}

#Home #hmslider .carousel-indicators li.active::before, #Home #hmslider .carousel-indicators li:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Home #hmslider .carousel-indicators li.active img, #Home #hmslider .carousel-indicators li:hover img {
  opacity: 1;
  border: 2px solid #fff;
}

#Overview {
  padding: 5rem 0;
  position: relative;
}

#Overview .imgicon {
  width: 85px;
  margin: 0 auto;
}

#Overview .txt {
  text-align: center;
}

#Overview::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 42%;
  background: url(../img/overview-icon/bgline.png) no-repeat #f6f6f6;
  top: 37%;
}

@media screen and (max-width: 600px) {
  #Servicess::before {
    height: 63%;
  }
}

#Servicess {
  padding-top: 4rem;
  padding-bottom:1rem;
  position: relative;
}

#Servicess .imgicon {
  width: 85px;
  margin: 0 auto;
}

#Servicess .txt {
  text-align: center;
}

#Servicess::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 42%;
  /*background: url(../img/overview-icon/bgline.png) no-repeat #f6f6f6;*/
  top: 37%;
}

@media screen and (max-width: 600px) {
  #Servicess::before {
    height: 63%;
  }
}

#Retail {
  padding: 5rem 0 1rem;
  position: relative;
}

#Retail p {
  color: #f6f6f6;
}

#Retail ul {
  padding: 0;
  margin: 0 0 0 19px;
}

#Retail ul li {
  color: #f6f6f6;
  margin: 0 0 10px;
}

#Retail ul li::marker {
  color: #ef405b;
}

#Offices {
  padding: 5rem 0 1rem;
  position: relative;
  margin-top: 3.5rem;
}

#Offices p {
  color: #f6f6f6;
}

#Offices ul {
  padding: 0;
  margin: 0 0 0 19px;
}

#Offices ul li {
  color: #f6f6f6;
  margin: 0 0 10px;
}

#Offices ul li::marker {
  color: #ef405b;
}

#Offices .owl-nav {
  text-align: right;
}

@media screen and (max-width: 999px) {
  #Offices .owl-nav {
    text-align: left;
  }
}

#Rooftop {
  background: #282828;
  padding: 5rem 0;
  margin-top: 3.5rem;
}

#Rooftop .txthead {
  text-align: center;
}

#Rooftop .txthead p {
  color: #f6f6f6;
}

#Rooftop .owl-nav {
  position: absolute;
  bottom: 4%;
  margin: 0;
  left: 9%;
}

#Rooftop .owl-dots {
  display: none;
}

#Rooftop .tab-content {
  margin-top: 2.9rem;
}

#Rooftop .tab-content ul {
  padding: 0;
  margin: 0 0 0 19px;
}

#Rooftop .tab-content ul li {
  color: #484848;
  margin: 0 0 10px;
}

#Rooftop .tab-content ul li::marker {
  color: #ef405b;
}

#Rooftop .bgtab {
  background: #f6f6f6;
  border: 1px solid #525252;
}

#Rooftop .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0;
  margin-top: 2.9rem;
}

#Rooftop .nav-tabs .nav-item {
  padding: 0 1.5rem;
  position: relative;
}

#Rooftop .nav-tabs .nav-item::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 45%;
  background: #fff;
  right: 0;
  top: 30%;
}

#Rooftop .nav-tabs .nav-item .nav-link {
  font-family: 'FuturaEF Book';
  color: #fff;
  padding: 6px 22px;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 0;
  border-radius: 0;
  font-size: 22px;
}

@media screen and (max-width: 1500px) {
  #Rooftop .nav-tabs .nav-item .nav-link {
    font-size: 19px;
  }
}

#Rooftop .nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #ef405b;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Rooftop .nav-tabs .nav-item .nav-link:hover, #Rooftop .nav-tabs .nav-item .nav-link.active {
  color: #ef405b;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: transparent;
}

#Rooftop .nav-tabs .nav-item .nav-link:hover::after, #Rooftop .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Rooftop .nav-tabs .nav-item:last-child::before {
  content: unset;
}

#Location {
  padding: 12rem 0;
  background: url("../img/location.jpg") no-repeat;
}

@media screen and (max-width: 1500px) {
  #Location {
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  #Location {
    padding: 3.9rem 0;
  }
}

#Location p {
  color: #f6f6f6;
}

#Location ul {
  padding: 0;
  margin: 1rem 0 0 19px;
}

#Location ul li {
  color: #f6f6f6;
  margin: 0 0 10px;
}

#Location ul li::marker {
  color: #ef405b;
}

#Features {
  padding: 5rem 0 1rem;
  position: relative;
  margin-top: 3.5rem;
}

#Features p {
  color: #f6f6f6;
}

#Features ul {
  padding: 0;
  margin: 0 0 0 19px;
}

#Features ul li {
  color: #f6f6f6;
  margin: 0 0 10px;
}

#Features ul li::marker {
  color: #ef405b;
}

#Features .owl-nav {
  text-align: right;
}

@media screen and (max-width: 999px) {
  #Features .owl-nav {
    text-align: left;
  }
}

#Features .nav-tabs {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  border-bottom: 0;
  margin-top: 2.9rem;
}

#Features .nav-tabs .nav-item {
  padding: 0 1.5rem;
  position: relative;
}

#Features .nav-tabs .nav-item:first-child {
  padding-left: 0;
}

#Features .nav-tabs .nav-item::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 45%;
  background: #fff;
  right: 0;
  top: 30%;
}

#Features .nav-tabs .nav-item .nav-link {
  font-family: 'FuturaEF Book';
  color: #fff;
  padding: 6px 22px;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 0;
  border-radius: 0;
  font-size: 22px;
  text-align: left;
}

@media screen and (max-width: 1500px) {
  #Features .nav-tabs .nav-item .nav-link {
    font-size: 19px;
  }
}

#Features .nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #ef405b;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Features .nav-tabs .nav-item .nav-link:hover, #Features .nav-tabs .nav-item .nav-link.active {
  color: #ef405b;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: transparent;
}

#Features .nav-tabs .nav-item .nav-link:hover::after, #Features .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Features .nav-tabs .nav-item:last-child::before {
  content: unset;
}

#Contact {
  padding: 2rem 0;
  position: relative;
}

#Contact:before {
  content: '';
  position: absolute;
  width: 22%;
  /*background: url(../img/footer-after.png) no-repeat;*/
  bottom: 0;
  right: 0;
  top: 0;
}

@media screen and (max-width: 999px) {
  #Contact:before {
    width: 45%;
    background-size: 100%;
  }
}

#Contact p {
  color: #484848;
}

#Contact p a {
  color: #484848;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Contact p a:hover {
  color: #ef405b;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
}

#Projectteam {
  padding: 4rem 0;
  position: relative;
}

#Projectteam .img {
  padding: 0 1rem;
}

#Projectteam h6 {
  color: #484848;
  text-align: center;
  margin-top: 0.6rem;
}

#Projectteam h6 a {
  color: #484848;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Projectteam h6 a:hover {
  color: #ef405b;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
}

input, textarea {
  border: 1px solid #151515;
}

footer {
  background: #151515;
  padding: 0.8rem 0;
}

footer p {
  font-size: 14px;
  color: #fff;
}

.overlaybg {
  background: #282828;
  width: 79%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 999px) {
  .overlaybg {
    width: 100%;
  }
}

.overlaybg.left {
  left: 0;
}

.overlaybg.right {
  right: 0;
}

.thank-you {
  background: #fff;
  height: 100vh;
  text-align: center;
}

.thank-you h1 {
  color: #000;
  font-family: 'Futura Hv BT';
  text-transform: uppercase;
  margin: 1.5rem 0;
}

.thank-you h4 {
  color: #231f20;
  font-family: 'FuturaEF Medium';
  font-weight: 300;
}

.owl-nav {
  margin: 2rem 0 0;
}

.owl-nav button {
  width: 53px;
  height: 20px;
}

.owl-nav button span {
  display: none;
}

.owl-nav button.owl-prev {
  background: url("../img/arrow-left.png") no-repeat !important;
}

.owl-nav button.owl-next {
  background: url("../img/arrow-right.png") no-repeat !important;
  margin-left: 2rem;
}

.owl-nav button:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

button.btn {
  padding: 8px 31px;
  border-radius: 0;
  background: #ef405b;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
  font-family: 'Gotham Book';
  z-index: 1;
  position: relative;
  border: 1px solid #ef405b;
}

button.btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  z-index: -1;
  left: 0;
  background: #414042;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

button.btn:hover {
  color: #fff;
}

button.btn:hover::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 100%;
}

button.btn.locationbtn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

button.btn.locationbtn::before {
  background: #ef405b;
}

button.btn.locationbtn:hover {
  border: 1px solid #ef405b;
}

button.btn:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

button:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.enquiry-wrapper {
  position: fixed;
  right: 7px;
  top: 20%;
  z-index: 99;
}

@media screen and (max-width: 1600px) {
  .enquiry-wrapper {
    top: 20%;
  }
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: unset;
    bottom: 0;
    width: 100%;
  }
}

.enquiry-wrapper .enquiry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #151515;
  cursor: pointer;
  -webkit-transform: translateX(142px);
          transform: translateX(142px);
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(127px);
            transform: translateX(127px);
  }
}

@media screen and (max-width: 999px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(136px);
            transform: translateX(136px);
  }
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box {
    width: 100%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.enquiry-wrapper .enquiry-box:hover {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:hover {
    -webkit-transform: translateX(0px) translateY(5px);
            transform: translateX(0px) translateY(5px);
  }
}

.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box:not(:first-child) {
    border: none;
    border-left: 1px solid #fff;
  }
}

.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #ef3e5b;
  width: 47px;
  padding: 7px;
}

@media screen and (max-width: 1440px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 42px;
    padding: 5px;
  }
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 100%;
    text-align: center;
  }
}

.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}

.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}

@media screen and (max-width: 600px) {
  .enquiry-wrapper .enquiry-box .mail-content,
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}

.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}

.enquiry-wrapper .enquiry-box a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ef3e5b;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  z-index: 999;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -10px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-bottom-color: #ef3e5b;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

#scroll:hover {
  background-color: #ef3e5b;
  border: 1px solid #fff;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

#scroll:hover span {
  border-bottom-color: #fff;
}
/*# sourceMappingURL=style.css.map */