﻿@font-face {
    src: local('Helvetica'), local('Arial'), local('sans-serif');
    font-weight: 900;
    font-family: helvica-bold;
}

@font-face {
    src: local('Helvetica Neue'), local('Arial'), local('sans-serif');
    font-weight: 900;
    font-family: helvica-neue-bold;
}

@font-face {
    src: local('Helvetica Neue'), local('Arial'), local('sans-serif');
    font-family: helvica-neue-reguler;
}

@font-face {
    src: local('Helvetica'), local('Arial'), local('sans-serif');
    font-family: helvica-reguler;
}

/* start nav bar style */

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar {
    background-color: #00263A;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #D3D5D6;
    font-family: 'helvica-reguler';
}

.navbar-expand-lg .navbar-toggler + p {
    display: none;
} /*added by muntaha, due to hide extra p tag from wordpress*/

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;  
  width: 90%;
  justify-content: space-between;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .copyright-section {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}


@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .mobile-logo {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* end nav bar style */

.dropdown-menu {
    width: 1130px;
    /*height: 382px;*/
    position: relative;
    left: auto;
    right: 0;
}

/* start dropdown */

.dropdown-menu.show {
    display: block;
}

/*@media screen and (max-width: 1370px)
.dropdown-menu {
    width: 850px;
    left: -254%!important;
}*/

.dropdown-menu {
    position: absolute;
    top: calc(100% + 24px);
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

/* end dropdown */
.about-us-dropdown, .searvices-dropdown {
    padding-bottom: 20px;
}
.service-dropdown-header, .about-us-dropdown-header {
    font-size: 21px;
    color: #FFFFFF;
    padding: 20px;
    padding-left: 56px!important;
    text-transform: uppercase;
}

.searvices-dropdown a, .about-us-dropdown a {
    color: #FFFFFF;
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
    padding-left: 60px!important;
    font-family: 'Helvetica';
}

.img1 {
    height: auto;
    width: 376px!important;
    padding: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #00263A;
    position: absolute;
    left: -146%;
    right: auto;
}

#services-dropdown, #resources-dropdown {
    background-color: #00263A;
    position: absolute;
    left: -360%;
    right: auto;
}

.navbar-nav li {
    margin-left: 23px;
    margin-right: 23px;
    position: relative;
}

.nav-item a {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 19px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /*padding-top: 31px!important;*/
    font-family: 'Helvetica'
}

.nav-item img.navbar-image-responsive {
    width: auto;
    height: 112px;
    margin-bottom: 0;
}

.form-control {
    height: 66px!important;
    border-radius: unset!important;
    background-color: #FFFFFF!important;
}

.form-control::placeholder {
    color: #C3C3C3!important;
}

.form-group {
    font-size: 17px;
    color: #FFFFFF;
    font-family: 'Helvetica';
}

.form-check {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Helvetica';
}

.submit {
width: 100% !important;
    background-color: #275077 !important;
    border: 1px solid #707070;
    padding: 12px !important;
    color: #FFFFFF !important;
    font-size: 17px !important;
    border-radius: 7px !important;
    margin-top: 15px !important;
    box-shadow: none !important;
}

.form-text-customize {
    margin-top: 10px;
    font-size: 17px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

/*.about-us-dropdown a {
    color: #FFFFFF;
    font-size: 20px !important;
    padding: 4px;
    text-align: left;
    padding-left: 102px;
    font-family: 'Helvetica';
}*/

/*.about-us-dropdown hr {
    background-color: white;
    margin: 16px 0;
}*/

.service-dropdown-header hr, .about-us-dropdown hr {
    background-color: white;
    margin: 16px 0;
}

.about-us-dropdown-header {
    /*font-size: 21px;
    color: #FFFFFF;
    padding: 20px;
    padding-left: 100px;*/
    /*font-family: 'helvica-reguler';*/
}

.service-dropdown-header, .about-us-dropdown-header {
    font-size: 21px;
    color: #FFFFFF;
    padding: 20px;
    padding-left: 100px;
    text-transform: uppercase;
}

.searvices-dropdown a, .about-us-dropdown a {
    color: #FFFFFF;
    font-size: 20px;
    padding-top: 10px;
    text-align: left;
    padding-left: 102px;
}
#services-dropdown, #resources-dropdown, #about-dropdown{
  height: auto;
}

.nav-item img {
    height: auto;
    width: 477px;
    padding: 10px;
}

.fa-section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /*padding-top: 31px;*/
}

.msg {
    display: flex;
    height: 29px;
    width: 29px;
    padding: 8px 12px;
    cursor: pointer;
    margin-right: 16px;
    background-color: #FFFFFF;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.msg i{
  color: #17204A;
}

.map {
    display: flex;
    height: 29px;
    width: 29px;
    /*padding: 8px 12px;*/
    cursor: pointer;
    margin-right: 16px;
    background-color: #FFFFFF;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.map i{
  color: #17204A;
}

.map img{
  height: 17px;
  margin: 0;
}

.phone {
    display: flex;
    height: 29px;
    width: 29px;
    /*padding: 8px 12px;*/
    cursor: pointer;
    margin-right: 16px;
    background-color: #FFFFFF;
    border-radius: 10px;
    align-items: center;
    justify-content: center;

}

.phone img {
    width: 15px;
    height: 17px;
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.social-share-section {
    display: flex;
    flex-direction: row;
}

.facebook {
    display: flex;
    height: 36px;
    width: 36px;
    padding: 8px 12px;
    cursor: pointer;
    margin-right: 16px;
    color: #FFFFFF;
    border-radius: 10px;
}

.twitter {
    display: flex;
    height: 36px;
    width: 36px;
    padding: 8px 12px;
    cursor: pointer;
    margin-right: 16px;
    color: #FFFFFF;
    border-radius: 10px;
}

.youtube {
    display: flex;
    height: 36px;
    width: 36px;
    padding: 8px 12px;
    cursor: pointer;
    margin-right: 16px;
    color: #FFFFFF;
    border-radius: 10px;
}

.google {
    display: flex;
    height: 36px;
    width: 36px;
    padding: 8px 12px;
    cursor: pointer;
    margin-right: 16px;
    color: #FFFFFF;
    border-radius: 10px;
}

.instagram {
    display: flex;
    height: 36px;
    width: 36px;
    padding: 8px 12px;
    cursor: pointer;
    margin-right: 16px;
    color: #FFFFFF;
    border-radius: 10px;
}

.social-share-section {
    display: flex;
    padding: 20px;
}

footer {
    position: relative;
    background-color: #00263A;
    width: 100%;
    z-index: 99999;
}

footer .container {
    max-width: 1800px;
}

.copyright-section {
    padding: 20px;
    color: #FFFFFF;
    font-size: 17px;
    text-align: right;
    font-family: 'Helvetica';
}

.carousel-item img {
    top: 0;
    left: 0;
    min-width: 100vw;
    height: 80vh;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.carousel-inner {
    width: 100%;
    height: calc(100vh-128px);
}

.floating-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 25%;
    right: 5%;
    z-index: 9998;
}

.close-open {
    position: absolute;
    right: -10px;
    top: -25px;
    cursor: pointer;
    background: rgb(0, 38, 58);
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px rgba(255, 255, 255,.5);
}
.close-open.cross img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.close-open img {
    height: 7px;
    width: 7px;
}
.close-open.plus img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.building {
    display: flex;
    background-color: #00263A;
    width: 89px;
    height: 89px;
    margin-bottom: 70px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}

.building i {
    color: #FFFFFF;
    padding: 13px;
    font-size: 50px;
}

/*.home {
    display: flex;
    background-color: #00263A;
    width: 89px;
    height: 89px;
    margin-bottom: 70px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}

.home i {
    color: #FFFFFF;
    padding: 13px;
    font-size: 50px;
}*/

.text-book {
    display: flex;
    background-color: #00263A;
    width: 89px;
    height: 89px;
    margin-bottom: 70px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}

.text-book i {
    color: #FFFFFF;
    padding: 13px;
    font-size: 50px;
}

.video {
    display: flex;
    background-color: #00263A;
    width: 89px;
    height: 89px;
    margin-bottom: 70px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
}

.video i {
    color: #FFFFFF;
    padding: 13px;
    font-size: 50px;
}

.ranking-body {
    text-align: center;
    padding-top: 20px;
}

.header-rank-body {
    font-size: 25px;
    color: #0C6594;
    font-family: 'Helvetica' !important;
    font-weight: bold;
}

.body-rank-body {
    font-size: 22px;
    color: #00263A;
    font-family: 'Helvetica';
    padding-left: 0px;
    padding-right: 0px;
}

.ranking-body .container {
    max-width: 1600px;
}

.body-corporate-section {
    width: 100%;
    background-color: #00263A;
    border: 1px solid #707070;
}

.body-corporate {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.body-corporate-bayleys {
    margin-top: 30px;
}

.body-corporate-icon {
    color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
}

.body-corporate-icon i {
    font-size: 58px;
}

.body-corporate-text {
    font-size: 22px;
    color: #FFFFFF;
    width: auto;
    padding-left: 10px;
    font-family: 'Helvetica';
}

.body-corporate-section .container {
    max-width: 1700px;
    padding: 20px;
}

.site-description-section .container {
    max-width: 1700px;
}

.site-description-section {
    margin-top: 0px;
}

.site-description-section .container {
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
}

.pr-body-header {
    font-size: 32px;
    color: #17204A;
    margin-bottom: 46px;
    text-align: center;
    font-family: 'Helvetica';
}

.professional-bodies {
    text-align: center;
    border-right: 1px solid #707070;
    padding-right: 20px;
    margin-top: 30px;
}

.pr-body-description {
    font-size: 22px;
    text-align: left;
    font-family: 'Helvetica';
    margin-top: 20px;
}

.pr-body-header1 {
    font-size: 22px;
    text-align: left;
    color: #696969;
}

.pr-body-header1 b {
    font-style: italic;
    font-weight: bold;
    color: #17204A;
}

.pr-body-icon2 {
    margin-top: 25px;
}

.read-more {
    font-weight: bold;
    color: #17204A;
}

.pr-body-des-corporate {
    text-align: center;
    font-size: 22px;
    color: #17204A;
    font-family: 'Helvetica';
}

.pr-body-icon {
    text-align: center;
    margin-bottom: 33px;
}

.site-description-section .container {
    padding-bottom: 50px;
    border-bottom: 1px solid #707070;
}

.meet-team-section {
    margin-top: 0px;
}

.meet-team-section .container {
    max-width: 80%;
    margin-top: 0px;
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
}

.team-photo {
    text-align: center;
}

.member-name {
    font-size: 25px;
    color: #17204A;
    text-align: center;
    font-weight: bold;
    font-family: 'Helvetica';
    margin-bottom: 5px;
}

.designation-section {
    font-size: 22px;
    color: #0C6594;
    text-align: center;
    font-family: 'Helvetica';
    margin-bottom: 10px;
}

.experience-section {
    font-size: 22px;
    color: #696969;
    text-align: center;
    font-family: 'Helvetica';
    padding-left: 20px;
    padding-right: 20px;
}

.social-media-team {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.media-iteam-one {
    display: flex;
}

.media-team img {
    width: 20px;
    height: 18px;
    margin: 10px;
}

.media-team {
    color: #0C6594;
    font-size: 27px;
    padding: 6px 0px;
}

.media-iteam-two {
    display: flex;
}

.view-more {
    background-color: #275077;
    padding: 11px;
    border: 1px solid #696969;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 20px;
    width: 158px;
}

.testimonial-section {
    background-image: url("../image/architectural-design-architecture-clouds-1732414.png");
    position: relative;
    width: 100%;
    height: 486px;
    background-size: cover;
}

.testimonial-section-layer {
    background-color: rgba(0, 38, 58, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-height-adjust {
    height: 100%;
}

.carousel-caption {
    position: relative;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    top: 0;
    font-family: 'Helvetica';
    padding: 0 50px;
    font-style: normal;
}

.captionheader {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Helvetica';
    margin-bottom: 50px;
}

.caption-body {
    font-size: 23px;
    font-family: 'Helvetica';
}

.caption-line {
    padding-bottom: 30px;
    text-align: center;
}

.line {
    border-bottom: 1px solid #FFFFFF;
    width: 155px;
    position: absolute;
    left: 50%;
    /*top: 78%;*/
    transform: translate(-50%, -50%);
}

.contact-header {
    font-size: 32px;
    color: #17204A;
    text-align: center;
    margin-top: 40px;
}

.contact-form {
    padding: 30px;
    background-color: #00263A;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 10px -7px rgba(0, 0, 0, 0.16);
}

.container {
    max-width: 90%!important;
}

.form-control::placeholder {
    opacity: 1;
    color: #C3C3C3!important;
}

.bodycorporate-des-text {
    font-size: 20px;
    color: #696969;
    font-family: 'helvica-neue-reguler';
}

.body-corporate-gap {
    margin-top: 40px;
}

.contact-section .container {
    padding-bottom: 85px;
}

.contact-icon-section {
    display: flex;
    flex-direction: row;
    padding: 5px 10px;
}

.contact-icon {
    display: flex;
    padding-right: 17px;
    align-items: center!important;
}

.contact-icon-des {
    display: flex;
}

.contact-icon-color {
    color: #00263A;
    font-size: 18px;
}

.mapouter {
    margin-top: 30px;
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none!important;
    height: 576px!important;
    /*width: 600px;*/
}

.nav-item img {
    height: auto;
    width: 474px;
    padding: 10px;
}

.icon-size {
    height: 89px;
    width: 89px;
}

.img-grid {
    width: 100%;
    height: auto;
}

.project-section {
    margin-top: 0px;
    margin-bottom: 30px;
}

.project-header {
    text-align: center;
    color: #17204A;
    font-size: 48px;
    font-family: 'helvica-reguler'
}

.project-section .container .row .col-lg-4,
.col-md-2,
.col-sm-12,
.col-xs-12 {
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 6px;
}

.projcet-image{
    overflow:hidden;
    position: relative;
    height: 332px;
}

.projcet-image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition:0.3s;
}

.projcet-image:hover:after {    
    background: rgba(255,255,255,.3);
}

.projcet-image:hover img {
  /*transform: rotate(3deg) scale(1.1);*/
}

.projcet-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.grid {
    display: grid;
    grid-template-rows: repeat(4, 190px);
    grid-template-columns: repeat(6, 1fr);
}

.grid-item{
  overflow: hidden;
  position: relative;
}

.grid-item .bg-img{
  /*position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: .3s;*/
}

.text-link {
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.text-link a {
    color: #FFFFFF;
    /*position: relative;
    top: 50%;
    left: 25%;*/
    text-align: center;
}

.text-link a:link {
    text-decoration: none;
    color: #FFFFFF;
    font-family: 'Helvetica';
    font-size: 15px;
}

.text-link a:hover {
    color: #FFFFFF;
}

.grid-item:hover .bg-img{
    /*-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
}

.resident {
    grid-row: 1 / 4;
    grid-column: 1 / 2;
}

.resident .bg-img{
  background: linear-gradient(rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.13)), 
              url(../img/global/residential-society-new.jpg) 
              no-repeat 
              center/cover;
}

.commercial {
    grid-row: 1 / 4;
    grid-column: 2 / 3;
}

.commercial .bg-img{
  background: linear-gradient(rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.13)), 
              url("../img/global/commercial.jpg")
              no-repeat 
              center/cover;
}

.residental-body-corporate {
    grid-row: 1 / 3;
    grid-column: 3 / 5;
}

.residental-body-corporate .bg-img{
  background: linear-gradient(rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.13)), 
              url("../img/global/resident-body-corporate.jpg")
              no-repeat 
              center/cover;
}

.request-proposal {
    grid-row: 1 / 2;
    grid-column: 5 / 7;
}

.request-proposal .bg-img{
  background: linear-gradient(rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.13)), 
              url("../img/global/request-proposal.jpg")
              no-repeat 
              center/cover;
}

.developer-services {
    grid-row: 4 / 5;
    grid-column: 1 / 3;
}

.developer-services .bg-img{
  background: linear-gradient(rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.13)), 
              url("../img/global/developer-services.jpg")
              no-repeat 
              center/cover;
}

.projects {
    grid-row: 3 / 5;
    grid-column: 3 / 5;
}

.projects .bg-img{
  background: linear-gradient(rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.13)), 
              url("../img/global/projects.jpg") 
              no-repeat 
              center/cover;
}

.building-managment {
    grid-row: 2 / 5;
    grid-column: 5;
}

.building-managment .bg-img{
  background: linear-gradient(rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.13)), 
              url("../img/global/building-management.jpg")
              no-repeat 
              center/cover;
}

.client-access {
    grid-row: 2 / 4;
    grid-column: 6;
}

.client-access .bg-img{
  background: linear-gradient(rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.13)), 
              url("../img/global/clientaccess.jpg")
              no-repeat 
              center/cover;
}

.client-promises {
    grid-row: 4 / 5;
    grid-column: 6;
}

.client-promises .bg-img{
  background: linear-gradient(rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.13)), 
              url("../img/global/client-promises.jpg")
              no-repeat 
              center/cover;
}


.carousel-control-prev,
.carousel-control-next {
    opacity: 1!important;
}

.contact-section .container {
    -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.16);
}

.form-column {
    margin: 0px !important;
    padding-right: 15px;
    padding-left: 15px;
    width: 50% !important;
}

.nivo-caption {
    text-align: left;
    font-size: 25px;
    background: rgba(0, 0, 0, .4) !important;
    opacity: 1 !important;
    height: 100%;
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 5px 5% !important;
}

.wpcf7-list-item-label {
    margin: 0 5px;
}

body
{
    overflow: hidden;
}

.amazingcarousel-item .carousel-caption .caption-body{
    line-height: 1.5;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem !important;
}

.x-feature-box-title {
    margin: 8px 0 !important;
    font-size: 19px !important;
}

hr {

}

.wpcf7{
  height: 100%;
}
.wpcf7 form{
  margin-bottom: 0;
}
.wpcf7 form .contact-form{
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-info-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.floating-button-1600{
    height: auto;
    width: 60px;
}

.mobile-footer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    background-color: #00263A;
    box-shadow: 1px -2px 6px -1px rgba(0,0,0,.5);
}

.mobile-footer .menu {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    height: 40px;
}

.mobile-footer .menu .menu-item {
    border-left: 1px solid #fff;
    flex: 1;
    text-align: center;
}

.mobile-footer .menu .menu-item:first-child {
    border-left: 0px;
}

.mobile-footer .menu .menu-item a {
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
}
.x-scroll-top{
  background-color: rgba(255,255,255) !important;
  z-index: 99999;
  text-decoration: none !important;
}
.section-title {
    text-align: center !important;
    color: #17204A !important;
    font-size: 48px !important;
    font-family: 'helvica-reguler' !important;
    padding: 25px 0 !important;
    margin: 0 !important
}

.desktop-logo{
  padding: 0 15px;
}
.desktop-logo img{
  max-width: 120px;
}


.navbar-expand-lg{
    height: 100px;
    position: fixed;
    width: 100%;
    left: 0;  
    top: 0;
    z-index: 9999;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.5);
}



.theme-default .nivo-caption {
    font-family: inherit !important;
}
.nivo-caption {
  font-size: 31px;
}

@media screen and (min-width: 991px){
  
  .navbar.head-bar{
    padding: 20px;
  }
}

/* media query max widht 1750px */
@media screen and (min-width: 1441px){

    /*body {
        margin-top: 0px !important;
    }*/
}

/* media query max widht 1750px */
@media screen and (max-width:1750px){


    /* navbar responsive */
    .navbar-nav li {
        margin-left: 17px;
        margin-right: 17px;
    } 


    .nav-item a{
        font-size: 16px;
    }

    .nav-item img {
        height: auto;
        width: 540px;
        padding: 10px;
        margin-bottom: 25px;
    }

    .dropdown-image-service{
        height: auto;
        width: 369px!important;
        padding: 10px;
    }


    
    .service-dropdown-header, .about-us-dropdown-header {
        font-size: 21px;
        color: #FFFFFF;
        padding: 20px;
        padding-left: 66px!important;
        text-transform: uppercase;
    }
    .searvices-dropdown a, .about-us-dropdown a {
        color: #FFFFFF;
        font-size: 20px;
        padding-top: 10px;
        text-align: left;
        padding-left: 65px!important;
    }

    #services-dropdown , #resources-dropdown {

        background-color: #00263A;
        position: absolute;
        left: -400%;
        right: auto;
    
    }

    /* end */

    /* body des corporate section  */
    
    .pr-body-des-corporate {
        text-align: center;
        font-size: 20px;
        color: #696969!important;
        font-family: 'Helvetica';
    }
    .pr-body-header1 {
        font-size: 20px;
    }

    .pr-body-description {
        font-size: 20px;
        text-align: left;
    }

    .pr-body-icon2 img{
        width: 280px;
        height: auto;
    }

    .pr-body-icon img{
        width: 270px;
        height: auto;
    }

    .bodycorporate-des-text {
        font-size: 19px;
       
    }




    /* end */

    /* carousel capton  */
    .caption-body {
        font-size: 20px;
    }

    /* end */

    /* Form control section */

    .form-control {
        height: 53px !important;
        border-radius: unset !important;
        background-color: #FFFFFF !important;
    }

    .form-check {
        font-size: 14px;
        color: #FFFFFF;
    }

    /* end */

    /* fixed floating buttonn section */
    .fixed-floating-responsive{
        margin-bottom: 40px;
    }

    /* end */


    


    .body-corporate-icon i {
        font-size: 50px;
    }


    .text-link a:link {
        font-size: 19.89px;
    }   

    .section-title {
        font-size: 40px !important; 
    }
}

/* media query max width:1550px */

@media screen and (max-width: 1550px){
    /* navbar section */
    .navbar-nav li {
        margin-left: 8px;
        margin-right: 8px;
    }

    .searvices-dropdown a, .about-us-dropdown a {
        color: #FFFFFF;
        font-size: 20px;
        padding-top: 10px;
        text-align: left;
        padding-left: 65px !important;
        font-size: 17px;
    
    }


    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: #00263A;
        position: absolute;
        left: -250%;
        right: auto;
        font-size: 15px;
    
    }
    /* end */

    /* fixed floating button section */
    .fixed-floating-responsive {
        margin-bottom: 22px;
    }

    .building i {
        color: #FFFFFF;
        padding: 13px;
        font-size: 43px;
    }

    .building {
        display: flex;
        background-color: #00263A;
        width: 75px;
        height: 75px;
    }

    /* end */
    

   


    /* form section  */
    
    .form-check {
        font-size: 13px;
       
    }

    

    .text-link a:link {

        font-size: 18.31px;
    
    }

    /* end */


    .section-title {
        font-size: 38px !important; 
    }
}

/* media queries for max width 1400px */

@media screen and (max-width: 1400px){

  /* navbar section */
    .navbar-nav li {

        margin-left: 3px;
        margin-right: 3px;
    
    }
    .nav-item a{

        padding-right: 6px;
        padding-left: 6px;
    
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        
        left: -197%;
       }

    #services-dropdown , #resources-dropdown {   
        left: -377%;    
    }
    .nav-item img.navbar-image-responsive {
      width: auto;
      height: 80px;
    }

    /*body{
      padding-top: 72px !important;
    }*/
    /* end */

    /* carousel caption form slider */

    .caption-1400{
        font-size: 26px!important;
    }

    .amazingcarousel-item .carousel-caption .caption-body {
        font-size: 17px;
    }

    /*end  */

    /* body corporate section  */
    .body-corporate-icon {
    
    padding: 7px!important;
    }

    .body-corporate-icon i {
        font-size: 36px!important;
    }

    .body-corporate-text {
        font-size: 19px!important;
    }

    .pr-body-icon img {
        width: 170px;
        height: auto;
    }

    .professional-bodies .pr-body-header {

        font-size: 22px;
    }

    .body-corporate-bayleys .pr-body-header{
        font-size: 22px;
    }

    .professional-bodies .pr-body-description{
        font-size: 17px;
    }

    .pr-body-description .pr-body-header1{
        font-size: 17px;
    }

    .pr-body-icon2 img{
        width: 250px;
        height: auto;
        margin-bottom: 20px;
    }


    .body-corporate-bayleys .pr-body-des-corporate{
        font-size: 17px;
    }

    /* end */

    /* Meet the team section */

    .meet-team-section .pr-body-header{
        font-size: 28px;
    }

    

    .member-name {
        font-size: 19px!important;
    }
    .designation-section {
        font-size: 13px!important;
    }
    .experience-section {
        font-size: 15px!important;
    }

    .media-team {  
        font-size: 20px!important;
    }

    /* end */


   
    /* Ranking body section */

    .ranking-body .header-rank-body {
        font-size: 21px;
    }

    .ranking-body .body-rank-body {
        font-size: 17px;
    }

    .bodycorporate-des-text {
        font-size: 14px;
        color: #696969;
    }

    /* end */

   /* contact section form  */

    .contact-section .contact-header{
        font-size: 25px;
    }

    .form-control{
        height: 43px!important;
    }

    .form-group{
        font-size: 14px;
    }

    .form-check {
        font-size: 11px;
       
    }

    .submit{
       
        padding: 8px;
    color: #FFFFFF !important;
    font-size: 14px;
    border-radius: 7px !important;
    margin-top: 15px;
    }

    .form-text-customize{
       
        font-size: 9px;
        
    }

    /* end */


    /* google map section */
    

    .gmap_canvas {
        
        height: 381px;
        /*width: 446px;*/
    }

    /* end */

    /* footer section */

    footer .container{
        max-width: 100%!important;
    }
    .social-share-section{
        
        height: 100%;
        display: flex;
       
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .copyright-section{
       font-size: 12px;
    }

    /* end */

    .text-link a:link {
        font-size: 16.42px;
    
    }
  
  .section-title {
      font-size: 32px !important; 
  }

}


/* media queries for 1370px */

    #resources-dropdown {
        /*left: 384px !important;*/
        /*left: 11% !important;*/
    }

@media screen and (max-width: 1370px){
    /* navbar section */
    .navbar-nav li {
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -165%;
    }
    .navbar-expand-lg .navbar-nav .nav-link { 
        font-size: 14px!important;
    }

    #services-dropdown {   
      left: -384%!important;

    }


    .service-dropdown-header, .about-us-dropdown-header {
        font-size: 21px;
        color: #FFFFFF;
        padding: 20px;
        padding-left: 20px;
        text-transform: uppercase;
       
    }


    .a/*bout-us-dropdown-header {
        font-size: 21px;
        color: #FFFFFF;
        padding: 20px; 
        padding-left: 45px;
    }*/

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: -239%;
        top: 55px;
        /*height: 300px;*/
    }

    .dropdown-menu{
        width: 850px;
        left: -254%!important;
    } 


    .searvices-dropdown {
        padding-left: 0px;
    }
    .nav-item img {
        height: auto;
        width: 406px;
        /*padding: 7px;*/
        padding-bottom: 8px;
    }

    .dropdown-image-service {
        height: auto;
        width: 279px !important;
        padding: 10px;
    }

    .service-dropdown-header, .about-us-dropdown-header{
        padding-left: 0px !important;
    }

    .searvices-dropdown a, .about-us-dropdown a {
        color: #FFFFFF;
        font-size: 15px;
        padding-top: 4px;
        text-align: left;
        padding-left: 0px !important;
    }

    /*.about-us-dropdown a {
       
        font-size: 15px;
        padding: 4px;    
        text-align: left;
        padding-left: 46px;
    }
*/

    /* end */

    /* floating button section */

    .floating-button-1300{
        width: 50px;
        height: auto;
    }

    /* end */

    /* left and right side line */

    .line{  
       position: absolute;
       left: 50%;
       /*top: 65%;*/
       transform: translate(-50%, -50%);
    }

    /* end */

    /* google map section */

    .gmap_canvas {
        height: 428px !important;
        /*width: 600px;*/

    }

    .text-link a:link {
        font-size: 16.42px;
    }

    /* end */


    .section-title {
        font-size: 25px !important; 
    }

}

@media screen and (max-width:1200px){

    .line{
        /*top: 76%;*/
    }
}

@media (min-width: 992px) and (max-width: 1200px){
    #resources-dropdown{
        left: -390% !important;
    }
    #services-dropdown {
        left: -250% !important;
    }
    #about-dropdown{
        left: -100% !important;
    }
}

/* default grid break point media queries */

@media screen and (max-width:991px){
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }

    .dropdown-menu{
        left: 0!important;
    }
    .navbar-expand-lg {
      height: 90px;
    }
    .navbar-nav li.nav-item{
      flex-wrap: wrap;
    }

    #services-dropdown , #resources-dropdown, #about-dropdown {
        height: auto;
        left: 0!important;
        background: #153454;
        position: static;
    }

    #services-dropdown .container , #resources-dropdown .container, #about-dropdown .container{
        max-width: 100%!important;
    }
    .service-dropdown-header, .about-us-dropdown-header{
      text-align: center;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0;
    }

    .searvices-dropdown a, .about-us-dropdown a {
      text-align: center;
    }

    .nav-item img {
      height: auto!important;
      width: 100%!important;
      padding: 7px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {

       
        height: 300px;
        width: 100%;
    
    }

    .align-items-center {
        justify-content: center;
    }
    .professional-bodies{
        border-right: unset;
        padding-bottom: 30px;
        border-bottom: 1px solid #707070;
    }

    .ranking-body .body-rank-body{
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-logo img.navbar-image-responsive-mobile{
        display: block;
        width: 130px ;
        /*height: 50px ;*/
    }

    .fa.fa-navicon::before, .fa.fa-reorder::before {

        content: "\f0c9";
        font-size: 35px;
        color: white;
    
    }

    .nav-item img.navbar-image-responsive {

       display: none;
    }

    .navbar-collapse{
      z-index: 30;
      background-color: #00263A;
      text-align: center;
      align-content: center;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 100%;
      width: 90%;
      left: 50%;
      transform: translateX(-50%);
      padding: 15px 0;
      box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
    }
    .navbar-collapse.show{
      max-height: 70vh;
      overflow: auto;
    }
    .navbar-collapse.show::-webkit-scrollbar {
        width: 5px;
        background-color: transparent;
    }
    .navbar-collapse.show::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: transparent;

    }
    .navbar-collapse.show::-webkit-scrollbar-thumb { 
        background-color: rgba(255,255,255,.4);
        border-radius: 10px;
        transition: .3s;
        cursor: pointer;
    }

    .navbar-expand-lg .navbar-nav .nav-link{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        width: 100%;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #FFFFFF;
    }

    .navbar-expand-lg .navbar-nav:last-child .nav-item:last-child .nav-link{
      border-bottom: 0;
    }


    .map-section{
        display: flex;
    }

    .mapouter{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .line{
        /*top: 86%;*/
    }


    .resident{
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }

    .commercial{
            grid-row: 1 / 2;
            grid-column: 3 / 5;
    }

    .residental-body-corporate{
        grid-row: 1 / 2;
        grid-column: 5 / 7;
    }

    .request-proposal{
        grid-row: 2 / 4;
        grid-column: 1 / 3;
    }

    .developer-services{
        grid-row: 2 / 4;
        grid-column: 3 / 5;
    }

    .projects{
        grid-row: 2 / 4;
        grid-column: 5 / 7;
    }

    .building-managment{
        grid-row: 4 / 6;
        grid-column: 1 / 3;
    }

    .client-access{
        grid-row: 4 / 6;
        grid-column: 3 / 5;
    }

    .client-promises{
        grid-row: 4 / 6;
        grid-column: 5 / 7;
    }


    .section-title {
        font-size: 22px !important; 
    }
    
    .desktop-logo{
      display: none;
    }

    .dropdown-menu-image{
      display: none;
    }
    .fa-section > .phone{
      margin-right: 0;
    }
}

/* end */

@media screen and (max-width:800px){

    .align-items-center {
        justify-content: center;
    }

    .nav-item img {

        height: auto!important;
        width: 100%!important;
        padding: 7px;
    
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {

        height: auto;
        width: 100%;

    }

    .line{
        /*top: 77%;*/
    }

    .ranking-body .body-rank-body{
        padding-left: 0;
        padding-right: 0;
    }

    .amazingcarousel-item .carousel-caption .caption-body {

        font-size: 16px;
    
    }


    .section-title {
        font-size: 20px !important; 
    }


}

@media screen and (max-width:769px){
    .body-rank-body{
        padding-left: 0;
        padding-right: 0;
        text-align: justify;
    }

    .amazingcarousel-item .carousel-caption .caption-body {

        font-size: 15px;
    
    }
    .nivo-caption{
      font-size: 25px;
    }

    .line{
        /*top: 77%;*/
    }
    .form-column{
      width: 100% !important;
    }
    .mobile-footer{
      display: block;
    }
    .x-scroll-top{
      bottom: 50px;
    }
    .professional-bodies{
      margin-top: 0;
    }
    .pr-body-header {
      margin-bottom: 40px;
    }
    .x-section#x-section-8 {
        padding: 15px 0px 0px !important;
    }
    .x-section#x-section-8 .pr-body-header {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:693px){

   

   
}

@media screen and (max-width:600px){
    .line{
        /*top: 84%;*/
    }
    .nivo-caption{
      font-size: 20px;
    }
}

@media screen and (max-width:550px){

   

}

@media screen and (max-width:480px){

    .grid {
        grid-template-rows: repeat(25, 70px);
        grid-template-columns: repeat(6, 1fr);
    }

    .resident{
        grid-row: 3 / 9 ;
        grid-column: 1 / 4;
    }

    .commercial{
            grid-row: 3 / 9 ;
            grid-column: 4 / 7;
    }

    .residental-body-corporate{
        grid-row: 12 / 15 ;
        grid-column: 1 / 7;
    }

    .request-proposal{
        grid-row: 9 / 12 ;
        grid-column: 1 / 7;
    }

    .developer-services{
        grid-row: 1 / span 3;
        grid-column: 1 / 7;
    }

    .projects{
        grid-row: 20 / 23;
        grid-column: 1 / 7;
    }

    .building-managment{
        grid-row: 15 / 20;
        grid-column: 1 / 4;
    }

    .client-access{
        grid-row: 15 / 20;
        grid-column: 4 / 7;
    }

    .client-promises{
        grid-row: 23 / 26;
        grid-column: 1 / 7;
    }

}

@media screen and (max-width:421px){

    .nav-item img {

        height: auto;
        width: 322px;
        padding: 7px;
    
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {

        /*height: 500px;*/
        width: 100%;

    }
    .captionheader {
        font-size: 19px;
    }

    .amazingcarousel-item .carousel-caption .caption-body{
        font-size: 12px;
    }

    .body-corporate-text {
        font-size: 15px !important;
    }

    .body-corporate-icon .icon-size {
        height: 70px;
        width: 70px;  
    }

    .carousel-caption{
        
        height: 176px;
        font-size: 17px;
    }

    .slider .carousel-caption{
        width: 300px;
        text-align: justify;
        top: 25%;
        left: 10%;
    }

    .caption-1400 {

        font-size: 17px !important;
    
    }

    .carousel-control-next{
        display: none!important;
    }

    .carousel-control-prev{
        display: none!important;
    }

    .line{
        top: unset!important;
    }

    .view-more{
        width: 130px;
        font-size: 14px;
    }

    .body-corporate-bayleys .pr-body-des-corporate {

        font-size: 15px;
        text-align: justify;
    
    }

    .pr-body-description .pr-body-header1{
        text-align: justify;
        font-size: 15px;
    }

    .read-more{

        text-align: center;
    }

    .form-control{
        height: 40px;
    }

    .form-control::placeholder{
        font-size: 15px;
    }
    .form-group{
        font-size: 12px;
    }

    .experience-section{
        font-size: 15px!important;
    }

    .meet-team-section .pr-body-header{
        font-size: 25px;
        margin-top: 20px;
    }

    .form-check{
        font-size: 9px;
    }

    .form-text-customize{
        font-size: 9px;
    }

    .bodycorporate-des-text{
        font-size: 15px;
    }

    .copyright-section{
        font-size: 15px;
        text-align: center;
    }

    .ranking-body .body-rank-body{
        font-size: 15px;
    }

    .contact-section .contact-header{
        font-size: 19px;
    }

  .section-title {
      font-size: 18px !important; 
  }
}

@media screen and (max-width:380px){
  
  .nivo-caption{
    font-size: 17px;
  }
}

@media screen and (max-width:321px){
    
}
.tooltip-inner {
  background-color: #00263A !important;
  box-shadow: 0px 0px 3px 0px rgb(255, 255, 255) !important;
}
.tooltip-arrow {
    border-bottom-color: transparent !important;
}
.social-media-team p {
    margin: 0 !important;
}

/* hover box shadow effect */

.grid-item:hover .bg-img {
    filter: blur(7px);
}


.grid-item:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(http://www.aucklandbodycorporate.co.nz/wp-content/themes/x/framework/img/global/noise.png);
    content: '';
    opacity: 0;
    transition: .3s;
}

.grid-item:hover:after {
    opacity: 1;
}

.grid-item .bg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(1.1);
}

@supports(backdrop-filter:blur(7px)){
   .grid-item:hover .bg-img {
        filter: none;
    }
    .grid-item:hover:after{
       backdrop-filter:blur(7px);
    }
}

.aboutUsBanner .x-feature-box-title {
    margin: 0 !important;
}

.aboutUsBanner .x-feature-box-text {
    margin: 0 !important;
}

#tawkchat-container{
  transform: translateY(-20px) !important;
}
.site > .x-container, .site > .x-main{
  min-height: calc(100vh - 240px)
}